@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption {
  padding: 0.25rem; }

.wp-caption img {
  max-width: 100%; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 48em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64.0625em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 85.375rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

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

.clearfix::after {
  clear: both; }

.alignleft {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px; }

.alignright {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px; }

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

.alignnone {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 85.375rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 85.375rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 85.375rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 85.375rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #121212; }
    .top-bar li > a, .top-bar ul li > a {
      color: #fff; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 48em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
@keyframes kenburns {
  0% {
    opacity: 1; }
  100% {
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-90px, -20px, 0px);
    animation-timing-function: ease-in;
    opacity: 1; } }

@keyframes logoToNavigation {
  0% {
    position: fixed;
    top: inherit;
    left: inherit; }
  100% {
    top: 5px;
    left: 10px; } }

@keyframes homeGradientGrow {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes homeGradientGrowOut {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #e1e1e1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes menuGradientGrow {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes menuGradientGrowOut {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #255300 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes footerGradientGrow {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes footerGradientGrowOut {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, #c8ac00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

/* Global SCSS */
.nopadding {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.hide_me_on_initial {
  display: none; }

.clear {
  clear: both; }

.intro {
  height: 0px !important;
  display: none; }

/* Desktop Only */
#products_section .prod_desc a {
  font-weight: 400 !important; }

.logoToNavigation {
  animation: logoToNavigation 3s; }

.hero_image {
  margin-top: 78px;
  background-position: center 78px !important; }

#navigation {
  position: fixed;
  background: #2e6800;
  width: 100%;
  z-index: 99999;
  display: none;
  transition: all 1s ease; }
  #navigation > .row > .columns {
    line-height: 74px;
    vertical-align: middle; }
  #navigation .top_nav_logo {
    position: relative;
    line-height: 74px; }
    #navigation .top_nav_logo > a {
      display: inline-block;
      vertical-align: middle;
      float: left; }
    #navigation .top_nav_logo span {
      color: #fff;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 300;
      position: relative;
      vertical-align: middle; }
    #navigation .top_nav_logo .topbar_menu {
      color: #fefefe;
      font-weight: 300;
      float: left;
      display: none;
      vertical-align: middle;
      line-height: 74px; }
      #navigation .top_nav_logo .topbar_menu p {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        font-weight: 300;
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px;
        vertical-align: middle; }
      #navigation .top_nav_logo .topbar_menu #menu-topbar-menu {
        display: inline-block;
        vertical-align: middle;
        line-height: 74px; }
        #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li {
          border-right: #fefefe solid 2px;
          vertical-align: middle; }
          #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li a {
            color: #fefefe;
            font-weight: 300;
            font-family: Roboto, Arial, sans-serif;
            letter-spacing: -1px;
            transition: 0.5s; }
          #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li a:hover {
            color: #FFD700; }
        #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li:first-child a {
          padding-left: 0px; }
        #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li:last-child {
          border: none; }
  #navigation .top_nav_slogan, #navigation .search_icon, #navigation .menu_icon, #navigation .close_menu, #navigation .close_menu_icon {
    float: right;
    position: relative;
    vertical-align: middle;
    font-weight: 300; }
  #navigation .menu_icon .fa {
    color: #fff;
    line-height: 36px;
    vertical-align: middle;
    padding-bottom: 15px; }
  #navigation .menu_icon .fa::after {
    content: 'MENU';
    display: block;
    font-size: 14px;
    position: absolute;
    top: 39px;
    font-family: Roboto, Arial, sans-serif; }
  #navigation .search_icon .fa {
    color: #fff;
    vertical-align: middle; }
  #navigation .close_menu_icon .fa {
    color: #fff;
    line-height: 36px;
    display: none;
    vertical-align: middle; }
  #navigation .close_menu {
    color: #fefefe;
    font-family: Roboto, Arial, sans-serif;
    letter-spacing: -1px;
    display: none;
    vertical-align: middle; }
  #navigation .top_nav_slogan {
    vertical-align: middle;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300; }
    #navigation .top_nav_slogan span {
      font-size: 20px;
      position: relative;
      top: -10px; }
  #navigation .main_menu {
    width: 100%;
    height: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 999999999;
    margin-top: 30px;
    box-shadow: inset 0 0 0 5000px #2e6800;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 0px !important; }
    #navigation .main_menu .menu_left {
      position: relative;
      overflow: hidden; }
      #navigation .main_menu .menu_left .main_menu_item {
        display: none;
        position: relative;
        left: 110%; }
      #navigation .main_menu .menu_left .main_menu_item.active {
        display: block; }
      #navigation .main_menu .menu_left .row .columns .column_left {
        display: inline-block; }
      #navigation .main_menu .menu_left .row .columns .column_right {
        display: inline-block; }
      #navigation .main_menu .menu_left .row .columns .label {
        color: #fefefe;
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 400; }
        #navigation .main_menu .menu_left .row .columns .label a {
          font-weight: 400; }
      #navigation .main_menu .menu_left .row .columns a {
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px;
        color: #fefefe;
        display: block;
        transition: 0.5s;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 300; }
      #navigation .main_menu .menu_left .row .columns a:hover {
        color: #FFD700;
        transition: 0.5s; }
      #navigation .main_menu .menu_left .row .columns button {
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px;
        border: #fefefe solid 3px;
        color: #fefefe;
        transition: 0.5s;
        animation: menuGradientGrowOut .25s;
        display: block; }
      #navigation .main_menu .menu_left .row .columns button:hover {
        color: #FFD700;
        transition: 0.5s;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(37, 83, 0, 0.85) 100%);
        animation: menuGradientGrow .25s; }
    #navigation .main_menu .menu_right {
      position: relative;
      z-index: 99999; }
      #navigation .main_menu .menu_right .menu_wrap {
        margin: 0px auto; }
        #navigation .main_menu .menu_right .menu_wrap .search {
          width: 100%;
          margin-bottom: 20px; }
          #navigation .main_menu .menu_right .menu_wrap .search input[type="text"] {
            width: 100%;
            height: 60px;
            padding: 0px 20px;
            font-size: 27px;
            line-height: 60px;
            color: #000000;
            font-weight: 300; }
          #navigation .main_menu .menu_right .menu_wrap .search input[type="text"]:-ms-input-placeholder {
            color: #000000; }
          #navigation .main_menu .menu_right .menu_wrap .search input[type="text"]::placeholder {
            color: #000000; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr:nth-child(1) {
          border: #FFD700 4px solid; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr:nth-child(2) {
          border: #24811E 4px solid; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr:nth-child(3) {
          border: #0083D0 4px solid; }
        #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu {
          display: block; }
          #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li {
            display: block;
            position: relative; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a {
              color: #fefefe;
              font-family: Roboto, Arial, sans-serif;
              letter-spacing: -1px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3);
              transition: 0.5s;
              position: relative; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a:hover {
              color: #FFD700;
              transition: 0.5s; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li .arrow {
              width: 100%;
              height: 50px;
              position: absolute;
              left: 0px;
              top: 0px;
              z-index: 3;
              display: block;
              cursor: pointer; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li .arrow.active {
              width: 35px; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a:before {
              font-family: 'FontAwesome';
              content: '\f0d9';
              font-size: 25px;
              position: absolute;
              top: 50%;
              left: 15px;
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
              color: #ffffff;
              z-index: 2; }
            #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li .arrow:hover + a, #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li .arrow:hover + a:before {
              color: #FFD700;
              transition: 0.5s; }
        #navigation .main_menu .menu_right .menu_wrap .site_nav {
          margin-top: 20px; }
          #navigation .main_menu .menu_right .menu_wrap .site_nav p {
            color: #fefefe;
            font-family: Roboto, Arial, sans-serif;
            letter-spacing: -1px; }
          #navigation .main_menu .menu_right .menu_wrap .site_nav .fa {
            color: #729957; }
          #navigation .main_menu .menu_right .menu_wrap .site_nav .quick_link {
            color: #fefefe;
            display: block;
            font-family: Roboto, Arial, sans-serif;
            letter-spacing: -1px;
            transition: 0.5s; }
          #navigation .main_menu .menu_right .menu_wrap .site_nav .quick_link:hover {
            color: #FFD700; }

body.page #navigation, body.single #navigation {
  display: block; }

.kenBurns {
  animation: kenburns 20s 1; }

#logo {
  position: absolute;
  top: -50%;
  margin-top: 10%;
  z-index: 1;
  left: -50%;
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
  width: 100%;
  height: 100%; }
  #logo img {
    margin: 0 auto;
    display: block; }

#slogan {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 100;
  font-size: 45px;
  color: #fff; }

#slider {
  height: 100vh;
  position: relative; }
  #slider .slider {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    #slider .slider .slick-track, #slider .slider .slick-list {
      height: 100%; }
    #slider .slider .slide {
      overflow: hidden;
      height: 100%; }
    #slider .slider .slide-image {
      overflow: hidden;
      background-attachment: fixed !important;
      position: relative;
      z-index: 1;
      background-size: cover !important;
      width: 100%;
      height: 100%; }
    #slider .slider .slide-caption {
      position: absolute;
      top: 0;
      color: #fff;
      z-index: 3;
      width: 100%;
      display: block;
      font-weight: 100;
      text-align: center; }
  #slider .green-overlay {
    position: relative;
    top: -100%;
    left: 0;
    background: rgba(46, 104, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2; }

#products_section {
  padding-bottom: 70px;
  position: relative;
  z-index: 12;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(17%, white), color-stop(86%, white), color-stop(100%, #dddddd));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 16%, white 86%, #dddddd 100%); }
  #products_section .product_footer {
    margin-top: 55px; }
    #products_section .product_footer .columns {
      padding-right: 25px; }
    #products_section .product_footer .columns a:hover span {
      transition: .25s all ease;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,a889ff+100&0.01+0,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #e1e1e1 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      animation: homeGradientGrow .25s;
      transition: .25s all ease; }
    #products_section .product_footer .columns a span {
      transition: .25s all ease;
      animation: homeGradientGrowOut .25s; }
  #products_section .prod_image img {
    margin: 0 auto;
    display: block; }
  #products_section .prod_title {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    color: #000;
    font-size: 35px;
    margin-bottom: 35px; }
  #products_section .prod_desc {
    font-size: 21px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    color: #000;
    line-height: 1.45; }
  #products_section .product_footer_button_1, #products_section .product_footer_button_2, #products_section .product_footer_button_3 {
    background: #fff;
    font-size: 35px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    box-shadow: 0px 0px 0px 3px #AAAAAA;
    padding: 15px 30px;
    text-align: center;
    display: block;
    color: #000; }
  #products_section .product_footer_button_1 {
    border-bottom: 3px solid #FFD700; }
  #products_section .product_footer_button_2 {
    border-bottom: 3px solid #24811E; }
  #products_section .product_footer_button_3 {
    border-bottom: 3px solid #0083D0; }

.single #products_section {
  padding: 70px 0px;
  /*background: linear-gradient(#e4e4e4, #ffffff);
		background: -webkit-linear-gradient(#e4e4e4, #ffffff);
    background: -o-linear-gradient(#e4e4e4, #ffffff);
    background: -moz-linear-gradient(#e4e4e4, #ffffff);
    background: linear-gradient(#e4e4e4, #ffffff);*/ }
  .single #products_section .prod_title a {
    border: none; }
  .single #products_section .prod_title a:hover {
    border-bottom: 1px solid #000; }
  .single #products_section .prod_desc a {
    display: block;
    padding: 18px 30px;
    background: #fff;
    font-size: 25px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
    box-shadow: 0px 0px 0px 3px #AAAAAA;
    text-align: center;
    color: #000;
    transition: .25s all ease;
    animation: homeGradientGrowOut .25s;
    width: 270px;
    text-transform: uppercase;
    margin-top: 40px; }
    .single #products_section .prod_desc a i {
      display: none; }
  .single #products_section .prod_desc a:hover {
    transition: .25s all ease;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
    animation: homeGradientGrow .25s;
    transition: .25s all ease; }

