﻿/* + AMDG JMJ + */

/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

a {
    transition: all 0.5s ease;
}

/*
font-family: brandon-grotesque, sans-serif;
font-family: henriette, sans-serif;
*/


/*-------- COLORS --------*/

/***** END RESET *****/
::-moz-selection {
    background: #080A09;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #080A09;
    color: #FFFFFF;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.imgWidth {
    width: 100%;
}

/*-------- BODY STYLES --------*/

body * {
    font-family: brandon-grotesque, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: henriette, sans-serif;
}

h2 {
    font-size: 28px;
}

h1 {

    font-weight: normal;

    font-size: 48px;

    font-size: clamp(37.5px, 2.5VW, 48px) !important;

    /* text-transform: uppercase; */

    /* line-height: 48px; */

    color: #FFFFFF;
}

.container h1 {
    font-size: inherit !important
}

p,
ul {
    font-size: 18px;
    /* font-size: max(15px, 0.91VW) !important; */
    color: #060606;
}

section.boxedArea.blackArea.bottomArea p {
    color: #FFFFFF;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

.slick-slide a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}


hr {
    border: #080A09 1px solid;
}

.wrapper1 {
    max-width: 1345px;
    max-width: max(1345px, 70.05208333333334VW);
    /* width: 100%; */
    margin: 0 auto;
    padding: 0 35px;
}

.vidArea .wrapper1 {
    padding: 0;
}

.wrapper1.brands {
    padding: 0 65px;
}

.wrapper1 .box {
    height: 600px;
    height: max(469px, 31.25VW);
    width: 100%;
    background: #F2F2F2;
    padding: 60px 75px;
    padding: 70px 60px;
    position: relative;
    box-sizing: border-box;
}

.otherPage .wrapper1 .box {
    height: auto;
}

.blackArea .box {
    /* padding-top: 3.125VW !important; */
}

