/**
 * Copyright (c) 2015
 * @name simplygreen
 * @version 1.5.0
 * @author Syveon
 **/
/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
body {
  background: url("/images/pattern.jpg") repeat;
}
body .mosgreen {
  background: #436919;
  color: white;
  border: 0px;
}
body .mosgreen:hover {
  background: white;
  color: #436919;
  border: 0px;
}
body .orange {
  background: #F28C00;
  color: white;
  border: 0px;
}
body .orange:hover {
  background: #53AF31;
  color: white;
  border: 0px;
}
body .light-green {
  background: #53AF31;
  color: white;
  border: 0px;
}
body .light-green:hover {
  background: #F28C00;
  color: white;
  border: 0px;
}
@media only screen and (max-width: 479px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

span.date {
  color: #0b6f32;
}

.textLarge p {
  font-size: 1em;
  line-height: 1.75em;
}

/* line & hr
/*-------------------------------------------------------------------*/
.line, hr {
  border-bottom: #b8bece 1px solid;
}
.line.white, hr.white {
  border-bottom: #fff 1px solid;
}

/* background
/*-------------------------------------------------------------------*/
.background, .box.background {
  background: #EBF1E8;
}
.background.white {
  border: 1px solid #9e966f;
  background: #fff;
  color: #000;
}
.background.red {
  background: #0b6f32;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.themeColor {
  background: #0b6f32;
  color: #fff;
}
.background.themeColor h2, .background.themeColor h3, .background.themeColor h4, .background.themeColor h5, .background.themeColor h6 {
  color: #fff;
}

/* UL listWithIcons
/*-------------------------------------------------------------------*/
.listWithIcons ul,
ul.listWithIcons ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 300;
  padding-left: 40px;
  line-height: 1em;
}
.listWithIcons ul em,
ul.listWithIcons ul em {
  margin: 0 0 0 -40px;
  float: left;
  font-size: 1.5625em;
  color: #0B6F32;
  width: 30px;
  text-align: center;
}
.listWithIcons ul > li,
ul.listWithIcons ul > li {
  margin-bottom: 0.5em;
}
.listWithIcons ul > li:last-child,
ul.listWithIcons ul > li:last-child {
  margin-bottom: 0;
}

/* button & submit
/*-------------------------------------------------------------------*/
.button.large,
.submit.large,
.toggle-button.large,
#bBasket .button.large,
#bBasket .submit
#form_container .submit.large {
  font-size: 1.5em;
  min-height: 55px;
  padding: 0 40px;
  line-height: 55px;
}
@media only screen and (max-width: 990px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    margin-bottom: 3px !important;
  }
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    font-family: "Merriweather", "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
    height: 50px;
    width: 50px;
    line-height: 0;
    float: none;
    display: inline-block;
    color: #fff;
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f28c00+0,53af31+99 */
    background: #f28c00;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjI4YzAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjNTNhZjMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(45deg, #f28c00 0%, #53af31 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f28c00), color-stop(99%, #53af31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #f28c00 0%, #53af31 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #f28c00 0%, #53af31 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #f28c00 0%, #53af31 99%);
    /* IE10+ */
    background: linear-gradient(45deg, #f28c00 0%, #53af31 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c00', endColorstr='#53af31',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
    border: none;
    text-transform: uppercase;
  }
  .button.defaultNav.active,
  .submit.defaultNav.active,
  .toggle-button.defaultNav.active,
  #bBasket .button.defaultNav.active,
  #bBasket .submit
  #form_container .submit.defaultNav.active {
    color: #fff;
    background: #53AF31;
  }
  .button.defaultNav .fa,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    line-height: 50px;
  }
  .button.defaultNav .title,
  .submit.defaultNav .title,
  .toggle-button.defaultNav .title,
  #bBasket .button.defaultNav .title,
  #bBasket .submit
  #form_container .submit.defaultNav .title {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .button,
  .submit,
  .toggle-button,
  #bBasket .button,
  #bBasket .submit
  #form_container .submit {
    float: none;
    margin: 0;
  }
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    width: 100%;
    position: static;
    padding: 0 15px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #0b6f32;
  }
  .button.defaultNav.active,
  .submit.defaultNav.active,
  .toggle-button.defaultNav.active,
  #bBasket .button.defaultNav.active,
  #bBasket .submit
  #form_container .submit.defaultNav.active {
    color: #fff;
    background: #53AF31;
  }
  .button.defaultNav span,
  .button.defaultNav .fa,
  .submit.defaultNav span,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav span,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav span,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav span,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    float: right;
  }
  .button.defaultNav span.title,
  .button.defaultNav .fa.title,
  .submit.defaultNav span.title,
  .submit.defaultNav .fa.title,
  .toggle-button.defaultNav span.title,
  .toggle-button.defaultNav .fa.title,
  #bBasket .button.defaultNav span.title,
  #bBasket .button.defaultNav .fa.title,
  #bBasket .submit
  #form_container .submit.defaultNav span.title,
  #bBasket .submit
  #form_container .submit.defaultNav .fa.title {
    display: block;
    float: left;
    font-size: 1.125em;
  }
  .button.defaultNav .fa,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .button.defaultNav,
  .submit.defaultNav,
  .toggle-button.defaultNav,
  #bBasket .button.defaultNav,
  #bBasket .submit
  #form_container .submit.defaultNav {
    min-width: 200px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    position: static;
  }
  .button.defaultNav.marginTablet,
  .submit.defaultNav.marginTablet,
  .toggle-button.defaultNav.marginTablet,
  #bBasket .button.defaultNav.marginTablet,
  #bBasket .submit
  #form_container .submit.defaultNav.marginTablet {
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
  .button.defaultNav span,
  .button.defaultNav .fa,
  .submit.defaultNav span,
  .submit.defaultNav .fa,
  .toggle-button.defaultNav span,
  .toggle-button.defaultNav .fa,
  #bBasket .button.defaultNav span,
  #bBasket .button.defaultNav .fa,
  #bBasket .submit
  #form_container .submit.defaultNav span,
  #bBasket .submit
  #form_container .submit.defaultNav .fa {
    float: right;
    line-height: 50px;
  }
  .button.defaultNav span.title,
  .button.defaultNav .fa.title,
  .submit.defaultNav span.title,
  .submit.defaultNav .fa.title,
  .toggle-button.defaultNav span.title,
  .toggle-button.defaultNav .fa.title,
  #bBasket .button.defaultNav span.title,
  #bBasket .button.defaultNav .fa.title,
  #bBasket .submit
  #form_container .submit.defaultNav span.title,
  #bBasket .submit
  #form_container .submit.defaultNav .fa.title {
    display: block;
    float: left;
    font-weight: bold;
  }
}