.section_navigation {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 999; }
  .section_navigation .nav_buttons {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section_navigation .nav_buttons {
        display: none; } }
    .section_navigation .nav_buttons a {
      border: 1px solid #fefefe;
      border-radius: 100%;
      height: 40px;
      width: 40px;
      padding: 30px;
      font-size: 60px;
      display: block;
      position: relative;
      text-align: right;
      box-shadow: 0px 0px 11px -3px #666; }
    .section_navigation .nav_buttons > a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #efefef transparent transparent;
      border-top-style: solid;
      position: absolute; }
    .section_navigation .nav_buttons a:first-child {
      top: 10px; }
    .section_navigation .nav_buttons a:first-child::after {
      top: 21%;
      left: 17%;
      border-top-width: 0px;
      border-left-width: 20px;
      border-bottom-width: 30px;
      border-right-width: 20px;
      border-bottom-color: #efefef; }
    .section_navigation .nav_buttons a:first-child:before {
      content: '';
      display: block;
      position: absolute;
      border: inset 5px;
      border-color: #efefef transparent transparent;
      top: 19%;
      left: 11%;
      border-top-width: 0px;
      border-left-width: 23px;
      border-bottom-width: 33px;
      border-right-width: 23px;
      border-bottom-color: #efefef;
      border-top-color: transparent; }
    .section_navigation .nav_buttons a:nth-child(2)::after {
      top: 30%;
      left: 17%;
      border-top-width: 30px;
      border-left-width: 20px;
      border-bottom-width: 0px;
      border-right-width: 20px;
      border-bottom-color: #efefef; }
  .section_navigation .sec_nav {
    background: rgba(103, 171, 83, 0.9);
    padding: 15px 20px 25px 20px;
    position: fixed;
    right: 40px;
    bottom: 200px;
    z-index: 9999;
    width: 190px;
    display: none; }
    .section_navigation .sec_nav ul {
      list-style-type: none;
      margin: 0px; }
      .section_navigation .sec_nav ul li {
        display: block;
        list-style-type: none;
        padding: 8px 0px 4px 0px; }
        .section_navigation .sec_nav ul li a {
          color: #fefefe;
          font-size: 22px;
          padding: 0px 0px 0px 15px;
          border-left: solid 1px #fefefe;
          font-family: Roboto, Arial, sans-serif;
          letter-spacing: -1px;
          font-weight: 100;
          line-height: 10px;
          border-radius: 0;
          border-top: none;
          border-right: none;
          border-bottom: none;
          width: 100%;
          height: 15px;
          text-align: left;
          margin: 3px 0; }
        .section_navigation .sec_nav ul li a:hover {
          color: #FFD700;
          background: url("../../images/circle-left.png") no-repeat;
          background-size: 7px;
          background-position: 0px 2px;
          border: none; }
        .section_navigation .sec_nav ul li a::after {
          border: none; }

.buyNowMenu button {
  color: #FFD700 !important; }

.sfm-navicon-button {
  display: none; }

#mobile_topbar {
  display: none;
  background-color: #2e6800;
  width: 100%;
  position: fixed;
  height: 72px;
  z-index: 1000; }

#mobile_menu {
  width: 100%; }

@media only screen and (min-width: 1366px) {
  #navigation .top_nav_logo span {
    font-size: 32px;
    margin-left: 45px; }
  #navigation .top_nav_logo .topbar_menu p {
    padding-left: 20px;
    font-size: 26px; }
  #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li {
    padding-top: 0px; }
    #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li a {
      font-size: 26px;
      padding: 0px 10px 0px 10px;
      line-height: 20px; }
  #navigation .menu_icon .fa {
    font-size: 45px;
    margin-left: 25px; }
  #navigation .search_icon .fa {
    margin-left: 35px;
    font-size: 25px; }
  #navigation .close_menu_icon .fa {
    font-size: 45px;
    margin-left: 25px; }
  #navigation .close_menu {
    font-size: 26px;
    vertical-align: bottom; }
  #navigation .top_nav_slogan {
    font-size: 32px; }
  #navigation .main_menu .large-1 {
    height: 1px;
    width: 7.5% !important; }
  #navigation .main_menu .menu_left .row {
    margin-top: 70px; }
    #navigation .main_menu .menu_left .row .columns {
      padding: 0px !important; }
      #navigation .main_menu .menu_left .row .columns .column_left {
        width: 20%;
        height: 1000px; }
      #navigation .main_menu .menu_left .row .columns .column_right {
        width: 80%; }
      #navigation .main_menu .menu_left .row .columns .label {
        font-size: 27px;
        padding-bottom: 20px; }
        #navigation .main_menu .menu_left .row .columns .label a {
          font-size: 27px; }
      #navigation .main_menu .menu_left .row .columns .label:nth-child(2), #navigation .main_menu .menu_left .row .columns .label:nth-child(3), #navigation .main_menu .menu_left .row .columns .label:nth-child(4), #navigation .main_menu .menu_left .row .columns .label:nth-child(5) {
        padding-top: 20px; }
      #navigation .main_menu .menu_left .row .columns a {
        font-size: 21px; }
      #navigation .main_menu .menu_left .row .columns button {
        font-size: 20px;
        width: 80%;
        padding: 0px 0px;
        margin-bottom: 10px; }
        #navigation .main_menu .menu_left .row .columns button a {
          padding: 15px 0px; }
  #navigation .main_menu .menu_right {
    padding: 0px !important;
    margin-top: 70px; }
    #navigation .main_menu .menu_right .menu_wrap {
      width: 70%; }
      #navigation .main_menu .menu_right .menu_wrap .hr_wrap {
        margin-top: 30px;
        margin-bottom: 20px;
        height: 10px; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr {
          width: 30.2%;
          float: left;
          margin: 0px;
          padding: 0px;
          clear: none;
          height: 0px; }
      #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a {
        padding: 10px 40px;
        font-size: 29px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav p {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        padding-left: 42px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .fa {
        font-size: 21px;
        width: 14%;
        float: left;
        padding-top: 15px;
        padding-left: 2px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .quick_link {
        font-size: 29px;
        font-weight: 400;
        width: 86%;
        float: left; }
  #slider .slider .slide-caption {
    margin-top: 45%;
    font-size: 21px; } }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  #navigation .top_nav_logo span {
    font-size: 27px;
    margin-left: 25px; }
  #navigation .top_nav_logo .topbar_menu {
    width: initial !important; }
    #navigation .top_nav_logo .topbar_menu p {
      padding-left: 17px;
      font-size: 19px;
      padding-right: 3px; }
    #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li {
      padding-top: 0px; }
      #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li a {
        font-size: 18px;
        padding: 0px 10px 0px 10px;
        line-height: 19px; }
  #navigation .menu_icon .fa {
    font-size: 45px;
    margin-left: 25px; }
  #navigation .search_icon .fa {
    margin-left: 35px;
    font-size: 25px; }
  #navigation .close_menu_icon .fa {
    font-size: 45px;
    margin-left: 25px; }
  #navigation .close_menu {
    font-size: 26px;
    vertical-align: bottom; }
  #navigation .top_nav_slogan {
    font-size: 27px; }
  #navigation .main_menu .large-1 {
    height: 1px;
    width: 7.5% !important; }
  #navigation .main_menu .menu_left .row {
    margin-top: 70px; }
    #navigation .main_menu .menu_left .row .columns {
      padding: 0px !important; }
      #navigation .main_menu .menu_left .row .columns .column_left {
        width: 20%;
        height: 1000px; }
      #navigation .main_menu .menu_left .row .columns .column_right {
        width: 80%; }
      #navigation .main_menu .menu_left .row .columns .label {
        font-size: 27px;
        padding-bottom: 20px; }
        #navigation .main_menu .menu_left .row .columns .label a {
          font-size: 27px; }
      #navigation .main_menu .menu_left .row .columns .label:nth-child(2), #navigation .main_menu .menu_left .row .columns .label:nth-child(3), #navigation .main_menu .menu_left .row .columns .label:nth-child(4), #navigation .main_menu .menu_left .row .columns .label:nth-child(5) {
        padding-top: 20px; }
      #navigation .main_menu .menu_left .row .columns a {
        font-size: 21px; }
      #navigation .main_menu .menu_left .row .columns button {
        font-size: 20px;
        width: 80%;
        padding: 0px 0px;
        margin-bottom: 10px;
        display: block; }
        #navigation .main_menu .menu_left .row .columns button a {
          padding: 15px 0px; }
  #navigation .main_menu .menu_right {
    padding: 0px !important;
    margin-top: 70px; }
    #navigation .main_menu .menu_right .menu_wrap {
      width: 70%; }
      #navigation .main_menu .menu_right .menu_wrap .hr_wrap {
        margin-top: 30px;
        margin-bottom: 20px;
        height: 10px; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr {
          width: 29.9%;
          float: left;
          margin: 0px;
          padding: 0px;
          clear: none;
          height: 0px; }
      #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a {
        padding: 10px 40px;
        font-size: 29px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav p {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        padding-left: 42px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .fa {
        font-size: 21px;
        width: 14%;
        float: left;
        padding-top: 18px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .quick_link {
        font-size: 29px;
        font-weight: 400;
        width: 86%;
        float: left; }
  #slider .slider .slide-caption {
    margin-top: 55%;
    font-size: 21px;
    padding: 0px 30px;
    transition: 0.5s; }
  #products_section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 6%, white 226%, #dddddd 203%); }
    #products_section .product_footer_button_1, #products_section .product_footer_button_2, #products_section .product_footer_button_3 {
      font-size: 27px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #navigation .top_nav_logo span {
    display: block;
    left: 0;
    font-size: 18px;
    text-align: center; }
  #navigation .top_nav_logo .topbar_menu {
    text-align: center;
    margin: 0 auto;
    float: left;
    position: absolute;
    width: 430px !important;
    left: 140px; }
    #navigation .top_nav_logo .topbar_menu p {
      font-size: 19px;
      padding-right: 3px; }
    #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li {
      padding-top: 0px; }
      #navigation .top_nav_logo .topbar_menu #menu-topbar-menu li a {
        font-size: 18px;
        padding: 0px 10px 0px 10px;
        line-height: 19px; }
  #navigation .top_nav_slogan {
    display: block;
    float: right;
    font-size: 29px;
    padding-right: 110px; }
  #navigation .search_icon {
    position: absolute;
    right: 80px;
    z-index: 2; }
  #navigation .menu_icon {
    position: absolute;
    right: 20px;
    z-index: 2; }
  #navigation .close_menu_icon {
    z-index: 2; }
  #navigation .close_menu {
    position: absolute;
    right: 80px;
    font-size: 26px;
    z-index: 2; }
  #navigation .menu_icon .fa {
    font-size: 45px;
    margin-left: 25px;
    position: relative; }
  #navigation .search_icon .fa {
    margin-left: 35px;
    font-size: 25px; }
  #navigation .close_menu_icon .fa {
    font-size: 45px;
    margin-left: 25px; }
  #navigation .main_menu .large-1 {
    height: 1px;
    width: 14px !important;
    padding: 0px !important; }
  #navigation .main_menu .menu_left .row {
    margin-top: 70px; }
    #navigation .main_menu .menu_left .row .columns {
      padding: 0px !important; }
      #navigation .main_menu .menu_left .row .columns .column_left {
        width: 20%;
        height: 1000px; }
      #navigation .main_menu .menu_left .row .columns .column_right {
        width: 80%; }
      #navigation .main_menu .menu_left .row .columns .label {
        font-size: 23px;
        padding-bottom: 10px; }
        #navigation .main_menu .menu_left .row .columns .label a {
          font-size: 23px; }
      #navigation .main_menu .menu_left .row .columns .label:nth-child(2), #navigation .main_menu .menu_left .row .columns .label:nth-child(3), #navigation .main_menu .menu_left .row .columns .label:nth-child(4), #navigation .main_menu .menu_left .row .columns .label:nth-child(5) {
        padding-top: 10px; }
      #navigation .main_menu .menu_left .row .columns a {
        font-size: 19px; }
      #navigation .main_menu .menu_left .row .columns button {
        font-size: 20px;
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 10px;
        display: block; }
        #navigation .main_menu .menu_left .row .columns button a {
          padding: 15px 0px; }
  #navigation .main_menu .menu_right {
    padding: 0px !important;
    margin-top: 70px; }
    #navigation .main_menu .menu_right .menu_wrap {
      width: 100%;
      padding-right: 14px; }
      #navigation .main_menu .menu_right .menu_wrap .hr_wrap {
        margin-top: 30px;
        margin-bottom: 20px;
        height: 10px; }
        #navigation .main_menu .menu_right .menu_wrap .hr_wrap hr {
          width: 30%;
          float: left;
          margin: 0px;
          padding: 0px;
          clear: none;
          height: 0px; }
      #navigation .main_menu .menu_right .menu_wrap .main_nav #menu-main-menu li a {
        padding: 10px 40px;
        font-size: 29px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav p {
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        padding-left: 42px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .fa {
        font-size: 21px;
        width: 14%;
        float: left;
        padding-top: 18px; }
      #navigation .main_menu .menu_right .menu_wrap .site_nav .quick_link {
        font-size: 26px;
        font-weight: 400;
        width: 86%;
        float: left;
        padding-top: 5px; }
  #slider .slider .slide-caption {
    margin-top: 95%;
    font-size: 21px;
    padding: 0px 30px;
    transition: 0.5s; }
  #products_section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 6%, white 226%, #dddddd 203%); }
    #products_section .product_footer_button_1, #products_section .product_footer_button_2, #products_section .product_footer_button_3 {
      font-size: 27px; }
  #logo {
    margin-top: 20%; } }

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #navigation .top_nav_logo span {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .close_menu {
    display: none !important; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .product_footer .medium-4 {
    padding-bottom: 20px; }
  #navigation {
    display: none !important; }
    #navigation .top_nav_logo {
      padding-bottom: 20px; }
      #navigation .top_nav_logo img {
        float: none;
        margin: 0 auto 7px auto;
        display: block; }
      #navigation .top_nav_logo span {
        display: block;
        left: 0;
        font-size: 18px;
        text-align: center; }
      #navigation .top_nav_logo .topbar_menu {
        text-align: center;
        margin: 0 auto;
        float: none;
        margin-top: 10px; }
    #navigation .top_nav_slogan {
      display: block;
      float: none;
      font-size: 29px;
      text-align: center;
      margin: 15px 0 30px 0;
      display: none !important; }
    #navigation .search_icon {
      position: absolute;
      right: 80px;
      top: 25px; }
    #navigation .menu_icon, #navigation .close_menu_icon {
      position: absolute;
      right: 20px;
      top: 15px; }
    #navigation .close_menu {
      position: absolute;
      right: 80px;
      top: 05px; }
  #logo {
    margin-top: 20%; }
  #slider #logo img {
    width: 90%; }
  #slider #slogan {
    font-size: 32px; }
  #slider .slider .slide-caption {
    margin-top: 100%;
    font-size: 21px;
    padding: 0px 30px;
    transition: 0.5s; }
  .superfly-on #sfm-mob-navbar {
    height: 72px !important;
    padding: 3px 0px !important; }
  .sfm-pos-right #sfm-mob-navbar .sfm-navicon-button {
    top: 5px !important; }
  .sfm-navicon-button {
    display: block; } }

@media only screen and (max-width: 767px) and (min-width: 600px) {
  .home .slider .logo {
    margin-top: 30px !important; }
    .home .slider .logo img {
      width: 50% !important; }
  .home .slider #slogan {
    margin-top: 10px !important; } }

