/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* 
Dark Blue
#172847

Light Blue
#1e97e3 
*/

body {
  padding: 71px 0 0 0;
  background-color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #172847;
}

body.with-banner {
  padding-top: 116px;
}

h1 {
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 500;
}
h2 {
  font-size: 21px;
  line-height: 24px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 12px 0;
  font-weight: 500;
}

p {
  margin: 20px 0;
}

a {
  color: #1e97e3;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}

a:hover,
a:active {
  color: #172847;
}

.button {
  padding: 14px 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.35s ease;
}
.button.primary {
  background: #1e97e3;
  color: #fff;
}
.button.primary:hover {
  background: #0b80c9;
  text-decoration: none;
}
.button.primary:active {
  background: #06639d;
  text-decoration: none;
}
.button.secondary {
  background: rgba(23, 40, 71, 0.075);
  color: #172847;
}
.button.secondary:hover {
  background: rgba(23, 40, 71, 0.15);
  text-decoration: none;
}
.button.secondary:active {
  background: rgba(23, 40, 71, 0.3);
  text-decoration: none;
}

#special-banner {
  width: 100%;
  /* height: 42px; */
  background: rgb(175,32,36);
  background: -moz-linear-gradient(left, rgba(175,32,36,1) 0%, rgba(209,44,45,1) 50%, rgba(175,32,36,1) 100%);
  background: -webkit-linear-gradient(left, rgba(175,32,36,1) 0%,rgba(209,44,45,1) 50%,rgba(175,32,36,1) 100%);
  background: linear-gradient(to right, rgba(175,32,36,1) 0%,rgba(209,44,45,1) 50%,rgba(175,32,36,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2024', endColorstr='#af2024',GradientType=1 );
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

#special-banner:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 3px;
  left: 0;
  box-shadow: 0 1px 0px rgba(255,255,255,0.1);
}
#special-banner:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 3px;
  left: 0;
  box-shadow: 0 1px 0px rgba(255,255,255,0.2);
}

  #special-banner span {
    max-width: 300px;
    margin: 0 auto;
    padding: 6px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: 500;
    line-height: 16px;
    display: block;
    position: relative;
    z-index: 2;
  }

#white-wrapper {
  padding: 20px 0 0 0;
  background-color: #fff;
}

#hat {
  width: 54px;
  height: 54px;
  background: url(../img/hat.svg) no-repeat 0 0;
  background-size: 54px 54px;
  position: absolute;
  top: 8px;
  left: 9px;
  z-index: 12;
  transform: scaleY(1) translateY(-60px) rotate(10deg);
  -webkit-animation: drophat 0.4s;
  -webkit-animation-delay: 2.5s;
  animation: drophat 0.4s;
  animation-delay: 2.5s;
  -ms-animation: drophat 0.4s;
  -ms-animation-delay: 2.5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes drophat {
  0% {
    transform: scaleY(1.1) translateY(-60px) rotate(10deg);
  }
  50% {
    transform: scaleY(1.1) translateY(-5px) rotate(10deg);    
  }
  90% {
    transform: scaleY(0.95) translateY(2px) rotate(0deg);  
  }
  100% {
    transform: scaleY(1) translateY(0px) rotate(0deg);
  }
}
  
@keyframes drophat {
  0% {
    transform: scaleY(1.1) translateY(-60px) rotate(10deg);
  }
  50% {
    transform: scaleY(1.1) translateY(-5px) rotate(10deg);    
  }
  90% {
    transform: scaleY(0.95) translateY(2px) rotate(0deg);   
  }
  100% {
    transform: scaleY(1) translateY(0px) rotate(0deg);
  }
}


#header {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: box-shadow 1s ease;
}
#header .logo {
  width: 220px;
  height: 51px;
  background: url(../img/logo-header.svg) no-repeat 0 0;
  background-size: 220px 51px;
  display: block;
}
#header #nav-trigger {
  width: 40px;
  height: 40px;
  padding: 12px 8px 0 8px;
  position: absolute;
  top: 25px;
  right: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.5s ease;
}
#header #nav-trigger:active {
  background: rgba(0, 0, 0, 0.1);
}
#header #nav-trigger span {
  height: 2px;
  margin-bottom: 5px;
  display: block;
  background: #172847;
  border-radius: 1px;
}
#header .navigation {
  margin: 15px 0 0 0;
  padding: 0;
  display: none;
}
#header.active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#header.show-shadow {
  transition: box-shadow 1s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#header.active .navigation {
  display: block;
}
#header .navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .navigation li a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #172847;
  opacity: 0;
  transform: translateY(-20px);
}
#header .navigation li:nth-of-type(1) a {
  -webkit-animation: fadedown 0.35s;
  -webkit-animation-delay: 0.1s;
  animation: fadedown 0.35s;
  animation-delay: 0.1s;
  -ms-animation: fadedown 0.35s;
  -ms-animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
#header .navigation li:nth-of-type(2) a {
  -webkit-animation: fadedown 0.35s;
  -webkit-animation-delay: 0.2s;
  animation: fadedown 0.35s;
  animation-delay: 0.2s;
  -ms-animation: fadedown 0.35s;
  -ms-animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
#header .navigation li:nth-of-type(3) a {
  -webkit-animation: fadedown 0.35s;
  -webkit-animation-delay: 0.3s;
  animation: fadedown 0.35s;
  animation-delay: 0.3s;
  -ms-animation: fadedown 0.35s;
  -ms-animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
#header .navigation li:nth-of-type(4) a {
  -webkit-animation: fadedown 0.35s;
  -webkit-animation-delay: 0.4s;
  animation: fadedown 0.35s;
  animation-delay: 0.4s;
  -ms-animation: fadedown 0.35s;
  -ms-animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
#header .navigation li:nth-of-type(5) a {
  -webkit-animation: fadedown 0.35s;
  -webkit-animation-delay: 0.5s;
  animation: fadedown 0.35s;
  animation-delay: 0.5s;
  -ms-animation: fadedown 0.35s;
  -ms-animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#header.header-with-banner {
  top: 45px;
}

@-webkit-keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

#header .navigation li.active a {
  color: #1e97e3;
}

