/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

html {
  box-sizing: border-box; }

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

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #006C67;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #006C67; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination {
  font-size: 24px;
  text-align: center; }
  .pagination li {
    display: inline-block;
    text-align: center;
    vertical-align: top; }
    .pagination li a {
      color: #001100;
      display: inline-block;
      font-size: 1.2rem;
      padding: 0 12px;
      line-height: 30px; }
    .pagination li.active a {
      color: #C7A412; }
    .pagination li.disabled a {
      cursor: default;
      color: #999; }
    .pagination li img {
      width: 17px;
      vertical-align: middle;
      display: inline-block; }
  .pagination li.pages ul li {
    display: inline-block;
    float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr, table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 7px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; } }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
  /*       width:50%;
         height: 50%;*/
  border-radius: 50%;
  transition: all .2s; }

.youtube-player .play:after {
  content: " ";
  display: block;
  background-color: transparent;
  border-left: 40px solid #006C67;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.container {
  margin: 0 auto;
  max-width: 1186px;
  width: 100%;
  padding: 0px 23px; }

.wide-container {
  max-width: none;
  width: 100%;
  padding: 0px 23px; }

@media only screen and (min-width: 601px) {
  .container {
    max-width: 1194px;
    padding: 0px 27px; } }
.container .row {
  margin-left: -13.5px;
  margin-right: -13.5px; }

