@charset "UTF-8";
/*!
Theme Name:     Flexbones
Theme URI:      http://github.com/roikles/flexbones
Description:    A responsive wordpress starter theme
Author:         Rory Ashford
Author URI:     http://roikles.com
Version:        3.0.0
License:        All work is the property of Rory Ashford
License URI:    n/a
*/
/*!
    ________          __                         
   / ____/ /__  _  __/ /_  ____  ____  ___  _____
  / /_  / / _ \| |/_/ __ \/ __ \/ __ \/ _ \/ ___/
 / __/ / /  __/>  </ /_/ / /_/ / / / /  __(__  ) 
/_/   /_/\___/_/|_/_.___/\____/_/ /_/\___/____/  
                                                 
 */
* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

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

html {
  font-size: 50%;
  /*@include at-breakpoint($mq_extralarge_min){ 
        font-size: $font_size_xl; 
    }*/
  line-height: 1.5;
}

@media (min-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
}

@media (min-width: 1440px) {
  body {
    margin-top: 4rem;
  }
}

.wrapper {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1440px) {
  .wrapper {
    max-width: 80rem;
  }
}

.wrapper--small {
  width: 75%;
}

@media (min-width: 1440px) {
  .wrapper--small {
    max-width: 50rem;
  }
}

body:after {
  box-sizing: border-box;
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  padding: 5px 28px 5px 20px;
  font-size: 12px;
  color: #777;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  z-index: 100000;
}

