/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Lato', sans-serif; }
  * a {
    font: inherit;
    text-decoration: none;
    color: inherit; }

body, html {
  font-size: 16px;
  margin: 0;
  padding: 0; }

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

.container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: block; }

.linksContainer {
  padding: 0 10%;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: block; }
  .linksContainer:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 900px) {
    .linksContainer {
      padding: 0; } }

.row:after {
  content: "";
  display: table;
  clear: both; }

* h1, * h2 {
  margin: 0;
  padding: 1rem 0; }

footer {
  padding-top: 100px;
  background: #f2ede8; }
  footer .slug {
    padding: 1% 5%;
    background: #454544;
    text-align: center;
    color: white; }
    footer .slug p {
      margin: 1rem 0; }
      @media screen and (max-width: 900px) {
        footer .slug p {
          font-size: 0.9rem; } }
      @media screen and (max-width: 500px) {
        footer .slug p {
          font-size: 0.8rem; } }

@media screen and (min-width: 901px) {
  nav {
    width: 100%;
    background: #d2cac2;
    display: table;
    float: left;
    margin-bottom: -5px;
    z-index: 900; }
    nav p.mobile {
      display: none; }
    nav ul {
      display: table !important;
      float: left;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      width: 100%;
      background: #d2cac2; }
      nav ul li {
        background: #d2cac2;
        display: table-cell;
        width: auto;
        vertical-align: middle;
        text-align: center;
        height: 100px;
        border-bottom: 5px solid rgba(255, 255, 255, 0.5);
        font-size: 1rem;
        position: relative; }
        nav ul li a {
          padding: 30px 0; }
        nav ul li:before {
          content: "";
          width: 100%;
          height: 5px;
          background-color: #c4beb7;
          visibility: hidden;
          position: absolute;
          right: 0;
          bottom: -5px;
          left: 0;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
        nav ul li:hover:before {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
        nav ul li.lshome {
          text-align: left;
          padding-left: 20px; } }
        @media screen and (min-width: 901px) and (min-width: 901px) {
          nav ul li.lshome {
            width: 50%; } }
        @media screen and (min-width: 901px) and (min-width: 1280px) {
          nav ul li.lshome {
            width: 60%; } }
        @media screen and (min-width: 901px) and (min-width: 1440px) {
          nav ul li.lshome {
            width: 65%; } }
@media screen and (min-width: 901px) {
          nav ul li.lshome a:hover {
            font-weight: bold; }
          nav ul li.lshome:before {
            height: 0;
            visibility: hidden; }
          nav ul li.lshome:hover:before {
            visibility: hidden; }
        nav ul li.activeNav {
          background: #c4beb7;
          border-bottom: 5px solid white;
          font-weight: bold; } }
nav.sticky {
  position: fixed;
  top: 0;
  float: none;
  display: block;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 900px) {
  p.mobile {
    height: 50px;
    position: relative;
    display: table;
    text-align: right;
    padding: 2% 20px;
    font-size: 2rem;
    margin: 0;
    width: 100%; }

  nav {
    width: 100%;
    background: #d2cac2;
    display: table;
    float: left;
    margin-bottom: -5px;
    z-index: 900; }
    nav ul {
      display: none;
      float: left;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      width: 100%;
      background: #d2cac2;
      height: 100vh; }
      nav ul li {
        background: #d2cac2;
        display: table-cell;
        float: left;
        width: 100%;
        padding: 4% 20px;
        vertical-align: middle;
        text-align: right;
        font-size: 1.2rem;
        position: relative; }
        nav ul li.activeNav {
          background: #c4beb7;
          font-weight: bold; }
        nav ul li a {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        nav ul li.lshome a > span {
          display: none; }
        nav ul li.lshome a:before {
          content: "Home"; }

  .displayMobileNav {
    display: table; } }
section#home header {
  display: table;
  width: 100%;
  height: 100%;
  background: url("/assets/images/homepage-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (min-width: 901px) {
    section#home header {
      background-attachment: fixed; } }
  section#home header .wrapper {
    display: table-cell;
    padding: 0 4%;
    text-align: center;
    vertical-align: middle;
    color: white; }
    @media screen and (max-width: 900px) {
      section#home header .wrapper {
        opacity: 1 !important; } }
    section#home header .wrapper img.logo {
      width: auto;
      margin: 0 auto;
      display: block; }
    section#home header .wrapper h1, section#home header .wrapper h2 {
      color: inherit;
      text-align: inherit; }
    section#home header .wrapper h1 {
      text-transform: uppercase;
      font-size: 4.5rem; }
    section#home header .wrapper h2 {
      width: 40%;
      margin: 0 auto;
      font-weight: 400;
      font-size: 2rem; }
  section#home header span {
    display: block;
    margin: auto;
    font-size: 2rem;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: white; }
  @media screen and (max-width: 900px) {
    section#home header .wrapper h1 {
      font-size: 2.5rem; }
    section#home header .wrapper h2 {
      font-size: 1.5rem;
      width: 60%; } }
  @media screen and (max-width: 500px) {
    section#home header .wrapper h1 {
      font-size: 1.5rem; }
    section#home header .wrapper h2 {
      font-size: 1.2rem;
      width: 90%; } }