#banner {
  padding: 35px 0;
  background: #172847;
  color: #fff;
  position: relative;
  background: url(../img/banner-about.jpg) no-repeat center center;
  background-size: cover;
}

#banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(23, 40, 71, 0.8);

  opacity: 0;
  -webkit-animation: fadein 2s;
  -webkit-animation-delay: 1s;
  animation: fadein 2s;
  animation-delay: 1s;
  -ms-animation: fadein 2s;
  -ms-animation-delay: 1s;
  animation-fill-mode: forwards;
}
#banner .inner-wrapper {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
#banner .page-title {
  margin: 0;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  display: inline-block;
  opacity: 0;
  -webkit-animation: fadeup 2s;
  -webkit-animation-delay: 0.35s;
  animation: fadeup 2s;
  animation-delay: 0.35s;
  -ms-animation: fadeup 2s;
  -ms-animation-delay: 0.35s;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}
#banner .page-description {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  opacity: 0;
  -webkit-animation: fadeup 2s;
  -webkit-animation-delay: 0.35s;
  animation: fadeup 2s;
  animation-delay: 0.35s;
  -ms-animation: fadeup 2s;
  -ms-animation-delay: 0.35s;
  animation-fill-mode: forwards;
  transform: translateY(30px);
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

body.home {
  padding-top: 91px;
}

body.home.with-banner {
  padding-top: 136px;
}

#home-header-wrapper {
  background: url(../img/home/banner-home.jpg) no-repeat center bottom;
  background-size: cover;
}
#home-header-wrapper #banner {
  padding: 60px 0;
  background: none;
}

#home-header-wrapper #banner .inner-wrapper {
  padding: 0 20px;
}

#banner.home .page-description {
  margin-top: 0;
}

#content {
  padding: 0 20px;
}
#content.home,
#content.products {
  padding: 0;
}
#content.contact {
  padding-top: 20px;
}

.lead-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

#springboard-wrapper {
  margin: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  flex-direction: column;
}
#springboard-wrapper .spacer {
  width: 20px;
  min-height: 15px;
}
.springboard {
  width: 100%;
  height: 160px;
  background: rgba(23, 40, 71, 0.3);
  position: relative;
  overflow: hidden;
}
.springboard:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(23, 40, 71, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background 0.35s ease;
}
.springboard:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(23, 40, 71, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.springboard:active:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(23, 40, 71, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.springboard:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  right: -15px;
  z-index: 3;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}
.springboard:hover:after {
  width: 50px;
  height: 50px;
  bottom: -25px;
  right: -25px;
}
.springboard span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  padding-right: 16px;
  background: url(../img/icon-arrow.svg) no-repeat right center;
  background-size: 10px 10px;
  transition: all 0.35s ease;
}

.springboard:hover span {
  bottom: 16px;
  left: 16px;
}

.springboard.driveway {
  background: url(../img/home/driveway-thumb.jpg) no-repeat center center;
  background-size: cover;
}

.springboard.patio {
  background: url(../img/home/patio-thumb.jpg) no-repeat center center;
  background-size: cover;
}

.springboard.landscaping {
  background: url(../img/home/landscaping-thumb.jpg) no-repeat center center;
  background-size: cover;
}

.springboard.products {
  background: url(../img/springboard-products.jpg) no-repeat center center;
  background-size: cover;
}
.springboard.installation {
  background: url(../img/springboard-installation.jpg) no-repeat center center;
  background-size: cover;
}

#content.home #product-range-wrapper {
  padding: 10px 20px 20px 20px;
}
#content.home #springboard-wrapper {
  flex-direction: column;
}

#content.home #product-range-wrapper h2 {
  position: relative;
}
#content.home #product-range-wrapper h2 span {
  padding-right: 12px;
  font-weight: 500;
  background: #fff;
  position: relative;
  z-index: 1;
}
#content.home #product-range-wrapper h2:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(23, 40, 71, 0.1);
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 0;
}

#content.home #springboard-wrapper .springboard {
  width: 100%;
}

#promise-block {
  margin: 0 0 20px 0;
  padding: 20px;
  background: rgba(23, 40, 71, 1) url(../img/logo-pattern-light.svg) repeat
    center center;
  background-size: 100px 85px;
  color: #fff;
  position: relative;
}
#promise-block:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  right: 20px;
  background: url(../img/icon-logo.svg) no-repeat center center;
  background-size: 32px 32px;
}
#promise-block h2 {
  margin-top: 0;
}
#promise-block p {
  color: rgba(255, 255, 255, 0.85);
}
#promise-block a {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #1e97e3;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 16px;
  background: url(../img/icon-arrow-blue.svg) no-repeat right center;
  background-size: 10px 10px;
}

#contact-block {
  margin: 0 0 40px 0;
  padding: 20px;
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center
    center;
  background-size: 100px 85px;
}
#contact-block h2 {
  margin-top: 0;
}
#contact-block input,
#contact-block textarea {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 15px 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #172847;
}
#contact-block textarea {
  resize: none;
  margin-bottom: 20px;
}
#contact-block .send-button {
  margin: 0;
  padding: 12px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background: #1e97e3 url(../img/icon-arrow.svg) no-repeat right 10px center;
  background-size: 12px 12px;
  border: none;
  transition: all 0.3s ease;
}
#contact-block .send-button:hover {
  background-color: #0b80c9;
}
#contact-block .send-button:active {
  background-color: #06639d;
}

#contact-block .contact-links {
  margin: 0 0 25px 0;
  padding: 0;
}
#contact-block .contact-links li {
  list-style: none;
  margin-bottom: 12px;
}

#contact-block .contact-links li a {
  line-height: 21px;
  padding-left: 35px;
  display: block;
  text-decoration: none;
}
#contact-block .contact-links li a.email {
  background: url(../img/icon-email.svg) no-repeat left center;
  background-size: 21px 21px;
}
#contact-block .contact-links li a.tel {
  background: url(../img/icon-tel.svg) no-repeat left center;
  background-size: 21px 21px;
}
#contact-block .contact-links li a.facebook {
  background: url(../img/icon-facebook.svg) no-repeat left center;
  background-size: 21px 21px;
}

