body {
 font-family: "area-normal", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    overflow-x: hidden;
    color: #ffffff
}


.grid-container {
  max-width: 85rem;
}
#homepage {
    background: #000000;
}

h1 {
 font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    margin-bottom: .5em;
    line-height: 1.4;
}


h2 {
 font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.7rem;
    margin-bottom: 1em;
    line-height: 1.4;
}

h3 {
 font-family: "area-normal", sans-serif;
    font-size: 32px;
     font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
}

h4 {
 font-family: "area-normal", sans-serif;
    font-size: 26px;
     font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
}

h5 {
 font-family: "area-normal", sans-serif;
    font-size: 22px;
     font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1em;
}

h5 span {
    font-weight: 400;
}

h6 {
 font-family: "area-normal", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 1em;
}


p {
 font-family: "area-normal", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}



strong {
    font-weight: 800;
}

ul li, ol li {
 font-family: "area-normal", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.page-text ul li, .page-text ol li {
  margin: .5rem 0
}

hr {
    border: none;
    border-top: 2px solid #2cd17e;
    margin: 0 0 1rem;
    padding: 0;
}

hr.normal {
    margin: 60px 0;
}

.padding-top {
    padding-top: 350px;
    padding-bottom: 100px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-top-200 {
    padding-top: 225px;
}

.padding-top-20 {
    padding-top: 15px;
}


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

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

.padding-bottom-30 {
    padding-bottom: 30px;
}

.margin-top-40 {
  margin-top:40px
}

.white-text {
  color: #ffffff!important;
}

/* Background */

body.black-background, .black-background {
    background:  #000000;
}

.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.dark-green-bg {
  background: rgba(35, 60, 60, 0.3);
  padding: 40px;
  margin-top: 30px;
}

.black-background .contact-form {
   padding: 40px;
  margin-top: 30px;
}

#our-services.background {
    max-width: 85rem;
    margin: 0 auto;
}

.landing.background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    box-shadow: none;
}

.landing .bottom-overlay{
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
   background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1)100%);
    background-blend-mode: multiply, normal;
    top: 0;
    left: 0;

}

#our-services-page .bottom-overlay{
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .8;
   background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1)100%);
    background-blend-mode: multiply, normal;
    top: 0;
    left: 0;

}

.top-overlay {
  position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .9;
   background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1)100%);
    background-blend-mode: multiply, normal;
    top: 0;
    left: 0;

}


.gradient-background {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #001313 100%);
position: relative;
z-index: 3;

}

.dark-green-background {
background: #001313;
margin-top: -130px;
background: linear-gradient(to bottom, #000000 0%, #001313 100%);
position: relative;
z-index: 3;
}


/* Card Box */
.card-box {
    position: relative;
}

.card-box .image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2rem;
}


 .card-box .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* Overlay */
 .card-box .image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #001313;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.card-box.no-overlay .image-wrapper::after {
  display: none;
}

/* Text overlay */
.card-box .card-title {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding-right: 1.5em;
  z-index: 2;
  color: #fff;

}

/* Hover zoom */
 .card-box .image-wrapper:hover img {
  transform: scale(1.05);
}

.services-grid.grid-padding-x { margin-left: -1.5rem; margin-right: -1.5rem; }
.services-grid.grid-padding-x > .cell { padding-left: 1.5rem; padding-right: 1.5rem; }

/* .card-box .image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 90%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    margin-bottom: 2rem;
}

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

.card-box .image-wrapper:hover .background-image {
    transform: scale(1.05);
} */

.card-box .button {
    margin-top: 30px;
}

.card-box .card-item-content .type-and-date span{
    color:#2cd17e
}


/* Text Color */


blockquote {
 font-family: "area-normal", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffffff;
    border: none;
    padding: 0;
}

cite {
    color: #2cd17e;
    font-style: normal;
 font-family: "area-normal", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}

cite:before {
    content: "";
}


/* SVG Icon */


/* section */

#our-services.landing {
  min-height: 700px;
}

.page-section .grid-container {
    padding: 80px;
    position: relative;
    z-index: 5;
}

.page-section.no-padding-top .grid-container, 
.page-section .grid-container.no-padding-top {
    padding-top:0;
}

.page-section.half-padding-top .grid-container {
    padding-top:40px;
}
.page-section.half-padding-bottom .grid-container {
    padding-bottom:40px;
}

