/* CSS overrides to Suffolk Bootstrap 5 theme */

.navbar {
  background: #ddd url(img/flag_wash_page.jpg) center center no-repeat !important;
}

/*
.path-issues #block-huntington-subtheme-page-title {
  display: none;
}
*/

#block-mainmenuhuntington,
.huntington-menu-contextual-data {
  display: none;
}

.navbar-brand img {
  width: 80px;
  height: auto;
  margin: 0 1rem 0 0;
}

.action-menu-top-huntington {
  display: flex;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}

.action-menu-top-huntington .menu-item {
  line-height: 40px;
}

.action-menu-top-huntington li {
  list-style-type: none;
}

.action-menu-top-huntington li.menu-item {
  flex: 1 1 auto;
  height: 40px;
  text-align: center;
  width: auto;
}

.action-menu-top-huntington > .menu-item {
  background: #1b96ce;
  padding-top: 0;
}

.action-menu-top-huntington > .menu-item a {
  color: #fff;
  background: #1b96ce;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-collapse: collapse;
  display: block;
}

.action-menu-top-huntington > .menu-item:last-of-type a {
  background: #008800;
}
main > .container {
  margin-bottom: 1em;
}

.page-node-type-page .node__content {
  padding: 12px 20px;
}

.header-huntington-about .filler {
  background: #006699;
}

.header-huntington-about .filler h1 {
  padding: 40px 0;
}

.region-sidebar-first {
  background: #f6f6f6;
  padding: 20px;
  font-size: 0.9em;
  border: 1px solid #ccc;
}

.huntington-executive-block .intro,
.huntington-executive-block h2 {
  text-align: center;
}

.huntington-executive-block h2 {
  font-size: 1.2em;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans" !important;
}

h1 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.2em;
  color: #990000;
}

.page-node-213 .node__content img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.inline-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

@media screen and (max-width: 768px) {
  .inline-image {
    float: none;
    margin: 0 auto;
    width: 100% !important;
    display: block;
    max-width: 100%;
  }
  .page-node-213 .node__content img {
    float: none;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 1em auto;
    display: block;
  }
}
