:root {
  --primary-color: #6AB0D5;
  --light-blue: #6AB0D5;
  --primary-color-lighter: #71BBE3;
  --light-blue-lighter: #71BBE3;
  --primary-color-darker: #5E9CBD;
  --light-blue-darker: #5E9CBD;
  --secondary-color: #FFFFFF;
  --white: #FFFFFF;
  --secondary-color-lighter: #FFFFFF;
  --white-lighter: #FFFFFF;
  --secondary-color-darker: #E6E6E6;
  --white-darker: #E6E6E6;
  --tertiary-color: #215A94;
  --dark-blue: #215A94;
  --tertiary-color-lighter: #2362A1;
  --dark-blue-lighter: #2362A1;
  --tertiary-color-darker: #1B4B7A;
  --dark-blue-darker: #1B4B7A;
  --quaternary-color: #54B395;
  --green: #54B395;
  --quaternary-color-lighter: #5ABF9F;
  --green-lighter: #5ABF9F;
  --quaternary-color-darker: #48997F;
  --green-darker: #48997F;
}.no-shadow img { -webkit-box-shadow: none !important; box-shadow: none !important; }


/* Custom Inner Hero */
.c-breadcrumbs { display: none; }
.c-hero__t-cell { height: 300px; text-align: left; }
.c-hero__title { display: inline-block; padding: 20px 40px; margin-left: -40px; border-radius: 10px; background-color: #fff; color: #215A94; }
.c-hero:before { background: rgba(0,0,0,0.1); }
@media (max-width:991px) {
.c-hero__t-cell { text-align: center; }
.c-hero__title { margin-left: inherit; }
}


/* Custom Partner Block */
.brand-five-col .b-partners__item-wrapper { padding-top: 20px !important; padding-bottom: 20px !important; }
.brand-five-col .col-lg-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.b-partners__image-wrapper img { min-width: 100px; }
@media (min-width: 768px) {
.brand-five-col .col-md-6 { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33333%; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; }
}
@media (min-width: 992px) { 
.brand-five-col .col-lg-3 { -webkit-box-flex: 0; -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
}


/* Icon Block */
.b-icon__icon-wrapper { padding: 20px; overflow: hidden; }
@media (max-width:991px) {
.b-icon__icon-wrapper { padding: 20px; width: 120px; height: 120px; }
}
@media (max-width:576px) {
.b-icon__icon-wrapper { padding: 20px; width: 160px; height: 160px; }
}

/* Buttons */
.c-button { border-radius: 8px; }
/* .c-button--theme-quaternary { background-image: linear-gradient(0.25turn, #002B5C, #7DC9EB); } */

/* Header */
.c-header, .c-header.headroom--not-top { background-image: radial-gradient(circle at 0 0, rgba(0, 43, 92, 1), rgba(125, 201, 235, 1)); }
@media (max-width:1200px) { .c-header__logo-image {width: 214px; height: 50px;  } }

/* Footer BG */
.c-footer { background: url(/assets/Uploads/ps-footer-overlay.png) right top no-repeat, radial-gradient(circle at 0 0, #002B5C, #7DC9EB) !important } 
@media (max-width:990px) {
.c-footer { background: url(/assets/Uploads/ps-footer-overlay.png) center top no-repeat, radial-gradient(circle at 0 0, #002B5C, #7DC9EB) !important } 
}
.c-copyrights { background-color: rgba(0,0,0,0.3); }

/* 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 {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 { font-weight: 700; font-size: 1rem; margin-top: 5px; }
.b-tile__img { border-radius: 10px; -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) { .row-cols-lg-5 .b-tile__title { font-size: 0.8rem !important; line-height: 1.2; padding: 8px 12px !important; } }

/* Testimonials */
.b-testimonials__thumbnail-holder { margin-right: 20px; }
.b-testimonials__message { letter-spacing: inherit; font-size: 1rem; line-height: 1.4; max-width: 520px; }
.b-testimonials__author-info { padding-left: 0px; }
.b-testimonials__name { font-size: 1.2rem; font-weight: 800; }
.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:991px) { .b-testimonials__message { max-width: 100%; } }
@media (max-width:1300px) { .b-testimonials .c-carousel__buttons { display: none; } }

/* Team Member Block */
.team-member img { border-radius: 10px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }
.img-rounded img  { border-radius: 10px; -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.15); box-shadow: 2px 2px 10px rgba(0,0,0,0.15); }

/* Sub Text */
sub { bottom: 0px; font-size: 70%; }

/* 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: 10px; 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: 10px; 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: 10px; overflow: hidden; }

/* Gallery Block */
.b-gallery__slider { overflow-x: inherit; }
.b-gallery__slider-image { overflow: hidden; border-radius: 10px; 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: 10px; }

/* 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; }
.headroom--unpinned { -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 #81C8E9; 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: 10px; 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; }

/* Homepage Hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.4); }
.c-hero-slider__t-cell { height: calc(80vh); }

/* Column Block */
.b-column__icon { min-width: 80px; }
@media (max-width: 768px) { .b-column .col-md {  padding-bottom: 3rem; } }

/* Content Block */
.b-wysiwyg img { border-radius: 10px; -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: 10px; 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; } }


/* List */
.main-content ol li~li, .main-content ul li~li { margin-top: 8px; }
.c-ul li:before { color: #00B3DC; 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; }

/* 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"] { font-weight: 700; line-height: 1.4; color: #ffffff; background-color: #215A94; padding: 15px 60px 13px; font-size: 1.2rem; -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: #1B4B7A; }

/* Mobile Menu Dropdowns Fixing */
@media (max-width:991px) {
.js-menu__link { padding-right: 0px; }
.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; }
}