@font-face {
  font-family: Avenir Heavy;
  src: url("../fonts/AvenirHeavy.ttf");
}
@font-face {
  font-family: Avenir Roman;
  src: url("../fonts/AvenirLTStd-Roman.ttf");
}
@font-face {
  font-family: Proxima Nova Regular;
  src: url("../fonts/ProximaNova-Regular.otf");
}
@font-face {
  font-family: Proxima Nova Semibold;
  src: url("../fonts/Proxima-Nova-Sbold.otf");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Heavy", sans-serif;
}

p {
  font-family: "Avenir Roman", sans-serif;
  font-weight: lighter;
}

#slider {
  width: 100vw;
  height: calc(100vh - 90px) !important;
  position: relative;
  border-top: none;
  height: 100vh;
  display: flex;
}
#slider .slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
#slider #slider-tint {
  width: 100%;
  height: 100%;
  background-color: #00AAA3;
  opacity: 0.2;
  position: absolute;
  z-index: 50;
}
#slider #slider-content {
  width: 100%;
  padding: 0px 50px 50px 50px;
  position: absolute;
  bottom: 0;
  z-index: 99;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#slider #slider-content h1 {
  color: white;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
  font-size: 36px;
  flex: 7;
  margin-bottom: 40px;
}
#slider #slider-content #slider-button-container {
  flex: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}
#slider #slider-content #slider-button-container button, #slider #slider-content #slider-button-container button:focus {
  padding: 14px 60px;
  font-family: "Avenir Heavy", sans-serif;
  letter-spacing: 3px;
  border: none;
  background-color: #00AAA3;
  outline-width: 0px;
  color: white;
  box-shadow: 0px 0px 26px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
#slider #slider-buttons {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  margin-left: calc(50vw - 191px);
}
#slider #slider-buttons .slider-button, #slider #slider-buttons .slider-button:focus {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: white;
  border: none;
  outline-width: 0px;
  margin: 0px 6px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.4s;
}
#slider #slider-buttons .slider-button:hover {
  opacity: 1;
}

#covid-19-relief-fund-banner {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  padding: 15px;
  background-color: #00AAA3;
}
#covid-19-relief-fund-banner a, #covid-19-relief-fund-banner a:visited, #covid-19-relief-fund-banner a:hover, #covid-19-relief-fund-banner h1 {
  color: white;
  font-size: 24px;
  margin: 0px;
  text-decoration: none;
}

nav {
  width: 100vw;
  display: flex;
  flex-direction: column;
  font-family: "Avenir Heavy", sans-serif;
  padding: 0px 30px;
  border-bottom: 3px #00AAA3 solid;
}
nav #nav-top-row {
  display: flex;
  flex-direction: row;
}
nav #nav-top-row .nav-left {
  padding: 20px;
}
nav #nav-top-row .nav-left img {
  height: 56px;
}
nav #nav-top-row #main-nav, nav #nav-top-row #nav-right {
  flex: 2;
  min-height: 75px;
}
nav #nav-top-row #main-nav #hamburger-icon, nav #nav-top-row #nav-right #hamburger-icon {
  display: none;
  cursor: pointer;
}
nav #nav-top-row #main-nav #hamburger-icon img, nav #nav-top-row #nav-right #hamburger-icon img {
  height: 20px;
}
nav #nav-top-row #main-nav li, nav #nav-top-row #nav-right li {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav #nav-top-row #main-nav a, nav #nav-top-row #main-nav a:visited, nav #nav-top-row #nav-right a, nav #nav-top-row #nav-right a:visited {
  color: grey;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Avenir Heavy", sans-serif !important;
  padding: 0px !important;
  height: 24px;
}
nav #nav-top-row #main-nav a:hover, nav #nav-top-row #nav-right a:hover {
  color: #00AAA3;
}
nav #nav-top-row #main-nav a:before, nav #nav-top-row #nav-right a:before {
  height: 2px !important;
  background-color: #00AAA3;
}
nav #nav-top-row #main-nav .nav-social-media-icons-a, nav #nav-top-row #main-nav .nav-social-media-icons-a:hover, nav #nav-top-row #nav-right .nav-social-media-icons-a, nav #nav-top-row #nav-right .nav-social-media-icons-a:hover {
  padding: 0px 8px !important;
  border: none;
}
nav #nav-top-row #main-nav .nav-social-media-icons, nav #nav-top-row #nav-right .nav-social-media-icons {
  width: 24px;
  height: 24px;
}
nav #nav-top-row #nav-right {
  flex: 1;
}
nav #hamburger-menu {
  width: 100%;
  padding: 20px 0px;
  display: none;
}
nav #hamburger-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
nav #hamburger-menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
nav #hamburger-menu ul li, nav #hamburger-menu ul li:hover, nav #hamburger-menu ul a {
  text-decoration: none;
  color: gray;
  font-family: "Avenir Heavy", sans-serif !important;
}
nav #hamburger-menu ul #grants-given-hamburger-menu {
  display: none;
  margin-top: 10px;
}
nav #hamburger-menu ul #grants-given-hamburger-menu #grants-given-hamburger-menu-subcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
nav #hamburger-menu ul #grants-given-hamburger-menu #grants-given-hamburger-menu-subcontainer a {
  font-family: "Proxima Nova Regular", sans-serif !important;
}

