/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner {
  background-color: #343131;
  position: relative;
  padding: 140px 0 80px 0; }
  @media (min-width: 769px) {
    .banner {
      padding: 140px 0 120px 0; } }
  @media (min-width: 1025px) {
    .banner {
      max-height: 540px; } }
  @media (min-width: 1141px) {
    .banner {
      padding: 160px 0 140px 0; } }
  @media (min-width: 1337px) {
    .banner {
      padding: 220px 0 180px 0; } }
  .banner .content {
    z-index: 9; }
    .banner .content h1 {
      color: white;
      margin-bottom: 1rem; }
    .banner .content .h3 {
      color: #eeeff0; }
  .banner .img-area {
    display: none;
    overflow: hidden; }
    @media (min-width: 769px) {
      .banner .img-area {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 33%;
        top: 0; } }
    .banner .img-area .banner-img {
      height: 100% !important;
      width: 100% !important;
      max-height: 100% !important;
      max-width: 100% !important;
      object-fit: contain;
      object-position: right bottom; }
  .banner #breadcrumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(38, 37, 37, 0.34); }
    .banner #breadcrumb p {
      margin: 0 !important;
      padding: 10px 0 10px 0;
      color: #7b7c80;
      font-size: 14px;
      font-family: "Formata-Regular";
      font-weight: 400; }
      .banner #breadcrumb p a {
        color: #7b7c80; }
        .banner #breadcrumb p a:hover {
          color: #ffc729; }
      .banner #breadcrumb p .separator {
        margin: 0 5px;
        color: #ffc729; }

.team .team-members .team-card {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .team .team-members .team-card .team-img {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    overflow: hidden;
    background-color: #eeeff0;
    height: 375px !important; }
    @media (min-width: 641px) {
      .team .team-members .team-card .team-img {
        height: 350px !important; } }
    @media (min-width: 1337px) {
      .team .team-members .team-card .team-img {
        height: 435px !important; } }
    .team .team-members .team-card .team-img .img {
      object-fit: cover;
      object-position: top;
      width: 100% !important;
      max-width: 100% !important;
      height: 375px !important;
      max-height: 375px !important; }
      @media (min-width: 641px) {
        .team .team-members .team-card .team-img .img {
          height: 350px !important;
          max-height: 350px !important; } }
      @media (min-width: 1337px) {
        .team .team-members .team-card .team-img .img {
          height: 435px !important;
          max-height: 435px !important; } }
  .team .team-members .team-card .team-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: white;
    border: 4px solid #eeeff0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 3rem 2rem 2rem 2rem; }
    .team .team-members .team-card .team-content .title {
      border-left: 2px solid #ffc729;
      padding-left: 1rem;
      margin-bottom: 1.5rem; }
      .team .team-members .team-card .team-content .title h3 {
        margin-bottom: 5px;
        color: #ffc729; }
      .team .team-members .team-card .team-content .title p {
        color: #111111;
        font-size: 20px; }
    .team .team-members .team-card .team-content .phones a {
      color: #7b7c80;
      line-height: 1;
      margin-bottom: 8px;
      display: inline-block; }
    .team .team-members .team-card .team-content .email a {
      display: inline-block;
      color: #ffc729;
      line-height: 1;
      margin-bottom: 8px; }
