:root {
  --primary-color: #294699;
  --primary-color-lighter: #2D4DA6;
  --primary-color-darker: #2D4DA6;
  --secondary-color: #EF3635;
  --secondary-color-lighter: #FC3838;
  --secondary-color-darker: #FC3838;
  --tertiary-color: #FFFFFF;
  --tertiary-color-lighter: #F6F6F6;
  --tertiary-color-darker: #F6F6F6;
}/* Blog */
.c-hero__date, .c-blogs__article-date { display: none; }
.c-blog-article { padding-top: 0px; }

/* Hero BG */
.c-basic-hero__main { background-color: #000; }

/* Forms Steps */
.userformsgroup { margin: 20px 0px; border: none; border-top: 2px solid #ddd; border-radius: 0px; margin-bottom: 60px; }
.userformsgroup>legend { color: #294699; text-align: center; padding: 0px 15px; font-family: 'Roboto Slab', serif; font-weight: 600; margin-top: 60px; margin-bottom: 20px; }
.b-form-basic .no-title>label { display: none; }
input[type=email], input[type=password], input[type=text] { font-size: 1rem; letter-spacing: inherit; }
.b-form-basic select { border-radius: 4px; }

/* Header Tweaks */
@media (max-width:1200px) { .c-menu__link { padding: 12px 10px; font-size: 0.8rem; } }
@media (max-width:991px) {
.c-menu__link { padding: 12px 15px; font-size: 0.9rem; } 
.c-menu__link-icon:before { font-size: 1.5rem !important; }
.c-menu__link-icon.is-active { transform: rotate(180deg) !important; }
}

/* Testimonial Column Block */
.testimonial-columns img { max-height: 260px; border-radius: 6px; }
.testimonial-columns .b-column__column {max-width: 540px; }

/* HR */
hr { border: none !important; display: block; height: 4px; border-radius: 2px; background-color: rgba(0,0,0,0.1); margin-top: 2rem; margin-bottom: 2rem; }

/* Table Styles */
td>:last-child { padding-bottom: 0px !important; margin-bottom: 3px !important }
thead tr { background-color: #294699!important; color: #fff!important; }
thead td { border-color: #294699 !important; background-color: #294699!important; color: #fff!important; }
tr:nth-child(even) { background-color: #f6f6f6; }
tr:nth-child(odd) { background-color: #ffffff; }

/* Team Members */
.team-members 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); }
.team-members .b-column__title { font-size: 1.1rem; padding-bottom: 5px; }
.team-members h4 { font-size: 1rem; }
.team-members .b-column__content { padding-bottom: 10px; }

/* Image Rounded */
.img-rounded 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); }

/* Hero */
.c-basic-hero__main:before { background: rgba(0,0,0,0.3); }
.c-basic-hero__video { max-height: 60vw; }
@media (max-width:991px) {
.c-basic-hero__t-cell { height: inherit; padding-top: 150px; padding-bottom: 40px; height: 400px;} 
.c-basic-hero__title { font-size: 2rem; }
.c-basic-hero__content { font-size: 2rem; margin-bottom: 0px; }
.c-basic-hero__buttons-item:first-child { width: 50% !important; padding: 0 10px 0 0 !important; }
.c-basic-hero__buttons-item:last-child { width: 50% !important; padding: 0 0 0 10px !important; }
.c-basic-hero__buttons-item .c-button { font-size: 1.2rem; padding: 12px 20px; }
.c-basic-hero__buttons { margin-left: inherit !important; margin-right: inherit !important; }
}
@media (max-width:768px) {
.c-basic-hero__t-cell { height: inherit; padding-top: 150px; padding-bottom: 40px; height: 400px;} 
.c-basic-hero__video { max-height: 60vw; }
}

/* No shadows */
.no-shadow img { border-radius: 0px !important; -webkit-box-shadow: none !important; box-shadow: none !important; }

/* Hiding Footer 
.c-footer__main { display: none; }*/

/* Background Gradients */
.bg-grad-blue { background-image: radial-gradient(circle at 0 0, #2D4DA6, #182959); }
.bg-grad-red { background-image: radial-gradient(circle at 0 0, #FC3838, #B02727);  }

/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.3); }
.c-hero-slider__t-cell, .c-basic-hero__t-cell { height: 70vh; }
.c-hero-slider__slider-button path { fill: #fff !important; }
.c-hero-slider__carousel .slick-dots li.slick-active button { background-color: #fff; }
.c-hero-slider__carousel .slick-dots li button { border-color: #fff; }

/* 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; }

/* Tile Block */
.b-tile { padding-bottom: 60px; }
.b-tile .slick-list { padding-top: 20px; }
.b-tile .slick-list .b-tile__item-wrapper { -webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.1); box-shadow: 0px 4px 10px rgba(0,0,0,0.1); }
.b-tile__item-wrapper { position: relative; 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); padding: 0 !important; margin-bottom: 2rem; -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__title { display: block; position: absolute; bottom: 0px; padding: 15px !important; margin: 0 !important; width: 100%; background-color: rgba(41, 70, 153, 0.8); color: #ffffff; line-height: 1.4; }
@media (min-width:991px) { .row-cols-lg-5 .b-tile__title { font-size: 0.8rem !important; line-height: 1.2; padding: 8px 12px !important; } }
.b-tile__img { -webkit-box-shadow: none; box-shadow: none; border-radius: 0px; margin: 0 !important; }

/* Testimonials */
.b-testimonials__message { letter-spacing: inherit; font-size: 1.2rem; line-height: 1.4; background-color: #294699; color : #fff; }
.b-testimonials__message:after { border-color: transparent transparent transparent #294699; }
.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); }

/* 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.15); } */
.c-menu__link-icon:before { content: "\f0d7"; font-size: 0.7rem; }
.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";  }
.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 #294699; padding-top: 0px; border-radius: 0px 2px 2px 2px; width: 300px; max-width: 280px; }
.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; }
}

/* 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 */
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* Content Block */
.b-wysiwyg img { border-radius: 6px; }
@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; }

/* 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: 400px; padding-top: 80px; }
.c-hero__title { text-shadow: 1px 1px 4px rgba(0,0,0,0.3); }
.c-hero:before { background: rgba(0,0,0,0.4); }

/* List */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { color: #EF3635; 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 .left { padding-right: 60px; font-weight: 500; }
.userform-fields .field { position: relative; }
.b-form-basic input.short { max-width: 150px; }
.userform-fields .right-title { position: absolute; top: 4px; right: 0px; font-size: 0.7rem; font-style: italic; }
.userform-fields legend.left { font-size: 1rem; margin-bottom: 15px; }
.b-form-basic .btn-toolbar.Actions input[type="submit"] { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 1.3rem; padding: 20px 46px; border-radius: 4px; color: #ffffff; background-color: #294699; -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: #2D4DA6; }
.b-form-basic input[type="date"] {display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cccccc;
    min-height: 50px;
    height: auto;
    padding: 2px 16px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.1);
}
.b-form-basic input[type="date"].error { border-color: #ea4c4c;
    -webkit-box-shadow: 0 0 6px 0 rgba(234,76,76,0.5), inset 0 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 6px 0 rgba(234,76,76,0.5), inset 0 1px 3px 0 rgba(0,0,0,0.1); }