.section .section-ct {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section .section-ct {
    padding: 30px 0;
  }
}
@media screen and (min-width: 992px) {
  .section .section-ct {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section .section-ct {
    padding: 90px 0;
  }
}
.section .section-title {
  margin-top: 0;
}
.section.no-padding .section-ct {
  padding: 0;
}
.section .section-intro {
  position: relative;
}
.section .section-intro:after {
  background: url("../../templates/ja_charity/images/ico/divide-side.png") no-repeat center bottom;
  height: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  content: "";
}
.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 56px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 28px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 0;
  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;
}
.module-ct a,
.module-ct .custom a {
  color: #000000;
}
.module-ct a:hover,
.module-ct .custom a:hover,
.module-ct a:focus,
.module-ct .custom a:focus {
  color: #1e6698;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
  color: #000000;
}
.module_menu .nav > li > a:hover {
  color: #1e6698;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 28px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form #form-login-remember input {
  margin-top: 7px;
}
#login-form .login-greeting {
  display: inline-block;
  vertical-align: middle;
}
#login-form .logout-button {
  display: inline-block;
}
#login-form .logout-button .btn {
  padding: 0;
  background: none;
  border: 0;
  text-transform: none;
  text-decoration: underline;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 14px;
  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: 14px 0;
  border-top: 1px solid #eeeeee;
}
.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: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  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: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 0;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #1e6698;
  color: #000000;
  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: #2683c3;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.custom:before,
