/* Profile SCSS Document */
.noUserButtons {
  height: auto !important;
}

.referenceSection {
  margin-top: 35px;
}
.referenceSection h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.referenceSection .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
.referenceSection .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
.referenceSection .btn-main:hover {
  background-color: #007c97;
  border-color: #007c97;
}
.referenceSection .subscriberInfo {
  margin-bottom: 30px;
}
.referenceSection .searchButton {
  margin-top: 22px;
}
.referenceSection .contactInfoSection .contactTitleSection h3 {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.referenceSection .contactInfoSection .contactTitleSection .leftTitleSection {
  float: left;
}
.referenceSection .contactInfoSection .contactTitleSection .rightTitleSection {
  float: right;
}
.referenceSection .contactInfoSection .contactTitleSection .rightTitleSection h3 {
  display: inline-block;
}
.referenceSection .contactInfoSection .contactTitleSection .rightTitleSection span {
  font-weight: 600;
}
.referenceSection .contactInfoSection .address-form-group span {
  display: block;
}
