html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* AutoScore Colors */
/* SPRITES                                                                        */
/* 1. Enable sprite (use it to set parameters so icon_sprites.png can be used)    */
/* 2. Include the "sprite" mixin, with the following parameters:                  */
/*      $rect           : being the clipping rectangle for the sprite             */
/*      $rect2          : optional rectangle for the "hover" state                */
/*      $offX, $offY    : the positional offset of the sprite in the element      */
/*    Example usage:                                                              */
/*    @include sprite()                                                              */
/* 3. Adjust the clipping of a sprite if needed in another context                */
.icon_inline {
  display: inline-block;
  vertical-align: middle;
}

.icon_inline + span {
  margin-left: 5px;
}

a.link_with_icon {
  text-decoration: none;
}

a.link_with_icon span {
  text-decoration: underline;
}

.test_autouncle_cta {
  border: 1px solid #edeae6;
  padding: 18px;
  display: block;
  text-decoration: none;
  background-color: #FFF;
  overflow: hidden;
}

.test_autouncle_cta a {
  display: block;
}

.test_autouncle_cta:hover {
  background-color: #f6f3ef;
}

.test_autouncle_cta .icon {
  float: left;
  margin-right: 20px;
}

.test_autouncle_cta .text {
  overflow: hidden;
  display: block;
}

.test_autouncle_cta .heading {
  font-size: 18px;
  font-weight: bold;
}

.test_autouncle_cta + .test_autouncle_cta {
  margin-top: 18px;
}

.test_autouncle_cta > * {
  display: inline-block;
  vertical-align: middle;
}

.test_autouncle_cta .buying_icon {
  display: inline-block;
  background: url(//assets.autouncle.com/assets/front_page/category_icons-bb893ed532fee7e9ffcbbcd64682d0d93e1d8cc220ffa3f18e804769ad1722ca.png) no-repeat 0 0;
  width: 144px;
  height: 96px;
  margin-right: 20px;
  vertical-align: middle;
}

.test_autouncle_cta h3 {
  margin: 0 !important;
}

body.selling_reports {
  background: #292e2f;
  padding-top: 0;
  margin: 0;
}

body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.selling_reports #top-wrapper {
  height: auto;
}

body.selling_reports #content-wrapper {
  box-shadow: none;
}

body.selling_reports #footer-wrapper {
  background: none;
  border: 0 none;
  color: #f6f3ef;
  padding: 20px 0;
}

body.selling_reports #footer-wrapper a {
  color: #f6f3ef;
}

body.selling_reports #footer {
  width: auto;
  padding: 0;
}

body.selling_reports #top-inner {
  background: #f6f3ef url(//assets.autouncle.com/assets/bg_white_to_alternate_soft-0218e3d819603748c3b56c1b15fae60b181431dd94ce659d85c9ae09f7891de6.png) repeat-x top;
  border-bottom: 1px solid #edeae6;
  padding: 15px 20px;
  overflow: hidden;
}

body.selling_reports #top-inner #logo {
  float: left;
}

body.selling_reports #top-inner > .right {
  float: right;
}

body.selling_reports #content-inner {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
}

body.selling_reports #flash_messages {
  margin: 0 20px;
}

body.selling_reports .popup_text {
  max-width: 100%;
}

body.selling_reports #mobile-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

body.selling_reports #mobile-popup .popup-content {
  background-color: white;
  padding: 20px 0 0 0;
  border-radius: 16px;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
}

body.selling_reports #mobile-popup .popup-content .close-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

body.selling_reports #mobile-popup .popup-content .close-popup:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

body.selling_reports #mobile-popup .popup-content .popup-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}

body.selling_reports #mobile-popup .popup-content .car-value-graph {
  background-color: #f0f2f5;
  padding: 20px;
  border-radius: 12px;
  margin: 0 20px;
  position: relative;
}

body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .price-range-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .month-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .chart-svg {
  width: 100%;
  height: 32px;
}

@media (min-width: 640px) {
  body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .chart-svg {
    height: 40px;
  }
}

body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-container .value-increase-label {
  fill: #01acdb;
  font-weight: 700;
  font-size: 12px;
}

