/* Layout */
.cw-plugin {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 10px;
    font-size: 11px;
}

.cw-plugin * {
    box-sizing: border-box;
}

.cw-finance-options {
    margin-bottom: 30px;
}

.cw-finance-term,
.cw-finance-mileage,
.cw-results-label,
.cw-results,
.cw-product-name-header,
.cw-representive-example-header,
.cw-finance-deposit,
.cw-finance-payment,
.cw-finance-payment-type {
    float: left;
    width: 50%;
}

.cw-finance-payment-type {
    width: 100%;
}

.cw-finance-mileage,
.cw-finance-term,
.cw-finance-payment-type {
    padding-bottom: 20px;
}

.cw-finance-payment,
.cw-finance-deposit {
    padding-bottom: 10px;
}

#cw-form-container .cw-finance-mileage,
#cw-form-container .cw-finance-payment {
    padding-right: 1%;
}

#cw-form-container .cw-finance-term,
#cw-form-container .cw-finance-deposit {
    padding-left: 1%;
}

.cw-information-container {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.cw-information-container .cw-information-link:first-of-type {
    margin-bottom: 10px;
}

.cw-controls select {
    padding: 5px 10px;
}

/* Form elements */
select,
input {
    border: 1px solid #666;
}

.cw-input-wrapper input,
.cw-element {
    width: 100%;
}

label {
    /*font-size: 11px;*/
}

/* Calculator input controls */

.cw-control-label {
    display: inline-block;
    margin-bottom: 5px;
}

.cw-calculation-type {
    float: left;
    margin: 2px 0 0;
}

.cw-calculation-type + span {
    padding: 2px 5px;
    float: left;
}

.cw-input-prepend {
    clear: both;
}

.cw-input-wrapper {
    position: relative;
}

.cw-input-wrapper input {
    padding: 6px 10px 6px 35px;
}

.cw-currency {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 10px;
    background-color: #666;
    color: #fff;
    z-index: 1;
}
/* Headings */
.cw-heading-container h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* Quote details */
.cw-representive-example-header {
    float: left;
}

.cw-product-name-header {
    float: right;
}

.cw-result-element {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.cw-results {
    text-align: right;
    font-weight: bold;
}

/* Copy */
.cw-product-name-header,
.cw-representive-example-header {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}

.cw-product-name-header {
    font-weight: bold;
    text-align: right;
}

.cw-plugin {
    color: #333;
}

a {
    color: #251f21;
}

/* Buttons */
.cw-action-container .cw-action {
    float: left;
}

.cw-action {
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
}

.cw-action a {
    background-color: #000;
}

.cw-action a,
.cw-terms-conditions span {
    cursor: pointer;
    color: #fff;
    padding: 5px 7px;
    text-decoration: none;
}

.cw-terms-conditions span {
    background-color: #999;
}

.cw-action a:hover,
.cw-action span:hover {
    background-color: #cc0000;
}

/* Lighboxes */
.cw-lightbox {
    display: none; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    width: 460px; 
    margin-left: -230px; 
    margin-top: -200px; 
    z-index: 1000;  
    background-color: #FFF;
    padding: 20px;
}

#cw-overlay {
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background-color: #000; 
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    z-index: 100;
}

#cw-email-me-this-quote-window label {
    display: block;
    margin-bottom: 10px;
}

#cw-email-me-this-quote-window input[type=text],
#cw-email-me-this-quote-window .cw-button {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
}

#cw-email-me-this-quote-window input[type=text] {
    padding: 5px;
}

#cw-email-me-this-quote-window .cw-button {
    background-color: #000;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#cw-email-me-this-quote-window .cw-button:hover {
    background-color: #cc0000;
}

.cw-dpa {
    margin-bottom: 10px;
}

.cw-dpa, 
.cw-email-dislaimer,
#cw-honda-terms-and-conditions p {
    line-height: 14px;
}

.cw-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 60px;
    height: 23px;
    z-index: 2;
}

.cw-close:before {
    content: 'x';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    color: #fff;
    font-size: 11px;
    width: 20px;
    height: 20px;
    padding-top: 4px;
    background-color: #000;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.cw-close:hover:before {
    background-color: #cc0000;
}

.cw-close:after {
    content: 'close';
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    font-size: 11px;
    line-height: 14px;
    padding: 5px 0 5px;
}

.cw-lightbox h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0px;
}

.cw-lightbox h3, 
.cw-lightbox h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 5px;
    padding-top: 14px;
    border-bottom: 2px solid #000;
    margin-bottom: 0;
}

.cw-lightbox p {
    font-size: 11px;
    padding-top: 18px;
    line-height: 14px;
}

.cw-radio-input {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #666;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #fff;
}

.cw-calculation-type:checked + .cw-radio-input:before {
    content: ' ';
    border-radius: 50%;
    position: absolute;
    height: 6px;
    width: 6px;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    background: #000;
}

.cw-radio input {
    display: none;
}

.cw-radio label {
    cursor: pointer;
}

.cw-radio span {
    padding-left: 5px;
    vertical-align: super;
}

/* BREAKPOINTS */
@media(min-width: 740px) {
    #cw-finance-options {
        overflow: hidden;
    }

    #cw-finance-quote,
    #cw-finance-options {
        display: block;
        width: 50%;
        float: left;
        padding: 20px;
    }
}