.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item,
.leading {
  background: transparent;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  display: flex;
  margin-bottom: 36px;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  .items-row .item,
  .leading {
    margin-bottom: 24px;
  }
}
.items-row .item .article-title,
.leading .article-title {
  margin-bottom: 18px;
}
.image-wrap {
  position: relative;
  margin: -1px;
}
.image-wrap:before,
.image-wrap:after {
  display: table;
  content: " ";
}
.image-wrap:after {
  clear: both;
}
.image-wrap img {
  border-radius: 4px;
  width: 100%;
}
.image-wrap .category-name {
  background: #179fda;
  border-radius: 4px;
  bottom: -15px;
  display: inline-block;
  left: 36px;
  position: absolute;
}
.image-wrap .category-name a {
  color: #ffffff;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.intro-wrap {
  padding: 36px;
}
.intro-wrap .category-name {
  margin-bottom: 12px;
  font-weight: 600;
}
.intro-wrap .category-name a {
  color: #69747f;
}
.intro-wrap .category-name a:hover,
.intro-wrap .category-name a:focus,
.intro-wrap .category-name a:active {
  color: #179fda;
}
.article-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-wrap .article-footer {
  border-top: 1px solid #d8e1e4;
  padding: 24px 36px;
  margin: 0;
}
.item-page .item-image {
  margin-bottom: 36px;
}
.item-page .article-title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .item-page .article-title {
    font-size: 24px;
  }
}
.item-page .divider-vertical {
  display: none;
}
.item-page .pagenav li > a {
  background: #d8e1e4;
  color: #2a3642;
}
.item-page .pagenav li > a:hover,
.item-page .pagenav li > a:focus,
.item-page .pagenav li > a:active {
  background: #cfdade;
}
.item-page .btn-default {
  background: #cfdade;
  border-color: #cfdade;
}
.item-page .btn-default:hover,
.item-page .btn-default:focus,
.item-page .btn-default:active {
  background: #ccd8dc;
  border-color: #ccd8dc;
}
.item-page .btn-default.btn-sp::before {
  background: #cfdade;
}
.item-page .btn-default.btn-sp:hover::before {
  background: #179fda;
}
.item-page.view-project {
  background: transparent;
  border: 0;
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 991px) {
  .item-page.view-project {
    padding: 0;
  }
}
.item-page.view-project .item-image {
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .item-page.view-project .item-image {
    margin-bottom: 72px;
    margin-right: -108px;
    margin-left: -108px;
  }
}
.item-page.view-project .ja-gallery-list-wrap {
  margin-top: -24px;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .item-page.view-project .ja-gallery-list-wrap {
    margin: -36px -108px 72px -108px;
  }
}
.item-page.view-project .ja-gallery-list-wrap .owl-stage-outer {
  border-radius: 4px;
}
.item-page.view-project .ja-gallery-list-wrap .owl-stage-outer:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  content: "";
  position: absolute;
  height: 150px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-stage-outer:before {
    display: none;
  }
}
.item-page.view-project .ja-gallery-list-wrap .owl-nav > button {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  line-height: 54px;
  text-align: center;
  left: 36px;
  font-size: 18px;
  top: 50%;
  margin-top: -36px;
  height: 54px;
  width: 54px;
}
@media (max-width: 767px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-nav > button {
    left: 18px;
    margin-top: -18px;
    line-height: 36px;
    height: 36px;
    width: 36px;
  }
}
.item-page.view-project .ja-gallery-list-wrap .owl-nav > button:hover,
.item-page.view-project .ja-gallery-list-wrap .owl-nav > button:focus,
.item-page.view-project .ja-gallery-list-wrap .owl-nav > button:active {
  background: rgba(0, 0, 0, 0.4);
}
.item-page.view-project .ja-gallery-list-wrap .owl-nav > button.owl-next {
  right: 36px;
  left: auto;
}
@media (max-width: 767px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-nav > button.owl-next {
    right: 18px;
  }
}
.item-page.view-project .ja-gallery-list-wrap .owl-dots {
  bottom: 12px;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  flex-wrap: wrap;
  z-index: 10;
  width: 100%;
}
.item-page.view-project .ja-gallery-list-wrap .owl-dots > div {
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  flex: 0 0 120px;
  margin: 0 6px 6px 0;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media (max-width: 991px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-dots > div {
    flex: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-dots > div {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    flex: 0 0 8px;
    height: 8px;
  }
  .item-page.view-project .ja-gallery-list-wrap .owl-dots > div img {
    display: none;
  }
}
.item-page.view-project .ja-gallery-list-wrap .owl-dots > div:hover,
.item-page.view-project .ja-gallery-list-wrap .owl-dots > div:focus,
.item-page.view-project .ja-gallery-list-wrap .owl-dots > div:active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-page.view-project .ja-gallery-list-wrap .owl-dots > div.active {
  border-color: #179fda;
  filter: alpha(opacity=100);
  opacity: 1;
}
@media (max-width: 767px) {
  .item-page.view-project .ja-gallery-list-wrap .owl-dots > div.active {
    background: #179fda;
  }
}
.item-page.view-project .project-info {
  float: left;
  margin-right: 72px;
  width: 280px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .item-page.view-project .project-info {
    border-bottom: 1px solid #d8e1e4;
    margin-bottom: 24px;
    padding-bottom: 24px;
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
.item-page.view-project .project-info > h4 {
  margin-top: 0;
  margin-bottom: 24px;
}
.item-page.view-project .article-content {
  overflow: hidden;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #d8e1e4;
}
.pager ul {
  padding: 0;
}
.pager ul > li > a,
.pager ul > li > span {
  color: #2a3642;
}
.article-aside {
  color: #9fa7ac;
  font-size: 15px;
  margin-bottom: 24px;
}
.article-info {
  float: left;
  margin: 0;
  width: 85%;
}
.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;
}
.tags {
  margin-bottom: 24px;
}
.tags > span {
  margin-right: 6px;
  margin-bottom: 8px;
  display: inline-block;
}
.tags .badge,
.tags .label {
  background: #f1f5f7;
  color: #2a3642;
  padding: 3px 9px;
  font-weight: 400;
}
.tags .badge:before,
.tags .label:before {
  content: "#";
}
.tags .badge:hover,
.tags .label:hover,
.tags .badge:focus,
.tags .label:focus,
.tags .badge:active,
.tags .label:active {
  background: #e1e9ee;
  color: #2a3642;
  text-decoration: none;
}
.tag-category #filter-search {
  box-shadow: none;
  float: left;
  border-radius: 0;
}
.tag-category .filters {
  margin-top: 0;
  margin-bottom: 24px;
}
.tag-category .filters .btn {
  background: #d8e1e4;
  border: 1px solid #d8e1e4;
  color: #2a3642;
  height: 54px;
  margin: 0 0 0 -1px;
}
.tag-category .filters .btn:hover,
.tag-category .filters .btn:focus,
.tag-category .filters .btn:active {
  background: #cfdade;
}
@media (max-width: 767px) {
  .tag-category .btn-group {
    margin-top: 12px;
  }
}
.tag-category .category {
  border: 0;
  margin-top: -18px;
  margin-bottom: -18px;
}
.tag-category .category > li {
  background: transparent;
  border: 0;
  padding-bottom: 18px;
  padding-top: 18px;
}
.tag-category .category > li + li {
  margin-top: 0;
}
.tag-category .category > li .media-wrap {
  background: transparent;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 36px;
}
.tag-category .category > li .media-wrap .img-wrap {
  margin: -37px -37px 36px -37px;
}
.tag-category .category > li .media-wrap .img-wrap img {
  border-radius: 4px 4px 0 0;
}
.tag-category .category > li .media-wrap .media-body .title {
  margin-top: 0;
  font-size: 20px;
}
.tag-category .category > li .media-wrap .media-body .title a {
  color: #2a3642;
}
.tag-category .category > li .media-wrap .media-body .title a:hover,
.tag-category .category > li .media-wrap .media-body .title a:focus,
.tag-category .category > li .media-wrap .media-body .title a:active {
  color: #179fda;
}
.tag-category .category > li .media-wrap .media-body p {
  display: inline;
}
.fields-container dd {
  border-bottom: 1px dotted #c9d5da;
  padding: 8px 0;
}
.fields-container dd .field-label {
  display: inline-block;
  font-weight: bold;
  padding-right: 24px;
}
.fields-container dd:last-child {
  border-bottom: 0;
}
.article-footer {
  font-size: 16px;
  margin-bottom: 24px;
}
.readmore a {
  font-weight: 500;
}
.readmore a .icon {
  position: relative;
  top: 1px;
}
.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: 0 36px 24px 0;
}
.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 24px 36px;
}
.pull-left.item-image,
.pull-right.item-image {
  float: none !important;
}
.pull-left.item-image img,
.pull-right.item-image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: 100%;
  }
}
.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: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.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 img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@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 {
  color: #69747f;
  padding: 0;
  font-size: 15px;
}
article aside .btn-group .dropdown-toggle:hover,
article aside .btn-group .dropdown-toggle:focus,
article aside .btn-group .dropdown-toggle:active {
  box-shadow: none;
  color: #179fda;
}
#pop-print {
  text-align: right;
  margin-bottom: 24px;
  display: block;
}
#pop-print a {
  background: #179fda;
  border-radius: 4px;
  color: #ffffff;
  padding: 6px 18px;
  font-weight: 500;
}
#pop-print a:hover,
#pop-print a:focus,
#pop-print a:active {
  background: #158ec3;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #d8e1e4;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #ffffff;
}
.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: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #d8e1e4;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #d8e1e4;
  padding: 10px 15px;
}
.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: #ffffff;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #ffffff;
}
.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 #d8e1e4;
}
.login-wrap {
  background: #ffffff;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  margin: auto;
  padding: 72px;
  width: 480px;
}
@media (max-width: 767px) {
  .login-wrap {
    margin: 0 auto;
    padding: 24px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .login-wrap .page-header h1 {
    font-size: 36px;
  }
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #69747f;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .login-wrap form .form-group {
    margin-bottom: 24px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 6px;
}
.login-wrap .other-links ul li a {
  color: #555555;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #179fda;
}
.login-wrap .other-links ul li + li {
  margin-top: 12px;
}
.logout {
  background: #f1f5f7;
  border-radius: 4px;
  padding: 48px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.logout .page-header {
  border: 0;
  margin-bottom: 24px;
}
.logout .page-header h1 {
  font-size: 36px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.registration,
.profile-edit,
.profile {
  background: #ffffff;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 24px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit,
  .profile {
    margin: 36px auto;
    padding: 72px;
    width: 540px;
    max-width: 100%;
  }
}
.registration legend,
.profile-edit legend,
.profile legend {
  font-size: 36px;
  font-weight: 700;
  font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
  border-bottom: none;
  margin-bottom: 24px;
  color: #2a3642;
}
.registration legend + .control-group,
.profile-edit legend + .control-group,
.profile legend + .control-group {
  margin-top: 0;
}
.registration .control-label,
.profile-edit .control-label,
.profile .control-label {
  padding-top: 0;
  min-width: 100%;
}
.registration .form-group,
.profile-edit .form-group,
.profile .form-group {
  margin-bottom: 0;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group,
.profile .form-group + .form-group {
  margin-top: 24px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label,
.profile .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label,
.profile .form-group .control-label label {
  color: #69747f;
  font-weight: 400;
}
.registration .form-group .control-label .text label,
.profile-edit .form-group .control-label .text label,
.profile .form-group .control-label .text label {
  font-weight: normal;
  color: #f55d59;
}
.registration .form-group input.required,
.profile-edit .form-group input.required,
.profile .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt,
.profile fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions,
.profile .form-actions {
  background: none;
  margin-top: 36px;
  padding: 0;
}
@media (max-width: 767px) {
  .registration .form-actions,
  .profile-edit .form-actions,
  .profile .form-actions {
    margin-top: 24px;
  }
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn,
.profile .form-actions .btn {
  margin-right: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin: 0 0 24px;
  padding: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input[type="text"],
.profile-edit fieldset .col-md-6 > .form-group input[type="password"],
.profile-edit fieldset .col-md-6 > .form-group input[type="email"],
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 24px;
}
.profile-edit #helpsite-refresh {
  background: #d8e1e4;
  color: #2a3642;
  margin-top: 24px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  background: #bacacf;
}
.profile-edit #jform_actionlogs_actionlogsExtensions {
  margin-left: 18px;
}
.profile-edit #jform_actionlogs_actionlogsExtensions .checkbox input {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 800px;
  }
}
.profile .dl-horizontal dd,
.profile .dl-horizontal dt {
  border: 0;
  margin-bottom: 5px;
}
.profile #users-profile-custom {
  margin-top: 48px;
}
.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;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group {
  display: block;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: 24px;
}
#user-registration .form-group:before,
#user-registration .form-group:after {
  display: table;
  content: " ";
}
#user-registration .form-group:after {
  clear: both;
}
#user-registration .control-label {
  text-align: left;
}
.grecaptcha-badge[data-style="bottomright"],
.grecaptcha-badge[data-style="bottomleft"] {
  bottom: 150px !important;
  z-index: 10;
  position: fixed;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: transparent;
  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;
}
@media (max-width: 1199px) {
  .autocomplete-suggestions {
    max-width: 180px;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    white-space: normal;
  }
}
.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,
.remind {
  background: #ffffff;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 72px;
  margin: auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .reset,
  .remind {
    padding: 24px;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #d8e1e4;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 4px;
}
.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;
}
#jform_terms_terms-lbl a.modal,
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline;
  position: relative;
}
#consentbox input[type="radio"],
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#consentbox input[type="checkbox"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#consentbox label,
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 12px;
  padding: 0;
}
.form-horizontal fieldset .control-group .control-label {
  display: block;
  float: none;
  text-align: left;
}
.form-horizontal fieldset .control-group .controls {
  margin-left: 0;
}
.form-horizontal fieldset + fieldset {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .form-horizontal fieldset + fieldset {
    margin-top: 18px;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit .field-privacyconsent .col-md-6 {
  width: 100%;
}
.profile-edit .input-prepend .modal {
  position: static;
  display: block;
  overflow: visible;
}
.profile-edit .input-prepend a:hover {
  background: #bacacf;
}
.search {
  background: transparent;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 72px;
  margin: auto;
  width: 800px;
  max-width: 100%;
}
.search:before,
.search:after {
  display: table;
  content: " ";
}
.search:after {
  clear: both;
}
@media (max-width: 767px) {
  .search {
    padding: 24px;
  }
}
.search .page-title {
  border: none;
  text-align: center;
  color: #2a3642;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .search .page-title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.searchintro {
  text-align: center;
  font-size: 20px;
}
.searchintro span.badge {
  background: #179fda;
  font-size: 20px;
  padding: 12px 10px;
  border-radius: 15px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm .btn-toolbar {
  margin-bottom: 12px;
}
#searchForm .form-group {
  margin-bottom: 24px;
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #searchForm .form-group {
    text-align: left;
  }
}
#searchForm .form-group #search-searchword {
  margin-bottom: 24px;
}
#searchForm .form-group #search-searchword:focus,
#searchForm .form-group #search-searchword:active {
  box-shadow: none;
}
#searchForm .form-group .input-group-btn {
  position: absolute;
  right: 0;
  width: auto;
  top: 0;
  z-index: 2;
}
#searchForm .form-group .input-group-btn .btn {
  border-radius: 4px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #searchForm .form-group .input-group-btn .btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#searchForm fieldset {
  margin: 24px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  #searchForm fieldset {
    text-align: left;
  }
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #2a3642;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #searchForm .form-limit {
    text-align: left;
  }
}
#searchForm .form-limit .counter {
  margin-top: 12px;
}
#searchForm .counter {
  margin-top: 12px;
  border: none;
}
@media (min-width: 768px) {
  #searchForm .counter {
    float: right;
    margin-top: 24px;
  }
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  display: inline-block;
  margin: 0 10px;
}
#searchForm #ordering_chzn {
  float: none;
  margin-left: 5px;
  display: inline-block;
}
#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: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 24px;
}
#search-form #finder-filter-window {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  border-top: 2px solid #d8e1e4;
  padding-top: 8px;
}
.search-results li {
  padding: 36px 0;
}
.search-results .result-title {
  font-size: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .search-results .result-title {
    font-size: 17px;
  }
}
.search-results .result-category {
  font-size: 14px;
  color: #9fa7ac;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 14px;
  color: #9fa7ac;
}
div.finder {
  background: transparent;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 72px;
  margin-bottom: 24px;
  margin: auto;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  div.finder {
    padding: 24px;
  }
}
div.finder > h1 {
  border: none;
  text-align: center;
  color: #2a3642;
  font-size: 56px;
  margin-bottom: 36px;
}
@media (max-width: 480px) {
  div.finder > h1 {
    font-size: 32px;
  }
}
div.finder #search-form {
  text-align: center;
}
div.finder #search-form .form-group > label {
  display: block;
  color: #2a3642;
  font-size: 36px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  div.finder #search-form .form-group > label {
    font-size: 24px;
  }
}
div.finder #search-form .form-group input.inputbox {
  width: 100%;
}
div.finder #search-form .form-group .btn.disabled {
  cursor: pointer;
  pointer-events: auto;
}
@media (max-width: 767px) {
  div.finder #search-form #smartsearch-btn {
    margin-bottom: 12px;
    vertical-align: top;
  }
}
div.finder .filter-branch.control-group .finder-selects {
  margin: 0 12px 12px;
  display: inline-block;
}
div.finder #search-results {
  text-align: center;
}
div.finder #search-results .search-pagination {
  margin-top: 36px;
  text-align: left;
}
div.finder #search-results .pagination {
  margin-bottom: 12px;
}
div.finder #finder-filter-window > ul > li {
  padding: 0 12px;
}
@media (max-width: 767px) {
  div.finder #finder-filter-window > ul > li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  div.finder #finder-filter-window > ul > li .chzn-container,
  div.finder #finder-filter-window > ul > li .filter-date-operator {
    width: 50% !important;
  }
}
div.finder #finder-filter-window > ul > li .field-calendar {
  margin-top: 8px;
}
div.finder #finder-filter-window > ul > li .field-calendar .input-append input {
  width: 80%;
}
div.finder #finder-filter-window > ul > li .field-calendar .js-calendar .buttons-wrapper .btn {
  background: #eeeeee;
  border-radius: 4px;
  color: #69747f;
  margin-right: 8px;
  padding: 8px 18px;
}
div.finder #finder-filter-window > ul > li .field-calendar .js-calendar .buttons-wrapper .btn:hover {
  background: #d5d5d5;
}
div.finder #finder-filter-window > ul > li .field-calendar .js-calendar .buttons-wrapper .btn:last-child {
  margin-right: 0;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .com_contact .ja-masthead,
  .about-us-detail .ja-masthead {
    padding-bottom: 144px;
  }
}
.com_contact #system-message-container .alert {
  left: 36px;
  margin-top: -180px;
  padding: 12px;
  position: absolute;
  right: 36px;
  top: 0;
  width: auto;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .com_contact #system-message-container .alert {
    margin-top: 0;
    position: static;
  }
}
.com_contact #system-message-container .alert .alert-heading {
  display: none;
}
.com_contact #system-message-container .alert > div {
  border-right: 1px solid #f0ad4e;
  display: inline-block;
  padding: 0 8px;
}
.com_contact #system-message-container .alert > div:first-child {
  padding-left: 0;
}
.com_contact #system-message-container .alert > div:last-child {
  border-right: none;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #2a3642;
  font-size: 36px;
  margin: 0;
  position: relative;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: block;
  float: none;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 24px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 4.8px;
  width: 15px;
}
.contact img {
  border-radius: 4px;
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  position: relative;
  padding-bottom: 6px;
}
.contact label.invalid {
  background: transparent;
  color: #f55d59;
}
.contact .contact-links ul li {
  margin: 0 3px 12px 3px;
  border: none;
  display: inline-block;
}
.contact .contact-links ul li a {
  background: #f1f5f7;
  border-radius: 4px;
  color: #2a3642;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  width: 36px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background: #179fda;
  color: #ffffff;
}
.contact div.checkbox {
  margin-bottom: 36px;
}
.contact div.checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .contact .control-btn {
    margin-top: 24px;
  }
}
.contact .thumbnail {
  border: 0;
  padding: 0;
}
.contact .thumbnail img {
  border: 3px solid #d8e1e4;
  padding: 0;
}
.contact .contact-fields.dl-horizontal > dt {
  display: block;
  margin-right: 12px;
  width: auto;
}
.contact .contact-profile label {
  margin: 0;
  padding: 0;
}
.contact #contact-form fieldset {
  margin-top: 0;
}
.contact #contact-form fieldset .control-group {
  margin-bottom: 0;
}
.contact .contact-fields {
  margin-top: 36px;
}
.contact .contact-fields .contact-field-entry .field-label {
  font-size: 24px;
  font-weight: 700;
  color: #2a3642;
  text-transform: capitalize;
}
.plain-style .contact-inner {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.2);
  padding: 72px;
  margin-top: -180px;
}
@media (max-width: 991px) {
  .plain-style .contact-inner {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .plain-style .contact-inner {
    padding: 36px;
  }
}
.plain-style .contact-title h2 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .plain-style .contact-title h2 {
    font-size: 30px;
  }
}
.plain-style .contact-information {
  margin-bottom: 36px;
}
.plain-style .contact-information .contact-image {
  position: relative;
  margin: 0 auto 24px;
  z-index: 2;
}
.plain-style .contact-information .contact-name {
  margin-bottom: 24px;
}
.plain-style .contact-information .contact-links {
  margin-top: 24px;
}
.plain-style .contact-form-wrap .contact-title h2 {
  margin-bottom: 18px;
}
.plain-style .contact-misc {
  margin-bottom: 24px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 1px solid #d8e1e4;
}
#slide-contact .panel + .panel {
  margin-top: 12px;
}
#slide-contact .panel .panel-heading {
  background-color: transparent;
  color: #000000;
  margin-bottom: -1px;
  padding: 18px 24px;
}
#slide-contact .panel .panel-heading .accordion-toggle {
  position: relative;
  font-size: 16px;
  font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #179fda;
  text-decoration: none;
}
#slide-contact .panel .panel-body {
  border-top: 1px solid #d8e1e4;
  padding: 24px;
}
.contact #myTabContent:before,
.contact #myTabContent:after {
  display: table;
  content: " ";
}
.contact #myTabContent:after {
  clear: both;
}
@media (max-width: 767px) {
  .contact #myTabTabs li {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
  }
}
.contact-form legend {
  border: 0;
  color: #69747f;
  font-size: 16px;
  margin: 0 0 12px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -24px 12px;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    margin: 0 0 12px;
  }
}
.contact-form .form-group [class^="col-"] {
  padding: 0 24px;
}
@media (max-width: 767px) {
  .contact-form .form-group [class^="col-"] {
    padding: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_message.invalid {
  background: transparent;
}
@media (max-width: 768px) {
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.map-container {
  max-width: 100%;
}
.contact-category ul.category {
  border-top: 0;
  overflow: hidden;
}
.contact-category ul.category li.row-fluid {
  border: 1px solid #eeeeee;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
  display: table;
  content: " ";
}
.contact-category ul.category li.row-fluid:after {
  clear: both;
}
.contact-category ul.category li.row-fluid > div {
  margin: 0;
}
.contact-category .cat-children ul {
  border: 0;
  border-top: 1px solid #d8e1e4;
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid #d8e1e4;
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #9fa7ac;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
}
.contact-category .cat-children ul li h4:after {
  border-top: 1px dotted #9fa7ac;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 10px;
}
.contact-category .cat-children ul li li h4 {
  margin-left: 40px;
}
.contact-category .cat-children ul li li li h4 {
  margin-left: 60px;
}
.contact-category .cat-children ul li li li li h4 {
  margin-left: 80px;
}
.contact-category .cat-children ul li:last-child {
  border: 0;
}
.modal.fade.in {
  display: block !important;
}
div.modal {
  bottom: 5%;
  position: fixed;
  top: 5%;
  left: 50% !important;
  z-index: 1050;
  width: 80%;
  margin-left: -40%;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  transform: none !important;
}
div.modal .modal-header {
  background: #ffffff;
}
div.modal .modal-header h3 {
  color: #333;
  display: inline-block;
  margin: 0;
  font-size: 24px;
}
div.modal .modal-body {
  background: #ffffff;
  height: 75vh;
}
@media (max-width: 1199px) {
  div.modal .modal-body {
    overflow: auto;
  }
}
div.modal .modal-body iframe {
  border: 0;
  height: 98%;
}
div.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
div.modal.fade.in {
  top: 5%;
}
#sbox-window.shadow {
  background: #f1f5f7;
  border-radius: 3px;
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
  padding: 0;
}
#sbox-window.shadow iframe {
  max-width: 100%;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list .category-item {
  margin-bottom: 24px;
}
.categories-list .category-inner {
  background: #ffffff;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
}
.categories-list .description-image {
  margin: -1px;
}
.categories-list .description-image img {
  border-radius: 4px 4px 0 0;
}
.categories-list .category-info {
  padding: 36px;
}
.categories-list .category-info .item-title {
  margin-top: 0;
}
.categories-list .category-info .item-title a {
  color: #2a3642;
  font-size: 20px;
}
.categories-list .category-info .item-title a:hover {
  color: #179fda;
}
.categories-list .category-info .item-title span {
  background: #f1f5f7;
  color: #2a3642;
  float: right;
  font-size: 16px;
  margin-top: 4px;
  margin-left: 12px;
  padding: 5px 10px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 36px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children .page-header {
  border: 0;
  line-height: normal;
  padding: 0;
  margin: 0 0 24px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.cat-children .page-header:before {
  content: "\f114";
  font-family: FontAwesome;
}
.cat-children .page-header a {
  color: #2a3642;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #179fda;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #d8e1e4;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #d8e1e4;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #d8e1e4;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  width: 25%;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    margin-left: 0;
    width: 100%;
  }
}
#article-index h3,
.article-index h3 {
  margin: 0 0 6px 0;
  font-size: 20px;
}
#article-index ul,
.article-index ul {
  list-style: none;
  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: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #179fda;
  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: #179fda;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.next {
  float: right;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #d2dce0;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav {
  border: 0;
  list-style: inside;
}
.items-more .nav > li {
  font-weight: 500;
}
.items-more .nav > li::before {
  content: "\f111";
  font-family: FontAwesome;
  float: left;
  font-size: 6px;
  margin-top: 8px;
  margin-right: 4.8px;
}
.items-more .nav > li + li {
  margin-top: 12px;
}
.items-more .nav > li > a {
  color: #69747f;
  border: 0;
  padding: 0;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  border: 0;
  color: #179fda;
  text-decoration: underline;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.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.alert-message,
.alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr,
.alert.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link,
.alert.alert-success .alert-link {
  color: #356635;
}
.alert.alert-info,
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-info hr,
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-info .alert-link,
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error,
.alert.danger,
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-error hr,
.alert.danger hr,
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link,
.alert.danger .alert-link,
.alert.alert-error .alert-link {
  color: #953b39;
}
.alert.warning,
.alert.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.warning hr,
.alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert.warning .alert-link,
.alert.alert-warning .alert-link {
  color: #a47e3c;
}
#system-message joomla-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: block;
}
#system-message joomla-alert hr {
  border-top-color: #a6e1ec;
}
#system-message joomla-alert .alert-link {
  color: #2d6987;
}
#system-message joomla-alert h4 {
  color: #3a87ad;
  margin-top: 0;
}
.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: 16px;
  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;
}
.form-horizontal .radio.t3onoff {
  min-height: 31px;
}
.form-horizontal .radio.t3onoff label {
  left: 0;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.edit.item-page .btn {
  padding: 6px 24px;
  height: 54px;
}
.edit.item-page #editor-xtd-buttons .btn {
  border: 1px solid #d8e1e4;
  background: #d8e1e4;
  text-shadow: none;
  margin: 3px 0;
  font-weight: 500;
  line-height: 36px;
}
.edit.item-page #editor-xtd-buttons .btn:hover,
.edit.item-page #editor-xtd-buttons .btn:focus,
.edit.item-page #editor-xtd-buttons .btn:active {
  background: #bacacf;
}
.edit.item-page .btn-toolbar {
  margin: 24px 0;
}
.edit.item-page .btn-toolbar .btn:not(.btn-primary) {
  background: #d8e1e4;
  border-color: #d8e1e4;
  color: #2a3642;
  font-weight: 500;
}
.edit.item-page .btn-toolbar .btn:not(.btn-primary):hover,
.edit.item-page .btn-toolbar .btn:not(.btn-primary):focus,
.edit.item-page .btn-toolbar .btn:not(.btn-primary):active {
  background: #bacacf;
}
.edit.item-page .btn-toolbar.toggle-editor .btn {
  line-height: 40px;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.edit.item-page .field-calendar .js-calendar tr.time > .time select {
  padding: 0;
  width: auto;
}
.edit.item-page .buttons-wrapper .btn {
  background: #eeeeee;
  border-radius: 4px;
  color: #69747f;
  margin-right: 8px;
  padding: 8px 18px;
}
.edit.item-page .buttons-wrapper .btn:hover {
  background: #d5d5d5;
}
.edit.item-page .buttons-wrapper .btn:last-child {
  margin-right: 0;
}
.js-stools input {
  background: #ffffff;
  border: 1px solid #ccc;
  height: 45px;
}
.js-stools input:focus {
  border: 1px solid #ccc;
}
.js-stools .btn {
  color: #2a3642;
  height: 45px;
  line-height: 42px;
  padding: 0 24px;
}
.js-stools .btn:hover,
.js-stools .btn:focus,
.js-stools .btn:active {
  background: #f1f5f7;
  color: #2a3642;
}
.js-stools .btn.btn-primary {
  background: #179fda;
  border-color: transparent;
  color: #ffffff;
}
.js-stools .btn.btn-primary:hover,
.js-stools .btn.btn-primary:focus,
.js-stools .btn.btn-primary:active {
  background: #179fda;
  border-color: transparent;
  color: #ffffff;
}
.js-stools .btn.btn-primary .caret {
  border-bottom-color: #ffffff;
}
.js-stools .js-stools-field-filter {
  float: left;
  height: 45px;
}
.js-stools .chzn-container {
  min-width: 245px;
}
.thumbnails-media .thumbnail {
  background: #f1f5f7;
}
.layout-edit .equal-height > .col {
  min-height: 0 !important;
}
.mod-preview {
  background: transparent !important;
  box-shadow: none !important;
  border: 1px dashed #ffffff;
}
.mod-preview-info {
  border: 1px solid #ffffff;
  position: relative;
  z-index: 100;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.com_config button.btn:not(.btn-primary) {
  background: #d8e1e4;
  color: #2a3642;
}
.com_config button.btn:not(.btn-primary):hover,
.com_config button.btn:not(.btn-primary):focus,
.com_config button.btn:not(.btn-primary):active {
  background: #bacacf;
}
.com_config .form-horizontal .radio.t3onoff {
  border: 0;
  min-height: 30px;
}
.com_config .form-horizontal .radio.t3onoff label {
  text-align: left;
}
.com_config #modules-form .accordion-group .accordion-heading .accordion-toggle,
.com_config #modules-form .accordion-group .accordion-body {
  border-color: #d8e1e4;
}
.com_config #modules-form .accordion-group .accordion-body {
  padding: 24px;
}
.com_config #modules-form .accordion-group .accordion-heading .accordion-toggle {
  color: #ffffff;
}
.com_config #modules-form .input-append input,
.com_config #modules-form .input-prepend input {
  width: auto;
}
.com_config #modules-form .input-append .btn,
.com_config #modules-form .input-prepend .btn {
  background: #ffffff;
}
.com_config table.jalist td input,
.com_config table.jatable td input,
.com_config table.jalist td textarea,
.com_config table.jatable td textarea {
  border-color: #ccc;
  color: #555;
}
.com_config table.jalist td .btn.hasTooltip,
.com_config table.jatable td .btn.hasTooltip {
  color: #69747f;
}
.view-history .btn-group > .btn {
  background: #2a3642;
  color: #ffffff;
}
.view-history .btn-group > .btn span.icon-delete:before {
  color: #f55d59;
}
.view-history .btn-group > .btn:hover,
.view-history .btn-group > .btn:focus,
.view-history .btn-group > .btn:active {
  background: #26313c;
}
.iframe-bordered {
  border: 1px solid #d8e1e4;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.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: #d8e1e4;
  height: 26px;
  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: #d8e1e4;
}
.btn-group .chzn-results {
  white-space: normal;
}
.no-masthead .t3-header {
  background: linear-gradient(135deg, #c0def5, #179fda);
}
.no-masthead .contact .plain-style .contact-inner {
  margin-top: 0;
}
#modules-form .field-calendar #jform_publish_up_btn,
#modules-form .field-calendar #jform_publish_down_btn {
  height: 54px;
  background: #d8e1e4 !important;
}
#modules-form .field-calendar #jform_publish_up_btn:hover,
#modules-form .field-calendar #jform_publish_down_btn:hover {
  background: #bacacf !important;
}
#modules-form .field-calendar > .input-group {
  display: block;
}
#modules-form .field-calendar .js-calendar tr.time > .time select {
  padding: 0;
  width: auto;
}
#modules-form .field-calendar .js-calendar .buttons-wrapper .btn {
  background: #eeeeee;
  border-radius: 4px;
  color: #69747f;
  margin-right: 8px;
  padding: 8px 18px;
}
#modules-form .field-calendar .js-calendar .buttons-wrapper .btn:hover {
  background: #d5d5d5;
}
#modules-form .field-calendar .js-calendar .buttons-wrapper .btn:last-child {
  margin-right: 0;
}
#modules-form .accordion-group ul li .control-group {
  margin-bottom: 12px;
}
#modules-form .accordion-group ul li .control-group .control-label {
  margin-right: 8px;
}
#modules-form .accordion-group ul li .control-group .controls {
  margin: 8px 0 0 8px;
}
.tag-category .btn-group {
  display: flex;
}