#map {
  position: relative;
}

#map .map-image {
  width: 100%;
  margin: 0 0 20px 0;
}
#map .location {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -25px;
  z-index: 2;
  background: url(../img/icon-logo.svg) no-repeat center center;
  background-size: 46px 46px;
}
#map .pulse {
  width: 38px;
  height: 38px;
  margin: -19px 0 0 -19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50% 50%;
  background: #1e97e3;
  opacity: 0;
}

#map .pulse1 {
  -webkit-animation: ring 2s infinite;
  animation: ring 2s infinite;
  -ms-animation: ring 2s infinite;
}

#map .pulse2 {
  -webkit-animation: ring 1s infinite;
  -webkit-animation-delay: 0.5s;
  animation: ring 2s infinite;
  animation-delay: 0.5s;
  -ms-animation: ring 2s infinite;
  -ms-animation-delay: 0.5s;
}

@-webkit-keyframes ring {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  10% {
    opacity: 0.3;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(4);
  }
}

@keyframes ring {
  0% {
    opacity: 0;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    opacity: 0.3;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale(4);
    -webkit-transform: scale(4);
    transform: scale(4);
  }
}

.map-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #1e97e3;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 16px;
  background: url(../img/icon-arrow-blue.svg) no-repeat right center;
  background-size: 10px 10px;
}

.map-link:hover {
  text-decoration: none;
  background: url(../img/icon-arrow-dark-blue.svg) no-repeat right center;
  background-size: 10px 10px;
}

.find-out-more {
  padding: 20px 20px 40px 20px;
}
.find-out-more .button.secondary {
  margin-right: 5px;
}

#left-col {
  margin-bottom: 20px;
  box-sizing: border-box;
}
#right-col {
  box-sizing: border-box;
}

#installation-steps {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}

#installation-steps .step h2 {
  border-left: 2px solid #1e97e3;
  padding-left: 10px;
}
#installation-steps.trimmed {
  height: 350px;
  overflow: hidden;
}
#installation-steps #trim-container {
  display: none;
}
#installation-steps.trimmed #trim-container {
  width: 100%;
  display: block;
  padding: 120px 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 85%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 85%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
#installation-steps.trimmed #trim-container:hover {
  cursor: pointer;
}
#installation-steps #trim-container span {
  text-transform: uppercase;
  color: #1e97e3;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: color 0.35s ease;
}
#installation-steps.trimmed #trim-container:hover span {
  color: #172847;
}

.split-blocks .split-block h2 {
  border-left: 2px solid #1e97e3;
  padding-left: 10px;
}

#additional-info {
  padding: 20px 20px 5px 20px;
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center
    center;
  background-size: 100px 85px;
  position: relative;
}
#additional-info h2 {
  padding-right: 50px;
}
#additional-info:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 20px;
  background: url(../img/icon-info.svg) no-repeat center center;
  background-size: 30px 30px;
}

.product-type {
  padding: 20px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}

.product-type:nth-of-type(2) {
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
  background-size: 100px 85px;
}

.text-container a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  transition: all 0.35s ease;
}
.text-container a:first-of-type {
  margin-right: 20px;
}
.text-container a:last-of-type {
  padding-right: 16px;
  background: url(../img/icon-arrow-blue.svg) no-repeat right center;
  background-size: 10px 10px;
}
.text-container a:hover:last-of-type {
  background: url(../img/icon-arrow-dark-blue.svg) no-repeat right center;
  background-size: 10px 10px;
}

.text-container .gallery-init {
  margin-right: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
  color: #1e97e3;
  display: inline-block;
  transition: all 0.35s ease;
}

.text-container .gallery-init:hover {
  color: #172847;
}

.image-container {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.image-container img {
  width: 100%;
}

.image-container.driveway-init {
  background: url(../img/products/driveway-thumb.jpg) no-repeat center center;
  background-size: cover;
}
.image-container.patio-init {
  background: url(../img/products/patio-thumb.jpg) no-repeat center center;
  background-size: cover;
}
.image-container.landscaping-init {
  background: url(../img/products/landscaping-thumb.jpg) no-repeat center center;
  background-size: cover;
}

.image-container.driveway-init,
.image-container.patio-init,
.image-container.landscaping-init {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-container.driveway-init span,
.image-container.patio-init span,
.image-container.landscaping-init span {
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  color: #1e97e3;
  position: absolute;
  bottom: -2px;
  right: -1px;
  z-index: 3;
  transition: all 0.35s ease;
}

.image-container.driveway-init:hover span,
.image-container.patio-init:hover span,
.image-container.landscaping-init:hover span {
  bottom: 8px;
  right: 7px;
  color: #172847;
}

.image-container.driveway-init:before,
.image-container.patio-init:before,
.image-container.landscaping-init:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(23, 40, 71, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background 0.35s ease;
}

.image-container.driveway-init:hover:before,
.image-container.patio-init:hover:before,
.image-container.landscaping-init:hover:before {
  background: rgba(23, 40, 71, 0.5);
}
.image-container.driveway-init:active:before,
.image-container.patio-init:active:before,
.image-container.landscaping-init:active:before {
  background: rgba(23, 40, 71, 0.9);
}

.image-container.driveway-init:after,
.image-container.patio-init:after,
.image-container.landscaping-init:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: -25px;
  right: -25px;
  z-index: 2;
  transform: rotate(45deg);
  transition: all 0.35s ease;
}

.image-container.patio-init:after {
  background: #eeeff1;
}

.image-container.driveway-init:hover:after,
.image-container.patio-init:hover:after,
.image-container.landscaping-init:hover:after {
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: -40px;
}

.product-type.home .image-container {
  height: 200px;
  background: url(../img/home/springboard-installation.jpg) no-repeat center
    center;
  background-size: cover;
}


#colour-variations {
  margin-bottom: 20px;
  padding: 30px 20px 30px 20px;
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
  background-size: 100px 85px;
}

#colour-variations h1 {
  margin-bottom: 25px;
}

#colour-variations .tile-wrapper {
  display: flex;
  flex-direction: column;
}