.g {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g > * {
  box-sizing: border-box;
  padding-left: 12px;
  position: relative;
}

.g--no-gutter {
  margin-left: 0;
}

.g--no-gutter > * {
  padding-left: 0;
}

.g--v-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.g--v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g--v-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.g--v-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.g--v-baseline {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.g--align-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.g--align-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g--align-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g--align-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gi--fit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

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

.gi--1-12 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.gi--1-6, .gi--2-12 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.gi--1-4, .gi--3-12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.gi--1-3, .gi--2-6, .gi--4-12 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.gi--5-12 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.gi--1-2, .gi--2-4, .gi--3-6, .gi--6-12 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.gi--7-12 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.gi--2-3, .gi--4-6, .gi--8-12 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.gi--3-4, .gi--9-12 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.gi--5-6, .gi--10-12 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.gi--11-12 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.gi--1-1, .gi--2-2, .gi--3-3, .gi--4-4, .gi--6-6, .gi--12-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.gi--omega {
  margin-left: auto;
}

@media (min-width: 800px) {
  .g {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g > * {
    box-sizing: border-box;
    padding-left: 12px;
    position: relative;
  }
  .g--no-gutter--m {
    margin-left: 0;
  }
  .g--no-gutter--m > * {
    padding-left: 0;
  }
  .g--v-top--m {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .g--v-center--m {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g--v-bottom--m {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .g--v-stretch--m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .g--v-baseline--m {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--align-start--m {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .g--align-end--m {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g--align-center--m {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g--align-space-between--m {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g--align-space-around--m {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gi--fit--m {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .gi--flex--m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gi--1-12--m {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .gi--1-6--m, .gi--2-12--m {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .gi--1-4--m, .gi--3-12--m {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .gi--1-3--m, .gi--2-6--m, .gi--4-12--m {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .gi--5-12--m {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .gi--1-2--m, .gi--2-4--m, .gi--3-6--m, .gi--6-12--m {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .gi--7-12--m {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .gi--2-3--m, .gi--4-6--m, .gi--8-12--m {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .gi--3-4--m, .gi--9-12--m {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .gi--5-6--m, .gi--10-12--m {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .gi--11-12--m {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .gi--1-1--m, .gi--2-2--m, .gi--3-3--m, .gi--4-4--m, .gi--6-6--m, .gi--12-12--m {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .gi--omega--m {
    margin-left: auto;
  }
}

@media (min-width: 1440px) {
  .g {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g > * {
    box-sizing: border-box;
    padding-left: 24px;
    position: relative;
  }
  .g--no-gutter--l {
    margin-left: 0;
  }
  .g--no-gutter--l > * {
    padding-left: 0;
  }
  .g--v-top--l {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .g--v-center--l {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g--v-bottom--l {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .g--v-stretch--l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .g--v-baseline--l {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g--align-start--l {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .g--align-end--l {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .g--align-center--l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g--align-space-between--l {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g--align-space-around--l {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gi--fit--l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .gi--flex--l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gi--1-12--l {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .gi--1-6--l, .gi--2-12--l {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .gi--1-4--l, .gi--3-12--l {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .gi--1-3--l, .gi--2-6--l, .gi--4-12--l {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .gi--5-12--l {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .gi--1-2--l, .gi--2-4--l, .gi--3-6--l, .gi--6-12--l {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .gi--7-12--l {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .gi--2-3--l, .gi--4-6--l, .gi--8-12--l {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .gi--3-4--l, .gi--9-12--l {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .gi--5-6--l, .gi--10-12--l {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .gi--11-12--l {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .gi--1-1--l, .gi--2-2--l, .gi--3-3--l, .gi--4-4--l, .gi--6-6--l, .gi--12-12--l {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .gi--omega--l {
    margin-left: auto;
  }
}

p,
ul,
ol,
input,
textarea {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: color(link, hover);
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
}

h1 {
  position: relative;
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

ul, ol {
  margin-left: 2.4rem;
}

.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.2rem 4rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  outline: none;
  webkit-font-smoothing: antialiased;
  background: none;
}

.btn:focus {
  box-shadow: none;
}

.btn--ghost {
  border: 0.3rem solid #fff;
  color: #fff;
}

.btn--ghost:hover {
  background: white;
  color: #404040;
}

.clear {
  *zoom: 1;
}

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

.clear:after {
  clear: both;
}

label {
  display: block;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
}

input {
  display: inline-block;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #ccc;
}

input:focus {
  background: #f7f6f6;
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
}

textarea:focus {
  background: #f7f6f6;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
}

.texticon--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.texticon--light {
  color: white;
}

.texticon--light path {
  fill: white;
}

.texticon__icon {
  margin: 0 auto;
}

.texticon__icon--small {
  width: 3.6rem;
  padding: 0.4rem;
}

.texticon__icon--medium {
  width: 4.8rem;
  padding: 0.8rem;
}

.texticon__icon--large {
  width: 8.4rem;
  padding: 1.2rem;
}

.texticon__icon--about {
  padding: 1.2rem;
}

.texticon__icon--about img {
  height: 8.4rem;
}

.texticon__icon--footer {
  width: 3.6rem;
  height: 3.6rem;
}

.texticon__text {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.6rem 0;
  text-transform: uppercase;
  width: 100%;
}

.texticon__text--em {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2.4rem;
  color: #1d1d1b;
}

.texticon__text--em:after {
  content: '';
  display: block;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  height: 0.1rem;
  max-width: 25rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}

.texticon__text--em a, .texticon__text--em a:visited {
  color: #1d1d1b;
}

.content {
  padding: 8rem 0;
  background: #e5e3e3;
  text-align: center;
}

.content--left {
  text-align: left;
}

.content--medium {
  background: #77777b;
  color: white;
}

.content--dark {
  background: #1d1d1b;
  color: white;
}

.content--light {
  background: white;
}

.content__title {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.content__title:after {
  content: '';
  display: block;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
  height: 0.2rem;
  max-width: 35rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
}

.content__title--alt:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}

/**
 * Component: Header
 */
.nav-bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background: #1d1d1b;
  height: 6rem;
}

@media (min-width: 1440px) {
  .nav-bar {
    height: 4rem;
    position: fixed;
  }
}

.nav-bar__lip {
  display: none;
}

@media (min-width: 1440px) {
  .nav-bar__lip {
    display: block;
    background-image: url(assets/imgs/menu-lip.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 56%;
    margin: 0 auto;
    z-index: -1;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  height: 6rem;
  margin-left: 1rem;
}

@media (min-width: 1440px) {
  .logo {
    margin: 0 auto;
  }
}

.logo__svg {
  display: block;
  width: 100%;
  max-width: 15rem;
  fill: white;
}

@media (min-width: 1440px) {
  .logo__svg {
    margin: 0 auto;
  }
}

.hamburger {
  display: block;
  margin-left: auto;
  background: none;
  border: none;
  outline: none;
  width: 6rem;
  height: 100%;
  padding: 0 0.5rem;
}

@media (min-width: 800px) {
  .hamburger {
    display: none;
  }
}

.hamburger__svg {
  width: 100%;
}

.hamburger__line {
  stroke: white;
  stroke-width: 8;
  stroke-linecap: round;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.hamburger__line--1 {
  -webkit-transform: translateY(-20px) rotate(0deg);
          transform: translateY(-20px) rotate(0deg);
}

.hamburger__line--1--open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.hamburger__line--2 {
  opacity: 1;
  transition: opacity 0.25s;
}

.hamburger__line--2--open {
  opacity: 0;
  transition: opacity .125s;
}

.hamburger__line--3 {
  -webkit-transform: translateY(20px) rotate(0deg);
          transform: translateY(20px) rotate(0deg);
}

.hamburger__line--3--open {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.nav {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  display: none;
  height: 100%;
}

@media (min-width: 800px) {
  .nav {
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 0.78rem;
  }
}

@media (min-width: 992px) {
  .nav {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .nav {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .nav {
    height: 70%;
    font-size: 0.82rem;
  }
}
@media (min-width: 1640px) {
  .nav {
    height: 70%;
    font-size: 0.95rem;
  }
}

.nav--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background: #373734;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.nav__item {
  position: relative;
}

.nav__item a {
  height: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.2rem 0.5rem;
}

.nav__item a:hover {
  color: white;
}

.mobile-nav {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  display: none;
  height: 100%;
  margin: 0;
}

.mobile-nav--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background: #373734;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.mobile-nav__item {
  position: relative;
}

.mobile-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2rem;
  border-bottom: #5f5f58 0.1rem solid;
}

.mobile-nav__item a:hover {
  color: white;
}

.product-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
}

.product-nav__item {
  position: relative;
  display: block;
  color: white;
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  outline: none;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.product-nav__item:hover {
  background: #919194;
}

.product-nav__item--active {
  background: #77777b;
}

.gallery {
  min-height: 15rem;
  background: #1d1d1b;
}

.gallery-image:hover .gallery-image__overlay {
  background: rgba(40, 40, 40, 0.75);
}

@media (min-width: 800px) {
  .gallery-image:hover .gallery-image__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gallery-image__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 2.4rem;
  z-index: 1000;
  text-align: center;
  background: rgba(40, 40, 40, 0.75);
  color: white;
}

@media (min-width: 800px) {
  .gallery-image__overlay {
    display: none;
    background: rgba(40, 40, 40, 0.25);
  }
}

.gallery-image__overlay p {
  width: 100%;
  margin-bottom: 1.2rem;
}

.gallery-image__title {
  margin: 1.2rem;
}

@media (min-width: 800px) {
  .gallery-image__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .gallery-image__title {
    font-size: 2rem;
  }
}

.gallery-image__description {
  font-size: 1.4rem;
}

.gallery-image__btn {
  margin: 0 auto;
  width: 50%;
}

.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: scroll;
}

.product ul {
  list-style-position: outside;
}

.product li {
  list-style: none;
}

.product li:before {
  content: "\2022 ";
  padding-right: 0.5rem;
}

.product .content__title {
  margin-top: 2.4rem;
}

.product-close {
  display: block;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.product-close:hover {
  cursor: pointer;
}

.product-close:hover .product-close__path {
  stroke-width: 5;
}

@media (min-width: 800px) {
  .product-close {
    top: 4rem;
    right: 4rem;
  }
}

@media (min-width: 1440px) {
  .product-close {
    top: 7rem;
    right: 4rem;
  }
}

.product-close__path {
  stroke: #1d1d1b;
  stroke-width: 3;
}

.product-arrow {
  position: absolute;
  top: 50%;
  left: -10rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-arrow:hover {
  cursor: pointer;
}

.product-arrow:hover .product-arrow__path {
  stroke-width: 2;
}

.product-arrow--next {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -10rem;
  left: auto;
}

.product-arrow__path {
  stroke: #1d1d1b;
  stroke-width: 1;
  fill: none;
}

.slider {
  margin: 0 auto 2.4rem auto;
}

.content__nav {
  margin-bottom: 2.4rem;
}

.six-sheet__button {
  margin: 0 0.2rem;
  background: none;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.six-sheet__button:hover {
  background: #77777b;
  color: white;
}

.six-sheet__button--active {
  background: #77777b;
  color: white;
  font-weight: bold;
}

.six-sheet__img {
  margin-bottom: 2.4rem;
}

.service {
  text-align: left;
}

.service p {
  font-size: 1rem;
}

.services-overview-image {
  margin: 2.4rem 0;
}

.service__title {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

.bg-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  background-image: url(assets/imgs/video-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-video__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.bg-video__title {
  color: white;
  text-align: center;
  width: 90%;
  max-width: 75rem;
  font-size: 2.4rem;
  text-shadow: 0 0 1rem #1d1d1b;
}

@media (min-width: 800px) {
  .bg-video__title {
    font-size: 3.2rem;
  }
}

.bg-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-video__contacts {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bg-video__contact {
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.bg-video__contact a,
.bg-video__contact a:visited {
  color: white;
  fill: white;
}

.bg-video__links {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2.4rem;
  max-width: 30rem;
  display:  none;
}

@media (min-width: 800px) {
  .bg-video__links {
    max-width: 25rem;
  }
}

@media (min-width: 800px) {
  .bg-video__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: flex;
  }
}

.bg-video__video-link {
  display: block;
  width: auto;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2000;
  margin-bottom: 1.2rem;
  margin-right: 1.2rem;
}

.bg-video__trueform-link{
  margin-top:  1.2rem;
  z-index:  2000;
}

@media (min-width: 800px) {
  .bg-video__video-link {
    margin-right: 0;
  }
}

.bg-video__brochure-link {
  z-index: 2000;
}

.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  overflow-y: scroll;
}

.video-popup__close {
  display: block;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 6rem;
  right: 1rem;
}

.video-popup__close:hover {
  cursor: pointer;
}

.video-popup__close:hover .product-close__path {
  stroke-width: 5;
}

@media (min-width: 800px) {
  .video-popup__close {
    top: 4rem;
    right: 4rem;
  }
}

@media (min-width: 1440px) {
  .video-popup__close {
    top: 7rem;
    right: 4rem;
  }
}

.video-popup__close__path {
  stroke: #1d1d1b;
  stroke-width: 3;
}

.transport-award {
  z-index: 1000;
  position: absolute;
  top: 40px;
  right: 0;
  width: 7.5rem;
}
 

@media (min-width: 800px) {
  .transport-award {
    width: 18rem;
  }


}

.case-studies {
  padding: 10rem 0 7.5rem 0;
}

.case-studies p {
  text-align: center;
}

.case-studies__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case-studies-nav__item {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background: none;
  transition: color 0.5s, background 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.case-studies-nav__item:hover, .case-studies-nav__item--active {
  background: #76767A;
  color: white;
}

.case-study--container {
  margin-bottom: 10rem;
  overflow-y: scroll;
  position: relative;
  height: 100px;
}

.case-study {
  display: none;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 2.4rem;
}

.case-study--visible {
  display: block;
}

.case-study--last {
  margin-bottom: 15rem;
  border-bottom: none;
}

/* Where it says 1440px it was changed from 1110px */


.spinner-case-study {
  border: 0.45rem solid #757579;
  border-top: 0.45rem solid #ACACB4;
  border-right: 0.45rem solid #ACACB4;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  -webkit-animation: spinner 3s infinite;
          animation: spinner 3s infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
  position: absolute;
  left: calc(50% - 30px);
  top: 5rem;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}

.customers-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

/**
 * Hover State 
 */
.customers-image:hover .customers-image__overlay {
  background: rgba(40, 40, 40, 0.75);
}

.customers-image:hover .customers-image__description {
  display: block;
}

.customers-image__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 2.4rem;
  z-index: 1000;
  text-align: center;
  background: rgba(40, 40, 40, 0.75);
  color: white;
}

.customers-image__overlay p {
  width: 100%;
  margin-bottom: 1.2rem;
}

.customers-image__title {
  margin: 1.2rem;
}

.customers-image__description {
  display: none;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  padding: 0 2.4rem;
}

@media (min-width: 800px) {
  .customers-image__description {
    font-size: 1rem;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1440px) {
  .customers-image__description {
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
}

.customers-image__btn {
  margin: 0 auto;
}

/*<div class="link">
    <h2 class="link__title">Trueform</h2>
    <p class="link__description">Leading designers, manufacturers, installers and integrators of 'intelligent transport systems'.</p>
    <a href="#" class="link__path">www.trueform.co.uk</a>
</div>*/
.link {
  margin-bottom: 2.4rem;
}

.link a {
  font-size: 1.2rem;
}

.link__title {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}

.link__description {
  margin: 0;
}

.link__url,
.link__url:visited {
  color: white;
  font-weight: bold;
}

.contact {
  background: #fff;
  min-height: 20rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.contact__arrow {
  max-width: 8rem;
  background: #77777b;
  position: absolute;
  top: -4.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact__arrow a {
  display: block;
}

.contact__arrow__svg {
  width: 100%;
}

.contact__arrow__path {
  stroke: #fff;
  fill: none;
}

.contact__address {
  padding: 2.4rem 0 1.2rem 0;
  font-weight: bold;
}

.news-article {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #1d1d1b;
}

.featured-gallery:before {
  display: block;
  content: " ";
  margin-top: -4rem;
  height: 4rem;
  visibility: hidden;
}

.featured-image {
  position: relative;
}

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

.featured-image__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(40, 40, 40, 0.25);
  color: white;
}

.featured-image__btn {
  width: 50%;
  margin: 0 auto;
  padding: 0.4rem 4.8rem;
  font-size: 2rem;
}

.featured-image__title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  margin: 0;
}

.featured-image__title h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding-top: 3%;
  color: white;
}

@media (min-width: 800px) {
  .featured-image__title h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1440px) {
  .featured-image__title h2 {
    font-size: 2.2rem;
  }
}

.featured-image__title__path {
  fill: url(#gradient_first);
}

.featured-image__title__path--2 {
  fill: url(#gradient_second);
}

.featured-image__description {
  display: none;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  padding: 0 2.4rem;
}

@media (min-width: 800px) {
  .featured-image__description {
    font-size: 1rem;
    padding: 0 1.2rem;
  }
}

@media (min-width: 1440px) {
  .featured-image__description {
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
}

.content--smart-cities {
  color: white;
  background-color: #24411f;
  background-image: url("assets/imgs/smart-cities.jpg");
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 50rem;
}

@media (min-width: 800px) {
  .content--smart-cities {
    padding-bottom: 40rem;
  }
}

@media (min-width: 1440px) {
  .content--smart-cities {
    padding-bottom: 50rem;
  }
}

.brochure {
  border-bottom: 1px solid #1d1d1b;
  padding: 2.4rem 0;
}

.brochure__image {
  display: block;
  padding: 0 4.8rem;
}

.brochure__title {
  margin-bottom: 2.4rem;
}

.brochure__link {
  color: #77777b;
  font-size: 1.6rem;
  font-weight: bold;
}

/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  width: 100%;
  height: auto;
}

.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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  width: 100%;
  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-list {
    .slick-loading & {
        background: #fff slick-image-url("assets/imgs/ajax-loader.gif") center center no-repeat;
    }
}*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.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 {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.gi--2-3.gi--5-12--l.logoleft {
    flex-basis: 15%;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 170px;
}
.g.g--v-stretch.g--align-end.header-new {
    flex-wrap: nowrap !important;
}
img.britain-loogo {
    max-height: 28px;
    margin: 0px 0 0 30px;
}

@media (max-width: 1440px) {
.gi--2-3.gi--5-12--l.logoleft {    flex-basis: 46%;}
img.Planetmark-logo ,
img.Quality-logo {
    margin-left: 10px;
}
img.britain-loogo {
    max-height: 22px;
}
}

@media (max-width: 799px) {

.toggle-navv {
    order: 1;
    margin: 0;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px;
}
.gi--2-3.gi--5-12--l.logoleft {
    flex-basis: 100%;
    order: 1;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
}
}

@media (max-width: 767px) {
img.britain-loogo {
    margin: 0 0 0 4px;
    max-height: 16px;
}
.gi--2-3.gi--5-12--l.logoleft {
    padding: 0 25px;
    min-width: 120px;
    padding-right: 0;
}
.header-new .gi--2-3.gi--5-12--l {
    padding-left: 0;
}
.g.g--v-stretch.g--align-end.header-new .gi--1-3.gi--2-12--l {    margin: 0 auto;    padding: 0px;    margin-left: 12px;}

}

.logoleft {
    display: flex;
    align-items: center;
}