/* toggle button
/*-------------------------------------------------------------------*/
.toggle-button.checkOut span.count {
  background: #fff;
}

/* box
/*-------------------------------------------------------------------*/
.box {
  position: relative;
}
.box.newsletter p {
  margin: 0.5em 0;
}
.box.newsletter > .inner {
  padding: 20px !important;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #0b6f32;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .box.margin {
    margin-bottom: 20px;
  }
  .box.margin.marginSmall {
    margin-bottom: 10px;
  }
  .box.margin.marginLarge {
    margin-bottom: 40px;
  }
  .box.margin:last-child {
    margin-bottom: 0;
  }
}

/* input
/*-------------------------------------------------------------------*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input.text:focus,
input.keywords
select:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input.text,
  input.keywords
  select {
    height: 40px;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* textarea
/*-------------------------------------------------------------------*/
textarea:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  textarea {
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* label
/*-------------------------------------------------------------------*/
label {
  margin-bottom: 0.2em;
  color: #002b3c;
}
label .title {
  font-size: 1.125em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 479px) {
  label label {
    min-height: 1px;
  }
}

/* modal
/*-------------------------------------------------------------------*/
.modal .modal-header {
  padding: 0;
  border: none;
  min-height: 1px;
}
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4 {
  float: none;
  padding: 20px;
}
.modal .modal-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 90%;
    margin: 10px auto;
  }
}

/* border
/*-------------------------------------------------------------------*/
.border {
  border: 1px solid #e5e5e5;
}
.border.dotted {
  border: 1px dotted #7bb4c5;
}
.border > .inner {
  padding: 20px;
}
.border h3 {
  margin-bottom: 20px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* TEMPLATE
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* MAINSLIDER
/*-------------------------------------------------------------------*/
#mainSlider {
  width: 100%;
  margin-top: -1px;
  display: inline-block;
}
#mainSlider .CTA {
  position: relative;
}
#mainSlider .CTA .inner {
  background: rgba(242, 140, 0, 0.85);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  top: 100px;
  z-index: 10;
}
#mainSlider .CTA .inner h2 {
  color: white;
  font-size: 35px;
  line-height: 50px;
  text-align: left;
}
#mainSlider .CTA .inner .button {
  background: white;
  color: #0b6f32;
  border: 0px;
  font-size: 24px;
}
#mainSlider .CTA .inner .button:hover {
  color: white;
  background: #0b6f32;
}
@media only screen and (max-width: 990px) {
  #mainSlider .CTA .inner {
    top: 45px;
  }
  #mainSlider .CTA .inner h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #mainSlider .CTA .inner .button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mainSlider .CTA .inner {
    top: 20px;
    padding: 20px;
  }
  #mainSlider .CTA .inner .button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #mainSlider .CTA .inner {
    top: 20px;
  }
  #mainSlider .CTA .inner h2 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  #mainSlider .CTA .inner .button {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainSlider .CTA .inner h2 {
    color: white;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }
}

