@charset "UTF-8";
.search-form-text, .search-form-submit, .search-btn, .header-logo, .header-heading, .main-menu-container, .main-menu > ul > li, .main-menu > ul > li > a, .main-menu li.menu-item-has-children > a:after, #backtotop, .footer-menu-container > ul > li, .slide-caption, .primary-btn, .primary-btn span, .page-numbers,
.pagination-number, .pink-arrow, .view-more span, .icon {
  display: inline-block;
}

.header-heading span, .main-menu > ul > li > ul > li, .main-menu > ul > li > ul > li > a, .main-menu li.menu-item-has-children ul li, .footer-menu-btn, .home-slide:before,
.home-slide-static:before, .home-slide.overlay:before,
.overlay:before, .hl-image, .hl-text, .lc-icon, .hh-details-inner,
.hgb-left-inner, .pagination-number:before, .sidebar-row a:after {
  display: block;
}

.main-menu li.menu-item-has-children > a:after, .footer-menu-btn, .video-col .nc-photo:before, .sidebar-row a:after, .view-more-block:after {
  content: '';
}

.main-menu li.menu-item-has-children ul, .footer-menu-btn, .home-slide:before,
.home-slide-static:before, .home-slide.overlay:before,
.overlay:before, .slide-caption, .hh-details-inner,
.hgb-left-inner, .pagination-number:before, .video-col .nc-photo:before, .view-more-block:after, .video-container iframe, .vb-text {
  position: absolute;
}

.main-menu > ul > li, .main-menu > ul > li > ul > li > a, .footer, .primary-btn, .hh-details,
.pagination-number {
  position: relative;
}

.header-right {
  text-align: right;
}

.search-form, .search-form-text, .search-form-submit, .search-btn, .header-logo, .header-heading, .main-menu-container, .main-menu > ul > li > a, .footer-menu-container > ul > li, .primary-btn, .primary-btn span, .pink-arrow, .view-more span, .icon {
  vertical-align: middle;
}

.hh-details-inner,
.hgb-left-inner, .vb-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-col .nc-photo:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.home-slide,
.home-slide-static, .page-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.search-form-text, .search-form-submit, .search-btn, .main-menu li.menu-item-has-children > a:after, #backtotop, .footer-menu-btn, .primary-btn, .lc-icon, .hgb-right, .pagination-number:before, .video-col .nc-photo:before, .pink-arrow, .icon, .icon-back {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

body {
  min-width: 1350px;
  color: #2E2C29;
  font-size: 50%;
  font-family: "Poppins", "Noto Sans HK", sans-serif;
}

.container {
  width: 100%;
  min-width: 1350px;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  max-width: 1500px;
  width: 90%;
}

