:root {
  --primary-color: #0054A6;
  --blue: #0054A6;
  --primary-color-lighter: #0054A6;
  --blue-lighter: #0054A6;
  --primary-color-darker: #0054A6;
  --blue-darker: #0054A6;
  --secondary-color: #00ADE0;
  --cyan: #00ADE0;
  --secondary-color-lighter: #00ADE0;
  --cyan-lighter: #00ADE0;
  --secondary-color-darker: #00ADE0;
  --cyan-darker: #00ADE0;
  --tertiary-color: #614199;
  --purple: #614199;
  --tertiary-color-lighter: #614199;
  --purple-lighter: #614199;
  --tertiary-color-darker: #614199;
  --purple-darker: #614199;
  --quaternary-color: #61C2A4;
  --black: #61C2A4;
  --quaternary-color-lighter: #61C2A4;
  --black-lighter: #61C2A4;
  --quaternary-color-darker: #61C2A4;
  --black-darker: #61C2A4;
}/* 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; font-size: 24px; line-height: 120%; } }

/* Tile Block */
.b-tile { padding-bottom: 60px; }
.b-tile .slick-track { padding-top: 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); }

/* 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; -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: 0px; -webkit-box-shadow: 0px 0px 0px 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: 0; } }

/* Content Block */

/* 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; }

@media (max-width: 991px) { .text-mobile-black { color: #000 !important; } }
@media (max-width: 991px) { .text-mobile-primary { color: #0054A6 !important; } }
@media (max-width: 991px) { .btn-outline-mobile-primary { border-color: #0054A6 !important;  color: #0054A6 !important;  } }

@media (max-width: 991px) { .c-hero__main{ height: 25% !important;  } }

@media (max-width: 991px) { .c-hero__main{ height: 25% !important;  } }

@media (max-width: 991px) { .c-hero__title{
font-weight: 900;
font-size: 50px;
line-height: 55px;
}}
@media (max-width: 991px) { .b-row h2 { font-size: 40px; line-height: 113%; }}
@media (max-width: 991px) { .b-row h6 { font-size: 20px; line-height: 140%; }}


@media (max-width: 991px) { .b-row .b-row__title { font-size: 24px; line-height: 120%;}}

@media (max-width: 991px) { .b-row .b-row__content { font-size: 16px; line-height: 140%; padding-top: 30px; }}

@media (max-width: 991px) { .mintdesign__blocks__vison__vison h6 { font-size: 20px; line-height: 140%; }}

@media (max-width: 991px) { .mintdesign__blocks__vison__vison p { font-size: 16px; line-height: 140%; margin-bottom: 20px;}}


@media (max-width: 991px) { .mintdesign__blocks__tiles__tiles { border-top: 1px solid #0054A6; }}

@media (max-width: 991px) { .b-tiles__content h3{ font-size: 40px; line-height: 113%;}}
@media (max-width: 991px) { .b-tiles__content h6{ font-size: 24px; line-height: 120%; }}
@media (max-width: 991px) { .b-tiles__content p{ font-size: 16px; line-height: 140%; }}

@media (max-width: 991px) { p{ font-size: 16px; line-height: 140%; }}
@media (max-width: 991px) { .b-wysiwyg h2{ font-size: 32px !important; line-height: 118%; }}
@media (max-width: 991px) { .b-wysiwyg h3{ font-size: 32px !important; line-height: 118%; }}





.c-hero__main {
margin-top: 50px; }

.border-secondary:not(hr), .border-tertiary:not(hr), .border-primary:not(hr), .border-second-additional-colour:not(hr) {
    --bs-border-opacity: 0;
}


ol, ul {
padding-left: 1.3rem !important;
}
