.code-example {
  position: relative;
}
.code-example pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.code-example code {
  display: inline-block;
  background: #f7f7f7;
  max-height: 250px;
  white-space: pre;
  width: 100%;
  overflow: auto;
  font-size: 14px;
  padding: 20px 30px;
}
.code-example .copy-code {
  position: absolute;
  right: 12px;
  top: 12px;
}

.list-inline {
  position: relative;
  font-size: 0;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.list-inline > li {
  display: inline-block;
  margin-right: -2px;
  min-width: 50%;
}
@media screen and (min-width: 576px) {
  .list-inline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .list-inline > li {
    padding-right: 5px;
    margin-right: 0;
    min-width: auto;
  }
}

.item.tab:nth-child(1) a {
  border-right-width: 1px;
}

.item.tab:nth-child(2) a {
  border-left-width: 1px;
  border-right-width: 1px;
}

.item.tab:nth-child(3) a {
  border-left-width: 1px;
}

.item.tab[data-slick-index="1"] a {
  border-right-width: 2px;
}
@media screen and (min-width: 992px) {
  .item.tab[data-slick-index="1"] a {
    border-right-width: 1px;
  }
}
.item.tab[data-slick-index="1"].slick-current a {
  border-right-width: 1px;
  border-left-width: 2px;
}

.item.tab .button5 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .item.tab .button5 {
    width: auto;
  }
}
.item.tab.active .button5 {
  color: #333;
  background: #ffde00;
}

.item.tab .button5:hover, .item.tab .button5:focus {
  color: #333;
  background: #ffde00;
}

.font-size-12 {
  font-size: 12px;
}

input[type=text][class*=text-transform-none],
input[type=email][class*=text-transform-none],
.text-transform-none {
  text-transform: none;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

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

.bg-white {
  background: #fff;
}

.bg-transparent {
  background: transparent;
}

.bg-hover-white:hover, .bg-hover-white:focus {
  background: #fff;
}

.bg-green {
  background: #367c2b;
}

.bg-grey-33 {
  background: #333;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #ffde00;
}

.text-hover-green:hover, .text-hover-green:focus {
  color: #367c2b;
}

.border-white {
  border-color: #fff;
}

.border-hover-white:hover, .border-hover-white:focus {
  border-color: #fff;
}

.border-none {
  border: none;
}

.box-shadow-none {
  box-shadow: none;
}

.text-shadow-none {
  text-shadow: none;
}

.close-custom, .close-custom:hover, .close-custom:focus {
  opacity: 1;
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
  }
}