#grants-given-dropdown {
  display: none;
  background-color: #00AAA3;
  width: 100%;
  position: absolute;
  z-index: 10;
}
#grants-given-dropdown #grants-given-dropdown-subcontainer {
  display: flex;
  justify-content: space-around;
  background-color: #00AAA3;
  width: 100%;
  padding: 15px;
}
#grants-given-dropdown #grants-given-dropdown-subcontainer a, #grants-given-dropdown #grants-given-dropdown-subcontainer a:visited {
  color: white;
  text-decoration: none;
  font-family: "Avenir Heavy", sans-serif !important;
}
#grants-given-dropdown #grants-given-dropdown-subcontainer .hvr-underline-from-left:before {
  background-color: white;
}

#form-message {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

#box-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#box-1 #box-1-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}
#box-1 #box-1-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#box-1 #box-1-left {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 70px;
}
#box-1 #box-1-left h1 {
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#box-1 #box-1-left p {
  font-size: 16px;
}
#box-1 #box-1-left #box-1-a, #box-1 #box-1-left #box-1-a:visited, #box-1 #box-1-left #box-1-a:hover {
  padding: 10px 24px;
  font-family: "Avenir Heavy", sans-serif;
  letter-spacing: 3px;
  border: none;
  background-color: #00AAA3;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  width: fit-content;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#box-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 170, 163, 0.05);
}
#box-2 #box-2-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}
#box-2 #box-2-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#box-2 #box-2-right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 70px;
}
#box-2 #box-2-right h1 {
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#box-2 #box-2-right p {
  font-size: 16px;
}
#box-2 #box-2-right #box-2-a, #box-2 #box-2-right #box-2-a:visited, #box-2 #box-2-right #box-2-a:hover {
  padding: 10px 24px;
  font-family: "Avenir Heavy", sans-serif;
  letter-spacing: 3px;
  border: none;
  background-color: #00AAA3;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  width: fit-content;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

#box-3 {
  width: 100%;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
}
#box-3 h1 {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  align-self: center;
  margin-left: 50px;
}
#box-3 p {
  font-size: 18px;
  text-align: center;
  color: grey;
  margin-top: 21px;
  padding: 0px 50px;
}
#box-3 #our-projects-read-more, #box-3 #our-projects-read-more:visited, #box-3 #our-projects-read-more:hover {
  background-color: #00AAA3;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  border: 2px #00AAA3 solid;
}
#box-3 #our-projects-read-more:hover, #box-3 #our-projects-read-more:focus, #box-3 #our-projects-read-more:active {
  background-color: white;
  color: #00AAA3;
}
#box-3 .projects-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
#box-3 .projects-container .projects-row {
  flex: 1;
  display: flex;
  flex-direction: row;
}
#box-3 .projects-container .projects-row .project {
  flex: 1;
  height: 300px;
  position: relative;
}
#box-3 .projects-container .projects-row .project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
#box-3 .projects-container .projects-row .project .project-info {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 170, 163, 0.5);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 6px;
}
#box-3 .projects-container .projects-row .project .project-info p {
  color: white;
  font-family: "Avenir Heavy", sans-serif;
  font-size: 24px;
  text-align: center;
  line-height: 27px;
}
#box-3 .projects-container .projects-row .project .project-info:hover {
  opacity: 1;
}

#header {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #header-tint {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#header #header-text-container {
  position: absolute;
  z-index: 50;
  display: flex;
  flex-direction: row;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#header #header-text-container #header-text-left {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 2;
}
#header #header-text-container #header-text-left h1 {
  font-size: 41px;
  margin: 5px 0px 20px 0px;
  width: fit-content;
  color: black;
}
#header #header-text-container #header-text-left h2 {
  font-size: 19px;
  font-family: "Proxima Nova Regular", sans-serif !important;
  color: grey;
  letter-spacing: 1px;
  line-height: 27px;
}
#header #header-text-container #our-mission-heading {
  margin-bottom: 0px;
  font-size: 16px;
}
#header #header-text-container #header-text-right {
  flex: 3;
  background-image: url("../img/forbury-gardens-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#header #header-text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 70px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
}
#header #header-text #header-text-box {
  flex: 1;
}
#header #header-text #header-img-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #header-text h1 {
  font-size: 50px;
  margin: 5px 0px 20px 0px;
  color: black;
}
#header #header-text h2 {
  font-size: 17px;
  font-family: "Proxima Nova Regular", sans-serif !important;
  color: grey;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}
#header #header-text #our-mission-heading {
  margin-bottom: 0px;
  font-size: 16px;
}
#header #header-text img {
  float: right;
  width: 90%;
  margin-left: 40px;
  margin-bottom: 40px;
}

