html, body {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-family: 'Lato', sans-serif !important;
  position: relative;
  min-height: 100vh;
}
img {
  max-width: 100%;
  height: auto;
  }

*:focus {
  outline: none; }

.btn, #steps .actions ul li a,
a.big.red.button.round, a.small.red.button.round, #loginForm input[type="submit"], a#createNewAccountLink, #updateAccountForm input[type="submit"], #changePasswordForm input[type="submit"], #pay_with_paypal_button, #creditCardPaymentForm input[type="submit"] {
  display: inline-block !important;
  padding: 13px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  border: 0 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  width: 100% !important;
}
a.big.red.button.round, a.small.red.button.round, #loginForm input[type="submit"], #updateAccountForm input[type="submit"], #changePasswordForm input[type="submit"], #creditCardPaymentForm input[type="submit"] {
  background: #c5202d !important;
  color: white !important;
}
#loginForm input[type="submit"], a#createNewAccountLink {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#loginForm input#resend_verification {
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
a#createNewAccountLink, #loginForm input#resend_verification {
  display: block !important;
  text-align: center;
}
a.big.red.button.round:hover, a.small.red.button.round:hover, #loginForm input[type="submit"]:hover, #updateAccountForm input[type="submit"]:hover, #changePasswordForm input[type="submit"]:hover, #creditCardPaymentForm input[type="submit"]:hover {
  background: #004c90 !important;
  color: white !important;
}
#changePasswordForm input[type="submit"] {
  margin-bottom: 80px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#updateAccountForm input[type="submit"] {
  max-width: 300px;
}
#updateAccountForm label {
  position: relative !important;
  top: 10px !important;
}
#updateAccountForm label.error {
  display: block;
  margin-bottom: 0px;
  top: 0 !important;
}
.form-3 input[type="submit"] {
  border: 0 !important;
}
#loginForm label {
  position: relative;
  top: 10px;
}
form#updateAccountForm {
  margin-bottom: 80px;
}
label#username-error, .error {
  color: red;
  top: 0;
}
#reset_password_form .error {
  font-size: 10px;
}
#loginForm p {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
}
.btn-blue, #steps .actions ul li a, .form-3 input[type=submit], a#createNewAccountLink, #pay_with_paypal_button, a#download_csv {
  background: #004c90 !important;
  color: white !important; }
.btn-blue:hover, #steps .actions ul li a:hover, .form-3 input[type=submit]:hover, a#createNewAccountLink:hover, #pay_with_paypal_button:hover {
  background: #c5202d !important;
  color: white !important;
}
.mobile-header-btn{
  padding: 5px  !important;
  font-size: 10px !important;}
#updateAccountForm input[type="text"], #updateAccountForm select {
  width: 100% !important;
  max-width: 350px;
}
.btn-grey {
  background: #000;
  opacity: 0.15;
  color: white; }

.btn-block {
  width: 100%;
  display: block;
  text-align: center; }

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

main {
  padding-top: 24px;
  padding-bottom: 20px;
  }

.mbm {
  margin-bottom: 24px; }

.desktop-header {
  background: #000;
  color: white;
  /*background: url(../img/beta-version-icon-1.jpg),#000;*/
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 95px;
  opacity: 0.95;
  overflow: hidden;
  }
@media (max-width: 991px) {
  .desktop-header {
    display: none; } }
    
.desktop-header .row-1 {
  padding-top: 26px;
  padding-bottom: 24px; }

.desktop-header .desktop-header-logo {
  max-width: 217px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* display: block; */
  }
.desktop-header .header-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.desktop-header .header-nav ul li {
  font-weight: 900;
  list-style: none;
  position: relative; }
.desktop-header .header-nav ul li .browse-lead-types {
  font-size: 14px;
  position: relative;
  cursor: pointer; }
.desktop-header .header-nav ul li .browse-lead-types:after {
  content: '';
  background: url("../img/api-triangle.png");
  width: 9px;
  height: 6px;
  margin-left: 8px;
  display: inline-block;
  background-size: cover !important; }
.desktop-header .header-nav ul li ul.sub-nav {
  transition: none;
  display: none;
  background: #404040;
  padding: 16px 32px 24px 24px;
  position: absolute;
  z-index: 99999;
  left: -24px;
  top: 25px; }
