.small-text {
    font-size: 12px;
}

#how-it-works-section .videos-wrapper p {
    margin-bottom: 25px;
}

.right-content-section .videos-wrapper p {
    color: #2A5199;
    float: left;
    font-size: 24px;
    font-weight: 600;
    padding: 3px 0;
    text-transform: uppercase;
}

.right-content-section .videos-wrapper {
    margin-top: 40px;
}

.right-content-section .videos-wrapper .btn {
    margin-top: 0;
}

#chauffeur-signup-section .form-wrap .gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_label,
#chauffeur-signup-section .form-wrap .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container label {
    display: none;
}

@media (min-width: 768px) {

	#chauffeur-signup-section .gform_wrapper .gfield .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left, 
	#chauffeur-signup-section .gform_wrapper .ginput_complex span.ginput_left {
		margin-right: 0 !important;
	}

	#chauffeur-signup-section .gform_wrapper .ginput_complex .address_city {
		width: calc(40% - 10px) !important;
	}

	#chauffeur-signup-section .gform_wrapper .ginput_complex .address_state,
	#chauffeur-signup-section .gform_wrapper .ginput_complex .address_zip {
		width: calc(30% - 5px) !important;
		margin-left: 10px !important;
	}
}

#colophon .developer {
    font-size: 12px;
    opacity: .3;
    padding: 10px 0;
}

#colophon .developer a {
    color: #fff;
}

#colophon .developer:hover {
    opacity: .7;
}

/* Online rental page */
#gform_wrapper_9.gform_wrapper .gfield_error.field_description_below .gfield_description,
#gform_wrapper_9.gform_wrapper .gfield_validation_message, 
#gform_wrapper_9.gform_wrapper .validation_message {
    background-color: transparent;
    border: 0;
    color: #c02b0a;
    font-size: 12px;
    margin: 0;  
    padding: 10px 0 0 10px;
}
#gform_wrapper_9 .form-heading h4,
#gform_wrapper_9 .credit-card .gfield_label_before_complex {
    color: #2A5199;
    font-size: 18px;
    font-weight: 600 !important;
    margin: 15px 0 0;
    padding: 3px 0;
    text-transform: uppercase;
}

#gform_wrapper_9 .credit-card .gfield_label_before_complex {
    margin-bottom: 10px;
}

body #gform_wrapper_9.gform_wrapper .hide_lables .gfield_label,
body #gform_wrapper_9.gform_wrapper .hide_lables .ginput_container label {
    display: inline-block !important;
    font-weight: inherit;
}

body #gform_wrapper_9.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
    color: #2A5199;
}

#gform_wrapper_9.gform_wrapper .gform_fileupload_rules {
    font-size: 12px;
}

#gform_wrapper_9.gform_wrapper fieldset .gfield_label {
    color: #2A5199;
    font-size: 19px;
    padding: 4px 8px!important;
}

#gform_wrapper_9.gform_wrapper .gfield input {
    border: 0;
    box-shadow: none;
}

#gform_wrapper_9.gform_wrapper .StripeElement {
    border: 0;
    border-bottom: 1px solid #2A5199;
}
    
#gform_wrapper_9.gform_wrapper .ginput_stripe_creditcard {
    border: 1px #ddd solid;
    padding: 10px;
}

#gform_wrapper_9.gform_wrapper .ginput_total {
    border-bottom: 0 !important;
    color: #2A5199;
    font-weight: bold;
    padding: 0 !important;
}

#invest-page-section .vehicle {
    border: 1px solid #E2E2E2;
    margin: 0 20px 20px;
    text-align: center;
    padding: 20px;
}

#invest-page-section .vehicle h4 {
    font-weight: 700;
}

#invest-page-section .vehicle img {
    margin-bottom: 10px; 
    max-width: 55%;
}

#invest-page-section .vehicle p {
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    #invest-page-section .vehicle img {
        max-width: 40%;
    }
}

/* Volta fleet */
#volta-fleet-section #vehicle-slider .carousel-indicators {
    display: flex;
    justify-content: space-between;
}

#volta-fleet-section #vehicle-slider .carousel-indicators li {
    margin: 0 !important;
}

#volta-fleet-section #vehicle-slider {
    margin-bottom: 80px;
}

#locations {
    width: 100%;
}
#locations th {
    padding-bottom: 20px;
}        
#locations td {
    width: 50%;
}