/*
Theme Name: Magazine Pro
Theme URI: http://my.studiopress.com/themes/magazine/
Description: Put yourself on the front lines of online publishing with the up-to-the-minute, high-gloss look and feel of the Magazine theme.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 3.7.6.92

Tags: accessibility-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: magazine-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 36px;
    margin: .67em 0;
    color: #00843D;
}

h2, h3, h4 {
    color: #000;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

/* stylelint-enable */

html {
    background: #131a22;
}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff;
    color: #222;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    overflow-x: hidden;
}

body.magazine-landing {
    background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    /*transition: all 0.1s ease-in-out;*/
}

::selection {
    background-color: #222;
    color: #fff;
    text-shadow: none;
}

a {
    background-color: inherit;
    color: #00843D;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #0274be;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

mark {
    background-color: #ddd;
    color: #000;
}

blockquote,
blockquote::before {
    color: #888;
}

blockquote {
    margin: 40px;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 2px solid currentColor;
    clear: left;
    color: #eee;
    margin: 1.65em 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 16px;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: 0;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #888;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #999;
    font-family: Arial, sans-serif;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-family: Arial, sans-serif;
    opacity: 1;
}

::placeholder {
    color: #999;
    font-family: Arial, sans-serif;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar .widget a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
    background-color: #f90;
    border: 0;
    color: #fff;
    cursor: pointer;

    padding: 16px 24px;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    color: #fff;
    background-color: #0274be;
    border: 0;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border: 0;
    color: #565656;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 500;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
    font-weight: bold;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

body.single-category .site-inner,
body.single-category .wrap,
body.single-listing .site-inner,
body.single-listing .wrap,
body.page-id-22 .site-inner,
body.page-id-22 .wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    padding-top: 0;
}

.single-listing .site-inner {
    padding-top: 0;
}

.magazine-landing .site-inner {
    padding-bottom: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 750px;
}

.magazine-landing.full-width-content .content {
    float: none;
    margin: 0 auto;
    max-width: 800px;
}

.magazine-landing .content {
    background-color: #fff;
    padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 540px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.author-box .avatar {
    margin-right: 30px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.entry-content .wp-caption-text {
    font-size: 16px;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    border-bottom: 1px dotted #888;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.archive-description,
.author-box {

}

.archive-description,
.author-box {

}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
    margin-bottom: 0;
}

.archive-title + p {
    margin-top: 24px;
}

.author-box-title {
    color: #222;
    font-size: 16px;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    position: relative;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}

@media only screen and (min-width: 841px) {

    .genesis-nav-menu .menu-item .sub-menu.show-sub-menu {
        display: block !important;
        opacity: 1 !important;
        left: auto !important;
    }

}

nav.nav-primary .sub-menu-toggle,
#genesis-mobile-nav-primary,
.genesis-responsive-menu .genesis-nav-menu .menu-item a {
    outline: none;
}

.footer-widgets .search-form input {
    border: 0;
}

.genesis-nav-menu .search-form input {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    text-transform: uppercase;
    width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
    color: #fff;
}

.genesis-nav-menu .search-form input:focus {
    border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"]:focus {
    border-left: 1px solid #ddd;
    box-shadow: none;
    padding: 14px 16px;
    right: 2px;
    top: 2px;
}

/* Titles
--------------------------------------------- */

h1.entry-title,
h1.archive-title {
    font-size: 36px;
    line-height: 1.4;
    margin-top: 30px;
}

h2.entry-title {
    margin-top: 20px;
}

.entry-title a {
    font-weight: bold;
    text-decoration: underline;
    color: #0274be;
}


.entry-title a:focus,
.entry-title a:hover {
    color: #00843d;
}

article p a,
article ul li a {
    font-weight: bold;
    text-decoration: underline;
    color: #0274be;
}

article p a:focus,
article p a:hover,
article ul li a:focus,
article ul li a:hover {
    color: #00843d;
}


.sidebar .widget-title a {
    color: #222;
    font-weight: 500;
}


.widget-title {
    clear: both;
    font-size: 16px;
    margin-bottom: 24px;
}

.sidebar .widget-title {
    background-color: #222;
    color: #fff;
    padding: 10px;
}

.sidebar .enews .widget-title {
    background: none;
    padding: 0;
}

.footer-widgets .widget-title {
    color: #fff;
}

.magazine-landing .widget-title {
    background-color: #fff;
    color: #222;
}

.archive-title {

}

/* Widgets
---------------------------------------------------------------------------- */

.widget,
.widget li {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding-bottom: 0;
}

.widget ul > li:last-child {
    margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
    margin: 0;
    padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
    clear: both;
    overflow: hidden;
}

.featured-content .entry {
    margin-bottom: 30px;
}

.sidebar .featured-content .entry {
    border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
    border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    border: 0;
    font-size: 24px;
    line-height: 1.2;
}

.sidebar .featured-content .entry-title {
    font-size: 20px;
}

.featured-content .entry-title a {
    border: 0;
}

.featured-content a.alignnone {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
}

.featured-content .entry-header .entry-meta {
    margin-bottom: 10px;
}

.featured-content ul {
    clear: both;
    margin-bottom: 30px;
}

.featured-content li {
    list-style-type: none;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

.widget-area .enews-widget {
    background-color: #222;
    color: #aaa;
    padding: 40px;
}

.widget-area .enews-widget .widget-title {
    color: #fff;
}

.widget-area .enews-widget input:focus {
    border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
    background-color: #00843D;
    color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #222;
}

.magazine-landing .widget-area .enews-widget input:focus[type="submit"],
.magazine-landing .widget-area .enews-widget input:hover[type="submit"] {
    background-color: #222;
    color: #fff;
}

.magazine-landing .widget-area .enews-widget {
    background-color: #fff;
    color: #222;
}

.magazine-landing .widget-area .enews-widget .widget-title {
    color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
    margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */

.primary-nav .site-header {
    background: #00843D;

}

.custom-logo-link {
    width: 325px !important;
    height: 50px !important;
    max-width: 325px !important;
    display: block;
}

.custom-logo-link img {
    width: 325px !important;
    height: 50px !important;
    max-width: 325px !important;
}

@media only screen and (max-width: 1080px) {


    .custom-logo-link {
        width: 195px !important;
        height: 30px !important;
        max-width: 195px !important;
    }

    .custom-logo-link img {
        width: 195px !important;
        height: 30px !important;
        max-width: 195px !important;
    }
}

/* When the body has class 'home' but not 'disable-sticky-header' */
body.home:not(.disable-sticky-header) .primary-nav .site-header {
    padding-top: 49px;
    width: 100%;
    min-height: 148px;
    position: fixed;
    left: 0;
    z-index: 998;
}

/* All the rest of the pages when sticky */
body.primary-nav:not(.disable-sticky-header):not(.home) .site-header {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 998;
    min-height: 119px;
    padding-top: 42px;
}

@media only screen and (min-width: 1081px) {
    .home.primary-nav .site-header {
        padding: 60px 0 15px 0;
        background: #00843D;
        width: 100%;
        min-height: 170px;
    }

    body:not(.disable-sticky-header).home.primary-nav .site-header {
        position: fixed;
        left: 0;
        z-index: 998;
    }
}

.site-header .wrap {
    padding: 0 20px;
}

body.home .site-header .wrap {
    padding: 10px 20px;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
}

.wp-custom-logo .title-area {
    padding: 0 0 0 10px;
    text-align: center;
    margin-top: 2px;
}

.wp-custom-logo .title-area img {
    width: auto;
    display: block;
}

.site-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #222;
    font-weight: 900;
}

.site-description {
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Widget Area
--------------------------------------------- */

.site-header #top-search {
    float: right;
    text-align: right;
    width: calc(98% - 310px);
    margin: 15px 0 10px 0;
}

.site-header .widget-area p {
    margin-bottom: 0;
}

#header-tagline {
    color: #fff;
    padding: 5px;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: bold;
    background: #005f2f;

}

#header-tagline h1 {
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

body:not(.disable-sticky-header) #header-tagline {
    margin-top: 119px;
}

body:not(.disable-sticky-header).home.primary-nav #header-tagline {
    margin-top: 170px;
}

#tagline {
    color: #fff;
    padding: 0;
    text-align: center;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
}

#trusted {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#surplus-logged-in-as-inner {
    color: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
    font-weight: bold;
    background: red;
    padding: 0 20px;
}

#surplus-logged-in-as a {
    color: white;
    text-decoration: underline;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
}


.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu > .menu-item:first-child {

}

.genesis-nav-menu a {
    border: 0;
    color: #222;
    display: block;
    padding: 10px 28px;
    position: relative;
}


.genesis-nav-menu > li > a {
    color: white;
}

.genesis-nav-menu > li:first-child > a {
    padding-left: 0;
}

.genesis-nav-menu > li:last-child > a {
    padding-right: 0;
}

.genesis-nav-menu > li > a:hover,
.genesis-nav-menu > li.current-menu-item > a {
    color: #ccc !important;
}

@media only screen and (min-width: 841px) {

    .genesis-nav-menu > li.menu-item-has-children > a span:after {
        content: "";
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 5px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 9px;
        right: 11px;
    }

    .genesis-nav-menu > li.current-menu-item > a span:after,
    .genesis-nav-menu > li.menu-item-has-children > a:hover span:after {
        border-color: #ccc transparent transparent transparent;
    }
}

@media only screen and (max-width: 1085px) {
    .genesis-nav-menu a {
        padding: 10px 18px;
    }

    .genesis-nav-menu > li.menu-item-has-children > a span:after {
        right: 3px;
    }
}

@media only screen and (max-width: 1180px) {
    .genesis-nav-menu .menu-item {
        border: none !important;
    }
}

@media only screen and (min-width: 841px) {
    .genesis-nav-menu .sub-menu {
        left: -9999px;
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease-in-out;
        width: 280px;
        z-index: 99;
        border-bottom: 1px solid #ccc;

    }

    .genesis-nav-menu .sub-menu .sub-menu {
        left: 0 !important;
        opacity: 1 !important;
        position: relative !important;
        transition: none !important;
        width: 280px !important;
        margin: 0 !important;
        border-bottom: none !important;
    }
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #005f2f;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 15px;
    padding: 20px;
    position: relative;
    text-transform: none;
    width: 280px;
    line-height: 1.3em;
}

.genesis-nav-menu .sub-menu li.menu-item-has-children > a {
    padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu .sub-menu a {
    border: none;
    padding: 5px 10px 5px 40px;
    font-size: 13px;
}

.genesis-nav-menu .sub-menu .sub-menu li:last-child a {
    padding-bottom: 10px;
}

@media only screen and (max-width: 840px) {


    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: #ccc !important;
    }

    .genesis-nav-menu .sub-menu a {
        background-color: transparent;
        color: #fff;
        border: none;
        font-size: 15px;
        padding: 20px;
        position: relative;
        width: auto;
    }
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
    margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #232f3e;
    width: 100%;
    -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 5px rgba(118, 118, 118, 0.2);
}


body:not(.disable-sticky-header) .nav-primary {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

body:not(.disable-sticky-header).admin-bar .nav-primary {
    top: 32px;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-top: -100px;
    padding-top: 100px;
}

.nav-secondary .wrap {
    border-bottom: 1px solid #222;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 0;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
    border-bottom: 2px solid #eee;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 1em;
}

.entry-content ol,
.entry-content ul {
    padding-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-meta {

}

.entry-header .entry-meta {
    margin-bottom: 30px;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    border-bottom: 1px solid #222;
    border-top: 2px solid #222;
    margin-top: 40px;
    padding: 30px 0;
}

.after-entry p:last-child {
    margin-bottom: 0;
}

.after-entry .widget {
    margin-bottom: 30px;
}

.after-entry .widget:last-child {
    margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #222;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #00843D;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 50px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    padding: 24px;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
    color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
    color: #aaa;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
    box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
    margin-bottom: 24px;
}

.sidebar li {
    border-bottom: 1px dotted #888;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited,
.tagcloud a {
    background-color: #eee;
    color: #222;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover,
.tagcloud a:hover {
    background-color: #00843D;
    color: #fff;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #232f3e;
    color: #aaa;
    clear: both;
    font-size: 14px;
    padding: 40px 0 40px;
}


.footer-widget-area {
    margin: 0 55px 0 0;
    float: left;
    padding: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 1280px) {
    .footer-widget-area {
        margin: 0 40px 0 0;
    }
}

@media only screen and (max-width: 1210px) {
    .footer-widget-area {
        margin: 0 30px 0 0;
    }
}

.footer-widgets .wrap > div:first-child {
    margin-left: 0;
    width: 420px;
    padding-left: 10px;
}

.footer-widgets .wrap > div:last-child {
    margin-right: 0;
}

/* Each widget area should take equal space */
.footer-widget-area {
    /*flex: 1 1 calc(20% - 20px);
    margin: 10px;
    box-sizing: border-box;*/
}

/* Ensure the widget titles and other content are styled well */
.widget-area .widget-title {
    margin-bottom: 10px;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    /* Stack widgets vertically on smaller screens */
    .footer-widget-area {
        flex: 1 1 100%;
    }
}


.footer-widgets a {
    color: #fff;
    font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
    color: #ccc;
}

.footer-widgets p:last-child {
    margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets .widget {
}

.footer-widgets li {
    margin-bottom: 5px;
    font-size: 12px;
}

.footer-widgets .enews-widget {
    padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
    background-color: #eee;
    color: #222;
}

.sm-container {
    display: flex; /* Use flexbox to align all the divs in one line */
    gap: 10px; /* Adds a gap of 5px between each svg-wrapper */
}

.svg-wrapper {
    width: 35px;
    height: 35px;
    background-color: #ffffff; /* White circular background */
    border-radius: 50%; /* Make the background circular */
    display: flex; /* Center the anchor inside the wrapper */
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.svg-wrapper:hover {
    background-color: #d3d3d3; /* Light grey background on hover */
}

.svg-wrapper a {
    display: flex; /* Ensure the link itself is also centered */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.svg-wrapper img {
    width: 18px; /* Set the width of the SVG icon */
    height: 18px; /* Set the height of the SVG icon */
}


.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type="button"]:focus,
.woocommerce .footer-widgets input[type="button"]:hover,
.woocommerce .footer-widgets input[type="reset"]:focus,
.woocommerce .footer-widgets input[type="reset"]:hover,
.woocommerce .footer-widgets input[type="submit"]:focus,
.woocommerce .footer-widgets input[type="submit"]:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
    background-color: #fff;
    color: #222;
}

ul#menu-footer-menu {
    text-align: center;
}

ul#menu-footer-menu li {
    display: inline-block;
    margin: 10px;
}


#custom_html-4 {
    text-align: left;
    margin-bottom: 10px;
}

#custom_html-4 #footer-logo-text {
    position: relative;
    top: 6px;
}


#footer-alert-form {
    padding: 0 0 30px 0;
}

#footer-alert-form .input-container {
    text-align: left;
    display: flex;
    border: 1px solid #d1d5db; /* Light border color to outline the container */
    border-radius: 8px; /* Rounded border for the container */
    overflow: hidden; /* Prevent elements from overflowing */
    background-color: #f9fafb; /* Light gray background for the container */
    padding: 5px;
    max-width: 390px;
}

#footer-alert-email {
    border: none; /* Remove default border */
    padding: 10px 10px; /* Padding for the input */
    outline: none; /* Remove the default outline on focus */
    font-size: 15px;
    flex: 1; /* Allow the input to grow and fill available space */
}

.footer-alert-button {
    border: none; /* Remove default border */
    background-color: #041e42; /* Dark blue background for the button */
    color: #ffffff; /* White text color */
    padding: 5px 20px; /* Padding for the button */
    font-size: 12px;
    cursor: pointer; /* Show pointer cursor on hover */
    border-radius: 12px; /* Rounded corners on the right side */
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    line-height: 26px;
}

#footer-alert-button:hover {
    background-color: #082a43; /* Slightly darker blue on hover */
}


#custom_html-5 {
    /*margin-top: 10px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;*/
}

#custom_html-5 a {
    color: #fff;
}

#custom_html-5 .fas {
    margin-right: 10px;
}


/* Main menu items styling */
.footer-widgets-4 .widget_nav_menu .menu-item > a {
    color: #fff; /* Adjust the color as per your design */
}

.footer-widgets-4 .widget_nav_menu .menu-item > a {
    font-weight: bold;
}

.footer-widgets-4 .widget_nav_menu .sub-menu .menu-item > a {
    font-weight: normal;
}

/* Submenu styling */


.footer-widgets-4 .sub-menu {
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 0; /* Add padding to create indentation */
    background: transparent url(/wp-content/themes/magazine-pro/images/subarrows2.png) no-repeat 0 0; /* Add the arrow icon */
}

.footer-widgets-4 #menu-item-5231 .sub-menu {

    background: transparent url(/wp-content/themes/magazine-pro/images/subarrows.png) no-repeat 0 0; /* Add the arrow icon */
}

.footer-widgets-4 .sub-menu .menu-item {
    list-style: none; /* Remove the default bullet point */
    position: relative; /* To position the image icon */
    padding-left: 10px; /* Space for the arrow icon */
    margin-bottom: 0; /* Add space between items */
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {

}

.site-footer .wrap {
    padding: 10px 0;
    background-color: #131a22;
    font-size: 14px;
    text-align: center;
    max-width: 100% !important;
}

.site-footer,
.site-footer a {
    color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}

#footer-tos-links {
    background: #0f151c;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

#footer-tos-links a {
    color: white;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 1280px) {
    .title-area {
        padding-left: 110px;
    }

    .site-header #top-search {
        margin-right: 110px;
        max-width: 640px;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1279px) {
    .title-area {
        padding-left: 0;
    }

    .site-header #top-search {
        margin-right: 0;
        max-width: 640px;
    }
}

@media only screen and (max-width: 1280px) {

    .site-inner,
    .wrap {
        max-width: 1280px;
        padding: 0 20px;
    }

}

@media only screen and (max-width: 1209px) {
    .footer-widgets-1 {
        margin-left: 0;
        padding-left: 0 !important;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        max-width: 100%;
        width: 100%;
    }

    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .footer-widgets-5 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1080px) {


    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-header .title-area,
    .wp-custom-logo .site-header .widget-area,
    .wp-custom-logo .site-header .title-area {
        max-width: 100%;
        width: 100%;
    }


    .custom-logo-link {
        display: block;
        margin: 0 auto;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .site-header .title-area {
        padding-top: 10px;
    }

    .wp-custom-logo .title-area {
        margin-top: 0;
    }

    .site-header .widget-area {
        margin-top: 10px;
    }

    #header-tagline {
        display: none;
    }

    .site-header #top-search {
        float: none;
        width: 100%;
        clear: both;
        padding-top: 10px;
    }

    .nav-primary {
        position: static !important;
    }

    .primary-nav .site-header {
        padding-top: 0 !important;
        position: static !important;
        width: 100% !important;
        left: auto !important;
        z-index: 0 !important;
        min-height: 0 !important;
    }

    .featured-content .entry,
    .site-header .search-form,
    .site-title {
        float: none;
    }

    .title-area {
        padding-top: 0;
    }

    .title-area {
        padding-bottom: 0;
    }

    .genesis-nav-menu > .right {
        display: none;
    }

}

@media only screen and (max-width: 840px) {

    .primary-nav .site-header {
        padding-top: 60px !important;

    }
    /*
        .js nav.nav-primary {
            display: none;
        }
    */
    /*
    .site-header {
        padding-top: 52px !important;
    }

    nav.nav-primary {
        margin-top: 52px;
    }
*/
    .site-inner {
        max-width: 100%;
    }


    .genesis-nav-menu > .first > a {
        padding-left: 20px;
    }

    .admin-bar nav.nav-primary {
        top: 0;
    }

    nav.genesis-responsive-menu {
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .site-header nav .wrap {
        padding: 0;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border: 0;
        background-color: #fff;
        color: #222;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    nav.nav-primary .sub-menu-toggle,
    #genesis-mobile-nav-primary {
        background-color: #222;
        color: #fff;
        min-height: 52px;
    }


    .menu-toggle:hover,
    .menu-toggle:focus {
        color: #aaa;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background-color: #fff;
        color: #aaa;
        border: 0;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        outline: 1px solid #ccc;
    }

    .sub-menu-toggle:focus {
        outline-offset: -1px;
    }

    .menu-toggle {
        line-height: 20px;
        position: absolute;
        right: 0;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle::before {
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 100;
    }

    nav.nav-primary .sub-menu-toggle:focus,
    nav.nav-primary .sub-menu-toggle:hover {
        background-color: transparent;
        color: #aaa;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        transform: rotate(0);
    }

    .sub-menu-toggle.activated::before {
        transform: rotate(180deg);
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: 0;
        margin-bottom: 1px;
        margin-top: 1px;
        padding: 15px 20px;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

}

/* EPC DEFINED */

a.wp-block-button__link {
    display: inline-block !important;
    padding: 5px 20px !important;
    margin: 0 0.3em 0.3em 0 !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-align: center !important;
    position: relative !important;
    text-transform: none !important;
    font-size: 18px !important;
}

a.wp-block-button__link:hover {
    background-color: #0274be !important;
}

a.wp-block-button__link:active {


}


select {
    padding: 5px 5px;
}

#field_1_23 {
    margin-top: -15px;
}

#input_1_29 {
    max-width: 190px;
}


#label_6_18_1 {
    font-weight: bold;
}


#input_1_5,
#input_27_5 {
    height: 100px;
}

#input_6_4 {
    height: 200px;
}

.gform_required_legend {
    display: none;
}