section#home .intro {
  display: table;
  width: 100%;
  background: #f2ede8;
  margin-top: 100px; }
  @media screen and (max-width: 900px) {
    section#home .intro {
      margin-top: 50px; } }
  section#home .intro .col-4 {
    display: table-cell;
    width: 33.33334%;
    vertical-align: middle; }
    section#home .intro .col-4 img {
      float: left; }
  section#home .intro .col-8 {
    display: table-cell;
    width: 66.66667%;
    vertical-align: middle;
    padding: 0 4%; }
  section#home .intro h1 {
    font-weight: 400;
    font-size: 3.5rem; }
  section#home .intro p {
    font-size: 1.5rem;
    font-weight: 600; }
  section#home .intro p > a {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase; }
  section#home .intro h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center; }
  @media screen and (max-width: 1390px) {
    section#home .intro h1 {
      font-size: 2.5rem; }
    section#home .intro p {
      font-size: 1.2rem; }
    section#home .intro p > a {
      font-size: 0.9rem; }
    section#home .intro h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 1058px) {
    section#home .intro h1 {
      font-size: 1.4rem; }
    section#home .intro p {
      font-size: 1rem; }
    section#home .intro p > a {
      font-size: 0.8rem; }
    section#home .intro h2 {
      font-size: 1.2rem; } }
  @media screen and (min-width: 1001px) {
    section#home .intro h1 {
      padding-top: 0; } }
  @media screen and (min-width: 1200px) {
    section#home .intro h1 {
      font-size: 2rem; } }
  section#home .intro p {
    font-size: 1.2rem; }
    @media screen and (max-width: 1200px) {
      section#home .intro p {
        font-size: 1rem; } }
  section#home .intro p > a:hover {
    color: #a0b9b7; }
  @media screen and (max-width: 1000px) {
    section#home .intro .col-4 {
      width: 100%;
      float: left; }
      section#home .intro .col-4 img {
        height: 350px;
        object-fit: cover; }
    section#home .intro .col-8 {
      width: 100%;
      float: left; } }
  @media screen and (min-width: 901px) {
    section#home .intro h2 > a {
      position: relative; }
      section#home .intro h2 > a:hover {
        color: #000; }
        section#home .intro h2 > a:hover span {
          color: #a0b9b7; }
      section#home .intro h2 > a:before {
        content: "";
        width: 70%;
        height: 2px;
        background-color: #a0b9b7;
        visibility: hidden;
        position: absolute;
        right: 15%;
        bottom: -8px;
        left: 15%;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      section#home .intro h2 > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); } }
section#home .productList {
  display: table;
  width: 100%; }
  section#home .productList .col-4 {
    display: block;
    width: 33.33334%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    float: left; }
    section#home .productList .col-4 img {
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      transition: transform 0.3s ease; }
    section#home .productList .col-4 img:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    section#home .productList .col-4:hover img {
      -webkit-filter: blur(10px);
      filter: blur(10px);
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
      padding: 0;
      border: none !important;
      margin: 0;
      clear: none; }
    section#home .productList .col-4 .productContentWrap {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0 auto;
      width: 100%;
      text-align: center;
      display: table;
      color: white;
      padding: 2%; }
      section#home .productList .col-4 .productContentWrap p {
        text-transform: uppercase;
        font-size: 3rem;
        font-weight: 600;
        color: inherit;
        margin: 1rem 0;
        text-shadow: 0px 0px 12px grey; }
      section#home .productList .col-4 .productContentWrap p > a {
        font-size: 1rem;
        color: inherit; }
        section#home .productList .col-4 .productContentWrap p > a:hover {
          color: #c7c7c7;
          font-weight: bold; }
    @media screen and (max-width: 900px) {
      section#home .productList .col-4 {
        width: 100%;
        float: left; }
        section#home .productList .col-4 img {
          height: 350px;
          object-fit: cover; } }
