.noDesktop {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .noDesktop {
    display: block !important;
  }
  .noLaptop {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .noDesktop, .noLaptop {
    display: block !important;
  }
  .noBigTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .noDesktop, .noLaptop, .noBigTablet {
    display: block !important;
  }
  .noTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 650px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet {
    display: block !important;
  }
  .noBigPhone {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet, .noBigPhone {
    display: block !important;
  }
  .noPhone {
    display: none !important;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1 {
  font-size: 2.2rem;
  font-size: 4.5vw;
}
@media (max-width: 48.8888888889rem) {
  h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: 55.5555555556rem) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2rem;
  font-size: 4vw;
}
@media (max-width: 45rem) {
  h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 50rem) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.8rem;
  font-size: 3.5vw;
}
@media (max-width: 45.7142857143rem) {
  h3 {
    font-size: 1.6rem;
  }
}
@media (min-width: 51.4285714286rem) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-size: 3vw;
}
@media (max-width: 46.6666666667rem) {
  h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 53.3333333333rem) {
  h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1.4rem;
  font-size: 2.5vw;
}
@media (max-width: 48rem) {
  h5 {
    font-size: 1.2rem;
  }
}
@media (min-width: 56rem) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-size: 1.2rem;
  font-size: 2vw;
}
@media (max-width: 55rem) {
  h6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 60rem) {
  h6 {
    font-size: 1.2rem;
  }
}

.menuFont {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.headerFont {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

.smallFont {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .smallFont {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .smallFont {
    font-size: 0.8rem;
  }
}

body {
  font-size: 62.5%;
}

p, ul, ol, table, blockquote {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  margin-bottom: 1.2em;
}
@media (max-width: 90rem) {
  p, ul, ol, table, blockquote {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  p, ul, ol, table, blockquote {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.1rem;
}

a {
  text-decoration: none;
}

sup {
  font-size: 0.5em !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #232c60;
  margin-bottom: 1.1rem;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1.magenta, h2.magenta, h3.magenta, h4.magenta, h5.magenta, h6.magenta {
  color: #eb1a74;
}
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
  color: #24af19;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #007ac1;
}
h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #fcd623;
}
h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple {
  color: #9685c5;
}

/*
.pageHeading {

	h1, h2, h3, h4 {
		padding-left: calc(0.15em * 3);
		&::before {
			position: absolute;
			display: block;
			content: '';
			left: 0;
			right: auto;
			top:    0.1em;
			bottom: 0.1em;
			width: 0.15em;
			background-color: $blue;
		}
	}
}
*/
.lightText h1, .lightText h2, .lightText h3, .lightText h4, .lightText h5, .lightText h6 {
  color: #FFFFFF;
}
.lightText h1::before, .lightText h2::before, .lightText h3::before {
  background-color: #009af4;
}

@media print {
  body {
    font-size: 11pt !important;
  }
  p, ul, ol, table, blockquote {
    font-size: 11pt !important;
  }
  h1 {
    font-size: 28pt !important;
  }
  h2 {
    font-size: 24pt !important;
  }
  h3 {
    font-size: 20pt !important;
  }
  h4 {
    font-size: 18pt !important;
  }
  h5 {
    font-size: 16pt !important;
  }
  h6 {
    font-size: 14pt !important;
  }
}
@media only screen and (max-width: 650px) {
  h1::before, h2::before, h3::before {
    display: none;
  }
  .lightText h1::before, .lightText h2::before, .lightText h3::before, .lightText h4::before, .lightText h5::before, .lightText h6::before {
    display: none;
  }
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
  float: left;
  width: 100%;
}

section#bodyForm {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
section#bodyForm header {
  order: 1;
}
section#bodyForm main {
  order: 2;
  margin-top: 105px;
}
section#bodyForm footer {
  order: 3;
}
section#bodyForm .accreditations {
  order: 5;
}
section#bodyForm .footLinks {
  order: 4;
}
section#bodyForm .kingCredit {
  order: 6;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.clearit {
  height: 0px;
  overflow: hidden;
  clear: both;
  width: 100%;
  display: table;
}

html {
  scroll-snap-type: block;
  scroll-padding-top: 120px;
}

body {
  width: 100%;
}

.base {
  display: block;
  overflow: hidden;
  z-index: 1;
}

.page, .section {
  width: 100%;
  float: left;
}

/*
.section {
	//overflow: hidden;
}
*/
.page {
  overflow: visible;
  z-index: 3;
  scroll-snap-type: block;
  scroll-padding-top: 120px;
}

.page > .contentFrame {
  padding-top: calc(12px + 1.5vw);
}