@keyframes gradientGrow {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+.8500&0.0.85+0,.85+.8500 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@keyframes gradientGrowOut {
  0% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  25% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  50% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  75% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  100% {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 100%, rgba(70, 70, 70, 0.85) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

.su-expand-link.su-expand-link-more a span, .su-expand-link.su-expand-link-less a span {
  text-decoration: none;
  border-bottom: 1px solid #000000;
  transition: 0.4s; }

.su-expand-link.su-expand-link-more a:hover span, .su-expand-link.su-expand-link-less a:hover span {
  border-bottom: 1px solid #24811E !important;
  color: #24811E !important; }

.parallax_me, .parallax_me_bottom, .parallax_me_center {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative; }

.breadcrumbs a {
  border: none !important; }

.breadcrumbs a:hover {
  border-bottom: 1px solid #24811E !important; }

h2, h3, h4, h5, h6 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300; }

.more_padding_right_images {
  padding: 10px 20px 10px 0px; }

/* Ingrediants List Styles */
.ingrediants_list h3 {
  margin-bottom: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300 !important;
  font-size: 1.5625rem !important; }

.ingrediants_list h3 + p {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }
  .ingrediants_list h3 + p img {
    text-align: center;
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.digestive_conditioning_links {
  margin-bottom: 80px; }
  .digestive_conditioning_links span {
    display: inline-block;
    border-right: 1px solid #000000;
    padding: 0px 20px;
    line-height: 18px; }
  .digestive_conditioning_links span:first-child {
    padding-left: 0px !important; }
  .digestive_conditioning_links span:last-child {
    border-right: none; }

/* Search Page Styles */
.search_wrap {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 100;
  font-size: 21px; }
  .search_wrap .large-12 > .row {
    margin-bottom: 50px;
    padding: 0px 15px; }
  .search_wrap .icon {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    text-align: center; }
    .search_wrap .icon a {
      font-size: 72px;
      text-decoration: none;
      transition: 0.4s;
      color: #0083D0;
      border: none !important; }
    .search_wrap .icon a:hover {
      color: #24811E; }
  .search_wrap .search_content {
    margin-bottom: 0px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-right: 40px; }
    .search_wrap .search_content h2 {
      margin-top: 0px;
      margin-bottom: 10px;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 300;
      font-size: 32px; }
      .search_wrap .search_content h2 a {
        border: none !important; }
      .search_wrap .search_content h2 a:hover {
        border-bottom: 1px solid #000000; }
    .search_wrap .search_content p {
      margin: 0px !important; }
  .search_wrap .search_learn {
    margin-bottom: 0px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    width: 19%; }
    .search_wrap .search_learn a {
      padding: 20px 40px !important;
      font-size: 27px !important;
      border: none;
      animation: homeGradientGrowOut .25s;
      transition: 0.25s all ease; }
    .search_wrap .search_learn a:hover {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
      animation: homeGradientGrow .25s;
      transition: .25s all ease; }

.container article {
  padding-left: 3.9375rem;
  padding-right: 3.9375rem; }

@media only screen and (max-width: 1150px) and (min-width: 955px) {
  .search_wrap .search_learn {
    width: 23%;
    transition: 0.4s; }
  .search_wrap .search_content {
    width: 66%; }
  .search_wrap .icon {
    text-align: left; } }

@media only screen and (max-width: 954px) and (min-width: 768px) {
  .search_wrap .search_learn {
    width: 21%;
    transition: 0.4s; }
  .search_wrap .search_content {
    width: 67%; }
  .search_wrap .icon {
    text-align: left; }
    .search_wrap .icon a {
      font-size: 72px; } }

@media only screen and (max-width: 767px) {
  .search_wrap .search_learn {
    width: 100%;
    transition: 0.4s; }
  .search_wrap .search_content {
    width: 100%;
    transition: 0.4s;
    padding-bottom: 30px; }
  .search_wrap .icon {
    width: 100%;
    text-align: center;
    font-size: 72px;
    transition: 0.4s; }
    .search_wrap .icon a {
      font-size: 72px;
      transition: 0.4s; } }

#searchform .small-8 input {
  width: 100%;
  height: 50px;
  line-height: 40px;
  padding: 5px 30px;
  font-size: 21px;
  font-weight: 300;
  font-family: Roboto, Arial, sans-serif; }

#searchform .small-4 input {
  height: 50px;
  line-height: 40px;
  padding: 5px 30px;
  color: #ffffff;
  border: none;
  background: #0083D0;
  transition: 0.4s;
  font-size: 21px;
  font-weight: 300;
  font-family: Roboto, Arial, sans-serif; }

#searchform .small-4 input:hover {
  background: #24811E; }

/* Product Labeling Guaranted Analysis */
.product_labeling h2 {
  float: left;
  margin: 0px !important;
  padding-bottom: 60px; }

.product_labeling h2 + p {
  float: right;
  padding-bottom: 60px;
  padding-top: 11px !important; }

.product_labeling .row .large-8.medium-12 div {
  width: 33.3333%;
  float: left; }
  .product_labeling .row .large-8.medium-12 div br {
    display: none; }
  .product_labeling .row .large-8.medium-12 div h4 {
    padding-left: 15%; }

.page-id-6816 .su-column-size-1-4.th, .page-id-6816 .su-column-size-3-4.th {
  background: none !important;
  font-weight: 400; }

.page-id-6816 .col-table {
  border: none !important; }
  .page-id-6816 .col-table .su-row .not-th:last-child {
    border-right: none !important; }
  .page-id-6816 .col-table .q3 .not-th, .page-id-6816 .col-table .q5 .not-th, .page-id-6816 .col-table .q9 .not-th {
    border-bottom: none !important; }
  .page-id-6816 .col-table .q1, .page-id-6816 .col-table .q2, .page-id-6816 .col-table .q4, .page-id-6816 .col-table .q6, .page-id-6816 .col-table .q7, .page-id-6816 .col-table .q8, .page-id-6816 .col-table .q9 {
    border-bottom: 1px solid #bdbdbd !important; }

.error404 {
  background: url(../../images/horse-fence-404.jpg);
  background-size: cover !important; }
  .error404 .main-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 50px;
    width: 80%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    max-width: 1366px; }
    .error404 .main-content h3 {
      font-size: 40px;
      font-weight: 100; }
    .error404 .main-content h4 {
      font-size: 30px;
      font-weight: 100; }

@media only screen and (max-width: 767px) {
  .product_labeling .row .large-8.medium-12 div {
    width: 100% !important; }
    .product_labeling .row .large-8.medium-12 div h4 {
      padding-left: 0px;
      font-size: 24px; } }

/* Product Options Page */
.dig-pro h2 {
  font-weight: 100 !important; }

/* Product Options Section */
.product_options_bg {
  background: #dddddd;
  background: linear-gradient(#dddddd, #ffffff), #ffffff;
  background-size: 340px, cover;
  background-repeat: repeat-x !important;
  width: 100%;
  left: 0px;
  padding-top: 60px; }
  .product_options_bg .row {
    max-width: 1336px;
    margin: 0px auto !important; }
    .product_options_bg .row h2 {
      text-align: center;
      font-size: 60px !important;
      font-weight: 100; }
    .product_options_bg .row p {
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100;
      font-size: 21px; }
    .product_options_bg .row .bttn {
      margin-top: 50px; }
    .product_options_bg .row .large-5 {
      padding-top: 110px !important; }
      .product_options_bg .row .large-5 .bttn {
        width: 80%; }
    .product_options_bg .row .large-7 {
      padding-top: 20px !important; }

@media only screen and (min-width: 1366px) {
  .product_options_bg .row .large-5, .product_options_bg .row .large-7 {
    padding: 0px; } }

@media only screen and (max-width: 1200px) {
  .product_options_bg .row .large-5 .bttn {
    width: 100%; } }

/* Tools and Resources Block */
.tools_blocks .su-column-size-1-2 {
  width: 50% !important;
  padding: 0px 17px;
  float: left !important; }

.tools_blocks .su-row .su-column:first-child {
  padding-left: 0px; }

.tools_blocks .su-row .su-column:nth-child(2) {
  padding-right: 0px;
  margin-left: 0px !important; }

.tools_blocks .su-column-size-1-1 {
  clear: both; }

.tools_blocks div {
  color: #ffffff; }
  .tools_blocks div h2 {
    color: #ffffff;
    font-size: 42px !important;
    font-weight: 100; }
  .tools_blocks div a {
    padding: 15px 25px;
    border: 2px solid #ffffff;
    display: inline-block;
    margin: 25px 20px 0px;
    transition: 0.4s;
    color: #ffffff;
    text-transform: uppercase; }
  .tools_blocks div a:hover {
    background: #ffffff; }

.tools_block_1 {
  background: #2895d8;
  text-align: center;
  padding: 40px;
  margin-bottom: 34px; }
  .tools_block_1 a:hover {
    color: #2895d8; }

.tools_block_2 {
  background: #c5c5c5;
  text-align: center;
  padding: 40px; }
  .tools_block_2 a:hover {
    color: #c5c5c5; }

.tools_block_3 {
  background: #4f8027;
  padding: 30px;
  margin-top: 34px !important; }
  .tools_block_3 a:hover {
    color: #4f8027; }
  .tools_block_3 img, .tools_block_3 p, .tools_block_3 a, .tools_block_3 h2 {
    display: inline-block;
    margin: 0px !important;
    vertical-align: middle; }
  .tools_block_3 a {
    margin: 15px 0px !important; }
  .tools_block_3 h2 {
    padding-left: 20px; }
  .tools_block_3 p {
    padding-left: 20px; }

.tools_block_4 {
  background: #4f8027;
  text-align: center;
  padding: 40px;
  margin-bottom: 34px; }
  .tools_block_4 a:hover {
    color: #4f8027; }

.tools_block_5 {
  background: #e1ca26;
  text-align: center;
  padding: 40px; }
  .tools_block_5 a:hover {
    color: #e1ca26; }

@media only screen and (min-width: 1366px) {
  .tools_block_1, .tools_block_2, .tools_block_4, .tools_block_5 {
    height: 400px !important; } }

@media only screen and (max-width: 767px) {
  .tools_blocks .su-column-size-1-2 {
    width: 100% !important; }
  .tools_blocks .su-row .su-column:nth-child(2) {
    padding-left: 0px !important; }
  .tools_blocks .tools_block_3 {
    margin-top: 0px !important;
    text-align: center; }
    .tools_blocks .tools_block_3 img, .tools_blocks .tools_block_3 p, .tools_blocks .tools_block_3 a, .tools_blocks .tools_block_3 h2 {
      display: block;
      text-align: center;
      margin: inherit !important;
      float: none !important; }
    .tools_blocks .tools_block_3 img {
      margin: 0px auto !important; }
    .tools_blocks .tools_block_3 a {
      margin: 0px 0px !important; }
    .tools_blocks .tools_block_3 h2 {
      padding-left: 0px;
      margin-top: 20px !important; }
    .tools_blocks .tools_block_3 p {
      padding-left: 0px;
      margin-top: 10px !important; }
      .tools_blocks .tools_block_3 p a {
        display: inline-block !important;
        margin: 10px 30px 0px !important; } }

/* Serving Sizes shortcodes */
.serving_sizes {
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important; }
  .serving_sizes .serving_sections {
    width: 33.333333%;
    float: left; }
    .serving_sizes .serving_sections > h2 {
      display: inline-block; }
    .serving_sizes .serving_sections > span {
      display: inline-block;
      font-size: 16px;
      padding-left: 20px; }
    .serving_sizes .serving_sections > img {
      width: 100%; }
    .serving_sizes .serving_sections .circle {
      background: #53882D;
      border-radius: 100%;
      width: 145px;
      height: 145px;
      float: right;
      margin-right: 20px;
      margin-top: -130px;
      position: relative;
      z-index: 2; }
      .serving_sizes .serving_sections .circle span {
        text-align: center;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        display: block;
        position: relative;
        color: #ffffff; }
        .serving_sizes .serving_sections .circle span h3 {
          text-align: center;
          font-size: 43px;
          font-weight: 600;
          margin-bottom: 0px;
          line-height: 35px;
          margin-bottom: 0px !important; }
        .serving_sizes .serving_sections .circle span p {
          text-align: center;
          font-weight: 400;
          font-size: 17px;
          margin: 0px; }
  .serving_sizes .serving_sections:first-child {
    padding-right: 20px; }
  .serving_sizes .serving_sections:nth-child(2) {
    padding: 0px 10px; }
  .serving_sizes .serving_sections:nth-child(3) {
    padding-left: 20px; }

@media only screen and (max-width: 1160px) {
  .serving_sizes .serving_sections > h2 {
    margin-bottom: 0px; }
  .serving_sizes .serving_sections > span {
    padding-left: 0px !important;
    display: block;
    margin-bottom: 15px; } }

@media only screen and (max-width: 890px) {
  .serving_sizes .serving_sections > h2 {
    font-size: 27px !important;
    transition: 0.4s; } }

@media only screen and (max-width: 767px) {
  .serving_sizes .serving_sections {
    width: 100% !important;
    padding: 0px !important; } }

.hero_image {
  width: 100%;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 100% auto !important;
  position: relative; }
  .hero_image .hero_gradient {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 2;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.container {
  overflow: hidden;
  color: #000; }
  .container a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: 0.4s; }
  .container a:hover {
    border-bottom: 1px solid #24811E;
    color: #24811E; }
  .container .main_content_area {
    margin-top: 35px; }
    .container .main_content_area h2 {
      font-size: 32px; }
    .container .main_content_area h3 {
      font-size: 21px; }
    .container .main_content_area .entry_meta {
      margin-bottom: 45px; }
    .container .main_content_area #breadcrumbs {
      margin-bottom: 45px; }
    .container .main_content_area #breadcrumbs, .container .main_content_area .entry_meta {
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100;
      font-size: 21px; }
    .container .main_content_area h1 {
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100;
      font-size: 50px;
      margin-bottom: 60px; }
    .container .main_content_area .entry-content {
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100;
      font-size: 21px; }
      .container .main_content_area .entry-content .ltw_tes_item {
        width: 50%;
        display: inline-block; }
      .container .main_content_area .entry-content .testimonials_nav {
        font-size: 0px; }
        .container .main_content_area .entry-content .testimonials_nav .bttn {
          display: inline-block !important;
          padding: 10px 15px !important;
          margin-left: 22px !important;
          font-size: 21px !important; }
      .container .main_content_area .entry-content ul {
        list-style: none;
        margin-left: 0px; }
        .container .main_content_area .entry-content ul li {
          list-style: none;
          padding-left: 20px; }
        .container .main_content_area .entry-content ul li:before {
          position: absolute;
          margin-left: -20px;
          content: '»';
          font-size: 30px;
          margin-top: -11px;
          color: #DDBE00;
          font-weight: 400; }
      .container .main_content_area .entry-content .submit_bttn {
        background-color: transparent;
        transition: .25s all ease;
        animation: homeGradientGrowOut .25s;
        border-bottom: 3px solid #588633 !important;
        box-shadow: none;
        padding: 10px 20px;
        margin-left: 30px; }
      .container .main_content_area .entry-content .submit_bttn:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #eeeeee 100%);
        animation: homeGradientGrow .25s;
        transition: .25s all ease; }
      .container .main_content_area .entry-content .password_bttn {
        padding: 10px 20px; }
      .container .main_content_area .entry-content .bttn {
        transition: .25s all ease;
        animation: homeGradientGrowOut .25s; }
      .container .main_content_area .entry-content .bttn:hover {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #eeeeee 100%);
        animation: homeGradientGrow .25s;
        transition: .25s all ease; }
      .container .main_content_area .entry-content .su-quote {
        font-size: 26px;
        background: #eeeeee;
        padding: 50px 85px; }
        .container .main_content_area .entry-content .su-quote p:last-child {
          margin-bottom: 0px; }
      .container .main_content_area .entry-content .su-quote-style-default:before {
        background-image: url("../../images/quote_left.png");
        width: 50px;
        height: 50px;
        background-size: cover;
        top: 20px;
        left: 20px;
        background-repeat: no-repeat;
        background-position: left; }
      .container .main_content_area .entry-content .su-quote-style-default:after {
        background-image: url("../../images/quote_right.png");
        width: 50px;
        height: 50px;
        background-size: cover;
        bottom: 20px;
        right: 20px;
        background-repeat: no-repeat;
        background-position: right; }
      .container .main_content_area .entry-content .su-tabs {
        background: transparent; }
        .container .main_content_area .entry-content .su-tabs .su-tabs-nav span {
          background: #476a29;
          color: #ffffff;
          text-transform: uppercase;
          border-radius: 0px;
          border-bottom: 2px solid #ffffff;
          font-family: Roboto, Arial, sans-serif;
          font-weight: 300;
          font-size: 22px; }
        .container .main_content_area .entry-content .su-tabs .su-tabs-nav .su-tabs-current {
          background: #5a8734;
          position: relative;
          top: 0px;
          border-radius: 0px;
          border-color: #5a8734; }
        .container .main_content_area .entry-content .su-tabs .su-tabs-panes {
          background: #5a8734; }
          .container .main_content_area .entry-content .su-tabs .su-tabs-panes .su-tabs-pane {
            background: #5a8734;
            color: #ffffff;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 300;
            font-size: 21px; }
      .container .main_content_area .entry-content .su-accordion {
        background: trasparent; }
        .container .main_content_area .entry-content .su-accordion .su-spoiler {
          background: #ddbe01;
          color: #ffffff; }
          .container .main_content_area .entry-content .su-accordion .su-spoiler .su-spoiler-title {
            padding: 10px 38px;
            text-transform: uppercase;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 300;
            font-size: 22px; }
          .container .main_content_area .entry-content .su-accordion .su-spoiler .su-spoiler-content {
            border-top: 2px solid #ffffff;
            font-family: Roboto, Arial, sans-serif;
            font-weight: 300;
            font-size: 21px; }
          .container .main_content_area .entry-content .su-accordion .su-spoiler .su-spoiler-icon {
            left: 8px;
            top: 10px;
            font-size: 20px; }
    .container .main_content_area strong, .container .main_content_area b {
      font-weight: 300; }
    .container .main_content_area p {
      margin-bottom: 30px; }
    .container .main_content_area .call_out {
      background: rgba(221, 221, 221, 0.5);
      font-size: 35px;
      padding: 45px;
      margin-bottom: 30px; }
    .container .main_content_area .succeed_enewsletter:before {
      content: "";
      background: #DDBE00;
      width: 100%;
      top: 0;
      bottom: 0;
      position: absolute;
      left: -100%; }
    .container .main_content_area .succeed_enewsletter:after {
      content: "";
      background: #DDBE00;
      width: 100%;
      top: 0;
      bottom: 0;
      position: absolute;
      right: -100%; }
    .container .main_content_area .succeed_enewsletter {
      clear: both;
      padding: 40px 0;
      position: relative;
      background: #DDBE00;
      margin: 45px 0; }
      .container .main_content_area .succeed_enewsletter .enewsletter_image {
        padding-right: 2%; }
      .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper {
        margin: 0; }
        .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body {
          float: left;
          margin: 0px;
          width: 70%;
          padding: 0px; }
          .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div {
            margin: 0px; }
            .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input {
              margin: 0px;
              width: 100%;
              height: 78px;
              border: none;
              padding-left: 30px;
              font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
              letter-spacing: -1px; }
            .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input::-webkit-input-placeholder {
              color: #0a0a0a; }
            .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input:-moz-placeholder {
              color: #0a0a0a; }
            .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input::-moz-placeholder {
              color: #0a0a0a; }
            .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input:-ms-input-placeholder {
              color: #0a0a0a; }
        .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_footer {
          float: left;
          clear: none;
          margin: 0px;
          width: 25%;
          padding: 0px;
          margin-left: 30px; }
          .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_footer input[type=submit]:hover {
            transition: .25s all ease;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(70, 70, 70, 0.85) 100%);
            animation: gradientGrow .25s; }
          .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_footer input[type=submit] {
            background: none;
            border: #fefefe 3px solid;
            box-shadow: none;
            margin: 0px;
            height: 78px;
            width: 100%;
            text-transform: uppercase;
            color: #fefefe;
            font-size: 21px;
            font-weight: 300;
            font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
            letter-spacing: -1px;
            transition: .25s all ease;
            animation: gradientGrowOut .25s; }

#succeed_blog_category {
  /*background:url(../../images/succeed-blog-categories.jpg);*/
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: auto 100% !important;
  padding-bottom: 45px; }
  #succeed_blog_category h3 {
    font-size: 55px;
    color: #000000;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 100;
    margin: 75px 0 45px 0; }
  #succeed_blog_category .medium-4 {
    padding-left: 0 !important; }
  #succeed_blog_category .all_blog_categories {
    padding: 30px;
    background: #588633;
    margin: 0px; }
    #succeed_blog_category .all_blog_categories h3 {
      color: #fff;
      font-size: 32px;
      font-weight: 300;
      font-family: Roboto, Arial, sans-serif;
      margin: 0 0 35px 0; }
    #succeed_blog_category .all_blog_categories ul {
      list-style-type: none; }
      #succeed_blog_category .all_blog_categories ul li:before {
        font-family: 'FontAwesome';
        content: '\f101';
        margin: 0 5px 0 -15px;
        color: #DEBF00;
        font-size: 22px; }
      #succeed_blog_category .all_blog_categories ul li {
        line-height: 1.25; }
        #succeed_blog_category .all_blog_categories ul li a {
          color: #fff;
          font-family: Roboto, Arial, sans-serif;
          border-bottom: none;
          color: #fff;
          font-weight: 300;
          font-size: 22px; }

.mpfy-mll-location .mpfy-mll-l-heading:after {
  font-family: 'FontAwesome';
  content: '\f067';
  float: right;
  position: absolute;
  text-align: right;
  right: 20px;
  margin-top: -35px;
  transition: 0.3s;
  font-size: 28px;
  color: #ffffff; }

.mpfy-mll-location.active .mpfy-mll-l-heading:after {
  font-family: 'FontAwesome';
  content: '\f068';
  float: right;
  position: absolute;
  text-align: right;
  right: 20px;
  margin-top: -35px;
  transition: 0.3s;
  font-size: 28px;
  color: #ffffff; }

/* Products Page */
.page-template-succeed-products-page #veterinarian {
  height: 670px; }

.page-template-succeed-products-page #where_to_buy {
  padding-top: 80px;
  /*http://colorzilla.com/gradient-editor/#ffffff+70,a889ff+100&0.01+70,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #DDDDDD 0%, #ffffff 15%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.page-template-succeed-products-page .clear_vet {
  height: 670px; }

.shareThis {
  margin-top: 80px;
  margin-bottom: 80px; }
  .shareThis .share_this_title {
    display: inline-block !important;
    font-size: 35px !important;
    font-weight: 100 !important;
    margin-right: 15px !important; }
  .shareThis .addthis_sharing_toolbox {
    display: inline-block !important; }

.leave_a_comment {
  font-size: 35px !important;
  font-weight: 100 !important;
  margin-bottom: 30px !important; }

/* Desktop Only */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .succeed_enewsletter .enewsletter_image img {
    padding-right: 25px; }
  .container .main_content_area .enewsletter_form .gform_wrapper .gform_body ul li div input {
    padding-left: 10px !important; }
  .container .main_content_area .enewsletter_form .gform_wrapper .gform_footer {
    margin-left: 20px !important; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .serving_sizes .serving_sections .circle {
    width: 115px;
    height: 115px;
    margin-top: -100px;
    transition: 0.4s; }
    .serving_sizes .serving_sections .circle span h2 {
      font-size: 38px;
      transition: 0.4s; }
    .serving_sizes .serving_sections .circle span p {
      font-size: 16px;
      transition: 0.4s; }
  .succeed_enewsletter .enewsletter_image {
    padding: 0 0 40px 0; }
    .succeed_enewsletter .enewsletter_image img {
      margin: 0 auto;
      display: block;
      float: none; }
  #succeed_blog_category {
    background-position: center top !important;
    background-size: cover !important;
    background-attachment: inherit !important; }
    #succeed_blog_category .row:first-child .medium-12 {
      padding: 0 40px; }
    #succeed_blog_category .medium-4 {
      padding-right: 0.9375rem !important; }
  .hero_image {
    background-size: cover !important; }
  .container article {
    padding-left: 15px;
    padding-right: 15px; } }

/* Canada Language Switcher */
#footer_language_list {
  border: 1px solid #cdcdcd;
  background: #eeeeee;
  padding: 15px; }
  #footer_language_list span.choose {
    margin-right: 15px; }
  #footer_language_list ul {
    margin-bottom: 0;
    display: inline-block; }
    #footer_language_list ul li {
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px 10px;
      display: inline-block;
      background: #ffffff; }
      #footer_language_list ul li a.lang_flag {
        border-bottom: none; }
      #footer_language_list ul li img {
        margin-right: 10px; }
    #footer_language_list ul li:before {
      content: none; }

#wpseo_sitemap ul li:before {
  content: none !important; }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .hero_image {
    height: 280px !important;
    background-attachment: inherit !important;
    background-size: cover !important; }
  .container .main_content_area .succeed_enewsletter .enewsletter_image {
    margin-bottom: 30px; }
  .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body {
    float: none;
    width: 100%; }
  .container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_footer {
    float: none;
    width: 100%;
    margin: 30px 0 0 0; }
  .container article {
    padding-left: 15px;
    padding-right: 15px; } }