.page-text {
 font-family: "area-normal", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #001313;
}

.page-text p a, .page-text ul li a, .page-text ol li a, h5 a {
    color: #2cd17e;
    font-weight: 600;
    text-decoration: underline;
}
#news-page .card-box {
    margin-bottom: 4rem;
}

#news-page .card-item-content p span {
        color: #2cd17e;
        margin-right: 10px;
}

#news-page{
    color: #001313;
}
/* Button */


.next-button-item {
    display: none;
}

.next-button-item:first-child {
    display: block;
}

.button.primary {
  
    background: #2cd17e;
    font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    margin-bottom: 0;
    width: 100%;
    max-width: 120px;
    text-align: left;
    position: relative;
    color: #000000;
    border-radius: 40px;
    
}

.button.full {
    max-width: unset;
}
.button.long {
    max-width: 240px;
    margin-top: 40px;
}

.button.long.right {
  float: right;
}

.button.primary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    right: 0.5em;
    content: "";
    background-image: url(../images/arrow-btn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
}

.button.back.primary:before {
  right: unset;
  left: 0.5em;
  transform: rotate(-180deg) translateY(6px);
}

.button.back.primary {
  text-align: right;
}

.button.primary:hover, .button.primary:focus {
    color: #ffffff;
    background-color: #2cd17e;
}

.search-box input {
    background: rgba(0, 0, 0, 0.10);
    outline: none;
    display: inline;
    box-shadow: none;
    height: 42px;
    margin: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
      font-size: .9rem;
    color: #fff;
}

.search-box [type=text]:focus {
    background: rgba(0, 0, 0, 0.10);
     border: 1px solid rgba(0, 0, 0, 0.10);
     box-shadow: none;
      color: #001313;
}

.search-box ::-webkit-input-placeholder {
     font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
      font-size: .9rem;
    color: #001313;
}

.search-box :-ms-input-placeholder {
   font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
       font-size: .9rem;
    color: #001313;
}

.search-box :-moz-placeholder {
   font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
       font-size: .9rem;
    color: #001313;
}

.search-box ::-moz-placeholder {
   font-family: "area-normal", sans-serif;
    font-weight: 600;
    font-style: normal;
     font-size: .9rem;
    color: #001313;
}


.extra-padding {
  padding-top: 18em;
}

/* NAVIGATION */
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 113px;
  padding: 22px 0 24px;
  z-index: 999;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: height 220ms ease, padding 220ms ease, box-shadow 220ms ease;
}

.nav.affix {
  height: 80px;
  padding: 10px 0 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.nav .grid-container {
  position: relative;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  height: 64px;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo svg {
  height: 64px;
  width: auto;
  display: block;
  transition: height 220ms ease;
}

.nav.affix .logo svg {
  height: 54px;
}

/* Fade out SVG text */
#Text {
  opacity: 1;
  transition: opacity 180ms ease;
}

.nav.affix #Text {
  opacity: 0;
  pointer-events: none;
}

/* LINKS BASE */
.main_list {
  float: right;
}

.navlinks {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navlinks li {
  margin-left: 14px;
  position: relative;
}

.navlinks li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

/* underline (top state, animated) */
.nav:not(.affix) .navlinks > li > a::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -6px;
  height: 3px;
  background: #2cd17e;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.nav:not(.affix) .navlinks > li > a:hover::before,
.nav:not(.affix) .navlinks > li > a.active::before {
  transform: scaleX(1);
}

.navlinks li.has-submenu,
.navlinks li.is-dropdown-submenu-parent {
  position: relative;
}

.navlinks li.has-submenu > a,
.navlinks li.is-dropdown-submenu-parent > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav .navlinks li.has-submenu > a::after,
.nav .navlinks li.is-dropdown-submenu-parent > a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../images/arrow-down-btn.svg") no-repeat center / contain;
  border: 0 !important;
  margin: 0 !important;
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 220ms ease;
  border: 0;
  border-style: unset;
  border-width: 0;
  border-color: unset;
  margin-top: 3px!important;
}

.nav.affix .navlinks li.has-submenu > a::after {
  right: -20%;
}

/* Default nav (not affix): rotate on hover */
.nav:not(.affix) .navlinks li.has-submenu:hover > a::after,
.nav:not(.affix) .navlinks li.is-dropdown-submenu-parent:hover > a::after {
  transform: rotate(180deg);
}

