﻿/* ===========================================================
green: #81b627 - dark grey: #58585a
=========================================================== */


/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
03.01   Mobile Nav
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
09.02   Form Structure
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */


/* ===========================================================
01. Reset
=========================================================== */


/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box !important;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

td:not([align]),
th:not([align]) {
    text-align: inherit;
}

html {
    background-color: white;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    align-self: center;
    flex-shrink: 0;
}


/* ===========================================================
02. Body Styles
=========================================================== */

body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
}

html {
    height: auto !important;
}


/* ===========================================================
03. Header Structure
=========================================================== */

.mobile-menu-nav-icon,
#menu-button {
    display: none;
}

header {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.43);
}

header .col-1 {
    justify-content: space-between;
}

.header-left {
    padding: 40px 0 40px 40px;
}

.header-right {
    flex-direction: column;
    flex: 1;
}

.header-search {
    background: #81b627;
    padding-right: 10%;
    margin-left: 20%;
}

.header-search-left {
    position: relative;
    display: inline-block;
    padding: 25px 50px 25px 25px;
    color: #fff;
}

.header-search-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #58585a;
    transform-origin: 0 100%;
    transform: skew(21deg);
    z-index: 0;
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg);
}

.header-search-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #58585a;
    transform-origin: 0 100%;
    transform: skew(21deg);
    z-index: 0;
}

.header-search-left h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-search-form {
    display: flex;
    width: 100%;
    padding-left: 25px;
    align-items: flex-end;
}

.header-search-form input {
    border: none;
}

.search-outer-container {
    flex: 1;
    align-items: center;
    display: flex;
}

.header-search-form ::placeholder {
    color: #fff
}

#mobile-form-submit {
    background: #fff;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

#mobile-form-submit:hover {
    opacity: 0.6;
}

#mobile-form-submit span {
    color: #81b627;
    font-weight: 700;
    font-size: 14px;
}

.header-icons {
    padding: 30px 10% 50px 0;
    justify-content: flex-end;
}

header h1 img {
    max-width: 300px;
    height: auto;
}

.header-nav {
    width: 70%;
    float: right;
    transform: translateY(-20px);
}

.header-icon {
    display: flex;
    align-items: center;
    margin-left: 25px;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.header-icon:hover {
    opacity: 0.6;
}

.header-icon span {
    color: #585859;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 700;
}

.header-icon i {
    background: #81b627;
    font-size: 22px;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.initiallyHidden,
.header-search-mobile {
    display: none;
}


/* 03.01. Mobile Nav
=========================================================== */

.mobile.button {
    display: none;
}

.mobile-nav li button.mobile_btn {
    height: 40px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    display: inline-block;
    border-radius: 3px 0 0 3px;
    border: none;
}

.mobile-nav li button.mobile_btn:hover {
    cursor: pointer;
}

.mobile-nav button.mobile_btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-nav li button.mobile_btn.active {
    background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* ===========================================================
04. Typography
=========================================================== */

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

h2 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 35px;
}

.list-content .list-title .list-title-text,
.auction-heading {
    color: #666666 !important;
    text-transform: uppercase;
    font-size: 35px !important;
    line-height: 39px;
    font-weight: 600 !important;
    font-family: Roboto, sans-serif !important;
}

h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
}

h4 {
    font-weight: 600;
    font-size: 17px;
    font-style: normal;
    letter-spacing: 0.6px;
}

h5 {
    font-size: 15px;
    font-weight: 600;
}

p {
    line-height: 26px;
}

small {
    font-size: 0.8em;
    color: #525252;
}

strong {
    color: #363636;
    font-weight: 700;
}

.body {
    color: #686868;
    margin-bottom: 25px;
}


/* ===========================================================
05. Links / Buttons
=========================================================== */

.bttn-base {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s !important;
    height: auto;
    padding: 15px 50px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-top: 20px;
    border: none !important;
}

.bttn-white {
    color: #81b627 !important;
    background: #fff;
}

.bttn-white:hover {
    opacity: 0.7;
}

.bttn-green {
    color: #fff !important;
    background: #81b627;
}

.bttn-green:hover {
    background: #52823c;
}

.bttn-base i {
    margin-left: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base:hover .fa-chevron-right {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}


/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
    max-width: 80%;
    margin: 0 auto;
    height: 100%;
}


/* Slick SLider */

.slick-carousel.slick-dotted.slick-slider {
    margin-bottom: 30px;
    transform: translateY(-85px);
    z-index: 1;
}
.slick-carousel-about{
	overflow: hidden;
}
.slick-carousel .slide-content {
    margin: 0 auto;
    position: relative;
}

.slick-carousel .slick-hero-slider .image-bg {
    width: 100vw !important;
}


/* Home */

.home-welcome {
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 80px;
}

.home-categories .wrapper {
    justify-content: center;
    flex-wrap: wrap;
}

.category-card-outer {
    padding: 20px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 300px;
}

.category-card-inner h3 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}

