/*
 Theme Name:   PJ Trailers Theme
 Theme URI:
 Description:  PJ Trailers Theme
 Author: EPIC Creative
 Author URI: https://epiccreative.com
 Template:     blankslate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Blank, HTML5, CSS3
 Text Domain:  pjtrailers
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
:root {
    --black: #00000B;
    --off-white: #F2F2F2;
    --grey-1: #C3C6C8;
    --grey-2: #66686A;
    --grey-3: #2E3236;
    --pj-red: #B62025;
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
}

.oswald-font {
    font-family: 'Oswald', sans-serif;
}

pre {
    font-size: 1.4rem;
    background: white;
}

hr {
    opacity: 1;
}

.move-up {
    z-index: 2;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow: unset!important;
    padding-right: 0!important;
}

main#content {
    min-height: 150vh;
    padding-top: 85px;
}

body.promo-callout-enabled main#content {
    padding-top: 125px;
}

.video-modal {
    background: rgba(0, 0, 0, 0.65)!important;
    padding: 0!important;
}

.video-modal .modal-dialog {
    max-width: min(1200px, 80vw);
    top: 50%;
    transform: translateY(-50%)!important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Oswald", sans-serif;
}

h1,
.h1-style {
    font-size: 8rem;
    line-height: 9rem;
    font-weight: 700;
}

h2,
.h2-style {
    font-size: 5.5rem;
    line-height: 6.5rem;
    font-weight: 600;
}

h3,
.h3-style {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 600;
}

h4,
.h4-style {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
}

h5,
.h5-style {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: normal;
}

h6,
.h6-style {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
}

ul {
    list-style-type: disc;
}

.no-bullets {
    list-style-type: none;
}

p,
li {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 3rem;
}

p.small-text,
small {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

li>a,
p>a {
    color: var(--pj-red);
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

li>a:hover,
p>a:hover {
    color: var(--pj-red);
    text-decoration: underline;
}

.white-text {
    color: white;
}

.red-text {
    color: var(--pj-red);
}

.site-width-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.site-width-1400 {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-grey-bar {
    border-bottom: 15px solid var(--grey-1);
}

.home-promo {
    margin-top: -200px;
}

.tire-tracks-on-white {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), url('../png/tire-track-on-light-bg.png');
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.hero-gradient .wp-block-cover__background {
    background: linear-gradient(2deg, rgba(0, 0, 0, 0.4) 28.89%, rgba(0, 0, 0, 0) 63.74%)!important;
    opacity: 1!important;
}

.hero-gradient:not(.wp-block-cover)::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: linear-gradient(2deg, rgba(0, 0, 0, 0.4) 28.89%, rgba(0, 0, 0, 0) 63.74%);
}

.trailer-results-section.tire-tracks-on-white {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 30%), url('../png/tire-track-on-light-bg.png');
}

.pj-btn>a,
.pj-btn>.wp-element-button,
a.pj-btn,
.is-style-pj-btn>a {
    white-space: nowrap;
    background-color: var(--pj-red);
    border: 2px solid var(--pj-red);
    color: white;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    min-width: fit-content;
    transition: all .3s ease-in-out;
}

.pj-btn>a:hover,
.pj-btn>.wp-element-button:hover,
a.pj-btn:hover,
.is-style-pj-btn>a:hover {
    color: var(--grey-3);
    background-color: var(--grey-1);
    border-color: var(--grey-1);
    text-decoration: none;
}

.white-btn>a,
.white-btn>.wp-element-button,
a.white-btn,
.is-style-white-btn>a {
    white-space: nowrap;
    background-color: white;
    border: 2px solid white;
    color: var(--grey-3);
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    min-width: fit-content;
    transition: all .3s ease-in-out;
}

.white-btn>a:hover,
.white-btn>.wp-element-button:hover,
a.white-btn:hover,
.is-style-white-btn>a:hover {
    color: white;
    background-color: var(--grey-3);
    border-color: var(--grey-3);
    text-decoration: none;
}

.red-outline-btn>a,
.red-outline-btn>.wp-element-button,
a.red-outline-btn,
.is-style-red-outline-btn>a {
    white-space: nowrap;
    border: 2px solid var(--pj-red);
    background-color: transparent;
    color: var(--pj-red);
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    min-width: fit-content;
    transition: all .3s ease-in-out;
}

.red-outline-btn>a:hover,
.red-outline-btn>.wp-element-button:hover,
a.red-outline-btn:hover,
.is-style-red-outline-btn>a:hover {
    color: white;
    background-color: var(--pj-red);
    text-decoration: none;
}

.white-outline-btn>a,
.white-outline-btn>.wp-element-button,
a.white-outline-btn,
.is-style-white-outline-btn>a {
    white-space: nowrap;
    border: 2px solid white;
    color: white;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    border-radius: 0;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    min-width: fit-content;
    transition: all .3s ease-in-out;
}

.white-outline-btn>a:hover,
.white-outline-btn>.wp-element-button:hover,
a.white-outline-btn:hover,
.is-style-white-outline-btn>a:hover {
    color: var(--pj-red);
    background-color: white;
    text-decoration: none;
}

.quote-header::before {
    content: '“';
    display: block;
    color: var(--pj-red);
    font-size: 8.6rem;
    line-height: 2.6rem;
    margin-top: 22px;
}

.quote-header::after {
    content: '”';
    display: block;
    color: var(--pj-red);
    font-size: 8.6rem;
    line-height: 2.6rem;
    margin-top: 40px;
    text-align: right;
}

.wp-block-details summary {
    display: flex;
}

.wp-block-details summary::after {
    content: "";
    background-image: url('../svg/bt-readmore-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg) translate(3px, -5px);
    width: 15px;
    height: 15px;
}

.wp-block-details.has-white-color summary::after {
    filter: invert(1);
}

.white-links a:hover{
	color:white!important;
}

.callout-image-gblock{
	height:100%;
}
.callout-image-gblock img{
	height:100%;
	object-fit:cover;
	width:100%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default Splide Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.splide,
.splide .splide__track {
    height: 100%;
}

.splide .splide__arrow {
    font-size: 5rem;
    background: none;
    border-radius: 0;
    opacity: 1;
    height: unset;
    width: unset;
    transition: all .3s ease-in-out;
}

.splide .splide__arrow svg {
    height: unset;
    width: 50px;
    background: transparent;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.splide .splide__arrow:hover svg {
    background: var(--pj-red);
}

.splide .splide__arrow svg g path {
    transition: all .3s ease-in-out;
}

.splide .splide__arrow:hover svg g path {
    fill: white!important;
}

.splide .splide__arrow--prev {
    left: 0;
}

.splide .splide__arrow--next {
    right: 0;
}

.splide .splide__arrow:hover {
    background-color: white;
    opacity: 1;
}

.apex-textured {
    background-image: url('../png/bg-texture-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default Full Width Slider Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.full-width-slider button.splide__arrow {
    background: none;
    width: 50px;
    border-radius: 50px;
    opacity: 1 !important;
}

.full-width-slider {
    min-height: 725px;
    height: 1px;
}

.full-width-slider .splide__arrows .splide__arrow--prev {
    left: 0;
}

.full-width-slider .splide__arrows .splide__arrow--next {
    right: 0;
}

.full-width-slider .splide__arrows .splide__arrow svg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: transparent;
}

.full-width-slider .splide__arrows .splide__arrow svg path {
    fill: white !important;
    transition: all .3s ease-in-out;
}

.full-width-slider .splide__arrows .splide__arrow:hover svg {
    background: white;
}

.full-width-slider .splide__arrows .splide__arrow:hover svg g path {
    fill: var(--pj-red)!important;
}

.full-width-slider .home-featured-slider-wrapper,
.full-width-slider .splide,
.full-width-slider .splide .splide__track {
    height: 100%;
}

.full-width-slider .splide .splide__slide {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    color: white !important;
    min-height: 725px;
    background-color: rgb(46, 50, 54);
    background-image: linear-gradient(0deg, rgb(46, 50, 54) 0%, rgba(46, 50, 54, 0) 85%), url('../png/tire-track-texture.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-width-slider .splide .splide__slide .slide_content {
    width: calc(50% - 80px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 5;
}

.full-width-slider .splide .splide__slide .slide_content h2 {
    color: white;
    margin-bottom: 25px;
}

.full-width-slider .splide .splide__slide .slide_content p {
    max-width: 80%;
}

.full-width-slider .splide .splide__slide .slide-media {
    height: 100%;
    position: absolute;
    left: 0;
    width: 50%;
}

.full-width-slider .splide .splide__slide .slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    clip-path: polygon(0 0, 100% 0, calc(100% - 160px) 100%, 0% 100%);
}

.full-width-slider .slide-count {
    display: none !important;
    position: absolute;
    left: max(15px, calc(50vw - 600px));
    bottom: 15px;
}

.full-width-slider .slide-count p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.full-width-slider .splide__pagination {
    right: 60px;
    left: unset;
    width: calc(50% - 80px);
    bottom: 35px;
    justify-content: flex-start;
    padding: 0;
}

.full-width-slider .splide__pagination li button {
    border-radius: 0;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid white;
    margin: 5px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.full-width-slider .splide__pagination li button.splide__pagination__page.is-active {
    transform: scale(1);
    background: var(--pj-red);
    border-color: transparent;
}

@media(max-width:1080px) {
    .full-width-slider {
        height: auto;
        width: 100%;
    }
    .full-width-slider button.splide__arrow {
        top: 69vw;
        transform: unset;
    }
    .full-width-slider .splide__arrows .splide__arrow--next {
        left: 80px;
    }
    .full-width-slider .splide__arrows .splide__arrow--prev {
        left: 15px;
    }
    .full-width-slider .splide .splide__slide {
        flex-direction: column-reverse;
        padding: 0;
    }
    .full-width-slider .splide .splide__slide .slide_content {
        width: 100%;
        margin: 0;
        padding: 80px 20px;
    }
    .full-width-slider .splide .splide__slide .slide_content>a {
        margin: 0;
    }
    .full-width-slider .splide .splide__slide .slide-media {
        position: unset;
        width: 100%;
        height: auto;
    }
    .full-width-slider .splide .splide__slide .slide-media img {
        height: auto;
        clip-path: unset;
        max-height: 66vw;
    }
    .full-width-slider .splide__pagination {
        right: 0;
        left: unset;
        width: unset;
        top: 71vw;
        bottom: unset;
        padding-right: 16px;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default PJ Angled Tabs Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.pj-angled-tabs {
    align-items: center;
    justify-content: center;
    border: none;
    gap: 10px;
    margin-bottom: 40px;
}

.pj-angled-tabs li button {
    border-radius: 0!important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: black;
    padding: 0 25px;
    border: 1px solid var(--grey-1)!important;
    transform: skewX(-20deg);
    transition: all .3s ease-in-out;
}

.pj-angled-tabs li button span {
    display: inline-block;
    transform: skewX(20deg);
}

.pj-angled-tabs li button:hover {
    color: black;
    background-color: var(--grey-1);
}

.pj-angled-tabs li .nav-link.active {
    color: white;
    background-color: var(--pj-red);
    border-color: var(--pj-red)!important;
}

.pj-fake-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
    gap: 10px;
}

.pj-fake-tabs a {
    display: block;
    border-radius: 0!important;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: black;
    padding: 0 25px;
    border: 1px solid var(--grey-1)!important;
    transform: skewX(-20deg);
    transition: all .3s ease-in-out;
}

.pj-fake-tabs a span {
    display: inline-block;
    transform: skewX(20deg);
}

.pj-fake-tabs a:hover {
    color: black;
    background-color: var(--grey-1);
}

.pj-fake-tabs a.active {
    color: white;
    background-color: var(--pj-red);
    border-color: var(--pj-red)!important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Overwrite Default Gutenburg Editor Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.is-desktop-preview,
.edit-post-visual-editor {
    background: transparent!important;
}

.components-placeholder__illustration {
    pointer-events: none;
}

.postbox-header h2,
h2.components-heading,
.components-panel__body-title button {
    font-size: 2.2rem!important;
    letter-spacing: .03em;
    line-height: 2.2rem!important;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ General Layout of Sections ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

main#content>*:not(.modal) {
    position: relative;
}

.single-trailer main#content>*:not(.modal) {
    z-index: 2;
}

main#content .wp-block-group.alignwide {
    max-width: 1200px;
    margin: 0 auto;
}

main#content .wp-block-columns {
    width: 100%;
}

main#content .wp-block-columns .wp-block-column {
    flex: 1;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Site Header Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.promo-banner {
    background: var(--pj-red);
    color: white;
    text-align: center;
    padding: 9px 15px;
}

.promo-banner>p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2rem;
}

.promo-banner a {
    color: white;
    text-decoration: underline;
}

.promo-banner a:hover {
    color: white;
}

#mobile-header {
    display: none;
}

#site-header {
    position: fixed;
    z-index: 2000;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

#site-header .navbar {
    background-color: white;
    max-width: 100vw;
}

#site-header .navbar .container-fluid {
    align-items: unset;
}

#site-header .nav-col-left {
    padding: 28px 60px;
    background: var(--grey-3);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
    z-index: 1;
}

#site-header .nav-col-left>a {
    display: block;
    max-width: 330px;
}

#site-header .nav-col-left>a>img {
    width: 100%;
    height: auto;
    min-width: 330px;
}

#site-header .nav-col-right {
    width: calc(100vw - 450px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#site-header .nav-col-right .top-bar-wrapper{
	position:relative;
	background-color: var(--off-white);
    padding-right: 60px;
}
#site-header .nav-col-right .top-bar-wrapper::before{
	content:"";
	display:block;
	position:absolute;
	right:100%;
	top:0;
	background-color: var(--off-white);
	width:50px;
	height:100%;
}
#site-header .nav-col-right .top-bar-wrapper .navbar-nav{
	justify-content:flex-end;
}
#site-header .nav-col-right .top-bar-wrapper .navbar-nav .nav-link {
	padding: 0 5px;
	transition:all .3s ease-in-out;
}
#site-header .nav-col-right .top-bar-wrapper .navbar-nav .nav-link:hover {
	color:var(--pj-red);
}

#site-header .main-nav-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 30px;
}

#site-header .main-nav-wrapper #mainMenu {
    flex-grow: unset;
    margin: 0 auto 0 0;
}

#site-header .main-nav-wrapper ul.navbar-nav {
    height: 100%;
}

#site-header .main-nav-wrapper ul.navbar-nav>li {
    margin: 0 50px;
    display: flex;
    align-items: center;
}

#site-header .main-nav-wrapper ul.navbar-nav>li>a {
    color: var(--black);
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.032rem;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

#site-header .main-nav-wrapper ul.navbar-nav>li>a:hover,
#site-header .main-nav-wrapper ul.navbar-nav>li>a.active,
#site-header .main-nav-wrapper ul.navbar-nav>li>a.active-dropdown {
    color: var(--pj-red);
    text-decoration: none;
}

#site-header .main-nav-wrapper ul.navbar-nav>li>a.dropdown-toggle::after {
    display: none;
}

#site-header .main-nav-wrapper ul.navbar-nav>li>a .icon-wrapper {
    margin-left: 6px;
}

#site-header .main-nav-wrapper ul.navbar-nav>li>a .icon-wrapper svg path {
    fill: var(--pj-red);
}

#site-header .main-nav-wrapper .locate-a-dealer-link {
    display: flex;
    align-items: center;
    color: var(--black);
    font-family: "Oswald", sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.032em;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin: 0 30px;
    cursor: pointer;
    padding:6px 20px;
}

#site-header .main-nav-wrapper .locate-a-dealer-link:hover {
    color: white;
}

#site-header .main-nav-wrapper .locate-a-dealer-link .icon-wrapper {
    margin-right: 10px;
}

#site-header .main-nav-wrapper .locate-a-dealer-link .icon-wrapper svg {
    margin-top: -1px;
}

#site-header .main-nav-wrapper .locate-a-dealer-link .icon-wrapper svg path {
    fill: var(--pj-red);
    transition: all .3s ease-in-out;
}

#site-header .main-nav-wrapper .locate-a-dealer-link:hover .icon-wrapper svg path {
    fill: white;
}

#site-header .main-nav-wrapper .phone-icon-link {
	padding: 5px;
	display: none;
	align-items: center;
}
#site-header .main-nav-wrapper .phone-icon-link svg {
	width: 25px;
	height: auto;
}
#site-header .main-nav-wrapper .phone-icon-link svg path {
	fill: var(--pj-red);
	transition: all .3s ease-in-out;
}
#site-header .main-nav-wrapper .phone-icon-link:hover .icon-wrapper svg path {
    fill: var(--grey-2);
}
#site-header .main-nav-wrapper .search-dropdown-btn {
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0 30px;
    transition: all .3s ease-in-out;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    cursor: pointer;
}

#site-header .main-nav-wrapper .search-dropdown-btn .icon-wrapper svg path {
    stroke: var(--pj-red);
    transition: all .3s ease-in-out;
}

#site-header .main-nav-wrapper .search-dropdown-btn:hover .icon-wrapper svg path,
#site-header .main-nav-wrapper .search-dropdown-btn.active-dropdown .icon-wrapper svg path {
    stroke: var(--grey-2);
}

#site-header .main-nav-wrapper .dropdown-menu {
    position: absolute;
    margin: 0;
    border-radius: 0;
    width: max-content;
    min-width: calc(100% + 50px);
    border: none;
    top: calc(100% + 20px);
    left: 0;
    padding: 15px 15px 30px;
    background-color: white;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li {
    width: 100%;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li .main-cat-link {
    display: flex;
    justify-content: space-between;
    color: black;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.032rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 8px;
    margin: 0;
    transition: all .3s ease-in-out;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li .main-cat-link svg path {
    transition: all .3s ease-in-out;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li a.main-cat-link:hover {
    color: var(--pj-red);
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li a.main-cat-link:hover svg path {
    fill: white;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li .sub-cat-links {
    display: flex;
    flex-direction: column;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li .sub-cat-links a {
    color: black;
    font-family: 'Forza', sans-serif;
    font-size: 1.5rem;
    line-height: 3rem;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

#site-header .main-nav-wrapper .dropdown-menu .dropdown-items-wrapper>li .sub-cat-links a:hover {
    text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Trailer Dropdown Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.modal-backdrop {
    background-color: transparent;
    margin-top: 93px;
}

#trailerDropdownModal {
    top: 85px;
    padding: 0!important;
    overflow: unset;
    overflow-y: auto;
    max-height: calc(100vh - 85px);
}

body.promo-callout-enabled #trailerDropdownModal {
    top: 125px;
    max-height: calc(100vh - 125px);
}

#trailerDropdownModal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#trailerDropdownModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    background-color: white;
    padding: 50px max(15px, calc(50vw - 720px)) 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills {
    border-right: 2px solid var(--grey-1);
    padding-right: 70px;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills button {
    color: black;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    border-radius: 0;
    padding: 3px 15px;
    margin-bottom: 25px;
    transform: skewX(-20deg);
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills button span {
    display: inline-block;
    transform: skewX(20deg);
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills button.active {
    color: white;
    background-color: var(--pj-red);
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills hr {
    opacity: 1;
    border-top: 2px solid var(--grey-1);
    margin: 30px 0 50px;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills .product-quicklinks {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills .product-quicklinks a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 3rem;
    color: black;
    padding: 0;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills .product-quicklinks a:hover {
    text-decoration: underline;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills .product-quicklinks a .icon-wrapper {
    margin-left: 12px;
}

#trailerDropdownModal .modal-dialog .modal-content .nav-pills .product-quicklinks a .icon-wrapper svg {
    width: 12px;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane {
    padding: 0 0 25px 60px;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane>a {
    display: inline-block;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane>p {
    padding-right: 16%;
    margin: 20px 0 50px;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane .trailer-thumb-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 50px;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane .trailer-thumb-card-wrapper .trailer-thumb-card {
    display: block;
    width: calc(33.333% - (100px / 3));
    text-decoration: none;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane .trailer-thumb-card-wrapper .trailer-thumb-card img {
    width: 100%;
    height: auto;
    max-width: 165px;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane .trailer-thumb-card-wrapper .trailer-thumb-card p.h5-style {
    color: var(--grey-3);
    font-size: 1.5rem;
}

#trailerDropdownModal .modal-dialog .modal-content #products-tabContent .tab-pane .trailer-thumb-card-wrapper .trailer-thumb-card:hover p.h5-style {
    color: var(--pj-red);
}

#searchModal {
    top: 85px;
    padding: 0!important;
    overflow: unset;
}

body.promo-callout-enabled #searchModal {
    top: 125px;
}

#searchModal .modal-dialog {
    max-width: 100%;
    margin: 0;
}

#searchModal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    background-color: white;
    padding: 30px max(15px, calc(50vw - 600px)) 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

#searchModal .modal-content form {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#searchModal .modal-content form input {
    border: none;
    padding: 10px 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    background-color: var(--grey-1);
    color: var(--grey-3);
}

#searchModal .modal-content form button {
    border: none;
    background: var(--pj-red);
    height: 100%;
    padding: 17.5px;
    transition: all .3s ease-in-out;
}

#searchModal .modal-content form button svg path {
    stroke: white;
    transition: all .3s ease-in-out;
}

#searchModal .modal-content form button:hover {
    background: var(--grey-1);
}

#searchModal .modal-content form button:hover svg path {
    stroke: var(--grey-3);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Site Footer Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
    background-color: var(--grey-3);
    background: linear-gradient(180deg, rgba(46, 50, 54, 0.00) 0%, var(--grey-3) 100%), url('../png/tire-track-texture.png'), -168.484px -99.09px / 177.484% 184.985% no-repeat;
    background-position: top center;
    background-size: cover;
    background-blend-mode: normal, multiply;
}

#footer .top-footer {
    padding: 140px max(15px, calc(50vw - 720px));
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--grey-2);
    gap: 140px;
}

#footer .top-footer .left-wrapper {
    flex: 2;
    display: flex;
    justify-content: space-between;
}

#footer .top-footer .left-wrapper>div {
    flex: 1;
}

#footer .top-footer .left-wrapper ul>li>a:not(.header-link) {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}

#footer .top-footer .left-wrapper ul>li>a:not(.header-link):hover {
    color: var(--pj-red);
    text-decoration: none;
}

#footer .top-footer .left-wrapper ul>li:last-child>a:not(.header-link) {
    margin-bottom: 0;
}

#footer .top-footer .left-wrapper ul>li>a.header-link {
    color: var(--pj-red);
    font-size: 1.6rem;
    line-height: 3rem;
    padding: 0;
    text-decoration: underline;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    pointer-events: none;
}

#footer .top-footer .left-wrapper ul>li>a.header-link:hover {
    color: white;
}

#footer .top-footer .left-wrapper ul>li:not(:first-child) .header-link {
    margin-top: 80px;
}

#footer .top-footer .right-wrapper h3 {
    text-transform: uppercase;
    margin: 0;
}

#footer .top-footer .right-wrapper p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 25px;
}

#footer .top-footer .right-wrapper pre {
    background: var(--grey-4);
    min-width: 375px;
    color: white;
}

#footer .bottom-footer {
    padding: 40px max(15px, calc(50vw - 720px));
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .bottom-footer #copyright {
    color: var(--grey-1);
    font-size: 1.2rem;
    line-height: 2.6rem;
    text-decoration: underline;
}

#footer .bottom-footer .privacy-links {
    margin: 0;
    font-size: 1.2rem;
    line-height: 2.6rem;
}

#footer .bottom-footer .privacy-links a {
    color: var(--grey-1);
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

#footer .bottom-footer .privacy-links a:hover {
    color: var(--pj-red);
}

#footer .bottom-footer .natm-logo {
    display: flex;
    align-items: center;
}

#footer .bottom-footer .natm-logo h5 {
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03rem;
    margin-right: 20px;
}

#footer .bottom-footer .social-links {
    display: flex;
    align-items: center;
}

#footer .bottom-footer .social-links>a {
    margin: 0 10px;
}

#footer .bottom-footer .social-links>a:first-child {
    margin-left: 0;
}

#footer .bottom-footer .social-links>a:last-child {
    margin-right: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Basic Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.basic-top-section {
    padding: 150px max(15px, calc(50vw - 600px));
}

.basic-top-section h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}

.basic-top-section p {
    max-width: 80%;
    margin: 0 auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Bootstrap Select Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bootstrap-select {
    padding: 0;
    border: none;
    border-radius: 0;
}

.bootstrap-select button {
    padding: 10px 16px;
    border: none;
    border-radius: 0;
    color: var(--grey-3);
    background-color: var(--grey-1);
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.bootstrap-select button::after {
    content: url('../svg/bt-caret-down-icon.svg');
    border: none!important;
    transform: scale(1.5);
    margin-bottom: 5px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(5064%) hue-rotate(350deg) brightness(100%) contrast(85%);
}

.dropup .dropdown-toggle::after {
    content: url('../svg/bt-caret-down-icon.svg');
    border: none!important;
    transform: scale(1.5) rotate(180deg);
    margin-bottom: -13px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(5064%) hue-rotate(350deg) brightness(100%) contrast(85%);
}

.bootstrap-select button.show,
.bootstrap-select button:active,
.bootstrap-select button:focus,
.bootstrap-select button:hover {
    color: var(--pj-red)!important;
    background-color: var(--grey-1)!important;
}

.bootstrap-select .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: var(--grey-1);
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    background: var(--grey-1);
    color: black;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    padding: 5px 15px;
    transition: all .3s ease-in-out;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: var(--grey-2);
    color: white;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Global Table Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.tex-table-wrapper table {
    margin: 0;
    /*border-bottom: 14px solid black;*/
}

