
.cell_1652193863602-padding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
@media (min-width: 768px) {
  .dnd_area-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
  }
  .cell_1652193863602-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .cell_1652291682713-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
}
.margin-top {
  display: block !important;
  margin-top: 80px !important;
}
.shannon-hs {
  background-image: url(https://19493487.fs1.hubspotusercontent-na1.net/hubfs/19493487/Website%20Assets/Visual%20Assets/shannon-k-buerk-headshot.jpg) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
a.vid-link span.material-symbols-outlined {
  z-index: 1;
  color: #ffffff;
}
.fancybox-content {
  padding: 0 !important;
}
.fancybox-bg {
  background: #144e8c !important;
  opacity: .6 !important;
}
a.vid-link {
  color: #ffffff;
}
.vid-thumbnail-preview {
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.vid-thumbnail-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: linear-gradient(0deg,#0c3663,#00aeefab);
}
.vid-button {
  z-index: 3;
  position: absolute;
  max-width: 1240px;
  width: 100%;
  text-align: center;
}
.video-button-block_icon {
  height: 70px;
  width: 70px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(.19,1,.22,1) 0s;
}
.video-button-btn {
  cursor: pointer;
  display: block;
  text-align: center;
}
.video-button-block_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 24px;
  width: 24px;
  fill: #fff;
  transform: translate(-46%,-50%)
}

.video-button-block_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 68px;
  width: 68px;
  display: block;
  content: '';
  border: 1px solid #00aeef;
  border-radius: 50%;
  transform: scale(.35) translateY(-50%) translateX(-50%);
  opacity: 0;
  animation: pulse 2.5s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
}
.video-button-btn:hover .video-button-block_icon {
  transform: scale(1.15);
}

@keyframes pulse {
  0%{
    transform:translate3d(-50%,-50%,0)scale(1);
    opacity:1
  }
  100%{
    transform:translate3d(-50%,-50%,0)scale(1.7);
    opacity:0
  }
}

.video-button-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.vbb-color-light .video-button-block_text,
.vbb-color-full-light .video-button-block_text {
  color: #fff;
}
.vbb-color-full-light .video-button-block_icon {
  background-color: #fff;
}
.vbb-color-full-dark .video-button-block_icon svg {
  fill: #fff;
}
.vbb-align-center {
  text-align: center;
}
.vbb-align-center .vbb-remove-text-true {
  display: none;
}
.vbb-align-right {
  text-align: right;
}
.vbb-align-right .video-button-block_text {
  display: none;
}
.large-video-button .video-button-block_icon {
  width: 90px;
  height: 90px;
}
.large-video-button .video-button-block_icon svg {
  width: 32px;
  height: 32px;
}
.large-video-button .video-button-block_icon:before {
  width: 88px;
  height: 88px;
}
.large-video-button .video-button-block_text {
  font-size: 32px;
}
.video-button-block_icon {
  background-color: #00aeef
}

.video-close-btn:hover {
  background-color: #eb2f5b
}

.vbb-color-full-light .video-button-block_icon svg {
  fill: #eb2f5b
}

.vbb-color-full-dark .video-button-block_icon {
  background-color: #111
}

.video-button-popup-bg {
  background-color: #fed841
}

/*---lightbox---*/
.bio-social-single .social-links__icon svg {
  fill: #00aeef;
  height: 25px;
  left: 0;
  position: initial;
  top: 0;
  transform: none;
  width: auto;
}
.bio-social-single .social-links__icon {
  border-radius: 0;
  display: initial;
  height: 0;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
  background: none;
}
.bio-social-single .social-links__icon:hover svg {
  fill: #144e8c;
}
.bg-gradient {
  background-image: linear-gradient(to bottom right, #144e8c, #00aeef) !important;
}
p.callout {
  margin-bottom: 0;
  font-family: montserrat;
  font-weight: bold;
  text-align: center;
  color: #144e8c;
}
@media (min-width: 768px) {
  .four-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .bio-box-flex {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
}

/*=== individual team page ===*/
.social-links.bio-social {
  justify-content: left;
}
.bio-headshot img {
  border-radius: 100%;
  background: #f7f7f7;
}
a.back-team {
  /* position: absolute; */
  /* float: right; */
  /*display: block;*/
  /* margin: 0 auto; */
  text-align: center;
  margin-top: 30px;
}
.bio-contact-info {
  text-align: center;
  margin: 50px 0;
}

.bio-stats {
  padding: 20px;
  width: 100% !important;
  position: relative;
}
.bio-stats p {
  font-size: 16px;
}
.bio-contact-info a {
  margin: 0 9px;
}
.bio-box-flex {
  margin-top: 80px;
}

/*=== individual team page ===*/
.bio-headshot img {
  max-width: 100%;
  height: auto;
}

.team-card img {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  background: #f1f2f2;
}
.team-row .team-card img {
  width: 100%;
  max-width: 100%;
}
.team-row .team-card {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 2%;
}
.team-row {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
}

/*=== team listing ===*/
.team-name h3 {
  margin-bottom: 4px;
}
.team-name p {
  font-size: 14px;
  margin: 0;
  font-style: italic;
  color: #6e6e6e;
}
.team-name {
  text-align: center;
  background: #fff;
  margin-top: 0px !important;
  z-index: 1;
  position: relative;
  max-width: 100%;
  padding-top: 4px;
  width: 100%;
  margin: 0 auto;
}
.team-flex a {
  text-decoration: none;
}
ul.bio-list li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
strong.bio-tag {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: #82888f;
  margin-top: 5px;
}
ul.bio-list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  border-top: solid 1px #d6dee3;
  padding-top: 25px;
  margin-bottom: 0;
}


@media (min-width: 600px){
  ul.bio-list li {
    width: 50%;
  }
}
@media (min-width: 768px){
  .team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-flex .team-card-wrap {
    flex: 0 0 calc(33.33% - 20px);
    padding: 20px;
    margin: 10px;
  }
}

@media (min-width: 1000px){
  .team-flex .team-card-wrap {
    flex: 0 0 calc(25% - 20px);
  }
}

@media (min-width: 1200px){
  .team-flex .team-card-wrap {
    flex: 0 0 calc(16.66% - 20px);
  }
}

@media (max-width: 768px){
  .team-card-wrap {
    margin-bottom: 40px;
  }
}