.items-leading .leading {
  margin-bottom: 32px;
}
.items-row .item,
.leading {
  background: #ffffff;
  border-radius: 32px;
  padding: 48px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .items-row .item,
  .leading {
    padding: 32px;
  }
}
.items-row .item .article-title,
.leading .article-title {
  margin-bottom: 12px;
}
.items-row .item .article-intro,
.leading .article-intro {
  margin-bottom: 32px;
}
.image-wrap {
  position: relative;
  margin-bottom: 56px;
}
.image-wrap .published {
  background: #4cbffa;
  border-radius: 16px;
  bottom: -24px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
  position: absolute;
  height: 48px;
  line-height: 48px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-transform: uppercase;
  padding: 0 48px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .image-wrap .published {
    padding: 0 24px;
  }
}
.image-wrap img {
  border-radius: 16px;
  width: 100%;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
.item-page {
  background: #ffffff;
  border-radius: 32px;
  padding: 64px;
}
@media (max-width: 767px) {
  .item-page {
    padding: 32px;
  }
}
.item-page img {
  border-radius: 10px;
  display: block;
}
.item-page .article-title,
.item-page .article-header h1 {
  color: #454339;
}
@media (min-width: 768px) {
  .item-page .article-title,
  .item-page .article-header h1 {
    font-size: 60px;
  }
}
.item-page .article-title a,
.item-page .article-header h1 a {
  color: #454339;
}
.item-page .pull-none.item-image {
  margin-bottom: 32px;
}
.item-page .pull-none.item-image img {
  width: 100%;
}
.item-page .text-center img {
  display: inline-block;
}
.item-page .ja-gallery-list-wrap {
  margin-bottom: 32px;
}
.item-page .ja-gallery-list-wrap .carousel-thumbnail {
  padding: 0;
}
.item-page .ja-gallery-list-wrap .carousel-thumbnail .carousel-control {
  left: 32px;
}
.item-page .ja-gallery-list-wrap .carousel-thumbnail .carousel-control.right {
  right: 32px;
}
.item-page .article-info {
  padding-left: 0;
}
.item-page .tab-content {
  padding: 0;
}
.article-aside {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 24px;
  position: relative;
}
.article-aside .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  float: none !important;
}
.article-aside .btn-group .btn {
  color: #bbbbbb;
}
.article-aside .btn-group .btn:hover,
.article-aside .btn-group .btn:focus,
.article-aside .btn-group .btn:active {
  box-shadow: none;
  color: #333333;
}
.article-aside .btn-group.open .btn {
  box-shadow: none;
  color: #333333;
}
.article-info {
  padding: 0 48px;
  margin: 0;
  width: 100%;
}
.article-info .fa {
  margin-right: 4px;
}
.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;
}
.readmore {
  margin-top: 32px;
}
.tags {
  margin-bottom: 24px;
}
.tags a.badge,
.tags a.label {
  background: #f7f7f7;
  color: #999999;
  margin-right: 6px;
  font-weight: 400;
  border-radius: 3px;
}
.tags a.badge:hover,
.tags a.label:hover,
.tags a.badge:focus,
.tags a.label:focus,
.tags a.badge:active,
.tags a.label:active {
  background: #eaeaea;
}
.tag-category #filter-search {
  box-shadow: none;
  border-radius: 10px 0 0 10px;
  float: left;
}
.fields-container dd {
  border-bottom: 1px dotted #e7e7e7;
  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 {
  color: #bbbbbb;
  font-size: 13px;
  margin-top: 24px;
}
.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;
}
@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,
.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: 13px;
  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,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.ja-gallery-list-wrap {
  margin-bottom: 64px;
}
.ja-gallery-list-wrap .carousel-thumbnail {
  background: #ffffff;
  border-radius: 32px;
  padding: 64px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ja-gallery-list-wrap .carousel-thumbnail {
    padding: 32px;
  }
}
.ja-gallery-list-wrap .carousel-thumbnail img {
  border-radius: 16px;
  width: 100%;
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-control {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 96px;
  height: 64px;
  line-height: 64px;
  width: 64px;
}
@media (max-width: 767px) {
  .ja-gallery-list-wrap .carousel-thumbnail .carousel-control {
    left: 48px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    margin-top: -16px;
  }
}
.ja-gallery-list-wrap .carousel-thumbnail .carousel-control.right {
  left: auto;
  right: 96px;
}
@media (max-width: 767px) {
  .ja-gallery-list-wrap .carousel-thumbnail .carousel-control.right {
    right: 48px;
  }
}
.ja-gallery-list-wrap .carousel-indicators {
  margin-bottom: 64px;
}
.ja-gallery-list-wrap .carousel-indicators li {
  border: 2px solid #ffffff;
  margin: 0 1.5px;
  height: 10px;
  width: 10px;
}
.ja-gallery-list-wrap .carousel-indicators li.active {
  background: #ffffff;
  height: 10px;
  width: 10px;
}
.ja-gallery-list-wrap .article-content {
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .ja-gallery-list-wrap .article-content .article-intro {
    padding: 0 160px;
  }
}
.ja-gallery-list {
  position: relative;
}
.ja-gallery-list .btn-play {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  font-size: 13px;
  padding: 6px 12px;
  top: 32px;
  left: 32px;
}
@media (max-width: 767px) {
  .ja-gallery-list .btn-play {
    top: 24px;
    left: 24px;
  }
}
.ja-gallery-list .btn-play span {
  color: #ffffff;
  margin-right: 6px;
}
#infinity-next {
  max-width: 320px;
  margin: 32px auto 0;
}
.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: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  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: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.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;
}
.tag-category h2 {
  color: #333333;
}
.tag-category .filters {
  padding: 0 0 36px 0;
  margin: 0 0 36px 0;
  border-bottom: 1px solid #f4f4f4;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group.pull-right {
    float: none !important;
    margin-top: 12px;
    width: auto;
  }
}
.tag-category .filters input {
  width: 100%;
}
.tag-category .filters input:focus,
.tag-category .filters input:active {
  box-shadow: none;
}
.tag-category .filters button.btn {
  font-size: 15px;
}
.tag-category .filters button.btn:hover,
.tag-category .filters button.btn:focus,
.tag-category .filters button.btn:active {
  background: #d5d5d5;
}
.tag-category .category {
  display: flex;
  flex-flow: wrap;
}
.tag-category .category .tag-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
}
.tag-category .category .tag-item:before,
.tag-category .category .tag-item:after {
  display: table;
  content: " ";
}
.tag-category .category .tag-item:after {
  clear: both;
}
.tag-category .category .media {
  background: none;
  margin: 0 0 32px;
}
.tag-category .category .media .media-object {
  padding: 0;
  position: relative;
  float: left;
  margin-right: 24px;
  width: 320px;
}
@media (max-width: 767px) {
  .tag-category .category .media .media-object {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.tag-category .category .media .media-object img {
  width: 100%;
}
.tag-category .category .media .media-body .title {
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 40px;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .tag-category .category .media .media-body .title {
    font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-transform: none;
    line-height: 1.6;
  }
}
.tag-category .category .media .media-body .title a {
  color: #454339;
}
.tag-category .category .media .media-body .title a:hover,
.tag-category .category .media .media-body .title a:focus {
  color: #ff7f3a;
}
.tag-category .category .media .media-body p:last-child {
  margin: 0;
}
.login-wrap {
  background: #ffffff;
  border-radius: 16px;
  margin: auto;
  padding: 64px;
  width: 440px;
}
@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;
  }
}
.login-wrap .page-header h1 {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #5f5d51;
  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: 8px;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 13px;
  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: #ff7f3a;
}
.login-wrap .other-links ul li + li {
  margin-top: 12px;
}
.logout {
  background: #ffffff;
  border-radius: 10px;
  padding: 48px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.logout .page-header {
  border: 0;
  margin-bottom: 24px;
}
.logout .page-header h1 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
#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 input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#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;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 12px;
  padding: 0;
}
.registration,
.profile-edit,
.profile {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit,
  .profile {
    border-radius: 32px;
    margin: 32px auto;
    padding: 64px;
    width: 500px;
    max-width: 100%;
  }
}
.registration legend,
.profile-edit legend,
.profile legend {
  font-size: 40px;
  font-weight: 700;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
  border-bottom: none;
  margin-bottom: 24px;
  color: #454339;
}
@media (max-width: 767px) {
  .registration legend,
  .profile-edit legend,
  .profile legend {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.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: #5f5d51;
  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: #ff1155;
}
.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;
}
.registration .control-group label,
.profile-edit .control-group label,
.profile .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input,
.profile .control-group .field-calendar input {
  display: inline-block;
}
@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,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 24px;
}
.profile-edit #helpsite-refresh {
  margin-top: 24px;
}
.profile-privacyconsent .col-md-6 {
  width: 100%;
}
.profile-privacyconsent .t3onoff label {
  height: 40px;
}
.profile-privacyconsent .t3onoff label:before {
  padding: 6px 18px;
}
@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: -16px;
  margin-right: -16px;
  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: right;
}
@media (max-width: 767px) {
  #user-registration .control-label {
    text-align: left;
  }
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fdf9ef;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #ff7f3a;
}
#mailto-window .close {
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
}
#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;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.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-radius: 16px;
  padding: 64px;
}
@media (max-width: 767px) {
  .reset,
  .remind {
    padding: 32px;
  }
}
.reset .control-group .control-label,
.remind .control-group .control-label {
  text-align: left !important;
}
.reset .control-group #jform_email,
.remind .control-group #jform_email {
  width: auto;
}
.reset fieldset > p,
.remind fieldset > p {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
  padding: 24px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #f4f4f4;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 10px;
}
.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-right: 8.5px;
  padding-left: 8.5px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 8.5px;
  padding-left: 8.5px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.search {
  background: #ffffff;
  border-radius: 32px;
  padding: 64px;
}
.search:before,
.search:after {
  display: table;
  content: " ";
}
.search:after {
  clear: both;
}
@media (max-width: 991px) {
  .search {
    border-radius: 10px;
    padding: 32px;
  }
}
.search .pagination {
  margin: 0;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  border: 0;
  color: #454339;
  margin-bottom: 12px;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 17px;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#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 {
  margin-bottom: 12px;
}
#search-form .word .form-group .btn {
  margin-top: 6px;
}
#finder-filter-window .finder-selects {
  padding-right: 5px;
}
#finder-filter-window .finder-selects:last-child {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 17px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.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: 13px;
  color: #999999;
}
div.finder {
  background: #ffffff;
  border-radius: 16px;
  padding: 64px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  div.finder {
    padding: 32px;
  }
}
div.finder h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  div.finder h1 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
div.finder .form-group {
  width: 100%;
}
div.finder .form-group label {
  width: 100%;
}
div.finder .form-group input {
  width: 100%;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
#jform_captcha .grecaptcha-badge {
  z-index: 99;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.contact {
  padding-top: 24px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #454339;
}
.contact .control-group {
  display: inline-block;
  margin: 0;
}
.contact .control-group .control-label {
  display: block;
  text-align: left;
  width: 100%;
  float: left;
}
.contact .control-group .controls {
  display: inline-block;
  margin-left: 0;
}
.contact .control-group .controls .checkbox {
  margin: 0;
}
.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: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 6px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 4.8px;
  width: 15px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  position: relative;
  font-weight: 400;
  padding-bottom: 6px;
}
.contact label.invalid {
  background: transparent;
  color: #ff1155;
}
.contact .profile-user {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.contact .profile-user #users-profile-custom .dl-horizontal {
  margin-top: 24px;
}
.contact .profile-user #users-profile-custom dt {
  display: block;
  width: 115px;
}
.contact .profile-user #users-profile-custom dt,
.contact .profile-user #users-profile-custom dd {
  margin-bottom: 10px;
}
.contact .profile-user #users-profile-custom dt label,
.contact .profile-user #users-profile-custom dd label {
  padding: 0;
}
.contact .profile-user #users-profile-custom .hasPopover {
  margin-bottom: 0;
}
.contact .contact-links ul li {
  margin: 0 3px 12px 3px;
  border: none;
  display: inline-block;
}
.contact .contact-links ul li a {
  background: #ff7f3a;
  border-radius: 6px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  width: 24px;
}
.contact .contact-links ul li.facebook a {
  background: #3b5999;
}
.contact .contact-links ul li.twitter a {
  background: #55acee;
}
.contact .contact-links ul li.google-plus a {
  background: #dd4b39;
}
.contact .contact-links ul li.pinterest a {
  background: #bd081c;
}
.contact .contact-links ul li.linkedin a {
  background: #0077b5;
}
.contact .checkbox {
  margin-bottom: 32px;
}
.contact .checkbox input {
  margin-left: 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .contact .control-btn {
    margin-top: 24px;
  }
}
.contact .contact-box {
  background: #ffffff;
  border-radius: 16px;
}
.contact .thumbnail {
  border: 0;
  padding: 0;
}
.contact .thumbnail img {
  border: 3px solid #f4f4f4;
  padding: 0;
}
.contact .contact-fields.dl-horizontal > dt {
  display: block;
  margin-right: 12px;
  width: auto;
}
.plain-style .contact-box {
  padding: 64px;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .plain-style .contact-box {
    padding: 32px;
  }
}
.plain-style .contact-box h3 {
  margin-bottom: 32px;
}
.plain-style .contact-information {
  text-align: center;
}
.plain-style .contact-information .contact-image {
  border-radius: 50%;
  border: 16px solid #ffffff;
  overflow: hidden;
  position: relative;
  margin: 0 auto 24px;
  height: 230px;
  width: 230px;
  z-index: 2;
}
.plain-style .contact-information .contact-name {
  margin-bottom: 24px;
}
.plain-style .contact-information .contact-links {
  margin-top: 24px;
}
.plain-style .contact-information .mask-avatar {
  background-color: #02ddac;
  background-image: url('../../../templates/ja_playschool/images/bg-masthead.png');
  border-radius: 16px 16px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 176px;
  width: 100%;
}
.plain-style .contact-information .mask-avatar::before {
  background-image: url('../../../templates/ja_playschool/images/pattern/pattern-5.png');
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 16px;
  width: 100%;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#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: 15px;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #ff7f3a;
  text-decoration: none;
}
#slide-contact .panel .panel-body {
  border-top: 1px solid #f4f4f4;
  padding: 24px;
}
.contact #myTabContent {
  background: #ffffff;
}
.contact #myTabContent:before,
.contact #myTabContent:after {
  display: table;
  content: " ";
}
.contact #myTabContent:after {
  clear: both;
}
.contact-form legend {
  border: 0;
  color: #ff1155;
  font-size: 14px;
  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 #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-form .form-check {
  display: block;
}
.contact-form .form-check .form-check-label {
  padding: 0;
}
.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 #f4f4f4;
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #999999;
  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 #999999;
  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;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
