.container-header {
  background:#f5f5f5;
}
.container-header .mod-menu {
  color:#000;
}
/*Hamburger*/
.container-header .navbar-toggler {
  border:1px solid #214c80;
  color:#214c80;
}
/*logo space*/
.container-header .grid-child {
  padding:.2em!important;
}
.container-header .navbar-brand {
  padding:0!important;
}
/*End Logo space*/
/*Headings Color*/
h1, h2, h3, h4, h5, h6 {
  color:#275fa9;
}

/*End Headings Color*/
/*Menu changes*/
.metismenu.mod-menu .metismenu-item.active > a {
  color:#2b5486;
}
.metismenu.mod-menu .metismenu-item.active > a:hover {
  text-decoration:underline!important;
  color:#000;
}
/*end menu changes*/
/*display logo left of horizontal menu in header*/
header {
    display: flex;
}
header div.grid-child:first-child {
    width: unset;
    margin: 0.05em 1em 0.25em;
}
header div.grid-child:nth-child(2) {
    margin-top: -0.75em;
}
/*end logo menu same line*/
/*Blue area white font*/
.bluebreak {
  background:#214c80;
  color:#fff;
  padding:2%;
  margin-top:1%;
  margin-bottom:1%;
}
/*end blue section*/
/*Links under phone images*/
div.HQPhones {
  display:flex;
  width:50%;
  margin:0 auto;
  flex-wrap:wrap;
}
div.HQPhones>* {
  flex:1 50%;
}
div.HQPHones > figure {
  flex:1 1;
}
div.HQPhones figure > figcaption {
  text-align:center;
}
@media (max-width:428px) {
  div.HQPhones {
    flex:100% 1;
  }
}
/*End links under images*/
/*Footer*/
.footer {
  background-color:#214c80!important;
  background-image:none;
}
/*end footer color*/
/*Joomla footer info*/
.footer1 {
  min-width:60%;
  text-align:center;
}
.footer2 {
  display:none;
}
footer #mod-custom111 {
  width:55%;
}
footer #mod-custom112 {
  width:25%;
}
]
p.has-text-align-center a:hover {
  color:#d8d8d8;
}
a.back-to-top-link:hover /*a:not(.btn):hover > span*/ {
  color:#fff!important;
}
.footer a.btnslvbk {
  color:#000!important;
}
footer #mod-custom111 > h3, footer #mod-custom112 > h3 {
  color:#fff;
}
/*end footer mods*/
/*sidebar border*/
.card {
  border:none!important;
}
/*home first image*/
span.img1hm {
  float:right;
  text-align:center;
  width:auto;
  margin:0 auto;
}
span.img1hm > a.more {
  background:url("/slvrbk/images/SilverBlack/read-more-off.webp") no-repeat;
  width:200px;
  height:52px;
  display:inline-block;
}
span.img1hm > a.more:hover {
  background:url("/slvrbk/images/SilverBlack/read-more-hover.webp") no-repeat;
}
/*Article head images*/
figure.logolg {
  width:auto;
  margin:0 auto;
  text-align:center;
}
/*End article head images*/
/*Space between blog articles and headings*/
.com-content-category-blog__item > div.item-content {
  margin-top:1%;
}
div.item-content > div.page-header {
  margin-top:2.5%;
  margin-bottom:2.5%;
}
div.page-header > h1 {
  margin-bottom:3%;
}
/*End space between articles*/
/*Space After Headings*/
div.com-content-article__body > h1,div.com-content-article__body > h3 {
  margin-bottom:2%;
}
/*End Space After Headings*/
/*Contact Page h3*/
div.com-contact__container h3 {
  display:none;
}
/*End Contact h3*/
/*Space After Heading*/
.item-content > h2.item-title, .item-content > h3 {
  margin-bottom:2%;
}
/*End Heading Space*/
/*Contact Page Appointment Fields Width*/
div.cf-control-input > h2 {
  font-size:1.25rem!important;
}
div.cf-fields > .cf-one-half {
  width:100%!important;
}
/*End Appointment Form Adjustments*/