.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: #2b074a !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: #41136b;
  color: #fff;
}

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

.social-follow-wrap .social-inner a.ico-instagram {
  background: #210639;
  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(#41136b),
    to(#2c0550)
  );
  background: -webkit-linear-gradient(top, #41136b, #2c0550);
  background: -o-linear-gradient(top, #41136b, #2c0550);
  background: linear-gradient(180deg, #41136b, #2c0550);
}

.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: #41136b;
}

.logo-image img {
  max-width: 40%;
  height: auto;
}

.acm-slideshow .slider-content {
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1.81%, rgb(65, 19, 107, 0.9)),
    to(rgb(85, 34, 132, 0.9))
  );
  background: -webkit-linear-gradient(
    left,
    rgb(65, 19, 107, 0.9) 1.81%,
    rgb(85, 34, 132, 0.9) 100%
  );
  background: -o-linear-gradient(
    left,
    rgb(65, 19, 107, 0.9) 1.81%,
    rgb(85, 34, 132, 0.9) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(65, 19, 107, 0.9) 1.81%,
    rgb(85, 34, 132, 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(#41136b),
    to(#2c0550)
  );
  background: -webkit-linear-gradient(top, #41136b 0%, #2c0550 100%);
  background: -o-linear-gradient(top, #41136b 0%, #2c0550 100%);
  background: linear-gradient(180deg, #41136b 0%, #2c0550 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: #41136b;
  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: 3.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: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--heading-font-family);
  font-weight: 400;
  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(#2c0550),
    to(#41136b)
  );
  background: -webkit-linear-gradient(top, #2c0550 0%, #41136b 100%);
  background: -o-linear-gradient(top, #2c0550 0%, #41136b 100%);
  background: linear-gradient(180deg, #2c0550 0%, #41136b 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: #41136b;
}
.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: #41136b;
}
.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;
    -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: 300;
}
.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(#2c0550));
    background: -webkit-linear-gradient(top, #efea3d 0%, #2c0550 100%);
    background: -o-linear-gradient(top, #efea3d 0%, #2c0550 100%);
    background: linear-gradient(180deg, #efea3d 0%, #2c0550 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(#2c0550), to(#552284));
    background: -webkit-linear-gradient(top, #2c0550 0%, #552284 100%);
    background: -o-linear-gradient(top, #2c0550 0%, #552284 100%);
    background: linear-gradient(180deg, #2c0550 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(65, 19, 107, 0.9)), to(rgb(85, 34, 132, 0.9)) );
    background: -webkit-linear-gradient( left, rgb(65, 19, 107, 0.9) 1.81%, rgb(85, 34, 132, 0.9) 100% );
    background: -o-linear-gradient( left, rgb(65, 19, 107, 0.9) 1.81%, rgb(85, 34, 132, 0.9) 100% );
    background: linear-gradient( 90deg, rgb(65, 19, 107, 0.9) 1.81%, rgb(85, 34, 132, 0.9) 100% );
    text-align: left;
}
.acm-cta.style-1 .cta-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#41136b), to(#2c0550));
  background: -webkit-linear-gradient(top, #41136b 0%, #2c0550 100%);
  background: -o-linear-gradient(top, #41136b 0%, #2c0550 100%);
  background: linear-gradient(180deg, #41136b 0%, #2c0550 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;
}
.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: var(--mainnav-link-color);
  padding: 0.5rem 0;
  font-size: 18px;
  font-weight: 200;
  font-family: var(--heading-font-family);
  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;
  color: #202323;
}
ul.pagination > li.page-item.active:not(.disabled) > span {
  background: -webkit-gradient(linear, left top, left bottom, from(#41136b), to(#2c0550));
  background: -webkit-linear-gradient(top, #41136b, #2c0550);
  background: -o-linear-gradient(top, #41136b, #2c0550);
  background: linear-gradient(180deg, #41136b, #2c0550);
  color: #fff;
}
.article-body img {
  border-radius: 10px;
  width: auto;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}
.button-home {
  background: linear-gradient(180deg, #552284, #41136b);
  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: 50px !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: #41136b;
  font-weight: 600;
}
.acm-features.style-4 .info-wrap {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 6px;
}
.btn {
  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: #2c0550;
}
.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: #41136b;
  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{
  text-transform:capitalize;
}
.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-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;
    max-width: inherit !important;
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id^="t4-sideshow"], div[id^="t4-footnav"] {
    max-width: inherit !important;
    margin-left: auto;
    margin-right: auto;
}