.wrapper1 .box.sharedBG {
    padding: 0 !important;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(/siteart/sharedBG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrapper1 .box.sharedBG {
    background: none !important;
}

.box.sharedBG .text-content div {
    padding: 0 127px;
    padding: 0 6.014583VW;
}

.box.sharedBG .text-content div {
    width: 50%;
    height: 612px;
    height: 31.875VW;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box.sharedBG .text-content div p {}

.box.sharedBG .text-content div:nth-of-type(1) {
    border-right: 1.1458333333333333VW solid #FFFFFF;
}

.box.sharedBG .text-content div:nth-of-type(2) {
    border-left: 22px solid #FFFFFF;
    border-left: 1.1458333333333333VW solid #FFFFFF;
}

.blackArea .box {
    background: #D8D8D8;
    text-align: center;
    color: #FFFFFF;
    height: auto;
}

.secMargin {
    /* margin-top: 42px; */
    /* margin-top: 2.1875VW; */
    text-align: left !important;
}

.headPhoto {
    margin-top: -180px;
    margin-top: -6.375VW;
    float: right;
    padding-left: 50px;
    padding-bottom: 30px;
    max-width: 500px;
    width: 100%;
    z-index: 9999;
    position: relative;
}

.headPhoto .shadow {
    box-shadow: 20px 20px 50px rgba(39, 39, 39, 0.42);
}

.otherSide {
    text-align: left;
    padding: 45px;
    background: #cdcdcd;
    color: #2e2c2c;
    box-shadow: 20px 20px 50px rgb(39 39 39 / 10%);
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row.flexLists {
    display: flex;
    width: 100%;
    max-width: 550px;
    justify-content: space-between;
}

.row.flexLists ul {
    padding-left: 16px;
}

.altCol-xs-4,
.altCol-xs-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.altCol-xs-4,
.altCol-xs-8 {
    float: left;
}

.altCol-xs-8 {
    width: 82.666667%;
}

.altCol-xs-4 {
    width: 17.333333%;
}

.altRow {
    display: flex;
}

.altRow:after,
.altRow:before {
    display: table;
    content: " ";
}

.altRow:after {
    clear: both;
}

/*! CSS Used from: Embedded */
::-webkit-input-placeholder {
    text-transform: uppercase;
}

::-moz-placeholder {
    text-transform: uppercase;
}

:-ms-input-placeholder {
    text-transform: uppercase;
}

:-moz-placeholder {
    text-transform: uppercase;
}

.headPhoto iframe {
    /* box-shadow: 0px 20px 50px rgba(204, 204, 204, 0.22); */
    margin-bottom: -7px;
}

.boxedArea {
    padding: 160px 0;
    padding: 6vw 0;
}

.freeText h2 {
    color: #b60909;
}

.otherPage main .whiteArea.boxedArea.excp {
    padding-top: 8.333333333333332VW !important;
}

section.boxedArea.whiteArea.bottomPadding {}

.firstSec {
    padding: 65px 0 0px;
}

.bottomStuff {
    padding: 100px 0 !important;
    margin-top: -50px !important;
    /* position: relative; */
    /* z-index: -1; */
}

.firstSec {
    background: #EEEEEE;
    margin-top: -8px;
}

section.boxedArea.blackArea {
    padding-top: 280px;
    padding-top: 9vw;
}

section.boxedArea.whiteArea.excp {
    padding-top: 0 !important;
}

section.boxedArea.blackArea {
    background: #EEEEEE;
    margin-top: -8px;
}

section.boxedArea.blackArea.vidArea.altPages {
    padding-top: 6vw;
}

section.boxedArea.blackArea.vidArea a {
    color: #b60909;
}

section.boxedArea.blackArea.bottomArea {
    background: #303030;
    padding: 60px 0 !important;
    padding: max(20px, 4.125VW) 0 !important;
    margin-top: -35px;
}

section.boxedArea.blackArea.bottomArea {}

section.boxedArea.blackArea.bottomArea .wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.boxedArea.blackArea.bottomArea .wrapper2 .rightText {
    position: relative;
}

section.boxedArea.blackArea.bottomArea .wrapper2 .rightText,
section.boxedArea.blackArea.bottomArea .wrapper2 .rightText * {
    transition: all 0.2s;
}

.rightText.fullWidthContainer {}

.rightText.fullWidthContainer:hover a.fullWidthRed h1 {
    background: black;
}

.fullWidthContainer {
    width: 100%;
    text-align: center;
}

a.fullWidthRed h1 {
    background: #B60909;
    padding: 20px;
}

.negativeMargin {
    /* margin-top: -120px; */
    /* margin-top: -7.25VW; */
    box-shadow: 20px 20px 50px rgba(39, 39, 39, 0.42);
    height: fit-content;
    width: 100%;
}

.bgText h1 {
    font-weight: bold;
    font-size: 100px;
    font-size: max(78px, 5.208333333333334VW) !important;
    text-align: left;
    color: rgba(255, 255, 255, .50);
}

.blackArea .bgText h1 {
    color: rgba(51, 51, 51, .70);
    font-size: 89px !important;
    font-size: max(78px, 4.635416666666667VW) !important;
    text-align: center;
}

.blackArea .bgText h1 {}

.bgText {
    position: absolute;
    z-index: 0;
    padding-left: 15px;
}

.blackArea .bgText {
    padding-left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
}

.blackArea.bottomArea .bgText {
    width: auto;
    margin-left: 153px;
    margin-left: 7.968749999999999VW;
}

section.boxedArea.blackArea.bottomArea .wrapper2 h1:not(.exception) {}

.split {
    display: flex;
}

.whiteArea .split {
    justify-content: space-around;
}

section.boxedArea.blackArea.bottomArea .wrapper2 p {
    padding-left: 2.0625VW;
}

.whiteArea .text-content {
    width: 875px;
    width: max(689px, 45.572917VW) !important;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.whiteArea .text-content img {
    width: 100%;
}

.whiteArea .text-content .split img {
    width: auto;
    max-width: clamp(190px, 13.020833333333334VW, 250px);
}

.otherPage .whiteArea .text-content {
    width: 100% !important;
}

.otherPage.contact .whiteArea .text-content {
    width: auto !important;
    display: block;
}

.whiteArea .sharedBG .text-content {
    width: 100% !important;
    align-items: center;
    text-align: center;
}

.whiteArea .sharedBG .text-content h1 a {
    color: #FFFFFF;
}

.whiteArea .sharedBG .text-content p {
    color: #FFFFFF;
}

.unit-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.otherPage .unit-image-wrapper {
    display: none;
}

.unit-image {
    width: 100%;
    /* height: 600px; */
    height: 31.25VW;
    /* background-size: 1262px 580px; */
    background-repeat: no-repeat;
    background-image: url(/siteart/collage.png);
    z-index: 1;
    position: absolute;
    /* border: 0; */
    margin: 0;
    padding: 0;
    /* left: calc(50% + 0px); */
    /* right: auto; */
    /* bottom: 0px; */
    /* top: auto; */
    /* -webkit-transform: translatex(-50%); */
    /* transform: translatex(-50%); */
    background-position: left 360px bottom 170px;
    background-position: left 18.75VW bottom 8.854166666666668VW;
    background-size: 79.84375VW 25.833333333333336VW;
}

.boxedArea h1 {
    position: relative;
}

.boxedArea p {
    position: relative;
}

.img-responsive {
    max-width: 660px;
    width: 100%;
}

.brands {
    margin: max(20px, 4.6875VW) auto;
}

.wrapper3 {
    max-width: 862px;
    margin: 0 auto;
}

header img {
    /* width: 179px; */
    /* width: max(140px, 9.322916666666666VW); */
}

/*
*/

/*--- HEADER STYLES ---------------------*/
/*.notInventory {*/
header {
    padding: 30px 0;
    padding: 1.0625VW 0;
    box-shadow: 0px 20px 50px rgba(204, 204, 204, .22);
}

.topBar {
    background: #080A09;
}

.topBar * {
    color: #dddddd;
    font-size: 22px;
    font-size: max(17px, 1.1458333333333333VW);
}

.topBar .wrapper2 div,
.topBar .wrapper2 div * {
    text-transform: uppercase;
    font-size: 18px;
    font-size: max(14px, 0.9375VW);
}

.topBar .wrapper2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 12px 0; */
    padding-top: 0.625VW;
    padding-bottom: 0.625VW;
}

.topBar .wrapper2 div a {
    color: #dddddd !important;
}

.wrapper2 {
    max-width: 1799px;
    max-width: max(1080px, 55.697917VW);
    margin: 0 auto;
    padding: 25px 35px 0;
}

.wrapper1 .wrapper2 {
    padding-left: 0;
    padding-right: 0;
}

.wrapper2.featuredStuff {
    z-index: 1;
    position: relative;
    pointer-events: none;
}

header .wrapper1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*}*/


/*---BODY--------------------------------*/
/*.notInventory {*/
.hero {
    position: relative;
}

.slideContainer {
    position: relative;
}

.overlay {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, .45);
    padding: 50px 0;
    padding: max(39px, 2.604166666666667VW) 0;
}

.overlay .wrapper3 {
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
}

.overlay .wrapper3 div {
    width: 49%;
    text-align: center;
}

.leftBtns {
    display: flex;
    flex-direction: column;
}

.rightBtn {
    display: flex;
}

.rightBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
}

.overlay .wrapper3 a {
    width: 100%;
    background: #080A09;
    color: #B60909;
    font-weight: 600;
    padding: 10px 0;
    padding: 0.5208333333333333VW 0;
    font-size: 27px;
    font-size: max(21px, 1.40625VW);
    text-transform: uppercase;
}

.blkBtn {
    width: 100%;
    background: #080A09;
    color: #B60909;
    font-weight: 600;
    padding: 10px 0;
    padding: 0.5208333333333333VW 0;
    font-size: 27px;
    font-size: max(21px, 1.40625VW);
    text-transform: uppercase;
}

a.blkBtn.bottomBtn {
    position: absolute;
    width: max(285px, 19.010416666666664VW);
    margin-top: -30px;
    background: #F2F2F2;
    text-align: center;
    right: 55px;
}

a.blkBtn.bottomBtn:hover {
    background: #080A09 !important;
}

.overlay .wrapper3 a:hover {
    background: #FFFFFF;
    color: #080A09 !important
}

.overlay .wrapper3 .leftBtns a:nth-of-type(1) {
    margin-bottom: 10px !important;
}

.overlay {}

/*}*/

/*--------BUTTON STYLES--------------------*/
/*.notInventory {*/
.borrowedFromAg div,
.borrowedFromAg a {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.borrowedFromAg ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.borrowedFromAg a {
    text-decoration: none !important;
}

.borrowedFromAg a:hover {
    text-decoration: underline;
}

.borrowedFromAg .showroom a {
    font-size: calc(1rem + ((0.75vw - 9.68px) * 2.1701));
    color: white;
}

@media only screen and (min-width: 1920px) {
    .borrowedFromAg .showroom a {
        font-size: 26.2429px !important;
    }
}

.borrowedFromAg #logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.borrowedFromAg .logos2 {
    justify-content: center;
}

.borrowedFromAg .showroom a {
    min-width: 310px;
    height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    color: white;
    background-position: center !important;
    background-size: cover !important;
    transition: all 0.2s;
    text-align: center;
    font-family: henriette, sans-serif;
    text-transform: uppercase;
}

.bottomStuff .borrowedFromAg .showroom a {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    min-width: 300px;
    height: 110px;
}

.borrowedFromAg .showroom a:hover {
    transition: all 0.2s;
    transform: scale(1.07);
    text-shadow: 0 0 15px black;
    -webkit-transform: translateZ(2);
}

.borrowedFromAg div {
    color: white;
}

@media only screen and (max-width: 767px) {

    .firstSec {

        padding: 10px !important;
    }

    .borrowedFromAg .showroom a {
        height: 160px;
        min-width: 230px;
    }
}

@media only screen and (max-width: 1300px) {

    .marginTopStuff {
        margin-top: 35px;
    }

    .altPages .marginTopStuff {
        margin-top: 0 !important;
        margin-bottom: 55px;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .altPages .text-content {
        flex-direction: column-reverse;
    }

    .headPhoto {
        padding: 0;
        margin-top: 0;
        position: static;
        float: none;
    }

    .img-responsive {
        margin: 0 auto;
        display: block;
    }

    /*! CSS Used fontfaces */
    .borrowedFromAg .showroom a {
        font-size: 17px !important;
    }
}

/*}*/
.negativeMargin {
    /*! CSS Used from: http://highwayequipmentsales.com.hdev/css/style.css?v=1 */
}

.negativeMargin ::-webkit-scrollbar {
    width: 20px;
}

.negativeMargin ::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #D0D0D0;
}

.negativeMargin ::-webkit-scrollbar-thumb {
    background: #F7FBFF;
    border: 1px solid #3f9fff;
    border-radius: 50px;
    transition: 0.3s ease;
}

.negativeMargin a {
    text-decoration: none;
    font-weight: 300;
    transition: 0.3s ease;
}

.negativeMargin i {
    transition: 0.3s ease;
}

.negativeMargin .search-wrapper {
    /* position: absolute; */
    bottom: -7vw;
    left: 10%;
    right: 10%;
    z-index: 20;
    width: 100%;
}

.negativeMargin .search-section {
    background: #D8D8D8;
    padding: 45px 50px 42px 50px;
    box-shadow: 0px 0px 50px rgba(39, 39, 39, 0.25);
    text-align: left !important;
    position: relative;
}

.negativeMargin .quick-search {
    margin: 0 auto;
    width: 100%;
}

.negativeMargin .submit-line {
    width: 95%;
    background: #CDCDCD;
    border: 0px !important;
    padding: 20px;
    border-radius: 3px;
    color: #474747 !important;
}

.negativeMargin input:focus {
    outline: none !important;
}

.negativeMargin .btn-success {
    background: transparent !important;
    border: none !important;
}

.negativeMargin .btn-success i {
    font-size: 21px;
    background: #A2A2A2;
    /* border-radius: 50px; */
    padding: 21px 23px;
    position: absolute;
    bottom: 47px;
    right: 3%;
    left: auto;
    color: #060606;
    cursor: pointer;
    transition: 0.3s ease;
}

.negativeMargin .btn-success i:hover {
    background: #303030;
    color: #d8d8d8;
}

.negativeMargin .icon-section {
    margin: 0 30px 30px 0;
    text-align: right !important;
}

.negativeMargin .icon-section i {
    font-size: 17px;
    border: 1px solid #3f9fff;
    border-radius: 50px;
    color: #3f9fff;
}

.negativeMargin .icon-section i:hover {
    border: 1px solid #88C3FF;
    color: #88C3FF;
}

.negativeMargin .phone-icon {
    margin-right: 5px;
    padding: 10px 13px;
}

.negativeMargin .mail-icon {
    padding: 10px;
}

@media screen and (max-width: 1550px) {
    .negativeMargin .search-wrapper {
        left: 5%;
        right: 5%;
    }
}

@media screen and (max-width: 767px) {

    /*! CSS Used from: http://highwayequipmentsales.com.hdev/css/form.css?v=1 */
    .negativeMargin .search-section {
        padding: 20px 15px 15px 15px;
    }

    a.fullWidthRed h1 {
        font-size: 25px !important;
    }

    .negativeMargin .search-wrapper {
        bottom: -9vw;
    }

    .negativeMargin .submit-line {
        padding: 10px;
        width: 92%;
    }

    .negativeMargin .btn-success i {
        font-size: 22px;
        padding: 10px 12px;
        bottom: 20px;
    }

    .negativeMargin .icon-section {
        margin: 0 15px 10px 0;
    }
}

.negativeMargin input::placeholder {
    color: #474747 !important;
    opacity: 1;
}

.negativeMargin input:-ms-input-placeholder {
    color: #474747 !important;
}

.negativeMargin input::-ms-input-placeholder {
    color: #474747 !important;
}

.negativeMargin input::-ms-input-placeholder {
    color: #474747 !important;
}

.negativeMargin input {
    padding: 8px;
    border: 1px solid #ddd;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 16px !important;
    box-sizing: border-box;
    border-radius: 1px;
    margin-bottom: 5px;
    font-weight: 300 !important;
}


.negativeMargin .far,
.negativeMargin .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.negativeMargin .fa-chevron-right:before {
    content: "\f054";
}

.negativeMargin .fa-envelope:before {
    content: "\f0e0";
}

.negativeMargin .fa-mobile-alt:before {
    content: "\f3cd";
}

.negativeMargin .far {
    font-weight: 400;
}

.negativeMargin .far,
.negativeMargin .fas {}

.negativeMargin .fas {
    font-weight: 900;
    /*! CSS Used fontfaces */
}

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {
    background: #2E2C2C;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer h2 {
    color: #CDCDCD;
}

footer .wrapper1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 95px 0;
    padding: max(20px, 4.947916666666666VW) 0;
    padding-left: 35px;
    padding-right: 35px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
}