.desktop-header .header-nav ul li ul.sub-nav li a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px; }
.desktop-header .header-nav ul li ul.sub-nav li a:hover {
  color: #c5202d; }
.desktop-header .desktop-header-phone {
  font-weight: 900;
  color: white;
  text-decoration: none; }
.desktop-header .desktop-header-phone:hover {
  color: #c5202d; }
.desktop-header .desktop-header-rc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.desktop-header .logged-in-as {
  margin-right: 25px;
}
.desktop-header .desktop-header-api-icon-cart {
  margin-right: 25px;
}
.desktop-header .desktop-header-api-icon-orders{
  margin-right: 25px;
}
.desktop-header .desktop-header-rc a {
  color: white;
  font-weight: 900;
  text-decoration: none; }
.desktop-header .desktop-header-rc a:hover {
  color: #c5202d; }
.desktop-header .desktop-header-api-icon-cart {
  max-width: 15px; }
.desktop-header .desktop-header-api-icon-orders{
  max-width: 35px;
  /* text-align: left; */
  float: right;
  }
.desktop-header .desktop-header-login-btn {
  border-radius: 3px;
  padding: 10px 32px 10px 33px; }
.desktop-header .container .back-to-main-site {
    position: absolute;
    top: 0px;
    right: -3px;
    /* background-size: auto; */
    /* object-fit: cover; */
    /* overflow: hidden; */
    height: 95px;
  }
.mobile-header {
  background: black;
  padding: 16px 0 12px 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  /*background: url(../img/beta-version-icon-1.jpg),#000;*/
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 35px;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none; } }
.mobile-header .mobile-header-logo {
  max-width: 160px; }
.mobile-header .mobile-header-cart,  .mobile-header .mobile-header-orders {
  display: inline-block; }
  .mobile-header .mobile-header-nav{
    display: inline-flex; }
.mobile-header .mobile-header-cart img, .mobile-header .mobile-header-nav img, .mobile-header .mobile-header-orders img {
  max-width: 25px;
  cursor: pointer; }
.mobile-header .mobile-header-cart,  .mobile-header .mobile-header-orders{
  margin-right: 16px;
  }
  .mobile-header-home {
    max-width: 16px; }
@media(max-width: 1199px) {
  .mobile-header-push {
    height: 47px;
  }
}
.mobile-header-pull-down {
  height: 100vh;
}
@media(max-height: 699px) {
  .mobile-header-pull-down {
    overflow-y: scroll;
  }
}
.mobile-header-pull-down-contents {
  padding-top: 26px;
  padding-bottom: 32px;
}
.mobile-header .container {
  padding-left: 32px;
  padding-right: 32px;
}
.mobile-header .container .back-to-main-site {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 35px;
}
.mobile-header-pull-down-menu-item {
  margin-bottom: 14px;
}
.mobile-header-pull-down-menu-item a {
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
  line-height: normal;
}
.mobile-header-pull-down hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  background: #a8a8a8;
  opacity: 0.35;
  height: 1px;
}
.mobile-header-pull-down-browse-lead-types,
.mobile-header-push-up-browse-lead-types {
  color: white;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.mobile-header-pull-down-lead-types ul {
  padding-left: 0;
  margin: 0;
  margin-top: 14px;
  list-style: none;
}
.mobile-header-pull-down-lead-types li {
  margin-bottom: 14px;
}
.mobile-header-pull-down-lead-types li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.mobile-header-pull-down .btn {
  margin-top: 26px;
  margin-bottom: 26px;
}
.sub-header {
  padding-bottom: 16px;
  background: #000;
  color: white; }
.sub-header .sub-header-divider {
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  height: 1px;
  position: relative;
  bottom: 15px; }
@media (max-width: 1199px) {
  .sub-header .sub-header-divider {
    bottom: 5px; } }
.sub-header h1 {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px; }

@media(max-width: 767px) {
  .sub-header h1 {
    margin-top: 20px;
  }
}
.sub-header .back-to:before {
  content: '';
  background: url("../img/api-icon-left-arrow.png");
  display: inline-block;
  width: 5px;
  height: 9px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-right: 8px;
  vertical-align: middle; }
.sub-header .back-to, .sub-header .back-to a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer; }
.sub-header .back-to:hover, .sub-header .back-to a:hover {
  color: #c5202d; }

.getting-started h1 {
  color: #c5202d;
  font-weight: normal;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: 0; }
.getting-started h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 16px; }
.getting-started .form-description {
  margin-bottom: 24px; }
.getting-started .form-description-step-divider {
  border: 0;
  height: 1px;
  background: #000;
  opacity: 0.3;
  margin-bottom: 24px; }

h3.form-step-question {
  font-size: 24px;
  color: #c5202d;
  font-weight: normal;
  line-height: normal; }

footer {
  background: #000;
  color: white;
  padding-top: 40px;
  padding-bottom: 56px; }
footer .footer-logo {
  max-width: 160px; }
@media (max-width: 767px) {
  footer .footer-logo {
    margin-bottom: 42px; } }
@media (max-width: 991px) {
  footer nav.footer-nav {
    text-align: right; } }
@media (max-width: 767px) {
  footer nav.footer-nav {
    text-align: left; } }
footer nav.footer-nav ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
  font-size: 14px; }