/* HEADER
/*-------------------------------------------------------------------*/
#header {
  position: relative;
  z-index: 2;
}
#header .line, #header hr {
  background: url("/images/line.png");
  background-position: center;
  height: 10px;
  border-bottom: 0px;
}
#header .bar {
  background: #EBF1E8;
  position: relative;
}
#header div > .inner {
  padding: 20px 0;
}
#header #language {
  background: white;
  max-width: 240px;
  padding: 0 10px 0 10px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
#header #language .inner {
  padding: 12px 0;
}
#header #language .inner ul li {
  display: inline-block;
  zoom: 1;
  border-right: 1px solid #53AF31;
  padding-right: 10px;
  margin-right: 5px;
}
#header #language .inner ul li:last-child {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}
#header #language .inner ul li a {
  color: #53AF31;
  font-size: 14px;
}
#header #language .inner ul li a:hover {
  color: #F28C00;
}
#header .logo {
  position: static;
}
#header .logo > .inner {
  padding: 20px 0;
}
#header .logo img {
  vertical-align: baseline;
}
#header .logo img.desktop {
  display: inline-block;
}
#header hr {
  margin: 0;
}
#homepage #header hr {
  display: none;
}
#header #searchBar {
  position: relative;
  clear: both;
}
#header #searchBar input.keywords {
  border: 1px solid #ccc;
  background: #fff;
  height: 40px;
  font-size: 0.9em;
  padding-right: 30px;
  margin: 0;
}
#header #searchBar button.submit {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 40px;
  width: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  background: #fff;
  color: #0b6f32;
}
#header #searchBar button.submit .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
}
#header #searchBar button.submit .ui-icon:before {
  content: "\f002";
}
#header #topNav > .inner {
  padding: 10px 0;
}
#header .social div {
  margin-bottom: 10px;
}
#header .social div:last-child {
  margin-bottom: 0;
}
#header .social a .fa {
  font-size: 1.5em;
  margin-left: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 990px) {
  #header #topNav ul > li {
    margin-bottom: 5px;
  }
  #header #searchBar {
    width: 100%;
    position: relative;
    right: 0;
    display: inline-block;
  }
  #header #searchBar input.keywords {
    height: 40px;
    font-size: 1em;
    padding-right: 40px;
    text-indent: 0.8em;
  }
  #header #searchBar button.submit {
    width: 40px;
    min-height: 40px !important;
    line-height: 40px !important;
    padding: 0 !important;
    font-size: 1.2em;
  }
  #header .logo {
    margin: 0;
  }
  #header .logo img {
    position: static;
  }
  #header .logo img.mobile {
    max-width: 80%;
  }
  #header hr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #header div > .inner {
    padding: 0 0 20px 0;
  }
  #header .logo {
    display: inline-block;
  }
  #header .logo > .inner {
    padding: 20px 0;
    text-align: center;
    position: relative;
    min-height: 90px;
  }
  #header .logo > .inner a.logo {
    display: inline-block;
  }
  #header .logo img {
    margin: 0;
  }
  #header .alignRight {
    text-align: center;
  }
  #header .social > div {
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 479px) {
  #header div > .inner {
    padding: 0 0 20px 0;
  }
  #header .logo {
    position: static;
    text-align: center;
  }
  #header .logo > .inner {
    padding: 20px 0;
  }
  #header .logo img {
    max-width: 90%;
  }
  #header .logo img.desktop {
    display: none;
  }
  #header .logo img.mobile {
    display: inline-block;
  }
  #header.posFixed .button.defaultNav, #header.posFixed .toggle-button.defaultNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #header .logo > .inner {
    padding: 20px 0;
  }
  #header .logo.tablet, #header .logo.desktop {
    display: inline-block;
  }
}

