.sidebarContact .subtitle {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.sidebarContact h1 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 25px;
}
.sidebarContact .info p {
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
.sidebarContact .info p b,
.sidebarContact .info p strong,
.sidebarContact .info p .bold,
.sidebarContact .info p.bold {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}
.sidebarContact .info p.label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.sidebarContact .info p a {
  color: #404041;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebarContact .info p a:hover {
  color: #1b7da8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*# sourceMappingURL=contact_info_block.css.map */