.header-wrapper {
  max-width: 1500px;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-wrapper {
  position: relative;
}

h2,
.large-heading {
  font-size: 4.2em;
}

h3 {
  font-size: 3.6em;
}

h4 {
  font-size: 3.2em;
}

h5 {
  font-size: 2.8em;
}

h6 {
  font-size: 2.4em;
}

a {
  color: #99CC66;
  text-decoration: unset;
}

i,
em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

p {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}

p a,
p li {
  font-size: 1em;
}

.aligncenter {
  text-align: center;
}

.content > div:last-child {
  padding-bottom: 10em;
}

.main {
  position: relative;
}

/* MOBILE */
.main-menu-button-inner {
  width: 29px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.main-menu-button-inner span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #99CC66;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
  display: none;
}

/* GRID */
.grid-1-2 {
  overflow: hidden;
}

.grid-1-2 > .grid-col {
  display: block;
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.grid-1-2 > .grid-col:nth-child(2n+2) {
  margin-right: 0;
}

.grid-1-2 > .grid-col:nth-child(2n+1) {
  clear: both;
}

.grid-1-3 {
  overflow: hidden;
}

.grid-1-3 > .grid-col {
  display: block;
  float: left;
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.grid-1-3 > .grid-col:nth-child(3n+3) {
  margin-right: 0;
}

.grid-1-3 > .grid-col:nth-child(3n+1) {
  clear: both;
}

.grid-1-4 {
  overflow: hidden;
}

.grid-1-4 > .grid-col {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 4%;
}

.grid-1-4 > .grid-col:nth-child(4n+4) {
  margin-right: 0;
}

.grid-1-4 > .grid-col:nth-child(4n+1) {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photo {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}

.photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.ac-photo.photo:hover img {
  -webkit-transform: perspective(0) scale(1, 1);
          transform: perspective(0) scale(1, 1);
  -webkit-transform-style: flat;
          transform-style: flat;
}

/* HEADER */
.header {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #2E2C29;
  z-index: 10;
  padding: 10px 0;
}

.sticky.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  background-color: #fff;
  border-radius: 90px;
  padding: 5px 10px;
  background-color: #f5f5f5;
}

.search-form-text {
  width: 90%;
  background-color: transparent;
  color: #a0a0a0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.search-form-text::-webkit-input-placeholder,
.search-form-text:-moz-placeholder,
.search-form-text::-moz-placeholder,
.search-form-text:-ms-input-placeholder {
  color: #2E2C29;
  opacity: 1;
}

.search-form-submit {
  background-image: url(images/search.png);
  width: 25px;
  height: 25px;
  background-size: 95%;
  text-transform: uppercase;
  background-color: transparent;
}

.search-btn {
  width: 44px;
  height: 44px;
  background-image: url(images/search.png);
  background-size: 75%;
  border: 2px solid #D8D8D8;
  border-radius: 100%;
  -webkit-transform: .2s ease-in-out;
          transform: .2s ease-in-out;
  -ms-transform: .2s ease-in-out;
}

.search-btn:hover {
  background-color: #E4F6FF;
}

.header-logo img {
  max-width: none;
  width: auto;
  height: 100%;
  max-height: 70px;
}

.header-heading {
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 20px;
  width: 205px;
}

.main-menu-container {
  margin-right: 2.1em;
}

.main-menu > ul > li {
  font-size: 1em;
  padding: 0 0 0 35px;
  /*  &:last-child a {
            @include bc($dark);
            color: #fff;
            padding: 9px 20px;
            border-radius: 9px;
            line-height: 1;
            font-weight: 400;
        }
        a {}*/
}

.main-menu ul ul .separate {
  display: none;
}

.main-menu > ul {
  font-size: 0.1px;
  text-align: justify;
}

.main-menu > ul:after {
  display: inline-block;
  content: '';
  width: 100%;
}

.main-menu > ul > li {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}

.main-menu > ul > li {
  font-size: 8px;
}

.main-menu > ul > li:first-child {
  padding-left: 0;
}

.main-menu > ul > li > a {
  color: #2E2C29;
  font-size: 2em;
  text-align: left;
  text-decoration: unset;
}

.main-menu > ul > li > a:hover {
  color: #99CC66;
}

.main-menu > ul > li:last-child > a {
  margin-right: 0;
}

.main-menu ul li:last-child ul ul {
  left: auto;
  right: 0;
}

.main-menu ul li:hover > ul {
  display: block;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  padding: 10px 20px;
  line-height: 1.5;
  text-align: left;
}

.main-menu > ul > li > ul > li > a:hover {
  background-color: #99CC66;
  text-decoration: unset;
  color: #fff !important;
}

.main-menu li.menu-item-has-children ul {
  display: none;
  background-color: #fff;
  color: #2E2C29;
  left: 0;
  width: 200px;
  z-index: 10000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 7px 0;
  border-top: 2px solid #99CC66;
}

.main-menu li.menu-item-has-children ul li {
  width: 100%;
}

.main-menu li.menu-item-has-children ul > li > a {
  color: #2E2C29;
  text-decoration: none;
}

.main-menu li.menu-item-has-children ul > li {
  font-size: 14px;
  font-weight: 700;
}

.main-menu li.menu-item-has-children ul > li:hover > a {
  color: #99CC66;
  text-decoration: underline;
}

.main-menu li.menu-item-has-children:hover > a {
  color: #99CC66;
}

.main-menu li.menu-item-has-children:hover > ul {
  display: block;
  background-color: #fff;
  color: #353535;
  left: 14px;
  width: 250px;
  padding: 0 !important;
  z-index: 10000;
}

.main-menu li.menu-item-has-children > a:after {
  background-image: url(images/arrow-down.png);
  width: 14px;
  height: 7px;
  margin-left: 5px;
}

.main-menu > ul > li > ul > li {
  width: 100%;
}

.main-menu > ul > li > ul > li > a {
  padding: 10px;
  font-weight: 400;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a {
  padding: 12px 25px;
}

.main-menu > ul > li:last-child > ul > li.menu-item-has-children > a:after {
  left: 10px;
  right: auto;
  margin-top: 0;
  -webkit-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}

.main-menu > ul > li > ul > li.menu-item-has-children:hover > a:after {
  background-position: 0 -20px;
}

.breadcrumbs {
  padding: 3em 0 7em;
}

.about .breadcrumbs {
  display: none;
}

.main-menu > ul:after {
  display: none;
}

/* FOOTER */
#backtotop {
  bottom: 5%;
  right: 1%;
  display: inline-block;
  background-color: #F5F5F5;
  background-size: 30%;
  background-image: url(images/back-to-top.png);
  width: 36px;
  height: 36px;
  text-align: center;
  position: fixed;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 4px #a7a7a7;
          box-shadow: 0 0px 4px #a7a7a7;
  cursor: pointer;
}

#backtotop:hover {
  background-color: #99CC66;
}

#backtotop.show {
  opacity: 1;
}

.footer {
  background-color: #2E2C29;
  color: #fff;
  z-index: 3;
}

.footer-top {
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-left {
  width: 30%;
}

.footer-left h2 {
  margin-top: 1.5em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.footer-right {
  width: auto;
}

.footer-logo img {
  max-width: none;
  width: auto;
  height: 70px;
}

.footer-menu-container > ul > li {
  margin-left: 35px;
}

.footer-menu-container > ul > li > a {
  font-size: 2em;
  color: #fff;
}

.footer-menu-container > ul > li > a:hover {
  color: #99CC66;
}

.footer-menu-btn {
  right: 0;
  top: 8px;
  width: 33px;
  height: 33px;
  background-image: url(images/plus.png);
  background-size: 12px;
  background-position: right 7px center;
  border-left: 1px solid #B0B0B0;
  cursor: pointer;
}

.footer-menu-btn.active {
  background-image: url(images/minus.png);
}

.footer-bottom {
  border-top: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  padding: 20px 0;
}

.copyright {
  display: inline-block;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}

.bottom-menu {
  display: inline-block;
}

.bottom-menu a {
  display: inline-block;
  color: #fff;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
  border-right: 1px solid #fff;
  text-decoration: underline;
}

/* Home */
.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38%;
  z-index: 9;
}

.home-slide,
.home-slide-static {
  padding-bottom: 38%;
}

.home-slider-container,
.slider-container {
  margin-bottom: 3.5em;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager,
.slider-container .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 40px;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a,
.slider-container .bx-wrapper .bx-pager.bx-default-pager a {
  width: 80px;
  height: 6.4px;
  margin: 0 10px;
  border-radius: 0;
  outline: 0;
  background-color: #E4E4E4;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #54BCE8;
}

.slide-container {
  position: relative;
}

.slider-container .bx-wrapper .bx-pager.bx-default-pager {
  bottom: 0;
}

.home-slide,
.home-slide-static {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}

.home-slide:before,
.home-slide-static:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  content: "";
}

.home-slide .light-btn,
.home-slide-static .light-btn {
  min-width: auto;
}

.home-slide:before {
  display: none;
}

.home-slide.overlay:before,
.overlay:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .5;
  content: "";
}

.slide-wrapper {
  /* position: relative;*/
  position: absolute;
  width: 90%;
  height: 100%;
  max-width: 1263px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
}

.slide-caption {
  top: 50%;
  left: 5%;
  width: 50%;
  max-width: 602px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  animation: bannerfadeIn ease-in-out 0.7s;
  -webkit-animation: bannerfadeIn ease-in-out 0.7s;
  -moz-animation: bannerfadeIn ease-in-out 0.7s;
  -o-animation: bannerfadeIn ease-in-out 0.7s;
  -ms-animation: bannerfadeIn ease-in-out 0.7s;
}

.slide-caption h2 {
  font-size: 4.8em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3%;
}

.slide-caption p {
  text-align: left;
  margin-bottom: 3%;
}

.home-slide.overlay .slide-caption {
  color: #fff;
}

.home-slide.overlay .slide-caption {
  color: #fff;
  text-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
}

.primary-btn {
  background-color: #2E2C29;
  min-width: 203px;
  color: #fff;
  padding: 13px 22px;
  border-radius: 9px;
  line-height: 1;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}

.primary-btn:hover {
  background-color: #99CC66;
  color: #fff;
}

.primary-btn:hover .pink-arrow,
.primary-btn:hover .green-arrow {
  background-image: url(images/light-arrow.png);
}

.primary-btn.pink-btn:hover {
  background-color: #FF999A;
}

.light-btn {
  min-width: 0;
  background-color: #fff;
  color: #2E2C29;
}

.home-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-link {
  -ms-flex-preferred-size: 32.33%;
      flex-basis: 32.33%;
  background-color: #F5F5F5;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.home-link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 6px #dadada;
          box-shadow: 0px 0px 6px #dadada;
}

.hl-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
}

.hl-text {
  color: #2E2C29;
  font-size: 2em;
  text-align: center;
  text-decoration: underline;
}

.sec-padding {
  padding-bottom: 9em;
}

.lc-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.6em;
}