img {
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.wrapper, .homeBanners .slick-dots {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  clear: both;
  padding: 0 48px;
}

.wrapper:after, .homeBanners .slick-dots:after {
  content: "";
  display: table;
  clear: both;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg > a {
  display: block;
  float: left;
  width: 100%;
}
.bg span {
  float: left;
  width: 100%;
  display: block;
}

.widthInd {
  display: none;
}

@media only screen and (max-width: 650px) {
  .page {
    padding-top: 36px;
  }
  .wrapper, .homeBanners .slick-dots {
    padding: 0 24px;
  }
  html {
    scroll-snap-type: block;
    scroll-padding-top: 60px;
  }
}
p.quickView {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  text-transform: uppercase;
  color: #007ac1;
  margin-bottom: 0;
}
@media (max-width: 75rem) {
  p.quickView {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  p.quickView {
    font-size: 0.8rem;
  }
}
p.quickView a {
  color: #007ac1;
}

.angled + .section {
  /*margin-top: calc(24px + 1.5vw);*/
}

.angled + .angled {
  /*margin-top: calc(-24px - 1.55vw);*/
}

.angled.grey + .angled.grey {
  /*margin-top: calc((-24px - 1.5vw) * 2);*/
}

.angled.blue + .angled.blue {
  /*margin-top: calc((-24px - 1.5vw) * 2);*/
}

.contentHide {
  display: none;
}

.logo, .logoWhite {
  width: 100%;
  display: block;
  background-image: url(../img/m3floodtec-logo-2023.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
}
.logo span, .logoWhite span {
  width: 100%;
  display: block;
  float: left;
  padding-top: 17%;
}
.logo:after, .logoWhite:after {
  content: "";
  display: table;
  clear: both;
  opacity: 0;
}
.logo p, .logo h1, .logoWhite p, .logoWhite h1 {
  opacity: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 1px;
}
.logo.white, .logoWhite.white {
  background-image: url(../img/m3floodtec-logo-2023-white.svg);
}

img {
  display: block;
}

.imageHolder {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imageHolder span {
  display: block;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
}
.imageHolder img, .imageHolder picture, .imageHolder source, .imageHolder a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
}
.imageHolder.contain img, .imageHolder.contain picture, .imageHolder.contain source {
  object-fit: contain;
}

.imageHolder.noImage {
  background-color: rgba(247, 247, 245, 0.5);
}
.imageHolder.noImage h6 {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  bottom: auto;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: rgba(15, 95, 172, 0.75);
}
@media (max-width: 90rem) {
  .imageHolder.noImage h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .imageHolder.noImage h6 {
    font-size: 1rem;
  }
}
.imageHolder.noImage > img {
  object-fit: cover;
}

.imageHolder.fallBack {
  background-color: transparent;
}
.imageHolder.fallBack img {
  object-fit: cover;
}

img.leftTop {
  object-position: left top;
}
img.centreTop {
  object-position: center top;
}
img.rightTop {
  object-position: right top;
}
img.leftCentre {
  object-position: left center;
}
img.centreCentre {
  object-position: center center;
}
img.rightCentre {
  object-position: right center;
}
img.leftBottom {
  object-position: left bottom;
}
img.centreBottom {
  object-position: center bottom;
}
img.rightBottom {
  object-position: right bottom;
}

.opacity10 {
  opacity: 0.1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity40 {
  opacity: 0.4;
}

.opacity50 {
  opacity: 0.5;
}

.opacity60 {
  opacity: 0.6;
}

.opacity70 {
  opacity: 0.7;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

.blendedNormal {
  mix-blend-mode: normal;
}

.blendedScreen {
  mix-blend-mode: screen;
}

.blendedOverlay {
  mix-blend-mode: overlay;
}

.blendedMultiply {
  mix-blend-mode: multiply;
}

.blendedLighten {
  mix-blend-mode: lighten;
}

.blendedDarken {
  mix-blend-mode: darken;
}

.blendedColorDodge {
  mix-blend-mode: colordodge;
}

.blendedColorBurn {
  mix-blend-mode: colorburn;
}

.blendedHardLight {
  mix-blend-mode: hardlight;
}

.blendedSoftLight {
  mix-blend-mode: softlight;
}

.blendedDifference {
  mix-blend-mode: difference;
}

.blendedExclusion {
  mix-blend-mode: exclusion;
}

.blendedSaturation {
  mix-blend-mode: saturation;
}

.blendedColor {
  mix-blend-mode: color;
}

.blendedLuminosity {
  mix-blend-mode: luminosity;
}

.desaturate {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

picture.compat-object-fit,
.imageHolder.compat-object-fit {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
picture.compat-object-fit img,
.imageHolder.compat-object-fit img {
  opacity: 0;
}
picture.compat-object-fit.contain,
.imageHolder.compat-object-fit.contain {
  background-size: contain;
}

.blockLink {
  display: inline-block;
  background-color: #232c60;
  color: #FFFFFF;
  padding: 0.4em 0.8em;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (max-width: 90rem) {
  .blockLink {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .blockLink {
    font-size: 1rem;
  }
}
.blockLink:hover {
  background-color: #007ac1;
}
.blockLink.green {
  background-color: #24af19;
}
.blockLink.green:hover {
  background-color: rgb(63.53, 225.8125, 50.6875);
}
.blockLink.directionsLink {
  padding-left: 36px;
  margin-bottom: 1.5em;
}
.blockLink.directionsLink:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  right: auto;
  bottom: 0;
  width: 24px;
  height: 100%;
  background-image: url("/assets/img/icons/car_white.svg");
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.blockLink a {
  color: #FFFFFF;
}

.buttonSmall {
  display: inline-block;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #FFFFFF;
  background-color: #007ac1;
  padding: 8px 10px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-size: 1vw;
  transition: all 0.5s ease;
}
@media (max-width: 90rem) {
  .buttonSmall {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .buttonSmall {
    font-size: 1rem;
  }
}
@media (max-width: 75rem) {
  .buttonSmall {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .buttonSmall {
    font-size: 0.8rem;
  }
}
@media (max-width: 75rem) {
  .buttonSmall {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .buttonSmall {
    font-size: 0.8rem;
  }
}
.buttonSmall:hover {
  background-color: rgb(40, 175.9067357513, 255);
}

.buttonSmall.icon {
  padding-left: 26px;
}
.buttonSmall.icon:before {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  bottom: auto;
  width: 14px;
  height: 14px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.buttonSmall.icon.edit:before {
  background-image: url(../img/icons/icon-edit-blue.svg);
}

a.buttonLarge,
.buttonLarge,
input[type=submit] {
  background-color: #007ac1;
  padding: 8px 10px;
  display: inline-block;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  transition: all 0.5s ease;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 0;
}
@media (max-width: 90rem) {
  a.buttonLarge,
  .buttonLarge,
  input[type=submit] {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  a.buttonLarge,
  .buttonLarge,
  input[type=submit] {
    font-size: 1rem;
  }
}
@media (max-width: 75rem) {
  a.buttonLarge,
  .buttonLarge,
  input[type=submit] {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  a.buttonLarge,
  .buttonLarge,
  input[type=submit] {
    font-size: 0.8rem;
  }
}
a.buttonLarge:disabled,
.buttonLarge:disabled,
input[type=submit]:disabled {
  background-color: #666666;
  opacity: 0.15;
  pointer-events: none;
}

.shop a.buttonLarge,
.shop .buttonLarge,
.shop input[type=submit],
.shop .buttonSmall {
  background-color: #24af19;
}
icon {
  display: block;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
icon p {
  opacity: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  pointer-events: none;
}
icon span {
  width: 100%;
  padding-top: 100%;
  display: block;
}

icon.cart {
  background-image: url("../img/icons/icon_cart_blue.svg");
}

icon.search {
  background-image: url("../img/icons/icon_zoom_blue.svg");
  background-size: 90%;
}

icon.menu {
  background-image: url("../img/icons/icon_menu_blue.svg");
  background-size: 80%;
}

icon.close {
  background-image: url("../img/icons/icon_close_blue.svg");
  background-size: 70%;
}

.socials {
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  float: left;
  clear: left;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 18px;
  list-style-type: none;
}
.socials li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  z-index: 1;
  transition: all 0.5s ease;
}
.socials:hover li span {
  opacity: 1;
}
.socials a {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #232c60;
  transition: all 0.5s ease;
}
.socials a:hover {
  background-color: rgb(28.2727272727, 133.7272727273, 235.2272727273);
}
.socials a span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center center;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}
.socials a span p {
  opacity: 0;
  font-size: 1px;
}
.socials a span.connect {
  background-image: url(../img/socials/connect.svg);
}
.socials a span.fb {
  background-image: url(../img/socials/facebook.svg);
}
.socials a span.tw {
  background-image: url(../img/socials/twitter.svg);
}
.socials a span.wp {
  background-image: url(../img/socials/wordpress.svg);
}
.socials a span.pt {
  background-image: url(../img/socials/pinterest.svg);
}
.socials a span.ig {
  background-image: url(../img/socials/instagram.svg);
}
.socials a span.yt {
  background-image: url(../img/socials/youtube.svg);
}

@media only screen and (min-width: 1500px) {
  .sideBar {
    width: calc((100vw - 1400px) / 3 - 18px);
  }
}
.siteBrand {
  width: 30%;
  max-width: 250px;
  margin: 12px 0;
}

header {
  z-index: 199;
}
a.floodRisk {
  position: fixed;
  left: auto;
  top: 12px;
  right: 12px;
  bottom: auto;
  width: 80px;
  z-index: 200;
}
a.floodRisk p {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  opacity: 0;
  font-size: 8px;
}
a.floodRisk .imageHolder {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-image: url("../img/link-flood-risk-icon-only-crop.svg");
}
a.floodRisk .imageHolder span {
  display: block;
  width: 100%;
  padding-top: 90%;
}

nav .mainNav {
  width: 90%;
}
nav a {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding: 8px 8px;
  transition: all 0.5s ease;
  color: #0071ce;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  font-size: 0.95em;
  white-space: nowrap;
  font-weight: 700;
}
nav a icon.cart {
  margin-left: 6px;
}
nav a icon.menu {
  margin-right: 6px;
}
nav a:visited {
  color: #0071ce;
}
nav a:hover {
  color: #466196;
}
nav ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
nav li {
  padding: 0 4px 0 4px;
}
nav li:last-child {
  padding-right: 0;
}
nav ul.root > li:first-child {
  padding-left: 0;
}
nav li.mobileOnly {
  display: none;
}
nav .topBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}

header ul.root > li {
  position: static;
}
header ul.root > li.parent.lookingFor {
  position: static;
}
header ul.root > li.parent.lookingFor ul.sub {
  padding: 12px;
  left: 0;
}
header ul.root > li.parent.lookingFor .image {
  display: none;
}
header ul.root > li.parent.lookingFor .image.desktop {
  display: block;
}
header ul.root > li.parent.lookingFor.hasImage ul.sub {
  width: 80vw;
  max-width: 750px;
}
header ul.root > li.parent {
  transition: all 0.5s ease;
}
header ul.root > li.parent:hover {
  background-color: #d8e1e3;
}
header ul.root > li.parent ul.sub {
  pointer-events: none;
  opacity: 0;
  margin: 0;
  position: absolute;
  left: -4px;
  top: 100%;
  right: auto;
  bottom: auto;
  background-color: #d8e1e3;
  transition: all 0.5s ease;
}
header ul.root > li.parent ul.sub li {
  width: 100%;
}
header ul.root li:hover ul.sub {
  pointer-events: all;
  opacity: 1;
}

nav ul.tools {
  margin: 0;
}

nav.compact {
  background-color: #232c60;
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 199;
}
nav.compact .wrapper, nav.compact .homeBanners .slick-dots, .homeBanners nav.compact .slick-dots {
  padding: 0 24px;
}
nav.compact li.noMobile {
  display: none;
}
nav.compact li.mobileOnly {
  display: inline-block;
}
nav.compact > li.parent.lookingFor.hasImage ul.sub {
  width: auto;
  max-width: 750px;
}
nav.compact .section.helper {
  width: calc(100% - 96px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 0 24px;
}
nav.compact li:hover {
  color: #232c60;
}
nav.compact li:hover count, nav.compact li:hover a {
  color: #232c60;
}
nav.compact li:hover count:hover, nav.compact li:hover a:hover {
  color: #466196;
}
nav.compact count, nav.compact a {
  color: #FFFFFF;
}
nav.compact count:hover, nav.compact a:hover {
  color: #466196;
}
nav.compact .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
nav.compact icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
nav.compact icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
nav.compact icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
nav.compact icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}
nav.compact li:hover {
  color: #232c60;
}
nav.compact li:hover count, nav.compact li:hover a {
  color: #232c60;
}
nav.compact li:hover count:hover, nav.compact li:hover a:hover {
  color: #466196;
}
nav.compact count, nav.compact a {
  color: #FFFFFF;
}
nav.compact count:hover, nav.compact a:hover {
  color: #466196;
}
nav.compact .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
nav.compact icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
nav.compact icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
nav.compact icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
nav.compact icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}

nav.sticky {
  background-color: #232c60;
  padding: 0px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 199;
  position: fixed;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  transition: all 0.5s ease;
  transform: translateY(-100%);
  z-index: 198;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
nav.sticky .wrapper, nav.sticky .homeBanners .slick-dots, .homeBanners nav.sticky .slick-dots {
  padding: 0 24px;
}
nav.sticky li.noMobile {
  display: none;
}
nav.sticky li.mobileOnly {
  display: inline-block;
}
nav.sticky > li.parent.lookingFor.hasImage ul.sub {
  width: auto;
  max-width: 750px;
}
nav.sticky .section.helper {
  width: calc(100% - 96px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  padding: 0 24px;
}
nav.sticky li:hover {
  color: #232c60;
}
nav.sticky li:hover count, nav.sticky li:hover a {
  color: #232c60;
}
nav.sticky li:hover count:hover, nav.sticky li:hover a:hover {
  color: #466196;
}
nav.sticky count, nav.sticky a {
  color: #FFFFFF;
}
nav.sticky count:hover, nav.sticky a:hover {
  color: #466196;
}
nav.sticky .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
nav.sticky icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
nav.sticky icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
nav.sticky icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
nav.sticky icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}
nav.sticky li:hover {
  color: #232c60;
}
nav.sticky li:hover count, nav.sticky li:hover a {
  color: #232c60;
}
nav.sticky li:hover count:hover, nav.sticky li:hover a:hover {
  color: #466196;
}
nav.sticky count, nav.sticky a {
  color: #FFFFFF;
}
nav.sticky count:hover, nav.sticky a:hover {
  color: #466196;
}
nav.sticky .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
nav.sticky icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
nav.sticky icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
nav.sticky icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
nav.sticky icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}
nav.sticky.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
}

.menuOverlay {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 60px);
  background-image: linear-gradient(90deg, #009af4, #007ac1);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
  overflow-y: scroll;
  min-height: 100vh;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.menuOverlay .wrapper, .menuOverlay .homeBanners .slick-dots, .homeBanners .menuOverlay .slick-dots {
  padding: 0;
  margin: auto;
}
.menuOverlay nav {
  margin-left: -30px;
  transform: translateY(-50px);
  transition: all 0.5s ease;
  opacity: 0;
  padding: 24px 35px 24px 50px;
}
.menuOverlay nav li:hover {
  color: #232c60;
}
.menuOverlay nav li:hover count, .menuOverlay nav li:hover a {
  color: #232c60;
}
.menuOverlay nav li:hover count:hover, .menuOverlay nav li:hover a:hover {
  color: #466196;
}
.menuOverlay nav count, .menuOverlay nav a {
  color: #FFFFFF;
}
.menuOverlay nav count:hover, .menuOverlay nav a:hover {
  color: #466196;
}
.menuOverlay nav .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
.menuOverlay nav icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
.menuOverlay nav icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
.menuOverlay nav icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
.menuOverlay nav icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}
.menuOverlay nav li:hover {
  color: #FFFFFF;
}
.menuOverlay nav li:hover count, .menuOverlay nav li:hover a {
  color: #FFFFFF;
}
.menuOverlay nav li:hover count:hover, .menuOverlay nav li:hover a:hover {
  color: #FFFFFF;
}
.menuOverlay nav li.bannerImage {
  display: none;
}
.menuOverlay nav ul {
  width: 100%;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}
.menuOverlay nav ul.root {
  margin-top: 12px;
}
.menuOverlay nav ul.root li {
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  padding: 0;
}
.menuOverlay nav ul.root li:hover, .menuOverlay nav ul.root li a:hover {
  color: #FFFFFF;
}
.menuOverlay nav ul.root li.parent .flexer > a {
  margin-left: 32px;
}
.menuOverlay nav ul.root > li.parent.lookingFor.hasImage ul.sub {
  width: auto;
}
.menuOverlay nav ul.root a {
  padding: 6px 8px;
  width: auto;
  display: inline-block;
}
.menuOverlay nav icon.close {
  margin-right: 6px;
}
.menuOverlay nav .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.menuOverlay nav ul.sub {
  width: 100%;
  max-height: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  padding-top: 8px;
}
.menuOverlay nav ul.sub a {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  text-transform: none;
  color: #FFFFFF;
}
@media (max-width: 90rem) {
  .menuOverlay nav ul.sub a {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .menuOverlay nav ul.sub a {
    font-size: 1rem;
  }
}
.menuOverlay nav ul.sub li {
  margin-bottom: 0;
}
.menuOverlay nav ul.sub.open {
  max-height: 100vh;
  opacity: 1;
  pointer-events: all;
}
.menuOverlay nav .subHandle {
  width: 32px;
  display: block;
  background-image: url(../img/icons/minus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.menuOverlay nav .subHandle.closed {
  background-image: url(../img/icons/plus.svg);
}

a.menuHandle.corner {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 1em;
  padding: 6px;
  transition: all 0.5s ease;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  position: absolute;
  left: auto;
  top: 12px;
  right: 56px;
  bottom: auto;
}
a.menuHandle.corner icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}

.menuOverlay.active {
  pointer-events: all;
  opacity: 1;
}
.menuOverlay.active nav {
  opacity: 1;
  transform: translateY(0);
}

html.dormant,
body.dormant {
  overflow: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 1400px) {
  nav ul.tools {
    margin-right: calc(3vw + 10px);
  }
}
@media only screen and (max-width: 1200px) {
  nav ul.tools {
    margin-right: calc(10vw + 0px);
  }
}
@media only screen and (max-width: 900px) {
  nav ul {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 700px) {
  header ul.root > li.parent.lookingFor .image {
    display: none;
  }
  header ul.root > li.parent.lookingFor .image.mobile {
    display: block;
  }
  nav a {
    font-size: 1.1em;
  }
  a.menuHandle.corner {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 650px) {
  .siteBrand {
    width: 150px;
  }
  header nav {
    background-color: #232c60;
    padding: 0px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 199;
  }
  header nav .wrapper, header nav .homeBanners .slick-dots, .homeBanners header nav .slick-dots {
    padding: 0 24px;
  }
  header nav li.noMobile {
    display: none;
  }
  header nav li.mobileOnly {
    display: inline-block;
  }
  header nav > li.parent.lookingFor.hasImage ul.sub {
    width: auto;
    max-width: 750px;
  }
  header nav .section.helper {
    width: calc(100% - 96px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 0 24px;
  }
  header nav li:hover {
    color: #232c60;
  }
  header nav li:hover count, header nav li:hover a {
    color: #232c60;
  }
  header nav li:hover count:hover, header nav li:hover a:hover {
    color: #466196;
  }
  header nav count, header nav a {
    color: #FFFFFF;
  }
  header nav count:hover, header nav a:hover {
    color: #466196;
  }
  header nav .logo {
    background-image: url("../img/m3floodtec-logo-2023-white.svg");
  }
  header nav icon.cart {
    background-image: url("../img/icons/icon_cart_white.svg");
  }
  header nav icon.search {
    background-image: url("../img/icons/icon_zoom_white.svg");
  }
  header nav icon.menu {
    background-image: url("../img/icons/icon_menu_white.svg");
  }
  header nav icon.close {
    background-image: url("../img/icons/icon_close_white.svg");
  }
  a.floodRisk {
    display: none;
  }
  nav ul.tools {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .siteBrand {
    width: 120px;
  }
  header nav ul.tools, header nav.compact ul.tools, nav.sticky ul.tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  header nav li, header nav.compact li, nav.sticky li {
    padding-right: 0px;
  }
  header nav.compact .wrapper, header nav.compact .homeBanners .slick-dots, .homeBanners header nav.compact .slick-dots, header nav.compact.compact .wrapper, nav.sticky.compact .wrapper, nav.sticky.compact .homeBanners .slick-dots, .homeBanners nav.sticky.compact .slick-dots {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 350px) {
  .siteBrand {
    width: 100px;
  }
}
footer {
  margin-top: 24px;
}

.cky-consent-container * {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
}
@media (max-width: 90rem) {
  .cky-consent-container * {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .cky-consent-container * {
    font-size: 1rem;
  }
}

.footBrand {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding: 18px 0;
}
.footBrand .logo {
  width: 130px;
}
.footBrand .contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-left: 24px;
}
.footBrand p {
  margin-bottom: 0;
  padding-right: 10px;
}
.footBrand a {
  color: #466196;
}
.footBrand a:hover {
  color: #007ac1;
}

.footBar {
  /*@include blueGradient;*/
  background-color: #232c60;
  padding: 24px 0 0;
}
.footBar .wrapper, .footBar .homeBanners .slick-dots, .homeBanners .footBar .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.footBar p {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .footBar p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .footBar p {
    font-size: 0.8rem;
  }
}
.footBar p.legal {
  margin: 0;
}
.footBar .address {
  padding-right: calc(24px + 2vw);
  padding-bottom: 24px;
  max-width: 300px;
}
.footBar .address a {
  color: #FFFFFF;
  text-decoration: none;
}
.footBar nav {
  width: auto;
  margin-bottom: 0;
  padding-bottom: 24px;
}
.footBar nav li:hover {
  color: #232c60;
}
.footBar nav li:hover count, .footBar nav li:hover a {
  color: #232c60;
}
.footBar nav li:hover count:hover, .footBar nav li:hover a:hover {
  color: #466196;
}
.footBar nav count, .footBar nav a {
  color: #FFFFFF;
}
.footBar nav count:hover, .footBar nav a:hover {
  color: #466196;
}
.footBar nav .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
.footBar nav icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
.footBar nav icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
.footBar nav icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
.footBar nav icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}
.footBar nav ul {
  display: block;
  margin-left: 0;
  column-count: 2;
  column-gap: 18px;
  margin-top: -5px;
}
.footBar nav ul li {
  width: 100%;
  max-width: 120px;
  padding: 0;
}
.footBar nav ul li a {
  padding: 0;
  margin: 5px;
  white-space: normal;
}

.footLinks ul {
  display: inline-block;
  margin: 12px 0 0 -12px;
}
.footLinks li {
  display: inline-block;
}
.footLinks a {
  padding: 6px 12px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #466196;
}
@media (max-width: 75rem) {
  .footLinks a {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .footLinks a {
    font-size: 0.8rem;
  }
}

.kingCredit {
  display: inline-block;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  margin-right: 0;
  margin-left: auto;
  padding: 24px;
  color: #466196;
  opacity: 0.5;
  transition: all 0.5s ease;
  float: right;
}
@media (max-width: 75rem) {
  .kingCredit {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .kingCredit {
    font-size: 0.8rem;
  }
}
.kingCredit:hover {
  opacity: 1;
}

@media only screen and (max-width: 650px) {
  .footBrand {
    flex-wrap: wrap;
  }
  .footBrand .contacts {
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
  }
  .footBar nav {
    order: 1;
    width: 100%;
    margin-bottom: 18px;
  }
  .footBar nav ul {
    width: 50%;
  }
  .footBar .address {
    order: 2;
    width: 100%;
  }
  .footLinks ul, .footLinks li {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .footBrand .contacts {
    flex-wrap: wrap;
  }
  .footBar nav {
    flex-wrap: wrap;
  }
  .footBar nav ul {
    width: 100%;
  }
}
.pageHeading {
  margin-top: 48px;
}
.pageHeading .titleBar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  z-index: 2;
}
.pageHeading .titleBar h1 {
  order: 3;
  margin-bottom: 0;
}
.pageHeading .titleBar .breadcrumbs {
  list-style-type: none;
}
.pageHeading .titleBar .breadcrumbs li {
  display: inline-block;
}
.pageHeading .titleBar .breadcrumbs li:last-child {
  display: none;
}
.pageHeading .titleBar .breadCrumb {
  order: 1;
}
.pageHeading .titleBar .breadCrumb p {
  margin: 0 0 8px 0;
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .pageHeading .titleBar .breadCrumb p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .pageHeading .titleBar .breadCrumb p {
    font-size: 0.8rem;
  }
}
.pageHeading .titleBar .breadCrumb a {
  color: #999999;
}
.pageHeading .titleBar .breadCrumb a:after {
  content: "/";
  padding: 0 8px;
  display: inline-block;
  color: #999999;
}
.pageHeading .titleBar .sku {
  order: 2;
}
.pageHeading .titleBar h2 {
  max-width: 800px;
  text-transform: none;
}
.pageHeading .subTitle {
  margin-bottom: 24px;
}
.pageHeading .subTitle h2 {
  font-size: 1.6rem;
  font-size: 3vw;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 46.6666666667rem) {
  .pageHeading .subTitle h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 53.3333333333rem) {
  .pageHeading .subTitle h2 {
    font-size: 1.6rem;
  }
}
.pageHeading .subTitle h2:before {
  display: none;
}

.textImage {
  overflow: hidden;
  width: 100%;
  background-color: #FFFFFF;
  display: block;
  margin-top: calc(12px + 1.5vw);
}
.textImage.greyBack .content, .textImage.lightBlueBack .content, .textImage.blueBack .content, .textImage.greenBack .content {
  padding: calc(12px + 1.5vw);
}
.textImage .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
  padding: 36px 0;
}
.textImage .flexer:after {
  display: none;
}
.textImage .image a.imgLink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.textImage .image .blockHead {
  display: none;
}
.textImage .text {
  width: 50%;
}
.textImage .image {
  width: 50%;
}
.textImage figure {
  margin-bottom: 1.5em;
}

.textImage.angled {
  /*padding: calc(24px + 2.5vw) 0;
  clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);
  margin-bottom: calc(0% + 24px + 1.5vw);*/
}
.textImage.angled .wrapper, .textImage.angled .homeBanners .slick-dots, .homeBanners .textImage.angled .slick-dots {
  /*padding-top:    calc(24px + 2.5vw);
  padding-bottom: calc(24px + 2.5vw);*/
}
.textImage.angled .flexer {
  padding: 24px 0;
}
.textImage.angled .text *:last-child {
  margin-bottom: 0;
}

.textImage.imageRight .text {
  padding-right: 48px;
}

.textImage.imageLeft .image {
  order: 1;
}
.textImage.imageLeft .text {
  order: 2;
  padding-left: 48px;
}

.textImage.imageFit .flexer {
  align-items: center;
  padding: 0;
}
.textImage.imageFit .flexer .text {
  padding-top: 36px;
  padding-bottom: 36px;
}
.textImage.imageFit .image {
  min-height: 33vw;
  align-self: stretch;
}
.textImage.imageFit .image img {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  object-fit: cover;
}
.textImage.imageFit.imageLeft .image img {
  right: 0;
  left: auto;
}

.textImage.textWrap .text {
  width: 100%;
  padding: 0;
}
.textImage.textWrap .text .image {
  width: calc(50% + 24px);
  display: inline-block;
  float: right;
  padding-left: 24px;
  padding-bottom: 24px;
  margin-left: 24px;
}

.textWrap.imageLeft .text .image {
  display: inline-block;
  float: left;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 24px;
}

.textImage.angled + .textImage.angled {
  /*
  .flexer {
      .text {
          padding-top: 48px;
      }
  }
  */
}

.textImage.textThird .text {
  width: 33%;
}
.textImage.textThird .image {
  width: 66%;
}

.textImage.textTwoThird .text {
  width: 66%;
}
.textImage.textTwoThird .image {
  width: 33%;
}

.textImage.blue {
  background-color: #232c60;
}
.textImage.blue .text *, .textImage.blue .blockHead * {
  color: #FFFFFF;
}
.textImage.blue .text h1:before, .textImage.blue .text h2:before, .textImage.blue .text h3:before, .textImage.blue .text h4:before, .textImage.blue .blockHead h1:before, .textImage.blue .blockHead h2:before, .textImage.blue .blockHead h3:before, .textImage.blue .blockHead h4:before {
  background-color: #FFFFFF;
}

.textImage.grey {
  background-color: #f7f7f5;
}

@media only screen and (max-width: 700px) {
  .textImage .text, .textImage .image, .textImage .textContent .image, .textImage.imageFit .image img, .textImage.textWrap .text .image {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .textImage.imageLeft .text,
  .textImage.imageRight .text {
    padding: 0 0 24px 0;
  }
  .textImage.imageLeft .blockHead,
  .textImage.imageRight .blockHead {
    display: block;
  }
  .textImage.imageRight .image {
    margin-top: calc(12px + 1.5vw);
  }
  .textImage.imageLeft .image {
    margin-bottom: calc(12px + 1.5vw);
  }
  .textImage.textImage.textWrap .text {
    padding-top: 0;
  }
  .textImage.textImage.textWrap .blockHead.inline {
    display: block;
  }
  .textImage.textImage.textWrap .image {
    width: 50%;
  }
  .textImage.textImage.textWrap.imageLeft .image {
    margin-right: calc(12px + 1.5vw);
    margin-bottom: calc(12px + 1.5vw);
  }
  .textImage.textImage.textWrap.imageRight .image {
    margin-left: calc(12px + 1.5vw);
    margin-bottom: calc(12px + 1.5vw);
  }
  .textImage.imageFit .wrapper, .textImage.imageFit .homeBanners .slick-dots, .homeBanners .textImage.imageFit .slick-dots {
    padding: 0;
  }
  .textImage.imageFit .text {
    padding: 24px;
  }
  .textImage.imageFit .image {
    width: 100vw;
  }
  .textImage.imageFit .blockHead {
    display: block;
  }
  .textImage.imageFit .blockHead.inline {
    display: none;
  }
}
.textOnly {
  padding: calc(24px + 2.5vw) 0;
}
.textOnly.centred .text * {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

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

.textImage.textOnly h4.blockHead {
  margin: 0;
}
.textImage.textOnly .flexer {
  padding-top: 0;
}
.textImage.textOnly .text {
  width: 100%;
  padding: 24px 0;
}
.textImage.textOnly .text h1, .textImage.textOnly .text h2, .textImage.textOnly .text h3, .textImage.textOnly .text h4, .textImage.textOnly .text h5, .textImage.textOnly .text h6 {
  width: 100%;
  display: inline-block;
}
.textImage.textOnly .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  padding-top: 24px;
  width: 100%;
}
.textImage.textOnly .columns .textColumn {
  border-right: solid 1px #232c60;
  padding: 0 24px;
  padding-bottom: 0;
  width: 100%;
}
.textImage.textOnly .columns .textColumn:first-child {
  padding-left: 0;
}
.textImage.textOnly .columns .textColumn:last-child {
  border: 0;
  padding-right: 0;
}
.textImage.textOnly .columns.colCount2 .textColumn {
  width: 50%;
}
.textImage.textOnly .columns.colCount3 .textColumn {
  width: 33.3333333333%;
}

.textImage.textOnly.blue * {
  color: #FFFFFF;
}
.textImage.textOnly.blue .textColumn {
  border-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .textImage.textOnly .columns {
    flex-wrap: wrap;
  }
  .textImage.textOnly .columns.colCount2 .textColumn {
    width: 50%;
  }
  .textImage.textOnly .columns.colCount3 .textColumn {
    width: 50%;
  }
  .textImage.textOnly .columns.colCount3 .textColumn:nth-child(2) {
    border: 0;
  }
}
@media only screen and (max-width: 700px) {
  .textImage.textOnly {
    padding-left: 24px;
    padding-right: 24px;
  }
  .textImage.textOnly .wrapper, .textImage.textOnly .homeBanners .slick-dots, .homeBanners .textImage.textOnly .slick-dots {
    padding-left: 0;
    padding-right: 0;
  }
  .textImage.textOnly .columns {
    flex-wrap: wrap;
    padding: 24px;
  }
  .textImage.textOnly .columns,
  .textImage.textOnly .columns.colCount2,
  .textImage.textOnly .columns.colCount3 {
    padding-left: 0;
    padding-right: 0;
  }
  .textImage.textOnly .columns .textColumn,
  .textImage.textOnly .columns.colCount2 .textColumn,
  .textImage.textOnly .columns.colCount3 .textColumn {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.textIntro {
  padding: calc(24px + 2.5vw) 0 0 0;
}

.homepage header {
  /*
  position: absolute;
  left:   auto;
  top:    auto;
  right:  auto;
  bottom: auto;
  z-index: 100;;

  @include whiteNav;
  */
}

.homeSplitterGrid {
  width: 100%;
  display: block;
}
.homeSplitterGrid .wrapper.grid, .homeSplitterGrid .homeBanners .grid.slick-dots, .homeBanners .homeSplitterGrid .grid.slick-dots {
  display: grid;
  grid-template-areas: "m3Title m3FenTitle" "m3Links m3FenLinks" "m3Logo m3FenLogo";
  grid-template-columns: 1fr 1fr;
  margin-bottom: calc(24px + 3vw);
}
.homeSplitterGrid .m3FloodHeadline {
  grid-area: m3Title;
}
.homeSplitterGrid .m3Splitter {
  grid-column-start: 1;
  grid-column-end: 2;
}
.homeSplitterGrid .m3shade, .homeSplitterGrid .m3links {
  grid-area: m3Links;
}
.homeSplitterGrid .m3Logo {
  grid-area: m3Logo;
}
.homeSplitterGrid .m3FenestrationHeadline {
  grid-area: m3FenTitle;
}
.homeSplitterGrid .m3FenSplitter {
  grid-column-start: 2;
  grid-column-end: 3;
}
.homeSplitterGrid .m3fenShade,
.homeSplitterGrid .m3fenLinks {
  grid-area: m3FenLinks;
}
.homeSplitterGrid .m3fenLogo {
  grid-area: m3FenLogo;
}
.homeSplitterGrid .splitterImage {
  grid-row-start: 1;
  grid-row-end: 3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.homeSplitterGrid ul.quickLinks,
.homeSplitterGrid h2 {
  z-index: 2;
  padding: calc(12px + 1.5vw + 6px + 0.75vw);
  padding-right: calc(12px + 1.5vw);
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
.homeSplitterGrid h2 {
  font-size: clamp(38px, 5vw, 50px);
}
.homeSplitterGrid .shade {
  display: block;
  width: 100%;
  background-color: #232c60;
  z-index: 2;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.homeSplitterGrid .shade.m3fenShade {
  background-color: #38847D;
}
.homeSplitterGrid ul.quickLinks {
  list-style-type: none;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  font-size: 3vw;
  padding: calc(6px + 0.75vw) calc(12px + 1.5vw + 6px + 0.75vw);
}
@media (max-width: 46.6666666667rem) {
  .homeSplitterGrid ul.quickLinks {
    font-size: 1.4rem;
  }
}
@media (min-width: 53.3333333333rem) {
  .homeSplitterGrid ul.quickLinks {
    font-size: 1.6rem;
  }
}
.homeSplitterGrid ul.quickLinks li + li {
  margin-top: 12px;
}
.homeSplitterGrid ul.quickLinks a {
  color: #FFFFFF;
}
.homeSplitterGrid .logoBar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
  background-color: #232c60;
  padding: 34px calc(12px + 1.5vw + 6px + 0.75vw);
  z-index: 3;
  width: 100%;
}
.homeSplitterGrid .logoBar img {
  max-width: 80%;
  margin-right: 2em;
}
.homeSplitterGrid .logoBar a {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #FFFFFF;
  margin: 0;
  margin-top: 10px;
}
@media (max-width: 90rem) {
  .homeSplitterGrid .logoBar a {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .homeSplitterGrid .logoBar a {
    font-size: 1rem;
  }
}
@media (max-width: 75rem) {
  .homeSplitterGrid .logoBar a {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .homeSplitterGrid .logoBar a {
    font-size: 0.8rem;
  }
}
.homeSplitterGrid .logoBar a.dummyLink {
  opacity: 0;
  pointer-events: none;
}
.homeSplitterGrid .logoBar.m3fenLogo {
  background-color: #38847D;
}

.homeBanners + .homeContent .keyPoints {
  clip-path: none;
  padding-top: calc(48px + 3vw);
}

.homeContent > .textImage {
  z-index: 2;
}

@media only screen and (max-width: 570px) {
  .homeSplitterGrid .wrapper.grid, .homeSplitterGrid .homeBanners .grid.slick-dots, .homeBanners .homeSplitterGrid .grid.slick-dots {
    display: grid;
    grid-template-areas: "m3Title" "m3Links" "m3Logo" "m3FenTitle" "m3FenLinks" "m3FenLogo";
    grid-template-columns: 1fr;
  }
  .homeSplitterGrid .wrapper.grid h2, .homeSplitterGrid .homeBanners .grid.slick-dots h2, .homeBanners .homeSplitterGrid .grid.slick-dots h2 {
    margin-bottom: calc(24px + 3vw + 6px + 0.75vw);
    margin-top: calc(6px + 0.75vw);
  }
  .homeSplitterGrid .wrapper.grid .m3Logo, .homeSplitterGrid .homeBanners .grid.slick-dots .m3Logo, .homeBanners .homeSplitterGrid .grid.slick-dots .m3Logo {
    margin-bottom: calc(12px + 1.5vw);
  }
  .homeSplitterGrid .wrapper.grid .m3Splitter, .homeSplitterGrid .homeBanners .grid.slick-dots .m3Splitter, .homeBanners .homeSplitterGrid .grid.slick-dots .m3Splitter {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .homeSplitterGrid .wrapper.grid .m3FenSplitter, .homeSplitterGrid .homeBanners .grid.slick-dots .m3FenSplitter, .homeBanners .homeSplitterGrid .grid.slick-dots .m3FenSplitter {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .homeSplitterGrid .wrapper.grid .logoBar img, .homeSplitterGrid .homeBanners .grid.slick-dots .logoBar img, .homeBanners .homeSplitterGrid .grid.slick-dots .logoBar img {
    max-width: 70%;
  }
  .homeSplitterGrid ul.quickLinks {
    padding: 0;
    font-size: 1.4rem;
    font-size: 2.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: calc(6px + 0.75vw) calc(6px + 0.75vw + (6px + 0.75vw) / 2);
  }
}
@media only screen and (max-width: 570px) and (max-width: 48rem) {
  .homeSplitterGrid ul.quickLinks {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 570px) and (min-width: 56rem) {
  .homeSplitterGrid ul.quickLinks {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 570px) {
  .homeSplitterGrid ul.quickLinks li {
    padding: 10px calc(6px + 0.75vw + (6px + 0.75vw) / 2);
    width: 50%;
  }
  .homeSplitterGrid ul.quickLinks li + li {
    margin: 0;
  }
} /*570px ends*/
@media only screen and (max-width: 900px) {
  .homeLinks .keyPoint {
    width: 50%;
    min-width: 0;
  }
  .homeLinks .keyPoint:nth-child(3n) {
    border-right: 1px solid #009af4;
  }
  .homeLinks .keyPoint:nth-child(2n) {
    border-right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .homeLinks .keyPoint {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid #009af4;
  }
  .homeLinks .keyPoint:nth-child(3n) {
    border-right: 0;
  }
  .homeLinks .keyPoint:nth-child(2n) {
    border-right: 0;
  }
}
.homeIntro {
  padding-top: calc(2.5vw + 36px);
  padding-bottom: 0;
  text-align: center;
}
.homeIntro .text {
  max-width: 800px;
  display: inline-block;
  margin: 0 auto 18px auto;
}

.homeBlocks {
  z-index: 2;
}
.homeBlocks .homeBlocksHolder,
.homeBlocks .slick-track {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.homeBlocks .homeBlocksHolder .homeBlock,
.homeBlocks .slick-track .homeBlock {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.homeBlocks .homeBlocksHolder .homeBlock .frame,
.homeBlocks .slick-track .homeBlock .frame {
  min-height: 100%;
  background-color: #f7f7f5;
  padding: 24px;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.homeBlocks .homeBlocksHolder .homeBlock .frame .blockLink,
.homeBlocks .slick-track .homeBlock .frame .blockLink {
  margin-top: auto;
  margin-bottom: 0;
}
.homeBlocks .homeBlocksHolder .homeBlock .imageHolder,
.homeBlocks .slick-track .homeBlock .imageHolder {
  max-width: 215px;
  margin: 0 auto;
}
.homeBlocks .homeBlocksHolder .homeBlock .imageHolder img,
.homeBlocks .slick-track .homeBlock .imageHolder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.homeNews.angled {
  z-index: 5;
}
.homeNews.angled .flexer {
  padding: 24px 0;
}

.homeNews {
  background-color: #f7f7f5;
  text-align: center;
}
.homeNews .wrapper, .homeNews .homeBanners .slick-dots, .homeBanners .homeNews .slick-dots {
  padding-top: calc(48px + 1.5vw);
  padding-bottom: calc(48px + 1.5vw);
}
.homeNews .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.homeNews .newsRoll {
  width: 66.6666666667%;
  padding: 0;
  padding-left: 48px;
}
.homeNews .newsRoll h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  margin: 0;
  transform: rotate(90deg) translateY(-100%);
  transform-origin: left top;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1em;
}
.homeNews .newsRoll .newsList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.homeNews .newsRoll .articleItem {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.homeNews .newsRoll .articleItem .flexer {
  align-items: flex-start;
  padding: 0;
}
.homeNews .newsRoll .articleItem .text {
  order: 2;
  text-align: left;
  width: 66.6666666667%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.homeNews .newsRoll .articleItem .image {
  order: 1;
  width: 33.3333333333%;
}
.homeNews .newsRoll .flickity-enabled .articleItem {
  pointer-events: none;
}
.homeNews .newsRoll .flickity-enabled .articleItem.is-selected {
  pointer-events: all;
}
.homeNews .newsRoll .flickity-enabled .flickity-page-dots {
  text-align: left;
}
.homeNews .twitterHolder {
  width: 33.3333333333%;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
}

@media only screen and (max-width: 900px) {
  .homeNews .newsRoll {
    width: 100%;
    padding-left: 0;
    padding-bottom: 36px;
  }
  .homeNews .newsRoll h3 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    transform: none;
    text-align: left;
    margin-bottom: 24px;
  }
  .homeNews .newsRoll .articleItem {
    padding: 0;
  }
  .homeNews .newsRoll .articleItem .flexer {
    padding: 0;
  }
  .homeNews .newsRoll .articleItem .text {
    width: 60%;
  }
  .homeNews .newsRoll .articleItem .image {
    order: 1;
    width: 40%;
  }
  .homeNews .twitterHolder {
    width: 100%;
    height: 80vh;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 650px) {
  .homeNews .newsRoll .articleItem .flexer {
    flex-wrap: wrap;
    padding: 0;
  }
  .homeNews .newsRoll .articleItem .text {
    width: 100%;
    padding-left: 0;
  }
  .homeNews .newsRoll .articleItem .image {
    width: 100%;
  }
}
.newBlock .caseStudyList.newStyle {
  padding-top: 0;
  margin-top: 0;
  background-color: #FFFFFF;
  width: 100%;
}
.newBlock .caseStudyList.newStyle .wrapper, .newBlock .caseStudyList.newStyle .homeBanners .slick-dots, .homeBanners .newBlock .caseStudyList.newStyle .slick-dots {
  padding: 0;
  width: 100%;
}
.newBlock .caseStudyList.newStyle .caseStudyItem a {
  background-color: #d8e1e3;
}

.caseStudyList {
  background-color: #232c60;
  padding-top: calc(5vw + 60px);
  margin-top: calc(-5vw - 60px);
  padding-bottom: calc(5vw + 60px);
  z-index: 1;
  text-align: center;
}
.caseStudyList.whiteBack {
  background-color: #FFFFFF;
}
.caseStudyList .wrapper > .text, .caseStudyList .homeBanners .slick-dots > .text, .homeBanners .caseStudyList .slick-dots > .text {
  padding-top: calc(2.5vw + 72px);
  padding-bottom: 18px;
  margin-bottom: calc(12px + 1.5vw);
}
.caseStudyList .wrapper, .caseStudyList .homeBanners .slick-dots, .homeBanners .caseStudyList .slick-dots {
  z-index: 2;
}
.caseStudyList img.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: screen;
  opacity: 0.2;
  z-index: 1;
}
.caseStudyList > .wrapper .section .blockLink, .homeBanners .caseStudyList > .slick-dots .section .blockLink {
  background-color: transparent;
  margin-top: 36px;
  color: #232c60;
}

.caseStudyList.newStyle {
  margin-top: 0;
  padding-top: calc(24px + 3vw);
  padding-bottom: calc(24px + 3vw);
  background-color: #d8e1e3;
}
.caseStudyList.newStyle .wrapper > .text, .caseStudyList.newStyle .homeBanners .slick-dots > .text, .homeBanners .caseStudyList.newStyle .slick-dots > .text {
  padding: 0 calc(24px + 3vw);
}
.caseStudyList.newStyle .wrapper > .text *, .caseStudyList.newStyle .homeBanners .slick-dots > .text *, .homeBanners .caseStudyList.newStyle .slick-dots > .text * {
  color: #232c60;
}

.caseStudyHolder {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  /*
  .slick-track {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-content: flex-start;
      align-items: stretch;

  }
  .slick-prev, .slick-next {
      border-color: $white;
  }*/
}
.caseStudyHolder.flickity-enabled .caseStudyItem .imageHolder img {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.caseStudyHolder.flickity-enabled .caseStudyItem .imageHolder:after {
  opacity: 0.8;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #232c60;
  z-index: 2;
  transition: opacity 0.5s ease-out;
}
.caseStudyHolder.flickity-enabled .caseStudyItem.is-selected .imageHolder img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.caseStudyHolder.flickity-enabled .caseStudyItem.is-selected .imageHolder:after {
  opacity: 0;
}
.caseStudyHolder .caseStudyItem {
  width: 25%;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 0;
  min-height: 100%;
}
.caseStudyHolder .caseStudyItem .imageHolder {
  background-color: #232c60;
}
.caseStudyHolder .caseStudyItem .imageHolder span {
  padding-top: 66%;
}
.caseStudyHolder .caseStudyItem a {
  background-color: #FFFFFF;
  padding: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.caseStudyHolder .caseStudyItem .flexer {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.caseStudyHolder .caseStudyItem .flexer .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  text-align: left;
}
.caseStudyHolder .caseStudyItem .flexer .text .blockLink {
  margin-top: auto;
  margin-bottom: 0;
}
.caseStudyHolder .caseStudyItem .flexer p.quickView {
  margin-top: auto;
  margin-bottom: 0;
  display: inline-block;
  background-color: #232c60;
  color: #FFFFFF;
  padding: 12px;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 2vw;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 100%;
}
@media (max-width: 55rem) {
  .caseStudyHolder .caseStudyItem .flexer p.quickView {
    font-size: 1.1rem;
  }
}
@media (min-width: 60rem) {
  .caseStudyHolder .caseStudyItem .flexer p.quickView {
    font-size: 1.2rem;
  }
}
.caseStudyHolder .caseStudyItem .flexer p.quickView:hover {
  background-color: #64bc9d;
}

.caseStudies .banner .image:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  display: block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 100%;
  width: 75%;
}

/*Fix jump with slick*/
.homepage .bannerTrack .banner {
  display: none;
}
.homepage .bannerTrack .banner:first-child {
  display: block;
}

.caseStudies,
.homepage .bannerTrack {
  z-index: 10;
}
.caseStudies .slick-track .slick-slide,
.homepage .bannerTrack .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  bottom: 0;
}
.caseStudies .banner,
.homepage .bannerTrack .banner {
  padding-top: calc(2.5vw + 100px);
  padding-bottom: calc(2.5vw + 100px);
  /*clip-path: polygon(0% 0, 0% calc(100% - 24px - 3vw), 100% 100%, 100% 0%);
  clip-path: polygon(0% 0, 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
  max-height: none;
  min-height: none;
}
.caseStudies .banner:first-child,
.homepage .bannerTrack .banner:first-child {
  display: block;
}
.caseStudies .banner .image::before,
.homepage .bannerTrack .banner .image::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  height: 50%;
  z-index: 2;
}
.caseStudies .banner h1::before,
.homepage .bannerTrack .banner h1::before {
  position: absolute;
  display: block;
  content: "";
  /*
  left: 0;
  right: auto;
  */
  left: auto;
  right: calc(100% + 0.5em);
  top: 0.1em;
  bottom: 0.1em;
  width: 0.15em;
  background-color: #009af4;
}
.caseStudies .banner .text,
.homepage .bannerTrack .banner .text {
  width: 60%;
}
.caseStudies .banner .text h5,
.homepage .bannerTrack .banner .text h5 {
  max-width: 500px;
  margin-bottom: 36px;
}
.caseStudies .banner .text h1,
.homepage .bannerTrack .banner .text h1 {
  width: 100%;
  font-size: 2.2rem;
  font-size: 8.5vw;
  line-height: 1em;
}
@media (max-width: 0rem) {
  .caseStudies .banner .text h1,
  .homepage .bannerTrack .banner .text h1 {
    font-size: 0rem;
  }
}
@media (min-width: 50rem) {
  .caseStudies .banner .text h1,
  .homepage .bannerTrack .banner .text h1 {
    font-size: 4.25rem;
  }
}
.caseStudies .banner .text .icon,
.homepage .bannerTrack .banner .text .icon {
  margin-bottom: 24px;
}
.caseStudies .banner .text .icon img,
.homepage .bannerTrack .banner .text .icon img {
  max-width: 200px;
  max-height: 200px;
  object-position: left center;
  object-fit: contain;
}
.caseStudies .banner.angled,
.homepage .bannerTrack .banner.angled {
  margin-top: 0;
}
.caseStudies .banner.angled:after,
.homepage .bannerTrack .banner.angled:after {
  display: none;
}

.banner {
  margin-bottom: 24px;
}

/*Image Biasing*/
.banner {
  display: block;
  /*flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  //min-height: 350px;*/
  display: block;
  min-height: 250px;
}
.banner.show, .banner:first-child {
  display: block;
  opacity: 1;
}
.banner stilt {
  width: 10px;
  background-color: red;
  opacity: 0;
  pointer-events: none;
  display: block;
  z-index: 3;
  display: inline-block;
  height: 40vw;
  max-height: 750px;
}
.banner .wrapper, .banner .homeBanners .slick-dots, .homeBanners .banner .slick-dots {
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.banner .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner.leftTop .image img {
  object-position: top left;
}
.banner.centreTop .image img {
  object-position: top center;
}
.banner.rightTop .image img {
  object-position: top right;
}
.banner.leftCentre .image img {
  object-position: center left;
}
.banner.centreCentre .image img {
  object-position: center center;
}
.banner.rightCentre .image img {
  object-position: center right;
}
.banner.leftBottom .image img {
  object-position: bottom left;
}
.banner.centreBottom .image img {
  object-position: bottom center;
}
.banner.rightBottom .image img {
  object-position: bottom right;
}
.banner .image.mobile {
  display: none;
}
.banner .text {
  width: 65%;
}
.banner .text h1, .banner .text h5 {
  width: 100%;
}
.banner .text h1 {
  font-size: 2.2rem;
  font-size: 8.5vw;
}
@media (max-width: 0rem) {
  .banner .text h1 {
    font-size: 0rem;
  }
}
@media (min-width: 50rem) {
  .banner .text h1 {
    font-size: 4.25rem;
  }
}
.banner .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.banner .links a {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
@media (max-width: 90rem) {
  .banner .links a {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .banner .links a {
    font-size: 1rem;
  }
}
.banner.textRight .text {
  margin-right: 0;
  margin-left: auto;
}

.banner.angled {
  /*clip-path: polygon(0% 0, 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
}

.banner.blueBanner {
  background-color: #0f5fac;
}
.banner.blueBanner h1, .banner.blueBanner h5 {
  color: #FFFFFF;
}
.banner.blueBanner .image {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.banner.lightText h1, .banner.lightText h5 {
  color: #FFFFFF;
}

@media only screen and (max-width: 1250px) {
  .caseStudies .banner .wrapper, .caseStudies .banner .homeBanners .slick-dots, .homeBanners .caseStudies .banner .slick-dots,
  .homepage .bannerTrack .banner .wrapper,
  .bannerTrack .banner .wrapper,
  .bannerTrack .banner .homeBanners .slick-dots,
  .homeBanners .bannerTrack .banner .slick-dots {
    padding-left: 72px;
  }
}
@media only screen and (max-width: 700px) {
  .caseStudies .banner .text,
  .homepage .bannerTrack .banner .text,
  .bannerTrack .banner .text {
    width: 60%;
  }
  .caseStudies .banner .image img,
  .homepage .bannerTrack .banner .image img,
  .bannerTrack .banner .image img {
    width: 130%;
  }
}
@media only screen and (max-width: 650px) {
  .caseStudies .banner stilt,
  .banner stilt {
    height: 100vw;
    max-height: 500px;
  }
  .caseStudies .banner .image.mobile,
  .banner .image.mobile {
    display: block;
  }
  .caseStudies .banner,
  .homepage .bannerTrack .banner {
    padding-bottom: calc(13.5vw + 100px);
    padding-top: calc(13.5vw + 48px);
  }
  .caseStudies .banner .wrapper, .caseStudies .banner .homeBanners .slick-dots, .homeBanners .caseStudies .banner .slick-dots,
  .homepage .bannerTrack .banner .wrapper,
  .homepage .bannerTrack .banner .homeBanners .slick-dots,
  .homeBanners .homepage .bannerTrack .banner .slick-dots {
    padding: 0 36px;
    padding-right: 12px;
  }
  .caseStudies .banner:first-child, .caseStudies .banner.show:first-child {
    display: flex;
  }
  .caseStudies .banner, .caseStudies .banner.show,
  .homepage .bannerTrack .banner,
  .homepage .bannerTrack .banner.show,
  .bannerTrack .banner,
  .bannerTrack .banner.show {
    padding: 0;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
  }
  .caseStudies .banner .text, .caseStudies .banner.show .text,
  .homepage .bannerTrack .banner .text,
  .homepage .bannerTrack .banner.show .text,
  .bannerTrack .banner .text,
  .bannerTrack .banner.show .text {
    width: 100%;
  }
  .caseStudies .banner .image img, .caseStudies .banner.show .image img,
  .homepage .bannerTrack .banner .image img,
  .homepage .bannerTrack .banner.show .image img,
  .bannerTrack .banner .image img,
  .bannerTrack .banner.show .image img {
    width: 130%;
  }
  .caseStudies .banner .image:after, .caseStudies .banner.show .image:after,
  .homepage .bannerTrack .banner .image:after,
  .homepage .bannerTrack .banner.show .image:after,
  .bannerTrack .banner .image:after,
  .bannerTrack .banner.show .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
  }
  .caseStudies .banner .image.mobile, .caseStudies .banner.show .image.mobile,
  .homepage .bannerTrack .banner .image.mobile,
  .homepage .bannerTrack .banner.show .image.mobile,
  .bannerTrack .banner .image.mobile,
  .bannerTrack .banner.show .image.mobile {
    display: block;
  }
  .caseStudies .banner stilt, .caseStudies .banner.show stilt,
  .homepage .bannerTrack .banner stilt,
  .homepage .bannerTrack .banner.show stilt,
  .bannerTrack .banner stilt,
  .bannerTrack .banner.show stilt {
    height: 1px;
  }
}
@media only screen and (max-width: 450px) {
  .caseStudies .banner .text,
  .homepage .bannerTrack .banner .text,
  .bannerTrack .banner .text {
    width: 100%;
  }
}
.newBanner {
  padding-top: calc(48px + 6vw);
  padding-bottom: calc(12px + 1.5vw);
}
.newBanner .content {
  padding: calc(12px + 1.5vw);
  margin-top: calc(24px + 3vw);
  z-index: 2;
  width: 50%;
}
.newBanner .content *:last-child {
  margin-bottom: 0;
}
.newBanner .content.greyBack {
  background-color: #d8e1e3;
}
.newBanner .content.greyBack * {
  color: #466196;
}
.newBanner .content.greyBack p.blockLink a,
.newBanner .content.greyBack .blockLink {
  color: #FFFFFF;
}
.newBanner .content.whiteBack {
  background-color: #FFFFFF;
}
.newBanner .content.whiteBack * {
  color: #466196;
}
.newBanner .content.whiteBack p.blockLink a,
.newBanner .content.whiteBack .blockLink {
  color: #FFFFFF;
}
.newBanner .content.lightBlueBack {
  background-color: #0071ce;
}
.newBanner .content.lightBlueBack * {
  color: #FFFFFF;
}
.newBanner .content.lightBlueBack p.blockLink a,
.newBanner .content.lightBlueBack .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBanner .content.blueBack {
  background-color: #232c60;
}
.newBanner .content.blueBack * {
  color: #FFFFFF;
}
.newBanner .content.blueBack p.blockLink a,
.newBanner .content.blueBack .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBanner .content.greenBack {
  background-color: #64bc9d;
}
.newBanner .content.greenBack * {
  color: #FFFFFF;
}
.newBanner .content.greenBack p.blockLink a,
.newBanner .content.greenBack .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBanner .bgImage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.newBanner .bgImage.mobileImage {
  display: none;
}
.newBanner.greyBack {
  background-color: #d8e1e3;
}
.newBanner.lightBlueBack {
  background-color: #0071ce;
}
.newBanner.blueBack {
  background-color: #232c60;
}
.newBanner.greenBack {
  background-color: #64bc9d;
}

@media only screen and (max-width: 650px) {
  .pageBanner .wrapper, .pageBanner .homeBanners .slick-dots, .homeBanners .pageBanner .slick-dots {
    width: 100%;
    padding: 0;
  }
  .newBanner {
    padding-top: calc(48px + 6vw);
    padding-bottom: calc(24px + 3vw);
  }
  .newBanner .content {
    padding: calc(24px + 3vw);
    margin-top: calc(24px + 3vw);
    z-index: 2;
    width: 66%;
  }
  .newBanner .bgImage {
    display: none;
  }
  .newBanner .bgImage.mobileImage {
    display: block;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .newBanner .content {
    width: 75%;
  }
} /*$bigPhone ends*/
@keyframes h1Animation {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes h1Bar {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  100% {
    opacity: 1;
    bottom: 0.1em;
  }
}
.caseStudies .bannerTrack .slick-track h1, .caseStudies .bannerTrack .slick-track h5, .caseStudies .bannerTrack .slick-track .links, .caseStudies .bannerTrack .slick-track .icon,
.homepage .bannerTrack .slick-track h1,
.homepage .bannerTrack .slick-track h5,
.homepage .bannerTrack .slick-track .links,
.homepage .bannerTrack .slick-track .icon {
  opacity: 0;
}

.caseStudies .bannerTrack .banner.animated.slick-active h1,
.homepage .bannerTrack .banner.animated.slick-active h1 {
  opacity: 0;
  animation-name: h1Animation;
  animation-duration: 0.5s; /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: normal; /* or: normal */
  animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 0.5s; /* or: Xms */
}
.caseStudies .bannerTrack .banner.animated.slick-active h1::before,
.homepage .bannerTrack .banner.animated.slick-active h1::before {
  bottom: 100%;
  animation-name: h1Bar;
  animation-duration: 0.5s; /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: normal; /* or: normal */
  animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 1s; /* or: Xms */
}
.caseStudies .bannerTrack .banner.animated.slick-active h5,
.homepage .bannerTrack .banner.animated.slick-active h5 {
  animation-name: h1Animation;
  animation-duration: 0.5s; /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: normal; /* or: normal */
  animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 0.75s; /* or: Xms */
}
.caseStudies .bannerTrack .banner.animated.slick-active .icon,
.homepage .bannerTrack .banner.animated.slick-active .icon {
  animation-name: h1Animation;
  animation-duration: 0.5s; /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: normal; /* or: normal */
  animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 1s; /* or: Xms */
}
.caseStudies .bannerTrack .banner.animated.slick-active .links,
.homepage .bannerTrack .banner.animated.slick-active .links {
  animation-name: h1Animation;
  animation-duration: 0.5s; /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: normal; /* or: normal */
  animation-timing-function: ease-out; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards; /* or: backwards, both, none */
  animation-delay: 1.25s; /* or: Xms */
}

.newsRoll {
  text-align: center;
  padding: 36px;
}
.newsRoll h3 {
  margin-bottom: 0;
}
.newsRoll .newsHolder {
  text-align: center;
  width: 100%;
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
.newsRoll .newsHolder:after {
  display: block;
  content: "";
  width: 33%;
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
}
.newsRoll .newsSnapshot {
  width: 100%;
  margin: auto;
  padding: 24px;
}
.newsRoll .newsSnapshot h6 {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-weight: 700;
  width: 100%;
}
@media (max-width: 90rem) {
  .newsRoll .newsSnapshot h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .newsRoll .newsSnapshot h6 {
    font-size: 1rem;
  }
}
.newsRoll .newsSnapshot p {
  width: 100%;
}
.newsRoll .newsSnapshot span {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  display: inline-block;
  color: #007ac1;
  padding: 0 18px 18px 18px;
  border-bottom: solid 1px rgba(153, 153, 153, 0.5);
}
@media (max-width: 90rem) {
  .newsRoll .newsSnapshot span {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .newsRoll .newsSnapshot span {
    font-size: 1rem;
  }
}
@media (max-width: 75rem) {
  .newsRoll .newsSnapshot span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .newsRoll .newsSnapshot span {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .newsRoll .newsHolder {
    max-width: 500px;
  }
}
/*.keyPoints.angled + .textImage {
    padding-top: calc(24px + 4vw);
}
.keyPoints.angled  {
    .wrapper {
        padding-top: calc(24px + 4vw);
    }
}*/
.keyPoints {
  z-index: 3;
  padding: 36px 0;
  background-color: rgba(102, 102, 102, 0.05);
  /*&.angled {
      padding: calc(24px + 2.5vw) 0;
      clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);
  }*/
}
.keyPoints.blue {
  background-image: linear-gradient(90deg, #009af4, #007ac1);
}
.keyPoints.blue * {
  color: #FFFFFF;
}
.keyPoints .keyPointsHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.keyPoints a {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
@media (max-width: 75rem) {
  .keyPoints a {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .keyPoints a {
    font-size: 0.8rem;
  }
}
.keyPoints .keyPoint {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border-right: 1px solid #009af4;
  text-align: center;
  padding: 12px;
  width: 25%;
  margin-bottom: 36px;
}
.keyPoints .keyPoint * {
  width: 100%;
}
.keyPoints .keyPoint:last-child {
  border-right: 0;
}
.keyPoints .keyPoint:nth-child(4n) {
  border-right: 0;
}
.keyPoints .imageHolder {
  margin-bottom: 0px;
  max-width: 135px;
  margin: 0 auto;
}
.keyPoints .imageHolder img {
  position: absolute;
  left: 18px;
  top: 0;
  right: 18px;
  bottom: 0;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  object-position: center center;
}

@media only screen and (max-width: 900px) {
  .keyPoints .keyPoint {
    width: 33%;
    min-width: 0;
  }
  .keyPoints .keyPoint:nth-child(4n) {
    border-right: 1px solid #009af4;
  }
  .keyPoints .keyPoint:nth-child(3n) {
    border-right: 0;
  }
  .keyPoints .keyPoint:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .keyPoints .keyPoint {
    width: 50%;
    min-width: 0;
  }
  .keyPoints .keyPoint:nth-child(3n) {
    border-right: 1px solid #009af4;
  }
  .keyPoints .keyPoint:nth-child(2n) {
    border-right: 0;
  }
  .keyPoints .keyPoint:last-child {
    border-right: 0;
  }
}
@media only screen and (max-width: 350px) {
  .keyPoints .keyPoint {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid #009af4;
  }
  .keyPoints .keyPoint:nth-child(3n) {
    border-right: 0;
  }
  .keyPoints .keyPoint:nth-child(2n) {
    border-right: 0;
  }
  .keyPoints .keyPoint:last-child {
    border-right: 0;
  }
}
.featureImage.leftTop .image img {
  object-position: left top;
}
.featureImage.centreTop .image img {
  object-position: center top;
}
.featureImage.rightTop .image img {
  object-position: right top;
}
.featureImage.leftCentre .image img {
  object-position: left center;
}
.featureImage.centreCentre .image img {
  object-position: center center;
}
.featureImage.rightCentre .image img {
  object-position: right center;
}
.featureImage.leftBottom .image img {
  object-position: left bottom;
}
.featureImage.centreBottom .image img {
  object-position: center bottom;
}
.featureImage.rightBottom .image img {
  object-position: right bottom;
}
.featureImage.imageFit .wrapper, .featureImage.imageFit .homeBanners .slick-dots, .homeBanners .featureImage.imageFit .slick-dots {
  max-width: 100%;
  padding: 0;
}
.featureImage.angled {
  /*clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
}

.featureImage .image.greyBack {
  background-color: #d8e1e3;
}
.featureImage .image.lightBlueBack {
  background-color: #0071ce;
}
.featureImage .image.blueBack {
  background-color: #232c60;
}
.featureImage .image.greenBack {
  background-color: #64bc9d;
}
.featureImage .image.fullPage {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.featureImage.asBanner .wrapper, .featureImage.asBanner .homeBanners .slick-dots, .homeBanners .featureImage.asBanner .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featureImage.asBanner .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featureImage.asBanner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.featureImage.asBanner.leftTop .image img {
  object-position: top left;
}
.featureImage.asBanner.centreTop .image img {
  object-position: top center;
}
.featureImage.asBanner.rightTop .image img {
  object-position: top right;
}
.featureImage.asBanner.leftCentre .image img {
  object-position: center left;
}
.featureImage.asBanner.centreCentre .image img {
  object-position: center center;
}
.featureImage.asBanner.rightCentre .image img {
  object-position: center right;
}
.featureImage.asBanner.leftBottom .image img {
  object-position: bottom left;
}
.featureImage.asBanner.centreBottom .image img {
  object-position: bottom center;
}
.featureImage.asBanner.rightBottom .image img {
  object-position: bottom right;
}
.featureImage.asBanner stilt {
  width: 10px;
  background-color: red;
  opacity: 0;
  pointer-events: none;
  display: block;
  z-index: 3;
  display: inline-block;
  height: 40vw;
  max-height: 750px;
}

.shopHead {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 48px;
}
.shopHead h1:before, .shopHead h2:before, .shopHead h3:before, .shopHead h4:before {
  display: none;
}

.mainFeature h1:before, .mainFeature h2:before, .mainFeature h3:before, .mainFeature h4:before,
.productGrid h1:before,
.productGrid h2:before,
.productGrid h3:before,
.productGrid h4:before {
  display: none;
}
.mainFeature .flexer,
.productGrid .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}
.mainFeature .productBlock:nth-child(2),
.productGrid .productBlock:nth-child(2) {
  justify-content: center;
}
.mainFeature .productBlock,
.productGrid .productBlock {
  padding: 36px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.mainFeature .productBlock h3 a,
.productGrid .productBlock h3 a {
  text-decoration: none;
  color: #232c60;
}
.mainFeature .productBlock .text,
.productGrid .productBlock .text {
  width: 33%;
}
.mainFeature .productBlock .productImage.inline,
.productGrid .productBlock .productImage.inline {
  display: none;
}
.mainFeature .productBlock .productImage,
.productGrid .productBlock .productImage {
  width: 66%;
  z-index: 5;
}
.mainFeature .productBlock .productImage .badge,
.productGrid .productBlock .productImage .badge {
  width: 30%;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  pointer-events: none;
}
.mainFeature .productBlock .productImage .imageHolder img,
.productGrid .productBlock .productImage .imageHolder img {
  object-fit: contain;
}
.mainFeature .productBlock .productImage .imageHolder.fallBack img, .mainFeature .productBlock .productImage .imageHolder.noImage img,
.productGrid .productBlock .productImage .imageHolder.fallBack img,
.productGrid .productBlock .productImage .imageHolder.noImage img {
  object-fit: cover;
}
.mainFeature .productBlock .inlineView,
.productGrid .productBlock .inlineView {
  display: none;
}
.mainFeature .productBlock p.quickView .blockLink,
.productGrid .productBlock p.quickView .blockLink {
  color: #FFFFFF;
}
.mainFeature .productBlock .prodFader,
.productGrid .productBlock .prodFader {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.mainFeature .text h1:before, .mainFeature .text h2:before, .mainFeature .text h3:before, .mainFeature .text h4:before {
  display: block;
}
.mainFeature .productBlock .productImage.mainFeature {
  display: none;
}
.mainFeature .productBlock:nth-child(1) {
  width: calc(75% - 18px);
}
.mainFeature .productBlock:nth-child(1) .text {
  width: 100%;
}
.mainFeature .productBlock:nth-child(1) .text h3 {
  display: inline;
  margin-bottom: 12px;
  width: auto;
  clear: left;
}
.mainFeature .productBlock:nth-child(1) .text p, .mainFeature .productBlock:nth-child(1) .text ul {
  margin-top: 12px;
}
.mainFeature .productBlock:nth-child(1) .productImage.inline {
  display: inline-block;
  float: right;
}
.mainFeature .productBlock:nth-child(1) .productImage.blocked {
  display: none;
}
.mainFeature .productBlock:nth-child(1) .productImage > .imageHolder span {
  padding-top: 70%;
}
.mainFeature .productBlock:nth-child(1) .productImage .badge {
  top: auto;
  bottom: 0;
}
.mainFeature .productBlock:nth-child(2) {
  width: 25%;
  flex-wrap: wrap;
}
.mainFeature .productBlock:nth-child(2) .text, .mainFeature .productBlock:nth-child(2) .productImage {
  width: 100%;
}
.mainFeature .productBlock:nth-child(2) .quickView {
  display: none;
}
.mainFeature .productBlock:nth-child(2) .inlineKey {
  display: none;
}
.mainFeature .productBlock:nth-child(2) .inlineView {
  display: inline-block;
  margin-bottom: 0;
}

.productGrid .flexer {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 18px);
}
.productGrid .productBlock {
  width: calc(25% - 18px);
  margin-right: 18px;
  padding: 18px;
  flex-wrap: wrap;
  flex-direction: column;
}
.productGrid .productBlock .text {
  width: 100%;
  order: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.productGrid .productBlock .text h3 {
  font-size: 1.4rem;
  font-size: 2.5vw;
}
@media (max-width: 48rem) {
  .productGrid .productBlock .text h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 56rem) {
  .productGrid .productBlock .text h3 {
    font-size: 1.4rem;
  }
}
.productGrid .productBlock .productImage.inline,
.productGrid .productBlock .productImage.mainFeature {
  display: none;
}
.productGrid .productBlock .productImage {
  width: 100%;
  order: 1;
  margin-bottom: 12px;
}
.productGrid .productBlock .productImage .badge {
  width: 40%;
  top: auto;
  bottom: 0px;
}
.productGrid .productBlock .inlineKey {
  display: none;
}
.productGrid .productBlock strong {
  font-weight: normal;
}
.productGrid .productBlock p.quickView {
  margin-bottom: 0;
  margin-top: auto;
}

.footShopBar {
  padding-top: 24px;
  margin-top: 24px;
}
.footShopBar .categories {
  border-bottom: solid 1px rgba(102, 102, 102, 0.5);
}
.footShopBar ul {
  list-style-type: none;
  margin: 0;
}
.footShopBar ul li:first-child {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
}
.footShopBar ul li {
  border-top: solid 1px rgba(102, 102, 102, 0.25);
}
.footShopBar ul li a {
  color: #007ac1;
  display: inline-block;
  padding: 12px;
}

@media only screen and (max-width: 1100px) {
  .productGrid .productBlock {
    width: calc(33% - 18px);
  }
}
@media only screen and (max-width: 900px) {
  .mainFeature .productBlock:nth-child(1) {
    width: calc(50% - 9px);
  }
  .mainFeature .productBlock:nth-child(1) .text {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  .mainFeature .productBlock:nth-child(1) .text ul, .mainFeature .productBlock:nth-child(1) .text li {
    text-align: left;
  }
  .mainFeature .productBlock:nth-child(1) .productImage > .imageHolder span {
    padding-top: 100%;
  }
  .mainFeature .productBlock:nth-child(1) .productImage .badge {
    top: 0;
    bottom: auto;
  }
  .mainFeature .productBlock:nth-child(1) .productImage.mainFeature {
    display: block;
    width: 100%;
  }
  .mainFeature .productBlock:nth-child(1) .productImage.inline {
    display: none;
  }
  .mainFeature .productBlock:nth-child(1) .productImage.blocked {
    display: none;
  }
  .mainFeature .productBlock:nth-child(2) {
    width: calc(50% - 9px);
  }
  .mainFeature .productBlock:nth-child(2) .productImage.mainFeature {
    display: block;
    width: 100%;
  }
  .mainFeature .productBlock:nth-child(2) .productImage.inline {
    display: none;
  }
  .mainFeature .productBlock:nth-child(2) .productImage.blocked {
    display: none;
  }
  .mainFeature .productBlock:nth-child(2) .inlineKey {
    display: block;
  }
  .mainFeature .productBlock:nth-child(2) .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  .mainFeature .productBlock:nth-child(2) .text ul, .mainFeature .productBlock:nth-child(2) .text li {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .mainFeature .productBlock:nth-child(1) {
    width: 100%;
  }
  .mainFeature .productBlock:nth-child(2) {
    width: 100%;
  }
  .mainFeature .flexer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 700px) {
  .mainFeature .productBlock {
    padding: 24px;
  }
  .productGrid .productBlock {
    width: calc(50% - 18px);
    padding: 24px;
  }
}
@media only screen and (max-width: 650px) {
  .mainFeature .productBlock {
    padding: 18px;
  }
  .productGrid .productBlock {
    padding: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .productGrid .flexer {
    width: 100%;
  }
  .productGrid .productBlock {
    width: 100%;
  }
}
.productBlock * {
  z-index: 2;
}

.productDetails {
  width: calc(50% - 19px);
  padding-right: 24px;
}
.productDetails .size > p:first-child {
  margin: 0;
}
.productDetails > div {
  z-index: 2;
}
.productDetails .prodFader {
  z-index: 1;
}
.productDetails .accreditations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.productDetails .accreditations img {
  width: 100px;
  margin: 0 18px 18px 0;
}
.productDetails .brand {
  display: none;
}

.prodFader {
  position: absolute;
  background-image: none;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 1;
  pointer-events: none;
  border-bottom: 0;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #CCCCCC, rgba(204, 204, 204, 0));
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
}

.blue .prodFader {
  border-image-source: linear-gradient(to top, rgba(204, 204, 204, 0.25), rgba(204, 204, 204, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.productInformation {
  padding-top: 24px;
}
.productInformation .pageHeading {
  margin-top: 0;
}
.productInformation .pageHeading h2 {
  text-transform: none;
}
.productInformation .prodFader {
  display: none;
}

.bannerHeading {
  padding-top: 24px;
  padding-bottom: 24px;
}

.productInformation > .wrapper, .homeBanners .productInformation > .slick-dots {
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.productInformation.noImage .productDetails {
  width: 100%;
  padding-right: 0;
}
.productInformation.noImage .productDetails .prodFader {
  display: none;
}
.productInformation.noImage .inlineKey {
  display: none;
}
.productInformation.noImage .pageHeading {
  display: none;
}
.productInformation.noImage .pageHeading.bannerHeading {
  display: block;
  padding-right: 150px;
}
.productInformation.noImage .pageHeading.bannerHeading .badge {
  width: 120px;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  pointer-events: none;
}
.productInformation.noImage .mobileKey {
  display: block;
  width: 50%;
  margin-top: 0;
  margin-bottom: 24px;
}
.productInformation.noImage .mobileKey .text {
  column-count: 1;
}
.productInformation.noImage .mobileKey h6 {
  display: none;
}

.productInformation.noDesc .inlineKey {
  display: block;
}
.productInformation.noDesc .mobileKey {
  display: none;
}

.productInformation.withBanner {
  background-color: #FFFFFF;
  padding-top: calc(48px + 3vw);
}

.productBanner + .productInformation.withBanner {
  margin: calc(-48px - 3vw) 0 0;
}

.productPage .pageHeading.bannerHeading {
  margin: 0;
}

.extraProductInfo {
  background-color: #FFFFFF;
  z-index: 2;
}

.mobileKey {
  display: none;
  margin: 0 0 24px 0;
}
.mobileKey .text {
  column-count: 2;
}
.mobileKey .text li {
  break-inside: avoid-column;
}

.warning {
  border: solid 1px #FF0000;
  background-color: #FFFFFF;
  padding: 24px;
  margin: 24px 0;
}
.warning *:last-child {
  margin-bottom: 0;
}

.text ul {
  list-style-type: none;
  margin-left: 1em;
}
.text ul li:before {
  content: "";
  width: 0.35em;
  height: 0.35em;
  background-color: #0f5fac;
  position: absolute;
  left: auto;
  top: 0.5em;
  right: calc(100% + 0.5em);
  bottom: auto;
  display: block;
}
.text ol {
  margin-left: 2em;
}
.text ol li {
  margin-bottom: 1em;
}

span.sku {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
}
@media (max-width: 90rem) {
  span.sku {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  span.sku {
    font-size: 1rem;
  }
}

.price p {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #0f5fac;
  font-size: 1.2rem;
  font-size: 2vw;
}
@media (max-width: 60rem) {
  .price p {
    font-size: 1.2rem;
  }
}
@media (min-width: 80rem) {
  .price p {
    font-size: 1.6rem;
  }
}
.price p.salePrice {
  margin: 0;
}
.price p.tradePrice em {
  display: inline-block;
  width: 100%;
  opacity: 0.5;
}
.price p.oldPrice {
  text-decoration: line-through;
  opacity: 0.75;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
}
@media (max-width: 90rem) {
  .price p.oldPrice {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .price p.oldPrice {
    font-size: 1rem;
  }
}
.price em {
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
}
@media (max-width: 90rem) {
  .price em {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .price em {
    font-size: 1rem;
  }
}

.standardPrices {
  margin-bottom: 18px;
}
.standardPrices p {
  margin: 0;
  margin-right: 8px;
}
.standardPrices.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.standardPrices.inline .prices, .standardPrices.inline .priceBlock {
  width: auto;
}

.price.inline {
  margin-right: 8px;
}
.price.inline p {
  margin-bottom: 0;
}

.addBar.inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}

.priceBlock {
  display: inline-block;
}
.priceBlock.inline {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.priceBlock.inline .qtyControl,
.priceBlock.inline input[type=submit] {
  width: auto;
}
.priceBlock.inline input[type=submit] {
  margin: 0;
  margin-left: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.priceBlock input[type=submit] {
  width: 100%;
  margin-top: 8px;
  border-radius: 0;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}
.priceBlock .qtyControl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  /* Firefox */
}
.priceBlock .qtyControl input[type=number] {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #0f5fac;
  width: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #f7f7f5;
}
@media (max-width: 90rem) {
  .priceBlock .qtyControl input[type=number] {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .priceBlock .qtyControl input[type=number] {
    font-size: 1rem;
  }
}
.priceBlock .qtyControl .plus,
.priceBlock .qtyControl .minus {
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #0f5fac;
  display: block;
  background-color: #f7f7f5;
  border: 1px solid #f7f7f5;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 90rem) {
  .priceBlock .qtyControl .plus,
  .priceBlock .qtyControl .minus {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .priceBlock .qtyControl .plus,
  .priceBlock .qtyControl .minus {
    font-size: 1rem;
  }
}
.priceBlock .qtyControl .plus span,
.priceBlock .qtyControl .minus span {
  width: 100%;
  padding-top: 100%;
  display: block;
}
.priceBlock .qtyControl .plus:hover,
.priceBlock .qtyControl .minus:hover {
  background-color: rgb(224.3333333333, 224.3333333333, 216.6666666667);
}
.priceBlock .qtyControl .plus:before,
.priceBlock .qtyControl .minus:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%) translateY(-50%);
}
.priceBlock .qtyControl .plus {
  border-left: 0;
}
.priceBlock .qtyControl .plus:before {
  content: "+";
}
.priceBlock .qtyControl .minus {
  border-right: 0;
}
.priceBlock .qtyControl .minus:before {
  content: "-";
}
.priceBlock .qtyControl input::-webkit-outer-spin-button,
.priceBlock .qtyControl input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.priceBlock .qtyControl input[type=number] {
  -moz-appearance: textfield;
}

.inlinePricing {
  margin-bottom: 18px;
}

.optionSelects form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.optionSelects .options {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.optionSelects .options p {
  margin-right: 8px;
}
.optionSelects p, .optionSelects select {
  margin-bottom: 8px;
  width: auto;
}

.productPage .main {
  width: 100%;
  padding-left: 0;
}
.productPage .pageHeading {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.productPage .pageHeading .breadCrumb {
  order: 1;
}
.productPage .pageHeading h1 {
  order: 3;
  margin: 0;
}
.productPage .pageHeading h2 {
  order: 4;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 16px;
  font-size: 1.4rem;
  font-size: 2.5vw;
}
.productPage .pageHeading h2:before {
  display: none;
}
@media (max-width: 56rem) {
  .productPage .pageHeading h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 72rem) {
  .productPage .pageHeading h2 {
    font-size: 1.8rem;
  }
}
.productPage .pageHeading .sku {
  order: 2;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #999999;
  margin-top: 9px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 75rem) {
  .productPage .pageHeading .sku {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .productPage .pageHeading .sku {
    font-size: 0.8rem;
  }
}
.productPage .pageHeading .titleBar {
  z-index: 2;
}
.productPage .pageHeading .shape {
  z-index: 1;
  width: 100vw;
  display: block;
  background-color: rgba(15, 95, 172, 0.1);
  height: 100vh;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  transform: translateX(calc((-100vw + 1200px) / 2 - 48px));
}
.productPage .pageHeading.mobileOnly {
  display: none;
}

.sizeStock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.sizeStock .size {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-right: 18px;
}

p.price {
  margin: 0;
}
p.price span {
  font-size: 1.2rem;
  font-size: 1vw;
  color: #666666;
  display: inline-block;
  padding-right: 6px;
}
@media (max-width: 75rem) {
  p.price span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  p.price span {
    font-size: 0.8rem;
  }
}

.badge {
  width: 30%;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  pointer-events: none;
  z-index: 10;
  display: block;
  max-width: 250px;
}

.badge.inline {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
}

.productDetails .brand {
  width: 200px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
  .productPage .pageHeading .shape {
    transform: translateX(-48px);
  }
}
@media only screen and (max-width: 900px) {
  .productPage .productDetails,
  .productPage .productImages {
    width: calc(50% - 19px);
  }
}
@media only screen and (max-width: 768px) {
  .productPage .inlineKey {
    display: none;
  }
  .productPage .mobileKey {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .productPage .prodFader {
    display: none;
  }
  .productPage .productInformation .pageHeading,
  .productPage .productInformation .productImages,
  .productPage .productInformation .productDetails {
    width: 100%;
    padding-right: 0;
  }
  .productPage .productInformation .pageHeading {
    order: 1;
  }
  .productPage .productInformation .productImages {
    order: 2;
  }
  .productPage .productInformation .productImages .mainImage .imageHolder {
    max-height: 350px;
  }
  .productPage .productInformation .productDetails {
    order: 3;
  }
  .productPage .productInformation .mobileKey {
    width: 100%;
    order: 4;
  }
  .productPage .productInformation .mobileKey ul {
    margin-bottom: 0;
  }
  .productPage .productInformation .warning {
    order: 5;
  }
  .productPage .productInformation .variantPricing {
    order: 6;
  }
  .productInformation.withBanner .productDetails {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .productPage .pageHeading {
    display: none;
  }
  .productPage .pageHeading.mobileOnly {
    display: flex;
  }
  .productPage .pageHeading .shape {
    transform: translateX(-24px);
  }
}
.categoryPage .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.categoryPage .content .main {
  width: calc(100% - 220px);
  order: 2;
  padding-left: 48px;
}
.categoryPage .content .sideBar {
  width: 220px;
  order: 1;
  padding-right: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-right: solid 1px #999999;
}
.categoryPage .content .sideBar .shopHandle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
.categoryPage .content .sideBar .shopHandle icon {
  margin-right: 5px;
  display: none;
}
.categoryPage .content .sideBar .categories > ul {
  margin-top: 12px;
}
.categoryPage .content .sideBar ul {
  margin-left: 1em;
  margin-bottom: 0;
}
.categoryPage .content .sideBar ul ul {
  margin-bottom: 0;
}
.categoryPage .content .sideBar li {
  margin-bottom: 3px;
}
.categoryPage .content .sideBar a {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  color: #466196;
}
@media (max-width: 90rem) {
  .categoryPage .content .sideBar a {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .categoryPage .content .sideBar a {
    font-size: 1rem;
  }
}

.categoryPage .productGrid .flexer .productBlock {
  width: calc(33.3333333333% - 18px);
}

.subCategories ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  list-style-type: none;
  width: calc(100% + 12px);
}
.subCategories ul li {
  width: calc(33.3333333333% - 12px);
  width: 100%;
  margin-bottom: 12px;
  margin-right: 12px;
}
.subCategories ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: solid 1px #466196;
  padding: 18px;
}

@media only screen and (max-width: 1100px) {
  .categoryPage .productGrid .flexer .productBlock {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 900px) {
  .categoryPage .main {
    padding-top: 36px;
  }
  .categoryPage .productGrid .flexer .productBlock {
    width: calc(33.3333333333% - 18px);
  }
  .categoryPage .content .main {
    width: 100%;
    padding-left: 0;
  }
  .categoryPage .content .sideBar {
    position: fixed;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    padding: 12px 0 0;
    margin-top: 0;
    background-color: #232c60;
    width: 100%;
    z-index: 100;
  }
  .categoryPage .content .sideBar *, .categoryPage .content .sideBar ul li a {
    color: #FFFFFF;
  }
  .categoryPage .content .sideBar .shopHandle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .categoryPage .content .sideBar icon.menu {
    background-image: url("../img/icons/icon_menu_white.svg");
    display: block;
  }
  .categoryPage .content .sideBar:before, .categoryPage .content .sideBar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background-color: #232c60;
  }
  .categoryPage .content .sideBar:before {
    right: 100%;
    left: auto;
  }
  .categoryPage .content .sideBar:after {
    right: auto;
    left: 100%;
  }
  .categoryPage .content .sideBar .categories {
    max-height: 1px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  .categoryPage .content .sideBar .categories.open {
    max-height: 100vh;
    opacity: 1;
    pointer-events: all;
  }
  .categoryPage .content .sideBar .categories.open > ul:last-child {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .categoryPage .productGrid .flexer .productBlock {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 450px) {
  .categoryPage .productGrid .flexer .productBlock {
    width: 100%;
  }
}
.accreditations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #232c60;
  background-color: rgba(102, 102, 102, 0.05);
  padding-top: calc(24px + 3vw);
  padding-bottom: calc(12px + 1.5vw);
  /*padding: calc(72px + 2.5vw) 0;
  clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
}
.accreditations h4, .accreditations p {
  text-align: center;
  width: 100%;
}
.accreditations h4:before, .accreditations p:before {
  display: none;
}
.accreditations .logos {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.accreditations .logos img {
  width: 25%;
  max-width: 200px;
  min-width: 150px;
  margin: 12px;
}
.accreditations .logos .accred {
  width: 25%;
  text-align: center;
  max-width: 200px;
  min-width: 150px;
  margin: 12px;
}
.accreditations .logos .accred p {
  font-size: 1.2rem;
  font-size: 1vw;
  margin-top: 12px;
  color: #000000;
}
@media (max-width: 75rem) {
  .accreditations .logos .accred p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .accreditations .logos .accred p {
    font-size: 0.8rem;
  }
}
.accreditations .logos .accred img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
  max-width: none;
  min-width: none;
}
.accreditations .logos .accred .stilt {
  padding-top: 50%;
}

.newBlock .siteLogos {
  margin-top: 0;
}
.newBlock .siteLogos .wrapper, .newBlock .siteLogos .homeBanners .slick-dots, .homeBanners .newBlock .siteLogos .slick-dots {
  width: 100%;
  padding: 0;
}

.siteLogos {
  width: 100%;
  display: block;
  margin-top: 48px;
}
.siteLogos .accredHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.siteLogos .accredHolder .accred {
  padding: 8px;
  width: 11.1111111111%;
}
.siteLogos .accredHolder img {
  object-fit: contain;
  height: 55px;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.5s ease;
}
.siteLogos .accredHolder img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .siteLogos .accredHolder .accred,
  .siteLogos .accredHolder.count6 .accred {
    padding: 10px;
    width: 16.6666666667%;
  }
  .siteLogos .accredHolder img,
  .siteLogos .accredHolder.count6 img {
    object-fit: contain;
    height: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .siteLogos .accredHolder .accred,
  .siteLogos .accredHolder.count6 .accred,
  .siteLogos .accredHolder.count8 .accred,
  .siteLogos .accredHolder.count7 .accred {
    padding: 12px;
    width: 25%;
  }
  .siteLogos .accredHolder img,
  .siteLogos .accredHolder.count6 img,
  .siteLogos .accredHolder.count8 img,
  .siteLogos .accredHolder.count7 img {
    object-fit: contain;
    height: 45px;
  }
}
.relatedItems {
  padding-top: 36px;
  background-color: #FFFFFF;
}
.relatedItems .imageHolder span {
  padding-top: 80%;
  z-index: 1;
}
.relatedItems .productBlock p {
  display: none;
}
.relatedItems .productBlock p.quickView {
  display: none;
}
.relatedItems .productBlock h3 {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-size: 2vw;
}
@media (max-width: 55rem) {
  .relatedItems .productBlock h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 60rem) {
  .relatedItems .productBlock h3 {
    font-size: 1.2rem;
  }
}
.relatedItems .productBlock p.quickView.inlineView {
  display: none;
}
.relatedItems .productBlock .text .inlineKey {
  display: none;
}
.relatedItems .slick-track {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.relatedItems .slick-initialized .slick-slide {
  display: flex !important;
}

.downloads {
  padding: 24px;
  margin-top: 24px;
}
.downloads > .wrapper, .homeBanners .downloads > .slick-dots {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
  padding-top: 24px;
}
.downloads .download {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #f7f7f5;
}
.downloads .download:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
.downloads .download .thumb {
  width: 20%;
  max-width: 60px;
}
.downloads .download .thumb .icon {
  width: 100%;
}
.downloads .download .thumb .icon span {
  width: 100%;
  display: block;
  padding-top: 100%;
}
.downloads .download .icon.pdf {
  background-image: url("../img/icons/icon-pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.downloads .download p {
  margin: 0;
}
.downloads .download .title {
  padding-left: 12px;
}
.downloads .download .link {
  margin-top: 8px;
  color: #007ac1;
  display: inline-block;
  padding: 6px 8px;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .downloads .download .link {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .downloads .download .link {
    font-size: 0.8rem;
  }
}
.downloads .download .link:hover {
  background-color: #0f5fac;
  transition: background-color 0.5s ease;
  color: #FFFFFF;
}

.angled + .technicalInformation.angled > .wrapper, .homeBanners .angled + .technicalInformation.angled > .slick-dots {
  padding-top: calc(24px + 2.5vw);
}

.technicalInformation {
  padding: 36px 0 24px;
  background-color: #FFFFFF;
}
.technicalInformation .techInfoBlocks {
  columns: 2;
  column-gap: 24px;
}
.technicalInformation .techInfoBlock {
  break-inside: avoid-column;
  border-top: solid 1px #f7f7f5;
  padding-bottom: 24px;
  padding-top: 24px;
}
.technicalInformation.blueBack {
  background-color: #232c60;
  /*
  &.angled {
      padding: calc(24px + 2.5vw) 0;
      clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);
  }
  */
}
.technicalInformation.blueBack * {
  color: #FFFFFF;
}
.technicalInformation.blueBack ul li:before {
  background-color: #FFFFFF;
}

.technicalInformation.count1 .techInfoBlocks {
  columns: 1;
}

@media only screen and (max-width: 768px) {
  .technicalInformation .techInfoBlocks {
    columns: 1;
    column-gap: 24px;
  }
}
.howItWorks {
  margin-top: 36px;
}
.howItWorks .text.intro {
  column-count: 2;
  column-gap: 24px;
}
.howItWorks .text.intro * {
  break-inside: avoid;
  margin-bottom: 0;
  padding-bottom: 1.1rem;
}
.howItWorks .steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.howItWorks ol {
  counter-reset: item;
  margin-left: calc(1em + 6px);
}
.howItWorks ol li {
  display: block;
}
.howItWorks ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #0f5fac;
  position: absolute;
  left: auto;
  top: 0.1em;
  right: 100%;
  bottom: auto;
  padding-right: 6px;
}

.howItWorks.grid .step {
  padding-right: 18px;
  padding-bottom: 18px;
}
.howItWorks.grid.grid25 .step {
  width: 25%;
}
.howItWorks.grid.grid33 .step {
  width: 33%;
}
.howItWorks.grid.grid50 .step {
  width: 50%;
}

.howItWorks.list .steps .step {
  width: 100%;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #0f5fac;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.howItWorks.list .steps .text {
  width: 50%;
  padding-right: 24px;
}
.howItWorks.list .steps .image {
  width: 50%;
}

@media only screen and (max-width: 700px) {
  .howItWorks.list .steps .text {
    width: 60%;
  }
  .howItWorks.list .steps .image {
    width: 40%;
  }
  .howItWorks .text.intro {
    column-count: 1;
  }
  .howItWorks.grid.grid25 .step {
    width: 33%;
  }
  .howItWorks.grid.grid33 .step {
    width: 33%;
  }
}
@media only screen and (max-width: 650px) {
  .howItWorks.list .steps .step {
    flex-wrap: wrap;
  }
  .howItWorks.list .steps .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .howItWorks.list .steps .image {
    width: 100%;
  }
  .howItWorks.grid.grid25 .step {
    width: 50%;
  }
  .howItWorks.grid.grid33 .step {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .howItWorks.grid.grid25 .step, .howItWorks.grid.grid33 .step, .howItWorks.grid.grid50 .step {
    width: 100%;
  }
}
.variantPricing {
  background-color: #FFFFFF;
  padding-top: 36px;
  padding-bottom: 36px;
  width: 100%;
}

.variantPricing.blueBack {
  background-color: #0f5fac;
}
.variantPricing.blueBack h6 {
  color: #FFFFFF;
}
.variantPricing.blueBack .variant {
  background-color: #FFFFFF;
}
.variantPricing.blueBack .variant .prodFader {
  display: none;
}

#configureBuy {
  overflow: hidden;
  padding-bottom: 24px;
}
#configureBuy > h6 {
  margin: 0;
}
#configureBuy > h6:before, #configureBuy > h6:after {
  display: none;
  width: 100vw;
  content: "";
  border-top: solid 1px #f7f7f5;
  position: absolute;
  top: 50%;
}
#configureBuy > h6:before {
  right: calc(100% + 18px);
  left: auto;
}
#configureBuy > h6:after {
  left: calc(100% + 18px);
  right: auto;
}
#configureBuy > h6 .price p::after {
  display: none;
}
#configureBuy > h6 .priceBlock:before {
  display: none;
}
#configureBuy > p {
  margin: 0;
}
#configureBuy .addBar {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
#configureBuy .addBar .price {
  width: 100%;
}
#configureBuy .addBar.inline {
  justify-content: flex-start;
}
#configureBuy .addBar.inline .price {
  width: auto;
}
#configureBuy .productOptions p {
  margin-bottom: 0;
}

.productOptions .radioSet {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f7f7f5;
}
.productOptions ul.radios,
.productOptions .productVariants {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  list-style-type: none;
}
.productOptions ul.radios label,
.productOptions .productVariants label {
  width: 100%;
}
.productOptions ul.radios .imageHolder,
.productOptions .productVariants .imageHolder {
  border-radius: 8px;
  overflow: hidden;
}
.productOptions ul.radios .imageHolder img,
.productOptions .productVariants .imageHolder img {
  object-fit: contain;
}
.productOptions ul.radios .optionHolder,
.productOptions .productVariants .optionHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.productOptions ul.radios .optionHolder p,
.productOptions .productVariants .optionHolder p {
  margin: 0;
  margin-top: 8px;
  padding-left: 8px;
}
.productOptions ul.radios input[type=radio]:checked + label,
.productOptions .productVariants input[type=radio]:checked + label {
  border: solid 1px #24af19;
  transition: all 0.5s ease;
}
.productOptions ul.radios input[type=radio]:checked + label p,
.productOptions .productVariants input[type=radio]:checked + label p {
  color: #24af19;
}
.productOptions ul.radios li,
.productOptions ul.radios .variant,
.productOptions .productVariants li,
.productOptions .productVariants .variant {
  text-align: center;
  width: 20%;
  padding: 0 18px 18px 18px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  /*border-left: solid 1px rgba($borderColour,0.25);
  &:first-child {
      border: 0;
  }*/
}
.productOptions ul.radios li form.quickAdd,
.productOptions ul.radios .variant form.quickAdd,
.productOptions .productVariants li form.quickAdd,
.productOptions .productVariants .variant form.quickAdd {
  margin-bottom: 0;
  margin-top: auto;
}
.productOptions ul.radios li input.qty,
.productOptions ul.radios .variant input.qty,
.productOptions .productVariants li input.qty,
.productOptions .productVariants .variant input.qty {
  width: 60px;
}

.productVariants .variant * {
  z-index: 2;
}
.productVariants .variant .prodFader {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 900px) {
  .productOptions ul.radios li,
  .productOptions ul.radios .variant,
  .productOptions .productVariants li,
  .productOptions .productVariants .variant {
    text-align: center;
    width: 25%;
  }
  .productOptions ul.radios li input.qty,
  .productOptions ul.radios .variant input.qty,
  .productOptions .productVariants li input.qty,
  .productOptions .productVariants .variant input.qty {
    width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .productOptions ul.radios li,
  .productOptions ul.radios .variant,
  .productOptions .productVariants li,
  .productOptions .productVariants .variant {
    text-align: center;
    width: 33%;
  }
  .productOptions ul.radios li input.qty,
  .productOptions ul.radios .variant input.qty,
  .productOptions .productVariants li input.qty,
  .productOptions .productVariants .variant input.qty {
    width: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .productOptions ul.radios li,
  .productOptions ul.radios .variant,
  .productOptions .productVariants li,
  .productOptions .productVariants .variant {
    text-align: center;
    width: 50%;
    padding: 0 9px 18px 9px;
  }
  .productOptions ul.radios li input.qty,
  .productOptions ul.radios .variant input.qty,
  .productOptions .productVariants li input.qty,
  .productOptions .productVariants .variant input.qty {
    width: 60px;
  }
}
.productImages {
  width: 50%;
  z-index: 3;
  padding-bottom: 24px;
}
.productImages .brand {
  width: 120px;
  margin: 20px 0 12px auto;
}
.productImages .mainImages {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.productImages .mainImages .mainImage {
  margin: 0;
  display: inline-block;
  width: 100%;
  display: none;
}
.productImages .mainImages .mainImage:first-child {
  display: inline-block;
}
.productImages .mainImages .mainImage.show {
  display: inline-block;
}
.productImages .mainImages .mainImage a {
  display: block;
  width: 100%;
}
.productImages .mainImages .mainImage a:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: auto;
  top: auto;
  right: 8px;
  bottom: 8px;
  background-image: url(../img/icons/icon_zoom_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.productImages .mainImages .imageHolder img {
  object-fit: contain;
}
.productImages .thumbnails .thumb {
  cursor: pointer;
  width: 33%;
  display: inline-block;
}
.productImages .thumbnails .thumb img {
  object-fit: contain;
}

@media only screen and (max-width: 900px) {
  .productImages .thumbnails .thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .productImages {
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .productImages .mainImage .imageHolder {
    max-height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  .productImages .thumbnails {
    display: none;
  }
}
.bannerStilt {
  width: 100%;
  max-height: 680px;
}
.bannerStilt span {
  width: 100%;
  display: block;
  padding-top: 50vw;
}

.productPage .banner:after {
  display: none;
}

.productBanner {
  margin-bottom: 36px;
}
.productBanner .badge {
  top: auto;
  bottom: 0px;
  right: 18px;
  width: 35%;
  max-width: 250px;
}
.productBanner .wrapper, .productBanner .homeBanners .slick-dots, .homeBanners .productBanner .slick-dots {
  z-index: 2;
}
.productBanner .banner {
  display: block;
}
.productBanner .banner.angled {
  /*
  clip-path: polygon(0% 0, 0% 100%, 100% calc(100% - 24px - 3vw), 100% 0%);
  */
}
.productBanner .banner.mobile {
  display: none;
}
.productBanner .banner, .productBanner .banner .imageHolder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productBanner .banner img, .productBanner .banner .imageHolder img {
  object-fit: cover;
  object-position: center bottom;
}

@media only screen and (max-width: 650px) {
  .inlineSubHead {
    display: none;
  }
  .bannerStilt {
    width: 100%;
  }
  .bannerStilt span {
    width: 100%;
    display: block;
    padding-top: 75%;
  }
  .productBanner {
    margin-bottom: 0;
  }
  .productBanner .banner, .productBanner .banner .imageHolder {
    top: -40px;
    height: calc(100% + 40px);
  }
  .productBanner .banner.desktop {
    display: none;
  }
  .productBanner .banner.mobile {
    display: block;
  }
  .productBanner .badge {
    top: auto;
    bottom: 0;
    right: 18px;
  }
}
.fixingTypes {
  margin-top: 36px;
}

.fixingTable .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  background-color: rgba(15, 95, 172, 0.1);
  border-bottom: solid 1px #FFFFFF;
}
.fixingTable .row .type, .fixingTable .row .code, .fixingTable .row .suitability, .fixingTable .row .icon {
  padding: 12px;
  border-right: solid 1px #FFFFFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.fixingTable .row h6 {
  color: #0f5fac;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  margin: 0;
}
@media (max-width: 90rem) {
  .fixingTable .row h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .fixingTable .row h6 {
    font-size: 1rem;
  }
}
.fixingTable .row h6 span.inline {
  display: none;
}
.fixingTable .row p {
  margin: 0;
}
.fixingTable .row:nth-child(odd) {
  background-color: rgba(15, 95, 172, 0.1);
}
.fixingTable .row.head {
  background-color: #0f5fac;
}
.fixingTable .row.head h6 {
  color: #FFFFFF;
}
.fixingTable .type {
  width: 180px;
}
.fixingTable .code {
  width: 60px;
}
.fixingTable .suitability {
  width: calc(100% - 420px);
}
.fixingTable .icon {
  width: 180px;
}

@media only screen and (max-width: 700px) {
  .fixingTable .row.head {
    display: none;
  }
  .fixingTable .row {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .fixingTable .row h6 span.inline {
    display: block;
    width: 100%;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    font-size: 1vw;
    line-height: 1.4em;
    color: #466196;
  }
}
@media only screen and (max-width: 700px) and (max-width: 90rem) {
  .fixingTable .row h6 span.inline {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 700px) and (min-width: 100rem) {
  .fixingTable .row h6 span.inline {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .fixingTable .type, .fixingTable .code, .fixingTable .suitability, .fixingTable .icon {
    padding: 12px;
    border-right: 0;
  }
  .fixingTable .type {
    width: calc(100% - 120px);
  }
  .fixingTable .code {
    width: 120px;
  }
  .fixingTable .suitability {
    width: calc(100% - 120px);
  }
  .fixingTable .icon {
    width: 120px;
  }
}
@media only screen and (max-width: 450px) {
  .fixingTable .type {
    width: calc(100% - 100px);
  }
  .fixingTable .code {
    width: 100px;
  }
  .fixingTable .suitability {
    width: calc(100% - 100px);
  }
  .fixingTable .icon {
    width: 100px;
  }
}
.fixingIllustrations {
  margin-top: 24px;
}

.fixingType {
  margin-bottom: 12px;
}
.fixingType .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.fixingType .inlineTypeHead {
  display: none;
}
.fixingType h6 {
  display: block;
  background-color: #0f5fac;
  color: #FFFFFF;
  padding: 12px 18px;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
}
@media (max-width: 90rem) {
  .fixingType h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .fixingType h6 {
    font-size: 1rem;
  }
}
.fixingType .details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 60%;
  order: 2;
  padding-left: 18px;
}
.fixingType .image {
  order: 1;
  width: 40%;
}
.fixingType .image h6 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
}

@media only screen and (max-width: 768px) {
  .fixingType .inlineTypeHead {
    display: block;
  }
  .fixingType .details .description h6:first-child {
    display: none;
  }
  .fixingType .image h6 {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .fixingType .flexer {
    flex-wrap: wrap;
  }
  .fixingType .flexer .details, .fixingType .flexer .image {
    width: 100%;
    padding-left: 0;
  }
  .fixingType .flexer .image {
    margin-bottom: 12px;
  }
}
.productGallery .thumbs,
.imageGallery .thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-top: 24px;
}
.productGallery .thumbs .image,
.imageGallery .thumbs .image {
  margin-bottom: 24px;
  padding-right: 36px;
}
.productGallery .thumbs .thumbTitle,
.imageGallery .thumbs .thumbTitle {
  padding-top: 9px;
}
.productGallery .thumbs h6, .productGallery .thumbs p,
.imageGallery .thumbs h6,
.imageGallery .thumbs p {
  margin-bottom: 0;
  text-align: center;
}
.productGallery.newBlock,
.imageGallery.newBlock {
  padding: calc(12px + 1.5vw);
}
.productGallery.newBlock .image,
.imageGallery.newBlock .image {
  padding: calc(6px + 0.75vw);
  margin: 0;
}

.imageGallery.grey + .textImage.textOnly.grey,
.imageGallery.blue + .textImage.textOnly.blue {
  padding-top: 0px;
}

.imageGallery.angled {
  /*clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
}
.imageGallery.angled .flexer {
  padding: 24px 0;
}
.imageGallery.angled .text *:last-child {
  margin-bottom: 0;
}

.imageGallery {
  background-color: #f7f7f5;
  text-align: center;
}
.imageGallery .wrapper, .imageGallery .homeBanners .slick-dots, .homeBanners .imageGallery .slick-dots {
  padding-top: calc(48px + 1.5vw);
  padding-bottom: calc(48px + 1.5vw);
}
.imageGallery .thumbs {
  justify-content: space-around;
  justify-content: center;
}
.imageGallery .text {
  padding-top: 24px;
}

.productGallery .text h4 {
  border-bottom: solid 1px #232c60;
  padding-bottom: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.productGallery .text h4:before {
  display: none;
}
.productGallery .imageHolder img {
  object-fit: contain;
  object-position: center center;
}

.imageGallery.grid4 .thumbs .image,
.productGallery.grid4 .thumbs .image {
  width: 25%;
}

.imageGallery.grid5 .thumbs .image,
.productGallery.grid5 .thumbs .image {
  width: 20%;
}

.imageGallery.grid6 .thumbs .image,
.productGallery.grid6 .thumbs .image {
  width: 16.6666666667%;
}

.imageGallery.grid8 .thumbs .image,
.productGallery.grid8 .thumbs .image {
  width: 12.5%;
}

@media only screen and (max-width: 768px) {
  .imageGallery.grid4 .thumbs .image,
  .productGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image,
  .productGallery.grid5 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid6 .thumbs .image,
  .productGallery.grid6 .thumbs .image {
    width: 25%;
  }
  .imageGallery.grid8 .thumbs .image,
  .productGallery.grid8 .thumbs .image {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 700px) {
  .imageGallery.grid4 .thumbs .image,
  .productGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image,
  .productGallery.grid5 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid6 .thumbs .image,
  .productGallery.grid6 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid8 .thumbs .image,
  .productGallery.grid8 .thumbs .image {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery.grid4 .thumbs .image,
  .productGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image,
  .productGallery.grid5 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid6 .thumbs .image,
  .productGallery.grid6 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid8 .thumbs .image,
  .productGallery.grid8 .thumbs .image {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery.grid4 .thumbs .image,
  .productGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image,
  .productGallery.grid5 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid6 .thumbs .image,
  .productGallery.grid6 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid8 .thumbs .image,
  .productGallery.grid8 .thumbs .image {
    width: 33.3333333333%;
  }
}
.quotation {
  background-color: rgba(102, 102, 102, 0.05);
  padding: 48px 0;
}

.quoteLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.quoteLinks a {
  margin-right: 12px;
  white-space: nowrap;
}

.quotation.testBooking {
  margin-top: 36px;
}

.quotation.quickQuote {
  padding-top: 0;
  background-color: transparent;
  margin-top: calc(12px + 1.5vw);
}
.quotation.quickQuote .wrapper > .section, .quotation.quickQuote .homeBanners .slick-dots > .section, .homeBanners .quotation.quickQuote .slick-dots > .section {
  background-color: rgba(102, 102, 102, 0.05);
  padding: 24px;
  padding-bottom: 0px;
}

.formHead {
  background-color: #232c60;
  margin: 0;
  color: #FFFFFF;
  padding: 24px;
}

.formIntro {
  padding-bottom: 18px;
}

.quoteHandle.hide {
  display: none;
}

.quoteForm {
  max-height: auto;
  opacity: 1;
  transition: all 0.5s ease;
}

.quoteForm.closed {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
}

.quotation form * {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 90rem) {
  .quotation form * {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .quotation form * {
    font-size: 1rem;
  }
}
.quotation form h6, .quotation form h4 {
  font-weight: bold;
  width: 100%;
}
.quotation form h4.title {
  font-weight: bold;
  color: #232c60;
  margin-bottom: 24px;
  margin-top: 12px;
}
.quotation form h4.title:before {
  display: none;
}
.quotation form label, .quotation form h6 {
  font-weight: bold;
}
.quotation form .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}
.quotation form .row .column {
  width: calc(50% - 9px);
}
.quotation form .row .column1 {
  width: 100%;
}
.quotation form .row .column3 {
  width: calc(33.33% - 12px);
}
.quotation form .row .column, .quotation form .row .column1, .quotation form .row .column3 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 18px;
  padding-bottom: 0;
  margin-bottom: 18px;
}
.quotation form .customerDetails {
  background-color: rgba(255, 255, 255, 0.75);
}
.quotation form .customerDetails .column, .quotation form .customerDetails .column1, .quotation form .customerDetails .column3 {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}
.quotation form note {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}
.quotation form .section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.quotation form .field {
  padding-right: 12px;
}
.quotation form .field.upload {
  background-color: #FFFFFF;
  padding: 12px;
  margin: 12px 0;
  width: 100%;
}
.quotation form .field.upload label {
  font-weight: normal;
  margin: 8px 0;
}
.quotation form .field.upload input[type=file] {
  margin-bottom: 0;
}
.quotation form .field.upload input[type=file] + label {
  padding-top: 8px;
  display: block;
}
.quotation form input[type=text],
.quotation form input[type=email],
.quotation form input[type=tel],
.quotation form input[type=file],
.quotation form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 8px;
  border: solid 1px rgba(102, 102, 102, 0.25);
  margin: 8px 0 16px 0;
}
.quotation form input[type=text].surname,
.quotation form input[type=email].surname,
.quotation form input[type=tel].surname,
.quotation form input[type=file].surname,
.quotation form textarea.surname {
  display: none;
}
.quotation form input[type=text].error,
.quotation form input[type=email].error,
.quotation form input[type=tel].error,
.quotation form input[type=file].error,
.quotation form textarea.error {
  border: solid 1px red;
}
.quotation form label.error {
  color: red;
  width: 100%;
  display: block;
}
.quotation form div.error {
  width: 100%;
  display: none;
  padding: 12px;
  color: #FFFFFF;
  background-color: red;
}
.quotation form div.error span {
  color: #FFFFFF;
  font-weight: 700;
}
.quotation form select {
  margin: 8px 0 16px 0;
}
.quotation form select.error {
  background-color: red;
}
.quotation form select + label.error {
  padding-bottom: 8px;
}
.quotation form .divider {
  border-top: solid 1px rgba(102, 102, 102, 0.25);
  margin-bottom: 12px;
  margin-top: 12px;
  display: block;
  width: 100%;
  display: none;
}
.quotation form .customerDetails {
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.quotation form .radios.noBorder {
  padding-top: 0;
  border: none;
}
.quotation form .radios {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.quotation form .radios h6 {
  width: auto;
  padding-right: 24px;
}
.quotation form .radios label {
  font-weight: normal;
}
.quotation form .options {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.quotation form .radio {
  padding: 12px 24px 12px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.quotation form .radio label {
  padding-top: 4px;
}
.quotation form .doorDims {
  padding-bottom: 12px;
}
.quotation form .productsOfInterest {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.quotation form .productsOfInterest .checkboxes {
  width: calc(66% + 18px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.quotation form .productsOfInterest .checkboxes .checkOption {
  width: 33%;
}
.quotation form .productsOfInterest .checkboxes .checkOption label {
  display: inline-block;
}
.quotation form .productsOfInterest .other {
  width: calc(33% - 24px);
  padding-top: 12px;
}
.quotation form .productsOfInterest .other textarea {
  height: 120px;
}
.quotation form .checkboxes .checkOption {
  padding: 12px 0;
}
.quotation form input[type=checkbox] {
  display: none;
  margin-bottom: 8px;
}
.quotation form input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 36px;
  margin-bottom: 12px;
}
.quotation form input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -4px;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  border: solid 1px #666666;
  background-color: #FFFFFF;
}
.quotation form input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  top: 2px;
  right: auto;
  bottom: auto;
  width: 14px;
  height: 14px;
  background-color: #0f5fac;
  transform: scale(0.25);
  transform-origin: center center;
  opacity: 0;
  transition: all 0.5s ease;
}
.quotation form input[type=checkbox]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.quotation form .submitArea {
  display: block;
  padding: 24px 0;
}
.quotation form .submitArea .captcha_wrapper {
  margin-bottom: 12px;
  display: block;
}
.quotation form .submitArea .buttons {
  padding: 12px 0;
}
.quotation form .submitArea button {
  border: 0;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.quotation form .submitArea button:disabled {
  opacity: 0.25;
  pointer-events: none;
}

@media only screen and (max-width: 900px) {
  .quotation form .row .column3 {
    width: 50%;
  }
  .quotation form .productsOfInterest .checkboxes .checkOption {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .quotation form .productsOfInterest {
    flex-wrap: wrap;
  }
  .quotation form .productsOfInterest .checkboxes {
    width: 100%;
  }
  .quotation form .productsOfInterest .checkboxes .checkOption {
    width: 33%;
  }
  .quotation form .productsOfInterest .other {
    width: 100%;
  }
  .quotation form .productsOfInterest .other textarea {
    height: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .quotation form .row .column3 {
    width: 100%;
  }
  .quotation form .field {
    width: 50%;
    padding-right: 12px;
  }
  .quotation form .options {
    width: 100%;
  }
  .quotation form .row .column {
    width: 100%;
  }
  .quotation form .productsOfInterest .checkboxes .checkOption {
    width: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .quotation form .productsOfInterest .checkboxes .checkOption {
    width: 100%;
  }
}
.bimLink {
  margin-top: calc(48px + 1.5vw);
}
.bimLink .embedCode {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.bimLink .embedCode .image {
  width: 300px;
}
.bimLink .embedCode .text {
  text-align: center;
  margin: 24px 0;
}

.textSide.division {
  align-items: stretch;
}
.textSide.division .text {
  border: solid 1px rgba(102, 102, 102, 0.5);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  padding: calc((8px + 3%) * 0.6) calc(8px + 3%);
  background-color: #FFFFFF;
  /* all IE versions <= 11 */
  /* all edge versions */
}
@media screen and (-ms-high-contrast: none) {
  .textSide.division .text {
    padding: 24px;
  }
}
@supports (-ms-ime-align: auto) or (-ms-accelerator: true) {
  .textSide.division .text {
    padding: 24px;
  }
}
.textSide.division .text * {
  width: 100%;
}
.textSide.division .text .blockLink {
  width: auto;
  clear: left;
}
.textSide.division .side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.textSide.division .side h4 {
  position: absolute;
  left: 0;
  bottom: calc((8px + 3%) * 0.6);
  right: auto;
  top: auto;
  z-index: 2;
  display: inline-block;
  background-color: #FFFFFF;
  padding: calc((8px + 3%) * 0.6) calc(8px + 3%);
  display: none;
  /* all IE versions <= 11 */
  /* all edge versions */
}
@media screen and (-ms-high-contrast: none) {
  .textSide.division .side h4 {
    padding: 18px 24px;
  }
}
@supports (-ms-ime-align: auto) or (-ms-accelerator: true) {
  .textSide.division .side h4 {
    padding: 18px 24px;
  }
}

@media only screen and (max-width: 768px) {
  .textSide.division .side {
    margin-bottom: 0;
  }
  .textSide.division .side h4 {
    display: inline-block;
    z-index: 3;
  }
  .textSide.division .text {
    border-top: 0;
  }
  .textSide.division .text h4 {
    display: none;
  }
}
.meetTheTeam + .meetTheTeam {
  margin-top: 24px;
  padding-top: 24px;
}

.meetTheTeam {
  width: calc(100% + 18px);
}
.meetTheTeam .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.meetTheTeam .teamHeader {
  width: 100%;
}
.meetTheTeam .teamMember {
  width: calc(25% - 18px);
  margin: 18px 18px 0 0;
  background-color: rgba(98, 196, 245, 0.15);
}
.meetTheTeam .teamMember .imageHolder {
  border-bottom: 0;
  background-color: #62c4f5;
  /*clip-path: polygon(0% 0, 0% 100%, 100% calc(100% - 14px), 100% 0%);*/
}
.meetTheTeam .teamMember .imageHolder span {
  padding-top: 100%;
}
.meetTheTeam .teamMember .imageHolder img {
  object-position: center center;
}
.meetTheTeam .teamMember .text {
  padding: 14px 16px;
  /* all IE versions <= 11 */
  /* all edge versions */
}
@media screen and (-ms-high-contrast: none) {
  .meetTheTeam .teamMember .text {
    padding: 18px 24px;
  }
}
@supports (-ms-ime-align: auto) or (-ms-accelerator: true) {
  .meetTheTeam .teamMember .text {
    padding: 18px 24px;
  }
}
.meetTheTeam .teamMember .text > h6 {
  margin-bottom: 6px;
  border-left: 5px solid #FF0000;
  padding-left: 8px;
  font-size: 1.2rem;
  font-size: 2vw;
}
@media (max-width: 50rem) {
  .meetTheTeam .teamMember .text > h6 {
    font-size: 1rem;
  }
}
@media (min-width: 60rem) {
  .meetTheTeam .teamMember .text > h6 {
    font-size: 1.2rem;
  }
}
.meetTheTeam .teamMember .text * {
  margin-bottom: 0;
}
.meetTheTeam ul.teamList {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: 36px;
}
.meetTheTeam ul.teamList h6 {
  margin-bottom: 0;
}
.meetTheTeam ul.teamList * {
  margin-bottom: 0;
}
.meetTheTeam ul.teamList li {
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.5);
}

@media only screen and (max-width: 900px) {
  .meetTheTeam .teamMember {
    width: calc(33% - 18px);
  }
}
@media only screen and (max-width: 650px) {
  .meetTheTeam .teamMember {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 450px) {
  .meetTheTeam .teamMember {
    width: calc(100% - 18px);
  }
}
.newBlock.teamBlock .wrapper, .newBlock.teamBlock .homeBanners .slick-dots, .homeBanners .newBlock.teamBlock .slick-dots {
  width: 100%;
  padding: 0;
}
.newBlock.teamBlock .teamIntro .text {
  max-width: 900px;
  margin-bottom: calc(12px + 1.5vw);
  margin-left: auto;
  margin-right: auto;
}
.newBlock.teamBlock h4, .newBlock.teamBlock .teamIntro {
  text-align: center;
}

.departments {
  width: 100%;
}
.departments .flexer {
  padding: calc(6px + 0.75vw);
  background-color: #f7f7f5;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.departments .teamDept {
  padding: calc(6px + 0.75vw);
  width: 33.33%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  min-height: 100%;
}
.departments .teamDept .text {
  width: 100%;
  order: 2;
  background-color: #FFFFFF;
  padding: calc(12px + 1.5vw);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 1;
}
.departments .teamDept .text h6 {
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
}
.departments .teamDept .text h6 a {
  color: #232c60;
}
@media (max-width: 90rem) {
  .departments .teamDept .text h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .departments .teamDept .text h6 {
    font-size: 1rem;
  }
}
.departments .teamDept .text .blockLink {
  margin-bottom: 0;
  margin-top: auto;
}
.departments .teamDept .text ul {
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .departments .teamDept {
    width: 50%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .departments .teamDept {
    width: 50%;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .departments .teamDept {
    width: 100%;
  }
} /*$phone ends*/
body.caseStudy .pageHeading .titleBar {
  margin-bottom: 12px;
}
body.caseStudy .pageHeading .client p {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: #232c60;
}
body.caseStudy .pageHeading .client p strong {
  font-weight: bold;
}
body.caseStudy .pageHeading .breadCrumb ul {
  list-style-type: none;
  margin: 0;
  margin-bottom: 12px;
}
body.caseStudy .pageHeading .breadCrumb ul a {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: normal;
  color: #466196;
  text-transform: uppercase;
  font-weight: bold;
}

.relatedProducts {
  border-left: solid 1px #232c60;
  padding-left: 36px;
}
.relatedProducts .relatedItemsCaseStudy.productGrid {
  padding: 0;
  margin: 0;
}
.relatedProducts .relatedItemsCaseStudy.productGrid .flexer {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.relatedProducts .relatedItemsCaseStudy.productGrid .productBlock {
  padding: 0;
  width: calc(50% - 18px);
}
.relatedProducts .relatedItemsCaseStudy.productGrid .productBlock h6, .relatedProducts .relatedItemsCaseStudy.productGrid .productBlock p {
  width: 100%;
}
.relatedProducts .relatedItemsCaseStudy.productGrid .productBlock h6 {
  margin-bottom: 6px;
}
.relatedProducts .relatedItemsCaseStudy.productGrid .productBlock h6 a {
  color: #232c60;
}
.relatedProducts .relatedItemsCaseStudy.productGrid .productBlock .text {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .caseStudyIntro .flexer.count3 .text, .caseStudyIntro .flexer.count3 .relatedProducts,
  .caseStudyIntro .flexer.count4 .text,
  .caseStudyIntro .flexer.count4 .relatedProducts,
  .caseStudyIntro .flexer.count5 .text,
  .caseStudyIntro .flexer.count5 .relatedProducts,
  .caseStudyIntro .flexer.count6 .text,
  .caseStudyIntro .flexer.count6 .relatedProducts,
  .caseStudyIntro .flexer.count7 .text,
  .caseStudyIntro .flexer.count7 .relatedProducts,
  .caseStudyIntro .flexer.count8 .text,
  .caseStudyIntro .flexer.count8 .relatedProducts {
    width: 100%;
  }
  .caseStudyIntro .flexer.count3 .relatedProducts,
  .caseStudyIntro .flexer.count4 .relatedProducts,
  .caseStudyIntro .flexer.count5 .relatedProducts,
  .caseStudyIntro .flexer.count6 .relatedProducts,
  .caseStudyIntro .flexer.count7 .relatedProducts,
  .caseStudyIntro .flexer.count8 .relatedProducts {
    margin-top: 24px;
    border-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .relatedProducts {
    border-left: 0;
  }
  .relatedProducts .productBlock {
    min-width: 240px;
  }
}
.relatedItems + .recentNews .wrapper, .relatedItems + .recentNews .homeBanners .slick-dots, .homeBanners .relatedItems + .recentNews .slick-dots,
.relatedItems + .relatedCaseStudies .wrapper,
.relatedItems + .relatedCaseStudies .homeBanners .slick-dots,
.homeBanners .relatedItems + .relatedCaseStudies .slick-dots {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
}

.recentNews .wrapper, .recentNews .homeBanners .slick-dots, .homeBanners .recentNews .slick-dots,
.relatedCaseStudies .wrapper,
.relatedCaseStudies .homeBanners .slick-dots,
.homeBanners .relatedCaseStudies .slick-dots {
  padding-top: 36px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.recentNews .title,
.relatedCaseStudies .title {
  margin-bottom: 36px;
}
.recentNews .title h4,
.relatedCaseStudies .title h4 {
  margin-bottom: 8px;
}

.newsCameos ul,
.caseStudyCameos ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.newsCameos li,
.caseStudyCameos li {
  margin: 0;
  width: calc(25% - 18px);
  margin-right: 18px;
  padding-bottom: 0;
}
.newsCameos h6,
.caseStudyCameos h6 {
  margin-bottom: 6px;
}
.newsCameos .imageHolder,
.caseStudyCameos .imageHolder {
  margin-bottom: 18px;
}
.newsCameos .imageHolder.placeholder,
.caseStudyCameos .imageHolder.placeholder {
  border: 1px solid rgba(102, 102, 102, 0.5);
}
.newsCameos .imageHolder.placeholder img,
.caseStudyCameos .imageHolder.placeholder img {
  object-fit: contain;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
}

.articleItem {
  padding: 24px;
  background-color: #f7f7f5;
  margin-bottom: 24px;
}
.articleItem .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.articleItem .text > h4:first-child {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  padding-bottom: 18px;
}
.articleItem p.date {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .articleItem p.date {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .articleItem p.date {
    font-size: 0.8rem;
  }
}
.articleItem .text {
  width: 66%;
  padding: 0 24px 24px 0;
}
.articleItem .image {
  width: 33%;
}
.articleItem .inlineImage {
  display: none;
}
.caseStudyList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 24px);
}

.caseStudyItem {
  width: 33.3333333333%;
  padding-right: 24px;
  margin-bottom: 48px;
  text-align: left;
}
.caseStudyItem .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.caseStudyItem .flexer .text {
  width: 100%;
  order: 2;
}
.caseStudyItem .flexer .text h6 {
  margin-bottom: 6px;
}
.caseStudyItem .flexer .image {
  order: 1;
  width: 100%;
  padding-bottom: 18px;
}

@media only screen and (max-width: 1100px) {
  .newsCameos .caseStudyItem, .newsCameos li,
  .caseStudyList .caseStudyItem,
  .caseStudyList li {
    width: calc(33% - 18px);
  }
}
@media only screen and (max-width: 700px) {
  .newsCameos li,
  .caseStudyCameos li,
  .caseStudyList li {
    width: calc(50% - 18px);
  }
  .newsCameos .caseStudyItem,
  .caseStudyCameos .caseStudyItem,
  .caseStudyList .caseStudyItem {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .articleItem .image {
    display: none;
  }
  .articleItem .inlineImage {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .articleItem .text {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  .newsCameos .caseStudyItem, .newsCameos li,
  .caseStudyCameos .caseStudyItem,
  .caseStudyCameos li,
  .caseStudyList .caseStudyItem,
  .caseStudyList li {
    width: 100%;
  }
}
.downloadBlock + .downloadBlock {
  margin-top: calc(12px + 1.5vw);
  padding-top: calc(12px + 1.5vw);
  border-top: solid 1px #f7f7f5;
}

.downloadList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: calc(100% + (calc(12px + 1.5vw)));
  margin-left: calc(0px - (calc(6px + 0.75vw)));
}
.downloadList .downloadItem {
  min-height: 100%;
  width: 25%;
  padding: calc(6px + 0.75vw);
}
.downloadList .downloadItem a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  min-height: 100%;
  background-color: #f7f7f5;
  padding: 16px;
}
.downloadList .downloadItem .image {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.downloadList .downloadItem .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.downloadList .downloadItem .image span {
  display: block;
  width: 100%;
  padding-top: 140%;
}
.downloadList .downloadItem .blockLink {
  margin-top: auto;
  margin-bottom: 0;
}
.downloadList .downloadItem .fileText {
  /*margin-top: auto;
  margin-bottom: 0;*/
}

@media only screen and (max-width: 900px) {
  .downloadList .downloadItem {
    width: 33.33%;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 650px) {
  .downloadBlock {
    padding: 0 calc(24px + 3vw);
  }
  .downloadList .downloadItem {
    width: 50%;
  }
} /*$bigPhone ends*/
.illustrationCameo + .illustrationCameo {
  margin-top: 36px;
}

.assocProducts .prodGroup {
  transition: all 0.5s ease;
  opacity: 1;
  display: block;
  padding: 18px;
}
.assocProducts .prodGroup.hidden {
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
}
.assocProducts .prodGroup > h4 {
  border-bottom: 1px solid #232c60;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.assocProducts .accessProducts h3.hidden,
.assocProducts .buildingProducts h3.hidden,
.assocProducts .subSurfaceProducts h3.hidden {
  transition: all 0.5s ease;
  display: none;
  opacity: 0;
}

.floodPrevention .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.floodPrevention .flexer div {
  width: calc(33% - 20px);
  padding: 18px;
  background-color: #f7f7f5;
  text-align: center;
  display: block;
  cursor: pointer;
}
.floodPrevention .flexer div h4 {
  margin: 0;
}

.illustrationCameo {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
  padding-top: 36px;
}
.illustrationCameo .titleBar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.illustrationCameo .titleBar h5 {
  order: 2;
}
.illustrationCameo .titleBar .sku {
  order: 1;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #999999;
}
@media (max-width: 75rem) {
  .illustrationCameo .titleBar .sku {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .illustrationCameo .titleBar .sku {
    font-size: 0.8rem;
  }
}
.illustrationCameo .titleBar h6 {
  order: 3;
}
.illustrationCameo .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.illustrationCameo .image {
  width: 40%;
}
.illustrationCameo .image .titleBar {
  display: none;
}
.illustrationCameo .image .imageHolder img {
  object-fit: contain;
}
.illustrationCameo .image .imageHolder.noImage {
  object-fit: cover;
}
.illustrationCameo .text {
  width: 60%;
  padding-right: 24px;
}
.illustrationCameo .text h6 {
  font-weight: normal;
}
.illustrationCameo .text p.quickView a {
  color: #FFFFFF;
}

@media only screen and (max-width: 650px) {
  .floodPrevention .flexer {
    flex-wrap: wrap;
  }
  .floodPrevention .flexer div {
    width: 100%;
    margin-bottom: 9px;
  }
  .illustrationCameo .flexer {
    flex-wrap: wrap;
  }
  .illustrationCameo .image {
    width: 100%;
    order: 1;
    margin-bottom: 24px;
  }
  .illustrationCameo .image .titleBar {
    display: flex;
  }
  .illustrationCameo .text {
    width: 100%;
    padding-right: 0px;
    order: 2;
  }
  .illustrationCameo .text .titleBar {
    display: none;
  }
}
.illustrationPage .pageHeading {
  z-index: 5;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  pointer-events: none;
  transition: all 0.5s ease;
  padding-top: 100px;
}
.illustrationPage .pageHeading * {
  color: #FFFFFF;
}
.illustrationPage .lity {
  pointer-events: all;
}
.illustrationPage .lityFrame {
  padding: calc(1.5vw + 36px);
  padding-bottom: calc((1.5vw + 36px) / 2);
  max-height: 100%;
}
.illustrationPage a.botClose {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 90rem) {
  .illustrationPage a.botClose {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .illustrationPage a.botClose {
    font-size: 1rem;
  }
}
.illustrationPage a.topClose {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #FFFFFF;
  cursor: pointer;
  position: fixed;
  left: auto;
  top: 18px;
  right: 18px;
  bottom: auto;
}
@media (max-width: 90rem) {
  .illustrationPage a.topClose {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .illustrationPage a.topClose {
    font-size: 1rem;
  }
}
.illustrationPage .lity-close {
  color: #FFFFFF;
}
.illustrationPage .lity-wrap {
  background-color: rgba(35, 44, 96, 0.85);
  mix-blend-mode: multiply;
  padding: calc(1.5vw + 24px);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.illustrationPage .lity-container {
  overflow: auto;
  max-height: 100%;
  background-color: rgb(25.4618320611, 32.0091603053, 69.8381679389);
}
.illustrationPage .productPane {
  text-align: center;
}
.illustrationPage .productPane headers * {
  color: #FFFFFF;
}
.illustrationPage .productPane headers * h6 {
  margin-bottom: 0;
}

.illustrationPage header {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
}
.illustrationPage header li:hover {
  color: #232c60;
}
.illustrationPage header li:hover count, .illustrationPage header li:hover a {
  color: #232c60;
}
.illustrationPage header li:hover count:hover, .illustrationPage header li:hover a:hover {
  color: #466196;
}
.illustrationPage header count, .illustrationPage header a {
  color: #FFFFFF;
}
.illustrationPage header count:hover, .illustrationPage header a:hover {
  color: #466196;
}
.illustrationPage header .logo {
  background-image: url("../img/m3floodtec-logo-2023-white.svg");
}
.illustrationPage header icon.cart {
  background-image: url("../img/icons/icon_cart_white.svg");
}
.illustrationPage header icon.search {
  background-image: url("../img/icons/icon_zoom_white.svg");
}
.illustrationPage header icon.menu {
  background-image: url("../img/icons/icon_menu_white.svg");
}
.illustrationPage header icon.close {
  background-image: url("../img/icons/icon_close_white.svg");
}

.floodPrevention {
  background-color: rgb(25.4618320611, 32.0091603053, 69.8381679389);
  /*clip-path: polygon(0% 0, 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);*/
  padding-bottom: calc(2.5vw + 48px);
}
.floodPrevention .flexer {
  justify-content: center;
}
.floodPrevention a.trigger h4 {
  color: #FFFFFF;
  text-align: center;
  padding: 0 12px 6px 12px;
}

.illustration {
  margin-bottom: 0px;
  background-color: #232c60;
  background-image: linear-gradient(to bottom, #232c60, rgb(25.4618320611, 32.0091603053, 69.8381679389));
  padding: 24px;
  padding-bottom: 36px;
}
.illustration:before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  background-image: linear-gradient(to bottom, #232c60, rgba(35, 44, 96, 0));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 50%;
  z-index: 2;
}
.illustration .image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
}
.illustration .image a {
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.illustration .image .garageDoor {
  width: 13.5%;
  height: 12%;
  top: 71.4%;
  left: 9.6%;
}
.illustration .image .patioDoor {
  width: 4.5%;
  height: 7%;
  top: 70%;
  left: 28.5%;
}
.illustration .image .sideDoor {
  width: 4.2%;
  height: 10%;
  top: 72%;
  left: 40%;
}
.illustration .image .frontDoor {
  width: 5.9%;
  height: 29%;
  top: 60.6%;
  left: 71.5%;
}
.illustration .image .brickWall {
  width: 4%;
  height: 12%;
  top: 54%;
  left: 48.5%;
  display: none;
}
.illustration .image .backWater {
  width: 3%;
  height: 7%;
  top: 81.25%;
  left: 57.7%;
}
.illustration .image .antiFloodAirbrick {
  width: 3.7%;
  height: 6%;
  top: 86.65%;
  left: 65.5%;
}
.illustration .image .cableDuct {
  width: 2%;
  height: 7%;
  top: 57%;
  left: 66%;
}
.illustration .image .airBrickCovers {
  width: 5%;
  height: 7%;
  top: 81.2%;
  left: 85.6%;
}
.illustration .image .silicon {
  width: 11.1%;
  height: 21%;
  top: 50.2%;
  left: 75.5%;
}
.illustration .image .nonReturnValve {
  width: 6.1%;
  height: 8.2%;
  top: 84.3%;
  left: 37.7%;
}
.illustration .image .tankingPolymer {
  width: 11.2%;
  height: 8%;
  top: 93.9%;
  left: 56.5%;
}
.illustration .image .sumpPump {
  width: 3.7%;
  height: 9%;
  top: 89.9%;
  left: 44.1%;
}

.illustration.ici .image .steelDoors {
  left: 24%;
  top: 30%;
  width: 9%;
  height: 21%;
}
.illustration.ici .image .sab {
  left: 23%;
  top: 64%;
  width: 19%;
  height: 25%;
}
.illustration.ici .image .omo {
  left: 46%;
  top: 45%;
  width: 14%;
  height: 10%;
}
.illustration.ici .image .floodDefender {
  left: 65%;
  top: 42%;
  width: 8%;
  height: 12%;
}
.illustration.ici .image .antiFlood {
  left: 76.7%;
  top: 45%;
  width: 2.9%;
  height: 6.9%;
}
.illustration.ici .image .nonReturn {
  left: 79%;
  top: 64%;
  width: 5%;
  height: 9%;
}

#associatedProducts {
  padding-top: 36px;
}
#associatedProducts .wrapper > div > h3, #associatedProducts .homeBanners .slick-dots > div > h3, .homeBanners #associatedProducts .slick-dots > div > h3 {
  padding: 18px;
  background-color: #f7f7f5;
  margin-bottom: 18px;
}

.matchedProducts.hidden,
.allProducts.hidden,
.prodGroup.hidden,
.allProducts.hidden {
  display: none;
}
.matchedProducts .illIntro p,
.allProducts .illIntro p,
.prodGroup .illIntro p,
.allProducts .illIntro p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.matchedProducts {
  background-color: #FFFFFF;
  padding: calc(1.5vw + 24px);
  margin-bottom: calc((1.5vw + 24px) / 2);
  max-height: 100%;
  overflow: auto;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock.count1,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2).count1 {
  width: 100%;
}
.matchedProducts .prodGroup .mainFeature .flexer,
.matchedProducts .allProducts .mainFeature .flexer {
  flex-wrap: wrap;
  justify-content: space-between;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2),
.matchedProducts .allProducts .mainFeature .flexer .productBlock,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) {
  text-align: left;
  width: calc(50% - 18px);
  justify-content: flex-start;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:last-child,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2):last-child,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:last-child,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2):last-child {
  margin-left: auto;
  margin-right: auto;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .text,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .text,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text {
  width: 100%;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .text h3,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text h3,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .text h3,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text h3 {
  display: inline;
  margin-bottom: 12px;
  width: auto;
  clear: left;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .text p, .matchedProducts .prodGroup .mainFeature .flexer .productBlock .text ul,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text p,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text ul,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .text p,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .text ul,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text p,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text ul {
  margin-top: 12px;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .text .inlineKey,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text .inlineKey,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .text .inlineKey,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text .inlineKey {
  display: block;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage.inline,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage.inline,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage.inline,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage.inline {
  display: inline-block;
  float: right;
  width: 50%;
  margin-bottom: 1em;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage.blocked,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage.blocked,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage.blocked,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage.blocked {
  display: none;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage > .imageHolder span,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage > .imageHolder span,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage > .imageHolder span,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage > .imageHolder span {
  padding-top: 70%;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage .imageHolder.noImage img,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage .imageHolder.fallBack img,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage .imageHolder.noImage img,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage .imageHolder.fallBack img,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage .imageHolder.noImage img,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage .imageHolder.fallBack img,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage .imageHolder.noImage img,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage .imageHolder.fallBack img {
  left: 18px;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage .badge,
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage .badge,
.matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage .badge,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage .badge {
  top: auto;
  bottom: 0;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2),
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) {
  width: calc(50% - 18px);
  flex-wrap: wrap;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .quickView,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .quickView {
  display: none;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .inlineKey,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .inlineKey {
  display: none;
}
.matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .inlineView,
.matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .inlineView {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .matchedProducts .allProducts .mainFeature .flexer .productBlock,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) {
    justify-content: left;
  }
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage.inline,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage.inline {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2),
  .matchedProducts .allProducts .mainFeature .flexer .productBlock,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) {
    width: 100%;
    justify-content: center;
  }
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .text,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .text,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .text,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .text {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .imageHolder.noImage img,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .imageHolder.fallBack img,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .imageHolder.noImage img,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .imageHolder.fallBack img,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .imageHolder.noImage img,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .imageHolder.fallBack img,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .imageHolder.noImage img,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .imageHolder.fallBack img {
    left: 0px;
  }
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage.inline,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage.inline,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage.inline,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage.inline {
    display: none;
  }
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .productImage.mainFeature,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock .inlineKey,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .productImage.mainFeature,
  .matchedProducts .prodGroup .mainFeature .flexer .productBlock:nth-child(2) .inlineKey,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .productImage.mainFeature,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock .inlineKey,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .productImage.mainFeature,
  .matchedProducts .allProducts .mainFeature .flexer .productBlock:nth-child(2) .inlineKey {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .illustrationPage .lityFrame {
    padding: calc(1.5vw + 12px);
    padding-top: calc(1.5vw + 18px);
    padding-bottom: calc((1.5vw + 12px) / 2);
  }
  .illustrationPage a.topClose {
    display: none;
  }
  .illustrationPage .lity-wrap {
    padding-top: calc(1.5vw + 18px);
    padding: calc(1.5vw + 8px);
  }
}
.socialEmbed {
  text-align: center;
  padding-top: calc(24px + 2.5vw);
  padding-bottom: calc(24px + 2.5vw);
}
.socialEmbed .embedCode {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.socialEmbed iframe {
  margin-left: auto;
  margin-right: auto;
}

/*
.socialEmbed.angled {
    clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);
    > .wrapper {
        padding-top:    calc(24px + 2.5vw);
        padding-bottom: calc(24px + 2.5vw);
    }
}
*/
.socialEmbed.blue {
  background-color: #232c60;
}
.socialEmbed.blue * {
  color: #FFFFFF;
}

.videoHolder {
  background-color: #f5f5f5;
  position: relative;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.videoHolder .proportioner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoHolder iframe, .videoHolder object, .videoHolder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.angled + .section {
  border-top: 0;
}
.angled + .section > .wrapper, .homeBanners .angled + .section > .slick-dots {
  border-top: 0;
}

.testimonials {
  width: 100%;
  text-align: center;
  padding: calc(12px + 1.5vw) 0;
}
.testimonials.left .wrapper .text, .testimonials.left .homeBanners .slick-dots .text, .homeBanners .testimonials.left .slick-dots .text {
  margin-left: 0;
}
.testimonials.left .wrapper .text *, .testimonials.left .homeBanners .slick-dots .text *, .homeBanners .testimonials.left .slick-dots .text * {
  text-align: left;
}
.testimonials .wrapper .text h3, .testimonials .homeBanners .slick-dots .text h3, .homeBanners .testimonials .slick-dots .text h3 {
  margin-bottom: 36px;
}
.testimonials .text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .testimonialHolder {
  width: calc(100% + (calc(12px + 1.5vw)));
  margin-left: calc(0px - (calc(6px + 0.75vw)));
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.testimonials .testimonialHolder.flickity-enabled blockquote .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack .spacer {
  background-color: #64bc9d;
}
.testimonials .testimonialHolder.flickity-enabled blockquote .spacer p, .testimonials .testimonialHolder.flickity-enabled blockquote .spacer h6, .testimonials .testimonialHolder.flickity-enabled blockquote .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack .spacer credit {
  color: #FFFFFF;
}
.testimonials .testimonialHolder.flickity-enabled blockquote.is-selected .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack.is-selected .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack.is-selected .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack.is-selected .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack.is-selected .spacer,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack.is-selected .spacer {
  background-color: #466196;
}
.testimonials .testimonialHolder.flickity-enabled blockquote.is-selected .spacer p, .testimonials .testimonialHolder.flickity-enabled blockquote.is-selected .spacer h6, .testimonials .testimonialHolder.flickity-enabled blockquote.is-selected .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack.is-selected .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack.is-selected .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.whiteBack.is-selected .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack.is-selected .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack.is-selected .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.greyBack.is-selected .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack.is-selected .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack.is-selected .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.greenBack.is-selected .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack.is-selected .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack.is-selected .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.lightBlueBack.is-selected .spacer credit,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack.is-selected .spacer p,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack.is-selected .spacer h6,
.testimonials .testimonialHolder.flickity-enabled blockquote.blueBack.is-selected .spacer credit {
  color: #FFFFFF;
}
.testimonials blockquote {
  width: 50%;
  padding: 0 calc(6px + 0.75vw);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  margin: 0;
  flex-grow: 1;
}
.testimonials blockquote .spacer {
  padding: calc(12px + 1.5vw);
  background-color: #64bc9d;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  transition: all 0.5s ease;
}
.testimonials blockquote .spacer *:last-child {
  margin-bottom: 0;
}
.testimonials blockquote p, .testimonials blockquote h6, .testimonials blockquote credit {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFFFFF;
}
.testimonials blockquote p:before, .testimonials blockquote p:after, .testimonials blockquote h6:before, .testimonials blockquote h6:after {
  content: '"';
}
.testimonials blockquote credit {
  font-size: 1.2rem;
  font-size: 1vw;
  font-weight: 700;
}
@media (max-width: 75rem) {
  .testimonials blockquote credit {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .testimonials blockquote credit {
    font-size: 0.8rem;
  }
}
.testimonials blockquote.whiteBack .spacer {
  background-color: #FFFFFF;
}
.testimonials blockquote.whiteBack .spacer p, .testimonials blockquote.whiteBack .spacer h6, .testimonials blockquote.whiteBack .spacer credit {
  color: #466196;
}
.testimonials blockquote.greyBack .spacer {
  background-color: #d8e1e3;
}
.testimonials blockquote.greyBack .spacer p, .testimonials blockquote.greyBack .spacer h6, .testimonials blockquote.greyBack .spacer credit {
  color: #466196;
}
.testimonials blockquote.lightBlueBack .spacer {
  background-color: #0071ce;
}
.testimonials blockquote.lightBlueBack .spacer p, .testimonials blockquote.lightBlueBack .spacer h6, .testimonials blockquote.lightBlueBack .spacer credit {
  color: #FFFFFF;
}
.testimonials blockquote.blueBack .spacer {
  background-color: #232c60;
}
.testimonials blockquote.blueBack .spacer p, .testimonials blockquote.blueBack .spacer h6, .testimonials blockquote.blueBack .spacer credit {
  color: #FFFFFF;
}
.testimonials blockquote.greenBack .spacer {
  background-color: #64bc9d;
}
.testimonials blockquote.greenBack .spacer p, .testimonials blockquote.greenBack .spacer h6, .testimonials blockquote.greenBack .spacer credit {
  color: #FFFFFF;
}
.testimonials .flickity-viewport {
  min-height: 100%;
}
.testimonials .flickity-viewport blockquote {
  min-height: 100%;
}

@media only screen and (max-width: 700px) {
  .testimonials blockquote {
    width: 100%;
  }
} /*$smallTablet ends*/
.pagination {
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding-top: 24px;
  margin-top: 24px;
}
.pagination .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.pagination .flexer > div {
  padding: 10px;
}
.pagination * {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  margin: 0;
}
@media (max-width: 90rem) {
  .pagination * {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .pagination * {
    font-size: 1rem;
  }
}
.pagination a {
  color: #007ac1;
}

.searchResult {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #f7f7f5;
}
.searchResult .image {
  flex-basis: 150px;
  max-width: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 18px;
  border: solid 1px #f7f7f5;
}

input[hidden=true] {
  display: none;
}

input[type=number] {
  width: 100%;
  max-width: 80px;
  padding: 8px;
}

input[type=submit] {
  -webkit-appearance: none;
}

button[type=submit].remove_from_cart,
button[type=submit].update,
input[type=submit].update {
  appearance: none;
  border: 0;
  padding: 0px 0;
  background: none;
  font-size: 1.2rem;
  font-size: 1vw;
  color: #24af19;
  margin-top: 12px;
  cursor: pointer;
  text-transform: none;
  display: block;
  clear: left;
  padding-left: 23px;
  letter-spacing: 0;
  background-image: url(../img/icons/refresh.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  border-radius: 0;
}
@media (max-width: 75rem) {
  button[type=submit].remove_from_cart,
  button[type=submit].update,
  input[type=submit].update {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  button[type=submit].remove_from_cart,
  button[type=submit].update,
  input[type=submit].update {
    font-size: 0.8rem;
  }
}

button[type=submit].remove_from_cart {
  background-image: url(../img/icons/delete.svg);
  color: #FF0000;
  margin-top: 24px;
}

.cartOverview .buttonLarge {
  float: right;
}

.confirmAtCart {
  text-align: right;
}
.confirmAtCart .agreePay {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-start;
}
.confirmAtCart .agreePay label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-start;
}
.confirmAtCart .agreePay label input {
  margin-top: 4px;
}
.confirmAtCart .agreePay p {
  margin: 0;
  display: inline;
  padding-right: 8px;
}
.confirmAtCart .agreePay > p {
  width: 100%;
}
.confirmAtCart .section {
  padding-top: 12px;
}

form.cart,
.cartStatic,
.orderDetails,
.orderHistory {
  width: 100%;
}
form.cart *,
.cartStatic *,
.orderDetails *,
.orderHistory * {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
}
@media (max-width: 90rem) {
  form.cart *,
  .cartStatic *,
  .orderDetails *,
  .orderHistory * {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  form.cart *,
  .cartStatic *,
  .orderDetails *,
  .orderHistory * {
    font-size: 1rem;
  }
}
form.cart .row,
.cartStatic .row,
.orderDetails .row,
.orderHistory .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border-top: solid 1px rgba(102, 102, 102, 0.5);
}
form.cart .row > div,
.cartStatic .row > div,
.orderDetails .row > div,
.orderHistory .row > div {
  padding: 18px 12px;
}
form.cart .row > div.quantity,
.cartStatic .row > div.quantity,
.orderDetails .row > div.quantity,
.orderHistory .row > div.quantity {
  padding-right: 0;
}
form.cart .row.titles,
.cartStatic .row.titles,
.orderDetails .row.titles,
.orderHistory .row.titles {
  border-top: 0;
}
form.cart .row.titles h6,
.cartStatic .row.titles h6,
.orderDetails .row.titles h6,
.orderHistory .row.titles h6 {
  margin: 0;
}
form.cart .row.items > div h6:first-child,
.cartStatic .row.items > div h6:first-child,
.orderDetails .row.items > div h6:first-child,
.orderHistory .row.items > div h6:first-child {
  display: none;
}
form.cart .totals h6,
.cartStatic .totals h6,
.orderDetails .totals h6,
.orderHistory .totals h6 {
  margin: 0;
}
form.cart .totals .row,
.cartStatic .totals .row,
.orderDetails .totals .row,
.orderHistory .totals .row {
  padding: 12px 0;
}
form.cart .totals .row + .row,
.cartStatic .totals .row + .row,
.orderDetails .totals .row + .row,
.orderHistory .totals .row + .row {
  padding-top: 0;
  border-top: 0;
}
form.cart .totals .row.grand,
.cartStatic .totals .row.grand,
.orderDetails .totals .row.grand,
.orderHistory .totals .row.grand {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
  padding-top: 18px;
}
form.cart .totals .total,
.cartStatic .totals .total,
.orderDetails .totals .total,
.orderHistory .totals .total {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
}
form.cart .totals .total value,
.cartStatic .totals .total value,
.orderDetails .totals .total value,
.orderHistory .totals .total value {
  width: 100px;
  padding: 0 12px;
}
form.cart .totals .total h6,
.cartStatic .totals .total h6,
.orderDetails .totals .total h6,
.orderHistory .totals .total h6 {
  font-weight: 700;
}
form.cart .imageHolder img,
.cartStatic .imageHolder img,
.orderDetails .imageHolder img,
.orderHistory .imageHolder img {
  object-fit: contain;
  object-position: center center;
}
form.cart .order,
.cartStatic .order,
.orderDetails .order,
.orderHistory .order {
  width: 85px;
}
form.cart .date,
.cartStatic .date,
.orderDetails .date,
.orderHistory .date {
  width: 120px;
}
form.cart .code,
.cartStatic .code,
.orderDetails .code,
.orderHistory .code {
  width: 150px;
}
form.cart .code p,
.cartStatic .code p,
.orderDetails .code p,
.orderHistory .code p {
  font-size: 1.2rem;
  font-size: 1vw;
  width: 100%;
  text-align: center;
  margin: 0;
}
@media (max-width: 75rem) {
  form.cart .code p,
  .cartStatic .code p,
  .orderDetails .code p,
  .orderHistory .code p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.cart .code p,
  .cartStatic .code p,
  .orderDetails .code p,
  .orderHistory .code p {
    font-size: 0.8rem;
  }
}
form.cart .item,
.cartStatic .item,
.orderDetails .item,
.orderHistory .item {
  width: calc(100% - 150px - 120px - 120px - 100px);
}
form.cart .item variant,
.cartStatic .item variant,
.orderDetails .item variant,
.orderHistory .item variant {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  form.cart .item variant,
  .cartStatic .item variant,
  .orderDetails .item variant,
  .orderHistory .item variant {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.cart .item variant,
  .cartStatic .item variant,
  .orderDetails .item variant,
  .orderHistory .item variant {
    font-size: 0.8rem;
  }
}
form.cart .item .imageHolder,
.cartStatic .item .imageHolder,
.orderDetails .item .imageHolder,
.orderHistory .item .imageHolder {
  display: none;
}
form.cart .item sku,
.cartStatic .item sku,
.orderDetails .item sku,
.orderHistory .item sku {
  display: none;
}
form.cart .quantity,
.cartStatic .quantity,
.orderDetails .quantity,
.orderHistory .quantity {
  width: 120px;
  padding-right: 0;
}
form.cart .price,
.cartStatic .price,
.orderDetails .price,
.orderHistory .price {
  width: 120px;
  text-align: right;
}
form.cart .price span,
.cartStatic .price span,
.orderDetails .price span,
.orderHistory .price span {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  form.cart .price span,
  .cartStatic .price span,
  .orderDetails .price span,
  .orderHistory .price span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.cart .price span,
  .cartStatic .price span,
  .orderDetails .price span,
  .orderHistory .price span {
    font-size: 0.8rem;
  }
}
form.cart .total,
.cartStatic .total,
.orderDetails .total,
.orderHistory .total {
  width: 100px;
  text-align: right;
}
form.cart .status,
.cartStatic .status,
.orderDetails .status,
.orderHistory .status {
  width: 120px;
}
form.cart .status p,
.cartStatic .status p,
.orderDetails .status p,
.orderHistory .status p {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  form.cart .status p,
  .cartStatic .status p,
  .orderDetails .status p,
  .orderHistory .status p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.cart .status p,
  .cartStatic .status p,
  .orderDetails .status p,
  .orderHistory .status p {
    font-size: 0.8rem;
  }
}
form.cart .viewOrder,
.cartStatic .viewOrder,
.orderDetails .viewOrder,
.orderHistory .viewOrder {
  width: 80px;
}
form.cart .viewOrder p, form.cart .viewOrder a, form.cart .viewOrder span,
.cartStatic .viewOrder p,
.cartStatic .viewOrder a,
.cartStatic .viewOrder span,
.orderDetails .viewOrder p,
.orderDetails .viewOrder a,
.orderDetails .viewOrder span,
.orderHistory .viewOrder p,
.orderHistory .viewOrder a,
.orderHistory .viewOrder span {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  form.cart .viewOrder p, form.cart .viewOrder a, form.cart .viewOrder span,
  .cartStatic .viewOrder p,
  .cartStatic .viewOrder a,
  .cartStatic .viewOrder span,
  .orderDetails .viewOrder p,
  .orderDetails .viewOrder a,
  .orderDetails .viewOrder span,
  .orderHistory .viewOrder p,
  .orderHistory .viewOrder a,
  .orderHistory .viewOrder span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.cart .viewOrder p, form.cart .viewOrder a, form.cart .viewOrder span,
  .cartStatic .viewOrder p,
  .cartStatic .viewOrder a,
  .cartStatic .viewOrder span,
  .orderDetails .viewOrder p,
  .orderDetails .viewOrder a,
  .orderDetails .viewOrder span,
  .orderHistory .viewOrder p,
  .orderHistory .viewOrder a,
  .orderHistory .viewOrder span {
    font-size: 0.8rem;
  }
}
form.cart .viewOrder span,
.cartStatic .viewOrder span,
.orderDetails .viewOrder span,
.orderHistory .viewOrder span {
  display: none;
}

.checkoutBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-end;
  align-items: flex-start;
  padding-top: 24px;
}
.checkoutBar .buttonLarge {
  margin-right: 0;
  margin-left: auto;
}

.discountCode {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.discountCode * {
  padding-right: 8px;
  margin: 0;
}
.discountCode input[type=text] {
  padding: 8px;
  font-size: 1.2rem;
  font-size: 1vw;
  min-width: 120px;
}
@media (max-width: 75rem) {
  .discountCode input[type=text] {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .discountCode input[type=text] {
    font-size: 0.8rem;
  }
}
.discountCode input[type=submit].update {
  margin-top: 0;
}
.discountCode h6 {
  display: inline-block;
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .discountCode h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .discountCode h6 {
    font-size: 0.8rem;
  }
}

.orderHistory {
  max-width: 550px;
}
.orderHistory .row {
  border-color: rgba(102, 102, 102, 0.25);
  align-items: flex-end;
}
.orderHistory .row:nth-child(2) {
  border-color: rgba(102, 102, 102, 0.5);
}
.orderHistory .row > div {
  padding: 6px 12px;
}
.orderHistory .row > div p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  form.cart .row,
  .cartStatic .row {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  form.cart .row.items .quantity h6:first-child, form.cart .row.items .price h6:first-child, form.cart .row.items .total h6:first-child,
  .cartStatic .row.items .quantity h6:first-child,
  .cartStatic .row.items .price h6:first-child,
  .cartStatic .row.items .total h6:first-child {
    display: block;
  }
  form.cart .row.titles,
  .cartStatic .row.titles {
    display: none;
  }
  form.cart .item,
  .cartStatic .item {
    width: calc(100% - 150px - 120px);
  }
  form.cart .price,
  .cartStatic .price {
    width: 120px;
    border-top: solid 1px rgba(102, 102, 102, 0.25);
  }
  form.cart .total,
  .cartStatic .total {
    width: 100px;
    border-top: solid 1px rgba(102, 102, 102, 0.25);
  }
  form.cart .totals .total,
  .cartStatic .totals .total {
    border-top: 0;
  }
  .checkoutBar {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .checkoutBar .discountCode {
    width: 100%;
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  form.cart .row,
  .cartStatic .row {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  form.cart .row.items .code,
  form.cart .row.items .item,
  .cartStatic .row.items .code,
  .cartStatic .row.items .item {
    padding-bottom: 0;
  }
  form.cart .row.items .code h6:first-child,
  form.cart .row.items .item h6:first-child,
  .cartStatic .row.items .code h6:first-child,
  .cartStatic .row.items .item h6:first-child {
    display: none;
  }
  form.cart .row.items .item,
  .cartStatic .row.items .item {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  form.cart .row.items .item p,
  .cartStatic .row.items .item p {
    margin-bottom: 0;
  }
  form.cart .row.items .item sku,
  .cartStatic .row.items .item sku {
    display: block;
    color: #466196;
    font-size: 1.2rem;
    font-size: 1vw;
    font-weight: 700;
  }
}
@media only screen and (max-width: 650px) and (max-width: 75rem) {
  form.cart .row.items .item sku,
  .cartStatic .row.items .item sku {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 650px) and (min-width: 80rem) {
  form.cart .row.items .item sku,
  .cartStatic .row.items .item sku {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 650px) {
  form.cart .row.items .item .details,
  .cartStatic .row.items .item .details {
    order: 2;
  }
  form.cart .row.items .item .imageHolder,
  .cartStatic .row.items .item .imageHolder {
    display: block;
    width: 120px;
    order: 1;
    margin-right: 12px;
  }
  form.cart .code,
  .cartStatic .code {
    width: 100%;
    display: none;
    margin-left: 0;
    margin-right: auto;
  }
  form.cart .code .imageHolder,
  .cartStatic .code .imageHolder {
    display: none;
  }
  form.cart .code p,
  .cartStatic .code p {
    text-align: left;
    font-weight: 700;
  }
  form.cart .item,
  .cartStatic .item {
    width: 100%;
    padding-top: 0;
  }
  form.cart .item .description,
  .cartStatic .item .description {
    display: none;
  }
  form.cart .quantity,
  .cartStatic .quantity {
    width: calc(100% - 120px - 120px);
    border-top: 0;
  }
  form.cart .quantity button.remove_from_cart,
  .cartStatic .quantity button.remove_from_cart {
    display: none;
  }
  form.cart .price,
  .cartStatic .price {
    width: 120px;
    border-top: 0;
  }
  form.cart .total,
  .cartStatic .total {
    width: 120px;
    border-top: 0;
  }
  form.cart .totals .total,
  .cartStatic .totals .total {
    border-top: 0;
  }
}
@media only screen and (max-width: 450px) {
  form.cart .row > div,
  .cartStatic .row > div,
  .orderDetails .row > div,
  .orderHistory .row > div {
    padding-left: 0;
  }
  form.cart .quantity,
  .cartStatic .quantity,
  .orderDetails .quantity,
  .orderHistory .quantity {
    width: calc(100% - 100px - 100px);
  }
  form.cart .price,
  .cartStatic .price,
  .orderDetails .price,
  .orderHistory .price {
    width: 100px;
  }
  form.cart .total,
  .cartStatic .total,
  .orderDetails .total,
  .orderHistory .total {
    width: 100px;
    padding-right: 0;
  }
  form.cart .totals .total h6,
  .cartStatic .totals .total h6,
  .orderDetails .totals .total h6,
  .orderHistory .totals .total h6 {
    padding-right: 12px;
  }
  form.cart .totals .total value,
  .cartStatic .totals .total value,
  .orderDetails .totals .total value,
  .orderHistory .totals .total value {
    width: 100px;
  }
  .checkoutBar {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .checkoutBar .button {
    order: 1;
  }
  .checkoutBar .discountCode {
    margin-top: 18px;
    justify-content: flex-end;
    flex-wrap: wrap;
    order: 2;
    width: 100%;
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: 0;
  }
  .checkoutBar .discountCode label {
    margin-bottom: 8px;
  }
  .orderHistory .row.titles {
    display: none;
  }
  .orderHistory .row.items {
    flex-wrap: wrap;
    padding: 18px;
  }
  .orderHistory .row.items > div {
    width: 50%;
    text-align: left;
  }
  .orderHistory .row.items > div h6:first-child {
    display: inline-block;
    margin: 0;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    font-size: 1vw;
    line-height: 1.4em;
    color: #466196;
    font-weight: 700;
  }
}
@media only screen and (max-width: 450px) and (max-width: 90rem) {
  .orderHistory .row.items > div h6:first-child {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 450px) and (min-width: 100rem) {
  .orderHistory .row.items > div h6:first-child {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  .orderHistory .row.items .viewOrder span {
    display: inline-block;
  }
}
@media only screen and (max-width: 350px) {
  form.cart .row > div,
  .cartStatic .row > div,
  .orderDetails .row > div,
  .orderHistory .row > div {
    padding-left: 0;
  }
  form.cart .row .item .imageHolder,
  .cartStatic .row .item .imageHolder,
  .orderDetails .row .item .imageHolder,
  .orderHistory .row .item .imageHolder {
    display: none;
  }
}
.cartList sku,
.orderList sku {
  display: block;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  font-weight: 700;
  margin: 0;
  width: 100%;
}
@media (max-width: 75rem) {
  .cartList sku,
  .orderList sku {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .cartList sku,
  .orderList sku {
    font-size: 0.8rem;
  }
}
.cartList p span,
.orderList p span {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .cartList p span,
  .orderList p span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .cartList p span,
  .orderList p span {
    font-size: 0.8rem;
  }
}
.cartList .totals,
.orderList .totals {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
  padding-top: 18px;
  text-align: right;
}
.cartList .totals p,
.orderList .totals p {
  margin: 0;
}

.hideMe {
  display: none;
}

/* The animation code */
@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cartSummary,
.orderSummary {
  width: calc(100% + 24px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.cartSummary h6,
.orderSummary h6 {
  width: 100%;
}
.cartSummary form,
.orderSummary form {
  width: 100%;
  padding: 18px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.cartSummary form p,
.orderSummary form p {
  display: inline-block;
  margin: 0;
}
.cartSummary form input[type=checkbox],
.orderSummary form input[type=checkbox] {
  margin-right: 6px;
}
.cartSummary form label,
.orderSummary form label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.cartSummary form .payNow,
.orderSummary form .payNow {
  width: 100%;
  text-align: left;
  margin: 18px 0;
}
.cartSummary form #status,
.orderSummary form #status {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
}
.cartSummary form #status h4,
.orderSummary form #status h4 {
  color: #0f5fac;
  animation-name: fadeInOut;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.cartSummary form #status.active,
.orderSummary form #status.active {
  pointer-events: all;
  opacity: 1;
}
.cartSummary .cartList,
.cartSummary .orderList,
.cartSummary .orderAddress,
.orderSummary .cartList,
.orderSummary .orderList,
.orderSummary .orderAddress {
  width: calc(33.3333333333% - 24px);
  margin-right: 24px;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  color: #466196;
}
@media (max-width: 90rem) {
  .cartSummary .cartList,
  .cartSummary .orderList,
  .cartSummary .orderAddress,
  .orderSummary .cartList,
  .orderSummary .orderList,
  .orderSummary .orderAddress {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .cartSummary .cartList,
  .cartSummary .orderList,
  .cartSummary .orderAddress,
  .orderSummary .cartList,
  .orderSummary .orderList,
  .orderSummary .orderAddress {
    font-size: 1rem;
  }
}
.cartSummary .cartList h6,
.cartSummary .orderList h6,
.cartSummary .orderAddress h6,
.orderSummary .cartList h6,
.orderSummary .orderList h6,
.orderSummary .orderAddress h6 {
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(102, 102, 102, 0.25);
}
.cartSummary .cartList ul,
.cartSummary .orderList ul,
.cartSummary .orderAddress ul,
.orderSummary .cartList ul,
.orderSummary .orderList ul,
.orderSummary .orderAddress ul {
  list-style: none;
}

.orderSummary {
  padding: 18px;
  background-color: rgba(102, 102, 102, 0.025);
}
.orderSummary .orderMeta {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.orderSummary .orderMeta div {
  padding: 12px;
}
.orderSummary .orderMeta h6 {
  margin: 0;
  font-size: 1.2rem;
  font-size: 1vw;
  font-weight: 700;
}
@media (max-width: 75rem) {
  .orderSummary .orderMeta h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .orderSummary .orderMeta h6 {
    font-size: 0.8rem;
  }
}
.orderSummary .orderMeta p {
  margin: 0;
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .orderSummary .orderMeta p {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .orderSummary .orderMeta p {
    font-size: 0.8rem;
  }
}

.cartList sku,
.orderList sku {
  display: block;
  color: #466196;
  font-size: 1.2rem;
  font-size: 1vw;
  font-weight: 700;
  margin: 0;
  width: 100%;
}
@media (max-width: 75rem) {
  .cartList sku,
  .orderList sku {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .cartList sku,
  .orderList sku {
    font-size: 0.8rem;
  }
}
.cartList p span,
.orderList p span {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  .cartList p span,
  .orderList p span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  .cartList p span,
  .orderList p span {
    font-size: 0.8rem;
  }
}
.cartList .totals,
.orderList .totals {
  border-top: solid 1px rgba(102, 102, 102, 0.5);
  padding-top: 18px;
  text-align: right;
}
.cartList .totals p,
.orderList .totals p {
  margin: 0;
}

@media only screen and (max-width: 650px) {
  .cartSummary .cartList,
  .cartSummary .orderList,
  .orderSummary .cartList,
  .orderSummary .orderList {
    width: calc(100% - 18px);
    margin-bottom: 18px;
  }
  .cartSummary .cartList .totals,
  .cartSummary .orderList .totals,
  .orderSummary .cartList .totals,
  .orderSummary .orderList .totals {
    text-align: left;
  }
  .cartSummary .listItem br,
  .orderSummary .listItem br {
    display: none;
  }
  .cartSummary .orderAddress,
  .orderSummary .orderAddress {
    width: calc(50% - 18px);
    margin-right: 18px;
  }
  .cartSummary .orderAddress br,
  .orderSummary .orderAddress br {
    display: inline-block;
  }
}
input[hidden=true] {
  display: none;
}

form.customerDetails label, form.customerDetails input[type=text], form.customerDetails input[type=email], form.customerDetails input[type=number], form.customerDetails input[type=password], form.customerDetails legend {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
}
@media (max-width: 90rem) {
  form.customerDetails label, form.customerDetails input[type=text], form.customerDetails input[type=email], form.customerDetails input[type=number], form.customerDetails input[type=password], form.customerDetails legend {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  form.customerDetails label, form.customerDetails input[type=text], form.customerDetails input[type=email], form.customerDetails input[type=number], form.customerDetails input[type=password], form.customerDetails legend {
    font-size: 1rem;
  }
}
form.customerDetails label {
  color: #466196;
  padding-right: 12px;
}
form.customerDetails label span {
  font-size: 1.2rem;
  font-size: 1vw;
}
@media (max-width: 75rem) {
  form.customerDetails label span {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.customerDetails label span {
    font-size: 0.8rem;
  }
}
form.customerDetails error, form.customerDetails helper {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  display: inline-block;
  color: #FF0000;
  padding: 8px 0 12px 0;
}
@media (max-width: 90rem) {
  form.customerDetails error, form.customerDetails helper {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  form.customerDetails error, form.customerDetails helper {
    font-size: 1rem;
  }
}
form.customerDetails .fieldset {
  border: 0;
  display: block;
  padding-bottom: 18px;
  border: solid 1px rgba(102, 102, 102, 0.5);
  margin-bottom: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
form.customerDetails .fieldset p.error {
  color: #FF0000;
  display: inline-block;
  padding: 0 18px;
  width: 100%;
  margin: 6px 0 0 0;
}
form.customerDetails .fieldset > h6 {
  padding: 18px;
  padding-bottom: 0;
  margin: 0;
}
form.customerDetails .fieldset > div {
  padding: 18px;
  padding-bottom: 0px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  width: 50%;
}
form.customerDetails .fieldset > div p.pwReminder {
  margin: 12px 0 0 0;
  width: 100%;
}
form.customerDetails .fieldset > div.fullWidth {
  width: 100%;
}
form.customerDetails .fieldset > div.divider {
  width: 100%;
  padding: 0;
  margin: 0;
}
form.customerDetails .fieldset > div select {
  width: 100%;
  max-width: 300px;
}
form.customerDetails .fieldset > div label,
form.customerDetails .fieldset > div input[type=text],
form.customerDetails .fieldset > div input[type=password],
form.customerDetails .fieldset > div input[type=email],
form.customerDetails .fieldset > div input[type=number] {
  width: 100%;
  padding: 8px;
}
form.customerDetails .fieldset > div label {
  padding: 0;
  padding-bottom: 8px;
}
form.customerDetails .fieldset > div input[type=text].postcode {
  max-width: 200px;
}
form.customerDetails .fieldset > div input:disabled {
  opacity: 0.75;
}
form.customerDetails .fieldset > div.useBilling {
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  width: 100%;
}
form.customerDetails .fieldset > div.useBilling input {
  order: 1;
}
form.customerDetails .fieldset > div.useBilling label {
  order: 2;
  margin: 0;
  padding: 0;
  padding-left: 8px;
  width: auto;
  display: inline-block;
}
form.customerDetails .fieldset > div.useBilling .reset {
  order: 3;
  width: auto;
  font-size: 1.2rem;
  font-size: 1vw;
  align-self: flex-end;
  padding: 2px 8px;
  color: #007ac1;
  cursor: pointer;
  display: none;
}
@media (max-width: 75rem) {
  form.customerDetails .fieldset > div.useBilling .reset {
    font-size: 0.75rem;
  }
}
@media (min-width: 80rem) {
  form.customerDetails .fieldset > div.useBilling .reset {
    font-size: 0.8rem;
  }
}
form.customerDetails .fieldset > div.useBilling .reset.show {
  display: inline-block;
}
form.customerDetails .fieldset > div.useBilling .reset.hide {
  display: none;
}

@media only screen and (max-width: 650px) {
  form.customerDetails .fieldset > div {
    width: 100%;
  }
}
.shippingDescription.hidden {
  display: none;
}

input[type=submit].hidden {
  display: none;
}

button[type=submit].updateShipping {
  display: none;
  margin-bottom: 12px;
}
button[type=submit].updateShipping.show {
  display: block;
}

.shipSelect .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.shipSelect .flexer .shippingMethod {
  width: 300px;
}
.shipSelect .flexer .shippingAddress {
  width: 300px;
  padding-left: 48px;
}

.shippingSelect {
  margin-bottom: 18px;
}
.shippingSelect p.method {
  display: none;
}
.shippingSelect .radiowrapper {
  margin-bottom: 18px;
  width: 100%;
  display: block;
}
.shippingSelect .radiowrapper * {
  margin: 0;
}
.shippingSelect .radiowrapper ul {
  list-style-type: none;
}
.shippingSelect .radiowrapper input[type=radio] {
  margin-right: 8px;
  position: absolute;
  left: 18px;
  top: 24px;
  right: auto;
  bottom: auto;
}
.shippingSelect .radiowrapper label {
  border: solid 1px rgba(102, 102, 102, 0.25);
  background-color: rgba(102, 102, 102, 0.015);
  padding: 18px;
  padding-left: 40px;
  width: 100%;
  display: block;
}
.shippingSelect .radiowrapper input[type=radio]:checked + label {
  border: solid 1px #24af19;
  transition: all 0.5s ease;
}

form.addressSelect .addresses,
.addressBook .addresses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 24px);
}
form.addressSelect .addresses .address,
.addressBook .addresses .address {
  width: calc(25% - 18px);
  margin-right: 18px;
  margin-bottom: 18px;
}
form.addressSelect .addresses .address ul,
.addressBook .addresses .address ul {
  list-style-type: none;
}
form.addressSelect .addresses .address .buttonSmall.icon.edit, form.addressSelect .addresses .address .buttonSmall.icon.edit:hover,
.addressBook .addresses .address .buttonSmall.icon.edit,
.addressBook .addresses .address .buttonSmall.icon.edit:hover {
  background-color: transparent;
  border-color: transparent;
  color: #007ac1;
  margin-left: -6px;
}
form.addressSelect .addresses .address span,
form.addressSelect .addresses .address label,
.addressBook .addresses .address span,
.addressBook .addresses .address label {
  display: block;
  width: 100%;
  padding: 18px;
  border: solid 1px rgba(102, 102, 102, 0.25);
  background-color: rgba(102, 102, 102, 0.015);
  padding: 18px;
}
form.addressSelect .addresses .address span ul,
form.addressSelect .addresses .address label ul,
.addressBook .addresses .address span ul,
.addressBook .addresses .address label ul {
  margin-bottom: 0;
}
form.addressSelect .addresses .address label,
.addressBook .addresses .address label {
  padding-left: 40px;
}
form.addressSelect .addresses input[type=radio],
.addressBook .addresses input[type=radio] {
  margin-right: 8px;
  position: absolute;
  left: 18px;
  top: 24px;
  right: auto;
  bottom: auto;
  z-index: 10;
}
form.addressSelect .addresses input[type=radio]:checked + label,
.addressBook .addresses input[type=radio]:checked + label {
  border: solid 1px #24af19;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 900px) {
  form.addressSelect .addresses .address,
  .addressBook .addresses .address {
    width: calc(33.3333333333% - 18px);
  }
}
@media only screen and (max-width: 768px) {
  form.addressSelect .addresses .address,
  .addressBook .addresses .address {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 450px) {
  form.addressSelect .addresses .address,
  .addressBook .addresses .address {
    width: calc(100% - 18px);
  }
}
.inlineFeatured {
  text-align: center;
  /*.wrapper, .section {
      margin: 0;
      padding: 0;
      width: 100%;
  }*/
}
.inlineFeatured .wrapper, .inlineFeatured .homeBanners .slick-dots, .homeBanners .inlineFeatured .slick-dots {
  padding-top: 36px;
  padding-bottom: 36px;
}
.inlineFeatured .productGrid .wrapper > h4, .inlineFeatured .productGrid .homeBanners .slick-dots > h4, .homeBanners .inlineFeatured .productGrid .slick-dots > h4 {
  display: none;
}
.inlineFeatured .productGrid .wrapper, .inlineFeatured .productGrid .homeBanners .slick-dots, .homeBanners .inlineFeatured .productGrid .slick-dots {
  padding: 0;
  margin: 0;
  width: 100%;
}
.inlineFeatured .productGrid {
  margin: 0;
  padding-top: 0;
}
.inlineFeatured .relatedItems {
  background-color: transparent;
}
.inlineFeatured .relatedItems .prodFader {
  display: none;
}
.inlineFeatured .productGrid .productBlock h3 {
  font-size: 1.2rem;
  font-size: 2vw;
  margin-bottom: 8px;
}
@media (max-width: 55rem) {
  .inlineFeatured .productGrid .productBlock h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 60rem) {
  .inlineFeatured .productGrid .productBlock h3 {
    font-size: 1.2rem;
  }
}
.inlineFeatured .productGrid .flexer {
  justify-content: center;
}
.inlineFeatured .productGrid .productBlock {
  padding: 12px;
}

.inlineFeatured.angled {
  /*
  clip-path: polygon(0% calc(0% + 24px + 1.5vw), 0% 100%, 100% calc(100% - 24px - 1.5vw), 100% 0%);
  > .wrapper {
      padding-top:    calc(48px + 2.5vw);
      padding-bottom: calc(48px + 2.5vw);
  }
  */
}

.inlineFeatured.blue {
  background-color: #232c60;
}
.inlineFeatured.blue * {
  color: #FFFFFF;
}
.inlineFeatured.blue .productGrid .productBlock h3 a {
  color: #FFFFFF;
}
.inlineFeatured.blue .productGrid .productBlock p.quickView .blockLink {
  background-color: transparent;
  color: #007ac1;
}

body.vacanciesList .quotation {
  background-color: #FFFFFF;
  margin-top: 18px;
}
body.vacanciesList .quotation .quoteForm {
  padding: 24px;
  background-color: #f7f7f5;
}
body.vacanciesList .quotation .quoteForm h4.title {
  margin-top: 0;
  padding-top: 0;
}
body.vacanciesList .quotation .quoteForm .submitArea {
  padding-bottom: 0;
}
body.vacanciesList .textImage.white + .quotation {
  padding-top: 0;
}
body.vacanciesList .textOnly.white {
  padding: 36px 0;
}
body.vacanciesList .textOnly.white .flexer {
  padding: 0;
}
body.vacanciesList .textOnly.white .text {
  padding-bottom: 0;
}
body.vacanciesList .jobMeta + .textImage.white {
  padding-bottom: 0;
}
body.vacanciesList .jobMetaBox {
  padding: 24px;
  background-color: #f7f7f5;
}
body.vacanciesList .jobMetaBox *:last-child {
  margin-bottom: 0;
}
body.vacanciesList .vacancy + .vacancy {
  margin-top: 36px;
}
body.vacanciesList .vacancy {
  padding: 24px;
  background-color: #f7f7f5;
}
body.vacanciesList .vacancy h4:first-child {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  padding-bottom: 18px;
}
body.vacanciesList .pagination {
  border-top: 0;
}

.newBlocks {
  /*COLOURS*/
}
.newBlocks > .wrapper, .homeBanners .newBlocks > .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.newBlocks .content h1, .newBlocks .content h2, .newBlocks .content h3, .newBlocks .content h4, .newBlocks .content h5, .newBlocks .content h6 {
  text-transform: uppercase;
}
.newBlocks .content figure {
  margin-bottom: calc(6px + 0.75vw);
  margin-right: calc(6px + 0.75vw);
  max-width: 100%;
}
.newBlocks .content figure img {
  max-width: 100%;
  height: auto !important;
}
.newBlocks .content .text *:last-child {
  margin-bottom: 0;
}
.newBlocks .content .text ul + .blockLink, .newBlocks .content .text ol + .blockLink {
  margin-top: 14px;
}
.newBlocks .content figure:last-child:after {
  content: "";
  display: table;
  clear: both;
}
.newBlocks .content figure iframe {
  max-width: 100%;
  height: auto !important;
}
.newBlocks.whiteBack {
  background-color: #FFFFFF;
}
.newBlocks.greyBack {
  background-color: #d8e1e3;
}
.newBlocks.lightBlueBack {
  background-color: #0071ce;
}
.newBlocks.blueBack {
  background-color: #232c60;
}
.newBlocks.greenBack {
  background-color: #64bc9d;
}
.newBlocks.blueBack .newBlock.transText .content *, .newBlocks.greenBack .newBlock.transText .content *, .newBlocks.lightBlueBack .newBlock.transText .content * {
  color: #FFFFFF;
}
.newBlocks.blueBack .newBlock.transText .content p.blockLink a,
.newBlocks.blueBack .newBlock.transText .content .blockLink, .newBlocks.greenBack .newBlock.transText .content p.blockLink a,
.newBlocks.greenBack .newBlock.transText .content .blockLink, .newBlocks.lightBlueBack .newBlock.transText .content p.blockLink a,
.newBlocks.lightBlueBack .newBlock.transText .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock {
  margin-top: calc(12px + 1.5vw);
  width: 100%;
}
.newBlocks .newBlock.noGap {
  margin-bottom: 0;
}
.newBlocks .newBlock.halfWidth {
  width: 50%;
}
.newBlocks .newBlock.vertBottom {
  align-self: flex-end;
}
.newBlocks .newBlock.vertCentre {
  align-self: center;
}
.newBlocks .newBlock.greyBack {
  background-color: #d8e1e3;
}
.newBlocks .newBlock.lightBlueBack {
  background-color: #0071ce;
}
.newBlocks .newBlock.lightBlueBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.lightBlueBack .content p.blockLink a,
.newBlocks .newBlock.lightBlueBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.lightBlueBack .content .text ul li:before {
  background-color: #FFFFFF;
}
.newBlocks .newBlock.blueBack {
  background-color: #232c60;
}
.newBlocks .newBlock.blueBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.blueBack .content p.blockLink a,
.newBlocks .newBlock.blueBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.blueBack .content .text ul li:before {
  background-color: #FFFFFF;
}
.newBlocks .newBlock.greenBack {
  background-color: #64bc9d;
}
.newBlocks .newBlock.greenBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.greenBack .content p.blockLink a,
.newBlocks .newBlock.greenBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.greenBack .content .text ul li:before {
  background-color: #FFFFFF;
}
.newBlocks .newBlock.splitLists ul, .newBlocks .newBlock.splitLists ol {
  column-count: 2;
  column-gap: 0.5em;
  margin-left: 0;
  column-fill: balance;
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: 0;

  li {
  	width: calc(50% - 12px);
  	min-width: 120px;
  	margin-left: 12px;

  }
  */
}
.newBlocks .newBlock.splitLists ul li, .newBlocks .newBlock.splitLists ol li {
  display: inline-block;
  margin-bottom: 0.25em;
  overflow: visible;
  margin-left: 0;
  padding-left: 1em;
  width: 100%;
}
.newBlocks .newBlock.splitLists ul li:before, .newBlocks .newBlock.splitLists ol li:before {
  left: 0;
}
.newBlocks .newBlock.centred .content .text * {
  text-align: center;
}
.newBlocks .newBlock.spacerBlock {
  display: block;
  width: 100%;
  padding-top: calc(24px + 3vw);
}

@media only screen and (max-width: 900px) {
  .newBlocks .newBlock.halfWidth.splitLists ul, .newBlocks .newBlock.halfWidth.splitLists ol {
    column-count: 1;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 700px) {
  .newBlocks > .wrapper, .homeBanners .newBlocks > .slick-dots {
    width: 100%;
    padding: 0;
  }
  .newBlocks .newBlock.halfWidth {
    width: 100%;
  }
} /*$smallTablet ends*/
.newBlock.newTextSquare, .newBlock.textOnly.halfWidth {
  margin-top: 0;
}

.newBlock.textOnly + .newTextSquare.halfWidth,
.newBlock.textOnly + .newTextSquare.halfWidth + .newTextSquare.halfWidth,
.newBlock.floodInstallation + .newTextSquare.halfWidth,
.newBlock.floodInstallation + .newTextSquare.halfWidth + .newTextSquare.halfWidth {
  margin-top: calc(12px + 1.5vw);
}

.newTextSquare {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  align-self: stretch;
}
.newTextSquare .content {
  padding: calc(24px + 3vw);
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.newTextSquare .content.cameoAfter .cameoImage {
  order: 2;
  margin: 0;
  margin-top: calc(12px + 1.5vw);
}
.newTextSquare .content .blockLink {
  background-color: #232c60;
  color: #FFFFFF;
}
.newTextSquare .content .blockLink * {
  color: #FFFFFF;
}
.newTextSquare .bgImage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.newTextSquare .cameoImage {
  display: block;
  width: 100%;
  margin-bottom: calc(12px + 1.5vw);
}
.newTextSquare .cameoImage img {
  display: inline-block;
  max-height: 7em;
  max-width: 60%;
  width: auto;
  object-fit: contain;
  object-position: left top;
}
.newTextSquare.halfWidth .stilt {
  display: block;
  width: 1px;
  padding-top: 85%;
}

@media only screen and (max-width: 700px) {
  .newTextSquare {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
  }
  .newTextSquare .content {
    padding: calc(24px + 3vw);
  }
} /*$bigPhone ends*/
.newBlocks .newBlock.textOnly {
  padding: 0;
}
.newBlocks .newBlock.textOnly .content {
  padding: calc(12px + 1.5vw);
}
.newBlocks .newBlock.textOnly .content *:last-child {
  margin-bottom: 0;
}
.newBlocks .newBlock.textOnly.transText > .content {
  padding: 0;
}
.newBlocks .newBlock.textOnly .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  width: calc(100% + (calc(24px + 3vw)));
  padding: calc(12px + 1.5vw) calc(6px + 0.75vw) calc(6px + 0.75vw) calc(6px + 0.75vw);
  margin-left: calc(0px - (calc(12px + 1.5vw)));
}
.newBlocks .newBlock.textOnly .columns .textColumn {
  padding: 0 calc(6px + 0.75vw) 0;
  margin-bottom: calc(6px + 0.75vw);
  width: 100%;
  flex-grow: 1;
}
.newBlocks .newBlock.textOnly .columns .textColumn .content {
  width: 100%;
}
.newBlocks .newBlock.textOnly .columns .textColumn.transText .content {
  padding: 0;
}
.newBlocks .newBlock.textOnly .columns .textColumn.whiteBack .content {
  background-color: #FFFFFF;
}
.newBlocks .newBlock.textOnly .columns .textColumn.whiteBack .content * {
  color: #466196;
}
.newBlocks .newBlock.textOnly .columns .textColumn.whiteBack .content p.blockLink a,
.newBlocks .newBlock.textOnly .columns .textColumn.whiteBack .content .blockLink {
  color: #FFFFFF;
  background-color: #232c60;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greyBack .content {
  background-color: #d8e1e3;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greyBack .content * {
  color: #466196;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greyBack .content p.blockLink a,
.newBlocks .newBlock.textOnly .columns .textColumn.greyBack .content .blockLink {
  color: #FFFFFF;
  background-color: #232c60;
}
.newBlocks .newBlock.textOnly .columns .textColumn.lightBlueBack .content {
  background-color: #0071ce;
}
.newBlocks .newBlock.textOnly .columns .textColumn.lightBlueBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.textOnly .columns .textColumn.lightBlueBack .content p.blockLink a,
.newBlocks .newBlock.textOnly .columns .textColumn.lightBlueBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.textOnly .columns .textColumn.blueBack .content {
  background-color: #232c60;
}
.newBlocks .newBlock.textOnly .columns .textColumn.blueBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.textOnly .columns .textColumn.blueBack .content p.blockLink a,
.newBlocks .newBlock.textOnly .columns .textColumn.blueBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greenBack .content {
  background-color: #64bc9d;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greenBack .content * {
  color: #FFFFFF;
}
.newBlocks .newBlock.textOnly .columns .textColumn.greenBack .content p.blockLink a,
.newBlocks .newBlock.textOnly .columns .textColumn.greenBack .content .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newBlock.textOnly .columns.colCount2 .textColumn {
  width: 50%;
  min-width: 50%;
}
.newBlocks .newBlock.textOnly .columns.colCount3 .textColumn {
  width: 33.3333333333%;
  min-width: 33.3333333333%;
}

.newBlocks .newBlock.textOnly.rightCol .flexer,
.newBlocks .newBlock.textOnly.leftCol .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.newBlocks .newBlock.textOnly.rightCol .text,
.newBlocks .newBlock.textOnly.leftCol .text {
  width: 50%;
  padding-right: calc(12px + 1.5vw);
  margin-bottom: calc(12px + 1.5vw);
}
.newBlocks .newBlock.textOnly.rightCol .columns,
.newBlocks .newBlock.textOnly.leftCol .columns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: calc(6px + 0.75vw);
  padding-right: 0;
  width: 50%;
  margin: 0;
}
.newBlocks .newBlock.textOnly.rightCol .columns .textColumn,
.newBlocks .newBlock.textOnly.leftCol .columns .textColumn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  margin-bottom: calc(12px + 1.5vw);
  padding-left: 0;
  padding-right: 0;
  min-height: none;
}
.newBlocks .newBlock.textOnly.rightCol .columns .textColumn:last-child,
.newBlocks .newBlock.textOnly.leftCol .columns .textColumn:last-child {
  margin-bottom: 0;
}
.newBlocks .newBlock.textOnly.rightCol.stretchColumns .flexer,
.newBlocks .newBlock.textOnly.leftCol.stretchColumns .flexer {
  align-items: stretch;
}
.newBlocks .newBlock.textOnly.rightCol.stretchColumns .flexer .textColumn .content,
.newBlocks .newBlock.textOnly.leftCol.stretchColumns .flexer .textColumn .content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.newBlocks .newBlock.textOnly.standardCol.stretchColumns .flexer {
  align-items: stretch;
}
.newBlocks .newBlock.textOnly.standardCol.stretchColumns .flexer .textColumn {
  min-height: 100%;
}
.newBlocks .newBlock.textOnly.standardCol.stretchColumns .flexer .textColumn .content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.newBlocks .newBlock.textOnly.leftCol .text {
  padding-left: calc(12px + 1.5vw);
  padding-right: 0px;
  order: 2;
}
.newBlocks .newBlock.textOnly.leftCol .columns {
  order: 1;
  padding-left: 0;
  padding-right: calc(6px + 0.75vw);
}
.newBlocks .newBlock.textOnly.halfWidth.transText > .content,
.newBlocks .newBlock.textOnly.rightCol.halfWidth.transText > .content,
.newBlocks .newBlock.textOnly.leftCol.halfWidth.transText > .content {
  padding-right: calc(12px + 1.5vw);
}
.newBlocks .newBlock.textOnly.halfWidth .text,
.newBlocks .newBlock.textOnly.rightCol.halfWidth .text,
.newBlocks .newBlock.textOnly.leftCol.halfWidth .text {
  width: 100%;
  padding-right: 0;
  padding-left: 0px;
}
.newBlocks .newBlock.textOnly.halfWidth .columns,
.newBlocks .newBlock.textOnly.rightCol.halfWidth .columns,
.newBlocks .newBlock.textOnly.leftCol.halfWidth .columns {
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.newBlocks .newBlock.textOnly.halfWidth .columns .textColumn,
.newBlocks .newBlock.textOnly.rightCol.halfWidth .columns .textColumn,
.newBlocks .newBlock.textOnly.leftCol.halfWidth .columns .textColumn {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: calc(12px + 1.5vw);
}
.newBlocks .newBlock.textOnly.leftCol.halfWidth .columns .textColumn {
  margin: 0;
  margin-bottom: calc(12px + 1.5vw);
}

@media only screen and (max-width: 768px) {
  .newBlocks .newBlock.textOnly .columns {
    flex-wrap: wrap;
  }
  .newBlocks .newBlock.textOnly .columns .textColumn {
    margin-bottom: calc(12px + 1.5vw);
  }
  .newBlocks .newBlock.textOnly .columns.colCount2 .textColumn {
    width: 50%;
  }
  .newBlocks .newBlock.textOnly .columns.colCount3 .textColumn {
    width: 50%;
  }
  .newBlocks .newBlock.textOnly .columns.colCount3 .textColumn:nth-child(2) {
    border: 0;
  }
}
@media only screen and (max-width: 700px) {
  .newBlocks .newBlock + .newBlock.textOnly.halfWidth.transText {
    margin-top: calc(12px + 1.5vw);
  }
  .newBlocks .newBlock.textOnly {
    padding: 0 calc(24px + 3vw);
  }
  .newBlocks .newBlock.textOnly.transText > .content {
    padding: 0 0;
  }
  .newBlocks .newBlock.textOnly .columns {
    flex-wrap: wrap;
    padding: 24px;
  }
  .newBlocks .newBlock.textOnly .columns,
  .newBlocks .newBlock.textOnly .columns.colCount2,
  .newBlocks .newBlock.textOnly .columns.colCount3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .newBlocks .newBlock.textOnly .columns .textColumn,
  .newBlocks .newBlock.textOnly .columns.colCount2 .textColumn,
  .newBlocks .newBlock.textOnly .columns.colCount3 .textColumn {
    width: 100%;
    border: 0;
    padding: 0;
    margin-bottom: calc(12px + 1.5vw);
  }
  .newBlocks .newBlock.textOnly.rightCol .text,
  .newBlocks .newBlock.textOnly.leftCol .text {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
  }
  .newBlocks .newBlock.textOnly.rightCol .columns,
  .newBlocks .newBlock.textOnly.leftCol .columns {
    width: 100%;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .newBlocks .textOnly {
    padding: 0 calc(12px + 1.5vw);
  }
} /*$bigPhone ends*/
.newBlocks .newLinkBanner .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: calc(12px + 1.5vw);
  padding-bottom: 0px;
}
.newBlocks .newLinkBanner .text {
  flex-grow: 1;
  padding-right: calc(12px + 1.5vw);
  margin-bottom: calc(12px + 1.5vw);
}
.newBlocks .newLinkBanner .text *:last-child {
  margin-bottom: 0;
}
.newBlocks .newLinkBanner .link .blockLink {
  white-space: nowrap;
  margin-bottom: calc(12px + 1.5vw);
}
.newBlocks .newLinkBanner.lightBlueBack .content .link p.blockLink a,
.newBlocks .newLinkBanner.lightBlueBack .content .link .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.newBlocks .newLinkBanner.blueBack .content .link p.blockLink a,
.newBlocks .newLinkBanner.blueBack .content .link .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}

@media only screen and (max-width: 700px) {
  .newBlocks .newLinkBanner .content {
    flex-wrap: wrap;
  }
} /*$smallTablet ends*/
.productGroup {
  width: 100%;
}
.productGroup .flexer {
  width: calc(100% + (calc(12px + 1.5vw)));
  margin-left: calc(0px - (calc(6px + 0.75vw)));
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.productGroup .intro {
  margin-bottom: calc(6px + 0.75vw);
}
.productGroup.coloured {
  padding: calc(12px + 1.5vw);
}
.productGroup.hideDesc .productCard .description {
  display: none;
}
.productGroup .productCard {
  padding: calc(6px + 0.75vw);
  width: 33.33%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  min-height: 100%;
}
.productGroup .productCard .text {
  width: 100%;
  order: 2;
  background-color: #FFFFFF;
  padding: calc(6px + 0.75vw);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 1;
}
.productGroup .productCard .text h6 a {
  color: #232c60;
}
.productGroup .productCard .text .blockLink {
  margin-bottom: 0;
  margin-top: auto;
}
.productGroup .productCard > .imageHolder {
  background-color: #FFFFFF;
  order: 1;
}
.productGroup .productCard > .imageHolder img {
  object-fit: contain;
  top: calc(6px + 0.75vw);
  height: calc(100% - (calc(6px + 0.75vw)));
}
.productGroup .productCard > .imageHolder img.bannerFallBack {
  top: 0;
  height: 100%;
  object-fit: cover;
}
.productGroup .productCard > .imageHolder .badge {
  top: calc(6px + 0.75vw);
  right: calc(6px + 0.75vw);
}
.productGroup .productCard.textCard .text {
  min-height: 100%;
}
.productGroup .productCard.listView {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 900px) {
  .productGroup .productCard.textCard {
    width: 50%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .productGroup .productCard {
    width: 50%;
  }
  .productGroup .productCard.textCard {
    width: 100%;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .productGroup .productCard {
    width: 100%;
  }
} /*$phone ends*/
.newBlock.socialMediaBlock.greyBack, .newBlock.socialMediaBlock.lightBlueBack, .newBlock.socialMediaBlock.blueBack, .newBlock.socialMediaBlock.greenBack {
  padding: calc(12px + 1.5vw);
}
.newBlock.socialMediaBlock .content > div, .newBlock.socialMediaBlock .content > iframe {
  margin-left: auto;
  margin-right: auto;
}
.newBlock.socialMediaBlock.halfWidth {
  padding-right: calc(12px + 1.5vw);
  margin-bottom: calc(12px + 1.5vw);
}

@media only screen and (max-width: 700px) {
  .newBlock.socialMediaBlock.halfWidth {
    padding-right: calc(12px + 1.5vw);
    padding-left: calc(12px + 1.5vw);
  }
} /*$smallTablet ends*/
.textImage + .qualityLogos {
  padding-top: 0;
  margin-top: 0;
}

.qualityLogos + .textImage {
  padding-top: 0;
}

.customers,
.qualityLogos {
  text-align: center;
  width: 100%;
  float: left;
  background-color: #FFFFFF;
  margin-bottom: 36px;
  margin-top: 24px;
}
.customers .text,
.qualityLogos .text {
  text-align: center;
}

.customerLogos .homeLogoTrack,
.customerLogos .logoTrack,
.qualityLogos .homeLogoTrack,
.qualityLogos .logoTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}
.customerLogos .homeLogoTrack,
.qualityLogos .homeLogoTrack {
  padding-top: 24px;
}
.customerLogos .slick-track,
.qualityLogos .slick-track {
  width: 100%;
}
.customerLogos .customer,
.customerLogos .qualityLogo,
.qualityLogos .customer,
.qualityLogos .qualityLogo {
  width: 20%;
  padding: 0 24px;
}
.customerLogos .customer a,
.customerLogos .qualityLogo a,
.qualityLogos .customer a,
.qualityLogos .qualityLogo a {
  width: 100%;
  display: block;
}
.customerLogos .customer .imageHolder img,
.customerLogos .qualityLogo .imageHolder img,
.qualityLogos .customer .imageHolder img,
.qualityLogos .qualityLogo .imageHolder img {
  object-fit: contain;
  object-position: center center;
  max-height: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.customerLogos .customer .imageHolder span,
.customerLogos .qualityLogo .imageHolder span,
.qualityLogos .customer .imageHolder span,
.qualityLogos .qualityLogo .imageHolder span {
  padding-top: 60%;
}
.customerLogos.bigLogos .customer,
.customerLogos.bigLogos .qualityLogo,
.qualityLogos.bigLogos .customer,
.qualityLogos.bigLogos .qualityLogo {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  .customerLogos .customer,
  .customerLogos .qualityLogo,
  .qualityLogos .customer,
  .qualityLogos .qualityLogo {
    width: 33%;
  }
  .customerLogos.bigLogos .customer,
  .customerLogos.bigLogos .qualityLogo,
  .qualityLogos.bigLogos .customer,
  .qualityLogos.bigLogos .qualityLogo {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .customerLogos .customer,
  .customerLogos .qualityLogo,
  .qualityLogos .customer,
  .qualityLogos .qualityLogo {
    width: 50%;
  }
}
body.dormant {
  overflow: hidden;
}

.floodInstallation img, .floodInstallation svg {
  width: 100%;
  display: block;
}
.floodInstallation .links {
  display: inline-block;
  position: absolute;
  left: calc(12px + 1.5vw);
  top: calc(12px + 1.5vw);
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 3;
  margin: 0;
  border: solid 1px rgba(15, 95, 172, 0.5);
}
.floodInstallation .links h6 {
  width: 100%;
  display: block;
  background-color: #0f5fac;
  color: #FFFFFF;
  padding: calc(6px + 0.75vw);
  margin: 0;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
}
@media (max-width: 90rem) {
  .floodInstallation .links h6 {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .floodInstallation .links h6 {
    font-size: 1rem;
  }
}
.floodInstallation .links ul {
  padding: calc(6px + 0.75vw);
  list-style-type: none;
  display: block;
  margin: 0;
}
.floodInstallation .links li {
  padding: 6px 0;
  margin: 0;
}
.floodInstallation .links li:first-child {
  padding-top: 0px;
}
.floodInstallation .links li:last-child {
  padding-bottom: 0px;
}
.floodInstallation .links .room {
  color: #0f5fac;
  cursor: pointer;
}
.floodInstallation .floodIllustration .point,
.floodInstallation .floodIllustration .commPoint {
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s ease;
}

.overlay, .commOverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw + 60px);
  left: -30px;
  height: 100vh;
  overflow: scroll;
  z-index: 100;
  transition: opacity 0.5s ease-out;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
}
.overlay.active, .commOverlay.active {
  opacity: 1;
  pointer-events: all;
}
.overlay .flexCenter, .commOverlay .flexCenter {
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.overlay .flexCenter .underlayOverlay, .commOverlay .flexCenter .underlayOverlay {
  z-index: 2;
}
.overlay .back, .commOverlay .back {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.solution, .commSolution {
  display: block;
  width: 80%;
  max-width: 540px;
  max-height: 90vh;
  overflow: auto;
  background-color: #FFFFFF;
  padding: calc(24px + 3vw);
  display: none;
  z-index: 2;
  /*
  border: solid 1px $primaryColour;
  box-shadow: 0px 0px 15px -5px rgba($black,0.5);
  */
}
.solution.whiteBack, .commSolution.whiteBack {
  background-color: #FFFFFF;
}
.solution.whiteBack .flexer *, .commSolution.whiteBack .flexer * {
  color: #000000;
}
.solution.whiteBack .flexer p.blockLink a,
.solution.whiteBack .flexer .blockLink, .commSolution.whiteBack .flexer p.blockLink a,
.commSolution.whiteBack .flexer .blockLink {
  background-color: #000000;
  color: #FFFFFF;
}
.solution.greyBack, .commSolution.greyBack {
  background-color: #d8e1e3;
}
.solution.greyBack p.blockLink a,
.solution.greyBack .blockLink, .commSolution.greyBack p.blockLink a,
.commSolution.greyBack .blockLink {
  color: #FFFFFF;
  background-color: #232c60;
}
.solution.lightBlueBack, .commSolution.lightBlueBack {
  background-color: #0071ce;
}
.solution.lightBlueBack .flexer *, .commSolution.lightBlueBack .flexer * {
  color: #FFFFFF;
}
.solution.lightBlueBack .flexer p.blockLink a,
.solution.lightBlueBack .flexer .blockLink, .commSolution.lightBlueBack .flexer p.blockLink a,
.commSolution.lightBlueBack .flexer .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.solution.blueBack, .commSolution.blueBack {
  background-color: #232c60;
}
.solution.blueBack .flexer *, .commSolution.blueBack .flexer * {
  color: #FFFFFF;
}
.solution.blueBack .flexer p.blockLink a,
.solution.blueBack .flexer .blockLink, .commSolution.blueBack .flexer p.blockLink a,
.commSolution.blueBack .flexer .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.solution.greenBack, .commSolution.greenBack {
  background-color: #64bc9d;
}
.solution.greenBack .flexer *, .commSolution.greenBack .flexer * {
  color: #FFFFFF;
}
.solution.greenBack .flexer p.blockLink a,
.solution.greenBack .flexer .blockLink, .commSolution.greenBack .flexer p.blockLink a,
.commSolution.greenBack .flexer .blockLink {
  background-color: #FFFFFF;
  color: #232c60;
}
.solution.active, .commSolution.active {
  display: block;
}
.solution .flexer, .commSolution .flexer {
  align-items: center;
}
.solution .text, .commSolution .text {
  width: 100%;
}
.solution .text *:last-child, .commSolution .text *:last-child {
  margin-bottom: 0;
}
.solution .commCloseButton,
.solution .closeButton, .commSolution .commCloseButton,
.commSolution .closeButton {
  position: absolute;
  left: auto;
  top: calc(6px + 0.75vw);
  right: calc(6px + 0.75vw);
  bottom: auto;
  width: 20px;
  height: 20px;
  display: block;
  background-color: #232c60;
  background-image: url(/assets/img/close.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
}

@media only screen and (max-width: 650px) {
  .floodInstallation .links {
    display: none;
  }
  .overlay, .commOverlay, .flexCenter {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
    pointer-events: all;
    opacity: 1;
    display: block;
    overflow: auto;
  }
  .overlay .back, .commOverlay .back, .flexCenter .back {
    display: none;
  }
  .overlay .flexCenter, .commOverlay .flexCenter, .flexCenter .flexCenter {
    width: 100%;
    margin: 0 auto;
  }
  .solution, .commSolution {
    display: block;
    width: 100%;
    max-width: none;
  }
  .solution .closeButton,
  .solution .commCloseButton, .commSolution .closeButton,
  .commSolution .commCloseButton {
    display: none;
  }
  .solution .flexer, .commSolution .flexer {
    align-items: flex-start;
  }
  .solution .flexer .text, .commSolution .flexer .text {
    width: 100%;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .solution .flexer .text, .commSolution .flexer .text {
    width: 100%;
  }
} /*$phone ends*/
.dashboard.loginRegister {
  flex-wrap: nowrap;
}
.dashboard.loginRegister.loginFirst .panel.existingCustomer {
  order: 1;
}
.dashboard.loginRegister.loginFirst .panel.newCustomer {
  order: 2;
}

.dashboard {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.dashboard .panel {
  width: calc(50% - 36px);
  margin-right: 36px;
}
.dashboard .panel.newCustomer {
  min-width: 300px;
}
.dashboard .panel.existingCustomer {
  width: auto;
}
.dashboard .panel.addressBook .addresses .address {
  width: 100%;
}
.dashboard .panel.addressBook .addresses .address ul li {
  display: inline-block;
}
.dashboard .panel.addressBook .addresses .address ul li:after {
  content: ", ";
  display: inline-block;
}
.dashboard .panel.addressBook .addresses .address ul li:first-child {
  width: 100%;
}
.dashboard .panel.addressBook .addresses .address ul li.title:after {
  content: ". ";
}

@media only screen and (max-width: 900px) {
  .dashoard {
    width: 100%;
  }
  .dashboard.loginRegister {
    flex-wrap: wrap;
  }
  .dashboard.loginRegister .panel.newCustomer,
  .dashboard.loginRegister .panel.existingCustomer {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard {
    width: 100%;
  }
  .dashboard .panel {
    width: 100%;
  }
  .dashboard .panel.addressBook .addresses .address {
    width: calc(50% - 36px);
  }
  .dashboard .panel.addressBook .addresses .address ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .dashBoard .panel.addressBook .addresses .address {
    width: 100%;
  }
}
.contactView .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.contactView .contactDetails {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.contactView .contactDetails .text {
  background-color: #f7f7f5;
  width: 100%;
  padding: 36px;
}
.contactView .contactDetails .text ul {
  list-style-type: none;
  margin-left: 0;
}
.contactView .contactDetails .text ul li:before {
  display: none;
}
.contactView .map {
  flex-grow: 1;
  min-width: 50%;
}
.contactView .contactDetails {
  flex-grow: 1;
}
.contactView .mapHolder {
  width: 100%;
  min-height: 100%;
}
.contactView .mapHolder span {
  display: block;
  padding-top: 75%;
}
.contactView .mapHolder iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.additionalAddresses {
  margin-top: 36px;
}
.additionalAddresses .address {
  padding: 36px;
  background-color: #f7f7f5;
  width: auto;
  margin-bottom: 24px;
  margin-right: 24px;
  display: inline-block;
  min-width: 300px;
}

@media only screen and (max-width: 650px) {
  .contactView .map {
    background-color: red;
    flex-grow: 1;
    min-width: 100%;
  }
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #007ac1;
  font-style: normal;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  font-size: 35px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 90rem) {
  .lity-close {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .lity-close {
    font-size: 1rem;
  }
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #007ac1;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: calc(90vw - 24px);
  max-height: calc(90vh - 24px) !important;
  background-color: #FFFFFF;
  object-fit: contain;
  object-position: center;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #232c60;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 9px;
  background: #666666;
  border-radius: 0%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #232c60;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 14px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  border-top: solid 4px rgba(102, 102, 102, 0.5);
  border-right: solid 4px rgba(102, 102, 102, 0.5);
  background-color: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  right: calc(100% + 8px);
  transform: translateY(-100%) rotate(-135deg);
}

.slick-next {
  transform: translateY(-100%) rotate(45deg);
  left: 100%;
}

/* Dots */
.homeBanners .slick-dots {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: calc(5vw + 48px);
  text-align: left;
  transform: translateX(-50%);
  padding: 0 72px;
}

.slick-dots {
  width: 100%;
  display: block;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(153, 153, 153, 0.5);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #007ac1;
}

@media only screen and (max-width: 650px) {
  .homeBanners .slick-dots {
    padding-left: 36px;
  }
  .slick-dots {
    position: relative;
    bottom: auto;
    top: 10px;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
form.c-stripe {
  width: 100%;
  max-width: 450px;
  padding-right: 24px;
  margin-top: 30px;
}

.c-stripe__input {
  -webkit-appearance: none;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}

.c-stripe__label {
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #232c60;
  margin-bottom: 1.1rem;
  line-height: 1.1em;
  width: 100%;
  font-size: 1.2rem;
}

.c-stripe__button {
  display: inline-block;
  background-color: #009af4;
  color: #FFFFFF;
  padding: 0.4em 0.8em;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4em;
  text-transform: uppercase;
  transition: all 0.5s ease;
  border: 0;
  cursor: pointer;
}
.c-stripe__button:hover {
  background-color: #232c60;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: "FontAwesome";
  src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100vh - 250px);
  min-height: 500px;
}

* {
  outline: 0 !important;
}

.inner-infowindow {
  padding: 0px;
  max-height: calc(100vh - 280px);
}
.inner-infowindow .acccessories {
  margin-top: 20px;
  background-color: #f7f7f7;
  padding: 15px;
}
.inner-infowindow h2 img {
  display: inline-block;
  padding-right: 10px;
  height: 30px;
  width: auto;
}
.inner-infowindow h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: center;
}
.inner-infowindow h3 img {
  display: inline-block;
  padding-right: 10px;
  height: 30px;
  width: auto;
}
.inner-infowindow ul {
  margin: 0px;
  padding: 0 0 0 15px;
}
.inner-infowindow .case-study img {
  display: inline-block;
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin-right: 8px;
}
.inner-infowindow .case-study .pad {
  vertical-align: top;
  display: inline-block;
  width: 300px;
  padding: 0 10px;
}
.inner-infowindow .case-study .pad h6.case-title {
  font-size: 1.4em;
  display: block;
  font-weight: 700;
  color: #222C60;
  margin-bottom: 0;
}
.inner-infowindow .case-study .pad p {
  margin: 10px 0;
}
.inner-infowindow .case-study .pad a {
  font-weight: 700;
  color: #007ac1;
  display: block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
}
.inner-infowindow .case-study .pad a:after {
  content: ">";
  padding-left: 10px;
}
.inner-infowindow .accessory {
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.inner-infowindow .accessory img {
  display: inline-block;
  width: 125px;
  max-height: 125px;
  object-fit: contain;
}
.inner-infowindow .accessory .pad {
  display: inline-block;
  width: 300px;
  padding: 0 10px;
}
.inner-infowindow .accessory .pad a {
  display: block;
  color: #027AC0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
}

.gm-style .gm-style-iw-c {
  border-radius: 0px;
}

.gm-ui-hover-effect {
  position: relative;
  background-color: red;
  top: 10px !important;
  right: 10px !important;
}
.gm-ui-hover-effect:before {
  content: "Close";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  color: #666666;
  font-weight: 700;
  font-size: 14px;
}
.gm-ui-hover-effect img {
  border: 1.5px solid #666666;
  border-radius: 2px;
}

.filter-box-wrapper {
  position: relative;
  z-index: 999;
  padding-bottom: 40px;
}
.filter-box-wrapper .filter-box {
  position: relative;
  background-color: white;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.filter-box-wrapper .filter-box .bottom {
  position: relative;
  display: none;
  width: 100%;
}
.filter-box-wrapper .filter-box .bottom .select-all-wrapper {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  padding: 5px 15px;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 90rem) {
  .filter-box-wrapper .filter-box .bottom .select-all-wrapper {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .filter-box-wrapper .filter-box .bottom .select-all-wrapper {
    font-size: 1rem;
  }
}
.filter-box-wrapper .filter-box .bottom .select-all-wrapper input {
  margin-right: 5px;
}
.filter-box-wrapper .filter-box .bottom .filters {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.filter-box-wrapper .filter-box .bottom .filters .column label {
  display: flex;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(1) .checker {
  background-color: #C09402;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(2) .checker {
  background-color: #23BA4F;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(3) .checker {
  background-color: #666666;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(4) .checker {
  background-color: #027AC0;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(5) .checker {
  background-color: #222C60;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(6) .checker {
  background-color: #C5123D;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(7) .checker {
  background-color: #83225F;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(8) .checker {
  background-color: #E77407;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(9) .checker {
  background-color: red;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(10) .checker {
  background-color: pink;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(11) .checker {
  background-color: brown;
}
.filter-box-wrapper .filter-box .bottom .filters .column:nth-child(12) .checker {
  background-color: grey;
}
.filter-box-wrapper .filter-box .bottom .column {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  padding: 5px 15px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 33%;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 90rem) {
  .filter-box-wrapper .filter-box .bottom .column {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .filter-box-wrapper .filter-box .bottom .column {
    font-size: 1rem;
  }
}
.filter-box-wrapper .filter-box .bottom .column input {
  display: none;
  margin-right: 10px;
}
.filter-box-wrapper .filter-box .bottom .column .checker.active:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.filter-box-wrapper .filter-box .bottom .column .checker {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}
.filter-box-wrapper .filter-box .top {
  display: flex;
  width: 100%;
}
.filter-box-wrapper .filter-box .left {
  width: 50%;
}
.filter-box-wrapper .filter-box .left span.filter-title {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  font-size: 1vw;
  line-height: 1.4em;
  color: #466196;
  display: inline-block;
  font-size: 18px;
  color: #027AC0;
  position: relative;
  top: -5px;
}
@media (max-width: 90rem) {
  .filter-box-wrapper .filter-box .left span.filter-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 100rem) {
  .filter-box-wrapper .filter-box .left span.filter-title {
    font-size: 1rem;
  }
}
.filter-box-wrapper .filter-box .left span.filter-title:hover {
  cursor: pointer;
}
.filter-box-wrapper .filter-box .left img {
  width: 25px;
  display: inline-block;
}
.filter-box-wrapper .filter-box .right {
  width: 50%;
  text-align: right;
  margin-left: -4px;
}
.filter-box-wrapper .filter-box .right .searchbox {
  position: relative;
}
.filter-box-wrapper .filter-box .right .searchbox input {
  width: 175px;
  padding: 10px;
  border: 1px solid #CECECE;
}
.filter-box-wrapper .filter-box .right .searchbox:before {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #027AC0;
  z-index: 9;
  font-size: 20px;
  pointer-events: none;
}

@media only screen and (max-width: 800px) {
  .filter-box-wrapper .filter-box .bottom .filters {
    display: block;
  }
  .filter-box-wrapper .filter-box .bottom .column {
    display: inline-block;
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .filter-box-wrapper .filter-box .bottom .column {
    width: 100%;
  }
}
.perch-debug {
  display: none;
}

/*
@import 'debug';
*/