footer nav.footer-nav ul li {
  list-style: none;
  display: inline-block;
  margin-right: 56px; }
@media (max-width: 767px) {
  footer nav.footer-nav ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; } }
footer nav.footer-nav ul li:last-child {
  margin-right: 0; }
footer nav.footer-nav ul li a {
  color: white;
  text-decoration: none; }
footer nav.footer-nav ul li a:hover {
  color: #c5202d; }
footer .footer-divider {
  margin-top: 40px;
  margin-bottom: 32px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  height: 1px; }
footer ul.footer-legal-nav {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal; }
footer ul.footer-legal-nav li {
  margin-bottom: 10px; }
footer ul.footer-legal-nav li:last-child {
  margin-bottom: 0; }
footer ul.footer-legal-nav li a {
  color: white;
  text-decoration: none; }
footer ul.footer-legal-nav li a:hover {
  color: #c5202d; }
footer .footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: normal; }
@media (max-width: 767px) {
  footer .footer-copyright {
    text-align: left;
    margin-top: 32px; } }

.radio-group [type="radio"]:not(:checked),
.radio-group [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  transition: none; }
.radio-group input[type="radio"]:checked + label {
  background: #000;
  color: white;
  font-weight: bold;
  background-image: url(../img/api-icon-check.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 95% 50%;
  display: block !important;
  }
.radio-group .error {
  display: none !important; }
.radio-group label {
  padding: 13px 13px 12px 16px;
  font-size: 14px;
  border: 1px solid #000;
  display: block;
  border-radius: 3px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: none;
  }

input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 12px; }

#steps .step-total {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000; }
#steps .step-title {
  color: #c5202d;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 24px; }
#steps .steps, #steps .disabled {
  display: none; }
#steps .actions ul {
  list-style: none;
  padding-left: 0; }
#steps .actions ul li a {
  text-decoration: none;
  display: block;
  width: 100% !important;
  text-align: center; }
#steps .actions ul li:first-child {
  display: none; }

.view-pricing-details {
  font-size: 14px;
  color: #004c90;
  margin-top: 12px;
  margin-bottom: 12px; }
.view-pricing-details img {
  max-width: 14px;
  position: relative;
  top: 2px;
  cursor: pointer; }

input[type="text"] {
  width: 100%;
  border-radius: 3px;
  padding: 11px;
  border: 1px solid #949494;
  font-size: 14px;
  line-height: normal; }

input.states-tags-input {
  width: 100%;
  border: 0; }

.search-add-states {
  background-image: url(../img/api-icon-search.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 11px 50%;
  padding-left: 43px !important; }

.form-step-instructions {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 19px; }

.traditional-label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  }

textarea {
  width: 100%;
  padding: 13px;
  border-radius: 3px;
  border: 1px solid #949494;
  height: 229px; }