#industry-news-filter input[type="text"],
#industry-news-filter select,
#industry-news-filter input[type="submit"] {
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

    #industry-news-filter {
        display: flex;
        flex-wrap: wrap; /* keeps it responsive */
        align-items: center; /* vertically centers inputs */
        gap: 10px; /* space between fields */
        margin-bottom: 20px; /* optional spacing below form */
    }

    #industry-news-filter label {
        margin: 0; /* remove default label margins */
        font-weight: 600; /* optional: makes Search label bold */
    }

    #industry-news-filter input[type="text"],
    #industry-news-filter select,
    #industry-news-filter input[type="submit"] {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 1.4;
    }

    #industry-news-filter input[type="text"],
    #industry-news-filter select {
        flex: 1; /* make text + category take up space */
        /*min-width: 500px;*/ /* prevents them from shrinking too much */
    }

    #industry-news-filter select {
        max-width: 320px; /* optional: limits how wide the category can get */
    }

    #industry-news-filter input[type="text"] {
        width: 100%;
        max-width: 400px;
    }

    #industry-news-filter input[type="submit"] {
        flex: 0 0 auto; /* button keeps its natural width */
        cursor: pointer;
    }

}

#sub-categories {
    margin-top: 20px;
}

.single-dealer .site-inner {
    margin-bottom: 20px;
}

#dealer {
    overflow: hidden;
}

#dealer #dealer-logo {
    text-align: center;
    margin: 20px 0 0 0;
    clear: both;
}

#dealer-logo img {
    max-width: 100%;
    height: auto;
}

#dealer-columns {
    margin-top: 30px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    #dealer-left {
        float: left;
        width: 320px;
    }

    #dealer-right {
        float: right;
        width: calc(100% - 360px);
    }
}

.fc-full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.fc-content {
    clear: both;
    overflow: hidden;
}

.wp-block-embed {
    margin-bottom: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    max-width: 1120px;
}

.wp-block-cover-image .wp-block-cover__inner-container .wp-block-embed,
.wp-block-cover .wp-block-cover__inner-container .wp-block-embed {
    padding-top: 30px;
    padding-bottom: 30px;
}

.wp-block-cover-image .wp-block-cover__inner-container .wp-block-gallery,
.wp-block-cover .wp-block-cover__inner-container .wp-block-gallery {
    padding-top: 30px;
    padding-bottom: 0;
}

.has-black-color {
    color: #000 !important;
}

.has-black-background-color {
    background-color: #000 !important;
}

.has-white-color {
    color: #fff !important;
}

.has-white-background-color {
    background-color: #fff !important;
}

.has-dark-gray-color {
    color: #3A3A3A !important;
}

.has-dark-gray-background-color {
    background-color: #3A3A3A !important;
}

.has-blue-color {
    color: #0174BE !important;
}

.has-blue-background-color {
    background-color: #0174BE !important;
}

#dealer .fas {
    width: 1.2em;
    color: #00843D;
}

#dealer-title {
    font-size: 20px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
}

#dealer-advertiser-since {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.premium-level-dealer {
    color: #222;
    text-transform: uppercase;
    margin-right: 20px;
}

#dealer-address {
    margin: 0;
}

.dealer-contact {
    background: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 30px;
}

.dealer-contact:nth-child(2) {
    margin-bottom: 0;
}

.dealer-contact-inner {
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
}

.dealer-contact h1,
.dealer-contact h2 {
    background: #00843D;
    color: white;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
}

.dealer-contact-person {
    font-weight: bold;
}

.dealer-contact a,
#dealer-map a {
    text-decoration: underline;
}

#dealer-right h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

#dealer-products ul {
    column-count: 2;
    list-style-type: none;
    margin-left: 0;
}

#dealer-products ul li {
    margin-left: 0;
    font-size: 14px;
}

#dealer-associations table {
    width: 100%;
}

#dealer-associations table tr td,
#dealer-associations table tr th {
    text-align: left;
    padding: 3px;
    width: 33.3333%
}

.association-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#dealer-additional-contacts,
#dealer-associations {
    margin-top: 20px;
}

#dealer-additional-contacts table tr th,
#dealer-additional-contacts table tr td {
    padding: 5px 10px;
    text-align: left;
    width: 33.333%;
}

#dealer_map_wrap {
    display: none;
    padding-bottom: 20px;
}

#dealer_map_canvas {
    width: 100%;
    height: 400px;
}

#dealer-map-hide {
    display: none;
}


#filter-dealer-category-label {
    clear: both;
}

#filter-dealer-category {

}

@media only screen and (min-width: 1024px) {

    #filter-dealer-keyword {
        overflow: hidden;
        float: left;
        min-width: 540px;
    }

    #filter-dealer-buttons {
        float: left;
    }
}

#filter-dealer-submit-reset-buttons {
    float: left;
    margin-right: 20px;
}

#filter-dealer-submit-reset-buttons .filter-button {
    height: 40px;
}

#filter-dealer-hide-photos {

    text-align: left;
}

#surplus-category-filter-select {
    margin: 0 20px 20px 0;
    width: auto;
}

@media only screen and (max-width: 1000px) {
    #surplus-category-filter-select {
        width: 100%;
    }
}

#surplus-category-filter-form {
    clear: both;
    overflow: hidden;
}

#search-forms {

    width: 100%;
}


#surplus-category-filter-form label {
    display: block;
    font-weight: bold;
    margin-right: 10px;
}

.filter-button {
    margin-right: 20px;
}

.post-author,
.post-date {
    font-weight: bold;
    margin-bottom: 5px;
}

.post-categories {
    margin-bottom: 5px;
}

.entry-meta .entry-time {
    font-weight: bold;
}

/*
#new-equipment-placeholder{
    width: 130px;
}

#sort-placeholder {
    width: 150px;
}*/

#new-equipment-placeholder .filter-field-label-text,
#sort-placeholder .filter-field-label-text {
    display: none;
}

.page-id-564 #new-equipment-placeholder .filter-field-label-text {
    display: block;
}

#new-equipment-placeholder select,
#sort-placeholder-select {
    border-radius: 5px;
    border: 1px solid #aaa !important;
}

#auctions-placeholder {
    min-height: auto;
    text-decoration: none;
    color: #222;
    border: 1px solid #aaa !important;
    padding: 8px 15px 6px 15px;
    line-height: 1em;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

#auctions-placeholder:hover {
    border: 1px solid #0174BE !important;
}

#auctions-placeholder input {
    display: none;
}

#auctions-placeholder .filter-field-label-text {
    display: inline-block;
    font-size: 14px;
    color: #222;
    font-weight: normal;
    line-height: 1em;
}

.auction-checkbox {
    padding-left: 20px;
}

.auction-checked {
    background: transparent url(images/icons/check.png) no-repeat 0 0;
}

.auction-unchecked {
    background: transparent url(images/icons/square.png) no-repeat 0 0;
}

#hide-show-photos-div {
    margin-right: 0;
}

#surplus-category-filter-form #hide-show-photos-div label,
#additional-filter-actions #hide-show-photos-div label {
    margin-right: 0;
}

#hide-photos {
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}

.toggle-switch {
    margin-top: 0;
    font-size: 14px;
    color: #888888;
    display: inline-block;
}

.toggle {
    height: 12px;
    width: 30px !important;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0 20px 0 0;
    border: none !important;

    background-color: #abedd4 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease;

}

.toggle:focus {
    outline: 0;
}

.toggle:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00843D;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
    transform: translatex(20px);

}

.toggle-transition {

}

.toggle-transition:after {

}

.toggle:not(:checked) {
    border: none !important;
    background: #e5e5e5 !important;
}

.toggle:not(:checked):after {
    background: #b2b2b2;
    transform: translatex(-2px);

}

.single .entry-header {
    margin-bottom: 1em;
}

.about-the-author {
    margin-top: 30px;
    border-bottom: 2px solid #41A66C;
}

.news-author {
    overflow: hidden;
    margin-bottom: 30px;
}

.news-author-pic img {
    border-radius: 150px;
}

.news-author-pic {
    margin-bottom: 20px;
}

@media only screen and (min-width: 601px) {

    .has-news-author-image .news-author-pic {
        width: 200px;
        float: right;
    }

    .has-news-author-image .news-author-bio {

        float: left;
        width: calc(100% - 230px);
    }

    .news-author-pic {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 600px) {
    .about-the-author,
    h3.news-author-name,
    .news-author-pic {
        text-align: center;
    }

}

#top-banner-ads {
    text-align: center;
    margin: 30px auto;
    min-height: 50px;
}

@media only screen and (min-width: 800px) {
    #top-banner-ads {
        height: 90px;
    }

}

.banner-visible {
    display: block !important;
}

.banner-ad img {
    display: block;
    margin: 0 auto;
}

#listings {

}

.sr-pagination {
    margin: 30px 0;
}

.sr-pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #ccc;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}

.sr-pagination .page-numbers.current,
.sr-pagination a.page-numbers:hover {
    background: #00843D;
    color: white;
}

#featured-listings-list-bottom {
    margin-top: -20px;
}

#listings-list {
    margin-bottom: 30px;
}

.listing {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 0;
    background-color: #f9f9f9;
    position: relative;
}

.create-alert-in-listings {
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.create-alert-in-listings-inner {
    border: 3px solid #005f2f;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    background: #F4F4F4;
    font-weight: 500;
}

.create-alert-after-listings {
    border-bottom: none;
}

#load-more-listings {
    margin: 30px auto;
    text-align: center;
}

.listing.wasCloned {
    border-bottom: none;
    padding-bottom: 0;
}

.listing.wasCloned .listing-summary-footer {
    display: none;
}

.first-listing,
.first_listing_after_featured {
    border-top: 1px solid #ccc;
}

.listing-clone.first-listing {
    border-top: none;
}

.listing.even-row {
    background-color: #E8E8E8;
}

.listing-summary-with-photos {

}

.listing-summary .listing-data span {

}

.featured-listing {
    border: 1px solid #00843D !important;
    background: #effcef !important;
    margin: 10px 0;
}

.featured-listing.first-listing {
    margin-top: 0;
}

.featured-listing-text {
    background: #00843D;
    color: white;
    padding: 3px 5px;
    line-height: 1em;
    margin: auto;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    -webkit-box-shadow: -1px 0 8px 0 #8c8c8c;
    box-shadow: -1px 0 8px 0 #8c8c8c;
    font-size: 12px;
    font-weight: bold;
}

.listing-just-added {
    background: #0274be;
    width: 100px;
    font-style: italic;
}

.featured-listing.hide-listing-photos {
    padding-top: 30px;
    padding-bottom: 30px;
}

.featured-listing.hide-listing-photos .featured-listing-text {
    width: 100%;
    background: #00843D;
}

.featured-listing.show-listing-photos h3.listing-title {
    width: calc(100% - 90px);
}

.listing-date-added {
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
    line-height: 1.5em;
}

.listing-data a {
    color: #0274be;
}

.listing-data a:hover {
    text-decoration: underline;
}

.listing-summary .listing-label {
    font-weight: bold;
}

h3.listing-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}

.listing-summary .listing-data {
    font-size: 14px;
}

@media only screen and (min-width: 850px) {

    .listing-summary .listing-data {
        display: inline-block;
        width: calc(40% - 10px);
        vertical-align: top;
        margin-right: 0;
        padding-right: 10px;
    }

    .listing-summary .listing-data-year,
    .listing-summary .listing-location {
        width: 21%;
        padding-right: 0;
    }

}

.listing-photo-div {
    width: 160px;
    margin: 0 10px 10px 10px;
    text-align: center;
}

.listing-summary {
    margin: 0 10px;
}

.wasCloned .listing-summary-inner {
    padding: 0 10px 0 0 !important;

    width: 100% !important;
    float: none !important;
}

@media only screen and (min-width: 769px) {

    .wasCloned .listing-summary-inner {
        padding: 0 10px !important;
    }

    .hide-listing-photos .listing-summary-inner {
        padding: 0 10px;
        width: calc(100% - 220px);
        float: left;
    }

    .listing-summary {
        margin: 0 10px 0 0;
    }

    .listing-photo-div {
        float: left;
        margin-bottom: 0;
    }

    .show-listing-photos .listing-summary {
        float: left;
        width: calc(100% - 190px);

    }
}

.listing-photo {
    max-height: 150px;
    width: auto;
}

.listing-photo img {
    width: 200px;
    height: auto;
}

.no-listing-photo .listing-photo-div {
    height: 122px;
    background: #eee;
    border: 1px solid #ccc;
    width: 160px;
    margin-left: 10px;
}

.no-listing-photo-div img {
    display: block;
}

.no-listing-photo-text {
    text-align: center;
    margin-top: 36px;
    font-weight: bold;
    font-size: 14px;
}

.no-listing-photo-text span {
    display: block;
}

.no-listing-photo-text a {
    color: #00843D;
}

.no-listing-photo-text a:hover {
    color: #0274be;
}

.no-listing-photo-text-click {

}

.no-listing-request-button {

    width: 100px;
    margin: 2px auto;
    text-decoration: none;
    color: white;
    background: #00843D;
    padding: 5px 10px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 2px solid #016a42;

}

.no-listing-photo-text a:hover .no-listing-request-button {
    background: #0274be;
    color: white;
}

.listing-spec {
    margin: 0 0;
    font-size: 14px;
    line-height: 1.5em;
}

.listing-spec-price {
    color: #00843D;
}

.listing-spec-price .listing-spec-value{
    color: #00843D;
}

.hide-listing-photos .listing-summary-footer {
    float: right;
    width: 220px;
    text-align: right;
}

.listing-summary-footer {
    margin-top: 0;
}

.show-listing-photos .listing-summary-footer {
    margin-top: 10px;
}

.listing-description-on-category{
    font-size: 14px;
    line-height: 1.5em;
}

@media only screen and (min-width: 769px) {

    .show-listing-photos .listing-summary .listing-data {
        margin-top: 0;
    }

    .show-listing-photos .listing-description-on-category {
        margin-top: 0;
        margin-bottom: 0;
    }

    .show-listing-photos .listing-summary-footer-data-points-before-1,
    .show-listing-photos .listing-summary-footer-data-points-before-2 {
        margin-top: 5px;
    }

    .show-listing-photos .listing-summary-footer-data-points-before-3,
    .show-listing-photos .listing-summary-footer-data-points-before-4 {
        margin-top: 5px;
    }

}

.show-listing-photos .listing-summary-photo-block {
    float: left;
    width: 200px;
}

.hide-listing-photos .listing-summary-photo-block {
    font-size: 14px;
    margin-left: 0;
}

.listing-summary-photo-block span,
.listing-summary-view-details-block span {
    display: block;
    font-size: 14px;
    float: left;

}

.listing-summary-photo-block span.listing-photos a {
    background: transparent url(images/icons/camera.png) 9px 8px no-repeat;
    padding-left: 30px;
}

.listing-summary-photo-block span.listing-video a {
    background: transparent url(images/icons/video.png) 9px 8px no-repeat;
    padding-left: 35px;
}

.hide-listing-photos .listing-summary-view-details-block span.listing-make-offer,
.hide-listing-photos .listing-summary-view-details-block span.listing-request-price {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.listing-photos a,
.listing-video a {
    border: 1px solid transparent;
    display: inline-block;
    color: #0274be;
    padding: 3px 10px;
    border-radius: 5px;
}

.listing-photos a:hover,
.listing-video a:hover {
    border: 1px solid #0274be;
}

span.listing-expand-details {
    display: none;
}

.show-listing-photos .listing-summary-view-details-block {
    float: left;
    margin-right: 20px;
}

.hide-listing-photos .listing-summary-view-details-block {

}

.hide-listing-photos .listing-photo-div,
.hide-listing-photos .listing-data,
.hide-listing-photos .listing-description-on-category,
.hide-listing-photos .listing-view-details,
.hide-listing-photos .listing-contact-dealer,
.hide-listing-photos .listing-video,
.hide-listing-photos .auction-button-on-listings {
    display: none;
}

.hide-listing-photos span.listing-expand-details {
    display: block;
    margin-top: 5px;
    clear: left;
    float: right;
}

@media only screen and (min-width: 1120px) {
    .page-id-589 .listing-data-dealer-info-wrapper {
        margin-left: 30px;
    }
}

.show-listing-photos .listing-data-dealer-info-wrapper {
    display: none;
}

.hide-listing-photos .listing-data-dealer-info-wrapper {
    display: block;
    margin-top: 15px;
}

.listing-photos {
    margin-right: 5px;
}

.hide-listing-photos .listing-photos {
    margin-right: 5px;
    margin-top: 5px;
    float: right !important;
}

.listing-contact-dealer {
    margin-left: 10px;
    margin-right: 10px;
}

@media only screen and (max-width: 790px) {
    .listing-request-price,
    .listing-make-offer {
        clear: left;
        margin-top: 10px;
    }

    .auction-button-on-listings {
        margin-top: 10px;
    }
}

.go-back-listing,
.listing-view-details a,
.listing-contact-dealer a,
#listing-contact-dealer button,
.listing-contact-dealer button,
#listing-request-formal-quote button,
.listing-expand-details button,
.listing-action-button button,
#listing-request-more-info button,
#videourl-button a,
#pdf-button a,
#auction-button a,
#listing-buy-now a,
#checkout-button,
input[type=submit],
.dealer-result-see-dealer a,
#have-one-to-sell a,
#have-one-to-sell-2 a,
.create-alert a,
#listing-share-button a,
#auction-alerts-signup-link a,
.auction-button-on-listings a,
.filter-button,
#back-to-listing-also-viewed a,
.listing-request-price button,
.listing-make-offer button {
    text-decoration: none;
    color: white;
    background-color: #00843D;
    padding: 12px 16px;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    font-weight: 500;
}


#auction-button a:hover,
#checkout-button:hover,
#listing-buy-now a:hover,
.listing-view-details a:hover,
#listing-contact-dealer button:hover,
.listing-contact-dealer button:hover,
#listing-request-formal-quote button:hover,
.listing-expand-details button:hover,
.listing-action-button button:hover,
#listing-request-more-info button:hover,
#videourl-button a:hover,
#pdf-button a:hover,
input[type=submit]:hover,
.dealer-result-see-dealer a:hover,
#have-one-to-sell a:hover,
#have-one-to-sell-2 a:hover,
#listing-share-button a:hover,
#auction-alerts-signup-link a:hover,
.auction-button-on-listings a:hover,
.filter-button:hover,
#back-to-listing-also-viewed a:hover,
.listing-request-price button:hover,
.listing-make-offer button:hover {
    background-color: #0274be;
}

#listing-contact-dealer button,
#listing-request-formal-quote button{
    background-color: #00843D;
    padding: 15px;
}

#listing-contact-dealer button:hover,
#listing-request-formal-quote button:hover{
    background-color: #E23535;
}

#listing-request-formal-quote button{
    background: #00843D url(images/icons/envelope-white.png) 15px 17px no-repeat;
    padding-left: 40px;
}

.listing-expand-details button {
    background-image: url(images/icons/expand.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 20px;
}

.listing-request-price button,
.listing-make-offer button {
    background: #0274be;
    min-width: 170px;
}

.hide-listing-photos .listing-request-price button,
.hide-listing-photos .listing-make-offer button {
    min-width: 180px;
}

.create-alert a:hover,
.listing-request-price button:hover,
.listing-make-offer button:hover {
    background-color: #e23535;
}


body .gform_wrapper .gform_footer input[type=submit] {
    width: auto;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 8px 15px 6px 15px;
    line-height: 1em;
}


#gform_submit_button_1{
    text-decoration: none;
    color: white;
    line-height: 1em;
    text-align: center;
    font-size: 16px;
    border-radius: 7px;
    display: inline-block;
    font-weight: 500;
    background-color: #00843D;
    padding: 15px;
    width: 100%;
    max-width: 450px;
}

#gform_submit_button_1:hover{
    background-color: #e23535;
}

@media only screen and (max-width: 767px) {


    .hide-listing-photos .listing-summary-inner {
        padding: 0 10px 0 0;
        width: 100%;
        float: none;
    }

    .hide-listing-photos .listing-summary-footer {
        width: 100%;
        float: none;
        text-align: left;
        margin-top: 10px;
    }

    .hide-listing-photos.wasCloned .listing-summary-inner {
        width: 100%;
        float: none;
    }

    .hide-listing-photos .listing-summary-view-details-block {
        float: none;
    }

    .hide-listing-photos span.listing-expand-details {
        float: none;
    }

    .hide-listing-photos .listing-photos {

        float: none !important;
    }

}

@media only screen and (max-width: 550px) {

    .listing-summary h3 {
        font-size: 14px;
    }


    .show-listing-photos .listing-summary-view-details-block {
        float: none;
        margin-right: 0;
        overflow: hidden;
    }

    .listing-summary-photo-block {
        width: 100%;
        float: none !important;
        margin-top: 5px;
    }

    .show-listing-photos .listing-summary-photo-block {

        margin-top: 10px;
    }
}

.listing-view-details .fas {
    width: 10px;
}

.view-all-full-dealer-phone-number {
    display: none;
}

h2.view-all-dealer-listings-category-header {
    margin-top: 20px;
}

.page-id-589 .listing-summary,
.page-id-688 .listing-summary {
    margin: 0 10px;
    overflow: hidden;
}

.listing-summary .listing-title a:visited {
    color: purple;
}

.page-id-589 .listing-summary-inner,
.page-id-688 .listing-summary-inner {
    float: left;
    width: calc(100% - 145px);
}

.page-id-589 .listing-summary-footer,
.page-id-688 .listing-summary-footer {
    float: right;
    width: 140px;
}

.listing-data-view-all {
    display: inline-block;
    font-weight: 500;
    margin: 0 3px;
}

.listing-data-view-all::after {
    /* content: " | ";*/
}

.listing-data-view-all-no-pipe::after,
.listing-data-view-all:last-child::after {
    content: "";
}

.listing-data-view-all .listing-value {
    white-space: nowrap;
}

body.page-id-564 .listing-contact-dealer {
    margin: 0 auto;
}

body.page-id-564 .listing-contact-dealer button {
    white-space: nowrap;
    padding: 10px 10px;
    line-height: 1em;
}

.listing-summary-view-details-block-add-to-rfqs {
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #0274be;
    cursor: pointer;
}

.dealer-category-listings {
    margin: 30px 0;
}

.general-search-category-header,
.dealer-category {
    background: #666;
    overflow: hidden;
    clear: both;
    margin-bottom: 0;
    padding: 10px 10px;
    color: white;
}

.general-search-category-header {
    margin-top: 30px;
}

.general-search-category-header:first-child {
    margin-top: 0;
}

.dealer-category .listing-count {
    font-weight: bold;
}