.custom:after {
  content: " ";
  display: table;
}
.custom:after {
  clear: both;
}
.connect {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.connect li {
  float: left;
  display: block;
  margin: 5px;
}
@media screen and (min-width: 1200px) {
  .connect li {
    margin: 0 5px;
  }
}
.connect li a {
  display: inline-block;
  padding: 15px 0px !important;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 100%;
  color: #eaeaea;
  background: #424d53;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.connect li a:hover,
.connect li a:focus {
  background: #2d373c;
  color: #00dde0;
}
@media screen and (min-width: 1200px) {
  .connect li:first-child {
    margin-left: 0;
  }
}
.mod-title {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.mod-title .first-word {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 400;
  line-height: 2;
}
.t3-masthead {
  padding: 0;
  text-align: center;
  color: #424a4f;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}
.t3-masthead:after {
  background: url("../../templates/ja_charity/images/ico/divide-side.png") no-repeat center bottom;
  height: 13px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  content: "";
}
.t3-masthead .jamasshead {
  padding: 60px 0;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.t3-masthead .jamasshead:before {
  background: #f7f7f7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.t3-masthead .jamasshead .jamasshead-title {
  text-transform: uppercase;
  font-size: 36px;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.t3-masthead .jamasshead .jamasshead-description {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.topbar-btn {
  float: right;
}
.topbar-btn .ja-login {
  height: 36px;
  text-align: left;
}
.topbar-btn .ja-login > li {
  height: 36px;
  float: right;
  margin: 0;
  z-index: 1;
}
.topbar-btn .ja-login > li > a {
  padding: 0 14px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.topbar-btn .ja-login > li > a:hover,
.topbar-btn .ja-login > li > a:focus,
.topbar-btn .ja-login > li > a.focus,
.topbar-btn .ja-login > li > a:active,
.topbar-btn .ja-login > li > a.active,
.open > .dropdown-toggle.topbar-btn .ja-login > li > a {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.topbar-btn .ja-login > li > a:active,
.topbar-btn .ja-login > li > a.active,
.open > .dropdown-toggle.topbar-btn .ja-login > li > a {
  background-image: none;
}
.topbar-btn .ja-login > li > a.disabled,
.topbar-btn .ja-login > li > a[disabled],
fieldset[disabled] .topbar-btn .ja-login > li > a,
.topbar-btn .ja-login > li > a.disabled:hover,
.topbar-btn .ja-login > li > a[disabled]:hover,
fieldset[disabled] .topbar-btn .ja-login > li > a:hover,
.topbar-btn .ja-login > li > a.disabled:focus,
.topbar-btn .ja-login > li > a[disabled]:focus,
fieldset[disabled] .topbar-btn .ja-login > li > a:focus,
.topbar-btn .ja-login > li > a.disabled.focus,
.topbar-btn .ja-login > li > a[disabled].focus,
fieldset[disabled] .topbar-btn .ja-login > li > a.focus,
.topbar-btn .ja-login > li > a.disabled:active,
.topbar-btn .ja-login > li > a[disabled]:active,
fieldset[disabled] .topbar-btn .ja-login > li > a:active,
.topbar-btn .ja-login > li > a.disabled.active,
.topbar-btn .ja-login > li > a[disabled].active,
fieldset[disabled] .topbar-btn .ja-login > li > a.active {
  background-color: #333333;
  border-color: #262626;
}
.topbar-btn .ja-login > li > a .badge {
  color: #333333;
  background-color: #ffffff;
}
.topbar-btn .ja-login > li > a:after {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.topbar-btn .ja-login > li > a.show {
  background-color: #000000;
}
.topbar-btn .ja-login > li > a span {
  padding-right: 5px;
}
.topbar-btn .ja-login > li > a.register-switch {
  border-right: 1px solid #222222;
}
.topbar-btn .ja-login > li > a.register-switch:after {
  content: "\f234";
}
.topbar-btn .ja-login > li form {
  padding-left: 7px;
}
.topbar-btn .ja-login > li #ja-user-login #form-login-username label:after,
.topbar-btn .ja-login > li #ja-user-login #form-login-password label:after {
  content: "(*)";
  font-style: italic;
}
.topbar-btn .ja-login > li #ja-user-login,
.topbar-btn .ja-login > li #ja-user-register {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222222;
  top: auto;
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.topbar-btn .ja-login > li .invalid {
  background: none;
}
.topbar-btn .ja-login > li #ja-user-register dd {
  margin-bottom: 14px;
}
.topbar-btn .ja-login > li #login-form li {
  margin-right: 0;
}
.topbar-btn .ja-login > li #login-form input[type="text"],
.topbar-btn .ja-login > li #login-form input[type="password"] {
  width: auto;
}
.topbar-btn .ja-login > li #login-form #form-login-remember input {
  margin: 0;
  height: auto;
  display: inline-block;
}
.topbar-btn .ja-login > li .btn {
  color: #000000;
  background-color: #ffd733;
  border-color: #ffd219;
}
.topbar-btn .ja-login > li .btn:hover,
.topbar-btn .ja-login > li .btn:focus,
.topbar-btn .ja-login > li .btn.focus,
.topbar-btn .ja-login > li .btn:active,
.topbar-btn .ja-login > li .btn.active,
.open > .dropdown-toggle.topbar-btn .ja-login > li .btn {
  color: #000000;
  background-color: #ffcd00;
  border-color: #dbb000;
}
.topbar-btn .ja-login > li .btn:active,
.topbar-btn .ja-login > li .btn.active,
.open > .dropdown-toggle.topbar-btn .ja-login > li .btn {
  background-image: none;
}
.topbar-btn .ja-login > li .btn.disabled,
.topbar-btn .ja-login > li .btn[disabled],
fieldset[disabled] .topbar-btn .ja-login > li .btn,
.topbar-btn .ja-login > li .btn.disabled:hover,
.topbar-btn .ja-login > li .btn[disabled]:hover,
fieldset[disabled] .topbar-btn .ja-login > li .btn:hover,
.topbar-btn .ja-login > li .btn.disabled:focus,
.topbar-btn .ja-login > li .btn[disabled]:focus,
fieldset[disabled] .topbar-btn .ja-login > li .btn:focus,
.topbar-btn .ja-login > li .btn.disabled.focus,
.topbar-btn .ja-login > li .btn[disabled].focus,
fieldset[disabled] .topbar-btn .ja-login > li .btn.focus,
.topbar-btn .ja-login > li .btn.disabled:active,
.topbar-btn .ja-login > li .btn[disabled]:active,
fieldset[disabled] .topbar-btn .ja-login > li .btn:active,
.topbar-btn .ja-login > li .btn.disabled.active,
.topbar-btn .ja-login > li .btn[disabled].active,
fieldset[disabled] .topbar-btn .ja-login > li .btn.active {
  background-color: #ffd733;
  border-color: #ffd219;
}
.topbar-btn .ja-login > li .btn .badge {
  color: #ffd733;
  background-color: #000000;
}
.topbar-btn .ja-login > li .logout-button .btn {
  color: #ffffff;
}
.t3-footer .ja-twitter .ja-twitter-item {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  color: #eeeeee;
}
.t3-footer .ja-twitter .ja-twitter-item a {
  color: #eeeeee;
  font-weight: 400;
}
.t3-footer .ja-twitter .ja-twitter-item .ja-twitter-avatar {
  border: 0;
}
.t3-footer .ja-twitter .twitter-follow-button {
  display: none;
}
.new-count-wrap {
  max-width: 620px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .new-count-wrap {
    max-width: none;
  }
}
.new-count-wrap .sch-content,
.new-count-wrap .sch-countdown {
  padding: 28px;
  min-height: 116px;
  text-align: center;
  background: #ffd733;
}
@media screen and (max-width: 767px) {
  .new-count-wrap .sch-content,
  .new-count-wrap .sch-countdown {
    min-height: 0;
  }
}
.new-count-wrap .sch-content:before,
.new-count-wrap .sch-countdown:before,
.new-count-wrap .sch-content:after,
.new-count-wrap .sch-countdown:after {
  content: " ";
  display: table;
}
.new-count-wrap .sch-content:after,
.new-count-wrap .sch-countdown:after {
  clear: both;
}
.new-count-wrap .sch-countdown {
  background: #222222;
}
.new-count-wrap .sch-content .sch-content-inner {
  display: block;
  padding: 0;
}
.new-count-wrap .sch-content .sch-content-inner:before,
.new-count-wrap .sch-content .sch-content-inner:after {
  content: " ";
  display: table;
}
.new-count-wrap .sch-content .sch-content-inner:after {
  clear: both;
}
.new-count-wrap .sch-content .sch-content-inner .mod-title {
  font-size: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
  float: left;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding-right: 20px;
  margin: 5px 0 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .new-count-wrap .sch-content .sch-content-inner .mod-title {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .new-count-wrap .sch-content .sch-content-inner .mod-title {
    width: 47%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-count-wrap .sch-content .sch-content-inner .mod-title small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.new-count-wrap .sch-content .sch-content-inner .mod-title .first-word {
  line-height: 1;
}
.new-count-wrap .sch-content .sch-content-inner .mod-title small {
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 5px;
}
.new-count-wrap .sch-content .meta-date {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 5px 0 0 0;
  float: left;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  width: 50%;
}
.new-count-wrap .sch-content .meta-date:before {
  width: 2px;
  height: 50px;
  background: #ffffff;
  margin: 0;
  right: 100%;
  top: 0;
  transform: rotate(10deg);
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .new-count-wrap .sch-content .meta-date {
    width: 50%;
    white-space: nowrap;
  }
}
.new-count-wrap .sch-content .meta-date span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.new-count-wrap ul.countdown {
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.new-count-wrap ul.countdown li {
  display: inline-block;
  text-align: center;
}
.new-count-wrap ul.countdown li span {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 480px) {
  .new-count-wrap ul.countdown li span {
    font-size: 20px;
  }
}
.new-count-wrap ul.countdown li p {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.new-count-wrap ul.countdown li.seperator {
  font-size: 30px;
  vertical-align: top;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-weight: 300;
  width: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  .view-article .event-item-media .item-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.t3-module .module-ct .latestnews,
.t3-module .module-ct .mostread {
  padding: 0;
}
.t3-module .module-ct .latestnews li,
.t3-module .module-ct .mostread li {
  list-style: none;
  line-height: 1.2;
  padding: 9.33333333px 0;
}
.t3-module .module-ct .latestnews li .item-image,
.t3-module .module-ct .mostread li .item-image {
  float: left;
  width: 35%;
  padding-right: 28px;
}
.t3-module .module-ct .latestnews li .item-image img,
.t3-module .module-ct .mostread li .item-image img {
  width: 100%;
}
.t3-module .module-ct .latestnews li .item-ct,
.t3-module .module-ct .mostread li .item-ct {
  width: 65%;
  float: left;
}
.t3-module .module-ct .latestnews li a,
.t3-module .module-ct .mostread li a {
  display: block;
  text-transform: none;
}
.t3-module .module-ct .latestnews li a:before,
.t3-module .module-ct .mostread li a:before,
.t3-module .module-ct .latestnews li a:after,
.t3-module .module-ct .mostread li a:after {
  content: " ";
  display: table;
}
.t3-module .module-ct .latestnews li a:after,
.t3-module .module-ct .mostread li a:after {
  clear: both;
}
.t3-module .module-ct .latestnews li .item-title,
.t3-module .module-ct .mostread li .item-title {
  text-transform: none;
}
.t3-module .module-ct .latestnews li dd,
.t3-module .module-ct .mostread li dd {
  color: #999999;
  font-size: 13px;
}
.acymailing_module .form-inline .acyfield_html.form-group {
  display: block;
  margin: 10px 0 !important;
}
.acymailing_module .form-inline .acyfield_html.form-group span,
.acymailing_module .form-inline .acyfield_html.form-group .controls {
  display: inline-block;
  margin-right: 5px;
}
.acymailing_module .form-inline .acyfield_html.form-group span label,
.acymailing_module .form-inline .acyfield_html.form-group .controls label {
  margin-right: 10px;
}
.acymailing_module .form-inline .acyfield_html.form-group span input[type=radio],
.acymailing_module .form-inline .acyfield_html.form-group .controls input[type=radio] {
  margin-right: 5px;
}
.acymailing_module .form-inline .form-group + .form-group .acyfield_email .form-control {
  width: auto !important;
}
.acymailing_module .form-group + .btn.button + .btn.button {
  margin-top: 10px;
}
.acymailing_module .acyterms {
  display: block !important;
  margin: 10px 0 !important;
}
.acymailing_module .acyterms input[type=checkbox] {
  margin-top: 7px;
}
.acymailing_module.acymailing_tableless .fieldacyhtml {
  display: inline-block;
}
.acymailing_module.acymailing_tableless .fieldacyhtml + .controls {
  display: inline-block;
}
.acymailing_module.acymailing_tableless .fieldacyhtml + .controls label {
  display: inline-block;
  margin-left: 10px;
}
.acymailing_module.acymailing_tableless .fieldacyhtml + .controls label input[type=radio] {
  position: relative;
  margin-left: 0;
  margin-right: 5px;
}
.acymailing_module.acymailing_popup .acymailing_mootoolsbutton p {
  text-align: left;
}
.acymailing_module.acymailing_popup a.acymailing_togglemodule {
  position: relative;
  background: #ffd733;
  display: inline-block;
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .acymailing_module .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .acymailing_module .form-group .form-control {
    width: auto !important;
  }
}
#sbox-window {
  width: auto !important;
  height: auto !important;
}