.items-leading .leading {
  margin-bottom: 30px;
}
.items-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.items-row .article-row {
  margin-bottom: 30px;
}
.article-row-aside {
  overflow: visible;
  position: relative;
}
.article-row-main {
  position: relative;
}
.divider-vertical {
  margin: 0 0 60px;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.article-aside {
  color: #999;
  font-size: 10px;
  margin-bottom: 30px;
  padding: 7px 0 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-transform: Uppercase;
}
.article-row-main .article-aside {
  border: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-top: -10px;
}
.article-info {
  margin: 0;
  width: auto;
}
.article-info a {
  color: #022261;
}
.article-info a:hover,
.article-info a:active,
.article-info a:focus {
  color: #91A826;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
  line-height: 20px;
}
.article-info dd span {
  font-weight: bold;
  color: #022261;
}
.article-info dd:before,
.article-info dd:after {
  font-family: 'Rokkitt', serif;
  font-weight: normal !important;
  font-size: 12px;
  margin-right: 3px;
  text-transform: none;
  color: #999;
}
.article-info dd:after {
  margin-right: 0;
  margin-left: 3px;
}
.article-row-main .article-info dd span {
  font-weight: normal;
  color: #999;
}
.article-row-main .article-info dd:before {
  display: none;
}
.createdby a {
  color: #91A826;
}
.createdby span {
  font-weight: bold !important;
}
.createdby:before {
  content: "by";
}
.category-name {
  display: inline-block !important;
  background: #91A826;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 12.5px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}
.category-name a,
.category-name a:hover,
.category-name a:active,
.category-name a:focus {
  color: #fff;
  text-decoration: none;
}
.parent-category-name {
  background: #690;
}
.article-row-aside .category-name {
  position: absolute;
  top: 20px;
  left: 0;
  margin: 0;
}
.published:before {
  content: "on";
}
.hits:after {
  content: "hits";
}
.jacomment-count {
  margin: 0;
  line-height: 20px;
}
.article-row-main .jacomment-count a {
  color: #999;
}
.article-intro p:last-child {
  margin-bottom: 0;
}
.article-footer {
  color: #999;
  font-size: 12px;
  margin: 0 0 30px;
}
.article-footer span {
  color: #022261;
  font-weight: bold !important;
}
.item-image {
  margin: 0 0 30px;
}
article img[align=left],
.img_caption.left,
.pull-left.item-image {
  margin: 0 30px 30px 0;
}
article img[align=right],
.img_caption.right,
.pull-right.item-image {
  margin: 0 0 30px 30px;
}
.article-row-aside article img[align=left],
.article-row-aside .img_caption.left,
.article-row-aside .pull-left.item-image,
.article-row-aside article img[align=right],
.article-row-aside .img_caption.right,
.article-row-aside .pull-right.item-image {
  margin: 0 0 30px 30px;
}
.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,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 30px;
  max-width: 100%;
}
.article-row .img-intro-none,
.article-row .img-intro-left,
.article-row .img-intro-right,
.article-row .img-fulltext-none,
.article-row .img-fulltext-left,
.article-row .img-fulltext-right,
.article-row .img_caption {
  margin-bottom: 0;
}
.img-fulltext-left {
  float: left;
  margin-right: 40px;
}
.img-fulltext-right {
  float: right;
  margin-left: 40px;
}
.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 {
  overflow: hidden;
}
.img_caption p.img_caption {
  background: #333;
  color: #fff;
  font-size: 10px;
  line-height: 1.15;
  width: 100%;
  margin: 1px 0 0;
  padding: 10px 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
.article-row-aside .img_caption {
  width: 100%;
}
.article-row-aside .img_caption p.img_caption {
  display: none;
  opacity: .9;
  position: absolute;
  bottom: -1px;
}
.article-row-aside .img_caption:hover p.img_caption {
  display: block;
}
.readmore a.btn {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #91A826;
  padding: 0;
  text-shadow: none;
}
.readmore a.btn:hover,
.readmore a.btn:focus {
  color: #cdf7d6;
  background: none;
}
article aside .btn-group > .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.article-actions {
  float: right;
}
.article-actions ul {
  margin: 0;
  padding: 0;
}
.article-actions li {
  margin: 0 0 0 20px;
  padding: 5px 0;
  list-style: none;
  float: left;
  line-height: 20px;
}
.article-actions a {
  color: #999;
}
.article-actions a:hover,
.article-actions a:active,
.article-actions a:focus {
  color: #022261;
  text-decoration: none;
}
.article-content div.addthis_toolbox {
  margin-bottom: 30px;
}
.login-wrap {
  background: #fbfbfb;
  border: 1px solid #ddd;
  margin: 0 auto;
  padding: 30px;
  width: 500px;
}
.login-wrap .control-group {
  float: left;
  width: 50%;
}
.login form {
  margin-bottom: 0;
}
.login-wrap .login .page-header {
  margin: -30px -30px 20px -30px;
  padding: 10px 30px;
}
.login-wrap .login .login-description {
  color: #666;
  font-style: italic;
  margin-bottom: 15px;
}
.login_form fieldset,
.login fieldset {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}
.login_form .control-group,
.login .control-group {
  margin-bottom: 20px;
}
.login_form .control-label,
.login .control-label {
  float: none;
  text-align: left;
}
.login_form .control-label label,
.login .control-label label {
  font-size: 12px;
  line-height: 1;
}
.login_form .controls,
.login .controls {
  margin: 0;
}
.login_form fieldset p,
.login fieldset p {
  margin: 0 0 5px;
}
.login_form label,
.login label {
  display: block;
  font-weight: bold;
}
.login-fields {
  margin: 0 0 10px;
}
.login_form .inputbox,
.login-fields .required {
  margin-left: 10px;
  width: 150px;
}
.login_form .remember .inputbox {
  width: 20px;
}
.login .control-group.secretkey-field + .control-group.remember-field {
  margin-top: 25px;
}
.login-wrap .other-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.login-wrap .other-links ul li {
  display: inline-block;
  padding-right: 10px;
}
.login-wrap .other-links ul a {
  color: #4f4f4f;
  font-size: 12px;
}
.login-wrap .other-links ul a:hover,
.login-wrap .other-links ul a:focus,
.login-wrap .other-links ul a:active {
  color: #91A826;
}
.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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#mailto-window {
  background: #fff;
  float: left;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
  width: 100%;
}
#mailto-window h2 {
  font-size: 150%;
  margin-bottom: 20px;
  margin-top: 25px;
}
#mailto-window .mailto-close {
  background: #FFF;
  background: -moz-linear-gradient(bottom,#ccc,#f0f0f0);
  background: -webkit-linear-gradient(bottom,#ccc,#f0f0f0);
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #666;
  font-size: 92%;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  right: 0px;
  text-shadow: 1px 1px 0 #f0f0f0;
}
#mailto-window .mailto-close a {
  color: #666;
}
#mailto-window .mailto-close a:hover,
#mailto-window .mailto-close a:active,
#mailto-window .mailto-close a:focus {
  text-decoration: none;
}
#mailto-window .mailto-close:hover {
  border-color: #999;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