body.selling_reports #mobile-popup .popup-content .app-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-icon {
  width: 45px;
  height: 45px;
  background-color: #01acdb;
  background: linear-gradient(135deg, deepskyblue, #0099cc);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-icon img {
  width: 28px;
  height: 28px;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-details {
  text-align: center;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-name {
  justify-self: start;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-ratings {
  display: flex;
  gap: 14px;
  justify-content: center;
}

body.selling_reports #mobile-popup .popup-content .app-info .app-details .app-ratings .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #666;
}

body.selling_reports #mobile-popup .popup-content .app-features {
  padding: 20px;
  background-color: rgba(94, 186, 94, 0.05);
}

body.selling_reports #mobile-popup .popup-content .app-features .features-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card {
  background-color: white;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(94, 186, 94, 0.2);
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card:not(:last-child) {
  margin-bottom: 12px;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-icon {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-icon img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(80%) contrast(119%);
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content {
  flex: 1;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content .feature-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-content .feature-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

body.selling_reports #mobile-popup .popup-content .app-features .feature-card .feature-badge {
  background-color: #4caf50;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

body.selling_reports #mobile-popup .popup-content .cta-button {
  padding: 20px;
}

body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button {
  width: 100%;
  background: linear-gradient(135deg, deepskyblue, #0099cc);
  color: white;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3);
}

body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button:hover {
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

body.selling_reports #mobile-popup .popup-content .cta-button .get-app-button img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(100%);
}

@media (max-width: 480px) {
  body.selling_reports #mobile-popup {
    padding: 10px;
  }
  body.selling_reports #mobile-popup .popup-content {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
  }
  body.selling_reports #mobile-popup .popup-content .car-value-graph {
    margin: 0 10px;
    padding: 14px 10px;
  }
  body.selling_reports #mobile-popup .popup-content .car-value-graph .graph-placeholder {
    height: 100px;
  }
  body.selling_reports #mobile-popup .popup-content .app-info {
    padding: 24px 10px;
    justify-content: center;
  }
  body.selling_reports #mobile-popup .popup-content .app-info .app-icon {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
  body.selling_reports #mobile-popup .popup-content .app-info .app-name {
    font-size: 20px;
  }
  body.selling_reports #mobile-popup .popup-content .app-features {
    padding: 14px 10px;
  }
  body.selling_reports #mobile-popup .popup-content .app-features .feature-card {
    padding: 12px;
  }
  body.selling_reports #mobile-popup .popup-content .cta-button {
    padding: 14px 10px;
  }
}

section#sales_page > section {
  clear: both;
}

section#sales_page section.video {
  padding-bottom: 0;
  margin-bottom: 0;
}

section#sales_page .video-player {
  position: relative;
  z-index: 2;
}

section#sales_page section.primary {
  margin-top: 20px;
  position: relative;
  padding: 20px;
  background: url(//assets.autouncle.com/assets/dark_leather_tall-ff04998f68ca3da1a0f90ddb03f8b0b851fbc7253c749594417b20ce6a720b64.jpg) repeat-x 0 0;
  background-color: #202e31;
  color: #cecdcb;
}

section#sales_page section.primary::after {
  clear: both;
  content: "";
  display: block;
}

section#sales_page section.primary article.start h2 {
  border-bottom: none;
  color: #f6f3ef;
  font-size: 20px;
  margin: 0 0 15px 0;
}

section#sales_page section.primary article.start .cannot_find_car {
  display: none;
  position: absolute;
  top: 40px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 4px;
  color: white;
}

section#sales_page section.primary article.start .cannot_find_car.it_text {
  top: 30px;
}

section#sales_page section.primary article.start .cannot_find_car a {
  color: #1BADD5;
}

section#sales_page section.primary article.start .cannot_find_car .details {
  display: none;
}

section#sales_page section.primary article.start > p, section#sales_page section.primary article.start > h2 {
  margin: 0 0 .5em 0;
}

section#sales_page section.primary article.video {
  position: relative;
  margin-top: 20px;
}

section#sales_page section.primary article.video a.report_example {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}

section#sales_page section.primary article.video a.report_example > img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

section#sales_page section.primary article.video a.report_example .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

section#sales_page section.primary article.video a.report_example .link i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

section#sales_page section.primary article.video a.report_example .link > span {
  text-decoration: underline;
}

section#sales_page section.primary article.video a.report_example:hover .link {
  background-color: rgba(0, 0, 0, 0.8);
}

section#sales_page section.cta_form {
  background: url(//assets.autouncle.com/assets/dark_leather_tall-ff04998f68ca3da1a0f90ddb03f8b0b851fbc7253c749594417b20ce6a720b64.jpg) repeat-x 0 0;
  background-color: #202e31;
  color: #cecdcb;
}

section#sales_page section.cta_form form {
  overflow: hidden;
}

section#sales_page section.cta_form form > article .row {
  margin-bottom: 15px;
  position: relative;
}

section#sales_page section.cta_form form > article .row::after {
  clear: both;
  content: "";
  display: block;
}

