a {
  color: #019fcb;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
#k2Container {
  font-size: 16px;
  line-height: 26px;
}
#k2Container h1,
#k2Container h2,
#k2Container h3,
#k2Container h4,
#k2Container h5,
#k2Container h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
#k2Container p {
  margin-bottom: 30px;
}

button.btn:focus,
button.btn:active,
button.btn:active:focus {
  outline: none;
}

a:focus,
a:active,
a:active:focus,
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a,
.nav > li.open > a,
.nav > li.open:hover > a {
  background-color: transparent;
  outline: none;
}

.page-content .headerTop {
  position: relative;
  z-index: 4 !important;
  background-color: white;
}

.page-content .headerTop .logo img {
  max-height: 100px;
}

.page-content .headerTop > .sppb-container-inner > .sppb-row > div:first-child .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content .headerTop > .sppb-container-inner > .sppb-row > div:last-child .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content .headerTop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-content .headerTop ul li {
  border: none;
  padding: 0px 15px;
}

.page-content .headerTop ul li:after {
  content: "";
  border-right: #e8ebee solid 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

.page-content .headerTop ul li:last-child:after {
  content: none;
}

.page-content .headerTop ul a:before {
  display: none;
}

.page-content .headerTop ul .i-home::before {
  content: "\f015";
  display: inline-block;
  color: #bbc1c6;
}

.page-content .headerTop ul .i-club::before {
  content: "\f041";
  display: inline-block;
  color: #bbc1c6;
}

#headerMenu {
  position: relative;
  z-index: 3;
  height: 50px;
}

#headerMenu > div {
  background-color: #f8f9fa;
  background: linear-gradient(180deg, #e8ebee 1px, #fff 0, #fff 2px, #f8f9fa 0);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#headerMenu .sppb-addon-module.container {
  padding: 0;
}

#headerMenu .sppb-addon-content {
  overflow: hidden;
}

#headerMenu .sppb-addon-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

#headerMenu .sppb-addon-content > ul li {
  border: none;
  padding: 0px;
  margin-bottom: 8px;
}

#headerMenu .sppb-addon-content > ul li a {
  line-height: 22px;
  color: #5e717d;
  padding: 4px 20px;
}

#headerMenu .sppb-addon-content > ul li a::before {
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  display: inline-block;
}

#headerMenu .sppb-addon-content > ul li a:hover {
  color: #0197c1;
}

#headerMenu .sppb-addon-content > ul li a:hover::before {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#headerMenu .sppb-addon-content > ul li a li.current > a {
  color: black;
}

#headerMenu .sppb-addon-content > ul > li {
  width: 16.66667%;
  margin: 0;
}

#headerMenu .sppb-addon-content > ul > li.current > a {
  color: black;
}

#headerMenu .sppb-addon-content > ul > li > a {
  font-weight: bold;
  line-height: 46px;
  padding: 2px 20px;
}

#headerMenu .sppb-addon-content > ul > li > ul {
  display: none;
  padding-bottom: 30px;
}

#headerMenu .sppb-addon-content > ul > li:last-child > ul::after {
  display: none;
}

#headerMenu.menu-open .sppb-addon-content > ul > li:after {
  height: calc(100% - 30px);
  width: 1px;
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  display: block;
  border-left: 1px solid #e8ebee;
  border-right: 1px solid #fff;
}

#headerMenu.menu-open .sppb-addon-content > ul ul {
  display: block;
}

.headerTop > .sppb-container-inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#sp-footer {
  background: transparent;
  color: #5e717d;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

#sp-footer a {
  color: #5e717d;
  font-weight: 400;
}

#sp-footer a:hover {
  color: #5e717d;
  text-decoration: underline;
}

#sp-footer .hor-menu ul,
#sp-footer .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sp-footer .hor-menu ul li,
#sp-footer .social-icon ul li {
  padding: 0 15px;
  border-bottom: none;
}

#sp-footer .hor-menu ul li a::before,
#sp-footer .social-icon ul li a::before {
  display: none;
}

#sp-footer .hor-menu ul li.current > a,
#sp-footer .social-icon ul li.current > a {
  color: #000;
}