#footer {
  height: 160px; }
  #footer .footerSection {
    position: relative;
    z-index: 12; }
    #footer .footerSection .footer_address_wrap {
      background: #2e6800; }
      #footer .footerSection .footer_address_wrap h3 {
        color: #fefefe;
        font-weight: 100;
        margin-bottom: 0px !important; }
      #footer .footerSection .footer_address_wrap .footer_address {
        color: #fefefe;
        font-weight: 100; }
      #footer .footerSection .footer_address_wrap .footer_telephone {
        float: right; }
        #footer .footerSection .footer_address_wrap .footer_telephone a {
          color: #ffffff;
          font-weight: 100;
          transition: 0.4s; }
        #footer .footerSection .footer_address_wrap .footer_telephone a:hover {
          color: #FFD700; }
    #footer .footerSection .country_links {
      padding: 0px !important; }
      #footer .footerSection .country_links .countries .countries_row {
        width: 100%; }
        #footer .footerSection .country_links .countries .countries_row .country {
          width: 16.66%;
          height: 80px !important;
          float: left; }
          #footer .footerSection .country_links .countries .countries_row .country img {
            height: 100% !important;
            width: 100%; }
          #footer .footerSection .country_links .countries .countries_row .country .flag_overlay {
            width: 100%;
            height: 100%;
            background: #0083D0;
            position: relative;
            margin-top: -80px !important;
            opacity: 0.8; }
        #footer .footerSection .country_links .countries .countries_row .country:hover a {
          z-index: 100;
          transition: .5s; }
      #footer .footerSection .country_links span {
        height: 0px;
        top: 75px;
        z-index: 1;
        position: relative;
        font-size: 38px;
        display: block;
        line-height: 10px;
        color: #ffffff;
        font-weight: 100;
        text-align: center; }
    #footer .footerSection .social_media {
      background: #0083D0;
      position: relative; }
  #footer .footer_left {
    width: 50%;
    position: relative;
    z-index: 11;
    float: left;
    margin-top: -160px;
    background: #2e6800;
    height: 160px; }
  #footer .footer_right {
    position: relative;
    z-index: 11;
    width: 50%;
    float: right;
    margin-top: -160px;
    background: #0083D0;
    height: 160px; }

#copyright .copyright_menu {
  text-align: center;
  font-weight: 100;
  padding: 20px 0px 10px; }
  #copyright .copyright_menu a {
    font-size: 19px;
    font-weight: 100;
    color: #0a0a0a;
    padding: 0px 5px;
    transition: 0.4s; }
  #copyright .copyright_menu a:hover {
    color: #24811E; }

#copyright .copyright {
  text-align: center;
  font-size: 19px;
  font-weight: 100; }

/* Desktop Only */
@media only screen and (min-width: 1366px) {
  #footer .footerSection .footer_address_wrap {
    padding: 30px 0px 0px 60px; }
    #footer .footerSection .footer_address_wrap h3 {
      font-size: 22px; }
    #footer .footerSection .footer_address_wrap .footer_address {
      font-size: 22px; }
    #footer .footerSection .footer_address_wrap .footer_telephone {
      margin-top: -68px;
      margin-right: 50px; }
      #footer .footerSection .footer_address_wrap .footer_telephone a {
        font-size: 28px; }
  #footer .footerSection .social_media {
    float: right; }
    #footer .footerSection .social_media a {
      padding-left: 34px; } }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  #footer .footerSection .footer_address_wrap {
    padding: 30px 0px 0px 14px; }
    #footer .footerSection .footer_address_wrap h3 {
      font-size: 20px; }
    #footer .footerSection .footer_address_wrap .footer_address {
      font-size: 20px; }
    #footer .footerSection .footer_address_wrap .footer_telephone {
      margin-top: -61px;
      margin-right: 25px; }
      #footer .footerSection .footer_address_wrap .footer_telephone a {
        font-size: 25px; }
  #footer .footerSection .social_media {
    float: right; }
    #footer .footerSection .social_media a {
      padding-left: 19px; } }

@media only screen and (min-width: 1025px) {
  #footer .footerSection .footer_address_wrap {
    width: 45.4% !important; }
  #footer .footerSection .country_links {
    width: 34.8% !important; }
  #footer .footerSection .social_media {
    width: 19.8% !important;
    left: -1px; }
    #footer .footerSection .social_media a i {
      margin-top: 62px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .footerSection .social_media {
    text-align: center;
    height: inherit !important;
    left: 0px !important; }
    #footer .footerSection .social_media a {
      padding: 0px 20px; }
      #footer .footerSection .social_media a i {
        padding: 30px 0px; } }

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  #footer .footerSection .footer_address_wrap {
    padding: 40px 0px 0px 14px; }
    #footer .footerSection .footer_address_wrap h3 {
      font-size: 20px;
      margin: 0px; }
    #footer .footerSection .footer_address_wrap .footer_address {
      font-size: 20px; }
    #footer .footerSection .footer_address_wrap .footer_telephone {
      margin-top: -61px;
      margin-right: 25px; }
      #footer .footerSection .footer_address_wrap .footer_telephone a {
        font-size: 24px; } }

@media only screen and (min-width: 768px) and (max-width: 895px) {
  #footer .footerSection .footer_address_wrap {
    padding: 20px 0px 0px 14px; }
    #footer .footerSection .footer_address_wrap h3 {
      font-size: 20px;
      margin: 0px; }
    #footer .footerSection .footer_address_wrap .footer_address {
      font-size: 20px; }
    #footer .footerSection .footer_address_wrap .footer_telephone {
      float: none; }
      #footer .footerSection .footer_address_wrap .footer_telephone a {
        font-size: 20px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  #footer .footerSection .footer_address_wrap {
    padding: 20px 0px 0px 14px; }
    #footer .footerSection .footer_address_wrap h3 {
      font-size: 20px;
      margin: 0px; }
    #footer .footerSection .footer_address_wrap .footer_address {
      font-size: 20px; }
    #footer .footerSection .footer_address_wrap .footer_telephone {
      float: none; }
      #footer .footerSection .footer_address_wrap .footer_telephone a {
        font-size: 20px; }
  #footer .footerSection .social_media {
    text-align: center;
    height: inherit !important;
    left: 0px !important; }
    #footer .footerSection .social_media a {
      padding: 0px 20px; }
      #footer .footerSection .social_media a i {
        padding: 30px 0px; } }

/* Desktop Only */
/* Tablet Only */
/* Mobile Only */
/* Global SCSS */
.clear_challenge {
  position: relative;
  height: 97vh;
  z-index: 1; }

.succeed_challenge {
  background-repeat: no-repeat !important;
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2; }
  .succeed_challenge .row {
    margin: 0px auto; }
  .succeed_challenge .challenge_banner {
    z-index: 2;
    background: #dec000; }
    .succeed_challenge .challenge_banner h2 {
      color: #ffffff;
      font-weight: 300;
      text-transform: uppercase;
      margin-top: -20px; }
    .succeed_challenge .challenge_banner h3 {
      color: #ffffff;
      font-weight: 100;
      text-transform: uppercase; }
  .succeed_challenge .challenge_text p {
    color: #ffffff;
    font-weight: 100;
    font-size: 28px; }
  .succeed_challenge .challenge_text a {
    border: none; }
    .succeed_challenge .challenge_text a .challenge_learn {
      color: #ffffff;
      border: 3px solid #ffffff;
      text-transform: uppercase;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 300; }
  .succeed_challenge button {
    transition: .25s all ease;
    animation: homeGradientGrowOut .25s; }
  .succeed_challenge button:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
    animation: homeGradientGrow .25s;
    transition: .25s all ease; }