section#sales_page section.cta_form form > article .row > label {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  color: #f6f3ef;
  display: block;
}

section#sales_page section.cta_form form > article .row.equipment_variant {
  display: none;
}

section#sales_page section.cta_form form > article .row .spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

section#sales_page section.cta_form form > article .row .spinner .spin {
  width: 32px;
  height: 32px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #1BADD5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

section#sales_page section.cta_form form > article.rest, section#sales_page section.cta_form form > article.equipment, section#sales_page section.cta_form form > article.km {
  display: none;
}

section#sales_page section.cta_form form > article.first .row > label, section#sales_page section.cta_form form > article.rest .row > label, section#sales_page section.cta_form form > article.km .row > label {
  display: block;
  margin-bottom: 5px;
}

section#sales_page section.cta_form form > article.first .row .error, section#sales_page section.cta_form form > article.first .row div.invalid, section#sales_page section.cta_form form > article.rest .row .error, section#sales_page section.cta_form form > article.rest .row div.invalid, section#sales_page section.cta_form form > article.km .row .error, section#sales_page section.cta_form form > article.km .row div.invalid {
  position: static;
  display: block;
  margin: 5px 0;
  text-align: left;
  background: #f8d7da;
  color: #721c24;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
}

section#sales_page section.cta_form form > article.first .row input[type=text], section#sales_page section.cta_form form > article.first .row select, section#sales_page section.cta_form form > article.first .row input[type=number], section#sales_page section.cta_form form > article.rest .row input[type=text], section#sales_page section.cta_form form > article.rest .row select, section#sales_page section.cta_form form > article.rest .row input[type=number], section#sales_page section.cta_form form > article.km .row input[type=text], section#sales_page section.cta_form form > article.km .row select, section#sales_page section.cta_form form > article.km .row input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  height: 44px;
}

section#sales_page section.cta_form form > article.first .row input.invalid[type=text], section#sales_page section.cta_form form > article.first .row select.invalid, section#sales_page section.cta_form form > article.first .row input.invalid[type=number], section#sales_page section.cta_form form > article.rest .row input.invalid[type=text], section#sales_page section.cta_form form > article.rest .row select.invalid, section#sales_page section.cta_form form > article.rest .row input.invalid[type=number], section#sales_page section.cta_form form > article.km .row input.invalid[type=text], section#sales_page section.cta_form form > article.km .row select.invalid, section#sales_page section.cta_form form > article.km .row input.invalid[type=number] {
  border: 1px solid #dc3545;
}

section#sales_page section.cta_form form > article.first .row input[type=text][disabled], section#sales_page section.cta_form form > article.first .row select[disabled], section#sales_page section.cta_form form > article.first .row input[type=number][disabled], section#sales_page section.cta_form form > article.rest .row input[type=text][disabled], section#sales_page section.cta_form form > article.rest .row select[disabled], section#sales_page section.cta_form form > article.rest .row input[type=number][disabled], section#sales_page section.cta_form form > article.km .row input[type=text][disabled], section#sales_page section.cta_form form > article.km .row select[disabled], section#sales_page section.cta_form form > article.km .row input[type=number][disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

section#sales_page section.cta_form form > article.equipment {
  clear: both;
  margin-bottom: 20px;
}

section#sales_page section.cta_form form > article.equipment .row {
  margin-top: 20px;
}

section#sales_page section.cta_form form > article.equipment .row::after {
  clear: both;
  content: "";
  display: block;
}

section#sales_page section.cta_form form > article.equipment .row > label {
  text-align: left;
  margin-bottom: 10px;
  display: block;
}

section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input label {
  font-weight: normal;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

section#sales_page section.cta_form form > article.equipment .row .multi_checkbox_input label input[type=checkbox] {
  margin-right: 8px;
}

section#sales_page section.cta_form form input {
  display: inline-block;
  vertical-align: middle;
}

section#sales_page section.cta_form form input[type=text], section#sales_page section.cta_form form select, section#sales_page section.cta_form form input[type=number] {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  height: 44px;
  padding: 10px;
  box-sizing: border-box;
}

section#sales_page section.cta_form form input[type=submit] {
  font-size: 16px;
  height: 50px;
  width: 100%;
  background: #1BADD5;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

section#sales_page section.cta_form form input[type=submit][disabled] {
  background: #ccc;
  cursor: not-allowed;
}

section#sales_page section.cta_form form .row.fuel {
  display: none;
}

section#sales_page section.cta_form.fields_on > article {
  width: 100%;
}

section#sales_page section.cta_form.fields_on article.video {
  display: none;
}