.tex-table-wrapper table thead {
    background: var(--grey-3);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
}

.tex-table-wrapper table thead th {
    padding: 5px 8px;
    white-space: nowrap;
    border: 2px solid white;
    border-bottom: none;
}

.tex-table-wrapper table tbody {
    font-weight: normal;
}

.tex-table-wrapper table tbody th {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    border: none;
}

.tex-table-wrapper table tbody td {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    padding: 10px 7px;
    border: none;
    white-space: nowrap;
    position: relative;
}

.tex-table-wrapper table tbody tr:last-child td {
    border-bottom: none;
}

.tex-table-wrapper table tbody tr:nth-child(odd) td,
.tex-table-wrapper table tbody tr:nth-child(odd) th {
    background: white;
    border-bottom: 2px solid transparent;
}

.tex-table-wrapper table tbody tr:nth-child(even) td,
.tex-table-wrapper table tbody tr:nth-child(even) th {
    background-color: var(--off-white);
    border-bottom: 2px solid #EBEBEB;
}

.tex-table-wrapper table tbody td button {
    position: absolute;
    width: auto;
    right: 0;
    top: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 3rem;
    line-height: 1.7rem;
    font-weight: 700;
    color: var(--pj-red);
    background-color: transparent!important;
    padding: 5px;
}

.tex-table-wrapper table tbody td button .close {
    display: none;
}

.tex-table-wrapper table tbody td .accordion-button:not(.collapsed) {
    color: var(--pj-red);
    background-color: transparent;
    box-shadow: unset;
}

.tex-table-wrapper table tbody td .accordion-button:not(.collapsed) .close {
    display: inline;
}

.tex-table-wrapper table tbody td .accordion-button:not(.collapsed) .open {
    display: none;
}

.tex-table-wrapper table tbody td button::after {
    display: none!important;
}

.tex-table-wrapper table tbody td .accordion-collapse {
    margin-top: 20px;
}

.tex-table-wrapper table tbody td .accordion-collapse p {
    margin-bottom: 5px;
}