.categories-list img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
}
.categories-list .category-item {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .categories-list .category-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .categories-list .category-item.col-sm-6 {
    width: 49.9%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .categories-list .category-item.col-md-4 {
    width: 33.2%;
  }
}
.categories-list .category-inner {
  background: #ffffff;
  padding: 32px;
  text-align: center;
  border-radius: 16px;
  height: 100%;
}
.categories-list .category-inner:hover .badge {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories-list .category-inner:hover .description-image:after {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories-list .category-inner:hover .item-title a {
  color: #ff7f3a;
}
.categories-list .description-image {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.categories-list .description-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories-list .description-image .badge {
  background: rgba(242, 242, 242, 0.3);
  border-radius: 50%;
  font-size: 60px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.categories-list .item-title {
  text-transform: uppercase;
}
.categories-list .item-title a:hover,
.categories-list .item-title a:active {
  color: #ff7f3a;
  text-decoration: none;
}
.categories-list .category-desc {
  padding: 0 24px 24px;
}
.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: 19px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 32px;
}
.category-item .category-item .page-header {
  font-size: 15px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 19px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #f4f4f4;
  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 #f4f4f4;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 17px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 15px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 17px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #f4f4f4;
  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 #f4f4f4;
  border-radius: 10px;
  float: right;
  padding: 24px;
  margin: 0 0 24px 24px;
  width: 250px;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    margin-left: 0;
    width: 100%;
  }
}
#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: 0;
}
#article-index ul > li + li,
.article-index ul > li + li {
  border-top: 1px dashed #f4f4f4;
  margin-top: 12px;
  padding-top: 12px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  background: transparent;
  border: 0;
  color: #5f5d51;
  padding: 0;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
  background: transparent;
  color: #ff7f3a;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  background: transparent;
  color: #ff7f3a;
}
.pagination ul,
.pager ul {
  padding: 0;
}
.pagination ul > li > a,
.pager ul > li > a,
.pagination ul > li > span,
.pager ul > li > span {
  background: #fbf0d1;
  border: 0;
  color: #d3bd88;
}
.pagination ul > li > a:hover,
.pager ul > li > a:hover,
.pagination ul > li > span:hover,
.pager ul > li > span:hover,
.pagination ul > li > a:focus,
.pager ul > li > a:focus,
.pagination ul > li > span:focus,
.pager ul > li > span:focus,
.pagination ul > li > a:active,
.pager ul > li > a:active,
.pagination ul > li > span:active,
.pager ul > li > span:active {
  color: #ffffff;
}
.pagination,
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination > li,
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagination > li.pagenav-prev,
.pagenav > li.pagenav-prev,
.pagination > li.previous,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagination li > a,
.pagenav li > a {
  padding: 12px 24px;
  line-height: 1.6;
  border: 0r;
  border-radius: 10px;
  color: #d3bd88;
}
.pagination li > a:hover,
.pagenav li > a:hover,
.pagination li > a:active,
.pagenav li > a:active,
.pagination li > a:focus,
.pagenav li > a:focus {
  border: 0;
  background-color: #ff7f3a;
  color: #ffffff;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 0;
}
.items-more .nav > li + li {
  margin-top: 12px;
}
.items-more .nav > li > a {
  background: transparent;
  border: 0;
  color: #5f5d51;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  color: #ff7f3a;
}
.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 {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.danger,
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.danger hr,
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.danger .alert-link,
.alert.alert-error .alert-link {
  color: #953b39;
}
.alert.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.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 {
  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: 15px;
  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: 12px;
}
.edit.item-page .nav-tabs {
  margin-top: 32px;
}
.edit.item-page .tab-content {
  margin-bottom: 24px;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.edit.item-page .time select.time {
  width: auto !important;
}
.js-stools-container-bar .btn-wrapper.input-append input {
  width: auto;
}
.js-stools .js-stools-field-filter {
  min-width: 150px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.com_config #modules-form .row-fluid {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px;
}
.com_config #modules-form .row-fluid:before,
.com_config #modules-form .row-fluid:after {
  display: table;
  content: " ";
}
.com_config #modules-form .row-fluid:after {
  clear: both;
}
.mod-preview-info {
  z-index: 100;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.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-search input {
  float: none;
}
.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: #eeeeee;
  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: #eeeeee;
}
.btn-group .chzn-results {
  white-space: normal;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
#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;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#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;
}
#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;
}