html {
    background-color: #FEFEFE;
}

body {
    background-color: #FEFEFE;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

h1,h2,h3,h4,h5 {
    color: #363636;
}

h1, h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    line-height: 24px;
}

p {
    font-size: 12px;
}

a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
    color: #1468a0 !important;
}

#main-navigation {
    background-color: #FEFEFE;
    position: fixed;
    width: 100%;
    z-index: 15;
    color: #363636;
    top: 0;
    border-bottom: 1px solid #c7c7c7;
}

#mobile-nav {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1029;
    background-color: #363636;
    margin-left: -100%;
    transition: all .3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding: 8px;
    overflow: auto;
    display: none;
}

#hamburger {
    cursor: pointer;
}

#close-mobile-nav {
    position: absolute;
    z-index: 1030;
    top: 2px;
    right: 5px;
    font-size: 44px;
    cursor: pointer;
}

.pagination-container {
    background-color: #EDEDED;
    padding: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pagination-container .pagination {
    margin: 0;
    font-size: 24px;
}

.pagination-previous a::before,
.pagination-next a::after
{
    font-size: 24px;
}

.d-frontend-none {
    display: none !important;
}

.no-margin {
    margin: 0;
}

#mobile-nav.active {
    margin-left: 0;
}

#mobile-nav .m-header {
    font-size: 22px;
    font-weight: bold;
    color: #FBAF33;
    display: block;
    border-bottom: 1px solid #FBAF33;
    padding-bottom: 10px;
    margin-bottom: 8px;
    margin-top: 18px;
}

#mobile-nav .m-header:first-of-type {
    margin-top: 0;
}

#mobile-nav .m-sub-header {
    display: block;
    font-size: 16px;
    color: #FEFEFE;
    padding: 8px;
    padding-left: 14px;
    transition: 0.3s all;
}

#mobile-nav .m-sub-header:hover,
#mobile-nav .m-sub-header.active
{
    background-color: #FEFEFE;
    color: #363636;
}

#mobile-menu {
    display: none;
    margin-right: 15px;
}

#nav-pad {
    padding-top: 128px;
}

#schedule-a-demo-cta {
    background-color: #363636;
    font-size: 12px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    font-family: Roboto;
}
#schedule-a-demo-cta div{
    padding: 10px;
}
#schedule-a-demo-cta b{
    text-align: right;
    background-color: #FBAF33;
    color:#363636;
    text-transform: uppercase;
}
#schedule-a-demo-cta a {
    text-decoration: underline;
    color: #FFFFFF;
}

#logo-container {
    height: 99px;
}

.logo-only {
    margin: 20px 0;
    display: none;
    height: 60px !important;
}

#navigation {
    font-size: 16px;
}

#navigation a {
    color: #363636;
    padding-left: 0px;
    padding-right: 0px;
}

#navigation .is-dropdown-submenu-parent a{
    padding-right: 24px;
}

#marketplace-search {
    height: 45px;
    width: 300px;
}

#marketplace-inline-search {
    height: 50px;
}

.d-inline {
    display: inline-block;
}

.m-0 {
    margin: 0;
}

.icon-inside {
    margin-left: -50px;
    background: none;
    border: none;
    cursor: pointer;
}

#actions-container {
    padding: 0 20px 0 0;
}

#navigation ul.dropdown.menu {
    padding: 0 12px;
}

#navigation .dropdown .is-dropdown-submenu a {
    padding: 8px 1rem;
    font-size: 14px;
    line-height: 18px;
}

#navigation .dropdown.menu .menu li a:hover {
    background: #4578E5;
    color: #fefefe !important;
}

#navigation li.is-dropdown-submenu-parent > a::after {
    display: block;
    border: none;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    right: 13px;
    margin-top: -7px;
}

#improve-sales {
    position: relative;
    color: #FEFEFE;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 70px;
    background-image:
            linear-gradient( rgba(54, 54, 54, 0.4), rgba(54, 54, 54, 0.4) ),
            url('/img/manage-your-business.png');}

#improve-sales h2 {
    font-size: 75px;
    font-weight: bold;
    color: #FEFEFE;
}