.general-search-category-header a,
.dealer-category a {
    color: white;
    font-weight: normal;
}

.general-search-category-header a:hover,
.dealer-category a:hover {
    text-decoration: underline;
}

.general-search-category-header h2,
.dealer-category h2 {
    float: left;
    width: calc(100% - 120px);
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.dealer-category.listing-count {
    float: right;
    width: 100px;
    font-size: 18px;
    text-align: right;
}

.dealer-category .surplus-category-section {
    clear: both;
    margin-top: 0;
}

.surplus-category-section {
    font-weight: bold;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .surplus-category-section {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    .surplus-category-section-breadcrumb,
    .surplus-category-section-inner{
        flex: 1 1 0;
        min-width: 0; /* prevents overflow blowout */
    }

    #category-top-actions,
    #single-listing-top-actions {
        flex: 0 0 auto;
        text-align: right;
    }
}

.surplus-category-section .surplus-category-section-breadcrumb a{
    color: black;
}

.surplus-category-section .surplus-category-section-breadcrumb a:hover{
    color: #0274be;
    text-decoration: underline;
}

#have-one-to-sell,
.create-alert {
    margin: 10px 0;
}


@media only screen and (min-width: 768px) {
    .single-category .surplus-category-section-inner {

        margin-bottom: 10px;
    }

    #have-one-to-sell {
        text-align: right;
        margin: 0 0 0 10px;
    }

    .create-alert, #have-one-to-sell {
        display: inline-block;
    }

    .create-alert-single-category,
    #search-results-header .create-alert {
        text-align: right;
        margin: 0;
        display: inline-block;
    }

    #search-results-header {
        overflow: hidden;
    }

    #search-results-header h1 {
        width: calc(100% - 140px);
        float: left;
    }

    #search-results-header .create-alert {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 767px) {
    #have-one-to-sell {

        text-align: left;
        padding: 10px 0;
    }

    .create-alert-single-category,
    #search-results-header .create-alert {

        text-align: left;
        padding: 10px 0;
    }
}

#have-one-to-sell a,
#have-one-to-sell-2 a {
    background: #f90;
}

.create-alert a {
    background: #0474BF url(images/icons/bell.png) 15px 13px no-repeat;
    padding-left: 40px;
}

#auction-alerts-signup-link {
    text-align: center;
    margin: 10px auto;
}

#auction-alerts-signup-link a {
    font-size: 18px;
    background: #00843d;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
}

#dealer-categories {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 0;
}

@media only screen and (min-width: 601px) {
    #dealer-categories ul {
        margin-top: 20px;
        margin-left: 30px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    #dealer-categories ul li {
        padding-right: 10px;
    }
}

.see-more-dealer-listings {
    margin: 20px 0 30px 0;
    padding: 0 0;
}

.see-more-dealer-listings button {
    text-decoration: none;
    color: white;
    background: #00843D;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
}

#category-shortcuts {
    background: #f9f9f9;
    margin: 20px 0 20px 0;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    clear: both;
}

#category-shortcuts h2 {
    color: green;
}

@media only screen and (min-width: 600px) {
    #category-shortcuts ul {
        column-count: 2;
        column-gap: 10px;
    }
}

@media only screen and (min-width: 800px) {
    #category-shortcuts ul {
        column-count: 2;
        column-gap: 10px;
    }
}

#category-shortcuts.number-of-shortcuts-1 ul {
    column-count: auto;
    column-gap: 0;
}

#category-shortcuts.number-of-shortcuts-2 ul {
    column-count: auto;
    column-gap: 0;
}

.category-shortcut {
    font-size: 15px;
    margin: 2px 0 2px 20px;
    padding: 0 0;
}

#see-more-shortcuts a {
    color: #0274be;

}

.surplus-category-listings-count,
.dealer-listings-count {
    margin: 0;
    font-weight: bold;
    padding: 10px 5px;
    overflow: hidden;
    clear: both;
    /*border-top: 1px solid #eee;*/
}

.surplus-category-listings-count-inner,
.dealer-listings-count-inner {
    margin-bottom: 5px;
}

.surplus-category-listings-count-inner div,
.dealer-listings-count-inner div {
    display: inline-block;
}

#results-count {
    margin-right: 10px;
}

#advanced-motor-search-message p {
    margin-bottom: 0;
    margin-top: 5px;
}

@media only screen and (min-width: 930px) {
    .surplus-category-listings-count-inner,
    .dealer-listings-count-inner {
        float: left;
        width: 42%;
    }

    .page-id-22 #additional-filter-actions,
    .search #additional-filter-actions,
    .single-category #additional-filter-actions,
    .single-dealer #additional-filter-actions {
        float: right;
        clear: none;
        width: 58%;
        text-align: right;
    }

    #filter-dealer-hide-photos {
        float: right;
        text-align: right;
    }
}

#view-all-dealer-listings-address {

    margin-bottom: 10px;
}

#view-all-dealer-listings-link-div {
    font-weight: bold;
}

#surplus-category-alphabet-index,
#dealer-specialty-search {
    margin: 0 0 20px 0;
}

#surplus-category-search {
    margin: 0 0 20px 0;
    max-width: 600px;
}

#surplus-category-search label {
    font-weight: bold;
}

#surplus-category-alphabet-index a {
    font-size: 18px;
    font-weight: 500;
    margin-right: 20px;
    display: inline-block;
    text-decoration: underline;
}

#surplus-category-alphabet-image-wrapper{
    position: relative;
}

#category-section-image{
    margin-bottom: 20px;
}

@media only screen and (min-width: 1050px) {
    #category-section-image {
        position: absolute;
        right: 0;
        top: -60px;

    }
}

#category-section-image img{
    display: block;
}



.select2-search--dropdown {
    border-top: 1px solid #666;
}

#see-auctions {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid red;
}

#quick-find-keyword {
    padding: 3px 10px;
    width: 250px;
    border: 1px solid #06a668;
}

.fa-sync {

    color: #06a668;

    cursor: pointer;
}

.quick-find-reset {
    margin-left: 10px;
    cursor: pointer;
}

.surplus-category-letter-section,
.dealer-specialty-letter-section {
    margin: 0 0 20px 0;
    padding: 0;
}

.surplus-category-letter,
.dealer-specialty-letter {
    font-weight: bold;
    font-size: 26px;
    color: #06A668;
    border: 1px solid #eee;
    padding: 10px;
    line-height: 1;
    background: #F4F4F4;
}

.surplus-category-letter-section-list,
.dealer-specialty-letter-section-list {
}

.surplus-category-letter-section-list mark {
    background: none !important;
    font-weight: bold;
    color: #0274be !important;
}

.has-also-see,
.surplus-category-also-see {
    display: inline-block;
}

.has-also-see {
    margin-right: 10px;
}

#no-results {
    margin: 20px 0;
    color: #333;
    font-style: italic;
}

.surplus-category-row,
.dealer-specialty-row {
    padding: 5px 10px;
}

.surplus-category-row.even-row,
.dealer-specialty-row.even-row {
    background: #F4F4F4;
}

.surplus-category-row,
.dealer-specialty-row {
    border: 1px solid #F4F4F4;
}

.surplus-category-row {
    border-top: none;
}

.surplus-category-row span.name {
    font-weight: bold;
}

#sub-categories h2 {
    font-size: 20px;
    font-weight: 600;
}

#sub-categories > .surplus-category-row {
    border-top: 1px solid #F4F4F4;
}

#sub-categories.surplus-category-also-see {
    border-top: none;
}

#sub-categories .even-row {
    background: #F4F4F4;
}

.fa-eye {
    margin-right: 7px;
    color: #047704;
}

.single-listing article {
    margin: 0 0 30px 0;
}

.single-listing .entry-title {
    font-size: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.single-listing h1.entry-title {
    margin-top: 20px !important;
}

.single-listing .surplus-category-section-breadcrumb {

    line-height: 40px;
    padding-top: 7px;
}

.single-listing #single-listing-top-actions {

    text-align: right;
    padding: 4px 0;
}

.listing-band {
    clear: both;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {

    #listing-band-1 {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
    }

    #listing-spec-list {
        flex: 1 1 0;
        min-width: 0; /* prevents overflow blowout */
    }

    #listing-actions {
        flex: 0 0 auto;
        text-align: right;
    }
}

.listing-action-button {
    display: inline-block;
    margin-bottom: 10px;
}

#listing-buy-now {
    margin-right: 20px;
    font-weight: bold;
}

#listing-request-quote {
    margin-left: 0;
}

.listing-spec-label {
    font-weight: 600;
}

.listing-spec {
    margin: 0 20px 10px 0;
    display: inline-block;
    vertical-align: top;
}

.listing-spec-label,
.listing-spec-value {
    display: inline-block;
}

.listing-spec-value{
    font-weight: 500;
    color: #4F4F4F;
}

.listing-spec-value a{
    color: #00843D;
}

#listing-image-main {
    text-align: center;
    background: #797671;
}

#listing-image-main img {

    width: auto;
    max-height: 402px;
}

#listing-band-3-left.listing-band-3-left-float{
    float: left;
    width: 100%;
    max-width: 775px;
    position: relative;
}


#listing-inquiry.listing-inquiry-with-spec {
    width: 485px;
    float: right;
}

#listing-inquiry.listing-inquiry-with-spec #listing-inquiry-inner {
    min-height: 400px !important;
    height: auto !important;
}

#listing-price-box{

    padding: 20px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    margin: 0 4px 20px 4px;
    border: 1px solid #eee;
}

#listing-price-box-left{
    margin-bottom: 20px;
}


@media only screen and (min-width: 600px) {

    #listing-price-box{
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    #listing-price-box-left {
        flex: 1;
        margin-bottom: 0px;
    }

    #listing-price-box-right {
        flex-shrink: 0;
    }
}

#field_1_37 {
    font-size: 12px;
    margin-top: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

#listing-inquiry {
    background: #fff;
}

/*
#listing-images-box{
    float: left;
    width: 100%;
    max-width: 775px;
    position: relative;
    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}



#listing-dealer-box {
    width: 475px;
    float: right;
    margin-top: 0;
    padding: 20px 20px 10px;
    background: #fefefe;
    border: 1px #ccc solid;
    border-radius: 10px;
}*/

#listing-images-box {

    border: 1px #ccc solid;
    border-radius: 10px;
    padding: 10px;
    max-width: 775px;
    margin: 0 auto;
}

.listing-images-box-1-slides .swiper-main .swiper-slide-active{
    background: radial-gradient(ellipse at center, #fafafa 0%, #ececec 100%);

}

.listing-images-box-0-slides{
    background: radial-gradient(ellipse at center, #fafafa 0%, #ececec 100%);
}

#listing-images-box.listing-images-box-0-slides{
    display: flex;
    align-items: center;
    justify-content: center;
}

#listing-dealer-box {
    margin: 30px auto 0 auto;
    background: #fefefe;
    border: 1px #ccc solid;
    border-radius: 10px;
    max-width: 775px;
}

@media only screen and (min-width: 1280px) {

    #listing-band-2 {
        display: flex;
        align-items: stretch;
        gap: 20px;
    }

    #listing-images-box {
        flex: 1 1 auto;
        max-width: 775px;
        position: relative;

    }

    #listing-dealer-box {
        flex: 0 0 485px;
        width: 485px;
        margin-top: 0;
    }

}




#listing-description,
#listing-inquiry{
    border: 1px #ccc solid;
    border-radius: 10px;
}

#listing-dealer-box > h2{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(90deg, #0f4220 0%, #0f4220 55%, #1c6635 100%);
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;

}

#listing-description > h2,
#listing-inquiry > h2{

    font-size: 20px;
    font-weight: bold;
    background: #0e2f5c;
    background-image: linear-gradient(90deg, #0e2f5c 0%, #143c75 55%, #2a63b8 100%);
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    padding: 14px 22px 16px;
}

#listing-description-heading-icon{
    width: 22px;
    height: 22px;
    opacity: .95;
    flex-shrink: 0;
    position: relative;
    top: 3px;
}

#also-viewed > h2 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 10px;

    font-weight: bold;
    background: #5e6770;
    background-image: linear-gradient(90deg, #5e6770 0%, #8a939d 100%);

    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    padding: 14px 22px 16px;

}

#listing-dealer-box-inner{
    padding: 20px 20px 10px;
}

#listing-description-inner,
#listing-inquiry-inner {
    padding: 20px;

}

#also-viewed-inner {
    padding: 0;

}

#listing-dealer {
    font-weight: bold;
}

#listing-dealer-box #dealer-logo {
    margin: 0 0 5px 0;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10),
    0 1px 4px rgba(0, 0, 0, 0.06);
    border-radius: 6px; /* match your container's rounding */
}



#listing-dealer-box #dealer-logo img {
    max-width: 100%;
    height: 100px;
    margin: 0 auto !important;
    display: block;

    padding: 10px 5px;
    background: white;
    width: auto;
}

#listing-dealer-box .fas {
    width: 1.2em;
    color: #00843D;
}

#listing-contact-dealer .fas {

    color: #fff;
}

#dealer-contact-inner-top-combo {
    overflow: hidden;
    padding: 5px 0;
    min-height: 36px;
}

#listing-dealer-advertiser-since {
    float: left;
    width: 280px;
    padding-top: 3px;
    font-size: 16px;
    font-weight: 600;
}

#listing-association-logo-level-dealer {
    float: right;
}

#listing-association-logo-level-dealer img {
    max-width: 300px;
}

#listing-contact-dealer {

    text-align: center;
}

#listing-contact-dealer button{
    width: 100%;
    max-width: 370px;
    margin-bottom: 10px;
}

#listing-price {

}

#dealer-contact-inner-middle{

}

#dealer-contact-inner-middle .dealer-contact-point {
    line-height: 2.5em;
}

#dealer-contact-inner-middle.dealer-contact-inner-middle-with-email {
    margin-top: 0px;
}

#dealer-contact-inner-middle.dealer-contact-inner-middle-with-email .dealer-contact-point {
    line-height: 2.2em;
}

#listing-dealer-box .dealer-contact-point-large {

}


#listing-share-button{
    float: right;
    margin-left: 20px;
}

#listing-share-button a{
    background: transparent url(images/icons/share.png) 10px 7px no-repeat;
    border: 1px solid black;
    color: black;
    width: 110px;
    padding: 11px 16px 11px 40px;
}

#listing-share-button a:hover{
    background-color: #ccc;
}

.listing-financing-text{
    font-size: 16px;
    color: #4F4F4F;
    margin-top: 10px;
}

.dealer-contact-point{
    overflow: hidden;
}

.dealer-contact-point-label{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    float: left;
    width: 35%;

}

.dealer-contact-point-value{
    color: #4F4F4F;
    font-size: 17px;
    display: block;
    width: 65%;
    float: right;
    text-align: right;
    font-weight: 400;
}



/*
.listing-share-envelope {
    display: inline-block;
    width: 16px;
    text-align: left;
    vertical-align: top;

}

#listing-share-button:hover .listing-share-envelope {
    background: transparent url(images/icons/share.png) 0 0 no-repeat;
}*/

.shopping-cart-menu-item a {
    background: transparent url(images/icons/cart-shopping-solid.png) 0 10px no-repeat;
}

.listing-buy-now-cart {
    display: inline-block;
    width: 16px;
    text-align: left;
    vertical-align: top;
    background: transparent url(images/icons/add-to-cart2.png) 0 0 no-repeat;
}



.listing-contact-seller-icon {
    display: inline-block;
    width: 16px;
    text-align: left;
    vertical-align: top;
    background: transparent url(images/icons/user-white.png) 0 0 no-repeat;
}

.listing-video-icon {
    display: inline-block;
    width: 25px;
    height: 14px;
    text-align: left;
    vertical-align: top;
    background: transparent url(images/icons/video-red.png) 0 0 no-repeat;
}

#videourl-button a:hover .listing-video-icon {
    background: transparent url(images/icons/video-red.png) 0 -14px no-repeat;
}

.listing-pdf-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    text-align: left;
    vertical-align: top;
    background: transparent url(images/icons/pdf.png) 0 0 no-repeat;
}

#pdf-button a:hover .listing-pdf-icon {
    background: transparent url(images/icons/pdf.png) 0 -14px no-repeat;
}

.view-all-listing-images-icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    text-align: left;
    vertical-align: top;
    background: transparent url(images/icons/magnifying.png) 0 0 no-repeat;
    margin-top: 7px;
}

#show-phone-number {
    display: inline-block;
    border: 1px solid #00843D;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    top: 7px;
    color: #000;
    background: #e6f3ec;
    height: 25px;
    margin-left: 3px;
}

#show-phone-number-caret {
    color: white;
    background: #00843D;
    width: 25px;
    display: block;
    text-align: center;
    float: left;
    line-height: 1.2em;
    height: 25px;
}

#show-phone-number-text {
    padding: 4px 5px 0 5px;
    display: block;
    float: left;
    line-height: 1em;
    font-size: 14px;
}

#show-phone-number:hover {
    color: white;
    background: #00843D;
}

#dealer-know-message {
    font-size: 12px;
    display: none;
    text-align: center;
}

#listing-price {
    font-weight: bold;
}

#dealer-phone-number-box {

}

@media only screen and (min-width: 769px) {

    #full-dealer-phone-number {
        display: none;
    }

    #full-cell-phone-number {
        display: none;
    }
}

@media only screen and (max-width: 768px) {

    #short-dealer-phone-number {
        display: none;
    }

    #short-cell-phone-number {
        display: none;
    }
}


#listing-dealer-box-bottom {
    overflow: hidden;
    margin-top: 20px;
}

#listing-band-3 {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}


#listing-dealer-box-bottom #dealer-products h4 {
    margin: 0 0 10px 0;
}

#listing-dealer-box-bottom #dealer-products ul {
    margin-bottom: 10px;
}

.listing-image-slider-frame {
    text-align: center;
    height: 400px;
    white-space: nowrap
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.slick-slide .listing-image-slider-frame img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    border: 10px solid #797671;
    border-left: 7px solid #797671;
}

#listing-image-main .slick-prev {
    left: 20px;
    z-index: 99;
}

#listing-image-main .slick-next {
    right: 28px;
    z-index: 99;
}

#listing-image-main .slick-prev:before,
#listing-image-main .slick-next:before,
#ems-photos .slick-prev:before,
#ems-photos .slick-next:before {
    font-size: 30px;
}

#view-all-listing-images {
    position: absolute;
    bottom: 0;
    z-index: 997;
    right: 0;
    background: #00843D;
    padding: 5px;
    border: 1px solid white;
    border-right: none;
    border-bottom: none;
}

#view-all-listing-images a {
    color: white;
}

#view-all-listing-images .fas {
    width: 15px;
}

.listing-images-nav {
    background: white;
}

.listing-image-slider-nav-frame {
    display: block;
    float: left;
    width: 86px;
    height: 86px;
    background-size: cover;
    background-position: 50% 50%;
    margin: 2px 2px 0 2px;
    cursor: pointer;

}

.listing-image-slider-nav-frame:first-child {
    margin-left: 0;
}

.listing-image-slider-nav-frame:last-child {
    margin-right: 0;
}

.listing-images-nav img {
    height: 100px;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    vertical-align: center;
}

#no-listing-image {
    text-align: center;

}

.no-listing-image-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

#no-listing-image img {
    border: 1px solid #d3d3d9;
    margin: auto;

}

#listing-description {

}

#listing-description-heading {
    font-size: 24px;
    margin: 0 0 15px 0;
}

#listing-description-text {
    font-size: 14px;
    position: relative;
}

#listing-description-text h1,
#listing-description-text h2,
#listing-description-text h3,
#listing-description-text h4 {
    font-size: 18px;
    margin: 10px 0 10px 0;
    color: black;
}

#listing-description-text table {
    width: 100%;
    margin: 20px auto;
}

#listing-description-text table tr th,
#listing-description-text table tr td {
    padding: 5px;
    border: 1px solid #ccc;
}

#see-full-description {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100px;

    background: linear-gradient(to bottom, transparent, #fff);
}

#see-full-description a {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: left;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background: white;
}

#see-full-description a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: 6px;
    vertical-align: middle;
}

#listing-request-more-info {
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding-top: 10px;
}


#listing-see-dealer-listings{
    text-align: center;
    margin-top: 20px;
}
#listing-see-dealer-listings a{

    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    color: #00843D;
}

#listing-see-dealer-listings a:hover{
    color: #e23535;
}

.listing-dealer-listing-url-no-spec {
    margin: 20px 0 0 0;
}

#listing-dealer-listing-url .fal {
    color: #00843D;
}

#listing-band-4 {
    margin-top: 20px;
}

#listing-request-quote button,
#auction-button a,
.auction-button-on-listings a,
#listing-contact-dealer a,
#listing-request-more-info button,
.filter-button,
input[type=submit] {
    background: #e23535;
    border-bottom-color: #999;
    font-weight: 500;
}

#listing-request-quote button{
    background: #e23535 url(images/icons/envelope-white.png) 15px 13px no-repeat;
    padding-left: 40px;
}


#videourl-button a,
#pdf-button a {
    background: #fff;
    color: #e23535;
    border: 1px solid #777 !important;
    padding: 10px 12px;
}

.auction-button-on-listings {
    display: inline-block;
    margin-left: 10px;
}

#listing-buy-now a,
#auction-button a {
    display: inline-block;
}

#listing-buy-now a:hover,
#auction-button a:hover,
#listing-request-quote button:hover,
#listing-contact-dealer a:hover,
#listing-request-more-info button:hover,
input[type=submit]:hover {
    background-color: #0274be;
}



#videourl-button a:hover,
#pdf-button a:hover {
    color: white;
    background: #e23535;
    border: 1px solid #e23535 !important;
}

#listing-additional-assets {

    overflow: hidden;
    min-height: 45px;
}

#videourl-button,
#pdf-button {
    display: inline-block;

    height: 36px;
    padding: 4px 0;
    margin-right: 20px;
}


#ems-photo-gallery-layer {
    display: none;
}

