@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,800);
/* Main Gutters */
/* Column Gutter */
/*! 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: 1.5em;
  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;
}

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

body {
  font-size: 17px;
  background: white;
  font-family: 'Raleway', sans-serif;
}

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

figure {
  margin: 0;
}

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

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

body > div.hero {
  position: absolute;
  height: 614px;
  width: 100%;
  z-index: 0;
  background-image: url("../images/bg-placeholder.jpg");
  background-size: cover;
  background-position: center center;
}

body > div.hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 230px;
  z-index: -1;
  position: absolute;
  opacity: 0.7;
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #282828), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #282828 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ffffff', GradientType=0 );
}

body > div.hero:after {
  content: '';
  display: block;
  height: 164px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

@media only screen and (max-width: 1300px) {
  body > div.hero {
    height: 494px;
  }
}

@media only screen and (max-width: 550px) {
  body > div.hero {
    height: 414px;
  }
}

body > header {
  position: relative;
  height: 450px;
  width: 100%;
  z-index: 1;
}

.menu-reveal body > header {
  z-index: 10;
}

body > header span.gradient {
  display: block;
  width: 100%;
  background: red;
  height: 230px;
  z-index: -1;
  position: absolute;
  opacity: 0.3;
  background: #282828;
  background: -moz-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #282828), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #282828 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #282828 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ffffff', GradientType=0 );
}

body > header > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  height: 450px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1250px) {
  body > header > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 550px) {
  body > header > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body > header h1 {
  float: left;
  margin: 0;
}

body > header h1 img {
  width: 220px;
  height: auto;
  display: block;
}

body > header span.menu-toggle {
  position: relative;
  float: left;
  cursor: pointer;
  display: none;
  width: 29px;
  height: 24px;
  text-align: center;
}

body > header span.menu-toggle span,
body > header span.menu-toggle span:before,
body > header span.menu-toggle span:after {
  cursor: pointer;
  height: 4px;
  width: 29px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body > header span.menu-toggle > span {
  top: 10px;
}

body > header span.menu-toggle > span:before {
  top: -10px;
}

body > header span.menu-toggle > span:after {
  bottom: -10px;
}

.menu-reveal body > header span.menu-toggle span {
  background-color: transparent;
}

.menu-reveal body > header span.menu-toggle span:before,
.menu-reveal body > header span.menu-toggle span:after {
  top: 0;
}

.menu-reveal body > header span.menu-toggle span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-reveal body > header span.menu-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body > header ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 100px;
}

body > header ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

body > header ul.social li:first-of-type {
  margin-left: 0;
}

body > header ul.social li.facebook a {
  background-image: url(../images/facebook-icon-vertical.png);
}

body > header ul.social li.instagram a {
  background-image: url(../images/instagram-icon-vertical.png);
}

body > header ul.social a {
  display: block;
  width: 35px;
  height: 48px;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: 35px 48px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body > header ul.social a:hover {
  opacity: 1;
}

body > header img.awards {
  float: left;
  clear: left;
  width: 212px;
  height: auto;
  display: block;
  margin: 10px 0 0 10px;
}

body > header nav {
  float: right;
  text-transform: uppercase;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0.4em;
}

body > header nav:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: white;
  opacity: 0.5;
  position: absolute;
  top: 100%;
  left: 0;
}

body > header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body > header nav li {
  display: inline-block;
  margin-left: 2em;
}

body > header nav > ul > li {
  vertical-align: bottom;
  text-align: center;
  max-width: 6em;
  cursor: pointer;
}

body > header nav > ul > li:first-of-type {
  margin-left: 0;
}

body > header nav > ul > li.expanded > ul {
  visibility: visible;
  opacity: 1;
}

body > header nav > ul > li.expanded > a:before {
  opacity: 1;
}

body > header nav > ul > li > a {
  padding: 0.4em 0 0.6em 0;
  display: block;
  position: relative;
}

body > header nav > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 0.15em;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body > header nav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: left;
  padding: 0.6em 0 4em 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

body > header nav > ul > li > ul li:first-child {
  margin-left: 0;
}

body > header nav > ul > li > ul li:hover a {
  border-bottom: 0.2em solid white;
}

body > header nav > ul > li > ul li > a {
  padding-bottom: 0.2em;
}

body > header a {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  body > header {
    height: 330px;
  }
  body > header nav {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1250px) {
  body > header h1 img {
    width: 154px;
  }
  body > header ul.social {
    right: 40px;
  }
  body > header img.awards {
    width: 148px;
  }
}

@media only screen and (max-width: 1100px) {
  body > header nav {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  body > header h1 {
    position: absolute;
    right: 40px;
    top: 30px;
  }
  body > header h1 img {
    width: 140px;
  }
  body > header span.menu-toggle {
    display: block;
  }
  body > header ul.social {
    right: 0;
    top: 100px;
  }
  body > header ul.social li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  body > header ul.social li.facebook a {
    background-image: url(../images/facebook-icon-horizontal.png);
  }
  body > header ul.social li.instagram a {
    background-image: url(../images/instagram-icon-horizontal.png);
  }
  body > header ul.social a {
    width: 47px;
    height: 39px;
    background-size: 47px 39px;
  }
  body > header img.awards {
    position: absolute;
    top: 30px;
    right: 168px;
    z-index: -1;
    margin: 0;
  }
  body > header nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 95px;
    margin-top: 0;
    font-size: 23px;
    height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  body > header nav > ul {
    background: rgba(255, 255, 255, 0.95);
  }
  body > header nav > ul > li {
    text-align: left;
    max-width: 100%;
  }
  body > header nav > ul > li > a {
    padding: 0.5em 40px;
  }
  body > header nav > ul > li > a:before {
    content: none;
  }
  body > header nav > ul > li > ul {
    visibility: visible;
    opacity: 1;
    position: static;
    text-align: left;
    padding: 0;
    text-transform: none;
    height: 0;
    overflow: hidden;
  }
  body > header nav > ul > li > ul li > a {
    padding-bottom: 0.5em;
  }
  body > header nav > ul > li > ul li > a:before {
    content: '> ';
  }
  body > header nav > ul > li > ul li > a:hover {
    border-bottom: 1px solid #e6e6e6;
  }
  body > header nav li {
    display: block;
    margin-left: 0;
  }
  body > header nav a {
    display: block;
    color: black;
    padding: 0.5em 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .menu-reveal body > header nav {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
}

@media only screen and (max-width: 550px) {
  body > header {
    height: 250px;
  }
  body > header > div {
    padding-top: 20px;
    height: 250px;
  }
  body > header h1 {
    right: 20px;
    top: 15px;
  }
  body > header h1 img {
    width: 120px;
  }
  body > header ul.social {
    top: 75px;
  }
  body > header ul.social a {
    width: 42px;
    height: 35px;
    background-size: 42px 35px;
  }
  body > header img.awards {
    width: 120px;
    right: 134px;
    top: 16px;
  }
  body > header nav {
    top: 63px;
  }
}

body > footer {
  *zoom: 1;
  clear: both;
  position: relative;
  z-index: 1;
  color: #666666;
  font-size: 14px;
}

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

body > footer:after {
  clear: both;
}

body > footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  width: 100%;
  background: rgba(102, 102, 102, 0);
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.28) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.28)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.28) 100%);
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.28) 100%);
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.28) 100%);
  background: linear-gradient(to bottom, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.28) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666', GradientType=0 );
}

body > footer > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  *zoom: 1;
  clear: both;
  padding-top: 14px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 1250px) {
  body > footer > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 550px) {
  body > footer > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body > footer > div:before,
body > footer > div:after {
  content: " ";
  display: table;
}

body > footer > div:after {
  clear: both;
}

body > footer div.signup-form {
  background-color: #d8d8d8;
  text-align: left;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body > footer div.signup-form form {
  background-color: #d8d8d8;
  padding: 18px 0 18px 0;
}

body > footer div.signup-form form.loading button:before,
body > footer div.signup-form form.loading button:after {
  visibility: visible;
}

body > footer div.signup-form label {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  display: block;
}

body > footer div.signup-form input {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 4px;
  border: 1px solid #dedede;
}

body > footer div.signup-form button {
  border: 1px solid #dedede;
  background-color: #b2b2b1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: white;
  width: 100%;
  height: 30px;
  margin: 6px 0 0 0;
  position: relative;
  outline: none;
}

body > footer div.signup-form button:before,
body > footer div.signup-form button:after {
  visibility: hidden;
}

body > footer div.signup-form button:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #b2b2b1;
}

body > footer div.signup-form button:after {
  content: url(../images/ajax-loader.gif);
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -8px;
}

body > footer div.signup-form output {
  font-size: 10px;
  margin: 5px 0;
  display: block;
}

body > footer a.signup-mobile {
  display: none;
  position: relative;
  left: -20px;
  width: 209px;
  height: 62px;
  margin-bottom: 20px;
  background-image: url(../images/enews-signup-horizontal.png);
  background-size: 209px 62px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body > footer div.tagline {
  float: left;
  text-transform: uppercase;
  margin-top: 1.5em;
}

body > footer nav {
  float: right;
}

body > footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

body > footer nav li {
  display: inline-block;
  margin-left: 1em;
}

body > footer nav li:first-of-type {
  margin-left: 0;
}

body > footer nav > span {
  float: right;
  clear: right;
  font-size: 0.8em;
}

body > footer nav > span a {
  text-decoration: none;
}

body > footer a {
  color: #666666;
}

@media only screen and (max-width: 1100px) {
  body > footer div.tagline {
    font-size: 13px;
    margin-top: 1.6em;
  }
}

@media only screen and (max-width: 1030px) {
  body > footer {
    text-align: center;
  }
  body > footer div.tagline,
  body > footer nav {
    display: block;
    float: none;
  }
  body > footer div.tagline {
    margin-top: 1em;
    margin-bottom: 1.6em;
  }
  body > footer nav ul,
  body > footer nav > span {
    float: none;
  }
}

@media only screen and (max-width: 500px) {
  body > footer a.signup-mobile {
    display: block;
  }
}

body > div.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-reveal body > div.overlay {
  visibility: visible;
  opacity: 1;
}

body > article {
  position: relative;
  min-height: 500px;
  z-index: 2;
}

body > article:before {
  content: '';
  display: block;
  background: white;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -4px;
}

body > article > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  *zoom: 1;
  clear: both;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

@media only screen and (max-width: 1250px) {
  body > article > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 550px) {
  body > article > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body > article > div:before,
body > article > div:after {
  content: " ";
  display: table;
}

body > article > div:after {
  clear: both;
}

body > article header {
  *zoom: 1;
  clear: both;
  margin-bottom: 30px;
}

body > article header:before,
body > article header:after {
  content: " ";
  display: table;
}

body > article header:after {
  clear: both;
}

body > article header h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  letter-spacing: 0.08em;
  max-width: 20em;
  float: left;
}

body > article header a.stockist-enquiry {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.3em;
  letter-spacing: 0.08em;
  float: right;
  color: black;
  margin-bottom: 20px;
}

body > article div.content {
  line-height: 1.4;
  width: 100%;
  position: relative;
}

body > article div.content > * {
  margin-top: 0;
}

body > article div.content.has-images {
  width: 60%;
  float: left;
  padding-right: 15px;
}

body > article div.content > figure {
  margin: 1em 0;
  display: none;
}

body > article div.images {
  width: 35%;
  float: right;
  padding-left: 15px;
}

body > article div.images figure {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  body > article header a.stockist-enquiry {
    float: left;
    clear: left;
  }
}

@media only screen and (max-width: 1100px) {
  body > article div.content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  body > article div.content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  body > article div.content {
    font-size: 14px;
  }
  body > article div.content.has-images {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  body > article div.content > figure {
    display: block;
    margin: 1.4em 0;
  }
  body > article div.images {
    display: none;
  }
}

.home body > article div.content {
  *zoom: 1;
  clear: both;
  padding-left: 440px;
  padding-right: 100px;
  margin-bottom: 1em;
}

.home body > article div.content:before,
.home body > article div.content:after {
  content: " ";
  display: table;
}

.home body > article div.content:after {
  clear: both;
}

.home body > article div.introduction {
  float: right;
}

.home body > article div.introduction h2 {
  font-weight: normal;
}

.home body > article div.introduction > * {
  margin-top: 0;
}

.home body > article div.video {
  float: left;
  margin-left: -440px;
  width: 375px;
}

.home body > article div.video p {
  margin: 0;
}

.home body > article ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home body > article ul.logos li {
  display: inline-block;
  margin-left: 4em;
  margin-bottom: 1em;
}

.home body > article ul.logos li:first-of-type {
  margin-left: 0;
}

.home body > article ul.logos img {
  display: block;
}

@media only screen and (max-width: 1100px) {
  .home body > article div.content {
    padding-left: 350px;
  }
  .home body > article div.video {
    margin-left: -350px;
    width: 300px;
  }
  .home body > article ul.logos {
    font-size: 13.5px;
  }
}

@media only screen and (max-width: 900px) {
  .home body > article ul.logos {
    font-size: 11px;
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
  .home body > article div.content {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .home body > article div.introduction {
    margin-bottom: 1.5em;
    padding-right: 100px;
  }
  .home body > article div.video {
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }
  .home body > article ul.logos {
    font-size: 13px;
    max-width: 40em;
    margin: auto;
  }
}

@media only screen and (max-width: 600px) {
  .home body > article ul.logos {
    font-size: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .home body > article div.introduction {
    padding-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .home body > article ul.logos {
    font-size: 7px;
  }
}

body > article a.signup {
  position: absolute;
  right: -13px;
  top: -35px;
  display: block;
  width: 71px;
  height: 209px;
  cursor: pointer;
  background-image: url(../images/enews-signup-vertical.png);
  background-size: 71px 209px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.signup-reveal body > article a.signup {
  right: 187px;
}

body > article div.signup-form {
  width: 0px;
  overflow: hidden;
  position: absolute;
  top: -35px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body > article div.signup-form form {
  width: 200px;
  height: 197px;
  background-color: #d8d8d8;
  padding: 18px 18px 0 18px;
}

body > article div.signup-form form.loading button:before,
body > article div.signup-form form.loading button:after {
  visibility: visible;
}

body > article div.signup-form label {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.8em;
}

body > article div.signup-form input {
  width: 100%;
  margin: 0 0 10px 0;
}

body > article div.signup-form button {
  background-color: #b2b2b1;
  border: 1px solid #dedede;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.08em;
  font-size: 0.8em;
  color: white;
  width: 100%;
  height: 30px;
  margin: 6px 0 0 0;
  position: relative;
}

body > article div.signup-form button:before,
body > article div.signup-form button:after {
  visibility: hidden;
}

body > article div.signup-form button:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #b2b2b1;
}

body > article div.signup-form button:after {
  content: url(../images/ajax-loader.gif);
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -8px;
}

body > article div.signup-form output {
  font-size: 10px;
}

.signup-reveal body > article div.signup-form {
  width: 200px;
  box-shadow: 5px 4px 15px rgba(51, 51, 51, 0.4);
}

@media only screen and (max-width: 500px) {
  body > article a.signup,
  body > article div.signup-form {
    display: none;
  }
}

.blog div.posts {
  max-width: 910px;
  line-height: 1.4;
}

.blog div.posts > article {
  padding: 30px 0;
  border-top: 1px solid #b2b2b2;
}

.blog div.posts > article:first-child {
  padding-top: 0;
  border-top: none;
}

.blog div.posts > article > a {
  *zoom: 1;
  clear: both;
  display: block;
  padding-left: 280px;
}

.blog div.posts > article > a:before,
.blog div.posts > article > a:after {
  content: " ";
  display: table;
}

.blog div.posts > article > a:after {
  clear: both;
}

.blog div.posts > article img {
  max-width: 250px;
  float: left;
  margin-left: -280px;
}

.blog div.posts > article h2 {
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

.blog div.posts > article p strong {
  display: inline-block;
}

.blog div.posts > article a {
  text-decoration: none;
  color: black;
}

.blog div.posts div.pagination {
  padding-left: 280px;
  text-transform: uppercase;
}

.blog div.posts div.pagination .page-numbers {
  margin: 0 0.2em;
  display: inline-block;
}

.blog div.posts div.pagination .page-numbers:first-child {
  margin-left: 0;
}

.blog div.posts div.pagination a {
  color: black;
}

@media only screen and (max-width: 1250px) {
  .blog div.posts {
    max-width: 800px;
  }
  .blog div.posts > article > a {
    padding-left: 230px;
  }
  .blog div.posts > article img {
    max-width: 200px;
    margin-left: -230px;
  }
  .blog div.posts div.pagination {
    padding-left: 230px;
  }
}

@media only screen and (max-width: 1030px) {
  .blog div.posts div.pagination {
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 900px) {
  .blog div.posts {
    font-size: 14px;
  }
}

@media only screen and (max-width: 700px) {
  .blog div.posts {
    font-size: 12px;
  }
  .blog div.posts > article {
    padding: 20px 0;
  }
  .blog div.posts > article > a {
    padding-left: 170px;
  }
  .blog div.posts > article img {
    max-width: 150px;
    margin-left: -170px;
  }
}

@media only screen and (max-width: 600px) {
  .blog div.posts > article > a {
    padding-left: 140px;
  }
  .blog div.posts > article img {
    max-width: 120px;
    margin-left: -140px;
  }
}

@media only screen and (max-width: 440px) {
  .blog div.posts {
    font-size: 14px;
  }
  .blog div.posts > article > a {
    padding-left: 0;
  }
  .blog div.posts > article img {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.single-post body > article > div > h2 {
  font-weight: normal;
  margin: 30px 0;
}

.single-post div.post {
  line-height: 1.4;
  float: left;
  width: 50%;
  padding-right: 15px;
}

.single-post div.post > *:first-child {
  margin-top: 0;
}

.single-post div.post a {
  color: black;
}

.single-post div.image {
  float: right;
  width: 45%;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 900px) {
  .single-post div.post {
    font-size: 14px;
  }
}

@media only screen and (max-width: 800px) {
  .single-post div.post,
  .single-post div.image {
    font-size: 16px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .single-post div.post {
    font-size: 14px;
  }
}

.page-template-product-landing body > article div.images {
  width: 40%;
}

.page-template-product-landing body > article div.images img {
  display: inline-block;
}

.page-template-product-landing body > article ul.logos {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 17px;
  max-width: 25em;
  float: right;
}

.page-template-product-landing body > article ul.logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1em 1.2em;
}

.page-template-product-landing body > article ul.logos img {
  max-width: 100%;
}

@media only screen and (max-width: 1400px) {
  .page-template-product-landing body > article ul.logos {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-template-product-landing body > article ul.logos {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-template-product-landing body > article ul.logos {
    font-size: 11px;
  }
}

@media only screen and (max-width: 800px) {
  .page-template-product-landing body > article div.content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
  }
  .page-template-product-landing body > article div.images {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .page-template-product-landing body > article ul.logos {
    text-align: center;
    max-width: 60%;
    float: none;
    margin: auto;
  }
}

.tax-product-category body > article header {
  margin-bottom: 10px;
}

.tax-product-category body > article header h1 {
  margin-bottom: 20px;
}

.tax-product-category body > article header img {
  float: left;
  margin: -30px 23px 20px 0;
}

.tax-product-category ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tax-product-category ul.products > li {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  display: inline-block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  margin-bottom: 30px;
}

.tax-product-category ul.products > li > div {
  *zoom: 1;
  clear: both;
  border: 1px solid black;
  padding: 17px;
  padding-left: 210px;
  width: 100%;
}

.tax-product-category ul.products > li > div:before,
.tax-product-category ul.products > li > div:after {
  content: " ";
  display: table;
}

.tax-product-category ul.products > li > div:after {
  clear: both;
}

.tax-product-category ul.products > li > div > a {
  display: block;
  float: left;
  border: 1px solid #b2b2b2;
  margin-left: -193px;
  position: relative;
}

.tax-product-category ul.products > li > div > a:before,
.tax-product-category ul.products > li > div > a:after {
  content: '';
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tax-product-category ul.products > li > div > a:before {
  background: rgba(102, 102, 102, 0.6);
  top: 0;
  bottom: 0;
  width: 100%;
}

.tax-product-category ul.products > li > div > a:after {
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background-image: url(../images/expand-icon.png);
  background-size: 30px;
}

.tax-product-category ul.products > li > div > a:hover:before,
.tax-product-category ul.products > li > div > a:hover:after {
  visibility: visible;
  opacity: 1;
}

.tax-product-category ul.products img {
  max-width: 166px;
  min-width: 166px;
  min-height: 166px;
  display: block;
  width: 100%;
  height: auto;
}

.tax-product-category ul.products h2 {
  margin: 0;
  font-size: 1.1em;
}

.tax-product-category ul.products p {
  font-size: 0.8em;
  line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
  .tax-product-category ul.products > li {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .tax-product-category ul.products {
    font-size: 14px;
  }
  .tax-product-category ul.products > li > div {
    padding-left: 17px;
  }
  .tax-product-category ul.products > li > div > a {
    float: none;
    margin-left: 0;
    margin-bottom: 17px;
  }
  .tax-product-category ul.products img {
    max-width: 100%;
  }
  .tax-product-category ul.products p {
    font-size: 1em;
  }
}

.page-template-contact-page div.contacts {
  max-width: 62em;
}

.page-template-contact-page div.contacts div.row {
  border-top: 1px solid #b7b7b7;
}

.page-template-contact-page div.contacts div.row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.page-template-contact-page div.contacts div.row > * {
  display: inline-block;
  vertical-align: top;
}

.page-template-contact-page div.contacts div.row > * > * {
  margin-top: 0;
}

.page-template-contact-page div.contacts a {
  color: black;
  text-decoration: none;
}

.page-template-contact-page div.contacts a:hover {
  text-decoration: underline;
}

.page-template-contact-page div.logos {
  width: 34%;
  padding: 2em 0;
}

.page-template-contact-page div.logos img {
  display: inline-block;
  margin: 0 2em 1em 0;
}

.page-template-contact-page div.address,
.page-template-contact-page div.details {
  width: 33%;
  padding: 2em 2em 2em 0;
}

@media only screen and (max-width: 1200px) {
  .page-template-contact-page div.contacts {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1000px) {
  .page-template-contact-page div.contacts {
    font-size: 13px;
  }
}

@media only screen and (max-width: 800px) {
  .page-template-contact-page div.contacts {
    font-size: 17px;
  }
  .page-template-contact-page div.logos {
    width: 100%;
    padding-bottom: 0;
  }
  .page-template-contact-page div.address,
  .page-template-contact-page div.details {
    width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .page-template-contact-page div.contacts {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .page-template-contact-page div.address,
  .page-template-contact-page div.details {
    width: 100%;
  }
  .page-template-contact-page div.address {
    padding-bottom: 0;
  }
}

.page-template-three-column-listing ul.blocks {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1.4;
  margin-top: -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-three-column-listing ul.blocks li {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  /* this madness targets the last row in a balanced/unbalanced 4 column grid */
}

