

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    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/a6701633-04cb-481a-b567-fad139a7c96e/background-dark-23.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/a6701633-04cb-481a-b567-fad139a7c96e/background-dark-23.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #e51737;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Racing Sans One';
    font-weight: 100;
    text-transform: uppercase;
}

.btnSection {
    position: relative;
    /*margin-top: 60px!important;*/
}

/*
.btnSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/9a2ae7eb-3b93-42b9-b0b5-93d28a8afc1a/feat-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    filter: opacity(0.2);
}
*/

.oemSection {
    background-color: white;
    margin-top: 0!important;
    padding: 30px;
}

.oemSliderSection {
    margin-top: 0!important;
    position: relative;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
}

.aboutSection:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/79c9fe24-c29b-481e-ad82-47a32d94b46c/clawson-motorsports-storefront.jpg);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.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,
.container.custom-page,
#vdp-container,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */
header.body {
    /* background-color: black; */
    position: relative;
    z-index: 444;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 15px 0px;
}

.headerLogo {
    margin-bottom: -100px;
}

.headerLogo img {
    max-width: 210px;
}

.headerBlock {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 18%;
}

.headerBlock a {
    color: white;
    text-transform: uppercase;
}

.headerBlock a:hover {
    color: #ffd82a;
}

.headerBlock .dealer-phone:before {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    left: -13px;
    top: 8px;
    color: #e51534;
}

.addContainer {
    line-height: 16px;
    position: relative;
}

.addContainer:before {
    content: '\f041';
    position: absolute;
    left: -13px;
    font-size: 16px;
    font-family: 'FontAwesome';
    top: 0;
    color: #e51534;
    display: none;
}

.social a {
    margin: 0px 15px;
    font-size: 30px;
    position: relative;
    z-index: 444;
}

.headerBlock .btn-primary:hover {
    color: black;
}

.headerBlock > div:nth-child(2) > div {
    width: 210px;
}

.headerBlock > div:nth-child(3) > div {
    width: 260px;
}

.dropbtn {
    background-color: transparent;
    color: #e51737;
    font-size: 28px;
    border: none;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #252525;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 100%;
}

.dropdown-content a {
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    color: #fbd512;
}

.headerContainer table td:nth-child(1) {
    padding-right: 10px;
    font-weight: 700;
}

.dropdown:hover {
    background-color: #252525;
}








/* NAVIGATION */

#main-nav .container {
    width: 1470px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav > li > a {
    text-transform: uppercase;
    color: white;
    padding: 30px 33px;
    font-family: 'Racing Sans One', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}

.navbar-nav > li:last-child > a {
    color: #fbd512;
}

.navbar-nav > li:nth-child(5) > a {
    color: #e51736;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ffd82a;
}

.dropdown-menu {
    background-color: #1c1c1c;
}

#main-nav li.dropdown.open ul {
    border-top-color: #1c1c1c;
}

.dropdown-menu>li>a {
    color: #fff;
    text-transform: uppercase;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ffd82a;
}





/* CONTENT */

.searchWrapper {
    text-align: center;
    margin: 200px auto;
}

.searchWrapper h2 {
    font-size: 60px;
    text-shadow: 0 0 4px black, 1px 1px 1px black;
    margin-bottom: 25px;
    font-family: 'DCCAsh', sans-serif;
    letter-spacing: 2px;
    line-height: 66px;
    color: white;
}

.searchWrapper h2 span {
    display: block;
    font-size: 78px;
}

.siteSearch {
    width: 386px;
    display: flex;
    box-shadow: black 0px 0px 10px;
}

.siteSearch .form-control {
    padding: 20px 10px;
    margin: 0px;
    font-size: 14px !important;
    border: 3px solid #ffd82a;
    border-right: none;
}

.siteSearch button {
    background-color: #ffd82a;
    font-size: 20px;
    padding: 3px 11px;
    border-radius: 0px;
    border: 3px solid #ffd82a;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: 0 auto;
    padding: 15px;
}

.btnContainer a {
    position: relative;
    margin: 0 8px;
    overflow: hidden;
}

.btnContainer a:before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 70%) 0%,rgb(0 0 0 / 15%) 52%,rgb(0 0 0 / 70%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
}

.btnContainer a:hover:before {
    height: 200%;
    top: -50%;
}

.btnContainer div {
    position: absolute;
    top: 33px;
    width: 100%;
    transition: .5s;
}

.btnContainer a:hover div {
    top: 50%;
    transform: translateY(-50%);
}

.btnContainer h3 {
    color: white;
    margin: 0;
    text-align: center;
    font-size: 29px;
    line-height: 30px;
    text-shadow: 1px 1px 1px black;
    transition: .3s;
}