#improve-sales p {
    margin: auto;
    letter-spacing: 1.25px;
    font-size: 25px;
    max-width: 800px;
    margin-bottom: 30px;
}

#splash, #manage-your-business-splash {
    position: relative;
    color: #FEFEFE;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#splash {
    padding: 70px;
    background-image:
            linear-gradient( rgba(54, 54, 54, 0.9), rgba(54, 54, 54, 0.9) ),
            url('https://machine-hub-qa.s3.us-east-1.amazonaws.com/static/splash-bg.png');
}

#manage-container {
    padding: 70px;
}

#manage-your-business-splash {
    background-image:
            linear-gradient( rgba(54, 54, 54, 0.9), rgba(54, 54, 54, 0.9) ),
            url('/img/manage-your-business.png');
}

#splash * {
    z-index: 2;
    position: relative;
}

#splash-header {
    color: #FEFEFE;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
    font-weight: bold;
}

#splash-text {
    color: #FEFEFE;
    font-size: 17px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 27px;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    height: 15px;
    width: 15px;
    background-color: #EDEDED !important;
    border-radius: 50%;
    border: 2px solid #4578E5 !important;
    display: inline-block;
    margin: 5px 3px;
}

.owl-dot.active {
    background-color: #4578E5 !important;
}

.position-relative {
    position: relative;
}

#man-on-the-hub-container {
    position: relative;
    min-height: 300px;
}

#man-on-the-hub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/man-on-the-hub.png');
    background-size: cover;
    background-position: 50% 15%;
}

#revolutionize {
    background-color: #363636;
    color: #FEFEFE;
    padding: 50px;
}

#revolutionize h2 {
    color: #FEFEFE;
    line-height: 1.1;
    margin-bottom: 20px;
}

#revolutionize h3 {
    color: #FBAF33;
    font-size: 18px;
}

#revolutionize p {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 14px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
}

#login-form {
    max-width: 500px;
    display: inline-block;
}

#login-form label {
    font-weight: bold;
    text-transform: uppercase;
    color: #363636;
}

#submit-login {
    margin-top: 20px;
}

.padding-top {
    padding-top: 40px;
}

.dark-bg {
    background-color: #363636;
}

.green-text {
    color: #448D3B;
}

.yellow-text {
    color: #FBAF33;
}

.dark-text {
    color: #363636;
}

.blue-text {
    color: #4578E5;
}

.grey-text {
    color: #BFBFBF;
}

.button.large {
    font-size: 16px;
}

.button.warning {
    background-color: #FBAF33 !important;
    font-weight: bold;
}

.button.primary {
    background-color: #4578E5;
}

.button.primary.inverted {
    color: #4578E5;
    background-color: transparent;
    border: 1px solid #4680E4;
}

.button.primary.inverted:hover {
    color: #fefefe;
    background-color: #4680E4;
}

.label.primary {
    background-color: #4578E5;
}

.button.black {
    background-color: #363636;
    color: #FEFEFE;
}

.button.black:hover {
    background-color: #FEFEFE;
    color: #363636;
}

.quote-mark {
    color: #252525;
    font-size: 40px;
    display: inline-block;
    margin: 20px;
}

.quoted-by {
    font-weight: bold;
    text-transform: uppercase;
}

#splash-search {
    width: 450px;
    height: 50px;
}

#splash-button {
    margin-top: -2px;
    margin-left: 10px;
    height: 50px;
    padding: .85rem 2rem;
    font-weight: bold;
    font-size: 22px;
}

#splash-software {
    margin-top: 20px;
    font-size: 14px;
}

.section-pad {
    margin: 60px auto;
}

.wanteds-pad{
    margin-bottom: 0px !important;
}

.small-text {
    font-size: smaller;
}

.section-small-pad {
    margin-top: 20px;
    margin-bottom: 20px;
}

.listing-card {
    border: 1px solid #C7C7C7;
    padding: 8px;
    margin-bottom: 25px;
    color: #252525;
}

.listing-card .img-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.2);
}

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