.tex-table-wrapper table tbody td .accordion-collapse .options-list {
    display: flex;
    flex-direction: column;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Article Card Template Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.article-card-wrapper {
    gap: 55px 40px!important;
}

.article-card-wrapper .article-card,
.article-card-wrapper li {
    width: calc((100% - 80px) / 3)!important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.article-card-wrapper .article-card .taxonomy-category,
.article-card-wrapper li .taxonomy-category {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: white;
    padding: 3px 10px;
    pointer-events: none;
}

.article-card-wrapper .article-card .taxonomy-category>a,
.article-card-wrapper li .taxonomy-category>a {
    color: var(--black);
    font-family: 'Forza', sans-serif;
    text-decoration: none;
    pointer-events: none;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
}

.article-card-wrapper .article-card img,
.article-card-wrapper li img {
    width: 100%;
    max-width: unset;
    height: auto;
    margin-bottom: 5px;
}

.article-card-wrapper .article-card .post-date,
.article-card-wrapper li .post-date {
    font-family: 'Forza', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 8px;
}

.article-card-wrapper .article-card h4>a,
.article-card-wrapper li h4>a {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    line-height: 3.5rem;
}

.article-card-wrapper .article-card .post-excerpt,
.article-card-wrapper li .post-excerpt {
    margin: 0 0 25px;
}

.article-card-wrapper .article-card .post-excerpt>p,
.article-card-wrapper li .post-excerpt>p {
    line-height: 2rem;
    font-size: 1.4rem;
}

.article-card-wrapper .article-card a.read-more,
.article-card-wrapper li a.read-more {
    font-family: 'Forza', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    color: var(--black);
    font-weight: 500;
    margin-top: auto;
    position: relative;
    padding-right: 15px;
    transition: all .3s ease-in-out;
}

.article-card-wrapper .article-card a.read-more::after,
.article-card-wrapper li a.read-more::after {
    content: url('../svg/bt-readmore-arrow.svg');
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.article-card-wrapper .article-card a.read-more:hover,
.article-card-wrapper li a.read-more:hover {
    text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Trailer Product Details Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#trailer-top-section {
    z-index: 3!important;
    padding: 70px max(15px, calc(50vw - 600px)) 0;
}

.mobile-anchor-dropdown {
    display: none;
}

.trailer-menu-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 max(15px, calc(50vw - 600px));
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--grey-1);
}

body.promo-callout-enabled .trailer-menu-wrapper {
    top: 125px;
}

.trailer-menu-wrapper .anchors-wrapper {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.trailer-menu-wrapper a {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.028rem;
    font-weight: 500;
    color: var(--grey-3);
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 0;
    transition: all .3s ease-in-out;
}

.trailer-menu-wrapper a:hover {
    border-bottom-color: var(--pj-red);
}

.trailer-menu-wrapper .brochure-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trailer-menu-wrapper .finance-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.trailer-menu-wrapper .finance-btn svg {
    width: 16px;
    margin-top: -2px;
}

.trailer-menu-wrapper .compare-btn {
    margin-left: 50px;
}

.trailer-menu-wrapper .compare-btn label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    line-height: 2.8rem;
    letter-spacing: 0.028rem;
    font-weight: 500;
    color: var(--grey-3);
    text-transform: uppercase;
    padding: 8px 0;
    border: 0!important;
}

.trailer-menu-wrapper .compare-btn label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid var(--pj-red);
    border-radius: 20px;
    display: block;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}

.trailer-menu-wrapper .compare-btn input:checked+label::after {
    background-color: var(--pj-red);
}

.trailer-breadcrumbs {
    color: var(--pj-red);
}

.trailer-breadcrumbs a {
    font-weight: 400;
}

#trailer-top-section .trailer-columns {
    margin: 0 0 115px;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: calc(100vw - 80px);
}

#trailer-top-section .trailer-columns>div {
    position: relative;
}

#trailer-top-section .trailer-columns h1 {
    margin: 0;
    font-size: 6.5rem;
    line-height: 7rem;
    text-transform: uppercase;
}

#trailer-top-section .trailer-columns .trailer-image-wrap img {
    width: 100%;
    height: auto;
}

#trailer-top-section .trailer-columns hr {
    margin: 50px 0;
    border-top: 2px solid var(--pj-red);
    opacity: 1;
}

#trailer-top-section .trailer-columns h5 {
    margin-bottom: 20px;
}

#trailer-top-section .trailer-columns .trailer-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: max-content;
    text-align: center;
}

#trailer-top-section .trailer-columns .trailer-cta-wrapper .dealer-locator-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

#trailer-top-section .trailer-columns .trailer-cta-wrapper .dealer-locator-btn svg path {
    fill: white;
    transition: all .3s ease-in-out;
}

#trailer-top-section .trailer-columns .trailer-cta-wrapper .dealer-locator-btn:hover svg path {
    fill: var(--grey-3);
}

.banner-section {
    background-color: var(--pj-red);
    padding: 8px max(15px, calc(50vw - 600px));
}

.banner-section h4 {
    text-align: center;
    margin: 0;
}

.banner-section h4 a {
    color: black;
}

#trailer-gallery-section {
    padding: 0px max(15px, calc(50vw - 600px));
    margin-bottom: 120px;
}

#trailer-gallery-section .mobile-gallery-slider {
    display: none;
}

#trailer-gallery-section .main-carousel {
    margin: 0 min(-15px, calc(-50vw + 600px));
}

#trailer-gallery-section .main-carousel .splide__arrows button {
    border-radius: 50px;
}

#trailer-gallery-section .main-carousel .splide__arrows button svg>path,
#trailer-gallery-section .main-carousel .splide__arrows button svg>g path {
    fill: var(--pj-red);
}

#trailer-gallery-section .main-carousel .splide__slide {
    text-align: center;
    max-width: min(88.5vw, calc(1200px + 5.625vw));
    margin: 0 50px 0 0;
}

#trailer-gallery-section .main-carousel .splide__slide img {
    width: 100%;
    height: auto;
    max-width: 1200px;
}

#trailer-gallery-section .video-slide video {
    width: 100%;
}

#trailer-gallery-section .video-slide .video-callout-section {
    max-width: 1200px;
    margin: 0 auto;
}

#trailer-gallery-section .video-slide .video-callout-section iframe {
    max-height: 680px!important;
}

#trailer-gallery-section .video-slide svg {
    cursor: pointer;
    z-index: 5;
}

#trailer-gallery-section .video-slide .link-playBtn svg circle {
    fill: transparent;
    transition: all .3s ease-in-out;
}

#trailer-gallery-section .video-slide .link-playBtn:hover svg circle {
    fill: var(--pj-red);
}

#trailer-gallery-section .thumbnail-carousel {
    margin: 35px min(-15px, calc(-50vw + 600px)) 0;
    padding: 0 18.625vw;
}

#trailer-gallery-section .thumbnail-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#trailer-gallery-section .thumbnail-carousel .splide__slide {
    border: 0;
}

#trailer-gallery-section .thumbnail-carousel .splide__slide.is-active {
    border: 4px solid var(--pj-red);
}

#trailer-gallery-section .thumbnail-carousel .video-thumb svg {
    position: absolute;
    width: 29%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#trailer-specs-callout-section {
    background-color: var(--grey-3);
    padding: 85px max(15px, calc(50vw - 600px)) 150px;
}

#trailer-specs-callout-section h6 {
    text-align: center;
    color: var(--grey-1);
    text-transform: uppercase;
    margin-bottom: 85px;
}

#trailer-specs-callout-section .card-spec-wrap {
    display: flex;
    align-items: center;
    justify-content: stretch;
}

#trailer-specs-callout-section .card-spec-wrap .card-spec {
    margin: 0;
    text-align: center;
    width: 25%;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 15px;
    border-right: 2px solid var(--grey-1);
}

#trailer-specs-callout-section .card-spec-wrap .card-spec:last-child {
    border-right: none;
}

#trailer-specs-callout-section .card-spec-wrap .card-spec strong {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
}

#trailer-features-section {
    min-height: 725px;
    height: 1px;
    margin: 120px 0;
}

#trailer-features-section .featured-slider-wrapper,
#trailer-features-section .splide,
#trailer-features-section .splide .splide__track {
    height: 100%;
}

.popover {
    border: none;
    border-radius: 0;
    background: var(--grey-1);
    border-bottom: 10px solid var(--pj-red);
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.35);
}

.popover .popover-arrow {
    display: none;
}

.popover .popover-header {
    border: none;
    border-radius: 0;
    padding: 22px 22px 0;
}

.popover .tooltip-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popover .tooltip-wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.popover .tooltip-wrapper h6 {
    width: 100%;
}

.popover .tooltip-wrapper p {
    margin-bottom: 25px;
}

.popover .tooltip-wrapper a.read-more {
    font-family: 'Forza', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--black);
    font-weight: normal;
    margin-top: auto;
    position: relative;
    padding-right: 15px;
    transition: all .3s ease-in-out;
    text-decoration: none;
    margin-bottom: 8px;
}

.popover .tooltip-wrapper a.read-more::after {
    content: url('../svg/bt-readmore-arrow.svg');
    display: block;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
}

.popover .tooltip-wrapper a.read-more:hover {
    text-decoration: underline;
}

#trailer-tabs-section {
    padding: 80px max(15px, calc(50vw - 600px));
    background-color: white;
    z-index: 2;
}

#trailer-tabs-section .tab-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 max(15px, calc(50vw - 600px));
    transition: all .3s ease-in-out;
}

#trailer-tabs-section .tab-nav-wrapper::before {
    content: '';
    display: block;
    width: max(30px, calc(50vw - 585px));
    height: 100%;
    background: var(--pj-red);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

#trailer-tabs-section .tab-nav-wrapper::after {
    content: '';
    display: block;
    width: max(30px, calc(50vw - 585px));
    height: 100%;
    background: var(--grey-1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

#trailer-tabs-section .tab-nav-wrapper.all-black::before {
    background: var(--grey-1);
}

#trailer-tabs-section .tab-nav-wrapper.last-selected::before {
    background: var(--grey-1);
}

#trailer-tabs-section .tab-nav-wrapper.last-selected::after {
    background: var(--pj-red);
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs {
    z-index: 5;
    position: relative;
    justify-content: center;
    gap: 10px;
    background: none;
    border: none;
    align-items: stretch;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li {
    flex: 1;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--grey-3);
    background: var(--grey-1);
    padding: 15px 10px;
    transition: all .3s ease-in-out;
    transform: skewX(-20deg);
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button span {
    transform: skewX(20deg);
    display: inline-block;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button:hover {
    text-decoration: underline;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button.active {
    background: var(--pj-red);
    color: white;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button::before {
    display: block;
    content: "";
    position: absolute;
    pointer-events: none;
    border: 13px solid transparent;
    bottom: -26px;
    left: 50%;
    transform: skewX(20deg) translateX(-50%);
    transition: all .3s ease-in-out;
}

#trailer-tabs-section .tab-nav-wrapper .nav-tabs li button.active::before {
    border-top-color: var(--pj-red);
}

#trailer-tabs-section .tab-content .tab-pane {
    border: none;
    border-radius: 0;
    padding: 75px 0;
    background: none;
}

#trailer-tabs-section .tab-content .tab-pane .accordion-body {
    border: none;
    border-radius: 0;
    padding: 0;
}

#trailer-tabs-section .trailer-schematic-image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 95px auto 0;
}

#featuresAndOptions table td>span {
    display: block;
    position: relative;
}

#featuresAndOptions table td>span>svg {
    position: absolute;
    right: 0;
    top: 0;
}

.similar-trailers-section {
    padding: 0 max(15px, calc(50vw - 750px));
    margin: 170px 0;
}

.similar-trailers-section h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 125px;
}

.similar-trailers-section .trailer-card-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
	justify-content: center;
}

.similar-trailers-section .trailer-card-wrapper .trailer-card {
    width: calc((100% - 90px) / 4);
}

.trailer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trailer-card .new-tag {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    background-color: var(--grey-3);
    font-weight: 300;
    padding: 0 25px 0 10px;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    z-index: 2;
}

.trailer-card .series-tag {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--grey-3);
    padding: 0;
    z-index: 2;
}

.trailer-card img {
    width: 100%;
    height: auto;
    margin: 55px 0 25px;
}

.trailer-card .card-content-wrap {
    width: 100%;
    background: #E9ECEE;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.trailer-card h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.trailer-card h4 a {
    text-decoration: none;
    color: var(--grey-3);
    transition: all .3s ease-in-out;
}

.trailer-card h4 a:hover {
    color: var(--pj-red);
}

.trailer-card hr {
    width: calc(100% + 20px);
    margin: auto -10px 10px;
    border-top: 2px solid var(--grey-1);
    opacity: 1;
}

.trailer-card .card-spec-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.trailer-card .card-spec {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.trailer-card .card-spec span {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--grey-2);
    margin-top: -5px;
}

.trailer-card .card-spec strong {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
}

.trailer-card .compare-btn label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
    font-weight: 700;
    color: var(--grey-3);
    text-transform: uppercase;
    padding: 0;
    border: 0 !important;
}

.trailer-card .compare-btn label::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid var(--pj-red);
    border-radius: 20px;
    display: block;
    transition: all .3s ease-in-out;
}

.trailer-card .compare-btn input:checked+label::before {
    background-color: var(--pj-red);
}

.trailer-card>a {
    width: 100%;
    text-align: center;
}

.apex-promo-callout {
    max-width: 1400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: var(--pj-red);
    margin: 0 auto 150px;
    padding: 80px 120px;
}

.apex-promo-callout h2 {
    max-width: 50%;
    text-transform: uppercase;
}

.apex-promo-callout p {
    max-width: 50%;
    margin-bottom: 70px;
}

@media(max-width:1350px) {
    .apex-promo-callout {
        padding: 50px 25px;
    }
}

@media(max-width:1160px) {
    .apex-promo-callout p {
        margin-bottom: 25px;
    }
}

@media(max-width:1020px) {
    .apex-promo-callout h2,
    .apex-promo-callout p {
        max-width: unset;
    }
    .apex-promo-callout {
        background-size: 180vw;
        padding: 58vw 25px 50px;
        background-position: top right;
    }
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Trailer Page Modal Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#requestQuoteModal,
#towItHomeModal {
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
}

#requestQuoteModal .modal-dialog,
#towItHomeModal .modal-dialog {
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 1200px;
    margin: 0;
}

#towItHomeModal .modal-content,
#requestQuoteModal .modal-content {
    border-radius: 0;
    border: none;
}

#towItHomeModal .modal-content .modal-header,
#requestQuoteModal .modal-content .modal-header {
    background-color: var(--pj-red);
    border-radius: 0;
    position: relative;
}

#towItHomeModal .modal-content .modal-header h5,
#requestQuoteModal .modal-content .modal-header h5 {
    color: white;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

#towItHomeModal .modal-content .modal-body,
#requestQuoteModal .modal-content .modal-body {
    padding: 40px 20px;
}

#towItHomeModal .modal-body input[type="text"] {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2rem !important;
    line-height: 3rem;
    width: 100% !important;
    color: var(--grey-3);
    background-color: var(--grey-1);
}

#towItHomeModal .modal-body a.pj-btn {
    display: block;
}

#towItHomeModal .modal-body .synchrony-logo img {
    max-width: 400px;
}

#towItHomeModal .modal-header .btn-close,
#requestQuoteModal .modal-header .btn-close {
    font-size: 2.5rem;
    border-radius: 0;
    opacity: 1;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(104deg) brightness(101%) contrast(101%);
    transition: all .3s ease-in-out;
}