#who-we-are-box-1 {
  display: flex;
  flex-direction: column;
  padding: 40px;
  align-items: center;
  background-color: #00AAA3;
}
#who-we-are-box-1 h2 {
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
  width: fit-content;
  letter-spacing: 1px;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container {
  flex-direction: row;
  padding: 20px 50px;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container p {
  color: white;
  text-align: center;
  font-size: 17.5px;
  margin: 30px 0px;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container .who-we-are-box-1-text {
  flex: 1;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container .who-we-are-box-1-text p {
  padding: 0px 30px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container #who-we-are-box-1-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#who-we-are-box-1 #who-we-are-box-1-inner-container #who-we-are-box-1-image img {
  width: 100%;
  height: auto;
}

#who-we-are-box-2 {
  padding: 50px 0px;
  background-color: rgba(0, 170, 163, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#who-we-are-box-2 h1 {
  text-align: left;
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 35px;
}
@keyframes infinitePartnersScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(0px - 50%));
  }
}
#who-we-are-box-2 #partners-container {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 90%;
}
#who-we-are-box-2 #partners-images {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  width: fit-content;
  overflow-x: hidden;
  animation-name: infinitePartnersScroll;
  animation-duration: 75s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 3s;
}
#who-we-are-box-2 #partners-images .image-set {
  float: left;
  display: flex;
  overflow: auto;
  flex-direction: row;
  align-items: center;
}
#who-we-are-box-2 #partners-images .image-set .container-image {
  height: 150px;
  display: inline-block;
  float: left;
  padding: 0px 20px;
  overflow: hidden;
  margin: 0px 10px;
}
#who-we-are-box-2 #partners-images .image-set .container-image img {
  height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#who-we-are-box-2 #partners-images .image-set .container-image .portrait-image {
  width: auto;
  height: 100%;
}
#who-we-are-box-2 #partners-images:hover {
  animation-play-state: paused;
}

#who-we-are-box-3 {
  display: flex;
  flex-direction: row;
}
#who-we-are-box-3 #who-we-are-box-3-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#who-we-are-box-3 #who-we-are-box-3-image img {
  width: 100%;
  height: auto;
}
#who-we-are-box-3 #who-we-are-box-3-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#who-we-are-box-3 #who-we-are-box-3-text h2, #who-we-are-box-3 #who-we-are-box-3-text p {
  padding: 0px 50px;
  text-align: center;
}
#who-we-are-box-3 #who-we-are-box-3-text h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
#who-we-are-box-3 #who-we-are-box-3-text p {
  font-size: 16px;
  margin-bottom: 6px;
}

#who-we-are-box-4 {
  padding: 30px 30px 30px 30px;
  width: 80vw;
  margin-left: 10vw;
  display: flex;
  flex-direction: column;
}
#who-we-are-box-4 h1 {
  text-align: center;
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  align-self: center;
  font-size: 35px;
}
#who-we-are-box-4 #trustees {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
#who-we-are-box-4 #trustees .trustee {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0px 5px;
}
#who-we-are-box-4 #trustees .trustee #trustee-image-container {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#who-we-are-box-4 #trustees .trustee #trustee-image-container #trustee-image-hover-tint {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 163, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
#who-we-are-box-4 #trustees .trustee #trustee-image-container #trustee-image-hover-tint button, #who-we-are-box-4 #trustees .trustee #trustee-image-container #trustee-image-hover-tint button:focus {
  outline-width: 0px;
  border: 2px white solid;
  background-color: transparent;
  color: white;
  padding: 12px;
  cursor: pointer;
}
#who-we-are-box-4 #trustees .trustee #trustee-image-container #trustee-image-hover-tint:hover {
  opacity: 1;
}
#who-we-are-box-4 #trustees .trustee #trustee-description-container {
  background-color: #00AAA3;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#who-we-are-box-4 #trustees .trustee #trustee-description-container a, #who-we-are-box-4 #trustees .trustee #trustee-description-container a:visited, #who-we-are-box-4 #trustees .trustee #trustee-description-container a:hover {
  color: white;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#who-we-are-box-4 #trustees .trustee #trustee-description-container #trustee-divider {
  width: 60px;
  height: 2px;
  background-color: white;
  margin: 8px 0px;
}
#who-we-are-box-4 #trustees .trustee #trustee-description-container p {
  color: white;
  font-size: 15px;
  margin: 0px;
}
#who-we-are-box-4 #trustee-description {
  margin-top: 40px;
  overflow: hidden;
  transition: height 0.5s;
}
#who-we-are-box-4 #trustee-description h1 {
  margin-bottom: 20px;
  text-align: left;
}
#who-we-are-box-4 #trustee-description #trustee-description-role {
  color: grey;
}
#who-we-are-box-4 #trustee-description #trustee-description-minimise {
  font-size: 16px;
  color: lightgrey;
  cursor: pointer;
  margin-bottom: 20px;
}
#who-we-are-box-4 .trustee-description-filler {
  overflow: hidden;
}