.btnContainer h3 span {
    display: block;
    font-size: 23px;
}

.btnContainer a:hover h3 {
    color: #ffd82b;
}

.btnContainer > a:nth-child(4) > div > img {
    max-width: 130px;
    margin: -25px auto 0;
    display: block;
}

.oemContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.oemContainer a {
    padding: 20px 13px;
    text-align: center;
    flex: 0 0 12%;
}

.oemContainer a:hover {
    transform: scale(1.1);
}

.oemContainer img {
    max-height: 40px;
}

.oemContainer > a:nth-child(15) > img {
    max-height: 30px;
}

/*
.oemSlider:before {
    content: 'OEM PROMOTIONS';
    POSITION: absolute;
    left: -53px;
    background-color: #e51737;
    transform: rotate(90deg);
    padding: 1%;
    top: 39%;
}
*/

.secBtnWrapper {
    position: relative;
    margin-bottom: 30px;
}

.secBtnContainter {
    width: 1480px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.secBtnContainter a {
    flex: 0 0 24%;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.secBtnContainter a:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.15) 52%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
}

.secBtnContainter a:hover:before {
    height: 200%;
    top: -50%;
}

.secBtnContainter h3 {
    margin: 0px;
    line-height: 36px;
    text-shadow: rgb(0 0 0 / 64%) 1px 1px 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    width: 100%;
    transition: .3s;
}

.secBtnContainter h3 span {
    display: block;
    font-size: 53px;
}

.secBtnContainter a:hover h3 {
    color: #ffd82b;
}

.homeAbout {
    background-color: rgb(0 0 0 / 83%);
    padding: 30px;
    margin: 70px 30px;
    color: white;
}

.homeAbout h2 {
    text-align: center;
    font-size: 40px;
    color: #fbd512;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header h1 {
    text-align: center;
    font-size: 50px;
    margin: 0;
    position: relative;
}

.p-header h1:before {
    content: '';
    background: linear-gradient(135deg, #e51737 1%,#e51737 50%,#ffd82b 50%,#ffd82b 100%);
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.servList {
    display: flex;
    flex-wrap: wrap;
}

.servList li {
    flex: 0 0 50%;
}

.servPics {
    display: flex;
}

.servPics div {
    flex: 0 0 33.33%;
}

.servPics img {
    width: 100%;
}

.finBtns,
.pageBtnWrapper,
.careerBtns,
.partsBtns {
    display: flex;
    justify-content: space-around;
}

.finBtns .btn-primary,
.pageBtnWrapper .btn-primary,
.careerBtns .btn-primary {
    font-size: 20px;
}

.preapprovedWrapper {
    height: 100vh;
    position: relative;
}

.preapprovedWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    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;
}

.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 #ededed;
    background: #fbd512;
    color: black;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    padding: 2px;
}

.aboutPic1 {
    float: right;
    padding: 10px 0 10px 10px;
    width: 40%;
}

.aboutPic2 {
    float: left;
    width: 40%;
    padding: 10px 10px 10px 0;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #e51737;
}

.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 {
    background-color: #dcdcdc;
    border-color: #cccccc;
}

.ccTop {
    display: flex;
    align-items: center;
}

.ccTop div {
    flex: 0 0 50%;
}

.ccWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.ccWrapper > div {
    flex: 0 0 32%;
    background-color: #dedede;
    padding: 10px;
    margin: 8px 0;
    text-align: center;
}

.ccWrapper h3 {
    font-size: 18px;
    min-height: 58px;
    margin: 0;
}

.ccWrapper p {
    color: black;
    font-size: 14px;
}

.ccWrapper div div {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.ccWrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.links-container {
    margin-bottom: 30px;
}

.links-container > span {
    font-family: 'Racing Sans One';
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    background-color: #ffd82b;
}

.links-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.links-container li {
    flex: 1 0 32%;
    background-color: #e9e9e9;
    padding: 15px;
    margin: 5px;
    text-align: center;
}

.blog-posts .post, #blog-page .post,
.blog-filters {
    background: transparent;
}

.btn-readMore {
    background: #e51737;
    width: max-content;
    border-radius: 0;
    font-family: 'Racing Sans One';
    text-transform: uppercase;
    transform: skewX(-7deg);
}

.videos-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.videos-list li {
    flex: 0 0 50%;
}

.video-content {
    padding: 10px;
    text-align: center;
    background-color: #dadada;
    margin: 7px;
}

.video-content h3 {
    margin-top: 0;
    min-height: 52px;
}

.resp-iframe {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}

.resp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cafeWrapper {
    display: flex;
    align-items: center;
    text-align: center;
}

.cafeWrapper div {
    flex: 0 0 50%;
    padding: 10px;
}

.cafeMenuWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cafeMenuWrapper div {
    flex: 0 0 48%;
    margin: 10px;
    box-shadow: 0 0 5px black;
}

.career-iframe {
    border: 3px solid #cecece;
}

.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

#creditAppForm section {
    background: #ececec!important;
}

