body {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/599b52fc-8496-400b-a5b4-e3c1d276c3bc/background-new-resized.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/599b52fc-8496-400b-a5b4-e3c1d276c3bc/background-new-resized.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.breadcrumb {
    background-color: #1c1c1c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
}

.whyPaulsonsSection {
    background-color: white;
    color: black;
    position: relative;
    margin-top: 0!important;
}

.whyPaulsonsSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/1fcec51c-282c-4c85-bcca-305222ae967a/about-back-dealership-resized.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    filter: opacity(0.2);
    background-position: center;
    background-size: cover;
}

.whyPaulsonsSection:after {
    content: '';
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(0 0 0);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.sliderSection {
    background-color: black;
}

.featuredSection {
    background-color: white;
    margin-top: 0!important;
    color: black;
    padding-top: 25px;
}





/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: row;
    padding: 10px 10px 0;
    justify-content: space-between;
    align-items: flex-start;
}

.headerLogo {
    margin-bottom: -46px;
}

.headerLogo img {
    max-width: 275px;
    position: relative;
    z-index: 4;
}

.headerBlock {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.headerBlock:after {
    content: '';
    width: 69%;
    height: 3px;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(255,244,50,1) 100%);
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 0;
}

.headerHours {
    display: flex;
    align-items: center;
}

.headerHours h5 {
    margin: 0;
    font-size: 16px;
    padding-right: 10px;
}

a.headerAddress {
    margin: 0 30px;
}

.headerBlock .dealer-address {
    margin-right: 20px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #686868;
    position: absolute;
    right: -10px;
    top: 0;
}

.headerContainer > .headerBlock > a.dealer-phone > span.fa.fa-mobile {
    display: none;
}

.brpSidebar {
    position: fixed;
    transform: rotate(-90deg);
    background-color: black;
    left: -133px;
    display: flex;
    align-items: center;
    top: 55%;
    flex-flow: row-reverse;
    z-index: 99;
}

.brpSidebar a {
    padding: 13px;
}

.brpSidebar a:nth-child(1) {
    border-bottom: 5px solid #e13c31;
}

.brpSidebar a:nth-child(2) {
    border-bottom: 5px solid #ffc72b;
}

.brpSidebar a:nth-child(3) {
    border-bottom: 5px solid #30d5c3;
}

.brpSidebar img {
    max-width: 80px;
}

.brpSidebar a:hover {
    transform: translateY(5px);
}

.brpSidebar a:nth-child(1):hover {
    background-color: #e13c31;
}

.brpSidebar a:nth-child(2):hover {
    background-color: #ffc72b;
}

.brpSidebar a:nth-child(3):hover {
    background-color: #30d5c3;
}







/* NAVIGATION */

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    padding: 18px 13px;
    font-size: 15px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #fef231;
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.searchWrapper {
    text-shadow: 1px 1px 2px black;
    text-align: center;
    margin: 100px 0;
}

.searchWrapper h3 {
    font-size: 45px;
}

.middletext {
    font-size: 20px;
    text-transform: uppercase;
}

.searchWrapper #inventory-count {
    font-weight: 700;
    color: #fef406;
    font-size: 24px;
    min-width: 50px;
    display: inline-block;
}

.siteSearch {
    width: 500px;
    margin: 30px auto 0;
    display: flex;
    position: relative;
}

.siteSearch:before {
    content: '';
    width: 104%;
    height: 140%;
    background: linear-gradient(to bottom, rgb(214 61 36) 0%,rgb(250 236 3) 100%);
    position: absolute;
    left: -2%;
    top: -20%;
    z-index: -1;
}

.siteSearch .form-control {
    background-color: black;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    margin: 0;
    position: relative;
}

.siteSearch button {
    background-color: black;
    border: none;
    color: white;
    position: relative;
}

.oemContainer {
    background-color: black;
    padding: 15px;
    display: flex;
    align-items: center;
}

.oemContainer a {
    padding: 1%;
}

.oemContainer a:hover {
    filter: opacity(0.5);
}

.oemContainer img {
    max-height: 38px;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    background-color: black;
}

.btnContainer a {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.btnContainer img {
    filter: brightness(0.3);
    transition: .5s;
}

.btnContainer a:hover img {
    filter: brightness(1);
    transform: scale(1.2);
}

.btnContainer h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    margin: 0;
    font-size: 1.5vw;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-weight: 700;
}

.btnContainer h3 span {
    display: block;
    font-weight: 900;
}