#who-we-are-images-banner {
  margin-bottom: 60px;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(calc(0px - 50%));
  }
  to {
    transform: translateX(0);
  }
}
#who-we-are-images-banner #who-we-are-slideshow {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 90%;
  margin-left: 5%;
}
#who-we-are-images-banner #who-we-are-images {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  width: fit-content;
  overflow-x: hidden;
  animation-name: infiniteScroll;
  animation-duration: 45s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 3s;
}
#who-we-are-images-banner #who-we-are-images .image-set {
  float: left;
  display: flex;
  overflow: auto;
  flex-direction: row;
}
#who-we-are-images-banner #who-we-are-images .container-image {
  height: 200px;
  display: inline-block;
  float: left;
  padding: 0px 10px;
  overflow: hidden;
}
#who-we-are-images-banner #who-we-are-images .container-image img {
  height: 100%;
}
#who-we-are-images-banner #who-we-are-images .container-image .portrait-image {
  width: auto;
  height: 100%;
}
#who-we-are-images-banner #who-we-are-images:hover {
  animation-play-state: paused;
}

#trustee-lightbox {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#trustee-lightbox #trustee-lightbox-container {
  background-color: white;
  padding: 40px;
  max-width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#trustee-lightbox #trustee-lightbox-container #trustee-lightbox-container-left {
  flex: 1;
  padding-right: 40px;
}
#trustee-lightbox #trustee-lightbox-container #trustee-lightbox-container-left #trustee-lightbox-image {
  width: 100%;
}
#trustee-lightbox #trustee-lightbox-container #trustee-lightbox-container-right {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#trustee-lightbox #trustee-lightbox-container #trustee-lightbox-container-right #close {
  min-width: 30px !important;
  height: 30px !important;
  background-color: lightgray;
  border-radius: 15px;
  outline-width: 0px;
  cursor: pointer;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

#community-work-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
#community-work-parent h1 {
  border-bottom: 3px #00AAA3 solid;
  width: fit-content;
  font-size: 35px;
}
#community-work-parent #community-work {
  width: 80vw;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 350px;
}
@keyframes infiniteCommunityWorkScroll {
  from {
    transform: translateX(calc(0px - 50%));
  }
  to {
    transform: translateX(0);
  }
}
#community-work-parent #community-work #community-work-container {
  height: 100%;
  position: absolute;
  top: 0;
  overflow: auto;
  display: flex;
  flex-direction: row;
  width: fit-content;
  overflow-x: hidden;
  animation-name: infiniteCommunityWorkScroll;
  animation-duration: 128s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 3s;
}
#community-work-parent #community-work #community-work-container .community-work-inner {
  display: flex;
  flex-direction: row;
  overflow: auto;
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
#community-work-parent #community-work #community-work-container .community-work-inner #community-work-item {
  background-color: white;
  height: 100%;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.4);
  float: left;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
#community-work-parent #community-work #community-work-container .community-work-inner #community-work-item img {
  height: 100%;
  width: auto;
  border-right: 5px #00AAA3 solid;
}
#community-work-parent #community-work #community-work-container .community-work-inner #community-work-item p {
  text-align: left;
  padding: 20px;
  width: 300px;
}
#community-work-parent #community-work #community-work-container:hover {
  animation-play-state: paused;
}

#how-we-can-help {
  margin: 40px 0px;
}
#how-we-can-help .row {
  flex-direction: column;
  justify-content: center;
}
#how-we-can-help .row h1 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 30px;
}
#how-we-can-help .row h6 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  font-size: 17px;
  font-family: "Proxima Nova Regular", sans-serif !important;
  color: grey;
  letter-spacing: 1px;
  line-height: 27px;
}
#how-we-can-help .row p {
  font-size: 17px;
  color: grey;
}
#how-we-can-help .row #how-we-can-help-text {
  text-align: center;
}
#how-we-can-help .row a, #how-we-can-help .row a:visited, #how-we-can-help .row a:hover {
  color: grey;
  text-decoration: underline;
}
#how-we-can-help .row .how-we-can-help-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#how-we-can-help .row .how-we-can-help-column .col-md-12 {
  padding: 0px;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-text-container {
  padding: 0px;
  margin-bottom: 10px;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container {
  display: flex;
  flex-direction: row;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box {
  margin: 10px 0px;
  width: 100%;
  border: 3px solid #00AAA3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container {
  padding: 55px 30px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 163, 0.6);
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container h4, #how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container p, #how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container a, #how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container a:hover {
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 22px;
  color: white;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container p, #how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container a, #how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container a:hover {
  font-size: 16px;
}
#how-we-can-help .row .how-we-can-help-column .how-we-can-help-boxes-container .how-we-can-help-box .how-we-can-help-box-container .view-more-btn {
  border: 2px solid white;
  color: white;
  padding: 2px 20px;
  width: fit-content;
  margin-top: 12px;
  font-size: 14px;
}
#how-we-can-help .row .apply {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
#how-we-can-help .row .apply #apply-a, #how-we-can-help .row .apply #apply-a:hover {
  text-decoration: underline;
  color: grey;
}
#how-we-can-help .row .apply div {
  padding: 0px;
}
#how-we-can-help .row .apply div p {
  font-size: 16px;
}
#how-we-can-help .row .apply div form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#how-we-can-help .row .apply div form .form-input-row {
  width: 100%;
}
#how-we-can-help .row .apply div form input {
  margin-bottom: 18px;
}
#how-we-can-help .row .apply div form input[type=text] {
  width: calc(50% - 12px);
  border: none;
  outline: none;
  background-color: #e7e7e7;
  padding: 12px 10px;
  border-radius: 3px;
  font-size: 14px;
  float: left;
}
#how-we-can-help .row .apply div form label {
  font-size: 15px;
  border: 2px #00AAA3 solid;
  width: 280px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  padding: 0px 12px;
  overflow: hidden;
}
#how-we-can-help .row .apply div form button {
  border: none;
  outline: none;
  background-color: rgba(0, 170, 163, 0.5);
  color: white;
  width: 280px;
  height: 40px;
  cursor: pointer;
}
#how-we-can-help .row .apply div form #website {
  display: none;
}

