/*! HTML5 Boilerplate v5.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: #706f6f;
  font-size: 1em;
  line-height: 1;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #007ebd;
  color: #aee2fa;
  text-shadow: none;
}

::selection {
  background: #007ebd;
  color: #aee2fa;
  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;
}

/* ==========================================================================
   S&S Services
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #009fe3;
}

img {
  display: block;
  max-width: 100%;
}

ul {
  list-style: none;
}

body, input, textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
}

ul {
  list-style: none;
}

.slicknav_menu {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.slicknav_nav {
  font-size: 16px;
}

.slicknav_nav li {
  line-height: 1.4;
}

.slicknav_menu,
.mobile-nav {
  display: none;
}

.slicknav_btn {
  float: left;
  background-color: #009fe3;
  text-shadow: none;
}

.slicknav_menu {
  background-color: #33363b;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0 14px;
  font-size: 16px;
  height: 44px;
  display: block;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
}

.pure-form textarea {
  padding: 14px;
}

.pure-form label {
  display: block;
  margin-bottom: 8px;
  color: #ff5000;
}

.pure-form label.required:after {
  content: ' *';
}

.pure-form .notifications {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.pure-form .error-message {
  color: crimson;
}

.pure-form .success-message {
  color: #94c11f;
}

.pure-form textarea {
  height: 180px;
}

.pure-form button {
  border: 0;
}

.pure-form .field {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
}

::-moz-placeholder {
  color: #c0c0c0;
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

:-moz-placeholder {
  color: #c0c0c0;
}

html, body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -530px;
}

footer,
.push {
  height: 530px;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.button {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #009fe3;
}

.banner {
  background-color: #00205c;
  text-align: center;
  padding: 80px;
  background-image: url(/uploads/shape-white.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 80px;
}

.banner h1,
.banner h2 {
  color: #fff;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
}

.content {
  padding: 80px 0;
}

.content--nbp {
  padding-bottom: 0;
}

.content__summary {
  float: left;
  width: 35.45454545454545%; /* 390px */
  padding-right: 40px;
}

