a {
  color: #333;
  text-decoration: none;
}

.sidebar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  padding-top: 1%;
  padding-bottom: 1%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 4px solid rgba(24, 98, 255, .7);
  background-image: -webkit-linear-gradient(270deg, #d8e5ff, #d8e5ff);
  background-image: linear-gradient(180deg, #d8e5ff, #d8e5ff);
}

.brand {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.nav {
  padding: 10px 30px;
  text-align: center;
}

.navlink {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Century Gothic', sans-serif;
  color: #3a3b8e;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.navlink:hover {
  color: #24aadf;
}

.navlink.w--current {
  color: #24aadf;
  font-size: 1.1em;
  font-style: normal;
}

.main-heading {
  display: block;
  margin-top: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #1ec776;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
  text-shadow: 1px 1px 1px #000, 1px 1px 6px #000;
}

.main-heading.no-margin {
  margin-top: 30px;
}

.main-paragraph {
  display: block;
  margin: 0px auto;
  padding: 30px;
  background-image: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .52);
}

.main-paragraph.small {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: none;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 400;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .52), 1px 1px 2px #000;
}

.main-paragraph.small.testimonialborder {
  border-left: 4px solid #fff;
  font-size: 1.4em;
}

.main-paragraph.small.about {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3em;
  text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
}

.main-paragraph.small.smallest {
  font-size: 1.4em;
}

.main-paragraph.small.smallest.policy {
  padding-top: 30px;
}

.main-paragraph.small.smallest.top {
  font-size: 1.4em;
}

.main-paragraph.front {
  font-size: 1.6em;
  line-height: 1.4em;
  text-align: center;
  text-shadow: 1px 1px 2px #000, 1px 1px 6px #000;
}

.gallery-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100vh;
  min-height: 680px;
  padding-top: 50px;
  padding-bottom: 50px;
  float: right;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(22, 99, 62, .52), rgba(22, 99, 62, .52)), url('../images/background_index3.JPG');
  background-image: linear-gradient(180deg, rgba(22, 99, 62, .52), rgba(22, 99, 62, .52)), url('../images/background_index3.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.lightbox-link {
  padding: 8px;
}

.info-div {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'Century gothic', sans-serif;
  text-align: center;
}

.homepage-image {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .57);
}

.main-text {
  display: block;
  max-width: 920px;
  margin-top: 0px;
  font-family: 'Century Gothic', sans-serif;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
}

.section-div {
  padding: 30px 50px;
}

.heading-container {
  position: static;
}

.scroll-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.scroll-arrow {
  padding-bottom: 10px;
}