.footertext {
    font-size: 13px;
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    color: #999999;
}

.divfooter {
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-top: -6px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*}*/

/*---------- RESPONSIVE STYLES ----------*/

/*.notInventory {*/
@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}


@media only screen and (max-width: 767px) {

    .whiteArea .text-content img,
    span br {
        display: none
    }

    footer .wrapper1 {
        flex-direction: column;
        text-align: center;
    }

    .footerBit:nth-of-type(2) {
        margin-top: 5vw;
    }

    .overlay {
        position: relative;
    }

    .excp .wrapper1 .box {
        height: 100% !important;
        /* padding-top: 120px !important; */
    }

    .topBar .wrapper2 {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .unit-image {
        display: none;
    }

    .bgText {
        display: none !important;
    }

    .overlay .wrapper3 {
        flex-direction: column;
        /* width: 100%; */
    }

    .overlay .wrapper3 div {
        width: 100%;
    }

    .overlay .wrapper3 .leftBtns a {
        margin-bottom: 10px;
    }

    .hero {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1500px) {
    section.boxedArea.blackArea.bottomArea .wrapper2 {
        align-items: center;
    }

    .negativeMargin {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1500px) {
    .unit-image {
        background-position: left 1.6666666666666667VW bottom 8.854166666666668VW;
        background-size: contain;
    }

    .excp .wrapper1 .box {
        height: max(367px, 36.666666666666664VW);
    }

    .otherPage .excp .wrapper1 .box {
        height: auto;
    }

    .whiteArea .text-content {
        width: 100% !important;
        text-align: center;
        /* z-index: 999; */
        /* position: relative; */
    }

    .bgText {
        padding-left: 0;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
    }
}

@media only screen and (max-width: 1000px) {


    p,
    ul {
        font-size: 15px
    }

    a.blkBtn.bottomBtn {

        /* position: relative; */

        margin: -22px auto;

        width: 80vw;

        right: 0;

        left: 0;

    }

    section.boxedArea.blackArea.bottomArea .wrapper2 p {
        padding-bottom: 20px;
    }

    .footerBit:nth-of-type(1) {
        padding-top: 20px;
    }

    .bottomBtnSurround {}

    .bottomPadding.whiteArea .text-content {
        flex-direction: column;
    }

    .wrapper1 .box.sharedBG {
        padding: max(20px, 6.014583VW) 0 !important;
    }

    section.boxedArea.blackArea.bottomArea .wrapper2 {
        flex-direction: column;
    }

    .negativeMargin {
        width: 100%;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
        FONT-WEIGHT: 100;
    }

    section.boxedArea.blackArea.bottomArea .wrapper2 .rightText {
        margin-left: 0;
        margin-top: 5vw;
    }

    .noMarginTop {
        margin-top: 0 !important;
    }

    .whiteArea .text-content div {
        border: none !important;
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .box.sharedBG .text-content div:nth-of-type(1) {
        padding-bottom: 6.014583VW !important;
    }

}

/*}*/


/*SCROLL MAGIC STYLES */


.animate1,
.animate2,
.animate4,
.animate5,
.animate6 {
    transition: 0.75s ease-out;
    /*     opacity: 0; */
    /* top: 50px; */
    position: relative;
}

.show {
    opacity: 1.0 !important;
    top: 0px !important;
}

.vidArea h2 {
    color: #B60909;
}

.animate3,
.animate7 {
    /* opacity: 0; */
    transition: 1s ease-out;
}


.opacity {
    opacity: 1.0 !important;
}

/*Borrowed from arnoldmachinery */
/*! CSS Used from: https://www.arnoldmachinerycme.com/css/style.css?v=1.12 */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999;
    background: #fff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .bgText {
        display: none !important;
    }

    /*
    .wrapper1 .box.sharedBG {
        background: black !important;
    }
*/

    section.boxedArea.whiteArea.excp {
        padding-top: 8.333333333333332VW !important
    }

    .slick-prev,
    .slick-prev,
    .slick-next,
    .slick-next,
    a.blkBtn.bottomBtn {
        display: none !important
    }
}
