body {
  font-family: "raleway-thin", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  font-size: 1rem;
  margin: 0;
  overflow-x: hidden;
  color: #000000;
}

.right-block {
  float: right;
}

p {
  line-height: 1.4;
  font-family: "raleway-thin", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
}

h1 {
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 3.3rem;
  line-height: 1.3;
}


h2, h2 a {
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 2.35rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.text-page h2,
.section-text h3,
.section-text h4 {
  margin-bottom: 1rem;
}

.section-text h3 {
  color: #004643;
}

h3 {
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 1.8rem;
  line-height: 1.2;
}

h4 {
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  line-height: 1.2;
}

h5 {
    font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 1.25rem;
  /* line-height: 1.2; */
  font-weight: 300;
  font-style: normal;
}

h6 {
  font-family: "raleway-thin", sans-serif;
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;

}

a {
  color: #3D7F70;
  font-family: "raleway-thin", sans-serif;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
  color: #B4A06F;
}

strong {
  font-family: "raleway-thin", sans-serif;
  font-weight: 600;
}

span {
  color: inherit;
  font-family: "raleway-thin", sans-serif;
  font-weight: 400;
  font-size: .8rem;
}

/* Background Colour */

.jade {
  color: #3D7F70;
}

.forest {
  color: #004643;
}

.gold {
  color: #B4A06F!important;
}

.white {
  color: #ffffff;
}

.jade-bg {
  background-color: #3D7F70;
}

.forest-bg {
  background-color: #004643;
}

.gold-bg {
  background-color: #B4A06F;
}

.tint-20gold-bg {
  background-color: rgba(180, 160, 111, .2);
}

.tint-forest-bg {
  background-color: rgba(61, 127, 112, .2);
}


section .grid-container {
  /* padding-top: 40px;
  padding-bottom: 40px; */
  position: relative;
}


/* Accordion */

.accordion-section {
  margin-bottom: 20px;
}

.accordion-item {
  margin-bottom: 10px
}

.accordion-item.sub {
  margin-bottom: 0;
}

.accordion-title h5 {
  color: #004643;
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  line-height: 1.2;
  margin-bottom: 0;
}

.accordion-content .accordion-title h6 {
  color: #004643;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 60px;
}

.accordion-title,
:last-child:not(.is-active)>.accordion-title {
  padding: 1rem;
  border: 0;
  border-top: 0.5px solid #B4A06F;
  border-bottom: 0.5px solid #B4A06F;
  /* margin-bottom: 10px; */
  background-color: #F4F1E9;
}


.accordion-title:hover,
.accordion-title:focus {
  background-color: #F4F1E9;
  text-decoration: none;
}

.sub .accordion-content {

  padding: 1rem;

}

.accordion-content {
  border: none;
  padding: 0;
  color: #000000;
  margin-bottom: 10px;
}


:last-child>.accordion-content:last-child,
.is-active .accordion-content {
  border-bottom: .5px solid #B4A06F
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -0.5rem;
  content: "";
  background-image: url('../images/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.accordion-content .accordion-title::before,
.is-active>.accordion-content .accordion-title::before {
  background-image: url('../images/arrow-down-green.svg');
}

.is-active>.accordion-title::before {
  content: "";
  background-image: url('../images/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.accordion-content ul {
  margin-bottom: 1rem;
}

/* Navbar section */

.nav {
  width: 100%;
  padding: 40px 0;
  /* height: 110px; */
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav .main_list .header-top {
  text-align: right;
  /* margin-top: -1.5rem; */
}

.nav .main_list .header-top a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
   font-family: "raleway-thin", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  margin: 0 .5rem;
}

/* .nav .main_list .header-top a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
} */

.nav .main_list .header-top a .social-icon {
  width: 30px;
}

.nav div.main_list {
  float: right;
  margin-top: 15px;
}

.nav div.main_list .top-nav li {
  width: 33.333%;
  text-align: right;
}

.nav div.main_list .navLinks {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0px
}

.nav div.main_list ul li {
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: unset
}

.nav div.main_list ul li a {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-family: "raleway-thin", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;

}

.nav div.main_list ul li a:hover {
  text-decoration: none;
}

.dropdown.menu .submenu li a {
  padding: .35rem 1rem;
    font-size: .9rem;
}
.nav div.main_list ul li ul li {
  text-align: left;
  margin: 0;
}


nav .logo {
  width: 280px;
  transition: all 0.3s ease;
}

nav.affix .logo {
  width: 240px;
}

.is-dropdown-submenu {
   background: #004643;
  border: none;
  display: none;
  padding: .5rem 0;
}

.affix {
  background-color: #004643;
  opacity: 1;
  z-index: 9999;
  box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
  transition: all 0.3s ease;
  padding: 25px 0 25px 0;
}

.affix .is-dropdown-submenu {
  background: #004643;
  padding: .5rem 0;
}

.is-dropdown-submenu li a {
  text-align: left;
  font-size: .8rem;

}

.dropdown.menu li a {
  padding: .5rem 1rem;
}

.dropdown.menu>li.is-active>a {
  color: #B4A06F;
  /* text-decoration: underline;
  text-underline-offset: 4px; */
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #B4A06F transparent transparent;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  width: 400px;
}

.nav div.main_list ul li a img {
  height: 30px;
  margin-top: -10px;
}

.nav div.main_list ul li a:hover,
.nav div.main_list ul li a.active, .nav .main_list .header-top a:hover{
color: #B4A06F;
}

.navTrigger.active i {
  background-color: #fff
}

.navTrigger {
  display: none;
}

.show_logo {
  display: none;
  position: relative;
  z-index: 9;
}


@media screen and (min-width:1024px) and (max-width:1300px) {
  .dropdown.menu li a {
    padding: 0.45rem;

  }
}

@media screen and (max-width:1023px) {


  .sub-accordion .sub-accordion-title {
    color: #FFF;
    background: transparent url(../images/accordion-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    display: block;
    font-size: 1.1rem;

  }



  .sub-accordion .is-active .sub-accordion-title {
    background: transparent url(../images/accordion-arrow-up.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .sub-accordion .is-active .sub-accordion-title.no-arrow,
  .sub-accordion .sub-accordion-title.no-arrow {
    background: none
  }

  .sub-accordion .accordion-content {
    border: none;
    background: none;

  }

  .sub-accordion .accordion-content a {
    color: #fff
  }

  .nav {
    padding: 40px 0;
  }

  .navTrigger {
    display: block;
  }

  .nav div.main_list {
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 00px;

  }

  .nav div.show_list {
    height: auto;
    display: none;
    position: fixed;
    left: 0px;

  }

  .nav div.main_list .navlinks {
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 550px;
    background-color: #004643;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    list-style: none;
    margin: 0;

  }

  .nav div.main_list ul li {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding: .5rem 0
  }

  .nav div.main_list ul li a {
    width: 100%;
    font-size: 1.6rem;
    color: white;
    line-height: 1.3;
  }

  .nav .accordion-content ul {
    list-style: none;
    margin: 0;
  }

  .nav .accordion-content {
    padding: 0;
  }
}

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 55px;
  z-index: 9
}

.navTrigger i {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(9px) rotate(0deg);
  }

  100% {
    transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-9px) rotate(0deg);
  }

  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
.section-text.white a {
  color: #B4A06F;
}
/* Slider */

.slick-slider {
  margin: 0 -10px;
}

.slick-slide {
  padding: 10px;
}


.awards-slider img {
  max-width: 120px;
  vertical-align: middle;
}

/* Button */

.button {
  padding: .75rem 1rem;
  /* color: inherit; */
  /* background-color: #ffffff; */
  font-family: "raleway-thin", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: background 0.4sease;
  transition: background 0.4sease;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  height: 39px;
}

.button.no-arrow {
  text-transform: unset;
  font-size: .85rem;
}

.button img {
  position: absolute;
  right: 0px;
  width: 39px;
  height: 39px;
  top: 0;
}

.button.small {
  width: 200px;
    height: 36px;
}

.button.small img {
  width: 36px;
  height: 36px;
}


.button:hover {
  background: #004643;
}

.button.absolute {
  position: absolute;
  bottom: 0;
}

.button.download {
  font-weight: 600;
  padding: 0.75rem 30px;
}

.button.download img {
  transform: rotate(90deg);
}

.landing {
  height: 100vh;
  min-height: 650px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pages .landing {
  height: 530px;
  min-height: 530px;
}

#pages .landing .page-icon {
  text-align: center;
  /* margin-top: 30px; */
}

#pages .landing .page-icon img {
  width: 150px;
}

#pages .landing p a {
  color: #ffffff !important;
}

.landing .tint {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #004643;
  mix-blend-mode: multiply;
}

.landing .middle-text {
  position: relative;
  top: 80%;
  transform: translateY(-100%);
  z-index: 3;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
}


.landing .middle-text h1 {
  margin-bottom: 4rem;
}

#pages .landing .middle-text h1 {
  margin-bottom: 1.5rem;
}

#pages .landing .middle-text p {
  font-size: 1.35rem;
  font-weight: 600;
}


.landing .search-bar {
  position: absolute;
  bottom: 0;
  z-index: 3;
  background: transparent;
  border: none;
  width: 100%;
  left: 0;
  right: 0;
}

.landing .search-bar .search-box,
.landing .search-bar .schedule-link {
  position: relative;
}

.landing .search-bar .search-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #F4F1E9;
}