.select-group {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.select-group .lc, .select-group .rc {
  width: 46%;
}
.select-group .mc {
  width: 2%;
  text-align: center;
}
.select-group .mc .to {
  position: relative;
  right: 4px;
}
select {
  border-radius: 3px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  padding: 13px;
  border: 1px solid #949494;
  background: url(../img/api-triangle.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 9px; }

.form-group {
  margin-bottom: 16px; }
.form-group label {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
  display: block; }

  .filter-label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    }

.filter-value{
  border-radius: 3px;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  padding: 13px 13px 12px 16px;
  border: 1px solid #949494;
  background: url(../img/pencil-square.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 14px;
  font-size: 14px;
  color: black;
  font-style: normal;
  margin-bottom: 8px;
  cursor: pointer;
  }

  .filter-option a{
    text-decoration:none !important;
  }
.find-zip-codes-divider, .select-a-radius-divider {
  margin: 32px 0;
  border: 0;
  height: 1px;
  background: #d8d8d8; }

.leads-miles-of {
  display: flex;
  justify-content: space-between; }
.leads-miles-of .lc, .leads-miles-of .rc {
  width: 48%; }

.error-container + label {
  color: #c5202d;
  text-align: center;
  background: pink;
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px; }

ul.tagging_ul {
  border-radius: 4px;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: block;
  height: inherit;
  list-style: none;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100%;
  min-height: 50px; }

ul.tagging_ul {
  background-image: url("../img/api-icon-search.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 11px 50%;
  padding-left: 40px; }

ul.tagging_ul li {
  margin-right: 5px;
  margin-top: 5px;
  white-space: nowrap; }

ul.tagging_ul li.tagging_tag {
  background-color: #000;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  height: 28px;
  padding: 4px 8px 10px 8px;
  font-weight: bold; }

.tag_delete {
  color: white;
  margin-left: 5.6px;
  cursor: pointer;
  background: #c5202d;
  border-radius: 100%;
  font-size: 11px;
  width: 14px;
  height: 14px;
  display: inline-block;
  text-indent: 4px;
  position: relative;
  bottom: 2px; }
.tag_delete:hover {
  background: white;
  color: #c5202d !important; }

.tagging_tag:first-child .tag_delete {
  text-indent: 3px; }

ul.tagging_ul li.tagging_new {
  display: inline-block;
  margin-left: 0; }

ul.tagging_ul li.tagging_new input.tagging_new_input {
  border: none;
  box-shadow: none;
  display: inline;
  height: inherit;
  padding-bottom: 0;
  padding-top: 0;
  max-width: inherit; }

.tt-dropdown-menu {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #666666;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #666666;
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden; }

.tt-dropdown-menu .tt-suggestion {
  padding: 3px 20px;
  line-height: 24px; }

.tt-dropdown-menu .tt-suggestion p {
  margin: 0; }

.tt-dropdown-menu .tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0; }

.ui-widget-header {
  border: 2px solid #c5202d;
  border-radius: 0; }

.open-pricing-details, .view-pricing-details {
  cursor: pointer; }

.pricing-details-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  cursor: pointer;
  display: none; }

.pricing-details {
  position: absolute;
  left: 50%;
  width: 100%;
  max-width: 320px;
  max-height: 90%;
  top: 5%;
  background: white;
  transform: translateX(-50%);
  transition: all 300ms fade;
  overflow: auto;
  overflow-x: hidden;
  z-index: 99999;
  padding: 33px 32px 44px 32px;
  display: none;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.32); }
@media (min-width: 420px) {
  .pricing-details {
    box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.32);
    max-width: 416px; } }
.pricing-details .pricing-title-close-row {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.pricing-details .pricing-title h3 {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px; }
.pricing-details .pricing-close img {
  max-width: 22px;
  cursor: pointer;
  position: relative;
  top: 5px; }
.pricing-details .pricing-close img:hover {
  opacity: 0.8; }
.pricing-details h2 {
  margin-top: 0;
  color: #c5202d;
  margin-bottom: 0; }
.pricing-details p {
  font-size: 14px;
  line-height: 19px; }
.pricing-details p a {
  color: #004c90;
  text-decoration: none; }
.pricing-details p a:hover {
  color: #c5202d; }
.pricing-details .filter-option h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 16px; }
.pricing-details .bold {
  font-weight: bold; }
.pricing-details .pricing-details-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px; }
.pricing-details .pricing-details-call-us {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 19px; }
.pricing-details .pricing-details-call-us a {
  color: #004c90;
  text-decoration: none; }
.pricing-details .pricing-details-call-us a:hover {
  color: #c5202d; }
.pricing-details hr {
  border: 0;
  height: 1px;
  background: #d8d8d8; }
.pricing-details .close-pricing-details {
  text-align: center;
  font-weight: 900;
  color: #004c90;
  cursor: pointer; }
.pricing-details .close-pricing-details:hover {
  color: #c5202d; }

#states{
  width: 100% !important;
}
.select2-container {
  width: 100% !important;
  line-height: normal;
}
.select2-container--default .select2-selection--multiple {
  padding: 6px 12px 12px 12px !important;
}
#addLeadsToCartButton {
  width: 100% !important;
  display: block !important;
  max-width: 100%;
  border: 0;
  font-weight: bold !important;
  color: white;
  padding: 20px 20px;
  border-radius: 5px;
}
input[value="Change Filters"], #submit_order {
  background: #004c90;
  color: white;
  display: block;
  width: 100%;
  max-width: 320px;
  font-weight: bold !important;
  border: 0;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
input[value="Change Filters"]:hover {
  background: #c5202d;
}
.leads-results-tbl tr:first-child td {
  text-align: center;
  padding-bottom: 14px !important;
}
.icon-edit{
  content: '';
  background: url("../img/api-icon-edit.png");
  width: 24px;
  height: 28px;
  margin-left: 12px;
  display: inline-block;
  background-size: cover !important;

}
.filter_applied .icon-edit {
  margin-top: 26px;
}
.filter_applied h5.card-title {
  color: #c5202d;
  text-transform: capitalize;
  font-weight: 900;
}
.filter_applied {
  border-top: 1px solid #CCC;
  margin-top: 38px;
}
.filter-popup-button {
  text-align: center;
  padding-top: 34px;
}
.filter-popup-button button#fi_p_update {
  background-color: #1A4B90;
  color: #fff;
}

.close-menu, .mobile-header-pull-down, .mobile-header-pull-down-lead-types, .mobile-header-push-up-browse-lead-types {
  display: none;
}
.close-pull-down-lead-types {
  transform: rotate(45deg);
}
.close-menu {
  transform: scale(1.5);
  position: relative;
  top: 2px;
}
table.leads-prices-tbl {
  display: none;
}
div#message {
  display: none !important;
}
input#saveFiltersButton {
  background: none;
  border: 0 !important;
  font-weight: bold !important;
  text-align: center !important;
}
#addLeadsToCartButton {
  background: #004c90;
}
#addLeadsToCartButton:hover {
  background: #c5202d;
}
.section-heading {
  text-align: center !important;
  margin-bottom: 24px !important;
  font-weight: bold;
  font-size: 24px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 42px !important;
}
.message-info {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.form-3 {
  max-width: 600px !important;
  width: 100% !important;
  font-weight: 400;
  position: relative;
  margin: 20px auto 20px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  /*padding-bottom: 64px !important;*/
}
.section-heading + p {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form-3 label div {
  font-size: 14px;
  padding-top: 0;
}
#hor-line-tbl td {
  border-right: 0 !important;
}
.form-3 + p {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 64px;
}
form#addToCartForm {
  text-align: center;
  margin-top: 2px;
}
.matching-leads-number-tbl td {
  display: block !important;
  text-align: center;
  width: 100% !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.matching-leads-number-tbl div[align="right"] {
  text-align: center !important;
}
.lead-count-div {
  text-align: center;
  font-weight: bold;
}
.matching-leads-number-tbl strong {
  display: block;
  margin-bottom: 12px;
}
.matching-leads-number-tbl input#quantity {
  max-width: 110px;
  text-align: center;
}
.matching-leads-number-tbl input#amount {
  max-width: 110px;
  text-align: center;
}
.matching-leads-number-tbl tr:nth-last-child(2) {
  /*display: flex;*/
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.message-success, .message-error {
  background: #d4ffd2;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: green;
  font-weight: bold;
}
.message-error {
  background: #ffd2d2;
  color: red;
}
form#updateCartForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
input#apply_coupon, #checkoutLink {
  margin-top: 0;
  padding: 10px;
  background: #004c90;
  border: 0;
  color: white;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
}
input#apply_coupon:hover, #submit_order:hover {
  background: #c5202d;
}
input[name="remove_items"], input[name="continue_shopping"], input[name="change_credit_card"]{
  margin-bottom: 20px;
  background: #c5202d;
  max-width: 300px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border: 0;
  margin-left: auto;
  margin-right: auto !important;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
input[name="remove_items"]:hover, input[name="continue_shopping"]:hover, input[name="change_credit_card"]:hover {
  background: #004c90;
}

a#download_csv{
  margin-bottom: 20px;
  background:  #004c90 !important;
  max-width: 300px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border: 0;
  margin-left: auto;
  margin-right: auto !important;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
a#download_csv:hover {
  background: #c5202d !important
}

