/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.jumplink {
  position: absolute;
  left: -9999px;
  display: block;
  z-index: 1000;
}
.jumplink:focus {
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: black;
  color: white;
  text-decoration: none;
  padding: 10px;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  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;
  }
}
body {
  font-family: 'Verdana', 'Helvetica', sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #404042;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  font-family: 'Droid Serif', serif;
  line-height: normal;
}
h1 {
  font-size: 13px;
  color: #4196C8;
}
h2 {
  font-size: 14px;
}
h3 {
  font-size: 12px;
  color: #4196C8;
}
div.page-header h1 {
  margin-left: -20px;
  padding: 5px 10px 5px 20px;
  background: #4196c8;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.highlighted h2 {
  color: #79AD95;
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-weight: 400;
}
.highlighted h2 span {
  display: block;
}
a {
  text-decoration: none;
  color: #4196C8;
}
.green {
  color: #6e9387;
}
.blue {
  color: #4196C8;
}
.bold {
  font-weight: 600;
}
footer {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  div.page-header h1 {
    margin-left: -30px;
    padding: 5px 15px 5px 30px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  div.page-header h1 {
    margin-left: -50px;
    padding: 5px 20px 5px 50px;
    font-size: 18px;
  }
  footer {
    font-size: 13px;
  }
  .highlighted h2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1020px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  div.page-header h1 {
    margin-left: 0px;
    padding: 5px 15px 5px 15px;
    font-size: 20px;
    margin-top: 0px;
  }
  footer {
    font-size: 14px;
  }
  .highlighted h2 {
    font-size: 20px;
  }
}
body{
  background: #ECF6FB;
}
body#tinymce {
  background: #fff;
}
#toolbar {
  height: 35px;
  background-color: rgba(65, 150, 200, 0.6);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
