@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * ORGANI
 * VOLUNTEER
 * NEWS
 * CALENDAR
 * SERVICE
 * DOWNLOAD
 * INSTRUCTIONS
 * DONATE
 * CONTRIBUTORS
 * FINISH
 * LOGIN
 * CONTACT
 * MEMBER
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  color: #666666;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 60px;
}

@media (min-width: 992px) {
  body {
    padding-top: 75px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 90px;
  }
}

a {
  color: #666666;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover,
a:focus {
  color: #4969ae;
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

.container {
  max-width: 100%;
}

@media (min-width: 1366px) {
  .container {
    max-width: 1280px;
    padding: 0;
  }
}

#scrollUp {
  right: 5%;
  bottom: 15%;
  z-index: 1000 !important;
}

#scrollUp img {
  width: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: auto;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  background-color: #ffffff;
  height: 60px;
}

header.fixed {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  header {
    height: 75px;
  }
}

@media (min-width: 1200px) {
  header {
    height: 90px;
  }
}

header .container {
  max-width: 100%;
  padding: 0 15px;
}

@media (min-width: 1920px) {
  header .container {
    max-width: 1740px;
    padding: 0;
  }
}

.navbar {
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.navbar-brand img {
  width: 220px;
}

.navbar-brand img.white {
  display: none;
}

@media (min-width: 992px) {
  .navbar-brand img {
    position: relative;
    top: 13px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto;
  }
}

.navbar-toggler {
  border: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 1050;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #4969ae;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  right: 10px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 15px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 24px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 33px;
}

.navbar-toggler.open .icon-bar {
  right: 6px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 32px;
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-collapse {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navbar-nav {
  background-color: #ffffff;
  padding: 2rem 1rem;
  width: 80%;
  position: fixed;
  top: 60px;
  right: -100%;
  bottom: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar-nav.open {
  background: url(../images/menu-bg.png) -5% 102% no-repeat #ffffff;
  right: 0;
  visibility: visible;
}

@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    visibility: visible;
  }
}

.navbar-nav .nav-link {
  padding: 1rem 0;
}

.navbar-nav .nav-link span.ch {
  color: #4c4c4c;
  font-size: 1.0625rem;
}

.navbar-nav .nav-link span.en {
  color: #4969ae;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  display: none;
}

.navbar-nav .nav-link:hover span.ch,
.navbar-nav .nav-link:focus span.ch,
.navbar-nav .nav-link.active span.ch {
  color: #4969ae;
  font-weight: bold;
}

.navbar-nav .nav-link.nav-member-link {
  display: block;
}

.navbar-nav .nav-lang-item {
  border-radius: 1.5625rem;
  background-color: #4969ae;
  text-align: center;
  margin-top: 1rem;
  padding: 0 1rem;
  max-width: 100px;
}

.navbar-nav .nav-lang-link {
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}

.navbar-nav .nav-lang-link:hover,
.navbar-nav .nav-lang-link:focus {
  color: #79c293;
}

.navbar-nav .nav-lang-link + .nav-lang-link {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}

.navbar-nav .nav-lang-link + .nav-lang-link::before {
  content: "";
  background-color: #ffffff;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.navbar-nav .nav-member-link {
  display: none;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-align: center;
    padding: 1.5rem 0.75rem !important;
    position: relative;
  }

  .navbar-nav .nav-link::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 1.75rem;
    left: 0;
  }

  .navbar-nav .nav-link span.ch {
    display: block;
  }

  .navbar-nav .nav-link span.en {
    display: block;
  }

  .navbar-nav .nav-item:first-child .nav-link::before {
    display: none;
  }

  .navbar-nav .nav-lang-item {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    padding: 1.5rem 0.75rem !important;
  }
}

@media (min-width: 1366px) {
  .navbar-nav .nav-link {
    padding: 1.5rem 1.5rem !important;
  }
}

@media (min-width: 1920px) {
  .navbar-nav .nav-link {
    padding: 2rem !important;
  }

  .navbar-nav .nav-link.nav-member-link {
    display: none;
  }

  .navbar-nav .nav-member-link {
    background-color: #4969ae;
    color: #ffffff;
    font-size: 0.75rem;
    text-align: center;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -90px;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-nav .nav-member-link span {
    display: block;
    margin-top: 0.25rem;
  }

  .navbar-nav .nav-member-link:hover,
  .navbar-nav .nav-member-link:focus {
    background-color: #000000;
  }

  .navbar-nav .nav-lang-item {
    margin-right: 1rem;
  }
}

.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 1rem 1rem;
  margin-top: -1px;
  min-width: 150px;
  width: 100%;
}

.dropdown .dropdown-menu .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown .dropdown-menu .nav li {
  padding-left: 0.75rem;
}

.dropdown .dropdown-menu .nav li a {
  font-size: 0.875rem;
}

.dropdown .dropdown-menu .nav li a:hover,
.dropdown .dropdown-menu .nav li a:focus,
.dropdown .dropdown-menu .nav li a.active {
  color: #4969ae;
}

.dropdown .dropdown-menu .nav li a::before {
  content: "_";
}

.dropdown .dropdown-item {
  color: #4c4c4c;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0.35rem 0;
  white-space: normal;
}

.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus,
.dropdown .dropdown-item.active {
  background-color: transparent;
  color: #4969ae;
  font-weight: bold;
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 10rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown:focus .dropdown-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .dropdown .dropdown-toggle::after {
    display: none;
  }
}

.navbar-nav .nav-search .nav-link {
  color: #4969ae;
  padding-left: 0 !important;
  padding-right: 1rem !important;
}

.navbar-nav .nav-search .nav-link::before {
  display: none;
}

