@import url(https://fonts.googleapis.com/css?family=Open+Sans:800italic,800,700italic,700,600italic,600,400italic,300,300italic,400);
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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@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-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@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-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@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-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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; }

body {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
  font-family: "Open Sans", serif; }

p, label, ul, li, a, input, select, textarea {
  font-size: 1.5rem;
  line-height: 1.5em; }

small {
  font-size: 1rem; }

h2, h3, h4, h5, h6 {
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  line-height: 1.5em; }
  h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 600; }

h1 {
  font-size: 4rem;
  line-height: 1.5em;
  color: #262626;
  font-weight: normal;
  font-family: "Open Sans", serif; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  display: block; }

h4 {
  font-weight: 300; }

h2, h3 {
  line-height: 1.35em; }

a {
  cursor: pointer;
  color: #11679a; }
  a:hover, a:focus, a:visited, a:active {
    text-decoration: none; }

.hide-sm {
  display: block; }
  @media (max-width: 768px) {
    .hide-sm {
      display: none; } }

.hide-desktop {
  display: none; }
  @media (max-width: 768px) {
    .hide-desktop {
      display: block; } }

.header__contact {
  background: #3d4347;
  color: #fff; }
.header__contact-list {
  float: right; }
  @media (max-width: 992px) {
    .header__contact-list {
      float: none;
      text-align: center; } }
.header__masthead {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .header__masthead {
      margin-top: 1rem;
      margin-bottom: 1rem; } }
.header__logo {
  float: left;
  margin: 0; }
  .header__logo a {
    padding: 0;
    display: block; }
  .header__logo img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 992px) {
    .header__logo {
      float: none;
      text-align: center; }
      .header__logo a {
        display: inline-block; } }
.header__navigation {
  float: right; }
  @media (max-width: 992px) {
    .header__navigation {
      float: none; } }

@media (max-width: 992px) {
  .nav {
    text-align: center;
    margin-top: 2rem; } }
@media (max-width: 768px) {
  .nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }
.nav__menu {
  list-style: none;
  padding: 0;
  margin: 0; }
.nav__menu-item {
  display: inline-block;
  margin-top: 0.7rem; }
  .nav__menu-item a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1.2rem 1rem;
    border-radius: .3rem;
    letter-spacing: 0.02rem;
    font-size: 1.4rem; }
  .nav__menu-item.current-menu-item {
    margin-right: .1rem; }
    .nav__menu-item.current-menu-item a {
      color: #fff;
      background: #3ac4b2; }
  .nav__menu-item:last-child {
    margin-left: .1rem; }
    .nav__menu-item:last-child a {
      padding: .9rem 1rem;
      border: 0.3rem solid #3ac4b2; }
  @media (max-width: 768px) {
    .nav__menu-item {
      display: block;
      margin: 0; }
      .nav__menu-item a, .nav__menu-item:last-child a {
        padding: 1rem 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #11679a; } }

.footer {
  background-color: #3d4347;
  color: #fff; }
  @media (max-width: 768px) {
    .footer {
      text-align: center; } }
  .footer__container {
    background-image: url("../images/footer-background.png");
    background-repeat: no-repeat;
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-position-y: -10rem; }
    @media (max-width: 992px) {
      .footer__container {
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-position-y: -8rem; } }
    @media (max-width: 768px) {
      .footer__container {
        background-position: center; } }
  .footer__header {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-top: 0; }
  .footer__details {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300; }
    @media (max-width: 992px) {
      .footer__details {
        float: none; } }
    .footer__details li {
      font-size: 1.3rem;
      line-height: 2em;
      color: #d8d8d8; }
    .footer__details--address {
      margin-left: 4rem; }
      @media (max-width: 992px) {
        .footer__details--address {
          margin-top: 1rem;
          margin-left: 0; } }
  .footer__contact-details, .footer__social-container {
    width: 50%;
    float: left; }
    @media (max-width: 768px) {
      .footer__contact-details, .footer__social-container {
        width: 100%;
        float: none; } }
  @media (max-width: 768px) {
    .footer__social-container {
      margin-top: 3rem; } }
  .footer__logo {
    text-align: right;
    margin: 0 0 1rem; }
    .footer__logo img {
      max-width: 100%; }
    @media (max-width: 768px) {
      .footer__logo {
        text-align: center; } }
  .footer__social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
    @media (max-width: 768px) {
      .footer__social-icons {
        text-align: center; } }
  .footer__social-icon {
    display: inline-block; }
    @media (max-width: 768px) {
      .footer__social-icon {
        left: .4rem; } }
    .footer__social-icon--linkedin {
      margin-right: .3rem; }
    .footer__social-icon--facebook {
      margin-right: 1rem; }

.article {
  color: #3e4347; }
  .article h1, .article h2, .article h3 {
    text-transform: uppercase;
    font-weight: lighter;
    color: #3c4447;
    line-height: 1.5em; }
  .article h1 {
    font-size: 3.5rem; }
    @media (max-width: 1200px) {
      .article h1 {
        font-size: 3.3rem; } }
  .article h2 {
    font-size: 3rem; }
    @media (max-width: 1200px) {
      .article h2 {
        font-size: 2.8rem; } }
  .article h3 {
    font-size: 2.5rem; }
    @media (max-width: 1200px) {
      .article h3 {
        font-size: 2.3rem; } }
  .article ul {
    font-weight: bold; }
  .article li {
    line-height: 2em; }
  .article p {
    line-height: 1.75em;
    color: #3e4347; }

.mobile_header, .mobile_callout {
  display: none; }

.close_mobile_menu {
  display: none; }

@media only screen and (max-width: 500px) {
  ul.header__contact-list.contact-list {
    display: none !important; }

  h1.header__logo {
    display: none; }

  .mobile_callout {
    display: block; }

  .mobile_callout p.callout__text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 1rem 0; }

  .container.header-container.top-banner {
    display: none; }

  .mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem; }

  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* required */
    z-index: 50;
    background: #fff; }

  nav.header__navigation.nav {
    display: none; }

  ul#menu-main-menu {
    flex-direction: column;
    /*display: flex;*/
    background: #575e62; }

  ul#menu-main-menu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(192, 192, 192, 0.3); }

  ul#menu-main-menu li a {
    color: white;
    text-align: left;
    padding-left: 2rem;
    font-weight: 400; }

  .standard-page a {
    text-transform: capitalize;
    font-weight: 400;
    opacity: 0.75; }

  .berg {
    width: 25px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.54);
    margin: 5px 0; }

  .nav {
    margin-top: 0; }

  .close_mobile_menu {
    display: block;
    padding: 1rem 2rem;
    background-color: #3ac4b2;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    text-align: left;
    color: white; }

  .close_mobile_menu p {
    margin: 0; }

  ul.sub-menu {
    background-color: #0F5680 !important; }

  p#close_menu:after {
    content: 'X';
    position: absolute;
    right: 23px;
    color: rgba(192, 192, 192, 0.8); } }
.page-header {
  background: #575e62;
  padding: 10rem 0; }
  .page-header__title {
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.5em;
    padding-left: 5rem;
    position: relative;
    z-index: 3; }
    .page-header__title--tagline {
      font-weight: normal;
      font-size: 3.75rem; }
  .page-header--background {
    background-size: cover;
    padding: 20rem 0; }
  .page-header__header {
    position: relative; }
  .page-header__box {
    position: absolute;
    left: 0;
    top: -27.5%;
    height: 160%;
    width: 20%;
    border: 3px solid #fff;
    border-right: none;
    display: block;
    z-index: 2; }
    .page-header__box:after {
      content: " ";
      display: block;
      position: absolute;
      right: 0;
      width: 3px;
      background-color: white;
      height: 15%; }
    .page-header__box:before {
      content: " ";
      display: block;
      position: absolute;
      right: 0;
      width: 3px;
      background-color: white;
      height: 15%;
      bottom: 0; }

.homepage-features {
  background: #3d4347;
  color: #fff; }
  .homepage-features__list {
    list-style: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0; }
  .homepage-features__list-item {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.5em; }
    .homepage-features__list-item:after {
      content: " | "; }
    .homepage-features__list-item:last-child:after {
      content: ""; }

.homepage-content {
  background: #f5f5f5;
  padding: 2rem 0; }
  .homepage-content__article--separator {
    position: relative;
    width: 70%;
    float: left;
    padding-right: 10%; }
    .homepage-content__article--separator:after {
      position: absolute;
      top: 15%;
      height: 70%;
      right: 7.5%;
      bottom: 15%;
      content: " ";
      display: block;
      width: 3px;
      background-color: #3ac4b2; }
      @media (max-width: 992px) {
        .homepage-content__article--separator:after {
          display: none; } }
    @media (max-width: 992px) {
      .homepage-content__article--separator {
        border-bottom: 3px solid #3ac4b2;
        padding-bottom: 1rem; } }
  @media (max-width: 992px) {
    .homepage-content__article {
      width: 100%;
      float: none; } }
  .homepage-content__form {
    float: left;
    width: 30%; }
    @media (max-width: 992px) {
      .homepage-content__form {
        width: 100%;
        float: none; } }
  .homepage-content__form-title {
    margin-bottom: .9em;
    text-align: center; }

.supporting-content__title {
  font-weight: lighter;
  font-size: 4rem;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0;
  line-height: 1.5em; }
.supporting-content__article {
  background-color: #3d4347;
  color: #fff; }

.supporting-article {
  margin-bottom: 5.5rem; }
  .supporting-article__title {
    color: #01efcf;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 2.5rem;
    font-size: 2.5rem;
    line-height: 1.5em;
    margin-bottom: .5rem; }
    @media (max-width: 1200px) {
      .supporting-article__title {
        font-size: 2rem;
        margin-bottom: 1rem; } }
    @media (max-width: 992px) {
      .supporting-article__title {
        font-size: 2.5rem; } }
  .supporting-article__content {
    float: left;
    width: 35%;
    padding: 0 2rem; }
    .supporting-article__content p {
      margin: 0;
      line-height: 1.55em;
      font-weight: lighter;
      margin-bottom: 1rem; }
      .supporting-article__content p:last-child {
        margin-bottom: 0; }
    @media (max-width: 992px) {
      .supporting-article__content {
        width: 100%;
        float: none;
        padding-top: 1rem;
        padding-bottom: 3rem; } }
  .supporting-article__image {
    float: left;
    width: 65%; }
    .supporting-article__image img {
      max-width: 100%; }
    @media (max-width: 992px) {
      .supporting-article__image {
        width: 100%;
        float: none; } }
  .supporting-article:nth-child(even) .supporting-article__content {
    float: right; }

.featured-products__title {
  font-size: 3rem;
  font-weight: lighter;
  margin-bottom: 3rem;
  line-height: 1.5em; }
  @media (max-width: 768px) {
    .featured-products__title {
      text-align: center; } }
  .featured-products__title strong {
    font-weight: 600; }
.featured-products__article {
  width: 31%;
  float: left;
  margin-bottom: 2rem; }
  .featured-products__article img {
    max-width: 100%; }
  @media (max-width: 992px) {
    .featured-products__article {
      width: 48.5%; }
      .featured-products__article:nth-child(even) {
        margin-right: 1.5%; }
      .featured-products__article:nth-child(odd) {
        margin-left: 1.5%; } }
  .featured-products__article:nth-child(3) {
    margin-left: 3.5%;
    margin-right: 3.5%; }
    @media (max-width: 992px) {
      .featured-products__article:nth-child(3) {
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .featured-products__article:nth-child(3) {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 768px) {
    .featured-products__article {
      width: 100%;
      float: none;
      margin: 0 auto 3rem;
      max-width: 370px; }
      .featured-products__article:nth-child(even) {
        margin-right: auto; }
      .featured-products__article:nth-child(odd) {
        margin-left: auto; } }

.contact {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .contact--dark {
    background: #3d4347; }
  .contact__title {
    text-align: center;
    font-weight: lighter;
    font-size: 2.7rem;
    line-height: 1.5em;
    margin: 0 0 2em; }
    .contact__title--dark {
      color: #fff; }
  .contact__form {
    max-width: 320px;
    margin: 0 auto; }
    .contact__form .form-group {
      margin: 2rem 0; }

.product-breadcrumb {
  background-color: #575e62;
  border-top: 4px solid #3ac4b2;
  border-bottom: 4px solid #6d757a; }
  .product-breadcrumb__list {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 1rem; }
  .product-breadcrumb__list-item {
    display: inline-block;
    font-weight: lighter; }
    .product-breadcrumb__list-item:after {
      content: " / ";
      color: #d9d9d9; }
    .product-breadcrumb__list-item:last-child:after {
      display: none; }
    .product-breadcrumb__list-item a {
      font-size: 1.5rem;
      color: #3ac4b2; }
  .product-breadcrumb__title {
    margin: 0;
    position: relative;
    padding-bottom: 1.5rem;
    font-size: 3.5rem;
    color: #fff;
    border-bottom: 4px solid #3ac4b2;
    font-weight: lighter;
    top: 4px;
    padding-right: 5rem;
    display: inline-block; }
    @media (max-width: 768px) {
      .product-breadcrumb__title {
        border-bottom: 0;
        top: 4px;
        padding-right: 0; } }

.product-content {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .product-content__section {
    float: left;
    width: 50%; }
    .product-content__section--gallery {
      float: left;
      padding-right: 2rem; }
      @media (max-width: 1200px) {
        .product-content__section--gallery {
          width: 45%; } }
    .product-content__section--description {
      float: right;
      padding-left: 2rem; }
      @media (max-width: 1200px) {
        .product-content__section--description {
          width: 55%; } }
    @media (max-width: 992px) {
      .product-content__section {
        padding: 0;
        float: none;
        width: 100%; } }

.product-description__title {
  font-weight: lighter;
  margin: 0;
  padding: 0;
  font-size: 3.8rem; }
  @media (max-width: 768px) {
    .product-description__title {
      font-size: 3rem;
      padding-bottom: 1rem; } }
.product-description__product-code {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -.2px; }
.product-description__features {
  list-style: none;
  padding: 0;
  margin: 1rem 0; }
.product-description__feature {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -.2px;
  display: inline-block;
  line-height: 2em;
  position: relative;
  margin-right: .5rem; }
  .product-description__feature:last-child {
    margin-right: 0; }
  .product-description__feature:before {
    content: url("../images/icon-tick.png");
    position: relative;
    top: .7rem;
    margin-right: .5rem; }
.product-description__content {
  font-weight: lighter; }
  .product-description__content p {
    font-size: 1.4rem; }
  .product-description__content:after {
    display: block;
    content: " ";
    width: 80%;
    height: 1px;
    background-color: #d8d8d8;
    margin-top: 1rem;
    margin-bottom: 1rem; }
.product-description__specification-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -.2px;
  display: inline-block;
  border-bottom: 0.4rem solid #3ac4b2;
  padding-bottom: .4rem;
  padding-right: 6rem;
  margin-bottom: .5rem; }
.product-description__specifications {
  margin: 1rem 0 3rem;
  padding: 0;
  float: left;
  width: 50%;
  left: 4%;
  position: relative; }
  @media (max-width: 1200px) {
    .product-description__specifications:first-child {
      padding-right: 3rem; } }
  @media (max-width: 992px) {
    .product-description__specifications {
      width: calc(100% - 3rem);
      left: 0;
      float: none;
      margin-left: 3rem; }
      .product-description__specifications:first-child {
        padding-right: 0;
        margin-bottom: 0; }
      .product-description__specifications:last-child {
        margin-top: 0; } }
.product-description__specification {
  color: #3ac4b2;
  font-size: 2rem; }
  .product-description__specification--text {
    color: #3d4347;
    font-size: 1.5rem;
    position: relative;
    top: -.4rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: -.2px; }

.product-gallery img {
  max-width: 100%;
  height: auto; }
.product-gallery__main {
  margin-bottom: 1rem; }
.product-gallery__gallery {
  padding: 0;
  margin: 0;
  list-style: none; }
.product-gallery__gallery-item {
  display: inline-block;
  margin-right: 1rem;
  cursor: pointer;
  margin-top: 1rem; }
  .product-gallery__gallery-item:nth-child(4n+4) {
    margin-right: 0; }
  @media (max-width: 1200px) {
    .product-gallery__gallery-item {
      margin-right: .4rem; } }
  .product-gallery__gallery-item img {
    max-width: 127px; }
    @media (max-width: 480px) {
      .product-gallery__gallery-item img {
        max-width: 85px; } }

.related-products {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: #575e62 solid .4rem; }
  .related-products__title {
    font-weight: 100;
    margin: 0 0 2rem;
    padding: 0;
    font-size: 3rem; }
    @media (max-width: 768px) {
      .related-products__title {
        text-align: center; } }
  .related-products__article {
    float: left;
    width: 48.5%;
    max-width: 600px; }
    .related-products__article:nth-child(even) {
      margin-left: .75%;
      margin-right: .75%; }
    .related-products__article:nth-child(odd) {
      margin-left: .75%;
      margin-right: .75%; }
    @media (max-width: 992px) {
      .related-products__article .product-listing__content {
        position: relative; } }
    @media (max-width: 768px) {
      .related-products__article {
        width: 100%;
        margin: 0 auto 2.5rem;
        float: none; }
        .related-products__article:nth-child(even), .related-products__article:nth-child(odd) {
          margin: 0 auto 2.5rem; }
        .related-products__article:last-child {
          margin-bottom: 0; }
        .related-products__article .product-listing__content {
          position: absolute; } }
    @media (max-width: 480px) {
      .related-products__article .product-listing__content {
        position: relative; } }

.product-contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ececec; }
  @media (max-width: 992px) {
    .product-contact {
      padding-top: 1rem; } }
  .product-contact__item {
    float: left;
    width: 50%; }
    .product-contact__item:first-child {
      padding-right: 5rem; }
    .product-contact__item:last-child {
      padding-left: 5rem;
      position: relative; }
      .product-contact__item:last-child:after {
        display: block;
        content: " ";
        height: 80%;
        position: absolute;
        background: #d8d8d8;
        width: 1px;
        top: 10%;
        left: 0; }
    .product-contact__item h2 {
      text-transform: initial;
      font-weight: 300;
      font-size: 2.8rem; }
    @media (max-width: 992px) {
      .product-contact__item {
        width: 100%; }
        .product-contact__item:first-child {
          padding-bottom: 2rem;
          padding-right: 0; }
        .product-contact__item:last-child {
          padding-left: 0rem;
          padding-top: 2rem;
          position: relative; }
          .product-contact__item:last-child:after {
            height: 1px;
            width: 80%;
            top: 0rem;
            left: 0;
            right: 0;
            margin: 0 auto; } }
  .product-contact__article p {
    font-weight: 300;
    letter-spacing: -.3px; }

.safety-screen-logos {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .safety-screen-logos__list {
    margin: 0;
    padding: 0; }
    .safety-screen-logos__list img {
      max-width: 170px;
      height: auto; }
  .safety-screen-logos__list-item {
    display: inline-block;
    margin-bottom: .4rem; }

.quote-form__group {
  padding-bottom: 1.6rem; }

input, select, textarea {
  display: block;
  width: 100%;
  outline: none;
  padding: 1.5rem; }

.form-group--inline {
  float: left; }
.form-group--right {
  text-align: right; }
  .form-group--right input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 3rem;
    padding-right: 3rem; }
.form-group label {
  margin-bottom: 1rem;
  display: block;
  font-weight: lighter; }
.form-group__item {
  margin-bottom: 1rem;
  border-radius: .3rem;
  border: .2rem solid #ccccce; }
  .form-group__item--inline {
    border-width: .1rem;
    padding: 1.2rem;
    font-size: 1.2rem; }
  .form-group__item.wpcf7-not-valid {
    border-color: #f1a961; }
  .form-group__item::-webkit-input-placeholder {
    color: #3d4347; }
  .form-group__item:focus {
    border-color: #3ac4b2; }
  .contact--dark .form-group__item {
    background-color: #3d4347;
    color: #fff;
    border-width: .3rem; }
    .contact--dark .form-group__item::-webkit-input-placeholder {
      color: #fff; }
    .contact--dark .form-group__item--error {
      border-color: #ff7c44; }
      .contact--dark .form-group__item--error::-webkit-input-placeholder {
        color: #ffcc00; }
    .contact--dark .form-group__item:focus {
      background-color: #495055;
      border-color: #3ac4b2; }
      .contact--dark .form-group__item:focus::-webkit-input-placeholder {
        color: #fff; }
.form-group .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #ff4800;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem; }
  .article .form-group .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    color: #ff4800;
    padding-left: 2rem;
    padding-right: 2rem; }
  .contact--dark .form-group .wpcf7-not-valid-tip {
    color: #fbfe01; }

.mc4wp-alert p {
  font-size: 1.4rem;
  color: #3ac4b2;
  padding-left: 2rem;
  padding-right: 2rem; }

.mc4wp-error p {
  color: #ff4800; }

.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important; }

.mc4wp-form-fields, .mc4wp-form {
  clear: both; }

.quote-today {
  padding-top: 3rem; }
  .quote-today h2 {
    font-weight: normal;
    margin: 0;
    font-size: 3rem;
    margin-bottom: 1rem; }
  .quote-today__form-row {
    padding: 1rem 1rem;
    border-left: 1px #c4c7c2 solid;
    padding-left: 6rem; }
    .quote-today__form-row:last-of-type {
      padding-top: 4rem;
      border-left: 1px transparent solid; }
    @media (max-width: 992px) {
      .quote-today__form-row {
        margin-left: 0;
        padding-left: 0;
        border-left: 0; } }
  .quote-today .wpcf7-list-item-label {
    font-size: 1.25rem;
    display: inline-block; }
  .quote-today .wpcf7-list-item {
    display: inline-block; }
  .quote-today__form-item {
    display: block;
    float: left;
    box-sizing: border-box;
    padding-right: 2rem; }
    .quote-today__form-item--installation-requirements > label {
      margin-bottom: 10px; }
    @media (max-width: 1200px) {
      .quote-today__form-item {
        padding-right: 1.7rem; } }
    @media (max-width: 992px) {
      .quote-today__form-item {
        width: 100%; } }
  .quote-today input[type="radio"] {
    display: inline-block; }
  .quote-today input:not(.button), .quote-today textarea:not(.button), .quote-today select:not(.button) {
    margin-bottom: 1rem;
    border-radius: .3rem;
    border: .1rem solid #ccccce;
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
    background-color: #fff; }
    @media (max-width: 1200px) {
      .quote-today input:not(.button), .quote-today textarea:not(.button), .quote-today select:not(.button) {
        padding: 0.8rem; } }
    @media (max-width: 992px) {
      .quote-today input:not(.button), .quote-today textarea:not(.button), .quote-today select:not(.button) {
        width: 100%; } }
    .quote-today input:not(.button)::-webkit-input-placeholder, .quote-today textarea:not(.button)::-webkit-input-placeholder, .quote-today select:not(.button)::-webkit-input-placeholder {
      color: #3d4347; }
    .quote-today input:not(.button).wpcf7-not-valid, .quote-today textarea:not(.button).wpcf7-not-valid, .quote-today select:not(.button).wpcf7-not-valid {
      border-color: #f1a961; }
    .quote-today input:not(.button):focus, .quote-today textarea:not(.button):focus, .quote-today select:not(.button):focus {
      border-color: #3ac4b2; }
  .quote-today .button {
    max-width: 200px;
    padding: 1rem; }
  .quote-today select {
    -webkit-appearance: none;
    padding-right: 3rem !important;
    padding-left: 1rem !important;
    background-image: url("../images/dropdown-background.png");
    background-position: center;
    background-position-x: 92%;
    background-repeat: no-repeat;
    cursor: pointer; }
  .quote-today textarea {
    width: 508px;
    height: 100px; }
    @media (max-width: 992px) {
      .quote-today textarea {
        width: 100%;
        height: auto; } }
  .quote-today label {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.25rem; }
  .quote-today br {
    display: none; }
  .quote-today input[type="radio"][name="Installation_Requirements"] {
    display: inline-block;
    width: auto;
    position: relative;
    top: 0px;
    margin-left: 10px;
    margin-right: 10px; }
  .quote-today label[for="installation_requirements"] {
    font-weight: bold;
    margin-bottom: 1rem; }
  .quote-today span.Installation_Requirements {
    top: .5rem; }
  .quote-today .wpcf7-list-item label {
    display: inline-block; }
  .quote-today .wpcf7-not-valid-tip {
    display: block;
    border-color: #f1a961;
    font-size: 1.2rem;
    margin-bottom: 0rem;
    top: -3px;
    position: relative;
    left: 5px; }
    @media (max-width: 992px) {
      .quote-today .wpcf7-not-valid-tip {
        margin-bottom: 2rem; } }
  .quote-today div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    padding: 2rem;
    font-size: 1.3rem; }

.button {
  border: 1px solid #32a899;
  border-bottom: 4px solid #34b0a0;
  background: #3ac4b2;
  border-radius: .5rem;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600; }
  .button--orange {
    background-color: #f28e2c;
    border-color: #dd740e;
    border-bottom-color: #ec7c0f; }

.contact-list {
  list-style: none;
  padding: 0; }
  .contact-list__item {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.3rem; }
    @media (max-width: 406px) {
      .contact-list__item {
        margin: 0.5rem 0 0.5rem 0; } }
    .contact-list__item:first-child {
      margin-left: 0; }
    .contact-list__item--icon {
      background-repeat: no-repeat;
      padding-left: 30px; }
    .contact-list__item--email {
      background-image: url("../images/icon-email.png"); }
    .contact-list__item--phone {
      background-image: url("../images/icon-telephone.png");
      background-position-y: -2px;
      padding-left: 25px; }

.supporting-icons {
  background-color: #3ac4b2;
  color: #fff;
  padding: 0 0; }
  .supporting-icons__list {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    text-align: center; }
  .supporting-icons__list-item {
    display: inline-block;
    padding: 1.5rem 0;
    margin: 0 1rem; }
    @media (max-width: 992px) {
      .supporting-icons__list-item {
        width: 25%; } }
    @media (max-width: 768px) {
      .supporting-icons__list-item {
        width: 45%; } }
    @media (max-width: 480px) {
      .supporting-icons__list-item {
        width: 98%; } }

.supporting-icon__text {
  margin: 2rem 0 0;
  text-transform: uppercase;
  font-weight: 600; }

.newsletter-signup__container {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-left: #d8d8d8 1px solid;
  padding: 3em 1.5rem 3rem 8rem; }
  @media (max-width: 992px) {
    .newsletter-signup__container {
      padding: 0 1.5rem;
      border-left: none; } }
.newsletter-signup__title {
  font-size: 3.5rem;
  font-weight: lighter;
  margin: 0;
  line-height: 1.5em; }
  @media (max-width: 992px) {
    .newsletter-signup__title {
      text-align: center; } }
.newsletter-signup__form {
  margin-top: 3rem; }
.newsletter-signup__form-item {
  width: 24%;
  margin: 0 0.5%; }
  .newsletter-signup__form-item--submit {
    padding-top: 2.4rem; }
    @media (max-width: 992px) {
      .newsletter-signup__form-item--submit {
        padding-top: .5rem; } }
  @media (max-width: 992px) {
    .newsletter-signup__form-item {
      width: 100%;
      margin: .5rem 0; } }

.product-listing {
  position: relative;
  display: block; }
  .product-listing img {
    max-width: 100%;
    height: auto; }
  .product-listing__content {
    position: absolute;
    bottom: 0;
    background: #3ac4b2;
    background: rgba(58, 196, 178, 0.9);
    color: #fff;
    padding: 1rem; }
    .product-listing__content p {
      font-size: 1.5rem;
      line-height: 1.7em;
      font-weight: 600;
      margin: .5rem 0; }
  .product-listing__title {
    margin: 0;
    line-height: 1.5em;
    padding: 0;
    font-weight: lighter;
    font-size: 2.2rem; }
    @media (max-width: 1200px) {
      .product-listing__title {
        font-size: 2rem; } }
    @media (max-width: 992px) {
      .product-listing__title {
        font-size: 2.2rem; } }

/*# sourceMappingURL=main.css.map */