.hc-left {
  width: 32.3%;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 3em 0;
}

.hc-left .lc-icon {
  width: 64%;
  padding-bottom: 37.7%;
}

.hc-left h3 {
  margin: 10px 22px 32px 22px;
}

.hc-left .light-btn {
  margin: 0 22px;
}

.hc-right {
  width: 66%;
}

.light-card {
  border-radius: 10px;
  padding: 3em;
  border: 1px solid #E4E4E4;
}

.light-card p {
  text-align: left;
}

.sec-heading {
  font-weight: 600;
}

.home-highlight {
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 3em;
}

.home-highlight:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.home-highlight:hover .hh-heading {
  color: #99CC66;
}

.hh-image {
  width: 51%;
  padding-bottom: 28.6%;
}

.hh-details {
  display: block;
  width: 59%;
  padding: 10px 25px;
}

.news-tab {
  display: inline-block;
  background-color: #99CC66;
  color: #fff;
  border: 8px;
  padding: 5px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 5px;
  margin-bottom: 1em;
}

.hh-heading {
  display: block;
  font-size: 3.6em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.5;
  color: #2E2C29;
}

.news-date {
  display: block;
  font-size: 1.6em;
  color: #4A4A4A;
}

.home-grey-block {
  background-color: #F5F5F5;
  padding: 5em 0;
}

