body.page-node-28475 {

  .contact-container {
    padding: 2rem;
    margin: auto;
    max-width: 1290px;
  }
  
  .contact_heading {
    /*text-align: justify;*/
    font-size: 27px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0px;
    color: #012a41;
    opacity: 1;
    margin-bottom: 3rem;

    max-width: 1290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .team_section {
    margin-bottom: 4rem;
  }
  .team_heading {
    display: flex;
    padding-left: 5.5rem;
    margin-bottom: 2rem;
  }
  .team-member {
    padding: 20px;
    padding-left: 5.5rem;
  }
  .member_detail {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Karla", sans-serif;
    letter-spacing: 0px;
    color: #012a41;
    opacity: 1;
  }
  .member_name {
    border-bottom: 1.5px solid #707070;
  }
  .member_position {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: "Karla", sans-serif;
    letter-spacing: 0px;
    color: #012a41;
    opacity: 1;
  }
  .email_container {
    margin-bottom: 0;
  }
  .member_phone {
    font-size: 16px;
    line-height: 24px;
    font-family: "Karla", sans-serif;
    letter-spacing: 0px;
    color: #9c6e02;
    opacity: 1;
  }
  .team-member img {
    width: 195px;
    height: 195px;
    margin-bottom: 10px;
  }
  
  .nav-bar {
    max-width: 1290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-bar ul {
  display: flex;
  flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: flex-start;
    border-bottom: 2px solid #707070;
  padding-left: 0;
    list-style-type: none;
    margin-bottom: 20px;
  }
  
  .nav-bar li {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    opacity: 1;
    max-width: 17rem;
    margin-right: 2rem;
  }
  
  .nav-bar a {
    text-decoration: none;
    color: #707070;
    font-weight: bold;
    font-family: "Frank Ruhl Libre" !important;
  }
  .nav-bar a.active {
    color: #012a41;
    font-weight: bold;
  }
  
  /*location styling*/
  
  .location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  
  .location {
    padding-left: 5.5rem;
  }
  
  .location_name {
    font-weight: bold;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    letter-spacing: 0px;
    color: #012a41;
    border-bottom: 1.5px solid #707070;
    padding-bottom: 0.8rem;
    width: 15rem;
  }
  
  .location_address {
    font-size: 16px;
    color: #012a41;
    font-weight: 500;
    font-family: "Karla", sans-serif;
  }
  
  /*disclosure styling*/
  .disclosure-container {
    /* width: 100vw; */
    /* margin-left: -3rem; */
    background: #f7f7f7;
    /* position: relative; */
    top: 2rem;
    padding: 48px 27px 32px 27px;
  }
  .disclosure-section {
    margin:auto;
    max-width: 1070px;
    font-family: "Karla", sans-serif;
    color: #012a41;
  }
  
  .disclosure-section h2 {
    font-weight: bold;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    margin-bottom: 15px;
    color: #dc4200;
  }
  
  .disclosure-heading {
    font-weight: 600;
    font-size: 12px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #012a41;
    margin-bottom: 1.5rem;
  }
  
  .disclosure-heading-underline {
    font-weight: 600;
    font-size: 12px;
    font-family: "Karla", sans-serif;
    margin-bottom: 10px;
    color: #012a41;
    border-bottom: 1px solid #012a41;
    width: fit-content;
    margin-bottom: 1.5rem;
  }
  
  .disclosure-section p {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 10px;
    /*text-align: justify;*/
    margin-bottom: 1.5rem;
  }
  
  @media (max-width: 670px) {
    .contact_heading {
      /*margin: 0 2.5rem;*/
    }
    .nav-bar {
      margin:3rem 2rem;
    }
  
    .nav-bar li {
      font-size: 14px;
    }
    .team_heading {
      padding-left: 0;
    }
    .team-member {
      padding-left: 0;
    }
    .location {
      padding-left: 0;
    }
    .location-grid {
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
    .disclosure-section {
      /*margin: 0 3.5rem;*/
    }
  }
  
  
  @media (max-width: 1024px) {
      .team-grid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
  }
  
  @media (max-width: 960px) {
      .nav-bar ul {
          padding-right: 0rem;
          display: flex;
        }
  }
  
  @media (min-width: 768px) {
    .tap-section-wrapper .container {
        display: none;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) {
  
    .tap-section-wrapper {
      margin-top: 1rem;
    }
    .nav-bar {
      display: none;
    }
    .navbar-header {
        /* margin-top: -40px; */
        background-color: #9C6E02;
        display: flex;
        justify-content: space-between;
        padding: 10px 25px;
        margin-left: -25px;
        margin-right: -25px;
        color: #fff;
    }
  
    .navbar-header .label {
      font-weight: bold;
    }
    .navbar-header button.navbar-toggle {
      border: 0;
      background: none;
      color: #fff;
      line-height: 1;
      font-size: 1.25rem;
    }
  
    .navbar-header button.navbar-toggle {
       outline: none; 
    }
    .tap-section-wrapper .nav-tabs{
      flex-direction: column;
      
    }
  
    .tap-section-wrapper .nav-tabs.mb-3{
      border-bottom: 1px solid #707070;
    }
    .tap-section-wrapper .nav-tabs{
      flex-direction: column;
    }
  
    .tap-section-wrapper .nav-tabs li a {
      font-family: 'Frank Ruhl Libre', sans-serif;
      letter-spacing: -0.12px;
      font-weight: bold;
      padding-left: 8px;
      padding-right: 8px;
      border: 0;
      color: #707070;
    }
  
    .navbar-collapse.collapse:not(.show){
      display: none;
    }
  
    .disclosure-container {
      padding-bottom: 2rem;
    }
  }
  
  
  @media only screen and (min-width: 600px) and (max-width: 767px) {
      .team-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
  }
}