.navbar-nav .nav-search .dropdown-toggle svg {
  font-size: 1.25rem;
}

.navbar-nav .nav-search .dropdown-menu {
  min-width: 250px;
  width: 250px;
}

.navbar-nav .nav-search .btn {
  background-color: #4969ae;
  color: #ffffff;
}

.navbar-nav .nav-search .btn:hover,
.navbar-nav .nav-search .btn:focus {
  background-color: #000000;
}

@media (max-width: 991px) {
  .navbar-nav .nav-search .dropdown-toggle {
    display: none;
  }

  .navbar-nav .nav-search .dropdown-menu {
    box-shadow: none;
    display: block;
    padding: 0;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner > .container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media (min-width: 1800px) {
  .banner > .container {
    max-width: 1740px;
  }
}

.banner-pic {
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-txt .page-header h1 {
  color: #4969ae;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.75rem;
}

.banner-txt .page-header h1 span {
  display: block;
  color: #000000;
  font-size: 2.625rem;
  letter-spacing: 0.25rem;
  margin-bottom: 0.5rem;
}

.banner-txt .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.banner-txt .breadcrumb-item {
  color: #353535;
  font-size: 0.875rem;
}

.banner-txt .breadcrumb-item a {
  color: #353535;
}

.banner-txt .breadcrumb-item a:hover,
.banner-txt .breadcrumb-item a:focus {
  color: #4969ae;
}

.banner-txt .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #4969ae;
  color: #ffffff;
  padding: 3rem 0;
}

.footer a {
  color: #ffffff;
}

.footer a:hover,
.footer a:focus {
  text-decoration: underline;
}

.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 1366px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
}

.footer-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-info .nav li {
  text-align: center;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}

.footer-info .nav li:last-child {
  width: 100%;
}

.footer-info .nav li span + span {
  display: block;
}

@media (min-width: 992px) {
  .footer-info .nav {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-info .nav li {
    text-align: left;
  }

  .footer-info .nav li span + span {
    display: inline-block;
    margin-left: 1rem;
  }
}

@media (min-width: 1366px) {
  .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87%;
    -ms-flex: 0 0 87%;
    flex: 0 0 87%;
    max-width: 87%;
  }
}

.footer-smo {
  text-align: center;
  margin: 1rem 0;
}

.footer-smo a {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
}

.footer-smo a:hover,
.footer-smo a:focus {
  background-color: #ffffff;
  color: #4969ae;
}

.footer-smo a + a {
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .footer-smo {
    position: absolute;
    right: 1rem;
    top: 0;
  }
}

.footer-copy {
  font-size: 0.875rem;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-copy {
    text-align: left;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: url(../images/bg.jpg) center center repeat;
  padding: 4.25rem 0;
}

/* MENU */
.menu {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  margin-bottom: 3rem;
}

.menu::before,
.menu::after {
  content: "";
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}

.menu::after {
  top: auto;
  bottom: 5px;
}

.menu .nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu .nav li {
  width: 100%;
  position: relative;
}

.menu .nav li + li::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.menu .nav li a {
  display: block;
  font-size: 1.1875rem;
  text-align: center;
  padding: 1.5rem 0;
}

.menu .nav li a:hover,
.menu .nav li a:focus,
.menu .nav li a.active {
  color: #4969ae;
  font-weight: bold;
}

@media (max-width: 575px) {
  .menu .nav li + li::before {
    display: none;
  }
}

@media (min-width: 576x) {
  .menu .nav li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .menu .nav li {
    width: 33.33%;
  }
}

/* VIEW */
.view {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .view {
    max-width: 1170px;
    margin: 0 auto;
  }
}

/* PHOTO */
.pic a {
  display: block;
  background-color: #4969ae;
  position: relative;
}

.pic a * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.pic a::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/more.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
}

.pic a img {
  width: 100%;
  opacity: 1;
}

.pic a:hover::before,
.pic a:focus::before {
  opacity: 1;
}

.pic a:hover img,
.pic a:focus img {
  opacity: 0.3;
}

/* PAGINATION */
.pagination {
  margin-bottom: 0;
}

.pagination-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 3rem;
  position: relative;
}

.pagination-wrap::before {
  content: "";
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}

.pagination .page-item {
  padding: 0 0.25rem;
}

.pagination .page-link {
  border-radius: 50%;
  border: 1px solid #4969ae;
  background-color: transparent;
  color: #4969ae;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
  background-color: #4969ae;
  color: #ffffff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background: url(../images/arrow.svg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:first-child .page-link:focus,
.pagination .page-item:last-child .page-link:hover,
.pagination .page-item:last-child .page-link:focus {
  background: url(../images/arrow-blue.svg) center center no-repeat;
}

.pagination .page-item:last-child .page-link {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .pagination .page-item {
    padding: 0 0.5rem;
  }

  .pagination .page-item:first-child {
    padding-right: 2rem;
  }

  .pagination .page-item:last-child {
    padding-left: 2rem;
  }
}

/* BUTTON */
.btn-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 1rem 0;
}