.listing-card h4, .listing-card h5 {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listing-card h5 {
    margin-top: 10px;
    font-size: 14px;
}

.listing-card.search-result .img-container {
    width: 600px;
}

.listing-result-card {
    position: relative;
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
    color: #252525;
    height: auto;
    width: 100%;
}

.listing-info {
    overflow: hidden;
    text-overflow: ellipsis;
}

.listing-title {
    display: flex;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-title span{
    width: 100%;
}

.listing-title span i{
    position: absolute;
    right: 2%;
}

.l-p-top {
    margin-top: 10px;
}

.listing-image-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 260px;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.2);
}

.listing-image-container img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.listing-info label {
    color: #252525;
    font-size: 14px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.listing-info .label-bold {
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#categories,
#migration-process {
    background-color: #EDEDED;
}

.category-card {
    text-align: center;
    border: 1px solid #C7C7C7;
    background-color: #F0F0F0;
    padding: 12px;
    color: #363636;
    height: 150px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}

.ims-icons {
    color: #252525;
    display: block;
    margin-bottom: 8px;
}

.category-card h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.manufacturer-card {
    text-align: center;
    border: 1px solid #C7C7C7;
    padding: 12px;
    height: 150px;
    width: 300px;
    display: table-cell;
    vertical-align: middle;
}

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

.section-heading {
    margin-bottom: 20px;
}

#footer {
    padding: 50px 30px;
    background-color: #EDEDED;
}

#footer h5 {
    margin-bottom: 15px;
}

#footer span {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: inherit;
    color: #363636;
    font-size: 1.25rem;
}

#footer p {
    font-size: 12px;
    line-height: 18px;
}

#footer a {
    font-size: 14px;
    font-weight: bold;;
}

#copyright {
    font-size: 12px;
    margin-top: 40px;
}

#copyright a {
    font-size: 12px;
}

#hf-logo {
    color: #363636;
}

.no-auctions {
    border: 1px solid #C7C7C7;
    padding: 30px;
}

.auction-card {
    display: inline-block;
    border: 1px solid #C7C7C7;
    padding: 10px 18px;
}

.auction-listing {
    display: block;
    width: auto;
    margin-bottom: 15px;
}

.auction-info {
    height: 25px;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.auction-title {
    font-weight: bold;;
    text-transform: uppercase;
    color: #252525;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    letter-spacing: 1.1px;
}

.auction-timing {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-top: 10px;
}

.auction-description {
    height: 45px;
    font-size: 15px;
    letter-spacing: 0.75px;
    overflow: hidden;
}

.auction-company-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auction-location {
    letter-spacing: 0.4px;
    height: 30px;
    font-size: 16px;
}

.owl-nav {
    color: #4578E5;
    opacity: .5;
    font-size: 35px;
}

.owl-prev {
    position: absolute;
    top: 85px;
    left: -30px;
}

.owl-next {
    position: absolute;
    top: 85px;
    right: -30px;
}

.m-sides {
    margin: 0 25px !important;
}

.view-type {
    border: 1px solid #C7C7C7;
    padding: 5px;
    color: #BFBFBF;
    margin-left: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
}

.view-type.active {
    color: #363636;
}

.machine-type-list .accordion-title {
    color: #363636;
    font-size: 20px;
    font-weight: bold;
    background-color: #EDEDED;
}

.accordion-title {
    padding: 15px 1rem;
}

.listing-filter-element .filter-checkbox {
    margin-bottom: 2px;
}

ul.machine-listing-cats {
    margin-left: 0;
    list-style-type: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

@media print, screen and (max-width: 885px) {
    ul.machine-listing-cats {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media print, screen and (max-width: 500px) {
    ul.machine-listing-cats {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.machine-listing-cats li {
    padding-top: 5px;
    font-weight: 600;
    padding-right: 12px;
    font-size: 16px;
}

.brand-letter {
    margin-top: 20px;
}

.letter-container {
    background-color: #EDEDED;
    padding: 8px;
}

.letter-container a {
    color: #252525;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 2px;
}

.machine-type-list ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.listing-filter-element {
    position: relative;
}

.listing-expand-menu a {
    display: block;
    padding: 5px 2px;
    font-size: 12px !important;
    color: #717171 !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
    margin-left: 0;
    letter-spacing: unset;
}

.listing-expand-menu a::after {
    right: .2rem !important;
}

.listing-filter-element a {
    font-size: 12px !important;
    color: #717171 !important;
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif;
    margin-left: 0;
    padding: 0;
    margin-bottom: 5px;
}

.li-filter-checkbox a {
    display: inline-block;
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
    padding: 0 !important;
}

.listing-filter-element a:hover {
    color: #636b6f;
    text-decoration: underline;
}

.brand-box {
    border: 1px solid #C7C7C7;
    margin-bottom: 10px;
}

.show-listing-title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #363636;
    margin-bottom: 20px;
    line-height: 38px;
    display: flex;
}

.show-listing-category {
    font-size: 30px;
    letter-spacing: 0.75px;
    color: #363636;
    margin-bottom: 0;
}

.l-label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #252525;
    letter-spacing: 0.9px;
}

.l-item {
    color: #252525;
    letter-spacing: 0.9px;
    margin-bottom: 25px;
}

.inventory-thumb {
    width: 95%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    transition: all .3s ease-in;

    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    border-radius: 0;
    margin-bottom: 1rem;
    padding: 0 0px 0 0;
    margin-top: 15px;

    margin-left: auto;
    margin-right: auto;
}

#gallery-main {
    border: 1px solid #e6e6e6;
}

#gallery-main .slick-list {
    background-color: #EDEDED;
}

#gallery-thumbs {
    position: relative;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 40px;
}

.gallery-arrow {
    cursor: pointer;
    color: #4578E5;
    opacity: .7;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    padding: 0 5px;
    top: 30%;
    border-radius: 100px;
    background-color: #e6e6e6;
    border: 1px solid #a8a8a8;
}

.gallery-arrow:hover {
    color: #e6e6e6;
    background-color: #4578E5;
}

.gallery-arrow.prev {
    left: 5px;
}

.gallery-arrow.next {
    right: 5px;
}

.inventory-thumb.active {
    opacity: 1.0;
}

.l-image-container {
    height: 400px !important;
    width: 100%;
    overflow: hidden;
    justify-content: center !important;
    display: flex !important;;
    align-items: center;
}

#gallery-main img {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    max-height: 400px;
}

