/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,700i&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Titillium Web', sans-serif !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.bold {
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 700;
}


h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


.white {
    color: #fff;
}

.red {
    color: #ed1c24;
}

/***** END RESET *****/

/***** FRAMEWORK *****/


.flex-container {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex-container .logo img {
    padding: 0 !important;
    margin: 0 !important;
    max-height: unset;
}

.site-width {
    max-width: 1240px;
    margin: 20px auto;
    padding: 0 10px;
}


.flex-1 {
    flex: 1 0;
}

.flex-3 {
    flex: 3 0;
}

header {
    background: #dddddd;
    padding: 10px;
    box-shadow: 2px 2px 2px #000;
    position: relative;
    z-index: 3;
}

.header-right {
    flex: 3 0;
    display: flex;
    flex-direction: column;
}

.logo {
    position: relative;
    flex: 1 0;
    margin-right: 1%;
}

.logo img {
    display: inline-block;
    max-width: 100%;
}

.header-locations {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.location-1 {
    margin-left: 50px;
    text-align: left;
    display: flex;
    align-items: center;
}

.header-locations p {
    font-size: 20px;
}

.header-locations i {
    font-size: 34px;
}

.location-1 i {
    margin-right: 20px;
}


.contact-info {
    padding: 15px;
    background: #ed1c24;
}

.contact-info .flex-1 {
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 20px;
    font-size: 36px;
}

.contact-info p,
.contact-info a {
    font-size: 20px;
    font-weight: 700;
}

a.white-button {
    background: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #000;
    box-shadow: 2px 2px 2px #000;
}

.flex-full {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.flex-full img {
    width: 100%;
}

.flex-1.home-content {
    padding: 0 5%;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: left;
}

.home-content h1 {
    margin-bottom: 20px;
}

.home-content p {
    line-height: 1.7;
}

a.red-button {
    margin: 20px 0;
    display: block;
    background: #ed1c24;
    text-align: center;
    width: 45%;
    padding: 20px 10px;
    border: solid 3px #fff;
    box-shadow: 2px 2px 4px #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}




.flex-container-links {
    height: 740px;
}

.flex-wrapper {
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    width: 100%;
}

.flex-wrapper p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}


.flex-wrapper .link {
    position: relative;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-box-flex .4s;
    transition: -webkit-box-flex .4s;
    transition: flex .4s;
    transition: flex .4s, -webkit-box-flex .4s, -ms-flex .4s;
}

html[data-useragent*='MSIE 10.0'] .flex-wrapper .link {
    display: inline-block;
    width: 20%;
    height: 100%;
    float: left;
}

.flex-wrapper .one {
    background-image: url(../siteart/auctions.jpg);
    background-color: red;
}

.flex-wrapper .two {
    background-image: url(../siteart/buy.jpg);
    background-color: red;
}

.flex-wrapper .three {
    background-image: url(../siteart/register.jpg);
    background-color: red;
}

.flex-wrapper .trucks {
    background-image: url(../siteart/trucks.jpg);
    background-color: red;
}

.flex-wrapper .link:hover {
    flex: 3;
}

.flex-wrapper .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .4s;
}

.flex-wrapper .link:hover .overlay {
    background-color: rgba(0, 0, 0, .5);
}

h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.flex-2 {
    flex: 2 0;
}

.flex-wrapper .overlay-inner * {
    visibility: hidden;
    opacity: 0;
    transform-style: preserve-3d;
}

.flex-wrapper .overlay h2 {
    transform: translate3d(0, -60px, 0);
    font-size: 32px;
}

.flex-wrapper .overlay p {
    transform: translate3d(0, 60px, 0);
}

.flex-wrapper .link:hover .overlay-inner * {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all .3s .3s;
}

a.hero-button {
    background: #ed1c24;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    border: solid 3px #fff;
    display: inline-block;
    width: 44%;
    margin: 20px 0;
    padding: 20px;
}

.overlay-inner {
    width: 61%;
}

.overlay-inner p {
    font-size: 20px;
    line-height: 1.3;
}


/*===================== 
	Form styles 
=======================*/
#formpage {
    padding: 0 10px;
}

.full {
    width: 99%;
    margin-left: 1%;
}

.full input {
    padding: 0.5%;
}

.half {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.sectionbar {
    background: #000;
    padding: 8px 0;
    margin: 1% auto;
}

.sectionbar h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-bottom: 0.5%;
}

.sendbutton {
    background: #ed1c24;
    color: #fff;
}

.sendbutton:hover {
    cursor: pointer;
    background: #000;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 8px;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

.checked {
    float: left;
    width: 10px;
    margin-right: 10px;
    margin-bottom: 80px;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
    width: 15px !important;
}




.google-maps {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}


/******INVENTORY STYLES*******/


.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile {
    background: #ed1c24 !important;
}

.list-content .list-title .list-title-text,
.detail-content-mobile .detail-main-body .detail-mobile-top .detail-title {
    ;
    font-size: 22px;
    line-height: 26px;
}

.detail-content .detail-additional-data .data-row .data-label,
.detail-content-mobile .detail-additional-data .data-row .data-label {
    background: #ed1c24 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.faceted-search-content .mobile-done-button-container .mobile-done-button {
    background: #000 !important;
}

.list-content .list-title .list-listings-count {
    color: #ed1c24 !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 0 0 1rem !important;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-count {
    margin: 0 3px 1rem 0 !important;
}

.spec-container {
    text-align: left;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {
    color: #ed1c24 !important;
}

.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn {
    background: #ed1c24 !important;
}

.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .detail-main-body .main-detail-data .alternate-retail-price {
    color: #ed1c24 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
    border: #ed1c24 1px solid !important;
    color: #ed1c24 !important;
}

.detail-content .detail-additional-data .data-row .data-label {
    background-color: #ed1c24 !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.detail-content-mobile .detail-main-body .main-detail-data .alternate-retail-price {
    color: #ed1c24 !important;
}

.contact-options a {
    background: #ed1c24 !important;
}

.detail-content .search-results {
    color: #ed1c24 !important;
}

.detail-content .search-results span {
    color: #ed1c240 !important;
}

.list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #ed1c24 !important;
}

.compare-checked {
    color: #ed1c24 !important;
}

.compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title {
    color: #000 !important;
}

.compare-listings-container .compare-container .compare-price {
    color: #ed1c24 !important;
}

.bread-crumbs-heading .return-links .return-links-link span {
    color: #ed1c24 !important;
}

.bread-crumbs-heading .return-links .return-links-link i {
    color: #ed1c24 !important;
}

.detail-content-mobile .dealer-info h3 {
    text-align: left !important;
}

.detail-content-mobile .dealer-info .address-and-contact,
.machine-location {
    text-align: left !important;
}

.detail-content-mobile .detail-additional-data {
    text-align: left !important;
}

.detail-content-mobile .detail-main-body .main-detail-data {
    text-align: left !important;
}

.listing-option-mobile .listing-option-bar {
    margin-bottom: 100px !important
}

/***** FOOTER *****/
footer {
    background: #3e3e3e;
    padding: 20px;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #fff !important;
}

a.footerlink:hover {
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    color: #fff !important;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    color: #fff !important;
}

.divfooter {
    max-width: 450px;
    text-align: right;
    margin: 0 auto;
}

footer p,
footer a {
    line-height: 1.6;
}

.faceted-option-checkbox-container input {
    width: auto !important;
    margin-bottom: 15px !important;
    margin-top: -3px !important;

}

/***** RESPONSIVE STYLES *****/

@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1285px) {


    .flex-container-links {
        height: 440px;
    }


}

@media only screen and (max-width: 767px) {


    html[data-useragent*='MSIE 10.0'] .flex-wrapper .link {
        width: 100%;
    }

    .flex-wrapper .link:hover {
        flex: 1;
        float: none;
    }

    .overlay-inner {
        width: 95%;
    }

    .flex-wrapper .overlay-inner * {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    .flex-wrapper {
        flex-direction: column;
    }

    .flex-wrapper .link {
        flex: 1;
    }


    .flex-wrapper .overlay h2,
    .flex-wrapper .overlay p {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .flex-container-links .flex-container {
        height: 100vh;
    }

    .flex-wrapper .overlay {
        background-color: rgba(0, 0, 0, .5);
    }

    .flex-full {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .flex-1.home-content {
        text-align: center;
        padding: 10px;
        box-sizing: border-box;
    }

    a.red-button {
        margin: 20px auto;
    }


    .flex-container-links .flex-wrapper {
        height: 1272px;
    }

    .flex-container-links {
        height: auto;
    }


    .flex-1,
    flex-2 {
        flex-basis: 100%;
        margin: 20px 0;
        text-align: center;
    }

    .flex-container {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .contact-info .flex-1 {
        text-align: center;
        justify-content: center;
        margin: 20px 0;
    }

    .divfooter {
        text-align: center;
    }

    footer {
        padding-bottom: 20%;
    }

    .site-width {
        text-align: center;
    }

    .logo {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .header-right {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .header-locations {
        justify-content: center;
    }

    .location-1 {
        margin-left: 0;
    }












}