.bg-coral {
  position: relative;
  background: #da7752;
}
@media (min-width: 768px) {
  .bg-coral {
    background: none;
  }
  .bg-coral::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #da7752;
    z-index: -1;
  }
}

.bg-green {
  background: #00767a;
}

.is-square, .is-rectangular {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.is-square > *, .is-rectangular > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-square > img, .is-rectangular > img {
  object-fit: cover;
  object-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-square {
  padding-top: 100%;
}

.is-rectangular {
  padding-top: 66%;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

#mainTxt {
  min-height: 400px;
  background-color: #f6ede2;
}

body {
  font-family: "Lato", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a, a:hover {
  color: #00767a;
  text-decoration: none;
}

p,
figcaption,
.txt-primary {
  color: #666;
}

figcaption {
  font-size: 0.75rem;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.container-md {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-md {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-md {
    max-width: 1400px;
  }
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 700px;
  }
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.pt-6 {
  padding-top: 5rem !important;
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

blockquote p {
  color: #844933;
}

cite {
  color: #844933;
}

.card {
  background: #005457;
  border: none;
  margin-bottom: 15px;
}

.btn-main {
  position: relative;
  display: inline-block;
  background: #3b6797;
  overflow: hidden;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn-main:not(.nav-btn) {
  font-size: 1.25rem;
}
.btn-main:hover {
  background: #4579b0;
}

.btn-donate {
  position: relative;
  display: inline-block;
  background: #005457;
  overflow: hidden;
  color: #fff !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.08);
}
.btn-donate:not(.nav-btn) {
  font-size: 1.25rem;
}
.btn-donate:hover {
  background: #016c70;
}

.btn-return, .btn-form, .btn-primary {
  padding: 0.6rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn-return, .btn-form, .btn-primary {
    font-size: 14px;
  }
}

.btn-primary {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn-primary:hover {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn-form {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.btn-form:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-return {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
}
.btn-return:hover {
  background: transparent;
  border: 1px solid #000;
  color: #005457;
}

.carousel-inner img {
  object-fit: cover;
  object-position: center;
}
.carousel-inner .slide-03 > img {
  object-position: left top;
}

.home-signup {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../images/Eating.jpg) fixed left center/cover no-repeat;
  background-attachment: inherit;
  background-size: cover;
}
@media (min-width: 1200px) {
  .home-signup {
    background-attachment: fixed;
    background-size: 50%;
  }
}
.home-signup label {
  font-size: 1.25rem;
}
.home-signup form {
  max-width: 25rem;
}
.home-signup .signup-block {
  display: block;
  padding: 60px;
}
@media (min-width: 768px) {
  .home-signup .signup-block {
    padding: 60px 60px;
  }
}
@media (min-width: 1024px) {
  .home-signup .signup-block {
    padding: 120px 110px;
  }
}
@media (min-width: 1200px) {
  .home-signup .signup-block {
    padding: 120px 230px;
  }
}

.home-news-feed h3 {
  font-size: 1.25rem;
}
.home-news-feed p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

header,
.navbar,
.navbar-collapse,
.dropdown-menu {
  background: #fff;
}

header {
  position: sticky;
  top: 0;
  grid-template: 1fr/max-content 1fr max-content;
  z-index: 999;
  border-bottom: 3px solid #00767a;
}
header .logo {
  grid-column: 1/2;
  width: 10rem;
  transition: width 180ms ease;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 14rem;
  }
}
header address {
  grid-area: 1/3;
}
header nav {
  grid-column: 3/-1;
}

.navbar > .navbar-collapse {
  position: absolute;
  top: 100%;
  right: -15px;
  width: 12rem;
  padding: 1rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media (orientation: landscape) and (max-width: 1000px) {
  .navbar > .navbar-collapse {
    max-height: 15rem;
    overflow: scroll;
  }
}
@media (orientation: landscape) and (max-width: 1000px) and (min-height: 375px) {
  .navbar > .navbar-collapse {
    max-height: 18rem;
  }
}
@media (min-width: 1200px) {
  .navbar > .navbar-collapse {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    box-shadow: none;
    padding: 0;
  }
}
.navbar .navbar-toggler {
  color: #00767a;
}
.navbar .dropdown-menu {
  border: none;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.07);
}
.navbar .dropdown-menu .dropdown-item {
  background: none;
  padding: 0.25rem;
}
@media (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 1rem;
  }
}
.navbar .dropdown-menu .dropdown-item > .nav-link {
  display: inline;
}
.navbar .nav-link {
  color: #00767a;
  position: relative;
}
.navbar .nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  bottom: calc(-1px + 0.5rem);
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 0.5rem - 0.5rem);
  border-bottom: 1px solid #00767a;
  transform: scale3d(0, 0, 0);
  transition: transform 80ms ease-in-out;
}
.navbar .nav-link:not(.dropdown-toggle):hover::after {
  transform: scale3d(1, 1, 1);
}

.fa-chevron-right {
  font-size: 0.7em;
  transition: transform 80ms ease;
}

.home-vid i:before {
  color: #000;
  font-size: 19px;
}
.home-vid button {
  background: transparent;
  border: none;
}

.focus-areas .card {
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.17), 0 2px 12px rgba(0, 0, 0, 0.17);
}
.focus-areas .card::after {
  content: "";
  border: 0.5rem solid #00767a;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  transition: top 180ms ease-out, right 180ms ease-out, bottom 180ms ease-out, left 180ms ease-out;
}
.focus-areas .card:hover::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.focus-areas .card h2 {
  font-size: 1.75rem;
}
@media (min-width: 540px) {
  .focus-areas .card h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .focus-areas .card h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .focus-areas .card h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .focus-areas .card h2 {
    font-size: 2.5rem;
  }
}
.focus-areas .card-body {
  display: grid;
  place-content: flex-end flex-start;
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(51, 51, 51, 0.7));
}
@media (min-width: 1200px) {
  .focus-areas .card-body {
    padding: 2rem;
  }
}

.intro-txt blockquote {
  font-size: 6vmin;
}
@media (min-width: 768px) {
  .intro-txt blockquote {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .intro-txt blockquote {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.intro-txt p, .intro-txt a {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.intro-txt a {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .intro-txt {
    border: 1px solid #da9952;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.08);
  }
}

.welcome-media img {
  margin: auto;
}
@media (min-width: 768px) {
  .welcome-media img {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .welcome-media img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .welcome-media img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .welcome-media .video-thumb img {
    height: 316px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .welcome-media .video-thumb img {
    height: 164px;
  }
}
@media (min-width: 1200px) {
  .welcome-media .video-thumb img {
    height: 210px;
  }
}
.welcome-media iframe {
  height: 12rem;
}
@media (max-width: 766px) and (orientation: landscape) {
  .welcome-media iframe {
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .welcome-media iframe {
    height: 15rem;
    width: 100%;
  }
}

.video-display iframe {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .video-display iframe {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .video-display iframe {
    width: 40%;
  }
}

footer {
  background: #121212;
}
footer address {
  color: #878787;
}
@media (min-width: 768px) {
  footer img {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  footer img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer img {
    width: 50%;
  }
}
footer .footer-list {
  columns: 1;
}
@media (min-width: 576px) {
  footer .footer-list {
    columns: 3;
  }
}
footer .footer-icon {
  place-content: center;
  background: white;
  color: #121212;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  transition: background 120ms ease-out, color 120ms ease-out;
}
@media (min-width: 992px) {
  footer .footer-icon {
    background: none;
    color: white;
  }
  footer .footer-icon:hover {
    background: white;
    color: #121212;
  }
}
footer a:not(.footer-icon-link) {
  position: relative;
}
footer a:not(.footer-icon-link)::after {
  content: "";
  position: absolute;
  bottom: calc(-1px + 0px);
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 0px - 0px);
  border-bottom: 1px solid white;
  transform: scale3d(0, 0, 0);
  transition: transform 80ms ease-in-out;
}
footer a:not(.footer-icon-link):hover::after {
  transform: scale3d(1, 1, 1);
}
footer .ddmg-sig {
  background: #454545;
}
footer .ddmg-sig p, footer .ddmg-sig a {
  color: #b3b3b3;
}

@media (min-width: 992px) {
  .page-wrapper {
    position: relative;
  }
  .page-wrapper::after {
    content: "";
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    right: 50vw;
    height: 100%;
    background: #d5c758;
  }
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  border-bottom: 10px solid;
  border-image: linear-gradient(to right, #c58269 25%, #c59969 25%, #c5ba69 50%, #00777c 50%, #00777c 75%, #c58269 75%) 5;
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 41px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/imgbanners/img_banner1.jpg);
  background-position: 620px;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: right;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: top;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(images/imgbanners/img_banner2.jpg);
  background-position: inherit;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(images/imgbanners/img_banner3.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 17px 0;
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 37px;
  margin-bottom: 0;
}

.parallax2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/faq-parx.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .parallax2 {
    background-attachment: fixed;
    padding: 120px 0;
  }
}

.board .card {
  height: 500px;
}

.board-photo {
  overflow: hidden;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .board-photo {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .board-photo {
    height: 280px;
  }
}
.board-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.board h2 {
  font-size: 30px;
  color: #fff;
}
.board h3 {
  font-size: 17px;
  font-style: italic;
  color: #ebebeb;
  font-weight: inherit;
}
.board p {
  color: #ebebeb;
}
.board a {
  color: #A3F5F8;
}
.board .card {
  background: #005457;
  margin-bottom: 15px;
}

.board-detail h3 {
  font-size: 20px;
  font-style: italic;
  color: #434343;
  font-weight: inherit;
}
.board-detail img {
  width: 100%;
}
@media (min-width: 768px) {
  .board-detail img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .board-detail img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.board-detail .card {
  float: left;
  margin-top: 15px;
  background: #fff188;
}
.board-detail a {
  color: #005457;
}

.faqs h2 {
  color: #005457;
  font-size: 31px;
}
@media (min-width: 1024px) {
  .faqs h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .faqs h2 {
    font-size: 32px;
  }
}
.faqs h3 {
  font-size: 22px;
}
.faqs .faq-item {
  background: #f9f9f942;
}
.faqs .faq-item:nth-last-child(odd) {
  background: none;
}

@media (min-width: 1200px) {
  .sponsor img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .child .card {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .child .card {
    height: 500px;
  }
}
.child .child-img {
  overflow: hidden;
  height: 300px;
}
@media (min-width: 1024px) {
  .child .child-img {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .child .child-img {
    height: 300px;
  }
}
.child img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.child h2 {
  font-size: 27px;
  color: #fff;
}
.child h3 {
  font-size: 17px;
  font-style: italic;
  color: #ebebeb;
  font-weight: inherit;
}
.child h4 {
  color: #ebebeb;
  font-size: 15px;
}
.child a {
  color: #A3F5F8;
}
.child p {
  color: #eee;
}

.sponsor-detail h2 {
  font-size: 30px;
}
.sponsor-detail h3, .sponsor-detail h4, .sponsor-detail h5 {
  font-size: 20px;
  font-weight: normal;
}

.child-detail img {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .child-detail img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .child-detail img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .child-detail img {
    width: 100%;
    margin: 0;
  }
}

.child-gallery .child-g-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .child-gallery .child-g-img {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .child-gallery .child-g-img {
    height: 190px;
  }
}
.child-gallery img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.child-gallery h6 {
  color: #00767a;
  font-weight: bold;
  font-size: 20px;
}
.child-gallery .card {
  margin-bottom: 0;
}

.login-box a {
  color: #026266;
}
.login-box .btn-primary {
  background: #005457;
  color: #fff;
}
.login-box .btn-primary:hover {
  background: transparent;
  color: #000;
}

.member-login-page h2 {
  color: #fff;
  text-align: center;
}
.member-login-page a, .member-login-page label {
  color: #effdfe;
}

.create-member label {
  color: #e7e7e7;
}

.member-home .card {
  border-radius: 50%;
  width: 260px;
  height: 260px;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .member-home .card {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .member-home .card {
    width: 260px;
    height: 260px;
  }
}
.member-home .card a {
  color: #fff;
}
.member-home i {
  transition: transform 0.9s ease-in-out;
}
.member-home i:hover {
  transform: rotate(360deg);
}
.member-home i:before {
  border: 4px solid #fff;
  border-radius: 20%;
  padding: 20px;
  font-size: 45px;
  color: #fff;
  width: 100px;
  height: 100px;
  display: inline-block;
}
@media (min-width: 768px) {
  .member-home i:before {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .member-home i:before {
    width: 110px;
    height: 110px;
    font-size: 50px;
  }
}
.member-home a div {
  margin-top: 5px;
}

.edit-my-info label {
  color: #e7e7e7;
}
@media (min-width: 1200px) {
  .edit-my-info .email label {
    margin-bottom: 24px;
  }
}

.m-donate-page table {
  border: 2px solid #005457;
}
.m-donate-page thead th {
  border-bottom: 2px solid #005457;
}
.m-donate-page table th {
  border-top: 2px solid #005457;
  background: #eee;
}

.m-child-pg-photo {
  overflow: hidden;
  height: 200px;
}
.m-child-pg-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.sponsor-step1 h2 {
  font-size: 30px;
}

.sponsor-step2 h2, .sponsor-step2 h3, .sponsor-step1 h2, .sponsor-step1 h3 {
  color: #fff;
}
.sponsor-step2 h3, .sponsor-step1 h3 {
  font-size: 23px;
}
.sponsor-step2 label, .sponsor-step1 label {
  color: #effdfe;
}
.sponsor-step2 .terms-cond span, .sponsor-step2 .terms-cond a, .sponsor-step1 .terms-cond span, .sponsor-step1 .terms-cond a {
  color: #fff;
}
.sponsor-step2 .top-app-section, .sponsor-step1 .top-app-section {
  border-top: 1px solid #fff;
}
.sponsor-step2 select, .sponsor-step1 select {
  padding: 8px;
}
.my-donate-child table {
  display: none;
}
@media (min-width: 768px) {
  .my-donate-child table {
    display: inline-table;
  }
}
@media (min-width: 1024px) {
  .my-donate-child table {
    display: inline-table;
  }
}
@media (min-width: 1200px) {
  .my-donate-child table {
    display: inline-table;
  }
}
.my-donate-child table td {
  border: none;
}

.mobile-list {
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mobile-list {
    width: 30%;
    font-weight: normal;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-list {
    width: 30%;
    font-weight: normal;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-list {
    width: 25%;
    font-weight: normal;
  }
}
.mobile-list .mobile-type-title {
  background: #eee;
  padding: 0.75rem;
  color: #000;
  border-bottom: 2px solid #005457;
}
.mobile-list .mobile-list {
  margin-bottom: 10px;
}
.mobile-list .mobile-type-body {
  padding: 0.75rem;
}
.mobile-list .mobile-type-body:nth-child(odd) {
  padding: 0.75rem;
}

.child-member-news {
  border-bottom: 2px solid #000;
}
.child-member-news:last-child {
  border-bottom: none;
}

.childMem-detail-news {
  border-bottom: 2px solid #000;
  background: #f9f9f942;
}
.childMem-detail-news:last-child {
  border-bottom: none;
}
.childMem-detail-news:nth-last-child(odd) {
  background: none;
}

.childMem-news-list h6 {
  color: #00767a;
  font-size: 23px;
  font-weight: bold;
}

.my-donation-detail .card {
  background-color: #eeeeee;
  border: 1px solid #000;
}

.news-page .news-page-item {
  background: #f9f9f975;
  padding: 5px;
  margin-bottom: 10px;
}
.news-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .news-page img {
    float: right;
    margin-left: 10px;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .news-page img {
    float: right;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .news-page img {
    float: right;
    margin-left: 10px;
    width: 20%;
  }
}
.news-page h2 {
  color: #005457;
}
.news-page a {
  color: #000;
}
.news-page a:hover {
  text-decoration: underline;
}

.news-detail h2 {
  color: #005457;
  font-size: 28px;
}
.news-detail img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news-detail img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .news-detail img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .news-detail img {
    float: right;
    width: 30%;
    margin-left: 10px;
  }
}

.projects {
  margin-bottom: 25px;
}
.projects:hover {
  transform: rotate(-5deg);
}
.projects .card {
  height: 300px;
  background: none;
  box-shadow: 0 0 5px #000;
}
.projects h2 {
  font-size: 22px;
}
.projects .project-photo {
  overflow: hidden;
  height: 200px;
  margin-bottom: 10px;
}
.projects .project-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.project-gallery .card {
  background-color: chocolate;
}
.project-gallery .gallery-img {
  overflow: hidden;
  height: 200px;
}
.project-gallery img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-img {
  overflow: hidden;
  height: 200px;
}
.photo-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.photo-gallery .card-columns {
  column-count: 1;
  column-gap: 8px;
}
@media (min-width: 768px) {
  .photo-gallery .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-gallery .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .photo-gallery .card-columns {
    column-count: 5;
  }
}

.cat-topic {
  text-align: center;
}
.cat-topic a {
  color: #000 !important;
  padding: 0 10px;
}
.cat-topic a:hover {
  text-decoration: none;
}
.cat-topic u {
  text-decoration: none;
  background: #00767a;
  padding: 5px;
  color: #fff;
}

.contact-us-page label {
  color: #effdfe;
}

.contact-page-map iframe {
  height: 200px;
}
@media (min-width: 768px) {
  .contact-page-map iframe {
    height: 310px;
  }
}
@media (min-width: 1024px) {
  .contact-page-map iframe {
    height: 310px;
  }
}
@media (min-width: 1200px) {
  .contact-page-map iframe {
    height: 310px;
  }
}

.david-5k img {
  width: 100%;
}
@media (min-width: 768px) {
  .david-5k img {
    width: 40%;
  }
}

.donate-page label {
  color: #effdfe;
}
.donate-page .terms-cond {
  color: #e8e8e8;
}
.donate-page .terms-cond a {
  color: #e8e8e8;
}
@media (min-width: 1024px) {
  .donate-page .select-month {
    padding: 0.5rem 0.75rem;
  }
}

.signup-page label {
  color: #fff;
}

.has-shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), 0 3px 8px rgba(0, 0, 0, 0.12), 0 3px 12px rgba(0, 0, 0, 0.08);
}

.rounded {
  border-radius: 0.5rem !important;
}

.no-underline, .no-underline:hover {
  text-decoration: none;
}

a:hover > .fa-chevron-right {
  transform: translate3d(0.25rem, 0, 0);
}

/*# sourceMappingURL=design.css.map */
