#wanteds {
}

.wanted{
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    position: relative;
    font-weight: 500;
}

.wanted.even-row {
    /*background-color: #E8E8E8;*/
}


.wanted-title-bar {
    background: #00843D;
    padding: 10px 20px;
}

.wanted-sell .wanted-title-bar{
    background: #0274be;
}

.wanted-title-bar .wanted-title-header{
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 0;
    padding: 0;
}

.wanted-read-more{
    white-space: nowrap;
}


.wanted-description-more{
    display: none;
}

.wanted-edit-button a{
    color: white;
    text-decoration: underline;
}

.wanted-edit-button a:hover{
    text-decoration: underline;
    color: yellow;
}

.wanted-dealer-note{
    background: #f3f3ac;
    padding: 20px;
    margin: 20px 0;
}

.wanted-title-bar .wanted-title-header a{
    color: white;
}

.wanted-inner{
    padding: 10px 20px 0 20px;
    overflow: hidden;
}

.wanted-data-point-label{
    font-weight: bold;
}

.wanted-company span{
    display: block;
}

.wanted-contact-points span{
    display: block;
}

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

    .wanted-title-bar .wanted-title-header,
    .wanted-multimedia{
        display: inline-block;
    }

    .wanted-title-bar .wanted-title-header{
        width: calc(100% - 170px);
    }

    .wanted-multimedia{
        margin-top: 0px;
        width: 160px;
        text-align: right;
    }

    #wanted-photo {
        float: right;
        margin-left: 20px;
    }

    .wanted-company span{
        display: inline;
    }

    .wanted-contact-points span{
        display: inline-block;
        margin-right: 0px;
    }
    .wanted-contact-points span::after{
        content: " | ";
    }

    .wanted-contact-points span:last-child::after{
        content: "";
    }
}

#wanted-photo img{
    max-width: 300px;
    width: 100%;
    height: auto;

}

.wanted-blurry-text {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.wanted-blurry-text::after{
    content: "John Doe at Acme, Inc.";
}



.wanted-contact{
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 0 0;
    clear: both;
}

.wanted-multimedia-link {
    display: inline-block;
    margin-right: 15px;
}

.wanted-multimedia-link:last-child{
    margin-right: 0px;
}

.wanted-multimedia-link a{
    border-bottom: 1px solid transparent;
    display: inline-block;
    color: white;
    padding: 1px 0px;
}

.wanted-multimedia-link a:hover {
    border-bottom: 1px solid #fff;
}

.wanted-contact-points .fas {
    width: 1.2em;
    color: #00a668;
}



.wanted-multimedia{
    display: inline-block;
    vertical-align: top;
}



.wanted-contact-button-div{
    margin-top: 10px;
}

@media only screen and (min-width: 768px) {
    .wanted-contact-inner{
        width: calc(100% - 170px);
        display: inline-block;
        vertical-align: top;
    }

    .wanted-contact-button-div{
        width: 150px;
        display: inline-block;
        vertical-align: top;
        text-align: right;
        margin-top: 25px;
    }
}

.is-registered-div{
    font-style: italic;
}

.is-wanted-registered-dealer{
    display: inline-block;
}

.wanted-contact-button-div button{
    text-decoration: none;
    color: white;
    background: #e23535;
    padding: 8px 15px 6px 15px;
    line-height: 1em;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 2px solid #999;
    display: inline-block;
}

.wanted-contact-button-div button:hover {
    background: #0274be;
}

#wanted{
    margin: 30px 0;
}

#wanteds-form{
    margin: 0 0 20px 0;
}

#wanteds-scheduled-filter,
#wanteds-visible-filter{
    display: inline-block;
    width: 200px;
    margin-left: 20px;
}

#wanteds-scheduled-filter label,
#wanteds-visible-filter label{
    font-weight: bold;
}

#wanteds-scheduled-filter select,
#wanteds-visible-filter select{
    width: 100px;
}

#wanteds-filter-submit-buttons{
    margin: 20px 0 0 0;
}

.wanteds-filter-div{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;

}

.wanteds-filter-div label{
    font-weight: bold;
    display: block;
}

.wanteds-filter-div select{
    width: auto;
    min-width: 100px;
    max-width: 100%;
}

