body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ja-filter-wrapper .filter-content .filter-options-title span {
  background-color: #e1e1e1;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 5px 5px 28px;
  position: relative;
  text-transform: uppercase;
}
.ja-filter-wrapper .filter-content .input-text.jafrom,
.ja-filter-wrapper .filter-content .input-text.jato {
  padding-right: 2px;
  color: #002c5b;
  font-size: 16px;
}
::placeholder {
  color: #002c5b;
  font-size: 16px;
  text-transform: uppercase;
}
.t3-wrapper {
  border-left: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
  background: #ffffff;
  max-width: 1840px;
  margin: auto;
}
.owl-dot.active {
  background-color: #002c5b;
}
.t3-header {
  border-top: 10px solid #ed2d23;
  background-color: #00aadd;
  padding-bottom: 6.25px;
  padding-top: 6.25px;
  position: relative;
  z-index: 1000;
}
.t3-header .container-inner {
  display: flex;
  justify-content: space-between;
}
.t3-header .container-inner .headright {
  display: none;
}
.t3-topbar {
  background: #ed2d23;
  color: #ffffff;
  padding: 0;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  position: relative;
  z-index: 1001;
}
.t3-topbar .topbar-left {
  border-left: 1px solid #063366;
  padding-left: 12.5px;
}
.t3-topbar .topbar-right {
  border-right: 1px solid #063366;
  display: flex;
  height: 25px;
}
.t3-topbar .topbar-right > div {
  display: flex;
  align-items: center;
  border-left: 1px solid #063366;
}
.t3-topbar ul.ja-login {
  padding: 0 12.5px;
  line-height: 25px;
  height: 25px;
}
.t3-topbar ul.ja-login > li {
  margin: 0;
}
.t3-topbar ul.ja-login > li a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .t3-topbar ul.ja-login > li {
    position: static;
  }
}
.t3-topbar ul.ja-login > li #ja-user-login,
.t3-topbar ul.ja-login > li #ja-user-register {
  border: 1px solid #e7e8e9;
  border-radius: 0;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 36px;
  top: 34px;
  text-transform: none;
  font-size: 15px;
  margin-right: -36px;
  left: auto;
  line-height: 1.6;
  right: 0;
  width: 340px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .t3-topbar ul.ja-login > li #ja-user-login,
  .t3-topbar ul.ja-login > li #ja-user-register {
    margin-right: 0;
    padding: 25px;
    width: 300px;
  }
}
.t3-topbar ul.ja-login > li .secretkey {
  margin-bottom: 25px;
}
.t3-topbar ul.ja-login > li #login-form .login-greeting {
  display: inline-block;
}
.t3-topbar ul.ja-login > li #login-form .logout-button {
  background: #00aadd;
  border-radius: 0;
  display: inline-block;
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
}
.t3-topbar ul.ja-login > li #login-form .logout-button:hover {
  background: #0083aa;
}
.t3-topbar ul.ja-login > li #login-form .logout-button input {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 0 12.5px;
}
.t3-topbar ul.ja-login label,
.t3-topbar ul.ja-login em {
  color: #002855;
  font-weight: 700;
}
.t3-topbar ul.ja-login #form-login-remember {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}
.t3-topbar ul.ja-login #form-login-remember label {
  margin: 0;
  order: 2;
}
.t3-topbar ul.ja-login #form-login-remember input[type="checkbox"] {
  float: left;
  margin-right: 8px;
  height: auto;
  width: auto;
}
.t3-topbar ul.ja-login #ja-user-login ul {
  margin-top: 25px;
  margin-left: -3px;
  padding: 0;
}
.t3-topbar ul.ja-login #ja-user-login ul li {
  display: block;
  padding: 0 !important;
  height: auto;
  line-height: 1.6;
  margin-top: 6px;
}
.t3-topbar ul.ja-login #ja-user-login ul li a {
  color: #676869;
  font-weight: 400;
}
.t3-topbar ul.ja-login #ja-user-login ul li a:hover,
.t3-topbar ul.ja-login #ja-user-login ul li a:focus,
.t3-topbar ul.ja-login #ja-user-login ul li a:active {
  color: #002c5b;
}
.t3-topbar ul.ja-login #member-registration fieldset {
  margin: 0;
}
.t3-topbar ul.ja-login #member-registration dl dd {
  margin-bottom: 25px;
}
.t3-topbar ul.ja-login #member-registration .control-label .modal {
  font-weight: 500;
}
.t3-topbar ul.ja-login #member-registration p {
  line-height: 1.6;
  margin-bottom: 25px;
}
.t3-topbar ul.ja-login #member-registration #terms_terms label,
.t3-topbar ul.ja-login #member-registration #privacyconsent_privacy label {
  margin-right: 8.33333333px;
}
.t3-topbar ul.ja-login #member-registration #jform_captcha {
  transform: scale(0.87);
  -webkit-transform: scale(0.87);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .logo {
    flex: 0 0 20%;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.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;
}
.head-search {
  margin-top: 25px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.headright {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .headright {
    flex: 0 0 20%;
  }
}
.headright .navbar-header {
  display: flex;
}
.headright .head-action .nav {
  display: flex;
}
.headright .head-action li a {
  background: #00aadd;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 12.5px;
  white-space: nowrap;
}
.headright .head-action li a:hover,
.headright .head-action li a:focus,
.headright .head-action li a:active {
  background: #002042;
}
.t3-section {
  background-position: center center;
  background-repeat: no-repeat;
}
.t3-section.space-top-huge {
  padding-top: 216px;
}
@media (max-width: 991px) {
  .t3-section.space-top-huge {
    padding-top: 108px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-top-huge {
    padding-top: 36px;
  }
}
.t3-section.space-top-large {
  padding-top: 144px;
}
@media (max-width: 991px) {
  .t3-section.space-top-large {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-top-large {
    padding-top: 36px;
  }
}
.t3-section.space-top-normal {
  padding-top: 36px;
}
@media (max-width: 991px) {
  .t3-section.space-top-normal {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-top-normal {
    padding-top: 36px;
  }
}
.t3-section.space-bottom-huge {
  padding-bottom: 216px;
}
@media (max-width: 991px) {
  .t3-section.space-bottom-huge {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-bottom-huge {
    padding-bottom: 36px;
  }
}
.t3-section.space-bottom-large {
  padding-bottom: 144px;
}
@media (max-width: 991px) {
  .t3-section.space-bottom-large {
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-bottom-large {
    padding-bottom: 36px;
  }
}
.t3-section.space-bottom-normal {
  padding-bottom: 36px;
}
@media (max-width: 991px) {
  .t3-section.space-bottom-normal {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .t3-section.space-bottom-normal {
    padding-bottom: 36px;
  }
}
.t3-section.section-primary {
  background-color: #00aadd;
}
.t3-section.section-primary .section-title-wrap .section-title {
  color: #ffffff;
}
.t3-section.section-primary .section-title-wrap .section-desc {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.t3-section.section-secondary {
  background-color: #002c5b;
}
.t3-section.section-secondary .section-title-wrap .section-title {
  color: #ffffff;
}
.t3-section.section-secondary .section-title-wrap .section-desc {
  color: #ffffff;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.t3-section.section-gray {
  background-color: #fafbfc;
  border-bottom: 1px solid #e7e8e9;
  border-top: 1px solid #e7e8e9;
}
.t3-section.section-gray + .section-gray {
  margin-top: -1px;
}
.t3-section .section-title-wrap {
  max-width: 540px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .t3-section .section-title-wrap {
    max-width: 100%;
  }
}
.t3-section .section-title-wrap .section-sub {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.t3-section .section-title-wrap .section-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3333;
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  .t3-section .section-title-wrap .section-title {
    font-size: 24px;
    margin-bottom: 36px;
    margin-top: 12.5px;
  }
}
.t3-section .section-title-wrap .section-title + .section-desc {
  margin-top: -36px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .t3-section .section-title-wrap .section-title + .section-desc {
    margin-bottom: 36px;
    margin-top: -18px;
  }
}
.t3-section .section-title-wrap .section-desc {
  display: block;
}
.t3-section .section-title-wrap.title-align-left {
  max-width: 100%;
  text-align: left;
}
.t3-sl {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
.t3-mainbody {
  position: relative;
  z-index: 1;
}
.view-tag .t3-mainbody,
.view-categories .t3-mainbody,
.view-featured .t3-mainbody,
.view-article .t3-mainbody,
.view-category .t3-mainbody {
  margin: 25px auto;
}
@media (max-width: 991px) {
  .view-tag .t3-mainbody,
  .view-categories .t3-mainbody,
  .view-featured .t3-mainbody,
  .view-article .t3-mainbody,
  .view-category .t3-mainbody {
    margin: 25px auto;
  }
}
.view-tag .t3-mainbody > .row > div,
.view-categories .t3-mainbody > .row > div,
.view-featured .t3-mainbody > .row > div,
.view-article .t3-mainbody > .row > div,
.view-category .t3-mainbody > .row > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .view-tag .t3-mainbody > .row > div,
  .view-categories .t3-mainbody > .row > div,
  .view-featured .t3-mainbody > .row > div,
  .view-article .t3-mainbody > .row > div,
  .view-category .t3-mainbody > .row > div {
    min-height: 0 !important;
  }
}
.view-tag .t3-mainbody > .row > div.t3-content-left,
.view-categories .t3-mainbody > .row > div.t3-content-left,
.view-featured .t3-mainbody > .row > div.t3-content-left,
.view-article .t3-mainbody > .row > div.t3-content-left,
.view-category .t3-mainbody > .row > div.t3-content-left {
  padding-right: 36px;
}
@media (max-width: 767px) {
  .view-tag .t3-mainbody > .row > div.t3-content-left,
  .view-categories .t3-mainbody > .row > div.t3-content-left,
  .view-featured .t3-mainbody > .row > div.t3-content-left,
  .view-article .t3-mainbody > .row > div.t3-content-left,
  .view-category .t3-mainbody > .row > div.t3-content-left {
    padding-right: 18px;
  }
}
.view-tag .t3-mainbody > .row > div.t3-content-right,
.view-categories .t3-mainbody > .row > div.t3-content-right,
.view-featured .t3-mainbody > .row > div.t3-content-right,
.view-article .t3-mainbody > .row > div.t3-content-right,
.view-category .t3-mainbody > .row > div.t3-content-right {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .view-tag .t3-mainbody > .row > div.t3-content-right,
  .view-categories .t3-mainbody > .row > div.t3-content-right,
  .view-featured .t3-mainbody > .row > div.t3-content-right,
  .view-article .t3-mainbody > .row > div.t3-content-right,
  .view-category .t3-mainbody > .row > div.t3-content-right {
    padding-left: 18px;
  }
}
.view-tag .t3-mainbody > .row > div.t3-sidebar-right,
.view-categories .t3-mainbody > .row > div.t3-sidebar-right,
.view-featured .t3-mainbody > .row > div.t3-sidebar-right,
.view-article .t3-mainbody > .row > div.t3-sidebar-right,
.view-category .t3-mainbody > .row > div.t3-sidebar-right {
  border-left: 1px solid #e7e8e9;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .view-tag .t3-mainbody > .row > div.t3-sidebar-right,
  .view-categories .t3-mainbody > .row > div.t3-sidebar-right,
  .view-featured .t3-mainbody > .row > div.t3-sidebar-right,
  .view-article .t3-mainbody > .row > div.t3-sidebar-right,
  .view-category .t3-mainbody > .row > div.t3-sidebar-right {
    border-left: none;
    padding-left: 18px;
  }
}
.view-tag .t3-mainbody > .row > div.t3-sidebar-left,
.view-categories .t3-mainbody > .row > div.t3-sidebar-left,
.view-featured .t3-mainbody > .row > div.t3-sidebar-left,
.view-article .t3-mainbody > .row > div.t3-sidebar-left,
.view-category .t3-mainbody > .row > div.t3-sidebar-left {
  border-right: 1px solid #e7e8e9;
  padding-right: 36px;
}
@media (max-width: 767px) {
  .view-tag .t3-mainbody > .row > div.t3-sidebar-left,
  .view-categories .t3-mainbody > .row > div.t3-sidebar-left,
  .view-featured .t3-mainbody > .row > div.t3-sidebar-left,
  .view-article .t3-mainbody > .row > div.t3-sidebar-left,
  .view-category .t3-mainbody > .row > div.t3-sidebar-left {
    border-right: none;
    padding-right: 18px;
  }
}
.view-contact .t3-mainbody {
  width: 100%;
  padding: 0;
  margin: 0;
}
.view-contact .t3-mainbody > .row {
  margin: 0;
}
.view-contact .t3-mainbody .t3-content {
  padding-top: 0;
  padding: 0;
}
.t3-sidebar {
  padding-top: 25px;
  padding-bottom: 25px;
}
.t3-footer {
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  color: #888888;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
@media (max-width: 991px) {
  .t3-footer .logo-footer {
    margin-bottom: 25px;
  }
}
.t3-footnav {
  display: flex;
  flex-wrap: wrap;
  padding: 144px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav > div {
  margin: 0 -0.4px;
}
@media (max-width: 991px) {
  .t3-footnav {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .t3-footnav {
    padding: 36px 0;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #888888;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.t3-footnav .t3-module .module-title {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12.5px;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul.nav > li {
  line-height: 30px;
}
.t3-footnav .t3-module ul.nav > li > a {
  color: #ffffff;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.t3-footnav .t3-module ul.nav > li > a:hover,
.t3-footnav .t3-module ul.nav > li > a:active,
.t3-footnav .t3-module ul.nav > li > a:focus {
  background: transparent;
  color: #ddbb99;
}
.t3-footnav .t3-module ul.nav > li.open,
.t3-footnav .t3-module ul.nav > li.active,
.t3-footnav .t3-module ul.nav > li.open:hover,
.t3-footnav .t3-module ul.nav > li.active:hover,
.t3-footnav .t3-module ul.nav > li.open:focus,
.t3-footnav .t3-module ul.nav > li.active:focus,
.t3-footnav .t3-module ul.nav > li.open:active,
.t3-footnav .t3-module ul.nav > li.active:active {
  background: transparent;
  color: #ddbb99;
}
#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 {
  background: #272829;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  height: 72px;
  line-height: 72px;
  width: 72px;
}
#back-to-top .btn:hover {
  background: #404243;
}
.t3-copyright {
  font-size: 14px;
  padding: 0 0 100px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    padding: 0 0 36px;
  }
}
@media (max-width: 991px) {
  .t3-copyright small {
    margin-bottom: 10px;
  }
}
.t3-copyright a {
  color: #ffffff;
}
.t3-copyright a:hover,
.t3-copyright a:active,
.t3-copyright a:focus {
  color: #ddbb99;
}
@media (max-width: 767px) {
  .subscribe-footer {
    float: left !important;
  }
}
.copyright {
  margin-bottom: 25px;
}
.poweredby {
  margin-bottom: 6.25px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: 0.8;
  display: inline-block;
}
.j50 .fa-map-marker,
.j50 .fa-globe {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}