.landing .search-bar .schedule-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.875rem;
  width: calc(49vw + 1.875rem);
  height: 100%;
  z-index: -1;
  background-color: #004643;
}

.landing .grid-container {
  /* padding-top: 0;
  padding-bottom: 0; */
  position: relative;
}


/* Search */

.landing .search-bar .search-box input {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  color: #004643;
  font-family: "raleway-thin", sans-serif;
  font-size: .9rem;
  padding: 1rem 0;
  margin-bottom: 0;
  height: auto;
  line-height: 1.2;
  font-weight: 300;
}


.landing .search-bar .search-box input[type=text]:focus {
  border: none;
  box-shadow: none;
  background: transparent;
}


.landing .search-bar .search-box input[type=text]::placeholder,
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #004643;
  font-family: "raleway-thin", sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.landing .search-bar .search-box button {
  position: absolute;
  right: 28px;
  bottom: .85rem;
}

.landing .search-bar .search-box button img {
  width: 20px;
}

.landing .search-bar .schedule-link {
  padding: 1rem 0 .89rem 0;
}

.landing .search-bar .schedule-link a {
  color: #ffffff;
  font-family: "raleway-thin", sans-serif;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 300;
  margin-left: 40px;
}

.landing .search-bar .schedule-link img {
  width: 20px;
  position: absolute;
  left: 0px;
  bottom: .5rem;
}

