:root {
  --primary-color: #3A4B91;
  --blue: #3A4B91;
  --primary-color-lighter: #475BB0;
  --blue-lighter: #475BB0;
  --primary-color-darker: #2F3D75;
  --blue-darker: #2F3D75;
  --secondary-color: #F0515F;
  --red: #F0515F;
  --secondary-color-lighter: #FC5664;
  --red-lighter: #FC5664;
  --secondary-color-darker: #D64955;
  --red-darker: #D64955;
  --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: #555555;
  --black-lighter: #555555;
  --quaternary-color-darker: #111111;
  --black-darker: #111111;
}.u-background-contain { object-position: right; }


/* Top Menu Tweaks */
.c-menu__list a:not([href]) { color: #fff; }
@media (max-width:1199px) {
.c-menu__link { font-size: 0.9rem; padding-left: 10px; padding-right: 10px; color: #F0515F; }
}
@media (max-width:991px) { 
.c-menu__list a:not([href]) { color: #F0515F; }
.c-menu__link { font-size: 1rem; padding-left: 15px; padding-right: 15px; }
}

/* Top Nav */
.c-header__logo { padding-top: 20px; padding-bottom:20px; -webkit-flex-basis: inherit; -ms-flex-preferred-size: inherit; flex-basis: inherit; }
.c-header { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0); }
.c-menu__link-icon:before { content: "\f0d7"; font-size: 0.7rem; }
.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";  }
.c-menu__link-icon { margin-top: -1px; }
.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; }
.c-childmenu { border-left: 4px solid #F0515F; padding-top: 0px; border-radius: 0px 4px 4px 4px; width: 300px; max-width: 280px; overflow: hidden; }
.c-childmenu__ul { -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.15); box-shadow: 0px 2px 6px rgba(0,0,0,0.15); }
.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: 18px; padding-right: 12px; }
.phone-link{ margin-left: 10px; }
@media (max-width:991px) {
.phone-link { margin-left: 0px; }
.c-menu__link { padding: 20px; font-size: 1.1rem; }
.c-childmenu { border-radius: 0px; max-width: 250px; width: inherit; }
.c-childmenu__ul { -webkit-box-shadow: none; box-shadow: none; }
}



/* Top Aligned Content Block */
.img-align-top .b-wysiwyg .row.align-items-center { -webkit-box-align: start !important; -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }

.red-gradient { background: rgb(176,60,70); background: linear-gradient(90deg, rgba(176,60,70,1) 0%, rgba(240,81,95,1) 35%, rgba(242,155,162,1) 100%); }
.blue-gradient { background: rgb(51,54,77); background: linear-gradient(90deg, rgba(51,54,77,1) 0%, rgba(69,73,103,1) 35%, rgba(120,126,179,1) 100%); }

/* Icon Block */
.b-icon__icon-wrapper { padding: 0px; width: 160px; height: 160px; }
@media (max-width:991px) {
.b-icon__heading { font-size: 1rem; }
.b-icon__icon-wrapper { padding: 0px; width: 90px; height: 90px; }
}
@media (max-width:576px) {
.b-icon__heading { font-size: 1.2rem; }
.b-icon__icon-wrapper { padding: 0px; width: 160px; height: 160px; }
}



/* Tile Block */


/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.3); /* background-image: radial-gradient(circle at 0 0, rgba(69, 73, 103, 0.9), rgba(69, 73, 103, 0.3)); */ }
.c-hero-slider {max-height: 1100px;}
@media (max-width:992px) { .c-hero-slider__t-cell { height: 70vh !important } }

/* Blog Items */
.c-blog-article__frame.container { padding: 0px !important; }
.c-blogs__article-button .c-button { border-radius: 0px !important; }
.c-blogs__article { overflow: hidden; }
.c-blogs__article-date { padding-top: 12px; }
.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; }
.c-blogs__article-info { padding-bottom: 0px; }
.b-article__title { font-size: 1.2rem; font-weight: 600; padding: 16px 20px; min-height: 86px; }