.homeAbout {
    position: relative;
    z-index: 2;
    padding: 30px 15px;
    text-align: justify;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgb(0 0 0 / 69%) 0%,rgba(255,255,255,0) 100%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 65px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    left: 1%;
    padding-left: 10px;
    text-shadow: 1px 1px 1px black;
}

.p-header h1:after {
    content: '';
    background: linear-gradient(to bottom, rgba(255,102,0,1) 0%,rgb(254 243 51) 100%);
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 span {
    display: block;
    font-weight: 700;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.jumbotron {
    background-color: #151515;
    margin-top: -25px;
    color: white!important;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #000000;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
    border-color: #ccc;
}

.creditWrapper {
    padding-bottom: 60%;
}

.searchReturn {
    color: white;
}

.slideContainer {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
}
.slideContainer > div {
	flex: 0 0 50%;
	transition: .3s;
}
.slideContainer > div:hover {
    filter: opacity(0.5);
}
.thumbs {
	padding: 10px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
	border: 2px #ff6600 solid;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}

#largeView {
	position: fixed;
	display: none;
	width: 90%;
	left: 5%;
	top: 25vh;
	z-index: 200;
	border-radius: 12px;
}
@media (min-width: 768px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
#largeView {
    width: 60%;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
}
}




/* BRP */

.canamBackground > div {
    background-color: white;
}







/* INVENTORY */

.inventory-container .vehicle .savings {
    position: absolute;
    top: -11px;
    left: -5px;
}

#vdp-container .images-container {
    max-width: 100%;
}

.price.discount-price1 {
    color: #ff6600;
    font-weight: 700;
    font-size: 22px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    font-weight: 900;
}

.inventory-container .vehicle .price-box:hover a {
    color: #000000;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle-box {
    position: relative;
    border: 3px solid white;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: 1px solid #373737;
    background: #373737;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

#seller-description {
    color: black;
}

.container-intro{
	display:flex;
	box-sizing: border-box;
	width:100%;
	height: auto;
	padding: 0 0;
	margin: 0 0;
}

.modelFamilyIntro-Right {
    padding: 0 3% 0 1%;
    width: 34%;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    box-sizing: border-box;
}

.modelFamilyIntro-Header {
    margin: 6% 0;
    width: 100%;
    color: #747474;
    font-weight: 600;
    font-size: calc(clamp(42px,5vw,65px));
    letter-spacing: -.5px;
    line-height: 100%;
    text-align: left;
}

.modelFamilyIntro-Text{
	max-width: 575px;
    color: #001a21;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

.container-intro{
	display:flex;
	box-sizing: border-box;
	width:100%;
	margin: 70px 0 30px 0;
	flex-wrap: nowrap;
}

.left-two-thirds{
	display:flex;
	box-sizing: border-box;
	width:67%;
	height: auto;
	min-height:100px;
	padding: 0 0;
	margin: 0 15px;
	align-items: center;
    order:1;
}

.right-one-third{
	display:flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width:33%;
	height: auto;
	min-height:100px;
	padding: 0 0;
	margin: 0 15px;
	align-content: center;
    order:2;
}

/* CARDS */

.cards {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
}
.container__mcy {
    display: flex;
    padding: 0 0;
    overflow-x: scroll;
}

.mcy-1 {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: auto;
    margin: 6px;
    background-color: #fff;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    flex: 0 0 30%;
}

.mcy-1 a{
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.mcy-1:hover{
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.modelCardImage{
	width:100%;
}

.modelCardTextBox {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 100%;
    margin: -13px 0 0 0;
    padding: 0 10px;
}

.modelCardTextInnerLeft{
	width:50%;
	text-align: left;
	display:flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin: 0 0;
}

.modelCardTextInnerRight{
	width:50%;
	text-align: right;
	padding: 0 0;
	margin: 0 0;
}

.specRow{
	width:100%;
	padding: 0 0;
	margin: 0 0;
}

.modelCardText-model-name {
    width: 100%;
    color: #001a21;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.modelCardText-desktop-price{
	width:100%;
	color:#001a21;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-left: 0px
}

.modelCardText-model-spec{
	width:100%;
	color:#009bb4;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
}

.modelCardText-model-description{
	width:100%;
	color:#001a21;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#cfmoto > img:nth-child(1) {
    display: block;
    margin: 5px auto 20px;
}

.cfmotoContainer > div {
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
    background-color: white;
    padding: 5px;
}

#cfmoto > div > div > div:nth-child(1) {
    position: relative;
    flex: 0 0 24%;
    padding: 5px 0 5px 5px;
}

.cfmotoContainer > div > div:nth-child(1) > img {
    height: 100%;
    object-fit: cover;
}

#cfmoto > div > div > div:nth-child(1) > div {
    position: absolute;
    top: 0;
    padding: 15px;
    height: 100%;
}

.cfmotoContainer .btn-primary {
    margin-left: 0;
    position: absolute;
    bottom: 15px;
    background-color: #009bb4;
}

.cfmotoContainer > div > div:nth-child(2) {
    overflow: hidden;
}

.cfmotoContainer h2, 
.cfmotoContainer h5 {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 68%);
}

