body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2aa8a58b-94a8-4906-b00f-e90d4da31c2c/nebraska-background.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/2aa8a58b-94a8-4906-b00f-e90d4da31c2c/nebraska-background.jpg) no-repeat center bottom;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
}

.breadcrumb {
    background-color: #ffffff;
}

a,
a.promo-link {
    color: rgb(255, 46, 21);
    transition: all 0.3s ease 0s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #2e3192;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8e87db30-700a-4f27-9014-753ae0f90925/featured-back-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-top: 0!important;
    padding: 45px 0;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy,
#creditAppContainer {
    background-color: rgb(255 255 255 / 88%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
    margin-top: 180px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.headerContainer {
    padding: 15px 60px 15px 15px;
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-transform: uppercase;
    color: black;
}

.headerContainer .slogan {
    margin-top: 9px;
}

.headerBlock .dealer-phone {
    font-weight: 900;
    font-size: 38px;
    font-family: 'Roboto Slab', serif;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
    margin-right: 25px;
}

.headerSocial a {
    margin-left: 12px;
    color: black;
    width: 30px;
    height: 30px;
    text-align: center;
}

.headerSocial a:hover {
    transform: scale(1.2);
}

.headerSocial a:nth-child(3) {
    background-color: white;
    border-radius: 50%;
}

.headerSocial a:nth-child(3) img {
    padding: 6px 0 0;
}

.headerContainer > div {
    text-align: center;
}

.headerBlock .btn-primary {
    color: white;
    margin: 0;
}

.headerBackground > div > div:nth-child(2) {
    display: flex;
    align-items: center;
    flex: 0 0 42%;
    justify-content: space-between;
    margin-top: 23px;
}

.mbl-btn {
    display: none!important;
}

.headerLogo img {
    max-width: 365px;
}

.slogan {
    text-align: center;
    color: white;
}

.slogan h4 {
    font-size: 60px;
    margin-bottom: 45px;
    text-shadow: 2px 2px 2px black;
}

.slogan h4 span {
    position: relative;
    transform: skewX(-10deg);
    display: inline-block;
}

.slogan h4 span:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #ff2e15;
    left: 0;
    bottom: 0;
}

.headerInfo {
    font-weight: 700;
    font-size: 18px;
}







/* NAVIGATION */

#main-nav {
    margin-top: -52px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: black;
    font-size: 17px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}
    

.social-media-icons {
    display: none;
}





/* CONTENT */

.siteSearch {
    display: flex;
    flex-flow: row-reverse;
    flex: 0 0 50%;
    border: 3px solid #2e3192;
    border-radius: 30px;
}

.siteSearch button {
    background-color: #ffffff;
    border: none;
    position: relative;
    border-radius: 20px 0 0 20px;
    padding: 5px 13px 5px 17px;
    color: black;
}

.siteSearch button:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #777777;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.siteSearch .form-control {
    background-color: #ffffff;
    border: none;
    padding: 20px 15px;
    border-radius: 0 20px 20px 0;
    margin: 0;
}

.siteSearch .form-control:hover {
    background-color: transparent;
}

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.btnContainer a {
    text-align: center;
    border: 5px solid #ffffff;
    background-color: rgb(255 255 255 / 67%);
    padding: 21px 0 10px;
    position: relative;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 60%);
    overflow: hidden;
    flex: 1 0 22%;
    margin: 12px;
    z-index: 4;
    position: relative;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 1 0 47%;
}

.btnContainer a:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    transition: .6s;
    z-index: -1;
}

.btnContainer a:hover:before {
    width: 275px;
    height: 275px;
}

.btnContainer a:nth-child(1):hover:before, 
.btnContainer a:nth-child(2):hover:before {
    width: 800px;
    height: 800px;
    top: -172%;
}

.btnContainer h2 {
    font-size: 30px;
    margin-top: 0;
    color: black;
}

.btnContainer a:nth-child(1) h2, 
.btnContainer a:nth-child(2) h2 {
    font-size: 48px;
}

.btnContainer a h2 span {
    display: block;
}

.btnContainer a:nth-child(1) h2 span, 
.btnContainer a:nth-child(2) h2 span {
    display: inline-block;
}

.btnContainer > a > div > span {
    text-transform: uppercase;
    font-style: italic;
    z-index: 2;
    position: relative;
    transition: .3s;
    font-size: 20px;
}

.homeSlider {
    margin: 60px 0 30px;
}

.oemContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to top, rgb(0 0 0 / 78%) 0%,rgb(0 0 0 / 0%) 100%);
}

.oemContainer a {
    padding: 10px;
}

.oemContainer img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.9);
}

.typeContainer {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    width: 1470px;
    margin: 60px auto 0;
}

.typeContainer a {
    flex: 0 0 20%;
}

.typeContainer h3 {
    margin-top: 0;
}

.typeContainer span {
    color: black;
    letter-spacing: 1px;
}

.typeContainer img {
    transition: .5s;
}

.typeContainer a:hover img {
    transform: translateY(-10px);
}