#eligibility-header {
  margin: 60px 0px;
}
#eligibility-header .col-md-8 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#eligibility-header .col-md-8 img {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
#eligibility-header .col-md-8 h1 {
  letter-spacing: 1px;
  width: fit-content;
}
#eligibility-header .col-md-8 p {
  margin-top: 6px;
  text-align: center;
}
#eligibility-header .col-md-8 a, #eligibility-header .col-md-8 a:visited, #eligibility-header .col-md-8 a:hover {
  padding: 10px 24px;
  border: 1.5px #00AAA3 solid;
  width: fit-content;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #00AAA3;
}
#eligibility-header .col-md-8 a:hover, #eligibility-header .col-md-8 a:focus, #eligibility-header .col-md-8 a:active {
  background-color: white;
  color: #00AAA3;
}

#eligibility-questions {
  margin-bottom: 60px;
}
#eligibility-questions #eligibility-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#eligibility-questions h2 {
  font-size: 27px;
  border-bottom: 2px lightgray solid;
  padding: 0px 10px;
}
#eligibility-questions p, #eligibility-questions li {
  text-align: center;
  font-size: 18.5px;
  line-height: 22px;
  margin-bottom: 4px;
  font-family: "Proxima Nova Regular", sans-serif !important;
}
#eligibility-questions ul {
  margin: 0px 30px;
}
#eligibility-questions li {
  text-align: left;
  font-size: 14px;
}
#eligibility-questions .question-answer-box-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  width: 100%;
}
#eligibility-questions .question-answer-box-container .question-answer-box {
  flex: 1;
  margin: 10px 45px;
  background-color: rgba(0, 170, 163, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  cursor: pointer;
}
#eligibility-questions .question-answer-box-container .question-answer-box h6 {
  color: #00AAA3;
  padding: 0px;
  margin: 0px;
}
#eligibility-questions #submitQuiz {
  border: 1.5px #00AAA3 solid;
  color: white;
  width: 140px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  background-color: #00AAA3;
}
#eligibility-questions #submitQuiz:hover, #eligibility-questions #submitQuiz:focus, #eligibility-questions #submitQuiz:active {
  background-color: white;
  color: #00AAA3;
}
#eligibility-questions #eligibility-result {
  margin-top: 40px;
}
#eligibility-questions #eligibility-result #eligibility-success, #eligibility-questions #eligibility-result #eligibility-failure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#eligibility-questions #eligibility-result h5, #eligibility-questions #eligibility-result a, #eligibility-questions #eligibility-result a:visited {
  text-align: center;
  font-size: 17px;
  font-family: "Proxima Nova Regular", sans-serif !important;
  text-decoration: none;
  color: black;
}
#eligibility-questions #eligibility-result a, #eligibility-questions #eligibility-result a:visited {
  border-bottom: 2px #00AAA3 solid;
}

#projects-header {
  padding: 50px 0px 40px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#projects-header h1 {
  font-size: 41px;
  text-align: center;
  width: fit-content;
  margin-bottom: 20px;
}
#projects-header p {
  font-size: 17px;
  color: grey;
  width: 60%;
  text-align: center;
}
#projects-header p a, #projects-header p a:visited {
  color: grey;
  text-decoration: underline;
}
#projects-header #projects-separator {
  width: 80px;
  height: 4px;
  background-color: #00AAA3;
  margin: 20px 0px;
}