section#home .productionOverview {
  display: table;
  width: 100%;
  background: #a0b9b7; }
  section#home .productionOverview .col-4 {
    display: table-cell;
    width: 33.33333%;
    vertical-align: middle; }
  section#home .productionOverview .col-8 {
    display: table-cell;
    width: 66.66667%;
    vertical-align: middle;
    padding: 2% 4%; }
  section#home .productionOverview h1 {
    font-weight: 400;
    font-size: 3.5rem; }
  section#home .productionOverview p {
    font-size: 1.5rem;
    font-weight: 600; }
  section#home .productionOverview p > a {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase; }
  section#home .productionOverview h2 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center; }
  @media screen and (max-width: 1390px) {
    section#home .productionOverview h1 {
      font-size: 2.5rem; }
    section#home .productionOverview p {
      font-size: 1.2rem; }
    section#home .productionOverview p > a {
      font-size: 0.9rem; }
    section#home .productionOverview h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 1058px) {
    section#home .productionOverview h1 {
      font-size: 1.4rem; }
    section#home .productionOverview p {
      font-size: 1rem; }
    section#home .productionOverview p > a {
      font-size: 0.8rem; }
    section#home .productionOverview h2 {
      font-size: 1.2rem; } }
  section#home .productionOverview p > a:hover {
    color: #f2ede8; }
  @media screen and (max-width: 900px) {
    section#home .productionOverview .col-4 {
      width: 100%;
      float: left; }
      section#home .productionOverview .col-4 img {
        height: 350px;
        object-fit: cover; }
    section#home .productionOverview .col-8 {
      width: 100%;
      float: left; } }

section#products header {
  background: url("/assets/images/products-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#products header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#products header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#products header {
      height: 40%; } }
  section#products header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#products header h1 {
        font-size: 4.5rem; } }
section#products article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#products article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#products article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#products article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#products .productsVariety {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#products .productsVariety .linksContainer {
    display: table; }
  section#products .productsVariety .col-4 {
    display: block;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center; }
    section#products .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      position: relative;
      font-size: 1.8rem; }
      @media screen and (max-width: 1300px) {
        section#products .productsVariety .col-4 p {
          font-size: 1.3rem; } }
      @media screen and (max-width: 1020px) {
        section#products .productsVariety .col-4 p {
          font-size: 1.1rem; } }
    @media screen and (max-width: 900px) {
      section#products .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#products .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#products .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#products .productsVariety .spacer {
    width: 16.66667%;
    height: 1px;
    display: block;
    float: left; }
    @media screen and (max-width: 900px) {
      section#products .productsVariety .spacer {
        display: none; } }
  section#products .productsVariety .maroon p {
    background: #b09794; }
  section#products .productsVariety .blue p {
    background: #a0b9b7; }
  section#products .productsVariety .green p {
    background: #8b8f76; }
  section#products .productsVariety .brown p {
    background: #c7c7c7; }
  section#products .productsVariety .grey p {
    background: #d2cac2; }
  section#products .productsVariety .col-4 p i {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.1s;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease 0.1s;
    transition: transform 0.5s ease, opacity 0.3s ease 0.1s; }
  section#products .productsVariety .col-4 a:hover p i {
    -webkit-transform: translate(70%, -50%);
    -moz-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    -o-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    opacity: 1; }

section#clothing header {
  background: url("/assets/images/clothing-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#clothing header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#clothing header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#clothing header {
      height: 40%; } }
  section#clothing header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#clothing header h1 {
        font-size: 4.5rem; } }
