main.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: unset !important;
  padding: 0px !important;
}

:root {
  --light-gray: #222A3D;
  --dark-gray: #474747;
}

h2 {
  margin-top: 3.25rem;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: var(--light-gray);
  text-transform: uppercase;
}

.pl .pr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/*-----------------Header Banner Start ------------------*/
.headerBanner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url('/assets/bloomstack_website/images/team5.jpg');
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  margin-bottom: 0px;
  margin-top: -2rem;
}

.headerBanner .caption {
  margin: 0 auto;
  top: 60%;
  color: #fff;
}

.headerBanner .caption h2 {
  color: #fff;
}

.meet-team-overlay {
  position: fixed;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 600px;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  /* cursor: pointer; Add a pointer on hover */
  /* background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,4,1,0.5)); */
}

.meet-team {
  color: white;
  top: 65%;
}

.meet-team h2 {
  color: white;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.team h2 {
  margin-bottom: 3.12rem;
}

.team5 p {
  background-image: url('/assets/bloomstack_website/images/team5.jpg');
  background-repeat: no-repeat;
  height: 600px;
  background-size: cover;
  margin-bottom: 0px;
}

.col-md-12.pl.pr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.mainOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.01), black);
  opacity: 0.9;
  transition: .5s ease;
  z-index: 9;
  text-align: center;
}

.team-description {
  top: 70%;
}

.team-description p {
  content-visibility: auto;
  text-justify: inter-word;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--white);
}

/*-----------------Leadership Start ------------------*/
.leadership-team .col-md-4 {
  margin-bottom: 30px;
}

.leadership-background {
  position: relative;
  height: 400px;
  border-radius: 0;
  -webkit-transition: width 2s;
  transition: width 2s;
  width: 100%;
  overflow: hidden;
  background: #767676;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.leadership-team img {
  width: 100%;
  height: 380px;
}

.overlay {
  position: absolute;
  height: 0;
  width: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(#bebebe, #bebebe);
  opacity: 0.7;
  transition: .5s ease;
  z-index: 5;
  text-align: center;

}

.leadership-background:hover .overlay {
  height: 100%;
}

.leadership-background:hover .team-name-leadership {
  display: none;
}

.text {
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  color: #000;
  font-size: 18px;
  text-align: center;
  z-index: 999;
}

.leadership-background h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  padding-right: 20px;
}

.team-name-leadership {
  position: absolute;
  bottom: 0;
  background: rgba(190, 190, 190, 0.8);
  color: #000;
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  text-align: center;
}

.team-name-leadership h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: bold;
  color: #000;
}

.team-name-leadership p {
  color: #424242;
}

/*-----------------Employee Banner Start ------------------*/
.employee-team h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: var(--light-gray);
  text-align: center;
}

.employee-team p {
  font-size: 16px;
  line-height: 22px;
  color: var(--light-gray);
  text-align: center;
  margin-bottom: 40px;
}

.team-name-employee h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: bold;
  color: #000;
  width: 250px;
  text-align: center;
}

.team-name-employee p {
  color: #424242;
  width: 250px;
  text-align: center;
}

.employee-team-background {
  width: 230px;
  height: 220px;
  border-radius: 50%;
  margin: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

footer a img.footer_logo {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .headerBanner {
    height: auto;
    padding-bottom: 30px;
  }

  .headerBanner .caption {
    top: 28px;
  }

  .headerBanner .caption h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 3rem;
  }

  .headerBanner .caption p {
    font-size: 12px;
  }

  .leadership-background {
    position: relative;
    height: 400px;
    border-radius: 0;
    -webkit-transition: width 2s;
    transition: width 2s;
    width: 100%;
    overflow: hidden;
    background: #767676;
    background-size: cover;
    background-repeat: no-repeat;
  }

  h2 {
    margin-top: 1rem;
  }

  .col-md-4,
  .col-md-3 {
    margin-bottom: 40px;
  }

  .col-md-4 a img,
  .col-md-3 a img {
    margin: 0 auto;
  }

  .team5 p {
    background-image: url('/assets/bloomstack_website/images/team5.jpg');
    background-repeat: no-repeat;
    height: 200px;
    background-size: contain;
  }

  .employee-position {
    margin-left: 10%;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .headerBanner {
    height: 400px;
  }

  .headerBanner .caption {
    top: 55%;
  }

  .team5 p {
    background-image: url('/assets/bloomstack_website/images/team5.jpg');
    background-repeat: no-repeat;
    height: 400px;
    background-size: contain;
  }

  .employee-position {
    margin-left: 0%;
  }
}