.gallery-thumb img:hover {
    border-color: #4578E5;
    opacity: 1.0;
}

.listing-thumbnail-large {
    height: 150px;
    padding-right: 10px;
}

.ms-drop input[type="checkbox"], .ms-drop input[type="radio"] {
    margin: 0 5px 0 0;
}

.ms-parent {
    margin: 0 0 1rem;
}

.ms-parent button {
    height: 2.4375rem;
    border-radius: 0;
}

.ms-parent button div {
    height: 2.4375rem;
    margin-top: 0.3rem;
}

.ms-parent span {
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem;
}

.listing-tabs table tbody {
    border: none;
}

.machine-listing-more-tabs a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4578E5 !important;
}

.machine-listing-more-tabs .tabs-title>a[aria-selected=true] {
    background-color: #EDEDED;
}

.auction-company-logo {
    text-align: center;
}

.auction-company-logo img {
    max-height: 300px;
}

#tos-container h2,
#privacy-container h2 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
}

#tos-container h3,
#privacy-container h3{
    font-weight: bold;
    font-size: 24px;
    margin-top: 60px;
}

#contact-form label{
    font-weight: bold;
    color: #363636;
    text-transform: uppercase;
}

.highlight {
    background-color: rgba(255, 255, 0, 1.0);
}

.pricing-card {
    position: relative;
    border: 1px solid #C7C7C7;
    padding: 20px 40px;
    padding-bottom: 110px;
}

.pricing-card h3 {
    font-weight: bold;
    color: #363636;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 38px;
}

.pricing-card h4 {
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing-card p {
    color: #363636;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #C7C7C7;
    line-height: 28px;
}

.quote-bg {
    background-color: #EDEDED;
    padding-bottom: 40px;
}

.pricing-card .quote-mark {
    margin-left: 0;
}

.pricing-card .customer-quote {
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.45px;
    margin-bottom: 20px;
}

.pricing-card ul {
    color: #363636;
    font-size: 14px;
    letter-spacing: 0.45px;
}

.pricing-card li {
    padding: 5px 0 0;
}

.pricing-card a {
    padding: 4px;
    width: calc(100% - 80px);
    margin: auto;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 25px;
    left: 40px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.1px;
    line-height: 40px;
    text-transform: uppercase;
    border-top: 1px solid #C7C7C7;
}

#mhub-icons {
    background-color: #333333;
}

