/*
  Table of contents. You can find content by these keywords:

  HEADER
  TOP-SEARCH
  ABOUT
  FEATURES
  FAQS
  TESTIMONIAL
  SEARCH-PRIVATE


  FOOTER

  RESPONSIVE*/
/*HEADER*/
.form-control,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="number"],
  textarea,
  select,
  select.form-control,
  select.form-control:not([size]):not([multiple]) {
    height: 44px;
  }
  .form-control,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="url"],
  input[type="number"],
  textarea,
  select,
  select.form-control {
    padding: 12px 15px;
    /*15px*/
    font-size: 1rem;
  }
  .accordion {
    margin-bottom: 20px;
  }
  .btn {
    padding: 13px 28px;
    /*16px*/
    font-size: 1.06667rem;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    padding: 7px 14px;
    font-size: 1.028rem;
  }
}
.form-control, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="number"], textarea, select, select.form-control {
    margin: 0;
    display: block;
    padding: 20px 8px 20px;
    width: 197px;
    border: 3px solid #ccc;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 44px;
    outline: none;
    border-radius: 1px;
}
.modal-step-text h2 {
  font-size: 1em;
  margin-top: 15px;
  font-weight: bold;
}
.top-section {
  background: url(../img/statue_of_liberty.jpg?v=f61dba6) no-repeat 50% -7px;
  height: 500px;
  background-size: cover;
}

.header-mobile {
  padding: 10px 0;
}

.header-mobile-container {
    position: absolute;
    width: 100%;
    /*height: 78px;*/
    top: 0;
    background: linear-gradient(rgba(53, 56, 55, 1),rgba(53, 56, 55, 0));
}

.header,
.navbar-collapse.collapse,
.navbar-collapse.collapsing {
  -webkit-transition: none;
  transition: height 0.35s ease;
  overflow: hidden;
}

.header.in {
  overflow: visible;
}

.header-logo + .header-logo {
  margin-left: 10px;
}

.header,
.navbar-collapse.collapse {
  padding: 12px 0 16px 0;
}

.header-logo {
  float: right;
  margin-left: 10px;
}

.hot-corner {
  position: absolute; 
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

/*NAV-MAIN*/
.navbar-toggle {
  display: block;
  width: 45px;
  margin: 0;
  border: none;
  border-radius: 0;
}

.navbar-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background-color: #fff;
}

.nav-main-col {
  text-align: center;
}

/*reset ul in menu*/
.nav-main,
.nav-main ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-main {
  display: inline-block;
  vertical-align: top;
}

.nav-main > li {
  float: left;
}

.nav-main > li > a {
  display: block;
  padding: 15px 23px;
  /*18px*/
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-weight: 700;
}

.nav-main > li > a:hover, .nav-main > li > a:focus {
  text-decoration: none;
}

.nav-main > li + li {
  position: relative;
}

.nav-main > li + li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 12px;
  width: 1px;
  margin-top: -6px;
  background-color: #a4a297;
}

.login-btn-column {
  text-align: right;
}

/*TOP-SEARCH*/
.top-search-container {
  padding: 80px 57px;
  padding-top: 0;
}

.top-search-heading {
  margin-bottom: 43px;
}

.top-search-title {
  margin: 0 0 11px;
  font-weight: 700;
  font-size: 78px;
  line-height: 92px;
  letter-spacing: -2px;
  margin-top: 55px;
}

.top-search-caption {
  margin: 0 0 16px;
  font-weight: 300;
  display: block;
  font-size: 38px;
  line-height: 44px;
}
.search-bottom-caption {
  font-size: 18px !important; 
  margin-bottom: 16px;
  margin-top: 0;
  color: #fff !important;
  line-height: 23.4px;
  font-weight: 600;
}

.top-search-form {
  background: #003c76;
  padding: 10px;
  border-radius: 20px;
  color: #666;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 55px;
}

.top-search-form-row {
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
  padding: 10px 5px 1px 15px;
  border-radius: 10px;
  margin-right: 0px; 
  margin-left: 0px; 
}

.top-search-form-row .input {
  display: inline-block;
  padding-right: 10px;
  width: 26%;
}
.top-search-form-row .button {
  display: inline-block;
  width: 20%;
  vertical-align: bottom;
  margin-top: -15px;
}

.top-search-label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0 0 4px 3px;
}
.top-search-group {
  font-weight: 600;
}
.top-search-bottom-icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -17px;
  margin-bottom: -17px;
}

.top-search-btn {
  width: 90%;
  margin-top: 7px;
  padding: 10px 14px;
}

