body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.navigation-link {
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.donate-button {
  position: relative;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  padding: 10px 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #0098ff;
  opacity: 0.55;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.navigation-link.donate-button:hover {
  opacity: 1;
}

.navigation-link.donate-button.w--current {
  left: 0%;
}

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .27);
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #192024;
}

.section.projectssection {
  padding-bottom: 60px;
  background-color: #ecf0f1;
}

.section.projectssection.currentpro {
  background-color: #79b5e9;
  background-image: -webkit-linear-gradient(270deg, #62aae9, #7ac1ff);
  background-image: linear-gradient(180deg, #62aae9, #7ac1ff);
  color: #fff;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 60%;
  padding-top: 6%;
  padding-bottom: 0px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-linear-gradient(270deg, #115b9c, rgba(46, 157, 255, .22)), url('../images/BG_IMAGE2.jpg');
  background-image: linear-gradient(180deg, #115b9c, rgba(46, 157, 255, .22)), url('../images/BG_IMAGE2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
  text-transform: uppercase;
}

.hollow-button.all-caps.w--current {
  background-color: #fff;
  color: #49647b;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-bottom: 14px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.aboutus {
  color: #8e8e9c;
}

.section-heading.centered.past-projects {
  color: #909090;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 12px;
}

.grid-image {
  display: block;
  width: 35%;
  max-width: 11%;
  margin: 20px auto;
  padding: 18px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.form {
  margin-top: 40px;
}

.body {
  height: 100%;
}

.uk-col {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/UJ-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.aus-col {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Oz-01.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block {
  padding-top: 20%;
  padding-bottom: 20%;
  background-image: -webkit-linear-gradient(90deg, #192024, rgba(25, 32, 36, .47));
  background-image: linear-gradient(0deg, #192024, rgba(25, 32, 36, .47));
}

.donate-header {
  margin-bottom: 25px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 4px;
}

.project-blocks {
  overflow: visible;
  height: 440px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px 0px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-transition: all 350ms cubic-bezier(.6, .04, .98, .335);
  transition: all 350ms cubic-bezier(.6, .04, .98, .335);
  text-align: center;
}

.project-blocks:hover {
  box-shadow: 1px 1px 21px 3px rgba(0, 0, 0, .16);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.project-blocks.pastprojects {
  height: 600px;
  margin-right: 10px;
  margin-left: 10px;
}

.project-blocks.pastprojects.withtrailer {
  height: 600px;
}

.project-box-headers {
  width: 100%;
  height: 155px;
  padding-top: 15%;
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57));
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57));
  box-shadow: inset 0 0 27px -2px rgba(0, 0, 0, .34);
  color: #e9e9e9;
  font-size: 15px;
  line-height: 23px;
}

.project-box-headers.pastprojects {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-6.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-6.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 450px;
}

.project-box-headers.pastprojects.past1 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-3.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-3.jpg');
  background-position: 0px 0px, 50% 27%;
  background-size: auto, 450px;
}

.project-box-headers.pastprojects.past2 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-5.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-5.jpg');
  background-position: 0px 0px, 50% 46%;
  background-size: auto, 450px;
}

.project-box-headers.pastprojects.past3 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-6.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-6.jpg');
  background-position: 0px 0px, 0px -46px;
}

.project-box-headers.img1 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-1.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-1.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
}

.project-box-headers.img2 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-1.png');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 450px;
  background-attachment: scroll, fixed;
}

.project-box-headers.img3 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-2.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .57), rgba(25, 32, 36, .57)), url('../images/unnamed-2.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.project-box-headers.past4 {
  background-image: -webkit-linear-gradient(270deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-4.jpg');
  background-image: linear-gradient(180deg, rgba(25, 32, 36, .7), rgba(25, 32, 36, .7)), url('../images/unnamed-4.jpg');
  background-position: 0px 0px, 50% -18px;
  background-size: auto, 450px;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #49647b;
  text-align: center;
}

.map-tabs {
  margin-top: 0px;
  margin-bottom: 20px;
}

.text-span {
  font-weight: 600;
}

.video-button {
  display: block;
  width: auto;
  margin-top: 30px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 15px 0px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #65adec;
  -webkit-transition: all 450ms cubic-bezier(.755, .05, .855, .06);
  transition: all 450ms cubic-bezier(.755, .05, .855, .06);
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.video-button:hover {
  background-color: #fff;
  color: #76bdfc;
}

.video-modal-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  padding-top: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(46, 128, 182, .76);
  opacity: 0;
  text-align: center;
}

.video-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.heading {
  color: #cacaca;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .47);
}

.tab-header {
  font-size: 22px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.tab-header.freedompeak-header {
  color: #d3d3d3;
}

.currentpar {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.slideshow-football {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  overflow: scroll;
  padding-top: 3%;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  text-align: center;
}

.football-slider {
  height: 100%;
  background-color: transparent;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  height: 100%;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.icon {
  text-shadow: 1px 1px 6px #000;
}

.closemodal {
  margin-bottom: 10px;
  border-radius: 50px;
  box-shadow: 1px 1px 29px 0 rgba(0, 0, 0, .59);
}

.virtual-tour {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  background-color: rgba(0, 0, 0, .85);
}

.ideasection {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.past-pro-par {
  padding-right: 10px;
  padding-left: 10px;
  text-align: justify;
}

.idea-banner {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .39) 50%, rgba(25, 32, 36, 0)), url('../images/Screen-Shot-2016-11-08-at-07.41.45.png');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .39) 50%, rgba(25, 32, 36, 0)), url('../images/Screen-Shot-2016-11-08-at-07.41.45.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, .61);
}

.container {
  position: relative;
  top: -90px;
  padding: 45px 20px;
  border-radius: 20px;
  background-color: #edeff2;
  box-shadow: 1px 1px 27px 0 rgba(0, 0, 0, .27);
}

.idea-promo-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  padding-top: 4%;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  text-align: center;
}

._2nd-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  display: none;
  padding-top: 4%;
  background-color: rgba(0, 0, 0, .85);
  opacity: 0;
  text-align: center;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-top: 7%;
  margin-right: auto;
  margin-left: auto;
}