.locationBtns {
    display: flex;
    justify-content: center;
}

.locationBtns a {
    margin: 10px;
    font-size: 20px;
}

.partsPics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partsPics div {
    flex: 0 0 33%;
    margin: 3px 0;
}

.loc-container {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.loc-container li {
    flex: 0 0 24%;
    padding: 10px;
    background-color: #ececec;
    margin: 8px 0;
    text-align: center;
}

.loc-container img {
    max-height: 164px;
    object-fit: cover;
    width: 100%;
}

.loc-container span {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px;
    display: block;
}

.servicesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servicesList li {
    flex: 0 0 33%;
}

.servicesBtns {
    display: flex;
    justify-content: space-around;
}

.altApp {
    background-color: #ececec;
    padding: 10px;
    border-radius: 8px;
}

.jumbotron .h1, .jumbotron h1 {
    color: white;
}

.text-muted {
    color: #cbcbcb;
}

.btnWrapper {
    position: relative;
    z-index: 9;
}




/* SLINGSHOT BRANDED PAGE */

.slingshotPage header.body {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgb(0 0 0 / 75%) 100%);
    top: -5px;
}








/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    transform: skewX(-10deg);
    display: block;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.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;
    position: absolute;
    white-space: nowrap;
    font-size: 19px;
    padding: 5px 4%;
    bottom: -9px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #e51737;
    width: max-content;
    left: 50%;
    transform: translateX(-50%) skewX(-7deg);
    color: white;
    letter-spacing: 1px;
    font-family: 'Racing Sans One';
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
    transform: scale(1.02);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 34px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}









/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #e51737;
    border-color: #e51737;
    border-radius: 0;
    transform: skewX(-10deg);
    font-weight: 700;
    box-shadow: 1px 1px 0 black;
    margin: 10px 0;
    transition: .3s;
    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: #000;
    background-color: #ffffff;
    border-color: #e51737;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-family: 'Racing Sans One';
    margin-bottom: 0;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form1877 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form2008 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2008 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1877 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form2008 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #161616;
    color: #acacac;
    padding: 15px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
    font-weight: 600;
}

.footerBack {
    background-color: black;
    border-top: 2px solid #fcd500;
}

.footerContainer {
    background-color: black;
    display: flex;
    text-transform: uppercase;
    width: 1470px;
    margin: auto;
    color: white;
    padding: 15px;
    justify-content: space-around;
    line-height: 33px;
    flex-wrap: wrap;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 30%;
    line-height: 27px;
}

.footerMap {
    position: relative;
    flex: 0 0 70%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    padding: 15px;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 600;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

@media (min-width: 1500px) {
.footerBlock ul {
    flex-wrap: wrap;
    display: flex;
}
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
    width: max-content;
    flex: 0 0 50%;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
}

.footerBlock h3 {
    font-size: 24px;
    margin-top: 0;
}

.footerBlock a {
    color: #ffffff;
}

.footerBlock a:hover {
    color: #ffd82b;
}

.footerContainer > div:nth-child(5) {
    flex: 0 0 40%;
}








/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 558px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 762px!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/aef14924-6524-44f4-bc32-54267f64ba5e/clawson-background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */





/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.secBtnContainter,
.footerContainer,
#main-nav .container {
    width: 1180px;
}

.oemContainer img {
    max-height: 26px;
}

.social a {
    margin: 0px 7px;
}

.navbar-nav > li > a {
    padding: 25px 20px;
    font-size: 17px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.secBtnContainter,
.footerContainer,
#main-nav .container,
.btnContainer {
    width: 970px;
}

.headerLogo img {
    max-width: 160px;
}

.headerBlock {
    flex: 0 0 27%;
}

.social a {
    margin: 0px 6px;
    font-size: 23px;
}

.navbar-nav > li > a {
    padding: 25px 15px;
    font-size: 18px;
}

.btnContainer h3 {
    font-size: 22px;
    line-height: 21px;
}

.btnContainer h3 span {
    font-size: 19px;
}

.secBtnContainter h3 {
    font-size: 28px;
    line-height: 30px;
}

.secBtnContainter h3 span {
    font-size: 44px;
}

.footerWrapper {
    flex: 0 0 35%;
}

.footerMap {
    flex: 0 0 65%;
}

.inventory-container .vehicle .price {
    font-size: 17px;
}

.loc-container img {
    max-height: 135px;
}

.mapWrapper {
    padding-bottom: 129%;
}

.ccWrapper h3 {
    min-height: 78px;
}

.headerLogo {
    margin-bottom: 0;
}
}