.category-card-inner {
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.category-card-outer:first-of-type .category-card-inner {
    background: url('/siteart/category-tractors.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(2) .category-card-inner {
    background: url('/siteart/category-planting.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(3) .category-card-inner {
    background: url('/siteart/category-application.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(4) .category-card-inner {
    background: url('/siteart/category-harvesting.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(5) .category-card-inner {
    background: url('/siteart/category-tillage.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(6) .category-card-inner {
    background: url('/siteart/category-trucks.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(7) .category-card-inner {
    background: url('/siteart/category-trailers.jpg') no-repeat center center;
}

.category-card-outer:nth-of-type(8) .category-card-inner {
    background: url('/siteart/category-attachments.png') no-repeat center center;
}

.overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.category-card-inner:hover {
    cursor: pointer;
}

.category-card-inner:hover .overlay {
    background: rgba(82, 130, 60, 0.8);
}

.home-about {
    background: url('/siteart/hero/hd-wheat-harvest.webp') no-repeat center center;
    background-size: cover;
}

.home-about .col-7 {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 80px 150px 80px 10%;
}

.home-about .col-7:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transform-origin: 0 100%;
    transform: skew(21deg);
    z-index: -1;
}

.home-about h2,
.home-about .body {
    color: #fff;
}

.email-signup {
    background: #81b627;
}

.email-signup h2 {
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 0;
}

.email-signup .bttn-base {
    margin-top: 0;
}

.email-signup .wrapper {
    justify-content: center;
    align-items: center;
}

.gdw_subscribe #email {
    width: 60% !important;
    padding: 0 0 0 25px !important;
    margin-right: 25px;
    height: 100%;
    border-radius: 0 !important;
    line-height: 66px !important;
    background: none !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
}

.gdw_subscribe ::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.textwidget {
    width: 50%;
    margin-left: 25px;
}

.email-signup .gdw_subscribe form {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.email-signup .gdw_subscribe,
.email-signup .gdw_embed {
    height: 100px;
    clear: both;
    padding: 2px;
    background: 0;
    border: 0;
    bottom: 0;
    margin: 0 auto;
    position: static;
    z-index: 99;
    display: flex;
    align-items: center;
}

.email-signup #gdw_widget_USFSA_WIDGET_1 .gdw_subscribe .gdw_sub_link,
.email-signup .gdw_subscribe .gdw_embed_link,
.email-signup .gdw_subscribe .gdw_embed_close,
.email-signup .gdw_embed .gdw_sub_link,
.email-signup .gdw_embed .gdw_embed_link {
    float: right;
    margin-right: 5px;
    position: static !important;
    right: 85px;
    top: 24px;
}

.map-container {
    background: #fff;
}

.map-container .col-8 {
    padding-left: 5%;
}

.map-container .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-container .gdw_buttons {
    display: none !important;
}


/* Internal */

.internal h2 {
    color: #585859;
}

.rule-inner {
    background: #919191;
    height: 3px;
}

.rule-left {
    padding: 25px 25px 25px 0;
    margin: 0;
    width: 100px;
}

.internal-photo {
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.37);
}

.internal-logo {
    max-width: 400px;
    display: block;
}

.internal .col-7 {
    padding-right: 40px;
}

.internal .col-5 {
    background: #ebebeb;
    padding: 40px;
}

.internal .col-5 h5 {
    color: #81b627;
    margin: 40px 0 10px 0;
}

.internal .col-5 a {
    color: #777777;
    display: flex;
    transition: all 0.3s;
}

.internal .col-5 i {
    transition: all 0.3s;
    color: #c1beb8;
    margin-right: 15px;
}

.internal .col-5 h3 {
    margin-bottom: 20px;
    color: #585859;
}

.internal .col-5 a:hover i {
    color: #81b627;
}

.internal .col-5 a:hover span {
    opacity: 0.6;
}

.internal .col-5 a {
    margin-bottom: 20px;
    font-size: 16px;
}

.internal .col-5 a:last-of-type {
    margin-bottom: 0;
}

.internal .col-1-5 .rule-left {
    padding: 25px 25px 25px 0;
    margin: 0;
    width: 110px;
}

.internal .col-1-5 .rule-left .rule-inner {
    background: #777777 !important;
}

.internal .hours {
    -webkit-columns: 1;
    color: #777777;
}

.hours li {
    font-size: 16px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}

.hours li:nth-of-type(odd) {
    background: #fff;
}

.internal-table {
    width: 100%;
}

.internal-table thead {
    background: #cecece;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 15px;
}

.internal-table th,
.internal-table td {
    padding: 15px 15px 15px 15px;
}

.internal-table td {
    font-size: 14px;
}

.internal-table tbody tr:nth-of-type(odd) {
    background: #eaeaea;
    padding: 15px 25px;
}

.internal-table tbody tr:nth-of-type(even) {
    background: #f9f9f9;
    padding: 15px 25px;
}

.internal-table a {
    color: #81b627;
}

.body-link {
    font-weight: 700;
    color: #58585a;
}

.about-us .col-5,
.employment .col-5,
.real-estate .col-5 {
    background: none !important;
}


/* Thank-you */

.thank-you {
    text-align: center;
}

.thank-you .wrapper {
    display: flex;
    justify-content: center;
}

.thank-you .col-1 {
    max-width: 800px;
}

.thank-you a {
    color: #898989;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-weight: 600;
}

.thank-you a:hover {
    opacity: 0.6;
}

.thank-you i {
    font-size: 50px;
    color: #b7b7b7;
    margin-bottom: 30px;
}

.thank-you h3 {
    color: #bcbcbc;
    font-weight: 500;
    padding-bottom: 20px;
}

.thank-you p {
    max-width: 800px;
}


/* Noui Slider Start */

#searchbar-form .column4 {
    width: 100%;
    margin-right: 20px;
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
    height: 70px;
    display: flex;
    align-items: center;
}

.noUi-target {
    position: relative;
    direction: ltr;
    margin-bottom: 10px;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
    position: absolute;
}

.noUi-horizontal {
    height: 12px;
    z-index: 0;
}

.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 21px;
    left: -13px;
    top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
    top: -5px;
}

.noUi-background {
    background: #ccc;
}

.noUi-connect {
    background: #81b627 !important;
    border: 1px #81b627 solid;
}

.noUi-target {
    width: calc(75% - 15px);
    margin: 15px auto;
}

.noUi-handle {
    position: relative;
    background: #d4d3d3 !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 1px;
    background: #e8e7e6;
    left: 10px;
    top: 3px;
}

.noUi-handle:after {
    left: 12px;
}

.noUi-pips-horizontal {
    padding: 5px 0;
    height: 10px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
    margin-top: 5px;
    margin-left: -1px;
    width: 1px;
    height: 5px;
    background: rgb(204, 204, 204);
}

.example-val {
    color: #8e8e8e;
    font-family: tablet-gothic-condensed, sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 0;
}

.example-val span {
    font-weight: 400;
    font-size: 12px;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
    content: "$";
    padding-right: 2px;
}


/* Noui Slider End */


/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
    background: #81b627;
    display: flex;
    justify-content: center;
}

footer .col-1 {
    text-align: center;
    max-width: 750px;
    justify-content: center;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    color: #fff;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
}

.footer-social {
    margin-bottom: 40px;
}

.footer-social li {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -ms-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.footer-social li:hover {
    opacity: 0.5;
}

.footer-social li i {
    background: #fff;
    font-size: 17px;
    color: #81b627;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.smallfootertext,
.footertext {
    color: #fff;
    font-size: 11px;
    line-height: 1px;
}

.divfooter {
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
}


/* ===========================================================
08. Form
=========================================================== */


/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
}

:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

::placeholder {
    font-weight: 400;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
}

textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
}

textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
}

#formpage label,
.calculator-wrapper label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    background: #dbdbdb !important;
    border: none !important;
}

