.gc-article {
  display: block;
  overflow: hidden;
  position: relative;
}

.gc-article-wrapper {
  padding: 0;
}

.gc-article-date {
  display: none;
}

.gc-article-image {
  width: 120%;
}

.gc-article-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.gc-article-overlay {
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.gc-article-text {
  display: none;
}

.gc-article-title {
  color: #ffffff;
}

.gc-article-title {
  margin: 0;
}

@media (min-width: 768px) {
  .gc-article-image {
    width: 100%;
  }
  .gc-article-image-container {
    min-height: 228px;
    height: 228px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gc-article-overlay {
    height: 100%;
    padding: 35px;
    right: 0;
    width: 50%;
  }

  .gc-article-text {
    color: #ffffff;
    font-family: Exo2;
    font-size: 18px;
    line-height: 35px;
  }

  .gc-article-text {
    display: inline-block;
  }

  .gc-article-title {
    font-size: 30px; 
    line-height: 45px;
  }

  .gc-article-title {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .gc-article {
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
  }

  .gc-article:hover {
    text-decoration: none;
  }

  .gc-article-container {
    float: left;
    padding: 0 10px;
    text-align: left;
    width: -webkit-calc(966px / 3);
    width: -moz-calc(966px / 3);
    width: calc(966px / 3);
  }

  .gc-article-date {
    background-color: #f36b39;
  }

  .gc-article-date {
    color: #fdefea;
    font-family: Exo2;
    font-size: 18px;
    line-height: 35px;
  }

  .gc-article-date {
    display: inline-block;
    padding: 0 15px;
    position: absolute;
  }

  .gc-article-overlay {
    background-color: transparent;
  }

  .gc-article-overlay {
    padding: 15px 0 30px 0;
    position: relative;
    width: 100%;
  }

  .gc-article-text {
    font-size: 15px;
    line-height: 20px;
    color: #666 !important;
  }

  .gc-article-text,
  .gc-article-title {
    color: #534a46;
  }

  .gc-article-title {
    font-size: 22px;
    line-height: 35px;
  }

  .gc-article-title {
    margin-bottom: 10px;
  }

  .gc-article-wrapper {
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .gc-article-container {
    width: 33%;
  }
}

















.gc-article-container {
  position: relative;
}

.gc-article-title, .gc-article-title a, .gc-article-title a:hover, .gc-article-title a:active {
  color: white;
}

@media (min-width: 992px) {
  .gc-article-title, .gc-article-title a, .gc-article-title a:hover, .gc-article-title a:active {
    color: #534a46
  }
}
@media (max-width: 767px) {
  .gc-article-overlay {
    position: relative !important;
  }
}


.gc-banner {
  background-color: #f3f3f3;
}

.gc-banner {
  text-align: center;
}

.gc-banner {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gc-banner-button {
  background-color: #f36b38;
  border: 0;
  color: #fff9f7;
}

.gc-banner-button {
  font-family: Exo2;
  font-size: 18px;
}

.gc-banner-button {
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 25px;
}

.gc-banner-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.gc-banner-text {
  color: #534a46;
}

.gc-banner-text {
  font-family: Exo2;
  font-size: 18px;
  font-weight: 300;
  /*white-space: nowrap;*/
}

.gc-banner-title {
  color: #534a46;
}

.gc-banner-title {
  font-family: Exo2;
  font-size: 25px;
  font-weight: bold;
}

.gc-banner-title {
  margin-top: 0;
}

.gc-browse-car {
  width: 100%;
}

.gc-browse-car-icon {
    display: block;
    font: normal 65pt 'icon';
    color: #7e7f80;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
}

.gc-browse-car-label {
  display: none;
}

.gc-browse-car-wrapper {
  float: left;
  padding: 15px 10px;
  width: 25%;
}

.gc-browse-car-wrapper:hover {
  background-color: #ffffff;
}

.gc-browse-cars {
  background-color: #f3f3f3;
  padding: 0;
}

.gc-browse-cars {
  min-height: 150px;
  overflow: hidden;
  position: relative;
}

.gc-browse-cars-boxes {
  margin-bottom: 15px;
  overflow: hidden;
  top: 50px;
}

.gc-browse-cars-title {
  font-family: Exo2;
  font-size: 17px;
  top: 0;
}

.gc-browse-cars-title {
  margin-left: 15px;
}

.gc-browse-cars-wrapper {
  background-color: #f3f3f3;
}

.gc-browse-cars-wrapper {
  width: 100%;
}

@media (min-width: 480px) {
  .gc-browse-car-label {
    display: inline-block;
    margin-top: 10px;
  }

  .gc-browse-car-wrapper {
    font-family: Exo2;
  }

  .gc-browse-car-wrapper {
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .gc-browse-car-wrapper,
  .gc-browse-car-wrapper:hover {
    color: #00577e;
  }

  .gc-browse-cars-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .gc-browse-car-wrapper {
    padding: 15px 55px;
  }

  .gc-browse-car-wrapper:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
  }

  .gc-browse-cars {
    padding: 0 15px 20px;
  }

  .gc-browse-cars-boxes {
    overflow: visible;
  }

  .gc-browse-cars-title {
    font-size: 22px;
  }

  .gc-browse-cars-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .gc-browse-car-wrapper {
    padding: 15px 75px;
  }
}

.gc-calculator {
  background-color: #f36b38;
}

.gc-calculator {
  text-align: center;
}

.gc-calculator {
  min-height: 210px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
}

.gc-calculator-close {
  cursor: pointer;
  display: none;
}

.gc-calculator-disclaimer {
  color: #fef2eebd;
  font-size: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: left;
}

.gc-calculator-dropdown {
  border: 0;
  height: 100%;
  width: calc(100% - 16px);
  margin: 0 8px;
}

.gc-calculator-dropdown-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
}

.gc-calculator-dropdown-wrapper {
  height: 45px;
  margin-bottom: 10px;
  width: 100%;
}

.gc-calculator-find-button {
  background-color: transparent;
}

.gc-calculator-find-button {
  color: #fef2ee;
}

.gc-calculator-find-button {
  border: 1px solid #fef2ee;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 8px 12px;
}

.gc-calculator-find-button-icon {
  margin-left: 6px;
}

.gc-calculator-form {
  overflow: hidden;
}

/*.gc-calculator-form > div:nth-of-type(1) {
  padding-right: 7px;
} 

.gc-calculator-form > div:nth-of-type(2) {
  padding-left: 7px;
}*/ 

.gc-calculator-form-label {
  color: #fef2ee;
}

.gc-calculator-form-label {
  font-family: Exo2;
  font-size: 16px;
  font-weight: normal;
}

.gc-calculator-input {
  border: 0;
}

.gc-calculator-input {
  height: 45px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  border-radius: 5px;
}

.gc-calculator-input-currency {
  text-indent: 20px;
}

.gc-calculator-input-currency-wrapper {
  position: relative;
}

.gc-calculator-input-currency-wrapper::before {
  content: '$';
  display: inline-block;
  padding-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.gc-calculator-payment {
  font-size: 35px;
  vertical-align: middle;
}

.gc-calculator-payment-container {
  clear: both;
}

.gc-calculator-payment-container {
  color: #fef2ee;
  font-family: Exo2, Exo, Times New Roman;
}

.gc-calculator-payment-currency,
.gc-calculator-payment-term {
  font-style: italic;
}

.gc-calculator-payment {
  white-space: nowrap;
}

.gc-calculator-payment-term {
  vertical-align: sub;
}

.gc-calculator-payment-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}

.gc-calculator-percentage {
  text-align: right;
}

.gc-calculator-tag-picture {
  height: 25px;
  vertical-align: middle;
}

.gc-calculator-title {
  color: #fef2ee;
}

.gc-calculator-title {
  font-family: Exo2;
  font-size: 24px;
}

.gc-calculator-title {
  margin-bottom: 4px;
  margin-top: 12px;
  top: 0;
}

@media (min-width: 768px) {
  .gc-calculator-form-label {
    clear: left;
    line-height: 44px;
    padding-right: 10px;
    text-align: right;
    width: 85px;
  }

  .gc-calculator-dropdown-wrapper,
  .gc-calculator-form-label,
  .gc-calculator-input-currency-wrapper {
    float: left;
  }
  
  .gc-calculator-dropdown-wrapper,
  .gc-calculator-input-currency-wrapper {
    text-align: left;
    width: calc(100% - 85px);
  }

  .gc-calculator-form {
    padding-right: 70px;
  }

  .gc-calculator-form > div:nth-of-type(1) {
    padding-right: 0;
  }

  .gc-calculator-form > div:nth-of-type(2) {
    padding-left: 0;
  }

  .gc-calculator-form-pane {
    float: left;
    width: calc(100% / 3);
  }

  .gc-calculator-input {
    float: left;
    width: calc(100% - 85px);
  }

  .gc-calculator-input-currency-wrapper > .gc-calculator-input{
    width: 100%;
  }

  .gc-calculator-payment-container {
    display: inline;
  }
}

@media (min-width: 992px) {
  .gc-calculator {
    border-radius: 3px;
    float: right;
    margin-right: 25px;
    margin-top: 25px;
    padding: 0 0 25px 0;
    transition: width 0.5s ease;
    width: 300px;
  }

  .gc-calculator.gc-open {
    width: 600px;
  }

  .gc-calculator.gc-open .gc-calculator-payment-wrapper {
    clear: unset;
    margin-top: -40px;
  }

  .gc-calculator.gc-open .gc-calculator-close {
    color: #ffffff;
    font-size: 20px;
  }

  .gc-calculator.gc-open .gc-calculator-close {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 25px;
  }

  .gc-calculator.gc-open .gc-checkmark-container {
    display: none;
  }

  .gc-calculator.gc-open .gc-calculator-disclaimer {
    bottom: 0;
    display: inline-block;
    position: relative;
  }

  .gc-calculator-disclaimer {
    background-color: #f36b38;
  }

  .gc-calculator-disclaimer {
    display: none;
    bottom: 10px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    z-index: 2;
  }

  .gc-calculator-disclaimer.gc-open {
    display: block;
  }

  .gc-calculator-dropdown-wrapper,
  .gc-calculator-input {
    height: 33px;
    margin-bottom: 5px;
  }

  .gc-calculator-find-button {
    margin-bottom: 0;
  }

  .gc-calculator-form {
    margin-top: 5px;
    overflow: visible;
    padding-right: 0;
  }

  .gc-calculator-form-label {
    line-height: 35px;
  }

  .gc-calculator-form-pane {
    background-color: #f36b38;
  }

  .gc-calculator-form-pane {
    float: none;
    overflow: visible;
    width: 275px;
  }

  .gc-calculator-form-pane:nth-of-type(1) {
    height: 115px;
  }

  .gc-calculator-form-pane:nth-of-type(1),
  .gc-calculator-form-pane:nth-of-type(2) {
    position: relative;
    z-index: 2;
  }

  .gc-calculator-form-pane:nth-of-type(2) {
    height: 70px;
  }

  .gc-calculator-form-pane:nth-of-type(3) {
    position: absolute;
    right: 25px;
    top: 62px;
  }

  .gc-calculator-payment-container {
    display: block;
  }

  .gc-calculator-payment-wrapper {
    clear: both;
    overflow: hidden;
    min-width: 300px;
  }
}


















@media (min-width: 768px) {
  div.gc-calculator-form-pane.left {
    margin-left: 20%;
  }
}

@media (min-width: 992px) {
  div.gc-calculator-form-pane.left {
    margin-left: 0;
  }
}
a#paymentInventory {
  font-family: Exo2;
  font-size: 17px;
  color: #fef2ee;
  text-decoration: none;
  font-weight: bold;
}
a#paymentInventory:hover {
  color: #fef2ee;
}
div.gc-calculator-payment-container.monthlyPayment dfn {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 5px;
}

.gc-calculator div.enhancedFields, input.score, label.score {
  display: none !important;
}

.gc-slider {
  color: #fef2ee;
  font-family: Exo2;
  font-size: 14px;
  font-weight: normal;
}

.gc-slider {
  display: inline-block;
  left: 0;
  margin-bottom: 10px;
  position: relative;
  user-select: none;
}

.gc-slider-stop {
  display: inline-block;
  padding-top: 20px;
  position: relative;
  width: 50px;
}

.gc-slider-stop::after {
  background-color: #fef2ee;
  content: ' ';
  height: 5px;
  left: 50%;
  position: absolute;
  top: -2px;
  width: 1px;
}

.gc-slider-stop::before {
  background-image: linear-gradient(to right, #fef2ee 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  content: ' ';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gc-slider-stop-begin::before {
  left: auto;
  right: 0;
  width: 50%;
}

.gc-slider-stop-container {
  white-space: nowrap;
}

.gc-slider-stop-end::before {
  right: auto;
  left: 0;
  width: 50%;
}

.gc-slider-tab {
  background-color: #fef2ee;
  border-radius: 10px;
  height: 20px;
  width: 10px;
}

.gc-slider-tab-wrapper {
  border: 5px solid rgba(255,255,255,.5);
  border-radius: 10px;
  cursor: grab;
  left: 15px;
  position: absolute;
  top: -14px;
}

.gc-slider-tab-wrapper:active {
  cursor: grabbing;
}

.gc-slider-wrapper {
  display: inline-block;
  overflow: hidden;
  padding-top: 20px;
  width: calc(100% - 90px);
}

.gc-slider-container {
  position: relative;
}
.gc-slider-left-arrow {
  border-bottom: 10px solid transparent; 
  border-right: 10px solid #fef2ee; 
  border-top: 10px solid transparent;
}
.gc-slider-left-arrow {
  display: inline-block;
  float: left;
  left: 25px;
  height: 0;
  position: relative; 
  top: 10px;
  width: 0; 
}
 .gc-slider-right-arrow {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fef2ee;
}
 .gc-slider-right-arrow {
  display: inline-block;
  float: right;
  right: 25px;
  height: 0;
  position: relative; 
  top: 10px;
  width: 0; 
}

.gc-checkmark {
  background-color: #ffffff;
}

.gc-checkmark {
  height: 25px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px;
}

.gc-checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.gc-checkmark-container {
  color: #ffffff;
  font-family: Exo2;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
}

.gc-checkmark-container {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  padding-left: 35px;
  position: relative;
  user-select: none;
}

.gc-checkmark-container input:checked ~ .gc-checkmark:after {
  display: block;
}

.gc-checkmark-container .gc-checkmark:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-width: 0 3px 3px 0;
  border-color: #f36b39;
  border-style: solid;
  height: 10px;
  left: 10px;
  top: 7px;
  transform: rotate(45deg);
  width: 6px;
}

.gc-checkmark-input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.gc-checkmark-wrapper {
  float: left;
  margin-bottom: 10px;
  padding: 0 0 0 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.gc-icons {
  background-color: #ffffff;
}

.gc-icons {
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
}

.gc-icons.gc-open .gc-icons-image-container-wrapper {
  opacity: 0;
}

.gc-icons.gc-open .gc-icons-image-container-wrapper:nth-of-type(2) {
  margin-left: calc((100% / 4) * -1);
}

.gc-icons.gc-open .gc-icons-image-container-wrapper:nth-of-type(3) {
  margin-left: calc((100% / 4) * -1);
}

.gc-icons.gc-open .gc-icons-image-container-wrapper:nth-of-type(4) {
  margin-left: calc((100% / 4) * -1);
}

.gc-icons-details {
  background-color: #f3f3f3;
}

.gc-icons-details {
  border-radius: 5px;
  bottom: 20px;
  float: left;
  left: 100%;
  min-height: 100px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.25s ease-out;
}

.gc-icons-details.gc-open {
  left: calc((100% / 4) + 15px);
}

.gc-icons-details-text {
  font-family: Exo2;
  display: none;
  min-width: 320px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  font-size: 24px;
  color: #534a46;
  text-align: left;
}

.gc-icons-details-text span {
  display: block;
}

.gc-icons-details-text span.text {
  float: left;
  width: 85%;
}
.gc-icons-details-text span.arrow {
  width: 15%;
  float: right;
  text-align: center;
}

.gc-icons-details-text span.arrow img {
  width: 60%;
  height: 60%;
}

.gc-icons-details-text span.arrow a {
  font-size: 14px;
  display: block;
}

.gc-icons-details-text a:hover {
  color: #337ab7;
}

.gc-icons-image {
  height: 100%;
  width: 100%;
}


@media (min-width: 992px) {
  .gc-icons-image {
    width: 90%;
    height: 90%;
  }
  .gc-icons-details-text {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.gc-icons-image-container {
  background-color: #f3f3f3;
}

.gc-icons-image-container {
  border-radius: 50%;
  margin: 0 auto;
  max-height: 70px;
  max-width: 70px;
  padding: 10px;
}

.gc-icons-image-container-wrapper {
  text-align: center;
}

.gc-icons-image-container-wrapper {
  float: left;
  padding: 10px;
  transition: all 0.25s ease-out;
  width: calc(100% / 4);
}

.gc-icons-image-container-wrapper:hover .gc-icons-image-container {
  border: 4px solid #f36b38;
}

.gc-icons.gc-open .gc-icons-image-container-wrapper.gc-open {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.gc-icons.gc-open .gc-icons-image-container-wrapper.gc-open .gc-icons-image-container {
  border: 4px solid #f36b38;
}

.gc-icons-image-container-wrapper:nth-of-type(2).gc-open {
  margin-left: calc((100% / 4) * -1);
}

.gc-icons-image-container-wrapper:nth-of-type(1).gc-open ~ .gc-icons-details.gc-open .gc-icons-details-text:nth-of-type(1),
.gc-icons-image-container-wrapper:nth-of-type(2).gc-open ~ .gc-icons-details.gc-open .gc-icons-details-text:nth-of-type(2),
.gc-icons-image-container-wrapper:nth-of-type(3).gc-open ~ .gc-icons-details.gc-open .gc-icons-details-text:nth-of-type(3),
.gc-icons-image-container-wrapper:nth-of-type(4).gc-open ~ .gc-icons-details.gc-open .gc-icons-details-text:nth-of-type(4) {
  display: block;
}

.gc-icons-image-container-wrapper:nth-of-type(3).gc-open {
  margin-left: calc((100% / 4) * 2 * -1);
}

.gc-icons-image-container-wrapper:nth-of-type(4).gc-open {
  margin-left: calc((100% / 4) * 3 * -1);
}

.gc-icons-label {
  color: #686666;
  font-family: Exo2;
  font-size: 13px;
}

.gc-icons-label {
  background-color: #ffffff;
  display: inline-block;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .gc-icons {
    padding: 30px 0;
  }

  .gc-icons-image-container {
    max-height: 90px;
    max-width: 90px;
  }
}

@media (min-width: 992px) {
  .gc-icons-image-container {
    max-height: 110px;
    max-width: 110px;
    min-height: 110px;
    max-height: 110px;
  }

  .gc-icons-label {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .gc-icons-details-text {
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%; 
  }
}
@media (max-width: 768px) {
  .gc-icons-details-text {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 0; 
    /*max-width: 60%;*/
    min-width: unset;
  }
  .gc-icons-details-text span.text {
    width: 70%;
  }
  .gc-icons-details-text span.arrow {
    float: left;
    padding-top: 10%;
  }
}

.gc-image-banner {
  background-color: #ffffff;
}

.gc-image-banner,
.gc-image-banner:active,
.gc-image-banner:hover,
.gc-image-banner:visited {
  color: #606062;
}

.gc-image-banner {
  display: block;
  min-height: 150px;
  overflow: hidden;
  position: relative;
}

.gc-image-banner-button:hover {
  background-color: #606062;
  color: #e6e6e5;
}

.gc-image-banner-button {
  background-color: #e6e6e5;
}

.gc-image-banner-button {
  border: 0;
  display: none;
  float: right;
}

.gc-image-banner-container {
  position: relative;
}

.gc-image-banner-picture {
  width: 100%;
}

.gc-image-banner-picture-wrapper {
  float: left;
  width: 50%;
}

.gc-image-banner-text {
  font-family: Exo2;
}

.gc-image-banner-text-container {
  width: calc(100% - 30px);
}

.gc-image-banner-text-wrapper {
  display: inline-block;
  height: 100%;
  padding: 0 15px;
  width: 50%;
}

.gc-image-banner-title {
  font-size: 18px;
  margin-top: 10px;
}

.gc-image-banner-wrapper {
  padding: 0;
}

@media (min-width: 320px) { 
  .gc-image-banner-text {
    font-size: 2.5vw;
  }

  .gc-image-banner-title {
    font-size: 5vw;
  }
}

@media (min-width: 768px) {
  .gc-image-banner-text,
  .gc-image-banner-title {
    padding: 0 20px;
  }

  .gc-image-banner {
    padding: 25px 40px;
  }

  .gc-image-banner-button {
    text-transform: uppercase;
  }

  .gc-image-banner-button {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px 25px;
  }

  .gc-image-banner-container {
    box-shadow: 0px 0px 45px rgba(0,0,0,.2)
  }

  .gc-image-banner-wrapper {
    padding-bottom: 0px;
    padding-top: 25px;
  }

  .gc-image-banner.gc-show-on-tablet-and-above {
    display: block !important;
  }

  .gc-image-banner-picture-wrapper {
    display: inline-block;
    width: 200px;
    background-size: cover;
  }

  .gc-image-banner-text {
    display: inline-block;
  }

  .gc-image-banner-text {
    color: #606062;
    font-size: 15px;
  }

  .gc-image-banner-text-container {
    width: 365px;
  }

  .gc-image-banner-text-wrapper {
    display: inline-block;
    float: none;
    min-height: 190px;
    padding: 15px;
    width: calc(100% - 200px)
  }

  .gc-image-banner-text-wrapper > .gc-vertical-center-tablet-and-above {
    width: 100%;
  }

  .gc-image-banner-title {
    color: #606062;
    margin-top: 0;
  }

  .gc-image-banner-title {
    font-size: 25px;
  }
}

@media (min-width: 992px) {
  .gc-calculator {
    min-height: 432px;
  }

  .gc-calculator-open .gc-image-banner {
    height: 243px;
  }

  .gc-calculator-open .gc-image-banner-button,
  .gc-calculator-open .gc-image-banner-text {
    display: none;
  }

  .gc-calculator-open .gc-image-banner-picture-wrapper {
    width: 295px;
  }

  .gc-calculator-open .gc-image-banner-text-wrapper {
    background-color: #ffffff;
  }

  .gc-calculator-open .gc-image-banner-text-wrapper {
    bottom: 0;
    height: 50px;
    left: 0;
    min-height: 50px;
    position: absolute;
    width: 100%;
  }

  .gc-image-banner {
    padding: 25px;
  }

  .gc-image-banner-container {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .gc-image-banner-wrapper {
    padding-top: 0;
  }
}

@media (min-width: 1280px) {  
  .gc-calculator-open .gc-image-banner-button,
  .gc-calculator-open .gc-image-banner-text {
    display: block;
  }

  .gc-calculator-open .gc-image-banner-picture-wrapper {
    width: 200px;
  }

  .gc-calculator-open .gc-image-banner-text-container {
    width: 100%;
  }

  .gc-calculator-open .gc-image-banner-text-wrapper {
    position: relative;
    width: calc(100% - 200px);
  }

  .gc-image-banner-text {
    font-size: 16px;
  }

  .gc-image-banner-text-container {
    width: auto;
  }

  .gc-image-banner-text-wrapper {
    width: calc(100% - 230px)
  }
}

.gc-label {
  display: none;
}

@media (min-width: 480px) {
  .gc-car-info {
    float: left;
    font-size: 12px;
    margin-right: 10px;
  }

  .gc-label {
    background-color: rgba(0, 0, 0, 0.5);
    color: #f4f4f4;
  }

  .gc-label {
    font-family: Exo2;
  }

  .gc-label {
    display: inline-block;
    padding: 6px 0 6px 15px;
    text-align: left;
  }

  .gc-label-link {
    color: #f4f4f4;
  }

  .gc-label-link {
    font-size: 12px;
  }

  .gc-label-link {
    float: left;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 2px;
    overflow: hidden;
  }

  .gc-label-link-text {
    font-family: Exo2;
  }
}

@media (min-width: 768px) {
  .gc-car-info {
    font-size: 16px;
  }

  .gc-label-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .gc-car-info {
    font-size: 14px;
  }

  .gc-label-link {
    font-size: 12px;
    line-height: 16px;
  }
}

.gc-label {
  bottom: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.gc-lead {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.gc-lead-title {
  color: #ffffff;
  text-shadow: 0 0px 10px rgba(0,0,0,.25), 0 0px 20px rgba(0,0,0,.2), 0 0px 50px rgba(0,0,0,.5);
}

.gc-lead-title {
  font-family: Exo2;
  text-align: center;
  white-space: nowrap;
}

.gc-lead-title {
  font-size: 22px;
  top: 0;
}

.gc-lead-title a {
  color: #fff;
  text-decoration: underline;
}

.gc-lead-title.capcom a {
  color: #fff;
  text-decoration: underline;
}
h2.gc-lead-title.capcom {
  font-size: 16px;
}

.gc-lead-container {
  /*background: url('/static/ui/home2/images/sky.png?e2fde201c906') no-repeat center;*/
  background-size: cover;
  min-height: 280px;
  overflow: hidden;
  padding: 0;
  padding-top: 75%;
  position: relative;
}

.gc-lead-container::after {
  /*background: url('/static/ui/home2/images/car.png?e2fde201c906') no-repeat bottom;*/
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.jeep::after {
  background: url('/static/ui/home2/images/mastheads/jeep.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.focus::after {
  background: url('/static/ui/home2/images/mastheads/focus.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.hyundai::after {
  background: url('/static/ui/home2/images/mastheads/hyundai.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.acura::after {
  background: url('/static/ui/home2/images/mastheads/acura.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.accord::after {
  background: url('/static/ui/home2/images/mastheads/accord.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.subaru::after {
  background: url('/static/ui/home2/images/mastheads/subaru_o.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.gmctruck::after {
  background: url('/static/ui/home2/images/mastheads/gmctruck.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.mercedes::after {
  background: url('/static/ui/home2/images/mastheads/mercedes.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.sienna::after {
  background: url('/static/ui/home2/images/mastheads/sienna.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.escalade::after {
  background: url('/static/ui/home2/images/mastheads/escalade.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.bmw::after {
  background: url('/static/ui/home2/images/mastheads/bmw.png?90617af9ef66') no-repeat bottom;
  background-size: 85%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.cruz::after {
  background: url('/static/ui/home2/images/mastheads/cruz.png?90617af9ef66') no-repeat bottom;
  background-size: 75%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.traverse::after {
  background: url('/static/ui/home2/images/mastheads/traverse.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.brz::after {
  background: url('/static/ui/home2/images/mastheads/brz.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.corolla::after {
  background: url('/static/ui/home2/images/mastheads/corolla.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.compass::after {
  background: url('/static/ui/home2/images/mastheads/compass.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}
.gc-lead-container.volvo::after {
  background: url('/static/ui/home2/images/mastheads/volvo.png?90617af9ef66') no-repeat bottom;
  background-size: 105%;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_2_series::after {
  background: url('/static/ui/home2/images/mastheads/2020_2_series.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_explorer::after {
  background: url('/static/ui/home2/images/mastheads/2020_explorer.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_gladiator::after {
  background: url('/static/ui/home2/images/mastheads/2020_gladiator.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_impreza::after {
  background: url('/static/ui/home2/images/mastheads/2020_impreza.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_land_rover::after {
  background: url('/static/ui/home2/images/mastheads/2020_land_rover.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_mini::after {
  background: url('/static/ui/home2/images/mastheads/2020_mini.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_odyssey::after {
  background: url('/static/ui/home2/images/mastheads/2020_odyssey.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_ram::after {
  background: url('/static/ui/home2/images/mastheads/2020_ram.png?143d1ce2365b') no-repeat bottom right;
  background-size: 75%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_telluride::after {
  background: url('/static/ui/home2/images/mastheads/2020_telluride.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-container.tt_volvo::after {
  background: url('/static/ui/home2/images/mastheads/2020_volvo.png?143d1ce2365b') no-repeat bottom right;
  background-size: 85%;
  bottom: -10px;
  content: '';
  display: inline-block;
  height: 100%;
  max-height: 400px;
  position: absolute;
  width: 100%;
}

.gc-lead-wrapper {
  /*background: url('/static/ui/home2/images/sky.png?e2fde201c906') no-repeat center;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gc-lead-wrapper::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gc-lead-wrapper {
  position: relative;
  width: 100%;
}

.gc-searchbox-form {
  margin-top: 10px;
}

@media (min-width: 320px) {
  /*
  .gc-lead-title {
    font-size: 8px;
  }
  */
  .gc-lead-title {
    font-size: 26px;
  }
  h2.gc-lead-title.capcom {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .gc-lead {
    padding-top: 0;
  }

  .gc-lead::after {
    background-position: right bottom -20px;
  }

  .gc-lead-title {
    font-size: 50px;
  }

  .gc-lead-container {
    height: 500px;
    padding-top: 0;
  }
  h2.gc-lead-title.capcom {
    font-size: 20px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .gc-lead {
    padding-top: 10px;
  }

  .gc-lead-container {
    box-shadow: 0 10px 45px rgba(0,0,0,0.3);
    z-index: 1;
  }
}

@media screen and (max-width: 1279px) {
  .gc-lead-container::after, .gc-lead-container.tt_explorer::after,
  .gc-lead-container.tt_gladiator::after, .gc-lead-container.tt_impreza::after,
  .gc-lead-container.tt_land_rover::after, .gc-lead-container.tt_mini::after,
  .gc-lead-container.tt_odyssey::after, .gc-lead-container.tt_ram::after,
  .gc-lead-container.tt_telluride::after, .gc-lead-container.tt_volvo::after {
    background-size: 95% !important;
  }
}

@media screen and (max-width: 991px) {
  .gc-lead-container::after, .gc-lead-container.tt_explorer::after,
  .gc-lead-container.tt_gladiator::after, .gc-lead-container.tt_impreza::after,
  .gc-lead-container.tt_land_rover::after, .gc-lead-container.tt_mini::after,
  .gc-lead-container.tt_odyssey::after, .gc-lead-container.tt_ram::after,
  .gc-lead-container.tt_telluride::after, .gc-lead-container.tt_volvo::after {
    background-size: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .gc-lead-container::after, .gc-lead-container.tt_explorer::after,
  .gc-lead-container.tt_gladiator::after, .gc-lead-container.tt_impreza::after,
  .gc-lead-container.tt_land_rover::after, .gc-lead-container.tt_mini::after,
  .gc-lead-container.tt_odyssey::after, .gc-lead-container.tt_ram::after,
  .gc-lead-container.tt_telluride::after, .gc-lead-container.tt_volvo::after {
    background-size: 120% !important;
  }

  .gc-lead-container {
    overflow: visible;
  }

  .gc-searchbox-dropdown-menu {
    width: 75%;
    top: 55px;
    left: 12.5%;
  }

  .gc-searchbox-dropdown-wrapper {
    position: static;
  }

  /*.gc-vertical-center {
    margin-top: -31px;
  }*/
  /*
  .gc-searchbox-dropdown-menu .gc-searchbox-dropdown-wrapper span {
    margin-top: 40px;
  }
  */
  .gc-searchbox-dropdown-arrow-down {
    position: relative;
    float: right;
    right: -8px;
    margin-top: 0;
  }
  .gc-searchbox-dates .gc-searchbox-dropdown-menu {
    top: 0;
  }

  .gc-searchbox-dropdown-wrapper.gc-searchbox-dates.gc-open {
    background: none;
  }
}

body.gc-open .gc-searchbox-form {
  display: inline-block;
  position: static;
}

.gc-searchbox {
  border: 1px solid #f7591e;
}

.gc-searchbox {
  border-radius: 3px;
  height: 45px;
  width: 100%;
}

.gc-searchbox-button {
  background-color: #f7591e;
  color: #ffffff;
  font-family: Exo2, Exo;
  font-size: 18px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 45px;
  vertical-align: middle;
  border: 0;
  display: inline-block;
  height: 45px;
  width: 100%;
}
.gc-searchbox-button a, .gc-searchbox-button:hover, .gc-searchbox-button:active {
  text-decoration: none;
  color: #fff;
}
.gc-searchbox-button a {
  padding: 0 -2em;
  margin: 0 -2em;
  position: relative;
  z-index: 1;
}
.gc-searchbox-button-wrapper {
  margin-top: 2%;
  width: 50%;
}

.gc-searchbox-button-wrapper,
.gc-searchbox-dropdown-menu,
.gc-searchbox-wrapper {
  background-color: rgba(255, 255, 255, 0.85);
}

.gc-searchbox-button-wrapper,
.gc-searchbox-dropdown-menu,
.gc-searchbox-wrapper {
  border-radius: 3px;
  padding: 2%;
}

.gc-searchbox-dates {
  background-color: #ffffff;
}

.gc-searchbox-dates {
  display: none;
}

.gc-searchbox-dropdown-wrapper.gc-searchbox-dates {
  float: none;
  margin-right: 0;
}

.gc-searchbox-dropdown {
  display: none;
}

.gc-searchbox-dropdown-arrow-down {
  right: 10px;
}

.gc-searchbox-dropdown-label,
.gc-searchbox-dropdown-menu-item {
  font-size: 16px;
}

.gc-searchbox-dropdown-menu {
  background-color: #ffffff;
}

.gc-searchbox-dropdown-menu {
  color: #333333;
}

.gc-searchbox-dropdown-menu {
  border-radius: 3px;
  display: none;
  left: 50%;
  padding: 10px;
  position: fixed;
  transform: translateX(-50%);
  width: 300px;
  z-index: 2;
}

.gc-searchbox-dropdown-menu.gc-hide {
  background: none;
}

.gc-searchbox-dropdown-menu.gc-hide > .gc-searchbox-dropdown-menu-items,
.gc-searchbox-dropdown-menu.gc-hide > .gc-searchbox-dropdown-wrapper:not(.gc-open),
.gc-searchbox-dropdown-menu.gc-hide > .gc-searchbox-dropdown-wrapper.gc-open > :not(.gc-searchbox-dropdown-menu) {
  display: none !important;
}

.gc-searchbox-dropdown-menu.gc-hide > .gc-searchbox-dropdown-wrapper.gc-open {
  background: none;
  padding: 0;
}

.gc-searchbox-dropdown-menu-item {
  background-color: #ffffff;
}

.gc-searchbox-dropdown-menu-item {
  cursor: pointer;
  padding: 10px;
}

.gc-searchbox-dropdown-menu-item:hover,
.gc-searchbox-dropdown-menu-item.gc-open,
.gc-searchbox-dropdown-wrapper.gc-sticky .gc-searchbox-dropdown-wrapper:hover {
  background-color: #f7591e;
}

.gc-searchbox-dropdown-menu-item:hover,
.gc-searchbox-dropdown-menu-item.gc-open,
.gc-searchbox-dropdown-wrapper.gc-sticky .gc-searchbox-dropdown-wrapper:hover {
  color: #fef2ee;
}

.gc-searchbox-dropdown-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gc-searchbox-dropdown-menu .gc-searchbox-dropdown-wrapper {
  border: 0;
  width: calc((100% / 2) - 2px);
  position: relative;
}

.gc-searchbox-dropdown-wrapper {
  cursor: pointer;
  float: left;
  height: 45px;
  padding: 10px;
  position: relative;
  width: calc(100% / 3);
}

.gc-searchbox-dropdown-wrapper.gc-open > .gc-searchbox-dropdown-menu {
  display: block;
}

.gc-searchbox-dropdown-wrapper.gc-searchbox-dates.gc-open {
  display: block;
}

.gc-searchbox-form {
  position: absolute;
  width: 100%;
  z-index: 1;
}

#gc-searchbox-dropdown-make,
#gc-searchbox-dropdown-model,
#gc-from-year,
#gc-to-year {
  height: 175px;
  overflow: auto;
}
.gc-searchbox-dropdown-menu {
  left: auto;
  position: absolute;
  top: 45px;
  transform: none;
}

@media (min-width: 480px) {
  .gc-searchbox-button {
    font-size: 22px;
  }

  .gc-searchbox-dropdown-label,
  .gc-searchbox-dropdown-menu-item {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .gc-searchbox {
    border: 0;
  }

  .gc-searchbox-button {
    border-radius: 3px;
    width: 150px;
  }

  .gc-searchbox-dropdown-wrapper {
    border: 1px solid #f7591e;
    border-radius: 3px;
    margin-right: 10px;
    width: calc(100% / 3 - 60px);
  }

  .gc-searchbox-dropdown-menu {
    left: auto;
    position: absolute;
    top: 45px;
    transform: none;
  }

  .gc-searchbox-dropdown-menu.gc-hide > .gc-searchbox-dropdown-wrapper.gc-open > .gc-searchbox-dropdown-menu {
    left: 0;
    top: 0;
  }

  .gc-searchbox-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .gc-searchbox-button {
    font-size: 20px;
    line-height: 35px;
  }

  .gc-searchbox-button {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
  }

  .gc-searchbox-dropdown-label,
  .gc-searchbox-dropdown-menu-item {
    font-size: 16px;
  }

  .gc-searchbox-dropdown-wrapper {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
  }

  .gc-searchbox-form {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (min-width: 1280px) {
  .gc-searchbox-form {
    padding-left: 220px;
    padding-right: 220px;
  }
}







#know a {
  color: white;
}
#know a:focus, #know a:hover {
  color: white;
  text-decoration: none;
}
.gc-searchbox-button {
  text-align: center;
  cursor: pointer;
}
.gc-searchbox-button.disabled, .gc-searchbox-button.disabled a, .gc-searchbox-dropdown-wrapper a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.gc-searchbox-dropdown-wrapper.disabled {
  background: #ccc;
}
.gc-searchbox label {
  display: none;
}

div#modalRegisterForm {
  border: 25px solid #005e84;
  font-family: Titillium;
  background: #fff;
  max-width: 550px;
}
div#modalRegisterForm div.registerForm {
  clear: left;
}
div#modalRegisterForm .disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
div#modalRegisterForm ul.benefits {
  margin-bottom: 0;
}
div#modalRegisterForm ul.benefits li {
  font-size: 10px;
}
div#modalRegisterForm ul.benefits li span {
  font-size: 14px;
}
div#modalRegisterForm div.disclaimer {
  font-size: 10px;
  text-align: center;
  padding: 8px 0 0 0;
  margin-bottom: 0;
}
div#modalRegisterForm h2 {
  margin-bottom: 12px;
  font-size: 26px;
  font-family: Exo 2;
  margin-top: 0;
}
div#modalRegisterForm h3 {
  font-size: 13px;
  font: normal 600 13px Titillium;
}
div#modalRegisterForm ul {
  margin-bottom: 12px;
}
div#modalRegisterForm ul:empty {
  margin-bottom: 0;
  margin-top: 0;
}
div#modalRegisterForm div.row {
  margin-bottom: 8px;
}
div#modalRegisterForm div.row:empty,
div#modalRegisterForm div.row.errors {
  margin-top: 0;
  margin-bottom: 0;
}
div#modalRegisterForm div.row:empty ul,
div#modalRegisterForm div.row.errors ul {
  margin-top: 0;
}
div#modalRegisterForm div.row:empty ul li,
div#modalRegisterForm div.row.errors ul li {
  color: #990000;
}
div#modalRegisterForm div.thanksMessage {
  display: none;
  color: green;
  padding: 18px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div#modalRegisterForm input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  font-family: Titillium;
  font-size: 14px;
  color: #222222;
  border-color: #7faec1;
}
div#modalRegisterForm div.loginRemember {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
  line-height: 16px;
  vertical-align: middle;
}
div#modalRegisterForm div.loginRemember input {
  width: auto;
  line-height: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: 0;
}
div#modalRegisterForm div.loginRemember label {
  line-height: 16px;
  vertical-align: middle;
  margin-bottom: 0;
  font-weight: normal;
}
div#modalRegisterForm label,
div#modalRegisterForm a {
  font: 14px Exo2;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
  margin-bottom: 0;
}
div#modalRegisterForm p.registerFoot {
  text-align: right;
}
div#modalRegisterForm p.registerFoot a {
  margin-right: 15px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: normal;
}
div#modalRegisterForm p.registerFoot button {
  width: auto;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  margin-top: 4px;
  padding: 0 12px;
  height: 30px;
  box-sizing: border-box;
  font-family: Exo2;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  border: none;
  text-transform: uppercase;
}
div#modalRegisterForm .closeButton a {
  cursor: pointer;
}
div#modalRegisterForm .closeButton a:hover {
  color: #ffffff;
  text-decoration: none;
}
div#modalRegisterForm form {
  margin-top: 25px;
}
div#modalRegisterForm form#loginPop {
  display: none;
}
div#modalRegisterForm div#loginPopMessage,
div#modalRegisterForm div#registerPopMessage {
  margin-top: 8px;
  color: #990000;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
div#modalRegisterForm div#loginPopMessage:empty,
div#modalRegisterForm div#registerPopMessage:empty {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  div#modalRegisterForm {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  div#modalRegisterForm {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  div#modalRegisterForm ul.benefits li {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
div#modalRegisterForm.vehicle {
  padding: 0;
}
div#modalRegisterForm.vehicle div.inner {
  padding: 20px 35px 35px 35px;
}