/* DEFAULTNAV
/*-------------------------------------------------------------------*/
#defaultNav {
  z-index: 2;
  position: relative;
  right: 0;
  left: 0;
  top: 27px;
  float: right;
  background: transparent;
}
#defaultNav .navigation {
  float: left;
}
@media only screen and (max-width: 990px) {
  #defaultNav {
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
  }
  #defaultNav .navigation > .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  #defaultNav {
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
  }
  #defaultNav .container {
    background: transparent;
  }
  #defaultNav.posFixed .navigation {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 100;
  }
  #defaultNav.posFixed .navigation .container {
    padding: 0;
  }
  #defaultNav .navigation:after {
    content: "";
    display: block;
    webkit-box-shadow: 0 0 6px #000000;
    -moz-box-shadow: 0 0 6px #000000;
    box-shadow: 0 0 6px #000000;
    border-bottom: 1px solid #fff;
  }
}

/* TOPNAV
/*-------------------------------------------------------------------*/
#topNav {
  font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.875em;
}
#topNav ul li.home a > .inner {
  padding: 0 10px;
}
#topNav ul li.home .fa {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: inherit;
  margin: 0;
}
#topNav ul li.home .fa:before {
  content: "\f015";
}
#topNav ul li.home .title {
  display: none;
}
#topNav ul li a {
  border-color: inherit;
}
#topNav ul li a .fa {
  display: none;
}
#topNav ul li.selected a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #topNav {
    margin-top: 20px;
  }
  #topNav.alignRight {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  #topNav ul > li {
    margin-bottom: 5px;
  }
}

/* MAINNAV
/*-------------------------------------------------------------------*/
#mainNav {
  color: #f28c00;
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 50%, transparent 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 50%, transparent 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 50%, transparent 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 50%, transparent 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 50%, transparent 50%);
  /* W3C */
  margin: 0;
}
#mainNav .dropdownExist div.arrow {
  top: auto;
  bottom: -10px;
  display: none;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul > li.mainItem {
  margin: 0 1px 0 0;
  position: relative;
  float: left;
}
.alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#mainNav ul > li.mainItem.home a > .inner {
  padding: 0 10px;
}
#mainNav ul > li.mainItem.home a > .inner > .fa {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #f28c00;
  margin: 0 10px 0 0;
}
#mainNav ul > li.mainItem.home a > .inner > .fa:before {
  content: "\f015";
}
.seperator #mainNav ul > li.mainItem {
  float: none;
}
.seperator #mainNav ul > li.mainItem:first-child a {
  border-left: 1px solid #fff;
}
.seperator #mainNav ul > li.mainItem a {
  border-right: 1px solid #fff;
}
#mainNav ul > li.mainItem > a {
  font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #f28c00;
  background-color: transparent;
  background: -moz-linear-gradient(top, transparent 50%, transparent 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 50%, transparent 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 50%, transparent 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 50%, transparent 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 50%, transparent 50%);
  /* W3C */
  height: 35px;
  line-height: 35px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 10px;
  letter-spacing: 0;
}
#mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#mainNav ul > li.mainItem.last ul {
  right: 0;
}
#mainNav ul > li.mainItem ul {
  background: #fff;
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  left: auto;
  margin: -3px 0 0 0;
  padding: 15px 15px 8px 15px;
  min-width: 200px;
  text-align: left;
}
#mainNav ul > li.mainItem ul.last, #mainNav ul > li.mainItem ul:last-child {
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}
#mainNav ul > li.mainItem ul ul.column {
  float: left;
  width: 48%;
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
#mainNav ul > li.mainItem ul ul.column.alt {
  margin-left: 2%;
}
#mainNav ul > li.mainItem ul > li.subItem {
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
}
#mainNav ul > li.mainItem ul > li.subItem.last, #mainNav ul > li.mainItem ul > li.subItem:last-child {
  padding: 0;
  margin: 0;
}
#mainNav ul > li.mainItem ul > li.subItem a {
  font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #53AF31;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  float: none;
  color: inherit;
  font-size: 1em;
  margin-left: 5px;
  display: none;
  float: right;
}
#mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
  color: #53af31;
  background: #fff;
}
#mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #F28C00;
  background: inherit;
  text-decoration: underline;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
@media only screen and (max-width: 990px) {
  #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: transparten;
  }
  #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainNav ul > li.mainItem.home > a > .inner .fa {
    padding: 0;
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a {
    color: #fff;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: transparent;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #fff;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #436919;
  }
  #mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #436919;
    text-decoration: none;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 479px) {
  #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #mainNav > ul {
    background: #F28C00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(35%, #F28C00), color-stop(66%, #53AF31));
    background: -webkit-linear-gradient(45deg, #F28C00 35%, #53AF31 66%);
    background: -o-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: -ms-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: linear-gradient(45deg, #F28C00 35%, #53AF31 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c00', endColorstr='#53af31',GradientType=1 );
  }
  #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 16px;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 5px;
  }
}