#colour-variations .tile {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 55px;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
}

#colour-variations .tile:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.05);
}

#colour-variations .tile.pearl-grey:before {
  background: #d7dde4;
}
#colour-variations .tile.steel-grey:before {
  background: #c4c7d7;
}
#colour-variations .tile.charcoal:before {
  background: #8f929c;
}
#colour-variations .tile.sanstone:before {
  background: #fbe4d4;
}
#colour-variations .tile.tuscan:before {
  background: #f7cdbd;
}
#colour-variations .tile.coral-clay-red:before {
  background: #f9aaaf;
}
#colour-variations .tile.terra-cotta-red:before {
  background: #f08c8a;
}
#colour-variations .tile.chino:before {
  background: #a08b86;
}
#colour-variations .tile.milk-chocolate:before {
  background: #876862;
}

#colour-variations .tile.blank {
  height: 1px;
  margin: 0;
}
#colour-variations .tile.blank:before {
  display: none;
}

#colours-and-sizes {
  margin-bottom: 20px;
  padding: 30px 20px 30px 20px;
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center
    center;
  background-size: 100px 85px;
  display: flex;
  flex-direction: column;
}

#size-variations {
  margin-bottom: 20px;
  padding: 30px 20px 20px 20px;
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
  background-size: 100px 85px;
}

#size-variations .shape-wrapper {
  margin-bottom: 20px;
}

#size-variations .shape-wrapper .variant {
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#size-variations .shape-wrapper .variant p { margin: 0; }
#size-variations .shape-wrapper .variant p span { font-weight: 500; text-transform: uppercase; }
#size-variations .shape-wrapper  .variant .example {
  background: #1e97e3;
  border-radius: 6px;
  margin-right: 10px;
}
#size-variations .shape-wrapper.square .variant.size-1 .example {
  width: 35px;
  height: 35px;
}
#size-variations .shape-wrapper.square .variant.size-2 .example {
  width: 42px;
  height: 42px;
}
#size-variations .shape-wrapper.square .variant.size-3 .example {
  width: 77px;
  height: 77px;
}
#size-variations .shape-wrapper.square .variant.size-4 .example {
  width: 87px;
  height: 87px;
}
#size-variations .shape-wrapper.square .variant.size-5 .example {
  width: 98px;
  height: 98px;
}

#size-variations .shape-wrapper.rectangular .variant.size-1 .example {
  width: 70px;
  height: 42px;
}
#size-variations .shape-wrapper.rectangular .variant.size-2 .example {
  width: 84px;
  height: 42px;
}
#size-variations .shape-wrapper.rectangular .variant.size-3 .example {
  width: 164px;
  height: 77px;
}
#size-variations .shape-wrapper.rectangular .variant.size-4 .example {
  width: 180px;
  height: 95px;
}

#size-variations .shape-wrapper.kerbing .variant {
  width: 100%;
  height: 80px;
  background: url(../img/products/kerbing.svg) no-repeat 50px center;
  background-size: 210px 42px;
  position: relative;
  margin-bottom: 25px;
}

#size-variations .shape-wrapper.kerbing .variant.size-2 {
  background: url(../img/products/kerbing-12.svg) no-repeat 50px center;
  background-size: 210px 42px;
}

#size-variations .shape-wrapper.kerbing .variant .title {
  position: absolute;
  top: 0;
}
#size-variations .shape-wrapper.kerbing .variant.size-1 .title {
  left: 130px;
}
#size-variations .shape-wrapper.kerbing .variant.size-2 .title {
  left: 115px;
}
#size-variations .shape-wrapper.kerbing .variant.size-3 .title {
  left: 115px;
}

#size-variations .shape-wrapper.kerbing .variant .height {
  position: absolute;
  top: 30px;
  left: 0px;
}
#size-variations .shape-wrapper.kerbing .variant .width {
  position: absolute;
  bottom: 0px;
  left: 138px;
}
#size-variations .shape-wrapper.kerbing .variant .base {
  position: absolute;
  bottom: 0px;
  left: 40px;
}
#size-variations .shape-wrapper.kerbing .variant .apex {
  position: absolute;
  top: 0px;
  left: 40px;
}

#size-variations .shape-wrapper.other .variant {
  margin-bottom: 25px;
}

#size-variations .shape-wrapper.other .variant .example {
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

#size-variations .shape-wrapper.other .variant.size-1 .example {
  background: url(../img/products/interlocking.svg) no-repeat center;
  background-size: 120px 120px;
}
#size-variations .shape-wrapper.other .variant.size-2 .example {
  background: url(../img/products/cladding.svg) no-repeat center;
  background-size: 120px 120px;
}

#footer {
  padding: 20px 20px 40px;
  background: #172847;
}
#footer .logo {
  width: 220px;
  height: 51px;
  margin: 0 0 15px 0;
  background: url(../img/logo-footer.svg) no-repeat 0 0;
  background-size: 220px 51px;
  display: block;
}
#footer p {
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* African Wildlife Vets Wrapper */
#awv-wrapper {
  /* background: rgba(23,40,71, 0.05); */
  background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
  background-size: 100px 85px;
  padding: 20px;
  margin-bottom: 20px;
}

