﻿/* my css */

.field-calc {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--color-two);
  background: none;
  padding: 0;
  border: 0;
  margin-top: 10px;
}

.efficiency-rating {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #fefefe), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -o-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -ms-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: linear-gradient(to bottom, #fefefe 19%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dedede', GradientType=0 );
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-top: 30px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	-moz-box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
	box-shadow: 1px 1px 5px 0px rgba(204, 204, 204, 0.75);
}

.side-content .efficiency-rating h3 {
	text-align: center;
	color: #3a3a3a;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	letter-spacing: -1px;
	word-spacing: -1px;
	line-height: 21px;
}

.efficiency-rating ul {
	padding: 0;
	margin: 7px 0 0 0;
}

.efficiency-rating ul li {
	list-style: none;
	display: inline-block;
	margin-right: 21px;
	line-height: 30px;
}

.efficiency-rating ul li:last-child {
	margin-left: 18px;
}

.efficiency-rating ul li small, .efficiency-rating ul li strong {
	display: block;
	color: #3a3a3a;
	font-weight: 600;
}

.efficiency-rating ul li small {
	font-size: 12px;
}

.efficiency-rating ul li strong {
	font-size: 36px;
	font-weight: 700;
}

.efficiency-rating img.aligncenter {
	margin: 0;
	position: relative;
	top: 13px;
	left: 24px;
}

.efficiency-rating p {
	font-size: 10px;
	text-align: center;
	color: #3a3a3a;
	line-height: 14px;
	padding: 17px 40px 0px 55px;
}

.efficiency-rating {
	position: relative;
}

.efficiency-rating ul li.fuel {
	position: absolute;
	top: 37px;
	left: 50%;
	margin-left: -30px;
}

.efficiency-rating ul li.fuel img {
	left: 0;
}

.efficiency-rating ul li.city_mpg {
	position: absolute;
	left: 25%;
	margin-right: 0;
	margin-left: -30px;
}

.efficiency-rating ul li.hwy_mpg {
	position: absolute;
	right: 25%;
	margin-left: 0;
	margin-right: -30px;
}

.efficiency-rating p {
	font-size: 10px;
	text-align: center;
	color: #3a3a3a;
	line-height: 14px;
	margin: 85px auto 0px;
	padding: 0;
	width: 75%;
}



#features ul {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-left: 0;
}

#features ul li {
	padding-left: 20px;
}

#features ul li .fa-li {
	left: -8px;
	top: 5px;
	color: var(--color-one);
}

.dlr_name {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.75em;
    margin-right: 25px;
    white-space: nowrap;
    color: #fff;
}

.instructions {
    font-family: "Montserrat", sans-serif;
    text-transform:uppercase;
    text-align: justify;
    font-weight: 800;
    font-size: 1.75em;
    margin-right: 25px;
    color: #ccc;
    padding: 6px;
}


.dlr_name_ph {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.5em;
    margin-right: 25px;
    white-space: nowrap;
    color: var(--color-two);
}


a {
    color: var(--color-one); 

}

a:hover {
    color: var(--color-two); 
    text-decoration: underline;

}

.badges {
    display: inline-block;
    top: 10px;	
    max-width: 125px;
    z-index: 900;
    white-space: nowrap;
}

.badges_inline {
    position: sticky;	
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 900;
    white-space: nowrap;
    text-align: center;
}

.badges_grid::after {
    position: absolute;	
    top: 10px;	
    right: 20px;
    width: 100px;
}


.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 8px;
    margin-bottom: 8px;
}

.form_contact {
    padding: 10px; 
    border: 1px solid var(--color-one);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.success {
	font-size: 15px;
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 4px;
	font-weight: bold;
    padding: 5px;
}

.error {
	font-size: 15px;
	background: #FFDFDF;
	border: 1px solid #FFCACA;
	border-radius: 4px;
	font-weight: bold;
    padding: 5px;
}

.link-icon {
  color: var(--color-one);
  width: 100%;
  text-align: center;
}

.link-content {
  color: var(--color-two);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  font-style: italic;
  margin-top: 8px;
}

.small-block {
	display: block;
    text-align: center;
}

.small-block h4, .small-block a, .welcome-wrap .small-block h4 {
	text-align: center;
	font-weight: 700;
	letter-spacing: -2px;
	color: #2d2d2d;
	font-family: "Cabin", sans-serif;
}

.small-block i {
	margin: 15px 0 0 0;
}

.small-block:hover h4, .small-block:hover a i {
	color: var(--color-one);
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

.modal_title {
    margin-top: -30px; 
    margin-bottom: 10px; 
    border-bottom: 1px solid var(--color-one);
	font-size: 22px;
    font-weight: 700;
	font-family: "Cabin", sans-serif;
    color: var(--color-one);
    padding: 0px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 400px; /* Could be more or less, depending on screen size */
    max-width: 95%;
    border: 2px solid var(--color-one);
    border-radius: 6px;
    overflow: hidden;
}

.modal-msg {
	font-size: 20px;
	font-family: "Cabin", sans-serif;
    color: var(--color-two);
}


/* The Close Button */
.close {
    color:var(--color-one);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -23px;
    margin-right: -17px;
    text-align: right;
    z-index: 9999;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* my css */
