/* FOOTER */
#footer {
  padding-top: 25px;
  float: left;
  width: 100%;
  background-color: #4D4D4D;
  color: #EDEDED;
  font-size: 95%;
  padding-bottom: 30px;
}

#footer h5 {
  text-transform: capitalize;
}
#footer a {
  color: #EDEDED;
}

#copyright a {
	color: #c0c0c0;
}
#copyright, #copyright .container {
  color: #c0c0c0;
  background-color: #1b1b1b !important;
  font-size: .8em;
}
#copyright .container div {
  padding-top: .5em;
  padding-bottom: .5em;
}
#referral_program_icon {
  padding-left: 10px;
  padding-right: 10px;
}
#referral_program, #referral_program .container {
  color: #fff;
  background-color: #5ea7b8 !important;
  font-size: 1.1em;
  text-align: center;
}
#referral_program .container div {
  padding-top: .5em;
  padding-bottom: .5em;
}

.pardotWebForm_1_modal {
  height: 725px;
}
.posts-list {
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.post-item {
  margin-bottom: 1em;
  display: block;
  float: left;
  width: 100%;
}
.post-item:last-child {
  margin-bottom: 0em;
}
.post-block {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px) {
  .post-date-page{
  margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .post-date-page {
  margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .post-date-page{
  margin-left: -60px;
  }
}
@media (min-width: 1366px) {
  .post-date-page{
  margin-left: -60px;
  }
}
.post-date {
  width: 50px;
  float: left;
  text-align: center;
}
.post-title {
  margin-left: 60px;
  font-size: 1.1em;
}
.post-date-day {
  padding: 2px;
  color: #5ea7b8;
  background-color: #fff;
  border: 1px #f1f1f1 solid;
  border-radius: 5px 5px 0px 0px;
  font-size: 20px;
  text-transform: uppercase;
}
.post-title-footer {
  font-size: .9em;
}
.footer-links a:hover {
  color: #E98300 !important;
  text-decoration: none;
}
.post-date-month {
  padding: 2px;
  color: #fff;
  background-color: #5ea7b8;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 0px 0px 5px 5px;
}


.footer-icon {
  background-position: left top;
  background-repeat: no-repeat;
}
.footer-icon-mail {
  background-image: url(../brand/icons/footer-mail.png);
  padding-top: 8px;
}
.footer-icon-map {
  background-image: url(../brand/icons/footer-map.png);
}
.footer-icon-phone {
  background-image: url(../brand/icons/footer-phone.png);
  padding-top: 8px;
}
.footer-icon-arrow {
  background-image: url(../brand/icons/footer-arrow.png);
  background-position: left center;
  padding-left: 20px !important;
  min-height: 20px !important;
}

.contact-item {
  margin-bottom: 20px;
}
.contact-block {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.contact-icon {
  width: 50px;
  float: left;
  text-align: center;
  color: #5ea7b8;
  font-size: 30px;
}
.contact-text {
  margin-left: 0px;
  padding-left: 45px;
  font-size: .9em;
  min-height: 35px;
}