/* SCSS Document */
.otherAddressesSection {
  margin-top: 60px;
}
.otherAddressesSection .otherAddressContent {
  margin-bottom: 30px;
}
.otherAddressesSection .otherAddressContent h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.otherAddressesSection .otherAddressContent h6 {
  margin-top: 0;
}
.otherAddressesSection .otherAddressContent .btn {
  height: 36px;
  line-height: 0;
  padding: 0px 10px 6px 10px;
}
.otherAddressesSection .otherAddressContent .btn-main {
  border: 4px solid #00a6ca;
  background-color: #fff;
}
.otherAddressesSection .otherAddressContent .btn-main:hover {
  background-color: #007c97;
  border-color: #007c97;
}
.otherAddressesSection .otherAddressContent .consumerResetButton, .otherAddressesSection .otherAddressContent .thirdPartyclearButton {
  float: right;
  margin-top: -40px;
}
.otherAddressesSection .otherAddressContent .creditReportclearButton {
  text-align: right;
}
.otherAddressesSection .reportsAndResellerSec {
  margin-bottom: 0;
}
