﻿.hero-container {
  height: auto;
  margin-top: 0;
}
.hero-item {
    padding: 110px 0 24px;
    min-height: auto;
}
.hero-item.hero-leadership-item-bg {
  background-color: #191919;
  display: flex;
  align-items: center;
}
.profile-grid-section {
  padding-top: 3rem;
}
.profile-grid-section .profile-grid .profile-full-description {
    font-family: "BBC Reith Sans";
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}


.profile-grid-section .profile-grid .profile_description .button .team-readmore {
    color: #fff;
}
    
.gel--pica {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
}
.profile-grid-section .profile-grid .profile_description svg {
  margin-left: 0.8rem;
  width: 8px;
  height: 6px;
  vertical-align: baseline;
}
.button.button--has-icon svg,
.form-component .copy-section.success a.button--has-icon svg {
  margin-right: 1.6rem;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.profile-grid-section
  .profile-grid
  .profile_description
  .button[aria-expanded="false"]
  > .expanded,
.profile-grid-section
  .profile-grid
  .profile_description
  .button[aria-expanded="true"]
  > .collapsed {
  display: none;
  transition: all 0.6s ease-in;
}

.profile-grid-section
  .profile-grid
  .profile_description
  .full-description.collapse.show
  + .ellipsis-more {
  display: none;
}
.hero-item .large-hero-content {
    width: 80%;
    flex-wrap: wrap;
}
.hero-item .large-hero_headline {
    font-size: 1.75rem;
}


/* common change start */
.our_team {
    background-color: #000;
}
.profile-grid-section .profile-grid .profile-name {
    background: transparent;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: normal;
}
/* common change end */
.profile-grid-section .profile-grid .profile-position {
    font-family: 'BBC Reith Sans';
}

@media (min-width: 600px) {

    .hero-item .large-hero_headline {
        font-size: 3.25em;
        line-height: 1.0769230769em;
        padding-bottom: 0;
    }
    .hero-item {
        padding: 242px 0 50px;
        height: auto;
    }
    .hero-container {
        margin-top: 0;
    }
    .profile-grid-section {
        padding-top: 6.4rem;
    }
        
    }

    @media (min-width: 753px) {
        .hero-item {
            padding: 196px 0 92px;
            height: auto;
        }
    .hero-item .large-hero-content {
        width: 70%;
        flex-wrap: wrap;
    }
    .hero-container {
    margin-top: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 33.333%;
    }
}
@media (min-width: 1008px) {
    .profile-grid-section {
        padding-top: 7.4rem;
    }
    .hero-item .large-hero-content {
        width: 60%;
        flex-wrap: wrap;
    }
    .hero-item .large-hero_headline {
        font-size: 3.75em;
        line-height: 1.1333333333em;
    }
    .hero-container {
        margin-top: 8rem;
    }
    .hero-item {
        padding: 172px 0 92px;
        height: auto;
    }
   
}
@media (min-width: 1280px) {
    .profile-grid-section .profile-grid .profile-position {
        margin: .4rem 0 1rem 0;
    }
    .hero-item .large-hero-content {
        width: 100%;
        flex-wrap: nowrap;
    }
    .hero-item .large-hero_headline {
        font-size: 3.75em;
        line-height: 1.1333333333em;
        padding-bottom: 0;
    }
    .profile-grid-section {
        padding-top: 6.4rem;
    }
    .hero-container {
        margin-top: 8.3rem;
    }
    .hero-item {
        padding: 240px 0 92px;
        height: auto;
    }
    
}