section#clothing article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#clothing article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#clothing article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#clothing article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#clothing .productsVariety {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#clothing .productsVariety .linksContainer {
    display: table; }
  section#clothing .productsVariety:after {
    content: "";
    display: table;
    clear: both; }
  section#clothing .productsVariety .spacer {
    display: block;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: 1px;
    content: " "; }
    @media screen and (max-width: 900px) {
      section#clothing .productsVariety .spacer {
        display: none; } }
  section#clothing .productsVariety .col-4 {
    display: block;
    width: 33.33333%;
    float: left;
    text-align: center; }
    section#clothing .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      font-size: 1.4rem; }
      @media screen and (max-width: 1110px) {
        section#clothing .productsVariety .col-4 p {
          font-size: 1.2rem; } }
      @media screen and (max-width: 940px) {
        section#clothing .productsVariety .col-4 p {
          font-size: 1rem; } }
    @media screen and (max-width: 900px) {
      section#clothing .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#clothing .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#clothing .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#clothing .productsVariety .maroon p {
    background: #b09794; }
  section#clothing .productsVariety .blue p {
    background: #a0b9b7; }
  section#clothing .productsVariety .green p {
    background: #8b8f76; }
  section#clothing .productsVariety .brown p {
    background: #c7c7c7; }

section#softFurnishing header {
  background: url("/assets/images/soft-furnishings-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#softFurnishing header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#softFurnishing header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#softFurnishing header {
      height: 40%; } }
  section#softFurnishing header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#softFurnishing header h1 {
        font-size: 4.5rem; } }
section#softFurnishing article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#softFurnishing article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#softFurnishing article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#softFurnishing article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#softFurnishing .productsVariety {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#softFurnishing .productsVariety .col-4 {
    display: table-cell;
    vertical-align: middle;
    width: 33.33334%;
    float: left;
    text-align: center;
    height: 100%; }
    section#softFurnishing .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      font-size: 1.8rem; }
      @media screen and (max-width: 1170px) {
        section#softFurnishing .productsVariety .col-4 p {
          font-size: 1.3rem; } }
    @media screen and (max-width: 900px) {
      section#softFurnishing .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#softFurnishing .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#softFurnishing .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#softFurnishing .productsVariety .maroon p {
    background: #b09794; }
  section#softFurnishing .productsVariety .blue p {
    background: #a0b9b7; }
  section#softFurnishing .productsVariety .green p {
    background: #8b8f76; }
  section#softFurnishing .productsVariety .brown p {
    background: #c7c7c7; }

section#bodyArmour header {
  background: url("/assets/images/body-armour-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#bodyArmour header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#bodyArmour header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#bodyArmour header {
      height: 40%; } }
  section#bodyArmour header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#bodyArmour header h1 {
        font-size: 4.5rem; } }
section#bodyArmour article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#bodyArmour article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#bodyArmour article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#bodyArmour article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#bodyArmour figure {
  padding: 0;
  margin: 0;
  background: url("/assets/images/body-armour-ribbon.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px; }
section#bodyArmour section {
  padding: 100px 0 0;
  background: #f2ede8; }

section#childrens header {
  background: url("/assets/images/childrens-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#childrens header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#childrens header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#childrens header {
      height: 40%; } }
  section#childrens header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#childrens header h1 {
        font-size: 4.5rem; } }
section#childrens article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#childrens article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#childrens article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#childrens article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#childrens .productsVariety {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#childrens .productsVariety .col-4 {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: 100%; }
    section#childrens .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      position: relative;
      font-size: 1.8rem; }
      @media screen and (max-width: 1300px) {
        section#childrens .productsVariety .col-4 p {
          font-size: 1.3rem; } }
      @media screen and (max-width: 1020px) {
        section#childrens .productsVariety .col-4 p {
          font-size: 1.1rem; } }
    @media screen and (max-width: 900px) {
      section#childrens .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#childrens .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#childrens .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#childrens .productsVariety .maroon p {
    background: #b09794; }
  section#childrens .productsVariety .blue p {
    background: #a0b9b7; }
  section#childrens .productsVariety .green p {
    background: #8b8f76; }
  section#childrens .productsVariety .col-4 p i {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.1s;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease 0.1s;
    transition: transform 0.5s ease, opacity 0.3s ease 0.1s; }
  section#childrens .productsVariety .col-4 a:hover p i {
    -webkit-transform: translate(70%, -50%);
    -moz-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    -o-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    opacity: 1; }

section#productionFacilities header {
  background: url("/assets/images/production-facilities-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#productionFacilities header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#productionFacilities header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#productionFacilities header {
      height: 40%; } }
  section#productionFacilities header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#productionFacilities header h1 {
        font-size: 4.5rem; } }