#form-states {
    height: 44px;
    width: 96%;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0; 
    box-shadow: 0;
    color: #3d78ab;
}

/*ABOUT*/
.about {
  padding: 20px 0;
}

.about-container {
  padding-right: 50px;
  padding-left: 50px;
}

.about-text {
  margin-bottom: 40px;
  text-align: center;
}

.about-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 48px;
  color: #3D78AB;
  font-weight: normal;
}

.about-description {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
.about-text h1 {
  margin-top: 0;
    padding-top: 0px;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    padding-left: 15px;
    font-weight: bold;
}

/*DIFFERENCE*/
.difference {
    color: #fff;
    padding: 60px 19% 30px;
    background: url(../img/ipad.jpg?v=f61dba6) no-repeat 50% 0;
}

.difference h2 {
  color: #3d78ab;
  font-weight: normal;
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 12px;
}

.difference p {
  color: #c4c4c4;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
  padding: 0 3%;
}

.difference ul, .dos-and-donts ul {
    font-size: 18px;
    margin-top: 60px;
    list-style: none;
    padding-left: 20px;
}

.difference ul li, .dos-and-donts ul li {
  margin-bottom: 10px;
}

.difference ul li:before, .dos-and-donts ul li:before {
  content: '';
  display: inline-block;
  background-image: url(../img/white_check.png?v=f61dba6);
  width: 22px;
  height: 21px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
.dos-and-donts ul.no li:before  {
  background-image: url(../img/white_no_sign.png?v=f61dba6);
}

/*DOS AND DONTS*/
.dos-and-donts {
    color: #fff;
    padding: 60px 19% 30px;
    background-color: #003c76;
}
.dos-and-donts h2 {
  font-size: 2.1rem;
}

.dos-and-donts p {
  color: #BDD4E5;
  text-align: center;
  font-weight: normal;
  font-size: 23px;
  margin-top: 0px;
}
.dos-and-donts .half {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.dos-and-donts .half:nth-of-type(3) {
  width: 54%;
}

/*WHO*/
.who {
  background: #f0f0f0;
  padding: 50px 0 30px;
  color: #fff;
  text-align: center;
}

.who h2 {
  color: #3d78ab;
  font-weight: normal;
  font-size: 40px;
}
.who p {
  color: #666666;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
  margin-top: 0px;
}

.disclaimer {
  padding: 10px 0;
  background: #F5F5F5;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

/*FOOTER*/
.footer {
  padding: 52px 0 35px 0;
  color: #c3d4ea;
}

.footer-column-copyright {
  text-align: right;
}

.footer-title {
  margin-bottom: 16px;
}

.footer-list > li {
  margin-bottom: 8px;
}

.footer-list > li > a {
  color: inherit;
}

.footer-list > li > a:hover, .footer-list > li > a:focus {
  text-decoration: none;
}

.copyright {
  margin-top: 4px;
  margin-bottom: 15px;
}

.footer-social-item + .footer-social-item {
  position: relative;
}

.footer-social-item + .footer-social-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  height: 8px;
  width: 1px;
  margin-top: -4px;
  background-color: #6c6c75;
}

.footer-social-item:not(:last-child) {
  margin-right: 0;
}

.footer-social-link {
  display: table;
  width: 28px;
  height: 36px;
  margin-left: 3px;
}

.footer-social-link-icon {
  display: table-cell;
  vertical-align: middle;
}

.footer-social-link-icon img {
  display: block;
  margin: auto;
}

.search-modal {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: scroll;
}

.important .modal-dialog {
  width: 794px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

.important .modal-content {
  padding: 48px 50px 21px 50px;
  border: 10px solid #333;
  border-radius: 30px;
  padding: 16px 25px 35px;
  font-size: 21px;
  line-height: 29px;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
}

.modal-header {
  padding: 0;
  border-bottom: none;
  margin-bottom: 17px;
}

.modal-title {
  margin-bottom: 0px;
  color: #3d78ab;
  font-size: 82px;
  line-height: 94px;
}

.modal-subsubtitle {
  margin-bottom: 15px;
}

.modal-form-checkbox {
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 0;
  /*13px*/
  font-size: 0.6125rem;
}

.modal-form-container {
  margin-bottom: 40px;
}

.modal-form-container .moving-group {
  display: inline-block;
  vertical-align: top;
  width: 290px;
}

.modal-form-container .btn {
  margin-left: 16px;
}

.modal-landing-content p {
  margin-bottom: 30px;
  color: #333;
}

#email-input {
    margin: 0;
    display: block;
    padding: 10px;
    border: 3px solid #ccc;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    height: 44px;
    outline: none;
    border-radius: 1px;
}

.btn-modal {
    background: #cc3333;
    display: inline-block;
    min-width: 258px;
    padding: 11px 20px 17px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 48px;
    line-height: 50px;
}

.modal-custom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  background-color: rgba(24, 26, 28, 0.6);
  overflow: auto;
}

.modal-custom.js-open {
  display: block;
}


.modal-footer-link {
  font-size: .7em;
  line-height: 1.15;
}

.modal-footer-link-box {
  margin-top: 100px;
}

.modal-footer-link p {
  margin-right: 10px;
}

.modal-step-content {
    margin-bottom: 43px;
}

.modal-custom-container {
    padding: 40px 53px 28px 59px;
}

.modal-custom-container-2 {
    padding-right: 73px;
    padding-left: 73px;
    padding-bottom: 34px;
}

#bbb iframe {
  display: block;
  width: 100%;
  height: 500px;
  margin-bottom: 43px;
}

.iframe-holder {
  min-height: 500px;
  text-align: center;
}

.modal-step-icon {
  margin-top: -7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}

.bbb-loader {
  margin-top: 200px;
}

/*SEARCH*/
.js-open {
  display: block !important;
}
#ei {
  display: none;
}
#ei .modal-content {
  padding: 20px 0;
}
.ei-modal {
    display: none;
    border-radius: 18px;
}