#create-auction-alerts-popup-layer,
#multi-rfqs-popup-layer,
#create-alert-popup-layer,
#submit-inquiry-popup-layer,
#share-listing-popup-layer,
#contact-seller-popup-layer,
#ems-photo-gallery-layer,
#contact-wanted-popup-layer,
#get-started-form-layer {
    background: white;
    padding: 30px;
    border: 5px solid #005F2F;
}

#ems-photo-gallery-layer{
    padding: 30px 40px;
}

#create-auction-alerts-popup-layer,
#create-alert-popup-layer {
    display: none;
}


@media only screen and (min-width: 768px) {

    #create-auction-alerts-popup-layer,
    #multi-rfqs-popup-layer,
    #create-alert-popup-layer,
    #submit-inquiry-popup-layer,
    #share-listing-popup-layer,
    #contact-seller-popup-layer,
    #ems-photo-gallery-layer,
    #contact-wanted-popup-layer,
    #get-started-form-layer {
        background: white;
        border-radius: 10px;
        width: 90%;
        max-width: 1040px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #create-auction-alerts-popup-layer,
    #create-alert-popup-layer {
        max-width: 800px;

    }

    #share-listing-popup-layer,
    #contact-seller-popup-layer,
    #multi-rfqs-popup-layer,
    #contact-wanted-popup-layer {
        max-width: 600px;
    }

    #ems-photo-gallery-layer {
        max-width: 90%;
    }

}

@media only screen and (min-width: 900px) {
    #ems-photo-gallery-layer {
        max-width: 900px;
    }
}

@media only screen and (max-width: 767px) {
    #ems-photo-gallery-layer {
        max-width: 90%;
    }
}

#create-alert-popup-layer {
    background: #F4F4F4;
}

#submit-inquiry-popup-layer #listing-inquiry-inner {
    height: auto !important;
}

#submit-inquiry-popup-layer #listing-inquiry-inner {
    padding: 10px 0;
    border: none;
}

.ems-photo-gallery-layer_open {
    color: #0274be;
    cursor: pointer;
}

.ems-photo-gallery-layer_open:hover {
    color: #00843d;
}

.submit-inquiry-popup-layer_close,
.share-listing-popup-layer_close,
.contact-seller-popup-layer_close,
.ems-photo-gallery-layer_close,
.multi-rfqs-popup-layer_close,
.contact-wanted-popup-layer_close,
.get-started-form-layer_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
    background: transparent url(images/icons/close.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
}



@media only screen and (max-width: 1280px){

    #listing-description{
        margin: 0 auto 30px auto;
        max-width: 755px;
    }



    #listing-band-3-left.listing-band-3-left-float{
        float: none;
        width: 100%;
        max-width: 100%;
    }

    #listing-inquiry{
        float: none !important;
        width: 100% !important;
        max-width: 775px !important;
        margin: 0 auto 0px auto;
    }

    #listing-inquiry.listing-inquiry-without-spec{
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1280px){
    #listing-inquiry.listing-inquiry-without-spec #field_1_2{
        grid-column: span 6;
    }

    #listing-inquiry.listing-inquiry-without-spec #field_1_4,
    #listing-inquiry.listing-inquiry-without-spec #field_1_22{
        grid-column: span 3;
    }


}

@media only screen and (max-width: 1280px) and (min-width: 768px) {


    #gform_wrapper_1:not(.gform_validation_error) #field_1_5 textarea {
        height: 170px;
    }
}

@media only screen and (max-width: 767px) {

    .single-listing .surplus-category-section-breadcrumb,
    .single-listing #single-listing-top-actions,
    #listing-spec-list,
    #listing-actions {
        float: none;
        width: 100%;
        text-align: left;
    }

    .single-listing #listing-share-button,
    #listing-actions {

        margin-top: 10px;
    }

    #listing-images-box {
        float: none;
        width: 100%;
        margin: auto;

        max-width: 100%;
    }

    #listing-images-box.no-listing-image-box {
        background: none;
    }

    #listing-inquiry.listing-inquiry-with-spec{
        margin-top: 30px;
    }

    #listing-description,
    #listing-inquiry,
    #listing-inquiry.listing-inquiry-with-spec {
        float: none;
        width: 100%;
    }

    #listing-inquiry,
    #listing-inquiry.listing-inquiry-with-spec,
    #listing-description {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #gform_wrapper_1:not(.gform_validation_error) #field_1_5 textarea {
        height: 170px;
    }
}

.category-single {
    margin: 0 0 30px 0;
}

.category-single h1.entry-title {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 600px) {
    .category-single h1.entry-title {
        font-size: 24px;
    }
}

#surplus-listing-filter {

}

#filter-by,
#filter-fields {
    display: inline-block;
    vertical-align: top;
}

#filter-submit-buttons {
    clear: both;
}

#filter-by {
    font-weight: bold;
    margin: 2px 5px 0 0;
}

#filter-fields {
    margin-right: 10px;
}

.filter-field {
    display: inline-block;
    visibility: hidden;
    vertical-align: top;
    margin: 0 10px 10px 0;
}


#filter-keyword {
    clear: left;
}

#filter-keyword label {
    font-weight: bold;
}

#filter-field-category_page_title {
    min-width: 250px;
}

#filter-field-manufacturer {

    min-width: 250px;
}

#filter-field-model,
#filter-field-state {

    min-width: 250px;
}

#category-manufacturers, #category-states {
    clear: both;
    overflow: hidden;
    background: #eee;
    padding: 0 0 5px 0;
    margin: 15px 0;
}

#category-shortcuts-bottom {
    margin-top: 30px;
}

@media only screen and (max-width: 840px) {
    #category-manufacturers, #category-states {
        display: none;
    }
}

#category-manufacturers-view-more-message, #category-states-view-more-message {
    margin: 0;
    font-style: italic;
    font-weight: bold;

}

#category-manufacturers h4, #category-states h4 {
    margin: 0;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    background: #cccccc;
}

#category-manufacturers-list, #category-states-list {
    margin: 0 0;
    padding: 5px 20px 0 20px;
    font-size: 14px;
}

#category-manufacturers-list div, #category-states-list div {
    margin: 0 0 3px 0;
    vertical-align: top;
    padding: 0 10px 0 0;
    font-weight: bold;
    display: inline-block;
    width: 16.666666%;
}

@media only screen and (min-width: 1280px) {
    #category-manufacturers-list div, #category-states-list div {
        display: none;
        width: 16.666666%;
    }

    #category-manufacturers-list div:nth-child(1), #category-states-list div:nth-child(1),
    #category-manufacturers-list div:nth-child(2), #category-states-list div:nth-child(2),
    #category-manufacturers-list div:nth-child(3), #category-states-list div:nth-child(3),
    #category-manufacturers-list div:nth-child(4), #category-states-list div:nth-child(4),
    #category-manufacturers-list div:nth-child(5), #category-states-list div:nth-child(5) {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    #category-manufacturers-list div, #category-states-list div {
        display: none;
        width: 25%;
    }

    #category-manufacturers-list div:nth-child(1), #category-states-list div:nth-child(1),
    #category-manufacturers-list div:nth-child(2), #category-states-list div:nth-child(2),
    #category-manufacturers-list div:nth-child(3), #category-states-list div:nth-child(3) {
        display: inline-block;
    }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
    #category-manufacturers-list div, #category-states-list div {
        display: none;
        width: 33.33333%;
    }

    #category-manufacturers-list div:nth-child(1), #category-states-list div:nth-child(1),
    #category-manufacturers-list div:nth-child(2), #category-states-list div:nth-child(2) {
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
    #category-manufacturers-list div, #category-states-list div {
        display: none;
        width: 50%;
    }

    #category-manufacturers-list div:nth-child(1), #category-states-list div:nth-child(1),
    #category-manufacturers-list div:nth-child(2), #category-states-list div:nth-child(2) {
        display: inline-block;
    }
}

#category-manufacturers-list div#category-manufacturers-view-more, #category-states-list div#category-states-view-more {
    display: inline-block;
}

#category-manufacturers-view-more a, #category-states-view-more a {
    color: #0274be;
    font-weight: bold;
    background: transparent url(images/icons/chevron-down.png) 100% 5px no-repeat;
    padding-right: 20px;
}


#search-wrapper {
    position: relative;
    overflow: hidden;
}

#view-all-search-form #q,
#filter-dealer-keyword #q,
#main-search-form #q:not(.new-general-search-q) {
    max-width: calc(100% - 30px);
    display: block;
    float: left;
    height: 40px;
    color: black;
    margin-bottom: 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #aaa !important;
    border-right: none !important;
    -webkit-appearance: none;
}

#cat-facets {

}

.facet-field {
    width: 100px;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}

.cat-tons-facets {
    display: inline-block;
}

.cat-tons-facets .facet-field {
    margin-right: 10px;
}

.cat-tons-facets .facet-field input {
    line-height: 21px;
}

#cat-ton-facets .facet-field,
#cat-transformer-facets .facet-field {
    width: 155px;
}


#cat-transformer-facets .primary-volts-message {
    width: auto;
    margin-top: 30px;
}


#cat-transformer-facets .primary-volts-message {
    display: block;
    width: auto;
    margin-top: 0;
}


@media only screen and (min-width: 1280px) {

    #cat-transformer-facets .primary-volts-message {
        display: inline-block;
        margin-top: 30px;
    }
}

.facet-field:last-child {
    margin-right: 0;
}

.facet-field label,
.facet-field input {
    display: block;
}

.facet-field input[type=text],
.facet-field input[type=number] {
    border: 1px solid #aaa !important;
    border-radius: 5px;
}

.facet-field-large {
    width: 100%;
    display: block;
}

.facet-field-large input#frame {
    height: 34px;
    color: black;
    -webkit-appearance: none;
    max-width: 208px;
}

#facet-frame-desc-text {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .facet-field-large input#frame {
        height: 34px;
        color: black;
        -webkit-appearance: none;
        max-width: 208px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
    }

    #facet-frame-desc-text {
        display: inline-block;
        vertical-align: top;
    }
}

.facet-field label {
    font-weight: bold;
}

@media only screen and (min-width: 1024px) {
    #view-all-search-form #q,
    #filter-dealer-keyword #q,
    #main-search-form #q:not(.new-general-search-q) {
        max-width: calc(350px - 30px);
    }

    #filter-dealer-keyword #q {
        max-width: calc(520px - 30px);
    }

    #filter-keyword {
        margin-right: 0;
    }


}

#filter-keyword {

    margin-right: 10px;
}

@media only screen and (min-width: 550px) {
    #filter-keyword {
        float: left;
        width: 350px;
        margin-bottom: 0;
    }

    #filter-submit-buttons {
        clear: none;
        float: left;
        margin-top: 29px;
    }
}


#refresh-search-results {
    text-align: center;
}

#refresh-search-results img {
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
}

#searchclear {
    display: block;
    float: left;
    height: 40px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
    width: 30px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #aaa !important;
    border-left: none !important;
    padding-top: 0;
    background: transparent url(images/icons/search-clear.png?t=1) 0 10px no-repeat;
}

#searchclear:hover {
    color: black;
    background: transparent url(images/icons/search-clear.png?t=1) 0 -50px no-repeat;
}

#search-scope-filter {
    margin: 0 0 10px 0;
}

#search-scope-filter label#search-scope-site-label {
    margin-left: 20px;
}


.filter-field label {
    font-weight: bold;

}

.filter-field select {
    width: auto;
}

.filter-field-label-text {
    display: block;
}

#filter {
    font-weight: bold;
}

#filter-submit-buttons #filter {
    background: #8c8989;
    height: 40px;
}

#filter-submit-buttons #filter:hover {
    background: #0274be;
}

.filter-plus {
    padding-left: 20px;
    color: #0274be;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
    background: transparent url(images/icons/plus.png) 5px 6px no-repeat;
}

.filter-plus-none-selected {
    padding-top: 7px;
    padding-bottom: 0;
    background: transparent url(images/icons/plus.png) 5px 13px no-repeat;
}

.search-input {
    height: 36px;
    width: 300px;
    border: 0;
    appearance: none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.025);
    padding: 0 .5rem 0 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIj4gICAgPHBvbHlnb24gcG9pbnRzPSIwIDAgMTYgMCAxNiAxNiAwIDE2Ii8+ICAgIDxwYXRoIGZpbGw9IiNBNUI0QzQiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwLjMzMzMzMzMsOS4zMzMzMzMzMyBMOS44MDY2NjY2Nyw5LjMzMzMzMzMzIEw5LjYyLDkuMTUzMzMzMzMgQzEwLjI3MzMzMzMsOC4zOTMzMzMzMyAxMC42NjY2NjY3LDcuNDA2NjY2NjcgMTAuNjY2NjY2Nyw2LjMzMzMzMzMzIEMxMC42NjY2NjY3LDMuOTQgOC43MjY2NjY2NywyIDYuMzMzMzMzMzMsMiBDMy45NCwyIDIsMy45NCAyLDYuMzMzMzMzMzMgQzIsOC43MjY2NjY2NyAzLjk0LDEwLjY2NjY2NjcgNi4zMzMzMzMzMywxMC42NjY2NjY3IEM3LjQwNjY2NjY3LDEwLjY2NjY2NjcgOC4zOTMzMzMzMywxMC4yNzMzMzMzIDkuMTUzMzMzMzMsOS42MiBMOS4zMzMzMzMzMyw5LjgwNjY2NjY3IEw5LjMzMzMzMzMzLDEwLjMzMzMzMzMgTDEyLjY2NjY2NjcsMTMuNjYgTDEzLjY2LDEyLjY2NjY2NjcgTDEwLjMzMzMzMzMsOS4zMzMzMzMzMyBMMTAuMzMzMzMzMyw5LjMzMzMzMzMzIFogTTYuMzMzMzMzMzMsOS4zMzMzMzMzMyBDNC42NzMzMzMzMyw5LjMzMzMzMzMzIDMuMzMzMzMzMzMsNy45OTMzMzMzMyAzLjMzMzMzMzMzLDYuMzMzMzMzMzMgQzMuMzMzMzMzMzMsNC42NzMzMzMzMyA0LjY3MzMzMzMzLDMuMzMzMzMzMzMgNi4zMzMzMzMzMywzLjMzMzMzMzMzIEM3Ljk5MzMzMzMzLDMuMzMzMzMzMzMgOS4zMzMzMzMzMyw0LjY3MzMzMzMzIDkuMzMzMzMzMzMsNi4zMzMzMzMzMyBDOS4zMzMzMzMzMyw3Ljk5MzMzMzMzIDcuOTkzMzMzMzMsOS4zMzMzMzMzMyA2LjMzMzMzMzMzLDkuMzMzMzMzMzMgWiIvPiAgPC9nPjwvc3ZnPg==);
}

.search-input:focus {
    outline: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px #449bf9;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIgLTIpIj4gICAgPHBvbHlnb24gcG9pbnRzPSIwIDAgMTYgMCAxNiAxNiAwIDE2Ii8+ICAgIDxwYXRoIGZpbGw9IiMyNThCRjgiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEwLjMzMzMzMzMsOS4zMzMzMzMzMyBMOS44MDY2NjY2Nyw5LjMzMzMzMzMzIEw5LjYyLDkuMTUzMzMzMzMgQzEwLjI3MzMzMzMsOC4zOTMzMzMzMyAxMC42NjY2NjY3LDcuNDA2NjY2NjcgMTAuNjY2NjY2Nyw2LjMzMzMzMzMzIEMxMC42NjY2NjY3LDMuOTQgOC43MjY2NjY2NywyIDYuMzMzMzMzMzMsMiBDMy45NCwyIDIsMy45NCAyLDYuMzMzMzMzMzMgQzIsOC43MjY2NjY2NyAzLjk0LDEwLjY2NjY2NjcgNi4zMzMzMzMzMywxMC42NjY2NjY3IEM3LjQwNjY2NjY3LDEwLjY2NjY2NjcgOC4zOTMzMzMzMywxMC4yNzMzMzMzIDkuMTUzMzMzMzMsOS42MiBMOS4zMzMzMzMzMyw5LjgwNjY2NjY3IEw5LjMzMzMzMzMzLDEwLjMzMzMzMzMgTDEyLjY2NjY2NjcsMTMuNjYgTDEzLjY2LDEyLjY2NjY2NjcgTDEwLjMzMzMzMzMsOS4zMzMzMzMzMyBMMTAuMzMzMzMzMyw5LjMzMzMzMzMzIFogTTYuMzMzMzMzMzMsOS4zMzMzMzMzMyBDNC42NzMzMzMzMyw5LjMzMzMzMzMzIDMuMzMzMzMzMzMsNy45OTMzMzMzMyAzLjMzMzMzMzMzLDYuMzMzMzMzMzMgQzMuMzMzMzMzMzMsNC42NzMzMzMzMyA0LjY3MzMzMzMzLDMuMzMzMzMzMzMgNi4zMzMzMzMzMywzLjMzMzMzMzMzIEM3Ljk5MzMzMzMzLDMuMzMzMzMzMzMgOS4zMzMzMzMzMyw0LjY3MzMzMzMzIDkuMzMzMzMzMzMsNi4zMzMzMzMzMyBDOS4zMzMzMzMzMyw3Ljk5MzMzMzMzIDcuOTkzMzMzMzMsOS4zMzMzMzMzMyA2LjMzMzMzMzMzLDkuMzMzMzMzMzMgWiIvPiAgPC9nPjwvc3ZnPg==);
}

.autocomplete {
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}

.autocomplete:before {
    content: '';
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.autocomplete__segment {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
}

.autocomplete__segment:last-of-type {
    margin: 0;
    box-shadow: 0 0 0;
}

.autocomplete__segment-header {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    font-size: .75rem;
    color: #536170;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
}

.autocomplete-result {
    display: block;
    padding: .75rem .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #258bf8;
    text-decoration: none;
    font-size: .9em;
}

.autocomplete-result:last-of-type {
    border: 0;
}

.autocomplete-result:hover {
    background: #EFF8FF;
}

.autocomplete-result__title, .autocomplete-result__description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.autocomplete-result__title {
    font-weight: 500;
    font-size: 1.125em;
    margin-bottom: 3px;
}

.autocomplete-result__description {
    color: #808e9c;
}

#insider-form {
    overflow: hidden;
    clear: both;
}

#insider-form .insider-form-field {
    margin-bottom: 10px;

}

@media (min-width: 768px) {
    #insider-form .insider-form-field {
        margin-bottom: 10px;
        width: 33.33333%;
        float: left;
        padding-right: 10px;
    }
}

.insider-form-field label {
    display: block;
    font-weight: bold;
}

.insider-form-field input {
    display: block;
}

.insider-form-field input[type='text'],
.insider-form-field input[type='email'] {
    width: 100%;
    max-width: 400px;
}

#get-started {
    margin: 40px 0 0 0;
    text-align: center;
    font-weight: bold;
}

#auction-cta-right-button {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: #e23535;
    background-color: #e23535;
    color: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 20px;
}


#auction-cta-right-button {
    background: #E1FBE2;
    border-color: #E1FBE2;
    color: black;
}


#auction-cta-right-button:hover {
    background-color: #0274be;
    border-color: #0274be;
    color: white;
}

.get-started-button {
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    width: 100%;
    min-height: 50px;
    background: #f90;
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}


.get-started-button:hover {
    background-color: #0274be;
    border-color: #0274be;
}

#get-started-form-layer {
    display: none;
}

#gform_confirmation_message_8 {
    margin: 30px 0;
}


.tooltip {
    display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
    color: green;
}

.tooltip-def {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.tooltip-def span {
    width: calc(100% - 30px);
    font-weight: bold;
}

.tooltip .tooltip-def .fa-info-circle {
    color: #009E2C;
    cursor: pointer;
    width: 30px;
    text-align: right;
}

.tooltip .tooltip-right {
    min-width: 300px;
    top: 50%;
    left: 100%;
    margin-left: 20px;
    transform: translate(0, -50%);
    padding: 10px 20px;
    color: #444444;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.tooltip:hover .tooltip-right {
    display: block;
}

.tooltip .tooltip-right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

.tooltip .tooltip-right i::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #EEEEEE;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.comparison-mobile-def .tooltip-def {
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.comparison-mobile-def .tooltip-def span {
    width: auto;
}

.tooltip .tooltip-bottom {
    min-width: 300px;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 20px;
    color: #444444;
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
}

.tooltip:hover .tooltip-bottom {
    display: block;
}

.tooltip .tooltip-bottom i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 17px;
    height: 17px;
    overflow: hidden;
    display: none;
}

.tooltip .tooltip-bottom i::after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: #EEEEEE;

}

.site-header .widget-area {
    width: 100%;
}

.search-bar {
    position: relative;
    width: 90%;
}

.site-header #top-search .search-bar {
    width: 100%;
}

.search-bar-query {
    position: relative;
    padding: 10px 50px 10px 20px;
    width: calc(100% - 50px);
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #fefefe;
    outline: none;
    border: none;
    transition: none !important;
    height: 40px;
    max-width: 590px;
}

#surplus-category-search .search-bar-query {
    border: 1px solid #525252;
    border-radius: 5px 0 0 5px;
    border-right: none;
}

@media only screen and (max-width: 1280px) {


    .site-header #top-search {
        text-align: center;
        max-width: 650px;
        margin: 15px auto;
    }

    .search-bar-query {
        width: 95%;
    }
}

.ui-autocomplete {
    transition: none !important;
}

.search-bar-query:focus {
    border: 1px solid #fefefe;
    background: #fff;
}

#dealer-search-query {
    border-radius: 5px 0 0 5px;
    border: 1px solid #999;
    border-right: none;
}

#dealer-search-bar-button {
    position: absolute;
    right: 0;
    color: white;
    cursor: pointer;
    top: 0;
    background: #e23535;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0 5px 5px 0;
}

#dealer-search-bar-button:hover {
    background: #013187;
}

#search-bar .search-bar-query {
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}

.search-bar #top-search-bar-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 40px;

    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    border-radius: 0 5px 5px 0;

    /* Base: color + search icon */
    background-color: #e23535;
    background-image: url(images/icons/search.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* Hover only when NOT spinning */
.search-bar #top-search-bar-button:hover:not(.spinning) {
    background-color: #013187;
    background-image: url(images/icons/search.png);
}

