﻿.container-map{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #map {
      height: 44rem;
      width: 100%;
      float: right;
      border-radius: 10px;
  }
  
  .container-map  .appTitle{
      margin-bottom:3rem;
  }
  .mainRegional{
      display: flex;
      align-items: center;
      text-align: start;
      padding-bottom: 1rem;
      font-size: 1.2rem;
      padding: 0 0 1rem;
  }
  .mainRegional .nav-item .nav-link{
      border-radius: 0;
      color:black;
      padding:0 0 1rem;
  }
.mainRegional .nav-item:first-child{
    padding-left:0;
}
.mainRegional .nav-item{
      border-right: 1.5px solid rgb(0 0 0 / 30%);
      padding:.5rem 1rem 0
  }
.mainRegional .nav-item:last-child{
      border:none;
  }
.mainRegional .nav-item .nav-link.active{
    color: rgb(115, 66, 120);
      border-bottom: 3px solid var(--purple);
      font-weight: bold;
}
.mainRegional .nav-item:last-child .nav-link{
    border-left: none;
    border-right: none;
}
  .mainRegional a:hover{
     color: rgb(115, 66, 120);
     border-bottom:3px solid rgb(115, 66, 120);
     font-weight: bold;
   }
  .mainRegional .region-link.active {
      color: rgb(115, 66, 120);
      border-bottom: 3px solid rgb(115, 66, 120);
      font-weight: bold;
  }
  .office-btn {
      display: block;
      width: 100%;
      color: rgb(0, 0, 0);
      border: none;
      margin: 0 0 1rem;
      cursor: pointer;
      border-radius: .5rem;
      text-align: start;
      background-color: white;
  }
  .office-btn:hover {
      background-color: #08016c0f;
  }
  .office-btn:hover .letter{
      background-color: #203a57;
      color: white; 
  }
  .office-btn:hover .letter-w{
      background-color: #203a57;
      color: white; 
  }
  .office-btn.active {background-color:#08016c0f ;}
  .office-btn.active .letter {
      background-color: var(--navy);
      color: white;
  }
  .office-btn.active .letter-w {
      background-color: #203a57;
      color: white;
  }
  .map-class{
      position: relative;
  }
  .map-modal {
      display: none;
      position: absolute;
      background: white;
      width: auto;
      z-index: 1000;
      border-radius: 0.4rem;
      height: fit-content;
      top: 3rem;
      left: 4rem;
  }
   .map-modal .map-modal-content{
       height:100%;
   }
   .map-modal .map-modal-content .modal-body{
    height:100%;
   }
  .map-modal-header {
      background-color: #803980;
      color: white;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      text-align: right;
      padding: 0.6rem;
  }
  .map-modal-close {
      cursor: pointer;
      font-size:1rem;
      font-weight: bold;
      color: white;
      padding-right: 1rem;
  }
  .map-modal-body {
      background-color: white;
      color: #333;
  }
  .body-content h6{ 
      font-size: 1.3rem;
      padding-left: 1rem;
      padding-bottom: 1rem;
      padding-top: 1rem;}
  .body-content p{
      margin:0;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
  }
.body-content p:last-child{
    margin:0;
}
  .letter{
      font-size: 1.6rem;
      border-radius: 0.5rem;
      color: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2rem;
      width: 2rem;
      display: none;
      transition: var(--transition);
  }
  
  
  .text-content h6 {padding-top: 0.5rem;}
  .chevron svg {padding-left: 2rem;}
  .body-content p img {height: 1.1rem;}
  .body-content  .phone1 {padding-left: 0.9rem;}
  .body-content .email1 {padding-left: 0.7rem;}
  .body-content  .location1 {padding-left: 1.1rem;}
  .body-content  .time1 {padding-left: 0.9rem;}
  .top-head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(0, 0, 0, 0.134);
      margin-bottom: 1rem;
  }
  .direction-btn{
      background-color: transparent;
      border: none;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-right: 1.5rem;
  }
  .direction-btn img{
      height: 1.5rem;
  }
  .direction-btn p {
      font-size: 1rem;
      color:#803980 ;
      margin-top:-0.4rem;
      padding: 0;
     
  }
  .body-content button img{
  height: 1.1rem;
}
  .email-btn{
      background-color: transparent;
      border: none;
      padding: 0;
      color: #333;
      margin-bottom: 1rem;
  }
.leaflet-left{
	right:1rem;
	top: auto;
	left: auto;
	bottom: 1rem;
}
.leaflet-touch .leaflet-bar a{
    height: 2.6rem;
    width: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
}
.leaflet-touch .leaflet-bar a:hover{
    background-color:var(--light-purple);
}
.leaflet-touch .leaflet-bar a:first-child{
    border-top-left-radius:2rem;
    border-top-right-radius:2rem;
}
.leaflet-touch .leaflet-bar a:last-child{
    border-bottom-left-radius:2rem;
    border-bottom-right-radius:2rem;
}
.leaflet-control-zoom.leaflet-bar.leaflet-control{
    border:none;
}
.body-content span{
    font-size:1rem;
    padding:0 1rem;
    white-space:nowrap;
}
  @media (max-width:500px){
      .container-map{padding: 1rem;}
      .map-modal {
          top: 10%;
          left: 22%;
          width: 15rem;
          height: 45%;
      }
   
      .body-content span{font-size: 0.7rem;}
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 0.5rem;
          padding-top: 0.5rem;
      font-size: 1rem;}
      #map{margin-top: 2rem;}
  
      .chevron svg {height: 2rem;}
      .direction-btn p {
          font-size: 0.7rem;
          color:#803980 ;
          margin-top:0rem;
          padding: 0;
         
      }
  
  }
  @media (min-width:500px){
     
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 0.5rem;
          padding-top: 0.5rem;
      font-size: 1.2rem;}
          #map{margin-top: 2rem;}
      .chevron svg {height: 2rem;}
      .direction-btn p {
          font-size: 0.7rem;
          color:#803980 ;
          margin-top:0rem;
          padding: 0;
      }
  }
  
  @media (min-width:650px){
     
      .body-content span{font-size: 0.9rem;}
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 0.5rem;
          padding-top: 0.5rem;}
  }
  
  @media (min-width:768px){
  
      .letter{
      font-size: 2.5rem;
      height: 4.4rem;
      width: 4.4rem;
  }
      .container-map{padding-top: 3rem;padding-bottom: 3rem;}
      #map{margin-top: 0;}
    
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 0.5rem;
          padding-top: 0.5rem;}
      .chevron svg {height: 2.3rem; padding-left: 2rem;}
  }
  @media (min-width:992px){
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 1rem;
          padding-top: 1rem;
      font-size: 1.5rem;}
      
  }
  
  @media (min-width:1200px){
      .body-content h6{ 
          padding-left: 1rem;
          padding-bottom: 0rem;
          padding-top: 0rem;}
     
  }
  @media (min-width:1400px){
     
      .body-content span{font-size: 1rem;}
  }

  