/* Form */

.checkbox-group {
  margin-bottom: .5rem;
}

.contact-form label {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #414141;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.2s, background-color 0.2s;
  padding: 4px 0px;
  border-radius: 0;
  margin: 0;
}



.contact-form input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #2faf64;
  border-image: initial;
  border-radius: 0;
  transition: 0.2s;
  margin-bottom: 0;
}

.contact-form input[type="checkbox"]:checked::after {
  content: "✓";
  color: #F1EEE5;
  position: absolute;
  bottom: -2px;
  left: 1px;
  font-size: 15px;
}

.contact-form input[type="checkbox"]:checked {
  background-color: #2faf64;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background: #F1EEE5;
  color: #B4A06F;
  font-family: "raleway-thin", sans-serif;
  font-size: .8rem;
  padding: .75rem 1rem;
  margin-bottom: .75rem;
  height: auto;
  line-height: 1.2;
}

.contact-form .btn {
  display: inline-block;
  vertical-align: middle;
  padding: .75rem 1rem;
  border: 1px solid #B4A06F;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "raleway-thin", sans-serif;
  font-size: .8rem;
  padding: .75rem 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  background-color: #B4A06F;
  color: #ffffff;
  width: 100%;
}

.contact-form .btn.submit-btn {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
}

/* Testimonials */

.testimonials-block.with-pad {
  padding: 40px;
}

.testimonials-block blockquote {
  margin: 0;
  padding: 0;
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 1.7rem;
  line-height: 1.3;
  border: none;
}

