:root {
  --primary-color: #ADD52B;
  --lime-green: #ADD52B;
  --primary-color-lighter: #B9E829;
  --lime-green-lighter: #B9E829;
  --primary-color-darker: #8CBE22;
  --lime-green-darker: #8CBE22;
  --secondary-color: #007365;
  --forest-green: #007365;
  --secondary-color-lighter: #008979;
  --forest-green-lighter: #008979;
  --secondary-color-darker: #005555;
  --forest-green-darker: #005555;
  --tertiary-color: #FFFFFF;
  --white: #FFFFFF;
  --tertiary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --tertiary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --quaternary-color: #000000;
  --black: #000000;
  --quaternary-color-lighter: #444444;
  --black-lighter: #444444;
  --quaternary-color-darker: #1C1528;
  --black-darker: #1C1528;
}/* FAQ Block */
.b-faq .col-md.order-md-1 { min-width: 100%; }
@media (min-width: 992px) { .b-faq .col-md.order-md-1 { min-width: 66.667%; }}
.b-faq__title_holder { position: relative; }
.b-faq__item { padding-bottom: 0 !important; padding-top: 0 !important; }
.b-faq__item-main { border-radius: 2px; box-shadow: 0px 4px 10px rgba(0,0,0,0.0); border-top: 1px solid #000; }
.b-faq__item:last-child .b-faq__item-main { border-bottom: 1px solid #000; }
.b-faq__title_holder { background-color: rgba(0,0,0,0.0) !important; position: relative; padding: 15px 5px !important }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }

.b-faq__content { background: transparent; padding: 0px !important; }
.b-faq__content .block-content { padding: 10px 5px 20px !important; }
.b-faq__title:after { position: absolute; display: block; height: 28px; width: 32px; background-image: url('/assets/arrow-right.svg'); background-size: contain; right: 5px; top:50%; margin-top: -14px; transform: rotate(90deg); transition: all 200ms ease; }
.showing-item .b-faq__title:after { transform: rotate(270deg); }
.b-faq__title { font-weight: 400 !important; font-size: 20px !important; line-height: 24px; text-transform: uppercase; }

/* CTA Block */
@media (max-width: 2000px) { .b-cta .main-content { margin-bottom: 2rem; text-align: left; } }


/* Tile Block */
.b-tile { padding-bottom: 60px; }
.b-tile .slick-track { padding-top: 1rem; }
.b-tile .slick-slide { padding: 1rem; }
.b-tile .slick-slide .b-tile__item-wrapper { padding-top: 0px !important; }
.b-tile .slick-slide .pb-3.px-2.d-flex.flex-fill { padding-left: 0px !important; padding-right: 0px !important; }
.b-tile__item-wrapper { transition: all 150ms ease-in-out; }
.b-tile a:hover .b-tile__item-wrapper { transform: scale(1.05); }
.b-tile__img { border-radius: 0px; box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }

/* Partner Block */
.b-partners .slick-slide .mx-3.pb-3 { padding-bottom: 1rem !important; padding-top: 1rem !important; }
.b-partners .slick-slide .b-partners__item-wrapper { padding-bottom: 2rem !important; padding-top: 2rem !important; }

/* Blog Items */
.c-blog-article__frame.container { padding: 0px !important; }
.c-blogs__article-image { border-radius: 0; border: 1px solid #80808080; }
.c-blogs__article-info { padding: 20px 0; text-align:left; }
.c-blogs__article-button { position: static; padding: 10px; padding-right: 20px; font-size: 16px; border-radius: 3px;}
.c-blogs__article-button .c-button { width: unset!important; }
.c-blogs__article { overflow: hidden; } 
.c-blogs__article-date { display: none; padding-top: 14px; letter-spacing: inherit; font-weight: 400; text-align:left;}
.c-blogs__article-title { font-weight: 600; font-size: 1.25rem; padding-top: 4px; color: #000; text-align:left; }
.c-blogs__article-content { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; padding-top: 18px; font-weight: 400; text-align:left; }
.c-blogs__article-content p { overflow: hidden; }
.c-hero__date { text-align: left; }
.c-breadcrumbs__ul { justify-content: flex-start; }
.text-primary h5 pb-3 { color: #070707;}

/* Articles */
.b-article__title { font-size: 1.2rem; font-weight: 600; padding: 16px 20px; min-height: 86px; } 
.b-article__thumbnail { height: 270px; border-radius: 0px; }
.b-article__title { padding: 16px 0px; }



/* Inner Hero */
.c-hero__t-cell { height: 80vh; padding-top: 120px; } /* change this to alter the height of inner hero */
.c-hero:before { background: rgba(0,0,0,0.3); } /* change this to alter the overlay */

/* Responsive Fonts */
@media (max-width:991px) {
.c-hero-slider__title { font-size: 2rem; }
.c-hero-slider__content { font-size: 1.2rem; }
.c-basic-hero__title { font-size: 2.2rem !important; }
}

/* Headings Mobile Font Sizing */
@media (max-width:576px) {
h2 { font-size: 2rem; }
h3 { font-size: 1rem; }
.b-column__title .b-column__title { font-size: 1.3rem;} }

/* Columns */
.b-column blocks-1298 with-overlay u-background-cover { padding:20px; }
.b-column .col-md { margin-right: 20px; }
.b-column .b-column__button .c-button--size-small { padding: 10px; }

/* Embed Block */
.b-iframe .embed-responsive { border-radius: 4px; overflow: hidden; min-width: 100vw;}

/* Gallery Block */
.b-gallery__slider { overflow-x: inherit; min-width:2000px;}
.b-gallery__slider-image { overflow: hidden; border-radius: 4px; margin-top: 10px; margin-bottom: 15px; box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.b-gallery__slider-lightbox:before { overflow: hidden; border-radius: 4px; }

/* Testimonials */
.b-testimonials__message { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; }
.b-testimonials__name { font-size: 1.5rem; font-weight: 600; }
.b-testimonials__position { font-size: 1.2rem; font-weight: 600; text-transform: inherit; padding-top: 15px; }
.b-testimonials-simple__author-name { font-weight: 400; font-size: 1.2rem; color: black; }
.b-testimonials-simple__author-company { color: #007365; }
.b-testimonials-simple__content { padding: 20px; background-color: #fff; border-radius: 0; position: relative; margin-bottom: 38px; }
.b-testimonials-simple__content:after { border-color: #fff transparent transparent; border-width: 20px 20px 0px 0px; left: 0; transform: none!important; }

/* Shadows */
.u-box-shadow { box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.u-box-shadow--size-small { box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.img-shadow .b-column img { border-radius: 0px; box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.b-wysiwyg img { border-radius: 0px; box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }

/* Homepage Hero */
.c-basic-hero__main.u-background-cover > div.h-100 { z-index: 9;}
.c-basic-hero__t-cell { height: 85vh; }
.c-basic-hero__title { font-weight: 600; font-size: 2.5rem; text-align: left; max-width: 80vw}
.c-hero__title { font-weight: 600; font-size: 2.5rem; text-align: left; max-width: 80vw}

/* Column Block */
@media (max-width: 768px) { .b-column .col-md { padding-bottom: 3rem; padding-right: 20px;} }

/* Content Block */
@media (max-width: 991px) { .b-wysiwyg .col-lg-6:first-child { margin-bottom: 2rem; } }

/* Footer */
.c-footer__info-value { opacity: 1; }
.c-footer__text_social .c-footer__top_spacing { padding-top: 40px; }
.c-footer .c-copyrights a { text-decoration: none; }
.c-footer .c-copyrights a:hover { text-decoration: none; font-weight: 700;}
.c-footer__info-icon { text-align: left; }
.c-footer__text { font-size: 0.9375rem; min-width: 300px; text-align: left; }

/* Mobile Alignment */
@media (max-width: 991px) {
.c-footer__menu { text-align: left; }
.c-footer__menu a:last-child { padding-right: 14px; }
}

/* Lists */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { font-size: 16px; top: 0px; left: 6px; }
ol.alpha li { list-style-type: lower-alpha; }
ol.roman li { list-style-type: lower-roman; }
ul { margin-bottom: 1.5625rem; }
ul li { line-height: 1.2rem; }
ul.c-ul { margin-bottom: 1.5625rem; }
ul.c-ul li { line-height: 1.4rem; }

/* Horizontal Ruler Block */
.b-horizontal-rule { margin-top: 0px !important; margin-bottom: 0px !important; color: #024952;}

/* Blocks */
.small-icon .b-column__icon { min-width: 50px; max-height: 50px;}
.b-tile__title { text-align: left;}
.b-icon__heading mt-4 text-center font-secondary { text-align: left; }
.b-icon__icon-wrapper {padding-right:30px; padding-top: 30px; padding-bottom: 30px;}
.c-button.u-box-shadow { box-shadow: none; }

/* Grey background */
.grey-background .b-column blocks-202 { background-color: #f4f4f4; }

/* Timeline */
.timeline-container { position: relative; max-width: 1000px; margin: 0 40px; padding: 0 20px 20px; }
.timeline-line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #e5e7eb; transform: translateX(-50%); z-index: 1; }
.timeline-item { position: relative; margin-bottom: 80px; width: 100%; display: flex; justify-content: left; align-items: center; opacity: 0; transform: translateY(20px); transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.timeline-item.visible { opacity: 1; transform: translateY(0); }
.timeline-content { width: 42%; padding: 30px; background: #ffffff; border-radius: 6px; box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05); border: 1px solid #f4f4f4; position: relative; transition: all 0.3s ease; }
.timeline-content:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); border-color: #f4f4f4; }
.timeline-item:nth-child(even) .timeline-content { margin-left: auto; }
.timeline-item:nth-child(odd) .timeline-content { margin-right: auto; text-align: right; }
.timeline-icon { position: absolute; left: 50%; width: 44px; height: 44px; background: #007365; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: translateX(-50%); z-index: 2; box-shadow: 0 0 0 6px white; font-size: 1.1rem; }
.year-label { font-weight: 400; color: #505050; font-size: 1rem; display: block; margin-bottom: 8px; letter-spacing: -0.025em; }
.milestone-title { font-weight: 600; color: #007365; margin-bottom: 12px; font-size: 1.25rem; line-height: 1.3; }
.milestone-text { font-size: 0.9rem; color: #505050; font-weight: 400; }
@media (max-width: 768px) { .timeline-line { left: 20px; transform: none; } .timeline-icon { left: 20px; transform: translateX(-50%); } .timeline-content { width: calc(100% - 60px); margin-left: 50px !important; text-align: left !important; padding: 20px; } .timeline-item:nth-child(odd) .timeline-content { margin-right: 0; } }
.header-section { text-align: left; padding: 40px 20px 20px; padding-top: 0px; }
.embed-responsive-21by9:before { padding-top: 0; }


