.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
#jm-allpage {
  position: relative;
  background: #ffffff;
}
.sticky-bar #jm-allpage {
  padding-top: 87px;
}
.sticky-bar.top-bar #jm-allpage {
  padding-top: 117px;
}
.wide-page .container-fluid {
  max-width: 95%;
}
#jm-page-settings {
  opacity: 0;
  transition: visibility 0.1s, opacity 0.1s linear;
  font-size: 0.89em;
  z-index: 600;
  padding: 40px;
  margin: 0;
  text-align: left;
  position: absolute;
  right: 40px;
  background: #ffffff;
  color: #161616;
  top: -40px;
  width: 300px;
  z-index: -1;
  border: 2px solid #487f5b;
  pointer-events: none;
  box-sizing: border-box;
}
#jm-page-settings.open {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s linear;
  z-index: 601;
  pointer-events: auto;
}
#jm-page-settings ul.nav.menu {
  margin: 0;
}
#jm-page-settings ul.nav.menu ul {
  display: block;
  margin: 0;
  padding: 0;
}
#jm-page-settings ul.nav.menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#jm-page-settings ul.nav.menu li:first-child {
  margin-right: 0;
}
#jm-page-settings ul.nav.menu li:before,
#jm-page-settings ul.nav.menu li:after {
  display: none;
}
#jm-page-settings ul.nav.menu li button {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  padding: 3px 7px;
  font-size: 13px;
  border: 1px solid #000000;
  color: #161616;
  background: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
}
#jm-page-settings ul.nav.menu li button:hover,
#jm-page-settings ul.nav.menu li button:focus {
  color: #ffffff;
  background: #487f5b;
}
#jm-page-settings ul.nav.menu li button:before,
#jm-page-settings ul.nav.menu li button:after {
  display: none !important;
}
#jm-page-settings ul.nav.menu li span.separator:before,
#jm-page-settings ul.nav.menu li span.separator:after {
  display: none;
}
#jm-page-settings ul.nav.menu li.jm-separator {
  margin: 0 2px;
  display: block;
}
#jm-page-settings ul.nav.menu > li {
  margin: 0 0 10px;
  display: block;
}
#jm-page-settings ul.nav.menu > li:last-child {
  margin: 0;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast {
  background: #000000;
  color: #ffffff;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast:hover,
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast:focus {
  background: #ffffff;
  color: #000000;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2 {
  background: #000000;
  color: #ffff00;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2:hover,
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast2:focus {
  background: #ffff00;
  color: #000000;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3 {
  background: #ffff00;
  color: #000000;
}
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3:hover,
#jm-page-settings ul.nav.menu .contrast .jm-highcontrast3:focus {
  background: #000000;
  color: #ffff00;
}
#jm-page-settings ul.nav.menu .jm-separator {
  margin-right: 2px;
}
.jm-wcag-icon {
  cursor: pointer;
  background: #161616;
  color: #ffffff;
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  float: right;
  z-index: 602;
  margin-top: -40px;
  padding: 0;
  box-shadow: none;
  border: none;
}
.jm-wcag-icon:hover,
.jm-wcag-icon:focus {
  background: #1a68b3;
}
.jm-wcag-close {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  background: #487f5b;
  color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  line-height: 32px;
  border: none;
}
#jm-bar-wrapp {
  width: 100%;
  position: relative;
}
#jm-top-bar {
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 20px;
  background-color: #f6f6f6;
  color: #161616;
}
.sticky-bar #jm-bar-wrapp {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  box-sizing: border-box;
  z-index: 998;
}
.sticky-bar #jm-bar-wrapp.scrolled {
  box-shadow: 0px 2px 5px rgba(22, 22, 22, 0.2);
}
#jm-logo-nav {
  background: #ffffff;
  padding: 40px 0 20px;
}
#jm-logo-nav #jm-logo {
  vertical-align: top;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 30px;
}
#jm-logo-nav #jm-logo a {
  display: inline-block;
}
#jm-logo-nav #jm-logo a:hover {
  color: #487f5b;
  text-decoration: none;
}
#jm-logo-nav #jm-logo img {
  border: 0;
}
#jm-logo-nav #jm-sitedesc {
  vertical-align: middle;
  font-family: 'Mulish', sans-serif;
  color: #212121;
}
#jm-logo-nav .container-fluid {
  position: relative;
}
@media (min-width: 980px) {
  #jm-logo-nav.jm-menu-center {
    text-align: center;
  }
  #jm-logo-nav.jm-menu-center #jm-logo-nav-in {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #jm-logo-nav.jm-menu-center #jm-bar-left,
  #jm-logo-nav.jm-menu-center #jm-bar-right {
    float: none;
  }
  #jm-logo-nav.jm-menu-center #jm-bar-right {
    padding-top: 20px;
  }
  #jm-logo-nav.jm-menu-left #jm-logo-nav-in {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #jm-logo-nav.jm-menu-left #jm-bar-left,
  #jm-logo-nav.jm-menu-left #jm-bar-right {
    float: none;
  }
  #jm-logo-nav.jm-menu-left #jm-bar-right {
    padding-top: 20px;
  }
  #jm-logo-nav.jm-menu-left .dj-megamenu-override li.dj-up:first-child {
    margin-left: 0;
  }
}
#jm-header {
  background: #f6f6f6;
  color: #161616;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
