@media (max-width: 991.98px) {
  .dropdown-container {
    visibility: hidden !important;
  }
  .sub-nav {
    position: relative !important;
    top: 0px !important;
  }
}

.snap-section {
  padding-top: 5rem;
}

.company-header {
  margin-top: 0;
}

.divider {
  background-color: #fe9b07;
  width: 40px;
  height: 4px;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .divider {
    margin: 1rem auto;
  }
}

.section-divider {
  background-color: gray;
  width: 30vw;
  height: 1px;
  margin: 5px auto 5px auto;
}

.contact-section {
  position: relative;
  margin-top: 100px;
}

.contact-header {
  text-align: center;
  padding: 0 20px 0 20px;
}

.contact-content {
  padding: 20px 50px 20px 50px;
}

.contact-background {
  background: #429eeb;
}

.page-title-section {
  padding-bottom: 0;
  margin-top: 0;
  min-height: 0;
  padding-top: 6rem;
}

.page-title {
  color: #429eeb;
  font-weight: 400;
  font-size: 2.75rem;
}

.sub-nav {
  position: relative;
  top: 88px;
}

.sub-nav.scrolled {
  position: fixed !important;
  top: 66px !important;
}

.sub-nav-list {
  justify-content: flex-start !important;
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-nav-item:hover {
  color: #fff !important;
  background-color: #4387cf !important;

}

.selected-nav-item { background-color: #2f63b2 !important; }
.selected-nav-item { color: #fff !important; }

/* .ftco-navbar-light {
  position: sticky !important;
}

.ftco-navbar-dark {
  position: sticky !important;
} */
.leader-bio {
  text-align: center;
  padding: 1rem;
}

.bio-card-container {
  padding: 1rem; 
}

.bio-card {
  position: relative;
  background: linear-gradient(1turn, #2F63B2 0%, #429EEB 100%);
  text-align: center;
  border-radius: 20px;
  min-width: 330px;
  /* min-height: 530px; */
}

.bio-header {
  background: rgba(0, 0, 0, 0.25);
  color: white;
  border-radius: 20px 0;
  max-width: 300px;
  padding: 20px;
  text-align: left;
  margin-right: 32px;
  /* height: 124px; */
}

/* @media screen and (min-width: 992px) and (max-width: 1200px) {
  .bio-header {
    height: 124px;
  }
} */

.bio-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.bio-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.bio-bottom-section {
  /* position: absolute; */
  padding-left: 32px;
  /* bottom: 0; */
}

.bio-details-section {
  position: relative;
  padding: 24px;
  background: rgba(0, 0, 0, 0.15);
  color: white;
  border-radius: 20px 0;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bio-details {
  line-height: 24px;
  text-align: left;
  height: 72px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
}

.bio-modal-opener {
  color: #FE9B07;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: ∂∂∂∂∂∂∂17px;
}

.bio-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.modal-card {
  position: relative;
  max-width: 700px;
  width: 80%;
  margin: auto;
  background: linear-gradient(180deg, #2F63B2 0%, #429EEB 100%);
  border-radius: 20px;
}
.modal-header{
  position: relative;
  width: 80%;
  max-width: 700px;
  height: 88px;
}

.modal-content {
  max-width: 700px;
  color: white;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-radius: 0 0 15pt 15pt;
}

.modal-bio-background {
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 60vh;
  line-height: 24px
}

/* The Close Button */
.modal-close {
  position: absolute;
  color: rgba(255, 255, 255, 0.75);
  right: 20px;
  top: 20px;
  font-size: 35px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
}

.modal-close:hover {
  background-color: rgba(0,0,0, 0.25);
  border-radius: 1rem;
  cursor: pointer;
}

.linkedin-icon {
  font-size: 50px;
  color: white;
}

.linkedin-icon-small {
  font-size: 20px;
  position: absolute;
  right: 35px;
  bottom: 25px;
  color: white;
}

.modal-link-section {
  text-align: center;
  padding-bottom: 1rem;
}

.hide-overflow {
  overflow: hidden;
  /*margin-right: 15px; */
}

/* Left align news cards on mobile screens */
.hero-blog-post-card {
  text-align: left;
}

.event-logo {
  background-color: white;
  border-radius: 20px 0;
  max-width: 250px;
  padding: 5px;
}

.event-card-container {
  position: relative;
  background: linear-gradient(270deg, #429EEB 0%, #2F63B2 100%);
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.15);
  border-radius: 30px 20px;
  padding: 0;
  margin-top: 30px;
  max-width: 880px;
}

.event-card {
  align-items: end;
}

.event-details-container {
  padding-left: 30px;
}

.event-details {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
}

.event-icon {
  width: 15px;
}

.event-title-container {
  max-width: 450px;
  margin-left: 40px;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}

.event-title {
  position: relative;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.01em;
  color: white;
}

.title-divider {
  margin-left: 40px;
  margin-bottom: 10px;
  height: 8px;
  width: 64px;
}

.event-contact-container {
  background-color: white;
  border-radius: 20px 0;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.event-caption {
  text-align: left;
  line-height: 22px;
}

.contact-button {
  text-transform: uppercase;
  background: #FE9B07;
  border-radius: 4px;
  border: none;
  width: 100%;
  max-width: 300px;
  height:40px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.contact-button:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}