input,
select,
textarea {
    background: #ebebeb;
    border: none;
    padding: 15px;
    border-radius: 0;
}

#green-btn {
    margin: 20px 0;
    color: #777777;
    transition: all 0.3s;
}

#green-btn:hover {
    opacity: 0.6;
}

input:focus {
    background: white;
    border: 1px solid grey;
}


/* 08.02. Captcha
=========================================================== */

.CaptchaPanel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0 !important;
}

.CaptchaImagePanel {
    margin-top: 10px;
    padding-left: 0 !important;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    max-width: 100%;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/* 08.03. Form Structure
=========================================================== */

.contact-us form {
    width: 100%;
}

.contact-us form span {
    color: #ff1c14;
}

#formpage .col-1 {
    display: flex;
    width: 100%;
}

.contact-us input[type="text"],
.contact-us input[type="email"],
.contact-us input[type="number"],
.contact-us input[type="phone"],
.contact-us select {
    width: 100%;
    margin-bottom: 20px;
}

.contact-us input[type="text"],
.contact-us input[type="number"],
.contact-us input[type="email"],
.contact-us input[type="phone"],
.contact-us select,
.contact-us textarea {
    padding: 10px 20px;
}

.contact-us textarea {
    width: 100%;
    min-height: 200px;
}


/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
    margin-right: 20px;
}

