.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.no-billboard .billboard-section{
    display: none;
}

.no-quote .quote-section{
    display: none;
}

.hide-cta .content-slider-cta-wrapper{
    display: none;
}

.thank-you-message{
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #787a7b;
    font-size: 25px;
    text-transform: uppercase;
    border-top: 2px solid #ab8336;
    padding: 30px;
    border-bottom: 2px solid #ab8336;
}

.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px !important;
    }
}
/* iPhone X Landscape */
@media only screen 
    and (min-device-width : 812px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
    .video-section iframe {
        height: 350px !important;
    }
}

/*BIO DETAIL AS LINK FIX*/

.bio-detail-links-as-text {
    margin-top: 15px !important;
}
 .bio-detail-links-as-text a{
    padding: 0 !important;
}

.image-container {
            position: relative;
            width: 300px;
            height: 200px;
        }

        /* Style for the image */
        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Style for the overlay */
        .image-container .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 255, 0.7); /* Blue overlay color */
            opacity: 0; /* Initially hidden */
            transition: opacity 0.3s ease;
        }

        /* Style for the button */
        .image-container .button {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff;
            color: #000;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            opacity: 0; /* Initially hidden */
            transition: opacity 0.3s ease;
        }

        /* Hover effect: show overlay and button */
        .image-container:hover .overlay {
            opacity: 1;
        }

        .image-container:hover .button {
            opacity: 1;
        }
.team-section .team-slider .yearbook-three .yearbook-headshot {
  max-width: 325px !important;
)

.body-home .quote-wrapper:before {
    display: none;
}

.worth-cta {
  background-color: #104c6e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.contact-btn-cta {
    border: 1px solid #104C6E;
    width: 100px;
    height: 50px;
    display: inline-block;
    line-height: 47px;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}

.home-cta {
font-weight: bold;
text-align: center;
    font-size: 13px !important;
    color: #ffffff !important;
    background-color: #023358;
    display: inline-block !important;
    white-space: normal !important;
    padding: 8px 20px;
    margin: 10px 0;
}
.home-cta:hover {
    color: #023358 !important;
text-align: center;
    border: 1px solid #023358;
    padding: 8px 20px;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2.5px;
}
.aboutyouimage {
    padding: 50px 50px 150px 150px !important;
    margin-top: 50px !important;
}

.aboutyouaccordion {
    padding: 50px 150px 150px 150px !important;
}

.copy-content {
    padding: 50px 150px 100px 150px !important;
}

.yearbook-container .slick-arrow {
     padding: 2px !important;
     transition: none !important;
}
.body-home .services-slider .slick-dots {
display: block !important;
}

.bio-detail-designation {
   font-size: 22px !important;
}

.team-section .team-slider .yearbook-container .slick-prev {
    border-top: 1px solid #5489B6 !important;
    border-left: 1px solid #5489B6 !important;
}

.team-section .team-slider .yearbook-container .slick-next {
    border-top: 1px solid #5489B6 !important;
    border-right: 1px solid #5489B6 !important;
}
                
.team-section .team-slider .yearbook-container button.slick-prev {
    left: -120px;
}

.team-section .team-slider .yearbook-container button.slick-next {
    right: -120px;
}

@media only screen and (max-width: 375px) {
    .niche-section .niche-content .mc-container {
     padding: 50px 10px !important;
}

@media only screen and (max-width: 480px) {
    .niche-section .niche-content .mc-container {
      padding: 50px 10px !important;
}

.worth-cta {
  background-color: #104c6e;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.quote-wrapper {
    padding: 70px 15px !important;
} 

.quote {
  font-size: 26px !important;
  max-width: 850px !important;
}

.body-home .quote-section {
     box-shadow: inset 0 0 0 2000px rgba(19,24,34,0.3) !important;
}

.body-home .billboard-section .billboard-content-wrapper:after {
              background-color: rgba(19,24,34,0.5) !important;
}

    .services-section2 {
        overflow: auto;
        border-top: 3px solid #002949;
        background: #002949;
        background: -moz-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: -webkit-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: radial-gradient(ellipse at center, #00578A 0%, #00578A 0%, #002949 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578A', endColorstr='#002949',GradientType=1 );
        padding: 3em 0;
    }

.ftr-nap li[data-phonetype="5"]::before {
    display: none !important;
}

.body-home .billboard-section .billboard-content-wrapper:after {
      animation-duration: 5s !important;
}

.body-home .billboard-section .billboard-content-wrapper:after {
    animation-duration: 6s !impotant;
}
