:root {
  --primary-color: #172853;
  --blue: #172853;
  --primary-color-lighter: #203772;
  --blue-lighter: #203772;
  --primary-color-darker: #111E3F;
  --blue-darker: #111E3F;
  --secondary-color: #C8C9CB;
  --silver: #C8C9CB;
  --secondary-color-lighter: #E2E3E5;
  --silver-lighter: #E2E3E5;
  --secondary-color-darker: #B2B3B4;
  --silver-darker: #B2B3B4;
  --tertiary-color: #FFFFFF;
  --white: #FFFFFF;
  --tertiary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --tertiary-color-darker: #EFEFEF;
  --white-darker: #EFEFEF;
  --quaternary-color: #333333;
  --black: #333333;
  --quaternary-color-lighter: #444444;
  --black-lighter: #444444;
  --quaternary-color-darker: #222222;
  --black-darker: #222222;
}/* 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; } 

/* 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.3); } /* change this to alter the overlay */

/* 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; }
.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); } */

.img-shadow .b-column img, .u-box-shadow, .u-box-shadow--size-small { box-shadow: none !important; }

/* FAQ Block */
.b-faq__item { padding-bottom: 2rem !important; }
.b-faq__item-main { border-radius: 6px; overflow: hidden; }
.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; }

/* Horizontal Ruler Block */
.b-horizontal-rule { margin-top: 0px !important; margin-bottom: 0px !important; }

/* Button Styling */
.c-menu__link.phone-link--theme-tertiary, .c-button--theme-tertiary { border-radius: 50px; border: 1px solid; border-color: #172853; padding-top: 15px; padding-bottom: 15px; }
.phone-link__icon-holder { margin-left: 15px !important; }

.b-form-basic.b-form-basic--c-button--theme-primary .btn-toolbar.Actions input { border-radius: 50px; border: 1px solid; border-color: #ffffff; padding-top: 15px; }

.c-button { border-radius: 50px; padding-top: 15px; }

#e1 > section > div.container > div.block-button.text-center > a { border-radius: 50px; border: 1px solid; border-color: #ffffff !important; padding-top: 15px; color: #ffffff !important;}

/* Home Hero Styling */
@media (min-width: 992px) { body > div.main > section.c-hero-slider.c-hero-slider__pagination-tertiary > div > div > div > div > div > div > div > div.container > div > div > div > div:nth-child(2) > div { width: 70% !important; } }
/*@media (min-width: 992px) { .c-hero-slider__t-cell { padding-top: 370px; } }*/

/* Contact Form Styling */
.b-form-basic input[type="text"], .b-form-basic input[type="email"], .b-form-basic input[type="password"]
{ border-radius: 0px; }

/* Image Styling */
.b-wysiwyg img { border-radius: 0px !important; }

/*Inner Page Headers*/
.c-hero__title { margin-left: 0px !important;}
.c-hero__t-cell { text-align: left; }
@media only screen and (max-width: 991px) { .c-hero__title { font-size: 2.5rem !important;} }

/*Home Hero Text*/
@media (max-width: 600px) { h1 { font-size: 3rem !important; } }

/*Inner Page Intro Text Columns Responsive*/
@media (max-width: 767px) { .block-content, .b-column__content { padding-bottom: 0px !important; } }

@media (max-width: 480px) { .b-icon__img { max-width: 100px !important; max-height: 100px !important; } }