#my_wanteds-wrapper label,
#my_wanteds-wrapper input{
    display: inline-block;
}

#wanted-categories,
#wantedsq-div{
    display: block;
}

#wantedsq-div input{
    max-width: 518px;
    padding: 5px;
}

#wantedsq{
    margin-right: 20px;
    margin-bottom: 10px;
}

#wanted-categories .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;

}

#wanted-categories .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    #wanted-categories select {
        max-width: 100%;
    }
}

#wanted-results-count{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    clear: both;
}

#wanted-results-count p{
    font-weight: bold;
}

/** Wanteds Form Page **/

#wanteds-top{
    clear: both;
    overflow: hidden;
    margin: 30px 0 0 0;
}

#wanteds-top-left {
    display: none;
}

#wanteds-top-left img{
    display: block;
}

@media only screen and (min-width: 850px) {
    #wanteds-top-left,
    #wanteds-top-right {
        float: left;
        padding: 0 0px;
    }

    #wanteds-top-left {
        width: 50%;
        text-align: center;
        display: block;
    }

    #wanteds-top-right {
        width: 50%;
        padding-left: 20px;
    }
}

#wanteds-top h1,
#wanteds-top h2{
    color: black;
}

#wanteds-top h1{
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#wanteds-top h2{
    font-size: 28px;
    margin-bottom: 20px;
}

#wanteds-top p{
    margin-bottom: 3px;
}

#post-now-anchor{
    margin-top: 40px;
}

#post-now-anchor a{
    display: block;
    width: 260px;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #079248;
    border-radius: 5px;
}

#post-now-anchor a:hover{
    background: #e23535;
}



#wanteds-middle{
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

#wanteds-middle-inner{
    max-width: 1080px;
    width: 100%;
    margin: 0px auto 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
}


.wanteds-how-it-works-div{
    display: inline-block;
    width: 47%;
    margin: 0 1% 20px 1%;
    vertical-align: top;
}


@media only screen and (min-width: 768px) {
    .wanteds-how-it-works-div {
        width: 30%;
    }
}

.wanteds-how-it-works-div i {
    color: #079248;
    background: #dae8e1;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 40px;
    position: relative;
    padding: 24px 0 0 0;
    margin-bottom: 10px;
    font-weight: 300;
}

.wanteds-how-it-works-div p{
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 1.5em;
}

#post-wanteds-form{
    padding-top: 30px;
}

#gform_9 .gfield_validation_message{
    padding: 5px 20px;
}

#gform_9 label{
    margin-bottom: 5px;
}

#field_9_3 label,
#field_9_4 label,
#field_9_23 label,
#field_9_25 label,
#field_9_21 label,
#field_9_38 label,
#field_9_26 label
{
    margin-bottom: 0px !important;
}

#gform_9 .gfield_description{

}

#gform_9 .gsection_description{
    color: #222;
    font-weight: 500;
    margin-bottom: 0px;
}

#gform_9 .gfield_description{
    padding-bottom: 5px;
    color: #222;
    font-weight: 500;
}

#gform_9 .gsection_title{
    margin-bottom: 5px;
}

#input_9_1 .gchoice{
    display: inline-block;
    margin-right: 20px;
}

#field_9_40{
    color: #0274be;
    font-weight: bold;
    cursor: pointer;
    padding-top: 0px;
}

#field_9_40:hover{
    color: #00a668;
}

#field_9_39{
    display: none;
}

#field_9_39 ul{
    margin-left: 25px;
}

#input_9_3{
    max-width: 525px;
}

#gfield_upload_rules_9_23{
    display: none;
}

#input_9_9{
    max-width: 712px;
}

#input_9_34{
    max-width: 345px;
}

#gform_9 .ginput_container input,
#gform_9 .ginput_container select,
#gform_9 .ginput_container textarea{
    border-radius: 5px;
    background: #f9f9f9;
}

#gform_submit_button_9{
    background: #079248;
    width: 260px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

#gform_submit_button_9:hover{
    background: #0274be;
}

#gform_9 .gfield_required {
    color: #079248;
}

#gform_9 .gsection {
    border: none;
    margin: 10px 0 0 0;
    padding: 0 16px 0px 0;
}

