.copy-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.title-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: bold;
}

.display-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: normal;
}

.display-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-element {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #4A4A4A;
  margin: 0px;
  padding-left: 5px;
}

.background-color-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .background-color-overlay {
    padding: 0 25px;
    height: 100%;
  }
}
.background-color-overlay {
  background-color: #5986DC;
  opacity: 0.95;
  z-index: -2;
}

.background-image-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .background-image-overlay {
    padding: 0 25px;
    height: 100%;
  }
}
.background-image-overlay {
  background-image: url("/stylesheets/images/pattern_name.svg");
  opacity: 0.07;
  z-index: -2;
}

.cover-background-gradient {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .cover-background-gradient {
    padding: 0 25px;
    height: 100%;
  }
}
.cover-background-gradient {
  background-image: linear-gradient(to left, rgba(95, 138, 220, 0), #5f8adc);
  z-index: -1;
}
@media (min-width: 0) and (max-width: 599px) {
  .cover-background-gradient {
    background-image: linear-gradient(to bottom, rgba(95, 138, 220, 0), #5f8adc);
  }
}

.button {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  background-color: #5986DC;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 1023px) {
  .button {
    float: none;
  }
}

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
}

.inner-div {
  padding-left: 70px;
  padding-right: 70px;
}

.inner-wrapper {
  padding: 0;
}

.result-card {
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.whole-card h2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: black;
  padding: 5 0px;
  margin: 0px;
}
.whole-card h2.card-title {
  color: #545f69;
}
.whole-card h3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: black;
  padding: 5px 0px;
  margin: 0px;
}
.whole-card .city {
  padding-bottom: 15px;
}

.states-container {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.cities-container {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

ul {
  padding: 0px;
}
ul li {
  list-style-type: none;
  padding: 0px;
}
ul li a {
  text-decoration: none;
  color: #4A4A4A;
}
ul li a:hover {
  text-decoration: underline;
}
ul li a:active {
  font-weight: bold;
}

.results-bar {
  opacity: 0.95;
  background-color: #5986DC;
  transition: 0.01s;
  width: 100%;
  height: 245px;
  vertical-align: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.results-bar h1 {
  margin: 0px;
}
.results-bar p {
  padding-top: 20px;
  text-align: center;
  margin: 0;
}
@media (min-width: 0) and (max-width: 599px) {
  .results-bar {
    height: 155px;
  }
}

.center-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 0) and (max-width: 599px) {
  .center-text h1 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: normal;
  }
  .center-text p {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2px;
    font-weight: normal;
  }
}

@media (min-width: 0) and (max-width: 839px) {
  .inner-div {
    padding: 0;
    margin: 0;
  }
}

.image-block {
  display: none;
}
@media (min-width: 840px) {
  .image-block {
    display: block;
  }
}
.image-block p {
  display: inline;
  padding-left: 10px;
}

.image-block-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 840px) {
  .image-block-mobile {
    display: none;
  }
}
.image-block-mobile p {
  display: inline;
  padding-left: 10px;
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 840px) {
  .breadcrumbs {
    margin-bottom: 10px;
    padding: 0;
  }
}

.card-info {
  padding: 0;
}
.card-info a {
  text-decoration: none;
  padding: 0;
}

.card {
  padding-right: 25px;
  word-wrap: break-word;
}

.buttons-area {
  margin: 15px 0px;
  align-self: center;
  padding: 0;
}

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.section {
  margin: 30px 0px;
}

.image_check {
  padding-top: 15px;
  padding-right: 5px;
}