section#sales_page section.cta_form.fields_on article.start form > article.first, section#sales_page section.cta_form.fields_on article.start form > article.rest {
  width: 100%;
  margin-bottom: 20px;
}

section#sales_page section.cta_form.fields_on article.start form > article.rest {
  margin-right: 0;
}

section#sales_page section.cta_form.fields_on article.start form > article.km {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

section#sales_page section.cta_form.secondary_cta {
  text-align: center;
  background: #1BADD5;
  color: white;
  padding: 30px 20px;
}

section#sales_page section.cta_form.secondary_cta h2 {
  font-size: 20px;
  margin: 0 0 15px 0;
  border: none;
}

section#sales_page section.cta_form.secondary_cta .button {
  display: inline-block;
  background: white;
  color: #1BADD5;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
}

section#sales_page section.cta_form.secondary_cta .button:hover {
  background: #f0f0f0;
  text-decoration: none;
}

section#sales_page section.obs {
  clear: none;
  color: #b9b7b5;
  margin-top: 0;
  margin-bottom: 0;
  background: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  display: flex;
  align-items: center;
}

section#sales_page section.obs > dfn {
  font-style: normal;
  font-size: 24px;
  margin-right: 15px;
  color: #f0ad4e;
}

section#sales_page section.obs p {
  font-size: 16px;
  margin: 0;
  flex: 1;
}

section#sales_page section.partners {
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  background-color: #f6f3ef;
}

section#sales_page section.cars_estimated_small {
  padding: 20px;
  text-align: center;
  background-color: #f6f3ef;
}

section#sales_page section.cars_estimated_small h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  border: none;
}

section#sales_page section.cars_estimated_small h2 .big_number {
  font-size: 32px;
  color: #1BADD5;
  margin: 0 5px;
}

section#sales_page section.cars_estimated_small p.more {
  font-size: 12px;
  margin: 10px 0 0 0;
}

section#sales_page section#benefits {
  background: white;
  padding: 20px;
}

section#sales_page section#benefits h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  border: none;
}

section#sales_page section#benefits article {
  margin-bottom: 20px;
  text-align: center;
}

section#sales_page section#benefits article:last-child {
  margin-bottom: 0;
}

section#sales_page section#benefits article h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  border: none;
}

section#sales_page section#benefits article img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

section#sales_page section#benefits article p {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}

section#sales_page section.testimonials {
  padding: 20px;
  background: #f8f9fa;
}

section#sales_page section.testimonials article {
  text-align: center;
}

section#sales_page section.testimonials article p {
  font-size: 16px;
  font-style: italic;
  margin: 0 0 10px 0;
}

section#sales_page section.testimonials article p em {
  font-style: italic;
}

section#sales_page section.testimonials article p .name {
  display: block;
  font-weight: bold;
  font-style: normal;
  margin-top: 10px;
}

section#sales_page section.press {
  padding: 20px;
  background: white;
}

section#sales_page section.objections {
  padding: 20px;
  background: white;
}

section#sales_page section.objections h2 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 15px 0;
  border: none;
}

section#sales_page section.objections h3 {
  text-align: center;
  margin: 0 0 15px 0;
  border: none;
}

section#sales_page section.objections h3 .big_number {
  font-size: 28px;
  color: #1BADD5;
  margin: 0 5px;
}

section#sales_page section.objections article {
  margin-bottom: 15px;
}

section#sales_page section.objections article:last-child {
  margin-bottom: 0;
}

section#sales_page section.objections article p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

section#sales_page section.more_text {
  padding: 20px;
  background: white;
}

section#sales_page section.more_text h2 {
  margin-top: 0;
  font-size: 22px;
  text-align: center;
  border: none;
}

section#sales_page section.more_text article.column {
  margin-bottom: 20px;
}

section#sales_page section.more_text article.column.last {
  margin-bottom: 0;
}

h1 {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
}

h1 + h2 {
  text-align: center;
  margin: 0 0 15px 0;
  border-bottom: none;
  font-size: 16px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #edeae6;
}

p {
  margin: .5em 0 .8em 0;
}

.attention_box {
  border-radius: 10px;
  padding: 18px 18px 18px 62px;
  background: #fbf5c7;
  position: relative;
  font-size: 12px;
  margin-bottom: 18px;
}