.margin-right-md {
    margin-right: 40px;
}

.row.row-no-padding {
    padding: 0;
}

.row.row-no-padding>.column {
    padding: 0;
}

.row.row-wrap {
    flex-wrap: wrap;
}

.row.row-top {
    align-items: flex-start;
}

.row.row-bottom {
    align-items: flex-end;
}

.row.row-center {
    align-items: center;
}

.row.row-stretch {
    align-items: stretch;
}

.row.row-baseline {
    align-items: baseline;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: calc(100% / 6);
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.center {
    text-align: center;
}

.pd-md {
    padding: 50px 0;
}

.pd-btm-lg {
    padding-bottom: 80px;
}

.pd-lg {
    padding: 80px 0;
}

.pd-lr-lg {
    padding: 0 80px 0 80px;
}

.pd-top-lg {
    padding-top: 60px;
}

.pd-r-med {
    padding-right: 50px;
}


/* ===========================================================
10. Inventory Styles
=========================================================== */

.faceted-search-field {
    overflow-x: hidden;
}

.list-content .list-title {
    padding: 15px 0;
    font-size: 1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column !important;
    border-bottom: none;
}

.list-content .list-title .list-listings-count {
    line-height: 27px;
    margin-left: 3px !important;
    color: #81b627 !important;
    font-size: .8rem !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.list-content {
    margin: 0 auto;
    max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
    padding: 15px 2%;
    border-bottom: 1px solid #ddd;
    background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
    border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
    height: 30px;
    line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
    margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
    padding: 12px !important;
}

.search-mobile input[type="text"] {
    padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.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,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.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 .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-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,
.faceted-show-all-btn {
    background: #81b627 !important;
    border: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
    background: #81b627 !important;
    color: #fff;
    font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
    background: none;
    font-weight: 400;
    border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
    margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
    margin: 25px 0 5px;
    color: #141416 !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
    background: #52823c !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
    color: #81b627;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #81b627 !important;
    border: 1px #81b627 solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
    position: relative;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 200;
    font-family: Arial, sans-serif;
    justify-content: flex-start;
    border: 0 !important;
    cursor: pointer;
    padding-left: 8px;
    border-radius: 5px;
    backface-visibility: hidden;
}

.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 {
    border: 0 !important;
    color: #fff;
    margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
    background-color: #fff !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
    margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
    width: 100%;
    padding: 10px 7px;
    background-color: #fff !important;
    font-weight: bold;
    margin-left: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: Arial, sans-serif;
    white-space: pre-wrap;
    flex-direction: column;
    width: 804px;
}

.detail-content-mobile .detail-contact-bar .contact-bar-btn {
    background: #333 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
    color: #52823c;
    border: 1px #52823c solid;
}

.white-bg .container {
    width: 100% !important;
}

.section-head {
    width: 100%;
}

.list-content .list-title {
    display: block;
    margin: 0;
}

.list-content .list-title .list-title-text {
    display: block;
    width: 100%;
}

.print-this,
.email-this {
    background: #5b5b5c !important;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    padding: 10px 50px !important;
    text-align: center !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
    border: 0 !important;
}

.print-this:hover,
.email-this:hover {
    background: #3d3d3d !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
    background: #52823c !important;
}

.list-content .list-main-section .list-container .list-listing {
    background: #f2f2f2;
    padding: 15px !important;
    border-radius: 5px;
}

.list-container-flexrow .price-container .price {
    margin-left: 0;
    color: #81b627;
}

.list-content .list-main-section .list-container .list-listing {
    border: 1px solid #ccc;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
    margin-bottom: 6px;
}

.list-content .list-main-section .list-container .list-listing {
    border: none !important;
}

.faceted-section-head i {
    color: #81b627 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    background: #81b627;
    display: inline-block;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 0 6px !important;
    display: inline-block;
    border: none !important;
    color: #fff;
    background: #81b627;
    border-radius: 0 !important;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
    font-weight: 400;
    font-size: 12px;
}

.detail-content {
    margin: 0 auto;
    max-width: 1124px;
    padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
    font-size: 11px !important;
    line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.listing-widgets a {
    background-color: #dddbdb !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
    background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
    font-size: 1rem !important;
    font-weight: bold;
    margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
    border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
    float: right;
    width: 37%;
    margin-right: 20px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    border: 0 !important;
    background: #585859 !important;
    border-radius: 0 !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
    background: #212121 !important;
}

.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.list-content .list-listing-mobile .video-chat-link {
    height: 40px !important;
}

.section-head {
    width: 100%!important;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}


/* ===========================================================
11. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1500px) {
    .header-left {
        /* width: 25%; */
    }
}

@media only screen and (max-width: 1250px) {
    h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-left {}
    header h1 img {
        max-width: 230px;
    }
    h2,
    .list-content .list-title .list-title-text {
        font-size: 31px !important;
        line-height: 34px !important;
        letter-spacing: -1px;
    }
    #mobile-form-submit span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1150px) {
    .header-nav {
        width: 77%;
    }
    .email-signup h2 {
        font-size: 30px;
    }
    .email-signup .gdw_subscribe #email {
        width: 80% !important;
    }
    .email-signup .bttn-base {
        padding: 15px 20px;
    }
    .header-search-left {
        padding: 25px 50px 20px 25px;
    }
}

@media only screen and (max-width: 1100px) {
    .header-icon span {
        font-size: 15px;
    }
    .header-icon i {
        font-size: 16px;
        height: 30px;
        width: 30px;
    }
    .body {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-nav {
        width: 85%;
    }
    .header-icon span {
        font-size: 13px;
    }
    .category-card-outer {
        width: 45% !important;
    }
    .map-container .col-8,
    .map-container .col-4 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 900px) {
    .header-icon {
        margin-left: 15px;
    }
    .email-signup h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .textwidget {
        width: 55%;
        margin-left: 15px;
    }
    h2,
    .list-content .list-title .list-title-text {
        font-size: 28px !important;
        line-height: 29px !important;
        letter-spacing: -1px;
    }
}

@media only screen and (max-width: 980px) {
    .header-nav {
        width: 100%;
    }
    nav.primary:before {
        transform: skew(0) !important;
        -webkit-transform: skew(0) !important;
        -moz-transform: skew(0) !important;
        -ms-transform: skew(0) !important;
        -o-transform: skew(0) !important;
    }
    .header-icons {
        padding: 13px 10% 32px 0;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }
    .header-icon {
        margin-left: 0;
    }
    .header-icon i {
        font-size: 14px;
        height: 24px;
        width: 24px;
    }
    .header-right {
        padding: 10px 0;
    }
    .header-search {
        display: none !important;
    }
    .header-search-mobile {
        display: block;
        background: #81b627;
        padding: 0;
        width: 100%;
        margin-left: 0;
        position: relative;
        padding: 10px 0 20px 0;
    }
    .mobile-search-left {
        display: flex;
        align-items: center;
    }
    .mobile-search-left h4 {
        position: relative;
        z-index: 5;
    }
    .mobile-search-left:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3%;
        height: 100%;
        background: #58585a;
        transform-origin: 0 100%;
        transform: skew(-22deg);
        z-index: 0;
    }
    .mobile-search-left:before {
        transform: skew(0);
        -webkit-transform: skew(0);
        -moz-transform: skew(0);
        -ms-transform: skew(0);
        -o-transform: skew(0);
    }
    .search-outer-container {
        padding-right: 5%;
    }
    .header-left {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 5% 55px 5%;
    }
    header .col-1 {
        flex-direction: row !important;
    }
    .slick-carousel .slick-dotted.slick-slider {
        margin-bottom: 50px !important;
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px);
    }
    .category-card-outer {
        padding: 10px;
    }
    .internal .col-1 {
        flex-direction: column;
    }
    .internal .col-7,
    .internal .col-5 {
        width: 100%;
    }
    .internal .col-7 {
        padding-right: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 786px) and (max-width: 952px) {
    .has-search-bar {
        width: calc(66% - .75%) !important;
        float: left;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .list-container-flexrow .list-listing-card-wrapper {
        width: 45% !important;
    }
}

@media only screen and (max-width: 800px) {
    .email-signup .gdw_subscribe form {
        align-items: center;
        flex-direction: column;
    }
    .email-signup .bttn-base {
        margin-top: 15px;
        margin-left: 0;
    }
    .gdw_subscribe #email {
        margin-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .hide-mobile {
        display: none;
    }
	nav.primary{
		display: none!important;
	}
    header .col-1 {
        flex-direction: column !important;
    }
    .header-right {
        padding: 0;
    }
    .header-left {
        width: 100%;
    }
    .mobile-nav-container {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-menu-nav-icon {
        background: linear-gradient(0deg, rgba(120, 163, 36, 1) 0%, rgba(133, 166, 38, 1) 48%, rgba(129, 182, 39, 1) 81%);
        position: relative;
        overflow: hidden;
        padding: 15px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .mobile-menu-nav-icon i {
        font-size: 29px !important;
        color: #fff !important;
    }
    .mobile-menu-nav-icon:hover .search-icon-overlay {
        opacity: 0.5;
        left: -20px;
    }
    .nav-icon {
        padding: 0px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .nav-icon a {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-icon i {
        font-size: 26px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #f25522;
    }
    .nav-icon-search:hover {
        background: #efefef;
    }
    .header-icon {
        position: relative;
        z-index: 2;
        margin-left: 15px;
    }
    .header-icon span,
    .header-icon:last-of-type {
        display: none;
    }
    .header-icons {
        flex-direction: row;
        align-items: center;
        padding: 0 10%;
        position: absolute;
        width: 100%;
    }
    .header-icons:before {
        content: '';
        position: relative;
        top: 0;
        right: -200px;
        width: 50%;
        height: 60px;
        background: #58585a;
        z-index: 0;
        transform-origin: 0 100%;
        transform: skew(-36deg);
        -webkit-transform: skew(-36deg);
        -moz-transform: skew(-36deg);
        -ms-transform: skew(-36deg);
        -o-transform: skew(-36deg);
    }
    .home-about {
        background: none;
    }
    .mobile-about-bg {
        display: block;
        position: relative;
        z-index: 0;
        background: url('/siteart/background-home-about.jpg') no-repeat center center;
        background-size: cover;
        min-height: 500px;
        width: 100%;
    }
    .home-about .col-7 {
        width: 100%;
        background: #282f33;
        min-height: 400px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
        margin-bottom: -100px;
        padding: 80px 80px 80px 80px;
        justify-content: normal;
    }
    .home-about .col-7:after {
        display: none;
    }
    .header-icons {
        position: absolute;
        width: 100%;
        transform: translateY(-47px);
    }
    .textwidget {
        width: 115%;
        margin-left: 15px;
    }
    .slick-carousel.slick-dotted.slick-slider {
        margin-bottom: 80px !important;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
    }
    .map-container .col-1 {
        flex-wrap: wrap;
        padding: 0 40px;
    }
    .map-container .col-8,
    .map-container .col-4 {
        width: 100% !important;
    }
    .map-container .col-8 {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .gdw_widget {
        min-width: 100%;
    }
    #gdw_widget_USFSA_WIDGET_1 .gdw_nudge_top {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 650px) {
    .header-search-left {
        display: none;
    }
    .header-search {
        padding: 15px 0;
    }
    .email-signup. .gdw_subscribe #email {
        width: 100% !important;
    }
    .email-signup. .email-signup .bttn-base {
        width: 100%;
    }
    .internal-table td {
        font-size: 12px;
    }
    .internal-table th,
    .internal-table td {
        padding: 5px;
    }
    .home-about .col-7 {
        margin-bottom: -140px;
    }
    .home-about .col-7 {
        padding: 80px 80px 140px 80px;
    }
}

@media only screen and (max-width: 600px) {
    .header-icons:before {
        width: 70%;
    }
    .header-icon i {
        font-size: 18px;
        height: 35px;
        width: 35px;
    }
    .category-card-outer {
        width: 90% !important;
    }
    .bttn-base {
        width: 100%;
    }
    .email-signup .wrapper {
        flex-direction: column;
    }
    .email-signup .textwidget {
        margin-left: 0;
    }
    .email-signup .gdw_subscribe #email {
        width: 100% !important;
        margin-top: 20px;
    }
    .internal-logo {
        max-width: 250px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 550px) {
    header h1 img {
        max-width: 170px;
    }
    .header-icons {
        padding: 0 5% 0 0;
    }
    .home-about .col-7 {
        padding: 80px 10% 140px 10%;
    }
}