#mailtoForm .formelm {
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: normal;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .inputbox {
  width: 64%;
}
#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 .inputbox {
  margin-left: 10px;
  width: 200px;
}
.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: #eee;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 15px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  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 {
  position: relative;
}
.profile ul.btn-toolbar {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.profile .dl-horizontal {
  margin-top: 0;
}
.profile .dl-horizontal dd {
  border-bottom: 1px dotted #ddd;
  margin-left: 200px;
  padding: 10px 0 10px 20px;
}
.profile .dl-horizontal dt {
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
  width: 200px;
}
.profile legend {
  margin-bottom: 20px;
}
#advancedSearch.in {
  overflow: visible;
}
#advancedSearch .filter-branch {
  margin-left: -15px;
  margin-right: -15px;
}
#advancedSearch .filter-branch > div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}
#searchForm {
  padding: 15px 30px;
  border: 1px solid #ddd;
  background: #eee;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  *zoom: 1;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: "";
  line-height: 0;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 30px 0;
}
#searchForm legend {
  margin-bottom: 15px;
}
#searchForm button.btn {
  background: #91A826;
  border: none;
  color: #fff;
  font-weight: normal;
  padding: 5px 14px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#searchForm button.btn:hover {
  background: #a3bd2b;
  color: #fff;
  text-decoration: none;
}
#searchForm fieldset.only input[type="checkbox"] {
  float: none;
  vertical-align: top;
}
#searchForm .controls input[type="radio"] {
  margin-top: 5px;
}
.phrases-box input,
.phrases-box label,
.form-limit input,
.form-limit label,
.only label {
  display: inline-block;
  margin-right: 10px;
}
.phrases-box input {
  margin: 0;
}
.finder .word {
  margin-bottom: 15px;
}
.finder .word .inputbox {
  margin-bottom: 10px;
  vertical-align: top;
}
.finder .word .button {
  color: #4f4f4f;
  font-weight: bold;
  padding: 3px 10px;
}
.search-results {
  margin-top: 30px;
  margin-left: 0;
}
.search-results li {
  list-style: none;
}
.search-results .result-title {
  font-size: 18px;
  margin-top: 30px;
}
.search-results .result-category {
  font-size: 10px;
  color: #999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 10px;
  color: #999;
}
ul#finder-filter-select-list {
  margin: 0 !important;
}
#advancedSearch ul li {
  list-style: none;
  margin-bottom: 10px;
}
#advancedSearch .form-horizontal .control-group {
  margin-bottom: 20px;
}
#finder-search fieldset.word {
  margin-bottom: 10px;
}
#finder-search fieldset.word .btn {
  margin-bottom: 10px;
}
#finder-search button.button {
  color: #022261;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top,#eee,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#eee),to(#eee));
  background-image: -webkit-linear-gradient(top,#eee,#eee);
  background-image: -o-linear-gradient(top,#eee,#eee);
  background-image: linear-gradient(to bottom,#eee,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  border-color: #eee #eee #c8c8c8;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #91A826;
  border: none;
  color: #fff;
  font-weight: normal;
  padding: 5px 14px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#finder-search button.button:hover,
#finder-search button.button:focus,
#finder-search button.button:active,
#finder-search button.button.active,
#finder-search button.button.disabled,
#finder-search button.button[disabled] {
  color: #022261;
  background-color: #eee;
  *background-color: #e1e1e1;
}
#finder-search button.button:active,
#finder-search button.button.active {
  background-color: #d5d5d5 \9;
}
#finder-search button.button:hover,
#finder-search button.button:focus,
#finder-search button.button:active {
  background: #a3bd2b;
  color: #fff;
  text-decoration: none;
}
ul#finder-filter-select-list label {
  float: left;
  font-weight: bold;
  margin: 3px 0 0;
  width: 200px;
}
.contact h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
.contact .nav-tabs.nav-stacked > li > a {
  border: none;
  color: #4f4f4f;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact .nav-tabs.nav-stacked > li > a:hover,
.contact .nav-tabs.nav-stacked > li > a:focus,
.contact .nav-tabs.nav-stacked > li > a:active {
  color: #cdf7d6;
  text-decoration: underline;
}
#slide-contact {
  border-bottom: solid 1px #e5e5e5;
}
.contact .accordion-group {
  border-bottom: none;
  margin-bottom: 0;
}
.contact .accordion-heading .accordion-toggle {
  color: #2bf042;
  line-height: 1.25;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .accordion-heading .accordion-toggle:hover,
.contact .accordion-heading .accordion-toggle:focus,
.contact .accordion-heading .accordion-toggle:active {
  color: #0fd927;
  text-decoration: none;
}
.contact .nav-tabs > li > a {
  color: #4f4f4f;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.contact .nav-tabs > li > a:hover,
.contact .nav-tabs > li > a:focus,
.contact .nav-tabs > li > a:active,
.contact .nav-tabs > li > a.active,
.contact .nav-tabs > .active > a,
.contact .nav-tabs > .active > a:hover,
.contact .nav-tabs > .active > a:focus {
  color: #cdf7d6;
}
.contact h3 {
  font-size: 18px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  line-height: 25px;
}
.contact .form-actions {
  background: none;
  border-top: 0;
  margin: 0;
}
.contact .nav-tabs.nav-stacked > li > a {
  font-weight: normal;
  text-transform: none;
}
.contact .nav-tabs.nav-stacked {
  margin-left: 150px;
}
#contact-form legend {
  font-size: 18px;
}
.contact .contact-wrap {
  overflow: hidden;
}
.contact .contact-wrap h3 {
  margin: 0 0 15px;
  padding: 0;
}
.contact .contact-wrap .contact-col1 {
  width: 60%;
  float: left;
}
.contact .contact-wrap .contact-col2 {
  float: right;
  width: 40%;
}
.contact .contact-col1 .inner {
  background: #fbfbfb;
  border: 1px solid #ddd;
  padding: 30px;
}
.contact .contact-col1 legend {
  border: 0;
  font-weight: normal;
  font-size: 14px !important;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.contact .contact-wrap h3 {
  font-size: 24px;
}
.contact #contact-form {
  margin-bottom: 0;
}
.contact #contact-form dl {
  margin-bottom: 0;
}
.contact #contact-form dd {
  margin-left: 0;
}
.contact #contact-form label {
  margin: 0;
}
.contact #contact-form #jform_contact_emailmsg {
  width: 90%;
}
.contact #contact-form #jform_contact_message {
  width: 90%;
  height: 150px;
}
.contact #contact-form #jform_contact_email_copy-lbl {
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.contact #contact-form #jform_contact_email_copy {
  margin-top: 0;
}
.contact #contact-form .button {
  background: #4f4f4f;
  border: 0;
  color: #fff;
  margin-top: 15px;
  padding: 5px 10px;
}
.contact #contact-form .button:hover {
  background: #91A826;
  cursor: pointer;
}
.contact .contact-col2 .inner {
  padding-left: 30px;
}
.contact .contact-image {
  margin-bottom: 15px;
}
.contact .contact-image img {
  border: 1px solid #eee;
  padding: 4px;
}
.contact .jicons-text {
  color: #666;
  font-weight: bold;
}
.contact .contact-position {
  font-weight: bold;
  margin-bottom: 5px;
}
.contact .contact-contactinfo p {
  margin-bottom: 0;
}
.contact .contact-contactinfo p .contact-telephone,
.contact .contact-contactinfo p .contact-fax {
  color: #666;
}
.contact .dl-horizontal dd {
  margin-left: 0;
}
.contact .profile-user {
  margin-top: 12px;
}
.contact .profile-user dt,
.contact .profile-user dd {
  margin-bottom: 10px;
}
.contact .profile-user .hasPopover {
  margin-bottom: 0;
}
.contact .profile-user dl {
  max-width: 260px;
  margin: 0;
}
.contact .profile-user dl dt {
  width: 48%;
  float: left;
}
.contact .profile-user dl dd {
  margin-left: 0;
  width: 48%;
  float: left;
}
.contact .controls #jform_consentbox input {
  float: none;
  margin-top: 2px;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items div.intro {
  clear: both;
  overflow: hidden;
}
.categories-list ul .nav {
  margin-left: 25px;
}
.categories-list .item-title {
  border-left: 3px solid #ddd;
  font-weight: normal;
  padding-left: 10px;
}
.categories-list .item-title a {
  color: #4f4f4f;
  line-height: 25px;
}
.categories-list .item-title a:hover,
.categories-list .item-title a:focus,
.categories-list .item-title a:active {
  color: #91A826;
}
.category-desc {
  margin-bottom: 30px;
}
.category-item {
  margin-top: 30px;
  *zoom: 1;
}
.category-item:before,
.category-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.category-item .category-item {
  margin-left: 4.2918454935622%;
}
.newsfeed > h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
div.newsfeed-category h2 {
  margin: -10px 0 0;
  line-height: 1;
}
.feed-description {
  margin-bottom: 60px;
}
.newsfeed-category .btn-toolbar {
  border-bottom: 3px solid #eee;
}
.newsfeed-category ul li {
  padding: 10px 0;
  border-bottom: solid 1px #e5e5e5;
}
.newsfeed-category ul li a {
  color: #4f4f4f;
}
.newsfeed-category ul li a:hover,
.newsfeed-category ul li a:focus,
.newsfeed-category ul li a:active {
  color: #91A826;
}
.newsfeed-category ul li.cat-list-row0:hover {
  background: none;
}
.newsfeed-category ul.category li span.list {
  display: inline-block;
  width: 100%;
}
.newsfeed-category form {
  overflow: hidden;
}
div.weblink-category h2 {
  margin: -10px 0 0;
  line-height: 1;
}
div.weblink-category .btn-toolbar {
  border-bottom: 3px solid #eee;
}
div.weblink-category .cat-children ul li {
  list-style: none;
}
div.weblink-category ul.category {
  margin: 0;
}
div.weblink-category ul.category li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 15px 0;
}
div.weblink-category ul.category li .badge-info {
  font-weight: normal;
  font-size: 12px;
  padding: 3px 5px;
  text-shadow: 0;
}
div.weblink-category ul.category li p {
  margin-bottom: 0;
}
.edit textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button2-left,
.button2-left div {
  float: left;
}
.button2-right,
.button2-right div {
  float: right;
}
.button2-left {
  margin: 5px 5px 0 0;
}
.button2-right {
  margin: 5px 0 0 5px;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  background: #eee;
  border: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
  display: block;
  float: left;
  padding: 2px 10px;
  border-radius: 0px;
}
.button2-left span,
.button2-right span {
  color: #999;
  cursor: default;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
  background: #e1e1e1;
  color: #4f4f4f;
  text-decoration: none;
}
.com_media.view-images .well .row .span9 {
  width: 540px;
}
.com_media.view-images .well .row .span9 .control-label {
  float: left;
  margin-right: 5px;
}
.com_media.view-images .well .row .span9 .controls {
  float: left;
}
.com_media.view-images .well .row .span9 .controls button.btn {
  height: auto;
  line-height: normal;
  padding: 1px 10px;
  vertical-align: top;
}
.com_media.view-imagesList .manager.thumbnails > li {
  float: left;
  margin-left: 30px;
  text-align: center;
  overflow: hidden;
}
.com_media.view-images .control-group.span6 {
  clear: none;
  width: 47%;
}
.com_media.view-images .control-group:after {
  display: none;
}
.view-form.layout-edit .input-append .btn {
  padding: 4px 10px;
}
.controls img.calendar {
  cursor: pointer;
  margin-left: 5px;
}
.article-content .pagination ul {
  border-left: 1px solid #ddd;
}
.article-content .pagination ul li {
  float: left;
  padding: 15px 30px;
  line-height: normal;
  border: 1px solid #ddd;
  border-left: 0;
}
.article-content .pagination ul a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 30px;
  font-weight: bold;
}
#article-index {
  float: right;
  margin: 0 0 30px 30px;
  padding: 10px;
  width: 30%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#article-index ul {
  margin: 0 0 0 20px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-footer .pagenav {
  float: right;
}
.pagenav li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav li.pagenav-prev,
.pagenav li.previous {
  margin-right: 10px;
  display: inline-block !important;
  background: #91A826;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 12.5px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}
.pagenav li.pagenav-prev a,
.pagenav li.pagenav-prev a:hover,
.pagenav li.pagenav-prev a:active,
.pagenav li.pagenav-prev a:focus,
.pagenav li.previous a,
.pagenav li.previous a:hover,
.pagenav li.previous a:active,
.pagenav li.previous a:focus {
  background: none;
  color: #fff;
  text-decoration: none;
  padding: 0;
  border: 0;
}
.pagenav li.pagenav-next,
.pagenav li.next {
  margin-right: 10px;
  display: inline-block !important;
  background: #91A826;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 12.5px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}
.pagenav li.pagenav-next a,
.pagenav li.pagenav-next a:hover,
.pagenav li.pagenav-next a:active,
.pagenav li.pagenav-next a:focus,
.pagenav li.next a,
.pagenav li.next a:hover,
.pagenav li.next a:active,
.pagenav li.next a:focus {
  background: none;
  color: #fff;
  text-decoration: none;
  padding: 0;
  border: 0;
}
.pagenav li a {
  padding: 15px 30px;
  line-height: normal;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagenav li a:hover {
  background-color: transparent;
  color: #bdfccf;
}
.counter {
  float: right;
  line-height: 1;
  margin: 15px 0;
  text-align: right;
}
.items-more h3 {
  margin: 0 0 5px;
}
.back_button a,
.back_button a:hover,
.back_button a:active {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 15px 0 5px;
}
.display-limit {
  margin: 15px 0 5px;
}
.filters .filter-search,
.filters .display-limit {
  float: left;
  width: 50%;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message {
  margin-bottom: 0;
}
dl#system-message {
  margin-bottom: 10px;
}
#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;
  background: none;
  border: 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 0;
  text-indent: 0;
}
#system-message dd.message ul li:before,
#system-message dd.error ul li:before,
#system-message dd.notice ul li:before {
  font-family: FontAwesome;
  display: inline-block;
  width: 1.5em;
}
#system-message dd.message ul li:before {
  content: "\f05a";
}
#system-message dd.error ul li:before {
  content: "\f071";
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  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;
}
.width-10 {
  width: 10px;
}
.width-20 {
  width: 20px;
}
.width-30 {
  width: 30px;
}
.width-40 {
  width: 40px;
}
.width-50 {
  width: 50px;
}
.width-60 {
  width: 60px;
}
.width-70 {
  width: 70px;
}
.width-80 {
  width: 80px;
}
.width-90 {
  width: 90px;
}
.width-100 {
  width: 100px;
}
.height-10 {
  height: 10px;
}
.height-20 {
  height: 20px;
}
.height-30 {
  height: 30px;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
.height-70 {
  height: 70px;
}
.height-80 {
  height: 80px;
}
.height-90 {
  height: 90px;
}
.height-100 {
  height: 100px;
}
.iframe-bordered {
  border: 1px solid #ddd;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.edit.item-page .tab-content {
  overflow: visible;
}
.edit.item-page .control-group a.modal {
  box-shadow: none;
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
.edit.item-page #images.tab-pane .control-group {
  display: block;
  float: left;
  width: 90%;
}
.edit.item-page .form-actions {
  clear: both;
}
.edit.item-page .control-label label {
  display: inline-block;
}
.edit.item-page .input-append,
.edit.item-page .input-prepend {
  display: block;
}
.no-touch .t3-mainbody .t3-content .adminlist th a {
  color: #666 !important;
}
.no-touch .t3-mainbody .t3-content ul.manager.thumbnails .thumbnail {
  display: inline-block !important;
  padding: 4px 20px !important;
}
.no-touch .t3-mainbody .t3-content .table-condensed div.pagination {
  margin-top: 0 !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left {
  float: none !important;
}
.no-touch .t3-mainbody .t3-content fieldset.filter .btn-toolbar .btn-group.pull-left button.btn {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.no-touch .t3-mainbody .t3-content form#adminForm {
  width: 100%;
}
.blog .tags {
  background: #fff;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 20px;
  padding: 0px 0 10px;
}
.tags span {
  margin-bottom: 3px;
}
.tags .label-info[href] {
  background: #91A826;
  font-weight: normal;
  padding: 4px 6px;
  text-shadow: none;
}
.tags .label-info[href]:hover,
.tags .label-info[href]:focus,
.tags .label-info[href]:active {
  background: #7f9321;
}
.item-page .tags {
  margin-bottom: 15px;
}
.tag-category {
  background: #fff;
  padding: 20px;
}
.tag-category h2 {
  line-height: normal;
  margin-top: 0;
}
.tag-category ul.category {
  margin: 10px 0 0;
}
.tag-category ul.category li {
  list-style: none;
  padding: 10px 20px;
  border-bottom: solid 1px #e5e5e5;
}
.tag-category ul.category li h3 {
  line-height: normal;
}
.tag-category ul li.pagination-list {
  border-bottom: none;
  padding: 0s;
}
.tag-category ul li img {
  margin-bottom: 10px;
}
.mod-preview-info {
  z-index: 1000;
}
#templates-form a.modal {
  box-shadow: none;
  position: inherit;
  width: auto !important;
  margin-left: 0 !important;
  top: auto !important;
}
#templates-form .control-group .control-label {
  width: 200px;
  padding-top: 0;
}
#templates-form .control-group .control-label label {
  padding-top: 5px;
}
#templates-form .control-group .controls {
  margin-left: 220px;
}
#templates-form #page-site p {
  color: #999;
  font-size: 12px;
}
#templates-form #page-site .t3-admin-form-legend {
  margin-left: -220px;
  position: relative;
  width: auto;
}
#templates-form #page-site .t3-admin-form-legend small {
  margin-left: 5px;
}
.view-history .table-condensed th {
  font-weight: normal;
  color: #fff;
  vertical-align: middle;
}
.view-history .container-popup button {
  text-shadow: none;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
  visibility: hidden;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
  visibility: visible;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
  max-height: 100%;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
  font-size: 26px;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms,
#jform_privacyconsent_privacy,
#jform_consentbox,
#jform_profile_tos {
  display: flex;
}
#jform_terms_terms input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="radio"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="radio"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 8px;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}