section#productionFacilities article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#productionFacilities article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#productionFacilities article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#productionFacilities article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#productionFacilities .productsVariety {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#productionFacilities .productsVariety .col-4 {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: 100%; }
    section#productionFacilities .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      position: relative;
      font-size: 1.8rem; }
      @media screen and (max-width: 1300px) {
        section#productionFacilities .productsVariety .col-4 p {
          font-size: 1.3rem; } }
      @media screen and (max-width: 1020px) {
        section#productionFacilities .productsVariety .col-4 p {
          font-size: 1.1rem; } }
    @media screen and (max-width: 900px) {
      section#productionFacilities .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#productionFacilities .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#productionFacilities .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#productionFacilities .productsVariety .maroon p {
    background: #b09794; }
  section#productionFacilities .productsVariety .blue p {
    background: #a0b9b7; }
  section#productionFacilities .productsVariety .green p {
    background: #8b8f76; }
  section#productionFacilities .productsVariety .col-4 p i {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.1s;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease 0.1s;
    transition: transform 0.5s ease, opacity 0.3s ease 0.1s; }
  section#productionFacilities .productsVariety .col-4 a:hover p i {
    -webkit-transform: translate(70%, -50%);
    -moz-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    -o-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    opacity: 1; }

section#bagsLuggageAccessories header {
  background: url("/assets/images/bags-luggage-accessories-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative;
  background-position: 50% 0; }
  @media screen and (max-width: 900px) {
    section#bagsLuggageAccessories header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#bagsLuggageAccessories header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#bagsLuggageAccessories header {
      height: 40%; } }
  section#bagsLuggageAccessories header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#bagsLuggageAccessories header h1 {
        font-size: 4.5rem; } }
section#bagsLuggageAccessories article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#bagsLuggageAccessories article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#bagsLuggageAccessories article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#bagsLuggageAccessories article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
section#bagsLuggageAccessories .productsVariety {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  background: #f2ede8; }
  section#bagsLuggageAccessories .productsVariety .col-4 {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: 100%; }
    section#bagsLuggageAccessories .productsVariety .col-4 p {
      padding: 5% 2%;
      margin: 0;
      text-transform: uppercase;
      color: white;
      position: relative;
      font-size: 1.8rem; }
      @media screen and (max-width: 1300px) {
        section#bagsLuggageAccessories .productsVariety .col-4 p {
          font-size: 1.3rem; } }
      @media screen and (max-width: 1020px) {
        section#bagsLuggageAccessories .productsVariety .col-4 p {
          font-size: 1.1rem; } }
    @media screen and (max-width: 900px) {
      section#bagsLuggageAccessories .productsVariety .col-4 {
        width: 100%;
        float: left; }
        section#bagsLuggageAccessories .productsVariety .col-4 img {
          height: 350px;
          object-fit: cover; }
        section#bagsLuggageAccessories .productsVariety .col-4 p {
          font-size: 1.6rem; } }
  section#bagsLuggageAccessories .productsVariety .maroon p {
    background: #b09794; }
  section#bagsLuggageAccessories .productsVariety .blue p {
    background: #a0b9b7; }
  section#bagsLuggageAccessories .productsVariety .green p {
    background: #8b8f76; }
  section#bagsLuggageAccessories .productsVariety .col-4 p i {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: table;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.1s;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.3s ease 0.1s;
    transition: transform 0.5s ease, opacity 0.3s ease 0.1s; }
  section#bagsLuggageAccessories .productsVariety .col-4 a:hover p i {
    -webkit-transform: translate(70%, -50%);
    -moz-transform: translate(70%, -50%);
    -ms-transform: translate(70%, -50%);
    -o-transform: translate(70%, -50%);
    transform: translate(70%, -50%);
    opacity: 1; }

section#ourStory header {
  background: url("/assets/images/our-story-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#ourStory header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#ourStory header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#ourStory header {
      height: 40%; } }
  section#ourStory header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#ourStory header h1 {
        font-size: 4.5rem; } }
section#ourStory article {
  background: #f2ede8;
  padding: 2% 2% 4%;
  padding-bottom: 2%; }
  section#ourStory article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#ourStory article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#ourStory article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
  @media screen and (min-width: 901px) {
    section#ourStory article {
      font-size: 1.4rem; } }