.tab-container-custom {
  background: #333;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity 500ms ease;
  }
}
.tab-container-custom .tab-pane .close-custom {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane .close-custom {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .tab-container-custom .tab-pane .close-custom > img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane > .text-container {
    position: absolute;
    top: 50%;
    padding: 0;
    max-width: none;
    width: 50%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper {
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
    width: 0;
    transition: width 300ms ease, padding 300ms linear;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper.show {
    width: 100%;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content {
    opacity: 0;
    transition: opacity 300ms ease;
  }
  .tab-container-custom .tab-pane > .text-container .text-content-wrapper .text-content.show {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-open > .text-container {
    left: 50%;
    width: 45%;
  }
  .tab-container-custom .tab-pane-open > .text-container .text-content-wrapper.show {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane-local > .text-container, .tab-container-custom .tab-pane-save > .text-container {
    left: 4.5%;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper, .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper {
    float: right;
  }
  .tab-container-custom .tab-pane-local > .text-container .text-content-wrapper.show, .tab-container-custom .tab-pane-save > .text-container .text-content-wrapper.show {
    padding-right: 60px;
  }
  .tab-container-custom .tab-pane-local > .text-container > .row, .tab-container-custom .tab-pane-save > .text-container > .row {
    padding-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane > picture > img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tab-container-custom .tab-pane.active ~ img.image {
    display: none;
  }
  .tab-container-custom .tab-pane.active > picture > img {
    display: block;
    margin-top: -75px;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .tab-container-custom .tab-pane.active > picture > img {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tab-pane.active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .tab-container-custom .tabs-wrapper {
    position: absolute;
  }
}

.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.active.bg-none,
.bg-none {
  background: none;
}

.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-top-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-top-none,
.border-top-none {
  border-top: none;
}

.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item.border-botton-none,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item:last-child.border-botton-none,
.border-bottom-none {
  border-bottom: none;
}

.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4 {
  font-family: jd_sans_probold;
  color: #666666;
}

.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section .expand-collapse-component-item > h4.before-text-grey::before {
  color: #666666;
}

.expand-collapse-component .expand-collapse-component-container.margin-0,
.margin-0 {
  margin: 0;
}

.custom-cta-container .cta {
  margin: 24px 0;
}

.inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.padding-0 {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .padding-0-lg {
    padding: 0;
  }
  .padding-0-20-lg {
    padding: 0 20px;
  }
}
.padding-top-3 {
  padding-top: 24px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-3 {
  padding-bottom: 24px;
}

.padding-bottom-2 {
  padding-bottom: 16px;
}

.padding-bottom-1 {
  padding-bottom: 8px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-2 {
  margin-bottom: 16px;
}

.margin-bottom-3 {
  margin-bottom: 24px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-1 {
  margin-top: 8px;
}

.margin-top-3 {
  margin-top: 24px;
}

.zindex-20 {
  z-index: 20;
}

.zindex-70 {
  z-index: 70;
}

.zindex-90 {
  z-index: 90;
}

.rounded-100 {
  border-radius: 100%;
}

.shadow-1 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1607843137);
}

.text-shadow-1 {
  text-shadow: 1px 1px 4px #000000;
}

.width-32 {
  width: 32px;
}

.width-40 {
  width: 40px;
}

.width-60 {
  width: 60px;
}

.height-32 {
  height: 432x;
}

.height-40 {
  height: 40px;
}

.height-60 {
  height: 60px;
}

.height-100p {
  height: 100%;
}

.width-100p {
  width: 100%;
}

.centered-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

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

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

.float-left {
  float: left;
}

.translate-y-25 {
  transform: translateY(-25%);
}

.translate-y-25p {
  transform: translateY(25%);
}

.translate-y-50p {
  transform: translateY(50%);
}

@media (min-width: 992px) {
  .translate-y-50p-md {
    transform: translateY(50%);
  }
}
.translate-y-100 {
  transform: translateY(-100%);
}

.max-width-25 {
  max-width: 25%;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-33 {
  max-width: 33%;
}

.margin-right-1 {
  margin-right: 8px;
}

.margin-right-2 {
  margin-right: 16px;
}

.margin-right-3 {
  margin-right: 24px;
}

.margin-bottom-4,
.expand-collapse-component .expand-collapse-component-container .expand-collapse-component-section h3.margin-bottom-4 {
  margin-bottom: 32px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.carouselSingle .item {
  max-width: none;
}

.carouselSingle .flexslider .slides li {
  margin-right: 0 !important;
}

.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button {
  width: 52px;
  height: 52px;
  font-size: 2em;
}

.video-js.play-skin-2.vjs-big-play-button-smaller .vjs-big-play-button:before {
  font-size: 32px;
}

.video-player-comp [data-overlay-text]:not(.vjs-has-started):before {
  content: attr(data-overlay-text);
  position: absolute;
  z-index: 1;
  font-size: 16px;
  bottom: 0;
  left: 0;
  padding: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.video-js {
  width: 100% !important;
}

.border-left-white {
  border-left: 1px solid #fff;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

@media (min-width: 992px) {
  .right-30-md {
    right: 30px;
  }
}
.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: -10px;
}

.bottom-40 {
  bottom: -40px;
}

@media (min-width: 992px) {
  .bottom-0-md {
    bottom: 0;
  }
  .bottom-3-md {
    bottom: 24px;
  }
}
.carousel.carouselSingle .flexslider {
  max-width: none;
}

.flex-column-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .order-1-md {
    order: 1;
  }
}
@media (min-width: 992px) {
  .order-2-md {
    order: 2;
  }
}
.mobile-phone-image-wrapper {
  width: 50%;
  margin: 0 auto;
}
.mobile-phone-image-wrapper > img {
  width: 100%;
}

@media (min-width: 1024px) {
  .mobile-phone-image {
    max-width: 95%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 88%;
  }
}
@media (min-width: 1200px) {
  .mobile-phone-image {
    max-width: 73%;
  }
}

.discover-headline {
  margin-top: 52px;
}
@media (min-width: 992px) {
  .discover-headline {
    margin-top: 24px;
  }
}

.generic-copy-block {
  margin: 40px 0;
}
.generic-copy-block .content > p {
  margin-top: 40px;
  margin-bottom: 0;
}
.generic-copy-block .content .button1 {
  margin-top: 40px;
}

input[type=tel] {
  height: 48px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

/* ########## JUNIORCLUB ########## */
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
.junior-club-campaign {
  background-image: url("/assets/images/region-2/forms/junior-club/background_jc_new.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-color: #000000;
  color: #ffffff;
  padding-top: 17px;
  padding-bottom: 40px;
}
.junior-club-campaign a {
  color: #ffffff;
}  
.junior-club-campaign label.error {
  display: none !important;
}
.junior-club-campaign #section-dealerlocator,
.junior-club-campaign #section-thankyou {
  display: none;
}
.junior-club-campaign input {
  border-radius: 0;
  border: 1px solid #ddd;
  text-transform: none;
}
.junior-club-campaign .modal {
  color: initial;
}
.junior-club-campaign .modal-dialog {
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .junior-club-campaign .modal-dialog {
    width: 500px;
  }
}
.junior-club-campaign .modal-header,
.junior-club-campaign .modal-body,
.junior-club-campaign .modal-footer {
  padding: 20px;
}
.junior-club-campaign .modal-body p {
  margin: 0;
}
.junior-club-campaign .modal-body p + p {
  margin-top: 16px;
}
.junior-club-campaign div.checker span:not(.checked), .junior-club-campaign div.radio span {
  background: none;
  border: 2px solid #fff;
  background: transparent;
}
.junior-club-campaign div.checker span {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
}
.junior-club-campaign div.checker.checker span.checked {
  background-color: #367c2b;
  background-position: -16px 1px;
}
.junior-club-campaign div.checker input {
  width: 100%;
  height: 100%;
}
.junior-club-campaign div.radio span {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.junior-club-campaign div.radio span.error {
  border-color: red;
}
.junior-club-campaign div.checker.radio span.checked,
.junior-club-campaign div.radio.radio span.checked {
  position: relative;
  border-color: #fdda01;
}
.junior-club-campaign div.checker.radio span.checked:before,
.junior-club-campaign div.radio.radio span.checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fdda01;
}
.junior-club-campaign .button1 {
  border: none;
  font-weight: bold;
}
.junior-club-campaign .button1[disabled] {
  background-color: #e5e5e7;
  color: #8b8c8e;
}

/**
*	Animation
*/
@-moz-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  20%, 80% {
    transform: scale(1.1);
  }
  0%, 100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  20%, 80% {
    transform: scale(1.1);
  }
  0%, 100% {
    transform: scale(1);
  }
}
@keyframes grow {
  20%, 80% {
    transform: scale(1.1);
  }
  0%, 100% {
    transform: scale(1);
  }
}
@-moz-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-webkit-keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@keyframes tractor {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(230%);
  }
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.animate-tractor {
  position: relative;
  overflow: hidden;
  margin-bottom: 0rem;
  display: inline-block;
}
.animate-tractor img {
  width: 100%;
}
.animate-tractor .tractor {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor img {
  max-width: 350px;
  height: auto;
}
.animate-tractor .tractor .wheel-1 {
  height: 60px;
  position: absolute;
  left: 73px;
  bottom: 0;
}
.animate-tractor .tractor .wheel-2 {
  height: 46px;
  position: absolute;
  left: 156px;
  bottom: 0;
}
.animate-tractor .tractor.animate {
  animation: tractor 5s linear forwards;
}
.animate-tractor .tractor.animate .wheel-1, .animate-tractor .tractor.animate .wheel-2 {
  animation: spin 2s ease-in-out forwards;
}
.animate-tractor .tractor-line {
  transform: translateX(0%);
  position: relative;
}
.animate-tractor .tractor-line:after {
  content: " ";
  height: 25px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.animate-tractor .tractor-line.animate:after {
  animation: tractor 5s linear forwards;
}

/* xs */
@media (max-width: 480px) {
  .animate-tractor {
    margin-bottom: 0;
  }
  .animate-tractor .tractor .wheel-1 {
    height: 60%;
    left: 21%;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 46%;
    left: 45%;
  }
}
@media (min-width: 768px) and (max-width: 779px) {
  .animate-tractor .tractor .wheel-1 {
    height: 52px;
    left: 63px;
  }
  .animate-tractor .tractor .wheel-2 {
    height: 39px;
    left: 137px;
  }
}
/* sm */
/* sm */
.footer.has-margin-top {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .footer.has-margin-top {
    margin-top: 230px;
  }
}
.footer .country-selector {
  margin-top: 0;
  border: none;
}
.footer .country-selector .flag {
  display: none;
  transform: translateX(40px);
}
.footer .country-selector .dropdown-input {
  border-color: #c2c2c2;
  padding-right: 30px;
  padding-left: 53px;
  transform: translateX(-10px);
}
.footer .country-selector .dropdown-input span {
  color: #333;
  line-height: 1.5;
}
.footer .country-selector .dropdown-input span:before {
  display: none;
}

.en_GB .flag.en_GB {
  display: inline;
}

.en_IE .flag.en_IE {
  display: inline;
}

.fr_FR .flag.fr_FR {
  display: inline;
}

.de_DE .flag.de_DE {
  display: inline;
}

.es_ES .flag.es_ES {
  display: inline;
}

.it_IT .flag.it_IT {
  display: inline;
}

.pl_PL .flag.pl_PL {
  display: inline;
}

.pt_PT .flag.pt_PT {
  display: inline;
}

.fr_BE .flag.fr_BE,
.nl_BE .flag.fr_BE {
  display: inline;
}

.da_DK .flag.da_DK {
  display: inline;
}

.nl_NL .flag.nl_NL {
  display: inline;
}

.sv_SE .flag.sv_SE {
  display: inline;
}

.de_AT .flag.de_AT {
  display: inline;
}

.fr_CH .flag.fr_CH,
.de_CH .flag.fr_CH {
  display: inline;
}

#junior-club-campaign-form .form-col {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #junior-club-campaign-form .col-sm-4.form-col {
    padding-right: 5px;
    padding-left: 5px;
  }
  #junior-club-campaign-form .col-sm-4.form-col:first-of-type {
    padding-left: 20px;
  }
  #junior-club-campaign-form .col-sm-4.form-col:nth-child(3) {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  #junior-club-campaign-form .col-sm-6.form-col:nth-child(odd) {
    padding-right: 5px;
  }
  #junior-club-campaign-form .col-sm-6.form-col:nth-child(even) {
    padding-left: 5px;
  }
}
#junior-club-campaign-form .modal-link {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  #junior-club-campaign-form .modal-link {
    margin: 30px 0;
  }
}
#junior-club-campaign-form .modal-link-content {
  display: flex;
  align-items: center;
}
#junior-club-campaign-form .info-icon-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
#junior-club-campaign-form .info-icon {
  font-family: Arial;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#junior-club-campaign-form .info-icon > span {
  margin-right: -1px;
  margin-top: -1px;
}
#junior-club-campaign-form .vertical-line,
#junior-club-campaign-form .horizontal-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 4px;
  background-color: #333;
}
#junior-club-campaign-form .vertical-line {
  transform: translate(-50%, -50%) rotate(90deg);
}
#junior-club-campaign-form .salutation-radio-button {
  cursor: pointer;
}
#junior-club-campaign-form .salutation-radio-button + .salutation-radio-button {
  margin-left: 20px;
}
#junior-club-campaign-form .salutation-radio-button label {
  position: relative;
  top: 1px;
  cursor: pointer;
}
#junior-club-campaign-form .required-text {
  margin-top: 0;
  margin-bottom: 14px;
}
#junior-club-campaign-form .dropdown-input {
  height: 48px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: border 0s linear;
}
#junior-club-campaign-form .dropdown-input.error {
  outline: red;
  border: 2px solid red;
}
#junior-club-campaign-form .dropdown-input span {
  color: #666;
  line-height: 44px;
}
#junior-club-campaign-form .dropdown-input span.value-selected {
  color: #333;
}
#junior-club-campaign-form .dropdown-input span:before {
  margin-top: 1px;
  color: #666;
  transform: translateY(-50%);
}
#junior-club-campaign-form .locale-general-markt-consent-wrapper {
  margin-top: 5px;
}

