@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');

.t4-footnav .t4-module .navbar .nav > li a.nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.t4-footnav .t4-module .navbar .nav > li a.nav-link:hover {
  color: rgba(255, 252, 141, 0.8);
  padding: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.social-follow-wrap .social-inner a {
  background: #5f6461 !important;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin-right: 18px;
  height: 40px;
  width: 40px;
}

.social-follow-wrap .social-inner a.ico-twitter {
  background: #2c4437;
  color: #fff;
}

.social-follow-wrap .social-inner a.ico-youtube {
  background: #2c4437;
  color: #fff;
}

.social-follow-wrap .social-inner a.ico-instagram {
  background: #2c4437;
  color: #fff;
}

.t4-content:after {
  background-image: none;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 600px;
  width: 100%;
}

.btn.btn-primary,
.search .btn-toolbar .btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c4437),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(top, #2c4437, #6c8876);
  background: -o-linear-gradient(top, #2c4437, #6c8876);
  background: linear-gradient(180deg, #2c4437, #6c8876);
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.94rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 8px;
}

.btn-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d6d115),
    to(#d6d115)
  );
  background: -webkit-linear-gradient(top, #d6d115, #d6d115);
  background: -o-linear-gradient(top, #d6d115, #d6d115);
  background: linear-gradient(180deg, #d6d115, #d6d115);
  color: #fff;
}
.btn-gradient:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d6d115),
    to(#d6d115)
  );
  background: -webkit-linear-gradient(top, #d6d115, #d6d115);
  background: -o-linear-gradient(top, #d6d115, #d6d115);
  background: linear-gradient(180deg, #d6d115, #d6d115);
}
.btn-light-blue,
#back-to-top,
.acm-teams.style-1 div.owl-carousel .owl-nav > button {
  background: rgba(85, 34, 132, 0.1);
  color: #2c4437;
}

.logo-image img {
  height: auto;
}

.acm-slideshow .slider-content {
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.81%, rgb(108, 136, 118, 0.9)),
    to(rgb(12, 81, 63, 0.9))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  padding: 3.5rem;
  max-width: 530px;
}

.slide-title h1 {
  color: #efea3d !important;
}

.acym_module {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c4437),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(top, #2c4437 0%, #6c8876 100%);
  background: -o-linear-gradient(top, #2c4437 0%, #6c8876 100%);
  background: linear-gradient(180deg, #2c4437 0%, #6c8876 100%);
  border-radius: 30px;
  padding: 36px;
  width: 100%;
}

#t4-footnav {
  background-image: url(/images/design/more_play_stuff_bg.png#joomlaImage://local-images/design/more_play_stuff_bg.png?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  
  background-color: rgb(67, 67, 67);background-position: 50% 50%;
  background-attachment: scroll;
}

.t4-content {
  padding-left: 0px;
  padding-right: 0px;
}

.t4-footnav {
  background: #fff;
  border-radius: 0px;
  border: 0;
  padding-top: 7.5rem;
  padding-bottom: 36px;
}

.t4-content {
  background-image: url(../images/bg-body.jpg) !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding-bottom: 0px;
  margin: auto;
  position: relative;
}

div[id*='t4-section-'],
div[id^='t4-section-'] {
  padding-top: 1.5rem;
  padding-bottom: 3.5rem;
  position: relative;
}

.acm-slideshow .item .background {
  border-radius: 0px;
}

.acm-game.style-1 {
  border-radius: 0px;
}

.btn {
  border-radius: 2px;
}

.view-category .t4-main-body,
.view-article .t4-main-body,
.view-featured .t4-main-body,
.view-author .t4-main-body {
  background: #fff;
  margin-top: 2.5rem !important;
  border-radius: 20px;
  padding: 1.5rem;
  padding-top: 3rem;
  box-shadow: 0 1px 40px rgb(214, 209, 21 / 5%);
  margin-bottom: 1rem !important;
  margin: 7.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
.t4-palette-blue .t4-module .module-title {
  color: #efea3d;
}
.acm-features.style-2 {
  background: #fff;
  border-radius: 0px;
  padding-top: 44px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.acm-features.style-2 .features-item.background-style-2 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d6d115),
    to(#efea3d)
  );
  background: -webkit-linear-gradient(top, #d6d115 0%, #efea3d 100%);
  background: -o-linear-gradient(top, #d6d115 0%, #efea3d 100%);
  background: linear-gradient(180deg, #57b9d3 0%, #57b9d3 100%);
}
.acm-features.style-2 .features-item {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6c8876),
    to(#2c4437)
  );
  background: -webkit-linear-gradient(top, #6c8876 0%, #2c4437 100%);
  background: -o-linear-gradient(top, #6c8876 0%, #2c4437 100%);
  background: linear-gradient(180deg, #6c8876 0%, #2c4437 100%);
}
.title-gradient-1,
.bg-lg-red h4 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#efea3d),
    to(#d6d115)
  );
  background: -webkit-linear-gradient(left, #efea3d, #d6d115);
  background: -o-linear-gradient(left, #efea3d, #d6d115);
  background: linear-gradient(to right, #efea3d, #d6d115);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.acm-features.style-6 .video-intro img {
  border-radius: 30px !important;
  border-bottom: 4px solid #efea3d;
  -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 50%);
}
.acym_module td.acysubbuttons input {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efea3d),
    to(#fffb63)
  ) !important;
  background: -webkit-linear-gradient(top, #efea3d 0%, #fffb63 100%) !important;
  background: -o-linear-gradient(top, #efea3d 0%, #fffb63 100%) !important;
  background: linear-gradient(180deg, #efea3d 0%, #fffb63 100%) !important;
  color: #2c4437;
}
.acm-features.style-6 .content-desc {
  margin: 4rem auto 0;
  max-width: 1080px;
  font-size: var(--h4-font-size);
  font-family: var(--heading-font-family);
  font-weight: 700;
  text-align: center;
}
.page-about .t4-section-1 {
  background: #fff;
  border-radius: 30px;
  padding-bottom: 3.5rem !important;
}
.acm-features.style-6 .content-desc {
  margin: 4rem auto 0;
  max-width: 1080px;
  font-size: var(--h4-font-size);
  font-family: var(--heading-font-family);
  font-weight: 200;
  text-align: center;
}
.teams-text h4 {
  font-size: 14px !important;
  color: #552284 !important;
}
.acm-accordion .card-header .toggle-btn.marker-open {
  background: rgba(134, 93, 172, 0.1);
  color: #2c4437;
}
.acm-accordion .card-header .toggle-btn {
  background: rgba(239, 234, 61, 0.1);
  color: #d6d115;
  border-radius: 50%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  height: 40px;
  width: 40px;
}
.acm-accordion .card-header a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Sen';-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}
.title-gradient-2,
.bg-lg-blue h4 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#552284),
    to(#b370f0)
  );
  background: -webkit-linear-gradient(left, #552284, #b370f0);
  background: -o-linear-gradient(left, #552284, #b370f0);
  background: linear-gradient(to right, #552284, #b370f0);
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.pr-sm-3,
.px-sm-3 {
  color: #fff;
  padding-right: 1rem !important;
}
.form-control,
.inputbox {
  border: 5px solid #e9ecef;
}
input.invalid,
textarea.invalid {
  border: 5px solid #f44336;
}
.relateditems .item-content .article-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: inherit;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.05em;
}
.com-content-article.item-page .article-body .box-info .wrap-inner:before {
  content: '';
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efea3d),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(top, #efea3d 0%, #6c8876 100%);
  background: -o-linear-gradient(top, #efea3d 0%, #6c8876 100%);
  background: linear-gradient(180deg, #efea3d 0%, #6c8876 100%);
  padding: 2rem;
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}
.com-content-article.item-page .article-body .box-info .wrap-inner h5 {
  font-size: 0.875rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6c8876),
    to(#552284)
  );
  background: -webkit-linear-gradient(top, #6c8876 0%, #552284 100%);
  background: -o-linear-gradient(top, #6c8876 0%, #552284 100%);
  background: linear-gradient(180deg, #6c8876 0%, #552284 100%);
  background-clip: border-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
#back-to-top {
  background: #efea3d;
  color: #fff;
}
#back-to-top {
  background: #a7a307;
  color: #fff;
}
.acm-game.style-1 .game-info {
  max-width: max-content;
  padding: 30px;
  border-radius: 30px;
  margin: 0px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.81%, rgb(108, 136, 118, 0.9)),
    to(rgb(12, 81, 63, 0.9))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  text-align: left;
}
.acm-cta.style-1 .cta-wrap {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c4437),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(top, #2c4437 0%, #6c8876 100%);
  background: -o-linear-gradient(top, #2c4437 0%, #6c8876 100%);
  background: linear-gradient(180deg, #2c4437 0%, #6c8876 100%);
  border-radius: 0px;
  padding: 72px 36px;
  text-align: center;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.topbar_r .social-follow-wrap .social-inner a {
  background: transparent !important;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: right;
  margin-right: 18px;
  height: 30px;
  width: 30px;
}
.topbar_r {
  float: right;
}
.t4-section .header-block {
  padding: 0.5rem 0;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.81%, rgb(108, 136, 118, 0.9)),
    to(rgb(12, 81, 63, 0.9))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(108, 136, 118, 0.9) 1.81%,
    rgb(12, 81, 63, 0.9) 100%
  );
}
.t4-megamenu .dropdown-menu {
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  background: #fff;
  z-index: 15000 !important;
  border-radius: 5px;
  color: var(--mainnav-text-color);
  min-width: max-content;
  margin-top: 0;
  padding: 18px 36px;
}
.com-content-article.item-page .article-body {
  font-size: 18px;
}
.com-content-article.item-page .section-lead {
  text-align: left !important;
  margin: inherit;
  max-width: fit-content;
}
.acm-teams.style-1 .teams-item-inner .teams-img img {
  border: 10px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
}
.toplinks ul {
  display: contents !important;
}
.toplinks li {
  float: left;
  line-height: 0;
  font-size: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 10px;
}
.toplinks .navbar {
  padding: 0rem 1rem;
}
.site_name {
  float: right;
}
.t4-megamenu .navbar-nav > li > a,
.t4-megamenu .navbar-nav > li > .nav-link {
  color: #fff !important;
  padding: 0.5rem 0;
  font-size: 18px;
  font-weight: 200;
  font-family: inherit;
  margin-left: 36px;
}
#t4-toplinks {
  box-shadow: 0 2px 25px 0 rgb(0 0 0 / 10%);
  background: rgb(255, 255, 255, 0.7);
  border-bottom: 2px solid #e9ecef;
}
.article-info dd.category-name a {
  font-size: 0.875rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d6d115),
    to(#efea3d)
  );
  background: -webkit-linear-gradient(top, #d6d115 0%, #efea3d 100%);
  background: -o-linear-gradient(top, #d6d115 0%, #efea3d 100%);
  background: linear-gradient(180deg, #a8a40d 0%, #efea3d 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -7px;
}
.learning_svg img {
  fill: red;
  stroke: black;
}
.bottom-actions {
  margin-top: 2rem;
}
.mod-article-highlight .title a {
  text-transform: lowercase;
  color: #6e6d6d !important;
}
.mod-article-highlight .title a:hover {
  text-transform: lowercase;
  color: rgb(41, 40, 40);
}
.mod-article-highlight img {
  border-radius: 30px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  border: 3px solid #e9ecef;
}
.article-info {
  text-transform: initial;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-family: var(--heading-font-family);
  font-weight: 600;
  line-height: 1.57;
  color: #d6d115 !important;
}
.acm-features.style-8 .item-inner h4 {
  font-weight: 900;
  font-size: 18px;
  font-family: inherit;color: #202323;
}
ul.pagination > li.page-item.active:not(.disabled) > span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2c4437),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(top, #2c4437, #6c8876);
  background: -o-linear-gradient(top, #2c4437, #6c8876);
  background: linear-gradient(180deg, #2c4437, #6c8876);
  color: #fff;
}
.article-body img {
  border-radius: 10px;
  width: auto;
  margin-bottom: 20px;
  
}
.button-home {
  background: linear-gradient(180deg, #552284, #2c4437);
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: inherit !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 18px;
  padding: 16px 40px;
  text-decoration: none;
  text-transform: inherit !important;
  transition: background-color 0.35s;
}
.acm-features.style-8 .item-inner {
  padding: 15px;
  background: #f7f3fb;
  border: 1px solid #fff;
}
.acm-features.style-8 .item-inner:hover {
  background: rgb(255, 255, 255, 0.9);
  border-radius: 5px;
}
.sidebar-r {
  box-shadow: 0 1px 40px rgb(214, 209, 21 / 5%);
  padding: 20px;
  border-left: #e9ecef dotted 3px;
}
.sidebar-r .t4-module .nav li a,
.t4-card .nav li a,
.moduletable .nav li a,
.module_menu .nav li a {
  display: block;
  border-bottom: #e9ecef dotted 1px;
  padding: 0.25rem 0;
  position: relative;
  background: rgb(255, 255, 255, 0.7) !important;
}
#t4-section-1 {
  padding-bottom: 0px !important;
}
.learning_icon img {
  width: 60%;
}
.learning_section {
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);

  border: 3px solid #57b9d3;
  padding: 20px;
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.learning_section:hover {
  border: 3px solid #0093e9;
  box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.acm-features.style-3 .img-icon {
  margin-bottom: 1.5rem;
}
.acm-features.style-3 p {
  color: #4f4f4f;
  margin: 0 auto;
  padding: 0 1px;
  max-width: 420px;
}
.acm-features.style-3 h4 a {
  color: #2c4437;
  font-weight: 600;
}
.acm-features.style-4 .info-wrap {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 60px;
}
.btn {
  font-family: inherit;padding: 0.4rem 2rem;
}
.slide-title h1,
.h1 {
  font-size: 30px !important;
}
.jacl-item__title {
  margin: 0 0 calc(var(--global-spacing) * 2) 0;
  display: inline-block;
  -webkit-line-clamp: 3;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .jacl-item__title h4 a {
  text-transform: lowercase;
}
.jacl-item__title h4::first-letter {
  text-transform: uppercase !important;
}
.news .com-content-article.item-page .page-header h2 {
  text-transform: lowercase;
}
.news .com-content-article.item-page .page-header h2::first-letter {
  text-transform: uppercase !important;
}
.table-bordered th,
.table-bordered td {
  border: none;
}
.table-bordered {
  border: none;
}
.sidebar-r .t4-module .nav li a:hover {
  border-bottom: 1px solid #552284 !important;
}
#t4-topbar {
  background: -webkit-linear-gradient(
    left,
    rgb(85, 34, 132) 18%,
    rgb(44, 5, 80) 75%
  );
}
#t4-header {
  z-index: 2000000 !important;
  position: sticky !important;
}
.acm-teams.style-1 .teams-item-inner h4 a {
  color: #5f2595;
  font-weight: 900;
}
.acm-teams.style-1 .teams-item-inner h4 a:hover {
  color: #6c8876;
}
.acm-features.style-8 .features-item + .features-item .item-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  padding-top: 18px;
  background: #f7f3fb;
  margin-top: 18px;
}
.t4-palette-blue h3 {
  color: #fff;
}
div[id*='t4-section-'].section-white,
div[id^='t4-section-'].section-white {
  background: #fff;
  border-radius: 0px;
}
.acm-testimonial.style-2 .inner .stars-vote .fa-star {
  color: #efea3d;
  opacity: 0.3;
  font-size: 14px;
}
.acm-testimonial.style-2 .inner .testimonial-author {
  color: #693b94;
  font-weight: 700;
}
#t4-section-2 {
  background: transparent;
}
.container .section-title-wrap.text-center {
  padding-left: 0;
  margin-top: 30px;
  padding-right: 0;
}
.game-info h1,
.h1 {
  color: #efea3d !important;
}
.game-info h3,
.h3 {
  color: #fff !important;
}
.acm-game.style-1 .game-store {
  background: #fff;
  box-shadow: 0 4px 100px rgb(0 0 0 / 20%);
  border-radius: 30px;
  position: absolute;
  bottom: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 54px 72px;
}
.acm-gallery.style-1 .item__col .item .item-inner {
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#t4-section-9::before {
  background-image: url(/images/design/more_play_stuff_bg.png#joomlaImage://local-images/design/more_play_stuff_bg.png?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-color: #efea3d;
}
#t4-section-9 .bg-overlay-image {
  background-image: url(/images/design/more_play_stuff_bg.png#joomlaImage://local-images/design/more_play_stuff_bg.png?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.star_performers {
}
.results {
}
.k-ui-namespace .mod_docman.mod_docman--documents ul li {
  background: #2c4437;
  margin-bottom: 8px;
  padding: 10px;
  border-bottom: 6px solid #5e2493;
}

.acm-teams.style-1 div.owl-carousel .owl-nav {
  margin-top: 0;
}
.k-ui-namespace a {
  color: rgb(255, 255, 255, 0.9);
}
.koowa_header__title_link a:hover {
  color: rgb(255, 255, 255, 1);
}
#t4-section-9 {
  background-image: url(/images/design/bg-gradient-1.svg#joomlaImage://local-images/design/bg-gradient-1.svg?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  background-position: 100%;
  background-attachment: scroll;
}
.module-title {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: inherit;
}
.toplinks .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 5px;
  border-right: 1px solid #ede4f5;
}
.module-title span {
  border-bottom: none;
  margin-bottom: -1px;
  padding: 0 0 0.66667rem;
}

#t4-section-9 .module-title span {
  border-bottom: none;
  color: #552284;
  font-weight: 900;
  margin-bottom: -1px;
  padding: 0 0 0.66667rem;
}
.module-title {
  border-bottom: 4px dotted rgba(52, 58, 64, 0.12);
  margin: 0 0 1rem 0;
}
.k-ui-namespace .mod_docman ul {
  padding-left: 0px;
}
.acm-features.style-5 .features-inner.bg-orange .title .h2 {
  color: #d6d115;
}
#t4-section-4 {
  padding-top: 0.5rem;
}
.item-image img {
  border-radius: 5px;
  width: 100%;
}
.com-content-article.item-page .article-aside .article-info {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: center;
  justify-content: start;
}
.createdby .author-img {
  display: none;
}
.acm-game.style-1 {
  background-size: cover;
  background-position: center center;
  border-radius: 0px;
  padding-top: 80px;
  padding-bottom: 188px;
  margin-bottom: 87px;
  position: relative;
}
.t4-content:before {
  background-image: none;
}
#t4-section-11 {
  padding-top: 40px !important;
}
#t4-section-10 {
  padding-bottom: 0px;
  padding-top: 0px;
}
#t4-section-7 {
  padding-bottom: 0px !important;padding-top: 40px !important;
}
.acm-testimonial.style-1 .testimonial-item-inner .testimonial-left img {
  border-radius: 50%;
}
.style-3 .features-item {
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
  background-image: url(/images/design/bg-gradient-3.svg#joomlaImage://local-images/design/bg-gradient-3.svg?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  padding: 20px;
}
.style-3 .features-item:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
.acm-cta.style-1 .cta-wrap .decor-1 {
  background-image: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 323px;
  position: absolute;
  bottom: -18px;
  left: 36px;
  width: 417px;
}
.section-title-wrap .section-title {
  font-size: 45px;
}
#t4-section-8 {
  padding-top: 60px !important;
}
.school_overview {
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
  background-image: url(/images/design/bg-gradient-3.svg#joomlaImage://local-images/design/bg-gradient-3.svg?width=1890&height=1240);
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  margin-bottom: 0rem !important;
}
.text-center {
  text-align: left;
}
.testimonials .section-title-wrap.text-center {
  padding-top: 30px;
}
.section-title-wrap.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
  max-width: inherit;
}
.section-title-wrap {
  margin-bottom: 3rem;
}
.t4-megamenu .navbar-nav > li.active > a,
.t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #e3f2e8;
}
.t4-megamenu .navbar-nav > li.active > a:hover,
.t4-megamenu .navbar-nav > li.active > .nav-link:hover {
  color: #c6e5d0 !important
}
.t4-megamenu .navbar-nav > li a:hover{
  color: #c6e5d0 !important
}
.t4-megamenu .navbar-nav > li > a .item-caret.item-caret,
.t4-megamenu .navbar-nav > li > .nav-link .item-caret.item-caret {
  border-top-color: #fff;
}
.acm-features.style-4 .intro-img img {
  border-radius: 0px;
  width: 100%;
}
.lodge_desc {
  background-color: #ede6c9;
}
.t4-footnav .t4-module .module-title {
  color: #d3c47c;
  text-transform: capitalize;
}
#t4-section-6 .col-lg-6 {
  padding-right: 0px;
  padding-left: 0px;
}
.title-gradient-3 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c4437),
    to(#6c8876)
  );
  background: -webkit-linear-gradient(left, #2c4437, #6c8876);
  background: -o-linear-gradient(left, #2c4437, #6c8876);
  background: linear-gradient(to right, #2c4437, #6c8876);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.acm-features.style-4 .row + .row {
  margin-top: 0rem;
}
.title-gradient-1,
.bg-lg-red h4 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#efea3d),
    to(#d6d115)
  );
background: -webkit-linear-gradient(left, #2c4437, #6c8876);
  background: -o-linear-gradient(left, #2c4437, #6c8876);
  background: linear-gradient(to right, #2c4437, #6c8876);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.section-title-wrap {
    margin-bottom: 2rem;
    text-align: center !important;
    max-width: auto !important;
}
.info-desc .lead{
  text-align: center !important;
}
.acm-features.style-1 .info-wrap {
    padding-left: inherit;
    text-align: center !important;
}
.t4-footnav .t4-module {
    margin-bottom: 36px;
    color: #d7d8cd;
    margin-top: 0;
}
.t4-footnav .footer {
    border-top: 1px solid rgba(52, 58, 64, 0.12);
    padding-top: 36px;
    margin-top: 3.5rem;
    color: #d3d7ce;
    text-align: center;
    font-size: 0.875rem;
}
.t4-footnav .footer a {
  color: #d3c47c!important;
}
.no_margin{
  margin: 0px !important;
}
.acm-game.style-1 .game-store .game-store-inner .short-title {
    max-width: initial;
    font-family: inherit;font-weight: 700;
    margin: 0;
}
.alt-font {
    font-family: "Amatic SC", sans-serif;
}
 .activities_accordion-info{
  color: #fff !important;
}
.contact .contact-address .item dd .contact-position {
    font-weight: 700;
    font-family: var(--heading-font-family);
    font-size: 36px;
    margin-bottom: 1.5rem;
}
#t4-footnav a {
    color: #d4d9a1;
}
.acm-pricing.style-1 .pricing-item.plan-highlight {
    border-color: var(--color-primary);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}

.acm-pricing.style-1 .pricing-item {
    background: var(--body-bg-color);
    border: 1px solid #e9ecef;
    border-radius: var(--btn-border-radius);
    padding: 4.28rem;
}
.price {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    border-radius: 3px;
    color: #212121!important;
    background: #fcfcfc;
}
.lead {
    font-size: 20px!important;
    font-family: inherit!important;
}