/* Icon layer */
.search-bar #top-search-bar-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

/* When spinning: remove base icon so it can't show through */
.search-bar #top-search-bar-button.spinning {
    background-image: none;
    /* pick whichever background color you want while spinning */
    background-color: #013187;
}

/* Spinner lives only in the pseudo-element */
.search-bar #top-search-bar-button.spinning::after {
    background-image: url(images/icons/spinner.png);
    opacity: 1;
    animation: spinner-rotate 0.8s linear infinite;
}

@keyframes spinner-rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}




#search-bar {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.page-id-38 h1.entry-title {
    text-align: center;
}

.dealer-search {
    margin-bottom: 30px;
}

.page-id-572 .site-inner,
.page-id-573 .site-inner,
.page-id-574 .site-inner {
    padding-bottom: 30px;
}

@media (min-width: 800px) {
    #dealer-search-form {
        max-width: 45.5%;
    }

    .page-id-572 #dealer-search-form,
    .page-id-573 #dealer-search-form {
        max-width: 100%;
    }


    #dealer-search-form label {
        display: block;
        font-weight: bold;
    }

    #dealer-location,
    #dealer-specialty {
        width: auto;
        margin-right: 20px;
    }


    #dealer-location,
    #dealer-search-submit {
        display: inline-block;
    }
}

@media (max-width: 799px) {
    #dealer-location,
    #dealer-search-submit {
        display: block;
        margin-bottom: 10px;
    }
}

.dealer-list {
    margin: 30px 0;
    overflow: hidden;
}

.dealer-list h2 {
    margin-left: 0;
}

#dealer-search-submit {
    margin-top: 20px;
}

#dealer-list-header {
    display: none;
}

.dealer-result-level img {
    width: 100px;
}

@media (min-width: 768px) {

    #dealer-list-header {
        display: flex;
    }

    .dealer-result {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .dealer-list .dealer-result:last-child .dealer-result-field {
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 768px) {

    #dealer-list-header .dealer-result-field {
        padding-top: 10px;
    }

    .dealer-result-field {
        width: 20%;
        padding: 20px 10px 10px 10px;
        border: 1px solid #eee;
        border-bottom: none;
        vertical-align: middle;
        text-align: left;
        line-height: 1.5em;
    }

    .dealer-result-see-dealer {
        padding-top: 15px;
    }
}


@media (min-width: 1180px) {


    .dealer-result-company {
        width: 350px;
    }

    .dealer-result-level {
        width: 120px;
    }

    .dealer-result-contact {
        width: 220px;
    }

    .dealer-result-address {
        width: 220px;
    }

    .dealer-result-see-dealer {
        width: 150px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .dealer-result {
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .dealer-result-field {
        width: 100%;
        padding: 0 0 5px 0;
        border: none;
    }

    .dealer-result-see-dealer {
        display: none;
    }

}

.no-listing-results {
    font-weight: bold;
    margin-top: 20px;
    clear: both;
}

.select2-container {
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    color: black;
}

.select2-container--open .select2-dropdown {

    font-size: 14px;
}

.select2-container .select2-selection--multiple {
    min-height: auto !important;
}

.logged-in.admin-bar .select2-container--open .select2-dropdown--below {
    margin-top: 32px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    min-height: 32px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 22px !important;
}

.ui-autocomplete {
    z-index: 998 !important;
}

.ui-widget.ui-widget-content {
    font-size: 14px;
}

.ui-widget.ui-widget-content {
    padding: 0 5px;
}

.surplus-feature-list h2 {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    font-weight: bold;
}

#homepage-ctas {
    margin: 20px auto 0 auto;
    overflow: hidden;
    font-size: 16px;
}

#homepage-ctas h2 {

    margin: 0;
}

#homepage-ctas h2 a {
    font-size: 22px;
    font-weight: 600;
    color: #00843D;
}

#homepage-ctas h2 a:hover {
    color: #0274be;
}

#homepage-cta-left,
#homepage-cta-right,
#homepage-cta-middle {
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #E5E5E5;
}

#homepage-cta-bottom {
    clear: left;
    margin-top: 20px;
}


#homepage-cta-left,
#homepage-cta-middle {
    margin-bottom: 20px;
}

@media (min-width: 1000px) {
    #homepage-cta-left {
        float: left;
        width: calc(33% - 20px);
        margin-right: 20px;
    }

    #homepage-cta-middle {
        float: left;
        width: calc(33% - 20px);
        margin-left: 20px;
    }

    #homepage-cta-right {
        float: right;
        width: calc(33% - 20px);
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    #homepage-cta-left {
        float: left;
        width: calc(50% - 20px);
        margin-right: 20px;
    }

    #homepage-cta-middle {
        float: left;
        width: calc(50% - 20px);
        margin-left: 20px;
    }

    #homepage-cta-right {
        clear: both;
    }
}

#motor-search-magnify {
    cursor: pointer;
}

.homepage-cta-inner {

    padding: 0 10px 5px 10px;
    margin: 0;
}

.homepage-cta-inner p {
    color: #000;
    font-weight: 500;
    margin: 0 auto;
}

.homepage-cta-link a {
    background: #00843D;
    border-radius: 50px;
    color: white;
    display: inline-block;
    margin: 10px auto 10px auto;
    padding: 5px 20px;
    font-weight: bold;
}

.homepage-cta-link a:hover {
    background: #0274be;
}

#featured-auctions {
    clear: both;
}

#featured-auctions h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    font-weight: bold;
}

.featured-auction {
    text-align: left;
    margin: 20px auto;
    background: #F4F4F4;
    color: #444444;
    border: 1px solid #E5E5E5;
    max-width: 350px;
    position: relative;
}

.featured-auction-end-date {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: #de004d;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    padding: 3px;
    border-radius: 0;
}

body.home .fr-caption {
    font-size: 30px;
}

@media (min-width: 768px) {

    #featured-auctions-list {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .featured-auction {
        margin: 10px auto;
        display: flex;

    }

}

.featured-auction-image {
    position: relative;
    height: 210px;

}

.featured-auction-image img {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
}


.view-all-featured-auction-images {
    position: absolute;
    bottom: 0;
    z-index: 997;
    right: 0;
    background: #01843d;
    padding: 3px 10px;
    border-right: none;
    border-bottom: none;
}

.view-all-featured-auction-images a {
    color: white;
}

h3.featured-auction-title {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.featured-auction-type {
    position: relative;
    background: #023287;
    top: -35px;
    color: white;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    min-width: 130px;
}

.featured-auction-type a {
    color: white;
}

.featured-auction-type-empty {
    visibility: hidden;
}

.featured-auction-location {
    padding: 0 20px;
    margin: 5px 0;
}

.featured-auction-description {
    padding: 0 20px 20px 20px;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.featured-auction-description p {
    margin: 0;
}

.featured-auction-link a {
    background: #01843D;
    color: white;
    display: block;
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
}

.featured-auction-link a:hover {
    background: #0274be;
}

#most-popular-categories {

    overflow: hidden;

    padding: 40px 20px 40px 20px;
    margin-top: 20px;
    clear: both;
}

#most-popular-categories h2 {
    text-align: center;
    padding: 0 20px 10px 20px;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    margin: 0;
}

#most-popular-categories-left,
#most-popular-categories-right {
    margin-top: 20px;
}

@media (min-width: 900px) {

    #most-popular-categories-left,
    #most-popular-categories-right {
        float: left;
        width: 49%;
    }

    #most-popular-categories-right {
        float: right;
        width: 49%;
    }

}

.most-popular-list {
    text-align: center;
}

.most-popular-list h3 {
    font-weight: 600;
    font-size: 20px;

}

.most-popular-list h3 a {
    color: #444444;
    text-decoration: underline;
}

.most-popular-list h3 a:hover {
    color: #0274be;
}


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

.most-popular-list ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none !important;
    font-weight: 500;
    font-size: 20px;
}

.most-popular-list ul li a {
    text-decoration: underline;
}

#homepage-wanted {
    background: #F4F4F4 url(images/email_bg2.png) 50% 12px no-repeat;
    padding: 30px 20px 15px 20px;
    text-align: center;
    margin: 20px 0 10px 0;
    cursor: pointer;
    border: 1px solid #E5E5E5;


}

#homepage-wanted h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0 5px 0;
    padding: 0 20px;
    color: #00843D;
}

#homepage-wanted p {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
    line-height: 1.5;
}

#homepage-wanted-link a {
    background: #00843D;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin: 20px auto 10px auto;
    padding: 5px 20px;
    font-weight: bold;
}

#homepage-wanted-link a:hover,
#homepage-wanted-link a.hovered {
    background: #0274be;
    color: white;
}

@media (min-width: 1280px) {

    #homepage-wanted {
        background: #F4F4F4 url(images/email_bg2.png) 51% 50px no-repeat;
        margin: 0 0 5px 0;
        padding: 0 0 10px;
        overflow: hidden;
        border-radius: 100px;
        -webkit-box-shadow: 5px 5px 6px -4px #D8D8D8;
        box-shadow: 5px 5px 6px -4px #D8D8D8;
    }

    #homepage-wanted-left {
        float: left;
        width: 50%;
        padding: 0 60px;
    }

    #homepage-wanted-right {
        float: left;
        width: calc(100% - 667px);
        /*width: 50%;*/
        padding: 0 60px;
        text-align: right;
    }

    #homepage-wanted-link {
        margin-top: 20px;
    }
}

#just-added {
    margin: 30px 0 10px 0;
    overflow: hidden;
}

#just-added h2 {
    background: #444444;
    padding: 7px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

#just-added h3 {
    text-align: center;
}

@media (min-width: 900px) {

    #just-added-left {
        width: 49%;
        float: left;
    }

    #just-added-right {
        width: 49%;
        float: right;
    }

}

.just-added-listing {
    overflow: hidden;
    background: #F4F4F4;
    border: 1px solid #E5E5E5;
    margin: 0 0 20px 0;
    padding: 10px;
}

.just-added-listing-featured {
    background: #EFFCEF;
    border: 1px solid #00843d;
    position: relative;
}

.just-added-image {
    float: left;
    width: 160px;
    height: 120px;
    overflow: hidden;
    background: #ccc;
}

.just-added-image a {
}

.just-added-image img {
    display: block;
}

.just-added-listing-no-photo {
    width: 160px;
    height: 120px;
    position: relative;
    background: transparent url(images/image-not-available.png) 0 0 no-repeat;
    border: 1px solid #ccc;
}

.just-added-listing-no-photo-text-click {
    position: absolute;
    left: 30px;
    top: 46px;
    font-weight: bold;
}

.just-added-info {
    float: left;
    width: calc(100% - 160px);
    padding: 15px 10px 10px 20px;
    font-size: 16px;
}

.just-added-category {
    font-weight: bold;

}

.just-added-dealer {
    font-weight: bold;
}

@media (min-width: 900px) {
    .just-added-category a,
    .just-added-dealer {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
}


.just-added-location {
    font-weight: 500;
}

#recent-inquiries {
    clear: both;
    margin: 0 0 30px 0;
    text-align: left;
}

#recent-inquiries h2 {
    background: #00843D;
    padding: 7px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

#recent-inquiries-list {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.recent-inquiry {
    text-align: left;
    width: 32%;
    margin: 10px auto;
    display: flex;
    padding: 20px;
    background: #F4F4F4;
    color: #444444;
    border: 1px solid #E5E5E5;
}

.recent-inquiry:hover {
    border-color: #D4AF37;
}

.recent-inquiry-inner {
    display: block;
}

.recent-inquiry-category {
    font-weight: bold;
    font-size: 16px;
    color: #00843D;

}


.recent-inquiry:hover .recent-inquiry-category {
    color: #D4AF37;
}

@media (min-width: 1280px) {
    .recent-inquiry-category,
    .recent-inquiry-dealer {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 300px;
    }
}

@media (max-width: 1279px) {
    .recent-inquiry {
        width: 49%;
    }


}

.recent-inquiry-dealer {
    font-weight: bold;
    font-size: 16px;
}

.recent-inquiry:hover .recent-inquiry-dealer {
    color: black;
}

.recent-inquiry:hover .recent-inquiry-message {
    color: black;
}

#industry-news {
    clear: both;
    margin: 0 0 30px 0;
}

#industry-news h2 {
    background: #041E42;
    padding: 7px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: white;
}

#recent-news-list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.recent-news-post {
    text-align: left;
    width: 32%;
    margin: 10px auto;
    display: flex;
    padding: 20px;
    background: #F4F4F4;
    color: #444444;
    border: 1px solid #E5E5E5;
}

@media (max-width: 800px) {
    .recent-news-post {
        width: 48%;
    }

    .recent-news-post:last-child {
        display: none;
    }
}

.recent-news-post:first-child {
    margin-left: 0;
    margin-right: 0;
}

.recent-news-post:last-child {
    margin-left: 0;
    margin-right: 0;
}

.recent-news-post h3 {
    font-weight: bold;
    font-size: 16px;
}

.recent-news-post h3 a {
    color: black;
}

.recent-news-post h3 a:hover {
    color: #00843D;
}

.recent-news-post p {
    margin: 0;
}

a.recent-news-post-read-more {
    text-decoration: underline;
    font-style: italic;
    font-weight: 600;
}

ul.checked-bullets {
    padding-left: 30px;
}

ul.checked-bullets > li {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 25px;
    background: transparent url(images/green-check.png) 0 9px no-repeat;
}

@media (min-width: 800px) {
    ul.checked-bullets:not(.checked-bullets-one-column) {
        margin-left: 0;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    ul.checked-bullets > li {
        margin-right: 50px;
    }
}

/*
ul.checked-bullets > li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #00843d;
    margin-right: 10px;
    margin-left: -26px;
}
*/

ul.checked-bullets strong {
    color: #00843d;
    margin-left: 0;
}

.image-drop-shadow img {
    -o-box-shadow: 7px 7px 29px #666;
    -icab-box-shadow: 7px 7px 29px #666;
    -khtml-box-shadow: 7px 7px 29px #666;
    -moz-box-shadow: 7px 7px 29px #666;
    -webkit-box-shadow: 7px 7px 29px #666;
    box-shadow: 7px 7px 29px #666;
}

@media (min-width: 600px) and (max-width: 781px) {
    .site-inner .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 1;
    }
}

.full-width-green-box {
    background: #00843D;
    color: white;
    padding: 30px 20px 50px 20px;
}

.full-width-green-box-inner {
    max-width: 1280px;
    width: 100%;
    margin: 20px auto 0 auto;
    overflow: hidden;
    padding: 0 20px;
}

#auction-cta #gavel-icon {

    font-size: 80px;
    border-radius: 50%;
    border: 2px solid white;
    width: 160px;
    height: 160px;
    margin: auto;
    text-align: center;

}

#auction-cta-right {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

#auction-cta-right-button {
    display: inline-block;
}

@media (min-width: 1000px) {
    #auction-cta-right-button {
        display: block;
        text-align: center;
        margin-left: 16%;
        max-width: 370px;
    }
}

@media (min-width: 750px) {
    #auction-cta #gavel-icon {
        float: left;
    }

    #auction-cta-right {
        text-align: left;
        float: right;
        width: calc(100% - 210px);
    }
}

.structured-data-meta-div {
    display: none;
}

.auction-testimonial {
    border: 1px solid #ccc;
    margin: 0 0;
    border-radius: 10px;
    padding: 20px 10px 0 10px;
    background: #EEEEEE;
}

.auction-testimonial figure {
    margin-bottom: 0 !important;
}

.auction-testimonial .wp-block-image {
    margin-bottom: 0 !important;
}


.semantic_ui .ui.table thead th {
    background: #E1FBE2 !important;

}

.semantic_ui .ui.table,
.semantic_ui .ui.table thead th,
.semantic_ui .ui.fixed.table td {
    border-color: #5fbe5f !important;
}

.surplus-quote {
    background: #e1fbe2;
    padding: 20px;
    border: 1px solid #5fbe5f;
    border-radius: 5px;
}

.surplus-quote-grey {
    border: 1px solid #ccc;
    margin: 0 0;
    border-radius: 10px;
    padding: 20px;
    background: #EEEEEE;
}

.contact-page-email-address a {
    color: black;
}

#advanced-motor-search-message {
    clear: both;
    font-weight: bold;
}

#advanced-motor-search-message a {
    color: #e23535;
}

#advanced-motor-search-message a:hover {
    color: #0274be;
}

#advanced-motor-search-message .fab {

}

#listings-view-all-search {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

.page-id-589 #view-all-search-form {
    clear: both;
    overflow: hidden;
}

#view-all-listings-results-summary {
    margin: 0 0 10px 0;
    font-weight: bold;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.view-all-listings-link a {
    color: #0274be;
    text-decoration: underline;
    font-size: 14px;
}

.view-all-listings-link a:hover {
    color: #e23535;
}

@media (min-width: 768px) {

    #view-all-listings-results-summary div {
        display: inline-block;
    }

    #view-all-listings-results-summary-text,
    #view-all-dealer-listings-results-summary-text {
        float: left;
        width: 120px;
    }

    #view-all-listings-link-div,
    #view-all-dealer-listings-link-div {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
    }
}


#view-all-listings-link-div a {
}

#listings-view-all,
#listings-view-all-dealer-listings {
    clear: both;
}

#listings-view-all-dealer-listings {
    margin-bottom: 30px;
}

#listings-view-all-dealer-listings .listing-data-view-all-dealer-listings-data-point {
    font-size: 14px;
}

#listings-view-all-dealer-listings .empty-data-point {
    display: none;
}

@media (min-width: 768px) {

    #listings-view-all-dealer-listings .listing-data-view-all-dealer-listings-data-point {
        display: inline-block;
        width: 30%;
    }

    #listings-view-all-dealer-listings .empty-data-point {
        display: inline-block;
    }

}

#listings-view-all-dealer-listings .listing-data-view-all-dealer-listings-data-point a {
    color: #0274be;
}

#listings-view-all-dealer-listings .listing-data-view-all-dealer-listings-data-point a:hover {
    color: #00843D;
}

#listings-view-all-dealer-listings .dealer-category {
    margin-top: 20px;
}

.page-id-589 #filter-keyword p {
    clear: both;
}

.page-id-589 .listing-contact-dealer,
.page-id-688 .listing-contact-dealer {
    margin-left: 0;
}

.page-id-589 h1.entry-title,
.page-id-688 h1.entry-title {
    font-size: 26px;
}

.listing-title span.highlight {
    background: yellow;
}

.page-id-589 .listing-summary-view-details-block,
.page-id-688 .listing-summary-view-details-block {
    text-align: center;
}

.page-id-564 .listing-summary-photo-block,
.page-id-589 .listing-summary-photo-block,
.page-id-688 .listing-summary-photo-block {
    text-align: center;
}

.page-id-564 .listing-summary-photo-block a,
.page-id-589 .listing-summary-photo-block a,
.page-id-688 .listing-summary-photo-block a {
    color: #0274be;
    font-size: 14px;
}

.page-id-564 .listing-summary-photo-block a:hover,
.page-id-589 .listing-summary-photo-block a:hover,
.page-id-688 .listing-summary-photo-block a:hover {
    color: #00843D;
}

.page-id-688 .listing-summary-photo-block {
    display: block;
    clear: both;
}

#listings-gravity-form-container {
    max-width: 600px;
    margin: auto;
}

#relevant-categories {
    margin: 0 0 30px 0;
}

h2.relevant-category-parent {
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #06A668;
    border: 1px solid #eee;
    padding: 10px;
    line-height: 1;
    background: #F4F4F4;
}

.relevant-category-single {
    padding: 5px 10px;
    border: 1px solid #F4F4F4;
    border-top: none;
}

.relevant-category-single.odd {
    background: #F4F4F4;

}

#advanced-motor-search-content,
#advanced-transformer-search-content {
    margin-bottom: 30px;
}

#ams-form-wrapper,
#ats-form-wrapper {
    background: #F4F4F4;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    border: 2px solid #005F2F;
}

#ams-frame-row,
#ats-frame-row {
    margin: 5px 0;
}


.ams-field,
.ats-field {
    display: inline-block;
    width: 200px;
    padding: 5px 0;
}

.ams-field label,
.ams-field-large label,
.ams-field-motor-power-label {
    display: inline-block;
    width: 90px;
    font-weight: bold;
}

.ats-field label,
.ats-field-large label,
.ats-field-motor-power-label {
    display: inline-block;
    font-weight: bold;
}

.ams-field input,
.ats-field input {
    width: 80px;
    padding: 5px;
    line-height: 1em;
    font-family: Arial, sans-serif;
}

.ams-field-large input {
    width: 100%;
    max-width: 283px;
    padding: 5px;
    line-height: 1em;
    font-family: Arial, sans-serif;
}


.ams-field-motor-type label,
.ats-field-motor-type label {
    margin-right: 20px;
    font-weight: bold;
}


#ams-submit-buttons {
    margin-top: 5px;
}

#ats-submit-buttons {
    margin-top: 15px;
}

.ams-field input[type='number'] {
    -moz-appearance: textfield;
}

.ams-field input::-webkit-outer-spin-button,
.ams-field input::-webkit-inner-spin-button,
.ats-field input::-webkit-outer-spin-button,
.ats-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.ams-listing h3,
.ats-listing h3 {
    font-size: 14px;
}

#ams-results-table,
#ats-results-table {
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}


#ams-results-table caption,
#ats-results-table caption {
    font-size: 30px;
    text-align: left;
    color: #00843D;
}

.ams-category-th-row,
.ats-category-th-row {
    background: white;
}

#ams-results-table .ams-category-th-row th,
#ats-results-table .ats-category-th-row th {
    background: white;
    border: 1px solid #fff;
    padding: 10px 5px 10px 0;
    font-size: 20px;
}

#ams-results-table th,
#ats-results-table th {
    text-align: left;
    padding: 5px;
    vertical-align: top;
    background: #00843D;
    color: white;
}

#ams-results-table td,
#ats-results-table td {
    text-align: left;
    padding: 5px;
    vertical-align: top;
    border: 1px solid #ddd;
}

.motor-hp,
.motor-rpm,
.motor-frame,
.motor-volts,
.motor-va {
    width: 5%;
}

