body {
  position: relative; }

.no-padding {
  padding: 0; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

@media (min-width: 768px) {
  .mobile-only, .mobile-only-inline, .mobile-only-inline-block {
    display: none !important; }

  .desktop-only {
    display: block !important; }

  .desktop-only-inline {
    display: inline-block !important; }

  .desktop-left {
    text-align: left; }

  .desktop-right {
    text-align: right; }

  .desktop-no-padding {
    padding: 0; }

  .desktop-no-padding-left {
    padding-right: 0; }

  .desktop-no-padding-right {
    padding-right: 0; }

  .desktop-green {
    color: #116ABA; } }
@media (max-width: 767px) {
  .mobile-only {
    display: block !important; }

  .mobile-only-inline, .mobile-inline {
    display: inline !important; }

  .mobile-only-inline-block, .mobile-inline-block {
    display: inline-block !important; }

  .desktop-only {
    display: none !important; }

  .desktop-only-inline {
    display: none !important; }

  .mobile-center {
    text-align: center; }

  .mobile-left {
    text-align: left; }

  .mobile-no-padding {
    padding: 0; }

  .mobile-no-padding-left {
    padding-right: 0; }

  .mobile-no-padding-right {
    padding-right: 0; }

  .mobile-brown {
    color: #6F7285; } }
body {
  font-family: "Helvetica Neue","Sans-serif";
  font-size: 10px;
  background-color: rgba(221, 222, 227, 0.1); }

hr {
  margin: 0;
  padding: 0; }

.text-underline {
  text-decoration: underline; }

a, a:visited {
  color: #1585e9; }

a.text-green, a.text-green:visited, .text-green a, .text-green a:visited {
  color: #116ABA; }

a.text-light, a.text-light:visited, .text-light a, .text-light a:visited {
  color: #1585e9; }

.text-light a:active, .text-light a:hover, .text-light a:focus {
  color: #ffffff; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #116ABA; }

a.text-green:hover, a.text-green:active, a.text-green:focus {
  color: #0d4f8b; }

.popover-content {
  color: #6F7285;
  text-align: left; }

.error-text, .error-msg {
  color: #d0021b; }

.hr {
  height: 1px;
  opacity: 0.16;
  background-color: #7f4827;
  margin: 12px 0;
  padding: 0 !important;
  border: none !important; }

h1 {
  font-size: 3.2em; }

h2 {
  font-size: 2.8em; }

h3 {
  font-size: 2.4em; }

h4 {
  font-size: 1.8em; }

.subtitle {
  margin-top: 0;
  font-size: 1.7em; }

.text-brown {
  color: #6F7285; }

.text-brown-light {
  color: rgba(111, 114, 133, 0.56); }

.text-light {
  color: #ffffff; }

.text-green {
  color: #116ABA; }

.text-green-light {
  color: #1585e9; }

.text-red {
  color: #d0021b; }

.text-black {
  color: #bbbbbb; }

.text-bolden {
  font-weight: 500; }

.text-bold {
  font-weight: 600; }

.text-bolder {
  font-weight: 700; }

.text-strong {
  font-weight: 800; }

.text-italic {
  font-style: italic; }

.font-12 {
  font-size: 1.2em; }

.font-13 {
  font-size: 1.3em; }

.font-14 {
  font-size: 1.4em; }

.font-15 {
  font-size: 1.5em; }

.font-16 {
  font-size: 1.6em; }

.font-17 {
  font-size: 1.7em; }

.font-18 {
  font-size: 1.8em; }

.font-19 {
  font-size: 1.9em; }

.font-20 {
  font-size: 2em; }

.font-21 {
  font-size: 2.1em; }

.font-23 {
  font-size: 2.3em; }

.font-24 {
  font-size: 2.4em; }

.font-29 {
  font-size: 2.9em; }

.font-32 {
  font-size: 3.2em; }

.line-15 {
  line-height: 1.5em; }

.line-17 {
  line-height: 1.7em; }

@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.4em; }

  h2 {
    font-size: 2.0em; }

  h3 {
    font-size: 1.7em; }

  h4 {
    font-size: 1.4em; } }
div.select-input > button.dropdown-toggle, .btn-light, .btn-light:visited {
  background-color: #ffffff !important;
  color: #6F7285 !important;
  box-shadow: 0 1px 4px 0 rgba(127, 72, 39, 0.32);
  border-radius: 5px; }

div.select-input > button.dropdown-toggle:hover, div.select-input > button.dropdown-toggle:focus, .btn-light:hover, .btn-light:focus {
  background-color: #f7f4f2 !important;
  color: #6F7285 !important; }

div.select-input > button.dropdown-toggle:active, .btn-light:active {
  background-color: #f0e9e5 !important;
  color: #6F7285 !important; }

div.select-input .dropdown-menu > li > a {
  background: #ffffff;
  color: #6F7285; }

div.select-input .dropdown-menu > li > a:hover, div.select-input .dropdown-menu > li > a:focus {
  border: none;
  outline: none !important;
  background: rgba(17, 106, 186, 0.1);
  color: #116ABA; }

.btn-green, .btn-green:visited {
  background-color: #116ABA !important;
  color: #ffffff !important;
  box-shadow: 0 1px 4px 0 rgba(137, 191, 31, 0.24);
  border-radius: 5px; }

.btn-green:hover, .btn-green:focus {
  background-color: #0d4f8b !important;
  color: #ffffff !important; }

.btn-green:active {
  background-color: #08355d !important;
  color: #ffffff !important; }

.btn-brown, .btn-brown:visited {
  background-color: #6F7285 !important;
  color: #ffffff !important;
  box-shadow: 0 1px 4px 0 rgba(127, 72, 39, 0.16);
  border-radius: 5px; }

.btn-brown:hover, .btn-brown:focus {
  background-color: #585a69 !important;
  color: #ffffff !important; }

.btn-brown:active {
  background-color: #41424d !important;
  color: #ffffff !important; }

.btn-light[disabled], .btn-brown[disabled], .btn-green[disabled] {
  opacity: 0.4 !important; }

.btn-xl, .btn-group-xl > .btn {
  padding: 15px 16px;
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 5px; }

.btn-full {
  width: 100%; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/empty.svg");
  background-size: cover; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  background-image: url("../images/icons/checkbox.svg");
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

.icon-32 {
  width: 32px;
  height: 32px; }

header {
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 6px 0 rgba(111, 114, 133, 0.1);
  padding: 12px 0 0 0;
  z-index: 20; }
  header.abs {
    position: absolute; }
  header .sticky-logo {
    position: fixed;
    z-index: 910; }
  @media (min-width: 768px) {
    header .navbar-left.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 900;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 4px 6px 0 rgba(111, 114, 133, 0.1); }
    header .sticky-logo {
      top: 16px; } }
  @media (max-width: 767px) {
    header .sticky-logo {
      top: 4px; }
    header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 910;
      padding: 0; }
      header.fixed .sticky-logo {
        top: 0; }
    header:not(.fixed) {
      padding: 4px 0; } }
  header .navbar-toggle {
    border: none;
    border-radius: 5px;
    margin-top: 0;
    z-index: 50; }
    @media (max-width: 767px) {
      header .navbar-toggle {
        margin: 4px 15px 4px 0; } }
    header .navbar-toggle .icon-bar {
      background-color: #116ABA; }
    header .navbar-toggle.is-open .icon-bar {
      background-color: #ffffff; }
  header .navbar-offcanvas.js-offcanvas-done {
    background: #116ABA;
    z-index: 40;
    padding: 0; }
  header .navbar-nav {
    margin: 0; }
    header .navbar-nav.navbar-social {
      margin-left: 103px;
      float: none; }
    header .navbar-nav li > a {
      padding-top: 12px;
      padding-bottom: 12px; }
  header .navbar-brand {
    padding: 0 15px;
    height: 40px; }
  header .navbar-collapse {
    float: left;
    width: 100%;
    clear: both; }
  header .nav-title {
    color: #ffffff;
    font-size: 1.6em;
    padding: 0 0 0 15px; }
  header .navbar-left .nav-title {
    margin: 15px 0 5px 0; }
  @media (min-width: 768px) {
    header .navbar-left {
      /*
      padding-top: 10px;
      width: 100%;
      */
      padding-left: 36px;
      text-align: center; }
      header .navbar-left li {
        display: inline-block;
        float: none; }
        header .navbar-left li.abs {
          display: none; }
      header .navbar-left a {
        font-size: 1.2em;
        color: #116ABA;
        border-bottom: 4px solid transparent;
        min-width: 120px; }
      header .navbar-left a:hover, header .navbar-left a:active, header .navbar-left a:focus {
        border-bottom: 4px solid #6F7285;
        color: #6F7285;
        background: transparent; }
      header .navbar-left .active a, header .navbar-left .active a:hover, header .navbar-left .active a:active, header .navbar-left .active a:focus {
        color: #0d4f8b;
        border-bottom: 4px solid #116ABA;
        background: transparent; } }
  @media (max-width: 767px) {
    header .navbar-left {
      padding: 15px 6px 5px 1px; }
      header .navbar-left a {
        font-size: 1.3em;
        color: #ffffff; }
      header .navbar-left .active a, header .navbar-left a:hover, header .navbar-left a:active, header .navbar-left a:focus {
        opacity: 0.4; }
      header .navbar-left li:not(.active) a {
        background-image: url("https://secure.kiwisearches.com/images/icons/next-white.svg");
        background-position: right;
        background-size: 24px;
        background-repeat: no-repeat; } }
  @media (min-width: 992px) {
    header .navbar-left {
      /* margin-left: 8.33333333%; */ }
      header .navbar-left a {
        font-size: 1.3em; } }
  header .navbar-right .nav-title {
    margin: 5px 0 5px 0; }
  header .navbar-right li a {
    font-size: 1.2em; }
  header .navbar-right li i {
    color: #6F7285;
    margin-right: 5px; }
  @media (min-width: 768px) {
    header .navbar-right {
      height: 40px; }
      header .navbar-right .nav-box {
        height: 32px;
        padding: 7px 15px;
        margin: 2px 0 0 16px;
        background-color: #ffffff;
        color: #6F7285 !important;
        box-shadow: 0 1px 4px 0 rgba(127, 72, 39, 0.32);
        border-radius: 5px; } }
  @media (max-width: 767px) {
    header .navbar-right {
      padding: 10px 6px 5px 1px;
      background-color: #1377d1; }
      header .navbar-right li a, header .navbar-right li i {
        color: #ffffff; } }
  header a {
    color: #6F7285;
    text-transform: uppercase; }
  header .social-boxes {
    padding: 15px 16px 20px 16px; }
    header .social-boxes a {
      width: 32px;
      height: 32px;
      padding: 8px 0;
      margin: 0 12px 0 0;
      text-align: center;
      display: inline-block;
      font-size: 16px;
      line-height: 16px; }

.social-links .social-box {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 4px 8px 12px 8px;
  padding: 0;
  text-align: center; }
  .social-links .social-box a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    padding: 0; }

.header-bg {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

@media (min-width: 768px) {
  .header-block {
    padding-top: 80px;
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .header-block {
    padding-top: 32px;
    padding-bottom: 16px; } }

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em; }

.login-section h2, .login-section h3 {
  margin-bottom: 16px; }
.login-section .login-box {
  padding: 0;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 4px 0 rgba(111, 114, 133, 0.32); }
  @media (min-width: 768px) {
    .login-section .login-box {
      margin: 48px; } }
  @media (max-width: 767px) {
    .login-section .login-box {
      margin: 16px; } }
.login-section .login-left {
  padding: 16px; }
  @media (min-width: 768px) {
    .login-section .login-left {
      border-right: 1px solid rgba(111, 114, 133, 0.1); } }
  @media (max-width: 767px) {
    .login-section .login-left {
      border-bottom: 1px solid rgba(111, 114, 133, 0.1); } }
  .login-section .login-left .return-login {
    margin-top: 20px; }
@media (min-width: 768px) {
  .login-section .login-right {
    padding: 16px 16px 40px 30px;
    margin-left: -31px;
    border-left: 1px solid rgba(111, 114, 133, 0.1); } }
@media (max-width: 767px) {
  .login-section .login-right {
    padding: 16px; } }
.login-section .login-form {
  margin-bottom: 10px;
  border: 3px solid rgba(255, 255, 255, 0); }
  .login-section .login-form input, .login-section .login-form select, .login-section .login-form .dropdown-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #6F7285;
    height: 56px;
    width: 100%;
    padding-left: 16px;
    padding-top: 22px;
    border-radius: 5px;
    border: 1px solid rgba(111, 114, 133, 0.32); }
.login-section .login-element {
  position: relative;
  display: block;
  height: 56px; }
  .login-section .login-element label {
    position: absolute;
    color: rgba(111, 114, 133, 0.56);
    z-index: 10;
    top: 14px;
    left: 16px;
    font-size: 20px;
    transition: all 0.4s ease; }
    .login-section .login-element label.small {
      top: 10px;
      left: 16px;
      font-size: 12px; }
      .login-section .login-element label.small .small-hidden {
        display: none; }

.bootstrap-select.form-control {
  z-index: inherit; }

.search-section {
    /*
    &.home-search-section {
        h1 {
            font-size: 3.2em;

            @media (max-width:768px) {
                font-size: 2.4em;
            }
        }
    }
    */ }
  .search-section.hero-search-section {
    background-size: cover;
    background-position: top right; }
    @media (min-width: 768px) {
      .search-section.hero-search-section {
        /*height: 600px;*/
        padding-bottom: 36px; } }
    @media (max-width: 767px) {
      .search-section.hero-search-section {
        /*padding-bottom: 50px;*/ } }
  .search-section.banner-search-section {
    background-size: cover;
    background-position: top right; }
    .search-section.banner-search-section .search-head {
      width: 100%; }
      @media (min-width: 768px) {
        .search-section.banner-search-section .search-head {
          height: 60px; } }
      @media (max-width: 767px) {
        .search-section.banner-search-section .search-head {
          height: 48px; } }
    .search-section.banner-search-section .search-body {
      padding: 30px 0 10px 0; }
      @media (min-width: 768px) {
        .search-section.banner-search-section .search-body {
          background-color: #1585e9; } }
      .search-section.banner-search-section .search-body .search-title {
        display: block;
        margin: 0 0 24px 0; }
  .search-section:not(.banner-search-section) div.row:last-child {
    margin-bottom: 98px; }
    @media (max-width: 768px) {
      .search-section:not(.banner-search-section) div.row:last-child {
        margin-bottom: 48px;
        text-align: center; } }
  .search-section h1 {
    font-size: 4em;
    text-shadow: 0 2px 6px white;
    margin-top: 196px;
    margin-bottom: 64px; }
    @media (max-width: 768px) {
      .search-section h1 {
        font-size: 2.8em;
        margin-top: 96px;
        margin-bottom: 32px; } }
  .search-section h2 {
    font-size: 3.2em;
    line-height: 1.2em;
    text-shadow: 0 2px 6px white;
    margin-top: 12px;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .search-section h2 {
        font-size: 2.4em;
        text-align: center; } }
  .search-section h3 {
    font-size: 1.9em;
    line-height: 1.2em;
    text-shadow: 0 2px 6px white;
    margin-top: 12px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .search-section h3 {
        margin-bottom: 24px;
        text-align: center; } }
  .search-section .error-block {
    display: none; }
  .search-section.has-error .search-form {
    border: 3px solid #d0021b;
    border-radius: 5px; }
  .search-section.has-error .error-block {
    display: block;
    color: #d0021b; }
  .search-section .search-form {
    margin-bottom: 20px; }
    .search-section .search-form input, .search-section .search-form select, .search-section .search-form .dropdown-toggle {
      font-size: 28px;
      font-weight: normal;
      color: #6F7285;
      height: 64px; }
    .search-section .search-form .search-form-inline {
      box-shadow: 0 1px 4px 0 rgba(127, 72, 39, 0.32);
      border-radius: 5px; }
      @media (max-width: 767px) {
        .search-section .search-form .search-form-inline .search-element {
          width: 100%; }
        .search-section .search-form .search-form-inline .search-button {
          width: 100%; } }
      @media (min-width: 768px) {
        .search-section .search-form .search-form-inline {
          height: 64px; }
          .search-section .search-form .search-form-inline .search-street-input {
            width: 46%; }
          .search-section .search-form .search-form-inline .search-city-input {
            width: 22%; }
          .search-section .search-form .search-form-inline .search-state-name-input {
            width: 62%; }
          .search-section .search-form .search-form-inline .search-phone-input {
            width: 84%; }
          .search-section .search-form .search-form-inline .search-no-state-name-input {
            width: 88%; }
          .search-section .search-form .search-form-inline .search-state-input {
            width: 27%; }
          .search-section .search-form .search-form-inline .search-address-state-input {
            width: 22%; }
          .search-section .search-form .search-form-inline .search-button {
            width: 16%;
            float: right; }
          .search-section .search-form .search-form-inline .search-state-button {
            width: 11%; }
          .search-section .search-form .search-form-inline .search-no-state-button {
            width: 12%; }
          .search-section .search-form .search-form-inline .search-address-button {
            width: 10%; } }
      .search-section .search-form .search-form-inline input, .search-section .search-form .search-form-inline select, .search-section .search-form .search-form-inline .dropdown-toggle, .search-section .search-form .search-form-inline button {
        width: 100%;
        padding-left: 16px; }
    .search-section .search-form .search-element {
      position: relative;
      display: block;
      height: 64px; }
      @media (max-width: 767px) {
        .search-section .search-form .search-element:first-child, .search-section .search-form .search-element:first-child input, .search-section .search-form .search-element:first-child select, .search-section .search-form .search-element:first-child button {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
        .search-section .search-form .search-element button {
          border-top-left-radius: 0;
          border-bottom-left-radius: 5px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 5px; }
        .search-section .search-form .search-element:not(:first-child) {
          border-top: 1px solid rgba(111, 114, 133, 0.1); } }
      @media (min-width: 768px) {
        .search-section .search-form .search-element {
          float: left; }
          .search-section .search-form .search-element:first-child, .search-section .search-form .search-element:first-child input, .search-section .search-form .search-element:first-child select, .search-section .search-form .search-element:first-child button {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px; }
          .search-section .search-form .search-element button {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
          .search-section .search-form .search-element:not(:first-child) {
            border-left: 1px solid rgba(111, 114, 133, 0.1); } }
      .search-section .search-form .search-element label {
        position: absolute;
        color: rgba(111, 114, 133, 0.56);
        z-index: 10;
        top: 14px;
        left: 16px;
        font-size: 28px;
        transition: all 0.4s ease;
        font-weight: normal; }
        .search-section .search-form .search-element label.small {
          top: 10px;
          left: 16px;
          font-size: 12px; }
          .search-section .search-form .search-element label.small .small-hidden {
            display: none; }
      .search-section .search-form .search-element input, .search-section .search-form .search-element select, .search-section .search-form .search-element .dropdown-toggle, .search-section .search-form .search-element button {
        height: 64px;
        box-shadow: none; }
      .search-section .search-form .search-element .clear-input {
        position: absolute;
        color: rgba(111, 114, 133, 0.56);
        right: 16px;
        top: 16px;
        font-size: 28px; }
      .search-section .search-form .search-element button[disabled], .search-section .search-form .search-element button[disabled="disabled"] {
        background-color: #1377d1 !important;
        opacity: 0.5 !important; }
      .search-section .search-form .search-element input, .search-section .search-form .search-element select, .search-section .search-form .search-element .dropdown-toggle {
        padding-top: 22px;
        border-radius: 0;
        border: none; }
    .search-section .search-form .dropdown-toggle {
      padding-left: 24px;
      border: none;
      border-radius: 5px;
      background-color: white;
      box-shadow: 0 1px 4px 0 rgba(127, 72, 39, 0.32); }
      .search-section .search-form .dropdown-toggle .caret {
        right: 16px;
        border-top: 6px dashed;
        border-top: 6px solid \9;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; }
    .search-section .search-form .dropdown-menu.open {
      border-radius: 5px;
      box-shadow: 0 20px 20px 0 rgba(127, 72, 39, 0.24);
      border: solid 1px rgba(127, 72, 39, 0.08); }
    .search-section .search-form .dropdown-menu li > a {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      padding: 12px 16px; }
    .search-section .search-form .dropup .caret {
      content: "";
      border-top: 0;
      border-bottom: 6px dashed;
      border-bottom: 6px solid \9; }
  .search-section .search-tabs a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    padding: 6px;
    display: inline-block;
    color: #116ABA;
    width: 150px;
    /*
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    */
    border-bottom: 3px solid transparent; }
    @media (max-width: 767px) {
      .search-section .search-tabs a {
        width: 114px; } }
    .search-section .search-tabs a:first-child:not(.active) {
      padding-left: 0; }
    .search-section .search-tabs a:hover {
      color: #6F7285;
      /*
      box-shadow: 1px -1px 1px 1px $brown-light;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-top: 1px solid $brown;
      border-left: 1px solid $brown;
      border-right: 1px solid $brown;
      */
      border-bottom: 3px solid #6F7285; }
    .search-section .search-tabs a.active {
      padding: 6px 12px;
      border-bottom: 3px solid #116ABA; }
      .search-section .search-tabs a.active:hover {
        color: #116ABA; }
      .search-section .search-tabs a.active::after {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #116ABA; }

.person_search_logos {
  display: none;
  width: 100%;
  font-size: 0px;
  text-align: center; }
  .person_search_logos a {
    display: inline-block;
    opacity: 0.6; }
    .person_search_logos a:first-child {
      margin-right: 100px; }
    .person_search_logos a img {
      max-height: 35px;
      width: auto; }

section.light-green-section {
  background: rgba(17, 106, 186, 0.1); }
section.green-section {
  background: #116ABA;
  color: #ffffff; }
section.reasons-section {
  padding: 35px 0 50px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  @media (max-width: 767px) {
    section.reasons-section {
      padding: 16px 0; } }
  section.reasons-section ul {
    display: inline-block;
    text-align: left; }
  section.reasons-section .copy-image {
    margin: 15px 0; }
section.press-section {
  padding: 35px 0 35px 0; }
  section.press-section img {
    height: 70px;
    width: auto;
    margin: 20px 30px; }
section.testimonial-section {
  padding: 35px 0 35px 0; }
  section.testimonial-section .carousel-control.left, section.testimonial-section .carousel-control.right {
    background-image: none;
    opacity: 1; }
    section.testimonial-section .carousel-control.left span, section.testimonial-section .carousel-control.right span {
      width: 40px;
      height: 40px;
      font-size: 16px;
      padding: 12px 0;
      text-align: center; }
      section.testimonial-section .carousel-control.left span.glyphicon-chevron-left, section.testimonial-section .carousel-control.right span.glyphicon-chevron-left {
        left: 0; }
      section.testimonial-section .carousel-control.left span.glyphicon-chevron-right, section.testimonial-section .carousel-control.right span.glyphicon-chevron-right {
        right: 0; }
      section.testimonial-section .carousel-control.left span:before, section.testimonial-section .carousel-control.right span:before {
        text-shadow: none; }
  section.testimonial-section .carousel-indicators {
    bottom: -55px; }
    section.testimonial-section .carousel-indicators li {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 3px;
      background-color: #116ABA;
      opacity: 0.24;
      border: none;
      border-radius: 8px; }
      section.testimonial-section .carousel-indicators li.active {
        opacity: 1; }
  section.testimonial-section .carousel-inner {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px; }
    section.testimonial-section .carousel-inner p {
      margin: 6px 0 10px 0; }

.breadcrumb-section {
  background: rgba(17, 106, 186, 0.1); }
  .breadcrumb-section .breadcrumb {
    padding: 15px 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0); }
    .breadcrumb-section .breadcrumb li {
      font-size: 14px; }

.directory-section {
  margin: 30px 0; }
  .directory-section .directory-letter {
    display: inline-block;
    padding: 0 5px; }

.process .steps {
  list-style-type: none;
  margin: 20px 0 -10px;
  padding: 0;
  height: 40px;
  display: inline-block;
  color: #6F7285; }
  .process .steps li {
    display: inline-block;
    height: 40px;
    line-height: 40px; }
    .process .steps li .step {
      display: block;
      background: #fff;
      height: 40px;
      width: 40px;
      line-height: 35px;
      text-align: center;
      border: 1px solid #6F7285;
      font-size: 24px;
      font-weight: bold;
      border-radius: 5px; }
      .process .steps li .step.active {
        background-color: #75ab0c !important;
        box-shadow: 0 1px 4px 0 rgba(137, 191, 31, 0.24);
        color: #ffffff !important; }
    .process .steps li .step-divider {
      display: block;
      height: 20px;
      width: 40px;
      margin: 0 10px;
      border-bottom: 2px solid #6F7285; }
      @media screen and (max-width: 640px) {
        .process .steps li .step-divider {
          width: 20px;
          margin: 0 5px; } }
.process .loading-status-bar-wrapper {
  margin-top: 15px;
  height: 40px;
  /* Can be anything */
  position: relative;
  background: #f0e9e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }
  .process .loading-status-bar-wrapper .loading-status-bar {
    float: left;
    height: 30px;
    width: 90%;
    background: #f7f4f2;
    border-radius: 5px; }
  .process .loading-status-bar-wrapper .search-progress-bar {
    display: block;
    height: 30px;
    border-radius: 5px;
    background-color: #116ABA;
    background-image: linear-gradient(center bottom, #116ABA 37%, #1585e9 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: all 1s ease; }
  .process .loading-status-bar-wrapper .search-progress-bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden; }
  .process .loading-status-bar-wrapper .search-progress-counter {
    float: right;
    width: 10%;
    color: #6F7285;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    height: 30px;
    line-height: 30px; }
  @media screen and (max-width: 640px) {
    .process .loading-status-bar-wrapper .loading-status-bar {
      width: 80%; }
    .process .loading-status-bar-wrapper .search-progress-counter {
      width: 20%; } }
.process .progress-bar-box {
  margin: 30px;
  padding: 36px 64px 26px 64px;
  box-shadow: 0 20px 20px 0 rgba(127, 72, 39, 0.24);
  border: 1px solid rgba(127, 72, 39, 0.08);
  background-color: #ffffff; }
  .process .progress-bar-box.offender-box {
    padding: 36px 48px 26px 48px; }
  @media screen and (max-width: 640px) {
    .process .progress-bar-box {
      margin: 15px;
      padding: 18px 16px 13px 16px !important; } }
.process .progess-action {
  margin: 0 0 36px 0; }
.process .progress-main-circle {
  width: 94px;
  height: 94px;
  display: inline-block;
  position: relative; }
  .process .progress-main-circle.loading .animated-progress:not(.static) {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 54;
    border-radius: 999px;
    width: 70px;
    height: 70px; }
  .process .progress-main-circle.loading .animated-progress:not(.static) {
    background-image: url(https://secure.kiwisearches.com/images/scroller-people.jpg);
    background-size: cover; }
  .process .progress-main-circle.loading .animated-progress.static {
    height: 94px;
    line-height: 94px;
    font-size: 24px;
    color: #116ABA; }
  .process .progress-main-circle.loading .circle,
  .process .progress-main-circle.loading .circle:after {
    border-radius: 50%;
    width: 94px;
    height: 94px; }
  .process .progress-main-circle.loading .circle {
    margin: 0;
    font-size: 10px;
    position: absolute;
    z-index: 55;
    text-indent: -9999em;
    border-top: 12px solid #1585e9;
    border-right: 12px solid #1585e9;
    border-bottom: 12px solid #1585e9;
    border-left: 12px solid #116ABA;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  .process .progress-main-circle:not(.loading) {
    background-image: url(https://secure.kiwisearches.com/images/icons/progress-100.svg);
    background-size: cover; }
    .process .progress-main-circle:not(.loading) .animated-progress.static {
      display: none; }
.process .loading-map {
  width: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    .process .loading-map {
      width: 100%; } }
  .process .loading-map img {
    display: inline-block;
    width: 100%; }
  .process .loading-map .search-v {
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    left: 5px;
    border-right: 2px solid #fff; }
  .process .loading-map .search-h {
    position: absolute;
    height: 0px;
    width: 100%;
    top: 5px;
    left: 0;
    border-bottom: 2px solid #fff; }
.process .element-list {
  margin: 16px 0 24px 0; }
  .process .element-list .element {
    margin: 6px 0; }
  .process .element-list .progress-circle {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left; }
  .process .element-list .progress-text {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase; }
  .process .element-list .element {
    height: 20px; }
  .process .element-list .passive {
    color: transparent;
    text-shadow: 0 0 10px #6F7285; }
    .process .element-list .passive .progress-circle,
    .process .element-list .passive .progress-circle:after {
      border-radius: 50%;
      width: 18px;
      height: 18px; }
    .process .element-list .passive .progress-circle {
      margin: 2px 5px 0 3px;
      text-indent: -9999em;
      border-top: 2px solid rgba(17, 106, 186, 0.1);
      border-right: 2px solid rgba(17, 106, 186, 0.1);
      border-bottom: 2px solid #116ABA;
      border-left: 2px solid #116ABA;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation: load8 1.1s infinite linear;
      animation: load8 1.1s infinite linear; }
    .process .element-list .passive .progress-image {
      display: none; }
  .process .element-list .active {
    color: #6F7285;
    font-weight: 700;
    text-shadow: none; }
    .process .element-list .active .progress-circle {
      background-image: url(../images/icons/status-done.svg); }
    .process .element-list .active .progress-done-hide {
      display: none; }
    .process .element-list .active .progress-image img {
      display: block;
      height: 20px; }
.process .social-progress .active, .process .social-progress .passive {
  margin-bottom: 30px; }
.process .social-progress .passive .result {
  display: none; }
.process .social-progress .active .progress-circle {
  display: none; }
.process .social-progress .fa {
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 25px; }
.process .social-progress .fa-facebook, .process .social-progress .fa-facebook-square {
  background-color: #3b5998; }
.process .social-progress .fa-twitter, .process .social-progress .fa-twitter-square {
  background-color: #00aced; }
.process .social-progress .fa-google-plus, .process .social-progress .fa-google-plus-square {
  background-color: #dd4b39; }
.process .social-progress .fa-youtube, .process .social-progress .fa-youtube-play, .process .social-progress .fa-youtube-square {
  background-color: #bb0000; }
.process .social-progress .fa-tumblr, .process .social-progress .fa-tumblr-square {
  background-color: #32506d; }
.process .social-progress .fa-vine {
  background-color: #00bf8f; }
.process .social-progress .fa-vimeo {
  background-color: #4ebbff; }
.process .social-progress .fa-amazon {
  background-color: #ff9900; }
.process .social-progress .fa-flickr {
  background-color: #ff0084; }
.process .social-progress .fa-vimeo-square {
  background-color: #aad450; }
.process .social-progress .fa-foursquare {
  background-color: #f94877; }
.process .social-progress .fa-pinterest, .process .social-progress .fa-pinterest-square {
  background-color: #cb2027; }
.process .social-progress .fa-linkedin, .process .social-progress .fa-linkedin-square {
  background-color: #007bb6; }
.process .social-progress .fa-instagram {
  background-color: #517fa4; }
.process .social-progress .fa-spotify {
  background-color: #1ED760; }

#captchaModal .modal-body {
  padding: 36px 20px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.result-section {
  padding-bottom: 30px; }
  .result-section h2 {
    margin-top: 24px; }
  .result-section .no-result img {
    width: 144px;
    height: 144px;
    opacity: 0.4; }
  @media (min-width: 768px) {
    .result-section .no-result {
      padding: 106px 0; } }
  .result-section .result-box {
    padding: 24px;
    margin-top: 16px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(111, 114, 133, 0.56); }
    .result-section .result-box.age-filtered {
      display: none; }
    .result-section .result-box.state-filtered {
      display: none; }
    .result-section .result-box .person-image.blur {
      filter: blur(4px); }
    .result-section .result-box .person-image.placeholder {
      width: 100%; }
    @media (max-width: 767px) {
      .result-section .result-box .person-details {
        margin-bottom: 16px; }
        .result-section .result-box .person-details span {
          display: block; } }
    .result-section .result-box h3 {
      margin: 0 0 10px 0; }
  .result-section .sidebar-box {
    margin: 32px 0 16px 0;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .result-section .sidebar-box .collapse, .result-section .sidebar-box .in, .result-section .sidebar-box .collapsing {
        display: block !important;
        height: auto !important;
        overflow: visible; } }
    @media (max-width: 767px) {
      .result-section .sidebar-box {
        margin: 0 -30px;
        padding: 16px 30px;
        border-bottom: 1px solid rgba(111, 114, 133, 0.1); }
        .result-section .sidebar-box.active {
          background-color: rgba(111, 114, 133, 0.1); }
        .result-section .sidebar-box .collapse-toggle {
          background-repeat: no-repeat;
          background-position: right center; }
          .result-section .sidebar-box .collapse-toggle.collapsed {
            background-image: url("https://secure.kiwisearches.com/images/icons/down.svg"); }
          .result-section .sidebar-box .collapse-toggle:not(.collapsed) {
            background-image: url("https://secure.kiwisearches.com/images/icons/up.svg"); } }
    .result-section .sidebar-box .age-range {
      position: relative;
      margin: 16px; }
      .result-section .sidebar-box .age-range .slider {
        margin: 28px 0 16px 0;
        width: 100%; }
      .result-section .sidebar-box .age-range .slider-handle {
        position: absolute;
        top: 0;
        width: 32px;
        height: 32px;
        background-color: #ffffff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
        background-image: none;
        margin-left: -16px; }
      .result-section .sidebar-box .age-range .slider-track {
        height: 14px;
        margin-top: 0px;
        background-color: rgba(111, 114, 133, 0.1);
        background-image: none;
        border-radius: 7px; }
        .result-section .sidebar-box .age-range .slider-track .slider-selection {
          background-color: #6F7285;
          background-image: none; }
      .result-section .sidebar-box .age-range .age-range-value {
        position: absolute;
        width: 18px;
        height: 18px;
        margin-left: -9px;
        font-size: 14px; }
      .result-section .sidebar-box .age-range .age-range-left {
        left: 0%; }
      .result-section .sidebar-box .age-range .age-range-right {
        left: 100%; }
    .result-section .sidebar-box .sidebar-list {
      padding: 0;
      margin: 16px 0 0 0;
      font-size: 14px; }
      .result-section .sidebar-box .sidebar-list .state-counter {
        display: block;
        float: right;
        font-size: 12px;
        border-radius: 5px;
        background-color: rgba(111, 114, 133, 0.1);
        padding: 2px;
        width: 35px;
        text-align: center; }

.summary-section h1 {
  margin: 0 0 5px 0; }
.summary-section h2 {
  margin: 0; }
.summary-section h3 {
  margin: 0; }
.summary-section .summary-header {
  padding: 16px 48px 0 48px; }
.summary-section .summary-title {
  padding: 16px 48px 8px 48px; }
  @media (max-width: 768px) {
    .summary-section .summary-title {
      padding: 16px 16px 8px 16px; } }
  .summary-section .summary-title .btn {
    margin-top: 12px; }
.summary-section .summary-boxes .summary-box {
  margin-top: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(111, 114, 133, 0.56); }
  .summary-section .summary-boxes .summary-box .summary-box-header {
    padding: 18px 24px;
    background-color: #116ABA;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .summary-section .summary-boxes .summary-box .summary-box-content {
    padding: 18px 24px; }
  .summary-section .summary-boxes .summary-box .person-images .person-image {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden; }
    .summary-section .summary-boxes .summary-box .person-images .person-image img {
      width: 100px;
      height: 100px;
      filter: blur(4px); }
  .summary-section .summary-boxes .summary-box .person-images .person-image-blurred img {
    filter: blur(0px); }
.summary-section .summary-icon {
  float: left;
  margin-right: 8px; }
.summary-section .summary-map {
  margin: 12px -24px -24px -24px; }
  .summary-section .summary-map #map {
    width: 100%; }
    .summary-section .summary-map #map .static-map {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
.summary-section .summary-footer {
  padding: 36px 48px 48px 48px; }
  .summary-section .summary-footer .btn {
    margin-top: 12px; }
.summary-section .popover-wrapper {
  display: block;
  position: relative; }
.summary-section .popover-wrapper .eye-popover {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .summary-section .popover-wrapper .eye-popover img {
    width: 24px;
    height: 24px; }

@media screen and (min-width: 640px) {
  .save-search-section .save-search-box {
    margin: 30px;
    padding: 36px 64px 26px 64px;
    box-shadow: 0 20px 20px 0 rgba(127, 72, 39, 0.24);
    border: 1px solid rgba(127, 72, 39, 0.08);
    background-color: #ffffff; } }
.save-search-section .save-search-form {
  margin-bottom: 10px;
  border: 3px solid rgba(255, 255, 255, 0); }
  .save-search-section .save-search-form input, .save-search-section .save-search-form select, .save-search-section .save-search-form .dropdown-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #6F7285;
    height: 56px;
    width: 100%;
    padding-left: 16px;
    padding-top: 22px;
    border-radius: 5px;
    border: 1px solid rgba(111, 114, 133, 0.32); }
.save-search-section .save-search-element {
  position: relative;
  display: block;
  height: 56px; }
  .save-search-section .save-search-element.save-search-left-element {
    width: 50%;
    float: left;
    display: inline-block; }
    .save-search-section .save-search-element.save-search-left-element button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .save-search-section .save-search-element.save-search-right-element {
    width: 50%;
    float: left;
    display: inline-block; }
    .save-search-section .save-search-element.save-search-right-element button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .save-search-section .save-search-element label {
    position: absolute;
    color: rgba(111, 114, 133, 0.56);
    z-index: 10;
    top: 14px;
    left: 16px;
    font-size: 20px;
    transition: all 0.4s ease; }
    .save-search-section .save-search-element label.small {
      top: 10px;
      left: 16px;
      font-size: 12px; }
      .save-search-section .save-search-element label.small .small-hidden {
        display: none; }

.checkout-section .checkout-box {
  background: #ffffff;
  margin-top: 16px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(111, 114, 133, 0.56); }
  .checkout-section .checkout-box .checkout-box-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  @media (min-width: 768px) {
    .checkout-section .checkout-box .checkout-box-header {
      padding: 2px 16px 8px;
      background-color: #116ABA;
      color: #ffffff;
    }
  }
  @media (max-width: 767px) {
    .checkout-section .checkout-box .checkout-box-header {
      padding: 16px 16px 0;
      background-color: #ffffff;
      color: #116ABA;
    }

    .checkout-section .checkout-box .checkout-box-header h3 {
      margin-top: 0;
    }
  }

  @media (min-width: 768px) {
    .checkout-section .checkout-box .checkout-box-content {
      padding: 12px 16px; }
  }
  @media (max-width: 767px) {
    .checkout-section .checkout-box .checkout-box-content {
      padding: 2px 16px 12px; }
  }
  .checkout-section .checkout-box .step-icon {
    color: #116ABA;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    float: left;
    margin: 5px 10px 0 0; }
  .checkout-section .checkout-box .package-item {
    margin: 6px 0 10px 0;
    padding: 16px 24px 16px 16px;
    background-color: #ffffff;
    border: solid 2px rgba(111, 114, 133, 0.1);
    border-radius: 5px;
    cursor: pointer;
    position: relative; }
    .checkout-section .checkout-box .package-item .package-check-wrap {
      padding-top: 6px;
      padding-left: 30px;
      padding-right: 0px; }
    .checkout-section .checkout-box .package-item .card-type-check-wrap {
      margin-top: -4px;
      padding-left: 30px;
      padding-right: 0px; }
    .checkout-section .checkout-box .package-item .ribbon {
      position: absolute;
      left: -5px;
      top: -5px;
      z-index: 1;
      overflow: hidden;
      width: 82px;
      height: 82px;
      text-align: right; }
    .checkout-section .checkout-box .package-item .ribbon span {
      font-size: 12px;
      line-height: 12px;
      padding: 6px 0;
      font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
      text-align: center;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 110px;
      display: block;
      background: #d0021b;
      background: linear-gradient(#d0021b 0%, rgba(208, 2, 27, 0.5) 100%);
      box-shadow: 0 3px 10px -5px black;
      position: absolute;
      top: 8px;
      left: -29px; }
    .checkout-section .checkout-box .package-item .ribbon span::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid rgba(208, 2, 27, 0.2);
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid rgba(208, 2, 27, 0.2); }
    .checkout-section .checkout-box .package-item .ribbon span::after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid rgba(208, 2, 27, 0.2);
      border-bottom: 3px solid transparent;
      border-top: 3px solid rgba(208, 2, 27, 0.2); }
    .checkout-section .checkout-box .package-item .package-title i {
      margin-right: 5px; }
    .checkout-section .checkout-box .package-item.active {
      background-color: rgba(17, 106, 186, 0.1);
      border: solid 2px #116ABA; }
      .checkout-section .checkout-box .package-item.active .package-title {
        color: #116ABA; }
  .checkout-section .checkout-box .checkout-satisfaction {
    margin: 40px 0 16px 0; }
.checkout-section .checkout-reminder {
  margin: 20px 0 12px 0; }
.checkout-section .checkout-form {
  margin-bottom: 10px;
  border: 3px solid rgba(255, 255, 255, 0); }
  .checkout-section .checkout-form input, .checkout-section .checkout-form select, .checkout-section .checkout-form .dropdown-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #6F7285;
    height: 56px;
    /* width: 100%;*/
    padding-left: 16px;
    padding-top: 22px;
    border-radius: 5px;
    border: 1px solid rgba(111, 114, 133, 0.32); }
.checkout-section .payment-info h4, .checkout-section .billing-info h4, .checkout-section .personal-info h4 {
  margin-bottom: 16px; }
.checkout-section .checkout-element {
  position: relative;
  display: block;
  height: 56px; }
  .checkout-section .checkout-element.checkout-left-big-element {
    width: 80%;
    float: left;
    display: inline-block; }
    .checkout-section .checkout-element.checkout-left-big-element .checkout-input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .checkout-section .checkout-element.checkout-right-small-element {
    width: 20%;
    float: left;
    display: inline-block; }
    .checkout-section .checkout-element.checkout-right-small-element .checkout-input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .checkout-section .checkout-element.checkout-left-element {
    width: 50%;
    float: left;
    display: inline-block; }
    .checkout-section .checkout-element.checkout-left-element button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .checkout-section .checkout-element.checkout-right-element {
    width: 50%;
    float: left;
    display: inline-block; }
    .checkout-section .checkout-element.checkout-right-element button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .checkout-section .checkout-element label {
    position: absolute;
    color: rgba(111, 114, 133, 0.56);
    z-index: 10;
    top: 14px;
    left: 16px;
    font-size: 20px;
    transition: all 0.4s ease; }
    .checkout-section .checkout-element label.small {
      top: 10px;
      left: 16px;
      font-size: 12px; }
      .checkout-section .checkout-element label.small .small-hidden {
        display: none; }

.thankyou-section .thankyou-box {
  padding: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(111, 114, 133, 0.56); }

@media (min-width: 768px) {
  .about-section {
    padding-bottom: 72px; } }
@media (max-width: 767px) {
  .about-section {
    padding-bottom: 40px; } }
@media (max-width: 767px) {
  .about-section .about-block {
    padding: 16px 0; } }
@media (min-width: 768px) {
  .about-section .about-icon {
    margin-top: 20px;
    width: 96px;
    height: 96px; } }
@media (max-width: 767px) {
  .about-section .about-icon {
    width: 144px;
    height: 144px; } }

.contact-section .box {
  margin-bottom: 40px; }
.contact-section .social-links {
  margin: 0;
  padding: 0; }
  .contact-section .social-links li {
    width: 48px;
    height: 48px; }
    .contact-section .social-links li a {
      width: 48px;
      height: 48px;
      line-height: 48px; }

.press-section .press-block {
  margin-top: 50px;
  margin-bottom: 100px; }
  .press-section .press-block img {
    width: 90%;
    height: auto;
    margin-bottom: 20px; }
  .press-section .press-block h3 {
    margin-top: 0; }
  .press-section .press-block .btn {
    width: 100%;
    background-color: #116ABA;
    margin: 20px 0;
    color: #fff;
    text-align: left;
    padding: 5px 20px; }

.static-section {
  padding-bottom: 48px; }
  .static-section #sidebar a {
    display: block;
    margin-bottom: 8px;
    color: #6F7285;
    font-size: 1.5em; }
    .static-section #sidebar a.active {
      color: #116ABA; }
  .static-section .anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden; }
  .static-section h3, .static-section .question {
    margin-top: 0;
    color: #116ABA;
    font-weight: 700;
    font-size: 2.9em;
    text-transform: uppercase; }
  .static-section .answer {
    margin-bottom: 40px; }
  .static-section h4 {
    margin-top: 24px;
    color: #6F7285;
    font-weight: 600;
    font-size: 2.3em; }
  .static-section p {
    font-size: 1.6em;
    color: #585a69; }
  .static-section ul {
    font-size: 1.6em;
    color: #585a69; }
  .static-section .separator {
    height: 40px; }
  .static-section figure {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .static-section figure {
        text-align: center; } }
    @media (min-width: 768px) {
      .static-section figure .glossary-image {
        width: 25%; } }
    @media (max-width: 767px) {
      .static-section figure .glossary-image {
        width: 75%; } }
    .static-section figure figcaption {
      font-size: 14px;
      color: rgba(59, 22, 0, 0.6); }
  .static-section .ways-image {
    margin-top: 24px;
    width: 96px; }
  .static-section .static-footer {
    margin-top: 48px; }

.pricing-section .pricing-table {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }
  .pricing-section .pricing-table .table-head {
    color: #ffffff;
    background: #0f5da3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px; }
  .pricing-section .pricing-table .table-left-head.first {
    border-top-left-radius: 5px; }
  .pricing-section .pricing-table .table-head-cell {
    font-size: 14px;
    color: #ffffff; }
    @media (max-width: 767px) {
      .pricing-section .pricing-table .table-head-cell {
        height: 98px;
        padding: 41px 0; } }
    @media (min-width: 768px) {
      .pricing-section .pricing-table .table-head-cell {
        height: 48px;
        padding: 16px 0; } }
  @media (max-width: 767px) {
    .pricing-section .pricing-table .table-row {
      height: 98px;
      margin: 0; }
      .pricing-section .pricing-table .table-row:nth-child(2) {
        border-top-right-radius: 5px; } }
  @media (min-width: 768px) {
    .pricing-section .pricing-table .table-row {
      height: 48px; } }
  .pricing-section .pricing-table .table-row:nth-child(even) {
    background-color: rgba(111, 114, 133, 0.1); }
    .pricing-section .pricing-table .table-row:nth-child(even) .table-left-head {
      background-color: #0f5da3; }
  .pricing-section .pricing-table .table-row:nth-child(odd) {
    background-color: #ffffff; }
    .pricing-section .pricing-table .table-row:nth-child(odd) .table-left-head {
      background-color: #116ABA; }
  .pricing-section .pricing-table .table-row:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    .pricing-section .pricing-table .table-row:last-child .table-left-head {
      border-bottom-left-radius: 5px; }
  @media (max-width: 767px) {
    .pricing-section .pricing-table .table-body {
      height: 98px;
      padding: 15px 0;
      text-align: center; } }
  .pricing-section .pricing-table .table-body .table-cell {
    font-size: 17px;
    color: #6F7285; }
    @media (max-width: 767px) {
      .pricing-section .pricing-table .table-body .table-cell {
        height: 24px; }
        .pricing-section .pricing-table .table-body .table-cell .number-searches {
          color: rgba(111, 114, 133, 0.56); } }
    @media (min-width: 768px) {
      .pricing-section .pricing-table .table-body .table-cell {
        height: 48px;
        padding: 13px 0; } }
    .pricing-section .pricing-table .table-body .table-cell.last {
      border-bottom-right-radius: 5px; }

footer {
  background-color: #585a69;
  color: #ffffff; }
  footer h3 {
    text-transform: uppercase;
    opacity: 0.48;
    font-size: 2em;
    margin-top: 32px;
    margin-bottom: 23px;
    letter-spacing: 0.8px; }
  footer .disclaimer p {
    font-size: 1.4em;
    letter-spacing: 0.8px; }
    footer .disclaimer p a {
      color: #1585e9; }
  footer .links ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    footer .links ul li {
      margin: 0 0 16px 0;
      padding: 0; }
      footer .links ul li a {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1.4em;
        letter-spacing: 0.8px; }
  footer .copyright-text {
    font-size: 1.3em;
    font-weight: 400;
    opacity: 0.48;
    letter-spacing: 0.5px; }

.support-section {
  height: 0;
  background: #ffffff; }
  .support-section .toggle-support {
    position: fixed;
    bottom: 32px;
    right: 16px; }

.premium-section {
  height: 0;
  background: #ffffff; }
  .premium-section .premium-data-link {
    position: fixed;
    top: 32px;
    right: 16px; }

.modal .modal-dialog {
  margin-top: 72px; }
  .modal .modal-dialog .modal-content {
    box-shadow: 0 20px 20px 0 rgba(127, 72, 39, 0.24);
    border: 1px solid rgba(127, 72, 39, 0.08);
    border-radius: 0;
    text-align: center;
    min-height: 270px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 36px 72px 36px 72px; }
      @media screen and (max-width: 640px) {
        .modal .modal-dialog .modal-content .modal-body {
          padding: 18px; } }
      .modal .modal-dialog .modal-content .modal-body .g-recaptcha {
        margin-top: 24px; }
      .modal .modal-dialog .modal-content .modal-body #continue-btn {
        margin-top: 36px; }
        @media screen and (max-width: 640px) {
          .modal .modal-dialog .modal-content .modal-body #continue-btn {
            margin-top: 6px; } }

/* @todo check/rewrite CSS below */
.bs-example {
  margin: 20px; }

.hide-modal {
  max-width: 760px;
  height: 460px;
  margin-top: 80px;
  opacity: 1;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 20px;
  z-index: 9999; }

#noticeModal .modal-header {
  padding: 6px;
  text-align: center; }

.modalbox {
  padding: 6px;
  border-bottom: 1px solid #e5e5e5;
  background: #50baec;
  color: #fff; }

#noticeModal .modal-header h2 {
  padding-top: 0px; }

#noticeModal .modal-title {
  height: 1.5em;
  padding: 0 .6667em;
  margin: .65em auto;
  text-transform: uppercase;
  color: #3e3e3e;
  padding-top: 3px;
  padding-bottom: 29px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
  border: 2px solid red;
  display: inline-block; }

#noticeModal .modal-body p {
  margin-left: 1.4286em;
  margin-right: 1.4286em;
  text-align: left;
  text-align: justify;
  line-height: 20px; }

#noticeModal .modal .modal-dialog .modal-content .modal-body {
  padding: 18px 72px 19px 72px; }

#noticeModal .modal-footer button {
  text-align: center;
  font-weight: 100;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.62);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.62); }

#noticeModal .modal-footer button:active {
  background: #5acdfe;
  -webkit-box-shadow: inset 0 0 5px 0 #209dd2;
  box-shadow: inset 0 0 5px 0 #209dd2;
  outline: 0; }

#noticeModal .modal-footer button {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #209dd2;
  font-size: 1em;
  padding: 15px;
  border-radius: 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  opacity: 1; }

#noticeModal .modal-footer button:hover {
  opacity: 1;
  color: #fff;
  background-color: #5acdfe; }

#noticeModal .modal-footer {
  text-align: center;
  padding: 12px; }

.close {
  float: inherit; }

#gender-modal h3 {
  position: absolute;
  color: #fff;
  margin: 0 0 .625em;
  font-size: 1.25em;
  background: #209dd2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0; }

.header-body p {
  font-size: 1.875em;
  margin: 1em 0 0;
  text-align: center; }

.home-inline {
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  width: 96%;
  margin: 2%;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  color: #3e3e3e;
  font-size: 22px; }

a.next-btn {
  background: #57bf93;
  color: #fff;
  width: 220px;
  margin: 0 auto;
  font-size: 17px;
  text-align: center;
  display: block;
  overflow: hidden;
  padding: 7px 0;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 24px; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 9px; }

[type="radio"]:checked {
  background: #46d096; }

.link-text {
  color: #e1e1e1;
  text-decoration: underline; }

#genderModal a.next-btn {
  margin-top: 20px !important;
  background: #116ABA !important;
  border-radius: 5px !important;
  margin-bottom: 15px !important; }

#genderModal .radio-inline {
  color: #6F7285;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 31px;
  font-weight: bold; }

#genderModal .header-body p {
  color: #116ABA; }

#genderModal a.link-text.skip-gender {
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 14px; }

#genderModal .modalbox {
  padding: 6px;
  border-bottom: 0;
  background: #0f5da3 !important;
  color: #ffffff;
  box-shadow: 0 4px 6px 0 rgba(127, 72, 39, 0.1);
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase; }

.person_search_logos a {
  padding-left: 20px;
  padding-right: 20px; }

.process .progress-main-circle {
  height: 80px;
  width: 80px; }

.process .progress-bar-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px; }

.process .loading-status-bar-wrapper {
  margin-top: 25px; }

.process .progress-bar-box h1 {
  margin-top: 10px;
  margin-bottom: 5px; }

.process .progress-bar-box p {
  line-height: normal; }

.process .element-list {
  margin-bottom: 15px; }

.process .progess-action {
  margin-bottom: 20px; }

.process .confirm1_btn {
  background: #6F7285; }

.process .box {
  background-color: #6b9c0b; }

#finalModal .modal-header {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left; }

#finalModal {
  font-size: 18px;
  line-height: normal; }

#finalModal button#crt-acct-warn-confirm {
  margin-top: 20px;
  background: #6F7285;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 20px; }

#finalModal .crc-acct-load-body strong {
  color: red; }

#finalModal .crc-acct-load-subHead img {
  margin-bottom: 20px; }

.process .element-list .progress-text {
  /*width: calc(100% - 35px);*/ }
.process .progress-bar-box .progress-continue, .process .progress-bar-box .progress-cancel {
  margin-top: 15px; }

.rightside-testimonials .gont-12 {
  font-size: 12px; }
.rightside-testimonials .no-margin {
  font-weight: bold;
  text-transform: uppercase; }
.rightside-testimonials ol.carousel-indicators {
  bottom: -36px;
  margin-left: -35%; }
  .rightside-testimonials ol.carousel-indicators li {
    border-color: #ccc; }
    .rightside-testimonials ol.carousel-indicators li.active {
      background: #888; }

div#iModal-trial .modal-dialog .modal-content {
  border-radius: 6px;
  border: 5px solid #facb32; }
  div#iModal-trial .modal-dialog .modal-content .modal-header {
    position: absolute;
    right: -15px;
    top: -50px;
    border-bottom: 0;
    background: none; }
    div#iModal-trial .modal-dialog .modal-content .modal-header button#imodal-x {
      color: #ffffff;
      opacity: 1;
      font-size: 24px;
      font-weight: normal; }
  div#iModal-trial .modal-dialog .modal-content .modal-body > span {
    position: absolute;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #facb32;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
    border-radius: 50%;
    color: #000;
    font-weight: bold; }
  div#iModal-trial .modal-dialog .modal-content .modal-body h1 strong {
    color: #353167; }
  div#iModal-trial .modal-dialog .modal-content .modal-body a#iModal-back {
    color: #337ab7;
    font-size: 14px;
    margin-top: 15px;
    display: block; }

/*# sourceMappingURL=layout.css.map */