#awv-wrapper.desktop {
  display: none;
}

  #awv-wrapper #awv-intro {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    display: flex;
    flex-direction: column;
  }
  
  #awv-wrapper #awv-intro .logo {
    width: 220px;
    display: block;
    margin: 0 auto 20px auto;
  }

  #awv-wrapper #awv-intro h1 {
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #awv-wrapper #awv-intro h1 span {
    color: #1e97e3;
    display: block;
  }

  #awv-wrapper #awv-intro a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.35s ease;
    padding-right: 16px;
    background: url(../img/icon-arrow-blue.svg) no-repeat right center;
    background-size: 10px 10px;
  }
  #awv-wrapper #awv-intro a:hover {
    background: url(../img/icon-arrow-dark-blue.svg) no-repeat right center;
    background-size: 10px 10px;
  }

  #awv-wrapper h2 {
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
  }

  #awv-wrapper p {
    margin-top: 0;
  }

  #awv-wrapper #donation-methods-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  #awv-wrapper #donation-methods-wrapper .donation-method {
    flex: 1;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method:last-of-type {
    margin-bottom: 0;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.zapper .logo {
    width: 150px;
    margin-bottom: 20px;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.zapper .barcode {
    width: 100%;
    max-width: 400px;
    clear: both;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.givengain .logo {
    width: 190px;
    margin-bottom: 12px;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.givengain a {
    display: block;
    border: none;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.givengain a:active {
    transition: opacity 0.2s ease;
    opacity: 0.5;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method.givengain a img {
    width: 100%;
    max-width: 180px;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method ul {
    margin: 0;
    padding: 0;
  }

  #awv-wrapper #donation-methods-wrapper .donation-method ul li {
    list-style-type: none;
  }

  @media only screen and (min-width: 550px) {
    #awv-wrapper #awv-intro {
      flex-direction: row;
    }

    #awv-wrapper #awv-intro .logo {
      width: 190px;
      min-width: 190px;
      height: 100%;
      display: block;
      margin: 0 20px 20px 0;
    }
  }

  @media only screen and (min-width: 768px) {
    #awv-wrapper {
      margin-top: 40px;
    }

    #awv-wrapper.mobile {
      display: none;
    }

    #awv-wrapper.desktop {
      display: block;
    }
  }

  @media only screen and (min-width: 1024px) {
    #awv-wrapper {
      padding: 30px;
      margin-bottom: 0;
    }

    #awv-wrapper #awv-intro {
      align-items: center;
      padding-bottom: 30px;
      margin-bottom: 30px;
    }

    #awv-wrapper #awv-intro .logo {
      width: 200px;
      min-width: 200px;
      margin: 0 30px 0 0;
    }

    #awv-wrapper #awv-intro h1 {
      line-height: 30px;
    }

    #awv-wrapper #awv-intro p {
      margin-bottom: 10px;
    }

    #awv-wrapper #donation-methods-wrapper {
      flex-direction: row;
      flex-wrap: wrap;
    }

    #awv-wrapper #donation-methods-wrapper .donation-method {
      flex: auto;
      box-sizing: border-box;
    }

    #awv-wrapper #donation-methods-wrapper .donation-method:first-of-type,
    #awv-wrapper #donation-methods-wrapper .donation-method:nth-of-type(2) {
      width: 50%;
    }

    #awv-wrapper #donation-methods-wrapper .donation-method:first-of-type {
      border-right: 10px solid rgba(23,40,71,0.05);
    }

    #awv-wrapper #donation-methods-wrapper .donation-method:nth-of-type(2) {
      border-left: 10px solid rgba(23,40,71,0.05);
    }

    #awv-wrapper #donation-methods-wrapper .donation-method h3 {
      font-size: 21px;
      line-height: 24px;
    }
  }

  @media only screen and (min-width: 1260px) {
    #awv-wrapper {
      margin-top: 60px;
    }

    #awv-wrapper #awv-intro .logo {
      width: 230px;
      min-width: 230px;
      margin: 0 30px 0 0;
    }

    #awv-wrapper #awv-intro h1 {
      line-height: 36px;
    }

    #awv-wrapper #awv-intro p {
      margin-bottom: 15px;
    }

    #awv-wrapper #awv-intro {
      padding-left: 120px;
      padding-right: 120px;
      padding-bottom: 40px;
      margin: 0 auto 40px auto;
    }

    #awv-wrapper .centered-text {
      text-align: center;
    }

    #awv-wrapper #donation-methods-wrapper .donation-method {
      flex: 1;
      margin: 0;
    }
    #awv-wrapper #donation-methods-wrapper .donation-method:first-of-type,
    #awv-wrapper #donation-methods-wrapper .donation-method:nth-of-type(2) {
      width: auto;
    }
    #awv-wrapper #donation-methods-wrapper .donation-method:first-of-type {
      border-right: 20px solid rgba(23,40,71,0.05);
    }

    #awv-wrapper #donation-methods-wrapper .donation-method:nth-of-type(2) {
      border: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    #awv-wrapper #donation-methods-wrapper .donation-method:nth-of-type(3) {
      border-left: 20px solid rgba(23,40,71,0.05);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }
  
  #we-support-awv {
    background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
    background-size: 100px 85px;
    padding: 20px;
    margin-bottom: 40px;
  }

    #we-support-awv .logo {
      width: 150px;
      display: block;
      margin: 0 auto 20px auto;
    }
    
    #we-support-awv .logo img {
      width: 100%;
      display: block;
    }

  #we-support-awv h1 span {
    color: #1e97e3;
    display: block;
  }
  
  #we-support-awv a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.35s ease;
    padding-right: 16px;
    background: url(../img/icon-arrow-blue.svg) no-repeat right center;
    background-size: 10px 10px;
  }
  
  #we-support-awv a:hover {
    background: url(../img/icon-arrow-dark-blue.svg) no-repeat right center;
    background-size: 10px 10px;
  }

  #we-support-awv h1 {
    line-height: 25px;
    font-weight: 500;
  }

  #we-support-awv p {
    margin-top: 0;
    margin-bottom: 15px;
  }

  #we-support-awv h1 span {
    font-weight: 300;
  }

  @media only screen and (min-width: 550px) {
    #we-support-awv .logo {
      width: 200px;
      min-width: 200px;
    }
  }

  @media only screen and (min-width: 768px) {
    #we-support-awv {
      display: flex;
      align-items: center;
      padding: 40px;
    }

    #we-support-awv .logo {
      width: 220px;
      min-width: 220px;
      height: auto;
      margin: 0 35px 0 0;
    }
  }

  @media only screen and (min-width: 1024px) {
    #we-support-awv {
       margin-top: 25px;
    }

    #we-support-awv .logo {
      margin: 0 40px 0 0;
    }

    #we-support-awv h1 {
      line-height: 30px;
    }
  }

  @media only screen and (min-width: 1260px) {
    #we-support-awv {
      padding-left: 160px;
      padding-right: 160px;
    }

    #we-support-awv .logo {
      width: 230px;
      min-width: 230px;
      margin: 0 50px 0 0;
    }

    #we-support-awv h1 {
      line-height: 36px;
    }
  }


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 550px) {
  #banner {
    padding: 60px 0;
  }
  .springboard {
    height: 180px;
  }
  #colours-and-sizes {
    flex-direction: row;
  }

  #colours-and-sizes .size-variations {
    width: 40%;
    flex: 1;
  }

  #colour-variations .tile-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #colour-variations .tile {
    width: 50%;
  }

  #size-variations .shape-wrapper.square .variant.size-1 .example {
    width: 50px;
    height: 50px;
  }
  #size-variations .shape-wrapper.square .variant.size-2 .example {
    width: 60px;
    height: 60px;
  }
  #size-variations .shape-wrapper.square .variant.size-3 .example {
    width: 110px;
    height: 110px;
  }
  #size-variations .shape-wrapper.square .variant.size-4 .example {
    width: 125px;
    height: 125px;
  }
  #size-variations .shape-wrapper.square .variant.size-5 .example {
    width: 140px;
    height: 140px;
  }

  #size-variations .shape-wrapper.rectangular .variant.size-1 .example {
    width: 100px;
    height: 60px;
  }
  #size-variations .shape-wrapper.rectangular .variant.size-2 .example {
    width: 130px;
    height: 60px;
  }
  #size-variations .shape-wrapper.rectangular .variant.size-3 .example {
    width: 300px;
    height: 110px;
  }
  #size-variations .shape-wrapper.rectangular .variant.size-4 .example {
    width: 340px;
    height: 135px;
  }
}