.home-grey-block p {
  margin-bottom: 1.5em;
}

.hgb-left {
  position: relative;
  width: 50%;
  padding-left: 5em;
}

.hgb-left .large-heading {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.hgb-right {
  width: 35%;
  padding-bottom: 24.5%;
}

/* Inpage */
.page-banner {
  width: 100%;
  padding: 7.8% 0;
  background-image: url(images/top-banner-bg.jpg);
}

.page-banner h1 {
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1.2;
}

.section-block {
  padding: 5em 0;
}

.section-block:last-child {
  padding-bottom: 10em;
}

h1.inpage-heading {
  font-size: 4.2em;
}

.inpage-heading {
  font-weight: 600;
  border-top: 1px solid;
  margin-top: 20px;
  margin: 3% 0;
}

.inpage-heading:before {
  display: block;
  width: 92px;
  height: 6.4px;
  margin-bottom: 2.5%;
  background-color: #99CC66;
  content: '';
}

.bluetab:before {
  background-color: #54BCE8;
}

.pinktab:before {
  background-color: #FF999A;
}

.image-block {
  margin-bottom: 3em;
  text-align: center;
}

.text-block p {
  margin-bottom: 2em;
  line-height: 2.25;
}

.text-block a {
  color: #54BCE8;
}

.grey-bg {
  background-color: #F5F5F5;
}

.blue-bg {
  background-color: #54BCE8;
}

.pink-bg {
  background-color: #FF999A;
}

.mb-heading {
  font-weight: 600;
  margin-bottom: 2%;
}

.inpage-link {
  background-color: #F5F5F5;
  -ms-flex-preferred-size: 32.3%;
      flex-basis: 32.3%;
  text-align: center;
  color: #2E2C29;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: underline;
  padding: 15px;
  border-radius: 8px;
  margin: 2.5em 0;
}

.inpage-link:hover {
  background-color: #fcfcfc;
}

.inpage-link span:before {
  display: inline-block;
  content: '▼';
  margin-right: 5px;
}

.inpage-link:nth-child(3n+1) span:before {
  color: #99CC66;
}

.inpage-link:nth-child(3n+2) span:before {
  color: #54BCE8;
}

.inpage-link:nth-child(3n+3) span:before {
  color: #FF999A;
}

.member-cols {
  margin-bottom: 5em;
}

.mc-heading {
  margin: 2em 0 1.3em 0;
  font-weight: 600;
}

.member-col {
  border-radius: 8px;
  overflow: hidden;
}

.member-col:hover {
  background-color: #fcfcfc;
}

.member-col:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.member-col:hover .mc-name {
  color: #54BCE8;
}

.mc-photo {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.mc-details {
  display: block;
  background-color: #fff;
  padding: 18px;
  color: #2E2C29;
}

.mc-name {
  display: block;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0 5px 0;
  color: #2E2C29;
}

.mc-name:after {
  display: block;
  width: 46px;
  height: 3px;
  background-color: #54BCE8;
  content: '';
  margin: 12px 0;
}

.mc-text {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
}

.ref-heading {
  font-size: 2em;
  margin-bottom: 1.5em;
}

.ref-block {
  border-top: 1px solid;
  padding-top: 4em;
  margin-top: 7em;
}

.ref-block a,
.ref-block p {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.56;
}

.ref-block ol {
  list-style: decimal;
  margin-left: 11px;
}

.ref-block ol::marker {
  margin-right: 10px;
}

.ref-block ol li {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 2.4;
}

.news-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #F5F5F5;
  border-radius: 10px;
  margin-bottom: 3%;
  overflow: hidden;
}

.news-link:hover {
  background-color: #fcfcfc;
}

.news-link:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.news-link:hover .nl-heading {
  color: #99CC66;
}

.nl-left {
  width: 32%;
}

.nl-photo {
  display: block;
  width: 100%;
  padding-bottom: 56%;
}

.nl-right {
  width: 68%;
  padding: 15px 20px;
  background-image: url(images/green-arrow.png);
  background-size: 37px;
  background-position: right 30px bottom;
  background-repeat: no-repeat;
}

.nl-heading {
  display: block;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.5;
  color: #2E2C29;
  margin-bottom: 1em;
}

.pagination {
  text-align: center;
  margin-top: 2em;
}

.page-numbers,
.pagination-number {
  font-size: 2.1em;
  font-weight: 400;
  line-height: 1.2;
  border: 1px solid #CDCDCD;
  color: #2E2C29;
  border-radius: 5px;
  width: 43px;
  height: 43px;
  padding: 10px 15px 8px 15px;
  margin: 0 5px;
}

.page-numbers:hover,
.pagination-number:hover {
  color: #99CC66;
  border-color: #99CC66;
}

.pagination-number {
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.pagination-number:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 8px;
  content: '';
}

.pagination-first:before {
  background-image: url(images/arrow-prev-d.png);
}

.pagination-last:before {
  background-image: url(images/arrow-next-d.png);
}

.pagination .disabled:before {
  opacity: .35;
}

.page-numbers.current {
  background-color: #99CC66;
  color: #fff;
  border-color: #99CC66;
}

#past-events .page-numbers:hover,
#past-events .pagination-number:hover {
  color: #FF999A;
  border-color: #FF999A;
}