.donate-tooltip {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  width: 192px;
  padding: 13% 15px 15px;
  border-radius: 0px 30px 30px 0px;
  background-color: hsla(0, 0%, 100%, .74);
  box-shadow: 7px 0 13px 0 rgba(0, 0, 0, .29);
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  color: #6b6b6b;
  font-weight: 100;
}

.uk-donate-par {
  line-height: 30px;
}

.link {
  color: #fff;
}

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

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

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

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

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

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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

html.w-mod-js *[data-ix="new-interaction"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .navigation-link {
    display: block;
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .navigation-link.donate-button {
    display: inline-block;
    margin-right: 85px;
    margin-left: auto;
  }
  .navigation-link.donate-button.w--current {
    display: inline-block;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 8%;
    padding-bottom: 0px;
  }
  .hero-heading {
    font-size: 26px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .project-blocks {
    height: 470px;
    margin-right: 2px;
    margin-left: 2px;
  }
  .project-blocks.pastprojects {
    height: 580px;
  }
  .project-blocks.pastprojects.withtrailer {
    margin-right: 0px;
    margin-left: 0px;
  }
  .project-box-headers.pastprojects.past1 {
    font-size: 14px;
    line-height: 22px;
  }
  .project-box-headers.pastprojects.past2 {
    font-size: 14px;
    line-height: 22px;
  }
  .project-box-headers.pastprojects.past3 {
    font-size: 14px;
    line-height: 21px;
  }
  .project-box-headers.past4 {
    font-size: 13px;
    line-height: 21px;
  }
  .video-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
  }
  .currentpar {
    font-size: 12px;
    line-height: 24px;
  }
  .past-pro-par {
    font-size: 11px;
    line-height: 19px;
    text-align: left;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .white-box {
    margin-bottom: 0px;
    padding: 0px;
  }
  .hero-section.centered {
    height: 55%;
    padding-top: 61px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
  }
  .hollow-button.all-caps {
    padding: 3px 9px;
    font-size: 12px;
  }
  .hollow-button.all-caps.w--current {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }
  .section-heading.centered {
    font-size: 20px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .div-block {
    padding-top: 13%;
    padding-bottom: 13%;
  }
  .donate-header {
    font-size: 28px;
  }
  .project-blocks {
    height: 310px;
  }
  .project-blocks.pastprojects {
    height: 320px;
  }
  .project-blocks.pastprojects.withtrailer {
    height: 400px;
  }
  .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .tabs-content {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
    padding: 3px 9px;
    font-size: 12px;
  }
  .section.projectssection.currentpro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-box {
    font-size: 16px;
  }
  .hero-section.centered {
    height: 335px;
    padding-top: 60px;
  }
  .hero-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .section-heading.centered.aboutus {
    font-size: 18px;
  }
  .section-subheading.center {
    font-size: 11px;
    line-height: 30px;
  }
  .grid-image {
    width: 5%;
    max-width: 10%;
    padding: 5px;
  }
  .donate-header {
    font-size: 17px;
    letter-spacing: 3px;
  }
  .project-blocks {
    height: 400px;
  }
  .project-blocks.pastprojects {
    height: 370px;
  }
  .project-blocks.pastprojects.withtrailer {
    height: 410px;
  }
  .tab-header {
    font-size: 12px;
    line-height: 24px;
  }
  .donate-tooltip {
    padding-top: 10%;
    padding-bottom: 0px;
    text-align: left;
  }
  .uk-donate-par {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
  .image-10 {
    max-width: 40%;
  }
  .image-11 {
    max-width: 30%;
  }
}