.testimonials-block.med blockquote {
  font-size: 1.5rem;
}

.testimonials-block.small-italic blockquote {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 40px;
}

.card .testimonials-block.small-italic blockquote {
  margin-bottom: 20px;
}

.testimonials-block cite {
  font-family: "raleway-thin", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: normal;
}

.testimonials-block cite:before {
  display: none;
}

.testimonials-block {
  position: relative;
  height: auto;
}

.testimonials-block .member-photo {
  float: right;

}

.author-block blockquote {
  margin: 0;
  padding: 0;
  font-family: "bodoni-moda", sans-serif;
  font-variation-settings: "opsz" 11, "wght" 300;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.4;
  border: none;
  margin-top: 1rem;
}

.text-page p:first-child {
  font-weight: 600;
}

.text-page h4, .text-page h5 {
  color: #004643;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block h4 {
  color: #B4A06F;
}


/* Card */

.card {
  border-bottom: 1px solid #B4A06F;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-top: 15px;
  color: inherit;
  position: relative;
}

.card.no-border {
  border: none;
}

.card.no-border .background-wrapper {
  margin-bottom: 0;
}

.card.team .background-wrapper {
  padding-bottom: 100%;
  margin-bottom: 0;
}

.card.team {
  border-bottom: none;
}



.card .content {
  background: #ffffff;
  padding: 0 0 5px 0;
  transition: background 0.3s ease-out;
  position: relative;
}

.card.team .content {
  padding: 20px;
   background: none;
}

.card.team .content h6 {
  margin-bottom: 0;
}

.card.team .content .details .job-title {
  padding-right:80px;
}

.card.team .bottom-icon img {
  width: 30px;
}

.card.team .content .box-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}
.card.resources .content {
  background-color: rgba(180, 160, 111, .2);
  padding: 20px 30px 10px;
}

.bottom-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}



.background-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.background-wrapper .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transform-origin: center center;
  background-position: center center;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.background-wrapper:hover .bg-image, .card.team:hover .background-wrapper .bg-image{
  transform: scale(1.05);
}

.relative {
  position: relative;
  height: 100%;
}

.side-images img {
  margin-bottom: 10px;
}

.side-images p {
 font-size: .9rem;
 margin-bottom: 30px;
}


/* Section */

.padding-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.double-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.with-padding {
  padding-top: 60px;
  padding-bottom: 40px;
}

.margin-top20 {
  margin-top: 22px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top40 {
  margin-top: 45px;
}

.margin-top60 {
  margin-top: 60px;
}

.margin-top80 {
  margin-top: 80px;
}

.padding-top60 {
  padding-top: 60px;
}

.padding-top80 {
  padding-top: 140px;
}

.padding-bottom60 {
  padding-bottom: 60px;
}

.pad-right {
  padding-right: 60px;
}

.pad-left-double {
  padding-left: 100px;
}

.padding-top-only {
  padding-top: 40px;
}

.stripe {
  position: relative;
}

.stripe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* start here */
  width: 66vw;
  /* bleed to the right */
  height: 30px;
  z-index: -1;
  background-color: #B4A06F;
}

.bleech-block {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 295px;
}

.bleech-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: inherit;
}

.about-us .bleech-block::before {
  right: -1.875rem;
  height: 75%;
  top: unset;
  bottom: 0;
  background: #004643;
}

.image-block-bleech {
  position: relative;
  width: 49vw;
  margin-right: calc(50% - 50vw);
  min-height: 380px;
  /* IMPORTANT: must define height */
  overflow: hidden;
}

.image-block-bleech img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-item-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.service-item-wrapper .item-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;

}

.service-item-wrapper .tint-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 70, 67, .85);
  width: 100%;
  transform: unset;
  mix-blend-mode: multiply;
  z-index: 2;
}

.service-item-wrapper .content {
  position: relative;
  z-index: 3;
  padding: 20px 50px 20px 20px;
  color: #fff;
  min-height: 256px;
}

.service-item-wrapper .content img.icon {
  width: 55px;
  margin-bottom: 30px;
}

.service-item-wrapper .content p {
  font-size: .8rem;
  margin-bottom: 1.5rem;
}