.page-template-three-column-listing ul.blocks li:before {
  content: '';
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):before {
  left: 15px;
}

.page-template-three-column-listing ul.blocks li:nth-of-type(3n+3):before {
  right: 15px;
}

.page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):nth-last-child(-n+3):before,
.page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):nth-last-child(-n+3) ~ li:before {
  content: none;
}

.page-template-three-column-listing ul.blocks img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.page-template-three-column-listing ul.blocks h2 {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0 0 0.2em 0;
}

.page-template-three-column-listing ul.blocks p {
  margin-top: 0;
}

@media only screen and (max-width: 1200px) {
  .page-template-three-column-listing ul.blocks {
    font-size: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .page-template-three-column-listing ul.blocks li {
    width: 50%;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):before {
    left: 0;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(3n+3):before {
    right: 0;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(2n+1):before {
    left: 15px;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(2n):before {
    right: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .page-template-three-column-listing ul.blocks {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-three-column-listing ul.blocks li {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(2n+1):before {
    left: 0;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(2n):before {
    right: 0;
  }
  .page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):nth-last-child(-n+3):before,
  .page-template-three-column-listing ul.blocks li:nth-of-type(3n+1):nth-last-child(-n+3) ~ li:before {
    content: '';
  }
  .page-template-three-column-listing ul.blocks li:nth-last-child(-n+1):before {
    content: none !important;
  }
}

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