.lfr-layout-structure-item-container {padding: 0;} .lfr-layout-structure-item-row {overflow: hidden;} .portlet-borderless .portlet-content {padding: 0;}.lfr-layout-structure-item-e4b27cf0-cb52-3cb8-c3eb-9661a67c7146 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-e4b27cf0-cb52-3cb8-c3eb-9661a67c7146) !important;
}
.lfr-layout-structure-item-e4b27cf0-cb52-3cb8-c3eb-9661a67c7146 {
.carousel-caption p:first-child{
//text-shadow: 0 0px 5px rgb(0 0 0), 0px 0px 10px #000000;
}
.carousel-caption p{
font-size: 1.25rem;
}
.carousel-caption p.h2{
font-size: 1.75rem !important;
}
/*
.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
*/

.carousel-item a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  color: #0056b3;
  padding: 0 0.8rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}
.carousel-item a:hover {
  background: white;
  color: #003f7f;
}

@media screen and (max-width: 990px) {
  .component-slider .carousel-caption {
    display: block !important;
    left: 15%;
    right: 15%;
    padding: 0;
  }

.carousel-item {
  min-height: 315px;
}
.carousel-item img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100% !important;
  width: auto !important;
}
}

@media screen and (max-width: 767.5px) {
.carousel-caption .clearfix p:first-child{
display: none !important;
}
.carousel-caption p.h2{
margin-bottom: 30px !important;
}
}

}.lfr-layout-structure-item-77888db2-ef34-5c81-48de-2d59d03d9c48 {
background-position: 50% 50%; background-repeat:no-repeat; background-size: cover; background-image: var(--lfr-background-image-77888db2-ef34-5c81-48de-2d59d03d9c48) !important;
}
.custom-pcuel-breadcrumbs{
display: none;
}
h1.custom-pcuel-title {
    margin-top: 1rem;
}

.lfr-layout-structure-item-77888db2-ef34-5c81-48de-2d59d03d9c48 {
.home-img-container {
  position: relative;
  background-image: url('/documents/d/guest/jpeg');
  background-size: cover;
  background-position: center;
  padding: 3rem;
  /* overlay gradient */
  background:
    linear-gradient(
      rgba(0,0,0,0.0),
      rgba(0,0,0,0.0)
    ),
    url('/documents/d/guest/03') center/cover no-repeat;
}

.hero-text {
  color: white;
  position: relative;
  font-weight: 600;
  z-index: 2;
  //text-shadow: 0 0px 5px rgb(0 0 0), 0px 0px 10px #000000;
}

.home-img-container a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  color: #0056b3;
  padding: 0 0.8rem;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}

.home-img-container a:hover {
  background: white;
  color: #003f7f;
}
.home-img-container{
font-size: 1.25rem;
}
}