#projects {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
#projects #projects-row, #projects #projects-row-single {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
#projects #projects-row .projects-main-intro-container, #projects #projects-row-single .projects-main-intro-container {
  flex: 1;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 15px;
  cursor: pointer;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.4);
  border: 4px solid #00AAA3;
}
#projects #projects-row .projects-main-intro-container .cv19rf-project:hover, #projects #projects-row-single .projects-main-intro-container .cv19rf-project:hover {
  text-decoration: none;
}
#projects #projects-row .projects-main-intro-container .projects-tint, #projects #projects-row-single .projects-main-intro-container .projects-tint {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 163, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
#projects #projects-row .projects-main-intro-container .projects-tint p, #projects #projects-row-single .projects-main-intro-container .projects-tint p {
  color: white;
  font-weight: bold;
  font-size: 30px;
  padding: 6px 20px;
  margin-bottom: 0px;
  text-align: center;
}
#projects #projects-row .projects-individual, #projects #projects-row-single .projects-individual {
  flex: 1;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 15px;
  cursor: pointer;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.4);
}
#projects #projects-row .projects-individual .cv19rf-project:hover, #projects #projects-row-single .projects-individual .cv19rf-project:hover {
  text-decoration: none;
}
#projects #projects-row .projects-individual .projects-tint, #projects #projects-row-single .projects-individual .projects-tint {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#projects #projects-row .projects-individual .projects-tint p, #projects #projects-row-single .projects-individual .projects-tint p {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 14px 0px;
  margin-bottom: 0px;
  background-color: white;
  width: 100%;
  background-color: #00aaa3;
}
#projects #projects-row-single .projects-main-intro-container {
  width: 50% !important;
  flex: none;
}

#lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 170, 163, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#lightbox #lightbox-inner {
  background-color: white;
  width: 60vw;
  max-height: 60vh;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  padding: 50px;
}
#lightbox #lightbox-inner button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  background-color: #c5c5c5;
  color: white;
  outline-width: 0px;
  cursor: pointer;
  float: right;
  font-weight: bold;
}
#lightbox #lightbox-inner h1 {
  font-size: 30px;
}
#lightbox #lightbox-inner #lightbox-separator {
  height: 3px;
  background-color: #00AAA3;
  width: 100px;
  margin: 20px 0px;
}

#custom-projects-video {
  width: 70%;
  margin-top: 30px;
}

#review-2024-container {
  padding: 0% 20%;
  margin-bottom: 100px;
}
#review-2024-container h2 {
  width: fit-content;
  margin: 30px 0px;
  padding-bottom: 3px;
  border-bottom: 3px #00AAA3 solid;
  font-size: 27px;
}
#review-2024-container .review-2024-photo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#review-2024-container .review-2024-photo-container figure {
  width: 80%;
  max-width: 500px;
  padding: 0px 10px;
}
#review-2024-container .review-2024-photo-container figure img {
  width: 100%;
}
#review-2024-container .review-2024-photo-container figure #portrait-image-review-2024 {
  height: 350px;
  width: auto;
  justify-self: center;
  display: block;
  margin: 0 auto;
}
#review-2024-container .review-2024-photo-container #figure-one {
  display: flex;
  flex-direction: column;
}
#review-2024-container figcaption {
  text-align: center;
  color: gray;
  margin-top: 7px;
}