.service-item-wrapper .content .arrow-btn,
.card .arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
}

.right-text {
  background-color: #ffffff;
}

.left-text {
  background-color: rgba(180, 160, 111, .2);
}

.service-content-box {
  padding: 0px 30px 0px 60px;
}

.left-text .service-content-box {
  padding: 0px 90px 0px 0px;
}

.block-image.partners {
  max-width: 300px;
}

.image-block-left {
  position: relative;
  z-index: 5;
  margin-top: -60px;
  height: calc(100% + 60px);
}

.image-block-left img.block-img {
  display: block;
  width: 100%;
  height: 333px;

  object-fit: cover;
  object-position: center;
}

.service-page .image-block-left {
  position: relative;
  z-index: 5;
  margin-top: -80px;
  height: calc(100% + 80px);

}

.service-page .image-block-left::before {
 content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 55%;
    z-index: -1;
    background-color: #B4A06F;
}

.service-page .image-block-left img.block-img {
  display: block;
  width: 100%;
  min-height: 330px;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.service-page .image-block-right {
  position: relative;
  z-index: 5;
  margin-bottom: -20px;
  height: calc(100% + 20px);

}

.service-page .image-block-right::before {
  content: "";
    position: absolute;
    bottom: 0px;
    right: -15px;
    width: 15px;
    height: 30%;
    z-index: -1;
    background-color: #B4A06F;
}

.service-page .image-block-right img.block-img, .service-page .image-block img.block-img {
   display: block;
  width: 100%;
  min-height: 321px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-page .image-block {
  position: relative;
}
.service-page .image-block::before {
  content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 50%;
    height: 15px;
    z-index: 5;
    background-color: #B4A06F;
}

.service-page .section-text.with-padding-bottom {
  padding-bottom: 40px;
}
.meet-the-team {
  border-bottom: 1px solid #B4A06F;
}

.content-green-bold p strong {
  color: #004643;
}

.awards-block {
  margin-top: 30px;
}

.awards-block img {
  width: 250px;
  margin-bottom: 2rem;
}

.social-share p {
  margin-bottom: 0;
}

.social-share img {
  width: 30px;
  margin-left: 10px;
}

.author-block img {
  margin-bottom: 1rem;
}

.member-details-box {
  height: 100%;
  position: relative;
  padding: 40px;
  min-height: 250px;
}

.member-details-box h2 {
  color: #B4A06F;
  margin-bottom: .5rem;
}

.member-details-box .testimonials {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 40px;
}

.member-details-box .testimonials h4 {
  line-height: 1.4;
}

.member-details-box .social-block {
  position: absolute;
  bottom: 40px;
  margin-top: 60px;
}

.member-details-box .social-block p {
  margin-bottom: 0;
  font-weight: 600;
}

.member-details-box .social-block img {
  width: 30px;
  margin-left: 10px;
}

.member-profile {
  position: relative;

}

.member-profile img {
  object-fit: cover;
    height: 100%;
    width: 100%;
}

.profile-text p:first-of-type {
  font-weight: 600;
}

.left-block {
  position: relative;
}


.map {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.map iframe {
  border: none;
  width: 100%;
  height: 100%;

}

.map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 70, 67, .1);
  width: 100%;
  z-index: 2;
  inset: 0;
  /* allow clicks to pass through to map */
  pointer-events: none;
}

.map-popup {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 3;
  background: white;
  padding: 30px;
}

/* Footer */

footer .left-group {
  position: relative;
}

footer .logo {
  width: 180px;
}

footer .left-group::after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.1rem;
  background-color: white;
  content: "";
  right: .25rem;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li a,
footer p a {
  color: #fff;
  font-family: "raleway-thin", sans-serif;
  font-size: .9rem;
  line-height: 1.2;
  font-weight: 400;
}

footer .sub-pages p, footer .sub-pages p a {
  margin-top: 30px;
  font-family: "raleway-thin", sans-serif;
  font-size: .75rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

footer .right-group p,
footer .right-group p a {
  font-family: "raleway-thin", sans-serif;
  font-size: .8rem;
  line-height: 1.2;
  color: #fff;
}

footer ul.social-icons {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

footer ul.social-icons li img {
  width: 28px;
}

@media screen and (max-width:1200px) {
  .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Medium */
@media screen and (max-width:1023px) {
  .large-size {
    display: none;
  }

  .bleech-block { 
    min-height: unset;
  }

  .service-page .image-block-left img.block-img {
    height: unset;
    
  }

  #pages .landing .page-icon {
    text-align: right;
  }

  #pages .landing .page-icon img {
    width: 100px;
    margin-bottom: 20px;
  }

  .landing .search-bar .schedule-link img {
    left: 20px;
  }

  img {
    width: 100%;
  }

  .box-image img {
    margin-bottom: 1rem;
  }

  .mobile-size {
    display: block
  }
  
  .double-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 2rem;
  }

  .landing .search-bar .schedule-link::before {
    width: 100%;
    left: 0;
  }


  .landing .search-bar .search-box::before {
    width: 100%;
  }

  .landing .search-bar .search-box input, .landing .search-bar .schedule-link {
    padding-left: 20px;
  }

  .pad-right {
    padding-right: 0;
  }

  .left-text .service-content-box {
    padding-right: 0;
  }

  .section-text {
    padding-right: 20px;
  }

  .about-us .bleech-block::before {
    height: 100%;

  }

  .padding-top80 {
    padding-top: 60px;
  }

  .testimonials-block blockquote, .testimonials-block.med blockquote {
    font-size: 1.35rem;
  }

  .testimonials-block.med blockquote {
    font-size: 1.2rem;
  }

  .pad-left-double {
    padding-left: 50px;
  }

  .service-content-box {
    padding: 0;
  }

  .bottom-btn {
    position: relative;
    margin-top: 30px;
  }

  footer .left-group::after {
    display: none;

  }


  footer .logo,
  footer .sub-pages,
  footer ul {
    margin-bottom: 1rem;
  }

    .member-details-box {
    min-height: unset;
    padding: 30px;
  }

    .member-details-box .testimonials {
    position: relative;
    top: unset;
    transform: unset;
    margin-top: 40px;
  }

    .member-details-box .social-block {
      position: relative;
      bottom: unset;
      margin-top: 40px;
    }
}
@media screen and (max-width:768px) {
  h1 {
    font-weight: 2.7rem;
  }
  
}
/* Small */
@media screen and (max-width:639px) {
  .nav div.main_list ul li a {
    font-size: 1.3rem;
  }

  #pages .landing .middle-text p {
    font-size: 1rem;
  }

     .sub-accordion .sub-accordion-title,
    .sub-accordion .is-active .sub-accordion-title{
       background-position: 70%;
   }

    .service-page .image-block-left img.block-img {
    margin-bottom: 40px;
    
  }
  #pages .landing {
    min-height: 480px;
    height: 480px;
  }

  .service-page .image-block-right {
    margin-bottom: 30px;
    height: unset;
  }
  .service-page .image-block {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .nav div.main_list ul li {
    padding: 0.25rem 0;
  }
  .nav div.main_list .navlinks {
    padding-left: 30px;
  }
  .nav {
    padding: 30px 0;
  }

  .navTrigger {
    top: 50px;
    right: 20px;
  }

  .grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing {
    min-height: 700px;
  }
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1.05rem;
  }

  p {
    font-size: .95rem;
  }

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

nav .logo {
  width: 230px;
}
  .about-us .bleech-block::before {
    right: 0;
  }
  .image-block-left {
    margin-top: 40px;
    height: auto;
  }

   .image-block-left img.block-img {
    height: auto;
   }

     .pad-left-double {
    padding-left: 0px;
  }

  .accordion-title h5, .accordion-content .accordion-title h6 {
    padding-right: 60px;
  }
  .accordion-title::before, .landing .search-bar .schedule-link img, .landing .search-bar .search-box button {
    right: 20px
  }
  .landing .search-bar .schedule-link {
    padding: 15px 20px 15px 20px;
  }

  #pages .landing .page-icon {
    margin-top: 10px;
  }

  #pages .landing .page-icon img {
    width: 100px;
  }





}