/* input(607,25): run-time error CSS1046: Expect comma, found '225'
input(607,32): run-time error CSS1046: Expect comma, found ')'
input(608,31): run-time error CSS1046: Expect comma, found '225'
input(608,38): run-time error CSS1046: Expect comma, found ')' */
body {
    --leftpad: 35px;
    --totalwidth: 1000px;
    --by3width: 255px;
    --by3pad: 40px;
}

img {
    max-width: 100%;
}

.grid-wrapper {
    display: grid;
}

.newequipment {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: black;
    font-weight: 400;
}

.newequipment a:hover {
    text-decoration: none;
}

.hero {
    display: grid;
    place-content: left;
    text-align: left;
    padding: 4rem 1rem 1rem 1rem;
}

@media screen and (min-width:500px) {
    .hero {
        padding-top: 8rem !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}

.hero p {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
}

.hero h1 {
    color:white;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
}

.newequipment .hero {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.newequipment h3 {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: black;
    font-size: 1.25em;
    font-weight: 200;
    margin-bottom: .5em;
}

a.button {
    text-decoration: none;
    display: inline-block;
    padding: .3rem 2rem;
    transition: .3s;
    border-radius: 20px;
}

button.button {
    text-decoration: none;
    display: inline-block;
    padding: .3rem 2rem;
    transition: .3s;
    border-radius: 20px;
}

button.button-sm {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .025rem;
    text-decoration: none;
    display: inline-block;
    padding: .15rem 1rem;
    transition: .3s;
    border-radius: 20px;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    text-align: center;
    margin-top: .5rem;
    text-decoration: none;
    display: inline-block;
    padding: .15rem 1rem;
    transition: .3s;
    border-radius: 20px;
}
    .btn-secondary:hover {
        background: #212121;        
    }

.btn-primary {
    background: #D81921;
    color: white;
}

    .btn-primary:hover {
        background: #8a171d;
        color: white;
        transform: scale(1.01);
    }


.ne-tile {
    margin-left: 25px;
    display: inline-block;
    width: 260px;
    height: 325px;
    border-radius: 1em;
    border: 2px solid #6c757d;
}

    .ne-tile:hover {
        transform: scale(1.025);
        opacity: .85;
        cursor: pointer;
        transition: transform .3s;
    }
    .ne-tile.nohover:hover {
        transform: scale(1) !important;
        opacity: 1 !important;
        cursor: default !important;
    }

.brand-tile {
    background-size: cover;
}

.category-tile {
    background-size: cover;
    /*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.8)), to(rgba(0,0,0,1)));*/
    /*background: linear-gradient(rgba(220, 220, 220, 0.2), rgba(0, 0, 0, 0.5)) !important*/
}

    .category-tile p {
        margin-top: 255px;
        text-align: center;
        color: white;
        min-height:4rem;       
        background-color: rgba(0, 0, 0, 0.35);
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .05rem;
    }

    .active.category-tile p {
        background-color:black;
    }

.brand-cat-tile {
    background-size: contain;
    background-repeat:no-repeat;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.8)), to(rgba(0,0,0,1)));
}

    .brand-cat-tile:hover {
        opacity: .95 !important;
    }

    .brand-cat-tile p.text {
        margin-left:10px;
        margin-top:0px;
        text-align: left;
        color: #717171;
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: .005rem;
    }

    .brand-cat-tile p.title {
        margin-top: 260px;
        margin-bottom: 0px;
        margin-left: 10px;
        text-align: left;
        color: white;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .05rem;
    }

.model-tile {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.9)), to(rgba(0,0,0,1)));
}

    .model-tile:hover {
        opacity: .95 !important;
    }

    .model-tile p.text {
        margin-left: 25px;
        text-align: left;
        color: black;
        font-size: .85rem;
        font-weight: 600;
        margin-bottom:5px;
        letter-spacing: .005rem;
    }

    .model-tile p.title {
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 25px;
        text-align: left;
        color: black;
        font-size: 1.25rem;
        font-weight: 800;
        letter-spacing: .005rem;
    }


.promo-tile {
    background-size: cover;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,.80)));
}

    .promo-tile p.title {
        margin-top: 50px;
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: .05rem;
    }

    .promo-tile p.text {
        margin-top: 15px;
        text-align: center;
        font-size: .8rem;
        font-weight: 700;
        letter-spacing: .005rem;
    }

    .promo-tile img {
        margin-top: 35px;
        display: block;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }

.promo-link {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0.5rem;
}

.black-tile {
    color: white;
    background-color:black !important;
    background-size: cover;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.85)), to(rgba(0,0,0,.8)));
}

    .black-tile p.title {
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
        font-size: 1rem;
        font-weight: 200;
        letter-spacing: .005rem;
    }

    .black-tile p.text {
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
        font-size: .8rem;
        font-weight: 200;
        letter-spacing: .05rem;
    }


.email:before {
    content: " \f0e0";
}

.download:before {
    content: " \f019"
}

.left-pad {
    margin-left: 30px;
}

.sq-tile {
    display: inline-block;
    width: var(--by3width);
    height: 325px;
    border: 2px solid lightgrey;
    background-color: white;
}

.promo-model-tile {
    display: inline-block;
    width: var(--by3width);
    height: 325px;
    border: 2px solid lightgrey;
    background-color: white;
}

@media screen and (min-width:500px) {
    .sq-tile {
        margin-right: var(--by3pad);
    }
}

    .sq-tile:hover {
        transform: scale(1.025);
        opacity: .85;
        cursor: pointer;
    }

    .sq-tile.nohover:hover {
        transform: scale(1) !important;
        opacity: 1 !important;
        cursor: default !important;
    }