#towItHomeModal .modal-header .btn-close:hover,
#requestQuoteModal .modal-header .btn-close:hover {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(104deg) brightness(101%) contrast(101%);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Owners Manuals Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.manuals-filter-section {
    padding: 0 max(15px, calc(50vw - 600px));
    margin: 95px 0 60px;
    z-index: 5!important;
}

.manuals-filter-section h6 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.manuals-filter-section>p {
    font-size: 1.4rem;
    margin-top: 55px;
}

.manuals-filter-section form {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.manuals-filter-section form>div {
    width: calc(33.3333% - 27px);
}

.manuals-filter-section form>div .bootstrap-select {
    width: 100%!important;
}

.manuals-filter-section form>div>p {
    font-size: 1.4rem;
    color: var(--grey-4);
}

.manuals-results-section {
    padding: 0 max(15px, calc(50vw - 600px));
    margin: 60px 0 175px;
}

.manuals-results-section .results-wrapper {
    gap: 55px;
    flex-wrap: wrap;
}

.manuals-results-section .results-wrapper .manual-card {
    max-width: calc(16.6667% - (275px / 6));
}

.manual-card svg {
    width: 100%;
    display: block;
}

.manual-card p {
    margin: 10px 0 0;
}

.manual-card p a {
    font-weight: 400;
    color: var(--grey-2);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Maintenance Videos Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.maintenance-videos-filter-section {
    padding: 0 max(15px, calc(50vw - 600px));
    margin: 0 0 100px;
    z-index: 5!important;
}

.maintenance-videos-filter-section h6 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.maintenance-videos-filter-section>p {
    font-size: 1.4rem;
    margin-top: 55px;
}

.maintenance-videos-filter-section form {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.maintenance-videos-filter-section form>div {
    width: calc(33.3333% - 27px);
}

.maintenance-videos-filter-section form>div .bootstrap-select {
    width: 100%!important;
}

.maintenance-videos-filter-section form>div>p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--grey-2);
}

.maintenance-videos-results-section {
    padding: 0 max(15px, calc(50vw - 600px));
    margin: 60px 0 175px;
    z-index: unset!important;
}

.maintenance-videos-results-section .results-wrapper {
    gap: 40px;
    flex-wrap: wrap;
}

.maintenance-videos-results-section .results-wrapper .maintenance-video-card {
    max-width: calc(33.3333% - (80px / 3));
}

.maintenance-video-card .video-thumb-wrapper {
    position: relative;
}

.maintenance-video-card .video-thumb-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
}

.maintenance-video-card .video-thumb-wrapper svg circle {
    fill: transparent;
    transition: all .3s ease-in-out;
}

.maintenance-video-card .video-thumb-wrapper:hover svg circle {
    fill: var(--pj-red);
}

.maintenance-video-card .video-thumb-wrapper img {
    width: 100%;
    height: auto;
}

.maintenance-video-card p {
    margin: 10px 0 0;
}

.maintenance-video-card p a {
    font-weight: 400;
    color: var(--grey-3);
}

.video-modal .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.video-modal .modal-header {
    border: none;
}

.video-modal .modal-header .btn-close {
    font-size: 2.5rem;
    border-radius: 0;
    opacity: 1;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(104deg) brightness(101%) contrast(101%);
}

.video-modal .modal-header .btn-close:hover {
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(5064%) hue-rotate(350deg) brightness(100%) contrast(85%);
}

.video-modal .video-callout-section iframe {
    height: 44vw;
    min-width: 400px;
    max-height: 664px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ News Landing Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.news-buttons-wrapper {
    margin-top: 150px;
}

.post-results-section {
    padding: 0 max(15px, calc(50vw - 600px));
}

.post-results-section .news-card-wrapper {
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 150px;
}

.post-results-section .news-card-wrapper .news-card {
    width: calc(33.333% - (80px / 3));
}

.pj-pagination-wrapper {
    margin: 150px 0;
}

.pj-pagination-wrapper nav .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pj-pagination-wrapper nav .nav-links .page-numbers {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-decoration: none;
    color: black;
    padding: 0 5px;
    margin: 0 17.5px;
    transition: all .3s ease-in-out;
}

.pj-pagination-wrapper nav .nav-links svg>path,
.pj-pagination-wrapper nav .nav-links svg>g>path {
    fill: var(--pj-red);
}

.pj-pagination-wrapper nav .nav-links .page-numbers.current,
.pj-pagination-wrapper nav .nav-links .page-numbers:hover {
    color: var(--pj-red);
    transition: all .3s ease-in-out;
}

.pj-pagination-wrapper nav .nav-links .next {
    margin-left: 55px;
    padding: 0!important;
}

.pj-pagination-wrapper nav .nav-links .prev {
    margin-right: 55px;
    padding: 0!important;
    transform: rotate(180deg);
}

.pj-pagination-wrapper nav .nav-links .icon-wrap svg {
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.pj-pagination-wrapper nav .nav-links .next:hover .icon-wrap svg,
.pj-pagination-wrapper nav .nav-links .prev:hover .icon-wrap svg {
    background-color: var(--pj-red);
}

.pj-pagination-wrapper nav .nav-links .next:hover svg>g>path,
.pj-pagination-wrapper nav .nav-links .prev:hover svg>g>path {
    fill: white;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ News Article Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.post-hero-section {
    border-bottom: 15px solid var(--grey-1);
}

.post-hero-section img {
    width: 100%;
    height: auto;
}

.post-hero-section .post-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 150px max(15px, calc(50vw - 720px));
}

.post-hero-section .post-hero-content h1 {
    text-transform: uppercase;
}

.post-hero-section .post-hero-content .breadcrumbs {
    font-size: 1.6rem;
    margin: 10px 0;
}

.post-hero-section .post-hero-content .breadcrumbs a {
    text-decoration: none;
    color: white;
    transition: all .3s ease-in-out;
}

.post-hero-section .post-hero-content .breadcrumbs a:hover {
    text-decoration: underline;
}

.post-content-section {
    padding: 150px max(15px, calc(50vw - 400px));
}

.post-content-section h2,
.post-content-section h3,
.post-content-section h4,
.post-content-section h5,
.post-content-section h6 {
    margin: 55px 0 0;
}

.post-content-section figure.wp-block-image.size-full.aligncenter {
    margin: 55px min(0px, calc(-50vw + 752px));
}

.wp-block-quote {
    border-left: 7px solid #D9D9D9;
    padding-left: 55px;
    position: relative;
    margin: 95px 0 55px;
}

.wp-block-quote::before {
    content: "“";
    font-family: 'Tungsten', sans-serif;
    display: block;
    color: var(--pj-red);
    font-size: 8.6rem;
    line-height: 2.6rem;
    position: absolute;
    bottom: calc(100% - 6px);
}

.similar-posts-section {
    padding: 80px max(15px, calc(50vw - 600px)) 150px;
    background-color: var(--off-white);
}

.similar-posts-section h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 65px;
}

.similar-posts-section .news-card-wrapper {
    display: flex;
    gap: 40px;
}

.similar-posts-section .news-card-wrapper .news-card {
    width: 33.333%;
}

.news-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-card .cat-tag {
    position: absolute;
    right: 0;
    top: 15px;
    background: var(--pj-red);
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    padding: 0 15px 0 20px;
    clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.news-card img {
    width: 100%;
    height: auto;
}

.news-card h4 {
    margin: 10px 0;
    text-transform: uppercase;
}

.news-card p {
    margin-bottom: 40px;
}

.news-card a.red-outline-btn {
    margin-top: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Search Results Page Style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.search-top-section  {
    padding: 80px max(15px, calc(50vw - 600px))
}

.search-top-section h1 {
    line-height: 4.5rem;
    margin-bottom: .75em;
}

@media screen and (min-width: 768px) {
    .search-top-section  {
        padding: 95px max(15px, calc(50vw - 600px))
    }
}
@media screen and (min-width: 1200px) {
    .search-top-section  {
        padding: 125px max(15px, calc(50vw - 600px))
    }
}

.search-results-form-wrap {
    margin-top: 50px;
}
@media screen and (min-width: 768px) {
    .search-results-form-wrap {
        margin-top: 65px;
    }
}
@media screen and (min-width: 1200px) {
    .search-results-form-wrap {
        margin-top: 80px;
    }
}

.search-results-form-wrap form {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}


.search-results-form-wrap form input {
    border: none;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    color: var(--grey-3);
    background-color: var(--grey-1);
}

.search-results-form-wrap form button {
    border: none;
    background-color: var(--grey-1);
    height: 100%;
    padding: 20.5px;
    transition: all .3s ease-in-out;
}

.search-results-form-wrap form button svg path {
    stroke: var(--pj-red);
    transition: all .3s ease-in-out;
}

.search-results-form-wrap form button:hover {
    background-color: var(--grey-3);
}

.search-results-form-wrap form button:hover svg path {
    stroke: white;
}

.search-results-section {
    padding: 0 max(15px, calc(50vw - 400px));
    margin-bottom: 120px;
}

.search-results-section .result-card {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.search-results-section .result-card>div {
    width: 100%;
}

.search-results-section .result-card .img-wrapper {
    display: block;
    max-width: 270px;
    width: 100%;
}

.search-results-section .result-card .img-wrapper img {
    width: 100%;
    height: auto;
}

.search-results-section .result-card h4 {
    line-height: 3.5rem;
    margin-bottom: 12px;
}

.search-results-section .result-card h4 a {
    color: black;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.search-results-section .result-card h4 a:hover {
    color: var(--pj-red);
}

.search-results-section .result-card p {
    margin: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dealer Locator Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wpsl-gmap iframe {
    filter: grayscale(1);
}

.custom-marker {
    background-image: url('../png/pj-map-marker.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 30px;
    min-height: 40px;
}

.custom-marker>span {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.3rem;
    color: white;
}

#wpsl-wrap {
    padding: 0 max(15px, calc(50vw - 700px));
    min-height: 100vh;
    margin-bottom: 150px;
}

#wpsl-gmap {
    height: calc(100vh - 120px);
    margin-right: min(-15px, calc(-50vw + 700px));
}

#wpsl-result-list {
    height: calc(100vh - 120px);
    width: 55%;
}

#wpsl-stores {
    height: 100%;
    padding-right: 100px;
}

.wpsl-search {
    padding: 0;
    margin-bottom: 100px;
    background: none;
}

.wpsl-search form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpsl-search form .wpsl-input {
    width: 38%;
    margin-bottom: 0;
    margin-right: 45px!important;
}

.wpsl-search form .wpsl-input input {
    border: none !important;
    border-radius: 0 !important;
    padding: 10px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 2rem !important;
    line-height: 3rem;
    width: 100% !important;
    color: var(--grey-3);
    background-color: var(--grey-1);
}

.wpsl-search form .wpsl-input input::-webkit-input-placeholder {
    color: var(--grey-3);
    opacity: 1;
}

.wpsl-search form .wpsl-input input::-moz-input-placeholder {
    color: var(--grey-3);
    opacity: 1;
}

.wpsl-search form .wpsl-input input::-ms-input-placeholder {
    color: var(--grey-3);
    opacity: 1;
}

.wpsl-search form .wpsl-input input::placeholder {
    color: var(--grey-3);
    opacity: 1;
}

.wpsl-select-wrap {
    margin: 0;
}

#wpsl-radius {
    margin-right: 25px!important;
}

.wpsl-select-wrap .wpsl-dropdown {
    border: none;
    border-radius: 0;
    width: auto;
}

#wpsl-radius-dropdown {
    padding: 10px !important;
    border: none;
    color: var(--grey-3);
    background-color: var(--grey-1);
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    width: 150px;
    height: 100%;
}

.wpsl-select-wrap .wpsl-dropdown .wpsl-selected-item {
    padding: 10px !important;
    border: none;
    color: var(--grey-3);
    background-color: var(--grey-1);
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    width: 150px;
    height: 100%;
}

.wpsl-select-wrap .wpsl-dropdown div {
    left: 0px!important;
    right: 0px!important;
    border: 1px solid var(--grey-1)!important;
    border-top: 2px solid var(--grey-2)!important;
}

.wpsl-select-wrap .wpsl-dropdown div ul li {
    padding: 10px !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: var(--grey-3);
    background-color: var(--grey-1);
}

.wpsl-select-wrap .wpsl-dropdown div ul li:hover {
    color: white;
    background-color: var(--grey-2);
}

.wpsl-select-wrap .wpsl-dropdown .wpsl-selected-item::after {
    content: url('../svg/bt-caret-down-icon.svg');
    border: none;
    transform: scale(1.5)translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(5064%) hue-rotate(350deg) brightness(100%) contrast(85%);
}

#wpsl-search-btn {
    white-space: nowrap;
    background-image: none;
    background-color: var(--pj-red);
    border: none!important;
    color: white;
    border-radius: 0!important;
    text-transform: uppercase!important;
    text-decoration: none;
    margin: 0;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: .16rem;
    border-radius: 0;
    padding: 12px 20px 12px 45px;
    transition: all .3s ease-in-out;
}

#wpsl-search-btn:hover {
    color: var(--grey-3);
    background-color: var(--grey-1);
}

.wpsl-search-btn-wrap {
    position: relative;
    margin: 0;
}

.wpsl-search-btn-wrap::before {
    content: url('../svg/bt-pin-icon.svg');
    filter: brightness(0) invert(1);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-45%);
    pointer-events: none;
    transition: all .3s ease-in-out;
}

.wpsl-search-btn-wrap:hover::before {
    filter: brightness(0) invert(15%) sepia(21%) saturate(261%) hue-rotate(169deg) brightness(100%) contrast(89%);
}

#wpsl-stores ul li {
    border-bottom: solid 2px var(--grey-1)!important;
    padding: 50px 0!important;
}

#wpsl-stores ul li:first-child {
    padding: 0 0 50px!important;
}

#wpsl-stores ul li:last-child {
    padding: 50px 0 0!important;
    border-bottom: none!important;
}

.dealer-tags-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 4px;
}

.dealer-tags-wrapper .dealer-tag {
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    background: var(--pj-red);
    padding: 0px 8px;
}

.dealer-badges-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

#wpsl-stores ul li .wpsl-store-location {
    position: relative;
}

#wpsl-stores ul li .store-card-top-section {
    display: flex;
    align-items: center;
}