#gform_9 .gsection h3{
    font-weight: bold;
    margin: 0px;
    font-size: 30px;
}

#input_9_37,
#input_9_38{
    width: auto;
}

#label_9_18_1,
#label_9_1_0,
#label_9_1_1{
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

#input_9_23{
    line-height: 0.85 !important;
}

#input_9_21{
    max-width: 800px;
}

#input_9_14,
#input_9_15{
    max-width: 660px;
}

#input_9_26 {
    max-width: 320px;
}

#input_9_12{
    max-width: 200px;
}

#label_9_18_1{
    margin-left: 5px;
}

#choice_9_18_1 {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

#choice_9_18_1:active, #choice_9_18_1:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#gform_9 #choice_9_18_1:checked {
    background-color: #079248 !important;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #fff !important;
}

#choice_9_18_1:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #fff !important;
}

#field_9_1 legend{
    margin-bottom: 0px;
}

.wanted-buy-sell-button{
    border: 2px solid #079248;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 120px;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 10px;
}

.wanted-buy-sell-button-icon{
    height: 30px;
}

.wanted-buy-sell-button-desc{
    display: none;
}

@media only screen and (min-width: 768px) {
    .wanted-buy-sell-button{
        width: 300px;
        min-height: 140px;
    }
    .wanted-buy-sell-button-desc{
        display: block;
    }
}

.wanted-buy-sell-button-active,
.wanted-buy-sell-button:hover{
    background: #079248;
    color: white;
    cursor: pointer;
}

.wanted-buy-sell-button i {
    color: #079248;
    background: #e6f4ec;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    position: relative;
    padding: 13px 0 0 2px;
}

#wanted-buy-button i{
    padding-left: 0px;
}

.wanted-buy-sell-button p:nth-child(0){
    margin-top: 10px;
}


.wanted-buy-sell-button-label{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 0 0 !important;
}

.wanted-buy-sell-button-desc{
    font-size: 14px;
    margin: 0 !important;
    font-weight: 500;
}


#field_9_42 {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

@media only screen and (min-width: 768px) {
    #field_9_42 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.wanted-industry-button{
    border: 2px solid #079248;
    display: flex;
    vertical-align: top;
    text-align: center;
    border-radius: 10px;
    padding: 20px 10px;
    background: #f9f9f9;
    margin: 0 10px 10px 0;
    align-items: center;
    color: #079248;

}

.wanted-industry-button-active,
.wanted-industry-button:hover{
    background: #079248;
    color: white;
    cursor: pointer;
}

.wanted-industry-button p{
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


#gform_9 .gform_delete_file{
    color: red !important;
    padding: 10px;
    border-radius: 2px;
}

#gform_9 .gform_delete_file:hover{
    color: white !important;
    background: red;
}

.wanted-optional{
    font-weight: normal;
}

#field_9_6 .charleft,
#field_9_8 .charleft,
#field_9_9 .charleft,
#field_9_10 .charleft,
#field_9_12 .charleft{
    display: none;
}

#print-wanted{
    text-align: right;
    margin-bottom: 20px;
}

#print-wanted a{
    text-decoration: none;
    color: white;
    background: #e23535;
    padding: 8px 15px 6px 15px;
    line-height: 1em;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 2px solid #999;
    display: inline-block;
}

#print-wanted a:hover{
    background: #000;
}

#wanted-thank-you-buttons{
    margin: 40px 0 20px 0;
    overflow: hidden;
}

.wanted-thank-you-button{
    float: left;
    margin: 0 20px 30px 0;
}

.wanted-thank-you-button a{
    font-weight: bold;
    display: block;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-color: #0274be;
    background-color: #0274be;
    color: #fff;
    font-family: inherit;

    line-height: 1;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
}



.wanted-thank-you-button:first-child a{

    border-color: #079248;
    background-color: #079248;

}

.wanted-thank-you-button:first-child a:hover,
.wanted-thank-you-button a:hover{
    border-color: #e23535;
    background-color: #e23535;
}



/*
#input_9_2{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    box-sizing: border-box;
}

#input_9_2 .gchoice{
    flex: 0 0 50%;
    padding: 0 0px;
    margin: 0;
    box-sizing: border-box;
}

#input_9_2 .gfield-choice-input{
    vertical-align: top;
}*/