#jm-header.headerimgActive:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
}
#jm-header.full-width {
  padding: 0;
}
#jm-header.full-width .jm-module {
  margin-bottom: 0;
}
#jm-header.full-width .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#jm-header.full-width .row-fluid {
  margin-left: 0;
  margin-right: 0;
}
#jm-header.full-width .row-fluid [class*="span"] {
  padding-left: 0;
  padding-right: 0;
}
#jm-top1 {
  background: #ffffff;
  color: #161616;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-top1 {
    padding: 60px 0 30px;
  }
}
#jm-top2 {
  background: #f8f8f8;
  color: #161616;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-top2 {
    padding: 60px 0 30px;
  }
}
#jm-top3 {
  background: #ffffff;
  color: #161616;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-top3 {
    padding: 60px 0 30px;
  }
}
#jm-breadcrumbs {
  padding-top: 40px;
  background: #f7f7f7;
  padding-bottom: 10px;
}
#jm-breadcrumbs .breadcrumb li.active span:empty {
  display: none;
}
#jm-font-switcher {
  text-align: right;
  margin: 0 0 15px;
}
#jm-main {
  display: block;
  background: #ffffff;
  padding: 80px 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-main {
    padding: 60px 0 30px;
  }
}
#jm-maincontent {
  display: block;
  margin-bottom: 60px;
}
#jm-bottom1 {
  background: #f8f8f8;
  color: #161616;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-bottom1 {
    padding: 60px 0 30px;
  }
}
#jm-bottom2 {
  background: #ffffff;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-bottom2 {
    padding: 60px 0 30px;
  }
}
#jm-bottom3 {
  background: #f8f8f8;
  color: #161616;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-bottom3 {
    padding: 60px 0 30px;
  }
}
#jm-footer-mod {
  background: #000000;
  color: #ffffff;
  padding: 120px 0 60px;
  position: relative;
}
@media (max-width: 767px) {
  #jm-footer-mod {
    padding: 60px 0 30px;
  }
}
#jm-footer {
  color: #ffffff;
  font-size: 18px;
  background: #000000;
  position: relative;
}
#jm-footer a {
  color: #e6e6e6;
}
#jm-footer-right {
  text-align: right;
}
#jm-footer-in {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
}
#jm-footer-left,
#jm-footer-right {
  font-size: 0.89em;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
}
#jm-footer-left a,
#jm-footer-right a {
  color: inherit;
}
#jm-back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  z-index: 998;
}
#jm-back-top a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background: #3a6649;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.3;
}
#jm-back-top a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
#jm-top1 + #jm-main,
#jm-top1 + #jm-bottom2,
#jm-main + #jm-bottom2 {
  padding-top: 0;
}
#jm-top2 + #jm-bottom1 {
  padding-top: 0;
}
#jm-top2 + #jm-bottom3 {
  padding-top: 0;
}
#jm-bottom1 + #jm-bottom3 {
  padding-top: 0;
}
.responsive-disabled {
  min-width: 1420px;
}
.responsive-disabled #jm-allpage {
  min-width: 1420px;
  padding: 0 !important;
}
.responsive-disabled #jm-bar-wrapp {
  position: static;
}
body.focus-border a:focus,
body.highcontrast.focus-border-hc a:focus,
body.highcontrast2.focus-border-hc a:focus,
body.highcontrast3.focus-border-hc a:focus,
body.focus-mouse-on.mouse-focus a:focus,
body.focus-border .btn:focus,
body.highcontrast.focus-border-hc .btn:focus,
body.highcontrast2.focus-border-hc .btn:focus,
body.highcontrast3.focus-border-hc .btn:focus,
body.focus-mouse-on.mouse-focus .btn:focus,
body.focus-border input:focus,
body.highcontrast.focus-border-hc input:focus,
body.highcontrast2.focus-border-hc input:focus,
body.highcontrast3.focus-border-hc input:focus,
body.focus-mouse-on.mouse-focus input:focus,
body.focus-border select:focus,
body.highcontrast.focus-border-hc select:focus,
body.highcontrast2.focus-border-hc select:focus,
body.highcontrast3.focus-border-hc select:focus,
body.focus-mouse-on.mouse-focus select:focus,
body.focus-border textarea:focus,
body.highcontrast.focus-border-hc textarea:focus,
body.highcontrast2.focus-border-hc textarea:focus,
body.highcontrast3.focus-border-hc textarea:focus,
body.focus-mouse-on.mouse-focus textarea:focus,
body.focus-border button:focus,
body.highcontrast.focus-border-hc button:focus,
body.highcontrast2.focus-border-hc button:focus,
body.highcontrast3.focus-border-hc button:focus,
body.focus-mouse-on.mouse-focus button:focus,
body.focus-border [tabindex="0"]:focus,
body.highcontrast.focus-border-hc [tabindex="0"]:focus,
body.highcontrast2.focus-border-hc [tabindex="0"]:focus,
body.highcontrast3.focus-border-hc [tabindex="0"]:focus,
body.focus-mouse-on.mouse-focus [tabindex="0"]:focus {
  outline: 2px dotted #ff0000;
  outline-offset: 0;
}
body.focus-border.focus-mouse-off.mouse-focus a:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus a:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus a:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus a:focus,
body.focus-border.focus-mouse-off.mouse-focus .btn:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus .btn:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus .btn:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus .btn:focus,
body.focus-border.focus-mouse-off.mouse-focus input:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus input:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus input:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus input:focus,
body.focus-border.focus-mouse-off.mouse-focus select:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus select:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus select:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus select:focus,
body.focus-border.focus-mouse-off.mouse-focus textarea:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus textarea:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus textarea:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus textarea:focus,
body.focus-border.focus-mouse-off.mouse-focus button:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus button:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus button:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus button:focus,
body.focus-border.focus-mouse-off.mouse-focus [tabindex="0"]:focus,
body.highcontrast.focus-border-hc.focus-mouse-off.mouse-focus [tabindex="0"]:focus,
body.highcontrast2.focus-border-hc.focus-mouse-off.mouse-focus [tabindex="0"]:focus,
body.highcontrast3.focus-border-hc.focus-mouse-off.mouse-focus [tabindex="0"]:focus {
  outline: none;
}
div[tabindex="-1"]:focus {
  outline: none;
}
body.focus-sections div[tabindex="-1"]:focus,
body.highcontrast.focus-sections-hc div[tabindex="-1"]:focus,
body.highcontrast2.focus-sections-hc div[tabindex="-1"]:focus,
body.highcontrast3.focus-sections-hc div[tabindex="-1"]:focus {
  outline: 2px dotted #ff0000;
  outline-offset: 0;
  position: relative;
  z-index: 100;
}
body.hover-border a:hover,
body.highcontrast.hover-border-hc a:hover,
body.highcontrast2.hover-border-hc a:hover,
body.highcontrast3.hover-border-hc a:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) a:hover,
body.hover-border .btn:hover,
body.highcontrast.hover-border-hc .btn:hover,
body.highcontrast2.hover-border-hc .btn:hover,
body.highcontrast3.hover-border-hc .btn:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) .btn:hover,
body.hover-border input:hover,
body.highcontrast.hover-border-hc input:hover,
body.highcontrast2.hover-border-hc input:hover,
body.highcontrast3.hover-border-hc input:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) input:hover,
body.hover-border select:hover,
body.highcontrast.hover-border-hc select:hover,
body.highcontrast2.hover-border-hc select:hover,
body.highcontrast3.hover-border-hc select:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) select:hover,
body.hover-border textarea:hover,
body.highcontrast.hover-border-hc textarea:hover,
body.highcontrast2.hover-border-hc textarea:hover,
body.highcontrast3.hover-border-hc textarea:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) textarea:hover,
body.hover-border button:hover,
body.highcontrast.hover-border-hc button:hover,
body.highcontrast2.hover-border-hc button:hover,
body.highcontrast3.hover-border-hc button:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) button:hover,
body.hover-border [tabindex="0"]:hover,
body.highcontrast.hover-border-hc [tabindex="0"]:hover,
body.highcontrast2.hover-border-hc [tabindex="0"]:hover,
body.highcontrast3.hover-border-hc [tabindex="0"]:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) [tabindex="0"]:hover,
body.hover-border .carousel-indicators > li:hover,
body.highcontrast.hover-border-hc .carousel-indicators > li:hover,
body.highcontrast2.hover-border-hc .carousel-indicators > li:hover,
body.highcontrast3.hover-border-hc .carousel-indicators > li:hover,
body.hover-border-def:not(.highcontrast):not(.highcontrast2):not(.highcontrast3) .carousel-indicators > li:hover {
  outline: 2px dotted #ff0000;
  outline-offset: 0;
}
.span0 {
  float: none !important;
}
.span50 {
  float: left !important;
  width: 50% !important;
}
.jm-module {
  margin: 0 0 60px;
}
.jm-module .jm-title {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  margin: 0 0 30px;
  position: relative;
  color: #161616;
  text-transform: none;
}
.jm-module h1.jm-title {
  margin-bottom: 0 !important;
  font-size: 50px;
  line-height: 1.333;
}
.moduletable {
  margin: 0 0 60px;
}
.moduletable > h3 {
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  margin: 0 0 30px;
  color: #161616;
  text-transform: none;
}
#jm-header .jm-module .jm-title {
  color: #161616;
}
#jm-header .moduletable > h3 {
  color: #161616;
}
#jm-header .jm-module + .jm-module {
  margin-top: 0;
}
#jm-top3 .jm-module .jm-title {
  color: #161616;
}
#jm-top3 .moduletable > h3 {
  color: #161616;
}
#jm-footer-mod .jm-module .jm-title {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  font-family: 'Mulish', sans-serif;
}
#jm-footer-mod .moduletable > h3 {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  font-family: 'Mulish', sans-serif;
}
.jm-module.jm-padding-top-10 {
  padding-top: 10px;
}
.jm-module.jm-padding-top-20 {
  padding-top: 20px;
}
.jm-module.jm-padding-top-30 {
  padding-top: 30px;
}
.jm-module.jm-padding-top-40 {
  padding-top: 40px;
}
.jm-module.jm-padding-top-50 {
  padding-top: 50px;
}
.jm-module.jm-padding-top-60 {
  padding-top: 60px;
}
.jm-module.jm-padding-top-70 {
  padding-top: 70px;
}
.jm-module.jm-padding-top-80 {
  padding-top: 80px;
}
.jm-module.jm-padding-top-90 {
  padding-top: 90px;
}
.jm-module.jm-padding-top-100 {
  padding-top: 100px;
}
#jm-allpage .jm-module.color1-ms {
  padding: 30px;
  background: #ffffff;
  color: #161616;
  box-shadow: 0px 0px 80px 0px #d1d1d1;
  border-radius: 2px;
}
#jm-allpage .jm-module.color1-ms .jm-title {
  color: #161616;
}
.jm-module.big-title-ms .jm-title {
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 70px;
}
.jm-module-raw {
  float: left;
  margin-right: 15px;
}
#jm-top-bar2 .jm-module-raw {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
#jm-bar-right .jm-module-raw {
  margin: 0;
}
#jm-offcanvas .jm-module {
  margin: 80px 0 0;
}
#jm-offcanvas .jm-module:first-child {
  margin: 0;
}
.jm-module.margin-ms {
  margin-bottom: 0 !important;
}
.jm-module.nav.menu {
  margin: 0 0 80px;
}
#jm-top-bar form {
  margin: 0;
}
#jm-top-bar div.login-greeting,
#jm-top-bar .logout-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#jm-top-bar .logout-button .btn {
  font-size: 10px;
  height: auto;
  line-height: 16px;
  padding: 0 15px;
  vertical-align: middle;
  margin-left: 10px !important;
}
.jm-module-raw.search-ms,
.jm-module.search-ms {
  position: relative;
}
.search[class*="mod_search"] {
  display: inline-block;
  width: 100%;
}
.search[class*="mod_search"] .inputbox {
  height: 44px;
  line-height: 1.833;
  padding: 12px 10px;
  max-width: calc(100% - 61px);
  float: left;
}
.search[class*="mod_search"] input.button,
.search[class*="mod_search"] button.button {
  float: left;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0;
  background: #161616;
  border: none;
  font-size: 0;
  color: #ffffff;
  height: 44px;
  box-shadow: none;
}
.search[class*="mod_search"] input.button:after,
.search[class*="mod_search"] button.button:after {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search[class*="mod_search"] input.button:hover,
.search[class*="mod_search"] button.button:hover,
.search[class*="mod_search"] input.button:focus,
.search[class*="mod_search"] button.button:focus {
  background: #303030;
}
.search-ms .search form {
  display: block;
  position: relative;
  width: 20px;
  margin: 0;
}
.search-ms .search input.button,
.search-ms .search button.button {
  float: none;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 0;
  color: inherit;
  box-shadow: none;
  height: auto;
}
.search-ms .search input.button:after,
.search-ms .search button.button:after {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-ms .search input.button:hover,
.search-ms .search button.button:hover,
.search-ms .search input.button:focus,
.search-ms .search button.button:focus {
  background: none;
}
.search-ms .search .inputbox {
  float: none;
  position: absolute;
  top: -5px;
  left: auto;
  right: 100%;
  margin: 0 15px 0 0;
  height: 51px;
  line-height: 1.833;
  padding: 0;
  width: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 501;
  opacity: 0;
  max-width: none;
}
.search-ms .search .inputbox.show {
  padding: 12px 10px;
  width: 215px;
  pointer-events: auto;
  opacity: 1;
}
#jm-allpage .jmm-social.default {
  text-align: inherit;
}
#jm-allpage .jmm-social.default li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#jm-allpage .jmm-social.default li .jmm-ico {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #161616;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#jm-allpage #jm-main .jmm-social.default li .jmm-ico {
  color: #ffffff;
}
#jm-allpage #jm-top1 .jmm-social.default li .jmm-ico {
  color: #ffffff;
}
#jm-allpage #jm-top2 .jmm-social.default li .jmm-ico {
  color: #f8f8f8;
}
#jm-allpage #jm-top3 .jmm-social.default li .jmm-ico {
  color: #ffffff;
}
#jm-allpage #jm-bottom1 .jmm-social.default li .jmm-ico {
  color: #f8f8f8;
}
#jm-allpage #jm-bottom2 .jmm-social.default li .jmm-ico {
  color: #ffffff;
}
#jm-allpage #jm-bottom3 .jmm-social.default li .jmm-ico {
  color: #f8f8f8;
}
#jm-allpage #jm-footer-mod .jmm-social.default li .jmm-ico {
  background: #ffffff;
  color: #000000;
}
#jm-allpage #jm-footer .jmm-social.default li .jmm-ico {
  color: #000000;
}
#jm-footer-center .jmm-social.default {
  margin-top: -4px;
  margin-bottom: -4px;
}
.item-page .jm-title {
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 80px;
  position: relative;
  color: #161616;
  text-transform: uppercase;
}
#jm-allpage .contact-ps .well {
  border: none;
  background: none;
  padding: 0;
}
#jm-allpage .contact-ps h3,
#jm-allpage .contact-ps form#contact-form > fieldset > legend,
#jm-allpage .contact-ps > .contact-address.dl-horizontal {
  display: none;
}
#jm-allpage .contact-ps > h3:first-child {
  display: block;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  color: #161616;
  margin: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
  padding: 0;
}
#jm-allpage .contact-ps .form-horizontal .control-label label {
  margin: 0 0 10px;
}
#jm-allpage .contact-ps .form-horizontal .controls {
  margin: 0;
}
#jm-allpage .contact-ps .form-actions {
  background: none;
  border: none;
  padding: 0;
}
#jm-allpage .contact-ps fieldset + fieldset {
  margin-top: 40px;
}
#jm-allpage .jmm-add-features.default .jmm-items {
  margin: -10px;
}
#jm-allpage .jmm-add-features.default .jmm-item {
  padding: 10px;
}
#jm-allpage .jmm-add-features.default .jmm-icon {
  padding-right: 20px;
  padding-bottom: 0;
  width: 75px;
  font-size: 60px;
  line-height: 75px;
  text-align: left;
  color: #487f5b;
}
#jm-allpage .jmm-add-features.default .jmm-title {
  font-weight: 700;
  font-size: 1.11em;
  line-height: 1.833;
}
#jm-allpage .jmm-add-features.default .jmm-title a {
  text-decoration: none;
  font-weight: 700;
}
#jm-allpage .jmm-add-features.default .jmm-text-bottom {
  margin-top: 60px;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-items {
  margin: -10px;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-item {
  padding: 10px;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-item-in {
  padding: 30px;
  background: #487f5b;
  color: #ffffff;
  box-shadow: 0 3px 20px rgba(72, 127, 91, 0.7);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-item-in:hover,
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-item-in:focus {
  text-decoration: none;
  color: #ffffff;
  background: #3f6f4f;
  box-shadow: none;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-icon {
  padding-right: 20px;
  width: 70px;
  line-height: inherit;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  color: inherit;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.11em;
  line-height: 1.833;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-title a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
#jm-allpage .item-button-ms .jmm-add-features.default .jmm-title + .jmm-text {
  margin-top: 0;
}
.jmm-pricing.override .jmm-mod-row {
  margin: -80px -40px 0;
  overflow: hidden;
}
.jmm-pricing.override .jmm-mod-row > div {
  float: left;
  padding: 80px 40px 0;
  box-sizing: border-box;
}
.jmm-pricing.override .row-1 > div {
  width: 100%;
}
.jmm-pricing.override .row-2 > div {
  width: 50%;
}
.jmm-pricing.override .row-3 > div {
  width: 33.33%;
}
.jmm-pricing.override .row-4 > div {
  width: 25%;
}
.jmm-pricing.override .row-5 > div {
  width: 20%;
}
.jmm-pricing.override .row-6 > div {
  width: 16.66%;
}
.jmm-pricing.override .row-7 > div {
  width: 14.28%;
}
.jmm-pricing.override .row-8 > div {
  width: 12.5%;
}
.jmm-pricing.override .row-9 > div {
  width: 11.11%;
}
.jmm-pricing.override .row-10 > div {
  width: 10%;
}
.jmm-pricing.override .row-11 > div {
  width: 9.09%;
}
.jmm-pricing.override .row-12 > div {
  width: 8.33%;
}
.jmm-pricing.override .jmm-title,
.jmm-pricing.override .jmm-price {
  background: #487f5b;
  color: #ffffff;
  text-align: center;
}
.jmm-pricing.override .highlight .jmm-title,
.jmm-pricing.override .highlight .jmm-price {
  background: #5aa072;
}
.jmm-pricing.override .jmm-description,
.jmm-pricing.override .jmm-button {
  background: #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
}
.jmm-pricing.override .jmm-title {
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font: 300 26px 'Source Sans Pro', sans-serif;
}
.jmm-pricing.override .jmm-price {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 76px;
  line-height: 1;
  font-weight: 500;
}
.jmm-pricing.override .jmm-price .jmm-period {
  font: 300 16px 'Source Sans Pro', sans-serif;
  position: relative;
}
.jmm-pricing.override .jmm-price .jmm-period:before {
  content: '/';
}
.jmm-pricing.override .jmm-description {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.jmm-pricing.override .jmm-button {
  text-align: center;
  padding-top: 30px;
}
.jmm-pricing.override .jmm-item div:last-child {
  padding-bottom: 40px;
}
.jmm-pricing.override .jmm-price {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
}
.jmm-pricing.override .jmm-price .jmm-period {
  align-self: flex-end;
}
.jmm-pricing.override ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.jmm-pricing.override ul li:last-child {
  border-bottom: none;
}
.jmm-pricing.override .icon-ok {
  color: #487f5b;
  margin-right: 10px;
}
.jmm-pricing.override .icon-remove {
  color: #9d261d;
  margin-right: 10px;
}
html[dir='rtl'] .jmm-pricing.override .jmm-mod-row > div {
  float: right;
}
#jm-allpage .jm-category-module .mod-article-image {
  margin: 0 0 20px;
}
#jm-allpage .jm-category-module .mod-articles-category-title {
  display: block;
  font-size: 1.11em;
  text-transform: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
}
#jm-allpage .jm-category-module .mod-articles-category-title:hover {
  color: #487f5b;
}
#jm-allpage .jm-category-module .mod-articles-category-date {
  font-size: 0.89em;
  line-height: 1.1;
  display: block;
  margin: 0 0 10px;
}
#jm-allpage .jm-category-module .mod-articles-category-introtext {
  font-size: 0.89em;
  margin: 5px 0 0;
}
#jm-allpage .jm-category-module .mod-articles-category-introtext strong {
  font-weight: normal;
}
#jm-allpage .jm-category-module .readmore {
  margin-top: 20px;
}
#jm-allpage .jm-category-module.default.carousel .carousel-indicators li {
  background: #487f5b;
}
#jm-allpage .jm-category-module .jmm-image.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
.jm-module iframe {
  max-width: 100%;
  box-sizing: border-box;
}
.jm-module.tags-ms span.tag {
  font-size: 0.89em !important;
  line-height: 1.3;
  float: left;
  padding: 5px 15px;
  background: #f7f7f7;
  margin: 0 10px 10px 0;
}
.jm-module.tags-ms span.tag .tag-name {
  color: inherit;
  font-size: inherit !important;
  text-decoration: none;
}
.jm-module.tags-ms span.tag .tag-name:hover {
  color: #487f5b;
}
#jm-allpage .jmm-simple-tabs.default .tabs-left > .nav-tabs,
#jm-allpage .jmm-simple-tabs.default .tabs-right > .nav-tabs {
  width: 30%;
}
#jm-allpage .jmm-simple-tabs.default .tabs-left > .tab-content,
#jm-allpage .jmm-simple-tabs.default .tabs-right > .tab-content {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
#jm-allpage .jmm-simple-tabs.default .nav-tabs .jmm-subtitle {
  font-size: 0.89em;
}
#jm-allpage .jmm-simple-tabs.default .nav-tabs > li + li > a,
#jm-allpage .jmm-simple-tabs.default dl.tabs > dt + dt a {
  margin: 0;
}
.jm-module.image-cover-ms img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: calc(50% - 80px / 2);
  height: 100%;
}
.jm-module.logos-ms {
  padding-top: 80px;
}
.jm-module.logos-ms img {
  width: 100%;
}
.jm-module.logos-ms .row-fluid [class*="span"] {
  padding-left: 5px;
  padding-right: 5px;
}
.jm-module.logos-ms .row-fluid + .row-fluid {
  margin-top: 10px;
}
.custom .row-fluid.small [class*="span"] {
  padding-left: 5px;
  padding-right: 5px;
}
.custom .row-fluid.small + .row-fluid.small {
  margin-top: 10px;
}
#jm-allpage .jmm-testimonials.default {
  text-align: left;
}
#jm-allpage .jmm-testimonials.default .jmm-rows {
  margin: 0;
}
#jm-allpage .jmm-testimonials.default .jmm-rows > div > .jmm-item {
  padding: 0;
}
#jm-allpage .jmm-testimonials.default .jmm-comment {
  line-height: 1.833;
  margin: 0;
}
#jm-allpage .jmm-testimonials.default .jmm-author-wrapper {
  margin-top: 30px;
  display: table;
}
#jm-allpage .jmm-testimonials.default .jmm-image {
  display: table-cell;
  vertical-align: middle;
  border-right: 2px solid #487f5b;
  padding: 10px 30px 10px 0px;
}
#jm-allpage .jmm-testimonials.default .jmm-image img {
  border-radius: 0;
}
#jm-allpage .jmm-testimonials.default .jmm-author-right {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 30px;
}
#jm-allpage .jmm-testimonials.default.indicators {
  padding-bottom: 0;
}
#jm-allpage .jmm-testimonials.default .carousel-indicators {
  left: auto;
  right: 0;
  transform: none;
}
#jm-allpage .jmm-testimonials.default .carousel-indicators li {
  float: left;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #d6d6d6;
  margin: 0 0 0 6px;
  border: 0px;
  border-radius: 0px;
}
#jm-allpage .jmm-testimonials.default .carousel-indicators .active {
  background: #487f5b;
  color: #ffffff;
}
#jm-allpage .jmm-img-carousel {
  /* 	.flipster__nav__link:hover,
    .flipster__nav__link:focus {
        color: @scheme;
    } */
}
#jm-allpage .jmm-img-carousel .flipster__nav {
  margin: 60px 0 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