.home-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100vh;
  min-height: 660px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_index.jpg');
  background-image: linear-gradient(180deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_index.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.home-div.about-us {
  min-height: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-linear-gradient(270deg, rgba(79, 59, 163, .42), rgba(79, 59, 163, .42)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/background_about_us.JPG');
  background-image: linear-gradient(180deg, rgba(79, 59, 163, .42), rgba(79, 59, 163, .42)), linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('../images/background_about_us.JPG');
  background-position: 0px 0px, 0px 0px, 50% 86%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.home-div.sessions {
  min-height: 700px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(27, 58, 38, .66), rgba(27, 58, 38, .66)), url('../images/background_sessions.JPG');
  background-image: linear-gradient(180deg, rgba(27, 58, 38, .66), rgba(27, 58, 38, .66)), url('../images/background_sessions.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home-div.testimonials {
  min-height: 660px;
  background-image: -webkit-linear-gradient(270deg, rgba(36, 27, 75, .76), rgba(36, 27, 75, .76)), url('../images/background_testimonial.JPG');
  background-image: linear-gradient(180deg, rgba(36, 27, 75, .76), rgba(36, 27, 75, .76)), url('../images/background_testimonial.JPG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.home-div.contact-us {
  min-height: 660px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_contact_us.JPG');
  background-image: linear-gradient(180deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_contact_us.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.home-div.board {
  height: 100vh;
  min-height: 660px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(4, 59, 33, .6), rgba(4, 59, 33, .6)), url('../images/background_board_of_directors.JPG');
  background-image: linear-gradient(180deg, rgba(4, 59, 33, .6), rgba(4, 59, 33, .6)), url('../images/background_board_of_directors.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.home-div.parent {
  height: auto;
  min-height: 100vh;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(27, 168, 100, .24), rgba(27, 168, 100, .24)), url('../images/background_parent_info.JPG');
  background-image: linear-gradient(180deg, rgba(27, 168, 100, .24), rgba(27, 168, 100, .24)), url('../images/background_parent_info.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.home-div.policies {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_policies.JPG');
  background-image: linear-gradient(180deg, rgba(36, 27, 75, .62), rgba(36, 27, 75, .62)), url('../images/background_policies.JPG');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, cover;
}

.home-div.application {
  display: block;
  height: auto;
  min-height: 100vh;
  background-color: #e7f5ff;
  background-image: none;
}

.div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100vh;
  min-height: 660px;
  padding-top: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-linear-gradient(270deg, rgba(8, 21, 116, .42), rgba(8, 21, 116, .42)), url('../images/background_index2.JPG');
  background-image: linear-gradient(180deg, rgba(8, 21, 116, .42), rgba(8, 21, 116, .42)), url('../images/background_index2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 2000px;
  background-repeat: repeat, no-repeat;
}

.div.team {
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/theresa-fletcher-p-500x500.png');
  background-image: linear-gradient(180deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/theresa-fletcher-p-500x500.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div.testimonial2 {
  min-height: 660px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-linear-gradient(270deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/background_testimonial2.JPG');
  background-image: linear-gradient(180deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/background_testimonial2.JPG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 2000px;
  background-repeat: repeat, repeat;
}

.div.testimonial3 {
  min-height: 660px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-linear-gradient(270deg, rgba(8, 104, 58, .79), rgba(8, 104, 58, .79)), url('../images/background_testimonial3.JPG');
  background-image: linear-gradient(180deg, rgba(8, 104, 58, .79), rgba(8, 104, 58, .79)), url('../images/background_testimonial3.JPG');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 2000px;
}

.div.testimonial4 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-linear-gradient(270deg, rgba(243, 96, 31, .46), rgba(243, 96, 31, .46)), url('../images/background_testimonial4.JPG');
  background-image: linear-gradient(180deg, rgba(243, 96, 31, .46), rgba(243, 96, 31, .46)), url('../images/background_testimonial4.JPG');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div.testimonial5 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-linear-gradient(270deg, rgba(8, 21, 116, .42), rgba(8, 21, 116, .42)), url('../images/background_index3.JPG');
  background-image: linear-gradient(180deg, rgba(8, 21, 116, .42), rgba(8, 21, 116, .42)), url('../images/background_index3.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.scroll-button-text {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.row {
  padding-bottom: 100px;
  text-align: center;
}

.manager-label {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #83ffc3;
  font-size: 2em;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.manager-label.name {
  display: inline-block;
  width: 250px;
  padding-bottom: 15px;
  border-bottom: 4px solid #fff;
  color: #fff;
  text-transform: none;
}

.managers-div {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.session-times {
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .52), 1px 1px 6px #000;
}

.phone-number {
  color: #1ba864;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .52), 1px 1px 6px #000;
}

.manager-div {
  display: block;
  width: 80%;
  margin: 60px auto 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tree {
  margin-bottom: 80px;
}

.word-cloud-div {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.word-cloud {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.director-image {
  display: block;
  width: 150px;
  height: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0 #000;
}

.director-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.director {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.application-form-container {
  margin-top: 40px;
}

.text-field {
  border-radius: 4px;
}

.text-field.half {
  width: 49%;
}

.text-field.half.left {
  width: 49%;
  float: left;
  border-radius: 4px;
}

.text-field.half.right {
  width: 49%;
  float: right;
  border-radius: 4px;
}

.select-field {
  width: 49%;
  float: right;
  border-radius: 0px;
}

.textarea {
  border-radius: 4px;
}

.field-label-left {
  text-align: center;
}

.field-label-right {
  text-align: center;
}

.field-label {
  margin-right: 15px;
  padding: 8px 20px 8px 14px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #585858;
  font-weight: 400;
}

.parental-responsibility-dropdown {
  width: 50%;
}

.application-text {
  font-style: italic;
}

.application-label {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.application-label.light {
  font-weight: 400;
}

.application-label.alignleft {
  text-align: left;
}

.sessions-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sessions-row.signed {
  margin-top: 40px;
}

.sessions-row.gap {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkbox-field-label {
  display: none;
}

.checkbox-field {
  padding-left: 0px;
}

.checkbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-size: 20px;
}

.subfield-label {
  margin-top: 10px;
  font-weight: 700;
}

.subfield-label.italic {
  font-style: italic;
  font-weight: 400;
}

.checkbox-ethnicity {
  float: right;
}

.checkbox-field-ethnicity {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.agree-label {
  padding-top: 0px;
}

.checkbox-centre {
  margin-top: 14px;
  float: left;
}

.permissions-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;
}

.checkbox-alone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.right-side-text {
  border-radius: 4px;
}

.submit-button {
  display: block;
  width: 200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #36aae6;
  background-color: #1ba864;
  font-family: 'Century gothic', sans-serif;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-button:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.normal-link {
  color: #fff;
  text-decoration: underline;
}

.normal-link:hover {
  color: #1ba864;
}

.success-message {
  background-color: rgba(27, 168, 100, .72);
}

.success-text {
  font-size: 21px;
}

.link-block {
  margin-top: 8px;
  padding: 8px 10px;
  float: none;
}

.social-div {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 10px;
}

.broomhall-nursery {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #1ec776;
  font-size: 0.9em;
}

.broomhall-nursery:hover {
  color: #20ff94;
}

.faq-question {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Century Gothic', sans-serif;
  color: #363636;
  font-size: 1.2em;
  font-weight: 700;
}

.faq-answer {
  padding: 10px 20px;
  font-family: 'Century gothic', sans-serif;
  color: #444;
  font-size: 1.1em;
  font-weight: 400;
}

.accordion-div {
  display: block;
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77));
  box-shadow: 0 0 6px 0 #000;
}

.accordion-toggle {
  width: 100%;
  padding-right: 60px;
}

.accordion-toggle.w--open {
  padding-right: 60px;
}

.accordion {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.dropdown.w--open {
  background-color: transparent;
}

.icon {
  font-size: 18px;
  font-weight: 700;
}

.incredible-tree {
  width: 240px;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link:hover {
  color: #1ec776;
}

.gallery-inner-div {
  width: 80%;
}

html.w-mod-js *[data-ix="show-and-hide-dropdown"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  .brand {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .main-heading {
    margin-top: 0px;
    padding-left: 40px;
    font-size: 5em;
  }
  .main-paragraph {
    width: 600px;
  }
  .main-paragraph.small.about {
    font-size: 1.3em;
  }
  .main-paragraph.small.smallest.policy {
    width: auto;
  }
  .gallery-div {
    width: 100%;
    height: auto;
  }
  .lightbox-link {
    padding-bottom: 5px;
  }
  .heading-div {
    width: 100%;
  }
  .home-div {
    width: 100%;
    float: none;
  }
  .home-div.policies {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div {
    width: 100%;
  }
  .managers-div {
    width: 100%;
  }
  .navbar {
    left: 10px;
    top: 70px;
    width: 200px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
  }
  .menu-button {
    display: block;
    float: left;
    background-color: transparent;
    color: #1ba864;
    font-size: 2.8em;
    font-weight: 700;
  }
  .menu-button.w--open {
    border-radius: 4px;
    background-color: #1ba864;
    box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, .5);
  }
  .nav-menu {
    width: 200px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #1ba864;
    box-shadow: 1px 1px 15px 0 #000;
  }
  .nav-link {
    font-family: 'Century gothic', sans-serif;
    color: #fff;
  }
  .nav-link.w--current {
    display: block;
  }
  .director {
    font-size: 1.8em;
  }
}

@media (max-width: 767px) {
  .main-heading {
    font-size: 4em;
  }
  .main-paragraph {
    width: 90%;
  }
  .main-paragraph.front {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gallery-div {
    height: auto;
    min-height: 100vh;
  }
  .lightbox-link {
    margin-right: auto;
    margin-left: auto;
  }
  .main-text {
    font-size: 3.1em;
  }
  .home-div {
    min-height: 700px;
  }
  .home-div.about-us {
    height: auto;
  }
  .home-div.testimonials {
    height: auto;
    min-height: auto;
  }
  .home-div.board {
    height: auto;
  }
  .home-div.parent {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div {
    min-height: 700px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .div.team {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/background_about_us2.JPG');
    background-image: linear-gradient(180deg, null, null), url('../images/background_about_us2.JPG');
    background-position: 0px 0px, 50% 0px;
  }
  .div.testimonial2 {
    height: auto;
  }
  .div.testimonial3 {
    height: auto;
  }
  .div.testimonial4 {
    height: auto;
  }
  .navbar {
    left: 0px;
  }
  .accordion-div {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .main-heading {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    font-size: 3.3em;
  }
  .main-paragraph {
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6em;
  }
  .main-paragraph.small.testimonialborder {
    font-size: 1.2em;
  }
  .main-paragraph.front {
    font-size: 1.4em;
  }
  .lightbox-link {
    max-width: 100%;
  }
  .main-text {
    font-size: 2em;
  }
  .section-div {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-div {
    margin-top: -30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .scroll-link {
    margin-bottom: 40px;
  }
  .scroll-link.w--current {
    margin-bottom: 40px;
  }
  .home-div {
    height: auto;
    min-height: 100vh;
  }
  .div {
    padding-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div.team {
    background-image: -webkit-linear-gradient(270deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/IMG_0732.JPG');
    background-image: linear-gradient(180deg, rgba(8, 21, 116, .72), rgba(8, 21, 116, .72)), url('../images/IMG_0732.JPG');
    background-position: 0px 0px, 58% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .div.testimonial2 {
    height: auto;
    min-height: 100vh;
  }
  .div.testimonial3 {
    height: auto;
    min-height: 100vh;
  }
  .faq-question {
    font-family: 'Century Gothic', sans-serif;
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
  }
  .accordion-div {
    position: static;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .accordion-toggle {
    padding-right: 40px;
  }
  .accordion {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

{
  
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/gothicb.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}