/* Affix/mobile: rotate only when open */
.nav.affix .navlinks li.has-submenu.submenu-open > a::after,
.nav.affix .navlinks li.is-dropdown-submenu-parent.submenu-open > a::after {
  transform: rotate(180deg);
}

@media (max-width: 1023px) {
  .navlinks li.has-submenu.submenu-open > a::after,
  .navlinks li.is-dropdown-submenu-parent.submenu-open > a::after {
    transform: rotate(180deg);
  }
}

/* SUBMENU PANEL (default nav) */
.navlinks li.has-submenu > ul,
.navlinks li.is-dropdown-submenu-parent > ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;

  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: none;
  border-radius: 0;
  max-width: 340px;

  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10002;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

/* Default nav (not affix): OPEN ON HOVER */
.nav:not(.affix) .navlinks li.has-submenu:hover > ul,
.nav:not(.affix) .navlinks li.is-dropdown-submenu-parent:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Hover bridge to prevent flicker */
.nav:not(.affix) .navlinks li.has-submenu::after,
.nav:not(.affix) .navlinks li.is-dropdown-submenu-parent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}

/* Submenu links */
.navlinks li.has-submenu > ul li,
.navlinks li.is-dropdown-submenu-parent > ul li {
  margin: 0;
}

.navlinks li.has-submenu > ul a,
.navlinks li.is-dropdown-submenu-parent > ul a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.navlinks li.has-submenu > ul a:hover,
.navlinks li.is-dropdown-submenu-parent > ul a:hover {
  color: #2cd17e;
}

/* Remove underline effect from submenu links */
.navlinks li.has-submenu > ul a::before,
.navlinks li.has-submenu > ul a::after,
.navlinks li.is-dropdown-submenu-parent > ul a::before,
.navlinks li.is-dropdown-submenu-parent > ul a::after {
  display: none !important;
}

/* BURGER */
.navTrigger {
  width: 44px;
  height: 44px;
  background: #2cd17e;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.85);
  z-index: 10001;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
}

.navTrigger i {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #000;
  transition: transform 200ms ease, opacity 200ms ease;
}

.navTrigger i:nth-child(1) { transform: translateY(-6px); }
.navTrigger i:nth-child(2) { opacity: 1; }
.navTrigger i:nth-child(3) { transform: translateY(6px); }

.navTrigger.active i:nth-child(1) { transform: rotate(45deg); }
.navTrigger.active i:nth-child(2) { opacity: 0; }
.navTrigger.active i:nth-child(3) { transform: rotate(-45deg); }