input[name="edit_prices"], input[name="reset_prices"], input[name="update_cart"], input[name="skip_credit_card_payment"], a#raw_csv, a#validated_csv{
  margin-bottom: 20px;
  background: #4CAF50; /* Green */
  max-width: 300px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border: 0;
  margin-left: auto;
  margin-right: auto !important;
  border-radius: 3px;
  cursor: pointer;
  display: block;
}
input[name="edit_prices"]:hover, input[name="reset_prices"]:hover, input[name="update_cart"]:hover , input[name="skip_credit_card_payment"]:hover, a#raw_csv:hover, a#validated_csv:hover{
  background: #507a18;;
}

a#checkoutLink {
  display: block !important;
  max-width: 300px !important;
  width: 100% !important;
  text-align: center;
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
}
a#checkoutLink:hover {
  background: #c5202d;
}
.spacer + div {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}


.form-3 label {
  font-family: 'Lato', sans-serif !important;
}

#tabs {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
input#pay_with_paypal_button {
  margin-top: 0;
}

#tabs ul:first-child {
  list-style: none;
  padding-left: 0;
}
#tabs ul:first-child li {
  width: 100%;
  max-width: 49%;
  display: inline-block;
}
#tabs ul:first-child li a {
  display: block !important;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 10px;
  width: 100%;
  background: white !important;
}
#tabs ul:first-child li a:hover {
  background: #eee;
}
#tabs-1 ul:first-child {
  list-style: disc !important;
  padding-left: 15px;
}
#tabs-1 ul li {
  max-width: 100% !important;
  display: block !important;
  margin-bottom: 20px;
}
#payPalPaymentForm li {
  list-style: disc;
}
#tabs-2 table {
  width: 100% !important;
}

