:root {
  --primary-color: #C6F7EA;
  --light-green: #C6F7EA;
  --primary-color-lighter: #CCFFF2;
  --light-green-lighter: #CCFFF2;
  --primary-color-darker: #C6F7EA;
  --light-green-darker: #C6F7EA;
  --secondary-color: #83DEB2;
  --light-outline: #83DEB2;
  --secondary-color-lighter: #8DF0C0;
  --light-outline-lighter: #8DF0C0;
  --secondary-color-darker: #7ED6AC;
  --light-outline-darker: #7ED6AC;
  --tertiary-color: #C6F7EA;
  --arrow: #C6F7EA;
  --tertiary-color-lighter: #C6F7EA;
  --arrow-lighter: #C6F7EA;
  --tertiary-color-darker: #C6F7EA;
  --arrow-darker: #C6F7EA;
  --quaternary-color: #000000;
  --arrow--solid: #000000;
  --quaternary-color-lighter: #C6F7EA;
  --arrow--solid-lighter: #C6F7EA;
  --quaternary-color-darker: #C6F7EA;
  --arrow--solid-darker: #C6F7EA;
}.c-carousel .slick-dots li.slick-active button {background: black}
.c-carousel .slick-dots li button {border-color: black}
.b-form-basic select {background: transparent; border: transparent; border-bottom: 2px solid black; }

/* Smooth Scrolling to anchors */
* { scroll-margin-top: 100px; }
@media (max-width: 640px) { * { scroll-margin-top: 150px; } }