.row {
  margin-left: auto;
  margin-right: auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 13.5px;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1141px) {
      .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-xl1 {
        right: 8.3333333333%; }
      .row .col.push-xl1 {
        left: 8.3333333333%; }
      .row .col.offset-xl2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-xl2 {
        right: 16.6666666667%; }
      .row .col.push-xl2 {
        left: 16.6666666667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-xl4 {
        right: 33.3333333333%; }
      .row .col.push-xl4 {
        left: 33.3333333333%; }
      .row .col.offset-xl5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-xl5 {
        right: 41.6666666667%; }
      .row .col.push-xl5 {
        left: 41.6666666667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-xl7 {
        right: 58.3333333333%; }
      .row .col.push-xl7 {
        left: 58.3333333333%; }
      .row .col.offset-xl8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-xl8 {
        right: 66.6666666667%; }
      .row .col.push-xl8 {
        left: 66.6666666667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-xl10 {
        right: 83.3333333333%; }
      .row .col.push-xl10 {
        left: 83.3333333333%; }
      .row .col.offset-xl11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-xl11 {
        right: 91.6666666667%; }
      .row .col.push-xl11 {
        left: 91.6666666667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

.eight-col-row {
  margin-left: auto;
  margin-right: auto; }
  .eight-col-row:after {
    content: "";
    display: table;
    clear: both; }
  .eight-col-row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 13.5px;
    min-height: 1px; }
    .eight-col-row .col[class*="push-"], .eight-col-row .col[class*="pull-"] {
      position: relative; }
    .eight-col-row .col.s1 {
      width: 12.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s2 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s3 {
      width: 37.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s4 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s5 {
      width: 62.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s6 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s7 {
      width: 87.5%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.s8 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .eight-col-row .col.offset-s1 {
      margin-left: 12.5%; }
    .eight-col-row .col.pull-s1 {
      right: 12.5%; }
    .eight-col-row .col.push-s1 {
      left: 12.5%; }
    .eight-col-row .col.offset-s2 {
      margin-left: 25%; }
    .eight-col-row .col.pull-s2 {
      right: 25%; }
    .eight-col-row .col.push-s2 {
      left: 25%; }
    .eight-col-row .col.offset-s3 {
      margin-left: 37.5%; }
    .eight-col-row .col.pull-s3 {
      right: 37.5%; }
    .eight-col-row .col.push-s3 {
      left: 37.5%; }
    .eight-col-row .col.offset-s4 {
      margin-left: 50%; }
    .eight-col-row .col.pull-s4 {
      right: 50%; }
    .eight-col-row .col.push-s4 {
      left: 50%; }
    .eight-col-row .col.offset-s5 {
      margin-left: 62.5%; }
    .eight-col-row .col.pull-s5 {
      right: 62.5%; }
    .eight-col-row .col.push-s5 {
      left: 62.5%; }
    .eight-col-row .col.offset-s6 {
      margin-left: 75%; }
    .eight-col-row .col.pull-s6 {
      right: 75%; }
    .eight-col-row .col.push-s6 {
      left: 75%; }
    .eight-col-row .col.offset-s7 {
      margin-left: 87.5%; }
    .eight-col-row .col.pull-s7 {
      right: 87.5%; }
    .eight-col-row .col.push-s7 {
      left: 87.5%; }
    .eight-col-row .col.offset-s8 {
      margin-left: 100%; }
    .eight-col-row .col.pull-s8 {
      right: 100%; }
    .eight-col-row .col.push-s8 {
      left: 100%; }
    @media only screen and (min-width: 601px) {
      .eight-col-row .col.m1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.m8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.offset-m1 {
        margin-left: 12.5%; }
      .eight-col-row .col.pull-m1 {
        right: 12.5%; }
      .eight-col-row .col.push-m1 {
        left: 12.5%; }
      .eight-col-row .col.offset-m2 {
        margin-left: 25%; }
      .eight-col-row .col.pull-m2 {
        right: 25%; }
      .eight-col-row .col.push-m2 {
        left: 25%; }
      .eight-col-row .col.offset-m3 {
        margin-left: 37.5%; }
      .eight-col-row .col.pull-m3 {
        right: 37.5%; }
      .eight-col-row .col.push-m3 {
        left: 37.5%; }
      .eight-col-row .col.offset-m4 {
        margin-left: 50%; }
      .eight-col-row .col.pull-m4 {
        right: 50%; }
      .eight-col-row .col.push-m4 {
        left: 50%; }
      .eight-col-row .col.offset-m5 {
        margin-left: 62.5%; }
      .eight-col-row .col.pull-m5 {
        right: 62.5%; }
      .eight-col-row .col.push-m5 {
        left: 62.5%; }
      .eight-col-row .col.offset-m6 {
        margin-left: 75%; }
      .eight-col-row .col.pull-m6 {
        right: 75%; }
      .eight-col-row .col.push-m6 {
        left: 75%; }
      .eight-col-row .col.offset-m7 {
        margin-left: 87.5%; }
      .eight-col-row .col.pull-m7 {
        right: 87.5%; }
      .eight-col-row .col.push-m7 {
        left: 87.5%; }
      .eight-col-row .col.offset-m8 {
        margin-left: 100%; }
      .eight-col-row .col.pull-m8 {
        right: 100%; }
      .eight-col-row .col.push-m8 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .eight-col-row .col.l1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.l8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.offset-l1 {
        margin-left: 12.5%; }
      .eight-col-row .col.pull-l1 {
        right: 12.5%; }
      .eight-col-row .col.push-l1 {
        left: 12.5%; }
      .eight-col-row .col.offset-l2 {
        margin-left: 25%; }
      .eight-col-row .col.pull-l2 {
        right: 25%; }
      .eight-col-row .col.push-l2 {
        left: 25%; }
      .eight-col-row .col.offset-l3 {
        margin-left: 37.5%; }
      .eight-col-row .col.pull-l3 {
        right: 37.5%; }
      .eight-col-row .col.push-l3 {
        left: 37.5%; }
      .eight-col-row .col.offset-l4 {
        margin-left: 50%; }
      .eight-col-row .col.pull-l4 {
        right: 50%; }
      .eight-col-row .col.push-l4 {
        left: 50%; }
      .eight-col-row .col.offset-l5 {
        margin-left: 62.5%; }
      .eight-col-row .col.pull-l5 {
        right: 62.5%; }
      .eight-col-row .col.push-l5 {
        left: 62.5%; }
      .eight-col-row .col.offset-l6 {
        margin-left: 75%; }
      .eight-col-row .col.pull-l6 {
        right: 75%; }
      .eight-col-row .col.push-l6 {
        left: 75%; }
      .eight-col-row .col.offset-l7 {
        margin-left: 87.5%; }
      .eight-col-row .col.pull-l7 {
        right: 87.5%; }
      .eight-col-row .col.push-l7 {
        left: 87.5%; }
      .eight-col-row .col.offset-l8 {
        margin-left: 100%; }
      .eight-col-row .col.pull-l8 {
        right: 100%; }
      .eight-col-row .col.push-l8 {
        left: 100%; } }
    @media only screen and (min-width: 1141px) {
      .eight-col-row .col.xl1 {
        width: 12.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl2 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl3 {
        width: 37.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl5 {
        width: 62.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl6 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl7 {
        width: 87.5%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.xl8 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .eight-col-row .col.offset-xl1 {
        margin-left: 12.5%; }
      .eight-col-row .col.pull-xl1 {
        right: 12.5%; }
      .eight-col-row .col.push-xl1 {
        left: 12.5%; }
      .eight-col-row .col.offset-xl2 {
        margin-left: 25%; }
      .eight-col-row .col.pull-xl2 {
        right: 25%; }
      .eight-col-row .col.push-xl2 {
        left: 25%; }
      .eight-col-row .col.offset-xl3 {
        margin-left: 37.5%; }
      .eight-col-row .col.pull-xl3 {
        right: 37.5%; }
      .eight-col-row .col.push-xl3 {
        left: 37.5%; }
      .eight-col-row .col.offset-xl4 {
        margin-left: 50%; }
      .eight-col-row .col.pull-xl4 {
        right: 50%; }
      .eight-col-row .col.push-xl4 {
        left: 50%; }
      .eight-col-row .col.offset-xl5 {
        margin-left: 62.5%; }
      .eight-col-row .col.pull-xl5 {
        right: 62.5%; }
      .eight-col-row .col.push-xl5 {
        left: 62.5%; }
      .eight-col-row .col.offset-xl6 {
        margin-left: 75%; }
      .eight-col-row .col.pull-xl6 {
        right: 75%; }
      .eight-col-row .col.push-xl6 {
        left: 75%; }
      .eight-col-row .col.offset-xl7 {
        margin-left: 87.5%; }
      .eight-col-row .col.pull-xl7 {
        right: 87.5%; }
      .eight-col-row .col.push-xl7 {
        left: 87.5%; }
      .eight-col-row .col.offset-xl8 {
        margin-left: 100%; }
      .eight-col-row .col.pull-xl8 {
        right: 100%; }
      .eight-col-row .col.push-xl8 {
        left: 100%; } }

.card {
  background-color: #fff;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
  border: 2px solid #E6E9E9;
  margin-bottom: 27px; }
  .card .buttons {
    margin-bottom: 0px; }
  .card .thumbnail {
    width: 100%;
    padding-bottom: 65.65%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F3F5F4; }

.card-title {
  color: #006C67;
  text-transform: uppercase; }

.card-inner {
  padding: 12px 27px 27px 27px; }

.card-post-title {
  height: 5em;
  overflow: hidden;
  margin-bottom: 1em; }

.card:hover .card-product-title, .card:hover .card-title {
  color: #C7A412; }

.thumbnail-meta {
  width: 258px;
  background-color: #006C67;
  color: #fff;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: .53px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px;
  line-height: 1.2;
  height: 45px;
  position: relative;
  max-width: 80%; }
  .thumbnail-meta:after {
    position: absolute;
    top: 0;
    right: -22px;
    display: block;
    content: " ";
    width: 45px;
    height: 45px;
    background-color: #006C67;
    transform: skewX(-19.516deg); }

.card-product-title {
  color: #404042; }

.product-card .image-link {
  display: block;
  background-color: #687877; }
.product-card .thumbnail {
  transition: all .2s;
  padding-bottom: 75.46%; }
  .product-card .thumbnail:hover {
    opacity: .5; }
.product-card .card-inner {
  border-top: 2px solid #C7A412;
  padding: 10px 27px; }

@media screen and (min-width: 601px) {
  .video-title.green-right, .large_video .section-title {
    padding-left: 20%; } }
@media screen and (min-width: 993px) {
  .card-product-title {
    font-size: 20px; }

  .download-card .card-inner {
    padding-left: 15%; } }
.tab-label {
  cursor: pointer; }

.tab-active .tab-label {
  font-weight: bold; }

.tab-content, .tab-mobile-content {
  display: none; }

.tab-content.tab-active, .tab-active .tab-mobile-content {
  display: block; }

.theme-button, .gform_button, #search-submit, .border-button:after, .border-button:before {
  transition: .12s; }

.buttons {
  margin: 30px 0px; }

.theme-button, .gform_button {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 2.4px;
  line-height: 21px;
  background: #C7A412;
  display: inline-block;
  color: #fff;
  border: none;
  margin: 0 30px 20px 0;
  padding: 14px 17px 14px 32px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  transition: .12s; }
  .theme-button:after, .gform_button:after {
    transition: .12s;
    content: "";
    background-color: #C7A412;
    display: block;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    width: 24px;
    transform: skewX(-19.516deg);
    box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); }
  .theme-button:hover, .gform_button:hover {
    background-color: #006C67;
    color: #fff; }
    .theme-button:hover:after, .gform_button:hover:after {
      background-color: #006C67; }

#search-submit {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 2.4px;
  line-height: 21px;
  background: #C7A412;
  display: inline-block;
  color: #fff;
  border: none;
  margin: 0 30px 20px 0;
  padding: 14px 17px 14px 32px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  transition: .12s; }
  #search-submit:after {
    transition: .12s;
    content: "";
    background-color: #C7A412;
    display: block;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    width: 24px;
    transform: skewX(-19.516deg);
    box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); }
  #search-submit:hover {
    background-color: #006C67;
    color: #fff; }
    #search-submit:hover:after {
      background-color: #006C67; }

.meta-download-button:after {
  display: block;
  content: " "; }

.download-icon, .meta-download-button:after {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 23px;
  background-image: url(../img/icons/download-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1em; }

.border-button {
  min-height: 45px;
  padding: 5px 1em;
  font-size: 16px;
  letter-spacing: 2.13px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  display: inline-block;
  padding: 13px 39px 14px 23px;
  text-decoration: none;
  color: #C7A412;
  position: relative; }
  .border-button > span {
    position: relative;
    z-index: 5; }
  .border-button:after {
    content: '';
    /* background: #fff; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #C7A412;
    border-width: 1px 1px 1px 0;
    transform: skewX(-19.516deg); }
  .border-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    bottom: 0;
    width: 17px;
    border: 3px solid #C7A412;
    border-width: 1px 0 1px 1px;
    /* background: #fff; */
    z-index: 8; }
  .border-button .download-icon {
    background-image: url(../img/icons/download.svg); }
  .border-button.download-button {
    min-height: 0px;
    width: 300px;
    max-width: 100%;
    padding: 18px 1em;
    margin-left: 7px; }
    .border-button.download-button:hover {
      color: #006C67;
      border-color: #006C67; }
      .border-button.download-button:hover:after {
        border-color: #006C67; }
      .border-button.download-button:hover:before {
        border-color: #006C67; }

.border-button:hover, .border-button:focus {
  color: #fff; }
  .border-button:hover:after, .border-button:focus:after {
    border-color: #fff; }
  .border-button:hover:before, .border-button:focus:before {
    border-color: #fff; }

.read-more {
  color: #C7A412;
  font-family: "Asap Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase; }
  .read-more:after {
    display: inline-block;
    content: " ";
    vertical-align: middle;
    width: 9px;
    height: 18px;
    background-image: url(../img/icons/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .read-more:hover {
    color: #C7A412; }

.wysiwyg a.read-more {
  text-decoration: none;
  color: #C7A412; }

@media screen and (min-width: 601px) {
  .border-button {
    min-height: 63px; }
    .border-button:after {
      border: 2px solid #C7A412;
      border-width: 2px 2px 2px 0;
      left: 4px; }
    .border-button:before {
      position: absolute;
      top: 0;
      left: -9px;
      bottom: 0;
      width: 25px;
      border: 2px solid #C7A412;
      border-width: 2px 0 2px 2px; }

  .call-to-action .border-button {
    padding: 23px 39px 14px 23px;
    font-size: 21px;
    min-height: 67px; } }
select:focus {
  outline: 1px solid #fbf2ce; }

button:focus {
  outline: none;
  background-color: #dab314; }

label {
  font-size: 1rem; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #687877;
  opacity: 1; }

input[type=submit] {
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Asap Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 2.4px;
  line-height: 21px;
  background: #C7A412;
  display: inline-block;
  color: #fff;
  border: none;
  margin: 0 30px 20px 0;
  padding: 14px 17px 14px 32px;
  position: relative;
  text-decoration: none;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
  transition: .12s; }
  input[type=submit]:after {
    transition: .12s;
    content: "";
    background-color: #C7A412;
    display: block;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 0;
    width: 24px;
    transform: skewX(-19.516deg);
    box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); }
  input[type=submit]:hover {
    background-color: #006C67;
    color: #fff; }
    input[type=submit]:hover:after {
      background-color: #006C67; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #C7A412;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0px 0;
  padding: 0 1em;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label, input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=url]:not(.browser-default):focus:not([readonly]),
  input[type=time]:not(.browser-default):focus:not([readonly]),
  input[type=date]:not(.browser-default):focus:not([readonly]),
  input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  input[type=tel]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: 0 0px 1px 1px #F3F5F4; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%; }
  input:not([type]).invalid + label:after, input:not([type]).valid + label:after,
  input[type=text]:not(.browser-default).invalid + label:after,
  input[type=text]:not(.browser-default).valid + label:after,
  input[type=password]:not(.browser-default).invalid + label:after,
  input[type=password]:not(.browser-default).valid + label:after,
  input[type=email]:not(.browser-default).invalid + label:after,
  input[type=email]:not(.browser-default).valid + label:after,
  input[type=url]:not(.browser-default).invalid + label:after,
  input[type=url]:not(.browser-default).valid + label:after,
  input[type=time]:not(.browser-default).invalid + label:after,
  input[type=time]:not(.browser-default).valid + label:after,
  input[type=date]:not(.browser-default).invalid + label:after,
  input[type=date]:not(.browser-default).valid + label:after,
  input[type=datetime]:not(.browser-default).invalid + label:after,
  input[type=datetime]:not(.browser-default).valid + label:after,
  input[type=datetime-local]:not(.browser-default).invalid + label:after,
  input[type=datetime-local]:not(.browser-default).valid + label:after,
  input[type=tel]:not(.browser-default).invalid + label:after,
  input[type=tel]:not(.browser-default).valid + label:after,
  input[type=number]:not(.browser-default).invalid + label:after,
  input[type=number]:not(.browser-default).valid + label:after,
  input[type=search]:not(.browser-default).invalid + label:after,
  input[type=search]:not(.browser-default).valid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea.valid + label:after {
    display: none; }
  input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after,
  input[type=text]:not(.browser-default).invalid + label.active:after,
  input[type=text]:not(.browser-default).valid + label.active:after,
  input[type=password]:not(.browser-default).invalid + label.active:after,
  input[type=password]:not(.browser-default).valid + label.active:after,
  input[type=email]:not(.browser-default).invalid + label.active:after,
  input[type=email]:not(.browser-default).valid + label.active:after,
  input[type=url]:not(.browser-default).invalid + label.active:after,
  input[type=url]:not(.browser-default).valid + label.active:after,
  input[type=time]:not(.browser-default).invalid + label.active:after,
  input[type=time]:not(.browser-default).valid + label.active:after,
  input[type=date]:not(.browser-default).invalid + label.active:after,
  input[type=date]:not(.browser-default).valid + label.active:after,
  input[type=datetime]:not(.browser-default).invalid + label.active:after,
  input[type=datetime]:not(.browser-default).valid + label.active:after,
  input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
  input[type=datetime-local]:not(.browser-default).valid + label.active:after,
  input[type=tel]:not(.browser-default).invalid + label.active:after,
  input[type=tel]:not(.browser-default).valid + label.active:after,
  input[type=number]:not(.browser-default).invalid + label.active:after,
  input[type=number]:not(.browser-default).valid + label.active:after,
  input[type=search]:not(.browser-default).invalid + label.active:after,
  input[type=search]:not(.browser-default).valid + label.active:after,
  textarea.materialize-textarea.invalid + label.active:after,
  textarea.materialize-textarea.valid + label.active:after {
    display: block; }

.search-input {
  background-image: url(../img/icons/search.svg);
  background-position: right 27px center;
  background-repeat: no-repeat;
  height: 46px;
  background-size: 23px auto;
  padding-left: 27px !important;
  padding-right: 2em;
  background-color: transparent !important; }
  .search-input :placeholder, .search-input ::placeholder {
    color: #001100; }
  .search-input:focus {
    box-shadow: 0px 0px 3px #F3F5F4; }

@media screen and (min-width: 601px) {
  .search-input {
    padding-left: 0px !important;
    background-position: right 7px center; } }
/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input[type=text].valid:not(.browser-default),
input[type=text].valid:not(.browser-default):focus,
input[type=password].valid:not(.browser-default),
input[type=password].valid:not(.browser-default):focus,
input[type=email].valid:not(.browser-default),
input[type=email].valid:not(.browser-default):focus,
input[type=url].valid:not(.browser-default),
input[type=url].valid:not(.browser-default):focus,
input[type=time].valid:not(.browser-default),
input[type=time].valid:not(.browser-default):focus,
input[type=date].valid:not(.browser-default),
input[type=date].valid:not(.browser-default):focus,
input[type=datetime].valid:not(.browser-default),
input[type=datetime].valid:not(.browser-default):focus,
input[type=datetime-local].valid:not(.browser-default),
input[type=datetime-local].valid:not(.browser-default):focus,
input[type=tel].valid:not(.browser-default),
input[type=tel].valid:not(.browser-default):focus,
input[type=number].valid:not(.browser-default),
input[type=number].valid:not(.browser-default):focus,
input[type=search].valid:not(.browser-default),
input[type=search].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid green;
  box-shadow: 0 1px 0 0 green; }

input.invalid:not([type]), input.invalid:not([type]):focus,
input[type=text].invalid:not(.browser-default),
input[type=text].invalid:not(.browser-default):focus,
input[type=password].invalid:not(.browser-default),
input[type=password].invalid:not(.browser-default):focus,
input[type=email].invalid:not(.browser-default),
input[type=email].invalid:not(.browser-default):focus,
input[type=url].invalid:not(.browser-default),
input[type=url].invalid:not(.browser-default):focus,
input[type=time].invalid:not(.browser-default),
input[type=time].invalid:not(.browser-default):focus,
input[type=date].invalid:not(.browser-default),
input[type=date].invalid:not(.browser-default):focus,
input[type=datetime].invalid:not(.browser-default),
input[type=datetime].invalid:not(.browser-default):focus,
input[type=datetime-local].invalid:not(.browser-default),
input[type=datetime-local].invalid:not(.browser-default):focus,
input[type=tel].invalid:not(.browser-default),
input[type=tel].invalid:not(.browser-default):focus,
input[type=number].invalid:not(.browser-default),
input[type=number].invalid:not(.browser-default):focus,
input[type=search].invalid:not(.browser-default),
input[type=search].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid red;
  box-shadow: 0 1px 0 0 red; }

input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after,
input[type=text]:not(.browser-default).valid + label:after,
input[type=text]:not(.browser-default):focus.valid + label:after,
input[type=password]:not(.browser-default).valid + label:after,
input[type=password]:not(.browser-default):focus.valid + label:after,
input[type=email]:not(.browser-default).valid + label:after,
input[type=email]:not(.browser-default):focus.valid + label:after,
input[type=url]:not(.browser-default).valid + label:after,
input[type=url]:not(.browser-default):focus.valid + label:after,
input[type=time]:not(.browser-default).valid + label:after,
input[type=time]:not(.browser-default):focus.valid + label:after,
input[type=date]:not(.browser-default).valid + label:after,
input[type=date]:not(.browser-default):focus.valid + label:after,
input[type=datetime]:not(.browser-default).valid + label:after,
input[type=datetime]:not(.browser-default):focus.valid + label:after,
input[type=datetime-local]:not(.browser-default).valid + label:after,
input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
input[type=tel]:not(.browser-default).valid + label:after,
input[type=tel]:not(.browser-default):focus.valid + label:after,
input[type=number]:not(.browser-default).valid + label:after,
input[type=number]:not(.browser-default):focus.valid + label:after,
input[type=search]:not(.browser-default).valid + label:after,
input[type=search]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: green;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after,
input[type=text]:not(.browser-default).invalid + label:after,
input[type=text]:not(.browser-default):focus.invalid + label:after,
input[type=password]:not(.browser-default).invalid + label:after,
input[type=password]:not(.browser-default):focus.invalid + label:after,
input[type=email]:not(.browser-default).invalid + label:after,
input[type=email]:not(.browser-default):focus.invalid + label:after,
input[type=url]:not(.browser-default).invalid + label:after,
input[type=url]:not(.browser-default):focus.invalid + label:after,
input[type=time]:not(.browser-default).invalid + label:after,
input[type=time]:not(.browser-default):focus.invalid + label:after,
input[type=date]:not(.browser-default).invalid + label:after,
input[type=date]:not(.browser-default):focus.invalid + label:after,
input[type=datetime]:not(.browser-default).invalid + label:after,
input[type=datetime]:not(.browser-default):focus.invalid + label:after,
input[type=datetime-local]:not(.browser-default).invalid + label:after,
input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
input[type=tel]:not(.browser-default).invalid + label:after,
input[type=tel]:not(.browser-default):focus.invalid + label:after,
input[type=number]:not(.browser-default).invalid + label:after,
input[type=number]:not(.browser-default):focus.invalid + label:after,
input[type=search]:not(.browser-default).invalid + label:after,
input[type=search]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: red;
  opacity: 1;
  transform: translateY(9px); }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

/* Textarea */
textarea {
  width: 100%;
  min-height: 3rem;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #C7A412;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 27px;
  /* prevents text jump on Enter keypress */ }
  textarea:disabled, textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  textarea:disabled + label, textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  textarea:focus:not([readonly]) {
    box-shadow: 0 0px 1px 1px #F3F5F4; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #006C67; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #006C67; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    user-select: none; }
  [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #006C67;
  border-bottom: 2px solid #006C67;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #006C67;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #C7A412;
  background-color: #C7A412;
  z-index: 0; }
[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #C7A412;
  border-color: #C7A412; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494; }
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #ddca7c; }
    .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
      left: 18px; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #C7A412; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; }
  .switch label .lever:before {
    background-color: rgba(199, 164, 18, 0.15); }
  .switch label .lever:after {
    background-color: #F1F1F1;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(199, 164, 18, 0.15); }

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12); }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494; }

/* Select Field
   ========================================================================== */
select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  select select:not([multiple]) {
    background-position: right .5em center;
    background-size: auto 1em;
    background-repeat: no-repeat;
    background-image: url(../img/icons/chevron.svg); }
  select:focus:not([readonly]), select:focus-within:not([readonly]) {
    border-bottom: 1px solid #F3F5F4;
    box-shadow: 0 0px 1px 1px #F3F5F4; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
    .file-field input[type=file]::-webkit-file-upload-button {
      display: none; }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #006C67;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #006C67;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #006C67;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #006C67;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #006C67; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.gform_wrapper ul li {
  list-style-type: none; }

.hidden_label .gfield_label {
  display: none; }

.gform_fields {
  margin: 0px; }

.contact-page label {
  position: relative;
  top: 2em;
  transition: all .2s; }
.contact-page .focused label {
  top: 0; }

.ginput_container_checkbox, .ginput_container_radio {
  padding: 0 1em; }

.gfield {
  margin-bottom: 20px; }

.page-section .gform_wrapper {
  margin: 1em auto; }
  .page-section .gform_wrapper .gfield_radio, .page-section .gform_wrapper .gfield_checkbox {
    margin: 0px; }
  .page-section .gform_wrapper .gfield_checkbox li label, .page-section .gform_wrapper .gfield_radio li label {
    padding-left: 30px;
    font-size: 1rem; }

.hide-label .gfield_label {
  display: none !important; }

.gform_heading .gform_description {
  display: block; }

.gfield_checkbox li, .gfield_radio li {
  display: block; }

@media screen and (min-width: 601px) {
  .ginput_container_checkbox, .ginput_container_radio {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em; }

  .gf_left_half, .gf_half_left, .gf_half_right, .gf_right_half {
    width: 50%;
    float: left;
    clear: none; }

  .gf_left_half, .gf_half_left {
    padding-right: 13.5px; }

  .gf_right_half, .gf_half_right {
    padding-left: 13.5px; }

  .gf_left_third, .gf_right_third, .gf_middle_third {
    width: 33.33%;
    float: left;
    clear: none; }

  .gf_left_third {
    padding-right: 13.5px; }

  .gf_middle_third {
    padding: 0px 13.5px; }

  .gf_right_third {
    padding-left: 13.5px; }

  .ui-datepicker {
    background-color: #fff;
    border: 1px solid #006C67; }
    .ui-datepicker > div {
      padding: 8px; }
    .ui-datepicker select {
      width: 50%;
      height: 2.25rem; }
    .ui-datepicker td {
      padding: 5px; }
    .ui-datepicker .ui-datepicker-next {
      float: right; }
    .ui-datepicker a:hover {
      color: #006C67; } }
.background-grey {
  background-color: #F3F5F4; }

.page-section.background-dark {
  background-color: #687877;
  color: white; }
  .page-section.background-dark a, .page-section.background-dark h1, .page-section.background-dark h2, .page-section.background-dark h3, .page-section.background-dark h4, .page-section.background-dark h5, .page-section.background-dark h6 {
    color: #fff; }

.page-section {
  margin: 40px 0px;
  overflow: hidden; }

.page-section.background-grey, .page-section.background-dark {
  margin: 0px;
  padding: 40px 0px; }

.process .section-title {
  text-align: center; }

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

.testimonial-container {
  background-color: #F3F5F4;
  position: relative;
  padding: 38px 23px; }
  .testimonial-container .quote {
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 87px;
    height: 55px;
    background-image: url(../img/quote-grey.svg);
    background-repeat: no-repeat;
    background-position: bottom right; }
  .testimonial-container .testimonial-text {
    color: #404042;
    font-size: 18px;
    line-height: 24px;
    margin: 2em auto; }
  .testimonial-container .testimonial-source {
    color: #687877;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 110px; }
  .testimonial-container .testimonial-image {
    width: 70px; }

.testimonial-card .testimonial-logo {
  width: 33.33%; }

.icon_column {
  margin-bottom: 31px; }
  .icon_column p {
    line-height: 1.6875; }
  .icon_column .content {
    max-width: 290px;
    margin: 0 auto; }
  .icon_column ul {
    text-align: left; }

.icon-image {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 0px auto 27px auto; }

.process-row .icon-image {
  max-height: 64px;
  height: auto; }

.accordion {
  border-top: 1px solid #687877; }

.accordion-item {
  border-bottom: 1px solid #687877; }

.accordion-title {
  background-color: #F3F5F4;
  padding: 8px 0px;
  cursor: pointer; }
  .accordion-title .container {
    position: relative; }
  .accordion-title h2 {
    color: #006C67; }

.accordion-content {
  padding: 40px 0px; }

.accordion-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%); }
  .accordion-icon span {
    display: block;
    background-color: #001100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s; }
  .accordion-icon span:first-child {
    width: 3px;
    height: 100%; }
  .accordion-icon span:nth-child(2) {
    height: 3px;
    width: 100%; }

.open .accordion-icon span {
  transform: translate(-50%, -50%) rotate(45deg); }

@media screen and (min-width: 601px) {
  .divider-row .column:nth-child(even) {
    padding-right: 40.5px; }
  .divider-row .column:nth-child(odd) {
    padding-left: 40.5px; }

  .page-section {
    margin: 60px 0px; }

  .page-section.background-grey, .page-section.background-dark {
    margin: 0px;
    padding: 60px 0px; }

  .split-row {
    position: relative; }
    .split-row .divider {
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      background-color: #D5DADA; }
    .split-row .text-content {
      max-width: 500px; }
      .split-row .text-content h2 {
        font-size: 30px;
        line-height: 38px; }
      .split-row .text-content .buttons {
        margin-top: 4em; }

  .process.background-grey h4 span {
    background-color: #F3F5F4;
    position: relative;
    padding: 0em 1em; }

  .process .wysiwyg {
    margin-top: 2em; }
  .process .process-row .col {
    position: relative; }
  .process .process-row .col:first-child {
    margin-left: 0; }

  .testimonial-container {
    background-color: transparent;
    position: relative;
    padding: 30px 0px;
    max-width: 1041px;
    margin: 0 auto; }
    .testimonial-container:before {
      content: "";
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #F3F5F4;
      transform: skewX(-19.516deg);
      position: absolute; }
    .testimonial-container .testimonial-inner {
      display: flex;
      align-items: center;
      width: 100%; }
    .testimonial-container .testimonial-content {
      width: 80%;
      padding-left: 27px;
      border-left: 2px solid #D5DADA;
      float: left; }
    .testimonial-container .testimonial-image {
      float: left;
      width: 18.63%;
      padding: 0px 27px; }
    .testimonial-container .testimonial-inner {
      position: relative;
      z-index: 1; }
    .testimonial-container .testimonial-source {
      margin-bottom: 1em;
      font-size: 16px; }
    .testimonial-container .testimonial-text {
      margin-top: 0px; }

  .icon_column {
    margin-bottom: 50px; }

  .product-gallery {
    margin-right: 27px; } }
@media screen and (min-width: 993px) {
  .page-section.split_row {
    margin: 100px auto; }

  .page-section.background-grey {
    margin: 0px; }

  .split-row .card .card-inner {
    padding: 34px 71px; }

  .process .process-row .col:first-child:before, .process .process-row .col:nth-child(2):before {
    width: 100%;
    height: 2px;
    top: 1.5em;
    left: 75%; }
  .process .process-row .col:first-child:after, .process .process-row .col:nth-child(2):after {
    top: 10px;
    left: calc(125% - 21px); }
  .process .process-row {
    text-align: center; }
    .process .process-row .col {
      display: inline-block;
      float: none;
      width: 33% !important;
      vertical-align: top; } }
/* Slider */
.slider-section {
  overflow: hidden; }

.large-slider img {
  width: 100%; }
.large-slider.slick-initialized .slick-track {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }
.large-slider .slick-prev, .large-slider .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 9; }
.large-slider .slick-prev {
  left: 24px;
  cursor: pointer; }
.large-slider .slick-next {
  right: 24px;
  cursor: pointer; }
.large-slider .slick-list {
  margin-bottom: 19px; }

.gallery-slider .icon-container {
  width: 16px; }

.gallery-slider-wrapper {
  box-shadow: 0 4px 6px 0 #D5DADA;
  position: relative; }
  .gallery-slider-wrapper .corner-cut-in {
    opacity: .8; }

.gallery-slider .custom-arrow, .gallery-slider .slick-dots {
  z-index: 1;
  position: absolute;
  cursor: pointer; }
.gallery-slider .slick-dots {
  right: 26px;
  bottom: 9px;
  padding: 0px;
  margin: 0px;
  width: 80px;
  text-align: center; }
.gallery-slider .next-arrow {
  right: 25px;
  bottom: 50px; }
.gallery-slider .prev-arrow {
  right: 85px;
  bottom: 50px; }

@media screen and (min-width: 601px) {
  .large-slider {
    background-color: #F3F5F4;
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/mask/triangle-corner-right-dark-grey);
    padding-bottom: 80px; }
    .large-slider .slick-slide {
      transition: all .2s;
      opacity: .5;
      background-color: #687877; }
    .large-slider .slick-center {
      z-index: 99;
      opacity: 1;
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }
    .large-slider.slick-initialized .slick-track {
      background-color: transparent;
      box-shadow: none; }
    .large-slider .slick-dots {
      padding: 20px 0px 0px 0px; }
    .large-slider .slick-prev, .large-slider .slick-next {
      position: absolute;
      bottom: 95px; } }
@media screen and (min-width: 993px) {
  .large-slider .slick-prev, .large-slider .slick-next {
    position: absolute;
    bottom: 176px; }
  .large-slider .slick-prev {
    left: calc(50% - 570px); }
  .large-slider .slick-next {
    right: calc(50% - 570px); }
  .large-slider .slick-slide {
    display: flex !important;
    align-items: center;
    background-color: transparent; }
    .large-slider .slick-slide img {
      transition: all .2s;
      -moz-transform: scale(0.75) translateX(-25%);
      -ms-transform: scale(0.75) translateX(-25%);
      -o-transform: scale(0.75) translateX(-25%);
      -webkit-transform: scale(0.75) translateX(-25%);
      transform: scale(0.75) translateX(-25%); }
    .large-slider .slick-slide.prev img, .large-slider .slick-slide[data-slick-index='-1'] img {
      -moz-transform: scale(0.75) translateX(25%);
      -ms-transform: scale(0.75) translateX(25%);
      -o-transform: scale(0.75) translateX(25%);
      -webkit-transform: scale(0.75) translateX(25%);
      transform: scale(0.75) translateX(25%); }
  .large-slider .slick-list {
    overflow: visible;
    margin-bottom: 20px; }
  .large-slider .slick-center {
    box-shadow: none; }
    .large-slider .slick-center img {
      -moz-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      -o-transform: scale(1) !important;
      -webkit-transform: scale(1) !important;
      transform: scale(1) !important;
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); } }
.slide {
  display: block;
  width: 100%; }

.slick-slider {
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
  .slick-dots button {
    margin: 5px;
    width: 9px;
    height: 9px;
    padding: 0;
    border: none;
    color: transparent;
    background-color: #D5DADA; }
  .slick-dots .slick-active button {
    background-color: #C7A412; }

#video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1; }

/*cut in rules----*/
.has-cut-in {
  position: relative; }

.has-cut-in img {
  display: block;
  width: 100%; }

.has-cut-in .cut-in-image {
  background-position: center;
  background-size: cover; }

.corner-cut-in {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-type: alpha;
  -webkit-mask-size: auto 100%;
  mask-repeat: no-repeat;
  mask-type: alpha;
  mask-size: auto 100%;
  top: 0;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.white-cut-in {
  background-color: #fff; }

@media screen and (max-width: 600px) {
  .white-cut-in {
    display: none; }

  .large-slider .slick-list, .gallery-slider .slick-list {
    position: relative; }
    .large-slider .slick-list:after, .gallery-slider .slick-list:after {
      opacity: .8;
      content: " ";
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-type: alpha;
      -webkit-mask-size: auto 100%;
      mask-repeat: no-repeat;
      mask-type: alpha;
      mask-size: auto 100%;
      top: 0;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-color: #006C67;
      background-blend-mode: multiply;
      background-position: center center;
      -webkit-mask-image: url(../img/mask/triangle-right.png);
      mask-image: url(../img/mask/triangle-right.png);
      -webkit-mask-position: bottom right;
      mask-position: bottom right;
      right: 0;
      background-image: url(../img/mask/triangle-right-white.png);
      background-position: bottom right; } }
.cut-in-right {
  -webkit-mask-image: url(../img/mask/triangle-right.png);
  mask-image: url(../img/mask/triangle-right.png);
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  right: 0;
  background-image: url(../img/mask/triangle-right-white.png);
  background-position: bottom right; }

.cut-in-left {
  -webkit-mask-image: url(../img/mask/triangle-left.png);
  mask-image: url(../img/mask/triangle-left.png);
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  left: 0;
  background-image: url(../img/mask/triangle-left-white.png);
  background-position: bottom left; }

.green-cut-in {
  background-color: #006C67;
  background-blend-mode: multiply;
  background-position: center center; }

.has-cut-in .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #006C67;
  color: #fff;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.53px;
  line-height: 21px;
  padding: 0px 69px; }
  .has-cut-in .caption p {
    max-width: 80%;
    width: 100%; }

.has-cut-in .on-video-caption {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase; }

/*Video thumbnail styles ------------------------------ */
.wistia_embed .wistia_click_to_play {
  width: 100% !important;
  height: 100% !important; }

.video-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 55.6%;
  cursor: pointer; }

.video-thumbnail .main-image {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-thumbnail:after {
  content: " ";
  display: block;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff;
  transition: all .2s; }
.video-thumbnail:hover:after {
  border-left: 40px solid #C7A412; }

@media screen and (min-width: 993px) {
  .large_video .video-thumbnail:after {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 80px solid #fff; }
  .large_video .video-thumbnail:hover:after {
    border-left: 80px solid #C7A412; } }
.video-thumbnail .main-image:before {
  background-color: #687877;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: " ";
  position: absolute; }

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .corner-cut-in {
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    background-size: auto 100%; }

  .cut-in-image.green-cut-in {
    background-size: auto 100%; }

  .green-cut-in {
    opacity: .8; }

  .green-cut-in.cut-in-left {
    background-position: bottom left;
    background-image: url(../img/mask/triangle-left-green.png) !important; }

  .green-cut-in.cut-in-right {
    background-position: bottom right;
    background-image: url(../img/mask/triangle-right-green.png) !important; } }
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
  .corner-cut-in {
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    background-size: auto 100%; }

  .cut-in-image.green-cut-in {
    background-size: auto 100%; }

  .green-cut-in {
    opacity: .8; }

  .green-cut-in.cut-in-left {
    background-position: bottom left;
    background-image: url(../img/mask/triangle-left-green.png) !important; }

  .green-cut-in.cut-in-right {
    background-position: bottom right;
    background-image: url(../img/mask/triangle-right-green.png) !important; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
  .corner-cut-in {
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    background-size: auto 100%; }

  .cut-in-image.green-cut-in {
    background-size: auto 100%; }

  .green-cut-in {
    opacity: .8; }

  .green-cut-in.cut-in-left {
    background-position: bottom left;
    background-image: url(../img/mask/triangle-left-green.png) !important; }

  .green-cut-in.cut-in-right {
    background-position: bottom right;
    background-image: url(../img/mask/triangle-right-green.png) !important; } }
.gallery_item {
  background-color: #006C67;
  color: #fff; }

.mobile-feature-links .gallery_item {
  height: 144px;
  border-bottom: 2px solid #fff;
  text-align: center;
  position: relative;
  display: block; }
.mobile-feature-links .feature-title {
  font-family: "Asap Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.71px;
  line-height: 30px; }
.mobile-feature-links .inner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: .3; }
.mobile-feature-links .feature-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media screen and (min-width: 601px) {
  .mobile-feature-links .gallery_item {
    float: left;
    width: 50%; }
    .mobile-feature-links .gallery_item:nth-child(even) {
      border-left: 2px solid #fff; } }
.angle-slider img {
  display: block;
  margin: 0px; }
.angle-slider .content_slider {
  width: 100%;
  overflow: hidden; }
.angle-slider .gallery_content {
  overflow: hidden;
  height: 715px;
  background-color: #006C67; }
.angle-slider .gallery_item {
  height: 715px;
  float: left;
  overflow: hidden;
  vertical-align: top;
  margin-left: -2px;
  width: 25%;
  transition: all .2s;
  -webkit-transition: width 500ms;
  -moz-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
  -webkit-transform: translate3d(0, 0, 0) skew(-19.516deg, 0deg);
  -moz-transform: translate3d(0, 0, 0) skew(-19.516deg, 0deg);
  -ms-transform: translate3d(0, 0, 0) skew(-19.516deg, 0deg);
  transform: translate3d(0, 0, 0) skew(-19.516deg, 0deg);
  position: relative;
  border-left: 2px solid white;
  border-right: 2px solid white;
  cursor: pointer; }
  .angle-slider .gallery_item:hover {
    z-index: 9; }
  .angle-slider .gallery_item:first-child {
    width: 33%;
    margin-left: -9%; }
    .angle-slider .gallery_item:first-child .feature-title {
      width: 100%;
      padding-left: 33.33%; }
    .angle-slider .gallery_item:first-child:hover {
      width: 41%;
      margin-left: -13.5%;
      margin-right: -4.5%; }
  .angle-slider .gallery_item:last-child {
    width: 33%;
    margin-right: -9%; }
    .angle-slider .gallery_item:last-child .feature-title {
      width: 100%;
      padding-right: 33.33%; }
    .angle-slider .gallery_item:last-child:hover {
      width: 41%;
      margin-left: -4.5%;
      margin-right: -13.5%; }
  .angle-slider .gallery_item:nth-child(2):hover, .angle-slider .gallery_item:nth-child(3):hover {
    width: 33%;
    margin-left: -4.5%;
    margin-right: -4.5%; }
.angle-slider.three-image-slider .gallery_content {
  height: 462px; }
.angle-slider.three-image-slider .gallery_item .inner-image img {
  opacity: 1; }
.angle-slider .feature-title {
  text-align: center;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
  -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
  -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
  transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
  position: absolute;
  left: 50%;
  top: 50%; }
  .angle-slider .feature-title span {
    max-width: 8em;
    display: inline-block; }
.angle-slider .gallery_item .inner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: 715px; }
  .angle-slider .gallery_item .inner-image img {
    position: relative;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
    transform: translate(-50%, -50%) translate3d(0, 0, 0) skew(19.516deg, 0deg);
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .3;
    transition: all .2s; }
.angle-slider .gallery_item:hover .inner-image img {
  opacity: .5; }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-weight: normal;
  color: #001100;
  font-family: 'Roboto', sans-serif; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 16px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media only screen and (min-width: 1140px) {
    html {
      font-size: 16px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Asap Condensed', sans-serif;
  line-height: 1.1; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 34px;
  line-height: 1.1666;
  margin: .5em auto;
  font-weight: 500; }

h2 {
  font-size: 24px;
  line-height: 1.6176;
  margin: .5em auto;
  font-weight: 600;
  letter-spacing: .029em; }

h3 {
  font-size: 18px;
  line-height: 1.22;
  margin: .5em auto;
  font-weight: 600; }

h4 {
  font-size: 18px;
  line-height: 1.23;
  margin: .5em auto;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.029em; }

.wysiwyg h4 {
  text-transform: none; }

h5 {
  font-size: 18px;
  line-height: 1.625;
  margin: .5em auto;
  font-weight: 600; }

h6 {
  font-size: 1rem;
  line-height: 1.35;
  margin: .5em auto;
  font-weight: 600; }

.section-title {
  color: #006C67;
  text-transform: uppercase;
  letter-spacing: 0.029em;
  margin-bottom: 1.5em; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: 75%; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

.underlined {
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative; }
  .underlined:after {
    content: " ";
    display: block;
    transition: all .2s;
    transition-delay: 1s;
    background-color: #006C67;
    height: 2px;
    width: 0px;
    position: absolute;
    left: 0;
    bottom: 0; }

.video-caption {
  font-size: 14px;
  margin: 1.5em 0em;
  font-style: italic; }

.lead-para, .testimonial-card .content p {
  font-size: 16px; }

.wysiwyg ul:not(.gform_fields) {
  list-style-type: disc;
  margin-left: 1em; }
  .wysiwyg ul:not(.gform_fields) li {
    list-style-type: none;
    position: relative;
    margin-bottom: .25em;
    padding-left: 1em; }
    .wysiwyg ul:not(.gform_fields) li:before {
      width: .2em;
      height: .2em;
      border-radius: 50%;
      display: block;
      content: " ";
      background-color: #001100;
      position: absolute;
      top: .75em;
      left: -.5em; }
.wysiwyg a {
  font-weight: 600;
  color: #006C67;
  text-decoration: underline; }
  .wysiwyg a:hover {
    color: #006C67; }
.wysiwyg a.theme-button {
  color: #fff;
  text-decoration: none; }
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  color: #006C67; }
.wysiwyg h2 {
  text-transform: uppercase; }
.wysiwyg table {
  font-size: 14px; }
  .wysiwyg table tr, .wysiwyg table th {
    border-bottom: 1px solid #001100; }
  .wysiwyg table tr:nth-child(even) {
    background-color: #F3F5F4; }

.arrow-list li {
  list-style-type: none !important;
  position: relative; }
.arrow-list li:before {
  content: ">";
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: -1em; }

.sidebar-widget-title {
  color: #006C67;
  text-transform: uppercase;
  letter-spacing: 0.029em; }

.home-intro-text {
  font-size: 18px; }

.mobile-video-caption, .desktop-video-caption {
  font-size: 14px; }

.testimonial-container .testimonial-text {
  font-size: 18px;
  line-height: 24px; }

.split-row .text-content .mega-list, .mega-list {
  font-size: 24px;
  color: #006C67;
  font-family: 'Asap Condensed', sans-serif;
  letter-spacing: .0293em;
  font-weight: 600; }
  .split-row .text-content .mega-list li, .mega-list li {
    list-style-type: none !important;
    position: relative; }
  .split-row .text-content .mega-list li:before, .mega-list li:before {
    background-color: #006C67;
    content: " ";
    width: .3em;
    height: .3em;
    border-radius: 50%;
    padding-right: 5px;
    position: absolute;
    top: .65em;
    left: -.9em; }

@media screen and (min-width: 993px) {
  .testimonial-container .testimonial-text {
    font-size: 28px;
    line-height: 34px; }

  .lead-para, .testimonial-card .content p {
    font-size: 24px;
    line-height: 1.5; }

  .split-row .text-content p, .split-row .text-content ul, .split-row .text-content ol {
    font-size: 18px; }

  .split-row .text-content .mega-list, .mega-list {
    font-size: 30px; }

  h1 {
    font-size: 54px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .home-intro-text {
    font-size: 24px; } }
/*univeral (mobile first) styles -----------------------------------------*/
body {
  color: #001100; }

.google_map {
  height: 514px; }

#page {
  background-color: #fff; }

/*responsive image default*/
img {
  max-width: 100%;
  height: auto; }

hr {
  border: none;
  height: 2px;
  background-color: #D5DADA; }

.fixedPosition {
  overflow: hidden; }

.hamburger {
  width: 30px;
  padding: 0px 0px;
  overflow: hidden; }
  .hamburger span {
    display: block;
    background-color: #C7A412;
    width: 100%;
    height: 3px;
    float: right;
    transition: all .2s; }
  .hamburger span:nth-child(2) {
    width: 22px; }
  .hamburger span:nth-child(3) {
    width: 18px; }
  .hamburger span:not(:last-child) {
    margin-bottom: 4px; }
  .hamburger.close span:nth-child(2) {
    display: none; }
  .hamburger:hover {
    cursor: pointer; }
    .hamburger:hover span {
      width: 100%; }

.close {
  width: 22px;
  height: 22px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/close.svg);
  cursor: pointer; }

.loadable {
  transition: all .2s; }

.loading {
  opacity: .5; }

.filter {
  cursor: pointer; }

#load-more {
  cursor: pointer; }

.search-icon, #search-submit, search-overlay-close {
  cursor: pointer; }

.search-overlay {
  display: none;
  border-top: 1px solid #001100; }

/*Header      -------------------------------------------------------- */
.is-sticky .site-header {
  box-shadow: 0px 3px 2px rgba(119, 119, 119, 0.2); }

.brand-logo {
  display: block; }

.site-header {
  padding: 10px 0px;
  background-color: #006C67;
  font-family: "Asap Condensed", Impact, sans-serif; }
  .site-header a {
    color: #fff; }
  .site-header .green-logo {
    display: none; }
  .site-header .container {
    justify-content: space-between; }
  .site-header ul {
    margin: 0px; }
    .site-header ul li {
      display: inline-block; }
  .site-header .header-hamburg {
    display: block;
    float: right; }
  .site-header .site-tagline {
    margin: 0px;
    height: 12px;
    font-size: 11.2px;
    letter-spacing: 0.75px;
    line-height: 12px;
    text-align: right; }
  .site-header a, .site-header g, .site-header polygon, .site-header path {
    transition: all .2s; }
  .site-header a:hover {
    color: #C7A412; }
    .site-header a:hover g, .site-header a:hover polygon, .site-header a:hover path {
      fill: #C7A412; }
  .site-header .menu-container {
    text-align: right;
    width: 100%;
    max-width: 680px; }
  .site-header .phone-link {
    color: #C7A412;
    font-size: 18px;
    line-height: 16px;
    margin: 8px 0px 8px 13px;
    font-weight: 700; }
    .site-header .phone-link:hover {
      color: #fff; }
  .site-header .desktop-menus {
    width: 100%;
    padding-top: 16px; }
    .site-header .desktop-menus .menu-item-has-children > a:after {
      width: 1em;
      height: 1em;
      display: inline-block;
      content: " ";
      margin-left: 2px;
      background-image: url(../img/icons/chevron-gold-down.svg);
      background-repeat: no-repeat;
      background-position: center;
      vertical-align: middle;
      background-size: contain; }
  .site-header .top-nav {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    border-bottom: 1px solid #E6E9E9; }
    .site-header .top-nav li {
      margin: 8px 13px 8px 0px; }
    .site-header .top-nav .menu-wrapper, .site-header .top-nav .phone-link {
      display: inline-block; }
    .site-header .top-nav .menu-wrapper {
      float: left; }
  .site-header .bottom-nav {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase; }
    .site-header .bottom-nav li {
      margin-right: 22px;
      padding: 16px 0px; }
    .site-header .bottom-nav .menu-wrapper, .site-header .bottom-nav .search-icon {
      display: inline-block; }
    .site-header .bottom-nav .menu-wrapper {
      float: left; }
    .site-header .bottom-nav .search-icon {
      width: 16px;
      margin: 16px 0px;
      height: 24px; }
      .site-header .bottom-nav .search-icon svg {
        width: 100%;
        height: auto; }
        .site-header .bottom-nav .search-icon svg path {
          fill: white;
          stroke: white; }

.page .site-header, .white-header.site-header {
  background-color: #fff; }
  .page .site-header a, .white-header.site-header a {
    color: #006C67; }
    .page .site-header a:hover, .white-header.site-header a:hover {
      color: #C7A412; }
  .page .site-header .phone-link, .white-header.site-header .phone-link {
    color: #C7A412; }
    .page .site-header .phone-link:hover, .white-header.site-header .phone-link:hover {
      color: #006C67; }
  .page .site-header .white-logo, .white-header.site-header .white-logo {
    display: none; }
  .page .site-header .green-logo, .white-header.site-header .green-logo {
    display: block; }
  .page .site-header .search-icon svg path, .white-header.site-header .search-icon svg path {
    fill: #C7A412;
    stroke: #C7A412; }
  .page .site-header .desktop-menus .menu-item-has-children > a:after, .white-header.site-header .desktop-menus .menu-item-has-children > a:after {
    background-image: url(../img/icons/chevron-grey-down.svg); }

.call-to-action {
  background-color: #404042;
  color: #fff;
  text-transform: uppercase;
  padding: 27px 0px;
  text-align: center; }
  .call-to-action .cta-text {
    font-family: "Asap Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: 0.91px;
    line-height: 28px; }

.call-to-action.feature-cta-image {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 150px; }

.testimonial-card a {
  font-weight: bold; }
.testimonial-card .testimonial-source, .testimonial-card .content p {
  font-style: italic; }
.testimonial-card .content {
  margin: 3em auto; }

.footer-testimonial, .mega-testimonial {
  background-color: #F3F5F4; }
  .footer-testimonial .testimonial-logo, .mega-testimonial .testimonial-logo {
    width: 85px; }
  .footer-testimonial .container, .mega-testimonial .container {
    background-image: url(../img/quote-white.svg);
    background-repeat: no-repeat;
    background-position: top 41px right 23px; }
  .footer-testimonial .testimonial-image img, .mega-testimonial .testimonial-image img {
    display: block; }
  .footer-testimonial h2, .mega-testimonial h2 {
    max-width: 60%;
    margin-left: 0;
    line-height: 1.2; }
  .footer-testimonial .testimonial-content, .mega-testimonial .testimonial-content {
    padding-top: 40px; }
  .footer-testimonial .testimonial-text, .mega-testimonial .testimonial-text {
    font-size: 16px;
    font-style: italic;
    line-height: 28px; }
  .footer-testimonial .testimonial-source, .mega-testimonial .testimonial-source {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 30px; }

.mega-testimonial .testimonial-source {
  overflow: hidden;
  border-bottom: 0px; }
.mega-testimonial .testimonial-logo {
  float: left;
  border-right: 1px solid #687877;
  width: 129px;
  margin-right: 27px;
  padding-right: 27px; }

.feature-machine-specs {
  margin-bottom: 40px; }
  .feature-machine-specs h2 {
    margin-top: 0px; }

.feature-machine-details {
  margin-bottom: 40px; }

.footprint {
  margin-bottom: 100px; }

.machine-details-inner {
  padding: 10px 37px; }

.site-footer {
  background-color: #006C67;
  color: #fff;
  font-size: 14px;
  background-image: url(../img/footer-background-mobile.svg);
  background-position: right bottom;
  background-repeat: no-repeat; }
  .site-footer h4 {
    font-weight: normal;
    font-size: 18px;
    margin-top: 0px; }
  .site-footer .gform_wrapper {
    margin-top: 30px; }
    .site-footer .gform_wrapper input {
      color: #001100;
      background-color: #00534f;
      border-bottom: none;
      color: #fff; }
    .site-footer .gform_wrapper input[type=submit] {
      border: 0px solid transparent;
      background-color: #C7A412;
      padding: 0px;
      width: 100%;
      color: #fff;
      min-height: 0px;
      font-size: 16px; }
    .site-footer .gform_wrapper .gform_body {
      width: 70%;
      float: left; }
    .site-footer .gform_wrapper .gform_footer {
      width: 30%;
      float: left; }
    .site-footer .gform_wrapper:after {
      width: 100%;
      display: table;
      content: " ";
      display: block;
      clear: both; }
  .site-footer .footer-main {
    padding-top: 45px;
    padding-bottom: 28px; }
  .site-footer a {
    color: #fff; }
    .site-footer a:hover {
      color: #C7A412; }
      .site-footer a:hover path, .site-footer a:hover g, .site-footer a:hover polygon {
        fill: #C7A412; }
  .site-footer .footer-bottom {
    border-top: 1px solid #001100;
    padding: 16px 0px;
    font-family: 'Asap Condensed', sans-serif; }
    .site-footer .footer-bottom .footer-left {
      width: 50%;
      float: left; }
    .site-footer .footer-bottom .footer-right {
      width: 50%;
      float: left;
      text-align: right; }
  .site-footer .brand-logo {
    width: 132px;
    margin-bottom: 10px; }
    .site-footer .brand-logo svg {
      width: 100%; }
  .site-footer .copyright {
    font-size: 11px;
    clear: both; }
    .site-footer .copyright p, .site-footer .copyright div, .site-footer .copyright ul, .site-footer .copyright li {
      display: inline-block; }
    .site-footer .copyright li:after {
      display: inline;
      content: ". "; }

.contact-details {
  line-height: 23px; }
  .contact-details .icon {
    color: #C7A412;
    font-size: 23px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    float: left;
    width: 40px;
    font-family: 'Asap Condensed', sans-serif; }
  .contact-details .contact-information {
    display: block;
    width: calc(90% - 50px);
    margin-left: 40px; }
  .contact-details .contact-detail {
    margin: 12px 0px 18px 0px !important; }
    .contact-details .contact-detail:after {
      width: 100%;
      content: " ";
      display: table;
      clear: both; }

.footer-left .widget {
  width: 50%;
  float: left;
  margin-bottom: 45px; }
  .footer-left .widget .menu {
    text-align: center;
    margin: 0px; }
    .footer-left .widget .menu > li:not(:first-child) {
      display: none; }
    .footer-left .widget .menu a {
      font-family: "Asap Condensed", sans-serif;
      font-size: 18px;
      line-height: 21px; }
    .footer-left .widget .menu .sub-menu {
      display: none; }
      .footer-left .widget .menu .sub-menu li {
        margin: .751em auto; }
    .footer-left .widget .menu .sub-menu a {
      color: #EEEEEE;
      font-family: Roboto, "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      max-width: 154px;
      display: block; }
      .footer-left .widget .menu .sub-menu a:hover {
        color: #C7A412; }

.footer-right .widget {
  margin-bottom: 39px; }
.footer-right .widget:first-child {
  border-bottom: 1px solid #C7A412; }

.social-links {
  font-weight: 500;
  font-size: 14px;
  padding-top: 20px; }
  .social-links a {
    margin-left: 10px; }
  .social-links svg {
    vertical-align: middle; }

/*Styles for title ----------------------------------------------- */
#title {
  background-color: #F3F5F4;
  border-bottom: 2px solid #404042;
  padding: 1px 0px; }
  #title:after {
    display: table;
    content: " ";
    clear: both; }
  #title h1 {
    color: #006C67;
    max-width: 50%;
    float: left;
    margin-left: 0; }

.page-title {
  background-color: #006C67;
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden; }
  .page-title .container {
    position: relative; }
  .page-title .page-title-content {
    margin: 54px 0px 0px 0px; }
  .page-title .pre-title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-size: 20px; }
    .page-title .pre-title:after {
      display: block;
      content: " ";
      box-sizing: border-box;
      height: 1px;
      width: 108px;
      background-color: #C7A412;
      position: absolute;
      bottom: 0;
      left: 0; }
  .page-title .main-title, .page-title .title-testimonial {
    margin-bottom: 54px;
    max-width: 65%;
    margin-left: 0px; }
  .page-title .testimonial-body {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5357; }
  .page-title .buttons {
    margin-bottom: -52px; }
  .page-title .page-title-background, .page-title .mobile-image {
    background-color: #F3F5F4;
    background-size: cover;
    background-repeat: no-repeat; }
  .page-title .mobile-image {
    height: 254px;
    background-position: center; }
    .page-title .mobile-image:before {
      display: block;
      content: " ";
      height: 185px;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #000000 100%); }
  .page-title .page-title-background {
    background-position: left center;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% + 199px); }
    .page-title .page-title-background:after {
      position: absolute;
      top: 0;
      z-index: 1;
      left: 0;
      display: block;
      content: " ";
      height: 100%;
      width: 1540px;
      opacity: 0.88;
      transform: scaleY(-1);
      background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
    .page-title .page-title-background .video {
      position: absolute;
      width: 100%;
      height: 100%; }
  .page-title .mobile-overlay {
    background-image: url(../img/mobile-hero-overlay.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 246px;
    height: 320px; }

.page-title-badge {
  position: absolute;
  bottom: 27px;
  right: 0;
  width: 150px;
  height: 150px; }

/*Blog styles      -------------------------------------------------------- */
.post-title {
  color: #006C67; }

.post-meta {
  font-size: .8625em;
  border-bottom: 1px solid #D5DADA;
  margin-bottom: 1em; }

.post-meta ul {
  display: inline; }

.post-meta {
  font-size: .8em; }

.post-meta ul li {
  display: inline;
  padding: 0px !important; }

.search-wrapper {
  padding: 27px 0px; }

#searchform label {
  font-weight: bold;
  margin-bottom: 20px;
  display: block; }

#search-submit {
  margin-top: 20px; }

.custom-search {
  position: relative;
  clear: both; }

.custom-search-wrapper {
  position: relative; }

.custom-search-ajax-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  background-color: #F3F5F4;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
  font-family: 'Asap Condensed', sans-serif;
  font-size: 16px;
  z-index: 1; }
  .custom-search-ajax-result ul {
    margin: 0px;
    padding: 0px; }
  .custom-search-ajax-result li {
    border-bottom: 1px solid #E6E9E9; }
  .custom-search-ajax-result a {
    display: block;
    padding: 0.75em 27px; }
    .custom-search-ajax-result a:hover {
      background-color: #C7A412;
      color: #fff;
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
      background-image: url(../img/mask/triangle-corner-right-white.svg);
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: right bottom; }

@media screen and (max-width: 600px) {
  #title .custom-search {
    margin-bottom: 20px;
    display: none; }
  #title .search-prompt {
    display: block;
    background-image: url(../img/icons/search.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 2em;
    clear: both;
    text-align: right;
    margin-bottom: 20px;
    font-size: 18px; }
  #title .search-prompt.open {
    background-image: url(../img/icons/close.svg); } }
.product-content {
  margin: 80px 0px; }

.product-gallery {
  padding: 0px 0px 7px 0px; }

.machine-details .col {
  margin-bottom: 50px; }

.archive-listing-results {
  background-color: #F3F5F4;
  padding: 50px 0px; }

.archive-filter {
  margin: 30px 0px 40px 0px; }

.blog-filters {
  margin: 30px 0px 40px 0px; }

.category-filters {
  border-bottom: 2px solid #C7A412; }
  .category-filters .select-prompt {
    position: relative;
    cursor: pointer; }
  .category-filters .select-prompt:after {
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    display: block;
    background-image: url(../img/icons/chevron-gold-down.svg);
    width: 30px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center; }

@media screen and (max-width: 600px) {
  .category-filters {
    position: relative; }
    .category-filters.expanded .categories {
      display: block !important; }
    .category-filters .category-filters {
      position: relative; }
    .category-filters .categories {
      font-family: 'Asap Condensed', sans-serif;
      font-size: 16px;
      background-color: #F3F5F4;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.12);
      padding-bottom: 80px;
      z-index: 1;
      margin-top: 2px; }
    .category-filters li {
      border-bottom: 1px solid #E6E9E9; }
    .category-filters a {
      display: block;
      position: relative; }
      .category-filters a:after {
        right: 27px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        content: " ";
        display: block;
        background-image: url(../img/icons/chevron-gold-down.svg);
        width: 30px;
        height: 18px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        background-position: center; }
    .category-filters span {
      display: inline-block;
      padding: 0.75em 27px; }
    .category-filters .selected {
      background-color: #fff; }
      .category-filters .selected span {
        background-color: #C7A412;
        color: #fff;
        position: relative; }
        .category-filters .selected span:after {
          transition: .12s;
          content: "";
          background-color: #C7A412;
          display: block;
          height: 100%;
          position: absolute;
          right: -9px;
          top: 0;
          width: 24px;
          transform: skewX(-19.516deg);
          box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); } }
.drop-down-filters {
  position: relative; }
  .drop-down-filters.expanded .categories {
    display: block !important; }
  .drop-down-filters .category-filters {
    position: relative; }
  .drop-down-filters .categories {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 16px;
    background-color: #F3F5F4;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 80px;
    z-index: 1;
    margin-top: 2px; }
  .drop-down-filters li {
    border-bottom: 1px solid #E6E9E9; }
  .drop-down-filters a {
    display: block;
    position: relative; }
    .drop-down-filters a:after {
      right: 27px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      content: " ";
      display: block;
      background-image: url(../img/icons/chevron-gold-down.svg);
      width: 30px;
      height: 18px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      background-position: center; }
  .drop-down-filters span {
    display: inline-block;
    padding: 0.75em 27px; }
  .drop-down-filters .selected {
    background-color: #fff; }
    .drop-down-filters .selected span {
      background-color: #C7A412;
      color: #fff;
      position: relative; }
      .drop-down-filters .selected span:after {
        transition: .12s;
        content: "";
        background-color: #C7A412;
        display: block;
        height: 100%;
        position: absolute;
        right: -9px;
        top: 0;
        width: 24px;
        transform: skewX(-19.516deg);
        box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); }

/*Social sharing links -----------------------------------------------------*/
.sharing a {
  display: inline-block; }

.icon-links a:hover g {
  fill: #006C67; }

/*Sidebar  ------------------------------------------------------------------*/
.widget-sidebar {
  background-color: #F3F5F4;
  padding: 27px; }
  .widget-sidebar ul {
    margin: 1em auto 3em auto; }
  .widget-sidebar li {
    margin: 1.25em 0em; }
  .widget-sidebar a {
    color: #001100; }
    .widget-sidebar a:hover {
      color: #C7A412; }

/*Helpers and wordpress required styles --------------------------------- */
img.alignright, .alignright {
  float: right;
  margin: 0 0 13.5px 27px; }

img.alignleft, .alignleft {
  float: left;
  margin: 0 27px 13.5px 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 13.5px 27px; }

a img.alignleft {
  float: left;
  margin: 0 27px 13.5px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix:after {
  clear: both;
  display: table;
  content: " ";
  width: 100%; }

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.gallery {
  margin-left: -13.5px !important;
  margin-right: -13.5px !important; }
  .gallery img {
    border: 0px solid transparent !important; }
  .gallery .gallery-item {
    padding: 13.5px;
    color: #006C67;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35em;
    text-align: center;
    text-transform: uppercase; }
    .gallery .gallery-item .gallery-icon {
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
      border: 2px solid #E6E9E9;
      border-bottom: 0px solid transparent; }
    .gallery .gallery-item img {
      display: block; }
    .gallery .gallery-item .wp-caption-text {
      padding: 10px 27px;
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
      border: 2px solid #E6E9E9;
      border-top: 2px solid #C7A412;
      background-color: #fff; }

.logos {
  text-align: center;
  padding: 20px 0px; }
  .logos .logo-item {
    display: inline-block; }
    .logos .logo-item img {
      display: block;
      width: 104px; }

.hero-logos {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 115px;
  width: 50%;
  padding: 0px; }
  .hero-logos .logos-list {
    max-width: 382px; }
  .hero-logos .logo-inner {
    background-color: #fff;
    text-align: left;
    position: relative;
    padding: 41px 27px 30px 0px;
    height: 115px;
    box-shadow: -2px 5px 0px white; }
    .hero-logos .logo-inner:before {
      height: 100%;
      width: 43px;
      content: " ";
      display: block;
      background-image: url(../img/mask/triangle-corner-right-white.svg);
      background-size: cover;
      background-position: top right;
      background-size: auto 100%;
      background-repeat: none;
      top: 0;
      left: -43px;
      position: absolute;
      background-repeat: no-repeat; }
  .hero-logos .logo-item {
    margin-left: 19px;
    max-width: calc(33.33% - 27px); }
    .hero-logos .logo-item img {
      width: 152px; }

.home-introduction {
  background-color: #F3F5F4;
  overflow: hidden; }
  .home-introduction .home-intro-text {
    margin: 43px 0px 150px 0px;
    max-width: 452px; }
  .home-introduction .home-video-wrapper {
    margin-bottom: 87px; }

.desktop-video-caption {
  padding: 32px 0px 16px 0px;
  margin-left: 33.33%; }

/*Contact page ----------------------------------------------------------------------------------------------------------------*/
.main-contact-box {
  background-color: #687877;
  color: #fff;
  overflow: hidden; }
  .main-contact-box a {
    color: #fff; }
    .main-contact-box a:hover {
      color: #C7A412; }
  .main-contact-box .contact-details-wrapper {
    margin: 27px; }
  .main-contact-box h3 {
    background-color: #C7A412;
    color: #fff;
    padding: 20px 27px;
    margin: 0px;
    font-size: 18px;
    background-image: url(../img/mask/triangle-corner-right-dark-grey.svg);
    background-size: 100% auto;
    background-position: right top;
    background-repeat: none; }

.merge-with-footer {
  margin: 0px;
  clear: both; }
  .merge-with-footer input, .merge-with-footer textarea {
    margin: 0px;
    border-bottom: 0px;
    display: block; }
  .merge-with-footer textarea {
    background-color: #F3F5F4;
    height: 170px;
    resize: none; }
    .merge-with-footer textarea::placeholder {
      color: #001100; }

.contact-page .gform_wrapper {
  margin-top: 0px; }
.contact-page .gform_footer {
  background-color: #F3F5F4;
  margin: 0;
  border-bottom: 2px solid #C7A412; }
  .contact-page .gform_footer button {
    margin-bottom: 0px; }

.contact-columns {
  margin-top: 50px;
  position: relative; }

@media screen and (max-width: 601px) {
  .history-title, .mobile-story {
    margin: 0px !important;
    padding: 20px 0px;
    background-color: #F3F5F4;
    text-align: left; }

  .mobile-story {
    padding-top: 0px; }
    .mobile-story h2 {
      font-size: 30px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-weight: 700;
      background-color: #C7A412;
      padding-right: 200px;
      padding-left: 27px;
      position: relative;
      display: inline-block;
      color: #fff; }
      .mobile-story h2:before {
        transition: .12s;
        content: "";
        background-color: #C7A412;
        display: block;
        height: 100%;
        position: absolute;
        right: -13px;
        top: 0;
        width: 30px;
        transform: skewX(-19.516deg); }
    .mobile-story .year-information {
      font-size: 24px;
      font-style: italic;
      line-height: 34px;
      margin: 2em auto; }
    .mobile-story .next-arrow, .mobile-story .prev-arrow {
      position: absolute;
      bottom: 0; }
    .mobile-story .slick-dots {
      padding: 0px 54px; }
    .mobile-story .prev-arrow {
      left: 27px; }
    .mobile-story .next-arrow {
      right: 27px; } }
.page-section.history-intro {
  margin-bottom: 40px; }

.page-section.history-title {
  margin: 0px auto 20px auto; }

#sticky-wrapper {
  z-index: 9; }

.year-navigation {
  overflow: hidden;
  color: #fff;
  background-color: #687877;
  font-size: 20px;
  font-weight: 600;
  padding-top: 59px;
  font-size: 20px;
  padding-bottom: 12px; }
  .year-navigation li {
    display: inline-block;
    position: relative; }
  .year-navigation ul {
    margin: 0px; }
  .year-navigation .block {
    background-color: #fff;
    width: 28px;
    height: 28px;
    margin: 0px auto 12px auto; }
  .year-navigation a {
    margin: 0px 24px 12px 24px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .year-navigation a:hover, .year-navigation a.active {
      color: #C7A412; }
      .year-navigation a:hover .block, .year-navigation a.active .block {
        background-color: #C7A412; }
  .year-navigation li:not(:first-child):before {
    display: inline-block;
    content: " ";
    width: 15px;
    height: 15px;
    background-color: #fff;
    vertical-align: top;
    margin-top: 7px; }
  .year-navigation li:not(:last-child):after {
    display: block;
    content: " ";
    width: 110%;
    height: 2px;
    background-color: #fff;
    vertical-align: top;
    position: absolute;
    top: 14px;
    left: 50%; }

.history-year {
  background-color: #006C67;
  min-height: 400px;
  position: relative; }

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: .53; }

.decade-anchor {
  position: relative;
  top: -150px; }

.history-year .container {
  position: relative; }
.history-year .year-information {
  background-color: rgba(0, 108, 103, 0.9);
  position: absolute;
  top: 0;
  color: #fff;
  text-align: right;
  width: 292px;
  min-height: 400px; }
.history-year:nth-of-type(even) .year-information {
  left: 27px; }
.history-year:nth-of-type(odd) .year-information {
  right: 27px; }
.history-year h2 {
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
  background-color: #C7A412;
  padding-right: 57px;
  margin-left: 30px;
  position: relative; }
  .history-year h2:before {
    transition: .12s;
    content: "";
    background-color: #C7A412;
    display: block;
    height: 100%;
    position: absolute;
    left: -13px;
    top: 0;
    width: 30px;
    transform: skewX(-19.516deg); }
.history-year .wysiwyg {
  padding: 10px 57px;
  font-size: 24px;
  font-style: italic; }

/*Responsive styles ----------------------------------------------------------------------------------------------------------------*/
@media (max-width: 600px) {
  .stretch-mob {
    margin-left: -23px;
    margin-right: -23px;
    width: 100vw !important; } }
/*tablet only styles -----------------------------------*/
/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .page-title-badge {
    top: 92px;
    right: 27px;
    bottom: auto;
    width: 244px;
    height: 244px; }

  .footprint {
    margin-bottom: 150px; }

  .valign-wrapper-medium {
    display: flex;
    align-items: center; }

  .main-contact-box {
    margin-left: 27px;
    padding-bottom: 50px; }
    .main-contact-box .col {
      width: 100% !important; }

  .contact-columns {
    overflow: hidden; }
    .contact-columns:before, .contact-columns:after {
      display: block;
      content: " ";
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      background-color: #d6dada; }
    .contact-columns:before {
      left: 33.33%; }
    .contact-columns:after {
      left: 66.66%; }

  #title .custom-search {
    float: right;
    width: 33.33%;
    padding-bottom: 27px; }
  #title .container {
    display: flex;
    align-items: flex-end; }
  #title h1 {
    width: 66.66%;
    max-width: none;
    margin: 1.5em 0em .75em 0em; }

  .page-title {
    height: 605px; }
    .page-title .pre-title {
      padding-bottom: .75em;
      margin-bottom: .75em;
      font-size: 34px;
      letter-spacing: .088em; }
      .page-title .pre-title:after {
        height: 2px; }
    .page-title .buttons {
      margin-bottom: 30px; }
    .page-title .main-title, .page-title .title-testimonial {
      width: 50%; }
    .page-title .testimonial-body {
      font-size: 24px; }
    .page-title .desktop-overlay {
      background-image: url(../img/tablet-hero-overlay.svg);
      background-repeat: no-repeat;
      background-position: top left;
      position: absolute;
      top: 0;
      left: 0;
      width: 795px;
      height: 605px; }
    .page-title .container {
      overflow: hidden;
      height: 605px;
      display: flex;
      align-items: center; }
    .page-title .page-title-content {
      position: relative;
      margin: 81px 0px 81px 0px;
      width: 100%; }

  .call-to-action {
    padding: 57px 0px 43px 0px; }
    .call-to-action .cta-text {
      font-size: 40px;
      letter-spacing: 1.82px;
      line-height: 45px;
      margin-top: 0px; }

  .call-to-action.feature-cta-image {
    padding-bottom: 250px; }

  .footer-testimonial, .mega-testimonial {
    position: relative; }
    .footer-testimonial h2, .mega-testimonial h2 {
      max-width: none; }
    .footer-testimonial .testimonial-image, .mega-testimonial .testimonial-image {
      background-color: #687877;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-position: center;
      background-size: cover; }
    .footer-testimonial .testimonial-content, .mega-testimonial .testimonial-content {
      width: 50%;
      float: right;
      padding-left: 27px; }
    .footer-testimonial .angle-overlay, .mega-testimonial .angle-overlay {
      right: 0; }
    .footer-testimonial .left-overlay, .mega-testimonial .left-overlay {
      right: auto;
      left: 0; }

  .mega-testimonial {
    background-color: #fff; }
    .mega-testimonial .testimonial-image {
      background-color: #fff; }
    .mega-testimonial .testimonial-text {
      margin-bottom: 2em; }
    .mega-testimonial .testimonial-content {
      padding-top: 0px; }
    .mega-testimonial .testimonial-source {
      overflow: hidden;
      border-bottom: none !important; }
    .mega-testimonial:nth-child(even) .testimonial-content {
      float: left; }
    .mega-testimonial:nth-child(even) .testimonial-image {
      left: auto;
      right: 0; }
    .mega-testimonial:not(:first-child) .testimonial-content {
      padding-top: 80px; }

  .footer-bottom .container {
    justify-content: space-between; }

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

  .footer-main:after {
    width: 100%;
    display: table;
    clear: both;
    content: " "; }

  .widget-sidebar {
    margin-left: 33.75px;
    padding: 27px 0 27px 47.25px;
    position: relative; }
    .widget-sidebar:before {
      content: " ";
      width: calc(100vw - (1140px - 100%));
      height: 100%;
      top: 0;
      left: 100%;
      background-color: #F3F5F4;
      position: absolute; }

  .home-introduction {
    position: relative;
    margin-bottom: 80px; }
    .home-introduction:before {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      content: " ";
      display: block;
      background-color: #fff; }
    .home-introduction .home-introduction-wrapper, .home-introduction .home-video-wrapper {
      width: 50%;
      float: left; }
    .home-introduction .home-intro-text {
      margin: 63px 0px 0px 0px; }
    .home-introduction .home-introduction-wrapper {
      padding-left: 13.5px; }
    .home-introduction .home-video-wrapper {
      position: relative;
      margin-bottom: 0px; }
    .home-introduction .home-video-wrapper .angle-overlay {
      left: 0; }

  .archive-listing-results {
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/mask/triangle-corner-right-dark-grey.svg); }

  .archive-filter {
    margin: 30px 0px 50px 0px; }

  .category-filters:not(.drop-down-filters) {
    margin-bottom: 27px;
    border-bottom: 1px solid #D5DADA;
    font-size: 18px;
    padding: 0px; }
    .category-filters:not(.drop-down-filters) .categories {
      margin: 0;
      padding: 0; }
    .category-filters:not(.drop-down-filters) .categories li {
      display: inline;
      margin: 0;
      margin-right: 1.5em;
      padding: 0; }
    .category-filters:not(.drop-down-filters) a {
      display: inline-block;
      color: #001100;
      padding: 10px .5em 10px .5em; }
      .category-filters:not(.drop-down-filters) a:hover {
        color: #006C67; }
    .category-filters:not(.drop-down-filters) .selected {
      font-weight: bold;
      position: relative; }
      .category-filters:not(.drop-down-filters) .selected:after {
        width: 100%;
        height: 2px;
        background-color: #C7A412;
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }

  .product-content {
    margin: 140px 0px; } }
.angle-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  max-width: 160px; }
  .angle-overlay img, .angle-overlay svg {
    display: block;
    height: 100%;
    width: auto; }

.show-in-ie {
  display: none !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-introduction .home-video-wrapper .angle-overlay img {
    display: block; }
  .home-introduction .home-video-wrapper .angle-overlay svg {
    display: none; }

  .show-in-ie {
    display: block !important; } }
/*tablet and up styles ----------------------------------*/
@media screen and (min-width: 993px) and (max-width: 1140px) {
  .desktop-overlay {
    background-image: url(../img/desktop-hero-overlay.svg);
    width: 622px; } }
@media (min-width: 993px) {
  .valign-wrapper-large {
    display: flex;
    align-items: center; }

  #title h1 {
    margin-top: 67px;
    margin-left: 0; }

  .page-title .main-title, .page-title .title-testimonial {
    width: 33.33%; }
  .page-title .testimonial-body {
    font-size: 28px; }
  .page-title .page-title-background {
    width: calc(50% + 570px); }

  .home .page-title {
    height: 800px; }
    .home .page-title .container {
      height: 800px; }
    .home .page-title .desktop-overlay {
      background-image: url(../img/home-hero-overlay.svg);
      width: 750px;
      height: 800px; }
    .home .page-title .container {
      display: block; }
    .home .page-title h1 {
      font-size: 60px; }

  .site-header {
    padding: 0px; }
    .site-header .top-nav .menu li {
      position: relative; }
    .site-header .top-nav .menu .sub-menu {
      display: none;
      text-align: left;
      position: absolute;
      z-index: 999;
      left: 0;
      padding-left: 0px;
      padding-top: 8px;
      box-shadow: 0px 5px 3px #0000001a;
      background-color: transparent; }
      .site-header .top-nav .menu .sub-menu li:first-child {
        border-top: 1px solid #C7A412; }
      .site-header .top-nav .menu .sub-menu li {
        background-color: #fff;
        float: none;
        line-height: 1;
        display: block;
        margin: 0px !important;
        text-align: left; }
        .site-header .top-nav .menu .sub-menu li a {
          line-height: 1;
          padding: .5em 1em;
          display: block;
          white-space: nowrap;
          color: #006C67; }
          .site-header .top-nav .menu .sub-menu li a:hover {
            color: #C7A412; }
        .site-header .top-nav .menu .sub-menu li .sub-menu {
          left: 100%;
          top: -1px;
          padding-top: 0px; }
      .site-header .top-nav .menu .sub-menu .menu-item-has-children a:after {
        transform: rotate(-90deg); }
    .site-header .top-nav .menu li:hover > .sub-menu {
      display: block; }
    .site-header .bottom-nav .menu li {
      position: static; }
    .site-header .bottom-nav .menu .sub-menu-wrap {
      display: none;
      position: absolute;
      width: 100%;
      left: 0;
      top: 104px;
      background-color: #F3F5F4;
      z-index: 9;
      border-top: 1px solid #D5DADA;
      text-align: left;
      background-position: right bottom;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url(../img/mask/triangle-corner-right-dark-grey.svg); }
    .site-header .bottom-nav .menu .sub-menu {
      display: block;
      text-transform: none; }
    .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li {
      width: block;
      width: calc(20% - 27px);
      float: left;
      border-right: 1px solid #D5DADA;
      min-height: 325px; }
      .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li li {
        display: block;
        margin: 0;
        padding: 0px; }
      .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li a {
        display: block;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0px;
        color: #001100; }
        .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li a:after {
          display: none; }
      .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li .sub-menu {
        margin-top: 1em; }
      .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li .sub-menu a {
        font-family: Roboto, "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 37px; }
        .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li .sub-menu a:hover {
          color: #C7A412; }
      .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li img {
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }
    .site-header .bottom-nav .menu .sub-menu-wrap .container > .sub-menu > li:last-child {
      width: 40%;
      margin-right: 0px;
      border-right: 0px; }
    .site-header .bottom-nav .menu .menu-title {
      border-bottom: 1px solid #D5DADA;
      height: 50px;
      margin-top: 30px;
      margin-bottom: 25px; }
      .site-header .bottom-nav .menu .menu-title a {
        display: inline-block;
        text-align: center;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'Asap Condensed', sans-serif;
        font-size: 18px;
        letter-spacing: 2.4px;
        line-height: 21px;
        background: #C7A412;
        display: inline-block;
        color: #fff;
        border: none;
        margin: 0 30px 20px 0;
        padding: 14px 17px 14px 32px;
        position: relative;
        text-decoration: none;
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12);
        font-weight: 600;
        transition: .12s;
        padding-right: 5em;
        box-shadow: none; }
        .site-header .bottom-nav .menu .menu-title a:after {
          transition: .12s;
          content: "";
          background-color: #C7A412;
          display: block;
          height: 100%;
          position: absolute;
          right: -9px;
          top: 0;
          width: 24px;
          transform: skewX(-19.516deg);
          box-shadow: 10px 2px 13px 0 rgba(0, 0, 0, 0.12); }
        .site-header .bottom-nav .menu .menu-title a:hover {
          background-color: #006C67;
          color: #fff; }
          .site-header .bottom-nav .menu .menu-title a:hover:after {
            background-color: #006C67; }
        .site-header .bottom-nav .menu .menu-title a:after {
          box-shadow: none; }

  .call-to-action {
    text-align: left; }
    .call-to-action .cta-text, .call-to-action .buttons {
      float: left; }
    .call-to-action .cta-text {
      width: 65%;
      padding-right: 27px;
      margin: 9px 0px; }
    .call-to-action .buttons {
      width: 35%;
      margin: 0px; }

  .call-to-action.feature-cta-image {
    padding-bottom: 335px;
    min-height: 534px;
    padding-top: 70px; }
    .call-to-action.feature-cta-image .cta-text {
      font-size: 54px;
      width: 50%;
      line-height: 63px; }
    .call-to-action.feature-cta-image .buttons {
      width: 50%;
      text-align: right;
      font-size: 21px; }

  .footer-testimonial .testimonial-text, .mega-testimonial .testimonial-text {
    font-size: 20px;
    line-height: 31px; }
  .footer-testimonial .testimonial-source, .mega-testimonial .testimonial-source {
    font-size: 16px;
    line-height: 27px;
    padding-bottom: .5em;
    border-bottom: 1px solid #D5DADA; }
  .footer-testimonial .testimonial-content, .mega-testimonial .testimonial-content {
    padding-left: 67.5px; }
  .footer-testimonial .testimonial-footer, .mega-testimonial .testimonial-footer {
    overflow: hidden;
    margin-bottom: 40px; }
    .footer-testimonial .testimonial-footer .buttons, .mega-testimonial .testimonial-footer .buttons {
      float: left;
      width: 50%; }
    .footer-testimonial .testimonial-footer .testimonial-logo, .mega-testimonial .testimonial-footer .testimonial-logo {
      float: right;
      width: 50%;
      text-align: right;
      margin: 30px 0px; }
    .footer-testimonial .testimonial-footer .testimonial-logo img, .mega-testimonial .testimonial-footer .testimonial-logo img {
      width: 186px; }

  .mega-testimonial {
    min-height: 462px; }
    .mega-testimonial .testimonial-text {
      font-size: 24px; }
    .mega-testimonial:nth-child(odd) .testimonial-content {
      padding-left: 108px; }
    .mega-testimonial:nth-child(even) .testimonial-content {
      padding-right: 108px; }

  .site-footer {
    background-image: url(../img/footer-background.svg);
    background-size: auto 100%;
    padding: 32px 0px 20px 0px;
    overflow: hidden; }
    .site-footer .footer-main .footer-left {
      grid-template-columns: 25% 25% 25% 25%;
      display: grid; }
      .site-footer .footer-main .footer-left .widget {
        margin-bottom: 20px;
        min-width: 25%;
        display: inline-block;
        width: auto;
        padding-right: 27px; }
        .site-footer .footer-main .footer-left .widget .menu {
          text-align: left; }
          .site-footer .footer-main .footer-left .widget .menu > li > a {
            display: block;
            margin-bottom: 20px; }
          .site-footer .footer-main .footer-left .widget .menu > li:not(:first-child) {
            display: block; }
          .site-footer .footer-main .footer-left .widget .menu .sub-menu {
            display: block; }

  .footer-right {
    width: 35%;
    float: left; }

  .footer-left {
    width: 65%;
    float: left; }

  .site-footer .footer-bottom {
    border-top: none; }
    .site-footer .footer-bottom .container {
      position: relative; }
    .site-footer .footer-bottom .container:before {
      position: absolute;
      display: block;
      width: 100%;
      content: ' ';
      top: -16px;
      border-top: 1px solid #001100; }
    .site-footer .footer-bottom .brand-logo {
      float: left;
      margin-right: 20px; }
    .site-footer .footer-bottom .copyright {
      clear: none;
      margin-top: 15px; }

  .social-links {
    font-size: 17px;
    padding-right: 27px;
    padding-top: 10px; }
    .social-links svg {
      width: 28px;
      height: 28px; }

  .home-introduction {
    margin-bottom: 137px; }
    .home-introduction .home-intro-text {
      margin: 123px 0px 0px 0px; }

  .product-archive-filter .category-filters {
    width: 64%;
    float: left;
    margin-bottom: 0px; }

  .archive-filter {
    margin: 30px 0px 50px 0px; }
    .archive-filter:after {
      display: table;
      width: 100%;
      content: " ";
      clear: both; }

  .custom-search {
    width: 35%;
    float: right;
    clear: none;
    padding-left: 54px; }

  .machine-content .row {
    display: flex;
    align-items: flex-end; }
    .machine-content .row .brochure-col {
      text-align: right;
      padding-right: 20px; }

  .machine-details {
    margin: 100px 0px;
    font-size: 14px;
    position: relative; }
    .machine-details .wysiwyg > h2:first-child {
      margin-top: 0px; }
    .machine-details .row {
      position: relative;
      margin-left: -40.5px;
      margin-right: -40.5px; }
    .machine-details .col {
      padding: 0px 40.5px; }
    .machine-details .row .col:nth-child(1):after, .machine-details .row .col:nth-child(2):after {
      display: block;
      content: " ";
      width: 2px;
      height: 100%;
      background-color: #EAECEC;
      top: 0;
      position: absolute; }
    .machine-details .col:nth-child(1):after {
      left: 42.5%; }
    .machine-details .col:nth-child(2):after {
      left: 75%; }

  .main-contact-box .contact-details-wrapper {
    font-size: 18px; }
    .main-contact-box .contact-details-wrapper .contact-detail {
      margin-bottom: 35px !important; }

  .contact-columns {
    width: 73.66%;
    margin-bottom: 100px; }

  .contact-col-content {
    margin-bottom: 10px;
    line-height: 2em;
    padding: 0px 13.5px; }
    .contact-col-content p:first-child {
      margin-top: 0; }

  .affiliates {
    margin: 130px 0px 200px 0px; }

  .year-navigation a {
    margin: 0px 57px 12px 57px; } }
/* desktop --------------------------------------*/
@media screen and (min-width: 1141px) {
  .call-to-action.feature-cta-image {
    padding-bottom: 25%; }

  .desktop-overlay {
    width: 755px; } }
.page-template-product-landing-page .phone-link {
  font-family: 'Asap Condensed', sans-serif;
  color: #006C67;
  margin-right: 1em;
  font-size: 1.3125em; }
.page-template-product-landing-page .site-header {
  padding: 25px 0px; }
  .page-template-product-landing-page .site-header .phone-link {
    color: #006C67; }
  .page-template-product-landing-page .site-header .theme-button {
    color: #fff;
    margin: 0px !important; }
.page-template-product-landing-page .enquiry-links {
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-template-product-landing-page .enquiry-links a {
    text-decoration: none;
    margin: .5em 2em; }
.page-template-product-landing-page .site-footer .brand-logo {
  margin-right: 2em; }
.page-template-product-landing-page .site-footer {
  background-size: 150px auto;
  background-position: right center;
  padding: 40px 0px; }
.page-template-product-landing-page .page-section .buttons {
  text-align: center; }
.page-template-product-landing-page .brochure_card .buttons {
  text-align: left; }
.page-template-product-landing-page .single_image {
  margin: 0px !important; }
  .page-template-product-landing-page .single_image img {
    display: block; }
.page-template-product-landing-page .icon_grid, .page-template-product-landing-page .multi_testimonials {
  background-color: #F3F5F4;
  margin: 0px;
  padding: 40px 0px; }
.page-template-product-landing-page .brochure_card {
  margin-top: 0px !important; }
.page-template-product-landing-page .section-title {
  padding-left: 0px;
  text-align: center; }
.page-template-product-landing-page .on-video-caption {
  text-align: left; }
.page-template-product-landing-page .testimonial-card {
  margin: 0 auto;
  margin-bottom: 40px; }
.page-template-product-landing-page .testimonial-card-content {
  max-width: 300px;
  margin-left: 0;
  font-style: italic;
  font-size: 1.125em;
  margin-bottom: 2em; }
.page-template-product-landing-page .page-section.enquiry {
  background-color: #006C67;
  color: #fff;
  margin: 0px;
  padding: 40px 0px 0px 0px; }
  .page-template-product-landing-page .page-section.enquiry .lead-para {
    font-family: 'Asap Condensed', sans-serif; }
  .page-template-product-landing-page .page-section.enquiry h2, .page-template-product-landing-page .page-section.enquiry h1, .page-template-product-landing-page .page-section.enquiry h3, .page-template-product-landing-page .page-section.enquiry h4, .page-template-product-landing-page .page-section.enquiry h5 {
    color: #fff; }
  .page-template-product-landing-page .page-section.enquiry img {
    display: block;
    width: 100%; }

.form-card {
  background-color: #005B57;
  padding: 27px;
  margin-bottom: 3em; }
  .form-card input[type=text], .form-card input[type=email] {
    background-color: transparent;
    padding-left: 0px; }
    .form-card input[type=text]::-webkit-input-placeholder, .form-card input[type=email]::-webkit-input-placeholder {
      /* Edge */
      color: #fff; }
    .form-card input[type=text]:-ms-input-placeholder, .form-card input[type=email]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .form-card input[type=text]::placeholder, .form-card input[type=email]::placeholder {
      color: #fff; }
  .form-card .gform_foote r {
    margin-top: 1em; }

/*tablet only styles -----------------------------------*/
/*mobile and up styles -----------------------------------*/
@media (min-width: 601px) {
  .page-template-product-landing-page .icon_grid, .page-template-product-landing-page .multi_testimonials {
    margin: 0px; }

  .brochure_card .card-inner {
    width: 80%; } }
/*tablet and up styles ----------------------------------*/
@media screen and (min-width: 993px) {
  .page-template-product-landing-page .icon_grid, .page-template-product-landing-page .multi_testimonials {
    margin: 0px;
    padding: 60px 0px 40px 0px; }
  .page-template-product-landing-page .page-section.enquiry {
    margin: 0px; } }
/* desktop --------------------------------------*/
@media screen and (min-width: 1141px) {
  .page-template-product-landing-page .icon_grid, .page-template-product-landing-page .multi_testimonials, .page-template-product-landing-page .page-section.enquiry {
    margin: 0px; }
  .page-template-product-landing-page .section-title, .page-template-product-landing-page h2 {
    font-size: 54px; }
  .page-template-product-landing-page .page-section.enquiry .section-title, .page-template-product-landing-page .page-section.enquiry h2 {
    font-size: 34px;
    font-weight: normal; }
  .page-template-product-landing-page .page-section.enquiry .lead-para {
    font-size: 51px;
    margin-top: 0px;
    padding-right: 1em; } }
.mm-menu {
  font-family: 'Asap Condensed', sans-serif; }

#mobile-menu, .mm-menu, .mm-panels, .mm-navbar, .mm-listitem, .mm-panel {
  background: #fff;
  color: #001100; }

.mm-navbar.mm-navbar_has-btns {
  padding-left: 28px; }

.mm-navbars_top {
  border-bottom: 0px solid transparent; }

.mm-panels {
  margin-top: 20px; }

.mm-btn:after, .mm-btn:before {
  border-color: #C7A412; }

#mobile-menu .brand-logo {
  flex: none;
  max-width: 125px;
  width: 126px; }

.mm-listitem:after {
  display: none; }

a.mm-btn.mm-btn_next.mm-listitem__btn {
  border-left: none; }

.mm-navbar {
  border-bottom: none; }

.mm-panels .mm-navbar:after {
  width: calc(100% - 50px);
  height: 1px;
  content: " ";
  display: block;
  background-color: #001100;
  position: absolute;
  left: 25px;
  bottom: -11px; }

.mm-navbar__title {
  text-align: left;
  padding-left: 1em; }

#menu-main-menu-1 .mm-navbar {
  display: none; }

#menu-main-menu-1 {
  padding-top: 0px; }
  #menu-main-menu-1 a.mm-listitem__text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase; }

a.mm-listitem__text {
  font-weight: 500;
  font-size: 15px; }

.mm-panel {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 75px; }

.mm-btn_close:after, .mm-btn_close:before {
  width: 8px;
  height: 8px; }

.mm-btn_close::after {
  right: 29px; }

.mm-btn.mm-btn_close.mm-navbar__btn {
  margin-top: 13px;
  margin-right: 3px; }

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