.ei-modal form {
  margin-top: -20px;
}

.ei-modal .light-blue {
  background-color: #B1C9DD;
  padding: 20px;
  margin: 0 10%;
  border-radius: 2px;
}

.ei-modal .modal-header h2 {
    font-size: 36px;
    line-height: 32px;
    margin-top: 10px;
    color: #003c76;
}

.ei-modal .modal-subsubtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.ei-modal .terms {
  text-align: right;
  font-size: 12px;
  clear: both;
}

.search-header {
    position: relative;
    padding-left: 69px;
    margin-bottom: 13px;
}

.search-heading-icon {
    position: absolute;
    left: 0;
    width: 60px;
}

.search-heading {
    font-weight: 400;
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 34px;
    color: #333;
}

.search-padding {
  padding: 0 7%;
}

.progress-1 {
    margin-bottom: 20px;
}

.progress-rounded {
    border-radius: 6px;
    border: 4px solid #D1D3D6;
    overflow: hidden;
}
.progress {
    height: 30px;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #e6e6e6;
    box-shadow: none;
}

.progress-bar {
  border-radius: 0;
  background-color: #D72C27;
  box-shadow: none;
  text-align: right;
  /*15px*/
  font-size: 1.25rem;
  font-weight: 700;
  transition: none !important;
}

.search-list-item {
    padding: 10px 50px 4px 110px;
    position: relative;
}

.search-list-item h2 {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
}

.ei-modal input[type="text"] {
  width: 300px;
}

.item-loading {
  background-color: #003c76;
  color: #fff;
}

.item-loaded:before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 42px;
    left: 45px;
    top: 10px;
    background-image: url(../img/red-check.png?v=f61dba6);
    background-size: 50px;
    background-repeat: no-repeat;
}

.item-loading:before {
    content: '';
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    left: 45px;
    top: 10px;
    background-image: url(../img/loader.gif?v=f61dba6);
    background-size: 44px;
}

.checkbox-custom-offset label {
    position: relative;
    padding-left: 29px;
}
.checkbox-custom label {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.3;
    font-size: 13px;
}

#view-results-btn, .view-results-btn {
  width: 42%;
}

