@charset "utf-8";

.button-area { margin: 0; padding: 0;}

.black-to-white {
  filter: invert(100%);
}
	
.content-wrapper {
  margin: 0;
  display: block;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.d_flex {
  display: flex
}

.our-team-section {
  padding: 70px 0 0 0;
  position: relative
}

.our-team-title {
  text-align: center
}

.our-team-title h3 {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5
}

.our-team-list-outer {
  padding: 5px 0 0
}

.our-team-list-inner {
  display: flex; justify-content:center;
  flex-wrap: nowrap;
  gap: 20px;
} 

/* width: calc(33.33% - 20px);  */
.member-card-outer {
  background: none;
  zzzbox-shadow: 0 0 10px #0000001f;
  zzzwidth: 55px; zzzheight: 55px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

a.member-card-info-link,a.member-card-info-link:hover {
  text-decoration: none
}

.member-name {
  color: #fff;
  font-size: 28px;
  font-weight: 700
}
.member-desg {
  color: #dd1845;
}

.member-card-details {
  padding:  20px;
}

.member-details {
  padding-top: 8px
}

.member-card-popup-outer h1,.member-card-popup-outer h2,.member-card-popup-outer h3,.member-card-popup-outer h4,.member-card-popup-outer h5,.member-card-popup-outer h6,.member-card-popup-outer p {
  margin: 0
}

.member-popup-company,.member-popup-desg,.member-popup-slogan {
  padding: 0px 0 0 0;
}

.member-card-outer:hover .team-member-pop-up-link {
  zzztransform: translate(20%,-20%) scale(1);
  zzztransition-timing-function: cubic-bezier(.17,.67,.48,1.4)
}

.member-card-popup-outer-Main {
  background: rgba(0,0,0,.65);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.member-profile-image {
  height: 350px;
  overflow: hidden;
  width: 100%
}

.member-card-outer:hover {
  transform: scale(1.1);
}

.member-card-outer .badge:hover {
 background: rgba(0,0,0,1);cursor: pointer;
}

body.OpenPopup {
  overflow: hidden
}

.member-card-popup-Box {
  margin: 0 auto;
  max-height: 765px;
  max-width: 87%;
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease;

}

body.OpenPopup .member-card-popup-outer-Main {
  overflow-y: auto;
}

/* scott */
.member-card-popup-outer {
  background: #fff;
  border-radius: 25px; border:3px solid #222222;
	box-shadow: 0 0 6px #666666;
  overflow: hidden;
  padding: 30px;
  position: relative;
  width: 100%; height: 100%;
}

.member-card-popup-left-col {
  border-radius: 20px;
  max-width: 76%;
  min-height: 400px;
  overflow: hidden;
  width: 100%
}

.member-popup-image {
  height: 100%
}

.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content:flex-start;
  max-width: 20%;
  width: 100%
}

.member-card-popup-inner {
  gap: 40px;
  height: 100%; display: flex;
  justify-content: space-between;
  width: 100%
}


.member-card-popup-inner:after {
  background-color: #1b1b1b;
  content: "";
  height: 86%;
  left: 76.5%;
  margin: 16px 0;
  position: absolute;
  top: 4%;
  width: 2px
}

.member-popup-image iframe {
  height: 100% ;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.popup-right-col-bottom {border-top:2px solid #1b1b1b;}
	
	
.cd-item-info {color: #1b1b1b;}
	
.list-unstyled2 {list-style: none;}

span.Popup-close {
  cursor: pointer;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0
}

span.Popup-close i {
  color: #666666;
  transform: rotate(45deg)
}

span.Popup-close i:hover {
  color: #2b2b2b;
   transform: scale(2.2) !important;
}

.member-popup-name span {
  color: #1b1b1b;font-family: "DM Sans", "sans-serif";
  font-size: 3rem; text-transform: uppercase; background-color: #fff;
  font-weight: 300;
  margin: 0
}

.member-popup-slogan span, .member-popup-desg span {
  color: #1b1b1b;
  font-size: 1.6rem; text-transform: uppercase;
  font-weight: 400;
  margin: 0
}

.member-popup-company h4,.member-popup-desg h4 {
  color: #dd1845;
  font-weight: 400;
  margin: 0
}
.member-popup-email a,.member-popup-linkedin a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dd1845;
  border-radius: 50px;
  color: #dd1845;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: all .3s ease;
  width: 40px;
}

.member-popup-email a:hover {
  color: #000
}

.member-popup-slogan p {
  color: #000;
  font-family: Catamaran,sans-serif;
  font-size: 18px;
  font-weight: 400
}

.member-popup-email i,.member-popup-linkedin i {
  font-size: 20px
}

.member-social-icons {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 0
}

.member-social-icons a,.member-social-icons a:hover {
  text-decoration: none;
  transition: all .3s ease
}

.member-social-icons a:hover {
  background-color: #dd1845;
  color: #fff
}

.member-popup-company svg {
  height: 56px;
  width: 175px
}

	/*  scott  */
  .our-team-list-inner {display: flex; flex-direction: row; justify-content: space-around; flex-wrap: wrap; gap:5px;}
	
  .member-card-outer {width:auto;display: flex; justify-content: space-around;}

	
.team-member-pop-up-link .badge {font-family: monospace;font-weight: 300 !important; font-size: 1.48rem; width:50px; height: 50px; display: flex; align-items: center; justify-content:center; border-radius:10px; color:#fff; border:1px solid #fff; letter-spacing: -0.1rem; background:rgba(255,255,255,0); }

.team-member-pop-up-link .badge :hover {font-size: 1.5rem; width:45px; height: 45px; display: flex; align-items: center; justify-content:center; border-radius:100vw; color:#000000; border:1px solid #999999; background:#1b1b1b !important; }
	
	
@media(max-width: 1440px) {
  .member-card-popup-Box {
    max-width: 75%
  }
	

}

	
@media(max-width: 1366px) {
	
  .holder,.left-content {
    margin: 0 auto;
    max-width: 87%
  }
}

@media(max-width: 1280px) {
  .member-card-popup-Box {
    max-width:85%
  }

}

@media(max-width: 1080px) {
  .member-card-popup-Box {
    max-width: 100%
  }
}


@media(min-width: 701px) {

	.our-team-list-outer { width: 100%; margin: 0; padding: 0; position: relative;}
	
	.our-team-list-inner {  display: flex;flex-wrap: wrap;}

  .member-card-outer { flex: 1 1 15%; margin-bottom: 10px; box-sizing: border-box; }

	.team-member-pop-up-link .badge {font-family: monospace; width:98%; min-width:48px; min-height: 48px;font-weight: 300 !important;font-size: clamp(1rem, 0.8715rem + 0.6852vw, 1.2rem);border-radius:7px; color:#fff; border:1px solid #fff !important; background:rgba(255,255,255,0); text-align: center;}
	
	
.member-card-popup-outer-Main {
  background: rgba(0,0,0,.65);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.member-card-popup-Box {
  margin: 0; padding: 0;
  max-height: 765px;
  max-width: 100%;
	width: calc(100vw - 0px);
	height: calc(100vh - 40px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease;

}

.member-card-popup-outer {
  background: #fff;
  border-radius: 25px; border:3px solid #222222;
	box-shadow: 0 0 6px #666666;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%; height: 100%;
}

.member-card-popup-left-col {
  border-radius: 20px;
  max-width: 75%;
  min-height: 400px;
  overflow: hidden;width: 100%;
}

.member-popup-image {
  height: 100%; 
}

.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content:flex-start;
  max-width: 22.6%; padding-top: 60px;

}
.member-popup-desg {}
.member-popup-name span {
  color: #1b1b1b;font-family: "DM Sans", "sans-serif"; background:none;
  font-size: 2.5rem; text-transform: uppercase;
  font-weight: 300;
  margin: 0
}

.member-card-popup-inner {
  gap: 10px;
  height: 100%; display: flex;
  justify-content: space-between;
  width: 100%
}


.member-card-popup-inner:after {
  background-color: #1b1b1b;
  content: "";
  height: 92%;
  left: 75.5%;
  margin: 16px 0;
  position: absolute;
  top: 2%;
  width: 2px
}

}

@media(min-width: 992px) {
	
	
	.our-team-list-outer {width:100%; margin: 0; padding: 0;}
	
	.our-team-list-inner {display: flex;flex-direction: row; justify-content:space-around;flex-wrap: wrap; gap:3px;}	
	
	
	
	
	  .member-card-outer {display: flex; flex: 1 1 calc(11% - 3px) !important;}
	
	.team-member-pop-up-link .badge {font-family: monospace;font-weight: 300 !important;width:98%; min-width:46px; min-height: 46px; font-size: 1.18rem;border-radius:10px; color:#fff; border:1px solid #fff; background:rgba(255,255,255,0); text-align: center; margin-bottom: 0px;}
	
.member-popup-name span {
  color: #1b1b1b;font-family: "DM Sans", "sans-serif"; background:none;
  font-size: 3rem; text-transform: uppercase;
  font-weight: 300;
  margin: 0
}

  blockquote.member-popup-slogan p {
    font-size: 18px
  }

  .member-popup-company h4,.member-popup-desg h4 {
    font-size: 17px!important
  }
  .member-social-icons {
    gap: 15px;
    padding: 5px 0 0
  }

  .member-popup-email i,.member-popup-linkedin i {
    font-size: 14px
  }

  .member-popup-email a,.member-popup-linkedin a {
    height: 30px;
    width: 30px
  }
}



@media(min-width: 1280px) {

	.team-member-pop-up-link .badge {font-family: monospace;font-weight: 300 !important;min-width:54px; min-height: 54px; font-size: 1.48rem;border-radius:10px; color:#fff; border:1px solid #fff; background:rgba(255,255,255,0); text-align: center; margin-bottom: 0px;}

	.our-team-list-outer { max-width: 100%; display: flex;}

	.our-team-list-inner {display: flex;flex-direction: row; justify-content:space-around;flex-wrap: wrap; gap:5px;}	

	  .member-card-outer {display: flex; flex: 1 1 calc(11% - 5px) !important;}
}

@media(min-width: 1400px) {
.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content:flex-start;
  max-width: 22.5%;
  width: 100%
}	
	.our-team-list-inner {display: flex; flex-direction: row;flex-wrap: wrap; gap:0px; width: 90%;}

	  .member-card-outer {display: flex; flex: 1 1 10.4% !important; justify-content: center;}

	.team-member-pop-up-link .badge {font-family: monospace;font-weight: 300 !important;max-width:50px; max-height: 50px; font-size: 1.4rem;border-radius:10px; color:#fff; border:1px solid #fff; background:rgba(255,255,255,0); text-align: center; margin-bottom: 0px;}

}


@media(max-width: 700px) {
/* scott */

.member-card-popup-outer-Main {
  background: rgba(0,0,0,.65);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999
}

.member-card-popup-Box {
  margin:0 auto 0 auto;
  max-height: 765px;
  max-width: 450px;
  width: calc(100vw - 20px);
  height: calc(100vh - 80px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s ease;
width: 100%;

}

.member-card-popup-outer {
  background: #fff;
  border-radius: 0px; border:3px solid #222222;
	box-shadow: 0 0 6px #666666;
  overflow: hidden;
  padding: 50px 4px 0 4px;
  position: relative;
  width: 100%; height: 100%;
}

.member-card-popup-left-col {
  border-radius: 20px;
  max-width: 500px;
  min-height: 400px;
  overflow: hidden;
	width:100%;
}

.member-popup-image {
  height: 100%;
}

.member-popup-image iframe {
  height: 100%;
  object-fit: cover;
  object-position:center;
  width: 100%;
}

.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 100%; text-align: center;
  width: 100%
}

.member-popup-name {margin: 0; padding: 0;
}

.member-popup-name span {
  color: #1b1b1b;font-family: "DM Sans", "sans-serif"; background:none;
  font-size: 2.8rem; text-transform: uppercase;
  font-weight: 300;
  margin: 0
}

.popup-right-col-bottom {border-top:0px solid #1b1b1b; width: 90%; margin: 0 auto 0 auto;}

	.member-popup-desg {text-align: center;}
	
.popup-right-col-top {width: 100%; display: flex;flex-direction: column;gap:0px;text-align: center; }
	
.member-card-popup-inner {
  gap: 0px;
  height: 100%; display: flex; flex-direction: column; justify-content: center;
  width: 100%; margin: 0 auto 0 auto; padding: 0;
}


.member-card-popup-inner:after {
 display: none !important;

}

	
	.our-team-list-outer { width: 100%; margin: 0; padding: 0; position: relative;}
	
	.our-team-list-inner {  display: flex;flex-wrap: wrap;
	}
	


  .member-card-outer { flex: 1 1 15%; margin-bottom: 10px;
  box-sizing: border-box; /* Ensures padding doesn't affect width */}

	.team-member-pop-up-link .badge {font-family: monospace; width:98%; min-width:48px; min-height: 48px;font-weight: 300 !important;font-size: clamp(1rem, 0.8715rem + 0.6852vw, 1.2rem);border-radius:7px; color:#fff; border:1px solid #fff !important; background:rgba(255,255,255,0); text-align: center;}
	
}



@media(max-width: 375px) and (orientation: portrait) {
.member-card-popup-outer-Main {
  background: rgba(0,0,0,.65);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: hidden;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999
}

.member-card-popup-Box {
  margin:0 auto 0 auto;
  max-height: 765px;
  max-width: 450px;
  width: calc(100vw - 10px);
  height: calc(100vh + 0px);
  position: relative;
  top: 55%;
  transform: translateY(-50%);
  transition: all .5s ease;
width: 100%;

}

.member-card-popup-outer {
  background: #fff;
  border-radius: 0px; border:3px solid #222222;
	box-shadow: 0 0 6px #666666;
  overflow-y: scroll;
  padding: 135px 4px 0 4px;
  position: relative;
  width: 100%; height: 100%;
}

	
	.our-team-list-outer { width: 100%; margin: 0; padding: 0; position: relative;}
	
	.our-team-list-inner {  display: flex;flex-wrap: wrap;
	}
	


  .member-card-outer { flex: 1 1 15%; margin-bottom: 10px;
  box-sizing: border-box; /* Ensures padding doesn't affect width */}

	.team-member-pop-up-link .badge {font-family: monospace; width:98%; min-width:42px; min-height: 42px;font-weight: 300 !important;font-size: clamp(1rem, 0.8715rem + 0.6852vw, 1.2rem);border-radius:7px; color:#fff; border:1px solid #fff !important; background:rgba(255,255,255,0); text-align: center;}

	}

@media(max-width: 360px) and (orientation: portrait) {
.member-card-popup-outer {
  background: #fff;
  border-radius: 0px; border:3px solid #222222;
	box-shadow: 0 0 6px #666666;
  overflow-y: scroll;
  padding: 40px 4px 0 4px;
  position: relative;
  width: 100%; height: 100%;
}

}

@media (min-width:500px) and (max-width:760px) and (orientation: landscape){
	
	.our-team-list-outer { width: 100%; margin: 0; padding: 0; position: relative;}
	
	.our-team-list-inner {  display: flex;flex-wrap: wrap;}

  .member-card-outer { flex: 1 1 15%; margin-bottom: 10px; box-sizing: border-box;
	}

	.team-member-pop-up-link .badge {font-family: monospace; width:98%; min-width:48px; min-height: 48px;font-weight: 300 !important;font-size: clamp(1rem, 0.8715rem + 0.6852vw, 1.2rem);border-radius:7px; color:#fff; border:1px solid #fff !important; background:rgba(255,255,255,0); text-align: center;}

.popup-right-col-bottom {border-top:0px solid #1b1b1b; width: 100%; margin: 0 auto 0 auto;}

.member-card-popup-Box {
  margin: 0; padding: 0;
  max-height: 765px;
  max-width: 100%;
	width: calc(100vw - 0px);
	height: calc(100vh + 40px);
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  transition: all .5s ease;

}

.member-card-popup-outer {
  background: #fff;
  border-radius: 5px; border:3px solid #222222;
  box-shadow: 0 0 6px #666666;
  overflow-y: scroll;
  padding: 45px 5px 5px 5px;
  position: relative;
  width: 100%; height: 100%;
}

.member-card-popup-left-col {
  border-radius: 5px;
  max-width: 100%;
  min-height: 400px;
  overflow: hidden;width: 100%;
}

.member-popup-image iframe {
  height: 100%;
  object-fit: contain;
  object-position: top;
  width: 100%;
}

.member-card-popup-right-col {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content:flex-start;
  max-width: 100%;width: 100%; padding-top: 40px;

}
.member-popup-desg {}
.member-popup-name span {
  color: #1b1b1b;font-family: "DM Sans", "sans-serif"; background:none;
  font-size: 2.5rem; text-transform: uppercase;
  font-weight: 300;
  margin: 0
}

.member-card-popup-inner {
  gap: 10px;
  height: 100%; display: flex;
  justify-content: space-between;
  width: 100%
}


.member-card-popup-inner:after {
  background-color: #1b1b1b;
  content: "";
  height: 92%;
  left: 75.5%;
  margin: 16px 0;
  position: absolute;
  top: 2%;
  width: 2px
}

	
}

	