/* Service Holder */
.l-service-holder__grid-item { border-radius: 8px; overflow: hidden; }
.l-service-holder { padding-top: 60px; }
a.c-tiles { color: #222222; -webkit-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
a.c-tiles:hover { color: #222222; transform: scale(1.025); }
.c-tiles__title { color: #00B3DC; }
.c-tiles__icon { padding: 0px; margin-top: 40px; margin-bottom: 20px; }
.c-tiles__icon img { border-radius: 4px; height: 200px; width: 200px; }
.c-tiles__summary { letter-spacing: inherit; font-size: 1rem; padding: 15px 30px 30px; }
.c-wide-tiles__icon { padding: 20px; }
.c-wide-tiles__icon img { border-radius: 10px; }
.c-wide-tiles__title { font-size: 1.3rem; color: #444; }
.c-wide-tiles__summary { letter-spacing: inherit; }

/* 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: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }
.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 (Global) */
.u-box-shadow { -webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.1); box-shadow: 0px 8px 20px 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: 0 10px 10px rgba(0,0,0,.0.05); box-shadow: 0 10px 10px rgba(0,0,0,0.05); }
.b-faq__title { padding-top: 4px; font-size: 1rem; font-weight: 700; padding-right: 15px; }


/* Column Block */
.b-column__icon { min-width: 110px; }
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* Content Block */
.b-wysiwyg img { border-radius: 6px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }
@media (max-width: 991px) { .b-wysiwyg .col-lg-6:first-child { margin-bottom: 2rem; } }

/* Menu Chevron Alignment */
.c-menu__link-icon { top: 0px; font-size: 10px; left: -3px; }

/* Footer */
.c-footer__info-value { font-size: 1rem; }
.c-footer__text_social .c-footer__top_spacing { padding-top: 30px; }
.c-mintdesign__title { font-size: 17px; padding-top: 5px; letter-spacing: inherit; }
.c-copyrights__content { font-size: 14px; padding-top: 5px; letter-spacing: inherit; }

/* Map Block */
.b-map { max-height: 400px; max-width: 1140px; margin: 0 auto; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0px 8px 20px rgba(0,0,0,0.1); box-shadow: 0px 8px 20px rgba(0,0,0,0.1); }
@media (max-width:991px) { .b-map { max-height: 500px; height: 500px; border-radius: 0px; } }

/* Inner Hero */
.c-breadcrumbs { display: none; }
.c-hero__t-cell { height: 300px; }
.c-hero__title { text-shadow: 1px 1px 4px rgba(0,0,0,0.3); }
.c-hero:before { background: rgba(0,0,0,0.3); }

/* List */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { color: #F0515F; 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; }

/* Mobile Menu Dropdowns Fixing */
@media (max-width:991px) {
.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; }
.js-menu__link span { padding-top: 20px; padding-bottom: 20px; }
}

/* Footer Mobile Alignment */
.c-footer__info-value { font-size: 1rem; }
@media (max-width: 991px) {
.c-footer__menu { text-align: center; }
.c-footer__menu a:last-child { padding-right: 14px; }
}

/* 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"] { height: 50px; border-radius: 5px; font-weight: 700; line-height: 1.4; color: #ffffff; background-color: #F0515F; padding: 10px 60px; font-size: 1.4rem; -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.15); box-shadow: 2px 2px 4px rgba(0,0,0,0.15); }
.b-form-basic .btn-toolbar.Actions input[type="submit"]:hover { background-color: #FC5664; }

@media (max-width: 991px) {
.c-hero-slider__title { font-size: 2rem; }
}

/** HERO UPDATES **/
@media (max-width:361px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 10vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -80% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 60% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 362px) and (max-width:377px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 12vh;}
   .c-hero-slider__main {background-size: 100% 35vh; margin-top: -75% !important; background-color: #4d68d1; transition: transform 500ms ease-in-out; transition-delay: 300ms;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 377px) and (max-width: 391px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 9vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -70% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 392px) and (max-width: 394px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 9vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -70% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 395px) and (max-width:413px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 8vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -65% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 414px) and (max-width:415px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 8vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -65% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}

@media (min-width: 416px) and (max-width: 429px) {
   .c-header {background-color: #3a4b91; position:fixed; }
   .c-header__logo {height: 10vh;}
   .c-hero-slider__main {background-size: 100% 30vh; margin-top: -65% !important; background-color: #4d68d1;}
   .c-hero-slider__title {margin-top: 120% !important;}
   .c-hero-slider__carousel .slick-dots {position: absolute; bottom: 55% !important; display: none !important;}
   .c-button {background-color: #ffffff !important; color: #3a4b91 !important;}
   .c-button--theme-secondary {background-color: #f0515f !important; color: #ffffff !important;}
   .c-hero-slider__t-cell {padding-bottom: 10%;}
}
/** HERO UPDATES **/