/* DESKTOP SCROLLED MENU */
@media (min-width: 1024px) {

  .main_list {
    transition: opacity 200ms ease, transform 200ms ease;
  }

  .nav.affix .main_list:not(.show_list) {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  .nav:not(.affix) .main_list {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav.affix .navTrigger {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition-delay: 50ms;
    pointer-events: auto;
  }

  .nav:not(.affix) .navTrigger {
    opacity: 0;
    transform: translateY(-50%) scale(0.85);
    pointer-events: none;
  }

  .nav.affix .main_list {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #001313;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: max-height 300ms ease, opacity 200ms ease;
    z-index: 998;
    border-radius: 0;
  }

  .nav.affix .main_list.show_list {
    max-height: 600px;
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  .nav.affix .navlinks {
    flex-direction: column;
    max-width: 75rem;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .nav.affix .navlinks li {
    margin: 0;
  }

  /* Full-width clickable rows so underline spans full width */
  .nav.affix .navlinks > li > a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 20px;
  }

  /* Keep submenu parent arrow aligned right */
  .nav.affix .navlinks li.has-submenu > a,
  .nav.affix .navlinks li.is-dropdown-submenu-parent > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  /* Simple underline when scrolled (no animation) */
  .nav.affix .navlinks > li > a {
    border-bottom: 2px solid transparent;
  }

  .nav.affix .navlinks > li > a:hover,
  .nav.affix .navlinks > li > a.active {
    border-bottom-color: #2cd17e;
  }

  .nav.affix .navlinks > li > a::before {
    display: none !important;
  }

  /* Affix submenu becomes accordion (open via .submenu-open) */
  .nav.affix .navlinks li.has-submenu > ul,
  .nav.affix .navlinks li.is-dropdown-submenu-parent > ul {
    position: static;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0;

    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;

    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
  }

  .nav.affix .navlinks li.submenu-open > ul {
    max-height: 400px;
  }

  /* Stack submenu items + make each row full-width */
  .nav.affix .navlinks li.has-submenu > ul {
    display: block;

  }

  .nav.affix .navlinks li.has-submenu > ul li,
  .nav.affix .navlinks li.is-dropdown-submenu-parent > ul li {
    display: block;
    width: 100%;
  }

  .nav.affix .navlinks li.has-submenu > ul a,
  .nav.affix .navlinks li.is-dropdown-submenu-parent > ul a {
    display: block;
    width: 100%;
    /* font-size: 16px;
    padding: 10px 0 10px 18px;
    color: rgba(255,255,255,0.9); */
    white-space: normal;
    border-bottom: none;
    padding: .6rem
  }

  /* optional spacing between submenu rows */
  .nav.affix .navlinks li.has-submenu > ul li + li,
  .nav.affix .navlinks li.is-dropdown-submenu-parent > ul li + li {
    margin-top: 8px;
  }
}

/* MOBILE */
@media (max-width: 1023px) {

  .navTrigger {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
  }

  .main_list {
    position: fixed;
    top: 113px;
    left: 0;
    width: 100%;
    background: #001313;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: max-height 300ms ease, opacity 200ms ease;
    z-index: 998;
  }

  .nav.affix .main_list {
    top: 80px;
  }

  .main_list.show_list {
    max-height: 600px;
    pointer-events: auto;
    opacity: 1;
  }

  .navlinks {
    flex-direction: column;
    padding: 28px 32px 36px;
  }

  .navlinks li {
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .navlinks li:last-child {
    border-bottom: none;
  }

  /* full-width row links (matches other items) */
  .navlinks li a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 1.3rem;
    color: #fff;
  }

  .navlinks li a::after {
    display: none;
  }

  /* Mobile submenu accordion */
  .navlinks li.has-submenu > ul,
  .navlinks li.is-dropdown-submenu-parent > ul {
    position: static;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0 0 10px;

    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;

    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease;
  }

  .navlinks li.submenu-open > ul {
    max-height: 400px;
  }

  .navlinks li.has-submenu > ul {
    display: block;
  }

  .navlinks li.has-submenu > ul li,
  .navlinks li.is-dropdown-submenu-parent > ul li {
    display: block;
    width: 100%;
  }

  .navlinks li.has-submenu > ul a,
  .navlinks li.is-dropdown-submenu-parent > ul a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 18px;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    white-space: normal;
  }

  .navlinks li.has-submenu > ul li + li,
  .navlinks li.is-dropdown-submenu-parent > ul li + li {
    margin-top: 8px;
  }


  .navlinks > li > a {
    border-bottom: 2px solid transparent;
  }

  .navlinks > li > a:hover,
  .navlinks > li > a.active {
    border-bottom-color: #2cd17e;
  }

  .navlinks > li > a::before {
    display: none !important;
  }

  .services-grid .card-box {
    margin-bottom: 60px;
  }
}

/* Foundation active */
.dropdown.menu > li.is-active > a {
  color: #ffffff !important;
}





/* Landing */

.landing {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 900px;
    height: 100vh;
    z-index: 2;

}

.landing .call-to-action {
  margin-top: 30px;
}

.landing .call-to-action .button {
  margin-right: 10px;
}

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

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

.landing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 0%, #000 100%), #001313;
    background-blend-mode: multiply, normal;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.landing .grid-container {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.landing .landing-content {
    max-width: 1000px;
    margin: 0 auto;
}

.landing .landing-content img {
    width: 432px;
    margin-bottom: 60px;
    text-align: center;
}

.landing .landing-content h1 {
       font-size: 2rem;
       max-width: 700px;
       padding: 0 40px;
       margin: 0 auto;
}

#landingCaption{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

#landingCaption.is-visible{
  opacity: 1;
  transform: translateY(0);
}


.landing .section-title {
    margin-top: 2em;
}

#pages .landing .grid-container {
    top: unset;
    transform: unset;
}

/* pages */

.page-section .contact-info p a {
   color: #ffffff;
   text-decoration: underline;
}


.accordion-section .accordion-item .accordion-content p a {
    color: #2cd17e;
    text-decoration: none;
}

.accordion-section .accordion-item .accordion-title {
    font-size: 1.3rem;
    color: #2cd17e;
    border: none;
    border-bottom: 1px solid rgba(35, 60, 60, 0.30);
    text-decoration: none;
    padding: 20px 0;
    position: relative;
}
.accordion-section .accordion-item > .accordion-title::before {
  background-image: url(../images/arrow-down-btn.svg);
  position: absolute;
  top: 50%;
  right: 0.5em;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  transform: translateY(-50%) rotate(0deg); /* DOWN */
  transition: transform 0.3s ease;
}

.accordion-section .accordion-item.is-active > .accordion-title::before {
  transform: translateY(-50%) rotate(180deg); /* UP */
}



.accordion-section .accordion-item .accordion-title:hover, .accordion-section .accordion-item .accordion-title:focus {
    background: none;
    text-decoration: none;
}

.accordion-section .accordion-item .accordion-title .title-text h6 {
  color: #001313;
    line-height: 1.4;
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
    padding-right: 6em;
}

.accordion-section .accordion-item .accordion-content {
    border: none;
    background: none;
    padding: 30px 0 10px;
}

.accordion-section .accordion-item.is-active .accordion-content {
        border-bottom: 1px solid rgba(35, 60, 60, 0.30);
}


.accordion-section .accordion-title::before {
    font-size: 2.5rem;
    transform: translateY(-50%);
}

.contact-form label {
    margin-bottom: .5rem;
     font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .9rem;
    color: #ffffff;
    line-height: 1.4;
}

.contact-form input, .contact-form textarea, .contact-form [type=text]:focus,
.contact-form [type=email]:focus, .contact-form textarea:focus {
    border: none;
    box-shadow: none;
    background: #ffffff;
      font-family: "area-normal", sans-serif;
    font-weight: 400;
    font-style: normal;
     font-size: .9rem;
      color: #001313;
    line-height: 1.4;
}

/* Footer */

footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000000;
}