.modal-dialog {
    width: 794px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.modal-content {
    border: 10px solid #333;
    background: #fff;
    border-radius: 30px;
    padding: 16px 25px 35px;
    font-size: 21px;
    line-height: 29px;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1300px) {
  .difference {
    background: url(../img/ipad2.jpg?v=f61dba6) no-repeat 50% 0;
  }
}


/*RESPONSIVE*/
/*max-width: 1199px BEGIN*/
@media screen and (max-width: 1199px) {
  .nav-main > li > a {
    padding: 15px 16px;
    /*16px*/
    font-size: 1.06667rem;
  }
  .search-private-btn {
    margin-left: 91px;
  }
  .top-search-container {
    padding: 75px 28px 102px 40px;
  }
  .about-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .about-link-description {
    padding: 17px 25px 9px 25px;
  }
  .about-link {
    min-height: 230px;
  }
}

/*max-width: 1199pxEND*/
/*max-width: 991px BEGIN*/
@media screen and (max-width: 991px) {
  .modal-content {
    padding: 48px 30px 11px 30px;
  }

  .modal-landing-content p {
    margin-bottom: 15px;
  }
  .btn-modal {
    margin-bottom: 10px;
  }
  .modal-content {
    padding: 28px 20px 11px 20px;
  }
  .difference, .dos-and-donts {
    padding: 60px 3% 30px;
  }
  .nav-main-col {
    text-align: right;
  }
  .nav-main > li > a {
    padding: 15px 20px;
  }
  .top-search-container {
    padding-left: 0;
    padding-right: 0;
  }
  .about-container {
    padding-right: 0;
    padding-left: 0;
  }
  .about-link-description {
    padding: 7px 15px 9px 15px;
  }
  .features-description,
  .faqs {
    padding: 30px 0;
  }
  .features-list {
    /*18px*/
    font-size: 1.2rem;
  }
  .features-list-item {
    padding-left: 50px;
  }
  .testimonial-content {
    padding: 86px 50px 89px 67px;
  }
  .search-private {
    padding-top: 30px;
  }
  .search-private-btn {
    margin-top: 10px;
  }
  .dos-and-donts .half {
    padding-left: 20px;
  }
  .ei-modal .modal-subsubtitle {
    font-size: 16px;
  }
  .difference ul, .dos-and-donts ul {
    font-size: 16px;
    margin-top: 50px;
  }
}

/*max-width: 991px END*/
/*max-width: 767px BEGIN*/
@media screen and (max-width: 767px) {
  .header,
  .navbar-collapse.collapse,
  .login-btn-column {
    /*background-color: #3a577d;*/
  }
  .login-btn-column {
    text-align: center;
  }
  .top-section-overlay {
    background: rgba(0, 0, 0, 0.4);
    background-color: rgba(27, 41, 61, 0.6);
    background: -webkit-linear-gradient(rgba(27, 41, 61, 0.73), rgba(0, 0, 0, 0.4));
    background: linear-gradient(rgba(27, 41, 61, 0.73), rgba(0, 0, 0, 0.4));
  }
  .header,
  .navbar-collapse.collapse {
    /*position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: none;
    overflow: visible;*/
  }
  .header-logos {
    padding-top: 4px;
  }
  .header-logo-digicert,
  .header-logo-bbb {
    height: 28px;
    width: auto;
    vertical-align: top;
  }
  .header-logo-bbb {
    margin-left: 2px;
  }
  .nav {
    /*padding-right: 30px;*/
    /*padding-left: 30px;*/
  }
  .nav-main {
    display: block;
  }
  .nav-main > li {
    float: none;
  }
  .nav-main > li > a {
    border-bottom: rgba(189, 189, 189, 0.5) 1px solid;
  }
  .nav-main > li + li:before {
    display: none;
  }
  .nav-main-col {
    text-align: left;
  }
  .login-btn-column {
    /*position: absolute;*/
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .top-search-container {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .top-search-heading {
    margin-bottom: 22px;
  }
  .top-search-btn,
  .features-btn,
  .search-private-btn {
    display: block;
    width: 100%;
  }
  .about {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .about-text {
    margin-bottom: 30px;
  }
  .features-description,
  .faqs {
    padding: 20px 0;
  }
  .faqs {
    padding-bottom: 1px;
  }
  .features-img {
    height: 150px !important;
  }
  .testimonial-content {
    padding: 30px 0px 15px 15px;
  }
  .testimonial-img {
    margin-bottom: 20px;
  }
  .search-private {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .search-private-description {
    padding-left: 50px;
  }
  .search-private-icon {
    width: 33px;
    top: 5px;
  }
  .search-private-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*max-width: 767px END*/

@media screen and (max-width: 1000px) {
  .top-search-btn,
  .features-btn,
  .search-private-btn {
    width: 93%;
    padding: 11px 0;
    text-align: center;
  }
}

@media screen and (max-width: 920px) {
  .ei-modal input[type="text"] {
      width: 258px;
  }
}

@media screen and (max-width: 770px) {
  .top-search-container .col-xs-3 {
    width: 100%;
  }
  .modal-form-checkbox {
    margin-right: 6%;
    margin-left: 6%;
  }
  .modal-content-results h2 {
    max-width: 85%;
  }
  .guy-name {
    top: 178px;
    left: 84px;
  }
  .page-subtitle-icon {
    top: -35px;
  }
  .box-lb-content {
    padding: 30px 15px;
  }
  .box-grey-dots-title.price {
    font-size: 36px;
  }
}