#wpsl-stores ul li .store-card-top-section .result-num {
    margin-right: 10px;
    background-image: url('../png/pj-map-marker.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 23px;
    min-height: 30px;
    color: white;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.5rem;
    text-align: center;
}

#wpsl-stores ul li .store-card-top-section .result-distance {
    color: var(--grey-2);
}

#wpsl-stores ul li h4 {
    margin: 25px 0 15px;
    text-transform: uppercase;
}

#wpsl-stores ul li h4 a {
    color: black;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

#wpsl-stores ul li h4 a:hover {
    color: var(--pj-red);
}

#wpsl-stores ul li .wpsl-contact-details {
    margin: 0;
}

#wpsl-stores ul li .wpsl-contact-details a {
    color: var(--pj-red);
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

#wpsl-stores ul li .wpsl-contact-details a:hover {
    text-decoration: underline;
}

#wpsl-stores ul li .wpsl-direction-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 20px 40px;
}

#wpsl-stores ul li .wpsl-direction-wrap a {
    width: calc(50% - 20px);
    min-width: min-content;
    white-space: nowrap;
    border: 2px solid var(--pj-red)!important;
    background-color: transparent;
    color: var(--pj-red);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

#wpsl-stores ul li .wpsl-direction-wrap a:hover {
    color: white;
    background-color: var(--pj-red);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dealer Store Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.dealer-store-section {
    padding: 30px max(15px, calc(50vw - 600px)) 0;
}

.dealer-store-section .breadcrumbs {
    font-size: 1.6rem;
    line-height: 3rem;
    color: var(--pj-red);
}

.dealer-store-section .breadcrumbs a {
    color: var(--pj-red);
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.dealer-store-section .breadcrumbs a:hover {
    text-decoration: underline;
}

.dealer-store-section .top-columns {
    margin-top: 90px;
    display: flex;
    gap: 80px;
}

.dealer-store-section .top-columns .dealer-info {
    width: 45%;
}

.dealer-store-section .top-columns .dealer-info .wpsl-store-location {
    position: relative;
}

.dealer-store-section .top-columns .dealer-info .dealer-tags-wrapper {
    position: initial;
}

.dealer-store-section .top-columns .dealer-info h1 {
    margin: 25px 0 15px;
    text-transform: uppercase;
    font-size: 5.5rem;
    line-height: 6.5rem;
}

.dealer-store-section .top-columns .dealer-info .wpsl-contact-details a {
    text-decoration: none;
    color: var(--pj-red);
}

.dealer-store-section .top-columns .dealer-info .wpsl-contact-details a:hover {
    text-decoration: underline;
}

.dealer-store-section .top-columns .dealer-info .wpsl-contact-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.dealer-store-section .top-columns .dealer-info .request-link-btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.dealer-store-section .wpsl-direction-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
}

.dealer-store-section .wpsl-direction-wrap a {
    width: calc(50% - 10px);
    white-space: nowrap;
    border: 2px solid var(--pj-red)!important;
    background-color: transparent;
    color: var(--pj-red);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.dealer-store-section .wpsl-direction-wrap a:hover {
    color: white;
    background-color: var(--pj-red);
}

.dealer-store-section .top-columns .dealer-map-wrapper {
    width: 100%;
    margin-right: min(-15px, calc(-50vw + 600px));
}

.dealer-store-section .top-columns .dealer-map-wrapper .wpsl-gmap-canvas {
    margin: 0;
    height: 100%!important;
}

.dealer-store-section .dealer-information-section {
    display: flex;
    justify-content: space-between;
    gap: 7.5%;
    margin-top: 70px;
}

.dealer-store-section .dealer-information-section>div {
    flex: 1;
}

.dealer-store-section .dealer-information-section h4 {
    text-transform: uppercase;
}

.dealer-store-section .dealer-hours-wrapper {
    font-size: 1.6rem;
    line-height: 3rem;
}

.dealer-store-section .dealer-image img {
    width: 100%;
    height: auto;
}

#request-quote-section {
    background-color: var(--off-white);
    padding: 100px max(15px, calc(50vw - 450px));
    margin-top: 100px;
}

#request-quote-section>h3,
#request-quote-section>p {
    text-align: center;
}

#request-quote-section .form-wrapper {
    margin-top: 50px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Product Category Page Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.category-top-section {
    min-height: 50vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background-size: cover!important;
    background-position: bottom center!important;
    padding: 150px max(15px, calc(50vw - 700px));
    margin-bottom: 15px solid var(--grey-1);
}

.category-top-section>* {
    width: 50%;
}

.category-top-section p {
    color: white;
}

.category-top-section h1 {
    color: white;
    text-transform: uppercase;
}

.subcategory-accordion-section {
    background-color: black;
    padding: 0 max(15px, calc(50vw - 700px));
    overflow: hidden;
}

.subcategory-accordion-section .accordion {
    background: none;
}

.subcategory-accordion-section .accordion .accordion-item {
    border-radius: 0;
    border: none;
    background: none;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-header {
    display: inline-block;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button {
    background: none;
    color: var(--pj-red);
    font-size: 2rem;
    line-height: 3rem;
    font-family: 'Forza', sans-serif;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button::after {
    display: none!important;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button:hover {
    text-decoration: underline;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button .icon-wrapper {
    margin-left: 10px;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button .icon-wrapper svg {
    width: 12px;
    height: 12px;
    display: block;
    transition: all .3s ease-in-out;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button .icon-wrapper svg path {
    fill: var(--pj-red);
}

.subcategory-accordion-section .accordion .accordion-item .accordion-button[aria-expanded="true"] .icon-wrapper svg {
    margin-top: -4px;
    transform: rotate(-180deg);
}

.subcategory-accordion-section .accordion .accordion-item .background-text-section {
    margin-left: min(-15px, calc(-50vw + 700px));
}

.subcategory-accordion-section .accordion .accordion-item .background-text-section svg text {
    fill: var(--grey-7);
}

.subcategory-accordion-section .accordion .accordion-item .accordion-body {
    z-index: 5;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 90px 40px;
}

.subcategory-accordion-section .accordion .accordion-item .accordion-body .subcat-item {
    width: calc((100% - 80px) / 3);
}

.subcategory-accordion-section .accordion .accordion-item .accordion-body .subcat-item>img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.subcategory-filter-buttons {
    margin: 45px 0 125px;
    padding: 0 max(15px, calc(50vw - 700px));
    display: flex;
    flex-wrap: wrap;
    gap: 25px 40px;
}

.subcategory-filter-buttons>a {
    width: calc((100% - 80px) / 3);
    text-align: center;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox .custom-control-label {
    font-size: 1.4rem;
    line-height: 2.5rem;
    padding-left: 25px;
    position: relative;
}

.custom-checkbox .custom-control-label::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 20px;
    box-shadow: none;
    border: 3px solid var(--pj-red);
    position: absolute;
    top: 5px;
    left: 0;
    transition: all .3s ease-in-out;
}

.custom-checkbox .custom-control-label::after {
    content: '';
    background: url('../png/bt-checkmark-icon.png') no-repeat center;
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    transition: all .3s ease-in-out;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--pj-red);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    display: block;
}

.filter-column-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.filter-column-header h4 {
    margin: 0;
    line-height: 3rem;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.filter-column-header svg {
    margin: auto 0 auto 10px;
    height: 14px;
}

.filter-column-header svg line {
    stroke: var(--pj-red);
}

.filter-column-header svg circle {
    fill: var(--pj-red);
}

.filter-column-header .clear-filters-btn {
    margin-left: auto;
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: black;
    transition: all .3s ease-in-out;
}

.filter-column-header .clear-filters-btn sup {
    top: -2px;
}

.filter-column-header .clear-filters-btn:hover {
    color: var(--pj-red);
}

#activeFilterTags {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#activeFilterTags>span {
    font-size: 1.4rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    padding: 0 3px;
    background-color: var(--grey-1);
}

#activeFilterTags>span .remove-tag {
    color: black;
    text-decoration: none;
    margin-left: 5px;
    font-size: 1.1rem;
    display: inline-block;
    transition: all .3s ease-in-out;
}

#activeFilterTags>span .remove-tag:hover {
    color: var(--pj-red);
}

.custom-range-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: .05em;
    margin-bottom: 15px;
    background-color: var(--grey-1);
    padding: 0 15px 0 0;
}

.custom-range-input-wrapper input {
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: .05em;
    background-color: transparent;
    width: 100%;
}

.customRange {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100%;
}

.customRange::-webkit-slider-runnable-track {
    background: var(--grey-2);
    height: 10px;
}

.customRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    margin-top: -5px;
    background-color: var(--pj-red);
    height: 20px;
    width: 10px;
}

.customRange::-moz-range-track {
    background: var(--grey-1);
    height: 10px;
}

.customRange::-moz-range-thumb {
    margin-top: -5px;
    background-color: var(--pj-red);
    height: 20px;
    width: 10px;
    border: none;
    border-radius: 0px;
}

.custom-range-notes {
    margin-top: 5px;
}

.custom-range-notes span {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
}

#filterAccordions {
    margin-bottom: 65px;
}

#filterAccordions .accordion-item {
    border: none;
    border-radius: 0;
    margin-bottom: 12px;
    background-color: transparent;
}

#filterAccordions .accordion-button {
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    border-bottom: 2px solid var(--grey-1);
}

#filterAccordions .accordion-button::after {
    content: "+";
    font-size: 3rem;
    line-height: 15px;
    color: var(--pj-red);
    background: none;
    position: absolute;
    right: 0;
    width: auto;
    top: 5px;
    transition: all .3s ease-in-out;
}

#filterAccordions .accordion-button[aria-expanded="true"]::after {
    content: "\2013";
    transform: unset;
}

#filterAccordions .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: unset;
    box-shadow: unset;
}

#filterAccordions .accordion-body {
    padding: 12px 0;
}

.filter-ctas {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.filter-ctas .text-cta {
    padding: 15px;
    background-color: white;
    display: flex;
    flex-direction: column;
}

.filter-ctas>div .image-link {
    display: block;
}

.filter-ctas>div img {
    width: 100%;
    height: auto;
}

.filter-ctas>div h4 {
    margin-bottom: 50px;
}

.filter-ctas>div .black-btn {
    text-align: center;
}

.trailer-results-section .category-description {
    padding: 130px max(15px, calc(50vw - 500px));
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
}

.trailer-results-section .columns-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 80px;
    margin-bottom: 200px;
    padding: 0 70px;
}

.trailer-results-section .filters-column {
    width: calc(25% - 40px);
}

.trailer-results-section .trailer-card-wrapper {
    width: calc(75% - 40px);
    display: flex;
    flex-wrap: wrap;
    gap: 100px 30px;
    height: max-content;
}

.trailer-results-section .trailer-card-wrapper .trailer-card {
    width: calc((100% - 60px) / 3);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compare Tool Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body.dialog-prevent-scroll {
    overflow: hidden!important;
}

#compareBar {
    background-color: var(--pj-red);
    position: sticky!important;
    bottom: 0;
    z-index: 10!important;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, .25);
}

#compareBar .compareHeader {
    padding: 5px max(15px, calc(50vw - 750px));
    min-height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#compareBar .compareHeader h6 {
    text-transform: uppercase;
    margin: 0;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

#compareBar .compareHeader .open-full-compare {
    display: none;
    /* Default State */
    cursor: pointer;
}

#compareBar .compareHeader .dealer-btn {
    display: none;
    /* Default State */
    cursor: pointer;
    align-items: center;
}

#compareBar .compareHeader .dealer-btn .icon-wrapper {
    margin-right: 10px;
    margin-top: -3px;
}

#compareBar .compareHeader .dealer-btn .icon-wrapper svg path {
    fill: var(--pj-red);
}

#compareBar .compareHeader .open-compare-btn {
    display: flex;
    align-items: center;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
}

#compareBar .compareHeader .open-compare-btn>span {
    transition: all .3s ease-in-out;
}

#compareBar .compareHeader .open-compare-btn:hover>span {
    text-decoration: underline;
}

#compareBar .compareHeader .open-compare-btn .plus-icon {
    font-size: 4.2rem;
    line-height: 16px;
    margin-top: -2px;
}

#compareBar .compareHeader .open-compare-btn .icon-wrapper {
    margin-left: 20px;
}

#compareBar.closed .compareHeader .open-compare-btn .minus-icon {
    display: none;
}

#compareBar .compareHeader .open-compare-btn .minus-icon {
    margin-top: -6px;
    font-weight: 700;
}

#compareBar.half-open .compareHeader .open-compare-btn .plus-icon,
#compareBar.full-open .compareHeader .open-compare-btn .plus-icon {
    display: none;
}

#compareBar .compareBody {
    display: none;
    max-height: 0;
    /* default state */
    transition: all .4s ease-out;
    background-color: #FFFFFF;
}

#compareBar.half-open .compareBody {
    display: block;
}

#compareBar .compareBody .row {
    padding: 25px max(15px, calc(50vw - 650px));
    margin: 0 auto;
    gap: 95px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    min-width: 1400px;
}

#compareBar .compareBody .row>div {
    text-align: left;
    padding: 0;
}

#compareBar .compareBody .row>.trailer-col {
    width: calc((100% - 230px) * (3.333 / 12));
    display: flex;
    flex-direction: column;
}

#compareBar .compareBody .row>.trailer-col img {
    width: 100%;
    height: auto;
}

#compareBar .compareBody .row>.trailer-col h4 {
    margin: 0;
    text-transform: uppercase;
}

#compareBar .compareBody .row>.trailer-col h6 {
    color: var(--pj-red);
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: normal;
    margin-bottom: 25px;
}

#compareBar .compareBody .row>.trailer-col .remove-compare-btn {
    color: black;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    gap: 10px;
    text-decoration: none;
    margin-left: auto;
    width: min-content;
    cursor: pointer;
    margin-top: auto;
}

#compareBar .compareBody .row>.trailer-col .remove-compare-btn .icon-wrapper {
    color: var(--pj-red);
    font-size: 2.6rem;
    font-weight: 700;
}

#compareBar .compareBody .row>.trailer-col .remove-compare-btn>span {
    transition: all .3s ease-in-out;
}

#compareBar .compareBody .row>.trailer-col .remove-compare-btn:hover>span {
    text-decoration: underline;
}

#compareBar .compareBody .row>.trailer-col hr {
    width: 100%;
    border-top: 2px solid var(--grey-1);
}

#compareBar .compareBody .row>.trailer-col .trailer-compare-specs {
    margin-top: 100px;
}

