.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 30px;
}
.t3-module .module-inner {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .t3-module .module-inner {
    padding: 24px;
  }
}
.module-title {
  background: transparent;
  color: #0084d4;
  font-size: 24px;
  font-family: "Grand Hotel", Helvetica, Arial, sans-serif;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 23px 5px;
  display: block;
}
#login-form .input-group .input-group-addon {
  display: none;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  border-radius: 12px;
  box-shadow: none;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
#login-form .btn-primary {
  padding: 15px 30px;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 20px;
}
#login-form ul.unstyled > li > a {
  color: #000000;
  font-size: 12px;
}
#login-form ul.unstyled > li > a:hover {
  text-decoration: none;
  color: #0084d4;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 13px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
}
.categories-module li + li,
ul.categories-module li + li,
.category-module li + li,
ul.category-module li + li {
  margin-top: 12px;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.categories-module h4:before,
ul.categories-module h4:before,
.category-module h4:before,
ul.category-module h4:before {
  content: "\f07b";
  font-family: FontAwesome;
  margin-right: 6px;
}
.category-action {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .category-action {
    margin-top: 30px;
  }
}
.mod-programs .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .mod-programs .row {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
}
.mod-programs .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .mod-programs .row > div {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}
.mod-programs .row > div > .event-detail {
  margin-bottom: 0;
}
.mod-programs .program-detail {
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.mod-programs .program-detail .program-info {
  padding: 24px 30px 30px;
}
@media (max-width: 767px) {
  .mod-programs .program-detail .program-info {
    padding: 24px 15px 15px;
  }
}
.mod-programs .program-detail:hover {
  transform: translateY(-7.5px);
  -webkit-transform: translateY(-7.5px);
}
.mod-programs .article-meta {
  text-transform: uppercase;
  font-size: 12px;
}
.mod-programs .article-meta > span {
  display: inline-block;
  margin: 6px;
}
.mod-events {
  padding: 0 126px;
}
@media (max-width: 1199px) {
  .mod-events {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .mod-events {
    padding: 0;
  }
}
.mod-events .event-detail {
  background: #ffffff;
  border-radius: 18px;
  color: #000000;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mod-events .event-detail {
    flex-direction: column;
    text-align: center;
  }
}
.mod-events .event-detail .intro-image {
  border-radius: 18px 0 0 18px;
  flex: 0 0 240px;
}
@media (min-width: 1200px) {
  .mod-events .event-detail .intro-image {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .mod-events .event-detail .intro-image {
    flex: auto;
  }
}
.mod-events .event-detail .intro-image img {
  border-radius: 18px 0 0 18px;
  width: 100%;
}
@media (max-width: 1199px) {
  .mod-events .event-detail .intro-image img {
    border-radius: 18px 18px 0 0;
  }
}
@media (min-width: 1200px) {
  .mod-events .event-detail .intro-image .ext-badge {
    top: 50%;
    left: 0;
    margin-top: -45px;
  }
}
.mod-events .event-detail .event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 767px) {
  .mod-events .event-detail .event-info {
    padding: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mod-events .event-detail .event-info {
    display: block;
  }
}
.mod-events .event-detail .event-info p {
  margin-bottom: 12px;
}
.latestnews li + li {
  margin-top: 12px;
}
.mod-articles-latest > .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.mod-articles-latest > .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mod-articles-latest .article-detail {
  background: #ffffff;
  border-radius: 18px;
  color: #000000;
}
.mod-articles-latest .article-detail .article-info-wrap {
  padding: 24px 30px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .mod-articles-latest .article-detail .article-info-wrap {
    padding: 24px 15px 15px;
  }
}
.mod-articles-latest .article-detail .more-link {
  background-color: #fdf9ef;
  border-radius: 50%;
  color: #0084d4;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 24px;
  width: 30px;
}
@media (max-width: 767px) {
  .mod-articles-latest .article-detail .more-link {
    margin-top: 12px;
  }
}
.mod-articles-latest .article-detail .more-link:hover,
.mod-articles-latest .article-detail .more-link:focus,
.mod-articles-latest .article-detail .more-link:active {
  background-color: #faf0d8;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 12px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #000000;
  display: block;
  font-size: 14px;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #0084d4;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #0084d4;
}
.module-ct > ol.breadcrumb {
  padding: 23px 48px;
  margin-left: 0;
}
.t3-masthead {
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .t3-masthead {
    padding: 0 15px;
  }
}
.t3-masthead .ja-masthead {
  background-color: #403d75;
  border-radius: 18px;
  background-position: center;
  color: #ffffff;
}
.t3-masthead .ja-masthead::before {
  display: none;
}
.t3-masthead .ja-masthead:after {
  background-image: url('../../../templates/ja_kidscorner/images/bg-decor.png');
  background-size: contain;
  background-repeat: repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  padding: 90px 30px;
  max-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding: 48px 12px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  color: #ffffff;
  font-size: 60px;
  font-family: Raleway;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 20px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 16px;
  }
}
.t3-masthead .ja-masthead .article-info {
  width: 100%;
  margin-top: 15px;
}
.t3-masthead .ja-masthead .article-info .article-info {
  color: #ffffff;
  float: left;
  font-size: 15px;
  margin: 0;
  width: 100%;
  opacity: 0.85;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .article-info .article-info {
    font-size: 16px;
  }
}
.t3-masthead .ja-masthead .article-info .article-info a {
  color: #ffffff;
}
.t3-masthead .ja-masthead .article-info .article-info a:hover,
.t3-masthead .ja-masthead .article-info .article-info a:focus,
.t3-masthead .ja-masthead .article-info .article-info a:active {
  text-decoration: underline;
}
.t3-masthead .ja-masthead .article-info .article-info .article-info-term {
  display: none;
}
.t3-masthead .ja-masthead .article-info .article-info dd {
  display: inline-block;
  margin-left: 0;
  white-space: nowrap;
  margin-right: 0;
}
.t3-masthead .ja-masthead .article-info .article-info dd strong {
  font-weight: 500;
}
.t3-masthead .ja-masthead .article-info .article-info dd .fa {
  display: none;
}
.t3-masthead .ja-masthead .article-info .article-info dd + dd:before {
  content: "-";
  margin-left: 4px;
  margin-right: 2px;
}
.t3-masthead .ja-masthead .article-info .article-info .tooltip + dd:before {
  content: "-";
  margin-left: 4px;
  margin-right: 2px;
}
.t3-masthead .ja-masthead .article-info ul.btn-group {
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 36px;
  padding: 0;
  width: 100%;
}
.t3-masthead .ja-masthead .article-info ul.btn-group > li {
  list-style: none;
}
.t3-masthead .ja-masthead .article-info ul.btn-group > li + li {
  margin-left: 4px;
}
.t3-masthead .ja-masthead .article-info ul.btn-group > li > a {
  background: #403d75;
  border-radius: 12px;
  font-size: 11px;
  padding: 4px 12px;
  text-transform: capitalize;
  color: #ffffff;
}
.t3-masthead .ja-masthead .article-info ul.btn-group > li > a:hover {
  text-decoration: underline;
}