@media only screen and (min-width: 620px) {
  body.with-banner {
    padding-top: 112px;
  }
  #header.header-with-banner {
    top: 42px;
  }
  #special-banner {
    height: 42px;
  }
  #special-banner span {
    max-width: 600px;
    padding: 0;
    line-height: 42px;
  }

  body.home.with-banner {
    padding-top: 132px;
  }

  #content.home #product-range-wrapper {
    padding: 10px 20px 40px 20px;
  }

  #content.home #springboard-wrapper {
    flex-direction: row;
  }

  #content.home #product-range-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #content.home #product-range-wrapper h2 span {
    padding: 0 12px;
    text-align: center;
  }

  #content.home #springboard-wrapper .springboard {
    width: 33.333%;
  }

  #content.home #springboard-wrapper .spacer {
    width: 15px;
  }

  .find-out-more {
    text-align: center;
  }

  .product-type {
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: center;
  }

  .product-type:nth-of-type(2) {
    flex-direction: row-reverse;
    background: rgba(23, 40, 71, 0.08) url(../img/logo-pattern.svg) repeat center center;
    background-size: 100px 85px;
  }
  .product-type:nth-of-type(2) .text-container {
    padding-left: 30px;
    padding-right: 0;
  }

  .text-container {
    width: 60%;
    padding: 10px 30px 10px 0;
    flex: 1;
  }
  .image-container {
    width: 40%;
    margin: 0;
    height: auto;
    background: rgba(23, 40, 71, 0.15);
    flex: 1;
  }

  .product-type.home .image-container { height: auto; }
}