@media only screen and (max-width: 768px) {
  #review-2024-container {
    padding: 0% 10%;
  }
  #review-2024-container .review-2024-photo-container {
    flex-direction: column;
  }
}
.covid-19-relief-fund .row {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}
.covid-19-relief-fund .row .col-md-10 {
  display: flex;
  flex-direction: column;
}
.covid-19-relief-fund .row .col-md-10 #earth-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  align-self: center;
}
.covid-19-relief-fund .row .col-md-10 h1 {
  text-align: center;
}
.covid-19-relief-fund .row .col-md-10 #apply-to-covid-19-relief-fund-btn {
  align-self: center;
  padding: 10px 24px;
  font-family: "Avenir Heavy", sans-serif;
  letter-spacing: 3px;
  border: none;
  background-color: #00AAA3;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  width: fit-content;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.covid-19-relief-fund .row .col-md-10 h2 {
  text-align: left;
  font-size: 19px;
  color: #00AAA3;
  margin-top: 25px;
}
.covid-19-relief-fund .row .col-md-10 p {
  text-align: left;
  font-size: 17px;
  color: grey;
}
.covid-19-relief-fund .row .col-md-10 p a, .covid-19-relief-fund .row .col-md-10 p a:visited, .covid-19-relief-fund .row .col-md-10 p a:hover {
  text-decoration: underline;
  color: grey;
}
.covid-19-relief-fund .row .col-md-10 #apply-to-covid-19-relief-fund, .covid-19-relief-fund .row .col-md-10 #apply-to-reading-youth-fund {
  padding-top: 30px;
}
.covid-19-relief-fund .row .col-md-10 form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.covid-19-relief-fund .row .col-md-10 form .form-input-row {
  width: 100%;
}
.covid-19-relief-fund .row .col-md-10 form input {
  margin-bottom: 18px;
}
.covid-19-relief-fund .row .col-md-10 form input[type=text], .covid-19-relief-fund .row .col-md-10 form input[type=email], .covid-19-relief-fund .row .col-md-10 form textarea {
  width: calc(50% - 12px);
  border: none;
  outline: none;
  background-color: #e7e7e7;
  padding: 12px 10px;
  border-radius: 3px;
  font-size: 14px;
  float: left;
}
.covid-19-relief-fund .row .col-md-10 form textarea {
  white-space: pre-wrap;
}
.covid-19-relief-fund .row .col-md-10 form #type-of-organisation-container {
  margin-bottom: 20px;
}
.covid-19-relief-fund .row .col-md-10 form #type-of-organisation-container .type-of-org-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
}
.covid-19-relief-fund .row .col-md-10 form #type-of-organisation-container .type-of-org-container .type-of-org-container-checkbox {
  width: 22px;
  height: 22px;
  border: 2px #00AAA3 solid;
  margin-right: 15px;
  border-radius: 3px;
  cursor: pointer;
}
.covid-19-relief-fund .row .col-md-10 form #type-of-organisation-container .type-of-org-container p {
  margin: 0px;
}
.covid-19-relief-fund .row .col-md-10 form label {
  font-size: 15px;
  border: 2px #00AAA3 solid;
  width: 280px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  padding: 0px 12px;
  overflow: hidden;
}
.covid-19-relief-fund .row .col-md-10 form button {
  border: none;
  outline: none;
  background-color: rgba(0, 170, 163, 0.5);
  color: white;
  width: 280px;
  height: 40px;
  cursor: pointer;
}
.covid-19-relief-fund .row .col-md-10 form #website {
  display: none;
}
.covid-19-relief-fund .row .col-md-10 .covid-19-rf-recent-grants-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.covid-19-relief-fund .row .col-md-10 .covid-19-rf-recent-grants-container .covid-19-rf-recent-grants-subcontainer {
  display: flex;
  flex: 1;
  flex-direction: row;
  margin-bottom: 10px;
}
.covid-19-relief-fund .row .col-md-10 .covid-19-rf-recent-grants-container .covid-19-rf-recent-grants-subcontainer .col-md-6 {
  flex: 1;
  height: 200px;
  margin-left: 5px;
  margin-right: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  cursor: pointer;
}
.covid-19-relief-fund .row .col-md-10 .covid-19-rf-recent-grants-container .covid-19-rf-recent-grants-subcontainer .col-md-6 p {
  width: calc(100% - 12px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
  display: block;
  position: absolute;
  bottom: 0px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  font-size: 19px;
  color: black;
}

#cv19-rf-lightbox {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 170, 163, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#cv19-rf-lightbox #lightbox-inner {
  background-color: white;
  width: 60vw;
  max-height: 60vh;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  padding: 50px;
}
#cv19-rf-lightbox #lightbox-inner button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: none;
  background-color: #c5c5c5;
  color: white;
  outline-width: 0px;
  cursor: pointer;
  float: right;
  font-weight: bold;
}
#cv19-rf-lightbox #lightbox-inner h1 {
  font-size: 30px;
}
#cv19-rf-lightbox #lightbox-inner #lightbox-separator {
  height: 3px;
  background-color: #00AAA3;
  width: 100px;
  margin: 20px 0px;
}

#in-the-community {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#in-the-community #slider-container {
  width: 70vw;
  height: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#in-the-community #slider-container button {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 2px black solid;
  background: none;
  font-size: 20px;
  background-color: lightgrey;
  cursor: pointer;
}
#in-the-community #slider-container #slider-img-container {
  height: 100%;
  width: calc(100% - 100px);
  padding-left: 30px;
  padding-right: 30px;
}
#in-the-community #slider-container #slider-img-container img, #in-the-community #slider-container #slider-img-container video {
  display: block;
  margin: auto;
  height: 100%;
  width: auto;
  box-shadow: 0px 0px 70px 8px rgb(140, 140, 140);
}
#in-the-community #slider-container #slider-img-container video {
  display: none;
}
#in-the-community #in-the-community-caption {
  width: 70vw;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
}

#community-news-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#community-news-container .community-news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#community-news-container .community-news-item .community-date {
  text-transform: uppercase;
  font-weight: bold;
  color: grey;
  margin: 0px;
  font-size: 21px !important;
}
#community-news-container .community-news-item img {
  width: 320px;
  height: 320px;
  border-radius: 160px;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 46px rgba(0, 0, 0, 0.4);
}
#community-news-container .community-news-item p {
  text-align: center;
  font-size: 17px;
}
#community-news-container .fa-circle {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00AAA3;
  font-size: 13px;
}

