/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
  display: block; }
  .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        .rows-of-2 > *:last-child {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n) {
          margin-right: 0; }
        .rows-of-2 > *:nth-child(2n+1) {
          clear: left; }
        .rows-of-2 > *:nth-last-child(2):last-child {
          margin-bottom: 0 !important; }
        .rows-of-2 > *:nth-last-child(1):last-child {
          margin-bottom: 0 !important; } }

.lt-ie9 .rows-of-2 {
  display: block; }
  .lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-2 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important; } }

.rows-of-3 {
  display: block; }
  .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        .rows-of-3 > *:last-child {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n) {
          margin-right: 0; }
        .rows-of-3 > *:nth-child(3n+1) {
          clear: left; } }

.lt-ie9 .rows-of-3 {
  display: block; }
  .lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-3 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

.rows-of-4 {
  display: block; }
  .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .rows-of-4 > *:last-child {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n) {
          margin-right: 0; }
        .rows-of-4 > *:nth-child(4n+1) {
          clear: left; } }

.lt-ie9 .rows-of-4 {
  display: block; }
  .lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table; }
  .lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative; }
    .lt-ie9 .rows-of-4 > * > *:first-child {
      margin-top: 0; }
    @media (min-width: 40em) {
      .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em; } }

@media (max-width: 40em) {
  .mobile-rows-of-2 {
    display: block; }
    .mobile-rows-of-2::after {
      clear: both;
      content: "";
      display: table; }
    .mobile-rows-of-2 > * {
      margin-bottom: 1.5em;
      display: block;
      position: relative;
      float: left;
      display: block;
      margin-right: 7.4229703521%;
      width: 46.288514824%; }
      .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0; }
      .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0; }
      .mobile-rows-of-2 > *:last-child {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0; }
      .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left; } }

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

@media (min-width: 40em) {
  .col-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    .col-1:last-child {
      margin-right: 0; }
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .col-2:last-child {
      margin-right: 0; }
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .col-3:last-child {
      margin-right: 0; }
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .col-4:last-child {
      margin-right: 0; }
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .col-5:last-child {
      margin-right: 0; }
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-6:last-child {
      margin-right: 0; }
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .col-7:last-child {
      margin-right: 0; }
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .col-8:last-child {
      margin-right: 0; }
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .col-9:last-child {
      margin-right: 0; }
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%; }
    .col-10:last-child {
      margin-right: 0; }
  .col-11 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 91.4701957002%; }
    .col-11:last-child {
      margin-right: 0; }
  .col-12 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .col-12:last-child {
      margin-right: 0; }
  .col-last {
    margin-right: 0;
    margin-right: 0 !important; } }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-height: 46em) and (min-width: 60em) {
    body {
      font-size: .875em; } }
  @media (max-height: 40em) and (min-width: 60em) {
    body {
      font-size: .75em; } }

.display-font-size {
  font-size: 1.875em; }
  @media (min-width: 40em) {
    .display-font-size {
      font-size: 2.25em; } }
  @media (min-width: 60em) {
    .display-font-size {
      font-size: 2.5em; } }

.xlarge-font-size {
  font-size: 1.640625em; }
  @media (min-width: 40em) {
    .xlarge-font-size {
      font-size: 1.96875em; } }
  @media (min-width: 60em) {
    .xlarge-font-size {
      font-size: 2.1875em; } }

.large-font-size {
  font-size: 1.171875em; }
  @media (min-width: 40em) {
    .large-font-size {
      font-size: 1.40625em; } }
  @media (min-width: 60em) {
    .large-font-size {
      font-size: 1.875em; } }

.medium-font-size {
  font-size: 1em;
  margin-bottom: 2em;
  margin-top: 1.75em; }
  @media (min-width: 40em) {
    .medium-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .medium-font-size {
      font-size: 1.5625em; } }