/* Text Utility Classes */
.text-sm { font-family: 'GT Walsheim', sans-serif !important; color: #028065 !important; font-size: 1.2rem !important; font-weight: normal !important; line-height: 1.4 !important;  }
.text-sm a, .text-sm a:hover { color: #028065 !important; text-decoration: none !important; }
.text-md {  }
.text-lg {font-family: 'GT Walsheim', sans-serif !important; font-size: 1.8rem !important; font-weight: bold !important; line-height: 1.4 !important; }
.text-xl { font-family: 'GT Super Display', serif !important; line-height: 1.1 !important; font-size: 3rem !important; font-weight: normal !important; }
.text-2xl { font-family: 'GT Walsheim', sans-serif; font-weight: bold; line-height: 1.1; font-size: 4rem; color:#83DEB2 !important; }
.text-3xl { font-family: 'GT Super Display', serif; line-height: 1.1; font-size: 4rem; font-weight: normal; color:#83DEB2 !important; }
.text-primary {color: black !important; }

.text-xl a { color: #000 !important; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.text-xl a:hover { color:#83DEB2 !important; text-decoration:none !important; }

/* Top align content block images */
.top-align-image .b-wysiwyg .row.align-items-center { -webkit-box-align: start!important; -ms-flex-align: start!important; align-items: flex-start!important; }

/* Reskinning Carousel Nav */
.c-carousel__slider-button { top: -36px; -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.c-carousel__slider-button svg { display: none; position: relative; }
.c-carousel__slider-button:before { height: 72px; width: 72px; top: 0px; left: 0px; background-color: #C6F7EA; border-radius: 36px; position: absolute; content: ''; display: block; background-size: cover; background-repeat: no-repeat: background-position: center center; -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.10); box-shadow: 0px 3px 6px rgba(0,0,0,0.10);  }
.c-carousel__slider-button--dirention-prev { left: -36px }
.c-carousel__slider-button--dirention-next { right: -17px; }
.c-carousel__slider-button--dirention-prev:after { height: 24px; width: 28px; top: 50%; left: 50%; margin-top: -1px; margin-left: -3px; position: absolute; content: ''; display: block; background-image: url('/assets/arrow-left.svg'); background-size: cover; background-repeat: no-repeat; background-position: center center; }
.c-carousel__slider-button--dirention-next:after { height: 24px; width: 28px; top: 50%; left: 50%; margin-top: -1px; margin-left: -3px; position: absolute; content: ''; display: block; background-image: url('/assets/arrow-right.svg'); background-size: cover; background-repeat: no-repeat; background-position: center center; }

.c-carousel__slider-button--dirention-prev:hover { left: -42px }
.c-carousel__slider-button--dirention-next:hover { right: -23px;  }

/* Reskinning Forms */
.b-form-basic input[type="text"], .b-form-basic input[type="email"], .b-form-basic input[type="password"], .b-form-basic textarea { background-color: rgba(198, 247, 234, 0); border: 0px; box-shadow: none !important; -webkit-box-shadow: none !important; border-bottom: 2px solid #000; padding-left: 0px; border-radius: 4px 4px 0px 0px !important; font-size: 1rem; letter-spacing: inherit; }
.b-form-basic input[type="text"]:focus, .b-form-basic input[type="email"]:focus, .b-form-basic input[type="password"]:focus, .b-form-basic textarea:focus { background-color: rgba(198, 247, 234, 0.5); padding-left: 15px; }
.b-form-basic input::placeholder, .b-form-basic textarea::placeholder { letter-spacing: inherit; }
.b-form-basic textarea { min-height: 50px; overflow: hidden; height: 50px; }
.b-form-basic textarea:focus { min-height: 180px; height: 180px; }

/* Hiding Breadcrumbs */
.c-breadcrumbs { display: none; }

/* Inner Hero Responsive */
@media (max-width:991px) { .c-hero__title { text-align: center; font-size: 2.6rem; } }

/* H2 Links */
h2 a { color: #000000 !important; -webkit-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; }
h2 a:hover, h2 a:active, h2 a:focus { text-decoration: none !important; color: #83DEB2 !important; }

/* Tile Block */
.b-tile__img { -webkit-box-shadow: none; box-shadow: none; border-radius: 0px; height: inherit; width: inherit; max-width: 600px; max-height: 600px; padding: 0px !important; margin: 0px !important; -webkit-transition: all 800ms ease-out; -o-transition: all 800ms ease-out; transition: all 800ms ease-out; }
.b-tile__item-wrapper.col { padding: 30px !important; }
.b-tile__item-wrapper .b-tile__item-wrapper { padding: 0px !important; border-radius: 190px; max-width: 380px; overflow: hidden; position: relative; margin: 0 auto; }
.b-tile__item-wrapper .b-tile__item-wrapper:after { content: ''; position: absolute; height: 100%; width: 100%; top: 0px; right: 0px; background-color: rgba(2,128,101,0); -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.b-tile__item-wrapper a:hover .b-tile__item-wrapper:after { background-color: rgba(2,128,101,0.9); }
.b-tile__item-wrapper a:hover .b-tile__img { transform: scale(1.2); }
.b-tile__title { -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; position: absolute; display: none; text-align: center; width: 100%; top: 50%; padding: 0px !important; margin: -20px 0px !important; color: #83DEB2; z-index:1; }
.b-tile__item-wrapper a:hover .b-tile__title { display: block; }

/* Removing Global Shadows */
.u-box-shadow { -webkit-box-shadow: none; box-shadow: none; }

/* Arrow Buttons */
.c-button--theme-tertiary, .c-button--theme-tertiary:before { -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.c-button--theme-tertiary, .c-button--theme-tertiary:focus { line-height: 32px; position: relative; background: transparent !important; border-radius: 36px; padding: 20px 30px; font-weight: normal; -webkit-box-shadow: none !important; box-shadow: none !important;  }
.text-left .c-button--theme-tertiary { margin-left: -30px; }
.c-button--theme-tertiary:hover:before { width: 100%; }
.c-button--theme-tertiary:before { content: ''; position: absolute; height: 100%; width: 72px; top: 0px; right: 0px; background-color: #C6F7EA; z-index: -1; border-radius: 36px; }
.c-button--theme-tertiary:after { content: ''; position: relative; display: inline-block; height: 24px; width: 28px; top: 4px; right: -6px; background-image: url('/assets/arrow-right.svg'); background-size: cover; margin-left: 30px; }

@media (max-width:991px) { 
.c-button--theme-tertiary:before { width: 100%; }
.text-left .c-button--theme-tertiary { margin-left: 0px; }
}

.c-button--theme-quaternary, .c-button--theme-quaternary:before { -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; }
.c-button--theme-quaternary { line-height: 32px; position: relative; background: transparent !important; border-radius: 36px; padding: 20px 30px; font-weight: normal;  }
.c-button--theme-quaternary:before { content: ''; position: absolute; height: 100%; width: 100%; top: 0px; right: 0px; background-color: #C6F7EA; z-index: -1; border-radius: 36px; }
.c-button--theme-quaternary:after { content: ''; position: relative; display: inline-block; height: 24px; width: 28px; top: 4px; right: -6px; background-image: url('/assets/arrow-right.svg'); background-size: cover; margin-left: 30px; }
.c-button--theme-quaternary:hover { transform: scale(1.05); }



/* Hero text width */
.c-basic-hero .col-lg-5 { max-width: 75%; } 
.c-basic-hero .col-lg-6 { max-width: 75%; }

.border { border-color: #000 !important; border: 0.5px solid !important; }


/* Top Menu line Hover Effect */
.c-menu__link { position: relative; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.c-menu__link:before { position: absolute; content: ''; display: block; border-left: 10px solid #83DEB2; height: 0px; left: 50%; border-radius: 5px; top: -40px; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;  }
.c-menu__link:hover:before { height: 45px; }


/* Inner Hero */
.c-hero__t-cell { height: 400px; padding-top: 180px; } /* change this to alter the height of inner hero */
.c-hero:before { background: rgba(0,0,0,0.0); } /* change this to alter the overlay */



/* Custom Fonts */
@font-face { font-family: 'GT Walsheim';
src: url('/fonts/GT-Walsheim-Regular.woff2') format('woff2'),
       url('/fonts/GT-Walsheim-Regular.woff') format('woff'),
       url('/fonts/GT-Walsheim-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal; }
@font-face { font-family: 'GT Walsheim';
src: url('/fonts/GT-Walsheim-Bold.woff2') format('woff2'),
       url('/fonts/GT-Walsheim-Bold.woff') format('woff'),
       url('/fonts/GT-Walsheim-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal; }
@font-face { font-family: 'GT Super Display';
src: url('/fonts/GT-Super-Display-Medium.woff2') format('woff2'),
       url('/fonts/GT-Super-Display-Medium.woff') format('woff'),
       url('/fonts/GT-Super-Display-Medium.ttf') format('truetype');
font-weight: normal;
font-style: normal; } 


/* Responsive Fonts */
@media (max-width:991px) {
.c-hero-slider__title { font-size: 3rem; }
.c-hero-slider__content { font-size: 3rem; }
}

/* Homepage Hero */
.c-basic-hero__content-holder .col-lg-6, .c-basic-hero__content-holder .col-lg-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 80%; -ms-flex: 0 0 80%; flex: 0 0 80%;  max-width: 80%; }
@media (max-width:991px) {
.c-basic-hero__main { background-position-x: 70% ; background-position-y: center; }
.c-basic-hero__content-holder .col-lg-6, .c-basic-hero__content-holder .col-lg-5 { -webkit-box-flex: 0; -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }
}

/* Rotating Circle */
.pause-bt { display: none; position: absolute; bottom: 30px; right: 30px; height: 50px; width: 50px; background-color: #C6F7EA; cursor: pointer; border-radius: 25px; background-image: url('/assets/video-pause.svg'); background-size: cover; background-repeat: no-repeat; opacity: 0.7 }


.rotating-circle { position: absolute; display: block; height: 200px; width: 200px; top: 50%; left: 50%; margin-left: -100px; margin-top: -100px; background-image: url('/assets/video-button-inner.svg'); background-size: cover; background-repeat: no-repeat;
}
.rotating-circle:hover { cursor: pointer; }
.rotating-circle:after { content: ''; position: absolute; top: 0px; left: 0px; height: 200px; width: 200px; background-image: url('/assets/video-button-outer.svg'); background-size-cover; background-repeat: no-repeat;

animation-name: rotate;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

/* CTA Block */
@media (max-width: 991px) { .b-cta .main-content { margin-bottom: 2rem; text-align: center; } }




/* Partner Block */
.py-5 { padding-top: 0rem!important; padding-bottom: 0rem!important; }


/* Blog Items */
.c-blog-article__frame.container { padding: 0px !important; }
.c-blog-article { padding-top: 0px; }
.c-blogs__article-button .c-button { border-radius: 0px !important; font-size: 1rem; font-weight: 900; text-transform: uppercase; }
.c-blogs__article { overflow: hidden; }
.c-blogs__article-date { padding-top: 14px; letter-spacing: inherit; font-weight: 400; }
.c-blogs__article-title { font-weight: 700; font-size: 1.2rem; padding-top: 4px; color: #333; }
.c-blogs__article-content { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; padding-top: 18px; font-weight: 400; }
.c-blogs__article-info { padding-bottom: 0px; }
.b-article__title { font-size: 1.2rem; font-weight: 600; padding: 16px 20px; min-height: 86px; } 

/* Map Block (Remove to have full width) */
.b-map { max-height: 500px; max-width: 1320px; margin: 0 auto; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
@media (max-width:991px) { .b-map { max-height: 600px; height: 600px; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; } }



/* Embed Block */
.b-iframe .embed-responsive { border-radius: 8px; 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.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.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__content { background-color: #fff; }
.b-testimonials-simple__content:after { border-color: #fff transparent transparent; }
.b-testimonials-simple__author-name { font-weight: 700; font-size: 1.2rem; }
@media (max-width:1300px) { .b-testimonials .c-carousel__buttons { display: none; } }


/* FAQ Block */
.b-faq__item { padding-bottom: 2rem !important; }
.b-faq__item-main { border-radius: 6px; overflow: hidden; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }

/* Homepage Hero */
.c-basic-hero__buttons { margin-top: 60px; }
.c-basic-hero__main:before { background: rgba(2, 128, 101, 0.8); }
.c-hero-slider__main:before { background: rgba(2, 128, 101, 0.8); }
.c-hero-slider__buttons { margin-top: 60px; }

/* 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: 20px; }
.c-footer .c-copyrights a { text-decoration: none; }
.c-footer .c-copyrights a:hover { text-decoration: underline; }
.c-footer__info-icon { text-align: center; }
/* 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; }

/* User Forms */
.userform-fields .field { position: relative; }
.userform-fields .right-title { position: absolute; top: 0px; right: 0px; font-size: 0.8rem; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { font-family: 'GT Walsheim', san-serif; font-weight: 500; font-size: 1.2rem; padding: 20px 50px; border-radius: 30px; background-color: #C6F7EA; color: #000; -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.10); box-shadow: 0px 3px 6px rgba(0,0,0,0.10); }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { transform: scale(1.05); }

/* ==Top Navigation== */

/* General Tweaks */
.c-header.headroom--not-top { min-height: inherit; }
.hamburger { padding: 10px 10px 5px 10px; }
.c-header__logo { padding-top: 20px; padding-bottom:20px; -webkit-flex-basis: inherit; -ms-flex-preferred-size: inherit; flex-basis: inherit; } /* Resizing Logo & Padding */
.c-menu__link-icon { top: 0px; font-size: 10px; left: -3px; } /* Menu Chevron Alignment */
.c-header { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.0); box-shadow: 0px 2px 6px rgba(0,0,0,0.0); } /* Adding Shadow */
.c-menu__link-icon:before { content: "\f0d7"; font-size: 0.7rem; } /* Changing to Solid Icon */
.c-childmenu { padding-top: 0px; border-radius: 8px; width: 280px; max-width: 280px; overflow: hidden; -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.10); box-shadow: 0px 3px 6px rgba(0,0,0,0.10); }
/* .c-childmenu__ul { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); background-color: #83DEB2; background: #83DEB2; } */
.c-childmenu__link { -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-childmenu__link:hover { padding-left: 20px; padding-right: 10px; }
.c-header__menu { font-family: 'GT Walsheim' !important; }
.c-menu__list:hover { background-color: rgba(246,246,246,0.0); }

/* Sub-Child Items */
.c-menu__ul__ul { background-color: #e6e6e6; min-width: 260px; }
.c-menu__ul__ul .c-childmenu__link { font-size: 0.9rem; }
.c-childmenu__link .fa-chevron-right { line-height: 20px; margin-right: 0px !important; font-size: 0.8rem; }
.c-childmenu__link .fa-chevron-right:before { content:"\f0da";  }

/* Fading in Background Hovers */
.c-menu__list { border-radius:4px; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
.c-menu__list--has-menu { border-radius: 4px 4px 0px 0px; }
.c-menu__list:last-child:hover, .c-menu__list:last-child:active { background-color: transparent; }  /* Removing from Phone Link */

/* Fixing Active Underline */
.c-menu__selected--underline { position: relative; }
.c-menu__selected--underline:after { position: absolute; content: ''; display: block; border-radius: 1px; }
a.c-menu__selected--underline:after { width: calc(100% - 26px); bottom: 4px; left: 13px; }
span.c-menu__selected--underline:after { width: calc(100% + 5px); bottom: -9px; left: -2px; } 

/* Mobile Menu Dropdowns Fixing */
.phone-link { margin-left: 15px; }
@media (max-width:991px) {
.phone-link { margin-left: 0px; }
.c-menu__link { padding-top: 20px; padding-bottom: 20px; }
.c-menu__link-icon:before { font-size: 1.2rem; }
.c-menu__list .c-menu__link-icon { padding: 20px 10px; left: inherit; right: 0px; }
.c-menu__list .c-menu__link-icon.is-active { transform: rotate(180deg); }
.js-menu__link { padding-top: 0px; padding-bottom: 0px; font-size: 1.1rem; }
.js-menu__link span { padding-top: 20px; padding-bottom: 20px; }
.c-childmenu { border-radius: 0px; max-width: 280px; width: inherit; border-left-width: 6px; }
.c-childmenu__ul { -webkit-box-shadow: none; box-shadow: none; }
}

/* Horizontal Ruler Block */
.b-horizontal-rule { margin-top: 0px !important; margin-bottom: 0px !important; }

.c-footer>.container {
    padding-top: 0px;
    padding-bottom: 50px;
}