img.responsive {
  max-width : 100%;
  height : auto;
}

/*Intro Blog Remove Top Border*/
.boxed .blog-item {
box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08);
  margin-bottom: 20px;
  margin-top: 20px;
}

/*Hide*/
.hide {display: none;}

/*Paragraph Spacing*/
body p {
margin: 0;
padding: 0;}


/*Table Align Top or middle*/
table td {vertical-align:top;}

/*AZ Directory*/
@media screen and (min-width: 800px){
    .modazdirectory__result{
        width: 32.5%;}
}

.modazdirectory__result{
  background: #fff;}

/*Horizontal Lines*/
 .hrcontacts {
        border: 0;
        height: 4px;
        background: #385DAB;
        background-image: linear-gradient(to right, #7f8182, #095484, #7f8182);
      }

/*Contact Module H3 Override*/
.contacts h3 {
font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.modazdirectory__field-address {
  text-align: left;
}

/*Remove bullet from pagination*/
ul.tck-pagination {
list-style: none;
}