:root {
  --primary-color: #0071BC;
  --blue: #0071BC;
  --primary-color-lighter: #0087E0;
  --blue-lighter: #0087E0;
  --primary-color-darker: #005D9C;
  --blue-darker: #005D9C;
  --secondary-color: #F7931E;
  --blue-outline: #F7931E;
  --secondary-color-lighter: #FFB134;
  --blue-outline-lighter: #FFB134;
  --secondary-color-darker: #D37D1A;
  --blue-outline-darker: #D37D1A;
  --tertiary-color: #333333;
  --blue-outline-white-text: #333333;
  --tertiary-color-lighter: #4C4C4C;
  --blue-outline-white-text-lighter: #4C4C4C;
  --tertiary-color-darker: #111111;
  --blue-outline-white-text-darker: #111111;
  --quaternary-color: #FFFFFF;
  --white: #FFFFFF;
  --quaternary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --quaternary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
}/* Removing button shadows */
.c-button { -webkit-box-shadow: none !important; box-shadow: none !important;  }

.mintdesign__blocks__horizontalrule__horizontalrule .border-primary { border-color: #e6e6e6 !important; }

.headroom--not-top .c-menu__link { color: #333333; }
.c-menu__link.phone-link--theme-primary { color: #fff !important; }

/* Fixing Active Underline 
.c-menu__selected--underline { position: relative; }
.c-menu__selected--underline:after { position: absolute; content:'' display: block; border-radius: 1px; left: 50%; bottom: 4px; width: 70%; transform: translateX(-50%); }
span.c-menu__selected--underline:after { width: calc(100% + 5px); bottom: -9px; left: -2px; } */


/* FAQ Icon Style */
.b-faq__icon { display: none; }
.b-faq__title_holder { position: relative; }

/* Plus and Minus 
.b-faq__title:after { display: block; position: absolute; content: '\f067; right: 15px; top: 50%; transform: translateY(-50%); font-family: 'Font Awesome 5 Free', sans-serif; }
.b-faq__title_holder.showing-item .b-faq__title:after { content: '\f068'; } */

/* Chevron */
.b-faq__title:after { display: block; position: absolute; content: '\f107'; right: 15px; top: 50%; transform: translateY(-50%); font-family: 'Font Awesome 5 Free', sans-serif; font-size: 1.5rem; }
.b-faq__title_holder.showing-item .b-faq__title:after { content: '\f106' }

/* 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: 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: 400px; } /* 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 */
.c-basic-hero__main .position-absolute {z-index: 10}

/* 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; }

/* 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); }

/* 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-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 */
.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"] { padding: 15px 45px;  font-size: 0.9rem; color: #fff; font-weight: 700; border: 2px solid #0071BC; background-color: #0071BC; }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { border: 2px solid ##005D9C; background-color: #005D9C; }

/* ==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.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 */

/* 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; }
}