/* LEFTNAV & RIGHTNAV
/*-------------------------------------------------------------------*/
#leftNav h2, #leftNav h3, #leftNav h4,
#rightNav h2,
#rightNav h3,
#rightNav h4 {
  margin-bottom: 20px;
}
#leftNav > .inner,
#rightNav > .inner {
  padding: 20px;
}
#leftNav > ul,
#leftNav > .inner > ul,
#rightNav > ul,
#rightNav > .inner > ul {
  margin-bottom: 0;
  margin-left: 0;
}
#leftNav > ul > li,
#leftNav > .inner > ul > li,
#rightNav > ul > li,
#rightNav > .inner > ul > li {
  padding: 0;
}
#leftNav > ul > li .fa,
#leftNav > .inner > ul > li .fa,
#rightNav > ul > li .fa,
#rightNav > .inner > ul > li .fa {
  display: none;
}
#leftNav > ul > li ul,
#leftNav > .inner > ul > li ul,
#rightNav > ul > li ul,
#rightNav > .inner > ul > li ul {
  padding: 0;
  display: none;
}
#leftNav > ul > li ul > li,
#leftNav > .inner > ul > li ul > li,
#rightNav > ul > li ul > li,
#rightNav > .inner > ul > li ul > li {
  margin: 0;
  padding: 4px 0;
  font-size: 0.85em;
  line-height: 1em;
}
#leftNav > ul > li ul > li .fa,
#leftNav > .inner > ul > li ul > li .fa,
#rightNav > ul > li ul > li .fa,
#rightNav > .inner > ul > li ul > li .fa {
  display: none;
}
#leftNav > ul > li a,
#leftNav > .inner > ul > li a,
#rightNav > ul > li a,
#rightNav > .inner > ul > li a {
  background: inherit;
  color: #302c25;
  padding: 9px 12px;
  display: block;
}
#leftNav > ul > li a.selected, #leftNav > ul > li a.selected:hover, #leftNav > ul > li a:hover,
#leftNav > .inner > ul > li a.selected,
#leftNav > .inner > ul > li a.selected:hover,
#leftNav > .inner > ul > li a:hover,
#rightNav > ul > li a.selected,
#rightNav > ul > li a.selected:hover,
#rightNav > ul > li a:hover,
#rightNav > .inner > ul > li a.selected,
#rightNav > .inner > ul > li a.selected:hover,
#rightNav > .inner > ul > li a:hover {
  background: #0b6f32;
  color: #fff;
}
#leftNav > ul > li.selected,
#leftNav > .inner > ul > li.selected,
#rightNav > ul > li.selected,
#rightNav > .inner > ul > li.selected {
  background: #fff;
  margin-bottom: 1px;
}
#leftNav > ul > li.selected a,
#leftNav > .inner > ul > li.selected a,
#rightNav > ul > li.selected a,
#rightNav > .inner > ul > li.selected a {
  font-weight: bold;
  background: inherit;
  color: #0b6f32;
}
#leftNav > ul > li.selected ul,
#leftNav > .inner > ul > li.selected ul,
#rightNav > ul > li.selected ul,
#rightNav > .inner > ul > li.selected ul {
  display: inline-block;
  padding: 0 12px 12px 12px;
}
#leftNav > ul > li.selected ul > li a,
#leftNav > .inner > ul > li.selected ul > li a,
#rightNav > ul > li.selected ul > li a,
#rightNav > .inner > ul > li.selected ul > li a {
  padding: 0;
  background: inherit;
  color: #000;
  font-weight: normal;
  display: inline-block;
}
#leftNav > ul > li.selected ul > li.selected a,
#leftNav > .inner > ul > li.selected ul > li.selected a,
#rightNav > ul > li.selected ul > li.selected a,
#rightNav > .inner > ul > li.selected ul > li.selected a {
  text-decoration: underline;
}
@media only screen and (max-width: 990px) {
  #leftNav ul > li.subItem,
  #rightNav ul > li.subItem {
    margin-bottom: 2px;
  }
  #leftNav ul > li.subItem > a,
  #rightNav ul > li.subItem > a {
    padding: 10px;
  }
}