.content__summary h2,
.service__nav h2 {
  font-size: 18px;
  color: #00205c;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.content__summary hr,
.service__nav hr {
  width: 100px;
  border-top: 4px solid #009fe3;
  margin: 0 0 30px;
}

.content__main {
  float: left;
  width: 64.54545454545455%; /* 710px */
}

.content__main--full {
  width: 100%;
}

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

.body:before,
.body:after {
  content: "";
  display: table;
  clear: both;
}

.body__body {
  float: left;
  width: 60.56338028169014%; /* 430px */
}

.body__image {
  float: right;
  width: 33.80281690140845%; /* 240px */
}

.body--feature {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.body h1 {
  font-size: 32px;
  color: #00205c;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 30px;
}

.body h2 {
  font-size: 28px;
  color: #00205c;
  line-height: 1.5;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.body h3 {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.body p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.body--feature p {
  font-size: 1.125rem;
}

.body ul {
  margin-bottom: 20px;
  list-style-type: disc;
  margin-left: 30px;
}

.body ul li {
  font-size: 16px;
  line-height: 1.5;
}

.body hr {
  margin: 40px 0;
}

.body :last-child,
.body__body :last-child {
  margin-bottom: 0;
}

.body h1 {
  margin-bottom: 30px !important;
}

.services {
  padding: 80px 0 40px;
}

.services__service {
  float: left;
  display: block;
  width: 31.818181818181817%; /* 350px */
  margin: 0 2.272727272727273% 40px 0; /* 25px */
  text-align: center;
}

.services__service:nth-of-type(3n+3) {
  margin-right: 0;
}

.services__service img {
  margin-bottom: 20px;
}

.services__service h3 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #00205c;
  text-transform: uppercase;
}

.services__service p {
  font-size: 16px;
  line-height: 1.5;
  color: #706f6f;
}

.service {
  background: linear-gradient(to right, #fbfafa 0%, #fbfafa 50%, #fff 50%, #fff 100%);
}

.service__nav {
  float: left;
  width: 28.18181818181818%; /* 310px */
  padding: 80px 80px 80px 0;
}

.service__nav ul {
  margin-bottom: 60px;
}

.service__nav li {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service__nav li a {
  color: #9d9d9c;
}

.service__nav li.here a,
.service__nav li a:hover {
  color: #009fe3;
}

.service__nav .button {
  display: inline-block;
}

.service__main {
  float: left;
  width: 71.81818181818181%; /* 790px */
  padding: 80px 0 80px 80px;
  background-color: #fff;
}

.logos {
  height: 180px;
  text-align: center;
  font-size: 0;
  padding: 65px 0;
}

.logos img {
  display: inline-block;
  height: 50px;
  margin-right: 80px;
}

.logos img:last-of-type {
  margin-right: 0;
}

.current-stock {
  height: 700px;
  background-color: #313e48;
  text-align: center;
  padding: 80px 0;
}

.current-stock--push {
}

.current-stock__heading h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.current-stock__heading h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.stock__slider__slide__item {
  
}

/* the slides */
.stock__slider .slick-slide {
  margin: 0 20px;
}

/* the parent */
.stock__slider .slick-list {
  margin: 0 -20px;
}

.stock__slider__slide__item:last-of-type {
  margin-right: 0;
}

.stock__slider__slide__item img {
  margin-bottom: 20px;
}

.stock__slider__slide__item h3 {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
}

.stock__slider__slide__item p {
  text-transform: uppercase;
  color: #009fe3;
  font-size: 17px;
  margin-bottom: 16px;
}

.stock__slider__slide__item .button {
  display: inline-block;
}

.our-stock {
  padding: 0 10px;
  margin-bottom: 80px;
}

.our-stock__item {
  float: left;
  width: 33.33333333333333%; /* 360px */
  text-align: center;
  padding: 60px;
  border-right: 1px dashed #ededed;
  border-top: 1px dashed #ededed;
}

.our-stock__item:nth-of-type(3n+3),
.our-stock__item:last-of-type {
  border-right: 0;
}

.our-stock__item:nth-of-type(-n+3) {
  border-top: 0;
}

.our-stock__item img {
  display: inline-block;
  margin-bottom: 20px;
}

.our-stock__item h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #00205c;
}

.our-stock__item p {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #009fe3;
}

.our-stock__item .button {
  display: inline-block;
}

.product-nav {
  height: 60px;
  background-color: #323e48;
}

.product-nav a {
  float: left;
  height: 60px;
  text-align: center;
  display: block;
  width: 33.33333333333333%;
  border-left: 1px solid #444f59;
  border-right: 1px solid #444f59;
  color: #566069;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  padding: 22px 0;
}

.product-nav a.active,
.product-nav a:hover {
  background-color: #444f59;
  color: #fff;
}

.product {
  display: none;
  margin-bottom: 80px;
}

.product__details {
  padding: 60px 0;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px;
  min-height: 200px;
}

.product__details:before,
.product__details:after {
  content: "";
  display: table;
  clear: both;
}

.product__details__logo {
  float: left;
  width: 23.636363636363637%; /* 260px */
  margin: 6px 5.454545454545454% 0 0; /* 60px */
}

.product__details__description {
  float: left;
  width: 50.90909090909091%; /* 560px */
  margin-right: 0;
  font-size: #706f6f;
  font-size: 16px;
  line-height: 1.5;
}

.product__details .button {
  display: block;
  float: right;
  width: 14.545454545454545%; /* 160px */
  margin-top: 8px;
  text-align: center;
}

.product--1 {
  display: block;
}

.product__product {
  float: left;
  width: 33.33333333333333%; /* 360px */
  text-align: center;
  padding: 60px 20px;
  border-right: 1px dashed #ededed;
  border-top: 1px dashed #ededed;
}

.product__product:nth-of-type(3n+3),
.product__product:last-of-type {
  border-right: 0;
}

.product__product:nth-of-type(-n+3) {
  border-top: 0;
}

.product__product img {
  display: inline-block;
  width: 70%;
  margin-bottom: 20px;
}

.product__product h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #00205c;
}

.product__product h3 a {
  color: #00205c;
}

.product__product .button {
  display: inline-block;
}

.testimonials {
  height: 600px;
  background-color: #323e48;
  text-align: center;
  padding: 80px 0;
}

.testimonials h3 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #009fe3;
  text-transform: uppercase;
}

.testimonials hr {
  border-color: #fff;
  margin: 0 0 60px;
  display: inline-block;
  width: 100px;
}

.testimonials p {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}

.testimonials h4 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #009fe3;
  text-transform: uppercase;
}

.testimonials h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.testimonials__slider__slide {
  min-height: 220px;
  padding: 0 80px;
}

.contact-us-icons {
  margin: 60px 0 !important;
  padding: 0 10px;
}

.contact-us-icons:before,
.contact-us-icons:after {
  content: "";
  display: table;
  clear: both;
}

.contact-us-icons__telephone,
.contact-us-icons__email,
.contact-us-icons__address {
  float: left;
  width: 33.33333333333333%;
  text-align: center;
  padding-top: 95px;
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 16px;
  text-transform: uppercase;
  color: #00205c;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.contact-us-icons__telephone {
  background-image: url(/img/contact-us-telephone.svg);
}

.contact-us-icons__email {
  background-image: url(/img/contact-us-email.svg);
}

.contact-us-icons__address {
  background-image: url(/img/contact-us-address.svg);
}

.contact-form {
  padding: 60px 0;
  background-color: #f2f3f2;
}

.contact-form:before,
.contact-form:after {
  content: "";
  display: table;
  clear: both;
}

.contact-form label {
  display: none;
}

.pure-form input[type="text"],
.pure-form textarea {
  border-radius: 5px;
  border: 0;
}

.pure-form button {
  display: block;
  width: 100%;
}

#map {
  height: 550px;
}