.btn {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.btn:hover,
.btn:focus {
  background-color: transparent;
}

.btn-primary {
  border: 1px solid #4969ae;
  background-color: transparent;
  color: #4969ae;
  font-size: 0.9375rem;
  line-height: 40px;
  width: 200px;
  height: 40px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-primary span {
  background: url(../images/arrow-btn.svg);
  width: 15px;
  height: 15px;
  margin-left: 0.5rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #4969ae !important;
  background-color: #4969ae !important;
  color: #ffffff;
}

.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary:active span {
  background: url(../images/arrow-btn-white.svg);
}

.btn-primary + .btn-primary {
  margin-top: 1rem;
}

.btn-secondary {
  border: 1px solid #4969ae;
  background-color: #4969ae;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 45px;
  width: 200px;
  height: 45px;
  padding: 0;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:checked {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #4969ae !important;
  background-color: transparent !important;
  color: #4969ae !important;
}

.btn-back {
  color: #4969ae;
  font-size: 1.125rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-back span {
  background: url(../images/back.svg);
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

.btn-back:hover,
.btn-back:focus,
.btn-back:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #000000;
}

.btn-back:hover span,
.btn-back:focus span,
.btn-back:active span {
  background: url(../images/back-black.svg);
}

.btn-modal {
  border: none;
  color: #4969ae;
  text-decoration: underline;
  padding: 0;
}

.btn-modal:hover,
.btn-modal:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  text-decoration: underline;
}

/* FORM */
.form .form-row {
  margin: 0 -2rem;
}

.form .form-group {
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}

.form .col-form-label {
  line-height: 45px;
  white-space: nowrap;
  height: 45px;
  padding: 0;
}

.form .col-form-label span {
  color: #4969ae;
}

.form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
  height: 45px;
  padding: 0;
}

.form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #4969ae;
}

.form .form-control:-webkit-autofill,
.form .form-control:-webkit-autofill:hover,
.form .form-control:-webkit-autofill:focus,
.form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(73, 105, 174, 0.2) inset;
  box-shadow: 0 0 0px 1000px rgba(73, 105, 174, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.form .form-check-group .col-form-label {
  border-bottom: none;
}

.form .form-check + .form-check {
  margin-top: 0.5rem;
}

.form .form-check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .form-check-inline {
  margin-right: 3rem;
  margin-bottom: 1rem;
}

.form .form-check-inline + .form-check-inline {
  margin-top: 0;
}

.form .form-check-label {
  white-space: nowrap;
}

.form .form-check-label span {
  display: block;
  white-space: normal;
}

.form .form-check-area .form-check-label,
.form .form-check-cycle .form-check-label {
  margin-right: 0.5rem;
}

.form .form-check-agree {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.form .form-check-agree::before {
  content: "";
  width: auto;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}

.form .form-check-agree .form-check {
  margin-bottom: 1rem;
}

.form .form-check-agree .form-check-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: normal;
}

.form .textarea-group .col-form-label {
  border-bottom: none;
}

.form .textarea-group .form-control {
  height: auto;
}

.form .note {
  color: #adadad;
  font-size: 0.875rem;
}

.form .note .nav li {
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  position: relative;
}

.form .note .nav li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #b7b7b7;
  position: absolute;
  top: 0.35rem;
  left: 0;
}

.form .code {
  text-align: right;
}

.form .twzipcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .twzipcode > div {
  width: 100%;
}

.form .twzipcode input[name="zipcode"] {
  display: none;
}

.form .twzipcode [data-role="county"] {
  margin-bottom: 1.5rem;
}

.form .btn-wrap {
  border-top: none;
  margin-top: 3rem;
}

@media (min-width: 576px) {
  .form .col-form-label {
    border-bottom: 1px solid #ced4da;
  }

  .form .form-check-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form .form-check-inline {
    margin-bottom: 0;
  }

  .form .form-check-area {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form .form-check-area .col-form-label {
    line-height: 1.5rem;
    height: auto;
  }

  .form .form-check-area .form-check-inline {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .form .form-check-cycle .col-form-label {
    line-height: 1.5rem;
    height: auto;
  }

  .form .form-check-cycle .form-check-inline {
    margin-bottom: 1rem;
  }

  .form .twzipcode {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form .twzipcode > div {
    width: 48%;
  }

  .form .twzipcode [data-role="county"] {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form .form-check-label span {
    display: inline-block;
  }

  .form .form-check-agree .form-check {
    width: 625px;
    margin: 0 auto 1rem;
  }

  .form .form-textarea .col-form-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.5%;
    -ms-flex: 0 0 11.5%;
    flex: 0 0 11.5%;
    max-width: 11.5%;
  }

  .form .form-textarea .textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 88.5%;
    -ms-flex: 0 0 88.5%;
    flex: 0 0 88.5%;
    max-width: 88.5%;
  }
}

.form .form-price {
  border-bottom: 1px dashed #4969ae;
  margin: 0;
}

.form .form-price .form-group {
  width: 100%;
  padding: 1rem;
  margin-bottom: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .form-price .col-form-label {
  border-bottom: none;
  font-size: 1.0625rem;
}

.form .form-price .col-form-label span {
  font-size: 1.375rem;
  margin-left: 0.5rem;
}

.form .form-price .form-control {
  color: #000000;
  font-size: 2rem;
}

.form .form-price .form-check-wrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .form-price .form-check-inline {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.form .form-price .form-check-inline:last-child {
  margin-bottom: 0;
}

.form .form-price .form-check-inline .note {
  display: block;
  font-size: 1.0625rem;
  margin-left: 1rem;
}

.form .form-price .form-check-input {
  margin-right: 1rem;
}

.form .form-price .form-check-label {
  color: #4969ae;
  font-size: 1.1875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form .form-price .form-check-label span {
  font-size: 2rem;
  font-weight: bold;
}

.form .form-price p {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .form .form-price .form-check-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form .form-price .form-check {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form .form-price p {
    margin-left: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .form .form-price .form-group {
    padding: 1.5rem 2rem;
  }
}

/* MODAL */
.modal .modal-content {
  border-radius: 0;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about h2 {
  color: #4969ae;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .about-item-secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1200px) {
  .about-item-secondary .about-txt {
    padding-right: 2.75rem;
    padding-left: 15px;
  }
}

.about-txt {
  margin-top: 3rem;
}

.about-txt p {
  line-height: 1.8;
}

.about-txt p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about-txt {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .about-txt {
    padding-left: 2.75rem;
  }
}

/* ABOUT PROFILE */
.about-profile-wrap {
  background-color: #ffffff;
  background-image: url(../images/about-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.about-profile .slogan {
  color: #f6c19b;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  position: relative;
  padding-left: 60px;
  margin-bottom: 2rem;
}

.about-profile .slogan::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #4969ae;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.about-profile .slogan span {
  color: #4969ae;
}

@media (min-width: 576px) {
  .about-profile .slogan {
    padding-left: 150px;
  }

  .about-profile .slogan::before {
    width: 130px;
  }
}

.about-origin .slogan {
  -webkit-text-stroke: 1px #4969ae;
  color: transparent;
  color: #4969ae\0;
  opacity: 1\0;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

@media (min-width: 576px) {
  .about-origin .slogan {
    font-size: 5rem;
    letter-spacing: 1rem;
  }
}

.about-list-wrap {
  background: url(../images/bg-02.jpg) center center repeat;
  padding: 5rem 0 0;
}

.about-list-wrap h2 {
  text-align: center;
  margin-bottom: 5rem;
}

.about-list-item {
  margin-bottom: 5rem;
}

.about-list-pic {
  text-align: center;
}

.about-list-pic img {
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.about-list-txt {
  margin-top: 2rem;
}

.about-list-txt p {
  color: #353535;
  text-align: center;
  line-height: 1.8rem;
}

@media (min-width: 1200px) {
  .about-list-wrap h2 {
    margin-bottom: 9rem;
  }
}

/* ABOUT ORGANIZE */
.about-organize-wrap {
  background-color: #ffffff;
  background-image: url(../images/about-bg-02.jpg);
  background-position: center bottom;
}

.about-organize {
  max-width: 950px;
  margin: 0 auto;
}

.about-organize ul {
  margin-top: 3rem;
  list-style: none;
  padding-left: 0;
}

.about-organize ul li {
  color: #000000;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-organize ul li span {
  display: inline-block;
  border-radius: 0.25rem;
  border: 5px solid #eeeeef;
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 50px;
  width: 100%;
  max-width: 250px;
  min-height: 50px;
  margin-bottom: 1rem;
}

.about-organize ul li:nth-child(1) span {
  background-color: #4f638e;
}

.about-organize ul li:nth-child(2) span {
  background-color: #7385a1;
}

.about-organize ul li:nth-child(3) span {
  background-color: #9ed8f5;
}

.about-organize ul li:nth-child(4) span {
  background-color: #7385a1;
}

.about-organize ul li:nth-child(5) span {
  background-color: #7385a1;
}

.about-organize ul li:nth-child(6) span {
  background-color: #796bae;
}

.about-organize ul li:nth-child(7) span {
  background-color: #d1cbe5;
}

@media (min-width: 768px) {
  .about-organize ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-organize ul li span {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about-organize ul li {
    font-size: 1rem;
  }
}

/* ABOUT RULE */
.about-rule {
  max-width: 1000px;
  margin: 0 auto;
}

.about-rule h2 {
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.about-rule h3 {
  color: #486aac;
  font-size: 1.0625rem;
}

.about-rule p {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .about-rule h2 {
    font-size: 1.875rem;
  }
}

/* ABOUT PEOPLE */
.about-people-wrap {
  background-color: #ffffff;
  background-image: url(../images/about-bg-03.jpg);
  background-position: center top;
}

.about-people-list {
  margin: 0 -1.25rem;
}

.about-people-item {
  padding: 0 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .about-people-item {
    margin-bottom: 0;
  }
}

.about-people-pic {
  position: relative;
}

.about-people-pic img {
  width: 100%;
}

.about-people-pic h3 {
  border-right: 1px solid #cac9c5;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  width: 180px;
  height: 80px;
  margin-bottom: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-people-pic h3::after {
  content: "";
  background-color: #cdcdcd;
  width: 1px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  z-index: 2;
}

.about-people-pic h3 span {
  display: block;
  color: #486aac;
  font-size: 1.0625rem;
  margin-bottom: 0.25rem;
}

.about-people-txt {
  margin-top: 1.5rem;
}

.about-people-txt span {
  display: block;
  color: #486aac;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  position: relative;
}

.about-people-txt span::after {
  content: "";
  background-color: #cdcdcd;
  width: 1px;
  height: 15px;
  margin: 0 0.75rem;
  display: inline-block;
}

@media (min-width: 992px) {
  .about-people-txt span {
    font-size: 1.25rem;
  }
}

.about-people-txt ul {
  list-style-type: none;
  padding-left: 0;
}

.about-people-txt ol li, 
.about-people-txt ul li {
  line-height: 2;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
  position: relative;
}

.about-people-txt ul li::before {
  content: "";
  background-color: #486aac;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 0;
}

.about-people-txt ol {
  padding-left: 1rem;
}

.about-people-txt ol li::marker {
  color: #486aac;
}

.about-people-view {
  border-right: 1px solid #486aac;
  border-bottom: 1px solid #486aac;
}

@media (min-width: 992px) {
  .about-people-view .about-people-txt ul,
  .about-people-view .about-people-txt ol {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1200px) {
  .about-people-view {
    max-width: 1170px;
    margin: 0 auto;
  }

  .about-people-view > [class*="col"]:first-child {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }

  .about-people-view > [class*="col"]:nth-child(2) {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*------------------------------------*\
    ORGANI
\*------------------------------------*/
.organi .menu .nav li {
  width: 100%;
}

.organi .menu .nav li + li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media (min-width: 576px) {
  .organi .menu .nav li {
    width: 25%;
  }

  .organi .menu .nav li + li::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}

.organi-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .organi-content {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .organi-content {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .organi-content {
    padding: 4rem 4rem 0;
  }
}

.organi-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.organi-item {
  margin-bottom: 4rem;
}

.organi-txt {
  margin-top: 1rem;
}

.organi-txt h3 {
  border-bottom: 2px solid #4969ae;
  color: #4969ae;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
}

.organi-txt h3 span {
  font-size: 0.9375rem;
  margin-left: 1rem;
}

.organi-txt h4 {
  color: #4969ae;
  font-size: 0.9375rem;
}

.organi-txt p {
  color: #353535;
  font-size: 0.875rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .organi-item-primary {
    max-width: 300px;
    margin: 0 auto 4rem;
  }
}

@media (min-width: 992px) {
  .organi-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .organi-item-primary {
    max-width: 500px;
  }

  .organi-pic {
    padding-right: 1rem !important;
  }

  .organi-txt {
    padding-left: 1rem !important;
    margin-top: 0;
  }
}

@media (min-width: 1366px) {
  .organi-item {
    padding: 0;
  }
}

/*------------------------------------*\
    VOLUNTEER
\*------------------------------------*/
.volunteer-header {
  border-bottom: 1px solid rgba(178, 30, 35, 0.5);
  padding-bottom: 0.75rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.volunteer-header h2 {
  color: #4969ae;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  margin-bottom: 1rem;
}

.volunteer-header a {
  color: #4969ae;
  font-size: 1.1875rem;
}

.volunteer-header a img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.volunteer-header a:hover img,
.volunteer-header a:focus img {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

@media (min-width: 768px) {
  .volunteer-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .volunteer-header h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .volunteer-body .form .form-row {
    max-width: 800px;
    margin: 0 auto;
  }
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
.news .menu .nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.news .menu .nav li {
  min-width: 200px;
}

.news .menu .nav li a {
  white-space: nowrap;
}

@media (max-width: 575px) {
  .menu .nav li + li::before {
    display: block;
  }
}

.news-list {
  margin: 0 -1rem;
}

.news-list-item {
  padding: 0 1rem;
  margin-bottom: 5rem;
}

.news-list-pic {
  position: relative;
}

.news-list-pic .badge {
  border-radius: 0;
  background-color: #4969ae;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  width: 130px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.news-list-pic .date {
  background-color: #ffffff;
  color: #353535;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 50px;
  width: 170px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.news-list-pic .date span {
  color: rgba(102, 102, 102, 0.5);
  padding: 0 0.5rem;
}

.news-list-txt {
  margin-top: 1.5rem;
}

.news-list-txt h3 {
  color: #000000;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 2rem;
  height: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-list-txt p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
  .news-list {
    margin: 0 -1.75rem;
  }

  .news-list-item {
    padding: 0 1.75rem;
  }
}

.news-view {
  border: 1px solid #4969ae;
}

.news-view-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
}

.news-view-header-date {
  font-size: 1.1875rem;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 1rem 1rem 0;
}

.news-view-header-date span {
  color: rgba(102, 102, 102, 0.5);
  padding: 0 1rem;
}

.news-view-header-tit {
  padding: 1rem;
}

.news-view-header-tit h2 {
  color: #231815;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news-view-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .news-view-header-date {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding: 1rem;
  }

  .news-view-header-tit {
    padding: 1rem 2.5rem;
  }

  .news-view-header-tit h2 {
    text-align: left;
  }
}

@media (min-width: 1366px) {
  .news-view-header-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
  }

  .news-view-header-tit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }
}

.news-view-body {
  padding: 2rem 1rem;
}

.news-view-body p {
  color: #353535;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}

.news-view-body p a {
  color: #4969ae;
  word-break: break-all;
}

.news-view-body p a:hover,
.news-view-body p a:focus {
  text-decoration: underline;
}

.news-view-body .mark {
  background-color: transparent;
  color: #4969ae;
}

@media (min-width: 576px) {
  .news-view-body {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .news-view-body {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .news-view-body {
    padding: 4rem 10rem;
  }
}

/*------------------------------------*\
    CALENDAR
\*------------------------------------*/
.calendar .circle {
  color: #898989;
  font-size: 0.875rem;
  padding-left: 1rem;
  position: relative;
}

.calendar .circle::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #898989;
  border-radius: 50%;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.calendar-header-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calendar-header-tit h2 {
  color: #353535;
  font-size: 1.375rem;
  letter-spacing: 0.25rem;
  margin: 0 1.25rem 1rem;
}

.calendar-header-event {
  text-align: right;
  margin-bottom: 1rem;
}

.calendar-body .table {
  border: 1px solid #4969ae;
}

.calendar-body .table td {
  position: relative;
  width: 14.2857142857%;
  height: 210px;
  min-width: 14.2857142857%;
  overflow: hidden;
}

.calendar-body .table td + td {
  border-left: 1px solid #dee2e6;
}

.calendar-body .table tr:first-child td {
  border-top: none;
}

.calendar-body .table .day {
  border-bottom: 1px solid #4969ae;
  color: #4969ae;
  font-size: 1.125rem;
  text-align: center;
  line-height: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.calendar-body .table .day.active {
  background-color: #4969ae;
  color: #ffffff;
}

.calendar-body .table ul {
  list-style: none;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 160px;
  padding: 1rem;
  overflow: hidden;
  vertical-align: middle;
}

.calendar-body .table ul li {
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.25rem;
}

.calendar-body .table ul li a {
  font-size: 0.875rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.calendar-body .table ul li a .circle {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.calendar-body .table ul li a:hover .circle,
.calendar-body .table ul li a:focus .circle {
  color: #4969ae;
}

.calendar-body .table ul li.more {
  position: relative;
  margin-bottom: 0;
}

.calendar-body .table ul li.more a {
  color: #4969ae;
  text-align: right;
}

.calendar-body .table ul li.more:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 50px;
  height: 1px;
  background-color: #4969ae;
}

.calendar-body .modal-content {
  border: 1px solid #4969ae;
}

.calendar-body .modal-header {
  border-bottom: none;
  padding: 0.5rem 1rem 1rem;
}

.calendar-body .modal-header .close {
  color: #4969ae;
  padding: 0.5rem;
}

.calendar-body .modal-body {
  position: relative;
  padding: 3rem 1rem;
  height: 200px;
}

.calendar-body .modal-body .event {
  background-color: #4969ae;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  line-height: 30px;
  width: 110px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.calendar-body .modal-body .date {
  color: #4969ae;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.calendar-body .modal-body .date span {
  color: rgba(0, 0, 0, 0.25);
  padding: 0 0.25rem;
}

.calendar-body .modal-body h3 {
  color: #000000;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}

.calendar-body .modal-body p {
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.calendar-body .modal-body p svg {
  color: #4969ae;
  font-size: 0.8125rem;
}

.calendar-body .modal-body ul {
  list-style: none;
  padding: 0;
}

.calendar-body .modal#modal,
.calendar-body .modal-page {
  z-index: 1060 !important;
}

@media (max-width: 991px) {
  .calendar-body .table td {
    display: block;
    min-width: 100%;
    width: 100%;
  }

  .calendar-body .table td.ntm {
    display: none;
  }

  .calendar-body .table tr:first-child td {
    border-top: 1px solid #dee2e6;
  }
}

/*------------------------------------*\
    SERVICE
\*------------------------------------*/
.service > .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .service > .container {
    max-width: 1170px;
  }
}

.service h2 {
  color: #4969ae;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5rem;
  padding: 3.5rem 0 1.25rem;
  position: relative;
  margin-bottom: 2rem;
}

.service h2::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #4969ae;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.service h2 span {
  display: block;
  -webkit-text-stroke: 1px rgba(178, 30, 35, 0.2);
  color: transparent;
  color: #4969ae\0;
  opacity: 1\0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.3rem;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

@media (min-width: 576px) {
  .service h2 span {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .service h2 span {
    font-size: 4rem;
  }
}

.service-list-txt {
  border: 1px solid rgba(178, 30, 35, 0.25);
  border-bottom: 5px solid #4969ae;
  background-color: #ffffff;
  text-align: center;
  padding: 2.5rem 0 2rem;
  min-height: 385px;
  position: relative;
}

.service-list-txt h3 {
  border-bottom: 1px solid #4969ae;
  color: #4969ae;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.service-list-txt h3 span {
  display: block;
  font-size: 0.875rem;
}

.service-list-txt p {
  text-align: left;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  padding: 0 1rem;
  margin-bottom: 1.5rem;
  height: 170px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.service-list-txt .btn-service {
  background-image: url(../images/btn-service.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 50px;
}

.service-list-txt .btn-service:hover,
.service-list-txt .btn-service:focus {
  background-image: url(../images/btn-service-red.svg);
}

@media (min-width: 992px) {
  .service-list {
    margin: 0 -1.5rem;
  }

  .service-list-item {
    padding: 0 1.5rem;
  }

  .service-list-txt p {
    padding: 0 3rem;
  }
}

.service-content {
  border: 1px solid #4969ae;
  background-color: #ffffff;
  padding: 0 !important;
}

.service-header {
  padding: 3rem 1rem;
}

.service-header h3 {
  color: #4969ae;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.service-header p {
  border-bottom: 1px solid #4969ae;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  padding-bottom: 2rem;
}

.service-body {
  padding: 0 1rem 3rem;
}

.service-body h3 {
  color: #4969ae;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.service-body p {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  padding-bottom: 1rem;
}

.service-body p span {
  color: #4969ae;
}

.service-item {
  margin-bottom: 1rem;
}

.service-pic {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .service-header {
    padding: 3rem;
  }

  .service-body {
    padding: 0 3rem 3rem;
  }

  .service-pic {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .service-content {
    width: 1170px;
    margin: 0 auto;
  }

  .service-header {
    padding: 3rem 5rem 1.5rem;
  }

  .service-body {
    padding: 0 5rem 3rem;
  }

  .service-txt {
    padding-left: 2rem;
  }
}

.service-carousel {
  background: url(../images/bg-02.jpg);
  padding: 2rem 1rem 1rem;
}

.service-carousel .swiper-instructions {
  padding: 0 3rem;
}

.service-carousel .swiper-button-prev {
  background: url(../images/arrow-red.svg) center center no-repeat;
}

.service-carousel .swiper-button-next {
  background: url(../images/arrow-red.svg) center center no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .service-carousel {
    padding: 3rem 3rem 2rem;
  }
}

@media (min-width: 1200px) {
  .service-carousel {
    padding: 4rem 5rem 2rem;
  }
}

.service .mg-row-open .service-list-txt {
  -webkit-box-shadow: 15px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 5px rgba(0, 0, 0, 0.1);
}

.service .mg-row-open .btn-service {
  background-image: url(../images/btn-service-red.svg);
}

.service .mg-target-open {
  right: 15px;
  left: 15px;
}

@media (min-width: 1200px) {
  .service .mg-target-open {
    right: -15px;
    left: -15px;
  }
}

@media (min-width: 1366px) {
  .service .mg-target-open {
    right: 0;
    left: 0;
  }
}

/*------------------------------------*\
    DOWNLOAD
\*------------------------------------*/
.download-list-item {
  margin-bottom: 5rem;
}

.download-list-pic {
  border: 1px solid #4969ae;
}

.download-list-txt {
  border: 1px solid #4969ae;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
}

.download-list-txt::after {
  content: "";
  width: 200px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.75rem;
}

.download-list-txt h3 {
  color: #353535;
  font-size: 1.125rem;
  height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.download-list-txt p {
  color: #4969ae;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .download-list-item {
    margin-bottom: 7rem;
  }
}

/*------------------------------------*\
    INSTRUCTIONS
\*------------------------------------*/
.instructions .news-list-txt h3 {
  height: 65px;
  -webkit-line-clamp: 2;
}

.instructions .news-list-txt .btn-wrap {
  text-align: left;
}

.instructions .news-list-txt .btn {
  border: none;
  color: #666666;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.instructions .news-list-txt .btn::before {
  content: "〔";
  color: #666666;
  padding-right: 0.25rem;
}

.instructions .news-list-txt .btn::after {
  content: "〕";
  color: #666666;
  padding-left: 0.25rem;
}

.instructions .news-list-txt .btn:hover,
.instructions .news-list-txt .btn:focus {
  border: none !important;
  background-color: transparent !important;
  color: #4969ae;
}

.instructions .news-list-txt .btn:hover::before,
.instructions .news-list-txt .btn:focus::before,
.instructions .news-list-txt .btn:hover::after,
.instructions .news-list-txt .btn:focus::after {
  color: #4969ae;
}

.instructions .news-view-header-tit h2 span {
  color: #4969ae;
  letter-spacing: 0.5rem;
  display: block;
  padding-bottom: 1rem;
}

.link {
  margin-top: 3rem;
}

.link h2 {
  color: #4969ae;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 3rem;
}

.link h2 span {
  color: #000000;
  font-size: 1.375rem;
  display: block;
  margin-top: 1rem;
}

.link .swiper-container {
  padding: 0 2rem;
}

.link .swiper-slide {
  text-align: center;
}

.link .swiper-button-next,
.link .swiper-button-prev {
  background: url(../images/arrow-red.svg);
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.link .swiper-button-prev {
  left: 0;
}

.link .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

@media (min-width: 576px) {
  .link h2 span {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .instructions .news-view-header-tit h2 span {
    display: inline-block;
    padding-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .instructions .news-view-header-tit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*------------------------------------*\
    DONATE
\*------------------------------------*/
.donate-content {
  background-color: #ffffff;
  border: 1px solid #4969ae;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .donate-content {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .donate-content {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .donate-content {
    padding: 5rem;
  }
}

@media (min-width: 1680px) {
  .donate-content {
    padding: 8.5rem 12.5rem;
  }
}

.donate-step {
  margin-bottom: 4rem;
}

.donate-step .step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donate-step .step li {
  border: 1px solid #ffffff;
  background: #cdcdcd;
  color: #ffffff;
  font-size: 1.1875rem;
  letter-spacing: 0.1rem;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.donate-step .step li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  z-index: 2;
}

.donate-step .step li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #cdcdcd transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  z-index: 3;
}

.donate-step .step li span {
  letter-spacing: normal;
  margin-right: 0.5rem;
}

.donate-step .step li span b {
  font-size: 1.375rem;
  font-weight: normal;
}

.donate-step .step li.active {
  background: #4969ae;
}

.donate-step .step li.active::after {
  border-color: #4969ae transparent transparent transparent;
}

.donate-step .step li:last-child::before,
.donate-step .step li:last-child::after {
  display: none;
}

@media (min-width: 576px) {
  .donate-step .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .donate-step .step li {
    text-align: center;
    width: 50%;
  }

  .donate-step .step li::before {
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: -8px;
  }

  .donate-step .step li::after {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #cdcdcd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: auto;
    right: -5px;
  }

  .donate-step .step li.active::after {
    border-color: transparent transparent transparent #4969ae;
  }
}

@media (min-width: 768px) {
  .donate-step .step li {
    width: 25%;
  }
}

.donate-form-tit {
  margin-bottom: 2rem;
}

.donate-form-tit h2 {
  color: #231815;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}

.donate-form-tit h2 b {
  color: #a8a8a8;
  font-size: 1.5625rem;
  font-weight: normal;
}

.donate-form-tit h2 span {
  display: block;
  color: #666666;
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

@media (min-width: 576px) {
  .donate-form-tit h2 span {
    display: inline-block;
    margin-top: 0;
  }
}

.donate-form-item {
  margin-bottom: 3rem;
}

.donate-form-item .nav {
  border-top: 1px solid #4969ae;
  border-bottom: 1px solid #4969ae;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
}

.donate-form-item .nav li {
  margin-bottom: 0.75rem;
}

.donate-form-item .nav li:last-child {
  margin-bottom: 0;
}

.donate-form-item .notify {
  color: #848484;
  font-size: 0.875rem;
  text-align: center;
}

.donate-form-total {
  border-bottom: 1px dashed #4969ae;
  padding-bottom: 0.75rem;
}

.donate-form-total p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.donate-form-total p span {
  color: #4969ae;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1rem;
}

.donate-form-total p span b {
  font-size: 2.25rem;
}

.donate-form .form .note {
  color: #666666;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: left;
}

@media (min-width: 992px) {
  .donate-form .form .note {
    margin-top: 0;
  }
}

.donate-form .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  .donate-form .btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
}

.donate-form .btn {
  font-size: 1.125rem;
  line-height: 50px;
  width: 250px;
  height: 50px;
  padding: 0;
}

.donate-form .btn span {
  background-image: url(../images/donate-arrow-red.svg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.donate-form .btn:hover span,
.donate-form .btn:focus span {
  background-image: url(../images/donate-arrow-white.svg);
}

.donate-form .btn-secondary span {
  background-image: url(../images/donate-arrow-white.svg);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-right: 0;
}

.donate-form .btn-secondary:hover span,
.donate-form .btn-secondary:focus span {
  background-image: url(../images/donate-arrow-red.svg);
}

.donate-form .btn + .btn {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .donate-form .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}

.donate .finish-content h2 {
  color: #4969ae;
  font-size: 1.875rem;
}

/*------------------------------------*\
    CONTRIBUTORS
\*------------------------------------*/
.contributors-content {
  background-color: #ffffff;
  border: 1px solid #4969ae;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .contributors-content {
    padding: 2rem;
  }
}

@media (min-width: 1200px) {
  .contributors-content {
    padding: 4rem;
  }
}

@media (min-width: 1680px) {
  .contributors-content {
    padding: 5.5rem 6rem;
  }
}

.contributors .table th,
.contributors .table td {
  border-top: none;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 1rem;
}

.contributors .table thead th {
  background-color: #4969ae;
  color: #ffffff;
  font-size: 1.1875rem;
  font-weight: normal;
  letter-spacing: 0.25rem;
}

.contributors .table thead th + th {
  position: relative;
}

.contributors .table thead th + th::before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.contributors .table tbody td {
  color: #545454;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(178, 30, 35, 0.25);
}

@media (max-width: 767px) {
  .contributors .table thead {
    display: none;
  }

  .contributors .table tr {
    border: 1px solid rgba(178, 30, 35, 0.25);
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }

  .contributors .table tbody td {
    border-top: 1px solid rgba(178, 30, 35, 0.25);
    border-bottom: none;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    padding-left: 7.5rem;
    position: relative;
  }

  .contributors .table tbody td::before {
    content: attr(data-content);
    background-color: #4969ae;
    color: #ffffff;
    white-space: nowrap;
    width: 105px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .contributors .table tbody td:first-child {
    border-top: none;
  }
}

.contributors .pagination-wrap {
  border-top: none;
}

.contributors .pagination-wrap::before {
  display: none;
}

/*------------------------------------*\
    FINISH
\*------------------------------------*/
.finish-content {
  border: 1px solid #4969ae;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.finish-content h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.finish-content p {
  font-size: 1.1875rem;
  text-align: center;
  line-height: 2rem;
}

.finish-content p span {
  color: #4969ae;
  margin: 1rem 0;
}

.finish-content .btn-wrap {
  border-top: none;
}

.finish-content .btn {
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .finish-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 4rem 7rem;
  }
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
.login-content {
  border: 1px solid #4969ae;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
}

.login-content h2 {
  color: #000000;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-content h2 span {
  display: block;
  color: #4969ae;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 0.25rem;
}

.login-content .form {
  margin-top: 1.5rem;
}

.login-content p {
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 3rem;
}

.login-content .btn-wrap {
  border-top: none;
  padding: 0;
  margin-top: 1.5rem;
}

.login-content .btn {
  font-size: 1.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .login-content {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .login-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 5rem 6.5rem;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact > .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact > .container {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.contact-map iframe {
  width: 100%;
  height: 400px;
}

.contact-info {
  margin: 3.5rem 0;
  padding-top: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.contact-info::before {
  content: "";
  width: 45px;
  height: 3px;
  background-color: #4969ae;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info .nav li {
  font-size: 0.9375rem;
  margin-right: 1.5rem;
  margin-bottom: 0.25rem;
}

.contact-info .nav li:first-child {
  width: 100%;
}

.contact-info .nav li b {
  display: block;
  color: #4969ae;
  width: 70px;
  padding-right: 1rem;
  margin-right: 1rem;
}

.contact-info-logo {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .contact-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-info .nav li b {
    display: inline-block;
    width: auto;
    min-width: 50px;
    position: relative;
  }

  .contact-info .nav li b::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #4969ae;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

@media (min-width: 992px) {
  .contact-info-logo {
    margin-bottom: 0;
  }
}

.contact-form {
  border: 1px solid #4969ae;
  padding: 2rem 1rem;
}

.contact-form .btn-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .contact-form {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .contact-form {
    padding: 3rem;
  }

  .contact-form .btn-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .contact-form {
    padding: 4rem 6rem;
  }
}

/*------------------------------------*\
    MEMBER
\*------------------------------------*/
.member .menu li {
  width: 100%;
}

@media (max-width: 575px) {
  .member .menu .nav li + li::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .member .menu .nav li a {
    padding: 1rem 0;
  }
}

@media (min-width: 576px) {
  .member .menu li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .member .menu li {
    width: 33.33%;
  }
}

.member-content {
  border: 1px solid #4969ae;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .member-content {
    padding: 4rem 1rem;
  }
}

.member-body h2 {
  border-bottom: 1px solid #4969ae;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.member-body .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #231815;
  font-size: 1.0625rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.member-body .nav li span {
  color: #515151;
}

.member-body .btn-wrap {
  border-top: none;
  padding: 0;
  margin-top: 1.5rem;
}

.member-body .btn {
  font-size: 1.125rem;
  width: 100%;
}

@media (min-width: 576px) {
  .member-body {
    max-width: 500px;
    margin: 0 auto;
  }
}
