:root {
  --primary-color: #A5CBC3;
  --blue: #A5CBC3;
  --primary-color-lighter: #B2DBD3;
  --blue-lighter: #B2DBD3;
  --primary-color-darker: #99BDB5;
  --blue-darker: #99BDB5;
  --secondary-color: #364079;
  --purple: #364079;
  --secondary-color-lighter: #3E4A8B;
  --purple-lighter: #3E4A8B;
  --secondary-color-darker: #242A50;
  --purple-darker: #242A50;
  --tertiary-color: #FFFFFF;
  --white: #FFFFFF;
  --tertiary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --tertiary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --quaternary-color: #333333;
  --black: #333333;
  --quaternary-color-lighter: #444444;
  --black-lighter: #444444;
  --quaternary-color-darker: #222222;
  --black-darker: #222222;
}@font-face {
    font-family: 'Calibre';
    src: url("/fonts/calibre-web-regular.woff2") format('woff2');
    src: url("/fonts/calibre-web-semibold.woff2") format('woff2');
    src: url("/fonts/calibre-web-semibold.woff") format('woff');
    src: url("/fonts/calibre-web-regular.woff") format('woff');
}

/* Top align content block images (add class top-align-image to block) */
.top-align-image .b-wysiwyg .row.align-items-center { -webkit-box-align: start!important; -ms-flex-align: start!important; align-items: flex-start!important; }

/* 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__item-wrapper a:hover {text-decoration: none;}
.b-tile a:hover .b-tile__item-wrapper { transform: scale(1.05);}
.b-tile__img { border-radius: 6px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }

/* Service Holder */
.l-service-holder { padding-top: 40px; padding-bottom: 80px; }
a.c-tiles { -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
a.c-tiles:hover { transform: scale(1.025); }
.c-wide-tiles, .c-tiles { border-radius: 10px; overflow: hidden; padding: 30px; }
.c-wide-tiles__icon-holder { max-width: 370px; }
.c-wide-tiles__summary { letter-spacing: inherit; }
.c-wide-tiles__title { font-size: 1.3rem; color: #444; }
.c-wide-tiles__flex-item { padding: 0px; }
.c-wide-tiles__details { width: 100%; margin-left: 30px; }
.c-wide-tiles__icon-image { border-radius: 8px; }
.c-wide-tiles__icon { padding: 0px; }
.c-wide-tiles__flex { margin-left: inherit; margin-right: inherit; }
.c-tiles__icon { padding: 0px; }
.c-tiles__icon-image { height: 100%; width: 100%; border-radius: 8px; }
.c-tiles__title { font-size: 1.3rem; color: #333 !important; font-weight: 900; margin-bottom: 20px; margin-top: 20px; }
.c-tiles__summary { letter-spacing: inherit; color: #333; padding: 0px; }
@media (max-width: 991px) {
.c-wide-tiles__icon-holder { max-width: inherit; width: 100% }
.c-wide-tiles__icon-image { height: 100%; width: 100%; }
.c-wide-tiles__details { width: 100%; }
}
@media (max-width: 768px) {
.c-wide-tiles__title { margin-top: 30px; display: block; }
.c-wide-tiles__details { margin-left: inherit; }
.c-wide-tiles__icon-image { max-width: 300px; }
}


/* 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-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; } 

/* Inner Hero */
.c-hero__t-cell { height: 300px; } /* change this to alter the height of inner hero */
.c-hero:before { background: rgba(0,0,0,0.4); } /* change this to alter the overlay */

/* 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; } }

/* Responsive Fonts */
@media (max-width:991px) {
.c-hero-slider__title { font-size: 2rem; }
.c-hero-slider__content { font-size: 1.2rem; }
}

/* 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.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; } }

/* Shadows */
.u-box-shadow { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.u-box-shadow--size-small { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.img-shadow .b-column img { border-radius: 6px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.b-wysiwyg img { border-radius: 6px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }

/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.3); }

/* 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; }
/* Mobile Alignment */
@media (max-width: 991px) {
.c-footer__menu { text-align: center; }
.c-footer__menu a:last-child { padding-right: 14px; }
}

/* Lists */


/* 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"] { color: #ffffff; background-color: #37718E; font-size: 1.5rem; padding: 22px; 50px; font-weight: 700; line-height: 1.2; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { background-color: #2E5D75; }

/* ==Top Navigation== */

/* General Tweaks */
.hamburger { padding: 10px 10px 5px 10px; }
.c-header__main { flex-wrap: nowrap; }
.c-header__main .c-menu__ul { justify-content: end; }
.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: 0px 5px 5px 5px; width: 280px; max-width: 280px; overflow: hidden; }
.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); }
.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; }

/* 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; }