#jm-allpage .jmm-img-carousel .flipster__nav__item {
  margin: 0;
}
#jm-allpage .jmm-img-carousel .flipster__item__content a {
  display: block;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  width: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: inherit;
  border: 2px solid transparent;
  font-weight: 700;
  margin: 5px;
  font-size: 0.89em;
  text-transform: uppercase;
  padding: 0;
  box-sizing: border-box;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link:hover,
#jm-allpage .jmm-img-carousel .flipster__nav__link:focus {
  color: inherit;
  border-bottom-color: #487f5b;
}
#jm-allpage .jmm-img-carousel .flipster__nav__link::after {
  display: none;
}
#jm-allpage .jmm-img-carousel .flipster__nav__item--current > .flipster__nav__link,
#jm-allpage .jmm-img-carousel .flipster__nav__item--current > .flipster__nav__link:hover,
#jm-allpage .jmm-img-carousel .flipster__nav__item--current > .flipster__nav__link:focus {
  color: #fff;
  background: #487f5b;
}
#jm-allpage .jmm-img-carousel .flipster__button {
  color: #487f5b;
  box-shadow: none;
  margin: -65px 30px 0;
  opacity: 1;
}
#jm-allpage .jmm-img-carousel .flipster__button svg {
  width: 30px;
  height: 30px;
}
#jm-allpage .jmm-img-carousel .flipster__button:hover,
#jm-allpage .jmm-img-carousel .flipster__button:focus {
  background: none;
}
.jm-module.image-ms img {
  position: absolute;
  bottom: 0;
  left: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#jm-allpage .dj-simple-contact-form.style-1 form {
  margin: 0;
}
#jm-allpage .dj-simple-contact-form.style-1 label {
  margin: 0 0 10px;
}
#jm-allpage .dj-simple-contact-form.style-1 .inputbox {
  height: 60px;
  line-height: 1.5;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-required-fields-info,
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-row {
  margin-bottom: 10px;
}
#jm-allpage .dj-simple-contact-form.style-1 .button {
  width: 100%;
}
#jm-allpage .dj-simple-contact-form.style-1 input[type="checkbox"] {
  margin-top: 4px;
}
#jm-allpage .dj-simple-contact-form.style-1 textarea {
  min-height: 200px;
}
#jm-allpage .dj-simple-contact-form.style-1 .dj-simple-contact-form-introtext {
  display: block;
  margin-bottom: 10px;
}
.nav.menu {
  margin: -5px 0 0;
}
.nav.menu li {
  display: block;
  background-image: none;
  position: relative;
  padding: 0;
}
.nav.menu ul {
  padding: 0;
  margin: 0;
}
.nav.menu li a,
.nav.menu li span.separator {
  display: block;
  padding: 4px 0;
  font-size: 18px;
  color: inherit;
  line-height: 1.25;
  font-weight: 400;
  vertical-align: top;
  background: none;
  text-decoration: underline;
}
.nav.menu li a:hover,
.nav.menu li span.separator:hover,
.nav.menu li a:focus,
.nav.menu li span.separator:focus {
  color: #56986d;
}
.nav.menu li > span.nav-header {
  color: inherit;
  text-shadow: none;
}
.nav.menu > li > a,
.nav.menu > li > span.separator {
  padding: 5px 0;
}
.nav.menu li.active > a,
.nav.menu li.active > span.separator {
  color: #56986d;
}
.nav.menu > li.parent > a,
.nav.menu > li.parent > span.separator {
  position: relative;
  padding-right: 10px;
}
.nav.menu > li.parent > a:after,
.nav.menu > li.parent > span.separator:after {
  content: '+';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.833;
  position: absolute;
  right: 0;
  left: auto;
}
.nav.menu > li > ul {
  padding: 0 0 20px;
}
.nav.menu li ul {
  padding-bottom: 0;
  padding-left: 20px;
}
.nav.menu li ul > li > a:before,
.nav.menu li ul > li > span.separator:before {
  content: '\203A';
  margin-top: -1px;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  top: -1px;
}
.nav.menu li a img {
  vertical-align: middle;
  margin: 0 15px 0 0;
  max-width: 100%;
}
.dj-megamenu-override .nav.menu {
  margin: -5px 0 0;
}
.dj-megamenu-override .nav.menu > li > a,
.dj-megamenu-override .nav.menu > li > span.separator {
  display: inline-block;
  border: none;
  padding: 5px 0;
  margin: 0;
  line-height: 1.833;
}
.dj-megamenu-override .nav.menu li a,
.dj-megamenu-override .nav.menu li span.separator {
  color: #161616;
  text-decoration: none;
  position: relative;
}
.dj-megamenu-override .nav.menu li a:after,
.dj-megamenu-override .nav.menu li span.separator:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: auto;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dj-megamenu-override .nav.menu li a:hover,
.dj-megamenu-override .nav.menu li span.separator:hover,
.dj-megamenu-override .nav.menu li a:focus,
.dj-megamenu-override .nav.menu li span.separator:focus {
  color: #487f5b;
}
.dj-megamenu-override .nav.menu li a:hover:after,
.dj-megamenu-override .nav.menu li span.separator:hover:after,
.dj-megamenu-override .nav.menu li a:focus:after,
.dj-megamenu-override .nav.menu li span.separator:focus:after {
  width: 100%;
  background: #487f5b;
}
.dj-megamenu-override .nav.menu li > span.nav-header {
  color: #161616;
}
.dj-megamenu-override .nav.menu li.active > a,
.dj-megamenu-override .nav.menu li.active > span.separator {
  color: #487f5b;
}
.dj-megamenu-override .nav.menu li.active > a:after,
.dj-megamenu-override .nav.menu li.active > span.separator:after {
  width: 100%;
  background: #487f5b;
}
.dj-offcanvas .nav.menu > li > a,
.dj-offcanvas .nav.menu > li > span.separator {
  text-decoration: none;
}
#jm-top3 .nav.menu li a,
#jm-top3 .nav.menu li span.separator {
  color: #161616;
}
#jm-top3 .nav.menu li a:hover,
#jm-top3 .nav.menu li span.separator:hover,
#jm-top3 .nav.menu li a:focus,
#jm-top3 .nav.menu li span.separator:focus {
  color: #ffffff;
}
#jm-top3 .nav.menu li > span.nav-header {
  color: #161616;
}
#jm-top3 .nav.menu > li > a,
#jm-top3 .nav.menu > li > span.separator {
  border-color: #ffffff;
}
#jm-top3 .nav.menu li.active > a,
#jm-top3 .nav.menu li.active > span.separator {
  color: #ffffff;
}
#jm-footer-mod .nav.menu li a,
#jm-footer-mod .nav.menu li span.separator {
  color: #ffffff;
}
#jm-footer-mod .nav.menu li a:hover,
#jm-footer-mod .nav.menu li span.separator:hover,
#jm-footer-mod .nav.menu li a:focus,
#jm-footer-mod .nav.menu li span.separator:focus {
  color: #518f67;
}
#jm-footer-mod .nav.menu li > span.nav-header {
  color: #ffffff;
}
#jm-footer-mod .nav.menu > li > a,
#jm-footer-mod .nav.menu > li > span.separator {
  border-color: #000000;
}
#jm-footer-mod .nav.menu li.active > a,
#jm-footer-mod .nav.menu li.active > span.separator {
  color: #518f67;
}
#jm-allpage .color1-ms .nav.menu li a,
#jm-allpage .color1-ms .nav.menu li span.separator {
  color: #161616;
}
#jm-allpage .color1-ms .nav.menu li a:hover,
#jm-allpage .color1-ms .nav.menu li span.separator:hover,
#jm-allpage .color1-ms .nav.menu li a:focus,
#jm-allpage .color1-ms .nav.menu li span.separator:focus {
  color: #ffffff;
}
#jm-allpage .color1-ms .nav.menu li > span.nav-header {
  color: #161616;
}
#jm-allpage .color1-ms .nav.menu > li > a,
#jm-allpage .color1-ms .nav.menu > li > span.separator {
  border-color: #ffffff;
}
#jm-allpage .color1-ms .nav.menu li.active > a,
#jm-allpage .color1-ms .nav.menu li.active > span.separator {
  color: #ffffff;
}
#jm-offcanvas .nav.menu li a,
#jm-offcanvas .nav.menu li span.separator {
  color: #161616;
}
#jm-offcanvas .nav.menu li a:hover,
#jm-offcanvas .nav.menu li span.separator:hover,
#jm-offcanvas .nav.menu li a:focus,
#jm-offcanvas .nav.menu li span.separator:focus {
  color: #487f5b;
}
#jm-offcanvas .nav.menu li > span.nav-header {
  color: #161616;
}
#jm-offcanvas .nav.menu > li > a,
#jm-offcanvas .nav.menu > li > span.separator {
  border-color: #f0f0f0;
}
#jm-offcanvas .nav.menu li.active > a,
#jm-offcanvas .nav.menu li.active > span.separator {
  color: #487f5b;
}
#jm-top-bar .nav.menu {
  margin: 0;
}
#jm-top-bar .nav.menu > li {
  display: inline-block;
  background: none;
  margin: 0;
}
#jm-top-bar .nav.menu li > span.nav-header {
  display: none;
}
#jm-top-bar .nav.menu li + li > a:before,
#jm-top-bar .nav.menu li + li > span.separator:before {
  display: inline-block;
  content: "\2219";
  margin-right: 10px;
  text-decoration: none;
}
#jm-top-bar .nav.menu li:hover > a,
#jm-top-bar .nav.menu li.active > a,
#jm-top-bar .nav.menu li.active > span.separator {
  color: #487f5b;
}
#jm-top-bar .nav.menu > li > a,
#jm-top-bar .nav.menu > li > span.separator {
  font-size: 17px;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 1.533;
  border: none;
}
#jm-top-bar .nav.menu ul,
#jm-top-bar .nav.menu > li.parent > a:after,
#jm-top-bar .nav.menu > li.parent > span.separator:after {
  display: none;
}
.tagspopular ul,
.tagssimilar ul,
.nav.menu.tag-ms,
.tag-ms .nav.menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tagspopular ul > li,
.tagssimilar ul > li,
.nav.menu.tag-ms > li,
.tag-ms .nav.menu > li {
  display: inline-block;
  border: none;
  background: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
.tagspopular ul > li a,
.tagssimilar ul > li a,
.nav.menu.tag-ms > li a,
.tag-ms .nav.menu > li a {
  color: #487f5b;
  padding: 5px 15px!important;
  background: #ffffff;
  border: 1px solid #487f5b;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 2px;
}
.tagspopular ul > li a:after,
.tagssimilar ul > li a:after,
.nav.menu.tag-ms > li a:after,
.tag-ms .nav.menu > li a:after {
  display: none;
}
.tagspopular ul > li:hover a,
.tagssimilar ul > li:hover a,
.nav.menu.tag-ms > li:hover a,
.tag-ms .nav.menu > li:hover a,
.tagspopular ul > li.active a,
.tagssimilar ul > li.active a,
.nav.menu.tag-ms > li.active a,
.tag-ms .nav.menu > li.active a {
  color: #ffffff !important;
  border: 1px solid #487f5b;
  background: #487f5b;
}
.tagspopular ul > li:hover a:hover,
.tagssimilar ul > li:hover a:hover,
.nav.menu.tag-ms > li:hover a:hover,
.tag-ms .nav.menu > li:hover a:hover,
.tagspopular ul > li.active a:hover,
.tagssimilar ul > li.active a:hover,
.nav.menu.tag-ms > li.active a:hover,
.tag-ms .nav.menu > li.active a:hover,
.tagspopular ul > li:hover a:focus,
.tagssimilar ul > li:hover a:focus,
.nav.menu.tag-ms > li:hover a:focus,
.tag-ms .nav.menu > li:hover a:focus,
.tagspopular ul > li.active a:focus,
.tagssimilar ul > li.active a:focus,
.nav.menu.tag-ms > li.active a:focus,
.tag-ms .nav.menu > li.active a:focus {
  color: #ffffff !important;
}
.tagspopular ul ul,
.tagssimilar ul ul,
.nav.menu.tag-ms ul,
.tag-ms .nav.menu ul {
  display: none;
}
.tagspopular ul > li,
.tagssimilar ul > li {
  margin: 0 6px 10px 0;
}
.tagspopular ul > li a,
.tagssimilar ul > li a {
  padding: 6px 18px;
}
#jm-allpage .skip-ms {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 9999;
}
#jm-allpage .skip-ms .nav.menu {
  margin: 0;
}
#jm-allpage .skip-ms .nav.menu > li {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  display: inline-block;
  vertical-align: top;
}
#jm-allpage .skip-ms .nav.menu > li > a {
  color: #ffffff;
  background: #487f5b;
  position: absolute;
  top: 0;
  left: -9999px;
  right: auto;
  white-space: nowrap;
  padding: 10px;
}
#jm-allpage .skip-ms .nav.menu > li > a:before,
#jm-allpage .skip-ms .nav.menu > li > a:after {
  display: none;
}
#jm-allpage .skip-ms .nav.menu > li > a:focus {
  left: 0;
}
#jm-allpage .skip-ms .nav.menu > li > a:hover,
#jm-allpage .skip-ms .nav.menu > li > a:focus {
  color: #ffffff;
  background: #487f5b;
}
.tags {
  padding: 5px 0;
  margin: 20px 0;
}
.tags li {
  padding: 0 !important;
}
.tags span .label {
  border-radius: 0px;
  font-size: 0.89em !important;
  line-height: 1.3;
  padding: 5px 15px;
  background: #f7f7f7;
  margin: 0 10px 10px 0;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
}
.tags span .label:hover,
.tags span .label:focus {
  color: #487f5b;
}
.label-info[href],
.badge-info[href],
.label-info,
.badge-info {
  border-radius: 0px;
  font-size: 0.89em !important;
  line-height: 1.3;
  padding: 5px 15px;
  background: #f7f7f7;
  margin: 0 10px 10px 0;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  text-shadow: none;
}
.label-info[href]:hover,
.badge-info[href]:hover,
.label-info:hover,
.badge-info:hover,
.label-info[href]:focus,
.badge-info[href]:focus,
.label-info:focus,
.badge-info:focus {
  color: #487f5b;
}
.media-list > li {
  background: none;
  padding: 0;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  height: 18px;
  line-height: 1;
  vertical-align: top;
  padding: 0 2px;
  font-size: 18px;
}
.btn.jmodedit {
  border: 0;
}
.thumbnails > li {
  background: none;
  padding: 0;
}
.chzn-container li {
  background: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 25px !important;
}
#jm-allpage .chzn-container-single {
  min-width: 80px;
}
#jm-allpage .chzn-container-single .chzn-single,
#jm-allpage .chzn-container-multi .chzn-choices {
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  padding: 0 20px;
  vertical-align: middle;
  border: 2px solid #161616;
  color: #161616;
  background: #ffffff;
  box-shadow: none;
  border-radius: 2px;
  box-sizing: border-box;
}
#jm-allpage .chzn-container-single .chzn-single span {
  margin-right: 10px;
}
#jm-allpage .chzn-container-single .chzn-single div {
  left: auto;
  right: 8px;
  width: 15px;
}
#jm-allpage .chzn-container .chzn-drop {
  border: 2px solid #161616;
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-field input.default {
  font-family: inherit;
  color: #161616;
  padding: 0;
  margin: 0;
  height: 60px;
}
#jm-allpage .chzn-container-single .chzn-single div b {
  margin-top: 18px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice {
  line-height: 24px;
  border: 2px solid #161616;
  background: #ffffff;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice span {
  font-size: 14px;
}
#jm-allpage .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  top: 10px;
}
#jm-allpage .chzn-choices li,
#jm-allpage .chzn-results li {
  background-image: none !important;
}
#jm-allpage .chzn-container .chzn-results {
  padding-top: 4px;
}
#jm-allpage .chzn-container .chzn-results li.highlighted {
  background: #487f5b;
}
.calendar-container .btn {
  padding: 5px;
  font-size: 0.8em;
}
.calendar-container .btn + .btn {
  margin: 0 2px;
}
.calendar-container table tbody td.selected {
  background: #365e44;
  color: #ffffff;
}
.calendar-container table tbody td.day:hover {
  background: #487f5b;
  color: #ffffff;
}
h1.componentheading,
.tag-category > h1,
.page-header > h1,
.content-category > h1,
.categories-list > h1,
.blog-featured > h1,
.contact-category > h1,
.contact > h1,
.newsfeed-category > h1,
h1.page-title,
.finder > h1,
.weblink-category > h1,
.edit > h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  color: #161616;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 30px;
}
h2.item-title,
.page-header > h2,
.content-category > h2,
.blog > h2,
.cat-children > h3,
.contact-category > h2,
.weblink-category > h2,
.newsfeed > h2,
.newsfeed-category > h2,
.weblink-category > h2,
.contact > h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #161616;
  display: block;
  margin: 0 0 20px;
  text-decoration: none;
  text-transform: none;
}
h2.item-title a,
.page-header > h2 a,
.content-category > h2 a,
.blog > h2 a,
.cat-children > h3 a,
.contact-category > h2 a,
.weblink-category > h2 a,
.newsfeed > h2 a,
.newsfeed-category > h2 a,
.weblink-category > h2 a,
.contact > h3 a {
  color: #161616;
  display: block;
}
h2.item-title a:hover,
.page-header > h2 a:hover,
.content-category > h2 a:hover,
.blog > h2 a:hover,
.cat-children > h3 a:hover,
.contact-category > h2 a:hover,
.weblink-category > h2 a:hover,
.newsfeed > h2 a:hover,
.newsfeed-category > h2 a:hover,
.weblink-category > h2 a:hover,
.contact > h3 a:hover {
  text-decoration: none;
  color: #487f5b;
}
.item-page .page-header > h1,
.item-page .page-header > h2 {
  line-height: 1.333;
  text-transform: none;
}
h3.page-header {
  font-size: 1em;
  line-height: 1.833;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h3.page-header > .btn-mini {
  padding: 3px 6px;
}
h3.page-header > .btn-mini [class^="icon-"],
h3.page-header > .btn-mini [class*=" icon-"] {
  margin-top: 0;
}
h3.page-header > .badge {
  margin: 0 5px;
  vertical-align: middle;
}
.icons .btn.dropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.element-invisible {
  display: none !important;
}
dl.article-info {
  margin: 0 0 30px;
  line-height: 1.5;
  font-size: 0.89em;
  color: #161616;
}
dl.article-info dd {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  line-height: 1.1;
}
dl.article-info dd:after {
  content: '/';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
dl.article-info dd:last-child {
  margin: 0;
  padding: 0;
}
dl.article-info dd:last-child:after {
  display: none;
}
dl.article-info dd [class^="icon-"],
dl.article-info dd [class*=" icon-"] {
  display: none;
}
dl.article-info ~ dl.article-info {
  margin: 0;
}
.item-page .page-header > h1,
.item-page .page-header > h2 {
  margin-bottom: 60px;
}
.item-page dl.article-info {
  margin-bottom: 60px;
}
.item-page .page-header + .article-info {
  margin-top: -40px;
}
.article-info-term {
  display: none;
}
.content_rating {
  margin-bottom: 10px;
}
.content_rating img {
  margin: 0;
}
.content_vote label {
  margin-right: 5px;
}
.categories-list .collapse {
  padding: 0 0 0 80px;
}
#archive-items .createdby {
  margin: 0 0 15px;
}
.items-leading div[class*="leading-"]:before,
.items-row .item:before,
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  display: table;
  content: "";
  line-height: 0;
}
.items-leading div[class*="leading-"]:after,
.items-row .item:after {
  clear: both;
}
.items-leading div[class*="leading-"] p.readmore,
.items-row .item p.readmore {
  margin-top: 30px;
}
.items-leading + .items-row,
.items-leading div[class*="leading-"] + .items-row,
.items-row + .items-row {
  margin-top: 60px;
}
.items-leading .leading:last-child,
.items-row:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.items-more,
.content-links {
  margin: 0 0 80px;
}
.item-image {
  margin-bottom: 30px;
  max-width: 100%;
}
figure.pull-left,
figure.pull-right,
figure.pull-center {
  max-width: 100%;
  margin: 0 0 80px;
}
.pull-none.item-image {
  text-align: center;
}
.pull-left.item-image,
figure.pull-left {
  margin-right: 80px;
}
.pull-right.item-image,
figure.pull-right {
  margin-left: 80px;
}
.pull-center {
  text-align: center;
}
.category-desc {
  margin: 0 0 80px;
}
div.img_caption {
  margin: 0 auto;
  max-width: 100%;
}
p.img_caption {
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  margin: 0;
}
a.readmore {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  height: auto;
  color: inherit;
  min-width: 0;
  border: 0px;
  box-shadow: none;
  text-transform: none;
}
a.readmore:after {
  content: '→';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  right: 0;
  top: 0;
}
a.readmore:hover,
a.readmore:focus {
  text-decoration: none !important;
  color: #487f5b;
  background: none;
}
a.readmore:hover:after,
a.readmore:focus:after {
  right: -5px;
}
p.readmore {
  display: block;
  text-align: right;
  margin: 0;
}
p.readmore .btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  height: auto;
  color: inherit;
  min-width: 0;
  border: 0px;
  box-shadow: none;
  text-transform: none;
  background-color: transparent;
}
p.readmore .btn:after {
  content: '→';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  right: 0;
  top: 0;
}
p.readmore .btn:hover,
p.readmore .btn:focus {
  text-decoration: none !important;
  color: #487f5b;
  background: none;
}
p.readmore .btn:hover:after,
p.readmore .btn:focus:after {
  right: -5px;
}
.mod-articles-category-readmore a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  border: none;
  background: none;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  height: auto;
  color: inherit;
  min-width: 0;
  border: 0px;
  box-shadow: none;
  text-transform: none;
}
.mod-articles-category-readmore a:after {
  content: '→';
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  right: 0;
  top: 0;
}
.mod-articles-category-readmore a:hover,
.mod-articles-category-readmore a:focus {
  text-decoration: none !important;
  color: #487f5b;
  background: none;
}
.mod-articles-category-readmore a:hover:after,
.mod-articles-category-readmore a:focus:after {
  right: -5px;
}
p.readmore a.btn .icon-chevron-right,
p.readmore a.btn .icon-chevron-left {
  display: none;
}
.category-list th .icon-arrow-down-3 {
  top: 0;
  margin: 0 5px;
}
.category-list th .icon-arrow-down-3:before {
  content: '↑';
}
.category-list th .icon-arrow-up-3 {
  top: 0;
  margin: 0 5px;
}
.category-list th .icon-arrow-up-3:before {
  content: '↓';
}
.blog .pagination {
  margin-top: 120px;
}
.archive .filters {
  margin-bottom: 80px;
}
fieldset.filters {
  margin: 0 0 20px;
}
.categories-list ul li h4 {
  font-size: 1em;
  line-height: 1.833;
  font-weight: bold;
}
.categories-list ul li small.category-desc {
  font-size: 1em;
  line-height: 1.833;
}
ul.list-striped > li {
  background: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
.weblink-count {
  display: inline-block;
  width: 100%;
}
.weblink-count dt,
.weblink-count dd {
  float: left;
}
.newsfeed > ol > li > h3 {
  font-size: 1em;
}
.newsfeed-count dd,
.newsfeed-count dt {
  display: inline-block;
}
strong.red,
span.star {
  color: #E60000;
}
#member-registration.form-horizontal .control-label,
#member-profile.form-horizontal .control-label,
.login > form.form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
  padding-top: 0;
}
#member-registration.form-horizontal .controls,
#member-profile.form-horizontal .controls,
.login > form.form-horizontal .controls {
  margin-left: 0;
}
#member-registration .control-label label,
#member-profile .control-label label,
.login > form .control-label label {
  display: inline;
}
#member-registration .control-label label + .optional,
#member-profile .control-label label + .optional,
.login > form .control-label label + .optional {
  display: inline;
  margin-top: 0;
}
#member-registration.form-horizontal > div .controls,
#member-profile.form-horizontal > div .controls,
.login > form.form-horizontal > div .controls {
  margin: -5px;
}
#member-registration.form-horizontal > div .btn,
#member-profile.form-horizontal > div .btn,
.login > form.form-horizontal > div .btn {
  margin: 5px;
}
#member-registration.form-horizontal > div a.btn,
#member-profile.form-horizontal > div a.btn,
.login > form.form-horizontal > div a.btn {
  background: #727274;
  box-shadow: 0 3px 20px rgba(114, 114, 116, 0.7);
}
#member-registration.form-horizontal > div a.btn:hover,
#member-profile.form-horizontal > div a.btn:hover,
.login > form.form-horizontal > div a.btn:hover {
  box-shadow: none;
}
#member-registration fieldset + fieldset,
#member-profile fieldset + fieldset,
.login > form fieldset + fieldset {
  margin-top: 30px;
}
#member-registration label[for="remember"],
#member-profile label[for="remember"],
.login > form label[for="remember"] {
  padding-left: 25px;
}
#member-registration .controls,
#member-profile .controls,
.login > form .controls {
  position: relative;
}
#member-registration input#remember,
#member-profile input#remember,
.login > form input#remember {
  position: absolute;
  top: -25.994px;
}
.login + div > ul.nav-tabs li {
  float: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.registration #jform_profile_tos legend {
  margin-left: -20px;
}
.profile ul.btn-toolbar li {
  background: none;
  padding: 0;
}
.profile .btn-toolbar + fieldset {
  clear: both;
}
.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"],
.contact .contact-form textarea {
  width: 100%;
  max-width: 400px;
}
.contact dl.contact-address {
  margin: 80px 0;
}
.contact .thumbnail {
  border: none;
  box-shadow: none;
}
.phrases-box,
fieldset.only {
  padding: 0 0 20px;
}
.phrases-box label,
fieldset.only label {
  display: inline-block;
  margin-right: 10px;
}
#searchForm .btn-group {
  margin: 5px 0;
}
#searchForm .btn-group + .btn-group {
  margin-left: 0;
  margin-right: 0;
}
.finder #finder-search label {
  margin: 0;
}
.finder #finder-search > fieldset > label:first-child {
  display: block;
}
.finder #finder-search select,
.finder #finder-search input[type="text"],
.finder #finder-search button,
.finder #finder-search .btn,
.finder #finder-search .chzn-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.finder #finder-search select,
.finder #finder-search .chzn-container {
  vertical-align: top;
  max-width: 180px;
}
.finder ul.list-striped > li {
  padding: 20px 0;
}
.finder #finder-filter-window,
.finder #advancedSearch[style="height: auto;"] {
  overflow: visible;
}
.finder .word .btn.disabled,
.finder .word .btn[disabled] {
  opacity: 1;
  cursor: pointer;
}
.finder .word [data-toggle] {
  background: none;
  color: inherit;
  padding: 20px;
  box-shadow: none;
}
.finder .word [data-toggle]:hover,
.finder .word [data-toggle]:focus {
  color: #487f5b;
}
.finder .filter-date .field-calendar {
  display: inline-block;
}
.finder .filter-date .field-calendar .input-append {
  display: flex;
  align-items: center;
}
.finder .filter-date .field-calendar .input-append input {
  width: 100%;
}
.finder ul#finder-filter-select-dates {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.finder ul#finder-filter-select-dates > li {
  width: auto;
  margin: 0 10px;
}
.finder .filter-branch {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.finder .filter-branch .finder-selects {
  margin-right: 10px;
}
.finder .collapse.in {
  overflow: visible;
}
.btn .icon-search.icon-white {
  color: inherit;
}
fieldset.phrases {
  padding-bottom: 20px;
}
.tag-category .form-inline label {
  vertical-align: middle;
  margin-right: 10px;
}
.tag-category > h2 {
  margin-bottom: 80px;
}
.tag-category form > ul > li > h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.83;
  margin-bottom: 0;
}
.tag-category form > ul > li > h3 a {
  text-decoration: underline;
}
.tag-category form > ul > li {
  padding: 8px 15px;
  margin: 0;
}
.tag-category form > ul > li.cat-list-row0 {
  background-color: #f8f8f8;
}
.tag-category .tag-body {
  margin: 80px 0;
  display: block;
}
.tag-category .filters .btn-group .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.tag-category .filters .btn-group .btn + .btn {
  margin-left: 4px;
}
.tag-category .filters .btn-group .btn[type="reset"] {
  background: #727274;
  box-shadow: 0 3px 20px rgba(114, 114, 116, 0.7);
}
.tag-category .filters .btn-group .btn[type="reset"]:hover {
  box-shadow: none;
}
body .tip-wrap .tip {
  max-width: 300px;
  padding: 3px 8px;
  color: #161616;
  text-align: center;
  text-decoration: none;
  background: none;
  background-color: #ebebeb;
  border-radius: 0;
  font-weight: normal;
  z-index: 9999;
  opacity: 1;
  box-shadow: none;
  border: none;
}
body .tip-wrap .tip-top {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ebebeb;
  opacity: 0.8;
}
body .tip-wrap .tip-title {
  font-weight: bold;
  color: #161616;
}
body .tip-wrap .tip-text {
  font-weight: normal;
  color: #161616;
}
.jmodedit {
  z-index: 9999;
  line-height: 1 !important;
  padding: 0 !important;
  background: none !important;
  color: #487f5b !important;
}
.jmodedit:hover {
  color: #417252 !important;
}
.article-index {
  padding: 40px;
  background: #f7f7f7;
  margin-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article-index {
    margin-left: 0;
    margin-right: 0;
  }
}
.article-index + .pagenavcounter {
  margin-bottom: 10px;
}
.article-index .nav {
  min-width: 150px;
}
.article-index .nav li {
  float: none;
  display: block;
}
.article-index .nav li + li {
  padding: 0;
}
.jm-alert {
  display: block;
}
#templates-form .form-horizontal .control-label {
  float: none;
  width: auto;
  text-align: inherit;
}
#templates-form .form-horizontal .controls {
  margin-left: 0;
  margin-right: 0;
}
.minicolors-theme-bootstrap .minicolors-input {
  line-height: 1.5;
  height: auto;
  width: auto;
}
.newsflash .newsflash-title {
  font-weight: normal;
  font-size: 1em;
  margin: 80px 0 40px;
  clear: both;
}
.newsflash .newsflash-title:first-child {
  margin: 0 0 40px;
}
.newsflash .newsflash-title a:hover {
  text-decoration: underline;
}
.newsflash .readmore {
  margin-top: 40px;
}
.newsflash .readmore:hover,
.newsflash .readmore:focus {
  text-decoration: none;
}
.newsflash-horiz li + li {
  margin: 40px 0 0;
}
.archive-module > li {
  margin: 10px 0;
}
.archive-module > li:first-child {
  margin-top: 0;
}
.categories-module li h1,
.categories-module li h2,
.categories-module li h3,
.categories-module li h4,
.categories-module li h5,
.categories-module li h6 {
  line-height: 1.2;
  font-weight: normal;
}
.categories-module li + li {
  margin: 80px 0 0;
}
#jm-allpage .category-module {
  margin: 0;
}
#jm-allpage .category-module li p {
  line-height: 1.833;
  margin: 0 0 5px;
}
#jm-allpage .category-module li > a {
  display: block;
  font-weight: normal;
}
#jm-allpage .category-module span {
  display: inline-block;
  margin: 10px 0 0;
}
#form-login-username label.element-invisible,
#form-login-password label.element-invisible {
  display: none;
}
#login-form ul li .icon-arrow-right {
  display: none;
}
#mod-finder-searchform {
  margin: 0;
}
#mod-finder-searchform a {
  display: block;
  margin-top: 5px;
}
.form-search label.finder {
  padding: 0 10px 0 0;
}
.feed h2 ~ ul.newsfeed {
  margin-top: 10px;
}
.weblinks li {
  margin-top: 5px;
}
.weblinks li:first-child {
  margin: 0;
}
.weblinks li p {
  margin: 0;
}
.search input#mod-search-searchword {
  width: auto;
}
.form-search .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.search .button[type='image'] {
  padding: 0;
}
.mod-languages ul {
  list-style: none;
}
.mod-languages ul li {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
#jm-system-message .alert {
  margin: 80px 0;
}
#jm-system-message .alert a {
  text-decoration: none;
}
.jm-error-page {
  text-align: center;
}
.jm-error-page > h1 {
  color: #161616;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}
.jm-error-page > h2 {
  color: #161616;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 30px;
}
.jm-error-page > p {
  margin: 0 0 30px;
}
.jm-error-page input.inputbox {
  width: 50% !important;
  text-transform: uppercase;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url('../images/scheme1/search.png');
  padding-left: 25px;
}
.jm-error-page .moduletable {
  margin: 0 0 30px;
}
.login-greeting {
  margin-bottom: 30px;
}
#jmthemeform .jmtheme-subset-toggler {
  font-family: 'Open Sans', sans-serif;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h3.jm-typo-title {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
h3.jm-typo-title ~ pre,
h3.jm-typo-title ~ div pre {
  margin-bottom: 20px;
  font-size: 13px;
}
h3.jm-typo-title ~ p {
  margin: 1.85em 0;
}
.jm-code {
  border-left: 5px solid #f0f0f0;
  padding: 10px;
  background: #e7e6e6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 80px;
}
.jm-color {
  color: #487f5b;
}
.jm-block {
  margin: 10px 0;
  padding: 0 0 0 60px;
  position: relative;
  min-height: 40px;
}
.jm-block span {
  background: #999999;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
}
.jm-block.second span {
  background-color: #555555;
}
.quote-left,
.quote-right {
  padding: 30px;
  margin: 20px 0;
  font-size: 1.11em;
  font-style: italic;
}
.quote-left {
  border-left: 2px solid #487f5b;
}
.quote-right {
  border-right: 2px solid #487f5b;
}
.border_img1 {
  padding: 4px;
  background: #ececec;
  box-sizing: border-box;
}
.border_img2 {
  background: #F2F2F2;
  border: 1px solid #E5E5E5;
  padding: 5px;
  box-sizing: border-box;
}
.border_img3 {
  border: 1px solid #DFDFDF;
  padding: 1px;
  background: #ffffff;
  box-sizing: border-box;
}
p.jmbadge,
span.jmbadge,
p.jmcalendar,
span.jmcalendar,
p.jmchat,
span.jmchat,
p.jmcheck,
span.jmcheck,
p.jmcloud,
span.jmcloud,
p.jmdirection,
span.jmdirection,
p.jmdivide,
span.jmdivide,
p.jmerror,
span.jmerror,
p.jmfire,
span.jmfire,
p.jmflag,
span.jmflag,
p.jmheart,
span.jmheart,
p.jmhome,
span.jmhome,
p.jminfo,
span.jminfo,
p.jmlist,
span.jmlist,
p.jmmail,
span.jmmail,
p.jmpeople,
span.jmpeople,
p.jmstar,
span.jmstar,
p.jmstat,
span.jmstat {
  display: block;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: left top;
  min-height: 40px;
  margin: 5px 0 15px;
}
p.jmbadge,
span.jmbadge {
  background-image: url("../images/icons/badge.png");
}
p.jmcalendar,
span.jmcalendar {
  background-image: url("../images/icons/calendar.png");
}
p.jmchat,
span.jmchat {
  background-image: url("../images/icons/chat.png");
}
p.jmcheck,
span.jmcheck {
  background-image: url("../images/icons/check.png");
}
p.jmcloud,
span.jmcloud {
  background-image: url("../images/icons/cloud.png");
}
p.jmdirection,
span.jmdirection {
  background-image: url("../images/icons/direction.png");
}
p.jmdivide,
span.jmdivide {
  background-image: url("../images/icons/divide.png");
}
p.jmerror,
span.jmerror {
  background-image: url("../images/icons/error.png");
}
p.jmfire,
span.jmfire {
  background-image: url("../images/icons/fire.png");
}
p.jmflag,
span.jmflag {
  background-image: url("../images/icons/flag.png");
}
p.jmheart,
span.jmheart {
  background-image: url("../images/icons/heart.png");
}
p.jmhome,
span.jmhome {
  background-image: url("../images/icons/home.png");
}
p.jminfo,
span.jminfo {
  background-image: url("../images/icons/info.png");
}
p.jmlist,
span.jmlist {
  background-image: url("../images/icons/list.png");
}
p.jmmail,
span.jmmail {
  background-image: url("../images/icons/mail.png");
}
p.jmpeople,
span.jmpeople {
  background-image: url("../images/icons/people.png");
}
p.jmstar,
span.jmstar {
  background-image: url("../images/icons/star.png");
}
p.jmstat,
span.jmstat {
  background-image: url("../images/icons/stat.png");
}
ol.jm-roman,
ol.jm-roman ol {
  list-style-type: upper-roman;
}
ol.jm-alpha,
ol.jm-alpha ol {
  list-style-type: lower-alpha;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
}
p.blue,
p.green,
p.red,
p.orange {
  display: table;
  padding: 20px;
  border-left: 5px solid transparent;
  margin: 1.3em 0;
}
p.blue span,
p.green span,
p.red span,
p.orange span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
p.blue span.fa,
p.green span.fa,
p.red span.fa,
p.orange span.fa,
p.blue span[class^='fa'],
p.green span[class^='fa'],
p.red span[class^='fa'],
p.orange span[class^='fa'] {
  padding-right: 20px;
}
p.blue.full,
p.green.full,
p.red.full,
p.orange.full {
  width: 100%;
}
p.blue {
  border-color: #3a87ad;
}
p.green {
  border-color: #58AD11;
}
p.red {
  border-color: #DE2843;
}
p.orange {
  border-color: #D8B811;
}
.jm-info,
.jm-success,
.jm-alert,
.jm-warning {
  display: table;
  width: 100%;
  padding: 20px;
  margin: 1.3em 0;
  text-align: justify;
  border-top: 1px solid transparent;
  border-left: 5px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.jm-info:empty,
.jm-success:empty,
.jm-alert:empty,
.jm-warning:empty {
  display: none;
}
.jm-info span,
.jm-success span,
.jm-alert span,
.jm-warning span {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.jm-info span.fa,
.jm-success span.fa,
.jm-alert span.fa,
.jm-warning span.fa,
.jm-info span[class^='fa'],
.jm-success span[class^='fa'],
.jm-alert span[class^='fa'],
.jm-warning span[class^='fa'] {
  padding-right: 20px;
}
.jm-info {
  background: #d9edf7;
  border-color: #3a87ad;
}
.jm-success {
  background: #DFF0D8;
  border-color: #58AD11;
}
.jm-alert {
  background: #F2DEDE;
  border-color: #DE2843;
}
.jm-warning {
  background: #fcf8e3;
  border-color: #D8B811;
}
.ch-item.ch-first .ch-info,
.ch-item.ch-second .ch-info .ch-info-back,
.ch-item.ch-third .ch-info .ch-info-back {
  background: #487f5b;
}
.view {
  cursor: default;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.view .mask,
.view .content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.view .mask span.space {
  height: 50%;
  display: block;
}
.view .readmore {
  display: table;
  margin: -25px auto 0;
  -webkit-backface-visibility: hidden;
}
.view-video {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.view-video:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
  z-index: 2;
}
.view-video:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url('../images/video-play.png') no-repeat;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
  z-index: 1;
}
.view-video:hover:after {
  opacity: 0;
}
.view-video img {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  display: inline-block;
}
.view-video .mask {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 10;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.view-video:hover img {
  opacity: 0;
  -webkit-transform: rotate(720deg) scale(0);
  -moz-transform: rotate(720deg) scale(0);
  -o-transform: rotate(720deg) scale(0);
  -ms-transform: rotate(720deg) scale(0);
  transform: rotate(720deg) scale(0);
}
.view-video:hover .mask {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg);
  -moz-transform: translateY(0px) rotate(0deg);
  -o-transform: translateY(0px) rotate(0deg);
  -ms-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  transition-delay: 0.4s;
}
.view .mask {
  background: #eee;
}
/* image hovers */
.ch-item.ch-first {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item.ch-third .ch-info-front {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}
.ch-item {
  position: relative;
  width: 280px;
  height: 250px;
}
x:-o-prefocus,
.ch-item {
  border: none;
  /* opera fix */
}
.ch-item .ch-info .ch-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.ch-item .ch-info .ch-outer {
  display: table-cell;
  vertical-align: middle;
}
.ch-item .ch-info p {
  padding: 20px 5px 0;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px !important;
  line-height: 30px;
  background: url("../images/badge_sep.png") no-repeat top center;
}
.ch-item .ch-info p a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.ch-item .ch-info p a:hover {
  text-decoration: underline;
}
.ch-item .ch-info p span.smaller {
  font-size: 16px !important;
  line-height: 22px;
  font-weight: normal;
}
/* first */
.ch-item.ch-first {
  position: relative;
  cursor: default;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ch-item.ch-first .ch-info {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 260px;
  height: 230px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
  /*for a smooth font */
}
.ch-item.ch-first:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*second*/
.ch-item.ch-second {
  position: relative;
  cursor: default;
  overflow: hidden;
}
.ch-item.ch-second .ch-info-wrap {
  position: absolute;
  width: 260px;
  height: 230px;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
  top: 10px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.ch-item.ch-second .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-second .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-item.ch-second .ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.ch-item.ch-second:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
/** opera fix **/
x:-o-prefocus,
.ch-item.ch-second .ch-info .ch-info-back {
  display: none;
}
x:-o-prefocus,
.ch-item.ch-second:hover .ch-info .ch-info-back {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-item.ch-second:hover .ch-info {
    -ms-transform: none;
    transform: none;
  }
  .ch-item.ch-second .ch-info .ch-info-back {
    display: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .ch-item.ch-second:hover .ch-info .ch-info-back {
    display: block;
    opacity: 1;
  }
}
/*third*/
.ch-item.ch-third {
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  perspective: 900px;
}
.ch-item.ch-third .ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-item.ch-third .ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.ch-item.ch-third .ch-info .ch-info-back {
  -webkit-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}
.ch-item.ch-third:hover .ch-info-front {
  -webkit-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.ch-item.ch-third:hover .ch-info-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}
.dj-cat-title {
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  color: #161616;
  line-height: 1.333;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 30px;
}
.dj-galleryGrid,
.dj-mslider,
.dj-tabber,
.nivoSlider,
.dj-slideshow,
.djslider-loader,
.dj-slideshowThumbs {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.dj-slideshow-in,
.dj-slideshowThumbs-in,
.dj-slideshowThumbs .dj-indicators,
.dj-tabber,
.nivoSlider,
.box_skitter,
.dj-tab {
  box-shadow: none !important;
}
.category-desc {
  margin: 20px 0;
}
.dj-slide-desc-bg {
  background: none !important;
  opacity: 0 !important;
}
.dj-slide-desc-text {
  background: rgba(255, 255, 255, 0.6) !important;
  margin: 1px;
  font-size: 18px !important;
  line-height: 1.5 !important;
  padding: 20px !important;
  color: #161616 !important;
}
.dj-slide-desc-text a {
  color: #161616 !important;
}
.dj-slide-desc-text a:hover {
  text-decoration: underline;
}
.dj-galleryGrid.desc-above .dj-slide-desc-in,
.dj-mslider.desc-above .dj-slide-desc-in,
.dj-slideshow.desc-above .dj-slide-desc-in,
.dj-slideshowThumbs.desc-above .dj-slide-desc-in,
.dj-tabber.desc-above .dj-slide-desc-in {
  margin-bottom: 30px;
}
.dj-galleryGrid.desc-below .dj-slide-desc-in,
.dj-mslider.desc-below .dj-slide-desc-in,
.dj-slideshow.desc-below .dj-slide-desc-in,
.dj-slideshowThumbs.desc-below .dj-slide-desc-in,
.dj-tabber.desc-below .dj-slide-desc-in {
  margin-top: 30px;
}
.dj-galleryGrid.desc-left .dj-slide-desc-in,
.dj-mslider.desc-left .dj-slide-desc-in,
.dj-slideshow.desc-left .dj-slide-desc-in,
.dj-slideshowThumbs.desc-left .dj-slide-desc-in,
.dj-tabber.desc-left .dj-slide-desc-in {
  margin-right: 30px;
}
.dj-galleryGrid.desc-right .dj-slide-desc-in,
.dj-mslider.desc-right .dj-slide-desc-in,
.dj-slideshow.desc-right .dj-slide-desc-in,
.dj-slideshowThumbs.desc-right .dj-slide-desc-in,
.dj-tabber.desc-right .dj-slide-desc-in {
  margin-left: 30px;
}
.dj-slide-title {
  font-size: 1.11em !important;
  font-family: 'Oswald', sans-serif;
  color: #161616 !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
  text-transform: none !important;
}
.dj-slide-title a {
  color: #161616 !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.dj-slide-title a:hover {
  color: #487f5b !important;
}
.dj-slide-title + div {
  margin-top: 10px !important;
}
.dj-slide-description {
  color: #161616 !important;
}
.dj-slide-description + div {
  margin-top: 20px !important;
}
#djmediatools .dj-categories {
  display: inline-block;
}
#djmediatools .dj-categories a.dj-category,
#djmediatools .dj-categories a.dj-category:hover {
  color: #161616;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: none;
  padding: 0;
  margin-top: 0;
}
#djmediatools .dj-categories .dj-category-in {
  background-color: transparent;
  border: none !important;
}
#djmediatools .dj-categories .dj-ctitle-bg {
  background: #ffffff;
  opacity: 0.8 !important;
}
#djmediatools .dj-categories .dj-ctitle-in {
  padding: 10px !important;
  font-size: 1.11em !important;
  color: #161616 !important;
  text-transform: uppercase;
  line-height: 1.2 !important;
  text-align: center;
  font-style: normal;
}
#djmediatools .dj-categories .dj-ctitle-in:hover {
  color: #487f5b !important;
}
#jm-allpage .dj-galleryGrid .dj-slide {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  opacity: 1 !important;
}
#jm-allpage .dj-galleryGrid .dj-slide-desc-text {
  margin: 0;
}
#jm-allpage .dj-readmore-wrapper {
  text-align: left !important;
  padding: 0 !important;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore {
  font-size: 1em;
}
#jm-allpage .dj-readmore-wrapper .dj-readmore:hover {
  color: #487f5b !important;
}
.djslider-loader .load-button,
.dj-slideshow .dj-load-button,
.dj-mslider .dj-load-button {
  border: none !important;
  background: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.dj-load-button .dj-key {
  font-weight: 700 !important;
  line-height: 40px !important;
  color: #161616 !important;
}
.dj-mslider .dj-indicators-in {
  padding: 20px 5px 4px !important;
  height: 40px;
  line-height: 1;
  box-sizing: border-box;
  text-align: left !important;
}
.dj-mslider .dj-load-button {
  vertical-align: top;
  height: 20px !important;
  width: 20px !important;
  margin: 0 1.5px !important;
  border: none !important;
  border-radius: 0px !important;
  background: #e6e6e6 !important;
}
.dj-mslider .dj-load-button.dj-load-button-active {
  background: #487f5b !important;
}
.dj-mslider .dj-slide-title + .dj-slide-description {
  margin-top: 5px;
}
.dj-mslider .dj-slide-desc-text {
  padding: 20px !important;
}
#jm-allpage .dj-mslider .dj-slide img.dj-image,
#jm-allpage .dj-mslider .dj-slide a:hover img.dj-image {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  max-height: 100% !important;
}
.djslider-loader .navigation-container-custom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.djslider-loader .navigation-container-custom .cust-navigation-in {
  padding: 20px 5px 4px !important;
}
.djslider-loader .load-button {
  vertical-align: top;
  height: 10px !important;
  width: 10px !important;
  margin: 0 5px !important;
  border: 3px solid #487f5b !important;
  border-radius: 0px !important;
  background: transparent !important;
}
.djslider-loader .load-button.load-button-active {
  background: #487f5b !important;
}
.djslider-loader .dj-slide-title + .dj-slide-description {
  margin-top: 5px;
}
.djslider-loader .dj-slide-desc-text {
  padding: 20px !important;
}
#jm-allpage .djslider-loader .slider-container > ul > li img,
#jm-allpage .djslider-loader .slider-container > ul > li a img {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-slideshow .dj-indicators {
  margin-top: 20px !important;
}
.dj-slideshow .dj-load-button {
  display: inline-block;
  height: 40px !important;
  width: 40px !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 5px !important;
  background: none !important;
  border: 2px solid transparent !important;
}
.dj-slideshow .dj-load-button .dj-key {
  font-size: 16.02px !important;
}
.dj-slideshow .dj-load-button-active .dj-key {
  color: #ffffff !important;
}
.dj-slideshow .dj-load-button-active {
  background: #487f5b !important;
}
.dj-slideshow .dj-load-button:hover {
  border-bottom-color: #487f5b !important;
}
.dj-slideshow .dj-load-button:focus {
  border: 2px solid transparent !important;
}
#jm-allpage .dj-slideshow .dj-slide img.dj-image,
#jm-allpage .dj-slideshow .dj-slide a:hover img.dj-image {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-slideshowThumbs {
  margin: 0 auto !important;
}
.dj-slideshowThumbs .dj-indicators {
  padding: 10px 0 0 !important;
}
.dj-slideshowThumbs .dj-indicators-in {
  padding: 0 !important;
}
.dj-slideshowThumbs .dj-load-button {
  margin: 0 10px 0 0 !important;
  border: none !important;
  opacity: 0.2 !important;
}
.dj-slideshowThumbs .dj-load-button:hover,
.dj-slideshowThumbs .dj-load-button-active {
  opacity: 1 !important;
}
.dj-slideshowThumbs .dj-load-button img {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  max-width: none !important;
}
.dj-slideshowThumbs .dj-indicators {
  background: none !important;
}
#jm-allpage .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage .dj-slideshowThumbs .dj-slide a:hover img.dj-image {
  border: 1px solid #f0f0f0 !important;
  box-sizing: border-box;
  max-height: 100% !important;
}
.dj-tabber {
  padding: 0 !important;
  display: inline-block;
  background: #f0f0f0 !important;
  border: 1px solid #f0f0f0 !important;
}
.dj-tabber .dj-slide-desc-text {
  margin: 0 !important;
}
.dj-tabber .dj-tab-active img,
.dj-tabber .dj-tab img {
  border: none !important;
  padding: 1px;
  background: #f0f0f0;
  box-sizing: border-box;
}
.dj-tabber .dj-tab-active {
  background: #487f5b !important;
}
.dj-tabber .dj-tab {
  background: #f0f0f0 !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border-top: 1px solid #ffffff !important;
}
.dj-tabber span.dj-tab-in {
  color: #161616 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  text-shadow: none !important;
  text-transform: uppercase;
}
.dj-tabber .dj-tab-active {
  margin: 0 !important;
  padding: 0 10px !important;
  border-top: 1px solid transparent !important;
}
.dj-tabber .dj-tab:first-child,
.dj-tabber .dj-tab-active + div.dj-tab {
  border-top: 1px solid transparent !important;
}
.dj-tabber .dj-tab-indicator {
  display: none;
}
.dj-tabber .dj-tab img {
  margin-right: 10px !important;
}
.dj-tabber .dj-tabs-left .dj-tab.dj-tab-active,
.dj-tabber .dj-tabs-right .dj-tab.dj-tab-active {
  margin: 0 !important;
  padding: 0 10px !important;
  background: #487f5b !important;
}
.skitter {
  margin: 0 auto;
  border: none !important;
}
.skitter.with-dots {
  margin-bottom: 65px;
}
.skitter .label_skitter {
  background: none !important;
  opacity: 1 !important;
  color: #161616 !important;
}
.skitter .label_skitter p {
  padding: 0;
  font-size: 15px;
  color: #161616;
}
.skitter .info_slide_dots {
  padding: 0;
  bottom: -65px;
}
.skitter .info_slide_dots .image_number {
  font-size: 16.02px !important;
  text-indent: 0;
  font-weight: 700;
  color: #161616;
  background: none;
  padding: 0;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid transparent !important;
  border-radius: 0px;
}
.skitter .info_slide_dots .image_number.image_number_select {
  color: #ffffff;
  background: #487f5b;
}
.skitter .info_slide_dots .image_number:hover {
  background: none;
  border-bottom-color: #487f5b !important;
}
.skitter .info_slide_dots .image_number.image_number_select:hover {
  background: #487f5b;
}
.skitter.skitter-square .play_pause_button,
.skitter.skitter-square .next_button,
.skitter.skitter-square .prev_button {
  top: 35px !important;
  bottom: auto !important;
  opacity: 0.7 !important;
}
.skitter.skitter-square .play_pause_button:hover,
.skitter.skitter-square .next_button:hover,
.skitter.skitter-square .prev_button:hover {
  opacity: 1 !important;
}
.skitter .dj-slide-desc-text {
  margin: 0 !important;
}
.slider-wrapper {
  margin: 0 auto;
  position: relative;
}
.slider-wrapper .dj-slide-desc-text {
  margin: 0 !important;
}
#jm-allpage .slider-wrapper .dj-readmore-wrapper a {
  display: inline-block !important;
}
#jm-allpage .slider-wrapper .dj-readmore-wrapper a:hover {
  background: #487f5b !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav {
  position: absolute;
  z-index: 6;
  left: 15px;
  top: 15px;
  padding: 0 !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a {
  background: rgba(255, 255, 255, 0.8) !important;
  margin: 0 5px !important;
  opacity: 1 !important;
  text-indent: 0 !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 16.02px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
  color: #161616 !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-decoration: none !important;
  border-radius: 0px !important;
  border: 2px solid transparent !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a.active {
  color: #ffffff !important;
  background: #487f5b !important;
}
#jm-allpage .slider-wrapper .nivo-controlNav a:hover {
  border-bottom-color: #487f5b !important;
}
#jm-allpage .kwicks li {
  background: none;
  max-width: 100%;
}
#jm-allpage .kwicks .dj-slide-desc-text {
  margin: 0 !important;
}
#jm-allpage .kwicks .dj-slide-desc {
  max-width: 100%;
  background: none !important;
  opacity: 0 !important;
}
#jm-allpage .kwicks .kwicks-expanded .dj-slide-desc {
  opacity: 1 !important;
}
.dj-loader {
  background: url("../images/ajax-loader.gif") no-repeat !important;
  width: 42px !important;
  height: 42px !important;
  left: 50% !important;
  margin-left: -21px !important;
  top: 50% !important;
  margin-top: -21px;
}
#jm-allpage .djslider-loader {
  background: url("../images/ajax-loader.gif") center center no-repeat;
}
#jm-top3 .dj-mslider .dj-load-button,
#jm-footer-mod .dj-mslider .dj-load-button,
#jm-allpage .color1-ms .dj-mslider .dj-load-button {
  border-color: #ffffff !important;
}
#jm-top3 .dj-mslider .dj-load-button.dj-load-button-active,
#jm-footer-mod .dj-mslider .dj-load-button.dj-load-button-active,
#jm-allpage .color1-ms .dj-mslider .dj-load-button.dj-load-button-active {
  background: #ffffff !important;
}
#jm-top3 .djslider-loader .load-button,
#jm-footer-mod .djslider-loader .load-button,
#jm-allpage .color1-ms .djslider-loader .load-button {
  border-color: #ffffff !important;
}
#jm-top3 .djslider-loader .load-button.load-button-active,
#jm-footer-mod .djslider-loader .load-button.load-button-active,
#jm-allpage .color1-ms .djslider-loader .load-button.load-button-active {
  background: #ffffff !important;
}
#jm-top3 .dj-slideshow .dj-load-button-active .dj-key,
#jm-footer-mod .dj-slideshow .dj-load-button-active .dj-key,
#jm-allpage .color1-ms .dj-slideshow .dj-load-button-active .dj-key,
#jm-top3 .dj-slideshow .dj-load-button:hover .dj-key,
#jm-footer-mod .dj-slideshow .dj-load-button:hover .dj-key,
#jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover .dj-key {
  color: #ffffff !important;
}
#jm-top3 .dj-slideshow .dj-load-button-active,
#jm-footer-mod .dj-slideshow .dj-load-button-active,
#jm-allpage .color1-ms .dj-slideshow .dj-load-button-active,
#jm-top3 .dj-slideshow .dj-load-button:hover,
#jm-footer-mod .dj-slideshow .dj-load-button:hover,
#jm-allpage .color1-ms .dj-slideshow .dj-load-button:hover {
  background: #cccccc !important;
}
#jm-top3 .dj-mslider .dj-slide img.dj-image,
#jm-footer-mod .dj-mslider .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-mslider .dj-slide img.dj-image,
#jm-top3 .dj-mslider .dj-slide a:hover img.dj-image,
#jm-footer-mod .dj-mslider .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-mslider .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-top3 .djslider-loader .slider-container > ul > li img,
#jm-footer-mod .djslider-loader .slider-container > ul > li img,
#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li img,
#jm-top3 .djslider-loader .slider-container > ul > li a img,
#jm-footer-mod .djslider-loader .slider-container > ul > li a img,
#jm-allpage .color1-ms .djslider-loader .slider-container > ul > li a img {
  border-color: #ffffff !important;
}
#jm-top3 .dj-galleryGrid .dj-slide,
#jm-footer-mod .dj-galleryGrid .dj-slide,
#jm-allpage .color1-ms .dj-galleryGrid .dj-slide {
  border-color: #ffffff !important;
}
#jm-top3 .dj-slideshow .dj-slide img.dj-image,
#jm-footer-mod .dj-slideshow .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-slideshow .dj-slide img.dj-image,
#jm-top3 .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-footer-mod .dj-slideshow .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-slideshow .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-top3 .dj-slideshowThumbs .dj-load-button img,
#jm-footer-mod .dj-slideshowThumbs .dj-load-button img,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-load-button img {
  border-color: #ffffff !important;
}
#jm-top3 .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-footer-mod .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide img.dj-image,
#jm-top3 .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-footer-mod .dj-slideshowThumbs .dj-slide a:hover img.dj-image,
#jm-allpage .color1-ms .dj-slideshowThumbs .dj-slide a:hover img.dj-image {
  border-color: #ffffff !important;
}
#jm-top3 .dj-tabber,
#jm-footer-mod .dj-tabber,
#jm-allpage .color1-ms .dj-tabber {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
#jm-top3 .dj-tabber .dj-tab-active img,
#jm-footer-mod .dj-tabber .dj-tab-active img,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active img,
#jm-top3 .dj-tabber .dj-tab img,
#jm-footer-mod .dj-tabber .dj-tab img,
#jm-allpage .color1-ms .dj-tabber .dj-tab img {
  background: #ffffff;
}
#jm-top3 .dj-tabber .dj-tab,
#jm-footer-mod .dj-tabber .dj-tab,
#jm-allpage .color1-ms .dj-tabber .dj-tab {
  background: #ffffff !important;
  border-color: #cccccc !important;
}
#jm-top3 .dj-tabber .dj-tab-active,
#jm-footer-mod .dj-tabber .dj-tab-active,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active {
  background: #487f5b !important;
}
#jm-top3 .dj-tabber .dj-tab:first-child,
#jm-footer-mod .dj-tabber .dj-tab:first-child,
#jm-allpage .color1-ms .dj-tabber .dj-tab:first-child,
#jm-top3 .dj-tabber .dj-tab-active + div.dj-tab,
#jm-footer-mod .dj-tabber .dj-tab-active + div.dj-tab,
#jm-allpage .color1-ms .dj-tabber .dj-tab-active + div.dj-tab {
  border-color: transparent !important;
}
#jm-allpage .slider-nobg-ms .dj-slide-desc-text {
  background: none !important;
  padding: 0 !important;
}
#jm-allpage .slider-nobg-ms .dj-slide-desc-text,
#jm-allpage .slider-nobg-ms .dj-slide-title,
#jm-allpage .slider-nobg-ms .dj-slide-title a,
#jm-allpage .slider-nobg-ms .dj-slide-description {
  color: inherit !important;
}
#jm-allpage .slider-nobg-ms .dj-slide-title a:hover {
  color: #487f5b !important;
}
#jm-allpage .dj-masonry {
  margin: 0 auto;
}
#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-in {
  opacity: 1;
  background: none;
  color: inherit;
}
#jm-allpage .dj-masonry .dj-slide:hover .dj-slide-desc-in,
#jm-allpage .dj-masonry .dj-slide:focus .dj-slide-desc-in {
  opacity: 1;
  background: none;
}
#jm-allpage .dj-masonry .dj-slide .dj-slide-desc-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#jm-allpage .header-ms .dj-slide-desc,
#jm-allpage .header-ms .dj-slide-desc-in {
  height: 100%;
}
#jm-allpage .header-ms .dj-slide-desc {
  bottom: 0;
  left: 0;
  width: 50%;
}
#jm-allpage .header-ms .dj-slide-desc-text {
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 25% !important;
}
#jm-allpage .header-ms .dj-slide-desc-bg {
  background: #f8f8f8 !important;
  opacity: 1 !important;
}
#jm-allpage .header-ms .dj-slide-title {
  font-size: 118px !important;
  line-height: 129px !important;
}
#jm-allpage .header-ms .dj-slide-title + div {
  margin-top: 20px !important;
}
#jm-allpage .header-ms .dj-slide-description + div {
  margin-top: 0 !important;
}
#jm-allpage .header-ms .dj-readmore-wrapper {
  margin-top: 30px !important;
}
#jm-allpage .header-ms .dj-readmore-wrapper a.dj-readmore {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 20px;
  text-decoration: none;
  border: none;
  border-radius: 0;
  background: #487f5b;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif;
  font-size: 15.588px;
  font-weight: 700;
  padding: 20px 60px;
  height: auto;
  color: #ffffff !important;
  text-transform: uppercase;
  box-shadow: 0 3px 20px rgba(72, 127, 91, 0.7);
}
#jm-allpage .header-ms .dj-readmore-wrapper a.dj-readmore:hover,
#jm-allpage .header-ms .dj-readmore-wrapper a.dj-readmore:focus {
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #ffffff;
  background: #3f6f4f;
  box-shadow: none;
}
#jm-allpage .header-ms .dj-indicators {
  left: 12.25% !important;
  bottom: 80px !important;
  width: auto !important;
}
