/* .team-title {margin-bottom: 0;}
.job-title {margin-top: 0;margin-bottom: .25em; font-size: 1em;}
.gon-team img {float: none;margin: 0 auto;}
.gon-team img {width:100%;}
.team-intro {padding-bottom: 1em;}
.team-intro p {margin-top: .5em;}
.gon-team.plus a {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(25,46,66);
    opacity: 0;
    transition: .3s ease opacity;
    left: 0;
}
.gon-team.plus i.fa.fa-info-circle {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    transform: translate(-50%, -50%);
}
.gon-team.plus a:hover {
    opacity: .5;
}
.team-member-meta span {display: block;}
.team-member-meta i {padding-right: 7px;}
.gon-team a {text-decoration: none;}
.single-gon_team h1.team-title {margin-bottom: 0;font-size: 1.75em;}



@media (max-width:768px){
	.gon-team {width: 65%;margin: 0 auto;}
	.team-intro {padding: 0 0 1em;}
	.gon-team.col-sm-6 > div {max-width: 100%;}
	
	.team-contact {float: none!important;}
	.team-contact img {float: left;margin-right: 1em;}
}
@media (max-width:480px){
	.gon-team {width: 100%;}
	.team-contact img {float: none;}
}
 */

.team-title {
  margin-bottom: 0;
}
.job-title {
  margin-bottom: 0.25em;
  font-size: 1em;
  color: #035682 !important;
}
.gon-team img {
  float: none;
  margin: 0 auto;
}
.gon-team img {
  width: 100%;
}
.team-intro {
  padding-bottom: 1em;
}

.gon-team.plus {
  margin-bottom: 70px;
  display: flex !important;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
}
.gon-team.plus a {
  text-decoration: none;

  width: 100%;
  height: 100%;
  background: rgb(25, 46, 66);
  opacity: 1;
  transition: 0.3s ease opacity;
  left: 0;
}
.gon-team.plus a.button {
  opacity: 1 !important;

  background-color: #fff !important;
  color: #035682 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Catamaran" !important;
  text-transform: capitalize !important;
  letter-spacing: 0.02em;
  /* border-width: 2px !important; */
  border: 2px solid #0676bc !important;
  border-radius: 10px !important;
  text-align: center;
  width: 80% !important;
}
.gon-team.plus div:last-child {
  margin-top: auto !important;
}
.gon-team.plus a.button:hover {
  background-color: rgba(6, 118, 188, 0.15) !important;
  border-color: #0676bc;
}
.gon-team-title-h1 {
  margin: 70px 0px 50px 0px !important;
}
.gon-team.plus p {
  margin: 30px 0px !important;
}
.gon-team.plus i.fa.fa-info-circle {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  transform: translate(-50%, -50%);
}
.gon-team.plus a:hover .mtt-container {
  /* opacity: 0.5; */
  background-color: #0676bc;
}
.team-member-meta span {
  display: block;
}
.team-member-meta i {
  padding-right: 7px;
}
.gon-team a {
  text-decoration: none;
}
.single-gon_team h1.team-title {
  margin-bottom: 0;
  font-size: 1.75em;
}

@media (max-width: 768px) {
  .gon-team {
    width: 65%;
    margin: 0 auto;
  }
  .team-intro {
    padding: 0 0 1em;
  }
  .gon-team.col-sm-6 > div {
    max-width: 100%;
  }

  .team-contact {
    float: none !important;
  }
  .team-contact img {
    float: left;
    margin-right: 1em;
  }

  .button.mobile {
    display: block !important;
  }
  .button.desktop {
    display: none;
  }
  .team-member p {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .gon-team {
    width: 100%;
  }
  .team-contact img {
    float: none;
  }

  .button.mobile {
    display: block !important;
  }
  .button.desktop {
    display: none;
  }
  .team-member p {
    margin-top: 30px;
  }
}

.member-social {
  display: flex;
}
.member-social a {
  color: #035682;
  font-size: 22px;
}
.member-social > a:not(:first-child) {
  padding-left: 20px !important;
}
.member-social > span:not(:first-child) {
  padding-left: 20px !important;
}
.member-social a:hover {
  color: #0676bc;
}
.title-and-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-and-btn a.button {
  background-color: #fff !important;
  color: #035682 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Catamaran" !important;
  text-transform: capitalize !important;
  letter-spacing: 0.02em;
  border: 2px solid #0676bc;
  /* border-width: 0px !important; */
  border-radius: 10px !important;
  text-align: center;
}
.title-and-btn a.button.desktop:hover {
  background-color: rgba(6, 118, 188, 0.15);
  border-color: #0676bc;
}

.container.team-member {
  margin-top: 50px;
  margin-bottom: 100px;
}

.button.mobile {
  display: none;
  background-color: #fff !important;
  color: #035682 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: "Catamaran" !important;
  text-transform: capitalize !important;
  letter-spacing: 0.02em;
  /* border-width: 0px !important; */
  border: 2px solid #0676bc !important;
  border-radius: 10px !important;
  text-align: center;
  margin-top: 50px;
}

/*ARCHIVE*/
.gon-team.plus {
  position: relative;
  border: 2px solid #035682;
  border-top-right-radius: 10px;
}
.mtt-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(3, 86, 130, 0.75);
  overflow: hidden;
  /* width: 95%;
  margin: auto; */
  height: 85px;
  padding: 0px 20px;
  cursor: pointer;
}

.mtt-container h2,
.mtt-container h4 {
  color: white !important;
}
.mtt-container h2 {
  font-size: 30px;
}

#meet-the-team-archive .row,
.row.meet-the-team-archive {
  display: flex;
  gap: 15px;
}

/*MOBILE*/
@media (max-width: 991px) {
  #meet-the-team-archive .row,
  .row.meet-the-team-archive {
    flex-direction: column;
  }
}

/*TABLET*/
@media only screen and (min-width: 768px) {
  #meet-the-team-archive .row,
  .row.meet-the-team-archive {
    flex-direction: row;
  }
}