#section-dealerlocator a {
  color: #fff;
}
#section-dealerlocator #section-dealerlocator-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #section-dealerlocator #section-dealerlocator-header {
    margin-bottom: 34px;
  }
}
#section-dealerlocator #section-dealerlocator-header p {
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #section-dealerlocator #section-dealerlocator-header p {
    margin-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  #section-dealerlocator #content-panel-Dealer-Locator-Main {
    margin-bottom: 30px;
  }
}
#section-dealerlocator .dealer-form {
  padding-top: 12px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #section-dealerlocator .dealer-form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  #section-dealerlocator .dealer-form {
    padding-top: 20px;
  }
}
#section-dealerlocator .inner-form-result {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #section-dealerlocator .inner-form-result {
    width: 50%;
  }
  #section-dealerlocator .inner-form-result:nth-child(odd) {
    padding-right: 20px;
  }
  #section-dealerlocator .inner-form-result:nth-child(even) {
    padding-left: 20px;
  }
}
#section-dealerlocator .inner-form-result .radio,
#section-dealerlocator .inner-form-result .number {
  margin-right: 40px;
}
#section-dealerlocator .inner-form-result .radio {
  margin-top: 6px;
}
#section-dealerlocator .inner-form-result .dealer-data {
  flex: 1;
}
#section-dealerlocator .inner-form-result .dealer-data label {
  cursor: pointer;
}
#section-dealerlocator .required-text {
  margin-top: 7px;
  margin-bottom: 13px;
}
#section-dealerlocator .content-panel div.panel-image {
  margin-bottom: 0;
}

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