.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 80px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.color-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color-bar-col {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.color-bar-col.purple {
  background-color: #92539d;
}

.color-bar-col.skyblue {
  background-color: #00b4e3;
}

.color-bar-col.blue {
  background-color: #1459a8;
}

.color-bar-col.green {
  background-color: #79bd28;
}

.color-bar-col.darkgreen {
  background-color: #1e873d;
}

.color-bar-col.orange {
  background-color: #f49c00;
}

.container-1400 {
  position: relative;
  width: 100%;
  max-width: 1480px;
  padding-right: 40px;
  padding-left: 40px;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  width: 16%;
  max-width: 220px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-menu {
  width: 100%;
}

.nav-menu-col {
  width: 40%;
  max-width: 510px;
}

.nav-menu-col.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-col.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link {
  position: relative;
  width: 30%;
  max-width: 103px;
  padding: 20px 0px;
  color: #000;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.nav-link.w--current {
  background-image: url('../images/menu-hover-about.svg');
  background-position: 50% 31px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link.news:hover {
  background-image: url('../images/menu-hover-news.svg');
  background-position: 50% 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link.news.w--current {
  background-image: url('../images/menu-hover-news.svg');
  background-position: 50% 34px;
}

.nav-link.contact:hover {
  background-image: url('../images/menu-hover-contact.svg');
  background-position: 50% 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link.gallery:hover {
  background-image: url('../images/menu-hover-gallery.svg');
  background-position: 50% 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link.gallery.w--current {
  background-image: url('../images/menu-hover-gallery.svg');
  background-position: 50% 34px;
}

.nav-link.contact:hover {
  background-image: url('../images/menu-hover-contact.svg');
  background-position: 50% 34px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link.contact.w--current {
  background-image: url('../images/menu-hover-contact.svg');
  background-position: 50% 34px;
}

.nav-dotline {
  width: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/menu-dotline.svg');
  background-position: 0px 0px;
  background-size: 2px;
  background-repeat: repeat-y;
}

.nav-link-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
}

.all {
  overflow: hidden;
  margin-top: 182px;
}

.section-content {
  position: relative;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-content.no-padding-top {
  padding-top: 0px;
}

.section-content.padding55 {
  padding-top: 55px;
}

.section-content.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-content.home-statis-bg {
  padding-top: 0px;
  padding-bottom: 55px;
  background-color: #00b4e3;
}

.section-content.get-involved-individual {
  margin-bottom: -165px;
}

.section-content.program {
  margin-bottom: -7%;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-content.program.bg-orange {
  background-color: rgba(244, 156, 0, 0.15);
}

.section-content.no-padding-bottom {
  padding-bottom: 0px;
}

.about-tabs-menu {
  width: 20%;
  float: left;
  border-right: 10px solid #000;
}

.about-tabs-menu.governors {
  border-right-color: #00b4e3;
}

.about-tabs-menu.team {
  border-right-color: #79bd28;
}

.about-tab-content {
  width: 80%;
}

.about-tabs-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-tab-link-blue {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px 5px 0px;
  background-color: transparent;
  background-image: url('../images/about-tab.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #8c8c8c;
  font-weight: 600;
  text-align: right;
}

.about-tab-link-blue:hover {
  background-image: url('../images/about-tab-blue.svg');
  color: #fff;
}

.about-tab-link-blue.w--current {
  background-color: transparent;
  background-image: url('../images/about-tab-blue.svg');
  color: #fff;
}

.about-tab-line {
  width: 100px;
  height: 10px;
}

.about-tab-line.governors {
  background-color: #00b4e3;
}

.about-tab-line.team {
  background-color: #79bd28;
}

.about-tab-content-txt-b {
  padding: 20px;
}

.about-team-col-img {
  width: 35%;
  float: left;
}

.about-team-col-txt {
  width: 65%;
  float: left;
}

.about-team-col-txt.full {
  width: 100%;
}

.img {
  width: 100%;
}

.footer {
  position: relative;
}

.nav-link-img-b {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
}

.section-title-txt-b {
  position: relative;
  display: inline-block;
}

.section-title-txt-b.align-left {
  padding-right: 0px;
  padding-left: 0px;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title.newsletter-title {
  margin-left: -80px;
  text-align: left;
}

.section-title.align-left {
  text-align: left;
}

.about-tab-link-green {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px 5px 0px;
  background-color: transparent;
  background-image: url('../images/about-tab.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #8c8c8c;
  font-weight: 600;
  text-align: right;
}

.about-tab-link-green:hover {
  background-image: url('../images/about-tab-green.svg');
  color: #fff;
}

.about-tab-link-green.w--current {
  background-color: transparent;
  background-image: url('../images/about-tab-green.svg');
  color: #fff;
}

.txt-bold {
  font-weight: 700;
}

.top {
  background-color: #e0e0e0;
}

.content-b {
  margin-top: 110px;
}

.section-inner-banner {
  position: relative;
  height: 600px;
}

.section-inner-banner.about-team {
  background-image: url('../images/about-team-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.news {
  background-image: url('../images/news-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.gallery {
  background-image: url('../images/gallery-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.donation {
  background-image: url('../images/donation-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.get-involved-school {
  background-image: url('../images/get-involved-banner-school.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.get-involved-individual {
  background-image: url('../images/get-involved-banner-individual.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.program-action {
  background-image: url('../images/action-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-inner-banner.program-buddy {
  background-image: url('../images/buddy-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-icon-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  max-width: none;
}

.top-btn {
  position: relative;
  margin-left: 20px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.top-btn:hover {
  color: red;
}

.top-btn.contact {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.top-col-r {
  width: 80%;
  text-align: right;
}

.top-col-l {
  width: 20%;
}

.top-row {
  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;
}

.lang-toggle {
  padding: 8px 25px 8px 0px;
  background-image: url('../images/lang-arrow.svg');
  background-position: 100% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

.lang-dropdown-list {
  overflow: hidden;
}

.lang-dropdown-list.w--open {
  margin-left: -20px;
  background-color: #e0e0e0;
}

.lang-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.lang-dropdown-link:hover {
  color: #00b4e3;
}

.lang-dropdown-link.selected {
  background-color: red;
  color: #fff;
}

.top-btn-txt-b {
  position: relative;
  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;
}

.top-btn-txt {
  margin-left: 10px;
}

.top-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-dropdown {
  width: 30%;
  max-width: 103px;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-dropdown.about:hover {
  background-image: url('../images/menu-hover-about.svg');
  background-position: 50% 31px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-dropdown.gallery:hover {
  background-image: url('../images/menu-hover-gallery.svg');
  background-position: 50% 31px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-dropdown.get-involved:hover {
  background-image: url('../images/menu-hover-get-involved.svg');
  background-position: 50% 31px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-dropdown.program:hover {
  background-image: url('../images/menu-hover-program.svg');
  background-position: 50% 31px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-dropdown-toggle {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.nav-dropdown-list {
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 172px;
  background-color: #fff;
}

.nav-dropdown-line {
  height: 1px;
  background-color: #e0e0e0;
}

.nav-dropdown-link {
  margin-right: 5%;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-weight: 500;
}

.nav-dropdown-link:hover {
  opacity: 0.5;
}

.nav-dropdown-link.w--current {
  opacity: 0.5;
  color: #000;
}

.nav-dropdown-link-b {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-col {
  width: 40%;
  float: left;
}

.nav-dropdown-list-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.nav-dropdown-link-program-b {
  margin-top: 20px;
}

.nav-dropdown-link-program {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.nav-dropdown-link-program:hover {
  opacity: 0.5;
}

.inner-quote {
  width: 35%;
}

.inner-quote-content-b {
  padding-right: 5%;
  padding-left: 5%;
}

.inner-quote-content-b.about {
  background-color: #92539d;
}

.inner-quote-content-b.news {
  background-color: #79bd28;
}

.inner-quote-content-b.gallery {
  background-color: #1e873d;
}

.inner-quote-content-b.get-involved {
  background-color: #1459a8;
}

.inner-quote-content-b.program-action {
  background-color: #faff65;
}

.inner-quote-content-b.program-buddy {
  background-color: #ad89d2;
}

.inner-quote-txt {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.inner-quote-txt-person {
  font-style: italic;
  font-weight: 400;
}

.inner-quote-img {
  width: 100%;
  height: 60px;
}

.inner-quote-img.top-quote-about {
  background-image: url('../images/about-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-about {
  background-image: url('../images/about-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.top-quote-news {
  background-image: url('../images/news-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-news {
  background-image: url('../images/news-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.top-quote-gallery {
  background-image: url('../images/gallery-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-gallery {
  background-image: url('../images/gallery-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.top-quote-get-involved {
  background-image: url('../images/get-involved-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-get-involved {
  background-image: url('../images/get-involved-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.top-quote-action {
  background-image: url('../images/action-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-action {
  background-image: url('../images/action-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.top-quote-buddy {
  background-image: url('../images/buddy-quote-top.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-quote-img.bottom-quote-buddy {
  background-image: url('../images/buddy-quote-bottom.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-inner-quote {
  margin-top: -35vh;
}

.inner-banner-graphic {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 30%;
  max-width: 100%;
  background-image: url('../images/inner-banner-graphic.svg');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-banner-graphic.action-graphic {
  background-image: url('../images/action-banner-graphic.svg');
}

.inner-banner-graphic.buddy-graphic {
  background-image: url('../images/buddy-banner-graphic.svg');
}

.section-title-graphic01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -18px;
  margin-left: -60px;
}

.section-title-graphic01.title-align-left {
  margin-left: -60px;
}

.section-title-graphic02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -30px;
  margin-right: -40px;
}

.section-title-graphic02.title-align-left {
  margin-right: -40px;
}

.section-title-graphic03 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -20px;
  margin-right: -90px;
}

.section-title-graphic03.title-alignleft {
  margin-right: -90px;
}

.footer-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}

.footer-title-line {
  position: relative;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-top: 5px;
  background-color: red;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer-contact-b {
  padding-right: 1%;
  padding-left: 1%;
}

.footer-contact-b.address {
  width: 24%;
  max-width: 300px;
}

.footer-contact-b.general {
  width: 22%;
  max-width: 240px;
}

.footer-contact-b.copyright {
  width: 24%;
  text-align: right;
}

.footer-contact-b.volunteer {
  width: 26%;
  max-width: 240px;
}

.footer-contact-info-b {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.footer-contact-info-b:hover {
  color: red;
}

.footer-contact-txt-b {
  width: 85%;
}

.footer-contact-title {
  text-align: center;
}

.footer-dotline {
  width: 2px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/menu-dotline.svg');
  background-position: 0px 0px;
  background-size: 2px;
  background-repeat: repeat-y;
}

.footer-contact-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 2px;
}

.link-red {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.link-red:hover {
  color: red;
}

.link-red.txt-bold.link-margin {
  margin-right: 20px;
}

.footer-social-b {
  margin-bottom: 10px;
}

.footer-contact-icon-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 2px;
}

.newsletter {
  background-image: url('../images/newsletter-bg.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.newsletter-img-b {
  width: 20%;
}

.newsletter-form-b {
  width: 80%;
  margin-top: 9%;
  margin-bottom: 40px;
}

.newsletter-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.newsletter-txt-field {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  font-size: 16px;
  line-height: 26px;
}

.newsletter-form {
  width: 65%;
}

.newsletter-txt {
  width: 32%;
}

.newsletter-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  width: 250px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.5;
}

.btn.blue {
  background-image: url('../images/btn-blue.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.red {
  background-image: url('../images/btn-red.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.red.margin {
  margin-right: 20px;
  margin-left: 20px;
}

.btn.orange {
  background-image: url('../images/btn-orange.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.grey {
  background-image: url('../images/btn-grey.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.purple {
  background-image: url('../images/btn-purple.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.grey {
  background-image: url('../images/btn-grey.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.btn.grey.margin {
  margin-right: 20px;
  margin-left: 20px;
}

.newsletter-col-field {
  width: 60%;
}

.newsletter-col-btn {
  width: 35%;
  text-align: right;
}

.newsletter-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.graphic-plane {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 5%;
}

.about-tab-mobile-b {
  display: none;
}

.nav-menu-mobile {
  display: none;
}

.sticky-donate-btn {
  position: fixed;
  left: auto;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 112px;
  height: 117px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.sticky-donate-btn:hover {
  opacity: 0.5;
}

.sticky-donate-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.sticky-donate-icon-heart {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.sticky-donate-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 23px;
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.news-row {
  margin-top: -55px;
  margin-right: -1.5%;
  margin-left: -1.5%;
}

.news-col {
  width: 33.33%;
  margin-top: 55px;
  padding-right: 1.5%;
  padding-left: 1.5%;
  float: left;
}

.news-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.news-tag {
  display: inline-block;
  padding: 5px;
  color: #fff;
}

.news-tag.tag-orange {
  background-color: #f49c00;
}

.news-tag.tag-darkblue {
  background-color: #1459a8;
}

.news-tag.tag-red {
  background-color: red;
}

.news-tag.tag-purple {
  background-color: #92539d;
}

.news-tag.tag-darkgreen {
  background-color: #1e873d;
}

.news-tag.tag-green {
  background-color: #79bd28;
}

.news-tag.tag-blue {
  background-color: #00b4e3;
}

.news-top-b {
  position: relative;
  height: auto;
  margin-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}

.news-top-date-col {
  width: 31%;
}

.news-tag-b {
  display: inline-block;
  padding-right: 5px;
  background-color: #fff;
}

.news-date-b {
  display: inline-block;
  padding-left: 5px;
  float: right;
  background-color: #fff;
}

.news-top-tag-col {
  width: 69%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.news-top-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.news-top-line.line-orange {
  background-color: #f49c00;
}

.news-top-line.line-darkblue {
  background-color: #1459a8;
}

.news-top-line.line-red {
  background-color: red;
}

.news-top-line.line-purple {
  background-color: #92539d;
}

.news-top-line.line-darkgreen {
  background-color: #1e873d;
}

.news-top-line.line-blue {
  background-color: #00b4e3;
}

.news-top-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-mask {
  position: relative;
  overflow: hidden;
  padding-top: 50%;
  padding-bottom: 50%;
}

.news-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
}

.news-content-b {
  position: relative;
}

.news-content {
  height: 550px;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 20px;
  background-color: #f8f8f8;
}

.news-content.b-darkblue {
  border-bottom: 5px solid #1459a8;
}

.news-content.b-red {
  border-bottom: 5px solid red;
}

.news-content.b-darkgreen {
  border-bottom: 5px solid #1e873d;
}

.news-content.b-orange {
  border-bottom: 5px solid #f49c00;
}

.news-content.b-purple {
  border-bottom: 5px solid #92539d;
}

.news-content.b-green {
  border-bottom: 5px solid #79bd28;
}

.news-content.b-blue {
  border-bottom: 5px solid #00b4e3;
}

.news-img-b {
  width: 100%;
  margin-top: -40px;
  margin-left: -20px;
}

.news-txt-b {
  padding: 15px 20px;
}

.new-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.news-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.section-home-banner {
  position: relative;
  height: 800px;
}

.txt-color-white {
  color: #fff;
}

.home-program-col {
  width: 33.33%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
}

.home-program-col.margin-top {
  margin-top: 55px;
}

.home-program-link {
  display: block;
  text-align: center;
}

.home-program-img-b {
  position: relative;
  display: inline-block;
  margin-top: 35px;
}

.home-program-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.home-program-logo {
  height: 80px;
  max-width: none;
}

.home-program-row {
  margin-right: -5%;
  margin-left: -5%;
}

.home-banner-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 100%;
  margin-bottom: -5px;
  padding-top: 7%;
  background-image: url('../images/home-banner-mask.svg');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mask-white-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 20%;
  max-width: 100%;
  margin-bottom: -5px;
  background-image: url('../images/home-statis-mask.svg');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-statis-col {
  width: 25%;
  margin-bottom: 35px;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.font-size20 {
  font-size: 20px;
  font-weight: 600;
}

.font-size20.txt-color-white.align-center {
  text-align: center;
}

.home-statis-b {
  position: relative;
  left: 50%;
  width: 210px;
  margin-top: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-statis {
  position: relative;
  padding-top: 100%;
}

.home-statis-txt-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.home-statis-number {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

.home-statis-txt {
  color: #fff;
  line-height: 22px;
  font-weight: 600;
}

.home-statis-row {
  margin-right: -2.5%;
  margin-bottom: 165px;
  margin-left: -2.5%;
}

.home-banner-txt {
  color: #fff;
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}

.home-banner-content-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.home-banner-txt-b {
  width: 75%;
  margin-bottom: 110px;
}

.home-statis-graphic01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 8%;
  margin-left: 20%;
}

.home-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/home-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.gallery-col {
  width: 25%;
  margin-top: 55px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.gallery-link {
  display: block;
  color: #000;
  text-decoration: none;
}

.gallery-tag {
  display: inline-block;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.gallery-tag.tag-red {
  background-color: red;
}

.gallery-tag.tag-tiffany {
  background-color: #399e8f;
}

.gallery-tag.tag-yellow {
  background-color: #e3c800;
}

.gallery-img-b {
  position: relative;
  width: 100%;
}

.gallery-txt-b {
  position: relative;
  padding-top: 15px;
  padding-bottom: 0px;
  border-top: 5px solid #000;
}

.gallery-txt-b.border-red {
  border-top-color: red;
}

.gallery-txt-b.border-tiffany {
  border-top-color: #399e8f;
}

.gallery-txt-b.border-yellow {
  border-top-color: #e3c800;
}

.gallery-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.gallery-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.gallery-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
}

.gallery-row {
  margin-right: -2%;
  margin-left: -2%;
}

.gallery-tag-row {
  margin-top: 35px;
  text-align: center;
}

.gallery-tag-btn {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 15px 5px 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.gallery-tag-btn.tag-grey {
  background-image: url('../images/tag-grey.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.gallery-tag-btn.tag-red {
  background-image: url('../images/tag-red.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.gallery-tag-btn.tag-tiffany {
  background-image: url('../images/tag-tiffany.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.gallery-tag-btn.tag-yellow {
  background-image: url('../images/tag-yellow.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.gallery-tag-mobile {
  display: none;
}

.gallery-tag-b {
  height: 26px;
}

.login-line {
  width: 6px;
  background-image: url('../images/login-line.svg');
  background-position: 50% 0%;
  background-size: 6px;
  background-repeat: repeat-y;
}

.login-col {
  position: relative;
  width: 40%;
}

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

.btn-b {
  margin-top: 45px;
}

.btn-b.join-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.btn-b.align-right {
  text-align: right;
}

.btn-b.align-center {
  text-align: center;
}

.form-b {
  margin-bottom: 0px;
}

.txt-color-red {
  color: red;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 0 1px 0 rgba(0, 0, 0, 0.2);
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  text-transform: uppercase;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-content {
  padding-top: 40px;
}

.txt-color-purple {
  color: #92539d;
}

.txt-color-green {
  color: #79bd28;
}

.txt-color-darkgreen {
  color: #1e873d;
}

.txt-color-blue {
  color: #00b4e3;
}

.txt-color-darkblue {
  color: #1459a8;
}

.txt-color-orange {
  color: #f49c00;
}

.field-col {
  width: 50%;
  margin-top: 20px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.field-col.full {
  width: 100%;
}

.field-row {
  margin-right: -2%;
  margin-left: -2%;
}

.container-800 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 880px;
  padding-right: 40px;
  padding-left: 40px;
}

.select-field-col {
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.select-field-row {
  margin-right: -2%;
  margin-left: -2%;
}

.select-field {
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/lang-arrow.svg');
  background-position: 95% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.select-field.full {
  background-position: 98% 50%;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
}

.radio-btn-field {
  display: inline-block;
  margin-right: 10%;
  float: left;
}

.radio-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
  background-color: #fff;
  box-shadow: inset 0 0 0 -20px transparent;
}

.checkbox {
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
  border-radius: 0px;
}

.checkbox-field {
  width: 33.33%;
  float: left;
}

.checkbox-field.full {
  width: 100%;
}

.checkbox-field._66 {
  width: 66.66%;
}

.form-note-b {
  padding: 20px;
}

.form-note-b.bg-grey {
  background-color: #ededed;
}

.checkbox-b {
  margin-top: 36px;
}

.form-btn-add {
  position: relative;
  padding-right: 40px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.form-btn-add:hover {
  color: red;
}

.btn-add-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-add-icon-hover {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.font-size14 {
  font-size: 14px;
  line-height: 24px;
}

.horizonatal-line {
  height: 6px;
  margin-top: 20px;
  background-image: url('../images/login-line-mobile.svg');
  background-position: 0% 50%;
  background-size: auto 6px;
  background-repeat: repeat-x;
}

.donation-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.donation-payment-img {
  margin-right: 30px;
}

.donation-logo-img {
  margin-top: 20px;
  margin-right: 5%;
}

.form {
  width: auto;
}

.monthly-donation-b {
  position: relative;
  left: 50%;
  width: 100%;
  max-width: 530px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.align-center {
  text-align: center;
}

.content-b-align {
  margin-top: -55px;
}

.donation-txt-col {
  width: 60%;
  float: left;
}

.line-purple {
  height: 1px;
  background-color: #92539d;
}

.donation-tab-txt-b {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 120px;
}

.donation-tab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 44px;
  padding-top: 5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.donation-tab.tab-purple {
  background-image: url('../images/donation-label-purple.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.donation-tab.tab-blue {
  background-image: url('../images/donation-label-blue.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.donation-tab.tab-orange {
  background-image: url('../images/donation-label-orange.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.donation-tab.tab-green {
  background-image: url('../images/donation-label-green.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.donation-list {
  margin-top: 30px;
}

.line-blue {
  height: 1px;
  background-color: #00b4e3;
}

.line-green {
  height: 1px;
  background-color: #79bd28;
}

.line-orange {
  height: 1px;
  background-color: #f49c00;
}

.donation-img-col {
  width: 35%;
  margin-top: 30px;
  float: right;
}

.polygon-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
}

.polygon-img-mask-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 45px;
  background-image: url('../images/img-mask-left.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.polygon-img-mask-left.purple {
  background-image: url('../images/img-mask-left-purple.svg');
}

.polygon-img-mask-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 17px;
  background-image: url('../images/img-mask-top.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.polygon-img-mask-top.purple {
  background-image: url('../images/img-mask-top-purple.svg');
}

.polygon-img-mask-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30px;
  background-image: url('../images/img-mask-right.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.polygon-img-mask-right.purple {
  background-image: url('../images/img-mask-right-purple.svg');
}

.polygon-img-mask-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 13px;
  margin-left: -1px;
  background-image: url('../images/img-mask-bottom.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.polygon-img-mask-bottom.purple {
  background-image: url('../images/img-mask-bottom-purple.svg');
}

.polygon-img {
  position: relative;
  left: 50%;
  width: 99%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.txt-color-black {
  color: #000;
}

.map-col {
  position: relative;
  width: 60%;
  float: right;
}

.contact-pagetitle-b {
  width: 40%;
  float: left;
}

.map {
  position: relative;
  height: 600px;
}

.contact-info-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 45%;
  min-width: 540px;
  margin-bottom: -55px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: url('../images/contact-info-mask.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-info-txt-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
}

.contact-info-txt-b:hover {
  opacity: 0.5;
}

.contact-info-icon-b {
  width: 10%;
  margin-top: 2px;
}

.contact-info-txt {
  width: 90%;
  color: #fff;
}

.contact-info {
  margin-top: 30px;
}

.contact-info-icon {
  display: block;
}

.contact-logo {
  margin-top: 110px;
}

.contact-logo-b {
  width: 33.33%;
  margin-bottom: 55px;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.contact-logo-b:hover {
  opacity: 0.5;
}

.contact-b {
  position: relative;
}

.contatc-social-b {
  text-align: center;
}

.map-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #fff;
}

.content {
  margin-top: -55px;
}

.get-involved-school-icon {
  width: 25%;
  max-width: 270px;
  float: left;
}

.get-involved-school-icon.float-right {
  float: right;
}

.get-involved-school-content-b {
  position: relative;
  width: 70%;
  float: right;
}

.get-involved-school-content-b.float-left {
  float: left;
}

.get-involved-school-txt-b {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
}

.get-involved-school-txt-b.border-purple {
  z-index: 1;
  border-color: #92539d;
}

.get-involved-school-txt-b.border-blue {
  z-index: 1;
  border-color: #00b4e3;
}

.get-involved-school-txt-b.border-green {
  z-index: 1;
  border-color: #79bd28;
}

.get-involved-school-txt-b.border-darkgreen {
  z-index: 1;
  border-color: #1e873d;
}

.get-involved-school-txt-b.border-orange {
  z-index: 1;
  border-color: #f49c00;
}

.get-involved-school-b-graphic {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -35px;
  margin-left: -30px;
}

.get-involved-school-list {
  margin-top: 110px;
}

.get-involved-list-title {
  width: 15%;
  padding-right: 5%;
  float: left;
}

.get-involved-list-txt {
  width: 85%;
  float: left;
}

.get-involved-img-col {
  width: 50%;
  margin-bottom: 110px;
}

.textarea {
  min-height: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
}

.get-involved-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.get-involved-img.school {
  background-image: url('../images/get-involved-school-img1.5x.jpg');
  background-position: 65% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-involved-img.individual {
  background-image: url('../images/get-involved-individual-img1.5x.jpg');
  background-position: 65% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-graphic {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20%;
  max-width: 179px;
  margin-bottom: -55px;
}

.calender-title {
  border-bottom: 10px solid #000;
}

.calender-title.border-purple {
  border-bottom-color: #92539d;
}

.calender-title-label {
  width: 70%;
  margin-bottom: -1px;
  padding: 30px 5% 10px;
  float: left;
  background-image: url('../images/calender-tag-purple.svg');
  background-position: 0% 100%;
  background-size: cover;
}

.calender-line {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  height: 10px;
  background-color: #92539d;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.calender-bottom-b {
  position: relative;
}

.calender-btn-b {
  position: relative;
  display: inline-block;
  padding-left: 5%;
  float: right;
  background-color: #fff;
}

.calender-b {
  padding: 30px;
}

.calender {
  width: 40%;
  padding-right: 5%;
  float: left;
}

.calender-list-b {
  width: 60%;
  float: left;
}

.calender-col {
  float: left;
}

.calender-col._25 {
  width: 25%;
  padding-right: 5%;
}

.calender-col._75 {
  width: 75%;
}

.calender-col._35 {
  width: 35%;
}

.calender-col._65 {
  width: 65%;
}

.calender-region {
  width: 20%;
  margin-top: 15px;
  float: right;
}

.calender-region-dropdown {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
  background-image: url('../images/lang-arrow.svg');
  background-position: 90% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.calender-region-dropdown-list.w--open {
  overflow: hidden;
  margin-top: -1px;
  border-width: 1px;
  border-color: #8c8c8c;
  background-color: #fff;
}

.calender-region-dropdown-link-b {
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
}

.link-orange {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.link-orange:hover {
  color: #f49c00;
}

.btn-video {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.program-icon {
  width: 25%;
  max-width: 270px;
}

.program-txt {
  width: 70%;
  float: right;
}

.program-col-b {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
  text-align: center;
}

.program-row-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.program-slider-img-col {
  width: 35%;
  margin-top: 30px;
  float: right;
}

.program-slider-img-col.float-left {
  float: left;
}

.program-txt-col {
  width: 60%;
  float: left;
}

.program-txt-col.float-right {
  float: right;
}

.program-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.program-goals-b {
  margin-bottom: 30px;
}

.program-goals-img {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}

.program-upload-b {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #8c8c8c;
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.program-upload-icon {
  margin-bottom: 15px;
}

.form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.form-btn:hover {
  opacity: 0.5;
}

.form-btn-l {
  width: 50px;
}

.form-btn-l.orange {
  background-image: url('../images/form-btn-orange.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-btn-txt {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-btn-txt.orange {
  background-color: #f49c00;
}

.form-btn-r {
  width: 50px;
}

.form-btn-r.orange {
  background-image: url('../images/form-btn-orange.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.program-slider {
  height: auto;
  background-color: transparent;
}

.program-slider-arrow {
  width: 26px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.program-slider-arrow:hover {
  opacity: 0.5;
}

.program-slider-arrow.left {
  margin-left: -5%;
}

.program-slider-arrow.right {
  margin-right: -5%;
}

.program-slider-arrow-img {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.program-slide-nav {
  margin-bottom: -45px;
}

.program-slide {
  height: auto;
}

.program-graphic-book {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.program-graphic-search {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 12%;
  margin-left: -10%;
}

.program-graphic-maths {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 5%;
  margin-bottom: 16%;
}

.program-graphic-rainbow {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  margin-right: 5%;
}

.program-content-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 10%;
  max-width: 100%;
  background-image: url('../images/program-content-graphic.svg');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.program-content-mask.action-graphic {
  background-image: url('../images/action-banner-graphic.svg');
}

.inner-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 530px;
  margin-top: 182px;
}

.inner-bg.program-buddy {
  background-image: url('../images/buddy-banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.calender-list {
  display: block;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
}

.program-support-logo {
  height: 100px;
  max-width: none;
  margin: 10px;
}

.program-color-bg {
  position: relative;
  padding-bottom: 220px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(146, 83, 157, 0.15)), to(rgba(146, 83, 157, 0.15)));
  background-image: linear-gradient(180deg, rgba(146, 83, 157, 0.15), rgba(146, 83, 157, 0.15));
}

.program-bg-graphic01 {
  height: 110px;
  margin-top: 110px;
}

.program-bg-graphic01.bg-purple {
  background-image: url('../images/buddy-bg-graphic01.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.program-bg-graphic02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 110px;
  background-image: url('../images/buddy-bg-graphic02.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.program-bg-graphic02.bg-purple {
  background-image: url('../images/buddy-bg-graphic01.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-statis-graphic-bus {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 2%;
}

.home-statis-graphic-plane {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.home-statis-graphic-chem {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.home-statis-graphic-owl {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: -5%;
}

.section-news-details-banner {
  position: relative;
  background-color: #5a5a5a;
}

.section-news-details-banner.about-team {
  background-image: url('../images/about-team-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.news {
  background-image: url('../images/news-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.gallery {
  background-image: url('../images/gallery-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.donation {
  background-image: url('../images/donation-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.get-involved-school {
  background-image: url('../images/get-involved-banner-school.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.get-involved-individual {
  background-image: url('../images/get-involved-banner-individual.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.program-action {
  background-image: url('../images/action-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-news-details-banner.program-buddy {
  background-image: url('../images/buddy-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.news-details-graphic {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 15vh;
  max-width: 100%;
  background-image: url('../images/inner-banner-graphic.svg');
  background-position: 100% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.news-details-graphic.action-graphic {
  background-image: url('../images/action-banner-graphic.svg');
}

.news-details-graphic.buddy-graphic {
  background-image: url('../images/buddy-banner-graphic.svg');
}

.bg-white {
  background-color: #fff;
}

.news-details-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-top {
  margin-top: 30px;
  margin-bottom: 55px;
  float: right;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-top:hover {
  opacity: 0.5;
}

.news-details-banner-img {
  margin-bottom: -165px;
}

.news-details-title {
  margin-bottom: 55px;
}

.news-details-content {
  margin-top: 55px;
}

.profile-col {
  width: 60%;
  float: left;
}

.form-btn-b {
  margin-top: 20px;
}

.account-activity-col {
  width: 35%;
  float: right;
}

.account-activity {
  float: left;
}

.account-activity._45 {
  width: 45%;
  padding-right: 5%;
}

.account-activity._55 {
  width: 55%;
}

.account-activity-title.border-purple {
  border-bottom-color: #92539d;
}

.activity-title-label {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
  background-image: url('../images/btn-orange.svg');
  background-position: 0% 100%;
  background-size: cover;
}

.activity-content-b {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f49c00;
}

.activity-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.account-activity-line {
  height: 1px;
  background-color: #f49c00;
}

.pop-program {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding-top: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.pop-b {
  position: relative;
  padding: 40px;
  background-color: #fff;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-close:hover {
  opacity: 0.5;
}

.pop-program-pay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding-top: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-from-right"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="nav-link-hover"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-70%, -70%) rotate(-33deg);
  -ms-transform: translate(-70%, -70%) rotate(-33deg);
  transform: translate(-70%, -70%) rotate(-33deg);
}

html.w-mod-js *[data-ix="nav-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="top-icon-img-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="inner-banner-graphic"] {
  -webkit-transform: translate(0px, 50%) rotate(3deg);
  -ms-transform: translate(0px, 50%) rotate(3deg);
  transform: translate(0px, 50%) rotate(3deg);
}

html.w-mod-js *[data-ix="program-banner-graphic"] {
  -webkit-transform: translate(0px, 50%) rotate(-3deg);
  -ms-transform: translate(0px, 50%) rotate(-3deg);
  transform: translate(0px, 50%) rotate(-3deg);
}

html.w-mod-js *[data-ix="program-bg-graphic01"] {
  -webkit-transform: translate(0px, 50%) rotate(3deg);
  -ms-transform: translate(0px, 50%) rotate(3deg);
  transform: translate(0px, 50%) rotate(3deg);
}

html.w-mod-js *[data-ix="program-content-graphic"] {
  -webkit-transform: translate(0px, -100%) rotate(-3deg);
  -ms-transform: translate(0px, -100%) rotate(-3deg);
  transform: translate(0px, -100%) rotate(-3deg);
}

html.w-mod-js *[data-ix="inner-banner-graphic02"] {
  -webkit-transform: translate(0px, 50%) rotate(-3deg);
  -ms-transform: translate(0px, 50%) rotate(-3deg);
  transform: translate(0px, 50%) rotate(-3deg);
}

html.w-mod-js *[data-ix="inner-banner-content"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="about-tab-mobile-btn-on"] {
  display: none;
}

html.w-mod-js *[data-ix="about-tab-mobile-expand"] {
  height: 0px;
}

html.w-mod-js *[data-ix="news-col"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="home-statis01"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-statis02"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-statis03"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="home-statis04"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="gallery-tag-mobile-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="btn-add-icon-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="polygon-img-mask-top"] {
  -webkit-transform: translate(0px, -11px) rotate(2deg);
  -ms-transform: translate(0px, -11px) rotate(2deg);
  transform: translate(0px, -11px) rotate(2deg);
}

html.w-mod-js *[data-ix="slider-img-mask-top"] {
  -webkit-transform: translate(0px, -11px) rotate(2deg);
  -ms-transform: translate(0px, -11px) rotate(2deg);
  transform: translate(0px, -11px) rotate(2deg);
}

html.w-mod-js *[data-ix="polygon-img-mask-right"] {
  -webkit-transform: translate(20px, 0px) rotate(5deg);
  -ms-transform: translate(20px, 0px) rotate(5deg);
  transform: translate(20px, 0px) rotate(5deg);
}

html.w-mod-js *[data-ix="slider-img-mask-right"] {
  -webkit-transform: translate(20px, 0px) rotate(5deg);
  -ms-transform: translate(20px, 0px) rotate(5deg);
  transform: translate(20px, 0px) rotate(5deg);
}

html.w-mod-js *[data-ix="polygon-img-mask-bottom"] {
  -webkit-transform: translate(-9px, 13px) rotate(-2deg);
  -ms-transform: translate(-9px, 13px) rotate(-2deg);
  transform: translate(-9px, 13px) rotate(-2deg);
}

html.w-mod-js *[data-ix="slider-img-mask-bottom"] {
  -webkit-transform: translate(-9px, 13px) rotate(-2deg);
  -ms-transform: translate(-9px, 13px) rotate(-2deg);
  transform: translate(-9px, 13px) rotate(-2deg);
}

html.w-mod-js *[data-ix="polygon-img-mask-left"] {
  -webkit-transform: translate(-25px, 0px) rotate(-8deg);
  -ms-transform: translate(-25px, 0px) rotate(-8deg);
  transform: translate(-25px, 0px) rotate(-8deg);
}

html.w-mod-js *[data-ix="slider-img-mask-left"] {
  -webkit-transform: translate(-25px, 0px) rotate(-8deg);
  -ms-transform: translate(-25px, 0px) rotate(-8deg);
  transform: translate(-25px, 0px) rotate(-8deg);
}

html.w-mod-js *[data-ix="map-mask"] {
  width: 100%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .color-bar {
    height: 5px;
  }
  .container-1400 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .header-logo {
    width: 160px;
    max-width: 100%;
  }
  .nav-menu {
    overflow: hidden;
    height: 100vh;
    background-color: #fff;
  }
  .nav-menu-col {
    position: relative;
    width: 33.33%;
    max-width: 100%;
    float: left;
  }
  .nav-menu-col.left {
    display: none;
  }
  .nav-menu-col.right {
    display: none;
  }
  .nav-link {
    width: 100%;
    max-width: 100%;
  }
  .nav-link.news:hover {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.news.w--current {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.contact:hover {
    background-image: url('../images/menu-hover-contact.svg');
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.gallery:hover {
    background-image: url('../images/menu-hover-gallery.svg');
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.gallery.w--current {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.contact:hover {
    background-image: url('../images/menu-hover-contact.svg');
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-link.contact.w--current {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-dotline {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-dotline.hide-in-tablet {
    display: none;
  }
  .all {
    margin-top: 86px;
  }
  .section-content.get-involved-individual {
    margin-bottom: -55px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-content.no-padding-mobile {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .about-tabs-menu {
    width: 30%;
  }
  .about-tab-content {
    width: 70%;
  }
  .footer {
    margin-top: 0px;
  }
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .top-btn {
    margin-right: 20px;
    margin-left: 20px;
  }
  .top-row {
    display: none;
  }
  .nav-dropdown {
    width: 100%;
    max-width: 100%;
  }
  .nav-dropdown.about:hover {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-dropdown.gallery:hover {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-dropdown.get-involved:hover {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-dropdown.program:hover {
    background-position: 50% 50%;
    background-size: auto 80%;
  }
  .nav-dropdown-toggle {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-dropdown-link {
    width: 100%;
    margin-right: 0%;
    padding: 15px 5%;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    text-align: left;
    text-decoration: none;
  }
  .nav-dropdown-link.back-btn {
    padding-left: 10%;
    background-color: #e0e0e0;
    background-image: url('../images/btn-back.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    color: #5a5a5a;
    font-weight: 700;
  }
  .nav-dropdown-list-col {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .inner-quote {
    width: 60%;
  }
  .inner-quote-img {
    height: 80px;
  }
  .inner-banner-graphic {
    height: 100px;
  }
  .footer-content-b {
    display: block;
  }
  .footer-title-line {
    left: 0%;
    margin-bottom: 10px;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .footer-contact-b {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }
  .footer-contact-b.address {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact-b.general {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact-b.copyright {
    width: 100%;
    text-align: left;
  }
  .footer-contact-b.volunteer {
    width: 100%;
    max-width: 100%;
  }
  .footer-contact-info-b {
    width: 100%;
    padding-left: 35px;
    text-align: left;
  }
  .footer-contact-title {
    text-align: left;
  }
  .footer-dotline {
    display: none;
  }
  .link-red {
    display: inline-block;
  }
  .newsletter {
    background-position: 100% 0%;
    background-size: 1200px;
  }
  .newsletter-form {
    width: 100%;
  }
  .newsletter-txt {
    width: 100%;
  }
  .newsletter-content-b {
    display: block;
  }
  .menu-btn {
    padding: 25px 0px;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .about-tab-mobile {
    display: none;
  }
  .nav-menu-mobile {
    display: block;
  }
  .nav-dotline02 {
    width: 100%;
    height: 2px;
    float: left;
    background-image: url('../images/menu-dotline02.svg');
    background-position: 0% 50%;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
  .nav-dotline02.hide-in-tablet {
    display: none;
  }
  .nav-mobile-row {
    width: 100%;
    margin-top: 40px;
    float: left;
  }
  .nav-submenu-about {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-submenu-get-involved {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-submenu-gallery {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-submenu-program {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: auto;
    padding-bottom: 100px;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-menu-scroll {
    overflow: auto;
    height: 100%;
    padding-bottom: 100px;
  }
  .menu-btn-line01 {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .menu-btn-line02 {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .menu-btn-line03 {
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .news-col {
    width: 50%;
  }
  .news-content {
    height: 600px;
  }
  .home-program-logo {
    height: 50px;
  }
  .home-banner-mask {
    height: 100px;
  }
  .mask-white-left {
    height: 100px;
  }
  .home-statis-col {
    width: 50%;
  }
  .home-statis-row {
    margin-bottom: 110px;
  }
  .gallery-col {
    width: 33.33%;
  }
  .gallery-tag-b {
    overflow: hidden;
    height: 26px;
  }
  .container-800 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .checkbox-field {
    width: 50%;
  }
  .checkbox-field._66 {
    width: 100%;
  }
  .donation-txt-col {
    width: 55%;
  }
  .donation-img-col {
    width: 40%;
  }
  .get-involved-img-col {
    width: 100%;
    margin-top: 55px;
  }
  .get-involved-img {
    position: relative;
    padding-top: 55%;
  }
  .get-involved-img.school {
    background-position: 100% 0%;
    background-size: 200%;
  }
  .get-involved-img.individual {
    background-position: 100% 0%;
    background-size: 200%;
  }
  .get-involved-img-txt-b {
    position: relative;
    padding-bottom: 55px;
  }
  .get-involved-img-txt-b.bg-grey {
    background-color: #8c8c8c;
  }
  .calender-title-label {
    width: 100%;
  }
  .calender {
    width: 50%;
  }
  .calender-list-b {
    width: 50%;
  }
  .calender-region {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 30px;
    float: none;
  }
  .link-orange {
    display: inline-block;
  }
  .program-slider-img-col {
    width: 40%;
  }
  .program-txt-col {
    width: 55%;
  }
  .program-content-mask {
    height: 100px;
  }
  .news-details-graphic {
    height: 100px;
  }
  .profile-col {
    width: 100%;
  }
  .account-activity-col {
    width: 100%;
    margin-bottom: 90px;
  }
  .activity-title-label {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .header-logo {
    width: 130px;
  }
  .all {
    margin-top: 68px;
  }
  .section-content {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .section-content.get-involved-individual {
    margin-bottom: 0px;
  }
  .section-content.program {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .about-tabs-b {
    display: none;
  }
  .about-tab-content-txt-b.team {
    padding-bottom: 0px;
  }
  .section-title-txt-b {
    padding-right: 5%;
    padding-left: 5%;
  }
  .section-title.newsletter-title {
    margin-left: 0px;
  }
  .content-b {
    margin-top: 55px;
  }
  .section-inner-banner {
    height: 200px;
  }
  .section-inner-banner.about-team {
    background-attachment: scroll;
  }
  .section-inner-banner.news {
    background-attachment: scroll;
  }
  .section-inner-banner.gallery {
    background-attachment: scroll;
  }
  .section-inner-banner.donation {
    background-attachment: scroll;
  }
  .section-inner-banner.get-involved-school {
    background-attachment: scroll;
  }
  .section-inner-banner.get-involved-individual {
    background-attachment: scroll;
  }
  .section-inner-banner.program-action {
    background-attachment: scroll;
  }
  .section-inner-banner.program-buddy {
    background-attachment: scroll;
  }
  .top-btn.contact {
    width: 30px;
    height: 30px;
  }
  .nav-dropdown-list-col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-dropdown-list-title {
    font-size: 16px;
  }
  .inner-quote {
    width: 100%;
  }
  .inner-quote-img {
    height: 100px;
  }
  .section-inner-quote {
    margin-top: -100px;
  }
  .inner-banner-graphic {
    height: 50px;
  }
  .section-title-graphic01 {
    width: 46px;
    margin-left: -25px;
  }
  .section-title-graphic02 {
    width: 74px;
    margin-right: -15px;
  }
  .section-title-graphic03 {
    width: 28px;
    margin-right: -50px;
  }
  .newsletter-img-b {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100px;
    margin-left: 5%;
  }
  .newsletter-form-b {
    width: 100%;
  }
  .newsletter-b {
    display: block;
    padding-top: 30px;
  }
  .btn {
    padding-top: 18px;
    font-size: 16px;
  }
  .btn.red.margin {
    margin-top: 20px;
  }
  .newsletter-col-field {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-form-row {
    display: block;
    width: 70%;
    padding-bottom: 30px;
    float: right;
  }
  .graphic-plane {
    width: 140px;
  }
  .menu-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .about-tab-mobile {
    display: block;
  }
  .about-tab-mobile-btn {
    display: block;
    padding: 5px 20% 5px 5%;
    background-image: url('../images/about-tab-mobile.svg');
    background-position: 102% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #5a5a5a;
    font-weight: 600;
    text-decoration: none;
  }
  .about-tab-mobile-btn-on {
    display: block;
    padding: 5px 20% 5px 5%;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
  }
  .about-tab-mobile-btn-on.green {
    background-image: url('../images/about-tab-mobile-green.svg');
    background-position: 102% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .about-tab-mobile-btn-on.blue {
    background-image: url('../images/about-tab-mobile-blue.svg');
    background-position: 102% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .about-tab-mobile-expand {
    overflow: hidden;
  }
  .about-tab-mobile-content-b {
    padding: 20px 5%;
  }
  .about-tab-mobile-b {
    display: block;
    margin-bottom: 10px;
  }
  .nav-dropdown-link-program-img {
    height: 60px;
    max-width: none;
  }
  .sticky-donate-btn {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 88px;
    height: 94px;
    margin-bottom: 10%;
  }
  .sticky-donate-txt {
    margin-bottom: 17px;
    font-size: 14px;
  }
  .news-col {
    width: 100%;
  }
  .news-content {
    height: auto;
  }
  .news-txt-b {
    padding-bottom: 45px;
  }
  .section-home-banner {
    height: auto;
    background-image: none;
  }
  .home-program-col {
    width: 100%;
    margin-top: 55px;
  }
  .home-program-img-b {
    margin-top: 20px;
  }
  .home-program-logo {
    position: relative;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .home-program-row {
    margin-top: -55px;
  }
  .home-banner-mask {
    height: 50px;
  }
  .mask-white-left {
    height: 50px;
  }
  .font-size20 {
    font-size: 18px;
  }
  .home-statis-number {
    font-size: 35px;
  }
  .home-statis-row {
    margin-bottom: 55px;
  }
  .home-banner-txt {
    font-size: 22px;
    line-height: 32px;
  }
  .home-banner-content-b {
    position: relative;
    background-color: #00b4e3;
  }
  .home-banner-txt-b {
    width: 100%;
    margin-bottom: 55px;
  }
  .home-banner-img {
    position: relative;
    height: 240px;
    background-attachment: scroll;
  }
  .gallery-col {
    width: 50%;
    margin-top: 30px;
  }
  .gallery-tag-row {
    display: none;
  }
  .gallery-tag-mobile {
    display: block;
    margin-top: 30px;
  }
  .gallery-tag-mobile-dropdown {
    display: block;
  }
  .gallery-tag-mobile-dropdown-toggle {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #8c8c8c;
    background-image: url('../images/gallery-arrow.svg');
    background-position: 95% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 600;
  }
  .gallery-tag-mobile-dropdown-link {
    font-weight: 700;
  }
  .gallery-tag-mobile-dropdown-link.txt-color-red {
    color: red;
  }
  .gallery-tag-mobile-dropdown-link.txt-color-yellow {
    color: #e3c800;
  }
  .gallery-tag-mobile-dropdown-link.txt-color-tiffany {
    color: #399e8f;
  }
  .gallery-tag-mobile-dropdown-list {
    overflow: hidden;
  }
  .gallery-tag-mobile-dropdown-list.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #8c8c8c;
    background-color: #fff;
  }
  .login-line {
    width: 100%;
    height: 6px;
    margin-top: 55px;
    margin-bottom: 55px;
    background-image: url('../images/login-line-mobile.svg');
    background-position: 0% 0%;
    background-size: auto 6px;
    background-repeat: repeat-x;
  }
  .login-col {
    width: 100%;
  }
  .login-row {
    display: block;
  }
  .btn-b {
    margin-top: 30px;
  }
  .btn-b.join-b {
    position: relative;
  }
  .field-col {
    width: 100%;
  }
  .checkbox-field {
    width: 100%;
  }
  .checkbox-b {
    margin-top: 0px;
  }
  .donation-txt-col {
    width: 100%;
    float: none;
  }
  .donation-img-col {
    width: 100%;
    float: none;
  }
  .polygon-img-b {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .map-col {
    width: 100%;
    float: none;
  }
  .contact-pagetitle-b {
    width: 100%;
    float: none;
  }
  .map {
    height: 300px;
  }
  .contact-info-b {
    position: relative;
    width: 100%;
    min-width: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 30px;
    background-color: #f49c00;
    background-image: none;
  }
  .contact-info-txt-b {
    width: 100%;
  }
  .contact-logo {
    margin-top: 55px;
  }
  .contact-logo-b {
    width: 50%;
    margin-bottom: 30px;
  }
  .get-involved-school-icon {
    display: block;
    width: 150px;
    float: none;
  }
  .get-involved-school-icon.float-right {
    float: none;
  }
  .get-involved-school-content-b {
    width: 100%;
    margin-top: 30px;
    float: none;
  }
  .get-involved-school-b-graphic {
    margin-top: -25px;
    margin-left: -20px;
  }
  .get-involved-school-list {
    margin-top: 55px;
  }
  .get-involved-list-title {
    width: 100%;
    float: none;
  }
  .get-involved-list-txt {
    width: 100%;
    float: none;
  }
  .get-involved-img-col {
    margin-bottom: 55px;
  }
  .get-involved-img {
    position: relative;
    padding-top: 55%;
  }
  .get-involved-img.individual {
    background-position: 100% 0%;
    background-size: 200%;
  }
  .get-involved-img-txt-b {
    position: relative;
  }
  .get-involved-img-txt-b.bg-grey {
    background-color: #8c8c8c;
  }
  .contact-graphic {
    margin-bottom: -30px;
  }
  .calender-title {
    border-bottom-width: 5px;
  }
  .calender-line {
    height: 5px;
  }
  .calender-b {
    padding-right: 0px;
    padding-left: 0px;
  }
  .calender {
    width: 100%;
    padding-right: 0%;
    text-align: center;
  }
  .calender-list-b {
    width: 100%;
    margin-top: 30px;
  }
  .calender-region {
    width: 100%;
    margin-bottom: 15px;
  }
  .program-icon {
    display: block;
    width: 150px;
    float: none;
  }
  .program-txt {
    width: 100%;
  }
  .program-col-b {
    width: 100%;
    margin-bottom: 30px;
  }
  .program-row-b {
    display: block;
  }
  .program-slider-img-col {
    width: 100%;
    float: none;
  }
  .program-txt-col {
    width: 100%;
    float: none;
  }
  .program-goals-img {
    width: 18%;
    margin-right: 2%;
  }
  .program-upload-icon {
    width: 80px;
  }
  .form-btn {
    padding-top: 18px;
    font-size: 16px;
  }
  .program-slider {
    margin-bottom: 60px;
  }
  .program-slider-arrow {
    display: none;
  }
  .program-graphic-book {
    display: none;
  }
  .program-graphic-search {
    display: none;
  }
  .program-graphic-maths {
    display: none;
  }
  .program-graphic-rainbow {
    display: none;
  }
  .program-content-mask {
    height: 50px;
  }
  .program-icon-img {
    width: 160px;
  }
  .program-support-logo {
    height: 70px;
  }
  .program-color-bg {
    padding-bottom: 110px;
  }
  .program-bg-graphic01 {
    height: 55px;
    margin-top: 55px;
  }
  .program-bg-graphic02 {
    height: 55px;
  }
  .section-news-details-banner.about-team {
    background-attachment: scroll;
  }
  .section-news-details-banner.news {
    background-attachment: scroll;
  }
  .section-news-details-banner.gallery {
    background-attachment: scroll;
  }
  .section-news-details-banner.donation {
    background-attachment: scroll;
  }
  .section-news-details-banner.get-involved-school {
    background-attachment: scroll;
  }
  .section-news-details-banner.get-involved-individual {
    background-attachment: scroll;
  }
  .section-news-details-banner.program-action {
    background-attachment: scroll;
  }
  .section-news-details-banner.program-buddy {
    background-attachment: scroll;
  }
  .news-details-graphic {
    height: 50px;
  }
  .news-details-img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .btn-top {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .news-details-banner-img {
    margin-bottom: -55px;
  }
  .news-details-title {
    margin-bottom: 25px;
  }
  .news-details-content {
    margin-top: 0px;
  }
  .account-activity-col {
    margin-bottom: 45px;
  }
  .account-activity-title {
    border-bottom-width: 5px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .nav-menu-col {
    width: 50%;
  }
  .nav-dotline.hide-in-mobile {
    display: none;
  }
  .nav-dotline.hide-in-tablet {
    display: block;
  }
  .about-tab-content-txt-b.team {
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-team-col-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-team-col-txt {
    width: 100%;
  }
  .top-btn {
    margin-right: 10px;
    margin-left: 10px;
  }
  .inner-quote-img {
    height: 70px;
  }
  .section-inner-quote {
    margin-top: -70px;
  }
  .newsletter-img-b {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 5%;
    margin-left: 0%;
  }
  .btn.red.margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .btn.grey.margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .newsletter-form-row {
    width: 100%;
    padding-bottom: 40px;
  }
  .about-tab-mobile-content-b {
    padding-bottom: 10px;
  }
  .nav-dotline02.hide-in-mobile {
    display: none;
  }
  .nav-dotline02.hide-in-tablet {
    display: block;
  }
  .home-statis-col {
    width: 100%;
  }
  .gallery-col {
    width: 100%;
  }
  .donation-btn-b {
    display: block;
    text-align: center;
  }
  .donation-payment-img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .calender-title-label {
    padding-left: 15%;
  }
  .calender-col._25 {
    width: 100%;
    margin-bottom: -10px;
  }
  .calender-col._75 {
    width: 100%;
  }
  .calender-col._35 {
    width: 100%;
  }
  .calender-col._65 {
    width: 100%;
  }
  .program-goals-img {
    width: 25%;
  }
  .account-activity._45 {
    width: 100%;
    margin-bottom: -10px;
  }
  .account-activity._55 {
    width: 100%;
  }
  .activity-title-label {
    padding-left: 15%;
  }
}

@font-face {
  font-family: 'Jabjai';
  src: url('../fonts/jabjai_heavy.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}