  /* Glyphicons font path */
/* Image path */
/* Sizing */
/* Grid settings */
/* Colors */
/* Break Points */
/* Fonts */
/* New Variables for future features */
/*
Bootstrap 4 Version of Header.
*/
.header-bs4 {
  font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.header-bs4 .container {
  max-width: 970px;
}
.header-bs4 .header-topbar {
  background: #111;
}
.header-bs4 .header-topbar .nav {
  justify-content: center;
}
@media (min-width: 992px) {
  .header-bs4 .header-topbar .nav {
    justify-content: flex-start;
  }
}
.header-bs4 .header-topbar .nav-link {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  border-right: 1px solid #333;
}
.header-bs4 .header-topbar .nav-link:first-child {
  padding-left: 0;
}
.header-bs4 .header-topbar .nav-link:last-child {
  border-right: none;
}
.header-bs4 .header-main {
  background: #AF231C;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.header-bs4 .header-main .header-main-row {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .header-bs4 .header-main .header-main-row {
    height: 200px;
    padding: 0;
  }
}
.header-bs4 .header-main h3 {
  margin: 5px 0;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 700;
}
.header-bs4 .header-main .logo-header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header-bs4 .header-main .logo-header {
    margin-bottom: 0;
  }
}
.header-bs4 .header-main .logo-header img {
  max-width: 300px;
}
@media (min-width: 992px) {
  .header-bs4 .header-main .logo-header img {
    max-width: 100%;
  }
}
.header-bs4 .header-main .featured-stories {
  margin-bottom: 15px;
}
.header-bs4 .header-main .featured-stories .nav-link {
  color: #fff;
  background: #8F0000;
  line-height: 30px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.header-bs4 .header-main .featured-stories .nav-link:last-child {
  margin-bottom: 0;
}
.header-bs4 .header-main .featured-stories .nav-link:hover {
  background: #6F0000;
}
.header-bs4 .header-main .header-search .nav-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  background: #8F0000;
  color: #ddd;
  padding: 0 10px;
  margin-right: 5px;
}
.header-bs4 .header-main .header-search .nav-link.active, .header-bs4 .header-main .header-search .nav-link:hover {
  background: #6F0000;
}
.header-bs4 .header-main .header-search .tab-content {
  padding: 10px;
  background: #6F0000;
}
.header-bs4 .header-main .header-search input[type=text] {
  font-size: 16px;
  border: 1px solid #bbb;
  padding: 0 10px;
  border-radius: 0;
  line-height: 25px;
  height: 25px;
}
.header-bs4 .header-main .header-search .btn {
  font-size: 12px;
  font-weight: 700;
  color: #AF231C;
  line-height: 25px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #bbb;
  border-radius: 0;
}
.header-bs4 .header-main .current-issue .nav {
  margin-left: 5px;
}
.header-bs4 .header-main .current-issue .nav-link {
  font-size: 12px;
  line-height: 25px;
  color: #fff;
  background: #8F0000;
  padding: 0 10px;
  margin-bottom: 5px;
}
.header-bs4 .header-main .current-issue .nav-link:hover {
  background: #6F0000;
}
.header-bs4 .header-nav {
  background: #111;
}
.header-bs4 .header-nav .nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #999;
  line-height: 35px;
  height: 35px;
  padding: 0;
  border-right: 1px solid #333;
}
.header-bs4 .header-nav .nav-link:last-child {
  border-right: none;
}
.header-bs4 .header-nav .nav-link:hover, .header-bs4 .header-nav .nav-link.active {
  background: #ddd;
  color: #111;
}
@media (min-width: 768px) {
  .header-bs4 .header-nav .nav-link {
    font-size: 16px;
  }
}
.header-bs4 .header-nav .dropdown.show .nav-link {
  background: #ddd;
  color: #111;
}
.header-bs4 .header-nav .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 10 15px rgba(0, 0, 0, 0.3);
  background: #ddd;
  font-size: 14px;
}
.header-bs4 .header-nav .dropdown-item {
  line-height: 30px;
  padding: 0 20px;
  font-weight: 700;
}
.header-bs4 .header-nav.alternate {
  background: #AF231C;
}
.header-bs4 .header-nav.alternate .nav {
  border-top: 1px solid #8F0000;
}
.header-bs4 .header-nav.alternate .nav-link {
  padding: 0 15px;
  border: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.header-bs4 .header-nav.alternate .nav-link:hover, .header-bs4 .header-nav.alternate .nav-link.active {
  background: #8F0000;
}
.header-bs4 .header-nav.alternate .dropdown.show .nav-link {
  background: #8F0000;
  color: #fff;
}
.header-bs4 .header-nav.alternate .dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.header-bs4 .header-nav.alternate .dropdown .dropdown-item:hover {
  color: #AF231C;
  background: #eee;
}

/*
Bootstrap 4 Version of Footer
*/
.footer.footer-bs4 {
  font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  font-size: 12px;
  color: #ddd;
  background: #111;
}
.footer.footer-bs4 .container {
  max-width: 970px;
}
.footer.footer-bs4 h4 {
  font-size: 100%;
  color: #fff;
  margin: 0;
  line-height: 25px;
  padding: 0 5px;
}
.footer.footer-bs4 a {
  color: #ddd;
}
.footer.footer-bs4 a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer.footer-bs4 .footer-columns {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
.footer.footer-bs4 .footer-columns > div:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer.footer-bs4 .footer-columns > div:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer.footer-bs4 .footer-columns .block {
  margin-bottom: 24px;
}
.footer.footer-bs4 .footer-columns .block:last-child {
  margin-bottom: 0;
}
.footer.footer-bs4 .footer-columns .nav-link {
  line-height: 25px;
  padding: 0 5px;
  border-bottom: 1px solid #333;
}
.footer.footer-bs4 .footer-columns .nav-link:last-child {
  border-bottom: none;
}
.footer.footer-bs4 .footer-columns .nav-link.social-icon {
  font-weight: 700;
  padding-left: 25px;
  background: url("https://www.insurancejournal.com/img/social-icons.png") no-repeat 0 4px;
}
.footer.footer-bs4 .footer-columns .nav-link.social-icon.social-rss {
  background-position: 5px -408px;
}
.footer.footer-bs4 .footer-columns .nav-link.social-icon.social-twitter {
  background-position: 5px -531px;
}
.footer.footer-bs4 .footer-columns .nav-link.social-icon.social-facebook {
  background-position: 5px -242px;
}
.footer.footer-bs4 .footer-columns .nav-link.social-icon.social-linkedin {
  background-position: 5px -283px;
}
.footer.footer-bs4 .footer-columns form {
  padding: 0 5px;
}
.footer.footer-bs4 .footer-columns form input[type=text] {
  line-height: 20px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 0;
  padding: 0 5px;
}
.footer.footer-bs4 .footer-columns form .btn {
  line-height: 20px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 0;
  color: #AF231C;
  font-size: 100%;
  padding: 0 10px;
  font-weight: 700;
}
.footer.footer-bs4 .footer-copyright {
  padding: 0;
  line-height: 22px;
  padding: 10px 0;
}
