/*-----------------------------------------------------------------------------------------/
/	Location region                                                          
/-----------------------------------------------------------------------------------------*/   
  .region_type_location .wrapper {
    padding: 1.715rem;
  }    
  
  .region_type_location .wrapper .block >*:first-child {
    margin-top: 0;
  }
  
  .region_type_location .wrapper .block >*:last-child {
    margin-bottom: 0;
  }
  
  .region_type_location .wrapper .block {
    padding: 1.715rem;
    text-align: left;
    vertical-align: top;
  }
  
  .region_type_location .wrapper .block h2 {
    color: #383838;
  }   
  
  .region_type_location .wrapper .block h2:after {
    display: block;
    content: "";
    border-bottom: 5px solid #96C13D;
    padding-top: 1.715rem;
  }
  
  /*-----------------------------------------------------------------------------------------/
  /	Big screen location region                                                          
  /-----------------------------------------------------------------------------------------*/  
    @media only screen
    and (min-width : 600px) {
      
      .region_type_location .wrapper {
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;  
      }
      
      .region_type_location .wrapper2 {
        display: table;
        width: 100%;
      }      
      
      .region_type_location .wrapper2 .block {
        display: table-cell;
        width: 33%;
      }
      
      .region_type_location .wrapper2 .block h2:after {
        width: 75%;
      }
      
    }
  /*-----------------------------------------------------------------------------------------/
  /	End big screen location region                                                          
  /-----------------------------------------------------------------------------------------*/  
/*-----------------------------------------------------------------------------------------/
/	End location region                                                          
/-----------------------------------------------------------------------------------------*/