.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 48px;
  }
}
.t3-module:last-child {
  margin-bottom: 0;
}
.t3-module .module-inner {
  padding: 0;
}
.t3-module.module-highlight {
  background: #fc615d;
  margin-left: -24px;
  margin-top: -24px;
  margin-right: -24px;
  padding: 24px;
  color: #ffffff;
}
.t3-module.module-highlight .module-title {
  color: #ffffff;
}
.t3-module.module-highlight .module-title:after {
  border-color: #f7f7f7;
}
.t3-module.module-highlight ul li a,
.t3-module.module-highlight a {
  color: #f7f7f7;
}
.t3-module.module-highlight ul li a:hover,
.t3-module.module-highlight a:hover,
.t3-module.module-highlight ul li a:focus,
.t3-module.module-highlight a:focus {
  color: #ffffff;
}
.t3-module.module-highlight select,
.t3-module.module-highlight textarea,
.t3-module.module-highlight input {
  border-color: rgba(225, 225, 225, 0.6);
  color: #f7f7f7;
}
.t3-module.module-highlight select::-moz-placeholder,
.t3-module.module-highlight textarea::-moz-placeholder,
.t3-module.module-highlight input::-moz-placeholder {
  color: #f7f7f7;
  opacity: 1;
}
.t3-module.module-highlight select:-ms-input-placeholder,
.t3-module.module-highlight textarea:-ms-input-placeholder,
.t3-module.module-highlight input:-ms-input-placeholder {
  color: #f7f7f7;
}
.t3-module.module-highlight select::-webkit-input-placeholder,
.t3-module.module-highlight textarea::-webkit-input-placeholder,
.t3-module.module-highlight input::-webkit-input-placeholder {
  color: #f7f7f7;
}
.t3-module.module-highlight select:focus,
.t3-module.module-highlight textarea:focus,
.t3-module.module-highlight input:focus {
  border-color: #ffffff;
}
.t3-module.module-highlight .btn-primary {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
  border-width: 4px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.t3-module.module-highlight .btn-primary:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #141414;
}
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #141414;
}
.t3-module.module-highlight .btn-primary:active:hover,
.t3-module.module-highlight .btn-primary.active:hover,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary:active:focus,
.t3-module.module-highlight .btn-primary.active:focus,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary:active.focus,
.t3-module.module-highlight .btn-primary.active.focus,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.t3-module.module-highlight .btn-primary.disabled:hover,
.t3-module.module-highlight .btn-primary[disabled]:hover,
fieldset[disabled] .t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary.disabled:focus,
.t3-module.module-highlight .btn-primary[disabled]:focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.disabled.focus,
.t3-module.module-highlight .btn-primary[disabled].focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary.focus {
  background-color: #333333;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  color: #333333;
  background-color: #fdfdfd;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.active,
.open > .dropdown-toggle.t3-module.module-highlight .btn-primary {
  background-image: none;
}
.t3-module.module-highlight .btn-primary.disabled,
.t3-module.module-highlight .btn-primary[disabled],
fieldset[disabled] .t3-module.module-highlight .btn-primary,
.t3-module.module-highlight .btn-primary.disabled:hover,
.t3-module.module-highlight .btn-primary[disabled]:hover,
fieldset[disabled] .t3-module.module-highlight .btn-primary:hover,
.t3-module.module-highlight .btn-primary.disabled:focus,
.t3-module.module-highlight .btn-primary[disabled]:focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary:focus,
.t3-module.module-highlight .btn-primary.disabled.focus,
.t3-module.module-highlight .btn-primary[disabled].focus,
fieldset[disabled] .t3-module.module-highlight .btn-primary.focus,
.t3-module.module-highlight .btn-primary.disabled:active,
.t3-module.module-highlight .btn-primary[disabled]:active,
fieldset[disabled] .t3-module.module-highlight .btn-primary:active,
.t3-module.module-highlight .btn-primary.disabled.active,
.t3-module.module-highlight .btn-primary[disabled].active,
fieldset[disabled] .t3-module.module-highlight .btn-primary.active {
  background-color: #333333;
  border-color: #333333;
}
.t3-module.module-highlight .btn-primary .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-module.module-highlight #eb .mod-muted {
  color: #f7f7f7;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 19px;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-title:after {
  content: "";
  border-bottom: 2px solid #fc615d;
  position: absolute;
  display: inline-block;
  bottom: -4px;
  left: 0;
  width: 60px;
}
.acm-title {
  color: #222222;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .acm-title {
    font-size: 23px;
  }
}
.acm-title span {
  background: #fdfdfd;
  position: relative;
  z-index: 3;
}
.title-style-1 .acm-title {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .title-style-1 .acm-title {
    padding: 0;
  }
}
.title-style-1 .acm-title:before {
  border: 4px solid #fc615d;
  content: "";
  height: 96px;
  width: 96px;
  left: -42px;
  bottom: 0;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title-style-1 .acm-title:before {
    left: -24px;
  }
}
@media (max-width: 767px) {
  .title-style-1 .acm-title:before {
    display: none;
  }
}
.title-style-2 .acm-title {
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .title-style-2 .acm-title {
    padding: 0;
  }
}
.title-style-2 .acm-title:before {
  border: 4px solid #fc615d;
  bottom: 0;
  content: "";
  height: 96px;
  position: absolute;
  right: -48px;
  width: 96px;
  z-index: -1;
}
@media (max-width: 767px) {
  .title-style-2 .acm-title:before {
    display: none;
  }
}
.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;
}
.t3-features-intro {
  position: relative;
  z-index: 1;
}
.t3-features-intro .section {
  background: #fdfdfd;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding-top: 144px;
}
@media (max-width: 767px) {
  .t3-features-intro .section {
    padding-top: 48px;
  }
}
.t3-features-intro .grid-custom .section-content {
  padding: 0 210px;
}
@media (max-width: 991px) {
  .t3-features-intro .grid-custom .section-content {
    padding-right: 0;
    padding-left: 0;
  }
}
.t3-features-intro .grid-custom .section-content .timeline-list {
  max-width: 100%;
}
.t3-features-intro .section-content:before,
.t3-features-intro .section-content:after {
  display: table;
  content: " ";
}
.t3-features-intro .section-content:after {
  clear: both;
}
.t3-features-intro .section-title {
  display: none;
  position: absolute;
  left: 30px;
  height: 100%;
  width: 17px;
}
@media (min-width: 1330px) {
  .t3-features-intro .section-title {
    display: block;
  }
}
.t3-features-intro .section-title > h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  margin: 20px 0 0;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.t3-features-intro .section-title > h2 span {
  display: inline-block;
}
.t3-features-intro .section-title > h2 span::before {
  content: "";
  border-bottom: 1px solid #d9d9d9;
  width: 15px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: -20px;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .input-group {
  width: 100%;
}
#login-form .input-group span {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 7px;
  z-index: 2;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 0;
  color: #d9d9d9;
  font-size: 13px;
  list-style: none;
}
#login-form ul.unstyled li {
  margin-bottom: 5px;
}
#login-form ul.unstyled li a {
  color: #333333;
}
#login-form ul.unstyled li a:hover,
#login-form ul.unstyled li a:focus {
  color: #fb1812;
}
#login-form #form-login-remember {
  font-size: 14px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.module-highlight #login-form ul.unstyled li a {
  color: #ffffff;
}
.module-highlight #login-form ul.unstyled li a:hover,
.module-highlight #login-form ul.unstyled li a:focus {
  color: #ffffff;
}
#login-form .logout-button {
  padding-top: 12px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #d9d9d9;
  font-size: 13px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module,