#past-events .page-numbers.current {
  background-color: #FF999A;
  border-color: #FF999A;
}

.ue-slide-container {
  padding-bottom: 7em;
}

.ue-slide-container .primary-btn:hover {
  background-color: #54BCE8;
}

.ue-slide {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.ue-left {
  width: 32%;
}

.ue-photo {
  display: block;
  width: 100%;
  padding-bottom: 138%;
}

.ue-right {
  width: 68%;
  background-image: url(images/upcoming-event-bg.png);
  background-size: 40%;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 60px 20px 15px 20px;
}

.ue-heading {
  display: block;
  color: #2E2C29;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.5;
}

.ue-heading:after {
  display: block;
  width: 92px;
  height: 4.8px;
  margin: 1em 0;
  background-color: #54BCE8;
  content: '';
}

.ue-details {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5%;
}

.ue-details .flex {
  margin-bottom: 1%;
}

.ued-title {
  width: 110px;
}

.ued-text {
  width: calc(100% - 162px);
}

.news-col {
  border-radius: 10px;
  overflow: hidden;
}

.news-col:hover img {
  -webkit-transform: perspective(1000px) scale(1.05, 1.05);
          transform: perspective(1000px) scale(1.05, 1.05);
  -webkit-transform-style: flat;
          transform-style: flat;
}

.news-col:hover .nc-heading {
  color: #FF999A;
}

.video-col {
  background-color: #F5F5F5;
  margin-bottom: 2%;
  border-radius: 10px;
  overflow: hidden;
}

.video-col .nc-photo:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 45px;
  background-image: url(images/play-btn.png);
  z-index: 1;
}