#contact-us-container {
  padding: 60px 0px;
}
#contact-us-container .row {
  justify-content: center;
}
#contact-us-container h1 {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#contact-us-container .contact-map-container {
  background-image: url("../img/Map-Reading.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  flex-direction: row;
}
#contact-us-container .map-inner-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-us-container .map-inner-box .map-contact-details-layer {
  background-color: white;
  width: 75%;
  height: 75%;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
}
#contact-us-container .map-inner-box .map-contact-details-layer div {
  width: 100%;
  flex: 1;
  padding: 0px 60px;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-horizontal p {
  font-family: "Proxima Nova Regular", sans-serif;
  font-size: 40px;
  margin-left: 20px;
  margin-bottom: 0px;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-horizontal img {
  height: 60px;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-address {
  margin-top: 20px;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-address p {
  margin-bottom: 4px;
}
#contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-address a, #contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-address a:visited, #contact-us-container .map-inner-box .map-contact-details-layer .map-contact-details-layer-address a:hover {
  color: #212529;
  text-decoration: none !important;
}
#contact-us-container #map-inner-box-small-screen-size {
  display: none;
  margin-top: -160px;
  z-index: 99;
}
#contact-us-container #map-inner-box-small-screen-size .map-contact-details-layer {
  width: auto;
  height: auto;
}
#contact-us-container .contact-boxes-container {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.15);
  padding: 0px;
}
#contact-us-container .contact-boxes-container .contact-box-selectables {
  flex: 1;
  padding: 30px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px white;
}
#contact-us-container .contact-boxes-container .contact-box-selectables h3, #contact-us-container .contact-boxes-container .contact-box-selectables p {
  text-align: center;
  margin: 0px;
}
#contact-us-container .contact-boxes-container .contact-box-selectables .contact-boxes-selectables-separator {
  margin: 10px 0px;
  background-color: #00AAA3;
  height: 2px;
  width: 50%;
  border-radius: 16px;
}
#contact-us-container .contact-boxes-expansion {
  margin-top: 60px;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 2s;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes .expanded-contact-boxes-separator {
  margin: 17px 0px;
  height: 3px;
  width: 100px;
  border-radius: 16px;
  background-color: #00AAA3;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form {
  width: 100%;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row .contact-form-input {
  flex: 1;
  margin: 10px 20px;
  border: none;
  border-radius: 0px;
  background-color: rgb(240, 240, 240);
  padding: 10px;
  color: black;
  outline: none;
  white-space: pre-wrap;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row p {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  color: grey;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row a, #contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row a:visited, #contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .contact-form-row a:hover {
  color: grey;
  text-decoration: underline;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form #website {
  display: none;
}
#contact-us-container .contact-boxes-expansion .expanded-contact-boxes form .submit-general-enquiry {
  border: none;
  background-color: #00AAA3;
  color: white;
  width: 150px;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
#contact-us-container .contact-boxes-expansion #contact-submit-an-application-box p {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  color: grey;
}
#contact-us-container .contact-boxes-expansion #contact-submit-an-application-box a, #contact-us-container .contact-boxes-expansion #contact-submit-an-application-box a:visited, #contact-us-container .contact-boxes-expansion #contact-submit-an-application-box a:hover {
  color: grey;
  text-decoration: underline;
}

#privacy-policy-slider {
  width: 100vw;
  height: 50vh;
  background-image: url("../img/market-place-panorama.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
#privacy-policy-slider #header-tint {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 170, 163, 0.2);
  width: 100%;
  height: 100%;
}
#privacy-policy-slider h1 {
  color: white;
  font-size: 46px;
  border: 3px white solid;
  padding: 30px 50px;
  background-color: rgba(255, 255, 255, 0.15);
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.7);
}

#privacy-policy {
  padding: 40px 0px;
}
#privacy-policy h1 {
  font-size: 34px;
  margin-bottom: 24px;
}
#privacy-policy h2 {
  font-size: 28px;
  margin-top: 28px;
  margin-bottom: 12px;
}
#privacy-policy h3 {
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 12px;
}
#privacy-policy .lead, #privacy-policy .lead a, #privacy-policy .lead a:visited, #privacy-policy li, #privacy-policy a, #privacy-policy a:visited {
  font-size: 17px;
  text-decoration: none;
  color: grey;
  font-family: "Proxima Nova Regular", sans-serif;
}

footer {
  width: 100vw;
  background-color: rgba(0, 170, 163, 0.05);
  display: flex;
  flex-direction: row;
  border-top: 3px #00AAA3 solid;
  padding: 40px 60px;
}
footer .footer-left, footer .footer-right {
  flex: 1;
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .footer-left img {
  width: 25%;
  height: auto;
  margin-bottom: 40px;
}
footer .footer-left p {
  margin-bottom: 0px;
}
footer .footer-left p #footer-contact-a, footer .footer-left p #footer-contact-a:visited, footer .footer-left p #footer-contact-a:hover {
  padding: 10px 20px;
  font-family: "Avenir Heavy", sans-serif;
  letter-spacing: 3px;
  border: 2px #00AAA3 solid;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  width: 25%;
  text-align: center;
  background-color: #00AAA3;
  color: white;
  font-size: 13px;
  text-decoration: none;
}
footer .footer-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .footer-right .footer-right-inner-container {
  display: block;
  float: right;
}
footer .footer-right p, footer .footer-right a, footer .footer-right a:visited {
  margin-bottom: 0px;
  text-align: right;
  font-size: 14px;
  color: grey;
  text-decoration: none;
}

.vertical-center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Semibold", sans-serif !important;
}

p, a, button, figcaption {
  font-family: "Proxima Nova Regular", sans-serif !important;
}

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