.ne-tile-body {
    height:110px;
    text-overflow: ellipsis;
    overflow:hidden;
}

.video-placeholder {
    margin-left: 25px;
    display: inline-block;
    width: 275px;
    height: 0px;
}
.video-tile {
    margin-left: var(--leftpad);
    margin-right: var(--leftpad);
    display: inline-block;
    width: var(--by3width);
    height: 230px;
    border-radius: .75em;
    background-color: white;
    color: black;
    border: 2px solid #6c757d;
}
    .video-tile p {
        margin-top:100px;
        color:white;
        font-size: .7rem;
        font-weight: 300;
        letter-spacing: .025rem;
    }
    .video-tile h4 {
        color: white;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: .025rem;
    }

    .video-tile:hover {
        transform: scale(1.025);
        opacity: .85;
        cursor: pointer;
    }

    .video-tile.nohover:hover {
        transform: scale(1) !important;
        opacity: 1 !important;
        cursor: default !important;
    }
.video-title {
    color:black;
    font-weight:500;
}
.video-title-scroll {
    width: 225px;
    display: inline-block; /* important */
    white-space: nowrap;
    overflow: hidden;
}
    /* when not hovering show ellipsis */
    .video-title-scroll:not(:hover) {
        text-overflow: ellipsis;
    }

    /* animate on either hover or focus */
    .video-title-scroll:hover > span,
    .video-title-scroll:focus > span {
        display: inline-block;
        animation: scroll-text 5s ease 0s 2 normal;
    }

/* define the animation */
@keyframes scroll-text {
    0% {
        transform: translateX(0%);
    }

    90% {
        transform: translateX(-100%);
    }

    95% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(0%);
    }
}


.red-row {
    background-image: -webkit-linear-gradient(#e51c24, #d81921 6%, #ca171f);
    background-image: -o-linear-gradient(#e51c24, #d81921 6%, #ca171f);
    background-image: linear-gradient(#e51c24, #d81921 6%, #ca171f);
    color: white;
    font-weight: 600;
}

.scroll-right {
    overflow-x:scroll;
    overflow-y:hidden;
}

.auto-width {
    height: var(--totalwidth);
}
.center-col {
    max-width: var(--totalwidth);
    margin: 0 auto;
}
    .center-col.no-tiles {
        max-width: calc(var(--totalwidth) - var(--leftpad) - var(--leftpad) )
    }

.brand-ku {
    background-color: #dc4405;
    border-color: #dc4405;
}
    .brand-ku p.title {
        color:white;
    }
    .brand-ku p.text {
        color:black;
    }

.brand-nh {
    background-color: #1e5799;
    border-color: #1e5799;
}

.brand-nh p.title {
    color: white;
}

.brand-nh p.text {
    color: yellow;
}

.media-element-ne {
    padding: var(--spacer);
    border: 2px solid lightgrey;
}

.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1em;
}

    .snaps-inline > * {
        scroll-snap-align:start;
    }

.alt-tile {
    width: var(--by3width);
    height: 275px;
}
    .alt-tile p.text {
        margin-left: 10px;
        margin-top: 0px;
        text-align: left;
        color: #717171;
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: .005rem;
    }

    .alt-tile p.title {
        margin-top: 135px;
        margin-bottom: 0px;
        margin-left: 10px;
        text-align: left;
        color: black;
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: .005rem;
    }
/*.cover {
    padding: 0px 30px;
    position: relative;
}

.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.lSSlideOuter .lSPager.lSGallery li {
    max-height: 75px;
}

.lSSlideOuter .lSPager.lSGallery img {
    transform: translateY(calc(-25% + 15px));
}

lSPager:before {
    content: 'Click on image to zoom in'
}

lSSlideWrapper:after {
    content: 'Click on image to zoom in'
}

.slideControls {
    position: absolute;
    width: 100%;
    top: 200px;
    left: 0;
    font-size: xx-large;
}
    .slideControls > i {
        font-size: 30px;
        color:#777777;
    }

    .slideControls > .slideNext {
        right: 0;
        position: absolute;
        cursor: pointer;
        color: #777777;
    }

    .slideControls > .slidePrev {
        left: 0;
        position: absolute;
        cursor: pointer;
        color: #777777;
    }
.gallery-container {
    padding: 0px, 50px;
}
.carousel2 {
  padding: 15px 50px;
  position: relative;  
}

    .carousel2 > img {
        width: 100%;
    }

    .carousel2 > .slide {
        padding: 20px;
        text-align: center;
        height: 50px;
    }

    .carousel2 > div > .one {
        background: #ac5253;
    }
    .carousel2 > div > .two {
        background: #ac5253;
    }

.circle {
    border-radius: 50%;
    padding: .1em;
    background: rgb(225 225 225);
    border: 3px solid rgb(225 225 225);
    color: #000;
    text-align: center;
}

.price-range > .retail {
    color: gray;
    font-weight: 400;
    font-size: smaller
}

.price-range-box {
    color: #32cd32;
    background-color: rgba(0,0,0,0.75);
    border-radius: 0.25em;
    padding: 0.25em;
    text-align: center;
    font-weight: 500;
    min-width: 150px;
}

.price-range-box > .retail {
    color:lightgray;
    font-weight:400;
    font-size:smaller
}

.price-range-multi {
    color: black;
    font-weight: 700;
    margin-top:0px;
    margin-left: 25px;
    font-size: 1em;
    line-height: 0.95em;
}

    .price-range-multi > .retail {
        font-weight: 400;
        font-size: .75em
    }