@media (max-width: 991px) {
.headerContainer,
.secBtnContainter,
.footerContainer,
#main-nav .container,
.btnContainer {
    width: 740px;
}

.headerLogo {
    margin-bottom: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 10px;
}

.headerBlock {
    flex: 0 0 27%;
}

.social {
    margin: 0 25px;
}

.headerBlock .dealer-phone {
    margin-right: 30px;
}

.siteSearch {
    width: 100%;
    margin-left: 15px;
}

.btnContainer h3 {
    font-size: 22px;
    line-height: 21px;
}

.btnContainer h3 span {
    font-size: 16px;
    line-height: 18px;
}

.secBtnContainter h3 {
    font-size: 20px;
    line-height: 23px;
}

.secBtnContainter h3 span {
    font-size: 31px;
}

.footerWrapper,
.footerMap {
    flex: 0 0 50%;
}

.p-header h1 {
    font-size: 40px;
}

.loc-container img {
    max-height: 100px;
}

.servicesList li {
    flex: 0 0 50%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.ccWrapper > div {
    flex: 0 0 49%;
}

.ccWrapper h3 {
    min-height: 64px;
}

.careerBtns {
    flex-wrap: wrap;
}

.siteSearch-M button {
    transform: none;
    border: 1px solid gray;
    box-shadow: none;
}

.siteSearch-M input {
    border: 1px solid gray;
}
}




@media (max-width: 767px) {
.headerContainer,
.secBtnContainter,
.footerContainer,
#main-nav .container,
.btnContainer {
    width: 100%;
}

.slingshotPage #section-1 {
    margin-top: -5px;
}

.searchWrapper h2 {
    font-size: 8vw;
    line-height: 9vw;
}

.searchWrapper h2 span {
    display: block;
    font-size: 9vw;
}

.headerBlock .btn-primary,
.headerBlock a:nth-child(2) {
    display: none;
}

.headerBlock .dealer-phone {
    margin-right: 0;
}

.navbar-toggle {
    background-color: white;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.searchWrapper {
    margin: 200px auto 0;
}

.videoWidget, 
.cover {
    height: 525px !important;
}

.oemSection {
    padding: 0;
}

.homeSlider {
    margin-top: -60px;
}

.homeAbout {
    padding: 15px;
    margin: 30px 15px;
}

.homeAbout h2 {
    font-size: 28px;
    margin-top: 0;
}

.homeAbout p {
    font-size: 13px;
}

.footerContainer {
    flex-flow: column;
}

.btnContainer a,
.secBtnContainter a {
    flex: 0 0 48%;
    margin: 5px 0;
}

.secBtnContainter,
.btnContainer {
    flex-wrap: wrap;
}

.headerContainer {
    flex-wrap: wrap;
    position: relative;
    padding: 15px;
    align-items: center;
}

.navbar-nav {
    display: block;
}

header.body {
    background: black;
    margin-bottom: 0;
}

.headerBlock {
    flex: 0 0 46%;
}

#main-nav .nav>li>a {
    font-size: 17px;
    padding: 15px;
}

.oemContainer {
    margin-top: 0;
}

.oemContainer a {
    padding: 25px 10px;
    flex: 0 0 32%;
}

.p-header {
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
}

.finBtns, 
.pageBtnWrapper, 
.careerBtns, 
.partsBtns,
.servicesBtns {
    flex-wrap: wrap;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.partsPics div,
.loc-container li {
    flex: 0 0 49%;
}

.loc-container img {
    width: 100%;
}

.servList li,
.servicesList li,
.ccWrapper > div,
.links-container li,
.videos-list li {
    flex: 0 0 100%;
}

.aboutPic1,
.aboutPic2 {
    float: none;
    padding: 10px;
    width: 100%;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0px;
}

.mapandhourstbl {
    margin: auto;
}

.ccWrapper h3 {
    min-height: unset;
    margin-bottom: 9px;
}

.video-content h3 {
    min-height: unset;
}

#content-container {
    padding-bottom: 0;
}

#home-page {
    margin-bottom: 0;
}

.siteSearch {
    width: 75%;
    margin-left: 0;
    position: absolute;
    left: 15px;
    bottom: -55px;
    z-index: 99999;
}

.oemSlider {
    margin-top: 25px;
}

.btnSection {
    margin-top: 25px!important;
}
}