.ams-contact-seller-column,
.ats-contact-seller-column {
    width: 150px;
}

#ams-results-table tr:nth-child(odd),
#ats-results-table tr:nth-child(odd) {
    background-color: #F4F4F4;
}

.ams-listing-title-text a,
.ats-listing-title-text a {
    font-weight: bold;
}

#new-equipment-placeholder-original {
    display: none;
}

.page-id-564 #new-equipment-placeholder select {
    height: 39px;
    font-weight: bold;
}

#filter-field-manufacturer .select2-container .select2-selection--single {
    height: 39px;
}

#filter-field-manufacturer .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

#filter-field-manufacturer .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.ams-search-error,
.ats-search-error {
    color: red;
    font-weight: bold;
}

/* Table responsive */
/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px) {

    /* Advanced Motor Search */
    /* Force table to not be like tables anymore */
    #ams-results-table, #ams-results-table thead, #ams-results-table tbody, #ams-results-table th, #ams-results-table td, #ams-results-table tr {
        display: block;
    }

    #ams-results-table tr {
        overflow: hidden;
        padding-bottom: 5px;
    }

    #ams-results-table td:nth-of-type(1),
    #ams-results-table td:nth-of-type(2),
    #ams-results-table td:nth-of-type(3),
    #ams-results-table td:nth-of-type(4),
    #ams-results-table.ams-results-table-dc td:nth-of-type(5) {
        padding-top: 10px;
        display: inline-block;
        vertical-align: top;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    #ams-results-table tr.ams-th-row {
        display: none;
    }

    #ams-results-table tr.ams-listing {
        border: 1px solid #eee;
    }

    #ams-results-table td {
        /* Behave  like a "row" */
        border: none;
        padding: 0 5px;
        position: relative;

    }

    #ams-results-tablem td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #ams-results-table ul {
        margin-left: 15px;
    }

    #ams-results-table .listing-contact-dealer {
        margin-left: 0;
    }

    #ams-results-table .listing-summary-photo-block {
        text-align: left;
    }


    #ams-results-table td:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /*
    Label the data
    */
    #ams-results-table td:nth-of-type(1):before {
        content: "HP: ";
        font-weight: bold;
    }

    #ams-results-table td:nth-of-type(2):before {
        content: "RPM: ";
        font-weight: bold;
    }

    #ams-results-table td:nth-of-type(3):before {
        content: "Frame: ";
        font-weight: bold;
    }

    #ams-results-table td:nth-of-type(4):before {
        content: "Volts: ";
        font-weight: bold;
    }

    #ams-results-table.ams-results-table-dc td:nth-of-type(5):before {
        content: "VA.: ";
        font-weight: bold;
    }

    /* Advanced Transformer Search */
    /* Force table to not be like tables anymore */
    #ats-results-table, #ats-results-table thead, #ats-results-table tbody, #ats-results-table th, #ats-results-table td, #ats-results-table tr {
        display: block;
    }

    #ats-results-table .ats-th-header-row {
        display: none !important;
    }

    #ats-results-table tr {
        overflow: hidden;
        padding-bottom: 5px;
    }

    #ats-results-table td:nth-of-type(1),
    #ats-results-table td:nth-of-type(2),
    #ats-results-table td:nth-of-type(3),
    #ats-results-table td:nth-of-type(4),
    #ats-results-table.ams-results-table-dc td:nth-of-type(5) {
        padding-top: 10px;
        display: inline-block;
        vertical-align: top;
    }


    /* Hide table headers (but not display: none;, for accessibility) */
    #ats-results-table tr.ams-th-row {
        display: none;
    }

    #ats-results-table tr.ams-listing {
        border: 1px solid #eee;
    }

    #ats-results-table td {
        /* Behave  like a "row" */
        border: none;
        padding: 0 5px;
        position: relative;

    }

    #ats-results-tablem td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    #ats-results-table ul {
        margin-left: 15px;
    }

    #ats-results-table .listing-contact-dealer {
        margin-left: 0;
    }

    #ats-results-table .listing-summary-photo-block {
        text-align: left;
    }


    #ats-results-table td:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
    }


}

.volts-show-more {
    font-size: 14px;
    font-weight: bold;
    color: green;
    cursor: pointer;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 140px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 10px;
    display: block;
    border: 1px solid #ddd;
    background: #000 url(images/icons/arrow-up.png) no-repeat 12px 8px;
}

#back-to-top:focus {
    outline: none;
}

#back-to-top .fas {
    margin-left: 0;
}

#back-to-top span {
    margin-left: 10px;
    font-weight: 500;
}

@media only screen and (max-width: 760px) {

    #back-to-top {
        width: 34px;
    }

    #back-to-top span {
        display: none;
    }
}

#back-to-top:hover {
    background-color: #0274be;
}

#back-to-top.show {
    opacity: 1;
}

.gform_legacy_markup_wrapper div.validation_error {
    border: none !important;
}

#also-viewed-listings-form {
    margin-bottom: 30px;
}

#also-viewed-listings-form h2 {
    color: #e23535;
}

#back-to-listing-also-viewed {

    margin-top: 30px;
    font-weight: 500;
}

#submit_selected_inquiries {
    margin-top: 20px;
}

#back-to-listing-also-viewed a {
    background: #636262;
}

.also-viewed-listing {
    margin: 0 0 20px 0;
    overflow: hidden;
    background: #F9F9F9;
    padding: 20px;
    border: 1px solid #242F3E;
}

.also-viewed-listing label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 3px;
}

@media only screen and (min-width: 850px) {
    .also-viewed-summary-data {
        display: inline-block;
        width: calc(40% - 10px);
        vertical-align: top;
        margin-right: 0;
        padding-right: 10px;
    }

    .also-viewed-summary-data-location {
        width: 21%;
        padding-right: 0;
    }
}

.also-viewed-listing-left {
    float: left;
    width: 30px;
    text-align: center;
}

.also-viewed-listing-right {
    float: left;
    width: calc(100% - 30px);
}

.also-viewed-more-details-button a {
    font-weight: bold;

}

#also-viewed-listings-form .listing-summary-footer-data-points-before-4 {
    margin-top: 0 !important;
}

#also-viewed-listings-form .listing-photos a {
    position: relative;
    top: -4px;
}

.also-viewed-more-details {
    display: none;
}

.also-interested {

    margin-top: 10px;
}

.also_viewed_label_text {
    font-weight: bold;

}

.also_viewed_label_text_yes {
    color: #00843D;
}

.also_viewed_label_text_no {
    color: #e23535;
}

.listing-view-details-also-interested a {
    text-decoration: underline;
    padding: 0;
    line-height: 1em;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #828080;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
    transform: translate3d(16px, 2px, 0);
}

.form-switch input {
    display: none;
}

.form-switch input:checked + i {
    background-color: #4BD763;
}

.form-switch input:checked + i::before {
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
    transform: translate3d(22px, 2px, 0);
}


.dealer-location-list {
    margin-top: 20px;
}

.dealer-location-list ul li {
    margin-right: 10px;
}

@media only screen and (min-width: 850px) {
    .dealer-location-list ul {
        columns: 4;
    }
}

@media only screen and (max-width: 849px) {
    .dealer-location-list ul {
        columns: 3;
    }
}

@media only screen and (max-width: 700px) {
    .dealer-location-list ul {
        columns: 2;
    }
}

@media only screen and (max-width: 500px) {
    .dealer-location-list ul {
        columns: 1;
    }
}

span.inline-tooltip {
    cursor: pointer;
}

#search-help {
    display: none;
    color: #31708f;
    background-color: #d9edf7;
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #bce8f1;
    border-radius: 4px;
    font-weight: bold;
}

.news-archive-list {
    font-weight: 500;
    margin-bottom: 30px;
}

.news-archive-list h2 {
    margin-top: 20px;
}

.news-archive-list h2:first-child {
    margin-top: 0;
}

.news-archive-list .display-date {
    display: inline-block;
    min-width: 70px;
}

#include-ems-cta {
    clear: both;
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #E5E5E5;
    font-weight: 500;
    padding: 20px;
}

#include-ems-cta h2 {
    margin: 0;
}

#include-ems-cta p {
    color: #000;
    font-weight: 500;
    margin: 0 auto;
}

.cat-cnc-facets {
}

.cat-cnc-facets .facet-field {
    margin-right: 10px;
    width: 120px;
}


.cat-cnc-facets .facet-field-row {
    display: inline-block;
    margin-right: 0;
}

.cat-generic-facets .facet-field {
    width: auto;
    margin-right: 10px;
}


.cat-generic-facets .facet-field-row {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        float: none !important;
        margin: 10px 0 !important;
    }
}

@media print {

    html {
        background: white !important;
    }

    .single-wanted header,
    .single-wanted .footer-widgets,
    .single-wanted nav,
    .single-wanted #header-tagline,
    .single-wanted #back-to-wanteds,
    .single-wanted .wanted-contact-button-div,
    .single-wanted .wanted-edit,
    .single-wanted .fas,
    .single-wanted #wanted-photo,
    .single-wanted .wanted-multimedia,
    .single-wanted #print-wanted {
        display: none !important;
    }

    #wanted {
        margin-bottom: 0 !important;
    }

    #wanted::before {
        content: "Surplus Record Wanteds and For Sales";
        font-size: 32px;
        font-weight: bold;
    }

    .single-wanted .wanted,
    .single-wanted .wanted-title-bar,
    .single-wanted .wanted-inner {
        border: none !important;
        padding: 0 !important;
        background: white !important;
        margin: 0 !important;
        color: black !important;
    }

    .single-wanted a {
        color: black !important;
    }

    .single-wanted h1.wanted-title-header {
        color: black !important;
        width: 100% !important;
    }

    .single-wanted .wanted-contact {
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .single-wanted .site-footer {
        color: black !important;
        text-align: left;
        background: white !important;
    }

    .single-wanted .site-footer .wrap {
        padding: 0 !important;
    }

}

.listing-photo-error {
    height: 122px !important;
    width: 160px !important;
}

#page-my-surplus-record {
    overflow: hidden;
}

#page-my-surplus-record .entry-header {
    font-style: italic;
    margin: 30px 0;
}

#page-my-surplus-record-right {
    font-weight: bold;
    padding-bottom: 20px;
}

#page-my-surplus-record-left #loginform {

    max-width: 400px;

}

#page-my-surplus-record-left {
    margin-bottom: 60px;
}

@media only screen and (min-width: 1120px) {


    #page-my-surplus-record-left {
        float: right;
        width: 400px;


    }

    #page-my-surplus-record-right {
        float: left;
        width: calc(100% - 400px);
        padding-right: 20px;

    }
}


#page-my-surplus-record-login {
    display: block;
}

#page-my-surplus-record-left label {
    font-weight: bold;
}

#page-my-surplus-record-note {
    font-style: italic;
}

#page-my-surplus-record-dashboard {
    margin-bottom: 30px;
}

#page-my-surplus-record-dashboard img {
    -webkit-box-shadow: 10px 15px 23px 1px #B8B8B8;
    box-shadow: 10px 15px 23px 1px #B8B8B8;
    width: calc(100% - 30px);
}


#page-my-surplus-record-left #wp-submit,
#page-my-surplus-record-left #gform_submit_button_12 {
    width: 100%;
    background: #00833f;
    padding: 16px 24px;
    font-size: 16px;
}

#page-my-surplus-record-left #wp-submit:hover,
#page-my-surplus-record-left #gform_submit_button_12:hover {
    background: #0274be;
}

body.page-id-107 .site-inner {
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
}

body.page-id-108 .site-inner {
    width: 100%;
    max-width: 1540px;
    padding: 0 20px;
}

#list-your-items-intro {
    overflow: hidden;
    margin: 30px 0 30px 0;
}

#list-your-items-intro p {
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: 18px;
}

#list-your-items-intro-left-lower {
    overflow: hidden;
}

#list-your-items-intro-left-lower ul {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 20px 20px 0 0;
    padding: 0;
    float: left;
}

#list-your-items-intro-left-lower ul li {
    list-style: none;
    background: transparent url(images/list-green-check.png) 0 6px no-repeat;
    padding-left: 30px;
}

#list-your-items-intro-left,
#list-your-items-intro-right {
    margin-bottom: 30px;
}

#list-your-items-intro-left h1 {
    font-size: 33px;
    font-weight: 600;
    color: black;
    margin: 0 0 10px 0;
}


#list-your-items-intro p strong {
    font-weight: 500;
}

#get-started-form {
    background: #656D78;
    padding: 10px 20px;
}

.get-started-form-row {
    margin: 10px 0;
}

.get-started-form-row input {
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 3px;
}

#sell-your-machinery-image-block {
    text-align: center;
    margin: 10px 0 0 20px;
    max-width: 310px;
    float: left;
}

#sell-your-machinery-image-block img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 840px) {
    #list-your-items-intro-left-lower ul,
    #sell-your-machinery-image-block {
        float: none;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
    }
}

@media only screen and (min-width: 930px) {

    #list-your-items-intro-left h1 {
        margin-top: 0;
    }

    #list-your-items-intro-left,
    #list-your-items-intro-right {
        float: left;
        width: 50%;
    }

    #list-your-items-intro-left {
        padding-right: 40px;
        width: calc(100% - 490px);
    }

    #list-your-items-intro-right {
        float: right;
        width: 480px;
    }
}

#list-your-items-features {
    padding: 70px 50px;
    background: #00843D;
    color: white;
}

#list-your-items-features h2,
#list-your-items-features h3 {
    color: white;
}

#list-your-items-features-inner {
    max-width: 1280px;
    margin: 0 auto;
}

#list-your-items-features-intro {
    text-align: center;
    padding: 0 20px;
}

#list-your-items-features h2 {
    color: white;
    font-size: 39px;
}

#list-your-items-features-list {
    display: flex;
    flex-wrap: wrap;
}

.list-your-items-feature {
    flex: 0 0 50%;
    padding: 20px 20px 20px 50px;
    background: transparent url(images/list-shield.png) 0 20px no-repeat;
    line-height: 24px;
}

@media only screen and (min-width: 800px) {
    .list-your-items-feature {
        flex: 0 0 33.333333%;
    }
}

@media only screen and (max-width: 600px) {
    .list-your-items-feature {
        flex: 0 0 100%;
    }
}

.list-your-items-feature h3 {
    font-size: 16px;

}

.list-your-items-block {
    padding: 30px 0;
}


#list-your-items-block1 {
    background: #fff;
}

#list-your-items-block2 {
    background: #E6F3EC;
}

.list-your-items-block h2 {
    font-size: 39px;
    font-weight: 600;
}

.list-your-items-block p {
    font-size: 18px;
    line-height: 22px;
}

.list-your-items-block ul {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0;
    padding: 0;
}

.list-your-items-block ul li {
    list-style: none;
    background: transparent url(images/list-green-check.png) 0 6px no-repeat;
    padding-left: 30px;
}

#list-your-items-block2 ul li {
    background-image: url(images/list-black-check.png)
}

#list-your-items-block1-inner,
#list-your-items-block2-inner {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
}

#list-your-items-block1-left,
#list-your-items-block2-left {
    text-align: center;
}

#list-your-items-block2-right {
    margin-top: 30px;
}


@media only screen and (min-width: 1120px) {


    #list-your-items-block1-left {
        float: right;
        width: 565px;
        text-align: right;
    }

    #list-your-items-block1-right {
        float: left;
        width: calc(100% - 565px);
        padding-right: 20px;
    }

    #list-your-items-block2-left {
        float: left;
        width: 437px;
        text-align: right;
    }

    #list-your-items-block2-right {
        float: right;
        width: calc(100% - 437px);
        padding-left: 50px;
    }
}

#gform_fields_18 {
    margin: 50px 0 30px 0;
}

#gform_fields_18 input,
#gform_fields_18 select {
    background: #F2F2F2;
    border-radius: 5px;
}

#gform_submit_button_18 {
    padding: 0 25px;
    height: 50px;
    background: #00843D;
    border-radius: 5px;
    width: 100%;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    border: none;
    max-width: 270px;
}

#gform_submit_button_18:hover {
    background: #0274be;
}

#get-started-create-account-form{
    padding: 0 20px;
}

#get-started-create-account-form-inner{
    background: #eee;
    padding: 10px 30px 30px 30px;
    margin: 30px auto;
    border-radius: 20px;
    max-width: 900px;
    border: 3px solid #00843d;
}

#sign-up-button {
    width: 110px;
    background: #ff8c00;
    padding: 3px 20px;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}

#sign-up-button:hover {
    background: #0274be;
}

#field_18_17 .gchoice {
    display: inline-block;
    margin: 0 20px 0 0;
}

#ems-intro-paragraph {
}

#ems-image {

    width: 150px;
    height: auto;
}

@media only screen and (min-width: 900px) {
    #ems-image {
        position: relative;
        top: -20px;
    }
}

@media only screen and (min-width: 390px) {
    #ems-image {
        float: right;
        margin-left: 20px;
    }
}

.sr-alerts .entry-title {
    text-align: center;

}

#register-for-alerts-wrapper {
    text-align: center;
}

#alert-register-form #email {
    max-width: 640px;
    background: #F2F2F2;
    border-radius: 5px;
    padding: 0 20px;
    border: none;
    height: 45px !important;
    margin: 0 20px 20px 0;
}

#alert-register-submit {
    display: inline-block;
    background: #00843D;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 19px;
    border: none;
}

#alert-register-submit:hover {
    background: #e23535;
    border: none;
}


#alert-register-form label {
    font-weight: bold;

}

.logged-in #alert-form-wrapper .select2-container--open .select2-dropdown--below {
    margin-top: 0;
}

#select2-alert_category_g_seq_id-results ul li,
#select2-alert_category_e_seq_id-results ul li {

}

#create-alert-popup-layer .select2-container--default .select2-results > .select2-results__options,
body.sr-alerts .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important;
}

#create-alert-popup-layer .select2-results__option,
body.sr-alerts .select2-results__option {
    padding: 1px 6px;
    color: black;
    font-weight: 500;
}

#create-alert-popup-layer .select2-selection__rendered,
body.sr-alerts .select2-selection__rendered {
    color: black;
    font-weight: 500;
}

#alerts-error {
    color: red;
    background: #F4F4F4;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 0 20px 0;
    font-weight: 600;
    text-align: center;
}

#alert-cancel {
    margin-top: 30px;
}

#alert-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

#alert-register-form {
    position: relative;
    max-width: 800px;
    text-align: left;
    margin: 20px auto 0 auto;
}

#add-alert-form {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 5px 20px 0 20px;
}

.sr-alerts-form-field-row {
    margin: 15px 0;
}

.sr-alerts-form-field-combine {
    clear: both;
}

#manage-alert-options {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

#manage-alert-options label {
    font-weight: bold;
}


@media only screen and (min-width: 600px) {

    .sr-alerts-form-field-combine .sr-alerts-form-field-row {
        width: 50%;

        float: left;
        margin-top: 0;
    }

    .sr-alerts-form-field-combine .sr-alerts-form-field-row:first-child {
        padding-right: 10px;
    }
}

#alert_category_select span {
    display: inline-block;
    margin-right: 10px;
}

.sr-alerts-form-field-row label {
    font-weight: 600;
}

#add-auctions-alert-submit,
#add-alert-submit {
    background: #00843D;
    color: white;
    border: 2px solid #00843D;
    border-radius: 5px;
    font-weight: 700;
    font-size: 19px;
    padding: 11px 25px;
    margin: 0 30px 20px 0;
    cursor: pointer;
    min-width: 200px;
}

#add-auctions-alert-submit:hover,
#add-alert-submit:hover {
    background: #0274be;
    color: white;
    border: 2px solid #0274be;
}

#alert-cancel,
#alert-continue {
    border-radius: 5px;
    font-weight: 700;
    font-size: 19px;
    padding: 11px 25px;
    border: 2px solid black;
    margin: 0 30px 20px 0;
    cursor: pointer;
    color: black;
    line-height: 1em;
    display: inline-block;
}

#alert-cancel:hover,
#alert-continue:hover {
    background: #e23535;
    color: white;
    border: 2px solid #e23535;
}

#alert-continue {
    background: #00843D;
    color: white;
}


#alert-email-info {

    padding: 10px 20px;
    margin: 20px 0 20px 0;
}

.alert {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}

.modified-alert {
    background: #FDF151;
}

.alert-title {
    font-weight: 500;

}


.see-matching-alerts {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-weight: 500;
}

.edit-alert {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background: transparent url(/wp-content/plugins/surplus_alerts/images/edit.png) 0 0 no-repeat;
    cursor: pointer;
}

.edit-alert:hover {
    background: transparent url(/wp-content/plugins/surplus_alerts/images/edit.png) 0 -30px no-repeat;
}

.delete-alert {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: transparent url(/wp-content/plugins/surplus_alerts/images/delete.png) 0 0 no-repeat;
    cursor: pointer;
}

.delete-alert:hover {
    background: transparent url(/wp-content/plugins/surplus_alerts/images/delete.png) 0 -30px no-repeat;
}

@media only screen and (min-width: 600px) {
    .alert-title {
        font-weight: 500;
        display: block;
        float: left;
        width: calc(100% - 260px);
    }


    .see-matching-alerts {
        display: block;
        float: left;
        width: 180px;
        margin-right: 10px;
        font-weight: 500;
    }


    .edit-alert {
        display: block;
        float: left;

    }

    .delete-alert {
        display: block;
        float: left;
    }

}

#add-alert a {
    display: block;
    margin: 30px auto;
    background: #00843D;
    border-radius: 5px;
    color: white;
    text-align: center;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 19px;
}

.sr-alerts-popup {
    padding: 40px 40px;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    width: 90%;
    max-width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center !important;
    display: none;
}

.sr-alerts-popup-confirm {
    color: white;
    border-radius: 5px;
    font-weight: 700;
    font-size: 19px;
    padding: 11px 25px;
    border: 2px solid #e23535;
    margin: 0 30px 20px 0;
    cursor: pointer;
    background: #e23535;
}