#sp-footer .social-icon img {
  -webkit-filter: grayscale(100%) contrast(0) brightness(1.2) sepia(20%) hue-rotate(150deg);
  filter: grayscale(100%) contrast(0) brightness(1.2) sepia(20%) hue-rotate(150deg);
}

#sp-footer .social-icon a:hover img {
  -webkit-filter: unset;
  filter: unset;
}

.addon-inline .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.addon-inline.center .sppb-column-addons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading h3 {
  color: #9b1238;
  font-weight: 300;
  font-size: 4.6rem;
  line-height: 5.4rem;
}

.cause-images .sppb-column-addons > div {
  width: 33.33%;
  max-width: 340px;
}

.cause-images .sppb-addon-single-image {
  margin: 5px;
  position: relative;
}

.cause-images .sppb-addon-single-image .sppb-addon-title {
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  margin: 0;
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4), inset 0 0 0 10px #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4), inset 0 0 0 10px #fff;
  cursor: pointer;
}

.cause-images .sppb-addon-single-image .sppb-addon-title:hover {
  padding-top: 60%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4), inset 0 0 0 0 #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4), inset 0 0 0 0 #fff;
}

.cause-images .sppb-addon-single-image.current {
  opacity: 0.1;
}

.cause-images .sppb-addon-single-image .sppb-addon-single-image-container {
  width: 100%;
  height: 100%;
}

.cause-images .sppb-addon-single-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.causes-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.causes-modal .sppb-btn-default {
  font-size: 1.4rem;
  line-height: 2.4rem;
  background-color: #872175;
  border: 1px solid #872175;
  color: #fff;
  display: block;
  margin: auto -20px -20px;
  padding: 1.2rem 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
}