#compareBar .compareBody .row>.trailer-col .trailer-compare-specs .spec-section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

#compareBar .compareBody .row>.trailer-col .trailer-compare-specs .spec-section .spec-value-wrapper {
    border: 2px solid var(--grey-1);
    padding: 10px 7px;
    min-height: 42px;
}

#compareBar .compareBody .row>.trailer-col .trailer-compare-specs .spec-section .spec-value-wrapper p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-family: 'Roboto Condensed', sans-serif;
}

#compareBar .compareBody .row>.label-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: -43px;
    width: calc((100% - 230px) * (2 / 12));
}

#compareBar .compareBody .row>.label-column h5 {
    text-transform: uppercase;
    margin: 0;
}

#compareBar .compareBody .row>.label-column p {
    margin-bottom: 20px;
}

#compareBar .compareBody .row>.label-column .spec-headers {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

#compareBar .compareBody .row>.label-column .spec-headers h6 {
    padding: 12.5px 9px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    line-height: 1.7rem;
    background-color: var(--grey-3);
    margin: 0;
}

#compareBar.half-open .compareBody {
    max-height: 50vh;
    transition: all .4s ease-in;
    overflow-x: auto;
}

#compareBar.half-open .compareHeader .open-full-compare {
    display: flex;
}

#compareBar.half-open .compareBody .trailer-compare-specs,
#compareBar.half-open .compareBody .show-full-open {
    display: none;
}

#compareBar.full-open {
    top: 0;
    position: fixed!important;
    z-index: 99999999999!important;
    width: 100%;
    bottom: unset;
    height: 100%;
}

#compareBar.full-open .compareHeader #compareFindDealer {
    display: flex;
}

#compareBar.full-open .compareBody {
    display: block;
    overflow-y: scroll;
    height: calc(100% - 64px);
    max-height: unset;
}

#compareBar.full-open .compareBody .model-compare-specs {
    display: block;
}

.promo-callout figure.wp-block-image {
    height: 100%;
}

.promo-callout figure.wp-block-image img {
    height: 100%;
    object-fit: cover;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get a Local Quote Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.local-quote-wrapper #wpsl-result-list ul li:not(:nth-child(-n+3)) {
    display: none;
}

.local-quote-wrapper #wpsl-result-list ul li:nth-child(3) {
    border-bottom: none!important;
}

.local-quote-wrapper #wpsl-result-list ul li .red-outline-btn {
    margin-top: 25px;
    display: inline-block;
    line-height: normal;
}

#wpsl-wrap.local-quote-wrapper {
    padding: 0 max(15px, calc(50vw - 600px));
    min-height: unset;
}

.local-quote-wrapper .wpsl-search {
    margin-bottom: 150px;
}

.local-quote-wrapper .wpsl-search .wpsl-input label {
    color: var(--grey-2);
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 5px;
}

.local-quote-wrapper .lower-cols-wrapper {
    display: flex;
    border-top: 2px solid var(--pj-red);
    padding-top: 40px;
    gap: 40px;
}

.local-quote-wrapper .lower-cols-wrapper #wpsl-result-list {
    height: unset;
    width: 50%;
}

.local-quote-wrapper .current-trailer-col h3 {
    text-transform: uppercase;
    text-align: center;
}

.local-quote-wrapper .current-trailer-col img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.local-quote-request-content {
    display: flex;
    padding: 40px max(15px, calc(50vw - 600px)) 0px;
    margin-bottom: 150px;
    gap: 150px;
    position: relative;
}

.local-quote-request-content hr {
    border-top: 2px solid var(--pj-red);
    margin: 0;
    position: absolute;
    top: 0;
    left: max(15px, calc(50vw - 600px));
    right: max(15px, calc(50vw - 600px));
}

.local-quote-request-content .dealer-info-col {
    width: 50%;
}

.local-quote-request-content .dealer-info-col .wpsl-store-location {
    position: relative;
    padding-top: 24px;
}

.local-quote-request-content .dealer-info-col .dealer-image {
    padding: 30px 0 50px;
}

.local-quote-request-content .dealer-info-col .dealer-image img {
    width: 100%;
    height: auto;
}

.local-quote-request-content .dealer-info-col h4 {
    margin: 25px 0 15px;
    text-transform: uppercase;
}

.local-quote-request-content .dealer-info-col .wpsl-contact-details {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.local-quote-request-content .dealer-info-col .wpsl-contact-details>span {
    display: inline-block;
}

.local-quote-request-content .dealer-info-col .wpsl-contact-details a {
    color: var(--pj-red);
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.local-quote-request-content .dealer-info-col .wpsl-contact-details a:hover {
    text-decoration: underline;
}

.local-quote-request-content .dealer-info-col .wpsl-direction-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    gap: 40px;
}

.local-quote-request-content .dealer-info-col .wpsl-direction-wrap a {
    width: calc(50% - 20px);
    white-space: nowrap;
    border: 2px solid var(--pj-red)!important;
    background-color: transparent;
    color: var(--pj-red);
    font-weight: 700;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: .1em;
    border-radius: 0;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.local-quote-request-content .dealer-info-col .wpsl-direction-wrap a:hover {
    color: white;
    background-color: var(--pj-red);
}

.local-quote-request-content .form-wrapper {
    width: 50%;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Truck Bed Pages Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.trailer-results-section .truck-bed-results {
    padding: 0 max(15px, calc(50vw - 700px));
}

.trailer-results-section .truck-bed-results .trailer-card-wrapper {
    width: 100%;
}

.trailer-card.truck-bed-card .card-spec-wrap .card-spec {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
}

.trailer-card.truck-bed-card .card-spec-wrap .card-spec span {
    margin-top: 0px;
    white-space: nowrap;
    min-width: 85px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ambassador Pages Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.left-angle-image {
    position: absolute;
    top: 0;
    right: calc(-50vw + 100% + 8px);
    bottom: 0;
    width: 50vw;
    height: 100%;
}

.left-angle-image img {
    clip-path: polygon(160px 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.right-angle-image {
    position: absolute;
    top: 0;
    left: calc(-50vw + 100% + 8px);
    bottom: 0;
    width: 50vw;
    height: 100%;
}

.right-angle-image img {
    clip-path: polygon(0 0, 100% 0, calc(100% - 160px) 100%, 0% 100%);
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
}

.post-hero-section .spotlight-video-btn {
    margin-top: 35px;
}

.spotlight-video-btn {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .85px;
    transition: all .3s ease-in-out;
}

.spotlight-video-btn:hover {
    color: var(--pj-red);
}

.spotlight-video-btn .icon-wrapper svg {
    width: 50px;
    height: 50px;
}

.spotlight-video-btn .icon-wrapper svg circle {
    fill: transparent;
    transition: all .3s ease-in-out;
}

.spotlight-video-btn:hover .icon-wrapper svg circle {
    fill: var(--pj-red);
}

.ambassador-socials {
    gap: 10px!important;
}

.ambassador-socials li {
    background-color: transparent!important;
    transform: unset!important;
}

.ambassador-socials li a {
    padding: 0!important;
}

.ambassador-socials li a svg {
    width: 25px!important;
    height: 25px!important;
    fill: black!important;
    transition: all .3s ease-in-out;
}

.ambassador-socials li a:hover svg {
    fill: var(--pj-red)!important;
}

.page-posts-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 50px 0;
}

.page-posts-section a {
    width: calc(50vw + 50px);
    display: block;
    position: relative;
}

.page-posts-section a img {
    width: 100%;
}

.page-posts-section a .link-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 11, 0.40) 0%, rgba(0, 0, 11, 0.40) 100%), linear-gradient(270deg, rgba(0, 0, 11, 0.40) 0%, rgba(0, 0, 11, 0.00) 92.39%);
}

.page-posts-section a .link-content-wrapper .h4-style {
    color: white;
    text-transform: uppercase;
}

.page-posts-section a .link-content-wrapper .direction-wrap {
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .85px;
    margin: 0;
    gap: 10px;
}

.page-posts-section a .link-content-wrapper .direction-wrap svg {
    width: 30px;
}

.page-posts-section a.prev-ambassador {
    clip-path: polygon(0 0, 100% 0, calc(100% - 160px) 100%, 0% 100%);
    margin-right: -50px;
}

.page-posts-section a.prev-ambassador .link-content-wrapper .direction-wrap svg {
    transform: rotate(180deg);
}

.page-posts-section a.next-ambassador {
    clip-path: polygon(160px 0, 100% 0%, 100% 100%, 0% 100%);
    margin-left: -50px;
}

.ambassador-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 65px 40px;
    justify-content: space-between;
}

.ambassador-list-wrapper>* {
    width: calc(33.333% - (80px / 3));
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Trailer Selector Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.starting-screen-bg {
    background-image: url('../trailer-selector-starting-bg.html');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#gform_1 #input_1_7 {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#gform_1 #input_1_7 .gchoice input {
    display: none;
}

#gform_1 #input_1_7 .gchoice label {
    opacity: 0.6;
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 3rem;
    padding: 0 3px;
    text-align: center;
    cursor: default;
    transition: all .3s ease-in-out;
}

#gform_1 #input_1_7 .gchoice:not(:first-child) {
    display: none;
}

#gform_1 #input_1_7 .gchoice label.step-finished:hover,
#gform_1 #input_1_7 .gchoice input:checked~label {
    color: var(--pj-red);
}

#gform_1 #input_1_7 .gchoice input:checked~label {
    cursor: default;
}

#gform_1 #input_1_7 .gchoice input[type="radio"]:checked+label,
#gform_1 #input_1_7 .gchoice label.step-finished {
    opacity: 1;
    cursor: pointer;
}

.form-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.trailer-selector-start-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.trailer-selector-start-wrapper p {
    text-align: center;
    max-width: 875px;
    margin: 0 auto 130px!important;
}

.trailer-selector-start-wrapper .pj-btn {
    margin: 0 auto;
    display: block;
    width: min-content;
    text-align: center;
}

#gform_1 .tab-content h2 {
    text-transform: uppercase;
    text-align: center;
    min-height: 130px;
}

#gform_1 .tab-content p {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

#gform_1 .tab-content .progress-bar {
    position: relative;
    overflow: visible;
    border-top: 2px solid var(--grey-2);
    margin: 15px min(-15px, calc(-50vw + 607.5px)) 30px;
}

#gform_1 .tab-content .progress-bar::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    background-color: var(--pj-red);
    position: absolute;
    top: -6px;
    left: 0;
    transition: all .6s ease-in-out;
}

#gform_1 .tab-content .progress-bar.one::after {
    width: calc(100% * (1/5));
}

#gform_1 .tab-content .progress-bar.two::after {
    width: calc(100% * (2/5));
}

#gform_1 .tab-content .progress-bar.three::after {
    width: calc(100% * (3/5));
}

#gform_1 .tab-content .progress-bar.four::after {
    width: calc(100% * (4/5));
}

#gform_1 .tab-content .progress-bar.five::after {
    width: calc(100% * (5/5));
}

#gform_1 .tab-content .trailer-card-wrapper {
    display: flex;
    gap: 40px;
}

#gform_1 .tab-content .trailer-card-wrapper .trailer-card .card-spec-wrap .card-spec {
    text-align: left;
    max-width: unset;
    margin: 0;
}

#gform_1 .navigation-buttons-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

#gform_1 .select2 {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 100%!important;
}

#gform_1 .select2-selection {
    padding: 10px 16px;
    border: none;
    border-radius: 0;
    background-color: var(--grey-3);
    color: white;
    font-weight: 300;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    height: auto;
    transition: all .3s ease-in-out;
}

#gform_1 .select2-selection .select2-selection__rendered {
    color: white;
}

#gform_1 .select2-selection .select2-selection__arrow b {
    display: none;
}

#gform_1 .select2-selection .select2-selection__arrow {
    height: unset;
    width: auto;
    top: 45%;
    right: 15px;
    transform: translateY(-60%);
}

#gform_1 .select2-selection .select2-selection__arrow::after {
    content: url('../svg/bt-caret-down-icon.svg');
    display: block;
    transform: scale(1.5);
}

#gform_1 .select2-dropdown {
    border: none;
    border-radius: 0;
    background-color: var(--grey-1);
    padding: 0;
}

#gform_1 .select2-results__options {
    max-height: unset!important;
}

#gform_1 .select2-dropdown li:not(:last-child) {
    border-bottom: 1px solid var(--grey-1);
}

#gform_1 .select2-dropdown li:first-child {
    display: none;
}

#gform_1 .select2-dropdown li {
    background: var(--grey-2);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    padding: 0;
    transition: all .3s ease-in-out;
}

#gform_1 .select2-dropdown li:hover {
    background: var(--grey-3);
    color: white;
}

#gform_1 .select2-dropdown li .basic-option {
    padding: 10px 40px 10px 230px;
    display: block;
}

#gform_1 .select2-dropdown li .image-dropdown-wrapper {
    display: flex;
    gap: 40px;
    padding: 20px 40px;
}

#gform_1 .select2-dropdown li .image-dropdown-wrapper img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

#gform_1 .select2-dropdown li .image-dropdown-wrapper .copy p:not(.title) {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: var(--grey-1);
}

#input_1_34,
#input_1_35 {
    gap: 0;
}

#input_1_34 .gchoice:not(:last-child),
#input_1_35 .gchoice:not(:last-child) {
    border-bottom: 1px solid var(--grey-1);
}

#input_1_34 .gchoice,
#input_1_35 .gchoice {
    background: var(--grey-2);
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 300;
    padding: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

#input_1_34 .gchoice:hover,
#input_1_35 .gchoice:hover {
    background: var(--grey-3);
    color: white;
    cursor: pointer;
}

#input_1_34 .gchoice input,
#input_1_35 .gchoice input {
    background-color: var(--grey-3);
    border: none;
    margin-left: 12px;
    width: 22.65px;
    position: relative;
    transition: all .3s ease-in-out;
}

#input_1_34 .gchoice:hover input,
#input_1_35 .gchoice:hover input {
    background-color: var(--grey-2);
}

#input_1_34 .gchoice input:checked::before,
#input_1_35 .gchoice input:checked::before {
    background-color: var(--pj-red);
    width: 22px;
    height: 22px;
}

#input_1_34 .gchoice label,
#input_1_35 .gchoice label {
    margin: 0;
    width: 100%;
}

