﻿ol,
ul {}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}


/* TEXT/LINK FORMATTING
------------------------------------------------*/

/***** BODY STYLES *****/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    overflow-x: hidden;
}

h1, .h1 {
    color: #003fa8;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

h2, .h2 {
    color: white;
    font-weight: bold;
    font-size: 22px;
}

.home-weather h2 {color:#1d5698;}

.container.cf h2 {
    color: inherit;
}

h3 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 8px;
    color: white;
    text-transform: uppercase;
}

.container.cf h3 {
    color: inherit;
}

h4 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 25px;
}

p {
    font-size: 17px;
    color: #363636;
    line-height: 1.3;
}

a:link,
a:visited {
    color: #1d5698;
    text-decoration: none;
}

a:hover {
    color: #1d5698;
    text-decoration: underline;
}

#wrapper {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 5px;
    position: relative;
}

.wrapped {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.contact-wrapped {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.yellowbar {
    width: 100%;
    height: 5px;
    background: #f2b716;
    display: block;
    position: relative;
}

.clear {
    clear: both;
}

.hide-small {
    visibility: visible
}

.show-small {
    visibility: hidden
}


/***** HEADER STYLES *****/

.headerinset {
    position: relative;
    max-width: 500px;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
	display: flex;
}

.logo {
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
}

.header-left {
    position: absolute;
    left: 30px;
    top: 50px;
}

.header-right {
    position: absolute;
    right: 30px;
    top: 50px;
}

.logo {
    margin: 10px auto;
    width: 100%;
    max-width: 600px;
    display: block;
}


/***** HANGING BOX *****/
.hangingwrapper {
    max-width: 1060px;
    margin: 0 auto;
}

.hangingbox {
    background: url(/siteart/HANGING-BOX-background.png) repeat-x;
    max-width: 1060px;
    width: 100%;
    position: absolute;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 1px 6px #333333;
	z-index: 300;
	
    height: 115px;
	display: flex;
	flex-wrap: wrap;
	   background-size: cover;
	background-color:#003e85;
}

.hangingbox p {
    font-size: 18px;
    color: white;
}

.hangingbox a {
    font-size: 18px;
    color: white;
}

.hangingbox a:hover {
    text-decoration: underline;
}

.first-box {
    display: inline-block;
    width: 24%;
    margin: 0 10px;
    padding-top: 5px;
    text-align: left;
}

.second-box {
    display: inline-block;
    width: 27%;
    margin: 0 10px;
    padding-top: 5px;
    text-align: left;
}

.third-box {
    display: inline-block;
    width: 16%;
    height: 90px;
    margin: 0 10px;
    padding-top: 5px;
    text-align: left;
}





/********SPRING SALE PROMO*********/
.home-main .promo-strip2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #0b3f93;
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin: -10px -20px 12px;
    padding: 16px 20px;
}

.ps2-left .ps2-date {
    font-size: 15px;
    line-height: 1.1;
    opacity: .95;
    margin-bottom: 6px;
}

.ps2-left .ps2-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
}

.ps2-middle {
    text-align: center;
	display: flex;
	flex-direction: column;
	gap:12px;
    min-width: 170px;
	align-items: center;
}

