/* General Hover Link styles */
div.header-container .bookend {
  outline: none;
  text-decoration: none;
  position: relative;
  line-height: 2;
  color: #fff;
  display: inline-block;
}


/* Hover Effect */
div.header-container .bookend-vert {}


div.header-container .bookend-vert::after {
  content: '';
  width: 100%;
  height: 2px;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}


div.header-container .bookend-vert::after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

div.header-container .bookend-vert:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

div.header-container .bookend-vert span {
  position: relative;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

header.template-header .navbar-side .mobile-sub-nav ul li:not(.website-phone) {
  display: inline-block;
}

.template-footer .partner-associations-list li img {
    max-height: 60px;
}

.efuneral-cta {
    background: #fff;
    max-width: 100%!important;
    padding: 40px 0;
    margin: 40px auto;
}

.efuneral-cta h4 {
    font-family: 'BentonModDisp Semibold',serif;
}

.footer-supp-nap {
    background-color: #070000;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
}

.footer-supp-nap a {
    color: #fff;
}

@media (min-width: 991.1px) {
	.footer-supp-nap > .row > div:nth-child(1) {
	  text-align: right;
	}
	.footer-supp-nap > .row > div:nth-child(3) {
	  text-align: left;
	}
}