.southwell-providers-location p{
margin:0px;
}

.southwell-providers-specialty p{
  font-size:.9rem;
}

.southwell-provider-featured-caption{
  width:100%;
}
.southwell-provider-featured-caption h3{
  font-size:1.0rem !important;
  margin:0px !important;
}
.southwell-provider-featured-caption hr{
  width:100%;
  margin-bottom:8px;
}
.southwell-caption.social{
  width: 100%;
    margin: 10px auto 0px;
    max-width: 220px;
    display: flex;
    justify-content: space-around;
}
.southwell-caption.social .sharetext{
font-size: .9rem;
}
.southwell-caption.social a{
  color: #1B365D;
}

.southwell-providers-location{
  display:flex;
  flex-direction:column;
padding:20px;
border: 1px solid #1B365D;
}
.southwell-providers-location .location-number{
    padding: 2px 12px;
    background-color: #1B365D;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    /* display: table; */
    margin-right: 10px;
    height: 32px;
    font-weight: bold;
} 
.southwell-providers-location .address-wrapper{
  display:table;
  float:left;
  max-width:90%;
}
.southwell-providers-location .address.name{
font-weight:600;
}
.southwell-providers-location p.address.phone, .southwell-providers-location p.address.directions{
 margin-bottom:8px; 
}
.southwell-location-wrapper .address.directions a{
color:#1B365D;
}
.southwell-location-wrapper{
  display:flex;
}
.southwell-hr{
  margin:15px !important;
}
.southwell-provider-education h4, .southwell-provider-certifications h4, .southwell-provider-residency h4{
  font-size: 1.1rem !important;
  margin: 20px 0px 0px;
}
.southwell-provider-education hr, .southwell-provider-certifications hr, .southwell-provider-residency hr{
  height:2px;
  background-color: #1B365D !important;
}
.southwell-education-text, .southwell-certification-text, .southwell-residency-text{
  font-size:1.1rem;
}
.southwell-providers-search-wrapper{
  display:flex;
  flex-direction: row;
  width:100%;
}
.southwell-providers-search-wrapper form{
width:100%;
}
.southwell-providers-search-wrapper label{
font-size:22px;
}
.southwell-providers-search-wrapper input[type="submit"]{
background-color:#1B365D;
border:none;
}
.southwell-providers-search-wrapper select{
    width: 50%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.letters-wrapper{
  display:flex;
}
.letters-wrapper .titleLetter{
  margin:10px;
}

.archive-post-wrapper{
  display: flex;
    width: 100%;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.archive-post-wrapper .archive-post{
  display: table;
  margin: 3px 6px;
  
}
.archive-post-wrapper .archive-post a{
  padding: 8px 1rem;
  background-color: #1B365D;
  /* flex-wrap: wrap; */
  white-space: nowrap;
  /* margin: 10px; */
  width: 100%;
  border-radius: 6px;
  color:white;
  display:block;
}
.archive-post-wrapper .archive-post a:hover{
color:unset;
}
.archive-post-wrapper .archive-post a.selected{
  background-color:#666;
  color:white;
}