/* Desktop Only */
@media only screen and (min-width: 1025px) {
  .succeed_challenge {
    padding-top: 40px;
    background-size: cover !important;
    background-position: center center !important; }
    .succeed_challenge .columns {
      padding: 0px !important; }
    .succeed_challenge .large-5 {
      width: 580px !important; }
    .succeed_challenge .challenge_banner_bg {
      position: absolute;
      margin-top: 0px;
      float: right;
      width: 30%;
      right: 0px;
      height: 203px;
      background: #dec000;
      z-index: 1; }
    .succeed_challenge .challenge_banner {
      padding-top: 30px;
      padding-left: 40px;
      padding-bottom: 10px;
      position: relative; }
      .succeed_challenge .challenge_banner h2 {
        font-size: 80px; }
      .succeed_challenge .challenge_banner h3 {
        font-size: 45px;
        margin-bottom: 0px; }
    .succeed_challenge .challenge_text {
      padding-left: 45px;
      padding-top: 50px; }
      .succeed_challenge .challenge_text p {
        font-size: 28px;
        margin-bottom: 0px; }
      .succeed_challenge .challenge_text a {
        border: none; }
        .succeed_challenge .challenge_text a .challenge_learn {
          padding: 20px 30px;
          margin-top: 40px;
          font-size: 21px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .succeed_challenge {
    padding-top: 40px;
    background-size: cover !important;
    background-position: center center !important; }
    .succeed_challenge .columns {
      padding: 0px !important; }
    .succeed_challenge .large-5 {
      width: 93% !important; }
    .succeed_challenge .challenge_banner_bg {
      display: none;
      position: absolute;
      margin-top: 0px;
      float: right;
      width: 30%;
      right: 0px;
      height: 223px;
      background: #dec000;
      z-index: 1; }
    .succeed_challenge .challenge_banner {
      padding-top: 30px;
      padding-left: 40px;
      padding-bottom: 10px;
      position: relative; }
      .succeed_challenge .challenge_banner h2 {
        font-size: 80px; }
      .succeed_challenge .challenge_banner h3 {
        font-size: 45px;
        margin-bottom: 0px; }
    .succeed_challenge .challenge_text {
      padding-left: 45px;
      padding-top: 50px; }
      .succeed_challenge .challenge_text p {
        font-size: 28px;
        margin-bottom: 0px; }
      .succeed_challenge .challenge_text a {
        border: none; }
        .succeed_challenge .challenge_text a .challenge_learn {
          padding: 20px 30px;
          margin-top: 40px;
          font-size: 21px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .clear_challenge {
    height: auto; }
  .succeed_challenge {
    padding: 40px 0px;
    background-size: cover !important;
    background-position: center center !important;
    height: auto !important;
    position: relative; }
    .succeed_challenge .columns {
      padding: 0px !important; }
    .succeed_challenge .large-5 {
      width: 100% !important;
      padding-left: 15px !important; }
    .succeed_challenge .challenge_banner_bg {
      display: none; }
    .succeed_challenge .challenge_banner {
      padding-top: 30px;
      padding-left: 40px;
      padding-bottom: 10px;
      position: relative;
      padding-right: 15px; }
      .succeed_challenge .challenge_banner h2 {
        font-size: 55px; }
      .succeed_challenge .challenge_banner h3 {
        font-size: 34px;
        margin-bottom: 0px; }
    .succeed_challenge .challenge_text {
      padding-left: 45px;
      padding-top: 50px;
      padding-right: 45px; }
      .succeed_challenge .challenge_text p {
        font-size: 26px;
        margin-bottom: 0px; }
      .succeed_challenge .challenge_text a {
        border: none; }
        .succeed_challenge .challenge_text a .challenge_learn {
          padding: 20px 30px;
          margin-top: 40px;
          font-size: 21px; } }

/* Global SCSS */
.testimonials_header_wrap .sticky-wrapper {
  height: 104px !important; }

.testimonials_header {
  background: #FFD700;
  padding: 0px 0px;
  z-index: 50;
  line-height: 104px !important; }
  .testimonials_header h2 {
    float: left;
    color: #ffffff;
    font-weight: 300;
    line-height: 104px;
    margin: 0px !important; }
  .testimonials_header h3 {
    float: right;
    color: #ffffff;
    font-weight: 300;
    line-height: 104px;
    margin: 0px !important; }

.succeed_testimonials {
  /*
*/ }
  .succeed_testimonials .sticky-wrapper .testimonials_seeall_bg {
    background: #2e6800;
    z-index: 50 !important; }
  .succeed_testimonials .sticky-wrapper .testimonials_read_bg {
    background: #0083D0;
    z-index: 50 !important; }
  .succeed_testimonials .columns h4 {
    color: #ffffff;
    z-index: 50 !important; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
    background: #2e6800; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_seeall a {
      transition: 0.4s; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_seeall a:hover {
      color: #cccccc; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_read {
    background: #0083D0; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_read a {
      transition: 0.4s; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_read a:hover {
      color: #cccccc; }
  .succeed_testimonials .testimony_wrapper {
    z-index: 11;
    position: relative;
    /*.testimonial_image.unactive {
			top: inherit !important;
			position: absolute !important;
		}
		.testimonial_image.reset {
			margin-top: 0px !important;
			position: absolute !important;
			top: inherit !important;
		}
		.overlay_none {
			position: relative;
			background: none !important;
		}

	}
	.testimony_wrapper.active {
		overflow: hidden !important;
	*/ }
    .succeed_testimonials .testimony_wrapper .testimonial_image {
      background-size: cover !important;
      background-repeat: no-repeat !important;
      width: 100%;
      /*position: absolute;*/ }
    .succeed_testimonials .testimony_wrapper .testimonial_overlay {
      background: rgba(26, 129, 0, 0.69);
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 3;
      height: 0; }
      .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
        margin: 0px auto;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimony {
          color: #ffffff;
          font-weight: 100; }
          .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimony a {
            color: #FFD700;
            font-weight: 300;
            transition: 0.4s; }
          .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimony a:hover {
            text-decoration: underline; }
        .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_author {
          color: #ffffff;
          font-weight: 300; }
        .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination {
          text-align: center;
          margin-top: 65px;
          color: #fff;
          font-size: 21px; }
          .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination span {
            padding: 5px;
            color: #ffd700; }
            .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination span a {
              color: #FFD700;
              transition: 0.4s; }
            .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination span a:hover {
              text-decoration: underline; }
          .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination a.testimonial_prev {
            margin-right: 10px; }
          .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_pagination a.testimonial_next {
            margin-left: 10px; }
      .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial.active {
        position: relative;
        top: inherit;
        -ms-transform: none;
            transform: none; }
    .succeed_testimonials .testimony_wrapper .testimonial_overlay.active {
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

/*
.testimonials_begin {
	position: absolute;
}
.testimonials_end {
	position: absolute;
}
.testimonials_reset {
	position: absolute;
}
.testimonials_end_alt {
	position: absolute;
}*/
.testimonials_start {
  position: absolute;
  margin-top: -500px; }

.below_testimonials {
  z-index: 60;
  position: relative; }

.sticky-wrapper {
  height: 0px !important; }

/* Tablet - Desktop */
@media only screen and (min-width: 768px) {
  .succeed_testimonials .sticky-wrapper .testimonials_seeall_bg {
    height: 58px;
    position: absolute;
    right: 0px;
    margin-top: 0px;
    width: 25% !important;
    z-index: 9; }
  .succeed_testimonials .sticky-wrapper .testimonials_read_bg {
    height: 58px;
    position: absolute;
    right: 0px;
    margin-top: 58px;
    width: 25% !important;
    z-index: 9; }
  .succeed_testimonials .sticky-wrapper.is-sticky .testimonials_seeall_bg {
    margin-top: 0px;
    width: 25% !important; }
  .succeed_testimonials .sticky-wrapper.is-sticky .testimonials_read_bg {
    margin-top: 58px;
    width: 25% !important; }
  .succeed_testimonials .columns {
    padding: 0px; }
    .succeed_testimonials .columns h4 {
      float: right;
      position: relative;
      z-index: 2;
      font-size: 32px;
      margin-bottom: 0px;
      font-weight: 300;
      position: absolute;
      z-index: 10; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
      padding-left: 150px;
      padding-top: 7px;
      padding-bottom: 7px; }
    .succeed_testimonials .columns .sticky-wrapper .succeed_read {
      padding-left: 37px;
      padding-top: 7px;
      padding-bottom: 7px;
      margin-top: 58px; }
    .succeed_testimonials .columns .sticky-wrapper .sticky-wrapper.is-sticky .succeed_seeall {
      margin-top: 0px; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimony {
    font-size: 23px; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_author {
    font-size: 21px;
    font-weight: 300; }
    .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial .testimonial_author span {
      font-weight: 500; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial.active {
    padding: 70px 0px 70px 0px; } }

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
    text-align: right;
    padding-right: 14px;
    width: 56%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_read {
    text-align: right;
    padding-right: 14px;
    width: 45%; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
    width: 80%; } }

/* Desktop Only */
@media only screen and (min-width: 1366px) {
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
    width: 1038px; } }

@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .succeed_testimonials .large-5 {
    width: 56%; }
  .succeed_testimonials .large-4 {
    width: 45%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
    text-align: right;
    padding-right: 14px;
    width: 56%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_read {
    text-align: right;
    padding-right: 14px;
    width: 45%; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
    width: 80%; } }

/* Tablet Only */
@media only screen and (min-width: 896px) and (max-width: 1024px) {
  .succeed_testimonials .large-5 {
    width: 64%; }
  .succeed_testimonials .large-4 {
    width: 52%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
    text-align: right;
    padding-right: 14px;
    width: 64%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_read {
    text-align: right;
    padding-right: 14px;
    width: 52%; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
    width: 80%; } }

@media only screen and (min-width: 768px) and (max-width: 895px) {
  .succeed_testimonials .large-5 {
    width: 75%; }
  .succeed_testimonials .large-4 {
    width: 60%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_seeall {
    text-align: right;
    padding-right: 14px;
    width: 75%; }
  .succeed_testimonials .columns .sticky-wrapper .succeed_read {
    text-align: right;
    padding-right: 14px;
    width: 60%; }
  .succeed_testimonials .testimony_wrapper .testimonial_overlay .testimonial {
    width: 80%; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .testimonials_header_wrap .sticky-wrapper {
    height: 104px !important; }
  .testimonials_header {
    background: #FFD700;
    padding: 20px 0px;
    z-index: 10;
    height: 104px !important; }
    .testimonials_header h2 {
      float: left;
      color: #ffffff;
      font-weight: 300;
      font-size: 28px;
      line-height: 64px; }
    .testimonials_header h3 {
      display: none; }
  .succeed_testimonials .testimonials_seeall_bg {
    display: none; }
  .succeed_testimonials .testimonials_read_bg {
    display: none; }
  .testimonials_seeall_bg {
    display: none; }
  .testimonials_read_bg {
    display: none; }
  .succeed_testimonials .columns {
    padding: 0px; }
    .succeed_testimonials .columns h4 {
      float: right;
      position: relative;
      z-index: 2;
      font-size: 24px;
      margin-bottom: 0px;
      font-weight: 300;
      z-index: 10; }
    .succeed_testimonials .columns .succeed_seeall {
      padding-top: 13px;
      padding-bottom: 13px;
      width: 100%;
      padding-left: 14px;
      background: #2e6800; }
    .succeed_testimonials .columns .succeed_read {
      padding-top: 13px;
      padding-bottom: 13px;
      width: 100%;
      padding-left: 14px;
      background: #0083D0; }
    .succeed_testimonials .columns .sticky-wrapper.is-sticky .succeed_seeall {
      margin-top: 0px; }
    .succeed_testimonials .columns .sticky-wrapper.is-sticky .succeed_read {
      margin-top: 0px; }
  .testimony_wrapper .testimonial_overlay .testimonial .testimony {
    font-size: 17px;
    padding: 0px 14px; }
  .testimony_wrapper .testimonial_overlay .testimonial .testimonial_author {
    font-size: 17px; }
  .testimony_wrapper .testimonial_overlay .testimonial.active {
    padding: 70px 0px 70px 0px; }
  .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner {
    font-size: 19px !important; }
    .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_author {
      margin-top: 10px !important; }
    .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination {
      margin-top: 10px !important; } }

/* Testing */
.serious-horse-wrap {
  position: relative; }
  .serious-horse-wrap .serious-horse-people {
    width: 100%;
    position: relative; }
    .serious-horse-wrap .serious-horse-people .serious-horse-bg {
      position: absolute;
      width: 100%;
      top: 0px;
      z-index: 2;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
    .serious-horse-wrap .serious-horse-people .serious-horse-text {
      width: 100%;
      position: relative;
      z-index: 10;
      background: rgba(26, 129, 0, 0.69); }
      .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner-wrap {
        position: absolute;
        bottom: 0px;
        width: 100%; }
      .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        max-width: 1200px;
        width: 100%;
        padding: 0px 15px;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 300;
        font-size: 21px; }
        .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimony {
          color: #ffffff; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimony a {
            color: #FFD700;
            transition: 0.4s; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimony a:hover {
            text-decoration: underline; }
        .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_author {
          color: #ffffff; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_author span {
            font-weight: 500; }
        .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination {
          color: #FFD700;
          text-align: center;
          margin-top: 70px; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination span a {
            color: #FFD700;
            transition: 0.4s;
            margin: 0px 5px; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination span a:hover {
            text-decoration: underline; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination span .testimonial_prev {
            margin-right: 10px; }
          .serious-horse-wrap .serious-horse-people .serious-horse-text .serious-horse-text-inner .testimonial_pagination span .testimonial_next {
            margin-left: 10px; }

/* Global SCSS */
.clear_vet {
  height: 93vh;
  position: relative;
  z-index: 1; }

.succeed_vet {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 93vh;
  background-position: center center !important;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0; }
  .succeed_vet .vet_text {
    text-align: center; }
    .succeed_vet .vet_text h2 {
      color: #ffffff;
      font-size: 80px;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100;
      margin-bottom: 0px; }
    .succeed_vet .vet_text h3 {
      color: #ffffff;
      font-size: 45px;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100; }
    .succeed_vet .vet_text a {
      border: none; }
      .succeed_vet .vet_text a .vet_learn {
        color: #ffffff;
        border: 3px solid #ffffff;
        padding: 20px 30px;
        text-transform: uppercase;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 400;
        margin-top: 30px;
        font-size: 21px; }
  .succeed_vet button {
    transition: .25s all ease;
    animation: homeGradientGrowOut .25s; }
  .succeed_vet button:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
    animation: homeGradientGrow .25s;
    transition: .25s all ease; }

/* Desktop Only */
/* Tablet Only */
/* Mobile Only */
@media only screen and (max-width: 767px) {
  .succeed_vet {
    height: auto;
    width: 100%;
    position: relative; }
    .succeed_vet .vet_text {
      padding: 40px 15px !important; }
      .succeed_vet .vet_text h2 {
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 25px; }
      .succeed_vet .vet_text h3 {
        font-size: 36px; }
  .clear_vet {
    height: auto;
    display: none; } }

#succeed_blog_section {
  background: #54882D;
  position: relative; }
  #succeed_blog_section .blog_header {
    font-family: Roboto, Arial, sans-serif;
    padding: 20px 0px;
    color: #fff; }
    #succeed_blog_section .blog_header h2 {
      font-size: 55px;
      font-weight: 100; }
    #succeed_blog_section .blog_header h3 {
      font-size: 21px;
      font-weight: 300; }
    #succeed_blog_section .blog_header a {
      color: #fff;
      font-size: 24px;
      font-weight: 300;
      border: none;
      float: right;
      margin-top: 23px; }
    #succeed_blog_section .blog_header a:hover {
      border-bottom: 1px solid #ffffff; }
  #succeed_blog_section .homepage_post {
    overflow: hidden;
    min-height: 456px;
    background-size: cover !important;
    position: relative; }
    #succeed_blog_section .homepage_post .learnMore {
      background: #004000;
      width: 29px;
      height: 29px;
      position: absolute;
      top: -29px;
      color: #E1C700;
      font-family: Roboto, Arial, sans-serif;
      font-size: 26px;
      font-weight: 100;
      text-align: center;
      line-height: 29px; }
    #succeed_blog_section .homepage_post .post_content {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(84, 136, 45, 0.85);
      font-family: Roboto, Arial, sans-serif;
      font-size: 21px;
      font-weight: 100;
      color: #fff; }
    #succeed_blog_section .homepage_post .post_title {
      font-size: 26px;
      color: #fff;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 300;
      padding: 30px;
      line-height: 1.2;
      height: 123px; }
      #succeed_blog_section .homepage_post .post_title a {
        font-size: 26px;
        color: #fff;
        font-family: Roboto, Arial, sans-serif;
        font-weight: 300;
        line-height: 1.2;
        border-bottom: none; }
      #succeed_blog_section .homepage_post .post_title a:hover {
        border-bottom: 1px solid #fff; }
    #succeed_blog_section .homepage_post .post_desc {
      transition: background-color 0.5s ease;
      padding: 0 30px 30px 30px; }
    #succeed_blog_section .homepage_post .learn_more_button {
      font-family: Roboto, Arial, sans-serif;
      font-size: 21px;
      font-weight: 100;
      color: #fff;
      text-transform: uppercase;
      border: 3px solid #fff;
      border-radius: 3px;
      display: inline-block;
      text-align: center;
      transition: .25s all ease;
      animation: homeGradientGrowOut .25s; }
      #succeed_blog_section .homepage_post .learn_more_button a {
        display: inline-block;
        padding: 25px 40px;
        color: #fff;
        text-align: center; }
    #succeed_blog_section .homepage_post .learn_more_button:hover {
      transition: .25s all ease;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
      animation: homeGradientGrow .25s; }
  #succeed_blog_section .homepage_post:hover .post_content {
    background: rgba(0, 64, 16, 0.85);
    transition: background-color 0.5s ease; }

.newsletter {
  background: #DDBE00;
  height: 375px;
  position: relative;
  z-index: 99; }
  .newsletter .row .columns .newsletter_logo {
    width: 40%;
    float: left; }
  .newsletter .row .columns .newsletter_right {
    width: 60%;
    float: left; }
    .newsletter .row .columns .newsletter_right p {
      color: #fefefe;
      letter-spacing: -1px;
      font-family: Roboto, Arial, sans-serif;
      font-weight: 100; }
    .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper {
      float: left;
      margin: 0px;
      width: 60%;
      padding: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper #subscribe_email_form {
        width: 100%;
        background: #ffffff;
        border: none;
        padding-left: 30px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
        letter-spacing: -1px;
        height: 78px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
        letter-spacing: -1px; }
        .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper #subscribe_email_form::-webkit-input-placeholder {
          color: #0a0a0a; }
        .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper #subscribe_email_form:-moz-placeholder {
          color: #0a0a0a; }
        .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper #subscribe_email_form::-moz-placeholder {
          color: #0a0a0a; }
        .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper #subscribe_email_form:-ms-input-placeholder {
          color: #0a0a0a; }
    .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_submit_wrapper {
      width: 25%;
      padding: 0px;
      margin-left: 30px;
      float: left; }
      .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_submit_wrapper #subscribe_email_submit {
        width: 100%;
        transition: .25s all ease;
        animation: footerGradientGrowOut .25s;
        background: none;
        border: #fefefe 3px solid;
        box-shadow: none;
        margin: 0px;
        height: 78px;
        text-transform: uppercase;
        color: #fefefe;
        font-size: 21px;
        font-weight: 400;
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px; }
        .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_submit_wrapper #subscribe_email_submit:hover {
          animation: footerGradientGrow .25s;
          /* FF3.6-15 */
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #c8ac00 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body {
      float: left;
      margin: 0px;
      width: 100%;
      padding: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li {
        padding-right: 0px;
        padding-top: 15px; }
        .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
          margin: 0px; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
            border: none;
            padding-left: 30px;
            font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
            letter-spacing: -1px; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input::-webkit-input-placeholder {
            color: #0a0a0a; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input:-moz-placeholder {
            color: #0a0a0a; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input::-moz-placeholder {
            color: #0a0a0a; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input:-ms-input-placeholder {
            color: #0a0a0a; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div select {
            width: 100%;
            border: none;
            height: 78px;
            background: #ffffff;
            padding-left: 15px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul .gfield_html {
        color: #ffffff;
        color: #fefefe;
        letter-spacing: -1px;
        font-family: Roboto, Arial, sans-serif;
        font-size: 25px;
        font-weight: 100;
        margin-top: 0px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
      width: 100% !important;
      float: left;
      clear: none;
      margin-left: 0px !important;
      padding-top: 15px !important; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer input[type=submit] {
        transition: .25s all ease;
        animation: footerGradientGrowOut .25s;
        background: none;
        border: #fefefe 3px solid;
        box-shadow: none;
        margin: 0px;
        height: 78px;
        width: 100%;
        text-transform: uppercase;
        color: #fefefe;
        font-size: 21px;
        font-weight: 400;
        font-family: Roboto, Arial, sans-serif;
        letter-spacing: -1px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer input[type=submit]:hover {
        animation: footerGradientGrow .25s;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #c8ac00 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.succeed_enewsletter .ginput_container input {
  background-color: #fff !important; }

.subscribe_overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .subscribe_overlay .subscribe_overlay_bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999; }
  .subscribe_overlay #gform_2 {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background: #DDBE00;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    z-index: 9999999;
    max-height: 80%;
    overflow-y: scroll; }
  .subscribe_overlay #close_subscribe_email {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #ffffff;
    font-size: 30px;
    z-index: 2;
    font-weight: 100;
    cursor: pointer; }

.enewsletter_form .subscribe_form .subscriber_input_wrapper {
  width: 70%;
  display: block;
  float: left;
  padding-right: 15px; }
  .enewsletter_form .subscribe_form .subscriber_input_wrapper input {
    width: 100%;
    background: #ffffff;
    border: none;
    padding-left: 15px;
    height: 78px;
    font-size: inherit;
    font-family: inherit; }

.enewsletter_form .subscribe_form .subscriber_submit_wrapper {
  width: 30%;
  display: block;
  float: left;
  padding-left: 15px; }
  .enewsletter_form .subscribe_form .subscriber_submit_wrapper input {
    background: 0 0;
    border: 3px solid #fefefe;
    box-shadow: none;
    margin: 0;
    height: 78px;
    width: 100%;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 21px;
    font-weight: 300;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    letter-spacing: -1px;
    transition: .25s all ease;
    animation: footerGradientGrowOut .25s; }

@media only screen and (min-width: 1366px) {
  .newsletter .row .columns .newsletter_logo img {
    margin: 80px 50px 0px 40px;
    transition: 0.5s; }
  .newsletter .row .columns .newsletter_right {
    margin: 86px 0px 0px; }
    .newsletter .row .columns .newsletter_right p {
      font-size: 25px;
      font-weight: 100;
      margin-bottom: 35px;
      width: 95%; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
      margin: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
        margin: 0px;
        width: 100%;
        height: 78px;
        padding-left: 30px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
      margin: 0px;
      width: 100%;
      padding: 0px;
      margin-left: 30px; } }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .newsletter .row .columns .newsletter_logo img {
    margin: 88px 0px 0px;
    transition: 0.5s; }
  .newsletter .row .columns .newsletter_right {
    margin: 65px 0px 0px;
    transition: 0.5s; }
    .newsletter .row .columns .newsletter_right p {
      font-size: 19px;
      font-weight: 300;
      margin-bottom: 35px;
      width: 95%; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
      margin: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
        margin: 0px;
        width: 100%;
        height: 78px;
        padding-left: 30px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
      margin: 0px;
      width: 100%;
      padding: 0px;
      margin-left: 0px; } }

/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .enewsletter_form .subscribe_form {
    padding: 0px 15px; } }

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  .newsletter .row .columns .newsletter_logo img {
    margin: 100px 0px 0px;
    transition: 0.5s;
    width: 90%; }
  .newsletter .row .columns .newsletter_right {
    margin: 65px 0px 0px;
    transition: 0.5s; }
    .newsletter .row .columns .newsletter_right p {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 35px;
      width: 95%; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
      margin: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
        margin: 0px;
        width: 10%;
        height: 78px;
        padding-left: 30px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
      margin: 0px;
      width: 100%;
      padding: 0px;
      margin-left: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer input[type=submit] {
        width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 895px) {
  .newsletter .row .columns .newsletter_logo img {
    margin: 115px 0px 0px;
    transition: 0.5s;
    width: 90%; }
  .newsletter .row .columns .newsletter_right {
    margin: 70px 0px 0px;
    transition: 0.5s; }
    .newsletter .row .columns .newsletter_right p {
      font-size: 19px;
      font-weight: 300;
      margin-bottom: 25px;
      width: 95%; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
      margin: 0px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
        margin: 0px;
        width: 10%;
        height: 78px;
        padding-left: 15px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
      margin: 0px;
      width: 100%;
      padding: 0px;
      margin-left: 0px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .newsletter {
    height: auto; }
    .newsletter .row .columns .newsletter_logo {
      width: 100%;
      float: none; }
      .newsletter .row .columns .newsletter_logo img {
        margin: 15px auto 0 auto;
        display: block; }
    .newsletter .row .columns .newsletter_right {
      width: 100%;
      float: none;
      margin: 20px auto; }
      .newsletter .row .columns .newsletter_right p {
        margin: 0 auto 20px auto; }
      .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_input_wrapper {
        width: 100%;
        margin-bottom: 25px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .subscriber_submit_wrapper {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px; }
      .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 100%; }
        .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body {
          float: none;
          width: 100%; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div {
            margin: 0px; }
            .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_body ul li div input {
              margin: 0px;
              width: 100%;
              height: 78px;
              padding-left: 15px; }
        .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer {
          margin: 20px 0 20px 0;
          width: 100%;
          float: none; }
          .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer input[type=submit] {
            margin: 0; }
  .enewsletter_form .subscribe_form {
    padding: 0px 15px; }
  .enewsletter_form .subscriber_input_wrapper {
    width: 100% !important;
    padding: 0px !important; }
  .enewsletter_form .subscriber_submit_wrapper {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 20px; } }

#e_book_promo .row h3 {
  color: #fff;
  font-weight: 100;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1; }

#e_book_promo .row h4 {
  font-weight: 100;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1; }

#e_book_promo .row p {
  font-weight: 100;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.45; }

#e_book_promo .row .download_button {
  background: #1893DA;
  color: #fff;
  border: 3px solid #fff;
  font-family: Roboto, Arial, sans-serif;
  display: inline-block;
  font-weight: 300; }

#e_book_promo .row img {
  float: right;
  margin-right: 5px; }

