﻿/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .desktop--hero-banner {
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
        padding-top: 44%;
        width: 100%;
    }

}
@media only screen and (min-width: 768px) {
    .desktop--hero-banner {
        padding-top: 36%;
    }
}
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .testimonials-container {
    background: #FAFAFA;
    padding: 1px 0; 
  }

  .testimonials-container .portrait {
    margin: 0 0 15px 0;
    width: 100px; 
  }
  
  .testimonials-container .quote {
    margin-bottom: 10px; 
  }
  
  .testimonials-container .member {
    color: #007078;
    font-weight: 500;
    text-transform: uppercase; 
  }

  .equal-opportunity-container {
    margin: 30px 25px; 
  }
    
  .equal-opportunity-container h3 {
      font-size: 12px;
      line-height: 14px;
      text-decoration: underline; 
  }
    
  .equal-opportunity-container p {
      font-size: 12px;
      line-height: 14px; 
  }

  .join-team-link {
    margin-bottom: 24px; 
  }

  a.grn-link.join-team {
    display: table;
    margin: 20px 0 35px 0; 
  }
  
  .portrait {
    display: initial !important;
  }

    
  .desktop-mt {
     margin-top: 25px;
     padding-top: 0;
  }
  
  .desktop-mb {
     margin-bottom: 20px;
  }
  
  .subtitle {  
    font-size: 15px;
    color: #007078;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
  }
  
  .flex-item {
      width: 100%;
  }
  
  .flex {
      flex-direction: column;
  }
  
  .gray-container {
      padding: 15px 25px;
      background-color: #FAFAFA;
  }
    
  .pt-0 {
      padding-top: 0;
  }
    
  padding-desktop {
      padding: 25px;
  }
 
  .who-we-are-list {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px;
  }

  .head-office--desktop-only {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .desktop--who-we-are-subtitle {
    border-bottom: 1px solid #F2F2F2;
    color: #007078;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 23px;
    padding-bottom: 20px;
    text-transform: uppercase; 
  }

  .testimonials-container {
    background: #FAFAFA;
    display: flex !important;
    margin-bottom: 60px;
    margin-top: 55px;
  }
    
  .testimonials-container .portrait {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 120px;
      width: 100%; 
  }
    
  .testimonials-container .quote {
      font-size: 16px;
  }
    
  .testimonials-container .member {
      color: #007078;
      font-size: 16px;
      font-weight: 500; 
  }

  .equal-opportunity-container {
    margin: 80px 0 20px 0; 
  }
    
  .equal-opportunity-container h3 {
      font-size: 12px;
      line-height: 14px;
      margin: 0;
      text-decoration: underline; 
  }
    
  .equal-opportunity-container p {
      font-size: 12px;
      line-height: 14px; 
  }

  .join-team-link {
    margin-bottom: 5px; 
  }

  .read-more-testimonials {
    float: right; 
  }

  .equal-opportunity-container {
    margin: 50px 0 80px 0; 
    padding: 0px 45px;
  }

  .join-team {
    margin: 63px 0 56px 0; 
  } 
}

@media only screen and (min-width: 992px) {
  .testimonials-container .portrait {
    margin-bottom: 0; 
  }
  
  .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
   
  .subtitle {
    font-size: 20px;
  }
  
  .gray-container {
    padding: 15px 45px;
  }
   
  .bold-subtitle {
    font-weight: 600;
  }
  
  .p-0 {
    padding: 0;
  }
    
  .mt-0 {
    margin-top: 0;
  }
  
  .flex-item {
     width: 48%;
  }
   
  .mb-20 {
     margin-bottom: 20px;
  }
  
  .desktop-mt {
    margin-top: 45px;
  }

  .desktop-mb {
    margin-bottom: 45px;
  }
  
  .pt-0 {
    padding-top: 25px;
  }

  padding-desktop {
    padding: 25px;
  }

  .head-office--mobile-only {
    display: none;
    visibility: hidden;
  }

  .head-office--desktop-only {
    display: block;
    visibility: visible;
  }
}

@media only screen and (min-width: 1200px) {
}




/*# sourceMappingURL=head-office.css.map */

