/*START blue nav hover effect - header*/
.dbl-hover {
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* single line above the text */
.dbl-hover::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px; /* space above the text */
  height: 1.5px;
  width: 0;
  background-color: #2f5eca;
  opacity: 0;
  transition: width 0.45s ease, opacity 0.45s ease;
}

/* hover/focus */
.dbl-hover:hover::before,
.dbl-hover:focus-visible::before {
  width: 80%;
  opacity: 1;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dbl-hover-lime::before { transition: none; }
  .dbl-hover-lime:hover::before,
  .dbl-hover-lime:focus-visible::before {
    width: 80%;
    opacity: 1;
  }
}
/* END blue nav hover effect */

/* START lime nav hover effect - footer */
.dbl-hover-lime {
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* single line above the text */
.dbl-hover-lime::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3px; /* space above the text */
  height: 1.5px;
  width: 0;
  background-color: #d6e711;
  opacity: 0;
  transition: width 0.45s ease, opacity 0.45s ease;
}

/* hover/focus */
.dbl-hover-lime:hover::before,
.dbl-hover-lime:focus-visible::before {
  width: 80%;
  opacity: 1;
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dbl-hover-lime::before { transition: none; }
  .dbl-hover-lime:hover::before,
  .dbl-hover-lime:focus-visible::before {
    width: 80%;
    opacity: 1;
  }
}
/* END lime nav hover effect */

/* Blue gradient text */
.gradient-text-blue {
  background: linear-gradient(
    to right,
    #2f5eca 0%,
    #244a9e 100% /* slightly darker */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Green gradient text */
.gradient-text-green {
  background: linear-gradient(
    to right,
    #13895b 0%,
    #0C573A 100% /* slightly darker */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Lime gradient text */
.gradient-text-lime {
  background: linear-gradient(
    to right,
    #d6e711 0%,
    #8aad17 100% /* slightly darker */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Orange gradient text */
.gradient-text-orange {
  background: linear-gradient(
    to right,
    #ff6524 0%,
    #cc511d 100% /* slightly darker */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* BB Nav */
.fl-menu-mobile-flyout .fl-menu-mobile-close{
	font-size: 30px;
	margin-top: 20px;
	margin-left: 10px;
}

.fl-menu-mobile-flyout {
	min-width:40%;
	box-shadow: 0 2px 14px 3px rgba(78, 60, 60, 0.2)!important;
}

/* 3-col Bottom Row Homepage Bg Zoom */
.bg-zoom .fl-col-content{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 180% !important; 
  transition: background-size 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.bg-zoom:hover .fl-col-content{
  background-size: 170% !important; 
}

/* Blue button hover */
.blue-btn .pp-button,
.pp-button.blue-btn,
.blue-btn .pp-button .pp-button-content,
.pp-button.blue-btn .pp-button-content {
  position: relative;
  display: inline-block;
  border: none !important;
  border-radius: none;
  overflow: hidden; 
  color: #fff !important;
  background: #2f5eca !important;        
  background-image: none !important;  
  transition: background 0.8s ease-in-out, transform 0.3s ease;
}

/* Hover: fade to navy + lift */
.blue-btn .pp-button:hover,
.pp-button.blue-btn:hover,
.blue-btn .pp-button:hover .pp-button-content,
.pp-button.blue-btn:hover .pp-button-content {
  background: #133244 !important;
  transform: translateY(-2px);
}

/* Text stays white and above shine */
.blue-btn .pp-button .pp-button-text,
.pp-button.blue-btn .pp-button-text {
  position: relative;
  z-index: 2;
  color: #fff !important;
  background: transparent !important;
}

/*  Shine - background layers, not the text  */
.blue-btn .pp-button::after,
.pp-button.blue-btn::after,
.blue-btn .pp-button .pp-button-content::after,
.pp-button.blue-btn .pp-button-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 1; 
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
}

/* Sweep once on hover with delay */
.blue-btn .pp-button:hover::after,
.pp-button.blue-btn:hover::after,
.blue-btn .pp-button:hover .pp-button-content::after,
.pp-button.blue-btn:hover .pp-button-content::after {
  opacity: 1;
  animation: pp-blue-btn-shine 1.1s ease forwards;
  animation-delay: 0.4s;
}

@keyframes pp-blue-btn-shine {
  0%   { left: -130%; }
  100% { left: 140%; }
}

.fl-node-lpvjzh5wgdqb .pp-custom-grid-column {
	padding-bottom: 50px;
}
.meta-byline, .meta-outlet, .meta-date {
	color: #2f5eca;
}
.news-photo .fl-photo-content {
    overflow: hidden;
}

.news-photo .fl-photo-content img {
    transition: transform 0.3s ease-out;
}

.news-photo .fl-photo-content:hover img {
    transform: scale(1.05);
}

.portfolio-photo .fl-photo-content {
    position: relative;
    overflow: hidden;
}
.portfolio-photo .fl-photo-content img {
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transform-style: preserve-3d;
}
.portfolio-photo .fl-photo-content:hover img {
    transform: scale(1.1);
}

.spotlight-photo .fl-photo-content {
  position: relative;
  overflow: hidden;
}
.spotlight-photo .fl-photo-content img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease-out;
}
.spotlight-photo .fl-photo-content:hover img {
  transform: scale(1.05);
}

.spotlight-photo .fl-photo-content {
	position: relative;
}

.portfolio-overlay-caption {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #2f5eca;
    color: #FFFFFF;
    padding: 6px 12px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;	
    font-size: 16px;
	line-height: 1.2;
    z-index: 2;
	border-radius: 2px;	
    pointer-events: none;
}

.portfolio-overlay-caption::after {
    content: attr(data-portfolio);
}