@media only screen and (min-width: 1366px) {
  #e_book_promo .row {
    padding-top: 85px; }
    #e_book_promo .row .columns:last-child {
      padding-left: 35px; }
    #e_book_promo .row h3 {
      font-size: 92px;
      line-height: 1; }
    #e_book_promo .row h4 {
      font-size: 63px;
      line-height: 1; }
    #e_book_promo .row p {
      font-size: 42px; }
    #e_book_promo .row .download_button {
      margin-top: 55px;
      padding: 20px 35px;
      font-size: 21px; }
    #e_book_promo .row img {
      float: right;
      margin-right: 5px; } }

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  #e_book_promo .row {
    padding-top: 85px; }
    #e_book_promo .row .columns:last-child {
      padding-left: 35px; }
    #e_book_promo .row h3 {
      font-size: 80px; }
    #e_book_promo .row h4 {
      font-size: 53px;
      padding-top: 5px; }
    #e_book_promo .row p {
      font-size: 35px;
      padding-top: 5px; }
    #e_book_promo .row .download_button {
      margin-top: 55px;
      padding: 20px 35px;
      font-size: 21px; } }

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  #e_book_promo {
    background-position: 95% !important; }
    #e_book_promo .row {
      padding-top: 215px; }
      #e_book_promo .row .columns:last-child {
        padding-left: 35px; }
      #e_book_promo .row h3 {
        font-size: 72px; }
      #e_book_promo .row h4 {
        font-size: 46px;
        padding-top: 5px; }
      #e_book_promo .row p {
        font-size: 31px;
        padding-top: 5px; }
      #e_book_promo .row .download_button {
        margin-top: 25px;
        padding: 20px 35px;
        font-size: 21px; } }

@media only screen and (min-width: 768px) and (max-width: 895px) {
  #e_book_promo {
    background-position: 95% !important; }
    #e_book_promo .row {
      padding-top: 260px; }
      #e_book_promo .row .columns:last-child {
        padding-left: 35px; }
      #e_book_promo .row h3 {
        font-size: 61px; }
      #e_book_promo .row h4 {
        font-size: 39px;
        padding-top: 5px; }
      #e_book_promo .row p {
        font-size: 26px;
        padding-top: 5px; }
      #e_book_promo .row .download_button {
        margin-top: 25px;
        padding: 20px 35px;
        font-size: 21px; } }

@media only screen and (max-width: 767px) {
  #e_book_promo {
    background-position: 95% !important; }
    #e_book_promo .row {
      padding-top: 55px; }
      #e_book_promo .row .columns:last-child {
        padding-top: 30px; }
      #e_book_promo .row h3 {
        font-size: 65px; }
      #e_book_promo .row h4 {
        font-size: 42px;
        padding-top: 5px; }
      #e_book_promo .row p {
        font-size: 28px;
        padding-top: 5px; }
        #e_book_promo .row p br {
          display: none; }
      #e_book_promo .row .download_button {
        margin-top: 25px;
        padding: 20px 35px;
        font-size: 21px;
        width: 100%;
        text-align: center; }
      #e_book_promo .row img {
        margin: 0px auto;
        float: none;
        width: 60%;
        display: block; } }

/* Global Variables */
/* Global Styling */
.random_testimonials {
  min-height: 930px;
  background-size: cover !important;
  width: 100%;
  padding: 215px 0px;
  margin: 50px 0px; }
  .random_testimonials .random_testimonials_overlay {
    background: rgba(88, 134, 51, 0.8);
    min-height: 500px;
    padding: 60px; }
    .random_testimonials .random_testimonials_overlay h2 {
      color: #ffffff;
      font-size: 42px;
      text-align: center;
      font-weight: 100;
      padding-bottom: 40px; }
    .random_testimonials .random_testimonials_overlay .random_testimony {
      color: #ffffff; }
      .random_testimonials .random_testimonials_overlay .random_testimony p:first-child {
        margin: 0px !important; }
      .random_testimonials .random_testimonials_overlay .random_testimony p {
        color: #ffffff;
        font-style: italic;
        font-size: 21px;
        font-weight: 300; }
      .random_testimonials .random_testimonials_overlay .random_testimony span {
        font-size: 21px;
        font-weight: 300; }

@media only screen and (max-width: 767px) {
  .random_testimonials {
    height: auto; }
    .random_testimonials .random_testimonials_overlay {
      height: auto !important; }
      .random_testimonials .random_testimonials_overlay .large-2.medium-3.small-12 {
        text-align: center;
        padding: 0px 0px 20px; }
    .random_testimonials .columns {
      float: none !important; } }

/* Global SCSS */
#dcp_section, #vf_section, #hgc_section {
  padding: 65px 0 100px 0; }
  #dcp_section h2, #vf_section h2, #hgc_section h2 {
    color: #fff;
    font-weight: 100;
    font-size: 50px;
    display: inline-block;
    top: 28px;
    position: relative; }
  #dcp_section .succeed_products_logo img, #vf_section .succeed_products_logo img, #hgc_section .succeed_products_logo img {
    margin-right: 25px; }
  #dcp_section .row:first-child, #vf_section .row:first-child, #hgc_section .row:first-child {
    margin-bottom: 60px; }
  #dcp_section .products_content_section, #vf_section .products_content_section, #hgc_section .products_content_section {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    line-height: 1.45; }
  #dcp_section .learn_more_button, #vf_section .learn_more_button, #hgc_section .learn_more_button {
    border-radius: 5px;
    border: 3px solid #fff;
    display: inline-block; }
    #dcp_section .learn_more_button a, #vf_section .learn_more_button a, #hgc_section .learn_more_button a {
      font-weight: 300;
      font-size: 21px;
      padding: 20px 25px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: none;
      display: block;
      animation: gradientGrowOut .25s; }
    #dcp_section .learn_more_button a:hover, #vf_section .learn_more_button a:hover, #hgc_section .learn_more_button a:hover {
      transition: 0.5s;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(70, 70, 70, 0.85) 100%);
      animation: gradientGrow .25s; }

/* Desktop Only */
/* Tablet Only */
/* Mobile Only */
/* Global SCSS */
#where_to_buy {
  margin-bottom: 50px; }
  #where_to_buy p {
    font-size: 21px !important;
    font-weight: 100; }
  #where_to_buy h3.where_title {
    font-size: 50px !important;
    font-weight: 100;
    text-align: center;
    padding-bottom: 30px; }
  #where_to_buy h3.select_title {
    font-size: 45px !important;
    font-weight: 100; }
  #where_to_buy h3.location_title {
    font-weight: 100;
    font-size: 30px !important;
    margin-bottom: 50px !important;
    margin-top: 20px; }
  #where_to_buy h3 .fa {
    color: #DEBF00 !important;
    font-size: 30px; }
  #where_to_buy .World_button .location_title {
    margin-bottom: 15px !important; }

.USA_button, .World_button {
  cursor: pointer; }

.USA_button img, .World_button img {
  transition: 1s ease all; }

.where_to_buy_circle {
  border-radius: 50%;
  background: #0084CD;
  color: #fff;
  width: 585px;
  height: 585px;
  padding: 50px;
  text-align: center;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: -850px auto 0px;
  box-shadow: 0px 0px 15px 4px #ccc; }
  .where_to_buy_circle .fa-times {
    padding: 3px 8px;
    border: 3px solid #e0dee3;
    font-size: 30px;
    color: #e0dee3;
    cursor: pointer; }
  .where_to_buy_circle .where_to_buy_circle_content h4 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 0px; }
  .where_to_buy_circle .where_to_buy_circle_content ul {
    padding-top: 10px;
    list-style: none; }
    .where_to_buy_circle .where_to_buy_circle_content ul li {
      list-style: none;
      color: #ffffff;
      font-weight: 300;
      font-size: 23px; }
      .where_to_buy_circle .where_to_buy_circle_content ul li a {
        color: #ffffff;
        font-weight: 300;
        font-size: 23px;
        border-bottom-color: #ffffff !important; }
  .where_to_buy_circle .where_to_buy_circle_content p {
    padding-top: 30px;
    font-weight: 300;
    font-size: 21px; }
  .where_to_buy_circle .where_to_buy_circle_content a {
    padding-top: 30px;
    font-weight: 300;
    font-size: 21px;
    color: #ffffff;
    border-bottom-color: #ffffff !important; }
  .where_to_buy_circle .usa_circle_content {
    padding-top: 100px; }
  .where_to_buy_circle .world_circle_content {
    padding-top: 40px; }

.grayscale {
  transition: 1s ease all;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

#ask_our_experts {
  padding: 50px 0;
  background: linear-gradient(to bottom, #dddddd 0%, white 40%); }
  #ask_our_experts h3 {
    font-size: 50px !important;
    font-weight: 100;
    margin-bottom: 15px; }
  #ask_our_experts p {
    font-size: 21px !important;
    font-weight: 100; }
  #ask_our_experts .email_us {
    padding: 10 20px; }
    #ask_our_experts .email_us button {
      font-size: 21px;
      border: 3px solid #000;
      text-align: center;
      padding: 30px 0px;
      width: 100%; }
      #ask_our_experts .email_us button a {
        border: none !important; }
    #ask_our_experts .email_us button:hover a {
      border-bottom: 1px solid #000000; }

/* */
/* Desktop Only */
/* Tablet Only */
/* Mobile Only */
/* Global SCSS */
.archive .topWrap {
  min-height: 75px; }

.blog #succeed_blog .columns:last-child:not(:first-child) {
  float: left; }

.blog .topWrap, .archive .topWrap, .search .topWrap {
  min-height: 75px; }
  .blog .topWrap #navigation, .archive .topWrap #navigation, .search .topWrap #navigation {
    display: block; }

.blog #succeed_blog_section, .archive #succeed_blog_section, .search #succeed_blog_section {
  background: none !important; }
  .blog #succeed_blog_section .blog_header, .archive #succeed_blog_section .blog_header, .search #succeed_blog_section .blog_header {
    background: rgba(88, 134, 51, 0.85); }
    .blog #succeed_blog_section .blog_header h3, .archive #succeed_blog_section .blog_header h3, .search #succeed_blog_section .blog_header h3 {
      text-align: right;
      width: 90%;
      float: right;
      margin: 12px 0px; }

.blog #succeed_blog_category .row:first-child h3, .archive #succeed_blog_category .row:first-child h3, .search #succeed_blog_category .row:first-child h3 {
  margin: 0;
  color: #000;
  margin: 45px 0; }

.blog #succeed_blog_category .pagination_block, .archive #succeed_blog_category .pagination_block, .search #succeed_blog_category .pagination_block {
  padding-right: 0 !important; }

.blog #succeed_blog_category .large-8.medium-12, .archive #succeed_blog_category .large-8.medium-12, .search #succeed_blog_category .large-8.medium-12 {
  padding-right: 0px !important; }

.blog #succeed_blog_category .pagination-centered, .archive #succeed_blog_category .pagination-centered, .search #succeed_blog_category .pagination-centered {
  background: #DEC000;
  padding: 15px 30px;
  margin: 45px 0; }
  .blog #succeed_blog_category .pagination-centered ul, .archive #succeed_blog_category .pagination-centered ul, .search #succeed_blog_category .pagination-centered ul {
    margin: 0;
    list-style-type: none; }
    .blog #succeed_blog_category .pagination-centered ul li, .archive #succeed_blog_category .pagination-centered ul li, .search #succeed_blog_category .pagination-centered ul li {
      display: inline-block; }
      .blog #succeed_blog_category .pagination-centered ul li a, .archive #succeed_blog_category .pagination-centered ul li a, .search #succeed_blog_category .pagination-centered ul li a {
        margin: 3px;
        color: #fff;
        font-size: 26px;
        font-weight: 300;
        text-decoration: none;
        border-bottom: none; }
        .blog #succeed_blog_category .pagination-centered ul li a .prev_next_text, .archive #succeed_blog_category .pagination-centered ul li a .prev_next_text, .search #succeed_blog_category .pagination-centered ul li a .prev_next_text {
          background: #004100;
          color: #DEC000;
          margin-left: 25px;
          margin-right: 15px;
          width: 29px;
          height: 29px;
          display: inline-block;
          padding: 0;
          vertical-align: middle;
          text-align: center;
          line-height: 29px; }
        .blog #succeed_blog_category .pagination-centered ul li a .prev_next_text:first-child, .archive #succeed_blog_category .pagination-centered ul li a .prev_next_text:first-child, .search #succeed_blog_category .pagination-centered ul li a .prev_next_text:first-child {
          margin-left: 20px; }
        .blog #succeed_blog_category .pagination-centered ul li a .previous_minus, .archive #succeed_blog_category .pagination-centered ul li a .previous_minus, .search #succeed_blog_category .pagination-centered ul li a .previous_minus {
          float: left;
          margin-top: 6px; }
      .blog #succeed_blog_category .pagination-centered ul li span, .archive #succeed_blog_category .pagination-centered ul li span, .search #succeed_blog_category .pagination-centered ul li span {
        font-size: 26px;
        font-weight: 300; }
    .blog #succeed_blog_category .pagination-centered ul li a.prev, .archive #succeed_blog_category .pagination-centered ul li a.prev, .search #succeed_blog_category .pagination-centered ul li a.prev {
      margin-right: 30px; }
    .blog #succeed_blog_category .pagination-centered ul li a.next, .archive #succeed_blog_category .pagination-centered ul li a.next, .search #succeed_blog_category .pagination-centered ul li a.next {
      margin-left: 30px; }

.blog #extensive, .archive #extensive, .search #extensive {
  height: 660px;
  padding-top: 40px; }
  .blog #extensive .row, .archive #extensive .row, .search #extensive .row {
    max-width: 1140px;
    padding: 30px 70px 0px;
    background: rgba(255, 255, 255, 0.5); }
  .blog #extensive .row:nth-child(2), .archive #extensive .row:nth-child(2), .search #extensive .row:nth-child(2) {
    padding: 0px 70px 30px; }
  .blog #extensive .columns, .archive #extensive .columns, .search #extensive .columns {
    padding: 0px !important; }
  .blog #extensive h3, .archive #extensive h3, .search #extensive h3 {
    font-size: 38px;
    font-weight: 300;
    color: #222222; }
  .blog #extensive .start_reading a, .archive #extensive .start_reading a, .search #extensive .start_reading a {
    border: 4px solid #000000;
    padding: 20px 0px;
    font-size: 39px;
    font-weight: 100;
    width: 100%;
    display: block;
    text-align: center; }
  .blog #extensive ul, .archive #extensive ul, .search #extensive ul {
    margin: 0px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
    .blog #extensive ul li, .archive #extensive ul li, .search #extensive ul li {
      display: block;
      padding-left: 20px;
      list-style: none;
      font-size: 20px;
      font-weight: 100; }
    .blog #extensive ul li:before, .archive #extensive ul li:before, .search #extensive ul li:before {
      content: '\00bb';
      color: #FFD700;
      height: 100%;
      position: absolute;
      margin-left: -20px;
      font-weight: 500;
      font-size: 28px;
      margin-top: -8px; }

.single #succeed_blog_section .blog_header {
  position: relative;
  top: 0;
  margin-top: 20px; }

.single .blog_header {
  position: absolute;
  top: 75px;
  width: 100%;
  background: rgba(88, 134, 51, 0.85);
  font-family: Roboto, Arial, sans-serif;
  padding: 20px 0px;
  color: #fff; }
  .single .blog_header .row h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 100;
    font-family: Roboto, Arial, sans-serif; }
  .single .blog_header .row h3 {
    color: #ffffff;
    text-align: right;
    width: 90%;
    float: right;
    font-size: 21px;
    font-weight: 300;
    font-family: Roboto, Arial, sans-serif;
    margin: 12px 0px; }

.single .product_options {
  background: linear-gradient(to bottom, #dedede 0%, white 16%, white 86%, rgba(255, 255, 255, 0) 100%) !important;
  padding: 110px 0px; }

.home #succeed_blog_section .blog_header {
  background: #659442 !important; }

/* Footer Blog section */
#succeed_blog_section {
  background: none !important; }
  #succeed_blog_section .blog_header {
    background: rgba(88, 134, 51, 0.85); }
    #succeed_blog_section .blog_header h3 {
      text-align: right;
      margin: 24px 0px; }
      #succeed_blog_section .blog_header h3 a {
        color: #fff;
        font-size: 26px;
        border: none; }

/* Desktop Only */
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog #succeed_blog_category .row:first-child h3 {
    margin: 45px 0px 0px; }
  .blog #succeed_blog_category .pagination-centered {
    margin: 25px 0px; }
  .blog #extensive {
    padding: 0px 14px; } }

/* Mobile Only */
@media only screen and (max-width: 767px) {
  .blog #succeed_blog_category .row:first-child h3 {
    margin: 45px 0px 0px; }
  .blog #succeed_blog_category .pagination-centered {
    margin: 25px 0px; }
  .blog #extensive {
    padding: 0px 14px; }
    .blog #extensive h3 {
      font-size: 36px; }
    .blog #extensive .start_reading {
      width: 90%;
      margin: 20px auto; } }

.assess_health_results,
.assess_health_results_0,
.assess_health_results_1,
.assess_health_results_2,
.assess_health_results_3 {
  display: none; }

.access_submit {
  background-color: transparent;
  transition: 0.25s all ease;
  animation: homeGradientGrowOut 0.25s;
  border-bottom: 3px solid #588633 !important;
  box-shadow: 0px 0px 0px 3px #aaaaaa;
  padding: 20px 20px;
  margin: 30px auto !important;
  width: 100%; }

.access_submit:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow 0.25s;
  transition: 0.25s all ease; }

.page-id-6816 .access_submit_wrap {
  height: auto !important;
  text-align: center; }

.page-id-6816 .su-column-size-1-4 {
  width: 25% !important; }

.page-id-6816 .su-column-size-1 {
  width: 100% !important; }

.page-id-6816 .su-column-size-3-4 {
  width: 75% !important; }

.page-id-6816 .su-column-size-1-2 {
  width: 50% !important; }