.sr-alert-cancel {
    border-radius: 5px;
    font-weight: 700;
    font-size: 19px;
    padding: 11px 25px;
    border: 2px solid black;
    margin: 0 30px 20px 0;
    cursor: pointer;
    background: white;
    color: black;
}

.sr-alerts-popup button:hover {
    background: #00843D;
    color: white;
}


#alert-listings-bar {
    overflow: hidden;
    margin: 30px 0;
}


#alert-listings-bar div {
    width: 50%;
    float: left;
}

#alert-listings-count {
    font-weight: 500;
}

#back-to-manage-alerts {
    font-weight: bold;
    text-align: right;

}


#alert_manufacturer_man_div .ui-autocomplete {
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style: none;
    margin-left: 0;
    padding: 10px;
    cursor: pointer;
}

#alert_manufacturer_man_div {
    position: absolute;
    top: 0;
    left: 0;
}

#alert_category_select {

    padding: 0;


}

.choose-category-type {
    margin-bottom: 10px;
    padding: 10px 10px;
    text-align: center;
    width: 250px;
    /* min-height: 50px; */
    background: #fff;
    border-radius: 5px;
    color: #00843D;
    border: 2px solid #ccc;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2em;
}

@media only screen and (min-width: 600px) {

    #alert_category_select {
        margin: 10px 0 0 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 20px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }

    .choose-category-type {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

.choose-category-type:hover,
.choose-category-type-selected {
    color: #00843D;
    border: 2px solid #00843D;
}

#alert_schedule {
    width: 200px;
}

.alert_super_category_notice {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px;
}

#add-alert-form-intro {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    max-width: 550px;
    margin: 0 auto 0 auto;
}

#add-alert-form .select2-selection--single {
    height: 35px;
}

#add-alert-form .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 35px;
}

#add-alert-form .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

#alert-added-box {
    text-align: center;
}

#alert-added-headline {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 20px auto;
}

#alert-added-text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

#alert-verify-welcome-message {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500;
}

.alert-schedule-span {
    background: #313131;
    color: white;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 1px;
    position: relative;
}

.alert-schedule-text {
    display: none;
    background: #313131;
    color: white;
    position: absolute;
    z-index: 1;
    padding: 5px;
    border-radius: 5px;
    top: -25px;
    left: 10px;
    font-size: 10px;
    line-height: 1em;

}

.alert-schedule-span:hover .alert-schedule-text {
    display: block;
    transition: 2s;
}

body.sr-alerts .select2-search__field,
#add-alert-form .select2-search__field {
    padding: 10px !important;
}

body.sr-alerts .select2-search__field::placeholder,
#add-alert-form .select2-search__field::placeholder {
    color: #005F2F !important;
    opacity: 1;
    font-style: italic;
}

.search-results-header-before-search {
    text-align: center;
}

#filter-keyword-div-new-general-search {
    margin: 20px auto 0 auto;
    max-width: 730px;
}


#filter-keyword-div-new-general-search-filter-keyword {
    width: calc(100% - 60px);
    max-width: 630px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.new-general-search-q {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

#filter-submit-buttons-new-general-search-button {

    color: #fff;
    cursor: pointer;
    background: #e23535;
    width: 50px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
}

#filter-keyword-div-new-general-search-filter-submit-buttons {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

#filter-keyword-div {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {

    #filter-keyword-div {
        display: inline-block;
    }

}

#search-ctas-block {
    clear: both;
    overflow: hidden;
}

#search-ctas-block h2 {
    text-align: center;
    margin: 40px 0;
}

#search-ctas-block h3 {
    margin: 30px 0 0 0;
}

#search-ctas-block h3 a {
    text-decoration: underline;
}

.search-ctas-block {
    margin: auto;
    max-width: 800px;
}

.search-ctas {
    overflow: hidden;

}

.search-cta {
    position: relative;
    width: 100%;
    margin: 20px auto;
    display: block;
    max-width: 600px;
}

@media only screen and (min-width: 800px) {

    .search-results-header-before-search {
        margin-left: 30px;
    }


    .search-cta {
        float: left;
        width: 31.33333%;
        margin: 10px 1%;
        position: relative;
    }
}

a.search-cta {
    color: white;
    text-decoration: none;
}

a.search-cta:hover {
    color: yellow;
}

.search-cta img {
    display: block;
}

.search-cta span {
    position: absolute;
    bottom: 20px;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0 10px;
}

.search-cta-all {
    background: #00843D url(images/search-ctas/arrow.png) 47% 45% no-repeat;
}

a.search-cta-all:hover {
    background-color: #0274be;
    color: white;
}

#search-page-ems-search-div {
    margin-top: 50px;
    text-align: center;
}

@media only screen and (max-width: 799px) {
    .search-ctas {
        margin-left: 0;
        margin-right: 0;
    }

    .search-cta {
        float: left;
        width: 48%;
        margin: 20px 1%;
        position: relative;
    }


}

@media only screen and (max-width: 500px) {
    .search-cta-all {
        background: #00843D url(images/search-ctas/arrow-small.png) 47% 35% no-repeat;
    }
}


#search-page-ems-search-image,
#search-page-ems-search-fields {
    display: inline-block;
    vertical-align: top;
}

#search-page-ems-search-image {
    margin-right: 60px;
    margin-bottom: 30px;
}

#search-page-ems-search-fields h2 {
    margin: 0 0 10px 0;
    text-align: left;
}

#search-page-ems-search-fields #frame {
    width: 350px;
    background: #f2f2f2 url(images/search-ctas/magnify.png) 10px 13px no-repeat;
    padding: 15px 10px 15px 40px;
    border-radius: 5px;
    margin-right: 10px;
}

#search-page-motor-frame-search-submit {
    background: #01843e;
    padding: 17px 30px;
    font-weight: bold;
    border: none;
}

#search-page-motor-frame-search-submit:hover {
    background: #0274be;
    border: none;
}

#search-page-ems-search-fields p {
    margin: 10px 0;
    text-align: left;
}

#search-page-ems-search-fields a {
    text-decoration: none;
    font-weight: bold;

}

@media only screen and (max-width: 600px) {
    #search-page-ems-search-fields #frame {
        width: auto
    }

    #search-page-motor-frame-search-submit {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.parent-category-header {
    margin-bottom: 0;
}

.parent-category-header-image img {
    display: block;
}

.parent-category-header-text p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

    .parent-category-header {
        overflow: hidden;
    }

    .parent-category-header-image {
        float: right;
        width: 50%;
        text-align: right;
        margin: 5px 0 0 30px;
    }

    .parent-category-header-image img {
        display: inline-block;
    }


}

@media only screen and (max-width: 767px) {
    .parent-category-header-image {
        width: 100% !important;
        margin: 0 0 1em 0;
    }
}

.dealer-specialty-header {
    margin-bottom: 0;
}

.dealer-specialty-header-image img {
    display: block;
}

.dealer-specialty-header-text p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {

    .dealer-specialty-header {
        overflow: hidden;
    }

    .dealer-specialty-header-image {
        float: right;
        width: 50%;
        text-align: right;
        margin: 5px 0 0 30px;
    }

    .dealer-specialty-header-image img {
        display: inline-block;
    }


}

@media only screen and (max-width: 767px) {
    .dealer-specialty-header-image {
        width: 100% !important;
        margin: 0 0 1em 0;
    }
}

/* Google places autocomplete container must have z-index greater than the popup container */
div.pac-container {
    z-index: 99999999999 !important;
}

#listings-per-page-div {
    overflow: hidden;
}

#listings-per-page-div-left {
    float: left;
}

#have-one-to-sell-2 {
    float: right;
}

#listings-per-page-div label {
    display: inline-block;
    font-weight: bold;
}

#listings-per-page-div select {
    display: inline-block;
    width: auto;
    border-radius: 5px;
    border: 1px solid #aaa !important;
}

#menu-item-2993 > a {
    font-style: italic;
    padding-bottom: 10px;
    color: #818181;
}

#menu-item-2993 > a:hover {
    color: black;
}

/* Appraiser */

.appraiser {
    text-align: left;
    margin: 20px auto;
    background: #F4F4F4;
    color: #444444;
    border: 1px solid #E5E5E5;
    max-width: 350px;
    position: relative;
}

#appraisers-list {
    margin-bottom: 30px;
}


@media (min-width: 768px) {

    #appraisers-list {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

    .appraiser {
        display: flex;
    }

}

.appraiser-image {
    position: relative;
    height: 210px;

}

.appraiser-image img {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
}


.view-all-appraiser-images {
    position: absolute;
    bottom: 0;
    z-index: 997;
    right: 0;
    background: #01843d;
    padding: 3px 10px;
    border-right: none;
    border-bottom: none;
}

.view-all-appraiser-images a {
    color: white;
}

h3.appraiser-title {
    padding: 0 20px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.appraiser-type {
    position: relative;
    background: #023287;
    top: -35px;
    color: white;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    min-width: 130px;
}

.appraiser-type a {
    color: white;
}

.appraiser-type-empty {
    visibility: hidden;
}

.appraiser-location {
    padding: 0 20px;
    margin: 5px 0;
}

.appraiser-description {
    padding: 0 20px 20px 20px;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.appraiser-description p {
    margin: 0;
}

.appraiser-link a {
    background: #01843D;
    color: white;
    display: block;
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
}

.appraiser-link a:hover {
    background: #0274be;
}

/* Most Popular Listings */

#most-popular_listings-heading {
    color: #00843d;
    text-align: center;
    margin: 30px 0;
}

#most-popular_listings {
    padding: 0 50px 0 60px;
    text-align: center;
    margin: 0 auto;
    max-width: 1540px;
}


#most-popular_listings .popular-listing {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 350px;
}

.popular-listing .listing-title {
    margin: 10px auto;
    line-height: 1.2em;
    font-weight: 500;
    font-size: 14px;
    max-width: 250px;
}

.popular-listing .category-title {
    line-height: 1.2em;
    font-weight: 500;
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
}

.popular-listing .category-title a {
    color: #0274be;
    padding: 0 10px;

}

.popular-listing-photo {
    max-height: 168px;
    height: 168px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    width: 225px;
    display: inline-block;
}

#most-popular_listings .popular-listing-inner {
}

#most-popular_listings .slick-prev {
    left: 5px;
    z-index: 98;
    display: none;
}

#most-popular_listings .slick-next {
    right: 5px;
    z-index: 98;
    display: none;
}

#most-popular_listings .slick-prev, #most-popular_listings .slick-next {
    height: 40px;
    width: 30px;
    border-radius: 0 !important;
    top: 45% !important;
}

#most-popular_listings .slick-prev:before,
#most-popular_listings .slick-next:before {
    color: #005F2F;
    font-size: 30px;
}

#most-popular_listings .slick-dots {
    margin-left: 7px !important;
    margin-bottom: 10px;
}

#most-popular_listings .slick-dots li {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

#most-popular_listings .slick-dots li button:before {
    font-size: 20px;
    color: #333;
}

#most-popular_listings .slick-dots li.slick-active button:before {
    color: #333;
}

#most-popular_listings .popular-listing img {
    margin: 0 auto;
    display: block;
    max-height: 168px;
}

#choice_1_8_1,
#choice_1_8_2,
#choice_1_23_1,
#choice_1_46_1,
#choice_27_8_1,
#choice_27_8_2,
#choice_27_23_1 {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

#choice_1_8_1:active, #choice_1_8_1:checked:active,
#choice_1_8_2:active, #choice_1_8_2:checked:active,
#choice_1_23_1:active, #choice_1_23_1:checked:active,
#choice_1_46_1:active, #choice_1_46_1:checked:active,
#choice_27_8_1:active, #choice_27_8_1:checked:active,
#choice_27_8_2:active, #choice_27_8_2:checked:active,
#choice_27_23_1:active, #choice_271_23_1:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#gform_1{
    color: black;
}

#gform_1 #choice_1_8_1:checked,
#gform_1 #choice_1_8_2:checked,
#gform_1 #choice_1_23_1:checked,
#gform_1 #choice_1_46_1:checked,
#gform_27 #choice_27_8_1:checked,
#gform_27 #choice_27_8_2:checked,
#gform_27 #choice_27_23_1:checked {
    background-color: #079248 !important;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #fff !important;
}


#choice_1_8_1:checked:after,
#choice_1_8_2:checked:after,
#choice_1_23_1:checked:after,
#choice_1_46_1:checked:after,
#choice_27_8_1:checked:after,
#choice_27_8_2:checked:after,
#choice_27_23_1:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #fff !important;
}

#ems-cart-form {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #005f2f;
}


#ems-cart-form-footer {
    padding-top: 10px;
}

#ems-cart-submit {
    font-weight: bold;
}

#open-submit-rfqs {
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 9999;
    width: 200px;
    font-size: 20px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    background: #00843d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    border-radius: 10px;
    display: block;
    border: 1px solid #ddd;
}

#open-submit-rfqs:hover {
    background: #0274be;
}

#open-submit-rfqs span {
    margin-left: 10px;
    font-weight: 500;
}

#ems-cart-contents {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

#ems-cart-contents li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #ccc;
    font-weight: bold;
    overflow: hidden;
}

.cart-item-title-line {
    float: left;
    width: calc(100% - 120px);
}

.remove-item {
    font-weight: bold;
    margin-left: 20px;
    float: right;
    width: 90px;
}

button.multi-rfqs-popup-layer_open {
    text-decoration: none;
    color: #fff;
    background: #00843d;
    padding: 8px 15px 6px;
    line-height: 1em;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
}

button.multi-rfqs-popup-layer_open:hover {
    background: #0274be;
}

.home-popular-category {
    /*justify-content: center;*/
    width: 47%;
    margin: 20px 1%;
    background: #e6f3ec;
    border-radius: 5px;
    padding: 30px;
    display: inline-block;
    vertical-align: top;
}

.home-popular-category:hover {
    background: #01843e;
}

.home-popular-category-image img {
    max-width: 200px;
    height: auto;
    width: 100%;
}

.home-popular-category-title {
    color: black;
    font-weight: bold;
    margin: 20px auto 0 auto;
    line-height: 1.2em;
}


.home-popular-category:hover .home-popular-category-title {
    color: white;
}

#registrant-wanteds-unsubscribe div {
    margin-bottom: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    #registrant-wanteds-unsubscribe div {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
    }
}

#registrant-wanteds-unsubscribe-post-wanted {
    text-align: center;
}

#registrant-wanteds-unsubscribe-post-wanted a {
    display: inline-block;
    background: #edf845;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    border: 2px solid black;
}

#registrant-wanteds-unsubscribe-post-wanted a:hover {
    background: #000;
    color: white;
}

.create-alert-in-listings-category-description {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #005f2f;
}

#ems-categories {
    overflow: hidden;
    margin-top: 30px;
}

.ems-category {
    overflow: hidden;
    background: #F4F4F4;
    border: 1px solid #E5E5E5;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: center;
}

.ems-category-image {
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

.ems-category-image a {
}

.ems-category-image img {
    display: block;
}

.ems-category-listing-no-photo {

    width: 160px;
    height: 120px;
    position: relative;
    background: transparent url(images/image-not-available.png) 0 0 no-repeat;
    border: 1px solid #ccc;
    display: block;
}

.ems-category-listing-no-photo-text-click {
    position: absolute;
    left: 20px;
    top: 46px;
    font-weight: bold;
}

.ems-category-info {

    padding: 0 10px 10px 0;
    font-size: 16px;
}


@media (min-width: 960px) {
    .ems-category {
        text-align: left;
        margin: 0 2% 20px 0;
        width: 49%;
        float: left;
    }

    .ems-category:nth-child(2n) {
        margin-right: 0;
    }


}

@media (min-width: 600px) {

    .ems-category {
        text-align: left;
    }

    .ems-category-image {
        float: left;
    }

    .ems-category-info {
        float: left;
        width: calc(100% - 160px);
        padding: 0 10px 10px 20px;
    }
}


.ems-category-title {
    font-weight: bold;
}

.ems-category-title a {
    color: black;
}

.ems-category-title a:hover {
    color: #00843d;
}

@media (min-width: 900px) {
    .ems-category-category a,
    .ems-category-dealer {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
}

#ems-category-listings {
    overflow: hidden;
}

.ems-category-listing {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}


@media (min-width: 960px) {
    .ems-category-listing {
        width: 20%;
        float: left;

    }

    .ems-category-listing:nth-child(5n+1) {
        clear: left;
    }
}

@media (max-width: 959px) and (min-width: 601px) {

    .ems-category-listing {
        width: 33.33%;
        float: left;
    }

    .ems-category-listing:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 600px) and (min-width: 405px) {
    .ems-category-listing {
        width: 50%;
        float: left;
    }

    .ems-category-listing:nth-child(2n+1) {
        clear: left;
    }
}

.ems-category-listing-photo {
    max-height: 168px;
    height: 168px;
    overflow: hidden;
    width: 175px;
    display: block;
    margin: 0 auto;
}

.ems-category-listing .listing-title {
    margin: 10px auto;
    line-height: 1.2em;
    font-weight: 500;
    font-size: 14px;
    max-width: 250px;
}

.ems-category-listing .category-title {
    line-height: 1.2em;
    font-weight: 500;
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
}

.ems-category-listing .category-title a {
    color: #0274be;
    padding: 0 10px;
}

#ems-faq-header,
#ems-categories-header,
#ems-category-listing-header {
    text-align: center;
    margin-top: 20px;
}

#ems-faqs {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;

}

@media (min-width: 1280px) {
    #ems-faqs-column-1,
    #ems-faqs-column-2 {
        float: left;
        width: 50%;
        padding: 0 2px;
    }
}

.ems-faq {
    border: 1px solid #e6ebf1;
    border-radius: 5px;
    margin: 0 0 15px 0;
}

.ems-faq-question {
    background-color: #f0f3fa;
    cursor: pointer;
    padding: 0;
    text-align: left;
    transition: all .5s;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.ems-faq-question.active button {
    background-color: #08a14e;
    color: white;
}

.ems-faq-question button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    -webkit-appearance: button;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 20px;
}

.ems-faq-question button span {
    width: calc(100% - 20px);
    display: inline-block;
    line-height: 1.5em;
}


.ems-faq-question button:after {
    align-items: center;
    background-image: none;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    background-color: #08a14e;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    color: #fff;
    content: "+";
    height: 20px;
    text-align: center;
    transition: transform .2s ease-in-out;
    width: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 500;
    padding-left: 1px;
}

.ems-faq-question.active button:after {
    content: "-";
    color: #08a14e;
    background: white;
}

.ems-faq-answer {
    display: none;
    padding: 20px 20px 0 20px;
}

#ems-photo-gallery-content.show-ems-loading-bg {
    background: transparent url(/wp-content/themes/magazine-pro/images/loading.gif) no-repeat 50% 50%;
    background-size: 100px 100px;
}

#ems-photos {
    position: relative;
    margin-top: 20px;
    text-align: center;
}


#ems-photos img {
    border-radius: 5px;
}

#ems-photos {
    text-align: center;
}

.ems-photo-slide {
    display: inline-block;
    padding: 0 20px;
}

#ems-photos .slick-slide img {
    display: inline-block;
}

#ems-photos .slick-prev, #ems-photos .slick-next {
    font-size: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 28px;
    height: 26px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: white;
    line-height: 1em;
    border-radius: 50%;
}

#ems-photos .slick-prev:before, #ems-photos .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: #005F2F;
}

#ems-photos .slick-prev {
    left: -30px;
    z-index: 99;
}

#ems-photos .slick-next {
    right: -30px;
    z-index: 99;
}

.offer-star {
    background: transparent url(images/icons/star.png) no-repeat 0 0;
    display: inline-block !important;
    width: 14px;
    height: 14px;
    float: none !important;
}


.volts-table {
    border: 1px solid #ccc;

}

.volts-table-inner {
    overflow-y: scroll;
    height: 150px;
    background: white;
    padding: 10px;
    font-size: 14px;
}

.ats-volts-sections {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


.voltage-label-text {
    display: inline-block;
    min-width: calc(100% - 60px);
    width: calc(100% - 60px) !important;
    max-width: calc(100% - 60px);
}

.voltage-label-count {
    display: inline-block;
    width: 40px;
    text-align: right;
}

.volts-table-filters {
    width: 100%;
    overflow: hidden;
}

.filterVoltsSearch {
    display: block;
    float: left;
    min-width: calc(100% - 100px);
    width: calc(100% - 100px) !important;
    max-width: calc(100% - 100px);
}

.filterVoltsSort {
    display: block;
    width: 100px;
    float: right;
    text-align: right;
    font-size: 13px;
    padding-right: 25px;
    padding-top: 5px;
    background: white;
    height: 34px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.voltage-item {

}

.label-text {
}

.label-count {
}

.bold-label {
    font-weight: bold;
}

#volts-show-more {
    cursor: pointer;
    font-size: 14px;
    color: #005F2F;
}

#ats-categories {
    overflow: hidden;
}

@media (min-width: 768px) {

    .ats-category-block {
        display: block;
        margin-right: 20px;
        float: left;
        width: calc(50% - 20px);
        max-width: 350px;
    }

    .ats-volts-section {
        width: 48%;
        margin-right: 2%;
        float: left;
        max-width: 300px;
    }
}

#ats-options {
    display: none;
}

#primary-volts-section {
    display: none;
}

#kva-apply-button {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #00843d;
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
}

#kva-apply-button:hover {
    background: #0274be;
}

.phase-header {
    font-weight: bold;
    color: #00843d;
}

#ats-keyword-row {
    overflow: hidden;
}

@media (min-width: 768px) {
    #ats-keyword-div,
    #ats-keyword-note {
        float: left;
    }

    #ats-keyword-div {
        width: 170px;
    }

    #ats-keyword-note {
        width: calc(100% - 170px);
        margin-top: 25px;
        font-style: italic;
    }

    .ats-field-large input {
        width: 150px;
        padding: 5px;
        line-height: 1em;
        font-family: Arial, sans-serif;
    }
}

.iti__dropdown-content ul {
    padding-left: 0;
}

#field_1_47,
#field_1_46 {
    display: none;
}

.gchoice_1_8_2 .listing-financing-text-on-form {
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
}

#all-models-link a {
    text-decoration: underline;
    color: #0274be;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;

}