#mhub-icons img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mhub-icon-text {
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 1px;
}
.no-bold {
    font-weight: 400 !important;
}

.login-splash {
    background: url('https://machine-hub-prod.s3.us-east-1.amazonaws.com/static/login-splash.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 530px;
    position: relative;
    margin-right: -0.9375rem !important;
}

.login-splash::after {
    background-color: #565656;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.85;
}

#login-logo {
    max-width: 420px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

/*.grecaptcha-badge {*/
/*    visibility: hidden;*/
/*}*/

@media (max-width: 1410px) {
    .pricing-card h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .pricing-card p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 1250px) {

    #navigation {
        font-size: 16px;
    }

    #navigation ul.dropdown.menu {
        padding: 0 4px;
    }

    .owl-prev {
        left: -10px;
    }

    .owl-next {
        right: -10px;
    }
}

@media (max-width: 1550px) {

    #navigation {
        font-size: 16px;
    }

}

@media (max-width: 1440px) {

    .logo-only {
        display: inline-block;
    }

    .full-logo {
        display: none;
    }

}

@media (max-width: 650px) {

    .machine-listing-more-tabs a {
        font-size: 14px;
        padding: 1.25rem .8rem;
    }

    .auction-listing {
        width: auto;
    }

    .auction-timing {
        font-size: 15px;
    }

    .auction-location {
        font-size: 14px;
    }
}

@media (max-width: 1060px) {

    .m-sides {
        margin: 0 !important;
    }

    .d-mobile-none {
        display: none;
    }

    #mobile-nav {
        display: block;
    }

    #main-navigation {
        height: 100px;
        position: sticky;
    }

    #navigation {
        background-color: white;
    }

    #nav-pad {
        padding-top: 100px;
    }

    #mobile-menu {
        display: inline-block;
    }

    #search-form {
        width: calc(100% - 70px);
    }

    #marketplace-search {
        width: 100%;
    }
}

#register-form label {
    font-weight: bold;
    text-transform: uppercase;
    color: #363636;
}

.larger-tooltip {
    max-width: 500px;
    font-size: larger;
}

.tool-tip-highlight {
    color: #f2b324
}

