a:hover{text-decoration:unset !important}
.ash-bg{
background: #E1E0E2;
}
.team-detail-view .name-title h3{
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
      margin-bottom: 3px;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
}
.mixitup-control-active{
background: #263759 !important;
  color:#fff !important;
}
.team-card{
  box-shadow: 0 16px 32px rgb(0 0 0 / 5%), 0 8px 16px rgb(0 0 0 / 5%);
  background:#fff;
}
.card-img .team-card__img{
  border-radius:50%;
  object-fit: cover !important;
  object-position: top !important;
}
}
.teams-lists .col{
 flex-direction: inherit !important;
}
.teams-lists .team-card__icon{
box-shadow: 0px 3px 12px #e7e6e6;
}
.back-to-team {
    padding: 80px 0 20px;
}
.filter-section{
}
.back-to-team a{
 font-family: Montserrat,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
    color: #263759 !important;
}
.team-detail-view .team-bio{
  padding-left: 30px;}
.team-card:hover{
box-shadow: 0 32px 64px rgb(0 0 0 / 5%), 0 16px 32px rgb(0 0 0 / 5%) !important;
transform: scale(1.02) !important;
text-decoration:none !important;
}
.team-card:hover .card-name, .team-card:hover .card-title{
  text-decoration:none !important;}
.card-body{
  text-align: center;
}
.card-name{
  margin-top:15px;
font-weight: 600 !important;
font-family: Montserrat,sans-serif;
font-size: 1rem;
color: #000;
  text-transform:uppercase;
}
.card-title{
font-size: .89rem;
color: #000;
font-family: Montserrat,sans-serif;
padding-bottom: 5px;
}
.team-card {
    border-radius: 0;
    margin-bottom: 24px;
    padding: 30px 30px 40px;
    position: relative;
    text-align: center;
    transition: .2s ease-in-out;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.am-teamdetails{
padding:0px;
overflow: hidden;
}
.team-detail-banner{
  background:#263759;
  padding:80px 20px;
}
.team-detail-banner h2, .team-detail-banner h3 , .team-detail-banner p {
color:#fff !important;
}
.am-teamdetails>.row-fluid {margin: 0 auto;
max-width: unset !important;
}
.bio-details{
padding: 0 35px 60px;
  background:#fff !important;
  max-width:1300px !important;
  margin:auto;
}
.team-detail-banner .name-title h1{
font-size: 3rem;
    line-height: 1.14;
    font-weight: 400 !important;
    font-family: Montserrat,sans-serif;
    text-transform: uppercase;
  color:#fff !important;
   margin-bottom: 0px !important;
}
.team-detail-banner .name-title p{
      font-size: 24px;
    margin-bottom: 15px;
}
.sec_divider{
background: #c17a49;
    border-radius: 0;
    display: inline-block;
    height: 4px;
    max-width: 100%;
    vertical-align: top;
    width: 80px;
 
}
.location p{
font-size: 18px;
    text-transform: uppercase;
}

.controls {
    margin-bottom: 20px;
}
.controls button{
background: #fff;
 color: #000;
  font-size: .83rem;
    padding: 0.45rem 0.68rem;
      padding: 0.45rem 0.68rem;
    font-family: Montserrat,sans-serif;
    border: none;
    margin-right: 10px;
}
.controls{
     background: #c17a49;
    padding: 25px;
}
@media only screen and (max-width: 767px) {
.controls button{margin-bottom: 5px;}
.controls {
padding: 25px 10px;
}
.controls .cs-select{
z-index: 1;
width: 50%;
}
.team-detail-view .team-bio {
    padding-left: 0px;
}
.team-detail-banner .name-title h1 {
    font-size: 2rem;
}
.team-detail-banner .name-title p {
    font-size: 20px;
} 
.team-card__icons a{
margin-right: 10px;
}
}
/* selectbox style */
 div.cs-select {
    position: relative;
    z-index: 100;
    display: inline-block;
   width: 17%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
  }
  
  div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
  }
  
  .cs-select select {
    display: none;
  }
  
  .cs-select span {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* Placeholder and selected option */
  
  .cs-select > span {
    padding-right: 3em;
    font-size: 20px;
  }
  
  .cs-select > span::after,
  .cs-select .cs-selected span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .cs-select > span::after {
    right: 0.6em;
    font-size:20px;
    content: '\25BE';
  }
  
  .cs-select .cs-selected span::after {
    margin-left: 1em;
    content: '\2713';
  }
  
  .cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  
  div.cs-active {
    z-index: 200;
  }
  /* Options */
  
  .cs-select .cs-options {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    background: #fff;
  }
  
  .cs-select.cs-active .cs-options {
    visibility: visible;
  }
  
  .cs-select ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .cs-select ul span {
    padding: 5px 10px;
    font-size: 14px;
  }
  
  .cs-select ul li.cs-focus span {
    background-color: #ddd;
  }
  /* Optgroup and optgroup label */
  
  .cs-select li.cs-optgroup ul {
    padding-left: 1em;
  }
  
  .cs-select li.cs-optgroup > span {
    cursor: default;
  }
  
  div.cs-skin-elastic {
       background: transparent;
    color: #000000;
    font-size: 1.5em;
    font-weight: 400;
    margin-right: 15px;
    float: left;
  }
  
  @media screen and (max-width: 30em) {
    div.cs-skin-elastic {
      font-size: 1em;
    }
  }
  
  .cs-skin-elastic > span {
     font-family: Montserrat,sans-serif;
       font-size: .83rem;
    padding: 0.35rem 0.68rem;
    background-color: #fff;
  }
  
  .cs-skin-elastic .cs-options {
    visibility: visible;
    overflow: visible;
    padding-bottom: 1.25em;
    pointer-events: none;
    opacity: 1;
    background: transparent;
  }
  
  .cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
  }
  
  .cs-skin-elastic .cs-options > ul::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    background: #fff;
  }
  
  .cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation: expand .6s ease-out;
    animation: expand .6s ease-out;
  }
  
  .cs-skin-elastic .cs-options ul li {
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, transform .15s;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  
  .cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 1;
  }
  
  .cs-skin-elastic .cs-options span {
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 2em auto;
  }
  
  .cs-skin-elastic .cs-options span:hover,
  .cs-skin-elastic .cs-options li.cs-focus span,
  .cs-skin-elastic .cs-options .cs-selected span {
    color: #1e4c4a;
  }
  
  .cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
  }
  

.inner-detail-banner{
  max-width:1300px;
  margin:0 auto;
}

img.team-detail-headshot{
    width: 400px !important;
    height: 400px !important;
    object-fit: cover !important;
  object-position:top !important;
}

.team-detail-social{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}