.ps2-btn {
    display: inline-block;
    background: #fff;
    color: #fff;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 6px;
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.ps2-btn:hover { filter: brightness(0.97); }

.ps2-link {
    display: inline-block;
    color: #ffffff !important;
	font-weight: 600;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 1;
}

.ps2-right {
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
	box-sizing: border-box;
}
.ps2-right img {
    height: 54px;
    width: auto;
    display: block;
}

.ps2-left   { flex: 1 1 auto; min-width: 240px; }
.ps2-middle { flex: 0 0 auto; }
.ps2-right  { flex: 0 0 auto; }

@media (max-width: 1020px) {
    .ps2-left .ps2-title { font-size: 28px; }
}
@media (max-width: 900px) {
    .home-main .promo-strip2 {
        flex-wrap: wrap;
        text-align: center;
        gap: 14px;
    }
    .ps2-left, .ps2-middle, .ps2-right {
        flex: 0 0 100%;
    }
    .ps2-right { margin-top: 4px; }
}
@media (max-width: 520px) {
    .ps2-left .ps2-title { font-size: 24px; }
    .ps2-left .ps2-date  { font-size: 14px; }
    .ps2-right img       { height: 44px; }
}





/***** HERO *****/
.hero {
    width: 100%;
    position: relative;
    max-height: 691px;
    z-index: 2;
}

.hero img {
    width: 100%;
}

/***** MAIN CONTENT STYLES *****/
.main {
    width: 100%;
    padding: 10px 0 20px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
    background: linear-gradient(to bottom, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
}

.home-main {
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
    background: -webkit-linear-gradient(top, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
    background: linear-gradient(to bottom, rgba(234, 234, 234, 1) 0%, rgba(255, 255, 255, 1) 65%);
    max-width: 1020px;
    margin: -20px auto 40px;
    padding: 10px 20px 10px;
    border-radius: 20px 20px 0px 0px;
    z-index: 2;
    position: relative;
}

.home-content {
    width: 75%;
    display: block;
    float: left;
}

.home-content img {
    float: left;
    padding: 10px 17px 10px 0;
}

.home-weather {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding-left: 20px;
    box-sizing: border-box;
}

.home-weather a {
    font-weight: bold;
    line-height: 1;
    font-size: 18px;
}

.left-content {
    width: 68%;
    display: block;
    float: left;
    margin-bottom: 60px;
}

.right-content {
    width: 30%;
    display: inline-block;
    margin-left: 2%;
}

.map {
    width: 100%;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.map iframe {
    width: 100% !important;
    height: 100% !important;
}


/***** PARTS BUTTONS *****/
.partsbox {
    background: url(/siteart/HANGING-BOX-background.png) repeat;
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
    border-radius: 20px;
    height: 95px;
    box-shadow: 0 1px 6px #333333;
    position: relative;
}

span.badge {
    padding: 10px;
    background-color: #003fa8;
    border: 1px solid #f2b716;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 2%;
    top: -3%;
}

.partsbutton {
    width: 322px;
    *height: 30px;
    padding: 20px 30px;
    margin: 12px 50px;
    display: block;
    text-align: center;
    float: right;
    border-radius: 10px;
    color: #363636 !important;
    font-size: 22px;
    text-transform: capitalize;
    vertical-align: middle;
    background: url('/siteart/tab_on.jpg') repeat;
    background-size: contain;
}

.partsbutton:hover {
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 2px #333333;
    color: #000 !important;
}

.partslogo {
    width: 300px;
    text-align: center;
    display: inline-block;
}

.partslogo img {
    padding: 5px;
    margin: 0 auto;
}

.specials-cont-1 {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    gap:15px;
}
.specials-cont-1 > div {
    width:calc(33.33% - 10px);
    display: block;
    
}
.specials-cont-1  > div:hover {
    opacity: 0.8;
    
}
.specials-cont-1 img {
    display: block;
    width:100%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}
/* MODAL  */


.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 740px;
}

/* The Close Button */
.modal .close-1 {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.modal .close-1:hover,
.modal .close-1:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}
.mySlides img {
	display: block;
    width:100%;
}

/* Next & previous buttons */
.modal .prev,
.modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	display: block;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
	display: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*----------FORM----------------*/
/* DETAILED SEARCH */
.column3 {
    width: 33.33333%;
    *width: 31%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.column3-4 {
    width: 66.66666%;
    *width: 62%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.last {
    padding-right: 0;
}

.detailed-form {
    background: #f2b716;
    color: #363636 !important;
    padding: 15px 0 10px;
}

.detailed-form h3 {
    color: #fff;
}

.detailed-search input {
    width: 100%;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #003fa8;
    box-sizing: border-box;
}

.detailed-search select {
    width: 100%;
    padding: 4px 8px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #003fa8;
    box-sizing: border-box;
}

.detailed-row {
    margin: 10px 0;
    font-size: 14px;
}

.detailed-search input[type="submit"] {
    font-size: 14px;
    background: #003fa8;
    width: 100%;
    height: 42px;
    color: #fff;
    display: inline-block;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.detailed-search input[type="submit"]:hover {
    text-decoration: underline;
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 2px #333333;
    cursor: pointer;
}

.search-divide {
    width: 100%;
    height: 1px;
    background: #757575;
    margin: 5px auto 10px;
}

/*--------Scrolling Inventory--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 45px 0;
    background: #003fa8;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #003fa8;
}

/*  MANULOGOS
------------------------------------------------*/
.manulogos {
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.manulogos a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.manubox {
    width: 170px;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    margin: 12.3px;
    background: #fff;
    border: 3px solid #f2b716;
    border-radius: 10px;
    padding-top: 14px;
}

.manubox:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 1;
}

/*--------
.manubox:hover {
	transform:scale(1.03,1.03);
	box-shadow:0 0 2px #333333;
}
--------*/

.manubox img {
    padding: 0;
    margin: 0;
    /* max-height: 120px; */
    display: inline-block;
    /* text-align: center; */
    /* vertical-align: middle; */
    max-width: 95%;
}

.dennis-image {
    max-height: 300px;
}

/***** FOOTER STYLES *****/
footer {
    background: #1d5698;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828281;
    line-height: 1;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828281;
    line-height: 1;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #828281;
    line-height: 1;
}

.divfooter {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    padding: 25px 0px 25px 0px;
}


@media screen and (max-width: 1075px) {
    .first-box {
        width: 267px;
        margin-left: 0
    }

    .second-box {
        width: 310px;
        margin: 0 2.2%;
    }

    .third-box {
        width: 180px;
        margin-right: 0
    }
}

@media screen and (max-width: 940px) {
    .home-main {
        margin: 30px auto 40px
    }

    .home-content {
        width: 100%;
        display: block;
    }

    .home-weather {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding-top: 40px;
    }
    .home-weather > div {
        width: 50%;
    }
    .home-weather > a {
        width: 50%;
    }

    .hangingbox {
        position: relative;
        margin-top: -5px;
    }
}

@media screen and (max-width: 850px) {
    .home-main {
        margin: 100px auto 40px
    }

    .hangingbox {
        height: 340px;
        padding-top: 30px;
        background-size: cover;
    }

    .first-box {
        display: block;
        margin: 0 auto;
    }

    .second-box {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .third-box {
        display: block;
        ;
        margin: 0 auto;
        text-align: center;
    }

    .contact-wrapped {
        padding: 0;
    }

    .left-content {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .hide-small {
        visibility: hidden;
        display: none;
    }

    .show-small {
        visibility: visible;
        display: block;
    }
}

@media screen and (max-width: 700px) {
    .logo {
        margin: 0 auto 15px;
    }

    .header-left {
        position: initial;
        width: 100%;
        margin: 0 auto 15px;
    }

    .header-right {
        position: initial;
        width: 100%;
        margin: 0 auto 15px;
    }
	
	
    .home-weather > div {
        width: 100%;
    }
    .home-weather > a {
        width: 100%;
    }

	
	
}

@media screen and (max-width: 700px) {
    .home-content {
        text-align: center;
    }

    .home-content img {
        width: 100%;
        margin: 20px auto;
        max-width: 450px;
        display: block;
        float: none;
    }

    .partsbox {
        padding: 10px 0;
        height: auto;
        background-size: cover;
    }

    .partslogo {
        margin: 0 auto;
        display: block;
    }

    span.badge {
        right: 17%;
        top: 42%;
    }

    .partslogo img {
        padding: 0;
    }

    .partsbutton {
        float: none;
        margin: 0 auto;
    }

    .column3 {
        width: 100%;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
    }

    .column3-4 {
        width: 100%;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
    }

    .detailed-search input[type="submit"] {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {
    .partsbutton {
        width: 220px;
    }

    .manubox {
        width: 220px;
        height: 160px;
    }

    .manubox img {
        max-height: 150px;
    }
}

/*---- parts links  ----*/

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-button.view-details {
    background: #11508f !important;
    color: #fff !important;
}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container a.part-name-value-large {
    color: #000 !important;
}

.faceted-text-input-searchType input[type=checkbox],
.faceted-text-input-searchType input[type=radio],
.faceted-text-input-searchType label {
    margin-right: 5px !important;
}




/*---- faceted links  ----*/
/* .list-content .list-main-section .list-container {
    margin-top: 20px !important;
}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc p {
    margin-top: 12px !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {
    margin-right: 5px !important;
} */
/*
.faceted-search-content .faceted-section-head {
    width: 100% !important;
} */

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content .detail-additional-data .data-row .data-label,
.faceted-search-content .selected-facets-container .selected-facet,
.paging-container .page-navs button.list-page-nav,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder button,
.modal-content .form-bottom .captcha-and-submit .captcha-placeholder input,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button {
    background: #11508f !important;
}

.faceted-search-content .faceted-section-head {
    background: #11508f !important;
    /* color: #fff !important; */
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-main-section .list-container .fin-calc,
.list-content .listing-portion-title {
    color: #11508f !important;
}

.list-content .list-main-section .list-container .fin-calc {
    font-size: 14px !important;
}

.list-content .list-title,
.list-content .list-title .list-listings-count,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name,
.contact-information a,
.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count,
.list-content .list-top-section .listing-option-bar .list-sort-order .sort-by-dropdown-container,
.breadcrumbs .breadcrumbs-element,
.detail-content .search-results,
.legal-text-content,
.detail-content .dealer-info .field-name,
.detail-content .dealer-info .field-value,
.detail-additional-data h4,
.mc-thumb-strip .mc-btn.mc-btn-next span,
.mc-thumb-strip .mc-btn.mc-btn-prev span,
.detail-content .dealer-info .google-maps-link i,
.paging-container .page-number,
.paging-container .list-page-number,
.faceted-search-content .faceted-section-box .faceted-date-range,
.faceted-search-content .faceted-section-box .faceted-date-range .days-ago-input {
    color: #000 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.faceted-search-content .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button {
    border: 1px solid #11508f !important;
    color: #11508f !important;
}

.list-content .listing-bottom .listing-description-text {
    color: #000 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin-top: 0 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
    /*     display: block !important; */
}

@media (max-width: 992px) {

    .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
    .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
    .mobile-breadcrumb,
    .list-content .list-listing-mobile .view-listing-details-link {
        background: #11508f !important;
    }

    .list-content .list-listing-mobile .price-container .price {
        color: #11508f !important;
    }

    .fin-calc p,
    .fin-calc strong,
    .dealer-info a {
        color: #11508f !important;
    }

    .list-content .list-listing-mobile .email-seller-link {
        height: 38px !important;
    }

    .spec-container a,
    .list-content .list-listing-mobile .listing-portion-title {
        color: #11508f !important;
    }

    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
    .list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text {
        border: 1px solid #11508f !important;
    }

    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title,
    .detail-content-mobile .detail-main-body .detail-mobile-top .detail-category,
    .detail-content-mobile .detail-main-body .main-detail-data,
    .main-detail-data .currency-selector,
    .detail-content-mobile .share-listing {
        color: #11508f !important;
    }

    .detail-content-mobile .detail-additional-data .data-row .data-value,
    .list-content .list-listing-mobile .listing-description-text,
    .faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
        color: #000 !important;
    }
}