  ﻿
 .quote-paragraph blockquote p::before {
     content: "" !important;
}

 .quote-paragraph blockquote p:first-of-type::before {
     content: "“" !important;
}


.quote-paragraph blockquote p {
     display: block !important;
}

 
 .dropdown-menu {
     border: none !important;
     border-radius: 0px !important;
     background: #008B95 !important;
}

footer {padding-top:42px;padding-bottom:6px;}
footer li {margin-right:12px;padding-left:12px;border-left:1px solid white;}
footer li:first-of-type {border:none !important;padding-left:0px;}
footer .row {margin-bottom:24px;}
footer p {margin-bottom:0px;}

.nav-item .nav-link:hover {
    background: #008B95;
    color: white !important;
    padding-left: 12px;
    height: auto;

}

.dropdown-menu a {color:white !important; }
.hero-title {font-family: 'font-bold';}
.hero-subtitle {font-family: 'font-medium'}
.hero-subsubtitle {font-family: 'font-bold'}

p a:hover, p a:focus {
    background: inherit !important;
}

.navbar {
    justify-content: flex-end !important;
}

.navbar-toggler[aria-expanded="true"]::after {
     content: 'Close' !important;
     display: block;
     width: 100%;
}
 .navbar-toggler::after {
     content: 'Menu' !important;
     display: block;
     width: 100%;
}

.navbar-toggler-icon {
    display: none !important;
}

.navbar-toggler {
    padding: 24px 12px 18px 12px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.nav-item .nav-link {
    background: #ffffff;
    padding: 24px 12px 18px 12px;
    height: -webkit-fill-available;
    vertical-align: middle;
    text-align: unset;
    height: -webkit-fit-content;

}

.nav-item .nav-link.active-link {
  background: #008B95;
  color: white !important;
  padding-left: 12px;
}

.strategy-recommendation {border: 3px solid #008B95;
    padding: 30px 18px 12px 18px;
    margin-bottom: 24px;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #EEEEEE;
    box-shadow: 3.8px 7.5px 7.5px hsl(0deg 0% 0% / 0.38);
    width: 80%;
}
.strategy-casestudy h3, .strategy-casestudy h2, .strategy-casestudy h4 {color:#008B95;}
.strategy-casestudy {border: 3px solid #626A6E;
    padding: 30px 18px 12px 18px;
    margin-bottom: 24px;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #F3F9F9;
    box-shadow: 3.8px 7.5px 7.5px hsl(0deg 0% 0% / 0.38);
    width: 80%;
}

.strategy-recommendation, .strategy-casestudy {
  position: relative;
}

.strategy-recommendation .icon-class {
  width: 124px;
  height: 124px; 
  background-image: url('/Workforce-Strategy/inc/images/recommendation-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
      display: block;
      margin-left:12px;
      margin-bottom:12px;
}

.strategy-casestudy .icon-class {
  width: 124px; 
  height: 124px;
  background-image: url('/Workforce-Strategy/inc/images/case-study.svg');
  background-size: cover;
  background-repeat: no-repeat;
      display: block;
      margin-left:12px;
      margin-bottom:12px;
}

.navbar-strategy {font-family: 'font-semibold';}
.strategy-submenu {border-bottom:3px solid #008B95;border-top: 3px solid #008B95;}
.strategy-submenu .active {text-decoration: underline;}
.strategy-submenu li {
    margin-bottom: 6px;
    margin-top:24px;
}

blockquote p::before {
    color: #008B95 !important;
}

blockquote {

    border-radius: 10px;
}

.header-lg .img-fluid {height: 300px;width: -webkit-fill-available;object-fit: cover;}

.header-lg .card-img-overlay {
    padding-top: 36px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-lg .h1 {margin-bottom: 6px;font-size: 42px;}
.header-lg .h2 {margin-bottom: 12px;font-size: 30px;}

.header-lg .card {background-color: unset;}

.header-lg .card .card-img {
    height: 300px;
    object-fit: cover;
    object-position: top;}
    
.header-sm {height:140px;}
.header-sm .card-img-overlay {height: 140px;}
.header-sm .card-title {margin: revert;font-family: 'font-regular';}
.header-sm .card-title span {font-family: 'font-semibold';}

.navbar-strategy .navbar-collapse ul li.nav-item {margin-bottom: 0px;}

.bg-gradient {
  background: linear-gradient(to right, #008C95CC, #008C9526);
}

.overlay-text {
  position: absolute;
  top: 200px;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  
  .overlay-text h1 {
    font-size: 1.5em;
  }
  .overlay-text p {
    font-size: 1em;
  }

.hero-title {font-size: 2em !important;}
.hero-subtitle {font-size: 1.5em !important;}
.hero-subsubtitle {font-size: 1.5em !important;}

  .navbar-collapse .list-unstyled {
        flex-direction: column !important;
  }

  .nav-item:first-child a {
        padding-left: 0px;
        margin-left: 12px;
        height: -webkit-fit-content;
    
    }

.nav-item .nav-link {
        width: 100% !important;
        height: -webkit-fit-content;
    
    }

.strategy-recommendation, .strategy-casestudy {
    width: 100% !important;
}

.col-lg-3.text-right {text-align: left !important;}

img {
        width: 100%;
        height: auto;
        max-height: 100px;
    
    }


    .header-lg .card {height: 250px;}

    .header-lg .card .card-img {display: none;}

}