section#ourStory figure {
  padding: 0;
  margin: 0;
  background: url("/assets/images/our-story-ribbon.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px; }
section#ourStory .offshoreProduction {
  position: relative;
  display: table;
  width: 100%;
  background: #c7c7c7;
  overflow: hidden; }
  section#ourStory .offshoreProduction .col-8, section#ourStory .offshoreProduction .col-4 {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    transition: all 0.6s linear; }
  section#ourStory .offshoreProduction .col-4 {
    display: table-cell;
    width: 33.33334%;
    vertical-align: middle;
    position: relative;
    right: 0; }
  section#ourStory .offshoreProduction .col-8 {
    display: table-cell;
    width: 66.66667%;
    vertical-align: middle;
    padding: 2% 4%; }
  section#ourStory .offshoreProduction h1 {
    font-weight: 200;
    font-size: 2rem;
    color: white;
    margin: 0;
    padding-bottom: 0; }
  section#ourStory .offshoreProduction p {
    color: white;
    font-size: 1.2rem; }
    @media screen and (max-width: 1000px) {
      section#ourStory .offshoreProduction p {
        font-size: 1rem; } }
  section#ourStory .offshoreProduction a {
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase; }
    section#ourStory .offshoreProduction a:hover {
      color: #a0b9b7; }
  section#ourStory .offshoreProduction .readMore {
    display: none; }
  section#ourStory .offshoreProduction .readMoreBtn {
    display: block; }
  @media screen and (max-width: 900px) {
    section#ourStory .offshoreProduction .col-4 {
      width: 100%;
      float: left; }
      section#ourStory .offshoreProduction .col-4 img {
        height: 350px;
        object-fit: cover; }
    section#ourStory .offshoreProduction .col-8 {
      width: 100%;
      float: left; }
      section#ourStory .offshoreProduction .col-8 .readMore {
        display: block; }
      section#ourStory .offshoreProduction .col-8 .readMoreBtn {
        display: none; } }
section#ourStory .offshoreVisibleContent .col-8, section#ourStory .offshoreVisibleContent .col-4 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear; }
section#ourStory .offshoreVisibleContent .col-4 {
  width: 33.33333%;
  position: relative;
  opacity: 0;
  right: -33.33333%; }
section#ourStory .offshoreVisibleContent .col-8 {
  width: 100%; }
section#ourStory .offshoreVisibleContent .readMore {
  display: block; }
section#ourStory .farEast {
  display: table;
  position: relative;
  overflow: hidden; }
  section#ourStory .farEast .farEastText {
    padding: 2% 4%;
    background: #a0b9b7;
    display: table;
    float: left;
    width: 40%;
    height: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    section#ourStory .farEast .farEastText h1 {
      font-weight: 200;
      font-size: 2rem;
      color: white;
      margin: 0;
      padding-bottom: 0;
      z-index: 10; }
    section#ourStory .farEast .farEastText p {
      color: white;
      z-index: 10;
      font-size: 1rem;
      font-weight: 400; }
    section#ourStory .farEast .farEastText a {
      font-size: 1rem;
      font-style: italic;
      font-weight: 400;
      text-transform: lowercase; }
      section#ourStory .farEast .farEastText a:hover {
        color: #c4beb7; }
    section#ourStory .farEast .farEastText .hidden {
      display: none; }
    @media screen and (max-width: 900px) {
      section#ourStory .farEast .farEastText {
        width: 100%;
        position: relative;
        float: none; }
        section#ourStory .farEast .farEastText .hidden {
          display: block; }
        section#ourStory .farEast .farEastText .readMoreBtn {
          display: none; } }
section#ourStory .farEastVisibleContent .farEastText {
  background: rgba(160, 185, 183, 0.8);
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0; }
  section#ourStory .farEastVisibleContent .farEastText .content-wrap {
    display: block; }
  section#ourStory .farEastVisibleContent .farEastText .hidden {
    display: block; }

.errorMessage {
  color: #b09794;
  text-align: center;
  font-size: 1.1rem;
  display: block;
  width: 100%; }

section#contact header, section#contact-success header {
  background: url("/assets/images/contact-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#contact header, section#contact-success header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#contact header, section#contact-success header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#contact header, section#contact-success header {
      height: 40%; } }
  section#contact header h1, section#contact-success header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#contact header h1, section#contact-success header h1 {
        font-size: 4.5rem; } }