.preview2-whole {
  display: inline-flex;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.phone_service-name {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #758693;
  margin-top: 20px;
  margin-bottom: 10px;
}

.phone_number-element {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.hero-section {
  position: relative;
  opacity: 0.95;
  z-index: 3;
  background-color: #5986DC;
  background-size: cover;
  height: 245px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0) and (max-width: 599px) {
  .hero-section {
    height: 155px;
  }
}

.person-info {
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.results-box {
  text-align: center;
  background-color: white;
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.results-content {
  padding: 50px 0;
  margin: 0 70px;
}
.results-content h1 {
  padding-bottom: 20px;
  color: black;
  margin: 0px;
}
.results-content h2 {
  color: black;
  margin: 0px;
}
@media (min-width: 0) and (max-width: 599px) {
  .results-content {
    margin: 0 10px;
    padding: 30px 0;
  }
  .results-content h2 {
    padding-bottom: 10px;
  }
}

.inner-div {
  /*mobile version*/
  z-index: 5;
  padding: 0;
  position: relative;
}
@media (min-width: 600px) {
  .inner-div {
    padding: 0 70px;
    margin: 0;
  }
}
.inner-div .container-div {
  max-width: 1010px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 600px) {
  .inner-div .container-div {
    padding: 0;
  }
}

.section_know_more p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.section_know_more {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #4A4A4A;
}

.full_info p {
  margin: 0px;
  padding-bottom: 10px;
}
.full_info {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.sponsored-by-Spokeo {
  padding: 0px;
  margin: 0px;
  color: #758693;
  display: inline;
}

.button-know_more {
  text-align: left;
  padding: 0px;
  margin: 0px;
  /*mobile version*/
}
@media (min-width: 0) and (max-width: 599px) {
  .button-know_more {
    text-align: left;
  }
}
.button-know_more {
  /*desktop version*/
}
@media (min-width: 1024px) {
  .button-know_more {
    text-align: left;
    align-self: center;
  }
}

.button {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  background-color: #54CD75;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.button.spokeo {
  background-color: #07cab2;
  display: block;
}
@media (min-width: 840px) {
  .button.spokeo {
    display: inline-block;
  }
}

.mixin-sponsor {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #758693;
}

.img-container {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.content-elements {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  display: inline;
  color: #4A4A4A;
}

.email-more-info {
  margin: 0;
  color: #758693;
}

.email {
  padding-top: 20px;
  padding-bottom: 30px;
  margin: 0;
}

.horizontal-line-email {
  height: 1px;
  border: solid 1px #e4e4e4;
  background-color: #e4e4e4;
  margin-top: 10px;
  margin-bottom: 20px;
}

.spokeo-api-section {
  max-width: 1010px;
  margin: 0 auto 50px;
  width: 100%;
  border: solid 1px #E4E4E4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.spokeo-header {
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
}
@media (min-width: 840px) {
  .spokeo-header {
    padding: 50px 30px;
  }
}
.spokeo-header .header-title {
  margin: auto;
  text-align: left;
}
.spokeo-header h2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  margin: 0px;
}
@media (min-width: 600px) {
  .spokeo-header h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
.spokeo-header .subtitle {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  padding-top: 10px;
}
@media (min-width: 600px) {
  .spokeo-header .subtitle {
    padding-top: 15px;
  }
}

.spokeo-sponser {
  display: inline-block;
  padding: 20px 0;
}
.spokeo-sponser span {
  padding-right: 5px;
  float: left;
}
@media (min-width: 600px) {
  .spokeo-sponser span {
    margin: 0;
  }
}
.spokeo-sponser .text {
  margin: 0;
}

.spokeo-button {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 840px) {
  .spokeo-button {
    align-self: center;
    text-align: right;
    margin-top: 0;
  }
}

.logo-sponser {
  float: left;
  width: 82px;
  height: 20px;
}

.spokeo-results {
  padding: 0 20px;
}
@media (min-width: 840px) {
  .spokeo-results {
    padding: 0px 30px;
  }
}

.other-people {
  color: #758693;
}
.other-people a {
  color: #758693;
}

.description {
  color: #758693;
  padding-bottom: 50px;
}

.spokeo-list {
  border-bottom: 1px solid #E4E4E4;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}
.spokeo-list.no-border {
  border-bottom: none;
  box-shadow: none;
}
.spokeo-list h2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 5 0px;
  margin: 0px;
}
.spokeo-list h2.title-1 {
  font-weight: bold;
  color: #089fe4;
}
.spokeo-list h2.card-title {
  color: #545f69;
}
.spokeo-list h3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: black;
  padding: 5px 0px;
  margin: 0px;
}
.spokeo-list .city {
  padding-bottom: 15px;
}
