.items-leading h2 {
  margin-top: 0;
}
.items-leading .leading {
  margin-bottom: 52px;
}
.items-leading,
.items-row {
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeed;
}
.items-row .item {
  margin-bottom: 52px;
}
.divider-vertical {
  margin: 0 0 52px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #b5b5b5;
  font-size: 13px;
  margin-bottom: 26px;
}
.article-info {
  margin: 0 0 20px 0;
  width: 85%;
  color: #999;
  font-weight: 300;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info .fa {
  margin-right: 10px;
  color: #9ed154 !important;
}
.article-footer {
  color: #b5b5b5;
  font-size: 13px;
  margin-bottom: 26px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 26px 39px 26px 26px;
}
.article-intro img[align=left] img,
.article-content img[align=left] img,
.article-intro .img_caption.left img,
.article-content .img_caption.left img,
.article-intro .pull-left.item-image img,
.article-content .pull-left.item-image img {
  margin-right: 26px !important;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 26px 39px;
}
.item-image {
  position: relative;
  display: block;
  margin-bottom: 26px;
  overflow: hidden;
  cursor: pointer;
  border: 20px solid #fff;
  box-shadow: 0 0 0 1px #eeeeed;
}
.item-image img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.item-image:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.pull-left.item-image {
  margin-right: 26px !important;
}
.pull-right.item-image {
  margin-left: 26px !important;
}
.pull-none.item-image img {
  width: 100%;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none.left,
.img-intro-left.left,
.img-intro-right.left,
.img-fulltext-none.left,
.img-fulltext-left.left,
.img-fulltext-right.left,
.img_caption.left {
  float: left;
  margin: 0 20px 20px 0;
}
.img-intro-none.right,
.img-intro-left.right,
.img-intro-right.right,
.img-fulltext-none.right,
.img-fulltext-left.right,
.img-fulltext-right.right,
.img_caption.right {
  float: right;
  margin: 0 20px 20px 0;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 26px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 26px;
}
.img-fulltext-right {
  float: right;
  margin-left: 26px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption {
  margin-bottom: 0;
}
.img_caption img {
  margin: 0;
  width: 100%;
}
.img_caption p.img_caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 20px;
  text-align: right;
  clear: both;
  border-right: 3px solid #111;
  box-sizing: border-box;
  color: #111;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
  color: #333;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.t3-mainbody .dropdown-toggle {
  background: #ddd;
  padding: 0 4px 0 3px;
  border-radius: 2px;
  color: #fff;
  box-shadow: none !important;
}
.t3-mainbody .dropdown-toggle:focus {
  box-shadow: none !important;
}
.t3-mainbody .dropdown-toggle .caret,
.t3-mainbody .dropdown-toggle .icon-cog:before {
  color: #fff;
}
.t3-mainbody .dropdown-toggle .caret {
  margin-top: -3px;
}
.t3-mainbody .open .dropdown-toggle {
  background: #9ed154;
}
.t3-mainbody .open .dropdown-menu a {
  color: #606577;
}
.t3-mainbody .open .dropdown-menu a:hover {
  color: #9ed154;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 26px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped .list-title,
.row-striped .list-title {
  text-transform: uppercase;
  font-weight: 700;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 30px 0px;
}
.list-striped li:last-child {
  border-bottom: 0;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: transparent;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: transparent;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  width: 50% !important;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 13px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 26px;
  padding: 13px 26px;
  border-radius: 0px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 26px 0;
}
#searchForm legend {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 16px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 26px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#searchForm .input-group {
  border: 1px solid transparent;
}
#searchForm .input-group .btn-default {
  padding: 8px 12px;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 13px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 13px;
  display: block;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 26px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 26px;
}
.search-results .result-title a {
  text-decoration: none;
  color: #606577;
}
.search-results .result-title a:hover {
  color: #9ed154;
}
.search-results .result-category {
  font-size: 12px;
  color: #b5b5b5;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 26px;
}
.search-results .result-created {
  font-size: 12px;
  color: #b5b5b5;
}
div.finder {
  margin-bottom: 26px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
#searchForm .input-group .btn-default {
  padding: 9px 12px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > div {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeed;
}
#archive-items > div:last-child {
  border-bottom: none;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 26px;
}
.content-category h2,
.cat-children h3 {
  text-transform: uppercase !important;
}
.content-category h2 {
  font-size: 21px !important;
}
.cat-children h3 {
  font-size: 20px !important;
}
.category-desc {
  margin-top: 20px;
}
table.category tbody tr td a {
  text-decoration: none;
  color: #606577;
}
table.category tbody tr td a:hover {
  color: #9ed154;
}
table.category tbody tr td .badge {
  background: #9ed154;
  border-radius: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background: #9ed154;
}
.table-bordered > thead > tr > th a,
.table-bordered > thead > tr > td a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.category-item {
  float: left;
  overflow: hidden;
  padding: 0 12.5px 12.5px;
  min-height: 410px;
  margin-bottom: 20px;
  width: 33.33%;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 26px 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.category-item .page-header a {
  text-decoration: none;
  color: #606577;
}
.category-item .page-header a:hover {
  color: #9ed154;
}
.category-item .page-header .fa-plus {
  color: #fff !important;
}
.category-item img {
  width: 100%;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .category-item {
    width: 100%;
    min-height: 315px;
  }
}
.collapse .category-item {
  margin-left: 15px !important;
  padding: 0;
}
.collapse .category-item .css-overlay-links {
  top: 30% !important;
}
.cat-children .page-header {
  line-height: normal;
  padding: 26px 0;
  margin: 0;
  font-size: 20px !important;
  font-weight: normal;
  text-transform: capitalize !important;
}
.cat-children .page-header a {
  text-decoration: none;
  color: #606577;
}
.cat-children .page-header a:hover {
  color: #9ed154;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 26px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .category li a,
.newsfeed .category li a {
  text-decoration: none;
  color: #606577;
}
.newsfeed-category .category li a:hover,
.newsfeed .category li a:hover {
  color: #9ed154;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 26px;
  margin-bottom: 26px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 26px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 13px 26px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 26px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 26px 26px;
  padding: 10px;
  width: 25%;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #9ed154;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #9ed154;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 13px 26px;
  line-height: normal;
  border-radius: 0px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 26px;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.items-more .nav > li > a:hover {
  background: transparent;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 13px 0 5px;
  border-bottom: 3px solid #f5f5f5;
}
.filters.btn-toolbar {
  border-bottom: 0 !important;
}
.display-limit {
  margin: 13px 0 5px;
}
.filters .filter-search button[type="submit"] {
  height: 34px;
  padding: 0 22px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 13px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: inline-block;
}
.chzn-container .chzn-single {
  border-radius: 0;
  width: 100% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: none !important;
  background-image: none !important;
}
.chzn-container .chzn-single:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.chzn-container .chzn-single::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.chzn-container .chzn-single:-ms-input-placeholder {
  color: #b5b5b5;
}
.chzn-container .chzn-single::-webkit-input-placeholder {
  color: #b5b5b5;
}
.chzn-container .chzn-single textarea {
  height: auto;
}
.chzn-container .chzn-single:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #9ed154 !important;
}
.chzn-container .chzn-single:focus {
  background-image: none;
  border-color: #9ed154 !important;
}
.chzn-container .chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #9ed154;
}
.chzn-container .chzn-results li.highlighted {
  background: #9ed154;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #9ed154;
}
.chzn-container-single {
  width: 90px !important;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 34px;
  line-height: 33px;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 6px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 32px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.panel,
.panel-default,
.panel-heading {
  position: relative;
}
.panel .title,
.panel-default .title,
.panel-heading .title,
.panel .panel-title,
.panel-default .panel-title,
.panel-heading .panel-title {
  font-size: 16px;
  padding: 10px;
}
.panel .title a,
.panel-default .title a,
.panel-heading .title a,
.panel .panel-title a,
.panel-default .panel-title a,
.panel-heading .panel-title a {
  text-decoration: none;
  color: #606577;
}
.panel .title a:hover,
.panel-default .title a:hover,
.panel-heading .title a:hover,
.panel .panel-title a:hover,
.panel-default .panel-title a:hover,
.panel-heading .panel-title a:hover {
  color: #9ed154;
}
.panel .title,
.panel-default .title,
.panel-heading .title {
  margin-bottom: 0;
}
.panel .pane-down,
.panel-default .pane-down,
.panel-heading .pane-down {
  border-bottom: 1px solid #ddd!important;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 30px !important;
}
.panel .pane-toggler span:after {
  content: "\f0fe";
}
.panel .pane-toggler-down span:after {
  content: "\f146";
}
.panel .panel-body .nav li a:hover {
  background: transparent;
}
.panel .pane-toggler,
.panel .pane-toggler-down {
  position: relative;
}
.panel .pane-toggler span:after,
.panel .pane-toggler-down span:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  color: #bbb;
  -webkit-font-smoothing: antialiased;
}
.icon-user:before,
.icon-calender:before,
.icon-category:before {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\f007";
}
.icon-category:before {
  content: "\f1e0";
}

.page-header h2,
h2.item-title {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 5px;
  font-weight: 700;
}
.page-header h2 a,
h2.item-title a {
  color: #000;
}

.item-page .sp_social ul {
  padding: 0 0 30px 0 ;
}
.item-page h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.item-page .page-header {
  margin-bottom: 10px;
}

.pager {
  margin-top: 20px;
}
.pager ul {
  padding-left: 0 !important;
}
.pager li {
  margin-right: 10px;
}
.pager li a {
  font-size: 10px !important;
  border-radius: 0 !important;
  background: #9ed154;
  border: none !important;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.subheading-category {
  text-transform: uppercase;
}

.content-category h2 {
  margin: 0;
}
.content-category .cat-children .page-header {
  padding-bottom: 0;
}
.content-category .cat-children .category-desc {
  margin: 0;
}

.icon-calendar:before {
  content: "\f073";
  font-family: fontAwesome;
  margin-right: 10px;
  color: #9ed154;
}

.toggle-editor .btn {
  background: #eeeeee;
  color: #606577;
}

.contact .contact-address dt {
  width: 100px;
}
@media screen and (max-width: 991px) {
  .contact .contact-address dt {
    display: block;
    width: 100%;
  }
  .contact .contact-address dt:nth-of-type(1n+2) {
    margin-top: 20px;
  }
}
.contact .contact-address dd {
  margin-left: 110px;
}
@media screen and (max-width: 991px) {
  .contact .contact-address dd {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact .contact-address {
    margin-top: 20px;
  }
}
.contact .css-contact-name {
  margin-top: 10px;
  margin-bottom: 0;
}
.contact .css-contact-person-info {
  margin-bottom: 40px;
}
.contact .contact-links {
  margin-top: 10px;
}
.contact .contact-miscinfo {
  margin-bottom: 40px;
}
.contact .contact-miscinfo .jicons-text {
  font-size: 16px;
}