section#contact article, section#contact-success article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#contact article h2, section#contact-success article h2 {
    font-weight: 400;
    font-size: 2rem;
    text-align: center; }
    @media screen and (min-width: 901px) {
      section#contact article h2, section#contact-success article h2 {
        font-size: 2.5rem; } }
  section#contact article p.subtext, section#contact-success article p.subtext {
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
    @media screen and (min-width: 901px) {
      section#contact article p.subtext, section#contact-success article p.subtext {
        font-size: 1.2rem; } }
    @media screen and (max-width: 630px) {
      section#contact article p.subtext, section#contact-success article p.subtext {
        width: 96%; } }
  section#contact article .addressWrapper, section#contact-success article .addressWrapper {
    display: table;
    margin: 0 auto;
    width: 600px; }
    @media screen and (max-width: 900px) {
      section#contact article .addressWrapper, section#contact-success article .addressWrapper {
        width: 100%; } }
    section#contact article .addressWrapper p, section#contact-success article .addressWrapper p {
      text-align: left;
      width: auto; }
    section#contact article .addressWrapper .col-6, section#contact-success article .addressWrapper .col-6 {
      display: table-cell;
      width: 50%;
      padding: 2% 4%; }
      @media screen and (max-width: 630px) {
        section#contact article .addressWrapper .col-6, section#contact-success article .addressWrapper .col-6 {
          width: 100%;
          float: left; } }
      section#contact article .addressWrapper .col-6 p > a, section#contact-success article .addressWrapper .col-6 p > a {
        padding-left: 10px; }
      section#contact article .addressWrapper .col-6 p.nomarg, section#contact-success article .addressWrapper .col-6 p.nomarg {
        margin: 0; }
section#contact section.contactFormBlock, section#contact-success section.contactFormBlock {
  background: #f2ede8;
  padding: 2% 2% 100px; }
  section#contact section.contactFormBlock form, section#contact-success section.contactFormBlock form {
    width: 65%;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      section#contact section.contactFormBlock form, section#contact-success section.contactFormBlock form {
        width: 96%; } }
    @media screen and (max-width: 350px) {
      section#contact section.contactFormBlock form, section#contact-success section.contactFormBlock form {
        width: 100%; } }
    section#contact section.contactFormBlock form input, section#contact-success section.contactFormBlock form input {
      padding: 10px 20px;
      background: rgba(160, 185, 183, 0.2);
      font-size: 1rem;
      width: 100%;
      display: block;
      margin-bottom: 0.5rem;
      color: #a0b9b7;
      border: 0;
      outline: none; }
      section#contact section.contactFormBlock form input::-webkit-input-placeholder, section#contact-success section.contactFormBlock form input::-webkit-input-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form input::-moz-placeholder, section#contact-success section.contactFormBlock form input::-moz-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form input:-moz-placeholder, section#contact-success section.contactFormBlock form input:-moz-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form input:-ms-input-placeholder, section#contact-success section.contactFormBlock form input:-ms-input-placeholder {
        color: #a0b9b7; }
    section#contact section.contactFormBlock form input[type=submit], section#contact-success section.contactFormBlock form input[type=submit] {
      margin-top: 1rem;
      width: auto;
      padding: 10px 20px;
      background: darkgreen;
      margin-right: 0;
      margin-left: auto;
      color: white;
      border: 3px solid transparent; }
      section#contact section.contactFormBlock form input[type=submit]:hover, section#contact-success section.contactFormBlock form input[type=submit]:hover {
        border: 3px solid darkgreen;
        background: #f2ede8;
        color: darkgreen; }
    section#contact section.contactFormBlock form textarea, section#contact-success section.contactFormBlock form textarea {
      padding: 10px 20px;
      width: 100%;
      height: 350px;
      color: #a0b9b7;
      background: rgba(160, 185, 183, 0.2);
      display: block;
      border: 0;
      outline: none;
      resize: vertical; }
      section#contact section.contactFormBlock form textarea::-webkit-input-placeholder, section#contact-success section.contactFormBlock form textarea::-webkit-input-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form textarea::-moz-placeholder, section#contact-success section.contactFormBlock form textarea::-moz-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form textarea:-moz-placeholder, section#contact-success section.contactFormBlock form textarea:-moz-placeholder {
        color: #a0b9b7; }
      section#contact section.contactFormBlock form textarea:-ms-input-placeholder, section#contact-success section.contactFormBlock form textarea:-ms-input-placeholder {
        color: #a0b9b7; }
section#contact section#map, section#contact-success section#map {
  background: #f2ede8;
  width: 100%;
  height: 500px; }