/* TABLET MAINNAV
/*-------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #tabletMainNav #mainNav {
    color: #f28c00;
    background-color: transparent;
    background: -moz-linear-gradient(top, transparent 50%, transparent 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 50%, transparent 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 50%, transparent 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 50%, transparent 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 50%, transparent 50%);
    /* W3C */
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0 1px 0 0;
    position: relative;
    float: left;
  }
  .alignRight #tabletMainNav #mainNav ul > li.mainItem, .alignCenter #tabletMainNav #mainNav ul > li.mainItem {
    display: inline-block;
    float: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner {
    padding: 0 10px;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 1.2em;
    color: #f28c00;
    margin: 0 10px 0 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa:before {
    content: "\f015";
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem {
    float: none;
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem:first-child a {
    border-left: 1px solid #fff;
  }
  .seperator #tabletMainNav #mainNav ul > li.mainItem a {
    border-right: 1px solid #fff;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #f28c00;
    background-color: transparent;
    background: -moz-linear-gradient(top, transparent 50%, transparent 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 50%, transparent 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 50%, transparent 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 50%, transparent 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 50%, transparent 50%);
    /* W3C */
    height: 35px;
    line-height: 35px;
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    color: #fff;
    margin-left: 10px;
    display: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 10px;
    letter-spacing: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem i {
    float: right;
    font-size: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem:last-child {
    margin-right: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem.last ul {
    right: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    background: #fff;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    left: auto;
    margin: -3px 0 0 0;
    padding: 15px 15px 8px 15px;
    min-width: 200px;
    text-align: left;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul.last, #tabletMainNav #mainNav ul > li.mainItem ul:last-child {
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul.column {
    float: left;
    width: 48%;
    min-width: 1px;
    margin: 0;
    padding: 0;
    border: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul.column.alt {
    margin-left: 2%;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
    padding: 0;
    margin: 0;
    float: none !important;
    display: block;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem.last, #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem:last-child {
    padding: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a {
    font-family: "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: none;
    text-transform: none;
    border: 0 !important;
    padding: 4px 0;
    text-shadow: none;
    display: block;
    color: #53AF31;
    background: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    float: none;
    color: inherit;
    font-size: 1em;
    margin-left: 5px;
    display: inline-block;
    float: right;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul {
    margin: 0;
    padding: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
    color: #53af31;
    background: #fff;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #F28C00;
    background: inherit;
    text-decoration: underline;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  #tabletMainNav #mainNav {
    font-size: 16px;
    color: #000;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: transparten;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner .fa {
    padding: 0;
    margin: 0 0.4em 0 0;
    font-size: 1.2em;
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    color: #fff;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: transparent;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #fff;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #436919;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #436919;
    text-decoration: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 479px) {
  #tabletMainNav #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav > ul {
    background: #F28C00;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(35%, #F28C00), color-stop(66%, #53AF31));
    background: -webkit-linear-gradient(45deg, #F28C00 35%, #53AF31 66%);
    background: -o-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: -ms-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    background: linear-gradient(45deg, #F28C00 35%, #53AF31 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c00', endColorstr='#53af31',GradientType=1 );
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) {
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #tabletMainNav #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) and (max-width: 1200px) {
  #tabletMainNav #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 1.1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f28c00+35,53af31+66 */
    background: #f28c00;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YyOGMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzUzYWYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(35%, #f28c00), color-stop(66%, #53af31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    /* IE10+ */
    background: linear-gradient(45deg, #f28c00 35%, #53af31 66%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c00', endColorstr='#53af31',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Merriweather", "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a {
    height: 50px;
    line-height: 50px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "Merriweather", "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 0.8125em;
  border: none;
  margin: 0;
  line-height: 1em;
}
#breadcrumbs > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs .container > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs a {
  color: #0b6f32;
}
#breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
}
#breadcrumbs span.title {
  color: #34495e;
  margin-right: 12px;
  display: none;
}
#breadcrumbs span.seperator {
  position: relative;
  color: transparent;
}
#breadcrumbs span.seperator:after {
  color: #c2c5c7;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 7px;
  margin-right: 7px;
  left: 0;
  right: 0;
  top: 1px;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  #breadcrumbs.alignRight {
    text-align: left;
  }
}

/* MAIN
/*-------------------------------------------------------------------*/
#main {
  position: relative;
  z-index: 0;
  color: #1f1f1f;
}

/* HOMEPAGE
/*-------------------------------------------------------------------*/
#homepage .contentCol ul {
  list-style: none !important;
  margin-left: 45px !important;
}
#homepage h1 {
  margin-bottom: 20px;
}

/* CONTENT
/*-------------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content .container {
  position: relative;
  z-index: 1;
}
#content .container > .inner {
  padding: 60px 0 0 0;
  position: relative;
}
#content .container > .inner #select .inner {
  margin-top: -57px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
#content .container > .inner #select .inner h2 {
  font-size: 26px;
  line-height: 33px;
}
#content .container > .inner #select .inner p {
  padding: 8px 0 0 0;
}
#content .container > .inner #select .inner select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  color: #436919;
  background: #DEDEDE;
}
#content .container > .inner #select .inner .button {
  margin-top: 20px;
}
#content .contentCol .title {
  clear: both;
  padding-top: 4px;
  color: #F28C00;
}
#content .contentCol .title h3 {
  font-family: "Roboto" !important;
  font-weight: 400;
}
#content .contentCol h1 {
  margin-bottom: 20px;
}
#content .contentCol img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .contentCol #assortiment {
  margin-bottom: 60px;
}
#content .contentCol #assortiment h1 {
  margin-bottom: 20px;
}
#content .contentCol #assortiment .item {
  text-align: center;
}
#content .contentCol #assortiment .item img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#content .contentCol #assortiment .item h3, #content .contentCol #assortiment .item h2 {
  text-align: center;
  color: #0b6f32;
  margin-bottom: 0;
}
#content .contentCol #assortiment .item .button {
  margin-top: 10px;
  width: 87%;
}
#content .contentCol > .inner {
  padding: 0 0 60px 0;
}
#content .contentCol > .inner ul {
  margin-left: 19px;
  list-style: square;
}
#content .contentCol > .inner ul li .fa {
  color: #53AF31;
  font-size: 40px;
  margin-top: 7px;
  margin-left: -45px;
  margin-right: 10px;
  float: left;
}
#content .contentCol .content ul {
  list-style: none;
}
#content .contentCol .content ul li {
  position: relative;
}
#content .contentCol .content ul li:before {
  position: absolute;
  top: 8px;
  margin: 0;
  margin-left: -15px;
  width: 6px;
  height: 6px;
  background: #0b6f32;
  content: "";
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
#content .leftCol {
  position: relative;
  z-index: 1;
}
#content .leftCol > .inner {
  padding: 0 0 60px 0;
}
#content .leftCol > .inner #news {
  margin-top: -109px;
  z-index: 10;
  background: white;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
#content .leftCol > .inner #news .inner .item img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .leftCol > .inner #news .inner .item h2 {
  font-family: "Roboto";
  font-weight: 400;
  color: #F28C00;
}
#content .leftCol > .inner #news .inner .item h2 a:hover {
  text-decoration: none !important;
}
#content .leftCol > .inner #news-vervolg {
  z-index: 10;
  background: white;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
#content .leftCol > .inner #news-vervolg h1 {
  margin-bottom: 20px;
}
#content .leftCol > .inner #news-vervolg .inner .item img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .leftCol > .inner #news-vervolg .inner .item h2 {
  font-family: "Roboto";
  font-weight: 400;
  color: #F28C00;
  font-size: 18px;
}
#content .leftCol > .inner #news-vervolg .inner .item p {
  font-size: 16px;
}
#content .rightCol > .inner {
  padding: 0 0 60px 0;
}
#content > .row {
  position: relative;
}
@media only screen and (max-width: 990px) {
  #homepage #content {
    margin: 0;
  }
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .container > .inner #select .inner {
    margin-top: 0px;
  }
  #content .leftCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .leftCol > .inner #news {
    margin-top: 0;
  }
  #homepage #content .leftCol .row > div.margin:last-of-type {
    margin-bottom: 0;
  }
  #content .contentCol > .inner {
    padding: 24px 0 20px 0;
  }
  #content .rightCol > .inner {
    padding: 0 0 40px 0;
  }
  #homepage #content .rightCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol.alignRight {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol {
    min-height: 1px;
  }
  #content .contentCol {
    min-height: 1px;
  }
  #content .contentCol #assortiment .item {
    border-bottom: 1px solid #53AF31;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #content .rightCol {
    min-height: 1px;
  }
}

/* PARTERBAR
/*-------------------------------------------------------------------*/
#partnerBar {
  border-top: 3px solid #f5f7fa;
}
#partnerBar .container > .inner {
  padding: 20px 0;
}
#partnerBar #partners {
  position: relative;
  z-index: 0;
}
#partnerBar #partners img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
#partnerBar #partners .loader {
  background: #fff url("/public/images/img-loader.gif") no-repeat center;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