.entry-content #gform_wrapper_9 .gform_heading {
  display: none; }

.entry-content .gform_wrapper .gform_body ul,
.entry-content .gform_wrapper .wpm_regform_table ul,
.entry-content #ebooksNewsletterSignup .gform_body ul,
.entry-content #ebooksNewsletterSignup .wpm_regform_table ul {
  list-style: none; }
  .entry-content .gform_wrapper .gform_body ul li,
  .entry-content .gform_wrapper .wpm_regform_table ul li,
  .entry-content #ebooksNewsletterSignup .gform_body ul li,
  .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li {
    list-style: none;
    margin-bottom: 0px !important;
    padding-left: 0px; }
    .entry-content .gform_wrapper .gform_body ul li input,
    .entry-content .gform_wrapper .gform_body ul li select,
    .entry-content .gform_wrapper .wpm_regform_table ul li input,
    .entry-content .gform_wrapper .wpm_regform_table ul li select,
    .entry-content #ebooksNewsletterSignup .gform_body ul li input,
    .entry-content #ebooksNewsletterSignup .gform_body ul li select,
    .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li input,
    .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li select {
      font-size: 21px;
      padding: 10px 8px;
      box-shadow: none !important;
      border: 1px solid #cccccc;
      background: transparent;
      margin-top: 0.75em;
      height: 46px;
      border-radius: 0px; }
    .entry-content .gform_wrapper .gform_body ul li select,
    .entry-content .gform_wrapper .wpm_regform_table ul li select,
    .entry-content #ebooksNewsletterSignup .gform_body ul li select,
    .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li select {
      background-image: url("../../images/dropdown_arrow1.png");
      background-position: 98% center;
      background-repeat: no-repeat;
      background-size: 3%;
      -webkit-appearance: none; }
    .entry-content .gform_wrapper .gform_body ul li textarea,
    .entry-content .gform_wrapper .wpm_regform_table ul li textarea,
    .entry-content #ebooksNewsletterSignup .gform_body ul li textarea,
    .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li textarea {
      border: 1px solid #cccccc;
      margin-top: 0.75em; }
  .entry-content .gform_wrapper .gform_body ul li:before,
  .entry-content .gform_wrapper .wpm_regform_table ul li:before,
  .entry-content #ebooksNewsletterSignup .gform_body ul li:before,
  .entry-content #ebooksNewsletterSignup .wpm_regform_table ul li:before {
    display: none; }

.entry-content .gform_wrapper .gform_footer #gform_submit_button_9,
.entry-content #ebooksNewsletterSignup .gform_footer #gform_submit_button_9 {
  transition: 0.25s all ease !important;
  border-bottom: 3px solid #588633 !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  box-shadow: 0px 0px 0px 3px #aaaaaa !important;
  padding: 15px 30px !important;
  text-align: center !important;
  display: block !important;
  color: #000 !important;
  background: none; }

.entry-content .gform_wrapper .gform_footer #gform_submit_button_9:hover,
.entry-content #ebooksNewsletterSignup .gform_footer #gform_submit_button_9:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow 0.25s;
  transition: 0.25s all ease; }

.wlm_regform_container .wpm_regform_table {
  width: 100% !important; }

.wlm_regform_container table {
  border: none !important;
  padding: 0px !important; }

.wlm_regform_container tr {
  list-style: none;
  display: inline-block;
  width: 33.33333%;
  vertical-align: top !important; }
  .wlm_regform_container tr td {
    list-style: none;
    margin-bottom: 0px !important;
    padding-left: 0px;
    display: block;
    width: 100%;
    text-align: left !important; }
    .wlm_regform_container tr td input,
    .wlm_regform_container tr td select {
      font-size: 21px;
      padding: 10px 8px;
      box-shadow: none !important;
      border: 1px solid #cccccc;
      background: transparent;
      margin-top: 0.75em;
      height: 46px;
      border-radius: 0px;
      margin-top: 0px !important;
      text-align: left !important;
      width: 97% !important; }
    .wlm_regform_container tr td select {
      background-image: url("../../images/dropdown_arrow1.png");
      background-position: 98% center;
      background-repeat: no-repeat;
      background-size: 3%;
      -webkit-appearance: none; }
  .wlm_regform_container tr .label {
    color: #588633 !important;
    padding-top: 22px !important;
    vertical-align: middle !important;
    font-weight: 300 !important;
    text-align: left !important;
    padding-bottom: 0px !important; }
  .wlm_regform_container tr td:before {
    display: none; }

.li_submit .fld.button {
  transition: 0.25s all ease !important;
  border-bottom: 3px solid #588633 !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  box-shadow: 0px 0px 0px 3px #aaaaaa !important;
  padding: 15px 30px !important;
  text-align: right !important;
  display: block !important;
  color: #000 !important;
  background: none;
  height: 60px !important;
  float: left;
  margin-top: -80px !important;
  text-align: center !important; }

.li_submit .fld.button:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow 0.25s;
  transition: 0.25s all ease; }

.page-id-2173 .li_submit .fld.button,
.page-id-2166 .li_submit .fld.button {
  margin-top: 0px !important; }

.page-id-3975 .container .main_content_area .entry-content .su-tabs .su-tabs-nav span {
  background: #006fb0; }

.page-id-3975 .container .main_content_area .entry-content .su-tabs .su-tabs-nav .su-tabs-current {
  background: #0083d0;
  border-color: #0083d0; }

.page-id-3975 .container .main_content_area .entry-content .su-tabs .su-tabs-panes .su-tabs-pane {
  background: #0083d0; }

.car-container .car-list li {
  background: #ddbe00;
  padding: 5px 50px !important;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px !important; }
  .car-container .car-list li ul li {
    font-size: 21px !important; }
    .car-container .car-list li ul li a {
      color: #ffffff !important;
      border-bottom-color: #ffffff !important; }
    .car-container .car-list li ul li a:hover {
      border: none !important; }
  .car-container .car-list li ul li:before {
    display: none !important;
    padding-top: 4px !important; }

.car-container .car-list li:before {
  font-family: 'FontAwesome';
  content: '\f067' !important;
  color: #ffffff !important;
  margin-left: -40px !important; }

#gform_submit_button_12,
#gform_submit_button_13,
#gform_submit_button_11,
#gform_submit_button_2,
#gform_submit_button_7 {
  background-color: transparent;
  transition: 0.25s all ease;
  animation: homeGradientGrowOut 0.25s;
  box-shadow: none;
  padding: 10px 20px;
  margin-left: 30px; }

#gform_submit_button_12:hover,
#gform_submit_button_13:hover,
#gform_submit_button_11:hover,
#gform_submit_button_2:hover,
#gform_submit_button_7:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow 0.25s;
  transition: 0.25s all ease; }

#gform_submit_button_12 {
  margin-left: 0px !important; }

#label_11_6_1,
#label_2_6_1,
#label_7_12_0 {
  margin-top: 15px !important; }

.gform_body textarea {
  padding: 10px 8px !important; }

.display_archive .campaign {
  font-size: 21px;
  font-size: 100;
  font-family: Roboto, Arial, sans-serif; }

table {
  display: block;
  padding: 0px 0px;
  border-top: 4px solid #56872c;
  border-bottom: 4px solid #56872c; }
  table tbody tr .th,
  table tbody tr th {
    background: #ebebeb;
    border: 5px solid #fefefe;
    padding: 14px 20px; }
  table tbody tr td {
    background: #fefefe;
    padding: 14px 10px;
    text-align: center;
    vertical-align: middle;
    border: none; }

.small-only {
  display: none; }

@media only screen and (max-width: 767px) {
  .small-only {
    display: block; }
  .large-only {
    display: none; }
  table {
    width: 100%; }
    table tbody {
      display: block;
      width: 100%; }
      table tbody tr {
        display: block;
        width: 100%; }
        table tbody tr .th,
        table tbody tr th {
          width: 100%;
          display: inline-block; }
        table tbody tr td {
          display: inline-block;
          width: 50%; }
  .wlm_regform_container tr {
    width: 100%; }
  .wlm_regform_container tr .label {
    padding-top: 0px !important; }
  .wlm_regform_container tr.li_submit {
    margin-top: 40px; } }

.gform_wrapper .gform_footer .gform_button {
  transition: 0.25s all ease !important;
  border-bottom: 3px solid #588633 !important;
  font-size: 22px !important;
  font-weight: 100 !important;
  box-shadow: 0px 0px 0px 3px #aaaaaa !important;
  padding: 15px 30px !important;
  text-align: center !important;
  display: block !important;
  color: #000 !important;
  background: none; }
  .gform_wrapper .gform_footer .gform_button:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
    animation: homeGradientGrow 0.25s;
    transition: 0.25s all ease; }

#gform_confirmation_wrapper_2 {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #ddbe00;
  padding: 2rem;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  z-index: 9999999; }

.testimonials_nav .active {
  border-bottom-color: #0083d0 !important; }

.testimonials_nav a {
  margin-bottom: 42px; }

.ltw_tes_item {
  border-top: 5px solid #e3c900;
  background: #ebebeb;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ebebeb, transparent 35%); }
  .ltw_tes_item .itw_image {
    padding: 0px;
    width: 20% !important; }
  .ltw_tes_item .itw_content {
    padding: 0px;
    width: 80% !important;
    line-height: 93px; }
    .ltw_tes_item .itw_content .itw_description {
      font-weight: 400 !important;
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      padding-left: 20px; }
      .ltw_tes_item .itw_content .itw_description span {
        font-weight: 400 !important;
        font-size: 22px; }
      .ltw_tes_item .itw_content .itw_description a {
        border: none;
        font-weight: 400;
        font-size: 22px; }
      .ltw_tes_item .itw_content .itw_description a:hover {
        border-bottom: 1px solid #000; }
  .ltw_tes_item .ltw_tes_content_cont {
    padding: 45px 0px 0px; }
  .ltw_tes_item .ltw_tes_testimonial a.readMoreButton {
    transition: .25s all ease;
    animation: homeGradientGrowOut .25s;
    border-bottom: 3px solid #588633 !important;
    box-shadow: 0px 0px 0px 3px #AAAAAA !important;
    float: right;
    margin: 30px 0px 0px;
    padding: 10px 30px !important; }
  .ltw_tes_item .ltw_tes_testimonial a.readMoreButton:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
    animation: homeGradientGrow .25s;
    transition: .25s all ease; }

.ltw_tes_item:nth-child(even) {
  width: 48.5% !important;
  margin: 0px 0.75%;
  padding: 20px 20px 40px 20px; }

.ltw_tes_item:nth-child(odd) {
  width: 48.5% !important;
  margin: 0px 0.75%;
  padding: 20px 20px 40px 20px; }

.success_excerpt {
  height: 135px;
  overflow: hidden; }

.success_excerpt.active {
  height: auto; }

/* Testimonials without a read more */
/* End */
@media only screen and (max-width: 767px) {
  .container .main_content_area .entry-content .ltw_tes_item {
    width: 100% !important;
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
    height: auto !important; }
  .page-id-7026 .container .main_content_area .entry-content .testimonials_nav .bttn {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px !important; }
  .page-id-7026 .entry-content .success_stories_view {
    display: block;
    padding: 20px 0px;
    text-align: center; }
  .page-id-7026 .entry-content .testimonials_nav {
    text-align: center; }
  .page-id-7026 .ltw_tes_item .itw_content .itw_description {
    vertical-align: top; }
  .page-id-7026 .ltw_tes_item .ltw_tes_content_cont {
    padding: 10px 0px 0px !important; }
  .page-id-7026 .ltw_tes_item:nth-child(odd), .page-id-7026 .ltw_tes_item:nth-child(even) {
    margin: 0px !important;
    width: 100% !important; } }

.mpfy-fullwrap .mpfy-controls-wrap .mpfy-controls {
  background: rgba(88, 134, 51, 0.6); }
  .mpfy-fullwrap .mpfy-controls-wrap .mpfy-controls .mpfy-search-form {
    background: #588633; }
    .mpfy-fullwrap .mpfy-controls-wrap .mpfy-controls .mpfy-search-form .mpfy_search_button {
      background-color: transparent; }
  .mpfy-fullwrap .mpfy-controls-wrap .mpfy-controls .mpfy-search-radius {
    background: #588633; }
    .mpfy-fullwrap .mpfy-controls-wrap .mpfy-controls .mpfy-search-radius .mpfy-selecter-wrap .selecter {
      background: #588633; }

.mpfy-fullwrap .mpfy-controls-wrap .mpfy-zoom-in, .mpfy-fullwrap .mpfy-controls-wrap .mpfy-zoom-out {
  border: none; }

.mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location {
  background: #ddbe01; }
  .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-heading {
    border: none; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-heading .mpfy-mll-l-pin {
      display: none; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-heading .mpfy-mll-l-title {
      color: #ffffff;
      font-weight: 300;
      font-family: Roboto, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 22px !important; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-heading .mpfy-mll-l-title:before {
      font-family: 'FontAwesome';
      content: '\f041';
      color: #ffffff;
      font-size: 42px;
      position: absolute;
      margin-left: -44px; }
  .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-content {
    padding-top: 0px !important; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-content p {
      margin-bottom: 0px !important;
      font-family: Roboto, Arial, sans-serif !important;
      font-weight: 300;
      font-size: 21px; }
      .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-content p strong {
        color: #ffffff;
        font-family: Roboto, Arial, sans-serif !important;
        font-weight: 300;
        font-size: 21px; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-content .mpfy-mll-l-buttons a {
      border: 3px solid #ffffff;
      background: none;
      color: #ffffff;
      font-size: 21px;
      font-family: Roboto, Arial, sans-serif !important;
      font-weight: 300;
      padding: 7px 22px;
      margin-top: 15px; }
    .mpfy-fullwrap .mpfy-mll .mpfy-mll-list .mpfy-mll-location .mpfy-mll-l-content .mpfy-mll-l-buttons a:hover {
      border: 3px solid #ffffff;
      background: #ffffff;
      color: #ddbe01;
      font-size: 21px;
      font-family: Roboto, Arial, sans-serif !important;
      font-weight: 300;
      padding: 7px 22px; }

/* Global SCSS */
/* Desktop Only */
/* Tablet Only */
/* Mobile Only */
/* Rewards Section 2 */
#post-5460 #login {
  background: transparent;
  margin-top: -140px; }
  #post-5460 #login a {
    float: right;
    color: #000000; }
    #post-5460 #login a .logout_text {
      color: #000000;
      font-size: 22px;
      font-weight: 300;
      text-transform: inherit; }
    #post-5460 #login a .fa-caret-right {
      display: none; }

.sub-page-content .mid-content .contentArea form {
  margin-bottom: 80px; }
  .sub-page-content .mid-content .contentArea form > .row {
    margin: auto !important; }
    .sub-page-content .mid-content .contentArea form > .row .small-12.columns p {
      padding: 0px 20px;
      font-size: 21px;
      font-weight: 300; }
    .sub-page-content .mid-content .contentArea form > .row .dd-container {
      width: 100% !important; }
      .sub-page-content .mid-content .contentArea form > .row .dd-container .dd-select {
        width: 100% !important;
        border: none; }
        .sub-page-content .mid-content .contentArea form > .row .dd-container .dd-select input {
          width: 100% !important;
          font-size: 21px;
          font-weight: 100;
          padding: 0px 13px;
          border: none;
          height: 55px; }
        .sub-page-content .mid-content .contentArea form > .row .dd-container .dd-select .dd-selected {
          border: none;
          background: #ffffff; }
          .sub-page-content .mid-content .contentArea form > .row .dd-container .dd-select .dd-selected .dd-selected-text {
            font-size: 21px;
            font-weight: 100; }
      .sub-page-content .mid-content .contentArea form > .row .dd-container .dd-options {
        width: 100% !important; }
    .sub-page-content .mid-content .contentArea form > .row .survey_inputs {
      padding: 0px 35px;
      font-size: 21px;
      font-weight: 300;
      margin-bottom: 30px; }
    .sub-page-content .mid-content .contentArea form > .row #survaybtnRegister {
      width: 300px;
      padding: 27px 0px;
      background: transparent;
      border: 3px solid #ffffff;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 400;
      font-size: 22px;
      height: auto !important;
      transition: 0.5s;
      margin-right: 20px;
      float: right;
      margin-bottom: 40px; }
    .sub-page-content .mid-content .contentArea form > .row #survaybtnRegister:hover {
      background: #FFFFFF;
      border: 3px solid transparent;
      color: #000000;
      transition: 0.5s; }

.instructions .large-8 {
  position: relative;
  top: 30px; }

#login > span {
  font-size: 37px !important;
  color: #ffffff;
  padding: 30px 20px;
  font-weight: 100 !important;
  font-family: Roboto, Arial, sans-serif;
  line-height: 51px;
  color: #ffffff !important; }

.page-id-5537 h1 {
  padding-left: 15px; }

.page-id-5537 #rewards_registration_form p {
  padding-left: 15px; }

/* ----------------- */
@media only screen and (max-width: 767px) {
  #survaybtnRegister {
    width: 90% !important;
    float: none !important;
    text-align: center;
    margin: 0px 16px !important; } }

.entry-content ul li {
  font-weight: 100; }

.home #sfm-mob-navbar, .home #sfm-mob-navbar .sfm-navicon-button {
  margin-top: -100%; }

.home #sfm-mob-navbar .sfm-navicon-button {
  transition: 0.5s; }

.home #sfm-mob-navbar.show_for_scroll, .home #sfm-mob-navbar.show_for_scroll .sfm-navicon-button {
  margin-top: 0px; }

.clear {
  clear: both; }

#copyright {
  position: relative;
  z-index: 2;
  background: #ffffff; }

#slogan {
  position: relative;
  margin-top: 40px !important; }

/** This is for the menu styling **/
#navigation .main_menu .menu_left {
  padding-top: 35px; }
  #navigation .main_menu .menu_left .main_menu_item {
    display: block;
    left: 0px; }
    #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link {
      width: 50%;
      display: inline-block;
      float: left;
      font-size: 35px;
      font-weight: 100;
      padding: 25px 0px;
      padding-right: 15px; }
      #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link a {
        font-size: 36px;
        color: #ffffff;
        position: relative;
        display: inline-block; }
        #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link a:hover {
          color: #FFD700; }
          #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link a:hover:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #FFD700;
            right: -25px; }
      #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link .main-menu-half-button {
        padding: 0px 60px;
        border: 3px solid #ffffff;
        animation: menuGradientGrowOut .25s;
        transition: .25s all ease; }
        #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link .main-menu-half-button:hover {
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(37, 83, 0, 0.85) 100%);
          animation: menuGradientGrow .25s;
          transition: .25s all ease; }
          #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link .main-menu-half-button:hover:after {
            display: none; }
    #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link:nth-child(even) {
      border-right: 1px solid #FFD700; }