.causes-modal > .overlay {
  background: rgba(248, 249, 250, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.causes-modal > .overlay .closeP {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  background: black;
  color: white;
}

.causes-modal > .sppb-container-inner > .sppb-row > * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0 5px;
}

.causes-modal > .sppb-container-inner > .sppb-row > * > .sppb-column {
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) !important;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) > .sppb-column {
  padding: 8px;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-column-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: #f8f9fa;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-addon-title {
  border-bottom: 1px solid;
  color: #872175;
  font-weight: 400;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0 0 1.2rem;
  padding: 0 0 1.2rem;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-addon-content {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) {
  z-index: 2;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) > .sppb-column {
  padding: 0;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-column-addons > *,
.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-column-addons > * > *,
.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-column-addons > * > * > *,
.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-column-addons > * > * > * > *,
.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-column-addons > * > * > * > * > * {
  height: 100%;
}

.causes-modal
  > .sppb-container-inner
  > .sppb-row
  > *:nth-child(2)
  .sppb-column-addons
  > *
  > *
  > *
  > *
  > *
  > .sppb-img-responsive {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(2) .sppb-addon-single-image-container {
  width: 100%;
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(3) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(3) .sppb-addon-content {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.causes-modal.eff > .sppb-container-inner > .sppb-row > * {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.home-causes-item-content-tag {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #a4123b;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.6rem 0;
}

.home-causes-item-content-headline {
  line-height: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.6rem 0;
}

.home-causes-item-content-link {
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: padding-right 0.3s ease;
  transition: padding-right 0.3s ease;
  font-weight: 700;
}

.home-causes-item-content-link:hover {
  padding-right: 25px;
}

.home-causes-item-content-link:after,
.home-causes-item-content-link::before {
  content: "";
  display: block;
  position: absolute;
}

.home-causes-item-content-link::before {
  background-color: #019fcb;
  height: 2px;
  right: 0;
  top: 11px;
  width: 14px;
}

.home-causes-item-content-link::after {
  border-color: #019fcb;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 11px;
  right: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 11px;
}

.nav-arrow {
  position: absolute;
  margin-top: -18px;
  top: 50%;
  border: 0;
  border-radius: 100px;
  background-color: #5e717d;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.nav-arrow:hover {
  background-color: #0197c1;
}

.nav-arrow.nav-prev {
  left: -56px;
}

.nav-arrow.nav-next {
  right: -56px;
}

.nav-arrow::before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: 0 -3px 0 0;
}

.nav-arrow.nav-next::before {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  margin: 0 0 0 -3px;
}

.search {
  position: relative;
}

.search .btn-search {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  margin-top: -17px;
  background-color: transparent;
  color: #019fcb;
  outline: none;
}

.search:focus {
  outline: none;
}

#sp-main-body {
  padding: 50px 0;
}
#k2Container {
  margin: 0;
  padding: 0;
}

/* sp-page-title */
.k2Banner{
  position: relative;
}
.sp-page-title {
  height: 300px;
  padding: 0px;
  position: relative;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.sp-page-title .container{
  font-size: 6.6rem;
  line-height: 7.2rem;
  text-shadow: 0 0 4px rgb(0 0 0 / 45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  background: transparent;
}
.sp-page-title h2{
  font-size: unset;
  line-height: unset;

}
.sp-page-title-under h2{
  text-align: center;
  color: #9b1238;
  font-weight: 300;
  font-size: 4.6rem;
  line-height: 5.4rem;
  font-family: 'Roboto Slab','Noto Sans HK','PingFang HK','Microsoft JhengHei','Arial','sans-serif';
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sp-page-title-under h2{
    font-size: 3rem;
    line-height: 4rem;
  }
}
.com-k2 .sp-page-title-under{
  position: relative;
  width: 100%;
}
/* .com-k2 #sp-page-title + #sp-main-body{
  padding-top:140px
} */
.news-category-top{
  display: flex;
  margin: 0 15px 30px 0;
}
.news-right-column{
  background: #ffffff;
  border:solid 1px #f2f2f2;
  margin-left: 15px;
}
.news-right-column .module-title{
  padding:10px 15px;
  margin:0;
}
.news-right-column li{
  border-bottom:solid 1px #f2f2f2;
  text-transform: uppercase;
}
.news-right-column .module-wrapper:last-child li:last-child{
  border-bottom: none;
}
.news-right-column a{
  color:#5e717d;
}
.news-right-column a:hover{
  color:#019fcb;
}

.item-category-template .subcat-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;

}
.item-category-template .subcat-items .subcat-item{
  width: 350px;
  text-align: center;
  background: #ffffff;
  padding:30px
}
.item-category-template .subcat-items .subcat-item .subCategoryImage{
  margin:-30px -30px 30px -30px;
  display: block;

}
.item-category-template .subcat-items .subcat-item img{
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.item-category-template .subcat-items .subcat-item .subcat-title{
  margin:30px 0 20px 0;
}
.item-category-template .subcat-items .subcat-item .subcat-title a{
  color:#39424a
}
.item-category-template .subcat-items .subcat-item .subcat-title a:hover{
  color:#019fcb;
}

.item-category-template .cat-description {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  margin: 45px auto 90px;
  max-width: 800px;
  text-align: center;
}

.item-category-template .cat-description p:last-child {
  margin-bottom: 0;
}
#k2Container .subcat-description p:last-child{
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .headerTop > .sppb-container-inner,
  .causes-modal > .sppb-container-inner {
    width: 750px;
    margin: auto;
  }
  .causes-modal > .sppb-container-inner {
    max-width: calc(100% - 130px);
  }
}

@media (min-width: 992px) {
  .headerTop > .sppb-container-inner,
  .causes-modal > .sppb-container-inner {
    width: 970px;
    margin: auto;
  }
  .causes-modal > .sppb-container-inner {
    max-width: calc(100% - 130px);
  }
}

@media (min-width: 1200px) {
  .headerTop > .sppb-container-inner,
  .causes-modal > .sppb-container-inner {
    width: 1170px;
    margin: auto;
  }
  .causes-modal > .sppb-container-inner {
    max-width: calc(100% - 130px);
  }
}

@media (min-width: 1000px) {
  .show-desktop {
    display: block;
  }
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .show-desktop {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
  .cause-images {
    display: none;
  }
  .causes-modal {
    display: block;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > * {
    display: none;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) {
    -webkit-transform: none;
    transform: none;
    display: block;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) > .sppb-column {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-column-addons {
    background-color: transparent;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-addon-title {
    text-align: left;
  }
  .causes-modal > .sppb-container-inner > .sppb-row > *:nth-child(1) .sppb-addon-content {
    text-align: left;
  }
  .causes-modal .sppb-btn-default {
    margin: auto;
  }
  .headerTop > .sppb-container-inner {
    padding: 0;
  }
  .headerTop .sppb-icon a {
    color: inherit;
  }
  body.open-menu [href="#showmenu"] i.fas {
    margin-top: 12px;
  }
  body.open-menu [href="#showmenu"] i.fas::before {
    content: "";
    content: "";
    height: 2px;
    color: beige;
    background: #39424a;
    width: 30px;
    display: block;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-radius: 1px;
    margin-top: 15px;
  }
  body.open-menu [href="#showmenu"] i.fas::after {
    content: "";
    content: "";
    height: 2px;
    color: beige;
    background: #39424a;
    width: 30px;
    display: block;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 1px;
    margin-top: -2px;
  }
  body.open-search [href="#showSearch"] i.fas {
    margin-top: 12px;
  }
  body.open-search [href="#showSearch"] i.fas::before {
    content: "";
    content: "";
    height: 2px;
    color: beige;
    background: #39424a;
    width: 30px;
    display: block;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-radius: 1px;
    margin-top: 15px;
  }
  body.open-search [href="#showSearch"] i.fas::after {
    content: "";
    content: "";
    height: 2px;
    color: beige;
    background: #39424a;
    width: 30px;
    display: block;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    border-radius: 1px;
    margin-top: -2px;
  }
  .mobile-menu {
    display: none;
    background-color: white;
  }
  .mobile-menu .sppb-addon-content > ul {
    text-align: center;
  }
  .mobile-menu .sppb-addon-content > ul li {
    border-bottom: none;
  }
  .mobile-menu .sppb-addon-content > ul li > a {
    color: #5e717d;
  }
  .mobile-menu .sppb-addon-content > ul li > a::before {
    display: none;
  }
  .mobile-menu .sppb-addon-content > ul > li {
    margin: 1.4rem 0;
  }
  .mobile-menu .sppb-addon-content > ul > li.parent > a::after {
    display: inline-block;
    content: "\f054";
    font: normal normal normal 10px/1 FontAwesome;
    margin: 0 0 0 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu .sppb-addon-content > ul > li.parent.openMenu a::after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .mobile-menu .sppb-addon-content > ul > li > a {
    font-weight: 700;
    color: #5e717d;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .mobile-menu .sppb-addon-content > ul > li > a::before {
    display: none;
  }
  .mobile-menu .sppb-addon-content > ul > li > ul {
    display: none;
  }
  .mobile-menu .sppb-addon-content > ul > li.current > a {
    color: black;
  }
  .mobile-search {
    display: none;
    border-top: #eee solid 1px;
    background-color: white;
    z-index: 4 !important;
  }
  .mobile-search input {
    width: 100%;
  }
  .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .cause-images .sppb-addon-single-image .sppb-addon-title {
    font-size: 20px;
  }
  .sp-page-title-under h2{
    font-size: 4.5rem;
    line-height: 5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .headerTop > .sppb-container-inner,
  .causes-modal > .sppb-container-inner {
    width: 100%;
  }
  .sp-page-title .container{
    font-size: 2rem;
    line-height: 3rem;
  }
  .sp-page-title-under h2{
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .itemFullText{
    max-width: 100%;
    overflow-x: auto;
  }
  .itemFullText table{
    min-width: 600px;
  }
  .com-k2 #sp-page-title + #sp-main-body{
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
/*# sourceMappingURL=custom.css.map */

#sp-main-body table {
  word-break: break-word;
}

.sp-module-content .mod-languages ul.lang-inline li:first-child {
  border-right: 1px solid #eeeeee;
  padding-right: 10px;
}

.sp-module-content .mod-languages ul.lang-inline li:nth-child(2) {
  padding-left: 5px;
}