.footer {
  padding: 80px 0;
  height: 430px;
  background-color: #00205c;
}

.footer .logo {
  float: left;
  width: 21.818181818181817%; /* 240px */
  margin-right: 1.8181818181818181%; /* 20px */
}

.footer__block {
  float: left;
  width: 22.727272727272727%; /* 250px */
  margin-left: 2.727272727272727%; /* 30px */
  padding-left: 30px;
  border-left: 1px solid #1b326b;
}

.footer__block h3 {
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  font-size: 15px;
  margin-bottom: 20px;
}

.footer__block p,
.footer__block li {
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.footer__block li:last-of-type {
  margin-bottom: 0;
}

.footer__block li a {
  color: #fff;
}

.footer__block__telephone,
.footer__block__email,
.footer__block__address {
  display: block;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #fff;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 6px 0 5px 36px;
  margin-bottom: 16px;
  font-family: 'Handel Gothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.footer__block__telephone {
  background-image: url(/img/telephone.svg);
}

.footer__block__email {
  background-image: url(/img/email.svg);
}

.footer__block__address {
  background-image: url(/img/map.svg);
}

.footer__block__social {
  font-size: 0;
  margin-top: 30px;
}

.footer__block__social img {
  display: inline-block;
  height: 18px;
  margin-right: 20px;
}

.footer__block__social a:last-of-type img {
  margin-right: 0;
}

.bottom {
  height: 100px;
  background-color: #009fe3;
  color: #fff;
  font-size: 14px;
  padding-top: 43px;
}

.bottom a {
  color: #fff;
}

.bottom__legal {
  float: left;
}

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

.bottom__cpco a {
  font-weight: 900;
}

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

/*
 * Hide visually and from screen readers:
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

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

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
     (-webkit-min-device-pixel-ratio: 1.25),
     (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
