.t3-module {
  background: #ffffff;
  border-radius: 32px;
  color: inherit;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .t3-module {
    border-radius: 10px;
  }
}
.t3-module .module-inner {
  border-radius: 32px;
  padding: 64px;
}
@media (max-width: 991px) {
  .t3-module .module-inner {
    border-radius: 10px;
    padding: 32px;
  }
}
.padding-bottom {
  padding-bottom: 192px;
}
@media (max-width: 991px) {
  .padding-bottom {
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 64px;
  }
}
.padding-top {
  padding-top: 192px;
}
@media (max-width: 991px) {
  .padding-top {
    padding-top: 96px;
  }
}
@media (max-width: 767px) {
  .padding-top {
    padding-top: 64px;
  }
}
.module-title {
  background: transparent;
  color: #454339;
  font-size: 40px;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.sub-heading {
  display: block;
  font-size: 11px;
  font-family: "Conv_RedRingRound-Regular", Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .sub-heading {
    margin-bottom: 24px;
  }
}
.sub-heading span {
  background-color: #ff7f3a;
  background-repeat: no-repeat;
  -webkit-mask-image: url('../../../templates/ja_playschool/images/bg-sub-heading.svg');
  mask-image: url('../../../templates/ja_playschool/images/bg-sub-heading.svg');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  background-size: 100% 100%;
  display: inline-block;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.sub-heading + h2 {
  line-height: 1.06667;
  margin-bottom: 32px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .sub-heading + h2 {
    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.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: 16px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#login-form ul.unstyled li a {
  color: #5f5d51;
}
#login-form ul.unstyled li a:hover,
#login-form ul.unstyled li a:focus,
#login-form ul.unstyled li a:active {
  color: #ff7f3a;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .logout-button {
  margin-top: 6px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #f4f4f4;
  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;
  padding: 12px 0;
  border-top: 1px solid #f4f4f4;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.latestnews {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.latestnews li + li {
  margin-top: 12px;
}
.latestnews li a {
  color: #5f5d51;
}
.latestnews li a:hover,
.latestnews li a:focus,
.latestnews li a:active {
  color: #ff7f3a;
}
.latestnews.list {
  text-align: center;
}
.latestnews.list .col-sm-6 {
  margin-bottom: 32px;
}
.latestnews.list .item-wrap {
  background: #ffffff;
  border-radius: 32px;
  padding: 48px;
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .latestnews.list .item-wrap {
    padding: 32px;
    padding-bottom: 48px;
  }
}
.latestnews.list .item-wrap .img-wrap {
  position: relative;
  margin-bottom: 56px;
}
.latestnews.list .item-wrap .img-wrap img {
  border-radius: 16px;
  width: 100%;
}
.latestnews.list .item-wrap .img-wrap .create {
  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) {
  .latestnews.list .item-wrap .img-wrap .create {
    padding: 0 24px;
  }
}
.latestnews.list .item-wrap h3 a {
  color: #ff7f3a;
}
.latestnews.list .item-wrap h3 a:hover,
.latestnews.list .item-wrap h3 a:focus,
.latestnews.list .item-wrap h3 a:active {
  color: #ed5300;
}
@media (max-width: 991px) {
  .latestnews.list .item-wrap h3 {
    font-size: 18px;
  }
}
.latestnews.list .item-wrap .created-by {
  color: #bbbbbb;
  margin-bottom: 32px;
  font-size: 13px;
}
.latestnews.list .mod-action {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .latestnews.list .mod-action {
    margin-top: 16px;
  }
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #f4f4f4;
}
.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: 10px;
}
.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: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #ed5300;
  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: #ed5300;
}
.module-ct > ol.breadcrumb {
  padding: 16px 17px;
  margin-left: 0;
}
.t3-masthead {
  position: relative;
}
.t3-masthead:before {
  background-image: url('../../../templates/ja_playschool/images/pattern/item-4.png');
  content: "";
  position: absolute;
  top: auto;
  height: 16px;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.t3-masthead .ja-masthead {
  background-position: center center;
  color: #ffffff;
}
.t3-masthead .ja-masthead::before {
  display: none;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  padding: 128px 32px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding: 64px 0;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  color: #ffffff;
  font-size: 90px;
  margin: 0;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 28px;
  }
}
.ja-masthead {
  background-color: #ff7f3a;
  background-image: url('../../../templates/ja_playschool/images/bg-masthead.png');
}
.map-container {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
.t3-module .mod-languages ul.lang-inline li {
  margin-left: 0;
  margin-right: 12px;
}
.t3-module .mod-languages ul.lang-inline a {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 12px;
  line-height: 1;
}
.t3-module .mod-languages ul.lang-inline a:hover,
.t3-module .mod-languages ul.lang-inline a:focus,
.t3-module .mod-languages ul.lang-inline a:active {
  background: rgba(0, 0, 0, 0.1);
  color: #5f5d51;
}
.t3-module .mod-languages ul.lang-inline .lang-active a,
.t3-module .mod-languages ul.lang-inline .lang-active a:hover,
.t3-module .mod-languages ul.lang-inline .lang-active a:focus,
.t3-module .mod-languages ul.lang-inline .lang-active a:active {
  background: #ff7f3a;
  color: #ffffff;
}