.user-select {
    border: 1px solid grey;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.user-select i {
    position: absolute;
    bottom: 3px;
    right: 3px;
    display: none;
    color: green;
    font-size: 20px;
}

.user-select.active i {
    display: block;
}

.user-select.active, .user-select:hover {
    background-color: rgba(0, 255, 0, 0.2);
}

.user-select li {
    margin-bottom: 10px;
}

ul.no_bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.no_bullet li {
    height: 40px;
    padding-left: 50px;
    padding-top: 8px;
    background-size: contain;
    margin-bottom: 35px;
}

.no_bullet h5 {
    line-height: 1;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 1.1rem;
}

.use-case {
    line-height: 1;
    font-weight: 800;
    font-size: 0.8rem;
}

.user-select p {
    opacity: 0.75;
    margin-bottom: 0;
    text-transform: uppercase;
}

.user-select h5 {
    line-height: 1;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.user-select p {
    opacity: 0.75;
}

#submit-register {
    margin-top: 15px;
    margin-bottom: 30px;
}

.already-have-account {
    margin-bottom: 30px;
}

li.ims {
    background: url('../img/icons/01-ims.png') no-repeat left top;
}

li.mktng {
    background: url('../img/icons/04-marketing.png') no-repeat left top;
}

li.crm {
    background: url('../img/icons/02-crm.png') no-repeat left top;
}

.doc-nav {
    border-right: 1px solid #f0f2f1;
    padding-right: 35px;
    padding-left: 10px;
}

.doc-nav h2 {
    color: #525252;
    margin-bottom: 0;
    margin-right: 1rem;
    font-size: 14px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding: .75rem 1.75rem .75rem 0;
}

.doc-nav ul {
    list-style: none;
    margin: .5rem 0 0;
    padding: 0 0 0 .75rem;
    font-size: 13px;
}

.doc-nav ul a,
.doc-section a {
    color: #4578E5;
}

.doc-nav ul li {
    line-height: 30px;
}

.doc-section {
    letter-spacing: .8px;
}

.doc-section h1 {
    color: #525252;
    margin: 0 0 1.5rem 0;
    padding: 0 0 .1rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.doc-section h2 {
    color: #525252;
    font-size: 1.5rem;
    margin-top: 2rem;
}

.doc-section h3 {
    color: #525252;
    font-size: 1.4rem;
    margin-top: 2rem;
}

.doc-section h3::before {
    content: "# ";
    margin-right: .1em;
    font-weight: bold;
    color: rgb(242, 178, 37);
    opacity: .3;
}

.doc-section ul {
    margin-left: 3.0rem;
}

.doc-section p {
    margin-left: 1.5rem;
    color: #525252;
}

.doc-section h2::before {
    content: "# ";
    margin-right: .1em;
    font-weight: bold;
    color: rgb(242, 178, 37);
    opacity: .3;
}

.doc-section i {
    color: rgb(242, 178, 37);
}

.doc-section .callout {
    margin-left: 1.5rem;
}

.doc-section pre {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    max-height: 350px;
    overflow-y: auto;
}

.doc-section table {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
}

@media (max-width: 930px) {
    #login-logo {
        max-width: 290px;
        margin-top: 30px;
    }
}

#specifications pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

@media (max-width: 810px) {

    #splash {
        padding: 30px;
    }

    #splash-header {
        font-size: 40px;
        line-height: 48px;
    }

    #splash-text {
        font-size: 14px;
        line-height: 24px;
    }

    #splash-search-form {
        display: block;
        text-align: center;
    }

    #splash-search {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #splash-button {
        display: inline-block;
        margin-top: 10px;
    }

    #improve-sales h2 {
        font-size: 40px;
    }

    #improve-sales p {
        font-size: 18px;
    }

    #manage-container {
        padding: 30px;
    }

    h1, h2 {
        font-size: 30px;
        line-height: 38px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 639px) {

    .listing-image-container {
        width: 600px;
    }

    .listing-result-card {
        height: auto;
    }


    .listing-title {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        white-space: normal;
    }

    #revolutionize {
        padding: 30px;
    }

    .pricing-card {
        padding: 20px 20px 100px 20px;
    }

}

@media (max-width: 1023px) {

    #rfq-button {
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        background-color: #EDEDED;
        padding: 10px;
        border-top: 1px solid #252525;
        z-index: 13;
    }

    #rfq-button button {
        margin: 0;
        padding: 18px;
    }

}

.js-dropdown-active {
    -webkit-animation: fade-in-top 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 400ms cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.similar-listing-link a {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-transform: uppercase;

}

.similar-listings .img-container{
    display: block;
    width: 100%;
    height: 300px;
}

#footer .menu a {
    font-weight: normal;
    padding: 0 14px 0 0;
}

.auction-line-item-image {
    display: inline-block;
    width: 250px;
    height: auto;
}
.thing{
    height: 1px !important;
}
.thing label {
    color: transparent !important;
}
.thing input {
    display: none;
}
.perk-card {
    display: inline-block;
    border: 1px solid #C7C7C7;
    padding: 10px 18px;
    width: 98%;
    height: 100%;
}
.perk-card a{
    width: 100%;
}
.perk-card h3{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.perk-card p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #363636;
}
.perk-card span{
    font-weight: bold;
    font-size: 80%;
    font-family: 'Roboto', sans-serif;
}
.perk-card li{
    font-size: 80%;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    letter-spacing: 0.45px;
    color: #363636;

}
.customer-card{
    padding: 10px 18px;
    width: 98%;
    background-color: #ededed;
}
.customer-card h5{
    font-size: 14px;
}
.customer-card p{
    font-weight: bold;
    font-size: 80%;
}
.customer-card a{
    width: 100%;
}
.customer-card h2{
    font-size: 80%;
    font-weight: normal;
}
.customer-card::parent{
    background-color: #ededed;
}
.sign-up-free{
    position: absolute;
    bottom: 10px;
    left: 18px;
    right: 18px;
    width: auto !important;
}

