body {
    font-family: 'Roboto', sans-serif !important;
    /*color: #3B485A!important;*/
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

* {box-sizing: border-box !important;}


.financingbanner {background: rgba(31, 64, 41, 0.8); width: 100%; padding-top: 7px; padding-bottom: 7px; text-align: center !important; position: absolute; clear: both; top: 120px; z-index: 9;}
.financingbanner > .clickhere {font-family: 'Roboto', sans-serif !important; color: white !important; font-size: 14px !important; font-weight: 700;
width: 100%; text-align: center !important;}

.dropdown-menu {background-color: #2C4B2C !important; border: 2px solid !important; min-width: 250px !important;
    border-color: white !important;}
.dropdown-menu > li {padding: 15px !important; margin: 0px !important;}
.dropdown-menu > li > a { font-family: 'Roboto', sans-serif !important; color: white !important; font-size: 14px !important; padding: 15px !important; font-weight: 700;}
.dropdown-menu > li > a:hover { font-family: 'Roboto', sans-serif !important; color: white !important; background-color: black !important;}

/*-----------------------------*/
/* newinv */
/*-----------------------------*/
.contact-options a {color: white !important;}
.fin-calc-mobile>a {color: white !important;}

.compare-chkbox-container .compare-listings .fa-check { 
 top: 5px !important; 
 left: 1px !important; 
} 

.lower-detail-data-right{ 
	font-size: 11px !important; 
} 

.option-name {
margin-top: 0px !important;	
}

.selected-facet button {color: white !important;}

.cs-btns a {background-color: #063771 !important;}
.des-compare-button {background-color: #063771 !important; color: white !important;}

.selected-facet {
	background-color: #063771 !important; color: white !important;
}

.view-listing-details-link {
	background-color: #063771 !important;
	color: white !important;
}

.contact-options a {
	background-color: #063771 !important;
}

.listing-portion-title {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	color: #063771 !important;
}

.detail-title {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}

.dealer-name {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	color: #063771 !important;
}

.price {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}

.list-title-text {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}

.body-content {
    padding: 0!important;
   font-family: 'Roboto', sans-serif !important;
}

.lower-detail-data-right {
    left: 24.5em !important;
}

.mobile-done-button {
		background-color: #063771 !important;
}

.detail-btn-calc {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.offer-btn {
		background-color: #063771 !important;
}

.data-label {
	background-color: #063771 !important;
}

.contact-bar-btn {
	background-color: #063771 !important;
}

.offer-btn-mobile {
	background-color: #063771 !important;
}

.dealer-phone-mobile {
		background-color: #063771 !important;
}

.send-email-btn-mobile {
	background-color: #063771 !important;
}

.fin-calc-btn-mobile {
		background-color: #063771 !important;
}

.hamburger {z-index: 1000;}

/*-----------------------------*/
/* Header Section */
/*-----------------------------*/
.menuRow {
    background: rgba(255, 255, 255, 0.8);
    height: auto;
    position: absolute;
    width: 100%;
    background-position: center;
    top: 0;
    padding-bottom: 20px;
    z-index: 998;
    box-shadow: 0 4px 5px 0px #5f7127;
}

.innerBg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
}

.menuRow .menu {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-left: 106px;
    padding-top: 15px;
}

.menuRow .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menuRow .menu ul li {
    display: inline-block;
    margin: 27px 0px;
}

.menuRow .menu ul li a {
    text-decoration: none;
    color: #020202;
    font-size: 20px;
    border-radius: 2px;
    padding: 0px 20px;
    font-weight: 500;
}

.menuRow .menu ul li a:hover {
    color: #193f16
}

.menuRow .menu ul li.gap {
    width: 290px;
}

.menuRow .menu ul li.gap a:hover {
    background: none;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    z-index: 999;
    text-align: center;
    width: 218px;
}

.menuOpen {
    position: absolute;
    right: 10px;
    top: 24px;
    font-size: 35px !important;
    color: #274828;
    z-index: 1000;
    display: none !important;
}

/*-----------------------------*/
/* banner Section */
/*-----------------------------*/
.banner {
    width: 100%;
    margin: auto;
    height: 75.9vh;
    position: relative;
    background: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
}

.banner img {
    width: 100%;
}

.banner .small {
    display: none;
}

/*-----------------------------*/
/* welcome Text Section */
/*-----------------------------*/
.welcome {
    padding: 22px 0 17px 0;
    position: absolute;
    bottom: 0px;
    background: rgba(31, 64, 41, 0.8);
}

.welcome p:nth-child(1) {
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 30px;
}

.welcome p:nth-child(2) {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 51px;
}

.welcome p:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.welcomeCopy p {
    color: #535050;
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    margin: 0;
}

.welcomeCopyInner {
    margin-top: 20vh;
}

/*-----------------------------*/
/* Product Section */
/*-----------------------------*/
.prd {
    background: rgb(217, 216, 216);
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 0 3% 0;
    background: linear-gradient(0deg, rgba(217, 216, 216, 1) 66%, rgba(255, 255, 255, 1) 89%);
    display: table;
}

.prdOne {
    width: 32%;
    display: inline-block;
    padding: 4vh;
    border: 1px solid #ccc;
    background: #ffffff;
    box-sizing: border-box;
    margin: 5px;
    box-shadow: -3px 39px 7px 3px #ccc;
}

.prd .prdOne .box {
    width: 100%;
    position: relative;
}

.prd .prdOne .box .overlay {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    padding: 20px;
    height: 73px;
}

.prd .prdOne .box:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
    transition: all 200ms linear;
}

.prd .prdOne .box:hover .overlay .btnMore {
    display: block;
    transition: all 200ms linear;
}

.prd .prdOne .box .overlay h2 {
    font-size: 160%;
    font-weight: 700;
    color: #fff;
    float: left;
    margin: 0
}

.prd .prdOne .box .overlay .btnMore {
    float: right;
    border: 1px solid #fff;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 1.9vh;
    line-height: normal;
    padding: 6px 17px 8px 17px;
    margin-top: 5px;
    display: none;
}

.prd .box .overlay .btnMore:hover {
    background: rgba(0, 0, 0, 0.6);
}

.prd img {
    width: 100%;
}

.textBox {
    margin-top: 50px;
}

.textBox hr {
    width: 14%;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
}

.textBox .bgBox {
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    width: 70%;
    background: #2d4b26;
    border-radius: 10px;
    border: 8px solid #fff;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------*/
/* Contact Section */
/*-----------------------------*/
.contactRow {
    background: url(../img/contactBg.jpg);
    min-height: 529px;
    position: relative;
    background-position: center top;
}

.contactRow .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 40px !important;
    box-sizing: border-box;
    width: 95% !important
}

.contactRow .inner h2 {
    color: #535050;
    font-size: 50px;
    font-weight: 300;
    margin: 0;
}

.contactRow hr {
    background: #cbcaca;
}

.contactRow iframe {
    width: 100%;
    height: 285px;
}

.contactRow .inner h3 {
    color: #535050;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.contactRow .inner p {
    color: #535050;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 25px;
}

.contactRow .inner p span {
    font-weight: 600;
    margin: 0;
}

.contactRow a {
    color: #000;
}

.contactRow .inner .fa {
    color: #535050;
}

.contactRow .inner .left {
    border-right: 1px solid #ccc;
    padding: 40px 0 40px 45px;
}

.contactRow .inner .right {
    border-right: 0;
    padding-left: 45px;
    padding-top: 40px;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #2d4b26;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #2d4b26;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #47773c;
    color: #ffc444;
    text-decoration: none;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control-feedback {
    right: 10px;
    font-size: 16px;
    color: #a40000;
}

.formFieldIndicator {
    color: #a40000;
}

/*-----------------------------*/
/* Footer Section */
/*-----------------------------*/
.footer {
    background: #2d3135;
}

.footer2 {
    background: #272c30;
}

.footer p {
    font-size: 11px;
    padding: 0;
    margin: 0;
    color: #b8b9ba;
    line-height: 20px;
}

/*------------------------*/
/* FOOTER SANDHILLS CODE */
/*------------------------*/
a.footerlink {
    margin: 0;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

.divfooter {
    width: 100%;
    text-align: center;
    margin: 31px auto;
    font-size: 12px;
}

/*-----------------------------*/
/* Media Query Section */
/*-----------------------------*/
@media screen and (max-width: 1200px) {
    .prd .prdOne .box .overlay {
        padding: 10px;
        height: 50px;
    }
    .prd .prdOne .box .overlay h2 {
        font-size: 115%;
        font-weight: 700;
        color: #fff;
        float: left;
        margin: 0;
        text-align: left;
        line-height: 36px;
    }
}

@media screen and (max-width: 1199px) {
    .contactRow .inner p {
        color: #535050;
        font-size: 18px;
        font-weight: 300;
        margin: 0;
        line-height: 25px;
    }
}

@media screen and (max-width: 1120px) {
    .menuRow .menu ul li.gap {
        width: 222px;
    }
}

@media screen and (max-width: 991px) {

    .contactRow .inner .left {
        border-right: 0px solid #ccc;
        padding: 20px 0 20px 19px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .contactRow {
        background: url(../img/contactBg.jpg);
        min-height: auto;
        position: relative;
        background-position: center top;
        padding-top: 50px;
    }

    .contactRow .inner {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 40px !important;
        box-sizing: border-box;
        width: 95% !important;
    }

    .contactRow .mt-3 {
        margin: 0
    }

    .contactRow .inner .right {
        border-right: 0px solid #ccc;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contactRow.innerPageMt {
        margin-top: 7vh;
    }
}

@media screen and (max-width: 880px) {
    .menuRow .menu ul li a {
        padding: 10px 12px;
        font-size: 15px;
    }

    .menuRow .menu {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        padding-left: 83px;
        padding-top: 15px;
    }

    .prdOne {
        width: 32%;
        display: inline-block;
        padding: 18px;
        border: 1px solid #ccc;
        background: #ffffff;
        box-sizing: border-box;
        margin: 5px;
    }
}

@media screen and (max-width: 767px) {
    
    .financingbanner {position: absolute; clear: both; top: 80px; z-index: 9;}
    
    .prdOne {
        width: 42%;
        display: inline-block;
        padding: 18px;
        border: 1px solid #ccc;
        background: #ffffff;
        box-sizing: border-box;
        margin: 5px;
    }

    .logo {
        background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/banner.jpg);
        background-position: center;
        background-size: cover;
        top: 0;
        padding: 10px;
        text-align: left;
        width: 100%;
        box-shadow: 0 1px 4px 0px #000;
    }

    .innerBg {
        background-image: none;
    }

    .logo img {
        width: 150px;
    }

    .menuRow {
        position: absolute;
        height: auto;
        top: 84px;
        padding: 0px 0;
        display: none;
    }

    .menuRow .menu ul li {
        display: inherit;
        margin: 0px 5px;
    }

    .menuRow .menu {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        padding-left: 0;
        padding-top: 0;
    }
	
	.dropdown-menu > li {width: 100% !important; padding: 0px !important;}
	.dropdown-menu {width: 100% !important;}

    .menuRow .menu ul li.gap {
        display: none;
    }

    .menuRow .menu ul li a {
        padding: 10px 5px;
        font-size: 15px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .menuRow .menu ul li a:hover {
        background: none;
    }

    .menuOpen {
        display: block !important;
    }
}

@media screen and (max-width: 580px) {
    .banner {
        width: 100%;
        margin: auto;
        height: 75.9vh;
        position: relative;
        background: url(../img/banner2.jpg);
        background-position: center;
        background-size: cover;
    }

    .contactRow .inner h2 {
        color: #535050;
        font-size: 45px;
        font-weight: 300;
        margin: 0;
    }

    .textBox .bgBox {
        font-weight: 700;
        line-height: 28px;
        font-size: 20px;
        width: 100%;
    }

    .contactRow .inner p {
        color: #535050;
        font-size: 18px;
        font-weight: 300;
        margin: 0;
        line-height: 22px;
        text-align: left;
    }

    .contactRow .inner .borderRright {
        border-right: 0px solid #ccc;
    }

    .prdOne {
        width: 90%;
        display: inline-block;
        padding: 18px;
        border: 1px solid #ccc;
        background: #ffffff;
        box-sizing: border-box;
        margin: 5px auto;
    }

    .contactRow .inner h3 {
        color: #535050;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }

    .textBox {
        margin-top: 33px;
        margin-bottom: 26px;
    }

    .textBox hr {
        display: none;
    }

    .banner .big {
        display: none;
    }

    .banner .small {
        display: block;
    }

    .welcome p:nth-child(2) {
        font-size: 29px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 32px;
    }

    .welcome p:nth-child(1) {
        font-size: 29px;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 30px;
    }

    .welcome p:nth-child(3) {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 320px) {
    .welcome p:nth-child(2) {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 32px;
    }
}