.p-header {
    position: relative;
    border-bottom: 5px solid #2e3192;
    box-shadow: 0 0 10px black;
    margin-bottom: 25px;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 58px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0 / 47%) 100%);
    padding: 12px 0;
    color: white;
    text-shadow: 2px 2px 3px black;
}

.p-header img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.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: #2e3192;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #2e3192;
}

.k-pager-wrap .k-link:hover {
    color: #2e3192;
}

#creditAppForm section {
    background: white!important;
}

.mapWrapper {
    position: relative;
    padding-bottom: 85.2%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.maptext .dealer-name {
    font-size: 32px;
    margin-top: 0;
}

.jumbotron {
    background-color: rgb(255 255 255 / 74%);
}






/* FEATURED INVENTORY */

.featuredInventory {
    width: 1470px;
    margin: auto;
}

.single-item-slider .slider-outer {
    height: 335px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .img-container {
    height: 185px;
}

.single-item-slider .item-detail .name {
    font-size: 18px;
    min-height: 61px;
    color: black;
}

.single-item-slider .item .item-inner {
    padding-bottom: 20%;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 15px 0;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff2d16;
    color: white;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 1px solid white;
}

.featHdr {
    margin-top: 66px;
}

.featuredInventory h2 {
    font-size: 45px;
    position: relative;
    color: black;
    text-align: center;
}

.single-item-slider .slider-control {
    top: 12%;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
}

#vdp-container .images-container {
    max-width: 100%;
}

#filters-box .panel-body li {
    color: #000;
}

.panel-heading .panel-toggle {
    text-transform: uppercase;
    font-size: 18px;
}

#vehicleList>div {
    margin: 5px 0;
    padding: 15px;
    transition: .3s;
}

#vehicleList>div:hover {
    transform: scale(1.05);
}

.vehicle-box {
    border: 1px solid #dddddd;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 1px solid #dddddd;
    min-height: 67px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    text-transform: uppercase;
    background-color: #ff2e15;
    color: white;
    left: 50%;
    padding: 10px 10px;
    transition: .3s;
}

#vehicleList>div:hover .price {
    color: #000000;
}

.panel-default>.panel-heading {
    color: #000;
}

#vdp-container #maincarousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#seller-description,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: unset;
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    border-top: 3px solid #ff6600;
}

#showroom .section-box {
    background-color: #ffffff;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff2e15;
    border-color: #ff2e15;
    margin: 10px 0;
    transition: .3s;
    position: relative;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
}

.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: #ffffff!important;
    background-color: #2e3192;
    border-color: #2e3192;
    border-radius: 30px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    padding: 15px;
    color: black;
    font-size: 14px;
    background-color: white;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 14px;
    top: 7px;
}

.form-control {
    font-size: 12px!important;
    margin: 5px 0;
    border-radius: 30px;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    background-color: #f0f0f0;
}

.form-control:focus, 
.form-control:active {
    background-color: #f0f0f0;
    border-color: #2e3192;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(192 192 192 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(191 191 191 / 60%);
}

.form-header-text, 
.vdpinquiryheader {
    text-align: center;
    font-size: 37px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    z-index: 22;
    color: #000;
    font-family: 'Roboto Slab';
}

.forms-title-section {
    text-align: center;
    margin-bottom: 6px;
}

.page-background .btn-sec {
    width: max-content;
    padding: 10px 20px;
}

.page-background .btn-sec:after {
    display: none;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: white;
}

.locationBox {
    color: black;
    margin-top: 25px;
    background-color: white;
}

.customForm textarea, 
.customForm input,
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 16px;
    padding: 3px 10px;
    border: 1px solid #ccc;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.OffRoadForm > div {
    background-color: white;
    padding: 10px;
}

@media (min-width: 768px) {
#Form13339 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form13338 > div:nth-child(1) > fieldset > div:nth-child(n+3):nth-child(-n+11) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form12206 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form12206 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form12203 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form12206 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form12203 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}




/* FOOTER */

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

footer.body .copyright .wrapper {
    color: black;
}

footer > div > div > .container {
    width: 700px;
}

.footer-background {
    background-color: rgb(255 255 255 / 74%);
}

.footer-container {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: black;
}

.footer-block:nth-child(1) {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 20px;
}

.footer-block a {
    color: black;
}

.footer-block a:hover {
    color: rgb(255, 46, 21);
}

img.footer-logo {
    max-width: 300px;
}

.footer-block .dealer-address, 
.footer-block .dealer-phone,
img.footer-logo {
    display: block;
}

.footer-block .dealer-phone {
    font-size: 22px;
}

.footer-block td:nth-child(1) {
    padding-right: 15px;
    font-weight: 700;
}

.footerMap {
    flex: 0 0 35%;
    padding-bottom: 22%;
    position: relative;
    margin-top: 25px;
}

.footerMap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

footer.body {
    position: relative;
}

footer.body .outer-wrapper {
    background-color: transparent;
    position: absolute;
    bottom: 15px;
    left: 16%;
}

#outer-wrapper > footer > div > div > div {
    width: max-content;
}