@media only screen and (min-width: 768px) {
  body {
    padding-top: 76px;
  }
  
  #special-banner {
    height: 42px;
  }
    #special-banner span {
      max-width: 100%;
      margin: 0;
      font-size: 16px;
      line-height: 42px;
    }

    #hat {
      width: 57px;
      height: 57px;
      background: url(../img/hat.svg) no-repeat 0 0;
      background-size: 57px 57px;
      position: absolute;
      top: 7px;
      left: 8px;
      z-index: 12;
    }


    #white-wrapper {
      padding: 20px 20px 0 20px;
    }
    #content {
      padding: 40px 20px;
      max-width: 640px;
      margin: 0 auto;
    }
    #content.home,
    #content.products {
      max-width: 720px;
    }
    #content.contact {
      padding-top: 40px;
    }
    #left-col {
      width: 65%;
      margin-bottom: 0;
      padding-right: 30px;
      float: left;
    }

    #right-col {
      width: 35%;
      float: right;
    }

    #header {
      display: flex;
      flex: 1;
      flex-direction: row;
      justify-content: space-between;
    }

    #header .logo {
      width: 240px;
      height: 56px;
      background-size: 240px 56px;
    }

    #header #nav-trigger {
      display: none;
    }
    #header .navigation {
      margin: 0;
      display: flex;
      justify-content: flex-end;
      flex-direction: row;
      align-items: center;
    }
    #header .navigation li {
      margin-left: 22px;
    }
    #header .navigation li a {
      padding: 2px 0;
      border-bottom: 2px solid transparent;
      transition: all 0.5s ease;
      opacity: 1;
      transform: translateY(0px);

      -webkit-animation: none !important;
      -webkit-animation-delay: 0s;
      animation: none !important;
      animation-delay: 0s;
      -ms-animation: none !important;
      -ms-animation-delay: 0s;
      animation-fill-mode: none;
    }
    #header .navigation li a:hover,
    #header .navigation li a:active {
      padding: 2px 0;
      border-bottom: 2px solid #172847;
    }
    #header .navigation li.active a {
      border-bottom: 2px solid #1e97e3;
    }

  #banner {
    padding: 80px 0;
  }
  #banner.home {
    padding: 160px 0 40px 0;
  }

  #banner .inner-wrapper {
    max-width: 640px;
    margin: 0 auto;
  }

  #banner .page-description {
    max-width: 80%;
    font-size: 24px;
    line-height: 30px;
  }

  .button {
    padding: 18px 25px;
    font-size: 16px;
    line-height: 16px;
  }

  body.home,
  body.home.with-banner {
    padding-top: 0;
  }

  #home-header-wrapper #header {
    background: transparent;
    transition: all 1.35s ease;
  }
  #home-header-wrapper #banner {
    padding: 280px 0 60px 0;
    background: none;
  }

  #home-header-wrapper #header .logo {
    width: 240px;
    height: 56px;
    background: url(../img/logo-footer.svg) no-repeat 0 0;
    background-size: 240px 56px;
    transition: all 1.35s ease;
  }
  #home-header-wrapper #header .navigation li a {
    color: #fff;
    transition: all 1.35s ease;
  }
  #home-header-wrapper #header .navigation li a:hover,
  #home-header-wrapper #header .navigation li a:active {
    border-bottom: 2px solid #fff;
  }
  #home-header-wrapper #header .navigation li.active a {
    color: #3aa5e9;
    border-bottom: 2px solid #3aa5e9;
  }

  #home-header-wrapper #header.show-shadow .logo {
    background: url(../img/logo-header.svg) no-repeat 0 0;
    background-size: 240px 56px;
    transition: all 0.35s ease;
  }

  #home-header-wrapper #header.show-shadow {
    transition: all 0.35s ease;
    background: #fff;
  }

  #home-header-wrapper #header.show-shadow .navigation li a {
    color: #172847;
    transition: all 0.35s ease;
  }

  #home-header-wrapper #header.show-shadow .navigation li a:hover,
  #home-header-wrapper #header.show-shadow .navigation li a:active {
    border-bottom: 2px solid #172847;
  }

  #home-header-wrapper #header.show-shadow .navigation li.active a {
    color: #1e97e3;
    border-bottom: 2px solid #1e97e3;
  }

  .lead-text {
    font-size: 18px;
    line-height: 24px;
  }

  #contact-block {
    margin: 0;
  }

  #installation-steps .step {
    margin-bottom: 30px;
  }

  #content.home #product-range-wrapper {
    padding: 15px 40px 40px 40px;
  }
  #content.home #springboard-wrapper .spacer {
    width: 20px;
  }

  .find-out-more {
    padding: 20px 100px 50px 100px;
  }

  .product-type {
    padding: 40px;
    margin-bottom: 20px;
  }
  .product-type:nth-of-type(2) .text-container {
    padding-left: 50px;
    padding-right: 0;
  }

  .text-container {
    width: 70%;
    padding: 10px 50px 10px 0;
    align-self: center;
  }
  .image-container {
    width: 30%;
  }

  #colour-variations .tile {
    padding: 0 0 0 82px;
    line-height: 64px;
  }

  #colour-variations .tile:before {
    width: 60px;
    height: 60px;
  }

  #colour-variations, #size-variations {
    padding: 30px 40px 20px 40px;
  }

  #colours-and-sizes {
    padding: 30px 40px;
  }

  #springboard-wrapper {
    margin: 30px 0 0;
  }
  #springboard-wrapper .spacer {
    min-height: 30px;
  }

  #map .map-image {
    margin: 0 0 30px 0;
  }

  #size-variations .all-shapes-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #size-variations .shape-wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  #size-variations .shape-wrapper.kerbing,
  #size-variations .shape-wrapper.other {
    width: 50%;
  }

  #footer {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #footer .logo {
    margin: 0;
    width: 240px;
    height: 56px;
    background-size: 240px 56px;
  }

  #footer p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  body {
    padding-top: 94px;
    font-size: 18px;
    line-height: 26px;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 20px 0;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }

  p {
    margin: 20px 0 25px 0;
  }

  #hat {
    width: 80px;
    height: 80px;
    background: url(../img/hat.svg) no-repeat 0 0;
    background-size: 80px 80px;
    position: absolute;
    top: 10px;
    left: 23px;
    z-index: 12;
    transform: scaleY(1) translateY(-90px) rotate(10deg);
    -webkit-animation: drophat 0.4s;
    -webkit-animation-delay: 2.5s;
    animation: drophat 0.4s;
    animation-delay: 2.5s;
    -ms-animation: drophat 0.4s;
    -ms-animation-delay: 2.5s;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes drophat {
    0% {
      transform: scaleY(1.1) translateY(-90px) rotate(10deg);
    }
    50% {
      transform: scaleY(1.1) translateY(-5px) rotate(10deg);    
    }
    90% {
      transform: scaleY(0.95) translateY(2px) rotate(0deg);  
    }
    100% {
      transform: scaleY(1) translateY(0px) rotate(0deg);
    }
  }
  
  @keyframes drophat {
    0% {
      transform: scaleY(1.1) translateY(-90px) rotate(10deg);
    }
    50% {
      transform: scaleY(1.1) translateY(-5px) rotate(10deg);    
    }
    90% {
      transform: scaleY(0.95) translateY(2px) rotate(0deg);   
    }
    100% {
      transform: scaleY(1) translateY(0px) rotate(0deg);
    }
  }

  #content {
    padding: 40px 20px;
    max-width: 800px;
  }

  #content.home,
  #content.products {
    max-width: 880px;
  }

  #content.home #product-range-wrapper h2:after {
    top: 17px;
  }  

  #white-wrapper {
    padding: 40px;
    background-color: #fff;
  }

  #left-col {
    width: 65%;
  }

  #right-col {
    width: 35%;
  }

  #header {
    padding: 30px 40px;
  }

  #header .logo {
    width: 320px;
    height: 74px;
    background-size: 320px 74px;
  }

  #home-header-wrapper #header .logo {
    width: 320px;
    height: 74px;
    background-size: 320px 74px;
  }

  #home-header-wrapper #header.show-shadow .logo {
    width: 320px;
    height: 74px;
    background-size: 320px 74px;
  }

  #home-header-wrapper #banner {
    padding: 340px 0 100px 0;
    background: none;
  }

  #header .navigation li {
    margin-left: 40px;
  }

  #banner {
    padding: 100px 0;
  }

  #banner.home {
    padding: 220px 0 60px 0;
  }

  #banner .inner-wrapper {
    max-width: 800px;
  }
  
  #banner .page-description {
    max-width: 80%;
    font-size: 24px;
    line-height: 30px;
  }

  #banner .inner-wrapper .page-description {
    max-width: 760px;
    font-size: 32px;
    line-height: 42px;
  }
  #banner .page-title {
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 8px;
  }

  .lead-text {
    font-size: 21px;
    line-height: 28px;
  }

  .find-out-more {
    padding: 40px 40px 40px 40px;
  }
  .find-out-more .button.secondary {
    margin-right: 10px;
  }

  #springboard-wrapper {
    margin-top: 40px;
    flex-direction: row;
  }

  .springboard {
    width: 50%;
    height: 185px;
  }

  #springboard-wrapper .spacer {
    width: 30px;
  }

  .springboard span {
    font-size: 15px;
    line-height: 18px;
    left: 20px;
    bottom: 15px;
  }

  .springboard:hover span {
    bottom: 21px;
    left: 20px;
  }

  #content.home #springboard-wrapper .spacer {
    width: 30px;
  }

  #promise-block {
    margin: 0 0 30px 0;
    padding: 30px;
  }
  #promise-block:before {
    width: 34px;
    height: 34px;
    top: 30px;
    right: 30px;
    background-size: 34px 34px;
  }

  #additional-info:before {
    top: 22px;
    right: 20px;
  }

  #contact-block {
    padding: 30px;
  }

  #contact-block .send-button {
    width: auto;
    cursor: pointer;
    display: inline-block;
    padding-right: 34px;
    padding-left: 20px;
    background-position: right 14px center;
  }

  #installation-steps.trimmed {
    height: 450px;
  }
  #installation-steps.trimmed #trim-container {
    padding-bottom: 20px;
  }
  #installation-steps #trim-container span {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
  }

  #promise-block {
    padding: 30px;
  }

  #promise-block a {
    font-size: 15px;
    line-height: 18px;
    background-size: 13px 13px;
  }

  #colour-variations h1 {
    margin-bottom: 32px;
  }
  
  #colour-variations .tile {
    width: 33.333%;
    padding: 0 0 0 102px;
    line-height: 84px;
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  #colour-variations .tile:before {
    width: 80px;
    height: 80px;
  }

  #size-variations {
    padding-bottom: 5px;
  }

  #size-variations .all-shapes-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #size-variations .shape-wrapper {
    width: 50%;
    box-sizing: border-box;
  }

  #size-variations .shape-wrapper.kerbing .variant {
    height: 100px;
    background: url(../img/products/kerbing.svg) no-repeat 50px center;
    background-size: 300px 60px;
    margin-bottom: 35px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-2 {
    background: url(../img/products/kerbing-12.svg) no-repeat 50px center;
    background-size: 300px 60px;
  }

  #size-variations .shape-wrapper.kerbing .variant.size-1 .title {
    left: 170px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-2 .title {
    left: 155px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-3 .title {
    left: 160px;
  }
  
  #size-variations .shape-wrapper.kerbing .variant .height {
    top: 42px;
    left: 0px;
  }
  #size-variations .shape-wrapper.kerbing .variant .width {
    bottom: 0px;
    left: 178px;
  }
  #size-variations .shape-wrapper.kerbing .variant .base {
    bottom: 0px;
    left: 40px;
  }
  #size-variations .shape-wrapper.kerbing .variant .apex {
    top: 0px;
    left: 40px;
  }


  #size-variations .shape-wrapper.other .variant {
    margin-bottom: 30px;
  }
  
  #size-variations .shape-wrapper.other .variant .example {
    width: 160px;
    height: 160px;
    margin-right: 20px;
  }
  
  #size-variations .shape-wrapper.other .variant.size-1 .example {
    background: url(../img/products/interlocking.svg) no-repeat center;
    background-size: 160px 160px;
  }
  #size-variations .shape-wrapper.other .variant.size-2 .example {
    background: url(../img/products/cladding.svg) no-repeat center;
    background-size: 160px 160px;
  }

  #footer {
    padding: 40px;
  }
}