#partnerBar #partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#partnerBar #partners ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
#partnerBar #partners ul li > .inner {
  padding: 0 10px;
}
#partnerBar #partners ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
#partnerBar #partners > .inner {
  padding: 30px 0;
}

/* SECTION-FOOTER
/*-------------------------------------------------------------------*/
#section-footer {
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#f28c00+35,53af31+66 */
  background: #f28c00;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2YyOGMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iIzUzYWYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(35%, #f28c00), color-stop(66%, #53af31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #f28c00 35%, #53af31 66%);
  /* IE10+ */
  background: linear-gradient(45deg, #f28c00 35%, #53af31 66%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28c00', endColorstr='#53af31',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
#section-footer .rightCol > .inner {
  padding: 40px 20px;
}
#section-footer .rightCol > .inner hr {
  border-color: white;
}
#section-footer .rightCol > .inner p {
  margin-bottom: 8px;
  line-height: 18px;
  font-size: 14px;
  color: #436919;
}
#section-footer .rightCol > .inner h2, #section-footer .rightCol > .inner h3 {
  color: white;
}
#section-footer .rightCol > .inner h3 {
  font-family: "Roboto";
  font-weight: 400;
  margin-top: 18px;
}
#section-footer .leftCol .inner {
  padding: 20px 0;
}
#section-footer .leftCol .inner h2 {
  color: white;
}
#section-footer .leftCol .inner p {
  color: #0b6f32;
}
#section-footer .leftCol .inner .inner {
  padding: 20px 0;
}
#section-footer .leftCol .inner a:hover {
  text-decoration: none;
}
#section-footer .leftCol .inner a:hover .item {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}
#section-footer .leftCol .inner a .item {
  margin: 0 0 20px 0;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
