/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.gp_timeline .gp_heading {
  margin-bottom: 60px;
}
.gp_timeline .gp_contents {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.gp_timeline .gp_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  margin-left: -1px;
  border-right: 2px dashed;
  box-sizing: border-box;
}
.gp_timeline .gp_block_headline {
  color: #ffffff;
  font-size: 18px;
  margin: 35px 0;
  text-align: center;
  z-index: 1;
  position: relative;
  font-weight: bold;
}
.gp_timeline .gp_block_headline.gp_first {
  margin-top: 0;
}
.gp_timeline .gp_block_headline .gp_block_headline_txt {
  display: inline-block;
  border-radius: 3px;
  padding: 8px 14px;
}
.gp_timeline .gp_block_headline:before, .gp_timeline .gp_block_headline:after {
  content: "";
  display: block;
  clear: both;
}
.gp_timeline .gp_block {
  width: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_block {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    text-align: center !important;
  }
}
.gp_timeline .gp_block.gp_center {
  margin: 0 auto;
  text-align: center;
}
.gp_timeline .gp_block.gp_center .gp_content {
  margin-top: 35px;
}
.gp_timeline .gp_block.gp_center .gp_dot {
  display: none;
}
.gp_timeline .gp_block.gp_left {
  float: left;
  text-align: right;
  padding-right: 35px;
}
.gp_timeline .gp_block.gp_left .gp_content:before {
  left: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px;
  margin-top: -16px;
}
.gp_timeline .gp_block.gp_left .gp_content:after {
  left: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px;
  margin-top: -15px;
}
.gp_timeline .gp_block.gp_left .gp_dot {
  left: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.gp_timeline .gp_block.gp_right {
  float: right;
  text-align: left;
  padding-left: 35px;
  margin-top: 35px;
}
@media only all and (min-width: 48rem) {
  .gp_timeline .gp_block.gp_right .gp_content {
    margin-bottom: 0;
  }
}
.gp_timeline .gp_block.gp_right .gp_content:before {
  right: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px;
  margin-top: -16px;
}
.gp_timeline .gp_block.gp_right .gp_content:after {
  right: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px;
  margin-top: -15px;
}
.gp_timeline .gp_block.gp_right .gp_dot {
  right: 100%;
  transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
}
.gp_timeline .gp_block:before, .gp_timeline .gp_block:after {
  content: "";
  display: block;
  clear: both;
}
.gp_timeline .gp_content {
  position: relative;
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 3px;
  z-index: 1;
}
.gp_timeline .gp_content:before, .gp_timeline .gp_content:after {
  top: 35px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_content:before, .gp_timeline .gp_content:after {
    display: none !important;
  }
}
.gp_timeline .gp_content > div {
  margin: 0 0 15px;
}
.gp_timeline .gp_content .gp_date {
  font-weight: bold;
}
.gp_timeline .gp_content > h3 {
  margin: 0 0 15px;
  font-weight: 800;
}
.gp_timeline .gp_content .gp_btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.gp_timeline .gp_content .gp_btn a {
  display: inline-block;
}
.gp_timeline .gp_dot {
  position: absolute;
  top: 35px;
  width: 20px;
  height: 20px;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_dot {
    display: none !important;
  }
}
.gp_timeline .gp_dot .gp_dot_inner {
  width: inherit;
  height: inherit;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid;
  border-radius: 50%;
}
.gp_timeline .gp_dot .gp_dot_inner .gp_dot_circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 2px;
}
.gp_timeline .gp_clear {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
@media only all and (min-width: 48rem) {
  .gp_tabs1 .gp_tab_accordion {
    display: none;
  }
}
@media only all and (max-width: 47.99rem) {
  .gp_tabs1 ul.gp_tabs {
    display: none;
  }
  .gp_tabs1 .gp_tab_content {
    padding-top: 25px !important;
  }
}
.gp_tabs1 ul.gp_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp_tabs1 ul.gp_tabs li {
  display: inline-block;
  margin-right: 2px;
}
.gp_tabs1 ul.gp_tabs li a {
  display: block;
  padding: 12px 22px;
  position: relative;
  cursor: pointer;
}
.gp_tabs1 ul.gp_tabs li a i {
  margin-right: 4px;
}
.gp_tabs1 .gp_tab_accordion {
  cursor: pointer;
  padding: 12px 65px 12px 20px;
  position: relative;
  margin-top: 4px;
}
.gp_tabs1 .gp_tab_accordion i {
  margin-right: 4px;
}
.gp_tabs1 .gp_tab_accordion:not(.gp_active) .gp_tab_arrow:before {
  content: "";
}
.gp_tabs1 .gp_tab_accordion.gp_active .gp_tab_arrow:before {
  content: "";
}
.gp_tabs1 .gp_tab_content {
  display: none;
  padding: 55px 0 30px;
}
.gp_tabs1 .gp_tab_content.gp_active {
  display: block;
}
.gp_tabs1 .gp_tab_arrow {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gp_tabs1 .gp_tab_link {
  margin-top: 15px;
}
.gp_accordion4 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion4 h3.gp_category {
  font-size: 20px;
}
.gp_accordion4 h3.gp_category i {
  margin-right: 11px;
}
.gp_accordion4 h3.gp_category:not(.gp_first) {
  margin-top: 60px;
}
.gp_accordion4 .gp_accordion_question {
  cursor: pointer;
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  padding: 10px 0;
}
.gp_accordion4 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion4 .gp_accordion_question .gp_accordion_dir {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  display: inline-block;
  width: 25px;
  text-align: left;
}
.gp_accordion4 .gp_accordion_answer {
  padding: 10px 0 25px 25px;
  display: none;
}
.gp_accordion4 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion4 .gp_accordion_link {
  margin-top: 15px;
}
#g-intro {
  padding: 0rem 0;
}
#g-footer .g-copyright {
  font-size: 1rem;
}
h2 {
  font-size: 1.3rem;
}
#g-footer a {
  color: #D2E3EE;
}
#g-footer a:hover {
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);
}
#g-footer hr {
  border-color: #719CB9;
}
#g-footer .g-totop a {
  font-weight: normal;
}
#g-footer hr {
  margin: auto;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(127, 182, 218, 0), rgba(127, 182, 218, 0.5), rgba(127, 182, 218, 0));
}
#g-footer .fas {
  margin-right: 7px;
  color: #57A3F7;
}
#g-footer .far {
  margin-right: 7px;
  color: #57A3F7;
}
#g-footer .fab {
  margin-right: 7px;
  color: #57A3F7;
}
h1 {
  font-size: 1.5rem;
}
h1 {
  font-size: 1.5rem;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  margin: 0 0 0.5rem 0;
  padding: 1rem 1rem;
  border-radius: 1rem;
}
#jwts_tab1 > div:nth-child(odd) {
  background: #ededed;
  border-style: none;
}
#jwts_tab1 > div:nth-child(even) {
  background: #ededed;
  border-style: none;
}
#gp_tabs ul.gp_tabs li {
  background-color: red;
}
#g-mainbar .pagenavigation {
  position: relative;
}
#g-mainbar a.btn.btn-sm.btn-secondary.next {
  -webkit-text-size-adjust: 100%;
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  list-style: none;
  text-rendering: optimizespeed;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  box-sizing: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #4c93c9;
  color: #ffffff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
  margin: 0 0 0.5rem 0;
  padding: 1rem 1rem;
  border-radius: 1rem;
  position: absolute;
  right: 0;
}
#g-mainbar a.btn.btn-sm.btn-secondary.previous {
  -webkit-text-size-adjust: 100%;
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  list-style: none;
  text-rendering: optimizespeed;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  box-sizing: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #4c93c9;
  color: #ffffff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
  margin: 0 0 0.5rem 0;
  padding: 1rem 1rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
}
/*# sourceMappingURL=custom_24.css.map */