#search-help-all-models-link {
    text-decoration: underline;
    color: #0274be;
    font-weight: 500;
}

#field_1_4 .iti {
    display: block;
}
/*
@media (min-width: 850px) {
    #field_1_29 .ginput_container {
        display: inline-block;
        margin-left: 20px;
    }

}

@media (min-width: 1100px) {
    .single-listing #field_1_8 .gchoice,
    .single-listing #field_27_8 .gchoice {
        display: inline-block;
    }

    .single-listing #field_1_8 .gchoice_1_8_1,
    .single-listing #field_27_8 .gchoice_27_8_1 {
        width: 220px;
    }

    .single-listing #field_1_8 .gchoice_1_8_2,
    .single-listing #field_27_8 .gchoice_27_8_2 {
        width: 220px;
    }

    .single-listing .gform_footer {
        position: relative;
    }

    .single-listing #gform_submit_button_1,
    .single-listing #gform_submit_button_27 {
        position: absolute;
        bottom: 0;
        right: 10px;
    }

    .single-listing .gform_wrapper.gravity-theme .gform_footer {
        margin: 0;
        padding: 0;
    }
}*/

#manufacturer-model-description-outer {
    overflow: hidden;
}

#manufacturer-model-page-image-div {
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}

#manufacturer-model-description {
    margin-top: 10px;
}

#manufacturer-model-page-image-div img {
    width: auto;
    max-height: 150px;
    box-sizing: border-box;
}

.manufacturer-model-single .entry-header {
    overflow: hidden;
}

.manufacturer-model-single #have-one-to-sell {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {

    #manufacturer-model-page-image-div {
        float: right;
        margin: 0 0 20px 20px;
    }

    .manufacturer-model-single .entry-header h1 {
        width: calc(100% - 225px);
        float: left;
    }

    .manufacturer-model-single #have-one-to-sell {

        margin-top: 40px;
        padding: 0;
        text-align: right;
    }
}

.no-listings-dealer-box {
    overflow: hidden;
    margin-bottom: 10px;
}

.no-listings-dealer-link {
    float: left;

}

.no-listings-dealer-box a {
    text-decoration: underline;
    color: #0274be;
    font-weight: 500;
}

.no-listings-dealer-phone {
    float: left;
    padding-left: 6px;
}

.no-listings-dealer-phone:before {
    content: "\2022";
}

@media only screen and (min-width: 769px) {

    .no-listings-dealer-box .full-dealer-phone-number {
        display: none;
    }

}

@media only screen and (max-width: 768px) {

    .no-listings-dealer-box .short-dealer-phone-number {
        display: none;
    }

}

#popular-mfgs-states-counter {
    border: 5px solid #f3baba;
    padding: 10px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.popular-mfgs-states-counter-Shown a {
    color: green;
}

.popular-mfgs-states-counter-Hidden a {
    color: red;
}

#popular-mfgs-states-counter div {
    display: inline-block;
    margin-right: 20px;
}

#checkout-button-div {
    margin: 20px 0;
}

.checkout-item {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}

@media only screen and (min-width: 750px) {
    .checkout-item-desc {
        float: right;
        width: calc(100% - 250px);
    }

    .checkout-item-pic {
        float: left;
        width: 225px;
    }

}

.checkout-seller div {
    display: inline-block;
    margin-right: 20px;
}

.checkout-seller div:last-child {
    margin-right: 0;
}

#gform_submit_button_29 {
    font-size: 22px;
    background-color: #cf2e2e;
    padding: 15px 30px;
}

#gform_submit_button_29:hover {

    background-color: #0274be;
}

#field_29_4 .iti {
    display: block !important;
}

@media only screen and (min-width: 550px) {

    #field_29_8 .gchoice {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
        min-width: 230px;
    }
}

.checkout-item-desc a{
    color: #0274be;
    text-decoration: underline;
}

.checkout-item-pic a{
    display: block;
    text-align: center;
    color: #0274be;
    text-decoration: underline;
}

#custom_html-8{
    margin-top: 20px;
    margin-bottom: 10px;
}

#currency-selector select{
    width: auto;
}

#custom_html-8 .widget-title{
    margin-right: 15px;
}

#custom_html-8 .custom-html-widget,
#custom_html-8 .widget-title{
    display: inline-block;
}

#currency{
    padding: 9px 8px;
}

#weglot-translate-2 .widget-title{
    margin-right: 10px;
}

#weglot-translate-2 .widget-title,
#weglot-translate-2 aside{
    display: inline-block;
}

#weglot-translate-2 .widget-title{
    color: white;
}

#weglot-translate-2 aside{
    color: black;
}

@media only screen and (min-width: 450px) {
    #custom_html-8,
    #weglot-translate-2{
        display: inline-block;
    }

    #custom_html-8 .widget-title{
        margin-right: 10px;
    }

    #weglot-translate-2 .widget-title{
        margin-right: 10px;
        margin-left: 10px;
    }
}

#scammer-check-form{

}

#scammer-check-form-div{
    margin: 30px 0 30px 0;

}

#scammer-check-form{
    overflow: hidden;
}

#scammer-search-email{
    float: left;
    padding: 10px 50px 10px 20px;
    width: calc(100% - 50px);
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px 0 0 5px;
    background: #fefefe;
    outline: none;
    transition: none !important;
    height: 40px;
    max-width: 590px;
}

#scammer-search-button {
    float: left;
    color: white;
    cursor: pointer;
    background: #e23535 url(images/icons/search.png) no-repeat center center;
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 0 5px 5px 0;

}



#scammer-check-is-scammer-outer{
    text-align: center;
}



#scammer-check-not-scammer-outer{
    text-align: center;
}


#scammer-check-not-scammer{
    margin: 0 0 30px 0;

}

#scammer-check-not-scammer p{
    border-radius: 10px;
    border: 2px solid #00843d;
    padding: 10px 20px;
    margin: 25px 0 0 0;
    font-weight: bold;
}

#scammer-check-is-scammer{
    background: #445b79;
    margin: 0 0 30px 0;
    border: 5px solid #1f2839;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
    color: white;
}

#scammer-x p{
    font-weight: 700;
    font-size: 30px;
}

@media only screen and (min-width: 850px) {
    #scammer-x{
        position: relative;
        height: 100px;
        margin-bottom: 20px;
    }

    #scammer-x img{
        height: 100px;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    #scammer-x p{

        position: absolute;
        left: 50px;
        top: 0;
        border-radius: 0 10px 10px 0;
        background: #1f2a3a;
        padding: 10px 30px 10px 70px;
        margin: 12px 0 0;
        border-left: none;
        font-weight: 700;
        font-size: 30px;
    }

    #scammer-check-is-scammer{
        display: inline-block;
        background: #445b79 url(images/scammer-detected-man.png) no-repeat right 0;
        min-height: 270px;
        margin: 0 0 30px 0;
        border: 5px solid #1f2839;
        border-radius: 20px;
        padding: 30px 270px 30px 30px;
        color: white;
    }


}

@media only screen and (min-width: 768px) {



    #scammer-check-not-scammer{

        display: inline-block;
        background: transparent url(images/scammer-green-check.png) no-repeat 0 0;
        padding-left: 90px;
        min-height: 100px;

        width: 500px;
    }

    #scammer-check-not-scammer p{
        border-radius: 0 10px 10px 0;
        border-left: none;
    }

    #scammer-check-form-div{
        overflow: hidden;
        min-height: 250px;
        background: transparent url(images/spammer-check-man.png) no-repeat 0 0;
        padding-left: 330px;
        padding-top: 40px;
    }


    #scammer-page-login-div{
        overflow: hidden;
        min-height: 250px;
        background: transparent url(//surplusrecord.com/wp-content/themes/magazine-pro/images/spammer-check-man.png) no-repeat 0 50px;
        padding-left: 330px;
        padding-top: 0;
        margin-top: 30px;
    }
}

#top-three-scams{
    display: inline-block;
    font-weight: bold;
    text-align: left;

    border-radius: 20px;
    border: 2px solid #00843d;

    padding: 30px;
    margin: 50px 0;

}

#top-three-scams h2{
    color: #00843d;
    font-weight: bold;
}

#top-three-scams h3{
    font-weight: bold;
}

#scammer-page-login{
    max-width: 400px;
}

#scammer-page-login label{
    font-weight: bold;
}

#scammer-page-login #wp-submit {
    width: 100%;
    background: #00833f;
    padding: 16px 24px;
    font-size: 16px;
}

.language-selector {
    position: relative;
    display: inline-block;
}

.current-language {
    cursor: pointer;
    padding: 0 0 8px 0;
    background: #232f3e;
}

.flag-icon {
    width: 24px;
    height: auto;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: #232f3e;
    list-style: none;
    padding: 8px 0 0 0;
    margin: 0;
    z-index: 999;
    width: 160px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1265px) {
    .language-dropdown {
        right: auto;
        left: 0;
    }
}

.language-dropdown li {
    padding: 8px 12px 8px 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.language-dropdown li:hover {
    background-color: #005f2f;
}

.language-dropdown img {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

#language-selector-choose-text{
    display: none;
}

@media only screen and (max-width: 840px) {
    /*#language-selector-wrapper{
        position: absolute;
        top: 15px;
        right: 40px;
        z-index: 99999999;
    }

    body.admin-bar #language-selector-wrapper{
        top: 60px;
    }

    .current-language{
        background: transparent;
        padding-bottom: 0;
    }
    .language-dropdown{
        background: #222;
        color: white;
        right: -40px;
    }

    .site-header .wrap{
        position: relative;
    }*/
    #language-selector-wrapper{
        position: absolute;
        top: 10px;
        right: 30px;
        z-index: 1000;

    }

    .current-language{
        background: #00843d;
        padding-bottom: 0;
    }
    .language-dropdown{
        background: #000;
        color: white;
        right: -30px;
        padding: 0;
    }

    .site-header .wrap{
        position: relative;
    }

}

/* Hide the checkbox */
.mobile-menu-toggle {
    display: none;
}

/* Style the hamburger label */
.mobile-menu-icon {
    display: none; /* Hidden on desktop */
    font-size: 18px;
    padding: 0.25rem;
    cursor: pointer;
    user-select: none;
    text-align: center;
    font-weight: bold;
}

.submenu-toggle {
    display: none;
}

/* Mobile styles */
@media (max-width: 840px) {

    .site-inner,
    .wrap {
        padding: 0 20px;
        width: 100%;
    }

    .primary-nav .site-header {
        padding-top: 20px !important;

    }

    /* Show hamburger on mobile */
    .mobile-menu-icon {
        display: block;
        background: #222;
        color: #fff;
    }

    /* Hide the menu initially */
    .nav-primary {
        display: none;
        flex-direction: column;
        background: #232f3e;
        padding: 1rem;
    }

    .mobile-menu-icon span{
        font-size: 26px;
    }

    /* When checkbox is checked, show the menu */
    .mobile-menu-toggle:checked + .mobile-menu-icon + .nav-primary {
        display: flex;
    }

    .submenu-toggle {
        background: none;
        border: none;
        color: white;
        font-size: 1.5rem;
        float: right;
        cursor: pointer;
        padding: 0 1rem;
        line-height: 1;
        display: block;
    }

    .menu-item-has-children {
        position: relative;
    }

    .sub-menu {
        padding-left: 1rem;
    }

    .genesis-nav-menu {
        display: block; /* Stack menu items */
        width: 100%;
        background-color: #26303d; /* optional: dark blue background like your screenshot */
    }

    .genesis-nav-menu  li.menu-item {
        display: block;
        border-bottom: 1px solid #444; /* optional: divider line between items */
    }

    .genesis-nav-menu a {
        display: inline-block;
        width: calc(100% - 3rem); /* full width minus padding */
        color: #fff;
        text-decoration: none;
        padding: 1rem 1rem 1rem 0;
    }

    .genesis-nav-menu .sub-menu {
        display: none; /* hidden by jQuery until toggled */
        padding-left: 1rem;
    }

    .genesis-nav-menu .sub-menu li {
        border-bottom: none;
    }

    .submenu-toggle {
        float: right;
        font-size: 1.5rem;
        background: none;
        border: none;
        color: #fff;
        padding-right: 1rem;
        cursor: pointer;
        margin-top: 7px;
    }

    .submenu-toggle:hover {
        background: transparent;
    }

    .submenu-toggle:focus{
        outline: none;
        background: transparent;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu .sub-menu a {
        padding: 5px;
    }

}

.zoomImg {
    display: inline-block;
    position: relative;
    cursor: zoom-in;
}

.zoomImg.zoomed {
    cursor: zoom-out !important;
}

.single-listing #slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.single-listing .slick-lightbox-main img {
    max-height: 70vh;
    margin: auto;
}
.single-listing .slick-lightbox-thumbs {
    margin-top: 20px;
    max-width: 90%;
}
.single-listing .slick-lightbox-thumbs img {
    height: 80px;
    cursor: pointer;
}

.single-listing .slick-lightbox-main {
    width: 80%;
    margin: auto;
    text-align: center;
}
.single-listing .slick-lightbox-main img {
    max-height: 70vh;
    max-width: 100%;
}

.single-listing #slick-lightbox .slick-slide{
    margin-right: 5px;
    margin-left: 5px;
}

.single-listing .zoom-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.single-listing .zoom-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single-listing .zoom-wrapper {
    overflow: visible !important;
}

.single-listing #slick-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    color: white;
    cursor: pointer;
    z-index: 10000;
    font-family: Arial, sans-serif;
}
.single-listing #slick-lightbox-close:hover {
    color: #ccc;
}

@media (max-width: 760px) {
    .single-listing .slick-lightbox-thumbs {
        max-width: 80%;
    }
}

/*------------------------------------------------------------
 * Plugin Overrides / Fixes
 * ----------------------------------------------------------*/

/* intl-tel-input: Ensure dropdown appears above popups */
.iti--container {
    z-index: 999999 !important; /* Use a very high value */
}

.parent-category .surplus-category{
    padding-left: 20px;
}

.parent-category .surplus-category.cat-star {
    background: url('images/blue-star.png') no-repeat left 6px;
}

.parent-category .surplus-category-letter{
    padding-left: 30px;
}

#sub-categories-heading-div{
    margin-bottom: 10px;
}

#sub-categories-heading-div h2,
#sub-categories-heading-div div{
    display: inline-block;
    vertical-align: top;
}

#sub-categories-heading-div h2{
    margin-bottom: 0px;
}

#star-categories-legend{
    font-weight: 500;
    margin-left: 10px;
    font-size: 14px;
    padding-top: 0;
    line-height: 24px;
}

#star-categories-legend span{
    font-size: 20px;
    position: relative;
    top: 2px;
}


#field_1_22 .ginput_counter,
#field_25_22 .ginput_counter,
#field_27_22 .ginput_counter,
#field_29_22 .ginput_counter{
    display: none;
}

.seo-category-form-wrapper {
    margin-top: 20px;
}

.seo-toggle-button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.seo-toggle-button:hover {
    background: #005177;
}

.seo-category-form {
    margin-top: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.seo-category-form h3 {
    margin-top: 0;
}

.seo-category-form .form-field {
    margin-bottom: 15px;
}

.seo-category-form .form-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.seo-category-form .form-actions {
    margin-top: 20px;
}

.seo-category-form .button-primary {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 3px;
}

.seo-category-form .button-primary:hover {
    background: #005177;
}

.seo-category-form .button-secondary {
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 10px;
    color: black;
}

.seo-category-form .button-secondary:hover {
    background: #e8e8e8;
}

#listing-image-single{
    text-align: center;
}

/* ===== Gallery Container ===== */
#swiper-gallery-wrapper .swiper-gallery {
    display: flex;
    gap: 8px;
    width: 755px;
    max-width: 100%;

    margin: 0 auto;
    position: relative;
}

/* ===== Vertical Thumbnails ===== */
#swiper-gallery-wrapper .thumbs-column {
    display: flex;
    gap: 0;
    flex-shrink: 0;
    height: 444px;
}

#swiper-gallery-wrapper .thumbs-scroll {
    width: 155px;
    padding-right: 4px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #b0b0b0 #e8e8e8;
}

#swiper-gallery-wrapper .thumbs-scroll::-webkit-scrollbar {
    width: 6px;
}

#swiper-gallery-wrapper .thumbs-scroll::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 3px;
}

#swiper-gallery-wrapper .thumbs-scroll::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 3px;
}

#swiper-gallery-wrapper .thumbs-scroll::-webkit-scrollbar-thumb:hover {
    background: #888;
}

#swiper-gallery-wrapper .thumb-item {
    width: 144px;
    height: 98px;
    flex-shrink: 0;
    cursor: pointer;
    /*opacity: 0.5;*/
    border: 2px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s, border-color 0.3s;
    margin-bottom: 10px;
}

#swiper-gallery-wrapper .thumb-item:last-child {
    margin-bottom: 0;
}



#swiper-gallery-wrapper .thumb-item.active {
    opacity: 1;
    border-color: #00843D;
}

#swiper-gallery-wrapper .thumb-item:hover {
    opacity: 0.85;
}

#swiper-gallery-wrapper .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* ===== Main Slider ===== */
#swiper-gallery-wrapper .swiper-main {
    flex: 1;
    min-width: 0;
    height: 462px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

#swiper-gallery-wrapper .swiper-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#swiper-gallery-wrapper .swiper-main .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

/* Pagination counter — bottom-right with image icon */
#swiper-gallery-wrapper .swiper-main .swiper-pagination-custom {
    position: absolute;
    bottom: 25px;
    right: 14px;
    left: auto !important;
    width: auto !important;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 6px;
    pointer-events: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

#swiper-gallery-wrapper .swiper-pagination-custom svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

/* Nav buttons */
#swiper-gallery-wrapper .swiper-main .swiper-button-prev,
#swiper-gallery-wrapper .swiper-main .swiper-button-next {
    color: #00843D;
    background: rgba(255, 255, 255, 0.85);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background 0.2s;
    font-weight: bold;
}

#swiper-gallery-wrapper .swiper-main .swiper-button-prev:hover,
#swiper-gallery-wrapper .swiper-main .swiper-button-next:hover {
    background: rgba(255, 255, 255, 1);
}

#swiper-gallery-wrapper .swiper-main .swiper-button-prev::after,
#swiper-gallery-wrapper .swiper-main .swiper-button-next::after {
    font-size: 18px;
    font-weight: 700;
}

#swiper-gallery-wrapper .swiper-main .swiper-button-disabled {
    opacity: 0.3;
}

/* ===== Fullscreen Lightbox ===== */
#swiper-gallery-wrapper .lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
}

#swiper-gallery-wrapper .lightbox-overlay.active {
    display: flex;
}

/* Lightbox top bar */
#swiper-gallery-wrapper .lightbox-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    color: #fff;
    flex-shrink: 0;
}

#swiper-gallery-wrapper .lightbox-back {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background 0.2s;
}

#swiper-gallery-wrapper .lightbox-back:hover {
    background: rgba(255, 255, 255, 0.1);
}

#swiper-gallery-wrapper .lightbox-back svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

#swiper-gallery-wrapper .lightbox-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}

#swiper-gallery-wrapper .lightbox-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Lightbox hint */
#swiper-gallery-wrapper .lightbox-hint {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding: 4px 0;
    flex-shrink: 0;
}

/* Lightbox swiper */
#swiper-gallery-wrapper .lightbox-swiper-wrap {
    flex: 1;
    min-height: 0;
    position: relative;
}

#swiper-gallery-wrapper .swiper-lightbox {
    width: 100%;
    height: 100%;
}

#swiper-gallery-wrapper .swiper-lightbox .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper-gallery-wrapper .swiper-lightbox .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#swiper-gallery-wrapper .swiper-lightbox .swiper-zoom-container img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

#swiper-gallery-wrapper .swiper-lightbox .swiper-button-prev,
#swiper-gallery-wrapper .swiper-lightbox .swiper-button-next {
    color: #fff;
}

#swiper-gallery-wrapper .swiper-lightbox .swiper-button-prev::after,
#swiper-gallery-wrapper .swiper-lightbox .swiper-button-next::after {
    font-size: 24px;
}

/* Lightbox pagination */
#swiper-gallery-wrapper .lightbox-pagination {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    flex-shrink: 0;
}

#lightboxSwiper .swiper-zoom-container img {
    cursor: zoom-in;
}

#lightboxSwiper .swiper-slide-zoomed .swiper-zoom-container img {
    cursor: zoom-out;
}


@media (max-width: 767px) {
    #swiper-gallery-wrapper .swiper-gallery {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
    }

    #swiper-gallery-wrapper .swiper-main {
        width: 100%;
        height: auto;
        aspect-ratio: 587 / 457;
    }

    #swiper-gallery-wrapper .thumbs-column {
        height: auto;
        width: 100%;
    }

    #swiper-gallery-wrapper .thumbs-scroll {
        width: 100%;
        height: 70px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        gap: 8px;
        padding-right: 0;
        padding-bottom: 4px;
    }

    #swiper-gallery-wrapper .thumb-item {
        width: 80px;
        height: 55px;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

#listing-inquiry.listing-inquiry-without-spec{
    padding: 0 0 20px 0;
}

.listing-inquiry-without-spec #input_1_1{
    /*max-width: 49%;*/
}

#no-listing-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    min-height: 400px;
    max-width: 400px;
    margin: 0 auto;
}

#no-listing-image .no-image-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e8f5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #2e8b57;
}

#no-listing-image .no-image-icon svg {
    width: 44px;
    height: 44px;
}

#no-listing-image .no-image-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

#no-listing-image .no-image-subtitle {
    font-size: 15px;
    color: #666;
    margin: 0 0 28px;
}

#no-listing-image .no-image-cta {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: #2e8b57;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.15s ease;
}

#no-listing-image .no-image-cta:hover {
    background: #267349;
    color: #fff;
    text-decoration: none;
}

#no-listing-image  .submit-inquiry-popup-layer_open {
    display: inline-block;
    background: #00843D;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

#no-listing-image .submit-inquiry-popup-layer_open:hover,
#no-listing-image .submit-inquiry-popup-layer_open:focus {
    background: #00843D;
    color: #fff;
    text-decoration: none;
}