section#contact-success header h1 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0); }
section#contact-success header .center {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  section#contact-success header .center h1 {
    padding-bottom: 0; }
  section#contact-success header .center p {
    margin-top: 0.8rem;
    text-align: center;
    color: white;
    font-size: 2rem; }
    section#contact-success header .center p a {
      background: #666;
      padding: 10px 20px;
      color: white;
      border: 2px solid white;
      font-size: 1rem;
      opacity: 0.8; }

section#offshoreProduction header {
  background: url("/assets/images/offshore-production-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  height: 60%;
  position: relative; }
  @media screen and (max-width: 900px) {
    section#offshoreProduction header {
      margin-top: 50px; } }
  @media screen and (max-width: 900px) {
    section#offshoreProduction header {
      height: 40%; } }
  @media screen and (max-width: 500px) {
    section#offshoreProduction header {
      height: 40%; } }
  section#offshoreProduction header h1 {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 3rem;
    text-shadow: 0 0 15px #666; }
    @media screen and (min-width: 901px) {
      section#offshoreProduction header h1 {
        font-size: 4.5rem; } }
section#offshoreProduction article {
  background: #f2ede8;
  padding: 2% 2% 4%; }
  section#offshoreProduction article h1 {
    font-weight: 400;
    font-size: 2rem; }
    section#offshoreProduction article h1 span {
      padding-left: 10px;
      font-weight: 700;
      font-size: 1rem; }
  @media screen and (min-width: 901px) {
    section#offshoreProduction article p {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px; } }
  @media screen and (min-width: 901px) {
    section#offshoreProduction article {
      font-size: 1.4rem; } }
section#offshoreProduction figure {
  padding: 0;
  margin: 0;
  background: url("/assets/images/our-story-ribbon.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 560px; }
section#offshoreProduction .locationsGrid {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #f2ede8; }
  section#offshoreProduction .locationsGrid .col-4 {
    display: table-cell;
    vertical-align: middle;
    width: 33.33333%;
    float: left;
    text-align: center;
    height: 100%; }
    @media screen and (max-width: 990px) {
      section#offshoreProduction .locationsGrid .col-4 {
        width: 100%;
        float: left; }
        section#offshoreProduction .locationsGrid .col-4 p {
          font-size: 1.6rem; } }
  section#offshoreProduction .locationsGrid .maroon {
    background: #b09794;
    padding: 20px 20px;
    position: relative; }
    @media screen and (min-width: 991px) {
      section#offshoreProduction .locationsGrid .maroon:before {
        content: " ";
        display: block;
        padding-top: 100%; } }
  section#offshoreProduction .locationsGrid .blue {
    background: #a0b9b7;
    padding: 20px 20px;
    position: relative; }
    @media screen and (min-width: 991px) {
      section#offshoreProduction .locationsGrid .blue:before {
        content: " ";
        display: block;
        padding-top: 100%; } }
  section#offshoreProduction .locationsGrid .green {
    background: #8b8f76;
    padding: 20px 20px;
    position: relative; }
    @media screen and (min-width: 991px) {
      section#offshoreProduction .locationsGrid .green:before {
        content: " ";
        display: block;
        padding-top: 100%; } }
  section#offshoreProduction .locationsGrid .content {
    padding: 8%; }
    @media screen and (min-width: 991px) {
      section#offshoreProduction .locationsGrid .content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        margin: auto;
        padding: 10%; } }
    section#offshoreProduction .locationsGrid .content h2 {
      color: white;
      font-weight: 400;
      text-align: left;
      font-size: 2.2rem; }
    section#offshoreProduction .locationsGrid .content p {
      text-align: left;
      color: white;
      font-size: 1rem;
      font-weight: 400; }
  @media screen and (max-width: 1130px) {
    section#offshoreProduction .locationsGrid .content h2 {
      padding-top: 0;
      margin: 0;
      font-size: 1.5rem; }
    section#offshoreProduction .locationsGrid .content p {
      margin-top: 0;
      font-size: 1rem; } }

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

.form-text {
  display: block;
  margin: .25rem 0 .5rem;
  font-weight: 400;
}

.text-danger {
  color: #dc3545 !important;
}

.is-invalid {
  border: 1px solid #dc3545 !important;
  padding-right: calc(1.5em + .75rem);
  background-color: rgba(160, 185, 183, 0.2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#contact-ok {
	width: 65%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
	#contact-ok {
		width: 96%;
	}
}