body {
    overflow-x: hidden;
    -webkit-overflow-x: hidden;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.full-width {
    width: calc(100% - 45px)!important;
    margin-left: 0;
    margin-right: 0;
}
.full-width-sm {
    width: calc(100% - 5px)!important;
    margin-left: 0;
    margin-right: 0;
}

.btn-4d,
.HCRBrands-header {
    background-color: #4d4d4d!important;
    color: white;
}

.primary-btn {
    background-color: #2474cc!important;
    color: white!important;
}

.height-onehundred-responsive {
    max-height: 100px;
}
.height-sixty-responsive {
    height: 60px;
}

img.height-sixty-responsive {
    width: 123px;
}
.height-image-responsive {
    max-height: 60px;
}
.footer-span {
    font-size: 16px;
}

div.text-light.d-flex.mx-sm-2.mx-auto {
    padding: 10px;
}

.equipment-type-color {
    background-color: #e7e7e7;
    color: #4d4d4d;
}

.badge {
    width: 150px;
    font-weight: bold!important;
}

.green-background {
    background-color: #28a745;
}

.red-background {
    background-color: #dc3545;
}
.yellow-background {
    background-color: #ffc107;
}
.bg-dark{
    background-color: #343a40 !important;
}

input[type="submit"] {
    display: none!important;
}

#terms-block {
    font-size: 12px!important;
}
.uniform-height-header {
    height: 106px;
}
.imageContainer {
    padding-bottom: 60px;
}
.unitImage {

    max-height: 237px !important;

}

@media (max-width: 1200px){
    .HCRBrands-header--span {
        font-size: 36px;
    }
    .height-image-responsive {
        max-height: 40px;
    }
}
@media (max-width: 991px){
    .HCRBrands-header {
        font-size: 250%;
    }
    .height-onehundred-responsive {
        max-height: 80px;
    }
}
@media (max-width: 575px){
    .HCRBrands-header {
        font-size: 175%;
    }
    .height-onehundred-responsive {
        max-height: 55px;
    }
    .HCRBrands-header--span {
        font-size: 36px;
    }
    #terms-block {
        font-size: 10px!important;
    }
}

@media (max-width: 475px){
    #terms-block > div.flex-row {
        flex-direction: column!important;
    }
    .height-sixty-responsive > br {
        display: none;
    }
    img.height-sixty-responsive {
        margin: auto!important;
    }
    div.height-sixty-responsive {
        width: 100%!important;
        height: auto;
    }
    div.height-sixty-responsive > p {
        text-align: center!important;
    }
    .HCRBrands-header--span {
        font-size: 22px;
    }
}
@media (max-width: 450px){
    .uniform-height-header {
        height: 86px;
    }
}

@media print {
    body {
        background-color: white!important;
    }
    .card {
        border: none!important;
    }
    div.border-bottom {
        border: none!important;
    }
    .height-onehundred-responsive {
        margin-right: 130px!important;
        min-width: 239px!important;
        min-height: 90px!important;
    }
    .badge,
    blockquote {
        border: none!important;
    }   
    div.row {
        margin-bottom: 0!important;
    }
    .navbar,
    p > strong,
    .primary-btn {
        display: none!important;
    }
    .img-responsive {
        max-height: 200px;
    }
    .justify-content-center {
        justify-content: end!important;
    }
    .responsive-lg-range {
        margin-right: -80px!important;
    }
    /*.responsive-lg-range {
        margin-left: 250px!important;
    }*/
    div.container-fluid.px-sm-auto.px-1.full-width {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .HCRBrands-header--span > span {
        padding-right: 300px!important;
        font-size: 46px!important;
    }
}

.btn-primary:hover {
	color: #ffffff !important;
	background-color: #4d4d4d !important;
	border: 2px solid #4d4d4d !important;
	font-weight: 700!important;
}