#input_1_34 .gchoice .basic-option,
#input_1_35 .gchoice .basic-option {
    padding: 10px 40px 10px 230px;
    display: block;
    color: white;
    font-size: 2rem;
    line-height: 3rem;
}

#input_1_34 .gchoice .image-dropdown-wrapper,
#input_1_35 .gchoice .image-dropdown-wrapper {
    display: flex;
    gap: 40px;
    padding: 20px 40px;
}

#input_1_34 .gchoice .image-dropdown-wrapper img,
#input_1_35 .gchoice .image-dropdown-wrapper img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

#input_1_34 .gchoice .image-dropdown-wrapper .copy .title,
#input_1_35 .gchoice .image-dropdown-wrapper .copy .title {
    color: white;
    font-size: 2rem;
    line-height: 3rem;
}

#input_1_34 .gchoice .image-dropdown-wrapper .copy p:not(.title),
#input_1_35 .gchoice .image-dropdown-wrapper .copy p:not(.title) {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: var(--grey-1);
}

#field_1_24,
#field_1_26 {
    position: relative;
}

#field_1_24 .ginput_container,
#field_1_26 .ginput_container {
    position: relative;
}

#field_1_24 .gfield_description,
#field_1_26 .gfield_description {
    color: white;
    position: absolute;
    top: 40%;
    left: calc(50% + 5px);
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
}

#input_1_24,
#input_1_26 {
    background: var(--grey-3);
    color: white;
    text-align: right;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    padding: 0 55px;
}

#input_1_24::-webkit-inner-spin-button,
#input_1_26::-webkit-inner-spin-button {
    display: none;
}

#input_1_24::-webkit-textfield-decoration-container,
#input_1_26::-webkit-textfield-decoration-container {
    width: 50%;
}

#field_1_24 .button-minus,
#field_1_26 .button-minus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 2;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px 7px;
    font-size: 2.52rem;
    line-height: 1.4rem;
    min-height: unset;
    transition: all .3s ease-in-out;
}

#field_1_24 .button-plus,
#field_1_26 .button-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 2;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50px;
    padding: 8px;
    font-size: 2.52rem;
    line-height: 1.4rem;
    min-height: unset;
    transition: all .3s ease-in-out;
}

#field_1_24 .button-plus:hover,
#field_1_26 .button-plus:hover,
#field_1_24 .button-minus:hover,
#field_1_26 .button-minus:hover {
    color: var(--grey-3);
    background-color: white;
}

#field_1_21,
#field_1_31 {
    position: relative;
}

#field_1_21 label,
#field_1_31 label {
    font-weight: 400;
}

#field_1_21 #input_1_21,
#field_1_31 #input_1_31 {
    background: var(--grey-3);
    color: white;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    padding: 0 55px 0 10px;
}

#field_1_21 .ginput_container .gfield_description,
#field_1_31 .ginput_container .gfield_description {
    display: none;
}

#field_1_21 .gfield_description,
#field_1_31 .gfield_description {
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    position: absolute;
    right: 10px;
    bottom: 8px;
}

#field_1_21 #input_1_21::-webkit-inner-spin-button,
#field_1_31 #input_1_31::-webkit-inner-spin-button {
    display: none;
}

#field_1_28,
#field_1_32 {
    display: flex;
    align-items: flex-end;
}

#field_1_28 .gf-range-wrap,
#field_1_32 .gf-range-wrap {
    position: relative;
    width: 100%;
}

#field_1_28 .gf-range-wrap input,
#field_1_32 .gf-range-wrap input {
    border: 1px solid var(--grey-2);
    background: transparent;
    padding: 0 45px 0 30px;
}

#field_1_28 .gf-range-wrap input::-webkit-slider-runnable-track,
#field_1_32 .gf-range-wrap input::-webkit-slider-runnable-track {
    background: var(--grey-3);
}

#field_1_28 .gf-range-wrap input::-webkit-slider-thumb,
#field_1_32 .gf-range-wrap input::-webkit-slider-thumb {
    height: 40px;
    margin-top: -15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}

#field_1_28 .gf-range-wrap .custom-range-notes,
#field_1_32 .gf-range-wrap .custom-range-notes {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none;
}

#field_1_28 .gf-range-wrap .custom-range-notes span,
#field_1_32 .gf-range-wrap .custom-range-notes span {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    color: var(--grey-3);
}

#field_1_30 hr {
    margin: 110px 0;
}

#field_1_30 h4 {
    margin-bottom: 55px;
}

#gform_1 .tex-table-wrapper table thead tr th {
    border-color: var(--grey-1);
}

#gform_1 .tex-table-wrapper table thead tr th:not(:first-child) {
    text-align: center;
}

#gform_1 .tex-table-wrapper table tbody tr:nth-child(odd) td,
#gform_1 .tex-table-wrapper table tbody tr:nth-child(odd) th {
    background: var(--grey-1);
}

#gform_1 .tex-table-wrapper table tbody tr:nth-child(even) td,
#gform_1 .tex-table-wrapper table tbody tr:nth-child(even) th {
    background: #f2f2f2;
}

#gform_1 .tex-table-wrapper table tbody th {
    border-bottom: none;
    padding: 10px 7px;
}

#gform_1 .tex-table-wrapper table tbody td {
    text-align: center;
    border-bottom: none;
    border-left: 4px solid var(--grey-1);
    border-right: 4px solid var(--grey-1);
}


.warnings-section{
	padding:0 max(15px, calc(50vw - 750px));
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Promo Landing Page Fixing ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.callout-image-block{
	height:100%;
}
.callout-image-block img{
	height:100%;
	object-fit:cover;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mobile Fixes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media (max-width: 1430px) {
    /*main#content {
        padding-top: 77px;
    }
    .trailer-menu-wrapper {
        top: 77px;
    }
    body.promo-callout-enabled main#content {
        padding-top: 117px;
    }
    body.promo-callout-enabled .trailer-menu-wrapper {
        top: 117px;
    }
    #trailerDropdownModal,
    #searchModal {
        top: 77px;
    }
    body.promo-callout-enabled #trailerDropdownModal,
    body.promo-callout-enabled #searchModal {
        top: 117px;
    }*/
    #site-header .nav-col-right {
        width: calc(100vw - 302px);
    }
    #site-header .main-nav-wrapper ul.navbar-nav>li {
        margin: 0 8px;
    }
    #site-header .main-nav-wrapper .locate-a-dealer-link,
    #site-header .main-nav-wrapper .search-dropdown-btn {
        margin: 0 12px;
    }
    #wpsl-gmap {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    /*main#content {
        padding-top: 71px;
    }
    .trailer-menu-wrapper {
        top: 71px;
    }
    body.promo-callout-enabled main#content {
        padding-top: 111px;
    }
    body.promo-callout-enabled .trailer-menu-wrapper {
        top: 111px;
    }
    #trailerDropdownModal,
    #searchModal {
        top: 71px;
    }
    body.promo-callout-enabled #trailerDropdownModal,
    body.promo-callout-enabled #searchModal {
        top: 111px;
    }*/
    #site-header {
        display: none;
    }
	#site-header .main-nav-wrapper .phone-icon-link{
		display:flex;
    }
    #mobile-header {
        display: block;
        position: fixed;
        top: 0;
        background: white;
        width: 100%;
        z-index: 2000;
    }
    #mobile-header .mobile-nav-wrapper {
        display: flex;
        align-items: center;
    }
    #mobile-header .mobile-nav-wrapper .nav-col-left {
        padding: 28px 60px;
        background: var(--grey-3);
        clip-path: polygon(0 0, 100% 0%, calc(100% - 25px) 100%, 0% 100%);
    }
    #mobile-header .mobile-nav-wrapper .nav-col-left>a {
        display: block;
    }
    #mobile-header .mobile-nav-wrapper .nav-col-right {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding: 0 10px 0 0;
        gap: 40px;
    }
    #mobile-header .mobile-menu-btn {
        padding: 16px 5px;
        transform: scale(-1);
    }
    #mobile-header .mobile-menu-btn svg{
		width: 35px;
		height:auto;
	}
    #mobile-header .mobile-menu-btn svg line {
        stroke: var(--pj-red);
    }
    #mobile-header .locate-a-dealer-link {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    #mobile-header .locate-a-dealer-link svg {
        width: 20px;
        height: auto;
    }
    #mobile-header .locate-a-dealer-link svg path {
        fill: var(--pj-red);
    }
    #mobile-header .phone-icon-link {
        padding: 5px;
        display: flex;
        align-items: center;
    }
    #mobile-header .phone-icon-link svg {
        width: 25px;
        height: auto;
    }
    #mobile-header .phone-icon-link svg path {
        fill: var(--pj-red);
    }
    .mobile-modal {
        top: 71px;
        height: calc(100vh - 71px);
    }
    body.promo-callout-enabled .mobile-modal {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .mobile-modal .modal-dialog {
        position: absolute;
        margin: 0;
        width: 100vw;
        max-width: 600px;
        height: 100%;
        right: -1px;
    }
    .mobile-modal .modal-dialog .modal-content {
        border-radius: 0px;
        overflow-y: auto;
        height: 100%;
    }
    .mobile-modal .navbar-nav {
        width: 100%;
        padding: 25px;
    }
    .mobile-trailer-dropdown {
        cursor: pointer;
    }
    .mobile-modal .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
        color: black;
        text-decoration: none;
        font-family: 'Oswald', sans-serif;
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 400;
        text-transform: uppercase;
        padding: 5px 8px;
        margin: 20px 0 5px;
        transition: all .3s ease-in-out;
    }
    .mobile-modal .navbar-nav .nav-link svg {
        width: 25px;
    }
    .mobile-modal .navbar-nav .nav-link svg path {
        fill: var(--pj-red);
        transition: all .3s ease-in-out;
    }
    .mobile-modal .navbar-nav a.nav-link:hover {
        color: var(--pj-red);
    }
    .mobile-modal .navbar-nav .sub-menu {
        list-style-type: none;
        padding: 0;
    }
    .mobile-modal .navbar-nav .sub-menu .sub-link {
        color: black;
        font-family: 'Forza', sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
        text-decoration: none;
        font-weight: 500;
        transition: all .3s ease-in-out;
    }
    .mobile-modal .navbar-nav .sub-menu .sub-link:hover {
        text-decoration: underline;
    }
    .mobile-modal .modal-content hr {
        margin: 35px 25px;
        border-top: 2px solid var(--grey-1);
    }
    .mobile-modal .modal-content .product-quicklinks {
        padding: 0 25px;
    }
    .mobile-modal .modal-content .product-quicklinks a {
        display: flex;
        gap: 12px;
        align-items: center;
        font-size: 1.6rem;
        line-height: 3rem;
        transition: all .3s ease-in-out;
    }
    .mobile-modal .modal-content .product-quicklinks a:hover {
        text-decoration: underline;
    }
    .mobile-modal .modal-content .product-quicklinks a svg {
        width: 12px;
    }
    #mobileMenuModal .modal-content hr {
        margin-top: auto;
    }
    #mobileMenuModal .modal-content form {
        padding: 0 25px 35px;
        display: flex;
        align-items: center;
    }
    #mobileMenuModal .modal-content form button {
        border: none;
        background: transparent;
        padding: 5px;
    }
    #mobileMenuModal .modal-content form button svg path {
        stroke: var(--pj-red);
    }
    #mobileMenuModal .modal-content form input {
        border: none;
        font-size: 1.6rem;
        color: black;
        line-height: 3rem;
        width: 100%;
    }
    #mobileMenuModal .locate-a-dealer-link {
        display: flex;
        align-items: center;
        color: var(--pj-red);
        font-family: "Oswald", sans-serif;
        font-size: 1.6rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.032em;
        text-decoration: none;
        transition: all .3s ease-in-out;
        margin: 30px;
        width: min-content;
        cursor: pointer;
    }
    #mobileMenuModal .locate-a-dealer-link:hover {
        color: white;
    }
    #mobileMenuModal .locate-a-dealer-link .icon-wrapper {
        margin-right: 10px;
    }
    #mobileMenuModal .locate-a-dealer-link .icon-wrapper svg {
        margin-top: -1px;
    }
    #mobileMenuModal .locate-a-dealer-link .icon-wrapper svg path {
        fill: var(--pj-red);
        transition: all .3s ease-in-out;
    }
    #mobileMenuModal .locate-a-dealer-link:hover .icon-wrapper svg path {
        fill: white;
    }
    .subcategory-accordion-section .accordion .accordion-item .accordion-body .subcat-item,
    .subcategory-filter-buttons>a {
        width: calc((100% - 40px) / 2);
    }
    .trailer-results-section {
        padding: 0 15px;
        gap: 50px;
    }
    .trailer-results-section .filters-column {
        width: calc(33.333% - 25px);
    }
    .trailer-results-section .trailer-card-wrapper .trailer-card {
        width: calc((100% - 30px) / 2);
    }
    .trailer-menu-wrapper .anchors-wrapper,
    .trailer-menu-wrapper .brochure-btn {
        display: none;
    }
    .trailer-menu-wrapper .finance-btn {
        margin-left: auto;
    }
    .mobile-anchor-dropdown {
        display: flex;
        align-items: center;
    }
    .mobile-anchor-dropdown .dropdown-toggle {
        background: transparent!important;
        color: black!important;
        border: none;
        box-shadow: unset!important;
    }
    .mobile-anchor-dropdown .dropdown-menu {
        border: none;
        border-radius: 0px;
        background: white;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 3px;
        left: -15px!important;
    }
    .mobile-anchor-dropdown .dropdown-menu .dropdown-item {
        padding: 5px 15px;
        border: none;
        display: flex;
        justify-content: space-between;
    }
    .trailer-cat-modal {
        padding: 25px;
    }
    .trailer-cat-modal .mobile-close-link {
        display: flex;
        align-items: center;
        gap: 12px;
        color: black;
        font-size: 1.6rem;
        line-height: 3rem;
        border: none;
        margin-bottom: 30px;
        background: transparent;
        transition: all .3s ease-in-out;
    }
    .trailer-cat-modal .mobile-close-link:hover {
        color: var(--pj-red);
        text-decoration: underline;
    }
    .trailer-cat-modal .mobile-close-link .icon-wrapper svg {
        width: 12px;
        transform: rotate(180deg);
    }
    .trailer-cat-modal .pj-btn {
        text-align: center;
    }
    .trailer-cat-modal .trailer-thumb-card {
        display: flex;
        align-items: center;
        gap: 20px;
        color: black;
    }
    .trailer-cat-modal .trailer-thumb-card img {
        max-width: 170px;
        height: auto;
    }
    .trailer-cat-modal ul li:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 1080px) {
    .home-cat-row {
        width: calc(50vw - 30px);
        margin: 0!important;
        display: inline-block!important;
    }
    .home-cat-cols {
        flex-direction: column;
    }
    #footer .top-footer {
        flex-direction: column;
        gap: 50px;
    }
    #footer .top-footer .footer-form-wrapper {
        width: fit-content;
    }
    #footer .top-footer .left-wrapper {
        margin-bottom: 50px;
    }
    #footer .bottom-footer {
        flex-wrap: wrap;
    }
    #footer .bottom-footer .privacy-links,
    #footer .bottom-footer #copyright {
        order: 1;
    }
    #footer .bottom-footer .natm-logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 50px;
    }
    .trailer-results-section .filters-column {
        width: calc(40% - 25px);
    }
    .trailer-results-section .trailer-card-wrapper {
        width: calc(60% - 25px);
    }
    .trailer-results-section .trailer-card-wrapper .trailer-card {
        width: 100%;
    }
    #compareBar .compareHeader {
        flex-wrap: wrap;
    }
    #compareBar .compareHeader .dealer-btn,
    #compareBar .compareHeader .open-full-compare {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    #trailer-top-section .trailer-columns {
        flex-direction: column;
    }
    #trailer-top-section .trailer-columns>div {
        width: 100%;
    }
    .post-results-section .news-card-wrapper .news-card {
        width: calc(50% - (40px / 2));
    }
    .ambassador-list-wrapper>* {
        width: calc(50% - (40px / 2));
    }
    #trailer-features-section {
        height: auto;
    }
    #trailer-features-section .featured-slider-wrapper,
    #trailer-features-section .splide,
    #trailer-features-section .splide .splide__track {
        height: auto;
    }
    #trailer-features-section .splide .splide__slide {
        flex-direction: column;
    }
    .wpsl-search {
        margin-bottom: 100px;
    }
    .category-top-section {
        padding: 35vw max(15px, calc(50vw - 700px)) 100px;
    }
    .category-top-section>* {
        width: 70%;
    }
    .local-quote-request-content {
        flex-direction: column-reverse;
    }
    .local-quote-request-content .form-wrapper,
    .local-quote-request-content .dealer-info-col,
    .trailer-results-section .filters-column,
    .trailer-results-section .trailer-card-wrapper {
        width: 100%;
    }
    .trailer-results-section .columns-wrap {
        padding: 0;
        flex-direction: column;
        gap: 0;
    }
    .post-hero-section .post-hero-content {
        position: relative;
        background-color: var(--grey-3);
        padding: 20px;    
    }
}