@media(min-width: 768px) {
  .wrapper {
    padding-bottom: 225px;    /* Footer height */
  }

  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 225px;            /* Footer height */
  }
}


label.traditional-label.choose-desired-loan-type {
  margin-top: 30px;
}
.checkbox-group input[type="checkbox"] {
  display: none;
}
.checkbox-group input[type="checkbox"] + label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px !important;
  padding: 12px 21px 13px 44px;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  background-image: url(../img/forms-checkbox-unchecked.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 16px 50%;
  font-weight: bold;
}
.checkbox-group input[type="checkbox"]:checked + label {
  background: black;
  color: white;
  background-image: url(../img/forms-checkbox-checked.png);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 17px;
}
.desktop-header-login-btn {
  width: auto !important;
}



@media screen and (max-width: 767px) {
  table.responsive-table {
    border: 0;
  }

  table.responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important;
  }
  table.responsive-table input[type="checkbox"] {
    float: right;
  }
  .clearfix {
    clear: both;
  }
  table.responsive-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    text-align: left;
  }

  table.responsive-table td:last-child {
    border-bottom: 0;
  }
  #apply_coupon_div label {
    font-size: 16px;
  }
  #apply_coupon_div td {
    text-align: center !important;
  }
}
.ui-state-active {
  background: #eee !important;
  border: 0 !important;
  border-bottom: 0 !important;
}
#tabs ul:first-child .ui-state-active a {
  background: #eee !important;
  font-weight: bold !important;
}
#tabs ul:first-child li a {
  border: 1px solid #000 !important;
}
input#saveFiltersButton {
  display: none;
}
#updateCartForm input.submit:hover {
  color: white !important;
  font-weight: bold !important;
}
.back-action {
  margin-bottom: 18px !important;
  cursor: pointer;
}
.back-action .back-to a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  transition: all 300ms ease;
}

.back-action a:hover {
  color: #c5202d;
}
.back-action:hover .back-arrow {
  right: 6px;
}
.back-to a, .back-to {
  font-weight: bold;
  position: relative;
}
.back-to-step {
  color: black !important;
}
.back-to-step:hover {
  color: #c5202d !important;
}
.back-to, .back-to:before {
  content: '<';
  color: #c5202d;
  position: relative;
  margin-right: 6px;
  right: 0;
  transition: all 300ms ease;
}
.back-to:hover:before {
  right: 6px;
}
.user-header, .mobile-user-header {
  background: #000;
  color: white;
  font-weight: bold;
  padding-bottom: 20px;
}
.mobile-user-header {
  background: #333;
  margin-top: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.absolute-center {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
}  
