:root {
  --primary-color: #D70076;
  --pink: #D70076;
  --primary-color-lighter: #E3007D;
  --pink-lighter: #E3007D;
  --primary-color-darker: #BD0068;
  --pink-darker: #BD0068;
  --secondary-color: #FFFFFF;
  --white: #FFFFFF;
  --secondary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --secondary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --tertiary-color: #000000;
  --black: #000000;
  --tertiary-color-lighter: #000000;
  --black-lighter: #000000;
  --tertiary-color-darker: #000000;
  --black-darker: #000000;
  --quaternary-color: #444444;
  --grey: #444444;
  --quaternary-color-lighter: #555555;
  --grey-lighter: #555555;
  --quaternary-color-darker: #222222;
  --grey-darker: #222222;
}.align-icon  .b-column__icon { max-height: 70px; !important; max-width: 70px !important; }

/* Smooth Scrolling to anchors */
* { scroll-margin-top: 100px; }
@media (max-width: 640px) { * { scroll-margin-top: 150px; } }

/* Inner Page Hero */
/* .c-hero { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; }
.c-hero:hover { -webkit-filter: grayscale(0); filter: grayscale(0); } */
.c-hero__t-cell { height: 500px; vertical-align: bottom; padding-top: 0px; padding-bottom: 3rem; }
.c-hero:before { background: rgba(0,0,0,0.3); } /* change this to alter the overlay */
.c-hero__title { max-width: 100%; text-align: left; }
@media (max-width: 991px) { { text-align: center; } }

/* 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; }
.b-partners__item-wrapper { min-height: 140px; max-height: 160px; margin-bottom: 24px; padding: 1rem 2rem !important; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.05), 0 10px 30px 0 rgba(0,0,0,0.1) !important; border-radius: 0px !important; }
.b-partners__image-wrapper img { max-height: 100px; border-radius: 0px; }
.b-partners .block-content { padding-bottom: 2.6rem; }

/* Icon Block */
.b-icon__icon-wrapper { width: 70px; height: 70px; padding: 0px; }
@media (max-width: 991px) { .b-icon__icon-wrapper { width: 90px; height: 90px; padding: 0px; } }

/* 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.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: 0px; }
.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: 0px; }
.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; }
}

/* 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; } }

/* 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: 0px; -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: 0px; -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.0); box-shadow: 0px 4px 10px rgba(0,0,0,0.0); }

/* Column Block */
.b-column__icon { min-width: 70px; }
@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 */
.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; list-style-type: none; }

/* 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__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.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); } /* 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; }

/* FAQ Block */
.b-faq__item-main { border-top: 1px solid rgba(174, 174, 174, 1); border-radius: 0; padding: 10px 0px; }
.b-faq__item:last-child .b-faq__item-main { border-bottom: 1px solid rgba(174, 174, 174, 1); }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }
.b-faq__content .block-content { padding:0!important; }
.b-faq__content .main-content { padding: 12px 0px!important; font-size: 16px; }
.b-faq .block-title { margin-bottom: 30px; }
.b-faq__item { padding-bottom: 0!important}
.b-faq__content { background-color:transparent!important;}
.b-faq .block-title h2 {font-size:30px!important;font-weight: 400!important;}
section.b-faq.default-padding { padding: 0!important; margin-bottom: 40px; }

a.faq-anchor-menu { color: rgba(215, 0, 118, 1); font-size: 18px; font-weight: 700; line-height: 21px; margin-right: 80px; }
a.faq-anchor-menu::after { content: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.44 3.75H0V6.25H14.44V10L19 5L14.44 0V3.75Z' fill='%23D70076'/%3E%3C/svg%3E"); margin-left: 10px; }