@media (max-width: 950px) {
    #wpsl-gmap {
        width: 100%;
        margin-right: 0;
        float: unset;
        margin-bottom: 50px;
    }
    #wpsl-result-list {
        width: 100%;
        height: auto;
    }
    #wpsl-search-wrap .wpsl-input {
        margin-bottom: 0!important;
    }
    #wpsl-search-wrap form {
        gap: 20px;
        flex-wrap: wrap;
    }
    #wpsl-search-wrap .wpsl-input {
        margin: 0!important;
    }
    #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius {
        width: 100%;
        margin: 0;
    }
    #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius .wpsl-dropdown,
    .wpsl-select-wrap .wpsl-dropdown .wpsl-selected-item {
        width: 100%;
    }
    #wpsl-search-wrap .wpsl-select-wrap {
        width: auto!important;
    }
    .dealer-badges-wrapper {
        position: relative;
        margin: 20px 0;
    }
    .local-quote-wrapper .lower-cols-wrapper {
        flex-direction: column-reverse;
    }
    .local-quote-wrapper .lower-cols-wrapper #wpsl-result-list {
        width: 100%;
    }
    .dealer-store-section .top-columns {
        flex-direction: column;
    }
    .dealer-store-section .top-columns .dealer-info {
        width: 100%;
    }
    .dealer-store-section .top-columns .dealer-map-wrapper {
        margin: 0;
        height: 65vw;
    }
}

@media (max-width: 767px) {
    .wp-block-cover.hide-bg-mobile>img {
        display: none;
    }
    .wp-block-cover.hide-bg-mobile .wp-block-cover__background {
        background: var(--grey-3)!important;
        opacity: 1;
    }
    .mobile-50-tb {
        margin: 50px 0!important;
    }
    h1,
    .h1-style {
        font-size: 4.5rem;
        line-height: 5.5rem;
    }
    h2,
    .h2-style {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
    h3,
    .h3-style {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    h4,
    .h4-style {
        font-size: 2rem;
        line-height: 3rem;
    }
    h5,
    .h5-style {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }
    #mobile-header .mobile-nav-wrapper .nav-col-left>a>img {
        width: 100%;
        height: auto;
        max-width: 256px;
        min-width: 190px;
    }
    #mobile-header .mobile-nav-wrapper .nav-col-left {
        padding: 22px 35px 22px 10px;
    }
    #mobile-header .mobile-nav-wrapper .nav-col-right {
        gap: 10px;
    }
    main#content {
        padding-top: 61px;
    }
    .trailer-menu-wrapper {
        top: 61px;
    }
    body.promo-callout-enabled main#content {
        padding-top: 101px;
    }
    body.promo-callout-enabled .trailer-menu-wrapper {
        top: 101px;
    }
    #trailerDropdownModal,
    #searchModal {
        top: 61px;
    }
    body.promo-callout-enabled #trailerDropdownModal,
    body.promo-callout-enabled #searchModal {
        top: 101px;
    }
    .home-cat-row {
        width: 100%;
        display: block!important;
    }
    .home-trailer-cats-h2 {
        padding: 1vw 0;
    }
    .top-trailer-cats-row {
        padding-bottom: 40px!important;
    }
    #footer .top-footer {
        padding: 50px 15px;
    }
    #footer .top-footer .left-wrapper {
        gap: 20px;
    }
    #footer .bottom-footer {
        padding: 40px 15px;
    }
    #footer .bottom-footer #copyright {
        order: 1;
    }
    #footer .bottom-footer .social-links {
        width: 50%;
        margin-bottom: 25px;
    }
    #footer .bottom-footer .footer-logo {
        width: 50%;
        text-align: right;
        margin-bottom: 25px;
    }
    .home-tab-heading {
        margin-bottom: 50px!important;
    }
    .subcategory-accordion-section .accordion .accordion-item .accordion-body .subcat-item,
    .subcategory-filter-buttons>a {
        width: 100%;
    }
    .trailer-results-section {
        flex-direction: column;
    }
    .trailer-results-section .trailer-card-wrapper {
        gap: 30px;
    }
    #filterAccordions .accordion-button {
        padding: 7px 0;
    }
    #filterAccordions .accordion-button::after {
        top: 12px;
    }
    #filterAccordions .accordion-body .checkbox-group .custom-checkbox {
        margin: 5px 0;
    }
    .trailer-breadcrumbs {
        font-size: 1.2rem;
    }
    #trailer-top-section .trailer-columns {
        margin: 20px 0 50px;
        flex-direction: column;
		max-width:unset;
    }
    #trailer-top-section .trailer-columns h4 {
        margin-bottom: 30px;
    }
    #trailer-top-section .trailer-columns p {
        margin-bottom: 40px;
    }
    #trailer-gallery-section {
        padding: 30px 0;
        margin-bottom: 75px;
    }
    #trailer-gallery-section .main-carousel,
    #trailer-gallery-section .thumbnail-carousel {
        display: none;
    }
    #trailer-gallery-section .mobile-gallery-slider {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 105px;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__arrows button {
        border-radius: 50px;
        bottom: 12px;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__arrows button svg>path,
    #trailer-gallery-section .mobile-gallery-slider .splide__arrows button svg>g path {
        fill: var(--pj-red);
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__arrow--prev {
        bottom: 0;
        top: unset;
        left: 15px;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__arrow--next {
        bottom: 0;
        top: unset;
        left: 90px;
        right: unset;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__list li {
        margin-right: 30px;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__list li img {
        width: 100%;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__pagination {
        bottom: 50px;
        padding: 0;
        right: 15px;
        left: unset;
        justify-content: flex-end;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__pagination li button {
        border-radius: 0;
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background: transparent;
        border: 1px solid var(--grey-3);
        margin: 5px;
        opacity: 1;
        transition: all .3s ease-in-out;
    }
    #trailer-gallery-section .mobile-gallery-slider .splide__pagination li button.splide__pagination__page.is-active {
        transform: scale(1);
        background: var(--pj-red);
        border-color: var(--pj-red);
    }
    #trailer-tabs-section {
        padding: 0;
    }
    #trailer-tabs-section .tab-content .tab-pane {
        padding: 0;
        display: block;
        opacity: 1;
    }
    #trailer-tabs-section .tab-content .tab-pane:not(:first-of-type)>.accordion-header>button {
        border-top: 2px solid var(--grey-3)!important;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 0;
        font-family: 'Oswald', sans-serif;
        font-size: 2.5rem;
        line-height: 3.5rem;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--grey-3);
        background: var(--grey-1);
        padding: 25px 10px;
        justify-content: center;
        transition: all .3s ease-in-out;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button .icon-wrapper {
        position: absolute;
        right: 15px;
        transition: all .3s ease-in-out;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button .icon-wrapper svg {
        width: 15px;
        height: auto;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button .icon-wrapper svg path {
        fill: var(--grey-3);
        transition: all .3s ease-in-out;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button[aria-expanded="true"] .icon-wrapper {
        transform: rotate(180deg);
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button[aria-expanded="true"] .icon-wrapper svg path {
        fill: white;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button::after {
        display: none;
    }
    #trailer-tabs-section .tab-content .tab-pane>.accordion-header>button.accordion-button[aria-expanded="true"] {
        background: var(--pj-red);
        color: white;
    }
    #trailer-tabs-section .tab-content>.tab-pane>.accordion-collapse {
        padding: 50px 15px;
    }
    .similar-trailers-section {
        margin: 45px 0;
    }
    .similar-trailers-section h3 {
        margin-bottom: 45px;
    }
    .similar-trailers-section .trailer-card-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .similar-trailers-section .trailer-card-wrapper .trailer-card {
        width: 100%;
    }
    .search-results-section .result-card {
        flex-direction: column;
        padding: 0 10vw;
    }
    .search-results-section .result-card .img-wrapper {
        margin: 0 auto;
    }
    .article-3-col ul {
        flex-direction: column;
    }
    .article-3-col ul li {
        width: 100%!important;
    }
    .article-3-col ul li figure {
        width: 100%;
    }
    .manuals-filter-section {
        margin: 0;
    }
    .manuals-filter-section form,
    .maintenance-videos-filter-section form {
        flex-direction: column;
        gap: 10px;
    }
    .manuals-filter-section form>div,
    .maintenance-videos-filter-section form>div {
        width: 100%;
    }
    .manuals-results-section {
        margin: 0 0 100px;
    }
    .manuals-results-section .results-wrapper,
    .maintenance-videos-results-section .results-wrapper {
        gap: 30px 10px;
    }
    .manuals-results-section .results-wrapper .manual-card {
        width: calc(50% - 5px);
        max-width: unset;
    }
    .maintenance-videos-results-section .results-wrapper .maintenance-video-card {
        width: 100%;
        max-width: unset;
    }
    .video-modal .modal-dialog {
        margin: 0;
        max-width: unset;
    }
    .wp-block-buttons {
        flex-direction: column;
    }
    .list-columns {
        gap: 0!important;
    }
    .post-results-section .news-card-wrapper .news-card {
        width: 100%;
    }
    .wpsl-search {
        margin-bottom: 50px;
    }
    .tex-table-wrapper table thead th {
        font-size: 1.8rem;
    }
    .tex-table-wrapper table tbody th {
        font-size: 1.3rem;
    }
    .tex-table-wrapper table tbody td {
        font-size: 1.3rem;
        white-space: unset;
    }
    #trailer-specs-callout-section {
        padding: 50px 15px;
    }
    #trailer-specs-callout-section h6 {
        margin-bottom: 25px;
    }
    #trailer-specs-callout-section .card-spec-wrap {
        flex-direction: column;
    }
    #trailer-specs-callout-section .card-spec-wrap .card-spec {
        width: 100%;
        border-right: none;
        padding: 30px 15px;
    }
    #trailer-specs-callout-section .card-spec-wrap .card-spec:not(:last-child) {
        border-bottom: 2px solid var(--grey-1);
    }
    #trailer-features-section {
        margin: 50px 0;
    }
    .similar-trailers-section h3 {
        margin-bottom: 50px;
    }
    .category-top-section {
        padding: 55vw max(15px, calc(50vw - 700px)) 25px;
    }
    .category-top-section>* {
        width: 100%;
    }
    #trailer-top-section .trailer-columns h1 {
        font-size: 4.5rem;
        line-height: 5.5rem;
        margin-bottom: 10px;
    }
    #trailer-top-section .trailer-columns .trailer-cta-wrapper {
        width: 100%;
    }
    #trailer-top-section .trailer-columns .trailer-cta-wrapper>a {
        justify-content: center;
    }
    .trailer-results-section .category-description {
        padding: 50px max(15px, calc(50vw - 500px))
    }
    .hero-cover {
        padding-bottom: 50px!important;
        padding-top: 70vw!important;
    }
    #wpsl-stores {
        padding-right: 0;
    }
    .dealer-tags-wrapper {
        position: unset;
    }
    .ambassador-list-wrapper>* {
        width: 100%;
    }
	.single-trailers #compareBar,
	.trailer-menu-wrapper .compare-btn{
		display:none;
	}
	#trailerPageStickyFooter{
		padding: 15px 35px;
    	background: white;
		position: sticky!important;
    	bottom: 0px;
		z-index:99;
	}
	#trailerPageStickyFooter .pj-btn{
		display: flex;
    	align-items: center;
    	justify-content: center;
    	gap: 15px;
	}
	#trailerPageStickyFooter .dealer-locator-btn svg path {
		fill: white;
		transition: all .3s ease-in-out;
	}

	#trailerPageStickyFooter .dealer-locator-btn:hover svg path {
		fill: var(--grey-3);
    }
    .post-content-section{
        padding: 50px 15px;
    }
    .similar-posts-section .news-card-wrapper{
        flex-direction: column;
    }
    .similar-posts-section .news-card-wrapper .news-card{
        width: 100%;
    }
}