.top_banner{
  padding-top: 8px; 
  padding-bottom: 8px;   
}

.top__tier__wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center; 
}

.top_tier__address{
  flex-basis: 85%;   
  color: var(--mainPurple);     
}

.top__tier__social{
  flex-basis: 15%; 
  text-align: right; 
}

.phone__number, .email__address, .physical__address{
  display: inline-block; 
  margin-right: 20px; 
  font-size: 13px;    
}

.topTierSocial.fab.fa-linkedin-in, .topTierSocial.fab.fa-facebook-f, .topTierSocial.fa-brands.fa-instagram{
  padding-left: 15px;   
  color: #732e4a; 
}

.headerLinks{
  color: var(--mainPurple);   
  text-decoration: none;   
}

.fas.fa-phone, .fas.fa-envelope, .fas.fa-map-marker-alt{
  margin-right: 10px;    
  display: inline-block;   
}

/* Main Menu Styles */ 

.main__menu__container{
  padding-top: 10px; 
  padding-bottom: 10px;  
}

.main__menu__wrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center;  
}

.main__menu__logo__area{
  flex-basis: 20%;   
}

.main__menu__items__area{
  flex-basis: 75%;  
  text-align: right;    
}

.desktop__menu{
  padding-left: 0px; 
  list-style-type: none; 
}

.desktop__menu__items{
  display: inline-block;
  padding: 10px 15px; 
  text-transform: uppercase; 
  font-weight: 700;   
  position: relative; 
}

.desktop__menu__links{
  color: var(--mainPurple); 
  text-decoration: none; 
}

.nested_menu{
  position: absolute; 
  top: 35px;
  left: 0px; 
  padding: 15px 15px 0px 15px; 
  width: 180px; 
  text-align: left; 
  background-color: white; 
  display: none; 
}

.nested_menu_items{
  display: block; 
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-weight 400; 
  font-size: 14px;  
}

.nested_menu_links{
  color: var(--mainPurple); 
  text-decoration: none;   
}

.desktop__menu__items:hover .nested_menu{
  display: block;     
}


.menuCallout{
  background-color: #732e4a; 
  border-radius: 35px; 
}

.menuCallout a{
  color: white;   
}

.desktop__logo{
  display: block;   
}

.header__mobile__container{
  display: none;   
}

.mobileMenuExpanded{
  display: none;   
}

.mobileMenuExpanded{
  display: none;   
  padding: 20px; 
}

@media screen and (max-width: 800px){
  
  .mobileMenuExpanded{
    display: block;   
  }  
  
  .desktop__header__container{
    display: none;   
  }
  
  .header__mobile__container{
    display: block;   
  }  

  .top__tier__social{
    text-align: center;    
  }

}

.mobile_Header__Area__container{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
  align-items: center; 
  padding: 20px;
}

.mobile_Header__Area__Logo{
  flex-basis: 50%; 
}
      
.mobile_Header__Area__Bars{
  flex-basis: 50px;   
  text-align: right; 
}

.fas.fa-bars, .fas.fa-times{
  font-size: 25px;     
}

.hiddenExpanded, .hiddenIcon{
  display: none;   
}

.mobile__menu{
  padding-left: 0px; 
  list-style-type: none; 
}

.mobile__menu__items{
  margin-top: 15px; 
  margin-bottom: 15px; 
  display: block; 
}

.mobile__menu__links{
  color: black; 
  text-decoration: none;   
}

.mobile__nested__menu{
  padding-left: 15px; 
  list-style-type: none; 
}

.mobile__nested__menu__items{
  margin-top: 15px; 
  margin-bottom: 15px; 
  display: block; 
  font-size: 15px;    
}

.mobile__nested__links{
  color: black; 
  text-decoration: none; 
}

.hidden_nested_menu{
  display: none;   
}

.MobileArrow{
  display: inline-block; 
  margin-left: 10px; 
  font-size: 17px; 
}









