body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .equal-height > div {
    min-height: 0 !important;
  }
  .equal-height.equal-height-child > .col > div {
    min-height: 0 !important;
  }
}
div.t3-wrapper {
  background: #f1f5f7;
}
div.t3-wrapper .t3-wrapper-inner {
  background: #ffffff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  max-width: 1920px;
  margin: auto;
}
.t3-topbar {
  background: #2a3642;
  padding: 12px 0;
  font-size: 14px;
  position: relative;
  z-index: 9999;
}
.t3-topbar p {
  margin: 0;
}
.t3-topbar .topbar-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.t3-topbar .topbar-inner a {
  font-weight: 700;
}
.t3-topbar .topbar-inner > div:before {
  content: "-";
  float: right;
  margin: 0 12px;
}
.t3-topbar .topbar-inner > div:last-child:before {
  display: none;
}
.t3-header {
  position: relative;
  z-index: 1000;
}
.t3-header .container-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.t3-header .header-right-wrap {
  display: flex;
}
.t3-header + .t3-masthead,
.t3-header + .t3-hero {
  display: inline-block;
  margin-top: -111px;
  width: 100%;
}
.t3-header + .t3-masthead .ja-masthead,
.t3-header + .t3-hero .ja-masthead {
  padding-top: 217px;
}
@media (max-width: 767px) {
  .t3-header + .t3-masthead .ja-masthead,
  .t3-header + .t3-hero .ja-masthead {
    padding-top: 181px;
  }
}
.t3-header + .t3-masthead .acm-features,
.t3-header + .t3-hero .acm-features {
  padding-top: 289px;
}
@media (max-width: 991px) {
  .t3-header + .t3-masthead .acm-features,
  .t3-header + .t3-hero .acm-features {
    padding-top: 181px;
  }
}
.logo {
  height: 109px;
  line-height: 109px;
}
.logo a {
  display: inline-block;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 109px;
}
.logo-text {
  line-height: 1.2;
  padding: 24px 0;
}
.logo-text a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: #ffffff;
}
.headright:before,
.headright:after {
  display: table;
  content: " ";
}
.headright:after {
  clear: both;
}
.headright > div {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 109px;
  width: auto;
}
@media (max-width: 767px) {
  .headright > div {
    margin-left: 6px;
  }
}
.headright .head-search > div,
.headright .head-search > form {
  margin-left: 12px;
}
.headright .search {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  height: 109px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: auto;
}
.headright .search .form-control {
  border-radius: 30px;
  background-image: url('../../../templates/ja_sensei/images/ico/search.png') !important;
  background-position: 12px center!important;
  background-repeat: no-repeat !important;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #ffffff;
  position: absolute;
  padding: 0 0 0 36px;
  font-size: 14px;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright .search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.headright .search .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.headright .search .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.headright .search .form-control:focus {
  background-color: #9c61f1;
  width: 180px;
  padding-right: 24px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright .search .form-control:focus {
    width: 144px;
  }
}
.headright .form-search {
  display: inline-block;
  padding: 0;
  position: relative;
  height: 36px;
  width: 36px;
}
.headright .form-search .finder {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.headright .form-search label {
  display: none;
}
.headright .form-search input {
  border-radius: 30px;
  background-image: url('../../../templates/ja_sensei/images/ico/search.png') !important;
  background-position: 12px center!important;
  background-repeat: no-repeat !important;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #ffffff;
  position: absolute;
  padding: 0 0 0 36px;
  font-size: 14px;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright .form-search input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.headright .form-search input:-ms-input-placeholder {
  color: #ffffff;
}
.headright .form-search input::-webkit-input-placeholder {
  color: #ffffff;
}
.headright .form-search input:focus {
  background-color: #9c61f1;
  width: 180px;
  padding-right: 24px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright .form-search input:focus {
    width: 144px;
  }
}
.headright .guru-module-search {
  display: inline-block;
  padding: 0;
  position: relative;
  height: 36px;
  width: 36px;
}
.headright #guru-search-form {
  position: static;
}
.headright #guru-search-form svg {
  display: none;
}
.headright #guru-search-form input {
  border-radius: 30px;
  background-image: url('../../../templates/ja_sensei/images/ico/search.png') !important;
  background-position: 12px center!important;
  background-repeat: no-repeat !important;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #ffffff;
  position: absolute;
  padding: 0 0 0 36px;
  font-size: 14px;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright #guru-search-form input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.headright #guru-search-form input:-ms-input-placeholder {
  color: #ffffff;
}
.headright #guru-search-form input::-webkit-input-placeholder {
  color: #ffffff;
}
.headright #guru-search-form input:focus {
  background-color: #9c61f1;
  width: 180px;
  padding-right: 24px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright #guru-search-form input:focus {
    width: 144px;
  }
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
.t3-section {
  padding-bottom: 144px;
  padding-top: 144px;
  position: relative;
}
@media (max-width: 991px) {
  .t3-section {
    padding-bottom: 36px;
    padding-top: 36px;
  }
}
.t3-section.spt-none {
  padding-top: 0;
}
.t3-section.spt-normal {
  padding-top: 72px;
}
@media (max-width: 991px) {
  .t3-section.spt-normal {
    padding-top: 36px;
  }
}
.t3-section.spb-none {
  padding-bottom: 0;
}
.t3-section.spb-normal {
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .t3-section.spb-normal {
    padding-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .section-title {
    padding-left: 0;
  }
}
.section-title h2 {
  max-width: 252px;
  margin-top: 0;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.sub-heading {
  color: #2a3642;
  font-size: 36px;
  font-family: "HKGrotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.333;
  position: relative;
}
@media (max-width: 767px) {
  .sub-heading {
    font-size: 24px;
  }
}
.t3-hero .t3-module {
  margin-bottom: 0;
}
.t3-hero + .t3-section-wrap .t3-section:first-child {
  padding-top: 0;
}
.t3-mainbody {
  padding-top: 108px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 36px;
  }
}
.t3-mainbody + #t3-section-bottom > .border-section {
  border-top: 1px solid #d8e1e4;
  padding-top: 144px;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .t3-mainbody + #t3-section-bottom > .border-section {
    padding-top: 36px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody > .row {
    margin-left: -36px;
    margin-right: -36px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody > .row > div {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-right {
    border-left: 1px solid #d8e1e4;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-left {
    border-right: 1px solid #d8e1e4;
  }
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .t3-content.col-sm-8 {
    margin-bottom: 36px;
  }
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-footer {
  background: #ffffff;
  color: #69747f;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.t3-footnav {
  padding: 36px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .t3-footnav {
    padding: 72px 108px;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #69747f;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #69747f;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .t3-footnav .t3-module .module-title {
    margin-bottom: 18px;
  }
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  margin-bottom: 18px;
}
.t3-footnav .t3-module ul > li > a {
  background: transparent;
  color: #69747f;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: transparent;
  color: #179fda;
}
#back-to-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top.affix {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top .btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  text-align: center;
  height: 54px;
  line-height: 54px;
  width: 54px;
}
#back-to-top .btn span {
  margin: 0;
  top: 0;
}
.t3-copyright {
  font-size: 16px;
  padding: 72px 108px 144px;
  text-align: left;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .t3-copyright {
    padding: 0 0 36px;
  }
}
.t3-copyright .copyright {
  color: #9fa7ac;
}
.t3-copyright .copyright a {
  color: #69747f;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .t3-copyright .copyright {
    margin-bottom: 24px;
  }
}
.poweredby {
  text-align: right;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .3;
  display: inline-block;
}