@media only screen and (max-width: 767px) {
  html {
    margin-top: 0px !important; }
  body .sfm-label-hidden {
    display: block !important; }
  .sfm-navicon-button {
    width: 100% !important;
    position: fixed !important;
    background: #2e6800 !important; }
    .sfm-navicon-button .sfm-navicon {
      width: 30px !important;
      position: absolute !important;
      right: 0px !important;
      left: inherit !important;
      margin: 0px 15px !important; } }

/* Custom Styling for Only tweaks - Made by Michael Schut */
@media only screen and (min-width: 1366px) {
  #footer .footerSection .footer_address_wrap .footer_telephone {
    margin-top: -83px;
    margin-right: 10px; } }

@media only screen and (min-width: 1025) and (max-width: 1150px) {
  #footer .footerSection .footer_address_wrap .footer_telephone a {
    font-size: 20px; } }

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  #footer .footerSection .footer_address_wrap .footer_telephone a {
    font-size: 18px; }
  #footer .footerSection .footer_address_wrap h3 {
    font-size: 18px; }
  #footer .footerSection .footer_address_wrap .footer_address {
    font-size: 18px; } }

@media only screen and (max-width: 960px) {
  #footer .footerSection .footer_address_wrap .footer_telephone a {
    padding-right: 15px; }
  #footer .footerSection .footer_address_wrap .footer_telephone a br {
    display: none !important; } }

@media only screen and (max-width: 438px) {
  #footer .footerSection .country_links {
    height: 160px !important; }
  #footer .footerSection .footer_address_wrap {
    height: auto !important;
    padding-bottom: 20px; } }

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  #navigation .top_nav_logo span {
    font-size: 22px; }
  #navigation .top_nav_slogan {
    font-size: 22px; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #navigation .top_nav_logo span {
    display: none !important; } }

#footer .footerSection .country_links {
  position: relative; }

#footer .footerSection .country_links span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }

#footer .footerSection .country_links span:before {
  content: 'Languages Coming Soon';
  z-index: 1;
  font-size: 38px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 100;
  position: absolute;
  width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.products_menu .textwidget .button {
  display: block;
  width: 80%;
  margin-bottom: 10px;
  padding: 15px 0px;
  background: none;
  border: #fefefe solid 3px;
  color: #fefefe;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -1px;
  text-align: center;
  animation: menuGradientGrowOut .25s;
  transition: 0.5s; }
  .products_menu .textwidget .button:hover {
    color: #FFD700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(37, 83, 0, 0.85) 100%);
    animation: menuGradientGrow .25s; }
  @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .products_menu .textwidget .button {
      width: 100%; } }

.mpf-p-popup-holder {
  z-index: 999999 !important; }

.single-post .container .main_content_area {
  margin-top: 95px; }

.single-post .hero_image .hero_gradient {
  width: 0;
  height: 0; }

.inline-succeed {
  display: inline !important; }

/*button {
	background: $button-background !important;
	color: $button-color;
	padding: $button-padding;
	margin: $button-margin;
}*/
.button {
  background: #2199e8; }

/*
.sites-button {
  background: $button-background;
  color: $button-color;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
  border-radius: 3px;
  border: none;
  padding: 10px 20px;
}
*/
#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 2rem;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 48em) {
  #featured-hero {
    height: 25rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6.svg") bottom center;
  background-size: cover;
  background-position: center;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 48em) {
    #front-hero {
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch section {
    display: inline; }
  #front-hero #watch a {
    color: #B4C9D1;
    cursor: pointer;
    font-weight: 400;
    margin-right: 1.25rem; }
  #front-hero #watch a:hover {
    color: #fff; }
  #front-hero #watch #stargazers :before {
    content: "\f09b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #B4C9D1;
    margin-right: 0.5rem; }
  #front-hero #watch #twitter :before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #B4C9D1;
    margin-right: 0.5rem; }
  @media screen and (min-width: 320px) and (max-width: 640px) {
    #front-hero .tagline {
      width: 100%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      #front-hero .tagline:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 641px) and (max-width: 870px) {
    #front-hero .tagline {
      width: 75%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; }
      #front-hero .tagline:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 871px) {
    #front-hero .tagline {
      width: 41.66667%;
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      padding-top: 6rem; }
      #front-hero .tagline:last-child:not(:first-child) {
        float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500; }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .fpmock img {
    position: absolute;
    top: 1.3125rem; }
    @media screen and (max-width: 870px) {
      #front-hero .fpmock img {
        display: none; } }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        margin-left: 8.33333%; }
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 85.375rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#gform_submit_button_2 {
  margin-left: 00px; }

#gform_submit_button_2:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow .25s;
  transition: .25s all ease; }

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important; }

.ltw_tes_item .itw_content {
  min-height: 100px; }

#gform_submit_button_1 {
  background-color: transparent;
  transition: .25s all ease;
  animation: homeGradientGrowOut .25s;
  box-shadow: none;
  padding: 10px 20px;
  margin-left: 0px;
  border-bottom: 3px solid #588633 !important; }

#gform_submit_button_1:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #bbbbbb 100%);
  animation: homeGradientGrow .25s;
  transition: .25s all ease; }

#contactdir_directory_show p a {
  transition: .25s all ease !important;
  border-bottom: 3px solid #588633 !important;
  font-weight: 100 !important;
  box-shadow: 0px 0px 0px 3px #AAAAAA !important;
  text-align: center !important;
  color: #000 !important;
  display: inline-block !important;
  padding: 10px 15px !important;
  margin-right: 22px !important;
  font-size: 21px !important;
  transition: .25s all ease;
  animation: homeGradientGrowOut .25s; }
  #contactdir_directory_show p a:hover {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #e1e1e1 100%);
    animation: homeGradientGrow .25s;
    transition: .25s all ease; }

.container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input {
  padding-left: 30px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif !important; }

.container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input::-webkit-input-placeholder {
  color: #0a0a0a; }

.container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input:-moz-placeholder {
  color: #0a0a0a; }

.container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input::-moz-placeholder {
  color: #0a0a0a; }

.container .main_content_area .succeed_enewsletter .enewsletter_form .gform_wrapper .gform_body ul li div input:-ms-input-placeholder {
  color: #0a0a0a; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsletter {
    height: auto !important;
    padding-bottom: 70px; }
    .newsletter .row .columns .newsletter_right .subscribe_form .gform_wrapper .gform_footer input[type=submit] {
      font-size: 18px !important;
      padding: 10px 0 !important; }
  .hero_image {
    margin-top: 72px;
    background-position: center 0px !important;
    background-attachment: inherit !important; }
  #slider .slider .slide-image {
    background-attachment: inherit !important; }
  .serious-horse-wrap .serious-horse-people .serious-horse-bg {
    background-position: top center !important; }
  #navigation .main_menu .menu_left .main_menu_item .main-menu-half-link .main-menu-half-button {
    padding: 0px 20px !important; } }

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #logo {
    margin-top: 10%; } }

@media only screen and (min-width: 1366px) {
  #footer .footerSection .footer_address_wrap .footer_telephone a {
    font-size: 24px; } }

@media only screen and (max-width: 1230px) {
  #footer .footerSection .footer_address_wrap .footer_telephone a {
    font-size: 21px; } }

@media only screen and (max-width: 960px) {
  #footer .footerSection .footer_address_wrap .footer_telephone {
    margin-top: 0;
    margin-right: 0;
    float: none; } }

@media only screen and (max-width: 767px) {
  .hero_image {
    margin-top: 72px;
    background-position: center 0px !important;
    background-attachment: inherit !important; }
  #contactdir_directory_show p a {
    margin-bottom: 20px; }
  #slider .slider .slide-image {
    background-attachment: inherit !important;
    background-size: auto 100%  !important;
    width: 120% !important; }
  #home_cover_info {
    width: 90%;
    font-size: 18px; }
  #products_section {
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, white), color-stop(86%, white), color-stop(100%, #dddddd));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 3%, white 86%, #dddddd 100%); }
  .serious-horse-wrap .serious-horse-people .serious-horse-bg {
    background-position: center center !important; } }

#language-switcher, #sfm-sidebar .widget-area {
  display: inline-block;
  line-height: 1.2;
  padding: 0;
  position: relative;
  padding-left: 40px; }
  #language-switcher ul, #sfm-sidebar .widget-area ul {
    display: inline-block;
    margin: 0; }
  #language-switcher li, #sfm-sidebar .widget-area li {
    list-style-type: none;
    display: none; }
  #language-switcher #select-language, #sfm-sidebar .widget-area #select-language {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    top: 5px;
    margin-right: 10px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300; }
  #language-switcher #euro-active-lang, #sfm-sidebar .widget-area #euro-active-lang {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer; }
    #language-switcher #euro-active-lang:after, #sfm-sidebar .widget-area #euro-active-lang:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      transition: .3s all ease; }
    #language-switcher #euro-active-lang.euro-switch-arrow img, #sfm-sidebar .widget-area #euro-active-lang.euro-switch-arrow img {
      transition: .3s all ease;
      opacity: .2; }
    #language-switcher #euro-active-lang.euro-switch-arrow:after, #sfm-sidebar .widget-area #euro-active-lang.euro-switch-arrow:after {
      transition: .3s all ease;
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg); }
    #language-switcher #euro-active-lang .language-name, #sfm-sidebar .widget-area #euro-active-lang .language-name {
      display: none; }
    #language-switcher #euro-active-lang img, #sfm-sidebar .widget-area #euro-active-lang img {
      opacity: .7;
      height: 100%;
      width: 100%;
      transition: .3s all ease; }

#language-switcher #euro-wpml-switcher {
  display: none; }
  #language-switcher #euro-wpml-switcher.active-switcher {
    display: block; }

#euro-wpml-switcher {
  position: absolute;
  right: -25px;
  top: 80px;
  background: #2e6800;
  z-index: 9999999999;
  border: 1px solid #ccc; }
  #euro-wpml-switcher.active-switcher {
    display: block;
    padding: 10px 0; }
    #euro-wpml-switcher.active-switcher li {
      display: block;
      margin: 10px 0;
      color: #fff; }
      #euro-wpml-switcher.active-switcher li.active {
        padding: 0 20px; }
        #euro-wpml-switcher.active-switcher li.active:hover {
          color: #000; }
      #euro-wpml-switcher.active-switcher li a {
        display: inline-block;
        padding: 5px 20px;
        width: 100%;
        color: #fff; }
      #euro-wpml-switcher.active-switcher li .language-name {
        margin-left: 10px; }
      #euro-wpml-switcher.active-switcher li:hover a {
        background: #FFD700;
        color: #000; }

#navigation .top_nav_logo span, #navigation .top_nav_slogan {
  font-size: 26px; }

#language-switcher {
  width: 24%; }

#logo-section {
  width: 46.66667%; }

#menu-section {
  width: 29.33333%; }

#navigation .top_nav_logo span {
  font-size: 22px; }

.succeed_testimonials .columns h4 {
  font-size: 21px; }

.succeed_testimonials .columns .sticky-wrapper .succeed_seeall, .succeed_testimonials .columns .sticky-wrapper .succeed_read {
  min-height: 59px; }

#succeed_blog_section .blog_header h3 a {
  margin-top: 0; }

#navigation .main_menu .menu_right .menu_wrap .search input[type="text"] {
  padding: 0px 10px; }

@media only screen and (max-width: 1380px) {
  #navigation .top_nav_logo span, #navigation .top_nav_slogan {
    font-size: 21px; }
  #language-switcher {
    padding-left: 10px; } }

@media only screen and (max-width: 1380px) {
  #navigation .top_nav_logo span {
    font-size: 18px;
    margin-left: 15px; }
  #navigation .top_nav_slogan {
    font-size: 18px; }
  #language-switcher {
    padding-left: 0; } }

@media only screen and (max-width: 1170px) and (min-width: 900px) {
  #navigation .top_nav_logo span, #navigation .top_nav_slogan {
    font-size: 21px; }
  #navigation .top_nav_logo span {
    display: none; }
  #navigation #logo-section {
    width: 16.66667%; }
  #language-switcher {
    padding-left: 20px;
    width: 33.33333%; }
  #menu-section {
    width: 50%; } }

@media only screen and (max-width: 900px) {
  #navigation .top_nav_slogan {
    display: none; }
  #navigation #logo-section {
    width: 25%; }
  #language-switcher {
    padding-left: 40px;
    width: 50%; }
  #menu-section {
    width: 25%; } }

#sfm-sidebar .widget-area h3 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 23px;
  color: #fff; }

#sfm-sidebar .widget-area {
  margin-bottom: 30px; }

#mobile-euro-wpml-switcher {
  width: 100%; }
  #mobile-euro-wpml-switcher li {
    display: block !important;
    font-size: 20px;
    margin-bottom: 10px; }
    #mobile-euro-wpml-switcher li.active {
      display: none !important; }
    #mobile-euro-wpml-switcher li a {
      color: #fff;
      display: block; }
      #mobile-euro-wpml-switcher li a img {
        padding-right: 10px; }

.page-id-8177 .serving_sections > h2, .page-id-8177 .serving_sections > span, .page-id-8182 .serving_sections > h2, .page-id-8182 .serving_sections > span {
  display: block; }

.page-id-8177 .serving_sections > h2, .page-id-8182 .serving_sections > h2 {
  margin-bottom: 10px !important; }

.page-id-8177 .serving_sections > span, .page-id-8182 .serving_sections > span {
  padding-left: 0;
  margin-bottom: 20px !important; }

.page-id-8085 .product_labeling .row .large-8.medium-12 div {
  padding-right: 15px; }
  .page-id-8085 .product_labeling .row .large-8.medium-12 div h4 {
    font-size: 18px;
    padding-left: 20px;
    font-weight: 400; }
  .page-id-8085 .product_labeling .row .large-8.medium-12 div:last-of-type {
    padding-right: 0px; }

.bttn.custom-wpml-bttn-fix {
  padding: 0 !important; }
  .bttn.custom-wpml-bttn-fix a {
    display: block !important;
    border-bottom: none;
    padding: 15px 30px !important; }

.white-bttn.custom-wpml-white-bttn-fix {
  display: inline-block !important;
  max-width: 653px;
  width: 100%;
  padding: 0 !important; }
  .white-bttn.custom-wpml-white-bttn-fix a {
    padding: 20px 30px !important;
    display: block !important;
    color: #fff;
    border-bottom: none; }

#footer .footerSection .footer_address_wrap {
  width: 57.4% !important; }
  @media screen and (max-width: 64em) {
    #footer .footerSection .footer_address_wrap {
      width: 66.666% !important; } }
  @media screen and (max-width: 48em) {
    #footer .footerSection .footer_address_wrap {
      width: 50% !important; } }
  @media screen and (max-width: 37.5em) {
    #footer .footerSection .footer_address_wrap {
      width: 100% !important; } }
  #footer .footerSection .footer_address_wrap .footer_telephone {
    margin-right: 40px;
    margin-top: -73px; }
    @media screen and (max-width: 64em) {
      #footer .footerSection .footer_address_wrap .footer_telephone {
        float: right !important;
        margin-right: 25px;
        margin-top: -60px; } }
    @media screen and (max-width: 48em) {
      #footer .footerSection .footer_address_wrap .footer_telephone {
        float: none !important; } }
    #footer .footerSection .footer_address_wrap .footer_telephone a {
      font-size: 32px; }
      @media screen and (max-width: 64em) {
        #footer .footerSection .footer_address_wrap .footer_telephone a {
          font-size: 21px; } }

#footer .footerSection .country_links {
  width: 22% !important; }
  @media screen and (max-width: 64em) {
    #footer .footerSection .country_links {
      width: 33.333% !important; } }
  @media screen and (max-width: 48em) {
    #footer .footerSection .country_links {
      width: 50% !important; } }
  @media screen and (max-width: 37.5em) {
    #footer .footerSection .country_links {
      width: 100% !important; } }
  #footer .footerSection .country_links span {
    position: relative;
    height: 0px;
    top: 75px;
    left: auto; }
    #footer .footerSection .country_links span:before {
      content: 'Available In:'; }
      @media screen and (max-width: 64em) {
        #footer .footerSection .country_links span:before {
          font-size: 26px;
          line-height: 1.2; } }
  #footer .footerSection .country_links .countries .countries_row .country {
    width: 33.333%; }

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