.nc-photo {
  display: block;
  width: 100%;
  padding-bottom: 56%;
}

.nc-heading {
  display: block;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.55;
  color: #2E2C29;
}

.nc-details {
  display: block;
  padding: 15px 20px;
  background-image: url(images/pink-arrow.png);
  background-size: 37px;
  background-position: right 15px bottom 3.5em;
  background-repeat: no-repeat;
  padding-bottom: 3.5em;
}

.nc-details .news-date {
  margin-top: 1.5em;
}

.video-col .nc-details {
  background: none;
}

.large-image {
  width: 100%;
}

.gt-col {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  border-radius: 10px;
}

.pink-arrow {
  width: 12px;
  height: 10.5px;
}

.news-sec-heading {
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2%;
}

.news-sec-heading:before {
  display: block;
  content: '';
  width: 80px;
  height: 5px;
  margin-bottom: 10%;
  background-color: #FF999A;
}

.gallery-top {
  margin-bottom: 1.5%;
}

.gt-left {
  width: 66.33%;
}

.gt-right {
  width: 32.33%;
}

.gt-right .gt-col:first-child {
  margin-bottom: 3%;
}

.vc-left {
  width: 40%;
}

.vc-right {
  width: 60%;
}

.ncc-left,
.vb-right {
  width: 66%;
}

.ncc-right,
.vb-left {
  width: 29%;
}

.sidebar {
  padding: 15px 20px;
  border-radius: 10px;
}

.sidebar-row {
  padding: 2.5em 0;
  border-bottom: 1px solid #E4E4E4;
}

.sidebar-row a {
  color: #2E2C29;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: underline;
}

.sidebar-row a:hover {
  color: #FF999A;
}

.sidebar-row a:after {
  width: 37px;
  height: 11px;
  background-image: url(images/pink-arrow.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 1.1em;
}

.sidebar-row:first-child {
  padding-top: 0;
}

.sidebar-row:last-child {
  border: 0;
}

h3.sidebar-heading {
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}

.view-more {
  color: #2E2C29;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.view-more:hover {
  color: #FF999A;
}

.view-more span {
  text-decoration: underline;
}

.view-more:after {
  color: #FF999A;
  content: '▼';
  margin-left: 5px;
}

.view-more-block {
  position: relative;
  max-height: 960px;
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.view-more-block .view-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.view-more-block:after {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 23.8%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 85%);
}

.view-more-block.expanded {
  max-height: none;
}

.view-more-block.expanded .view-more:after {
  content: '▲';
}

.view-more-block.expanded:after {
  display: none;
}

.photo-gallery {
  padding: 5em 0;
  border-bottom: 1px solid #2E2C29;
  margin-bottom: 7em;
}

.sec-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pink-arrow {
  width: 31px;
  height: 9px;
  background-image: url(images/pink-arrow.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.video-block {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vb-left {
  position: relative;
}

.vb-text {
  width: 100%;
  padding: 20px;
}

.vb-text h3 {
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.6;
}

.vb-text h3:after {
  display: block;
  content: '';
  width: 80px;
  height: 5px;
  margin-bottom: 10%;
  margin-top: 8%;
  background-color: #FF999A;
}

.more-past-event {
  padding-top: 7em;
}

.more-past-event h2 {
  font-weight: 600;
  margin-bottom: 2%;
}

.v-heading {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.5;
}

.v-heading:after {
  display: block;
  width: 92px;
  height: 5px;
  background-color: #99CC66;
  margin: 0.5em 0 1em 0;
  content: '';
}

.v-text {
  display: block;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.5;
  color: #4A4A4A;
  text-align: justify;
}

strong {
  font-weight: 600;
}

.icon {
  width: 42px;
  height: 42px;
  background-size: 18px;
  background-color: #99CC66;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-radius: 45px;
}

.icon:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
  background-color: #b6eb80;
}

.icon-youtube {
  background-image: url(images/youtube-light.png);
}

.icon-back {
  width: 18px;
  height: 8px;
  background-image: url(images/back.png);
  margin-right: 5px;
}

.back-btn {
  background-color: #F5F5F5;
  color: #2E2C29;
  margin-top: 2em;
}

.back-btn:hover {
  background-color: #d5d5d5;
}

.member-cols {
  max-width: 1180px;
  margin: auto;
}
/*# sourceMappingURL=style.css.map */