/*! CSS Used from: https://shop.rhequipment.com.dev/Content/bundles/site.min.css?t=1555090056 */
div {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
::-webkit-input-placeholder {
font-size:.875em;
line-height:1.4;
}
::-ms-clear {
display:none;
}
a:link {
    color: #606060;
}
a:visited {
    color: #606060;
}
a:hover {
    color: #333;
}
a:active {
    color: #606060;
}
/*! CSS Used from: https://shop.rhequipment.com.dev/templates/rhequipment.com/css/style.css?v=1.2 */
div, a {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#menu-button {
    display: none;
}

@media screen and (max-width: 1100px) {
#menu-button {
    /* width: 100%; */
    display: block;
    font-size: 24px;
    position: relative;
    line-height: 40px;
    z-index: 900;
    margin-top: 20px;
    margin-bottom: -10px;
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
}
#menu-button a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 .8em;
    font-weight: normal;
    font-family: 'montserratbold', sans-serif;
    text-transform: uppercase;
}

#site-width {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nav {
    display: none;
}
}

/*! CSS Used from: Embedded */
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
/*! CSS Used from: https://shop.rhequipment.com.dev/Content/bundles/site.min.css?t=1555090056 */
div, span, ul, li, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
nav {
    display: block;
}
nav ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
::-webkit-input-placeholder {
font-size:.875em;
line-height:1.4;
}
ul {
    margin-left: 2.5em;
}
::-ms-clear {
display:none;
}
a:link {
    color: #606060;
}
a:visited {
    color: #606060;
}
a:hover {
    color: #333;
}
a:active {
    color: #606060;
}
.clear {
    clear: both;
}
/*! CSS Used from: https://shop.rhequipment.com.dev/templates/rhequipment.com/css/style.css?v=1.2 */
div, a, ul, li {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
nav.mobile {
    display: none;
}

@media screen and (max-width: 1100px) {
nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    z-index: 950;
    overflow: auto;
}
nav.mobile .mobile_top {
    position: relative;
    display: block;
    padding: 0;
    margin: 15px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}
nav.mobile .menu-toggle {
    position: absolute;
    padding: 3px 8px 3px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    top: -4px;
    right: 13px;
}
nav.mobile .menu-toggle:hover {
    color: #fff;
}
nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
nav.mobile ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    position: relative;
    font-family: 'montserratbold', sans-serif;
}
nav.mobile ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 10px;
    color: #999;
    text-decoration: none;
    border-left: 4px #333 solid;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-align: left;
}
nav.mobile ul li a:hover {
    background: rgba(45,45,45,0.5);
    color: #fff;
    border-left: 6px #226fb6 solid;
}
nav.mobile ul li li:last-child {
    border: none;
}
nav.mobile ul li li a {
    background: #444;
    position: relative;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 4px #444 solid;
    color: #ccc;
    text-decoration: none;
    text-align: left;
}
nav.mobile ul li li a:hover {
    background: rgba(65,65,65,0.5);
}
nav.mobile ul li .click {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 12399994;
    top: 0;
    right: 0;
    padding: 7px 20px;
    color: #fff;
}
.nav-footer {
    color: #a4a4a4;
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0;
    font-family: 'montserratbold', sans-serif;
}
nav.mobile ul li .fa-chevron-down {
    color: #999;
}
}
.fa-chevron-down:before {
    content: "\f078";
}