#section-footer .leftCol .inner a .item h2 {
  color: #0b6f32;
}
#section-footer .leftCol .inner a .item p {
  margin-bottom: 0px;
  color: #0b6f32;
  font-size: 18px;
}
#section-footer .leftCol .inner a .item em {
  color: #53AF31;
}
@media only screen and (max-width: 990px) {
  #section-footer .rightCol {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EEE;
  }
  #section-footer .rightCol .inner {
    padding: 40px 0 20px 0;
  }
}

/* FOOTER
/*-------------------------------------------------------------------*/
#footer {
  color: #243b40;
}
#footer .container > .inner {
  padding: 20px 0;
}
#footer h3 {
  font-family: "Merriweather", "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: normal;
}
#footer h3 + * {
  margin-top: 1.5em;
}
#footer h3 a {
  color: inherit;
}
#footer h4 {
  font-family: "Merriweather", "Roboto", "Open Sans", "Lucida Grande", "Arial", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  color: inherit;
}
#footer h4 a {
  color: inherit;
}
#footer > a {
  text-decoration: none;
  color: inherit;
}
#footer > a:hover {
  text-decoration: underline;
}
#footer img.pull-right {
  margin-bottom: 0;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer #footerNav {
  font-size: 1em;
}
#footer #footerNav a {
  color: #0b6f32;
  display: inline-block;
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav ul {
  line-height: 1;
}
#footer #footerNav ul > li {
  display: inline-block;
}
#footer #footerNav ul > li.selected a, #footer #footerNav ul > li:hover a {
  text-decoration: underline;
  color: #53AF31;
}
#footer #footerNav.seperator ul > li a {
  border-color: inherit;
  border-color: #243b40;
}
@media only screen and (max-width: 990px) {
  #footer.alignLeft, #footer.alignRight {
    text-align: center;
  }
  #footer .inner {
    line-height: 1.375em;
  }
  #footer #footerNav {
    font-size: 1em;
  }
  #footer #footerNav > .inner {
    padding: 20px 0;
  }
  #footer #footerNav .line, #footer #footerNav hr {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer img.pull-right {
    max-width: 20%;
  }
}
@media only screen and (max-width: 479px) {
  #footer span.item {
    display: block;
    margin: 0;
  }
  #footer .container > .inner {
    padding: 20px 0;
  }
  #footer img.pull-right {
    max-width: 50%;
  }
  #footer #socialBar span.title {
    display: none;
  }
}

#partnerBar {
  text-align: center;
}
#partnerBar .background {
  padding: 10px;
}
#partnerBar .item .inner {
  padding: 10px;
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
  background: #fff;
}
#partnerBar .item img {
  max-height: 100%;
  max-width: 200px;
  margin-top: -20px;
}
#partnerBar .item .background {
  background: #fff;
}
#partnerBar .item .inner.color {
  display: none;
}
#partnerBar .item:hover .inner.gray {
  display: none;
}
#partnerBar .item:hover .inner.color {
  display: block;
}
#partnerBar .item:hover .background {
  background: #F3F3F3;
}