.latestnews,
ul.latestnews {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li,
.latestnews li,
ul.latestnews li {
  list-style: none;
  padding: 0 0 12px 16px;
  position: relative;
  font-size: 14px;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child,
.latestnews li:first-child,
ul.latestnews li:first-child {
  border-top: 0;
}
.categories-module li:before,
ul.categories-module li:before,
.category-module li:before,
ul.category-module li:before,
.latestnews li:before,
ul.latestnews li:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  left: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a,
.latestnews li a,
ul.latestnews li a {
  color: #333333;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.latestnews li a:hover,
ul.latestnews li a:hover,
.categories-module li a:active,
ul.categories-module li a:active,
.category-module li a:active,
ul.category-module li a:active,
.latestnews li a:active,
ul.latestnews li a:active,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus,
.latestnews li a:focus,
ul.latestnews li a:focus {
  color: #fb1812;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.latestnews h4,
ul.latestnews h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #d9d9d9;
}
.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: 0;
}
.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: #666666;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #666666;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #fb1812;
  color: #ffffff;
  text-decoration: none;
}
.module-highlight .tagspopular ul > li > a {
  color: #666666;
}
.module-highlight .tagspopular ul > li > a:hover,
.module-highlight .tagspopular ul > li > a:focus,
.module-highlight .tagspopular ul > li > a:active {
  color: #ffffff;
}
.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: #666666;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #fb1812;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.section-content #ja-form {
  float: none;
  width: 100%;
}
.section-content #ja-form .form-list {
  padding: 0;
  margin: 0;
}
.section-content #ja-form .form-list li {
  padding: 0;
}
.section-content #ja-form .form-list li + li {
  padding-top: 24px;
}
.section-content #ja-form .form-list li:hover .input-box {
  background-color: transparent;
  border: 0;
}
.section-content #ja-form .form-list li.wide {
  padding-top: 24px;
}
.section-content #ja-form .form-list li .input-box {
  padding: 0;
  border: 0;
}
.section-content #ja-form .form-list li .input-box #label-mathguard_answer {
  margin-right: 12px;
}
.section-content #ja-form .form-list li #contact_email + div {
  margin-top: 12px;
  color: #999999;
}
.section-content #ja-form .form-list li.error .input-box {
  background: none !important;
}
.section-content #ja-form .form-list li.error .input-box > div {
  color: #d9534f;
}
.section-content #ja-form .form-list li.error .input-box > input,
.section-content #ja-form .form-list li.error .input-box > textarea {
  border-color: #d9534f;
}
.section-content #ja-form .form-list li#row_term_condition .input-box {
  display: flex;
}
.section-content #ja-form .form-list li#row_term_condition .input-box #term_condition {
  margin-top: -4px;
  margin-right: 12px;
}
.section-content #ja-form .form-info {
  padding-left: 0;
  margin-bottom: 24px;
}
.section-content #ja-form .inputbox {
  width: 100% !important;
}
.section-content #ja-form .btn-primary {
  background: #fc615d;
  border-color: #fc615d;
  color: #ffffff;
}
.section-content #ja-form .btn-primary:hover,
.section-content #ja-form .btn-primary:focus,
.section-content #ja-form .btn-primary:active {
  background: #fb302b;
  border-color: #fb302b;
}
#contact_text {
  max-width: 100%;
  min-height: 100px;
}
.category-module.isotope .item-inner {
  border: 1px solid #d9d9d9;
  padding: 24px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.2s ease 0s;
  -o-transition: box-shadow 0.2s ease 0s;
  transition: box-shadow 0.2s ease 0s;
}
.category-module.isotope .article-img {
  margin-bottom: 24px;
}
.category-module.isotope .article-img img {
  width: 100%;
}
.category-module.isotope .mod-articles-category-title {
  margin-bottom: 24px;
  display: block;
  color: #fc615d;
  font-size: 15px;
  font-family: "Bitter", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.category-module.isotope .mod-articles-category-title:hover,
.category-module.isotope .mod-articles-category-title:focus,
.category-module.isotope .mod-articles-category-title:active {
  text-decoration: none;
  color: #222222;
}
.category-module.isotope .mod-articles-category-introtext {
  font-size: 19px;
}
.category-module.isotope .item:hover .item-inner {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
}
.t3-masthead {
  padding-top: 144px;
}
.t3-masthead + .t3-mainbody {
  padding-top: 0;
}
.t3-masthead .ja-masthead {
  overflow: hidden;
}
.t3-masthead .ja-masthead::before {
  background-color: transparent;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  color: #222222;
  max-width: none;
  padding: 24px 15px 0;
  text-align: left;
}
.t3-masthead .ja-masthead .ja-masthead-detail h1 {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.ja-masonry-wrap .categories-list {
  overflow: hidden;
  margin: 0 0 24px;
  padding: 0 15px;
}
.ja-masonry-wrap .categories-list li {
  display: inline-block;
  padding: 0 12px 0 0;
  width: 100%;
}
@media (min-width: 480px) {
  .ja-masonry-wrap .categories-list li {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .categories-list li {
    width: auto;
  }
}
.ja-masonry-wrap .categories-list li a {
  display: block;
  color: #666666;
  padding: 6px 12px;
  outline: none;
}
.ja-masonry-wrap .categories-list li a:hover,
.ja-masonry-wrap .categories-list li a:focus,
.ja-masonry-wrap .categories-list li a:active {
  color: #fc615d;
  text-decoration: none;
}
.ja-masonry-wrap .categories-list li.active > a {
  background-color: transparent;
  border: 2px solid #fc615d;
  color: #fc615d;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}