@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(../../fonts.googleapis.com/css%EF%B9%96family=Open+Sans%EF%B9%95400,300,600,700.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #fff;
  background-color: #2D2C31;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #c00d0e;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #2D2C31;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  line-height: 1.4;
  color: #fff;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #c00d0e;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #900a0b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #c00d0e;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #900a0b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container, .homepagehero--container, .site--container, .hero--container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .homepagehero--container:before, .site--container:before, .hero--container:before, .container:after, .homepagehero--container:after, .site--container:after, .hero--container:after {
  content: " ";
  display: table;
}

.container:after, .homepagehero--container:after, .site--container:after, .hero--container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .homepagehero--container, .site--container, .hero--container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .homepagehero--container, .site--container, .hero--container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .homepagehero--container, .site--container, .hero--container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #c00d0e;
  border-color: #a80b0c;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #900a0b;
  border-color: #310304;
}

.btn-primary:hover {
  color: #fff;
  background-color: #900a0b;
  border-color: #6f0808;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #900a0b;
  border-color: #6f0808;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #6f0808;
  border-color: #310304;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #c00d0e;
  border-color: #a80b0c;
}

.btn-primary .badge {
  color: #c00d0e;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #fff;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #c00d0e;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Always sort lines */
.makingithappen--hero {
  background-image: url("../images/shavings.jpg");
  padding-top: 200px;
  padding-bottom: 100px;
  /* Landscape phones and down */
  background-size: cover;
}

@media (max-width: 767px) {
  .makingithappen--hero {
    background-image: url("../images/shavings-sm.jpg");
  }
}

.makingithappen--step {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0;
}

.makingithappen--step:before, .makingithappen--step:after {
  content: " ";
  display: table;
}

.makingithappen--step:after {
  clear: both;
}

.makingithappen--steptext {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px 30px;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .makingithappen--steptext {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .makingithappen--steptext {
    padding: 0px 15px;
  }
}

.makingithappen--stepimage {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .makingithappen--stepimage {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .makingithappen--stepimage {
    padding-top: 60px;
  }
}

.makingithappen--stepimage img {
  border: 10px solid #38373D;
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .makingithappen--step:nth-child(odd) .makingithappen--steptext {
    left: 50%;
  }
}

@media (min-width: 768px) {
  .makingithappen--step:nth-child(odd) .makingithappen--stepimage {
    right: 50%;
  }
}

.hero.meetyourteam--hero {
  background-image: url("../images/team-v2.jpg");
  /* Landscape phones and down */
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 250px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .hero.meetyourteam--hero {
    background-image: url("../images/team-v2-sm.jpg");
  }
}

@media (max-width: 767px) {
  .hero.meetyourteam--hero {
    padding-top: 200px;
    padding-bottom: 0px;
  }
}

.case-study {
  margin-top: 40px;
}

.case-study:first-of-type {
  margin-top: 60px;
}

.case-study:last-of-type {
  margin-bottom: 60px;
}

.case-study h2 {
  margin-top: 0px;
  margin-bottom: 25px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .case-study h2 {
    margin-top: 15px;
  }
}

.case-study p {
  margin: 0px;
}

.case-study img {
  border: 10px solid #38373D;
}

.case-study .btn-read-more {
  /* Positioning */
  height: 3em;
  line-height: 3em;
  display: inline-block;
  padding: 0px 15px;
  float: right;
  margin-top: 40px;
  /* Typography */
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  /* Colours */
  color: white;
  border: none;
  background-color: #38373D;
  box-shadow: inset 0 0 0 0 #2c2b30;
  transition: box-shadow 0.2s ease;
  /* Landscape phones and down */
}

.case-study .btn-read-more:hover, .case-study .btn-read-more:focus {
  color: white;
  box-shadow: inset 0 50px 0 0 #2c2b30;
  text-decoration: none;
}

@media (max-width: 767px) {
  .case-study .btn-read-more {
    font-size: 0.75em;
  }
}

.hor--divider {
  background-color: #ccc;
  height: 1px;
  margin: 0 auto;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 10px;
}

/*=== Trigger  ===*/
.makingithappen--step.in, .contactpage--title, .contactpage__header, .hero--title, .hero--text {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.hero--title {
  animation-delay: 0.3s;
}

.contactpage--title, .contactpage__header, .hero--text {
  animation-delay: 0.6s;
}

/*==== FADE IN UP ===*/

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.makingithappen--step.in, .contactpage--title, .contactpage__header, .hero--title, .hero--text {
  animation-name: fadeInUp;
}

.homepage--giveaway {
  background-color: #c00d0e;
}

.homepage--introtext.homepage--introtext__padding {
  margin-top: 100px;
}

.homepagegiveaway--text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 700;
  font-size: 1.25rem;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .homepagegiveaway--text {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .homepagegiveaway--text {
    float: left;
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagegiveaway--text {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.homepagegiveaway--text__left {
  text-align: right;
}

@media (min-width: 992px) {
  .homepagegiveaway--text__left {
    margin-left: 8.3333333333%;
  }
}

.homepagegiveaway--image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .homepagegiveaway--image {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .homepagegiveaway--image {
    float: left;
    width: 33.3333333333%;
  }
}

.homepagegiveaway--image img {
  max-width: 100%;
  height: auto;
  margin-top: -20%;
  margin-bottom: -20%;
  /* Landscape phones and down */
  z-index: 99;
  position: relative;
}

@media (max-width: 767px) {
  .homepagegiveaway--image img {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}

.homepagegiveaway--text__right {
  text-align: left;
}

.giveaway--image {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s ease;
}

.giveaway--image:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer--giveaway img {
  margin-top: -15px;
}

.hero.giveaway--hero {
  background-image: url("../images/giveawaybanner.jpg");
  padding-top: 0px;
  padding-bottom: 34%;
  /* Landscape phones and down */
  background-size: cover;
}

@media (max-width: 767px) {
  .hero.giveaway--hero {
    background-image: url("../images/giveawaybanner-sm.jpg");
  }
}

.giveaway--quote {
  background-color: #38373D;
  padding: 15px;
  margin-bottom: 30px;
}

.giveaway--quote blockquote {
  border-left: none;
  padding: 10px;
  margin: 0px;
}

.giveaway--quote blockquote p:before {
  content: "“";
  color: #c00d0e;
}

.giveaway--quote blockquote p:after {
  content: "”";
  color: #c00d0e;
}

.giveaway--quote blockquote footer {
  color: white;
  font-weight: 700;
  font-size: 75%;
}

.giveaway--quote blockquote footer:before {
  content: "";
}

.giveaway--badge {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.homepage {
  text-align: center;
}

.homepage--banner {
  margin-bottom: 25px;
}

.homepage--banner img {
  margin: 0 auto;
}

.homepagehero {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* Hide any overflowing bits of images */
  background-position: 50% 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .homepagehero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.homepagehero--container {
  position: relative;
  z-index: 75;
}

.homepagehero--title {
  text-shadow: 0px 0px 20px black;
  position: relative;
  margin-top: 24px;
  margin-bottom: 48px;
}

.homepagehero--title .text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 0.4em;
  /* Landscape phones and down */
}

.homepagehero--title .text:after {
  content: "";
  background-color: #c00d0e;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2em;
  width: 3px;
  right: -0.4em;
}

@media (max-width: 767px) {
  .homepagehero--title .text {
    margin-right: 0em;
  }
  .homepagehero--title .text:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 3em;
    right: auto;
    top: auto;
    bottom: -0.2em;
  }
}

.homepagehero--title .swapper {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 5em;
  vertical-align: middle;
}

.kitchen--title, .bathroom--title {
  display: inline-block;
  position: absolute;
  transition: left 0.8s ease, top 0.5s ease;
  left: -200%;
  top: 0;
  padding-left: 0.4em;
  /* Landscape phones and down */
}

.kitchen--title a, .bathroom--title a {
  transition: color 0.3s ease;
}

@media (max-width: 767px) {
  .kitchen--title, .bathroom--title {
    left: 0%;
    right: 0%;
    top: -200%;
    padding-left: 0em;
  }
}

.homepage--intro {
  background-color: #2D2C31;
}

.homepage--introtext {
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1.7em;
  margin-top: 50px;
  margin-bottom: 25px;
  /* Landscape phones and down */
}

.homepage--introtext:before, .homepage--introtext:after {
  content: " ";
  display: table;
}

.homepage--introtext:after {
  clear: both;
}

@media (max-width: 767px) {
  .homepage--introtext {
    margin: 40px 0px 0px;
  }
}

.homepage--imagerow {
  margin-left: -15px;
  margin-right: -15px;
  /* Landscape phones and down */
}

.homepage--imagerow:before, .homepage--imagerow:after {
  content: " ";
  display: table;
}

.homepage--imagerow:after {
  clear: both;
}

@media (max-width: 767px) {
  .homepage--imagerow {
    margin: 15px -15px;
  }
}

.homepage--imagerow .homepage--image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
  /* Landscape phones and down */
}

@media (min-width: 992px) {
  .homepage--imagerow .homepage--image {
    float: left;
    width: 50%;
  }
}

.homepage--imagerow .homepage--image a > div {
  border: 10px solid #38373D;
  background-size: cover;
  display: block;
  height: 1px;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.homepage--imagerow .homepage--image a > div:before {
  transition: opacity 0.25s ease;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  opacity: 0;
  background-color: rgba(56, 55, 61, 0.5);
}

.homepage--imagerow .homepage--image a > div:after {
  transition: left 0.25s ease;
  content: attr(data-title);
  position: absolute;
  background-color: #c00d0e;
  color: #fff;
  width: 75%;
  height: 3em;
  font-size: 2em;
  line-height: 2em;
  padding: 15px;
  text-align: left;
  left: -100%;
  top: 50%;
  display: block;
}

.homepage--imagerow .homepage--image a:hover > div:before {
  opacity: 1;
}

.homepage--imagerow .homepage--image a:hover > div:after {
  left: 0px;
}

@media (max-width: 767px) {
  .homepage--imagerow .homepage--image a > div:before {
    opacity: 0;
  }
  .homepage--imagerow .homepage--image a > div:after {
    left: 0px;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.5em;
    bottom: 0px;
    top: auto;
    padding: 0px 0px 0px 0.25em;
  }
}

.kitchen--chilli {
  bottom: 0px;
  left: 0px;
  transition: transform 0.4s ease-in-out;
  -ms-transform: scale(0.85) translateX(-100%) translateY(100%) rotate(1deg);
  transform: scale(0.85) translateX(-100%) translateY(100%) rotate(1deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 55;
  position: absolute;
  transition-delay: 0.2s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kitchen--chilli {
    -ms-transform: scale(0.7) translateX(-100%) translateY(100%) rotate(1deg);
    transform: scale(0.7) translateX(-100%) translateY(100%) rotate(1deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kitchen--chilli {
    -ms-transform: scale(0.6) translateX(-100%) translateY(100%) rotate(1deg);
    transform: scale(0.6) translateX(-100%) translateY(100%) rotate(1deg);
  }
}

@media (max-width: 767px) {
  .kitchen--chilli {
    -ms-transform: scale(1) translateX(-100%) translateY(100%) rotate(1deg);
    transform: scale(1) translateX(-100%) translateY(100%) rotate(1deg);
  }
}

.kitchen--slate {
  top: 0px;
  right: 0px;
  transition: transform 0.6s ease-in-out;
  -ms-transform: scale(0.85) translateX(100%) translateY(-100%) rotate(-1deg);
  transform: scale(0.85) translateX(100%) translateY(-100%) rotate(-1deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  z-index: 50;
  position: absolute;
  transition-delay: 0.0s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .kitchen--slate {
    -ms-transform: scale(0.7) translateX(100%) translateY(-100%) rotate(-1deg);
    transform: scale(0.7) translateX(100%) translateY(-100%) rotate(-1deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .kitchen--slate {
    -ms-transform: scale(0.6) translateX(100%) translateY(-100%) rotate(-1deg);
    transform: scale(0.6) translateX(100%) translateY(-100%) rotate(-1deg);
  }
}

@media (max-width: 767px) {
  .kitchen--slate {
    -ms-transform: scale(1) translateX(100%) translateY(-100%) rotate(-1deg);
    transform: scale(1) translateX(100%) translateY(-100%) rotate(-1deg);
  }
}

.kitchen--background {
  background-image: url("../images/granite.jpg");
  /* Landscape phones and down */
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .kitchen--background {
    background-image: url("../images/granite-sm.jpg");
  }
}

.homepagehero__kitchen .kitchen--chilli {
  -ms-transform: scale(0.85) translateX(-40%) translateY(28%) rotate(0deg);
  transform: scale(0.85) translateX(-40%) translateY(28%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__kitchen .kitchen--chilli {
    -ms-transform: scale(0.7) translateX(-40%) translateY(28%) rotate(0deg);
    transform: scale(0.7) translateX(-40%) translateY(28%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__kitchen .kitchen--chilli {
    -ms-transform: scale(0.6) translateX(-40%) translateY(28%) rotate(0deg);
    transform: scale(0.6) translateX(-40%) translateY(28%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__kitchen .kitchen--chilli {
    -ms-transform: scale(1) translateX(-40%) translateY(28%) rotate(0deg);
    transform: scale(1) translateX(-40%) translateY(28%) rotate(0deg);
  }
}

.homepagehero__kitchen .kitchen--slate {
  -ms-transform: scale(0.85) translateX(10%) translateY(-10%) rotate(0deg);
  transform: scale(0.85) translateX(10%) translateY(-10%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__kitchen .kitchen--slate {
    -ms-transform: scale(0.7) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(0.7) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__kitchen .kitchen--slate {
    -ms-transform: scale(0.6) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(0.6) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__kitchen .kitchen--slate {
    -ms-transform: scale(1) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(1) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

.homepagehero__kitchen .kitchen--background {
  opacity: 1;
}

.homepagehero__kitchen .kitchen--title {
  left: 0%;
  top: 0%;
}

.bathroom--background {
  background-image: url("../images/tiles.jpg");
  /* Landscape phones and down */
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
  .bathroom--background {
    background-image: url("../images/tiles-sm.jpg");
  }
}

.bathroom--soap {
  bottom: 0px;
  left: 0px;
  transition: transform 0.4s ease-in-out;
  -ms-transform: scale(0.85) translateX(-100%) translateY(100%) rotate(-1deg);
  transform: scale(0.85) translateX(-100%) translateY(100%) rotate(-1deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 55;
  position: absolute;
  transition-delay: 0.1s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bathroom--soap {
    -ms-transform: scale(0.7) translateX(-100%) translateY(100%) rotate(-1deg);
    transform: scale(0.7) translateX(-100%) translateY(100%) rotate(-1deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bathroom--soap {
    -ms-transform: scale(0.6) translateX(-100%) translateY(100%) rotate(-1deg);
    transform: scale(0.6) translateX(-100%) translateY(100%) rotate(-1deg);
  }
}

@media (max-width: 767px) {
  .bathroom--soap {
    -ms-transform: scale(1) translateX(-100%) translateY(100%) rotate(-1deg);
    transform: scale(1) translateX(-100%) translateY(100%) rotate(-1deg);
  }
}

.bathroom--cream {
  bottom: 0px;
  right: 0px;
  transition: transform 0.6s ease-in-out;
  -ms-transform: scale(0.85) translateX(100%) translateY(100%) rotate(2deg);
  transform: scale(0.85) translateX(100%) translateY(100%) rotate(2deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 50;
  position: absolute;
  transition-delay: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bathroom--cream {
    -ms-transform: scale(0.7) translateX(100%) translateY(100%) rotate(2deg);
    transform: scale(0.7) translateX(100%) translateY(100%) rotate(2deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bathroom--cream {
    -ms-transform: scale(0.6) translateX(100%) translateY(100%) rotate(2deg);
    transform: scale(0.6) translateX(100%) translateY(100%) rotate(2deg);
  }
}

@media (max-width: 767px) {
  .bathroom--cream {
    -ms-transform: scale(1) translateX(100%) translateY(100%) rotate(2deg);
    transform: scale(1) translateX(100%) translateY(100%) rotate(2deg);
  }
}

.bathroom--loofah {
  top: 0px;
  right: 0px;
  transition: transform 0.5s ease-in-out;
  -ms-transform: scale(0.85) translateX(100%) translateY(-100%) rotate(-2deg);
  transform: scale(0.85) translateX(100%) translateY(-100%) rotate(-2deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  z-index: 57;
  position: absolute;
  transition-delay: 0.2s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bathroom--loofah {
    -ms-transform: scale(0.7) translateX(100%) translateY(-100%) rotate(-2deg);
    transform: scale(0.7) translateX(100%) translateY(-100%) rotate(-2deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bathroom--loofah {
    -ms-transform: scale(0.6) translateX(100%) translateY(-100%) rotate(-2deg);
    transform: scale(0.6) translateX(100%) translateY(-100%) rotate(-2deg);
  }
}

@media (max-width: 767px) {
  .bathroom--loofah {
    -ms-transform: scale(1) translateX(100%) translateY(-100%) rotate(-2deg);
    transform: scale(1) translateX(100%) translateY(-100%) rotate(-2deg);
  }
}

.bathroom--towel {
  top: 0px;
  left: 0px;
  transition: transform 0.7s ease-in-out;
  -ms-transform: scale(0.85) translateX(-100%) translateY(-100%) rotate(1deg);
  transform: scale(0.85) translateX(-100%) translateY(-100%) rotate(1deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 50;
  position: absolute;
  transition-delay: 0.4s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bathroom--towel {
    -ms-transform: scale(0.7) translateX(-100%) translateY(-100%) rotate(1deg);
    transform: scale(0.7) translateX(-100%) translateY(-100%) rotate(1deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bathroom--towel {
    -ms-transform: scale(0.6) translateX(-100%) translateY(-100%) rotate(1deg);
    transform: scale(0.6) translateX(-100%) translateY(-100%) rotate(1deg);
  }
}

@media (max-width: 767px) {
  .bathroom--towel {
    -ms-transform: scale(1) translateX(-100%) translateY(-100%) rotate(1deg);
    transform: scale(1) translateX(-100%) translateY(-100%) rotate(1deg);
  }
}

.homepagehero__bathroom .bathroom--background {
  opacity: 1;
}

.homepagehero__bathroom .bathroom--soap {
  -ms-transform: scale(0.85) translateX(-10%) translateY(10%) rotate(0deg);
  transform: scale(0.85) translateX(-10%) translateY(10%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__bathroom .bathroom--soap {
    -ms-transform: scale(0.7) translateX(-10%) translateY(10%) rotate(0deg);
    transform: scale(0.7) translateX(-10%) translateY(10%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__bathroom .bathroom--soap {
    -ms-transform: scale(0.6) translateX(-10%) translateY(10%) rotate(0deg);
    transform: scale(0.6) translateX(-10%) translateY(10%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__bathroom .bathroom--soap {
    -ms-transform: scale(1) translateX(-10%) translateY(10%) rotate(0deg);
    transform: scale(1) translateX(-10%) translateY(10%) rotate(0deg);
  }
}

.homepagehero__bathroom .bathroom--cream {
  -ms-transform: scale(0.85) translateX(10%) translateY(10%) rotate(0deg);
  transform: scale(0.85) translateX(10%) translateY(10%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__bathroom .bathroom--cream {
    -ms-transform: scale(0.7) translateX(10%) translateY(10%) rotate(0deg);
    transform: scale(0.7) translateX(10%) translateY(10%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__bathroom .bathroom--cream {
    -ms-transform: scale(0.6) translateX(10%) translateY(10%) rotate(0deg);
    transform: scale(0.6) translateX(10%) translateY(10%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__bathroom .bathroom--cream {
    -ms-transform: scale(1) translateX(10%) translateY(10%) rotate(0deg);
    transform: scale(1) translateX(10%) translateY(10%) rotate(0deg);
  }
}

.homepagehero__bathroom .bathroom--loofah {
  -ms-transform: scale(0.85) translateX(10%) translateY(-10%) rotate(0deg);
  transform: scale(0.85) translateX(10%) translateY(-10%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__bathroom .bathroom--loofah {
    -ms-transform: scale(0.7) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(0.7) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__bathroom .bathroom--loofah {
    -ms-transform: scale(0.6) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(0.6) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__bathroom .bathroom--loofah {
    -ms-transform: scale(1) translateX(10%) translateY(-10%) rotate(0deg);
    transform: scale(1) translateX(10%) translateY(-10%) rotate(0deg);
  }
}

.homepagehero__bathroom .bathroom--towel {
  -ms-transform: scale(0.85) translateX(-10%) translateY(-10%) rotate(0deg);
  transform: scale(0.85) translateX(-10%) translateY(-10%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .homepagehero__bathroom .bathroom--towel {
    -ms-transform: scale(0.7) translateX(-10%) translateY(-10%) rotate(0deg);
    transform: scale(0.7) translateX(-10%) translateY(-10%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .homepagehero__bathroom .bathroom--towel {
    -ms-transform: scale(0.6) translateX(-10%) translateY(-10%) rotate(0deg);
    transform: scale(0.6) translateX(-10%) translateY(-10%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .homepagehero__bathroom .bathroom--towel {
    -ms-transform: scale(1) translateX(-10%) translateY(-10%) rotate(0deg);
    transform: scale(1) translateX(-10%) translateY(-10%) rotate(0deg);
  }
}

.homepagehero__bathroom .bathroom--title {
  left: 0%;
  top: 0%;
}

.contactpage--row {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  z-index: 75;
  padding: 50px;
  /* Landscape phones and down */
}

.contactpage--row:before, .contactpage--row:after {
  content: " ";
  display: table;
}

.contactpage--row:after {
  clear: both;
}

@media (max-width: 767px) {
  .contactpage--row {
    padding: 0px;
  }
}

.contactpage--teacup {
  left: 0px;
  top: 0px;
  transition: transform 0.5s ease-in-out;
  -ms-transform: scale(0.85) translateX(-70%) translateY(-15%) rotate(0deg);
  transform: scale(0.85) translateX(-70%) translateY(-15%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  z-index: 55;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contactpage--teacup {
    -ms-transform: scale(0.7) translateX(-70%) translateY(-15%) rotate(0deg);
    transform: scale(0.7) translateX(-70%) translateY(-15%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactpage--teacup {
    -ms-transform: scale(0.6) translateX(-70%) translateY(-15%) rotate(0deg);
    transform: scale(0.6) translateX(-70%) translateY(-15%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .contactpage--teacup {
    -ms-transform: scale(1) translateX(-70%) translateY(-15%) rotate(0deg);
    transform: scale(1) translateX(-70%) translateY(-15%) rotate(0deg);
  }
}

.contactpage--notebook {
  right: 0px;
  top: 0px;
  transition: transform 0.5s ease-in-out;
  -ms-transform: scale(0.85) translateX(70%) translateY(-17%) rotate(0deg);
  transform: scale(0.85) translateX(70%) translateY(-17%) rotate(0deg);
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  z-index: 55;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contactpage--notebook {
    -ms-transform: scale(0.7) translateX(70%) translateY(-17%) rotate(0deg);
    transform: scale(0.7) translateX(70%) translateY(-17%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactpage--notebook {
    -ms-transform: scale(0.6) translateX(70%) translateY(-17%) rotate(0deg);
    transform: scale(0.6) translateX(70%) translateY(-17%) rotate(0deg);
  }
}

@media (max-width: 767px) {
  .contactpage--notebook {
    -ms-transform: scale(1) translateX(70%) translateY(-17%) rotate(0deg);
    transform: scale(1) translateX(70%) translateY(-17%) rotate(0deg);
  }
}

.contactpage--title {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-shadow: 0px 0px 20px black;
  margin-bottom: 2.5em;
}

@media (min-width: 992px) {
  .contactpage--title {
    float: left;
    width: 100%;
  }
}

.contactpage--title .pipe {
  position: relative;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .contactpage--title .pipe {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactpage--title .pipe {
    display: none;
  }
}

.contactpage--title .pipe:after {
  content: "";
  background-color: #c00d0e;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3em;
  width: 3px;
  left: 50%;
}

.contactpage--title h1 {
  margin-bottom: 0px;
}

.contactpage--subtitle {
  font-size: 1.15rem;
  font-weight: 700;
}

.contactpage--subtitle:before {
  width: 40px;
  bottom: -16px;
  height: 10px;
}

.contactpage__header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-shadow: 0px 0px 20px black;
}

@media (min-width: 992px) {
  .contactpage__header {
    float: left;
    width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .contactpage__header {
    margin-left: 16.6666666667%;
  }
}

.contactpage__header__subtitle {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 20px;
}

.contactpage__header__text p {
  font-size: 1.16rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.contactpage--map {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px 30px;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .contactpage--map {
    float: left;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contactpage--map {
    padding: 15px;
    margin: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactpage--map {
    padding: 0px 15px;
  }
}

.contactpage--map #map {
  height: 300px;
  color: black;
}

.contactpage--map #map a {
  color: black;
}

.contactpage--map #map a:hover {
  color: #c00d0e;
}

.contactpage--form {
  /*
  @include make-sm-column(6);
  @include make-lg-column(5);
  @include make-lg-column-push(1);

  padding: 0px 30px;

  @include respondto(xs) {
    background-color: $brand-grey;
    border: 1px solid $brand-lightgrey;
    padding: 15px;
    margin: 15px;
  }

  @include respondto(sm) {
      padding: 0px 15px;
  }

  margin-bottom: 15px;
*/
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactpage--form {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .contactpage--form {
    padding: 10px;
  }
}

.contactform {
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 1200px) {
  .contactform {
    background-color: #38373D;
    border: 1px solid #707274;
    padding: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contactform {
    background-color: #38373D;
    border: 1px solid #707274;
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contactform {
    background-color: #38373D;
    border: 1px solid #707274;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .contactform {
    background-color: #38373D;
    border: 1px solid #707274;
    padding: 25px;
  }
}

.contactform input, .contactform textarea, .contactform select {
  background-color: #2D2C31;
  color: #fff;
  border: 1px solid #38373D;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}

.contactform select > option {
  color: #fff;
  background-color: red;
}

.contactform label {
  color: #707274;
  padding-left: 5px;
  margin-bottom: 5px;
  display: block;
}

.contactform textarea {
  resize: vertical;
}

.contactform--submit {
  box-shadow: inset 0 0 0 0 #a80b0c, inset 0 0 0 0 #5cb85c, inset 0 0 0 0 #f0ad4e, inset 0 0 0 0 #d9534f;
  transition: all 0.3s ease;
}

.contactform--submit:hover {
  box-shadow: inset 0 50px 0 0 #900a0b, inset 0 0 0 0 #5cb85c, inset 0 0 0 0 #f0ad4e, inset 0 0 0 0 #d9534f;
}

.contactform--submit.success, .contactform--submit.success:hover {
  box-shadow: inset 0 0 0 0 #a80b0c, inset 0 50px 0 0 #5cb85c, inset 0 0 0 0 #f0ad4e, inset 0 0 0 0 #d9534f;
}

.contactform--submit.pending, .contactform--submit.pending:hover {
  box-shadow: inset 0 0 0 0 #a80b0c, inset 0 0 0 0 #5cb85c, inset 0 50px 0 0 #f0ad4e, inset 0 0 0 0 #d9534f;
}

.contactform--submit.failure, .contactform--submit.failure:hover {
  box-shadow: inset 0 0 0 0 #a80b0c, inset 0 0 0 0 #5cb85c, inset 0 0 0 0 #f0ad4e, inset 0 50px 0 0 #d9534f;
}

.locations {
  padding-left: 10px;
  margin-top: 30px;
}

.location {
  list-style: none;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.location:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 1.5em;
  color: #c00d0e;
  margin-right: 10px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0px;
}

.location a {
  transition: color 0.3s ease;
}

.location:hover {
  color: #c00d0e;
}

.location:hover a {
  color: #c00d0e;
}

.location--name {
  font-size: 1.5em;
  width: 50%;
  display: inline-block;
  line-height: 1.75em;
  font-weight: 100;
  vertical-align: middle;
}

.location--phone {
  text-align: right;
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}

.cp_showrooms {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 50px 80px;
  padding-right: 35px;
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .cp_showrooms {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cp_showrooms {
    padding: 50px 30px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .cp_showrooms {
    padding: 50px 30px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .cp_showrooms {
    padding: 50px 30px;
  }
}

.cp_showroom {
  margin-bottom: 60px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 95;
  display: -ms-flexbox;
  display: flex;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .cp_showroom {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cp_showroom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cp_showroom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cp_showroom__text-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .cp_showroom__text-col {
    float: left;
    width: 50%;
  }
}

.cp_showroom__tour-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px;
  background-size: cover;
  background-position: center;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) {
  .cp_showroom__tour-col {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cp_showroom__tour-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cp_showroom__tour-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}

.cp_showroom__tour-col a {
  width: 100%;
  height: 100%;
  display: block;
}

.cp_showroom__title {
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.cp_showroom__title:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 1.3em;
  color: #c00d0e;
  top: -4px;
  position: absolute;
  left: -10px;
}

.cp_showroom__address {
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .cp_showroom__address {
    font-size: 1.16em;
  }
}

.cp_showroom__phone {
  margin-bottom: 30px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .cp_showroom__phone {
    font-size: 1.16em;
  }
}

.cp_showroom__book-a-chat {
  bottom: 0;
}

.cp_showroom__book-a-chat .btn-brand, .cp_showroom__book-a-chat .contactform--submit, .cp_showroom__book-a-chat .flownav--cta, .cp_showroom__book-a-chat .hero--cta, .cp_showroom__book-a-chat .homepagehero--cta {
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cp_showroom__book-a-chat .btn-brand, .cp_showroom__book-a-chat .contactform--submit, .cp_showroom__book-a-chat .flownav--cta, .cp_showroom__book-a-chat .hero--cta, .cp_showroom__book-a-chat .homepagehero--cta {
    font-size: 0.85em;
  }
}

@media (max-width: 767px) {
  .cp_showroom__book-a-chat .btn-brand, .cp_showroom__book-a-chat .contactform--submit, .cp_showroom__book-a-chat .flownav--cta, .cp_showroom__book-a-chat .hero--cta, .cp_showroom__book-a-chat .homepagehero--cta {
    font-size: 0.95em;
  }
}

.cp__form {
  display: none;
}

.sr__virtual_tour {
  display: none;
  width: 90%;
  min-height: 80%;
}

.sr__contact_form .featherlight-content {
  background-color: #38373D !important;
}

._separator {
  background-color: #c00d0e;
  width: 100px;
  height: 10px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.flownav {
  margin-left: -15px;
  margin-right: -15px;
}

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

.flownav:after {
  clear: both;
}

/* Landscape phones and down */
@media (min-width: 1200px) {
  .flownav > div {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
    /* Landscape phones and down */
  }
  .flownav > div:nth-child(2), .flownav > div:nth-child(3) {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .flownav > div {
    padding: 5px;
  }
}

@media (min-width: 1200px) {
  .flownav--link {
    height: 50px;
  }
  .flownav--step {
    position: relative;
    border: 5px solid #38373D;
    height: 0px;
    padding-bottom: 95%;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #38373D;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .flownav--step__inactive:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
  }
  .flownav--step__inactive:hover .flownav--cta {
    opacity: 1;
  }
  .flownav--text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.25rem;
    font-weight: 100;
    padding: 10px;
  }
  button.flownav--cta {
    transition: opacity 0.3s ease;
    height: 2em;
    line-height: 2em;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 85%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
  }
  .flownav--step__circle .flownav--cta {
    top: 75%;
  }
  .flownav--step__visited {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #707274;
    color: #707274;
  }
  .flownav--step__visited:before {
    content: url("../images/tick.png");
    left: 50%;
    top: 18%;
    transition: transform 0.5s ease-in-out;
    -ms-transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 50;
    position: absolute;
  }
}

@media (min-width: 1200px) and (min-width: 992px) and (max-width: 1199px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 1200px) and (min-width: 768px) and (max-width: 991px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .flownav--step__visited:before {
    -ms-transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 1200px) {
  /* This is the current page */
  .flownav--step__active {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__active:before {
    content: "";
    width: 3em;
    height: 3em;
    position: absolute;
    left: 50%;
    top: -1em;
    background-color: #c00d0e;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flownav--step__active.flownav--step__circle:before {
    height: 3.5em;
  }
  /* This is the next step */
  .flownav--step__next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__next .flownav--cta {
    opacity: 1;
  }
  .flownav--step__circle {
    border-radius: 50%;
  }
  .flownav--step__arrow1:after {
    content: url("../images/arrow_1.png");
    width: 50px;
    height: 63px;
    position: absolute;
    bottom: -40px;
    right: -48px;
    opacity: 0.25;
  }
  .flownav--step__arrow2:after {
    content: url("../images/arrow_2.png");
    width: 64px;
    height: 35px;
    position: absolute;
    right: -64px;
    top: 50%;
    opacity: 0.25;
  }
  .flownav--step__arrow3:after {
    content: url("../images/arrow_3.png");
    width: 66px;
    height: 35px;
    position: absolute;
    right: -85px;
    bottom: 15px;
    opacity: 0.25;
  }
  .flownav--step__active:after {
    opacity: 1;
  }
}

/* Landscape phones and down */
@media (min-width: 992px) and (max-width: 1199px) {
  .flownav > div {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
    /* Landscape phones and down */
  }
  .flownav > div:nth-child(2), .flownav > div:nth-child(3) {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .flownav > div {
    padding: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flownav--link {
    height: 50px;
  }
  .flownav--step {
    position: relative;
    border: 5px solid #38373D;
    height: 0px;
    padding-bottom: 95%;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #38373D;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .flownav--step__inactive:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
  }
  .flownav--step__inactive:hover .flownav--cta {
    opacity: 1;
  }
  .flownav--text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.25rem;
    font-weight: 100;
    padding: 10px;
  }
  button.flownav--cta {
    transition: opacity 0.3s ease;
    height: 2em;
    line-height: 2em;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 85%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
  }
  .flownav--step__circle .flownav--cta {
    top: 75%;
  }
  .flownav--step__visited {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #707274;
    color: #707274;
  }
  .flownav--step__visited:before {
    content: url("../images/tick.png");
    left: 50%;
    top: 18%;
    transition: transform 0.5s ease-in-out;
    -ms-transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 50;
    position: absolute;
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) and (max-width: 1199px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 991px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) and (max-width: 767px) {
  .flownav--step__visited:before {
    -ms-transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* This is the current page */
  .flownav--step__active {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__active:before {
    content: "";
    width: 3em;
    height: 3em;
    position: absolute;
    left: 50%;
    top: -1em;
    background-color: #c00d0e;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flownav--step__active.flownav--step__circle:before {
    height: 3.5em;
  }
  /* This is the next step */
  .flownav--step__next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__next .flownav--cta {
    opacity: 1;
  }
  .flownav--step__circle {
    border-radius: 50%;
  }
  .flownav--step__arrow1:after {
    content: url("../images/arrow_1.png");
    width: 50px;
    height: 63px;
    position: absolute;
    bottom: -40px;
    right: -48px;
    opacity: 0.25;
  }
  .flownav--step__arrow2:after {
    content: url("../images/arrow_2.png");
    width: 64px;
    height: 35px;
    position: absolute;
    right: -64px;
    top: 50%;
    opacity: 0.25;
  }
  .flownav--step__arrow3:after {
    content: url("../images/arrow_3.png");
    width: 66px;
    height: 35px;
    position: absolute;
    right: -85px;
    bottom: 15px;
    opacity: 0.25;
  }
  .flownav--step__active:after {
    opacity: 1;
  }
}

/* Landscape phones and down */
@media (min-width: 768px) and (max-width: 991px) {
  .flownav > div {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 30px;
    /* Landscape phones and down */
  }
  .flownav > div:nth-child(2), .flownav > div:nth-child(3) {
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .flownav > div {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flownav--link {
    height: 50px;
  }
  .flownav--step {
    position: relative;
    border: 5px solid #38373D;
    height: 0px;
    padding-bottom: 95%;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #38373D;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .flownav--step__inactive:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
  }
  .flownav--step__inactive:hover .flownav--cta {
    opacity: 1;
  }
  .flownav--text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.25rem;
    font-weight: 100;
    padding: 10px;
  }
  button.flownav--cta {
    transition: opacity 0.3s ease;
    height: 2em;
    line-height: 2em;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 85%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
  }
  .flownav--step__circle .flownav--cta {
    top: 75%;
  }
  .flownav--step__visited {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #707274;
    color: #707274;
  }
  .flownav--step__visited:before {
    content: url("../images/tick.png");
    left: 50%;
    top: 18%;
    transition: transform 0.5s ease-in-out;
    -ms-transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.85) translateX(-50%) translateY(-50%) rotate(0deg);
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phones and down */
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 50;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.7) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .flownav--step__visited:before {
    -ms-transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(0.6) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .flownav--step__visited:before {
    -ms-transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
    transform: scale(1) translateX(-50%) translateY(-50%) rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* This is the current page */
  .flownav--step__active {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__active:before {
    content: "";
    width: 3em;
    height: 3em;
    position: absolute;
    left: 50%;
    top: -1em;
    background-color: #c00d0e;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .flownav--step__active.flownav--step__circle:before {
    height: 3.5em;
  }
  /* This is the next step */
  .flownav--step__next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-color: #fff;
  }
  .flownav--step__next .flownav--cta {
    opacity: 1;
  }
  .flownav--step__circle {
    border-radius: 50%;
  }
  .flownav--step__arrow1:after {
    content: url("../images/arrow_1.png");
    width: 50px;
    height: 63px;
    position: absolute;
    bottom: -40px;
    right: -48px;
    opacity: 0.25;
  }
  .flownav--step__arrow2:after {
    content: url("../images/arrow_2.png");
    width: 64px;
    height: 35px;
    position: absolute;
    right: -64px;
    top: 50%;
    opacity: 0.25;
  }
  .flownav--step__arrow3:after {
    content: url("../images/arrow_3.png");
    width: 66px;
    height: 35px;
    position: absolute;
    right: -85px;
    bottom: 15px;
    opacity: 0.25;
  }
  .flownav--step__active:after {
    opacity: 1;
  }
}

/* Landscape phones and down */
@media (max-width: 767px) {
  .flownav {
    text-align: center;
  }
  .flownav--step {
    display: none;
    padding: 15px 25px;
    text-align: center;
  }
  .flownav--step__next {
    display: inline-block;
    background-color: #c00d0e;
  }
  .flownav--text {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
  button.flownav--cta {
    border: 1px solid #fff;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

html {
  font-size: 16px;
  /* Landscape phones and down */
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

p {
  font-size: 1rem;
}

.btn-brand, .contactform--submit, .flownav--cta, .hero--cta, .homepagehero--cta {
  /* Positioning */
  height: 3em;
  line-height: 3em;
  display: inline-block;
  padding: 0px 15px;
  /* Typography */
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  /* Colours */
  color: white;
  border: none;
  background-color: #c00d0e;
  box-shadow: inset 0 0 0 0 #a80b0c;
  transition: box-shadow 0.2s ease;
  /* Landscape phones and down */
}

.btn-brand:hover, .contactform--submit:hover, .flownav--cta:hover, .hero--cta:hover, .homepagehero--cta:hover, .btn-brand:focus, .contactform--submit:focus, .flownav--cta:focus, .hero--cta:focus, .homepagehero--cta:focus {
  color: white;
  box-shadow: inset 0 50px 0 0 #900a0b;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn-brand, .contactform--submit, .flownav--cta, .hero--cta, .homepagehero--cta {
    font-size: 0.75em;
  }
}

.title {
  color: #fff;
}

::selection {
  background-color: #ce5954;
}

::-moz-selection {
  background-color: #ce5954;
}

.__centralunderscore {
  margin-bottom: 42px;
  position: relative;
}

.__centralunderscore:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -27px;
  /* 12px height + 15px margin */
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64px;
  height: 12px;
  background-color: #c00d0e;
}

.__underscore {
  margin-bottom: 42px;
  position: relative;
}

.__underscore:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 70px;
  height: 10px;
  background-color: #c00d0e;
}

.__miniheader {
  font-size: 1.15rem;
  margin-bottom: 24px;
  position: relative;
}

.__miniheader:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 20px;
  height: 6px;
  background-color: #c00d0e;
}

.__rightscore {
  margin-bottom: 42px;
  display: inline-block;
  position: relative;
}

.__rightscore:after {
  content: "";
  position: absolute;
  left: 110%;
  bottom: 12px;
  width: 2000px;
  height: 36px;
  background-color: #c00d0e;
}

input:focus, textarea:focus {
  outline: none !important;
  box-shadow: 0 0 3px #a80b0c;
}

.footer--bar {
  background-color: #38373D;
  width: 100%;
  z-index: 100;
}

.footer {
  margin-left: -15px;
  margin-right: -15px;
}

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

.footer:after {
  clear: both;
}

.footer--left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding: 60px 15px;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .footer--left {
    float: left;
    width: 33.3333333333%;
  }
}

@media (max-width: 767px) {
  .footer--left {
    padding: 30px;
    text-align: center;
  }
}

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

.footer--middle {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 0px;
}

@media (min-width: 768px) {
  .footer--middle {
    float: left;
    width: 33.3333333333%;
  }
}

.footer--right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  padding: 25px 15px;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .footer--right {
    float: left;
    width: 33.3333333333%;
  }
}

@media (max-width: 767px) {
  .footer--right {
    text-align: center;
    padding: 15px;
  }
  .footer--right .__miniheader:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header--bar {
  background-color: #38373D;
  position: fixed;
  width: 100%;
  height: 80px;
  /* Landscape phones and down */
  top: 0px;
  z-index: 100;
}

@media (max-width: 767px) {
  .header--bar {
    height: 50px;
  }
}

.header {
  margin-left: -15px;
  margin-right: -15px;
}

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

.header:after {
  clear: both;
}

.header--left, .header--right, .header--logo {
  padding: 15px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .header--left, .header--right, .header--logo {
    padding: 0px;
  }
}

.header--right {
  padding: 0px;
}

.header--left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .header--left {
    float: left;
    width: 25%;
  }
}

.header--logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  height: 80px;
  /* Landscape phones and down */
}

@media (min-width: 768px) {
  .header--logo {
    float: left;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header--logo {
    height: 50px;
  }
}

.header--logo a {
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0px 15px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header--logo img {
  max-width: 100%;
}

.header--right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 16.6666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .header--right {
    float: left;
    width: 25%;
  }
}

.header--menubutton {
  transition: color 0.1s ease;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding-right: 20px;
}

.header--menutext {
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .header--menutext {
    display: none;
  }
}

body {
  padding-top: 80px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.social-icons--head {
  line-height: 80px;
  vertical-align: middle;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .social-icons--head {
    display: none;
  }
}

.social-icons--head a, .social-icons--heada:visited {
  font-size: 20px;
  margin-right: 16px;
}

.social-icons--footer {
  margin-top: 20px;
}

.social-icons--footer a, .social-icons--footera:visited {
  font-size: 20px;
  margin-right: 16px;
}

.social-icons--slide-menu {
  margin-top: 20px;
  width: 100%;
}

.social-icons--slide-menu a, .social-icons--slide-menua:visited {
  font-size: 22px;
  margin-right: 16px;
}

.hero {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  /* Hide any overflowing bits of images */
  background-position: 50% 50%;
  background-size: cover;
  font-size: 1rem;
  padding-top: 100px;
  padding-bottom: 100px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.hero--container {
  position: relative;
  z-index: 75;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .hero--container {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.hero--title {
  text-shadow: 0px 0px 20px black;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  /* Landscape phones and down */
}

.hero--title:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -12px;
  width: 70px;
  height: 10px;
  background-color: #c00d0e;
}

@media (max-width: 767px) {
  .hero--title {
    font-size: 2em;
  }
}

.hero--text {
  text-shadow: 0px 0px 20px black;
  width: 50%;
  font-size: 1.15em;
  margin-bottom: 10px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .hero--text {
    width: 100%;
  }
}

.hero--insetcontainer {
  position: relative;
}

.hero--insetcontainer .hero--container {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .hero--insetcontainer .hero--container {
    position: static;
  }
}

.hero--inset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #38373D;
  padding: 25px 50px 0px;
  /* Landscape phones and down */
}

@media (min-width: 992px) {
  .hero--inset {
    float: left;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .hero--inset {
    left: 25%;
  }
}

@media (max-width: 767px) {
  .hero--inset {
    padding: 15px 15px 0px;
  }
}

.hero--inset .hero--text {
  width: 100%;
  text-shadow: none;
  margin-bottom: 0px;
}

.hero--inset .hero--title {
  margin-top: 0px;
}

.menu--overlay {
  z-index: 150;
  height: 100%;
  width: 0%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.75;
  transition: width 0.3s ease;
}

body.menu__in .menu--overlay {
  opacity: 0.75;
  width: 100%;
}

body.menu__in .menu--aside {
  left: 0px;
}

.menu--aside {
  position: fixed;
  z-index: 9000;
  top: 0px;
  bottom: 0px;
  left: -360px;
  width: 360px;
  text-align: left;
  /* Landscape phones and down */
  transition: left 0.3s ease;
  background-color: #2D2C31;
  overflow: hidden;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .menu--aside {
    width: 100%;
    left: -100%;
  }
}

.menu--herbs {
  width: 100%;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .menu--herbs {
    display: none;
  }
}

.menu--closebanner {
  position: absolute;
  left: 20%;
  top: 0px;
  height: 200px;
  background-color: rgba(192, 13, 14, 0.5);
  text-align: center;
  padding: 15px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .menu--closebanner {
    position: static;
    height: 4em;
    padding: 0px;
  }
}

.menu--closebutton i {
  line-height: inherit;
}

.menu--closebutton i:nth-child(1) {
  color: #707274;
}

.menu--closebutton i:nth-child(2) {
  font-size: 1.75em;
}

.menu--closebutton i:nth-child(3) {
  font-size: 0.7em;
}

.menu--navbar {
  padding: 50px;
  padding-top: 0px;
  margin-top: -2em;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .menu--navbar {
    padding: 15px;
    margin-top: 0em;
  }
}

.menu--navbar a, .menu--navbar span {
  display: block;
  border-bottom: 1px solid #c00d0e;
  width: 100%;
  padding: 10px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: padding-left 0.3s ease;
}

.menu--navbar a.active, .menu--navbar span.active {
  background-color: #a80b0c;
}

.menu--navbar a.inactive:hover, .menu--navbar span.inactive:hover {
  text-decoration: none;
  padding-left: 20px;
}

.menu--navbar a:last-child, .menu--navbar span:last-child {
  border: none;
}

.menu--coffeecup {
  float: left;
  width: 40%;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .menu--coffeecup {
    width: 20%;
  }
}

.menu--contact {
  width: 60%;
  float: left;
  padding: 15px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .menu--contact {
    width: 80%;
  }
}

.brand-em {
  color: #c00d0e;
}

.site--content {
  background-image: url("../images/woodgrain.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  overflow: hidden;
  /* Hide any possible __rightscores */
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  /* Landscape phones and down */
}

@media (max-width: 767px) {
  .site--content {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.site--content__topborder {
  border-top: 40px solid #38373D;
}

.site--content__flush {
  padding-top: 0px;
}

/* by length */

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