.base-font-size {
  font-size: 1em; }
  @media (min-width: 40em) {
    .base-font-size {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .base-font-size {
      font-size: 1.125em; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  margin: 0; }

h1 {
  font-size: 2.5em;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff; }

h2 {
  font-size: 2.1875em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600; }

h3 {
  font-size: 1.875em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600; }

h4 {
  font-size: 1.5625em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600; }

h5 {
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600; }

h6 {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600; }

p {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  margin: 16px 0; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.5625em;
  font-weight: 600; }
  @media (min-width: 40em) {
    .emph, .section-header-wrap p, .page-intro p {
      font-size: 1.796875em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #3a9c2c;
  text-decoration: underline; }
  a:hover {
    color: #f05907; }
  a:visited, a:active, a:focus {
    /*color: $hover-link-color;*/
    outline: none; }
  a:focus:not(:hover):not(:active) {
    outline: 2px dashed red;
    outline-offset: 2px; }

.owl-next:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: 2px; }

.owl-prev:focus:not(:hover):not(:active) {
  outline: 2px dashed red;
  outline-offset: 2px; }

hr {
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  margin: 0;
  padding: 15px 39px;
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  color: #ffffff;
  border-left: 10px solid #033816; }

cite {
  color: #404040;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

/* 
Forms
Lists
Tables 
*/
/* Forms */
fieldset {
  background: white;
  border: 1px solid #eeeeee;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
select {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #eeeeee;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  select:hover {
    border-color: #d5d4d4; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  select:focus {
    border-color: #3a9c2c;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(51, 136, 38, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  width: auto !important; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 2.3em !important;
  width: 100%; }

.hs-form fieldset {
  max-width: 100% !important;
  background-color: transparent !important; }

.hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important; }

.hs-error-msgs {
  color: red; }

a:focus {
  color: #3a9c2c; }

strong {
  color: #000000; }

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

ul:not([class]) {
  clear: left;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 1.5em; }
  ul:not([class]) li:not([class]) {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em; }
    ul:not([class]) li:not([class]) a {
      text-decoration: none;
      font-weight: normal; }
    ul:not([class]) li:not([class]):after {
      content: '';
      width: 1.5em;
      height: 1.5em;
      display: block;
      position: absolute;
      top: 0;
      left: -1.5em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: .45em;
      background-repeat: no-repeat; }

.cat-item {
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.5em; }
  .cat-item a {
    text-decoration: none;
    font-weight: normal; }
  .cat-item:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    background-image: url(img/ico-bullet.svg);
    background-position: center center;
    background-size: .45em;
    background-repeat: no-repeat; }

.bullet-style {
  clear: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 1.5em; }
  .bullet-style li {
    position: relative;
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 1.7647058824em; }
    .bullet-style li a {
      text-decoration: none;
      font-weight: normal; }
    .bullet-style li:after {
      content: '';
      width: 0.2941176471em;
      height: 0.2941176471em;
      display: block;
      position: absolute;
      top: 0.8235294118em;
      left: -0.7058823529em;
      background-image: url(img/ico-bullet.svg);
      background-position: center center;
      background-size: 0.2941176471em 0.2941176471em;
      background-repeat: no-repeat;
      border-radius: 50% !important; }
    .bullet-style li ul {
      margin: 0; }
      .bullet-style li ul li {
        margin-bottom: 0 !important;
        font-size: 1em !important;
        line-height: 1.7647058824em !important; }
        .bullet-style li ul li:after {
          width: 0.2941176471em !important;
          height: 0.2941176471em !important;
          top: 0.8235294118em !important;
          left: -0.7058823529em !important;
          background-image: url(img/ico-bullet.svg) !important;
          background-position: center center !important;
          background-size: 0.2941176471em 0.2941176471em !important;
          background-repeat: no-repeat !important;
          border-radius: 50% !important; }

ol {
  clear: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0;
  padding-left: 1.5em; }
  ol li {
    position: relative;
    margin-bottom: 0;
    font-size: 1.0625em;
    line-height: 1.7647058824em;
    font-weight: 600; }
    ol li a {
      text-decoration: none;
      font-weight: normal; }
    ol li ol {
      margin: 0;
      list-style-type: lower-alpha; }
      ol li ol li {
        font-size: 1em;
        line-height: 1.7647058824em; }

/* Tables */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

/*=============== Spec Tables ===============*/
.spec-table {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  background: white; }

.spec-thead {
  display: block; }

.spec-table-row {
  display: block;
  width: 100%; }

.spec-cell {
  display: block;
  border: 0.2em solid #ffffff;
  padding: .5em .8em;
  vertical-align: top; }
  .spec-cell p {
    margin: .5em 0; }
  .spec-cell > ul {
    margin: .5em 0; }
    .spec-cell > ul > li {
      margin-bottom: 0 !important; }
      .spec-cell > ul > li ul {
        padding: 0 0 0 1.8em; }
  .spec-cell input,
  .spec-cell select {
    width: 100%; }

.spec-col {
  display: table-column; }

.spec-col-1 {
  width: 100%; }

.spec-col-2 {
  width: 100%; }

@media (min-width: 40em) {
  .spec-table {
    display: table; }
  .spec-thead {
    display: table-header-group; }
  .spec-table-row {
    display: table-row; }
  .spec-cell {
    display: table-cell; }
    .spec-cell p {
      font-size: 1em; }
  .spec-spec-col-1 {
    width: 30%; }
  .spec-spec-col-2 {
    width: 70%; } }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link, .btn-alt, .btn-alt-download, .btn-alt-arrow, .btn-oncolor, .form-section .gform_footer .button {
  position: relative;
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  color: white;
  display: inline-block;
  color: #ffffff;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: normal;
  padding: 0.75em 1em;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover, .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover, .btn-oncolor:hover, .form-section .gform_footer .button:hover {
    color: #ffffff; }
  .btn:focus, button:focus,
  input:focus[type="submit"], .btn-download:focus, .btn-arrow:focus, .product-grid-item-link:focus, .btn-alt:focus, .btn-alt-download:focus, .btn-alt-arrow:focus, .btn-oncolor:focus, .form-section .gform_footer .button:focus {
    color: #ffffff; }
  .btn:disabled, button:disabled,
  input:disabled[type="submit"], .btn-download:disabled, .btn-arrow:disabled, .product-grid-item-link:disabled, .btn-alt:disabled, .btn-alt-download:disabled, .btn-alt-arrow:disabled, .btn-oncolor:disabled, .form-section .gform_footer .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after, .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after, .btn-oncolor:after, .form-section .gform_footer .button:after {
    content: ''; }

.btn, button,
input[type="submit"], .btn-download, .btn-arrow, .product-grid-item-link {
  padding: 1.0588235294em 1.8235294118em 1.1176470588em;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .btn:hover, button:hover,
  input:hover[type="submit"], .btn-download:hover, .btn-arrow:hover, .product-grid-item-link:hover {
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .btn:after, button:after,
  input[type="submit"]:after, .btn-download:after, .btn-arrow:after, .product-grid-item-link:after {
    background-color: #2b7421; }

.btn-alt, .btn-alt-download, .btn-alt-arrow {
  background-color: #000000; }
  .btn-alt:hover, .btn-alt-download:hover, .btn-alt-arrow:hover {
    background-color: black; }
  .btn-alt:after, .btn-alt-download:after, .btn-alt-arrow:after {
    background-color: black; }

.btn-oncolor {
  border: solid 2px #ffffff;
  border-radius: 50px;
  color: #ffffff;
  padding: 1.0588235294em 2.5882352941em 1.1176470588em; }
  .btn-oncolor:hover {
    background-color: #ffffff;
    color: #3a9c2c; }
  .btn-oncolor:focus {
    background-color: transparent;
    color: #ffffff; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.btn-download, .btn-alt-download, .btn-arrow, .btn-alt-arrow {
  padding-right: 4em; }
  .btn-download:after, .btn-alt-download:after, .btn-arrow:after, .btn-alt-arrow:after {
    content: '';
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3em;
    position: absolute;
    background-position: center center;
    background-size: 1.5em;
    background-repeat: no-repeat;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear; }
  .btn-download:hover:after, .btn-alt-download:hover:after, .btn-arrow:hover:after, .btn-alt-arrow:hover:after {
    background-size: 2em; }

.btn-download:after {
  background-image: url(img/ico-download.svg); }

.btn-alt-download:after {
  background-image: url(img/ico-download.svg); }

.btn-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.btn-alt-arrow:after {
  background-image: url(img/ico-white-arrow-right.svg); }

.site-nav,
#hs_menu_wrapper_primary_nav {
  background-color: #f6f6f6; }
  .site-nav span,
  #hs_menu_wrapper_primary_nav span {
    white-space: normal; }
  @media (min-width: 60em) {
    .site-nav,
    #hs_menu_wrapper_primary_nav {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      background-color: #f6f6f6; }
      .site-nav a:focus,
      #hs_menu_wrapper_primary_nav a:focus {
        outline: none; }
      .site-nav a:focus:not(:active):not(:hover),
      #hs_menu_wrapper_primary_nav a:focus:not(:active):not(:hover) {
        outline: 2px dashed red;
        outline-offset: -2px; } }

.sn-level-1,
#hs_menu_wrapper_primary_nav > ul {
  margin: 0;
  padding: 0; }
  @media (min-width: 60em) {
    .sn-level-1,
    #hs_menu_wrapper_primary_nav > ul {
      height: 3.75em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.sn-li-l1,
.hs-menu-depth-1 {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: relative; }
  .sn-li-l1 span,
  .hs-menu-depth-1 span {
    font-size: 1.0625em; }
  .sn-li-l1 > a,
  .hs-menu-depth-1 > a {
    display: inline-block;
    height: 3.125em;
    line-height: 3.125em;
    color: #000000;
    text-decoration: none;
    padding: 0 0 0 1em; }
    .sn-li-l1 > a:visited,
    .hs-menu-depth-1 > a:visited {
      color: #000000; }
    .sn-li-l1 > a:hover,
    .hs-menu-depth-1 > a:hover {
      color: #f05907; }
  .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.has-subnav .m-subnav-arrow,
  .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
  .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/nav-drop-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    display: inline-block;
    width: 24px;
    height: 3.125em;
    vertical-align: middle; }
    .sn-li-l1.has-subnav .m-subnav-arrow.active, .sn-li-l1.menu-item-has-children .m-subnav-arrow.active, .sn-li-l1.hs-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.has-subnav .m-subnav-arrow.active,
    .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow.active,
    .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow.active {
      background-image: url(img/nav-drop-down-hover.svg);
      transform: rotate(180deg); }
  .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
  .hs-menu-depth-1.has-subnav > a span,
  .hs-menu-depth-1.menu-item-has-children > a span,
  .hs-menu-depth-1.hs-item-has-children > a span {
    padding-right: 0em;
    display: block; }
  .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
  .hs-menu-depth-1.has-subnav > a.active span,
  .hs-menu-depth-1.menu-item-has-children > a.active span,
  .hs-menu-depth-1.hs-item-has-children > a.active span {
    transform: rotate(180deg); }
  .sn-li-l1.has-subnav.active > a, .sn-li-l1.menu-item-has-children.active > a, .sn-li-l1.hs-item-has-children.active > a,
  .hs-menu-depth-1.has-subnav.active > a,
  .hs-menu-depth-1.menu-item-has-children.active > a,
  .hs-menu-depth-1.hs-item-has-children.active > a {
    color: #f05907; }
  .sn-li-l1:hover,
  .hs-menu-depth-1:hover {
    /*background-color: $nav-hover-mobile;*/ }
  @media (min-width: 60em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      height: 3.75em;
      float: left;
      border-bottom: 0;
      border-right: 0;
      background-color: #f6f6f6;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      text-align: center;
      margin-right: 2.1875em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        font-size: 1.0625em; }
      .sn-li-l1 > a,
      .hs-menu-depth-1 > a {
        /* padding: 0 $nav-spacing;*/
        display: block;
        padding: 0;
        color: #000000;
        height: 3.75em;
        line-height: 3.75em; }
        .sn-li-l1 > a:hover,
        .hs-menu-depth-1 > a:hover {
          color: #f05907; }
      .sn-li-l1:hover .sn-level-2,
      .sn-li-l1:hover .hs-menu-children-wrapper,
      .hs-menu-depth-1:hover .sn-level-2,
      .hs-menu-depth-1:hover .hs-menu-children-wrapper {
        display: block  !important; }
      .sn-li-l1.has-subnav .m-subnav-arrow, .sn-li-l1.menu-item-has-children .m-subnav-arrow, .sn-li-l1.hs-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.has-subnav .m-subnav-arrow,
      .hs-menu-depth-1.menu-item-has-children .m-subnav-arrow,
      .hs-menu-depth-1.hs-item-has-children .m-subnav-arrow {
        display: none; }
      .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span, .sn-li-l1.hs-item-has-children > a span,
      .hs-menu-depth-1.has-subnav > a span,
      .hs-menu-depth-1.menu-item-has-children > a span,
      .hs-menu-depth-1.hs-item-has-children > a span {
        padding-right: 1.6875em;
        background-image: url(img/nav-drop-down.svg);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 1.5em 1.5em;
        display: inline; }
      .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span, .sn-li-l1.hs-item-has-children > a.active span,
      .hs-menu-depth-1.has-subnav > a.active span,
      .hs-menu-depth-1.menu-item-has-children > a.active span,
      .hs-menu-depth-1.hs-item-has-children > a.active span {
        background-image: url(img/ico-arrow-down.svg); }
      .sn-li-l1:hover,
      .hs-menu-depth-1:hover {
        /*background-color: $nav-hover;*/ }
        .sn-li-l1:hover > a,
        .hs-menu-depth-1:hover > a {
          color: #f05907; }
        .sn-li-l1:hover.has-subnav > a span, .sn-li-l1:hover.menu-item-has-children > a span, .sn-li-l1:hover.hs-item-has-children > a span,
        .hs-menu-depth-1:hover.has-subnav > a span,
        .hs-menu-depth-1:hover.menu-item-has-children > a span,
        .hs-menu-depth-1:hover.hs-item-has-children > a span {
          background-image: url(img/nav-drop-down-hover.svg); } }
  @media (min-width: 80em) {
    .sn-li-l1,
    .hs-menu-depth-1 {
      margin-right: 5.04em; }
      .sn-li-l1 span,
      .hs-menu-depth-1 span {
        position: relative;
        top: -0.125em; } }

.sn-level-2,
.hs-menu-children-wrapper {
  padding: 0;
  margin: 0;
  display: none;
  position: relative; }
  .sn-level-2.active,
  .hs-menu-children-wrapper.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-2,
    .hs-menu-children-wrapper {
      position: absolute;
      width: 17.1875em;
      text-align: left;
      z-index: 3; }
      .sn-level-2.active,
      .hs-menu-children-wrapper.active {
        display: none; } }

.sn-li-l2, .sn-li-l3,
.hs-menu-depth-2 {
  background-color: #3a9c2c; }
  .sn-li-l2 > a, .sn-li-l3 > a,
  .hs-menu-depth-2 > a {
    padding: 0 2.1875em;
    color: #ffffff;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    display: block;
    text-decoration: none;
    line-height: 3.125em; }
    .sn-li-l2 > a span, .sn-li-l3 > a span,
    .hs-menu-depth-2 > a span {
      font-size: 1.0625em;
      line-height: 1.25em;
      display: inline-block;
      vertical-align: middle; }
  .sn-li-l2:last-child > a, .sn-li-l3:last-child > a,
  .hs-menu-depth-2:last-child > a {
    border-bottom: 0; }
  .sn-li-l2:hover, .sn-li-l3:hover,
  .hs-menu-depth-2:hover {
    background-color: #f05907; }
  @media (min-width: 60em) {
    .sn-li-l2, .sn-li-l3,
    .hs-menu-depth-2 {
      position: relative; }
      .sn-li-l2 > a, .sn-li-l3 > a,
      .hs-menu-depth-2 > a {
        padding: 0 1.375em;
        line-height: 3.125em;
        /*border-top: $nav-subnav-border;*/
        border-right: 0; }
        .sn-li-l2 > a span, .sn-li-l3 > a span,
        .hs-menu-depth-2 > a span {
          font-size: 1.0625em; }
      .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3,
      .hs-menu-depth-2:hover .sn-level-3 {
        display: block !important;
        margin: -1.5625em;
        padding: 1.5625em; } }

.sn-level-3 {
	width: 275px;
  padding: 0;
  margin: 0;
  padding-top: 1px;
  display: none;
  position: relative; }
  .sn-level-3.active {
    display: block; }
  @media (min-width: 60em) {
    .sn-level-3 {
      position: absolute;
      top: 0;
      left: 100%; }
      .sn-level-3.active {
        display: none; } }

.site-nav-container {
  background-color: #ffffff;
  width: 100%;
  height: 450px;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 1000;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .site-nav-container.active {
    right: 0; }
  @media (min-width: 60em) {
    .site-nav-container {
      width: auto;
      height: auto;
      right: auto;
      bottom: auto;
      top: auto;
      float: left;
      position: static;
      background-color: transparent; } }

.site-nav-container-screen {
  position: absolute;
  display: none;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .site-nav-container-screen.active {
    display: block; }
  @media (min-width: 60em) {
    .site-nav-container-screen {
      display: none !important; } }

.close-menu {
  display: inline-block;
  clear: both;
  position: relative;
  text-align: center;
  color: #000000 !important;
  padding: 0;
  padding-right: 2.3125em;
  margin: 0 auto;
  font-size: 1.0625em;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.7647058824em; }
  .close-menu:visited {
    color: #ffffff; }
  .close-menu:hover {
    color: #ffffff; }
  .close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/close.svg);
    background-size: 1.7647058824em 1.7647058824em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.7647058824em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute; }
  @media (min-width: 60em) {
    .close-menu {
      display: none; } }

.snc-header {
  text-align: center;
  padding: 1.625em 0 1.5em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
  @media (min-width: 60em) {
    .snc-header {
      padding: 0;
      border-bottom: 0; } }

@media (min-width: 60em) {
  .sn-home > a {
    padding-left: 0; } }

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
  <div class="inner-wrap">
    Content here...
  </div>
</section>
*/
.inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
  max-width: 73.5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1em 1.5em 1em; }
  .inner-wrap::after, .inner-wrap-narrow::after, .inner-wrap-wide::after, .inner-wrap-fullwidth::after {
    clear: both;
    content: "";
    display: table; }
  .inner-wrap > *:first-child, .inner-wrap-narrow > *:first-child, .inner-wrap-wide > *:first-child, .inner-wrap-fullwidth > *:first-child {
    margin-top: 0; }
  .inner-wrap > *:last-child, .inner-wrap-narrow > *:last-child, .inner-wrap-wide > *:last-child, .inner-wrap-fullwidth > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 40em) {
    .inner-wrap, .inner-wrap-narrow, .inner-wrap-wide, .inner-wrap-fullwidth {
      padding: 2.5em 1.5em 2.5em 1.5em; } }

.inner-wrap-narrow {
  max-width: 62.5em; }

.inner-wrap-wide {
  max-width: 87.5em; }

.inner-wrap-fullwidth {
  max-width: 100%; }

/*=============== Sections ===============*/
.section-header-wrap {
  background-color: #eeeeee; }
  .section-header-wrap .inner-wrap, .section-header-wrap .inner-wrap-narrow, .section-header-wrap .inner-wrap-wide, .section-header-wrap .inner-wrap-fullwidth {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .section-header-wrap h1 {
    margin: 0; }
  .section-header-wrap p {
    margin: .5em 0 0 0; }

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

/*=============== Media Object ===============*/
.media-object {
  overflow: hidden; }

.media-object-img {
  width: 20%;
  float: left;
  display: block;
  margin-right: 5%; }
  .media-object-img img {
    width: 100%; }

.media-object-body {
  width: 75%;
  float: left; }

.media-object-header {
  margin-top: 0;
  margin-bottom: .15em; }

.media-grid-2 > * {
  margin-bottom: 1em; }

@media (min-width: 40em) {
  .media-grid-2 > * {
    float: left;
    display: block;
    margin-right: 3.1684356888%;
    width: 48.4157821556%;
    margin-bottom: 1.5em; }
    .media-grid-2 > *:last-child {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n) {
      margin-right: 0; }
    .media-grid-2 > *:nth-child(2n+1) {
      clear: left; } }

/*======= Responsive iFrame / YouTube / HTML5 Video =======*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 1.8em; }
  .iframe-container iframe, .iframe-container object, .iframe-container embed, .iframe-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*=============== Click to Expand ===============*/
.click-expand {
  clear: both;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .click-expand.active:hover {
    background-color: #ffffff; }
  .click-expand.active .ce-header {
    border-radius: 10px 10px 0 0; }
    .click-expand.active .ce-header:after {
      background-image: url(img/minus-icon.png);
      background-size: 0.5909090909em 0.1363636364em;
      height: 0.1363636364em;
      top: 50%; }
  .click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 24px 25px;
    display: block;
    background-color: #f6f6f6;
    border-radius: 0 0 10px 10px; }
    .click-expand.active .ce-body > *:first-child {
      margin-top: 0; }
    .click-expand.active .ce-body > *:last-child {
      margin-bottom: 0; }
  .click-expand:hover {
    background-color: #eeeeee; }

.ce-header {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 1.375em;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  color: #ffffff;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .ce-header:after {
    content: '';
    background-image: url(img/plus-icon.png);
    background-size: 0.5909090909em 0.5909090909em;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    position: absolute;
    width: 0.5909090909em;
    height: 0.5909090909em; }

.ce-body {
  display: none;
  opacity: 0; }

@-webkit-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes click-expand {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*=============== Social Media Icons ===============*/
.social-wrap {
  overflow: hidden;
  /*span {
    background-color:$white;
    border-radius:3px;
    display:inline-block;
    padding:.15em;
    img {
      display:block;
      margin:0 auto;
    }
  }*/ }
  .social-wrap a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    position: relative; }
    .social-wrap a path {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .social-wrap a:hover {
      opacity: .75; }
      .social-wrap a:hover path {
        fill: #477DCA; }
  .social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle; }
  .social-wrap svg {
    display: inline-block;
    vertical-align: middle; }

/*=============== Slide Panel ===============*/
.slide-panel {
  display: none;
  position: fixed;
  background: #333;
  color: #fff;
  height: 100%;
  width: 21.25em;
  right: -21.25em;
  top: 14%;
  z-index: 10;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .slide-panel h2 {
    padding: .2em 1em; }
  .slide-panel p {
    background: #333;
    padding: .25px 2em; }
  .slide-panel label {
    color: #ffffff !important; }
  .slide-panel:hover {
    right: 0px; }
  @media (min-width: 40em) {
    .slide-panel {
      display: block; } }

.slide-panel-button {
  position: absolute;
  top: 50px;
  right: 340px;
  padding: 20px 20px;
  background: #333;
  min-width: 200px; }

/*=============== Slide Box ===============*/
#last {
  margin: 0;
  padding: 0; }

#slidebox {
  padding: 0.625em 0.625em 0.625em 1em;
  position: fixed;
  bottom: 0;
  right: -26.875em;
  z-index: 1000;
  width: 100%;
  background-color: #000000; }
  @media (min-width: 40em) {
    #slidebox {
      width: auto; } }

a.close {
  background-color: white;
  color: #477DCA;
  text-align: center;
  float: left;
  padding: 0 0.5em;
  font-size: 0.6875em;
  border-radius: 0.1875em;
  position: absolute;
  cursor: pointer;
  top: 1.5em;
  right: 2em; }

a.close:hover {
  background-color: rgba(255, 255, 255, 0.75); }

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
  line-height: 1.5;
  margin-bottom: 1.5em;
  padding: 0 !important;
  border: 1px solid #eeeeee !important; }
  .accordion-tabs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 40em) {
    .accordion-tabs {
      border-radius: 0; } }
  @media (min-width: 40em) {
    .accordion-tabs {
      border: 0 !important; } }
  .accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0; }
    .accordion-tabs .tab-header-and-content:after {
      display: none; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-header-and-content {
        display: inline; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:first-child .tab-link {
        border-top: 0; } }
    @media screen and (max-width: 40em) {
      .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #eeeeee;
    color: #333;
    display: block;
    font-weight: 600;
    font-size: 1.375em;
    padding: 0.4090909091em 1.0909090909em;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    border-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0; } }
    .accordion-tabs .tab-link:hover {
      border-bottom: 0; }
    .accordion-tabs .tab-link:focus {
      outline: none; }
    .accordion-tabs .tab-link.is-active {
      background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      color: #ffffff; }
      @media screen and (min-width: 40em) {
        .accordion-tabs .tab-link.is-active {
          border-radius: 10px 10px 0 0;
          border-bottom-color: white;
          margin-bottom: -1px; } }
  .accordion-tabs .tab-content {
    background: #f6f6f6;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%; }
    .accordion-tabs .tab-content > *:first-child {
      margin-top: 0; }
    .accordion-tabs .tab-content > *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 40em) {
      .accordion-tabs .tab-content {
        border: 0;
        border-radius: 0 0 10px 10px;
        float: left; } }

/*=============== HubSpot Thumbnail Slider Gallery  ===============*/
.hs_cos_gallery_thumbnails .hs_cos_gallery_slide:hover {
  cursor: pointer; }

.hs_cos_gallery_thumbnails img {
  height: 3.75em;
  object-fit: cover;
  border: 1px solid #eeeeee; }

.hs_cos_gallery_thumbnails .slick-current img {
  border: 1px solid #3a9c2c; }

/*=============== Misc ===============*/
hr {
  display: block;
  clear: both; }

figure {
  margin: 0;
  padding: 0; }

.wp-pagenavi > * {
  margin-right: .75em; }

/*=============== Lightbox / Magnific Popup  ===============*/
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 2.5em;
  width: auto;
  max-width: 37.5em;
  margin: 1.25em auto; }
  .white-popup > * {
    margin-top: 0; }

.mfp-fade-side .mfp-content, .mfp-fade-side .white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }

/*=============== Layouts  ===============*/
.page-intro {
  background-color: #f6f6f6; }
  .page-intro .inner-wrap, .page-intro .inner-wrap-narrow, .page-intro .inner-wrap-wide, .page-intro .inner-wrap-fullwidth {
    padding-top: 4.375em;
    padding-bottom: 4.375em; }
  .page-intro h1 {
    margin: 0; }
  .page-intro p {
    margin: .5em 0 0 0; }

.pi-header {
  color: #3a9c2c; }

@media (min-width: 60em) {
  .site-content.one-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.one-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .site-content.one-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    .site-content.two-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0; }
    .site-content.two-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.three-column .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .site-content.three-column .site-content-secondary:last-child {
      margin-right: 0; }
  .site-content.three-column .additional-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.three-column .additional-content:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .site-content.two-column-alt .site-content-primary:last-child {
      margin-right: 0; }
  .site-content.two-column-alt .site-content-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0; }
    .site-content.two-column-alt .site-content-secondary:last-child {
      margin-right: 0; } }

/*=============== Product Grid ===============*/
.product-grid {
  clear: both; }

.product-grid-item {
  font-size: .875em;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .product-grid-item:hover {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999; }
    .product-grid-item:hover .product-grid-item-img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
  @media (min-width: 40em) {
    .product-grid-item {
      font-size: .75em;
      margin-bottom: 1.5em; } }
  @media (min-width: 60em) {
    .product-grid-item {
      font-size: 1em; } }

@media (min-width: 40em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em;
    margin-bottom: 1em; }
    .product-grid-item-header-wrap .product-grid-item-header {
      display: inline-block;
      vertical-align: middle; } }

@media (min-width: 60em) {
  .product-grid-item-header-wrap {
    height: 4em;
    line-height: 4em; } }

.product-grid-item-header {
  font-size: 1.125em;
  color: #000000;
  text-decoration: none;
  margin: 0 0 0 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none; }
  @media (min-width: 40em) {
    .product-grid-item-header {
      width: auto;
      float: none;
      text-align: center; } }

.product-grid-item-subheader {
  color: #000000;
  margin: 0 0 1em 0;
  width: 70%;
  float: right;
  text-align: left;
  clear: none;
  font-size: 0.9375em; }
  @media (min-width: 40em) {
    .product-grid-item-subheader {
      width: auto;
      float: none;
      text-align: center; } }
  @media (min-width: 60em) {
    .product-grid-item-subheader {
      min-height: 3em; } }

.product-grid-item-img {
  float: left;
  width: 25%;
  margin-top: -1em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  @media (min-width: 40em) {
    .product-grid-item-img {
      margin-top: 0;
      float: none;
      width: auto; } }

.product-grid-item-link {
  margin: 1em 0 0 0;
  float: right;
  text-align: left;
  clear: none;
  font-size: .75em; }
  @media (min-width: 40em) {
    .product-grid-item-link {
      width: auto;
      float: none;
      text-align: center; } }

/*=============== Product Carousel ===============*/
@media (max-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%; }
    .product-item:last-child {
      margin-right: 0; }
    .product-item:nth-child(2n) {
      margin-right: 0; }
    .product-item:nth-child(2n+1) {
      clear: left; } }

@media (min-width: 40em) {
  .product-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .product-item:last-child {
      margin-right: 0; } }

/*=============== Hero Video Module ===============*/

.hero-video-module {
  
}

#player-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

video {
  display: block;
  width: 100%;
  height: 100%;
}
#video-cta {
	position: absolute;
	bottom: 20%;
	left: 6%;
}
#video-cta a {
	border: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
	  #video-cta {
		bottom: 10%;
		left: 16%;
	}
}

/*=============== Resources Module ===============*/
.resources-module {
  background-color: #ffffff; }

.rm-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 40em) {
    .rm-item-wrap {
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .rm-item-wrap > * {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto; }
    @media (min-width: 40em) {
      .rm-item-wrap > * {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.rm-item {
  text-align: center;
  background-color: #eeeeee;
  padding: 1em !important; }
  .rm-item:hover .rm-item-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  @media (min-width: 40em) {
    .rm-item {
      margin-bottom: 0; } }

.rm-item-cta {
  font-size: .75em;
  font-weight: bold; }

.rm-item-img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 1em; }
  .rm-item-img img {
    max-width: 100%;
    object-fit: contain;
    height: 19.375em; }

.rm-item-title {
  text-decoration: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  height: 2.5em;
  line-height: 2.5em;
  color: #000000;
  position: relative;
  z-index: 10; }
  .rm-item-title span {
    line-height: 1.25em;
    display: inline-block;
    color: #000000; }

/*=============== Destination page ===============*/
.destination {
  border-bottom: solid 1px; }
  .destination .inner-wrap, .destination .inner-wrap-narrow, .destination .inner-wrap-wide, .destination .inner-wrap-fullwidth {
    padding-top: 3.8125em;
    padding-bottom: 5em; }

.breadcrumb-menu {
  font-size: 1.0625em;
  font-weight: 600;
  margin: 0;
  color: #000000; }
  .breadcrumb-menu span {
    font-size: 0.9411764706em;
    display: inline-block;
    color: #000000;
    margin: 0 0.8125em 0 0.3125em;
    vertical-align: bottom;
    font-weight: normal; }
  .breadcrumb-menu > a {
    color: #000000;
    font-weight: normal; }
    .breadcrumb-menu > a:hover {
      color: #3a9c2c; }
    .breadcrumb-menu > a:focus {
      color: #000000; }

.emph, .section-header-wrap p, .page-intro p {
  font-size: 1.375em;
  line-height: 1.5454545455em;
  font-weight: 300;
  margin: 0.8181818182em 0 1.7272727273em;
  clear: both; }
  @media (min-width: 60em) {
    .emph, .section-header-wrap p, .page-intro p {
      clear: inherit; } }

.blockquote-text {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  background-color: #f6f6f6;
  width: 100%;
  border-radius: 5px;
  padding: 2.9411764706em;
  margin: 2.1176470588em 0 1.4705882353em;
  line-height: 1.5882352941em;
  overflow: hidden;
  position: relative; }
  .blockquote-text:after {
    content: '';
    width: 16.5882352941em;
    height: 16.5882352941em;
    background-image: url(img/about-us-bg-top-patters.png);
    background-size: 16.5882352941em 16.5882352941em;
    position: absolute;
    bottom: -8.1176470588em;
    right: 0; }
  @media (min-width: 40em) {
    .blockquote-text {
      padding: 2.5882352941em 3.7058823529em 4.0588235294em 3.6470588235em; } }

.bt-para {
  position: relative; }

.bt-left-qute {
  position: absolute;
  top: -0.1176470588em;
  left: -1.5882352941em; }

.bt-right-qute {
  display: inline-block;
  vertical-align: bottom; }

hr {
  display: block;
  clear: both;
  border-bottom: solid 2px #b7b7b7;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 2.5em 0 1.875em !important; }

/*================ Dest Slider ============= */
.igwt-wrapper {
  width: 100%;
  display: table; }

@media (min-width: 60em) {
  .igwt-content {
    width: 48%;
    float: left; } }

@media (min-width: 80em) {
  .igwt-content {
    width: 53%; } }

.innerpage-carousel {
  max-width: 29.1875em;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 60em) {
    .innerpage-carousel {
      width: 47%;
      float: left;
      margin-left: 3%; } }

.innerpage-carousel .flexslider .slides img {
  border-radius: 10px; }

.innerpage-carousel #carousel {
  width: 85%; }
  .innerpage-carousel #carousel .slides li {
    margin: 0.5em 0.25em 0;
    position: relative;
    border: 1px solid transparent;
    opacity: 1; }
    .innerpage-carousel #carousel .slides li img {
      width: 100%; }
    .innerpage-carousel #carousel .slides li.flex-active-slide {
      /*border:1px solid $black;*/ }
      .innerpage-carousel #carousel .slides li.flex-active-slide img {
        opacity: 1; }
    .innerpage-carousel #carousel .slides li:hover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(58, 156, 44, 0.2); }
  .innerpage-carousel #carousel .flex-direction-nav li {
    border: none;
    margin: 0; }
    .innerpage-carousel #carousel .flex-direction-nav li:after {
      display: none; }
    .innerpage-carousel #carousel .flex-direction-nav li a {
      height: 2.5em;
      width: 2.5em; }
  .innerpage-carousel #carousel .flex-direction-nav .flex-prev {
    left: -1em !important;
    opacity: 1;
    top: 2.3125em;
    display: none; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-prev:before {
      background-image: url(img/mm-prev-icon.png);
      background-size: 0.875em 1.5625em; }
  .innerpage-carousel #carousel .flex-direction-nav .flex-next {
    right: -3.8125em !important;
    opacity: 1;
    top: 70%; }
    .innerpage-carousel #carousel .flex-direction-nav .flex-next:before {
      background-image: url(img/mm-next-icon.png);
      background-size: 0.875em 1.5625em; }

.column-subtext {
  font-size: 1.0625em;
  font-weight: 400;
  line-height: normal;
  color: #3a9c2c; }

.media-img {
  margin-bottom: 24px;
  border-radius: 10px; }

.full-width-cta {
  width: 100%;
  background-color: #3a9c2c;
  position: relative;
  text-align: center;
  padding: 2.375em 0; }
  .full-width-cta:before {
    content: '';
    background-color: #3a9c2c;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%; }
  .full-width-cta:after {
    content: '';
    background-color: #3a9c2c;
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%; }

.fwc-heading {
  font-size: 2.5em;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.725em; }

.fwc-cta {
  font-size: 1.0625em;
  font-weight: 600;
  max-width: 13.4117647059em;
  width: 100%;
  line-height: 3.5294117647em;
  padding: 0;
  border: solid 2px #ffffff;
  border-radius: 50px;
  color: #ffffff;
  background: transparent; }
  .fwc-cta:hover {
    background: #ffffff;
    color: #3a9c2c; }
  .fwc-cta:focus {
    background: transparent;
    color: #ffffff; }

.btn-wrap {
  display: inline-block;
  vertical-align: middle; }
  .btn-wrap > a {
    display: table; }
  @media (min-width: 40em) {
    .btn-wrap > a {
      display: inline-block;
      vertical-align: middle; } }

.btn-oncolor-wrap {
  background: #3a9c2c;
  display: table;
  padding: 0.9375em 1.875em;
  margin-bottom: 1.875em;
  margin-top: 1.875em; }
  @media (min-width: 40em) {
    .btn-oncolor-wrap {
      margin: 0;
      display: inline-block;
      padding: 0.9375em 1.875em; } }
  @media (min-width: 60em) {
    .btn-oncolor-wrap {
      vertical-align: middle;
      margin-right: 1.5625em;
      margin-left: 1.5625em;
      margin-bottom: 0;
      margin-top: 0; } }

/*================ product grid ============= */
.product-grid-module {
  width: 100%;
  display: table; }

.pgm-item {
  width: 100%;
  text-align: center;
  font-size: 1em;
  margin-bottom: 1.25em; }
  .pgm-item:hover .pgm-item-img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07); }
  @media (min-width: 40em) {
    .pgm-item {
      width: 48%;
      margin-right: 2%;
      float: left; } }
  @media (min-width: 60em) {
    .pgm-item {
      width: 23%;
      margin-bottom: 0; } }

.pgm-item-img {
  overflow: hidden;
  margin-bottom: 1.25em;
  border-radius: 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .pgm-item-img img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

/*============ slider module==============*/
.slider-module {
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
  padding-top: 2.8125em;
  padding-bottom: 2.8125em; }
  .slider-module:before {
    content: '';
    position: absolute;
    background-color: #e1e1e1;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0; }
  .slider-module:after {
    content: '';
    position: absolute;
    background-color: #e1e1e1;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0; }

.slider-module .owl-nav {
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 1.25em !important; }
  .slider-module .owl-nav .owl-next {
    width: 1.0625em;
    height: 1.625em;
    background-image: url(img/intro-right-arrow.png) !important;
    background-size: 1.0625em 1.625em !important;
    padding: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    margin-right: 0.3125em !important;
    float: right; }
    .slider-module .owl-nav .owl-next span {
      display: none; }
    .slider-module .owl-nav .owl-next:before {
      display: none; }
    .slider-module .owl-nav .owl-next:after {
      display: none; }
    .slider-module .owl-nav .owl-next:hover {
      background: transparent !important;
      background-image: url(img/intro-right-arrow-hover.png) !important;
      background-size: 1.0625em 1.625em !important; }
    .slider-module .owl-nav .owl-next:focus {
      outline: none; }
  .slider-module .owl-nav .owl-prev {
    width: 1.0625em;
    height: 1.625em;
    background-image: url(img/intro-left-arrow.png) !important;
    background-size: 1.0625em 1.625em !important;
    padding: 0 !important;
    opacity: 1 !important;
    margin: 0 !important;
    margin-right: 1.375em !important;
    float: left; }
    .slider-module .owl-nav .owl-prev span {
      display: none; }
    .slider-module .owl-nav .owl-prev:before {
      display: none; }
    .slider-module .owl-nav .owl-prev:after {
      display: none; }
    .slider-module .owl-nav .owl-prev:hover {
      background: transparent !important;
      background-image: url(img/intro-left-arrow-hover.png) !important;
      background-size: 1.0625em 1.625em !important; }
    .slider-module .owl-nav .owl-prev:focus {
      outline: none; }

.slider-module .owl-dot span {
  width: 0.875em !important;
  height: 0.875em !important;
  background-color: #696969  !important; }

.slider-module .owl-dot.active span {
  width: 1.25em !important;
  height: 1.25em !important;
  background-color: #696969  !important; }

.slider-module .owl-dot:focus {
  outline: none; }

.slider-module .owl-dots {
  margin-top: 0.9375em; }

@media (min-width: 80em) {
  .slider-module .owl-nav {
    width: 100%;
    margin-top: 1.25em !important; }
    .slider-module .owl-nav .owl-next {
      position: absolute;
      top: 45%;
      right: -30px;
      float: none; }
    .slider-module .owl-nav .owl-prev {
      position: absolute;
      top: 45%;
      left: -30px;
      float: none; }
  .slider-module .owl-dots {
    width: 311px;
    float: right;
    margin-right: 8%;
    margin-top: 0; } }

.sm-wrap {
  width: 100%;
  display: table;
  margin: 0 auto; }
  @media (min-width: 80em) {
    .sm-wrap {
      width: 83%; } }

.sm-text {
  text-align: left; }
  @media (min-width: 60em) {
    .sm-text {
      width: 52%;
      float: left;
      padding-right: 1.875em; } }
  @media (min-width: 80em) {
    .sm-text {
      width: calc(100% - 311px);
      padding-right: 7.5em; } }

.sm-title {
  font-size: 1.5625em;
  line-height: 1.44em;
  font-weight: 600;
  margin: 0;
  color: #000000; }

.sm-header {
  font-size: 2.5em;
  line-height: normal;
  font-weight: 600;
  margin: 0;
  color: #3a9c2c; }

.sm-para {
  margin-top: 0.4705882353em; }
  @media (min-width: 80em) {
    .sm-para {
      margin-bottom: 1.1764705882em;
      max-width: 24.1176470588em; } }

.sm-image {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .sm-image {
      width: 48%;
      float: right;
      max-width: auto;
      margin: 0; } }
  @media (min-width: 80em) {
    .sm-image {
      width: 311px; } }

.sm-cta {
  padding: 0;
  line-height: normal;
  font-size: 1em;
  font-weight: 700;
  color: #000000;
  position: relative;
  text-decoration: none;
  font-family: "Open Sans", sans-serif; }
  .sm-cta:after {
    content: '';
    background-image: url(img/ico-bullet-black.svg);
    background-size: 0.875em 0.875em;
    border-radius: 50%;
    height: 0.875em;
    width: 0.875em;
    position: absolute;
    right: -1.875em;
    top: 0.125em; }
  .sm-cta:hover:after {
    background-image: url(img/ico-bullet-orange.svg); }

/*================ additional capabilities ============= */
.addition-cap {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em !important;
  clear: both;
  display: table; }

.ac-heading {
  text-align: center;
  margin-bottom: 50px; }

.ac-wrap-main {
  text-align: center;
  width: 100%; }

.ac-wrap {
  margin-bottom: 1.25em; }
  @media (min-width: 40em) {
    .ac-wrap {
      width: 33.33%;
      margin-bottom: 0;
      display: inline-block; } }
  @media (min-width: 60em) {
    .ac-wrap {
      width: 20%; } }

.ac-list {
  width: 10.9375em;
  height: 10.9375em;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: #3a9c2c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
  .ac-list:hover .ac-para {
    display: none; }
  .ac-list:hover .ac-overlay {
    opacity: 1; }

.ac-para {
  text-align: center;
  margin: 0;
  color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  font-size: 1.0625em;
  line-height: normal;
  font-family: "Open Sans", sans-serif; }

.ac-overlay {
  position: absolute;
  opacity: 0;
  transition: .5s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #357c2b;
  color: #ffffff;
  font-size: 1em;
  width: 100%;
  padding-top: 12px;
  text-decoration: none;
  padding-bottom: 12px;
  font-size: 1.0625em;
  line-height: normal;
  font-family: "Open Sans", sans-serif; }
  .ac-overlay:hover {
    color: #ffffff; }

/*================ forms ============= */
.form-section {
  width: 100%; }

.fs-form {
  width: 100%;
  margin-bottom: 1.875em; }
  @media (min-width: 60em) {
    .fs-form {
      margin-bottom: 0;
      width: 40%;
      padding-right: 3em;
      float: left; } }

.fs-side-nav {
  width: 100%; }
  @media (min-width: 40em) {
    .fs-side-nav {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .fs-side-nav {
      width: 36%;
      float: left; } }

.fs-drop-test {
  width: 100%; }
  @media (min-width: 40em) {
    .fs-drop-test {
      width: 50%;
      float: left; } }
  @media (min-width: 60em) {
    .fs-drop-test {
      width: 24%;
      float: left; } }

/*================ gravity forms ============= */
.form-section #gform_wrapper_3 {
  background: #efefef;
  padding: 1.25em; }
  @media (min-width: 40em) {
    .form-section #gform_wrapper_3 {
      padding: 1.25em 0 1.25em 1.25em; } }

.form-section .gfield_label {
  color: #333;
  font-size: 0.9375em;
  margin-bottom: 0;
  font-weight: 400; }

.form-section .gform_body ul li {
  width: 100%; }
  .form-section .gform_body ul li input, .form-section .gform_body ul li select {
    height: 2.375em !important;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    border-radius: 8px; }
    .form-section .gform_body ul li input:focus, .form-section .gform_body ul li select:focus {
      outline: none;
      box-shadow: none; }

@media (min-width: 40em) {
  .form-section .gform_body ul li {
    padding-right: 1.25em; }
    .form-section .gform_body ul li:nth-child(1) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(2) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(3) {
      width: 50%;
      padding-right: 1.25em;
      float: left; }
    .form-section .gform_body ul li:nth-child(4) {
      width: 50%;
      padding-right: 1.25em;
      float: left; } }

.form-section .gform_footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  .form-section .gform_footer .button {
    font-size: 1.0625em;
    background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 1.0588235294em 4.1764705882em 1.1176470588em; }
    .form-section .gform_footer .button:hover {
      background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      color: #ffffff; }
    .form-section .gform_footer .button:focus {
      color: #ffffff; }
  @media (min-width: 40em) {
    .form-section .gform_footer {
      width: calc(100% - 40px); } }

/*============Side Navigation Test==============*/
.side-nav {
  max-width: 15em; }
  .side-nav h3 {
    margin-top: 0; }

.sn-nav {
  font-family: "Open Sans", sans-serif; }
  .sn-nav li {
    background-color: #3a9c2c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    position: relative; }
    .sn-nav li a {
      color: #ffffff;
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 1.0625em;
      line-height: 1.4117647059em;
      text-decoration: none;
      padding: 0.6470588235em 2.3529411765em 0.6470588235em 0.9411764706em; }
    .sn-nav li:hover, .sn-nav li.active {
      background-color: #f05907; }
      .sn-nav li:hover a, .sn-nav li.active a {
        color: #ffffff; }
      .sn-nav li:hover .m-subnav-arrows, .sn-nav li.active .m-subnav-arrows {
        transform: rotate(180deg);
        background-image: url(img/dropdown-arrow.png); }
    .sn-nav li.active {
      border-bottom: 0; }
    .sn-nav li:last-child {
      border-bottom: 0; }
  .sn-nav .menu-item-has-children .m-subnav-arrows {
    cursor: pointer;
    padding-right: 0em;
    background-image: url(img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.5882352941em 0.2941176471em;
    display: block;
    width: 2.3529411765em;
    height: 2.7058823529em;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    bottom: 0; }
    .sn-nav .menu-item-has-children .m-subnav-arrows.active {
      transform: rotate(180deg);
      background-image: url(img/dropdown-arrow.png); }
  .sn-nav .menu-item-has-children ul {
    margin-bottom: 0;
    padding: 0;
    display: none; }
    .sn-nav .menu-item-has-children ul li {
      margin-bottom: 0;
      background-color: #f6f6f6;
      border-bottom: 0;
      /*  &:hover {
          background-color: #f7941d;
          a {
            color: $white;
          }
        }*/ }
      .sn-nav .menu-item-has-children ul li a {
        font-family: "Open Sans", sans-serif;
        color: #333;
        font-size: 1.0625em;
        padding: 0.2941176471em 2.3529411765em 0.2941176471em 0.9411764706em;
        line-height: 1.5294117647em;
        font-weight: 400; }
        .sn-nav .menu-item-has-children ul li a:hover {
          background-color: #3a9c2c;
          color: #ffffff; }
      .sn-nav .menu-item-has-children ul li:not([class]) {
        margin-bottom: 0;
        padding: 0; }
        .sn-nav .menu-item-has-children ul li:not([class]):after {
          display: none; }
    .sn-nav .menu-item-has-children ul:not([class]) {
      margin-bottom: 0; }
  .sn-nav .menu-item-has-children ul.active {
    display: block; }

.igm-slider {
  position: relative;
  max-width: 50em;
  width: 100%;
  margin: 0 auto; }
  .igm-slider .owl-carousel .owl-nav .owl-prev {
    width: 3.125em;
    height: 4.375em;
    background-image: url(img/mm-prev-icon.png);
    background-size: 0.8125em 1.5625em;
    background-position: center;
    border: solid 1px #3a9c2c;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0; }
    .igm-slider .owl-carousel .owl-nav .owl-prev span {
      display: none; }
    .igm-slider .owl-carousel .owl-nav .owl-prev:after {
      display: none; }
    .igm-slider .owl-carousel .owl-nav .owl-prev:hover {
      background: transparent;
      background-image: url(img/mm-prev-icon.png);
      background-size: 0.8125em 1.5625em;
      background-repeat: no-repeat;
      background-position: center; }
    .igm-slider .owl-carousel .owl-nav .owl-prev:focus {
      outline: none; }
    .igm-slider .owl-carousel .owl-nav .owl-prev:focus:not(:hover):not(:active) {
      outline: 2px dashed red;
      outline-offset: 2px; }
    .igm-slider .owl-carousel .owl-nav .owl-prev.disabled {
      opacity: 1; }
  .igm-slider .owl-carousel .owl-nav .owl-next {
    width: 3.125em;
    height: 4.375em;
    background-image: url(img/mm-next-icon.png);
    background-size: 0.8125em 1.5625em;
    background-position: center;
    border: solid 1px #3a9c2c;
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0; }
    .igm-slider .owl-carousel .owl-nav .owl-next span {
      display: none; }
    .igm-slider .owl-carousel .owl-nav .owl-next:after {
      display: none; }
    .igm-slider .owl-carousel .owl-nav .owl-next:hover {
      background: transparent;
      background-image: url(img/mm-next-icon.png);
      background-size: 0.8125em 1.5625em;
      background-repeat: no-repeat;
      background-position: center; }
    .igm-slider .owl-carousel .owl-nav .owl-next:focus {
      outline: none; }
    .igm-slider .owl-carousel .owl-nav .owl-next:focus:not(:hover):not(:active) {
      outline: 2px dashed red;
      outline-offset: 2px; }
    .igm-slider .owl-carousel .owl-nav .owl-next.disabled {
      opacity: 1; }
  @media (min-width: 60em) {
    .igm-slider .owl-carousel .owl-nav .owl-prev {
      left: -55px; }
    .igm-slider .owl-carousel .owl-nav .owl-next {
      right: -55px; } }
  .igm-slider .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px; }
    .igm-slider .owl-carousel .owl-stage .owl-item {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .igm-slider .owl-carousel .owl-stage .owl-item .item {
        padding: 10px; }

div#container {
  max-width: 100% !important;
  height: auto !important; }
  div#container canvas {
    max-width: 100% !important;
    height: auto !important; }

/* ===== DEFAULTS FOR ALL BLOGS =====  */
.fb_iframe_widget span {
  height: 24px !important; }

#recaptcha_table {
  table-layout: initial !important;
  height: 126px;
  overflow: hidden;
  margin-bottom: 1em; }

.blog-pagination {
  font-size: 1.7em;
  font-weight: bold; }
  .blog-pagination a {
    margin-right: 2em;
    text-decoration: none; }

.more-link {
  font-size: 1.4em;
  text-decoration: none; }

.post-item {
  border-bottom: 5px solid #eeeeee;
  padding-bottom: 2em;
  margin-bottom: 2em; }

.hs-author-avatar {
  float: left;
  margin-right: 1.5em; }
  .hs-author-avatar img {
    border-bottom: 1px solid #adadad; }

.hs-author-social-label {
  font-size: 1.3em; }

.hs-author-bio {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-bottom: 1em; }

.hs-author-profile {
  background: #F2F2F2;
  padding: .2em 2em 2em 2em; }

.hs-author-listing-header {
  padding-top: 1em;
  margin-top: .3em;
  color: #b9b9b9; }

.hs-author-social-links a {
  text-decoration: none; }

.hs-author-social-links img {
  opacity: .7;
  width: 1.875em;
  height: 1.875em; }
  .hs-author-social-links img:hover {
    opacity: 1; }

/*   end defaults   */
.site-wrap {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

/*=============== Site Header ===============*/
.site-header-wrap {
  /*background-image:url(img/bg-site-intro.jpg);
  background-size:cover;
  background-position: center center;
  background-repeat:no-repeat;*/ }

.site-header {
  background-color: #ffffff;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  @media (min-width: 60em) {
    .site-header {
      height: 11.1875em; } }

.index-sf {
  position: relative; }
  .index-sf:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #3a9c2c;
    position: absolute;
    bottom: -1px;
    left: 0; }

.sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
  padding-top: 1.8125em;
  padding-bottom: 0; }

@media (min-width: 60em) {
  .sh-top-nav {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    height: 7.4375em; }
    .sh-top-nav .inner-wrap, .sh-top-nav .inner-wrap-narrow, .sh-top-nav .inner-wrap-wide, .sh-top-nav .inner-wrap-fullwidth {
      padding-bottom: 1.375em; } }

.site-logo {
  max-width: 11.4375em;
  width: 100%;
  display: table;
  margin: 0 auto;
  margin-bottom: 1.375em; }
  .site-logo img {
    width: 100%; }
  @media (min-width: 60em) {
    .site-logo {
      max-width: 16.4375em;
      float: left;
      margin: 0; } }

.sh-utility-nav {
  text-align: center;
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  padding: 0.25em 0 0.3125em;
  display: flex; }
  .sh-utility-nav:after {
    content: '';
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0; }
  .sh-utility-nav:before {
    content: '';
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0; }
  .sh-utility-nav > a {
    flex-grow: 1; }
  @media (min-width: 60em) {
    .sh-utility-nav {
      background-color: transparent;
      width: 70%;
      float: right;
      text-align: right;
      display: inline-block;
      padding: 0; }
      .sh-utility-nav:after {
        display: none; }
      .sh-utility-nav:before {
        display: none; }
      .sh-utility-nav > a {
        flex-grow: 0; } }

.sh-links {
  display: none; }
  @media (min-width: 60em) {
    .sh-links {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding-top: 0.25em;
      padding-right: 1.375em; } }

.sh-ph {
  display: block;
  position: relative;
  margin-bottom: 0.4375em; }
  .sh-ph a {
    font-size: 1em;
    text-decoration: none;
    color: #000000; }
    .sh-ph a:hover {
      color: #3a9c2c; }
    .sh-ph a:focus {
      color: #000000; }

.sh-ph-icon {
  height: 1.0625em; }
  @media (min-width: 60em) {
    .sh-ph-icon {
      position: absolute;
      left: -1.75em;
      top: 0.25em; } }

.sh-mob-ph {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  margin-top: 1.3125em; }
  @media (min-width: 40em) {
    .sh-mob-ph {
      width: 29%; } }
  @media (min-width: 60em) {
    .sh-mob-ph {
      display: none; } }

.sh-email {
  display: block;
  position: relative;
  padding-left: 0.1875em; }
  .sh-email a {
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    text-decoration: none;
    color: #000000;
    font-weight: 600; }
    .sh-email a:hover {
      color: #3a9c2c; }
    .sh-email a:focus {
      color: #000000; }

.sh-mail-icon {
  height: 0.9em; }
  @media (min-width: 60em) {
    .sh-mail-icon {
      position: absolute;
      left: -1.75em;
      top: 0.3125em; } }

.sh-mob-email {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  margin-top: 1.3125em; }
  @media (min-width: 40em) {
    .sh-mob-email {
      width: 29%; } }
  @media (min-width: 60em) {
    .sh-mob-email {
      display: none; } }

.sh-mob-search {
  background-image: url(img/sh-search.svg);
  background-size: 1.875em 1.875em;
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  height: 1.875em;
  text-align: center;
  margin-top: 1.0625em; }
  .sh-mob-search span {
    display: none; }
  @media (min-width: 40em) {
    .sh-mob-search {
      width: 29%; } }
  @media (min-width: 60em) {
    .sh-mob-search {
      display: none; } }

.sh-des-search {
  display: none; }
  @media (min-width: 60em) {
    .sh-des-search {
      float: right;
      display: block;
      background-image: url(img/sh-search.svg);
      background-size: 1.75em 1.75em;
      background-repeat: no-repeat;
      background-position: right center;
      display: inline-block;
      vertical-align: middle;
      width: 1.875em;
      height: 3.75em;
      text-align: center; }
      .sh-des-search:focus:not(:active):not(:hover) {
        outline: 2px dashed red;
        outline-offset: -2px; }
      .sh-des-search span {
        display: none; }
      .sh-des-search:hover {
        background-image: url(img/sh-search-hover.svg);
        background-size: 1.75em 1.75em; } }
  @media (min-width: 80em) {
    .sh-des-search {
      /*margin-right: em(2);
    position: absolute;
    top: 0;
    right: em(26);*/ } }

.sh-rfi {
  font-size: 1.0625em;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 21em;
  width: 100%;
  line-height: 3.5294117647em;
  padding: 0;
  display: none;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 0.0588235294em;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .sh-rfi.sh-rfi-mobile {
    display: inline-block; }
  .sh-rfi img {
    height: 1.1176470588em;
    vertical-align: middle;
    margin: 1.2941176471em 0.5882352941em 0 0.0588235294em;
    display: inline-block;
    vertical-align: top; }
  .sh-rfi:hover {
    background: #ff8d4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff; }
  .sh-rfi:focus {
    color: #ffffff; }
  @media (min-width: 40em) {
    .sh-rfi {
      display: inline-block;
      vertical-align: top;
      font-size: 1em; }
      .sh-rfi.sh-rfi-mobile {
        display: none; } }
  @media (min-width: 60em) {
    .sh-rfi {
      display: inline-block;
      vertical-align: top;
      font-size: 1.0625em; } }

.sh-sticky-wrap {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #ffffff; }
  @media (min-width: 60em) {
    .sh-sticky-wrap {
      height: 11.1875em;
      width: 100%; }
      .sh-sticky-wrap.stuck {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 5; } }

.sh-navigation {
  background-color: #f6f6f6;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .sh-navigation .inner-wrap, .sh-navigation .inner-wrap-narrow, .sh-navigation .inner-wrap-wide, .sh-navigation .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 60em) {
    .sh-navigation {
      height: 3.75em; } }
  @media (min-width: 80em) {
    .sh-navigation .inner-wrap, .sh-navigation .inner-wrap-narrow, .sh-navigation .inner-wrap-wide, .sh-navigation .inner-wrap-fullwidth {
      position: relative; } }

.sh-icons {
  float: right; }

.sh-ico-search {
  background-repeat: no-repeat;
  background-position: center top;
  display: inline-block;
  padding-top: 1.2em;
  width: 2em;
  margin-left: 1em;
  text-align: center;
  text-decoration: none; }
  .sh-ico-search span {
    font-size: .75em; }

.sh-ico-search {
  background-image: url(img/ico-search.svg); }

.sh-ico-menu {
  background-image: url(img/ico-nav.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1.875em 1.6875em;
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  height: 1.6875em;
  text-align: center;
  text-decoration: none;
  margin-top: 1.1875em; }
  .sh-ico-menu span {
    display: none; }
  @media (min-width: 40em) {
    .sh-ico-menu {
      width: 13%; } }
  @media (min-width: 60em) {
    .sh-ico-menu {
      display: none; } }

/*=============== Site Intro ===============*/
.site-intro {
  position: relative; }
  .site-intro .inner-wrap, .site-intro .inner-wrap-narrow, .site-intro .inner-wrap-wide, .site-intro .inner-wrap-fullwidth {
    padding-top: 10em;
    padding-bottom: 10em; }

.si-slider {
  text-align: center; }
  .si-slider .inner-wrap, .si-slider .inner-wrap-narrow, .si-slider .inner-wrap-wide, .si-slider .inner-wrap-fullwidth {
    padding: 0;
    padding-top: 3.125em; }
  .si-slider .slider3 .item {
    position: relative; }
    .si-slider .slider3 .item img {
      width: auto; }
  .si-slider .item {
    height: 56.25em;
    background-size: cover;
    background-position: center; }
    .si-slider .item:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .si-slider .slick-dots {
    position: absolute;
    bottom: 2.375em;
    width: 100%;
    text-align: center !important; }
  .si-slider .slick-dots li {
    display: inline-block; }
    .si-slider .slick-dots li button {
      margin: 0 5px !important;
      border: solid 2px #3a9c2c !important;
      background: transparent !important;
      width: 0.9375em !important;
      height: 0.9375em !important;
      padding: 0;
      text-indent: 9999px; }
      .si-slider .slick-dots li button:focus {
        outline: 2px dashed red;
        outline-offset: 2px; }
    .si-slider .slick-dots li.slick-active button {
      background: #3a9c2c !important; }
  .si-slider .slick-prev {
    width: 1.1875em;
    height: 1.8125em;
    background-image: url(img/hero-arrow-left.png) !important;
    background-size: 1.1875em 1.8125em !important;
    margin: 0 0.3125em 0 0 !important;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 1.0625em;
    background-repeat: no-repeat;
    padding: 0;
    text-indent: 9999px;
    z-index: 9; }
    .si-slider .slick-prev:hover {
      background: transparent !important;
      background-image: url(img/hero-arrow-left.png) !important;
      background-size: 1.1875em 1.8125em !important; }
    .si-slider .slick-prev:focus {
      outline: 2px dashed red;
      outline-offset: 2px; }
  .si-slider .slick-next {
    width: 1.1875em;
    height: 1.8125em;
    background-image: url(img/hero-arrow-right.png) !important;
    background-size: 1.1875em 1.8125em !important;
    margin: 0 0 0 0.3125em !important;
    position: absolute;
    top: 43.5%;
    right: 1.0625em;
    background-repeat: no-repeat;
    padding: 0;
    text-indent: 9999px; }
    .si-slider .slick-next:hover {
      background: transparent !important;
      background-image: url(img/hero-arrow-right.png) !important;
      background-size: 1.1875em 1.8125em !important; }
    .si-slider .slick-next:focus {
      outline: 2px dashed red;
      outline-offset: 2px; }
  .si-slider .slick-disabled {
    opacity: 0.5;
    cursor: default; }
  @media (min-width: 40em) {
    .si-slider .item {
      height: 56.25em; } }
  @media (min-width: 60em) {
    .si-slider {
      text-align: left; }
      .si-slider .inner-wrap, .si-slider .inner-wrap-narrow, .si-slider .inner-wrap-wide, .si-slider .inner-wrap-fullwidth {
        padding-top: 8em; }
      .si-slider .item {
        height: 35.6875em; }
      .si-slider .slick-dots {
        text-align: right !important;
        right: 2.8125em;
        bottom: 1.6875em; } }

.si-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media (min-width: 60em) {
    .si-wrapper {
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto; } }

.si-wrap {
  display: inline-block;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  color: #ffffff;
  /*background: -moz-linear-gradient(top,  rgba(58,156,44,0.8) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top,  rgba(58,156,44,0.8) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom,  rgba(58,156,44,0.8) 1%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .si-wrap a {
    color: #ffffff; }
    .si-wrap a:hover {
      color: #f05907; }
    .si-wrap a:focus {
      color: #ffffff; }
    .si-wrap a.si-cta:hover {
      color: #ffffff; }
    .si-wrap a.si-cta:focus {
      color: #ffffff; }
  @media (min-width: 60em) {
    .si-wrap {
      padding-top: 1.6875em;
      padding-left: 2.1875em;
      padding-right: 2.6875em;
      max-width: 64%; } }

.si-heading {
  font-size: 1.75em;
  line-height: normal;
  margin: 0;
  margin-bottom: 0.1785714286em;
  color: #ffffff;
  font-weight: 600; }
  @media (min-width: 40em) {
    .si-heading {
      font-size: 2.5em;
      margin-bottom: 0.125em; } }

.si-para {
  margin-bottom: 1.8125em;
  color: #ffffff;
  width: 100%; }
  .si-para p {
    font-size: 1.3em; }
  @media (min-width: 60em) {
    .si-para {
      margin-bottom: 1.6875em; } }

.si-cta {
  font-size: 1.0625em;
  max-width: 12em;
  width: 100%;
  font-weight: 600;
  line-height: 3.5294117647em;
  border-radius: 30px;
  color: #ffffff;
  padding: 0;
  text-align: center;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .si-cta:hover {
    background: #ff8d4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff; }
  .si-cta:focus {
    color: #ffffff; }
  @media (min-width: 80em) {
    .si-cta {
      margin-left: 0.1176470588em; } }

.si-wrap-img {
  padding-top: 3.125em;
  display: inline-block;
  vertical-align: top;
  text-align: center; }
  .si-wrap-img img {
    width: auto;
    display: block;
    margin: 0 auto; }
  @media (min-width: 60em) {
    .si-wrap-img {
      padding: 0;
      width: 35%; } }

.si-wrapper #container {
  float: none !important; }
  @media (min-width: 60em) {
    .si-wrapper #container {
      float: right !important; } }
.site-content-primary .pi-header {
	font-weight:700;
}
.icon-rows-module .icon-row {
  clear: both;
  margin-bottom: 50px;
  /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: center;
    align-items: center;*/
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; 
 /**** New Thinkr Additions to Icon Row ***/
	padding: 30px;
	border-radius: 20px;
}
.icon-rows-module .icon-row:nth-child(even) {
	background-color: #f6f6f6;
}
.icon-rows-module .icon-row:nth-child(odd) {
	background-color: #333;
	color:#fff;
}
.icon-rows-module .icon-left,
.icon-rows-module .icon-right {
  width: 100%; }
  @media (min-width: 40em) {
    .icon-rows-module .icon-left,
    .icon-rows-module .icon-right {
      width: 35%; } }
  .icon-rows-module .icon-left img,
  .icon-rows-module .icon-right img {
    width: 100%;
 }

.icon-rows-module .icon-left {
  order: 0;
  -ms-flex-order: 0;
  margin-right: 3em; }

.icon-rows-module .icon-right {
  order: 1;
  -ms-flex-order: 1;
  margin-left: 3em; }

@media (min-width: 40em) {
  .icon-rows-module .icon-content {
    width: 60%; } }

@media (min-width: 60em) {
  .icon-rows-module .icon-content {
    width: 60%; } }

.icon-rows-module .content {
  width: 100%; }

.pi-header span {
  font-size: .75em;
  font-weight: 300; }

.pi-cta {
  float: right;
  border: 3px solid #ffffff;
  background: none; }
  .pi-cta:hover {
    background: #ffffff;
    color: #3a9c2c; }

.pi-search-pan {
  width: 100%;
  display: table;
  margin-bottom: 0.9375em; }
  @media (min-width: 60em) {
    .pi-search-pan {
      width: 54%;
      float: right;
      text-align: right;
      margin-bottom: 0; } }

.pi-search-text {
  font-size: 1.0625em !important;
  font-weight: normal !important;
  float: left;
  margin-bottom: 0.9411764706em !important; }
  @media (min-width: 40em) {
    .pi-search-text {
      float: none; } }
  @media (min-width: 60em) {
    .pi-search-text {
      text-align: right; } }

@media (max-width: 40em) {
  .page-intro .pi-header {
    -webkit-order: 1;
    order: 1; }
  .page-intro .pi-cta {
    -webkit-order: 2;
    order: 2; } }

.page-intro .select-style {
  width: 14.0625em;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  margin-bottom: 0.9375em;
  border: 1px solid #78b737; }
  .page-intro .select-style:after {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff url(img/icon-select.png) no-repeat 10px center;
    border-radius: 0 20px 20px 0;
    width: 40px;
    height: 100%;
    z-index: 0;
    right: 0; }
  .page-intro .select-style select {
    padding: 0.3125em 1.75em 0.3125em 1.25em;
    border: none;
    box-shadow: none;
    background: transparent !important;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin: 0;
    height: 2.4375em !important;
    width: 120%;
    color: #909090;
    position: relative;
    z-index: 1; }
  @media (min-width: 40em) {
    .page-intro .select-style {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 0; } }

.page-intro .pi-search {
  display: block;
  width: 14.0625em; }
  .page-intro .pi-search .input-style {
    position: relative; }
    .page-intro .pi-search .input-style .search-text {
      border-radius: 20px;
      padding: 5px 36px 5px 20px;
      height: 2.4375em;
      outline: none;
      border: 1px solid #78b737; }
      .page-intro .pi-search .input-style .search-text:focus {
        outline: none;
        border: none; }
    .page-intro .pi-search .input-style .search-submit {
      width: 30px;
      height: 30px;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 5px;
      float: right;
      background: url(img/ico-search-green.svg) no-repeat center center !important;
      background-size: 22px !important; }
  @media (min-width: 40em) {
    .page-intro .pi-search {
      display: inline-block;
      vertical-align: middle; } }

.sm-subtext {
  font-size: 1em;
  color: #ffffff; }
  @media (min-width: 40em) {
    .sm-subtext {
      font-size: 1.125em; } }
  @media (min-width: 60em) {
    .sm-subtext {
      font-size: 1.5625em; } }

.sm-search {
  display: block;
  width: 14.0625em;
  padding-bottom: 3.75em; }
  .sm-search .input-style {
    position: relative; }
    .sm-search .input-style .search-text {
      border-radius: 20px;
      padding: 5px 36px 5px 20px;
      height: 2.4375em !important;
      outline: none; }
      .sm-search .input-style .search-text:focus {
        outline: none;
        border: none; }
    .sm-search .input-style .search-submit {
      width: 30px;
      height: 30px;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 3px;
      float: right;
      background: url(img/ico-search-green.svg) no-repeat center center !important;
      background-size: 22px !important; }
  @media (min-width: 40em) {
    .sm-search {
      padding-bottom: 0;
      display: inline-block;
      vertical-align: middle; } }

.sm-select-style {
  width: 14.0625em;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  margin-bottom: 0.9375em; }
  .sm-select-style:after {
    content: "";
    position: absolute;
    top: 0;
    background: #ffffff url(img/icon-select.png) no-repeat 10px center;
    border-radius: 0 20px 20px 0;
    width: 40px;
    height: 100%;
    z-index: 0;
    right: 0; }
  .sm-select-style select {
    padding: 0.3125em 1.75em 0.3125em 1.25em;
    border: none;
    box-shadow: none;
    background: transparent !important;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin: 0;
    height: 2.4375em !important;
    width: 120%;
    color: #909090;
    position: relative;
    z-index: 1; }
  @media (min-width: 40em) {
    .sm-select-style {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 0; } }

/*=============== Resource Module ===============*/
.resource-module {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 2em; }
  .resource-module .inner-wrap-wide {
    padding-top: 3.125em;
    padding-bottom: 0; }
  .resource-module .resource-wrap {
    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    /*@include mq(small) {
      flex-direction: column;

      .resources {
        flex-direction: column;
      }
    }*/ }
    .resource-module .resource-wrap .content {
      /*-webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;*/
      padding-bottom: 2.5em; }
      @media (min-width: 40em) {
        .resource-module .resource-wrap .content {
          width: 42%; } }
      @media (min-width: 80em) {
        .resource-module .resource-wrap .content {
          padding-bottom: 0em; } }
    .resource-module .resource-wrap .resources {
      /*-webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-flex: 1 2 auto;
      -ms-flex: 1 2 auto;
      flex: 1 2 auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;
      display: flex;
      flex-direction: row;*/
      text-align: center; }
      .resource-module .resource-wrap .resources > div {
        padding: 0 3em 3em 3em; }
        @media (min-width: 40em) {
          .resource-module .resource-wrap .resources > div {
            float: left;
            width: 48.821174201%;
            position: relative;
            padding: 0 0.9375em 3em; } }
        @media (min-width: 60em) {
          .resource-module .resource-wrap .resources > div {
            padding: 0 3em 3em 3em; } }
      @media (min-width: 40em) {
        .resource-module .resource-wrap .resources {
          width: 58%; } }

@media (min-width: 60em) {
  background-image: url(img/resource-library.png);
  background-repeat: no-repeat;
  background-position: right 81px;
  background-size: 36.9375em;
  .inner-wrap-wide {
    padding-top: 5.0625em;
    padding-bottom: 0; } }

@media (min-width: 80em) {
  background-position: 91.7% 81px; }

@media (min-width: 60em) {
  .rm-wrap {
    width: 44%;
    float: left;
    padding-left: 0.625em;
    padding-top: 1.4375em;
    padding-bottom: 4.3125em; } }

@media (min-width: 80em) {
  .rm-wrap {
    width: 46%; } }

.rm-subtitle {
  font-size: 1.125em;
  font-weight: 400;
  font-style: italic;
  color: #676767;
  text-transform: uppercase;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  margin-bottom: 0.4444444444em; }

.rm-para {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  color: #000000;
  margin: 0;
  margin-bottom: 3.0588235294em; }

.rm-cta {
  font-size: 1.0625em;
  color: #ffffff;
  background-color: #3a9c2c;
  text-align: center;
  font-weight: 600;
  padding: 0;
  max-width: 12.7058823529em;
  width: 100%;
  line-height: 2.9411764706em;
  border-radius: 30px;
  display: inline-block; }
  .rm-cta:hover {
    background-color: #f05907;
    color: #ffffff; }
  .rm-cta:focus {
    color: #ffffff; }

.rm-image {
  width: 31.625em;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: block;
  margin: 0 auto; }
  @media (min-width: 60em) {
    .rm-image {
      display: none; } }

/*=============== Product Module Starts ===============*/
.product-module {
  width: 100%;
  text-align: center;
  margin-bottom: 3.75em; }
  @media (min-width: 80em) {
    .product-module {
      text-align: left;
      float: left;
      margin-bottom: 3.875em; } }

.pm-wrap {
  width: 97%;
  background-color: #f6f6f6;
  display: inline-block;
  vertical-align: top;
  height: 18.9375em;
  margin-top: 0.1875em;
  margin-bottom: 0.1875em;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-top: 0.5em; }
  .pm-wrap .pm-wrap-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    padding-top: 29px;
    text-align: center;
    height: inherit;
    z-index: 3; }
  .pm-wrap .pm-image {
    width: 55%;
    display: block;
    margin: auto; }
  .pm-wrap .pm-title {
    padding-bottom: 25px; }
  @media (min-width: 40em) {
    .pm-wrap {
      width: 49%; }
      .pm-wrap:nth-child(1) {
        margin-top: 0.25em; } }
  @media (min-width: 60em) {
    .pm-wrap {
      width: 32%; }
      .pm-wrap:nth-child(1) {
        margin-top: 0; }
      .pm-wrap:hover {
        position: relative; }
        .pm-wrap:hover:before {
          content: '';
          -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.31);
          -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.31);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.31);
          width: calc(100% - 4px);
          height: calc(100% - 2px);
          position: absolute;
          top: 1px;
          left: 0;
          z-index: 1; }
        .pm-wrap:hover .pm-image {
          margin-top: 10px;
          width: 60%; }
        .pm-wrap:hover .pm-title {
          margin: 0;
          display: block;
          position: static;
          text-align: center;
          width: 100%; } }
  @media (min-width: 80em) {
    .pm-wrap {
      width: 20%;
      float: left;
      text-align: left;
      position: relative;
      border-right: solid 1px #ffffff;
      margin-top: 0; }
      .pm-wrap .pm-image {
        margin-top: 35px; } }

.pm-title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.2222222222em;
  margin: 0;
  text-decoration: none;
  color: #000000;
  padding: 0 2.7777777778em 0 2.7777777778em;
  display: block;
  margin-top: 0.8333333333em; }
  @media (min-width: 80em) {
    .pm-title {
      margin: 0;
      width: 100%; } }

.pm-image {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }

/*=============== Featured Boxes Module ===============*/

.featured_box {
	width: 100%;
	border-bottom: 2px solid #ffffff;
	border-right: 0;
	padding: 2em;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.featured_box:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured_box_content a {
	color: #fff;
}
.featured_box_content {
	color: #fff;
	position: relative;
	z-index: 2;
}
@media (min-width: 80em) {
	.featured_boxes_container {
		display: flex;
		clear: both;
	}

	.featured_box {
		width:33.33%;
		border-right: 2px solid #ffffff;
		display: flex;
		align-items: center;
		height: 25em;
	}
	.featured_box:last-child {
		border-right:0;
	}


}
/*=============== Latest News Module ===============*/
/*===============Why Choose Us ===============*/
.why-choose-module {
  width: 100%;
  clear: both; }
  .why-choose-module .inner-wrap, .why-choose-module .inner-wrap-narrow, .why-choose-module .inner-wrap-wide, .why-choose-module .inner-wrap-fullwidth {
    padding-top: 4.375em;
    padding-bottom: 5em; }

.why-choose-wrap {
  /* display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;*/
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (min-width: 60em) {
    .why-choose-wrap .about {
      /* -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      flex-grow: 1;
      flex-basis: 0;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      align-self: auto;*/
      width: 50%; } }

.value-prop {
  /*-webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  flex-grow: 1;
  flex-basis: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;*/
  max-width: 25em;
  max-width: 43.75em;
  width: 100%;
  margin: 0 auto;
  margin-top: 3.125em; }
  .value-prop .items {
    /*width: 100%;
    padding: 1em 0;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;*/ }
    .value-prop .items img {
      margin: 0 auto;
      display: block; }
  @media (min-width: 60em) {
    .value-prop {
      /*display: inline-block;
    margin: 0;
    float: right;*/
      width: 50%;
      margin-top: 0; } }

.wcm-heading {
  font-size: 2.1875em;
  line-height: normal;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 0.7142857143em;
  /*
	&:after {
		content: '';
		position: absolute;
		width: em(90, 35);
		height: em(16, 35);
		background-image: url(img/design-border-green.svg);
		background-size: 2.5em 0.46em;
		background-repeat: no-repeat;
		background-position: center;
		bottom: 0;
		left: 0;
		right: 0;
	}*/ }

.wcm-para {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  color: #000000;
  max-width: 40.2941176471em;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.9411764706em; }

.wcm-cta {
  font-size: 1.0625em;
  max-width: 13.4117647059em;
  width: 100%;
  font-weight: 600;
  line-height: 3.5294117647em;
  border-radius: 30px;
  color: #ffffff;
  text-align: center;
  padding: 0;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .wcm-cta:hover {
    background: #ff8d4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff; }
  .wcm-cta:focus {
    color: #ffffff; }

/*=============== vaccum truck module ===============*/
.vacuum-truck-module {
  width: 100%;
  text-align: center;
  background-color: #f6f6f6;
  background-size: cover;
  position: relative;
  display: table;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 2.8125em;
  padding-bottom: 2.8125em;
  /*&:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(120,183,55,1) 0%, rgba(7,108,44,1) 100%); 
    background: -webkit-linear-gradient(left,  rgba(120,183,55,1) 0%,rgba(7,108,44,1) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to right,  rgba(120,183,55,1) 0%,rgba(7,108,44,1) 100%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
  }

  &:hover{
    &:before{
      opacity: 1;
    }
  }*/ }
  .vacuum-truck-module .inner-wrap, .vacuum-truck-module .inner-wrap-narrow, .vacuum-truck-module .inner-wrap-wide, .vacuum-truck-module .inner-wrap-fullwidth {
    padding-top: 0;
    padding-bottom: 0; }
  .vacuum-truck-module .rows-of-2 > div {
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 0; }
    @media (min-width: 60em) {
      .vacuum-truck-module .rows-of-2 > div {
        width: 48.821174201%;
        margin-bottom: 0;
        margin-right: 2.3576515979%; } }
  @media (min-width: 60em) {
    .vacuum-truck-module .rows-of-2 {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; } }
  @media (min-width: 80em) {
    .vacuum-truck-module {
      height: 17.8125em; }
      .vacuum-truck-module .inner-wrap, .vacuum-truck-module .inner-wrap-narrow, .vacuum-truck-module .inner-wrap-wide, .vacuum-truck-module .inner-wrap-fullwidth {
        padding-top: 0;
        padding-bottom: 0; } }

.vtm-left {
  text-align: left;
  margin-bottom: 2.5em; }
  @media (min-width: 80em) {
    .vtm-left {
      width: 33.33%;
      display: table-cell;
      vertical-align: middle;
      margin-bottom: 0; } }

.vtm-center {
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 80em) {
    .vtm-center {
      width: 95%;
      /*text-align: left;
    padding: 0;
    adding-top: em(50);*/ } }

.vtm-right {
  text-align: center; }
  @media (min-width: 80em) {
    .vtm-right {
      /* width: auto;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;*/ } }

a.vtm-title {
  color: #000000;
  font-size: 2.1875em;
  text-decoration: none;
  line-height: normal;
  font-weight: 600;
  position: relative; }
  a.vtm-title:hover {
    color: #3a9c2c; }
  a.vtm-title:focus {
    color: #000000; }

.vtm-img {
  height: 0.8em;
  display: block;
  margin: 0 auto;
  margin-top: 0.5142857143em; }
  @media (min-width: 40em) {
    .vtm-img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.4em;
      margin-top: 0; } }

.vtm-sec-image {
  display: block;
  width: auto;
  margin: 0 auto; }
  @media (min-width: 80em) {
    .vtm-sec-image {
      width: auto;
      max-height: 17.8125em; } }

/*=============== available resources module ===============*/
/*.available-resource-module {
	width: 100%;
	display: table;

	.inner-wrap {
		padding-top: em(89);
		padding-bottom: em(105);
	}
}

.arm-heading {
	text-align: center;
	font-size: em(35);
	line-height: normal;
	font-weight: 600;
	color: $black;
	position: relative;
	padding-bottom: em(25, 35);
	margin: 0;
	margin-bottom: em(65, 35);

	&:after {
		content: '';
		position: absolute;
		width: em(90, 35);
		height: em(16, 35);
		background-image: url(img/design-border-green.svg);
		background-size: 2.5em 0.46em;
		background-repeat: no-repeat;
		background-position: center;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.arm-wrapper {
	width: 90%;
	margin: 0 auto;
	display: table;

	@include mq(medium) {
		width: 60%;
	}

	@include mq(large) {
		width: 100%;
	}

	@include mq(xlarge) {
		width: 87.99%;
		margin: 0 auto;
	}
}

.arm-wrap {
	margin-bottom: em(20, 22);
	height: em(72, 22);
	display: table;
	font-size: em(22);
	line-height: em(32, 22);
	color: $black;
	text-decoration: none;
	font-weight: 600;
	padding-left: em(92, 22);

	span {
		display: table-cell;
		vertical-align: middle;
	}

	&:nth-child(1) {
		background-image: url(img/cartridge-filter-resources.svg);
		background-size: em(50, 22) em(52, 22);
		background-position: left em(11, 22);
		background-repeat: no-repeat;

	}

	&:nth-child(2) {
		background-image: url(img/filter-bag.svg);
		background-size: em(42, 22) em(70, 22);
		background-position: left top;
		background-repeat: no-repeat;
	}

	&:nth-child(3) {
		background-image: url(img/literature.svg);
		background-size: em(70, 22) em(62, 22);
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: em(92, 22)
	}

	&:hover {
		color: $orange;

		&:nth-child(1) {
			background-image: url(img/cartridge-filter-resources-hover.svg);
		}

		&:nth-child(2) {
			background-image: url(img/filter-bag-hover.svg);
		}

		&:nth-child(3) {
			background-image: url(img/literature-hover.svg);
		}
	}

	@include mq(medium) {
		padding-left: em(68, 22);
	}

	@include mq(large) {
		width: 33.33%;
		float: left;
		margin-bottom: 0;
	}

	@include mq(xlarge) {
		&:nth-child(1) {
			width: 45%;
			padding-right: em(115, 22);
		}

		&:nth-child(2) {
			width: 35%;
		}

		&:nth-child(3) {
			width: 20%;

		}
	}

	@include mq(xxlarge) {
		&:nth-child(1) {
			padding-right: em(130, 22);
		}
	}
}

.arm-sec {
	width: 100%;
	text-align: center;
}

.arm-sec-three {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: em(40);




	@include mq(large) {
		width: 32%;
	}

	@include mq(xlarge) {
		width: 33%;
		margin-bottom: 0;
	}
}


.arm-sec-three-img {

	margin-bottom: em(20);

	@include mq(medium) {
		margin-bottom: 0;
		width: 30%;
		float: left;
	}
}

.arm-sec-three-des {
	text-align: center;

	@include mq(medium) {
		width: 68%;
		float: left;
		text-align: left;
		padding-left: em(20);
	}

	@include mq(large) {
		.arm-sec-title {
			font-size: em(17);
			margin-bottom: em(10, 17);
		}
	}

	@include mq(xlarge) {
		.arm-sec-title {
			font-size: em(18);
			margin-bottom: em(16.18);
		}
	}
}

.arm-sec-two {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: em(40);

	@include mq(large) {
		width: 49%;
		margin-bottom: 0;
	}
}

.arm-sec-one {
	width: 100%;
}

.arm-sec-one-img {
	width: 30%;
	margin: 0 auto;
	margin-bottom: em(20);

	@include mq(medium) {
		margin-bottom: 0;
		width: 25%;
		float: left;
	}
}

.arm-sec-one-des {
	text-align: center;

	@include mq(medium) {
		width: 68%;
		float: left;
		text-align: left;
		padding-left: em(10);
	}
}


.arm-sec-title {
	font-size: em(18);
	line-height: em(32, 22);
	color: $black;
	text-decoration: none;
	font-weight: 600;

}


.arm-cta {
	font-size: em(16);
	max-width: em(130, 16);
	width: 100%;
	font-weight: 600;
	line-height: em(50, 16);
	border-radius: 30px;
	color: $white;
	padding: 0;
	text-align: center;
	background: -moz-linear-gradient(left, rgba(7, 108, 44, 1) 1%, rgba(120, 183, 55, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(7, 108, 44, 1) 1%, rgba(120, 183, 55, 1) 100%);
	background: linear-gradient(to right, rgba(7, 108, 44, 1) 1%, rgba(120, 183, 55, 1) 100%);

	&:hover {
		background: rgb(255, 141, 79);
		background: -moz-linear-gradient(left, rgba(255, 141, 79, 1) 1%, rgba(239, 84, 0, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(255, 141, 79, 1) 1%, rgba(239, 84, 0, 1) 100%);
		background: linear-gradient(to right, rgba(255, 141, 79, 1) 1%, rgba(239, 84, 0, 1) 100%);
		color: $white;
	}

	&:focus {
		color: $white;
	}
}

.arm-para {
	font-size: em(17);
	line-height: em(27, 17);
	color: $black;
	text-align: center;

	@include mq(medium) {
		text-align: left;
	}
}
*/
/*=================== Who We Serve - 1 ================*/
.wws-1 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eeeeee;
  position: relative; }
  @media (min-width: 40em) {
    .wws-1 {
      background-color: rgba(0, 0, 0, 0.4); } }
  .wws-1 .wws-item {
    width: 100%;
    border: 1px solid #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-decoration: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    position: relative;
    overflow: hidden; }
    .wws-1 .wws-item:after {
      content: '';
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6); }
    .wws-1 .wws-item > * {
      position: relative;
      z-index: 1; }
    .wws-1 .wws-item:focus, .wws-1 .wws-item:hover {
      color: #ffffff; }
    @media (min-width: 40em) {
      .wws-1 .wws-item {
        width: 50%;
        height: 25em; } }
    @media (min-width: 60em) {
      .wws-1 .wws-item {
        width: 30%;
        border: 0;
        border-right: 2px solid #ffffff; }
        .wws-1 .wws-item:hover {
          z-index: 1; }
          .wws-1 .wws-item:hover .wws-content-wrap {
            top: 50%;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in; }
          .wws-1 .wws-item:hover .wws-description {
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in; }
        .wws-1 .wws-item:focus {
          z-index: 1; }
          .wws-1 .wws-item:focus .wws-content-wrap {
            top: 50%;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in; }
          .wws-1 .wws-item:focus .wws-description {
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in; } }
  .wws-1 .hidden-image {
    visibility: hidden;
    width: 100%;
    max-height: 25em; }
  .wws-1 .wws-content-wrap {
    padding: 0 2.5625em;
    display: block;
    position: absolute;
    left: 0;
    top: 98%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .wws-1 .wws-title {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 0.8em; }
    .wws-1 .wws-title span {
      display: block;
      font-size: .65em; }
  .wws-1 .wws-description {
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .wws-1 .wws-cta {
    display: block;
    margin-top: .5em;
    font-weight: 600; }
    .wws-1 .wws-cta:hover {
      color: #3a9c2c; }
  .wws-1 .wws-learnmore {
    margin: 1.6666666667em auto 0;
    padding-left: 1.3388888889em;
    padding-right: 1.3444444444em;
    z-index: 2; }
    @media (min-width: 40em) {
      .wws-1 .wws-learnmore {
        margin-top: 0;
        position: absolute;
        bottom: -1.2777777778em;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        white-space: nowrap; } }

/*=============== Who We Serve 2 ===============*/
.who-serve-module {
  position: relative;
  background-size: cover;
  background-blend-mode: luminosity;
  background-color: rgba(58, 156, 44, 0.1); }
  .who-serve-module:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 156, 44, 0.9); }
  .who-serve-module .inner-wrap, .who-serve-module .inner-wrap-narrow, .who-serve-module .inner-wrap-wide, .who-serve-module .inner-wrap-fullwidth {
    max-width: 61.5em;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 5.375em; }
  .who-serve-module .inner-wrap, .who-serve-module .inner-wrap-narrow, .who-serve-module .inner-wrap-wide, .who-serve-module .inner-wrap-fullwidth {
    padding-top: 3.75em;
    padding-bottom: 3.375em; }

.wsm-left {
  text-align: center; }
  @media (min-width: 60em) {
    .wsm-left {
      width: 20%;
      float: left;
      text-align: left; } }

.wsm-right {
  text-align: center; }
  @media (min-width: 60em) {
    .wsm-right {
      width: 65%;
      float: right; } }
  @media (min-width: 80em) {
    .wsm-right {
      width: 59%; } }

.wsm-heading {
  font-size: 2.5em;
  line-height: 1.175em;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.7em;
  margin: 0;
  padding-top: 0.825em;
  margin-bottom: 1.25em; }
  .wsm-heading:after {
    content: '';
    position: absolute;
    width: 2.25em;
    height: 0.4em;
    background-image: url(img/design-border-green-white.svg);
    background-size: 2.25em 0.4em;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -0.025em;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 60em) {
    .wsm-heading {
      margin-bottom: 0; }
      .wsm-heading:after {
        left: 0;
        right: auto; } }

.wsm-wrap {
  text-decoration: none; }
  .wsm-wrap:hover {
    text-decoration: none; }
    .wsm-wrap:hover .wsm-title {
      color: #f05907; }
  .wsm-wrap:nth-child(2) {
    display: inline-block;
    margin-top: 2.5em;
    margin-bottom: 2.5em; }
  @media (min-width: 40em) {
    .wsm-wrap {
      width: 22%;
      float: left; }
      .wsm-wrap:nth-child(2) {
        margin: 0 17%; } }
  @media (min-width: 80em) {
    .wsm-wrap:nth-child(2) {
      margin: 0 5.8125em; } }

.oems-img {
  width: 4.1875em; }

.reseller-img {
  width: 4.9375em; }

.endu-img {
  width: 2.125em; }

.wsm-figure {
  width: 7.5em;
  height: 7.5em;
  border: solid 1px #ffffff;
  border-radius: 8px;
  display: table;
  margin: 0 auto; }
  .wsm-figure span {
    display: table-cell;
    vertical-align: middle; }
  @media (min-width: 60em) {
    .wsm-figure {
      margin: 0; } }

.wsm-title {
  font-size: 1.25em;
  line-height: normal;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.6em; }

/*=============== about fab  module ===============*/
.about-fab-module {
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .about-fab-module .inner-wrap, .about-fab-module .inner-wrap-narrow, .about-fab-module .inner-wrap-wide, .about-fab-module .inner-wrap-fullwidth {
    padding-top: 4.3125em;
    padding-bottom: 4.9375em; }
  .about-fab-module:before {
    content: '';
    position: absolute;
    width: 17.625em;
    height: 17.625em;
    background-image: url(img/about-us-bg-top-patters.png);
    background-size: 17.625em 17.625em;
    top: -8.8125em;
    left: 0.1875em; }
  .about-fab-module:after {
    content: '';
    position: absolute;
    width: 17.625em;
    height: 17.625em;
    background-image: url(img/about-us-bg-top-patters.png);
    background-size: 17.625em 17.625em;
    bottom: -8.25em;
    right: 0.0625em; }

.afm-heading {
  font-size: 2.1875em;
  line-height: 1.3428571429em;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-bottom: 0.7142857143em;
  margin: 0;
  text-align: center;
  margin-bottom: 0.7142857143em; }
  .afm-heading:after {
    content: '';
    position: absolute;
    width: 2.5714285714em;
    height: 0.4571428571em;
    background-image: url(img/design-border-green.svg);
    background-size: 2.5em 0.46em;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.afm-para {
  font-size: 1.0625em;
  line-height: 1.5882352941em;
  color: #000000;
  max-width: 40.2941176471em;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1.9411764706em; }

.afm-cta {
  font-size: 1.0625em;
  max-width: 7.9411764706em;
  width: 100%;
  font-weight: 600;
  line-height: 3.5294117647em;
  border-radius: 30px;
  color: #ffffff;
  padding: 0;
  text-align: center;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .afm-cta:hover {
    background: #ff8d4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff; }
  .afm-cta:focus {
    color: #ffffff; }

/*=============== Site Content ===============*/
.site-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/*=============== Site Footer ===============*/
.site-footer .inner-wrap, .site-footer .inner-wrap-narrow, .site-footer .inner-wrap-wide, .site-footer .inner-wrap-fullwidth {
  padding-top: 4.4375em;
  padding-bottom: 4.6875em; }

.sf-small {
  background-color: #999;
  text-align: center; }
  .sf-small .inner-wrap, .sf-small .inner-wrap-narrow, .sf-small .inner-wrap-wide, .sf-small .inner-wrap-fullwidth {
    padding-top: 1em;
    padding-bottom: 1em; }

img[name=pphLoggerImage] {
  display: none; }

@media (min-width: 60em) {
  .sf-address {
    width: 34%;
    float: left; } }

.sf-logo {
  /*max-width: em(263);*/
  width: 49%;
  display: inline-block;
  margin-top: 0.5625em;
  position: relative;
  left: -1px;
  margin-bottom: 1.875em; }
  .sf-logo img {
    /*width: 100%;*/
    max-width: 16.4375em; }
  @media (min-width: 40em) {
    .sf-logo {
      margin-bottom: 2.3125em; } }
  @media (min-width: 60em) {
    .sf-logo {
      margin-bottom: 2.3125em; } }
  @media (min-width: 80em) {
    .sf-logo {
      margin-bottom: 1.875em; } }

.sf-location {
  margin-bottom: 1.875em; }
  @media (min-width: 40em) {
    .sf-location {
      display: inline-block;
      vertical-align: top;
      /*padding-left: em(30);*/
      margin-bottom: 0;
      /*margin-left: em(58);*/ } }
  @media (min-width: 60em) {
    .sf-location {
      display: block;
      padding-left: 0; } }

.sf-contacts {
  margin-bottom: 3.125em; }
  @media (min-width: 60em) {
    .sf-contacts {
      width: 36%;
      float: left;
      margin-bottom: 0; } }

.sf-title {
  font-size: 1.5625em;
  margin: 0;
  line-height: normal;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.28em; }

.sf-text {
  font-size: 1.0625em;
  margin: 0;
  line-height: 1.5882352941em;
  color: #000000;
  font-weight: normal; }
  .sf-text span {
    display: block; }
  .sf-text a {
    color: #000000;
    text-decoration: none; }
    .sf-text a:hover {
      color: #f05907; }
    .sf-text a:focus {
      color: #000000; }
  @media (min-width: 80em) {
    .sf-text span {
      display: inline-block;
      vertical-align: top; } }

.sf-cont-det {
  margin-bottom: 1.875em; }
  @media (min-width: 40em) {
    .sf-cont-det {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .sf-cont-det {
      display: block;
      width: auto; } }

@media (min-width: 60em) {
  .sf-quest {
    width: 30%;
    float: left; } }

@media (min-width: 80em) {
  .sf-quest {
    padding-left: 4.8125em; } }

@media (min-width: 40em) {
  .sf-quest-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 60em) {
  .sf-quest-wrap {
    display: block;
    width: auto; } }

@media (min-width: 40em) {
  .sf-socila-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top; } }

@media (min-width: 60em) {
  .sf-socila-wrap {
    display: block;
    width: auto; } }

.sf-links {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  @media (min-width: 60em) {
    .sf-links {
      display: block;
      width: 100%;
      margin-top: 2.8125em; } }

.sf-link-list {
  font-size: 1.0625em;
  margin: 0;
  line-height: 1.5882352941em;
  color: #000000;
  font-weight: normal; }
  .sf-link-list a {
    color: #000000;
    text-decoration: none; }
    .sf-link-list a:hover {
      color: #f05907; }
    .sf-link-list a:focus {
      color: #000000; }

.sf-cta {
  font-size: 1.0625em;
  max-width: 12.2352941176em;
  width: 100%;
  font-weight: 600;
  line-height: 3.5294117647em;
  border-radius: 30px;
  color: #ffffff;
  padding: 0;
  text-align: center;
  background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-top: 0.7647058824em;
  position: relative;
  left: -0.1764705882em; }
  .sf-cta:hover {
    background: #ff8d4f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8d4f 1%, #ef5400 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8d4f 1%, #ef5400 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #ffffff; }
  .sf-cta:focus {
    color: #ffffff; }

.sf-quest-wrap {
  margin-bottom: 1.7647058824em; }
  @media (min-width: 40em) {
    .sf-quest-wrap {
      margin-bottom: 0; } }
  @media (min-width: 60em) {
    .sf-quest-wrap {
      margin-bottom: 4.7647058824em; } }
  @media (min-width: 80em) {
    .sf-quest-wrap {
      margin-bottom: 1.5294117647em; } }

.sf-social {
  width: 100%;
  padding-top: 0.3125em; }
  .sf-social a {
    display: inline-block;
    margin-right: 1em; }

.sf-facebook {
  width: 1.875em; }

.sf-copyright {
  font-size: 1.0625em;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 1em 0.8235294118em; }
  .sf-copyright a {
    color: #ffffff;
    text-decoration: none; }
    .sf-copyright a:hover {
      color: #f05907; }
    .sf-copyright a:focus {
      color: #ffffff; }

/*=============== Search ===============*/
.search-table {
  display: table;
  width: 100%;
  float: right;
  padding: 0; }

.search-row {
  display: table-row;
  width: 100%; }

.search-cell1 {
  display: table-cell;
  padding-right: 0.4375em; }

.search-cell2 {
  display: table-cell;
  width: 2.1875em;
  border: 0; }

.search-text {
  font-size: .8em;
  width: 100%;
  height: 2.3em;
  border: 1px solid red;
  float: left;
  padding-left: .5em;
  margin-bottom: 0 !important; }

.search-submit {
  width: 100%;
  height: 2.3em;
  border: 0;
  float: right;
  background: url(img/ico-search.svg) no-repeat center center !important; }
  .search-submit:focus {
    outline: none; }

@media (min-width: 40em) {
  .site-search {
    width: 100%; }
  .search-text {
    height: 2.3em; }
  .search-submit {
    height: 2.3em; } }

.search-module {
  background-color: #357c2b;
  margin-top: -6.8em;
  border-bottom: 1px solid rgba(53, 124, 43, 0.47);
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-module.active {
    margin-top: 11.1875em;
    z-index: 4; }
  .search-module.stuck.active {
    margin-top: 9.1875em; }
  .search-module .inner-wrap, .search-module .inner-wrap-narrow, .search-module .inner-wrap-wide, .search-module .inner-wrap-fullwidth {
    padding: 1em 1.5em 1em; }
  @media (min-width: 40em) {
    .search-module {
      text-align: center;
      padding-bottom: 0.9375em; }
      .search-module input:focus, .search-module select:focus {
        outline: none; }
      .search-module input:focus:not(:active):not(:hover), .search-module select:focus:not(:active):not(:hover) {
        outline: 2px solid red;
        outline-offset: 2px; }
      .search-module select:focus:not(:active):not(:hover) {
        outline-offset: -6px; } }

.search-exit {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  top: 0;
  right: 0; }
  .search-exit img {
    width: 1.1875em; }

/*=============== Read More ===============*/
.main-content {
  display: block;
  overflow: hidden;
  position: relative; }
  @media (min-width: 40em) {
    .main-content {
      display: inline; } }

@media (max-width: 40em) {
  .height {
    max-height: 15.625em; }
    .height:before {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
      bottom: 0;
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }
  .heightAuto {
    max-height: 312.5em; }
    .heightAuto:before {
      display: none; } }

.link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #477DCA;
  padding-bottom: 0.625em; }
  @media (min-width: 40em) {
    .link {
      display: none; } }

.cust-wrap {
  margin-bottom: 27px;
  clear: both; }

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

.bro-pdf {
  border: 1px solid;
  min-height: 420px;
  padding: 15px; }

#gmap {
  text-align: center; }
  #gmap iframe {
    width: 450px;
    height: 350px;
    border: 1px solid;
    max-width: 100%; }

.sitemap-menu .sub-menu {
  padding-left: 1.25em; }

.breadcrumb-menu {
  padding: 0 0 1.5em;
  color: #000000;
  font-size: 1.0625em;
  font-weight: 600; }
  .breadcrumb-menu .bread {
    margin: 0 0.8125em 0 0.3125em; }
  .breadcrumb-menu > span:first-child > span {
    margin: 0 !important; }
    .breadcrumb-menu > span:first-child > span a {
      margin-left: 0;
      margin-right: 2px;
      font-size: 1.0625em;
      line-height: 1.5em;
      color: #000000;
      text-decoration: underline;
      font-weight: 600; }
      .breadcrumb-menu > span:first-child > span a:hover {
        text-decoration: none;
        color: #3a9c2c; }
    .breadcrumb-menu > span:first-child > span span[typeof="v:Breadcrumb"] a,
    .breadcrumb-menu > span:first-child > span span a {
      margin-left: 2px;
      color: #000000;
      margin-right: 2px;
      font-size: 1em;
      line-height: 1.5em; }
  .breadcrumb-menu span[rel="v:child"] a {
    margin: 0 1px 0 1px; }
    .breadcrumb-menu span[rel="v:child"] a:last-child {
      margin-right: 0; }
  .breadcrumb-menu .breadcrumb_last {
    margin-left: 2px;
    font-size: 1em;
    color: #000000;
    line-height: 1.5em;
    font-weight: 600; }

.column-subheading {
  font-size: 0.875em;
  line-height: 1.3125em;
  color: #333;
  font-weight: 400; }

.cust-wrap .cbm_information {
  display: inline-block; }

@media (min-width: 40em) {
  .cust-wrap .cbm_information {
    display: inline-block;
    max-width: 292px; } }

@media (min-width: 60em) {
  .cust-wrap .cbm_information {
    display: inline-block;
    max-width: 450px; } }

@media (min-width: 80em) {
  .cust-wrap .cbm_information {
    display: inline-block;
    max-width: 620px; } }

.cust-sidebar {
  border: 1px solid;
  padding: 13px; }

.bro-pdf a {
  text-decoration: none; }

.arm-sec-three-img img {
  height: 6.25em;
  /*max-width: 16em;
    @include mq(medium){
    max-width: 12em;
    }
    @include mq(large){
    max-width: 9em;
    }*/ }

.full-width-cta {
  margin: 2.5em 0; }

.cta-banner {
  color: #ffffff; }
  .cta-banner .cta-banner-header,
  .cta-banner .cta-banner-body {
    text-align: left; }
  .cta-banner .cta-banner-body {
    margin-bottom: 0; }
  .cta-banner .fw-cta {
    float: right;
    border: 3px solid #ffffff;
    background: none; }
    .cta-banner .fw-cta:hover {
      background: #ffffff;
      color: #3a9c2c; }

.gform_body {
  padding: 15px;
  background: #efefef;
  border-radius: 10px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25); }

.emph, .section-header-wrap p, .page-intro p {
  font-weight: 600; }

.product-grid-module .pm-wrap {
  width: 97%;
  background-color: #ffffff;
  border-bottom: 1px solid #f6f6f6;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }
  .product-grid-module .pm-wrap:hover {
    border-bottom: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  @media (min-width: 40em) {
    .product-grid-module .pm-wrap {
      width: 48%; } }
  @media (min-width: 60em) {
    .product-grid-module .pm-wrap {
      width: 24%; } }
  @media (min-width: 80em) {
    .product-grid-module .pm-wrap {
      width: 25%; } }

.product-grid-module .pm-image {
  margin-top: 0px;
  z-index: -1; }

.recent-news-module {
  width: 100%;
  background-color: #ffffff;
  border-bottom: solid 1px #f6f6f6; }

.rnm-wrap {
  width: 100%;
  display: table; }

.rbm-item {
  max-width: 23.4375em;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.25em; }
  @media (min-width: 60em) {
    .rbm-item {
      max-width: inherit;
      width: 33.33%;
      float: left;
      margin: 0;
      padding: 0 1.5625em; } }

.rbm-title {
  font-size: 1.25em;
  margin-top: 0.625em; }

.rnm-wrapper {
  width: 100%;
  display: table; }

.rnm-wrapper time {
  font-size: 1.0625em;
  color: #3a9c2c;
  background-image: url(img/clock.svg);
  background-size: 1.0588235294em 0.9411764706em;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
  padding-left: 1.1764705882em;
  font-weight: 500; }

.rnm-link {
  font-size: 1.0625em;
  color: #3a9c2c;
  background-image: url(img/read-more.svg);
  background-size: 0.9411764706em 0.8235294118em;
  background-repeat: no-repeat;
  background-position: left center;
  float: right;
  padding-left: 1.1764705882em;
  font-weight: 500;
  text-decoration: none; }
  .rnm-link:hover {
    color: #f05907;
    background-image: url(img/read-more-hover.svg);
    background-size: 0.9411764706em 0.8235294118em; }
  .rnm-link:focus {
    color: #3a9c2c;
    background-image: url(img/read-more.svg); }

.rnm-img img {
  max-width: 100%;
  display: block;
  margin-bottom: 0.9375em;
  max-height: 238px;
  width: auto;
  margin: 0 auto; }

.screen-reader-text {
  display: none; }

@media only screen and (max-width: 1330px) and (min-width: 1280px) {
  .vtm-center {
    padding-top: 4.375em; }
  a.vtm-title {
    font-size: 1.75em; } }

.sm-select-style select::-ms-expand, .select-style select::-ms-expand {
  display: none; }

.image-gallery-module .owl-item {
  max-height: 600px; }
  .image-gallery-module .owl-item img {
    width: auto !important;
    margin: 0 auto; }

@media (max-height: 46em) and (min-width: 60em) {
  .recent-news-module span.rnm-img {
    height: 200px;
    overflow: hidden;
    display: block; }
    .recent-news-module span.rnm-img img {
      height: 100%; } }

@media (min-width: 60em) {
  .recent-news-module span.rnm-img {
    height: 220px;
    overflow: hidden;
    display: block; }
    .recent-news-module span.rnm-img img {
      height: 100%; } }

@media (max-height: 46em) and (min-width: 60em) {
  .sm-search .input-style .search-submit {
    background-size: 16px !important;
    top: 1px; } }

@media (max-height: 46em) and (min-width: 60em) {
  .page-intro .pi-search .input-style .search-submit {
    background-size: 16px !important;
    top: 1px; } }

.site-intro {
  z-index: 0; }

.site-header {
  position: relative;
  z-index: 999; }

#skipToContent {
  position: fixed;
  z-index: 99;
  top: 10px;
  left: 10px;
  opacity: 0; }
  #skipToContent:focus {
    opacity: 1;
    z-index: 99999; }

.site-nav-container .site-nav a:focus:not(:hover):not(:active) {
  outline-offset: -2px; }

.site-nav-container .site-nav a.tse-remove-border:focus:not(:hover):not(:active) {
  outline: none;
  outline-offset: 0; }

.nonlink {
  cursor: default;
  pointer-events: none; }

.lightbox.tse-remove-border {
  outline: none !important; }
  .lightbox.tse-remove-border:focus {
    outline: none !important; }

.tse-remove-border {
  outline: none !important; }
  .tse-remove-border:focus {
    outline: none !important; }

.menu-item-has-children > a[href="#"] {
  cursor: text; }

img {
  height: auto; }

@media all and (-ms-high-contrast: none) {
  .sh-des-search {
    background-size: 26px auto; }
    .sh-des-search:hover, .sh-des-search:focus {
      background-size: 26px auto; } }
  @media all and (-ms-high-contrast: none) and (max-height: 46em) and (min-width: 60em) {
    .sh-des-search {
      background-size: 24px auto; }
      .sh-des-search:hover, .sh-des-search:focus {
        background-size: 24px auto; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sh-des-search {
    background-size: 26px auto; }
    .sh-des-search:hover, .sh-des-search:focus {
      background-size: 26px auto; } }
  @media screen and (-ms-high-contrast: active) and (max-height: 46em) and (min-width: 60em), (-ms-high-contrast: none) and (max-height: 46em) and (min-width: 60em) {
    .sh-des-search {
      background-size: 22px auto; }
      .sh-des-search:hover, .sh-des-search:focus {
        background-size: 22px auto; } }

@media (max-width: 639px) {
  .icon-rows-module .icon-right, .icon-rows-module .icon-left {
    order: 1;
    -ms-flex-order: 1;
    margin: 0 auto;
    text-align: center; }
  .testimonials .icon-rows-module .icon-left {
    order: 0;
    -ms-flex-order: 0; } }

.title {
  text-align: center; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.alignright {
  display: block;
  padding-bottom: 1.5em; }

.alignleft {
  display: block;
  padding-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

@media (min-width: 40em) {
  .alignright {
    display: block;
    float: right;
    padding-bottom: 1.5em;
    padding-left: 1.5em; }
  .alignleft {
    display: block;
    float: left;
    padding-bottom: 1.5em;
    padding-right: 1.5em; }
  .aligncenter {
    display: block;
    margin: 0 auto; } }

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

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

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

.clearboth {
  clear: both;
  display: block; }

.spacing-bottom {
  margin-bottom: 2em; }

.spacing-top {
  margin-top: 2em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts - Removed
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 125em;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 57%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  left: 10px; }

.flexslider:hover .flex-next {
  right: 10px; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  display: block;
  content: '';
  height: 2.5em;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url(img/ico-arrow-left.svg); }

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
  background-image: url(img/ico-arrow-right.svg); }

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
  opacity: .3;
  left: 10px; }

.flex-direction-nav .flex-next {
  opacity: .3;
  right: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
.tablesaw {
  border: 0;
  padding: 0; }

.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .3em .7em; }

.tablesaw thead tr:first-child th {
  padding-top: .3em;
  padding-bottom: .3em; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

.tablesaw-stack th {
  font-size: 0.875em; }
  @media (min-width: 60em) {
    .tablesaw-stack th {
      font-size: 1.25em; } }

.tablesaw-cell-label {
  font-size: 0.8125em;
  vertical-align: middle !important; }

.tablesaw-cell-content {
  font-size: 0.8125em; }
  @media (min-width: 60em) {
    .tablesaw-cell-content {
      font-size: 1em; } }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    width: 30%;
    display: inline-block; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    max-width: 67%;
    display: inline-block; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*** Slick Slider CSS ***/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*# sourceMappingURL=slick.min.css.map */
/* Flying focus */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  /*box-shadow: 0 0 2px 3px #78aeda, 0 0 2px #78aeda inset; border-radius: 2px;*/ }

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999; }

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */ }

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important; }

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px; } }

/* Anything HubSpot Related */
.hs-error-msgs {
  color: #C02F2F; }

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/
/*** Any Additional Thinkr Styles ***/
img.new-image-style {
	margin-left:50px;
}
.new-cta-btn {
	font-size: 1em;
    font-weight: 600;
    line-height: 1.2;
    border-radius: 30px;
    color: #ffffff;
    padding: 20px 25px;
    text-align: center;
    background: -moz-linear-gradient(left, #076c2c 1%, #78b737 100%);
    background: -webkit-linear-gradient(left, #076c2c 1%, #78b737 100%);
    background: linear-gradient(to right, #076c2c 1%, #78b737 100%);
    margin-top: 0.7647058824em;
    position: relative;
    left: -0.1764705882em;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 300px;
	max-width:100%;
}
.new-cta-btn img {
	margin-right:10px;
	height: 24px;
	width: auto;
}
@media screen and (max-width:772px) {
	img.new-image-style {
		margin-left:0;
		margin-right:0;
	}
}