.attention_box > .icon, .attention_box > i {
  position: absolute;
  top: 18px;
  left: 18px;
  background: url(//assets.autouncle.com/assets/apps/in_app_sprite-853846cc2cde41812b12dd00086320053281056e130fec46636a36a7ac65df06.png) no-repeat 0 -26px;
  width: 26px;
  height: 26px;
}

.nr_plate {
  background: url(//assets.autouncle.com/images/selling_reports/nr_plate_small.png) no-repeat 0 0;
  width: 150px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 36px;
  text-indent: 26px;
  text-align: left;
}

.big_number {
  font-size: 32px;
  vertical-align: middle;
  margin: 0 5px;
}

ul.with_green_ticks li {
  list-style-type: none;
  padding-left: 30px;
  background: url(//assets.autouncle.com/assets/tick_green-ceb94f89d5b2131ffe01c3956993e9b6d25d727347faa423a904f6e2fda95b71.png) no-repeat 0 2px;
  margin-bottom: 1em;
}

ul.car_info_list {
  text-align: left;
}

ul.car_info_list > li {
  overflow: hidden;
  padding: 5px;
}

ul.car_info_list > li.car_headline {
  font-weight: normal;
}

ul.car_info_list > li.odd {
  background-color: #f6f3ef;
}

ul.car_info_list > li > dfn {
  float: left;
  width: 45%;
}

ul.car_info_list > li > span {
  display: block;
}

@media screen and (min-width: 768px) {
  body.selling_reports {
    padding-top: 20px;
  }
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    padding: 0 40px;
  }
  body.selling_reports #top-inner {
    padding: 20px 40px;
  }
  body.selling_reports #flash_messages {
    margin: 0 40px;
  }
  section#sales_page section.primary {
    padding: 40px;
  }
  section#sales_page section.primary article.start h2 {
    font-size: 24px;
  }
  section#sales_page section.primary article.video {
    margin-top: 0;
  }
  section#sales_page section.primary article.video a.report_example > img {
    max-width: 400px;
  }
  section#sales_page section.cta_form {
    padding: 40px;
  }
  section#sales_page section.cta_form.secondary_cta {
    padding: 40px;
  }
  section#sales_page section.obs {
    padding: 20px 40px;
  }
  section#sales_page section.partners,
section#sales_page section.cars_estimated_small,
section#sales_page section#benefits,
section#sales_page section.testimonials,
section#sales_page section.press,
section#sales_page section.objections,
section#sales_page section.more_text {
    padding: 40px;
  }
  h1 {
    font-size: 32px;
    padding: 40px 0 0 0;
  }
  h1 + h2 {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  body.selling_reports {
    padding-top: 20px;
  }
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  body.selling_reports #content-wrapper {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  body.selling_reports #top-inner {
    padding: 20px 40px;
  }
  body.selling_reports #flash_messages {
    margin: 0 40px;
  }
  section#sales_page section.primary {
    padding: 40px;
    margin-top: 40px;
  }
  section#sales_page section.primary article.start h2 {
    font-size: 24px;
  }
  section#sales_page section.primary article.video {
    margin-top: 0;
  }
  section#sales_page section.primary article.video a.report_example > img {
    max-width: 500px;
  }
  section#sales_page section.cta_form {
    padding: 40px;
  }
  section#sales_page section.cta_form > article {
    float: left;
    margin-right: 3.28774%;
    width: 48.35613%;
  }
  section#sales_page section.cta_form > article.video {
    margin-right: 0;
  }
  section#sales_page section.cta_form.fields_on > article {
    width: 100%;
  }
  section#sales_page section.cta_form.fields_on article.video {
    display: none;
  }
  section#sales_page section.cta_form.fields_on article.start form > article.first, section#sales_page section.cta_form.fields_on article.start form > article.rest {
    float: left;
    margin-right: 3.28774%;
    width: 48.35613%;
  }
  section#sales_page section.cta_form.fields_on article.start form > article.rest {
    margin-right: 0;
  }
  section#sales_page section.cta_form.fields_on article.start form > article.km {
    float: left;
    margin-left: 51.64387%;
    margin-right: 0;
    width: 48.35613%;
  }
  section#sales_page section.cta_form.secondary_cta {
    padding: 40px;
  }
  section#sales_page section.obs {
    padding: 20px 40px;
  }
  section#sales_page section.partners,
section#sales_page section.cars_estimated_small,
section#sales_page section#benefits,
section#sales_page section.testimonials,
section#sales_page section.press,
section#sales_page section.objections,
section#sales_page section.more_text {
    padding: 40px;
  }
  h1 {
    font-size: 42px;
    padding: 1em 0 0 0;
  }
  h1 + h2 {
    font-size: 20px;
  }
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  body.selling_reports #top-wrapper, body.selling_reports #content-wrapper, body.selling_reports #footer-wrapper {
    max-width: 1200px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