.cfmotoContainer h2 {
    text-transform: capitalize;
}












/* FEATURED VEHICLES */

.widget-FeaturedVehicles .blurbBanner span {
    top: 38px;
    left: -34px;
}

.featuredInventory h2 {
    border-bottom: 3px solid #707070;
}

.single-item-slider .item-detail .price {
    padding: 0 2%;
    bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.single-item-slider .item-detail .name {
    line-height: 22px;
    color: white;
}

.featuredinventory h2 {
    text-align: center;
    padding-top: 15px;
    color: #ff6600;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 145px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 3px solid #999999;
    border-radius: 0px;
}

.single-item-slider .slider-outer {
    height: 280px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}








/* FORMS */

.btn-primary {
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 0;
    position: relative;
    transition: .3s;
    margin: 10px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 15px;
}

.btn-primary:before {
    content: '';
    width: 110%;
    height: 134%;
    background: linear-gradient(to bottom, rgb(214 61 36) 0%,rgb(250 236 3) 100%);
    position: absolute;
    left: -5%;
    top: -17%;
    z-index: -1;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: white;
}

a.btn.btn-primary.vdp-btn {
    z-index: 1;
    padding: 10px 0;
    margin: 15px 0;
    background: linear-gradient(to bottom, rgb(214 61 36) 0%,rgb(250 236 3) 100%);
    font-size: 19px;
}

a.btn.btn-primary.vdp-btn:before {
    display: none;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    position: relative;
    z-index: 0;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
    color: black;
}

.siteSearch .form-control::-moz-placeholder {
    color: #fff;
}
.siteSearch .form-control:-ms-input-placeholder {
    color: #fff;
}
.siteSearch .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
    position: relative;
    z-index: 2;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 82px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm .form-header-text {
    font-size: 27px;
}

@media (min-width: 768px) {
#Form7455 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form7455 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerBack {
    background-color: black;
    position: relative;
    z-index: 1;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    line-height: 33px;
}

.footerContainer a {
    color: #c2c2c2;
}

.footerContainer a:hover {
    color: white;
}

.footerBlock .footerlogo {
    max-width: 260px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}

.footerBlock ul {
    list-style: none;
    padding: 0 0 0 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.footerBlock ul a {
    flex: 0 0 50%;
}

.footerBlock ul li {
    position: relative;
}

.footerBlock ul li:before {
    content: '';
    width: 5px;
    height: 3px;
    background-color: #fef308;
    position: absolute;
    left: -10px;
    top: 15px;
    transition: .3s;
}

.footerBlock ul a:hover li:before {
    background-color: #ff6600;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 23px;
    margin-top: 3px;
}

.footerBlock .btn-primary {
    background-color: white;
    color: black!important;
    margin-top: 30px;
}

.footersocial {
    display: flex;
}

.footersocial a {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px;
    margin: 0 10px;
}

.footersocial a:nth-child(1) {
    background: linear-gradient(to bottom, rgba(74,170,246,1) 0%,rgba(34,102,217,1) 100%);
}

.footersocial a:nth-child(2) {
    background: linear-gradient(to bottom, rgba(255,214,0,1) 0%,rgba(255,122,0,1) 25%,rgba(255,0,105,1) 50%,rgba(211,0,101,1) 75%,rgba(118,56,250,1) 100%);
}

.footersocial a:nth-child(3) {
    background-color: #e80800;
}

.footersocial a:hover {
    transform: scale(1.1);
}

.footerBlock {
    padding: 15px;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 32%;
}







@media (max-width: 1499px) {
.headerContainer,
.container,
.footerContainer {
    width: 1170px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.headerLogo {
    margin-bottom: 0;
}

.headerContainer {
    align-items: center;
}

.headerBlock:after {
    bottom: -23px;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 37%;
}

.footerContainer {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mapWrapper {
    padding-bottom: 108%;
}

.inventory-container .vehicle .thumb {
    line-height: 162px;
    height: 171px;
}

.single-item-slider .slider-inner .item {
    width: 259px;
}

a.btn.btn-primary.vdp-btn {
    font-size: 16px;
}
}






@media (max-width: 1199px) {
.headerContainer,
.container {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 5px;
    font-size: 13px;
}

.headerBlock,
.headerHours h5 {
    font-size: 14px;
}

.headerLogo img {
    max-width: 215px;
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 45%;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 55px;
    line-height: 47px;
}

.mapWrapper {
    padding-bottom: 133%;
}

.inventory-container .vehicle .thumb {
    line-height: 129px;
    height: 137px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.mcy-1 {
    flex: 0 0 42%;
}
}





@media (max-width: 991px) {
.headerContainer,
.container {
    width: 740px;
}

.single-item-slider .img-container {
    height: 114px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: 26px;
    left: -15px;
}

.single-item-slider .item-detail .price {
    font-size: 16px;
}

#main-nav .nav > li > a {
    font-size: 10px;
    padding: 15px 3px;
}

.searchWrapper {
    margin: 30px 0;
}

.searchWrapper h3 {
    font-size: 32px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerBlock {
    margin: 10px 0;
}

.headerBlock:after {
    bottom: -12px;
    width: 100%;
    background: linear-gradient(to right, rgb(255 244 50) 0%,rgb(255 244 50) 100%);
}

.footerContainer > div:nth-child(2) {
    flex: 0 0 59%;
}

.p-header h1 {
    font-size: 50px;
    line-height: 45px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .thumb {
    line-height: 195px;
    height: 194px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

#cfmoto > div > div > div:nth-child(1) {
    flex: 0 0 40%;
}

.mcy-1 {
    flex: 0 0 65%;
}
}





@media (max-width: 767px) {
.headerContainer,
.container {
    width: 100%;
}

.creditWrapper {
    padding-bottom: 215%;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

a.headerAddress,
.headerBlock:after,
.brpSidebar {
    display: none;
}

.headerBlock {
    position: unset;
}

.headerContainer {
    position: relative;
}

.headerContainer a.dealer-phone {
    position: absolute;
    left: 16px;
    bottom: -49px;
    font-size: 20px;
    z-index: 999;
}

.headerHours {
    display: block;
    text-align: center;
}

.headerHours h5 {
    padding-right: 0;
}

.searchWrapper {
    margin: 25px 0 50px;
}

.siteSearch {
    width: 100%;
}

.siteSearch:before {
    z-index: 0;
}

.homeSlider .widget-inner,
.oemWidget .widget-inner,
.btnWidget .widget-inner {
    margin-top: 0px!important;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    padding: 5% 2%;
    flex: 0 0 33%;
}

.searchWrapper h3 {
    font-size: 39px;
}

.headerLogo img {
    max-width: 160px;
}

.btnContainer {
    flex-flow: column;
}

.btnContainer img {
    object-fit: cover;
    max-height: 25vh;
    width: 100%;
}

.btnContainer h3 {
    font-size: 6vw;
}

.homeAbout h3 {
    text-align: left;
}

.homeAbout {
    padding: 15px 0;
}

.whyPaulsonsSection:before {
    background-position: top;
    background-size: contain;
}

.whyPaulsonsSection:after {
    background: none;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerBlock ul {
    flex-flow: column;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 10vw;
    line-height: 9vw;
}

.form-header-text {
    font-size: 30px;
}

header.body {
    margin-bottom: 0;
}

#promotions-page, #inventory-page, .page-background > div, #calendar-page, #employees-team-page 
#vdp-container, #thankyou-page, #showroom, #blog-page, #blog-detail, #credit-thankyou-page, #events-page, .custom-page, #employees-team-page, #vdp-container, #creditAppContainer {
    background-color: rgb(0 0 0 / 75%);
}

#content-container {
    padding-bottom: 0;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.inventory-image {
    width: unset;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 200px;
    height: 200px;
}

#vdp-container {
    margin-top: 0;
}

#home-page {
    margin-bottom: 0;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.cfmotoContainer > div {
    flex-flow: column;
}

.mcy-1 {
    flex: 0 0 75%;
}
}










