﻿@media only screen and (min-width: 980px) {
    .c_popup__content--half p {
        font-size: 14px;
        margin-bottom: 1.2rem;
    }

    .c_popup__content--half .c_form__label--radio {
        font-size: 15px;
    }
}

.c_tabs__item--active {
    background: #2d3842;
}

.c_select__input {
    font-size: 1rem;
}

.c_form__field.input-validation-error {
    border-color: #cf1a1a;
    background-color: #fad5d5;    
}

.c_form__field.input-validation-error:focus {
    border-color: #d6dee6;
}

.c_select.input-validation-error .c_select__label {
    background-color: #fad5d5;
    border: solid 1px #cf1a1a;
}

.c_select.input-validation-error .c_select__label::before {
    top: -1px;
    right: -1px;
    bottom: -1px;
}

.input-validation-error.c_form__label--checkbox:before {
    border-color: #cf1a1a;
    background-color: #fad5d5;      
}

.input-validation-error .c_form__label--radio:before {
    border-color: #cf1a1a;
    background-color: #fad5d5;      
}

.map-wrapper {
    z-index: 999;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

.map-wrapper .map {
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    background:rgb(229,227,223);
}

.close-map-button {
    position: absolute;
    right: 10px;
    top: 10px; 
}

#dealer-sidebar {
    width: 300px;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 55px;
}

.dealer-sidebar-header {
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
    font-size: 24px;
    margin-top: 0;
}

.dealer-sidebar-header-green {
    background-color: #c7cf1a;
}

.dealer-sidebar-header-orange {
    background-color: #f58220;
}

.dealer-sidebar-content {
    padding: 10px;
}

.dealer-sidebar-content ul {
    list-style-type: none;
    padding-left: 5px;
    list-style: none;
}

.dealer-sidebar-content ul li {
font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 40px;    
    margin-bottom: 5px;
}

.dealer-sidebar-content .list--clear .icon {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    min-width: 25px;
    text-align: center;
}

.dealer-sidebar-content .icon--pin:before, .dealer-sidebar-content  .icon-content--pin {
    content: "";
}

dealer-sidebar-content .icon--cellphone:before, .icon-content--cellphone {
    content: "";
}

.dealer-sidebar-content .link--arrowed {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    color: #32322f;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.dealer-sidebar-content .link--arrowed:before, .dealer-sidebar-content  .link--arrowed .before {
    display: inline-block;
    color: #c7cf1a;
    position: relative;
    top: 0px;
    font-size: 12px;
    margin-right: 7px;
}

.c_expired {
    background: #cf1a1a;
}

.c_dropdown__discount {
    margin: 0;
    /*max-width: 160px;*/
}

/* hide up/down arrows ("spinners") on input fields marked type="number" */
.c_no-spinners {
  -moz-appearance:textfield;
}

.c_no-spinners::-webkit-outer-spin-button,
.c_no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c_dropdown--open .c_dropdown__content {
    display: none;
}

.c_dropdown--open > .c_dropdown__content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.c_text--partof, .c_text--incompatible, .c_text--notavailable, .c_text--requiredfor, .c_text--required, .c_text--requiredrelated {
    font-size: 15px;
    font-style: italic;
}

/*.c_form__label--checkbox--required:after, .c_form__label--checkbox--required .after {
    color: red;
}*/

.c_text--email {
    position: relative;
    font-size: 17px;
}
.c_text--email:before {
    box-sizing: border-box;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    border: 2px solid #8bbce8;
}
.c_text--email:after {
    font-family: "quicksilver", "Source Sans Pro", Arial, sans-serif;
    display: block;
    content: "";
    color: #c7cf1a;
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 13pt;
}

.c_button + .c_button {
    margin-left: 18px;
}
.c_number-formatting {
    padding: 7px 7px;
    text-align: right;
}

.c_dropdown__trigger--fake:before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.c_link--extra-margin-left {
    margin-left: 30px;
    pointer-events: all;
}

.c_button--disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.c_dropdown__double-inputs {
    display: flex;
    width: 350px;
}

.c_dropdown__double-inputs input:first-child {
    margin-right: 8px;
}

.c_form__field--xsmall {
    max-width: 70px;
}

.c_form__entry--no-bottom-margin {
    margin-bottom: 0;   
}

.c_dropdown__input .c_dropdown__input:not(:last-child) {
    margin-right: 20px;
}

.sidebar-intro p, .sidebar-intro a {
    color: white;
}

.sidebar-intro--quicksilver p, .sidebar-intro--quicksilver a, .sidebar-intro--uttern p, .sidebar-intro--uttern a {
    color: white;
}

.sidebar-intro--quicksilver a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #c7cf1a;
    display: inline-block;
    padding-bottom: 0;
}

.sidebar-intro--uttern a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid #f58220;
    display: inline-block;
    padding-bottom: 0;
}

.c_form {
    padding-top: 20px;
}

.c_form--route {
    transition: all .4s ease;
    opacity: 1;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    max-height: 100px;
    margin: 0;
    padding-top: 20px
}

    .c_form--route > * {
        margin-bottom: 0
    }

    .c_form--route.c_form--hidden {
        max-height: 0px;
        padding: 0;
        opacity: 0
    }

.c_helper--flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 0/0 "Source Sans Pro",Arial,sans-serif
}

.c_helper--flexbox-only {
    display: -ms-flexbox;
    display: flex
}

.c_helper--flex {
    -ms-flex: 1;
    flex: 1
}