.new-alert{
    background-color: #E83434;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: lighter !important;
    font-size: 60% !important;
    margin-left: 2%;
}
.smarter{
    padding-top: 3%;
    padding-bottom: 3%;
}

.section-heading .cell{
    padding-bottom: 15px;
}
.section-blurb{
    font-size: 80%;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter !important;
    letter-spacing: 0.45px;
    color: #363636;
}
.shop-better{
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.category-image div{
    background-repeat: no-repeat;
    background-position: center center;
}
.start-listing{
    background-color: #FBAF33;
    text-align: center;

}
.start-listing a{
    color: #363636 !important;
    text-decoration: none !important;
}
.wanted-description {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    letter-spacing: 0.9px;
    margin-top: 10px;

}
.category-image div{
    background-repeat: no-repeat;
    background-position: center center;
}
.start-listing{
    background-color: #FBAF33;
    text-align: center;

}
.start-listing a{
    color: #363636 !important;
    text-decoration: none !important;
}
.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.wanteds-carousel .owl-stage{
    display: flex;
}

.wanteds-carousel .auction-card{
    height: 100%;
}

.wanteds-carousel .auction-card .grid-x{
    height: 100%;
}.wanteds-carousel .auction-card .grid-x .details{
     margin-top: auto;
 }

.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FBBC05FF;
    padding: 10px;
    text-align: center;
    z-index: 1000; /* Ensure it stays on top */
}
.cookie-consent-bar .button{
    margin-bottom: 0px;
}

.cookie-consent-bar {
    background-color: #f5f5f5; /* Light grey background */
    color: #333; /* Dark text for contrast */
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
    z-index: 1000; /* Ensure it's above other elements */
}

.cookie-consent-bar p {
    margin: 0;
    line-height: 1.5;
}

.cookie-settings-link {
    color: #0078d4; /* Blue link color */
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: underline;
}

.cookie-settings-link:hover,
.cookie-settings-link:focus {
    color: #0056b3; /* Darker blue on hover/focus */
    text-decoration: none;
}

.button.small.success {
    background-color: #FBAF33; /* Green button for 'agree' action */
    color: white;
    border: none;
    padding: 5px 10px;
    margin-left: 10px;
}

.button.small.success:hover {
    background-color: #E09F2B; /* Darker green on hover */
}

.cookie-consent-form .switch{
    color: black !important;
}

.cookie-consent-form #saveSettingsButton{
    margin-left: 0px;
}

 .read-more-btn{
    color: #1779ba;
     text-decoration: underline;
 }

.ui-autocomplete .ui-menu-item div:first-child {
    font-weight: bold;
}

.ui-autocomplete .ui-menu-item div:nth-child(2) {
    font-size: 0.8rem;
}

.ui-autocomplete .ui-menu-item div.ui-state-active {
    background: black;
    border-color: black;
}

.ui-autocomplete .ui-menu-item .ui-state-active div:first-child {
    color: #fbaf33;
}

.top-search.ui-autocomplete {
    border-radius: 10px;
    overflow: hidden;
}
.strike-through{
    color: red;
    text-decoration: line-through;
}
.premium {
    background-color: #f9f1e0;
    position: relative;
    border: 2px solid #363636;
    padding-top: 5px;

}
.promoted{
    background-color: #cccac5;
    border: 2px solid #363636;
}
.featured-badge {
    content: 'FEATURED';
    position: absolute;
    top: -5px;
    left: -12px;
    height: 110px;
    background-color: #fbaf33;
    color: black;
    padding: 0.5rem 1rem;
    font-weight: lighter;
    transform-origin: left top;
    z-index: 1;
    clip-path: polygon(70% 0px, 100% 0%, 7px 100%, 7px 70%);
    align-items: center;
    align-content: center;
}
.featured-badge>span {
    display: block;
    transform: rotate(-45deg) scale(0.8);
    margin-top: -25px;
    font-weight: bolder;
}
.customize-settings{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 20px;
}
.front-end-override{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.9px;
    margin: 0;
}
.front-end-override-specs{
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #4578E5 !important;
    font-weight: bold;
}