.incentives-loader {
    display: none;
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    border: 16px solid #b7b7b7; /* Light grey */
    border-top: 16px solid #e21d25; /* Red */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

/** Modal Styling **/

/* Change modal header color */
#incentive-modal .modal-header {
    background: #31B0D5;
    color: white;
}

#modal-offer-title {
    font-size: 20px;
    margin-top: 12px;
}

#modal-offer-image img {
    max-width: 400px;
}

#offer-info {
    margin-top: 18px;
}

#disclaimer-info {
    font-size: 11px;
}

#disclaimer-mark {
    font-size: 14px;
    margin-top: 40px;
}


/* Change gravity form styling */
#incentive-modal .gform_title {
    display: none;
}

#incentive-modal .gform_wrapper {
    margin: 0;
}

#incentive-modal .gform_body ul {
    padding: 0;
}

#incentive-modal .gform_title {
    margin: 0;
}

#incentive-modal .gform_wrapper .ginput_complex span {
    float: none !important;
    width: 100% !important;
}

#incentive-modal .gform_wrapper .ginput_complex input {
    float: none !important;
    width: 100% !important;
}

#incentive-modal .gform_wrapper .top_label input.medium,
#incentive-modal .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

/* incentive details button link */
#vlp-list .incentive-details {
    text-decoration: underline;
    font-weight: bold;
}

#vlp-list .incentive-details:hover {
    opacity: 0.7;
}

/* override above color styling */
#vehicle-display .incentive-details {
    color: red;
}

.incentives {
    cursor: pointer;
}

/* Styling for conditional incentives link */
#page .conditional {
    margin: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
}

#page .conditional a {
    color: red;
}