footer .footer-logo {
    width: 180px;
    margin-bottom: 30px;
}

footer p,
footer p a {
 font-family: "area-normal", sans-serif;
    font-size: .85rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 6.5rem;

}

footer ul li {
    margin-bottom: 0;
    display: inline-block;
    color: #ffff;
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 400;
}

footer ul li a {
    color: #ffff;
    font-size: .85rem;
    line-height: 1.4;
    font-weight: 400;
}

footer ul li a:hover,
footer p a:hover {
    color: #fff;
    text-decoration: underline;
}
.awards {
    margin-top: 1.5rem;
}


@media (max-width: 1300px) {
.nav .grid-container, footer .grid-container {
    padding-left: 30px;
    padding-right: 30px;
}

.navTrigger {
    right: 30px
}
.navlinks li {
    margin-left: 0;
}
}

@media (min-width: 639px) and (max-width: 850px) {
 .card-box .card-title  {
        font-size: 16px;
    }

}

@media (max-width: 1023px) {

  .extra-padding {
  padding-top: 6em;
}

footer ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


  /* #our-services {
    min-height: unset;
  } */
    #our-services.small {
    background-size: cover!important;
    background-position: center!important;
  }

}

@media (max-width: 639px) {
    .page-section .grid-container {
    padding: 60px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

 h5.card-title {
  font-size: 17px;
 }

h6 {
    font-size: 18px;
}

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

.landing .landing-content img {
    width: 350px;
}

.contact-info {
    margin-top: 50px;
}
.search-box input {
    margin-bottom: 1.5rem;
}

#news-page .card-box {
    margin-bottom: 2rem;
}

.map {
    margin-top: 1.5rem;
}

.services-grid.grid-padding-x > .cell {
  padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.card-box {
  margin-top: 0;
}
.padding-top-60 {
  padding-top: 50px;
}
 #news h5 {
  font-size: 22px!important;
 }

 .card-box .button {
  margin-top: 15px;
  margin-bottom: 15px;
 }

 #news .card-box .button {
  margin-top: 0px;

 }

 #our-services-page .padding-top-120{
  padding-top: 120px;
 }
}

@media (max-width: 500px) {



  .landing .padding-top-120 {
    padding-top: 120px;
  }

  hr {
    margin: 1.5rem 0;
  }

  .padding-top-120 {
    padding-top: 0
  }

  .landing .landing-content img {
    width: 300px;
  }

  h2, h1 {
    font-size: 28px;
  }

  h5.card-title {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }
  .page-section .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  #our-services.small {
   min-height: 250px;
  }

  .card-box .card-title {
    padding-right: 1.5rem;
  }
}