header {
  position: relative;
}
main {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
footer {
  background: #DDF0E8;
  height: 35px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
}
#wrapper {
  max-width: 1200px;
  background: #fff;
  margin: 0;
  width: 100%;
  margin-left: 0px;
  -webkit-transition: margin-left 0.5s;
  /* Safari */
  transition: margin-left 0.5s;
  position: relative;
  overflow-x: hidden;
}
div[itemprop="blogPost"] {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 480px) {
  main {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  main {
    padding: 30px 50px;
  }
  footer {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1020px) {
  main {
    padding: 20px 50px 20px 50px;
  }
  #content-area {
    float: right;
    width: 70%;
  }
  #main_nav {
    float: left;
    width: 25%;
  }
  #wrapper {
    margin: 0 auto 25px auto;
    overflow-x: visible;
  }
}
#product_overview #product_overview_nav {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
#product_overview #product_overview_nav li {
  padding: 7px 5px;
  width: 100%;
  box-sizing: border-box;
  background: #cceaf4;
  font-family: 'Droid Serif', serif;
  display: none;
  text-transform: uppercase;
  text-align: center;
}
#product_overview #product_overview_nav li a {
  color: #4196C8;
  font-weight: 600;
}
#product_overview #product_overview_nav li#listtoggler {
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2020.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2030%2030%22%20style%3D%22enable-background%3Anew%200%200%2030%2030%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2324B484%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M28%2C3.8L15%2C26.2L2%2C3.8H28z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  display: block;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 20px;
  height: 30px;
  cursor: pointer;
}
#product_overview #product_overview_nav.activelist li {
  display: block;
}
#product_overview .product_overview_results {
  list-style-type: none;
  padding: 0px;
}
#product_overview .product_overview_results li {
  padding: 3px 5px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  background: #DDF0E8;
  font-family: 'Droid Serif', serif;
  margin-bottom: 10px;
}
#product_overview .product_overview_results li a {
  color: #79AD95;
}
@media screen and (min-width: 480px) {
  #product_overview #product_overview_nav {
    overflow: hidden;
  }
  #product_overview #product_overview_nav li {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px 10px 10px 0px;
    float: left;
    background: transparent;
    box-sizing: border-box;
    color: #AFB0B2;
    font-weight: 600;
  }
  #product_overview #product_overview_nav li a {
    color: #79AD95;
    padding: 5px 0px;
    width: 100%;
    display: block;
    border: 1px solid #79AD95;
  }
  #product_overview #product_overview_nav li a.active {
    color: #fff;
    background: #79AD95;
  }
  #product_overview #product_overview_nav li span {
    padding: 5px 0px;
    display: block;
    border: 1px solid #AFB0B2;
  }
  #product_overview #product_overview_nav li#listtoggler {
    display: none;
  }
  #product_overview .product_overview_results li {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  #product_overview #product_overview_nav li {
    padding: 0px;
  }
  #product_overview #product_overview_nav li a {
    font-size: 18px;
    padding: 2px 0px;
  }
  #product_overview #product_overview_nav li span {
    padding: 2px 0px;
  }
  #product_overview .product_overview_results {
    width: 50%;
  }
}
@media screen and (min-width: 1020px) {
  #product_overview #product_overview_nav {
    width: 70%;
  }
  #product_overview #product_overview_nav li {
    height: 30px;
    width: 30px;
    margin-right: 11px;
  }
  #product_overview #product_overview_nav li a {
    font-size: 20px;
  }
  #product_overview .product_overview_results {
    width: 70%;
  }
  #product_overview .product_overview_results li {
    width: 100%;
  }
}
figure.employee {
  overflow: hidden;
  display: table;
  margin-bottom: 10px;
}
figure.employee img {
  float: left;
}
figure.employee figcaption {
  float: left;
  margin-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
figure.employee figcaption p {
  margin: 0px;
}
#headerimage {
  width: 100%;
}
#headerimage p,
#headerimage img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
#overlay {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
#overlay #logo {
  height: 40px;
  margin-right: 10px;
  display: block;
  float: left;
}
#overlay h1 {
  display: block;
  float: left;
  margin: 5px 0px 0px 10px;
  font-weight: 400;
}
#overlay h1 .green {
  margin-left: -10px;
}
@media screen and (min-width: 480px) {
  #overlay {
    padding: 15px 30px;
  }
  #overlay #logo {
    margin-right: 20px;
  }
  #overlay h1 {
    font-size: 17px;
    margin: 0px 0px 0px 20px;
  }
  #overlay h1 .green {
    margin-left: -20px;
  }
}
@media screen and (min-width: 768px) {
  #overlay {
    padding: 15px 50px;
    bottom: 45px;
  }
  #overlay #logo {
    margin-right: 50px;
    height: 60px;
  }
  #overlay h1 {
    font-size: 26px;
    margin: 0px 0px 0px 50px;
  }
  #overlay h1 .green {
    margin-left: -50px;
  }
}
@media screen and (min-width: 1020px) {
  #overlay {
    padding: 30px 80px;
    bottom: 70px;
  }
  #overlay #logo {
    margin-right: 70px;
    height: 94px;
  }
  #overlay h1 {
    font-size: 40px;
    margin: 0px 0px 0px 40px;
  }
  #overlay h1 .green {
    margin-left: -70px;
  }
}
@media screen and (min-width: 1100px) {
  #overlay h1 {
    margin: 0px 0px 0px 70px;
  }
}
.contentbox {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.contentbox h3 {
  padding: 5px 20px;
  background: #6BC39F;
  font-size: 16px;
  color: #fff;
}
.contentbox p {
  padding: 5px 20px;
  margin: 0px;
}
@media screen and (min-width: 480px) {
  .contentbox {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) {
  .contentbox {
    margin-left: 0px;
    background: #DDF0E8;
    width: 32%;
    float: left;
    margin-left: 2%;
  }
  .contentbox h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .contentbox p {
    padding: 5px 10px 20px 10px;
    font-size: 15px;
  }
  #main_bottom div:first-child .contentbox {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1020px) {
  .contentbox h3 {
    font-size: 22px;
  }
}
#navtoggler {
  padding-left: 1.25em;
  text-indent: -9000px;
  position: absolute;
  right: 20px;
  top: 0.25em;
  z-index: 3;
  width: 21px;
  margin-top: 5px;
  -webkit-transition: right 0.5s;
  /* Safari */
  transition: right 0.5s;
}
#navtoggler:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 3em;
  height: 2px;
  border-top: 8px double #000;
  border-bottom: 3px solid #000;
}
@media screen and (min-width: 1020px) {
  #navtoggler {
    display: none;
  }
}
body.activenav #wrapper {
  overflow-x: visible;
}
body.activenav #main_nav {
  right: -250px;
}
body.activenav #wrapper {
  margin-left: -250px;
}
body.activenav #nav_overlay {
  position: fixed;
  height: 100%;
  width: calc(100% - 250px);
  background: transparent;
  top: 0;
  right: 250;
  z-index: 1;
}
#main_nav {
  width: 250px;
  background: #DDF0E8;
  height: 100%;
  position: absolute;
  top: 0;
  right: -250px;
  font-size: 15px;
  z-index: 5;
  -webkit-transition: right 0.5s;
  /* Safari */
  transition: right 0.5s;
}
#main_nav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#main_nav ul li {
  margin: 7px 0px;
  display: inline-block;
  width: 100%;
}
#main_nav ul li a {
  color: #79AD95;
  margin-left: 10px;
}
#main_nav ul li.active a {
  color: #4196C8;
  font-weight: 600;
}
#main_nav ul li.active ul {
  background: #4196C8;
  padding: 10px;
  margin-top: 5px;
}
#main_nav ul li.active ul li a {
  color: #fff;
  font-weight: 400;
}
#main_nav ul li.active ul li a:before {
  content: " - ";
  margin-right: 5px;
}
#main_nav ul li.active ul li.active a {
  font-weight: 600;
}
@media screen and (min-width: 1020px) {
  #main_nav {
    position: static;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
    min-height: 460px;
  }
  #main_nav ul li {
    margin: 0px;
    padding: 3px 0px;
  }
  #main_nav ul li a:before {
    content: " ";
    width: 7px;
    height: 25px;
    display: block;
    background: #79AD95;
    float: left;
    margin-right: 15px;
  }
  #main_nav ul li.active a:before {
    background: #4196C8;
  }
  #main_nav ul li.active.parent {
    background: #F8FCFA;
  }
  #main_nav ul li.active.parent ul {
    margin-left: 10px;
    background: #F8FCFA;
    font-size: 18px;
  }
  #main_nav ul li.active.parent ul li a {
    color: #79AD95;
  }
  #main_nav ul li.active.parent ul li a:before {
    content: " - ";
    margin-right: 5px;
    width: auto;
    height: auto;
    background: transparent;
  }
  #main_nav ul li.active.parent ul li.active a {
    color: #4196C8;
  }
}
#footernav {
  display: none;
}
#footernav ul {
  padding: 0px;
  margin-top: 0px;
}
#footernav ul:before {
  content: " | ";
  display: inline-block;
  margin-left: 7px;
}
#footernav ul li {
  display: inline-block;
  margin-left: 10px;
}
#footernav ul li a {
  color: #404042;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #footernav {
    display: inline-block;
  }
}
.items-more {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination .counter {
  display: none;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li span,
.pagination ul li a {
  margin-right: 15px;
  padding: 5px 12px;
  border: 1px solid #4196C8;
  display: block;
}
.pagination ul li span {
  background: #4196C8;
  color: #fff;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end,
.pagination ul li.pagination-prev,
.pagination ul li.pagination-next {
  display: none;
}
.mod-languages {
  margin: 10px;
  color: #fff;
}
.mod-languages ul li {
  padding: 0px 5px;
  margin: 0px;
}
.mod-languages ul li a {
  color: #fff;
}
.mod-languages ul li.lang-active a {
  font-weight: 600;
}
.mod-languages ul li:first-child:after {
  content: " | ";
  margin-left: 10px;
}
@media screen and (min-width: 1020px) {
  .mod-languages {
    margin-top: 5px;
    float: right;
  }
}
#leave {
  width: 15%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 24%;
}
#leave img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #leave {
    bottom: 35%;
  }
}
@media screen and (min-width: 1020px) {
  #leave {
    bottom: 40%;
  }
}