@media only screen and (min-width: 1260px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 25px 0;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 25px 0;
  }

  p {
    margin: 20px 0 30px 0;
  }

  #content.home #product-range-wrapper h2:after {
    top: 19px;
  }  

  #content {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #content.home,
  #content.products {
    max-width: 1180px;
  }
  #content.home #product-range-wrapper {
    padding-top: 15px;
  }

  #banner {
    padding: 120px 0;
  }
  #banner .inner-wrapper {
    max-width: 1100px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #banner .inner-wrapper .page-description {
    max-width: 900px;
    font-size: 38px;
    line-height: 48px;
  }
  #banner .page-title {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  #banner.home {
    padding: 260px 0 60px 0;
  }

  #left-col {
    width: 72%;
    padding-right: 60px;
  }

  #right-col {
    width: 28%;
  }

  .split-blocks .split-block h2 {
    border-left: 2px solid #1e97e3;
    padding-left: 10px;
  }

  .find-out-more {
    padding: 40px 200px 40px 200px;
  }

  .product-type.home .image-container,
  .image-container.driveway-init,
  .image-container.patio-init,
  .image-container.landscaping-init {
    min-height: 380px;
  }

  .springboard {
    height: 240px;
  }

  #size-variations .shape-wrapper.kerbing .variant {
    height: 105px;
    background: url(../img/products/kerbing.svg) no-repeat 52px center;
    background-size: 350px 70px;
    margin-bottom: 35px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-2 {
    background: url(../img/products/kerbing-12.svg) no-repeat 52px center;
    background-size: 350px 70px;
  }

  #size-variations .shape-wrapper.kerbing .variant.size-1 .title {
    left: 195px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-2 .title {
    left: 180px;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-3 {
    margin-bottom: 0;
  }
  #size-variations .shape-wrapper.kerbing .variant.size-3 .title {
    left: 185px;
  }
  
  #size-variations .shape-wrapper.kerbing .variant .height {
    top: 44px;
  }
  #size-variations .shape-wrapper.kerbing .variant .width {
    left: 202px;
  }
  #size-variations .shape-wrapper.kerbing .variant .base {
    left: 52px;
  }
  #size-variations .shape-wrapper.kerbing .variant .apex {
    left: 48px;
  }

  #size-variations .shape-wrapper.kerbing,
  #size-variations .shape-wrapper.other {
    padding-top: 20px;
  }

  #size-variations .shape-wrapper.other .variant .example {
    width: 170px;
    height: 170px;
    margin-right: 20px;
  }
  
  #size-variations .shape-wrapper.other .variant.size-1 .example {
    background-size: 170px 170px;
  }
  #size-variations .shape-wrapper.other .variant.size-2 .example {
    background-size: 170px 170px;
  }
}