:root {
  --primary-color: #BAD532;
  --lime-green: #BAD532;
  --primary-color-lighter: #CBE836;
  --lime-green-lighter: #CBE836;
  --primary-color-darker: #AEC72F;
  --lime-green-darker: #AEC72F;
  --secondary-color: #007360;
  --forest-green: #007360;
  --secondary-color-lighter: #008A73;
  --forest-green-lighter: #008A73;
  --secondary-color-darker: #006655;
  --forest-green-darker: #006655;
  --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: #000000;
  --black-darker: #000000;
}/* 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: 0px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); 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 { content: ''; position: absolute; display: block; height: 28px; width: 32px; background-image: url('/assets/arrow-right.svg'); background-size: cover; right: 5px; top:50%; margin-top: -14px; transform: rotate(90deg); -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; 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: 991px) { .b-cta .main-content { margin-bottom: 2rem; text-align: center; } }

/* 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 { -webkit-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.b-tile a:hover .b-tile__item-wrapper { transform: scale(1.05); }
.b-tile__img { border-radius: 0px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); 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: 12px 0; }
.c-blogs__article-button { position: static; }
.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; }
.c-blogs__article-title { font-weight: 400; font-size: 1.25rem; padding-top: 4px; color: #000; }
.c-blogs__article-content { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; padding-top: 18px; font-weight: 400; }
.c-blogs__article-content p { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.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: 300px; padding-top: 110px; } /* 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;}
}

/* Embed Block */
.b-iframe .embed-responsive { border-radius: 4px; overflow: hidden; }

/* Gallery Block */
.b-gallery__slider { overflow-x: inherit; }
.b-gallery__slider-image { overflow: hidden; border-radius: 4px; margin-top: 10px; margin-bottom: 15px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); 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: 700; }
.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: #BAD532; }
.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 { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.u-box-shadow--size-small { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.img-shadow .b-column img { border-radius: 0px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }
.b-wysiwyg img { border-radius: 0px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); 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: 500px; }
.c-basic-hero__title { font-weight: 400; font-size: 2.5rem; }

/* Column Block */
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* 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: underline; }
.c-footer__info-icon { text-align: center; }
.c-footer__text { font-size: 0.9375rem; min-width: 300px; }
/* Mobile Alignment */
@media (max-width: 991px) {
.c-footer__menu { text-align: center; }
.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: 8px; }
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; }


.small-icon .b-column__icon {
    min-width: 50px;
    max-height: 50px;
}

.c-button.u-box-shadow {  box-shadow: none; }

/* Grey background */
.grey-background .b-column blocks-202 { background-color: #f4f4f4; }

.c-blog-article__recent {
    background: #fff;
}