
.card-body .contact-info {
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

.card-body .contact-info:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.no-sort {
  pointer-events: none;
}

.no-sort:after {
  content: none !important;
}


 /* DESKTOP */
 @media (min-width: 992px) {
    #header {
       background-image: url('/base/images/backgrounds/sed-lg.jpg');
       background-position: bottom center;
 			 min-height: 250px;
    }
 }

 /* TABLET */
 @media (max-width: 991px) and (min-width: 768px) {
    #header {
       background-image: url('/base/images/backgrounds/sed-md.jpg');
       background-position: bottom center;
		 		min-height: 130px;
    }
 }

 /* ALL PHONE VIEWS */
 @media (max-width: 767px) {
    #header {
       background-image: url('/base/images/backgrounds/sed-sm.jpg');
       background-position: bottom center;
    }
 }

 /* ALL PHONE VIEWS */
 @media (min-width: 767px) {
	 .btn-md-inline-block {
	     display: inline-block !important;
	     width: auto;
	 }
 }

 @media (min-width: 576px) {
	 .card-body .contact-info {
		 border-bottom: 1px dashed #bbbec1;
	 }

	 .card-body .contact-info:last-child {
		 border-bottom: none;
	 }
 }