.footer-block .btn-primary {
    color: white;
}





@media (max-width: 1499px) {
.headerContainer,
.typeContainer,
.footer-container,
.featuredInventory {
    width: 1170px;
}

#content-container {
    margin-top: 200px;
}

#main-nav {
    margin-top: 0;
}

.headerLogo img {
    max-width: 275px;
}

.headerBackground > div > div:nth-child(2) {
    flex: 0 0 49%;
}

.headerBlock .dealer-phone {
    font-size: 33px;
}

.btnContainer a:nth-child(1) h2, .btnContainer a:nth-child(2) h2 {
    font-size: 38px;
}

.single-item-slider .slider-inner .item {
    width: 351px;
}

.footer-block {
    padding: 0 10px;
}

.footerMap {
    flex: 0 0 26%;
}

footer.body .outer-wrapper {
    bottom: 0px;
}

.form-header-text, .vdpinquiryheader {
    font-size: 22px;
}

.mapWrapper {
    padding-bottom: 103.2%;
}
}




@media (max-width: 1199px) {
.headerContainer,
.typeContainer,
.footer-container,
.featuredInventory {
    width: 970px;
}

.headerContainer {
    align-items: center;
}

.headerLogo img {
    max-width: 230px;
}

.headerBackground > div > div:nth-child(2) {
    flex-wrap: wrap;
    flex: 0 0 46%;
    margin-top: 0;
}

.siteSearch {
    order: 2;
    flex: 0 0 68%;
}

.headerSocial {
    margin: 0;
    order: 3;
}

.headerBtns {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.btnContainer a:nth-child(1) h2, 
.btnContainer a:nth-child(2) h2 {
    font-size: 31px;
}

.btnContainer h2 {
    font-size: 27px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.single-item-slider .img-container {
    height: 165px;
}

.typeContainer h3 {
    font-size: 22px;
}

.footer-container {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    flex: 0 0 100%;
    padding-bottom: 38%;
}

footer.body .outer-wrapper {
    position: relative;
    left: 0;
    text-align: center;
}

footer.body {
    background: white;
}

.p-header img {
    max-height: 200px;
}

.p-header h1 {
    font-size: 43px;
}

.mapWrapper {
    padding-bottom: 126.2%;
}
}






@media (max-width: 991px) {
.headerContainer,
.typeContainer,
.footer-container,
.featuredInventory {
    width: 740px;
}

#content-container {
    margin-top: 280px;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerContainer > div {
    text-align: center;
}

.headerBackground > div > div:nth-child(2) {
    flex-wrap: wrap;
    flex: 0 0 60%;
    margin-top: 0;
}

.siteSearch {
    order: 2;
    flex: 0 0 68%;
}

.headerSocial {
    margin: 0;
    order: 3;
}

.headerBtns {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 20px;
    text-align: left;
}

.headerLogo {
    flex: 0 0 100%;
}

.slogan h4 {
    font-size: 53px;
}

.btnContainer a:nth-child(1) h2, 
.btnContainer a:nth-child(2) h2 {
    font-size: 23px;
}

.btnContainer h2 {
    font-size: 20px;
}

.btnContainer a {
    flex: 1 0 21%;
    margin: 5px;
}

.single-item-slider .slider-inner .item {
    width: 319px;
}

.typeContainer h3 {
    font-size: 18px;
}

.footer-container {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    width: 100%;
    padding: 25%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}





@media (max-width: 767px) {
.headerContainer,
.typeContainer,
.footer-container,
.featuredInventory {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerInfo {
    display: none;
}

#outer-wrapper > footer > div > div > div {
    width: auto;
}

.siteSearch {
    position: absolute;
    bottom: -53px;
    left: 15px;
    width: 75%;
}

.headerContainer {
    padding: 10px;
}

.headerLogo {
    flex: 0 0 55%;
}

.headerBackground > div > div:nth-child(2) {
    flex-wrap: wrap;
    flex: 0 0 45%;
    margin-top: 0;
    justify-content: flex-end;
}

#content-container {
    margin-top: 235px;
}

.slogan h4 {
    font-size: 48px;
    margin-bottom: 0;
}

.headerBtns {
    text-align: right;
}

.typeContainer {
    flex-flow: column;
    align-items: center;
}

.btnContainer a:nth-child(1), 
.btnContainer a:nth-child(2) {
    flex: 1 0 100%;
    margin: 5px 0;
}

.btnContainer a {
    flex: 0 0 100%;
    margin: 5px 0;
}

.btnContainer a h2 span {
    display: inline-block;
}

.btnContainer h2 {
    margin-bottom: 2px;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 48%;
}

.headerLogo img {
    max-width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 11px 0;
}

.typeContainer a {
    padding: 5px 25px;
}

.typeContainer h3 {
    font-size: 22px;
}

.footerMap {
    padding-bottom: 100%;
}

.headerBackground {
    position: relative;
}

.p-header h1 {
    font-size: 7vw;
}

.p-header {
    margin-bottom: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.navbar-nav>li>a {
    padding: 15px;
}
}




