/* PAGE STRUCTURE */

body {
    background: linear-gradient(360deg, rgba(181, 181, 181, 0.9) 0%, rgba(222, 222, 222, 0.9) 75%), url(../siteart/hero_back.jpg) 0 / cover fixed;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    background-attachment: fixed;
}

.container {
    max-width: 1250px !important;
    margin: 0 auto;
}

.wrapper {
    margin: 1% auto;
    width: 100%;
}

.noMargin .wrapper,
.noMargin .copywrap {
    margin: 0 auto !important;
}

.contentwrap,
.copywrap {
    background: #4B4B4B;
    padding: 3%;
    margin: 1% auto;
}

.copywrap p {
    color: #fff;
}

.copywrap a {
    color: #ccc;
}

.copywrap a:hover {
    color: #AAAAAA;
}

hr {
    height: 8px;
    background: #CF4F4B;
    width: 100%;
    margin: 3px auto;
    border: none;
    padding: 0;
}

/* HEADER STYLES */

.head-wrap {
    max-width: 1230px;
    padding: 25px;
    margin: 0 auto;
}

.header {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    background: url(../siteart/head_back.png) top center repeat;
}

.headleft {
    width: 55%;
    float: left;
    height: 0px;
}

#logo {
    float: left;
    z-index: 999;
    display: flex;
    align-items: center;
}

#logo img {
    max-width: 100%;
    height: auto;
}

#logomobile {
    display: none;
}

.tagline {
    float: left;
    margin: 75px 2% 0 2%;
}

.tagline p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}

.headright {
    float: right;
    width: 45%;
}

.buttonrow {
    float: right;
    width: 100%;
    text-align: right;
}

.buttonrow a {
    display: inline-block;
    * zoom: 1;
    * display: inline;
    vertical-align: middel;
    margin: 0 5px;
    background: #CF4F4B;
    padding: 5px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    /* -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); */
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); */
}

.buttonrow a:hover {
    background: #fff;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.headtext {
    float: left;
    text-align: center;
    color: #f9f21d;
    font-size: 24px;
    margin-right: 4%;
    font-weight: bold;
    width: 56%;
    margin-top: 17px;
}

.phone {
    float: right;
    /* margin: 45px 0 0 0; */
    /* width: 97%; */
    text-align: right;
}

.phone p {
    font-size: 28px;
    color: #CF4F4B;
    line-height: 30px;
}

#logo,
.tagline,
.phone,
.headtext {
    vertical-align: baseline;
}


/* SLIDESHOW */

.cycle-slideshow img {
    max-width: 100%;
    height: auto;
}

.slider {
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.slide_viewer {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.slide_group {
    position: relative;
    width: 100%;
    height: auto;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
    height: 500px;
}

.slide:first-child {
    display: block;
}

.slide_buttons {
    text-align: center;
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* margin-left: -73px; */
    width: 100%;
}

a.slide_btn {
    font-size: 60px;
    color: #fff;
    margin: 0 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #CF4F4B;
    cursor: pointer;
}

.caption {
    float: left;
    display: table;
    padding: 35px;
    box-sizing: border-box;
    margin: 150px 0 0;
    background-color: rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.7);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    color: #fff;
}

.caption p {
    font-size: 24px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .caption {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .caption img {
        max-height: 75px;
        width: auto;
    }
}

/* DETAILED SEARCH */

#filter-box {
    /*display: none;*/
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #333;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
    border-top: 2px #CF4F4B solid;
    border-bottom: 2px #CF4F4B solid;
}

#filter-box:after {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 15px;
    height: 15px;
    font-family: 'FontAwesome';
    content: '\f150';
    text-align: center;
    color: #fff;
}

.detail-box {
    background: #373737;
    /* margin-top: 7%; */
}

.detailed-form {
    padding: 15px 0;
    box-sizing: border-box;
    width: 90% !important;
    margin: 0 auto;
}

.detailed-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.detailed-title h3 {
    color: #fff;
}

.searchtype {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.searchfield p,
.searchtype input {
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.searchtype label {
    background: none !important;
    color: #fff;
}

.detailed-search input {
    width: 100%;
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #555;
    box-sizing: border-box;
}

.detailed-search select {
    width: 100%;
    padding: 5px 6px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #555;
    box-sizing: border-box;
}

.detailed-row {
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
}

.searchbutton {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.detailed-search input[type="submit"] {
    position: relative;
    top: 9px;
}


/* NOUI SLIDER */

.noUi-target{position: relative; direction: ltr}
.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: #ff3600 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !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-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700; color: #fff;} .example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

/* LANDING PAGE */

.swift,
.knight {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 100vh;
    text-align: center;
}

.swift {
    background: #1a3f77 url(../siteart/swift-bg.jpg);
}

.knight {
    background: #A90724 url(../siteart/knight-bg.jpg);
}

.swift img,
.knight img {
    margin: 0 0 10px;
    max-width: 100%;
    height: auto;
}

.landing-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    /* You can specify ANY width values here */
}

.button a {
    display: block;
    max-width: 300px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    margin: 5px auto;
}

.button a:hover {
    background: #ddd;
}

.swift .button a {
    color: #1a3f77;
}

.knight .button a {
    color: #A90724;
}

@media screen and (max-width: 720px) {

    .swift,
    .knight {
        width: 100%;
        height: 50vh;
    }
}


/* INVENTORY LINK STYLES */

.inventory-buttons {
    margin: 10px;
}

.inventory-buttons a {
    display: block;
    float: left;
    width: calc(25% - 4px);
    background: #CF4F4B;
    border: 1px #ccc solid;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px;
    box-sizing: border-box;
    margin: 2px;
}

.inventory-buttons a:hover {
    background: #333;
    color: #fff;
}

@media screen and (max-width: 540px) {
    .inventory-buttons a {
        width: 50%;
        margin: 0
    }
}

.linkbox {
    position: relative;
    background: url(../siteart/carbon_small.jpg) center center no-repeat;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;
    width: 80%;
    margin: 8% auto;
    height: 150px;
}

.linkimage {
    position: absolute;
    left: -60px;
    top: -25px;
}

.linktitle {
    width: 52%;
    text-align: center;
    margin: 0 auto;
    float: right;
    margin-top: 10%;
}

.linktitle h3,
.linktitle p {
    color: #fff;
    font-weight: 600;
}

.arrow {
    margin-top: 3px;
}

.linkbox:hover {
    width: 90%;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.linkbox:hover > .linktitle h3 {
    color: #ccc;
}

.linkbox:hover > .linktitle p {
    color: #ccc;
}

.herosearch {
    margin: 8% 0 2% 0;
}

.searchbox {
    background: #373737;
}

.searchtitle {
    text-align: center;
    background: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}

.searchtitle h3 {
    color: #CF4F4B;
}

.send {
    margin: 0 auto;
    text-align: center;
}

/* HOME PAGE STYLES */

.locations {
    text-align: center;
}

.locations h2,
.locations p {
    color: #fff;
}

.thumbnails {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.thumbleft,
.thumbright {
    float: left;
    margin: 2% 1%;
}

.thumbleft {
    padding-top: 10%;
}



/* INVENTORY STYLES */

.invwrap {
    /* padding: 3% 0; */
    margin: 1% auto;
    max-width: 1250px;
}

.cf {
    background: #fff;
}

.headimage {
    display: block !important;
}

.headimage img {
    max-width: 100%;
}

.hosted-content .fixed-column6 img {
    display: none;
}

/* ABOUT US / PARTS / SERVICE STYLES */




/* FEEDBACK STYLES */
.feedback form {
    width: 80% !important;
    float: left;
}


/* CONTACT US STYLES */
.contactrow,
.locationrow {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.namebadge {
    position: relative;
    width: 22.5%;
    margin: 1%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #fff;
    padding: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;
    height: 175px;
    vertical-align: top;
}

.namebadge p,
.locationbadge p {
    color: #333;
}

.namebadge h3,
.locationbadge h3 {
    border-bottom: 2px solid #CF4F4B;
    font-size: 20px;
}

.employeeinfo p,
.locationinfo p {
    margin-top: 5px;
    font-size: 16px;
}

.employeeinfo p strong,
.locationinfo p strong,
.locationinfo a {
    color: #CF4F4B !important;
}

.locationinfo a:hover {
    color: #000 !important;
}

.googlelink {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px 0;
    background: #CF4F4B;
    bottom: 22%;
}

.emaillink,
.locationlink {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 5px 0;
    background: #CF4F4B;
    bottom: 5%;
}

.emaillink a,
.emaillink a:hover,
.locationlink a,
.locationlink a:hover,
.googlelink a,
.googlelink a:hover {
    color: #fff;
    width: 100%;
    display: block;
}

.emaillink:hover,
.locationlink:hover,
.googlelink:hover {
    background: #aaa;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.map {
    width: 100%;
    margin: 4% auto;
    text-align: center;
}

.map img {
    max-width: 100%;
}

.map h3,
.map p {
    color: #fff;
}

.locationbadge {
    position: relative;
    display: inline-block;
    width: 47%;
    margin: 1%;
    background: #fff;
    padding: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 5px 5px 5px #333;
    -webkit-box-shadow: 5px 5px 5px #333;
    box-shadow: 5px 5px 5px #333;
    height: 190px;
    vertical-align: top;
}


/* 12-COLUMN GRID */


/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0;
}

.footer .col {
    margin: 40px 0;
}

.hosted-content .col {
    margin: 0 0 0 0 !important;
}

.col:first-child {
    margin-left: 0;
}

.col:last-child {
    margin-right: 0 !important;
}

/*  GROUPING  */
.group:before,
.group:after {
    /* content: ""; */
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

.copywrap .section.group {
    display: flex;
    align-items: center;
}



/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.58%;
}

.span_10_of_12 {
    width: 83.16%;
}

.span_9_of_12 {
    width: 74.75%;
}

.span_8_of_12 {
    width: 66.33%;
}

.span_7_of_12 {
    width: 57.91%;
}

.span_6_of_12 {
    width: 49.5%;
}

.span_5_of_12 {
    width: 41.08%;
}

.span_4_of_12 {
    width: 32.66%;
}

.span_3_of_12 {
    width: 24.25%;
}

.span_2_of_12 {
    width: 15.83%;
}

.span_1_of_12 {
    width: 7.416%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.6%;
}

.span_3_of_5 {
    width: 59.2%;
}

.span_2_of_5 {
    width: 38.8%;
}

.span_1_of_5 {
    width: 18.4%;
}






/* FOOTER */
.footwrap {
    max-width: 1230px;
    padding: 25px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.footer img {
    max-width: 100%;
    display: initial;
}

#footwrap {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    padding: 0 2%;
}

.footer h4 {
    color: #CF4F4B;
    padding-bottom: 10px;
}

.footerpages a {
    display: block;
    padding: 2px 0;
    color: #373737;
}

#footerlogo {
    float: right;
}

#foottext a {
    font-size: 13px;
    margin: 2px 0;
    display: block;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    padding-top: 15px;
    color: #CF4F4B;
    text-decoration: underline;
    font-size: 14px;
}

a.footerlink:hover {
    padding-top: 15px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footertext {
    /* padding-top: 15px; */
    font-size: 12px;
    color: #373737;
}

.smallfootertext {
    padding-top: 15px;
    font-size: 11px;
    color: #373737;
}

#sandhills {
    float: right;
    width: 682px;
}

.divfooter {
    text-align: right;
    margin: 0 auto;
    width: 100%;
}

.social {
    float: left;
}

.social a img {
    display: inline-block !important;
    *zoom: 1 !important;
    *display: inline !important;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}



/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1350px) {

    .textslide,
    #heroslides img {
        height: 410px;
        overflow: hidden;
    }

    #slidewrap {
        width: 96%;
    }
}

@media screen and (max-width: 1250px) {
    .headleft {
        width: 40%;
    }

    .copywrap .section.group {
        flex-direction: column
    }

    .feedback h2 {
        text-align: center;
    }

    .feedback form,
    .feedback form input.text,
    .feedback form textarea,
    .feedback form .textajaxuniquetext,
    .feedback form select {
        width: 100% !important;
    }

    .footer .section {
        flex-direction: column;
    }

    #footlogos,
    #foottext {
        height: auto !important;
        padding: 20px;
        width: 70%;
        text-align: center;
    }

    #sandhills footer .divfooter {
        text-align: center !important;
    }

    #homeleft {
        margin-bottom: 60px;
        width: 100%;
    }

    #homeright {
        display: none;
    }

    #homeright img {
        width: 100%;
    }

    .tagline {
        margin: 0;
    }

    .headright {
        width: 60%;
    }

    .textslide,
    #heroslides img {
        height: 390px;
    }

    #slidewrap {
        width: 96%;
    }

    .textheading h1 {
        font-size: 56px;
        line-height: 64px;
    }

    .textheading h2 {
        font-size: 50px;
        line-height: 56px;
    }

    .textheading h3 {
        font-size: 44px;
        line-height: 50px;
    }

    .textheading h4 {
        font-size: 40px;
        line-height: 44px;
    }

    .textheading h5 {
        font-size: 36px;
        line-height: 40px;
    }

    .textheading p {
        font-size: 30px;
        line-height: 36px;
    }

    .container {
        /* padding: 0 2%; */
        /* margin: 0 2%; */
    }

    form .section {
        display: block;
    }

    .section.group.bottomGroup {
        display: flex;
    }

    form .col {
        margin: 0 14px;
        width: 25%;
    }

    form .col {
        width: 100% !important;
        margin: 1% 0;
    }

    .bottomGroup .col.span_3_of_12.searchfield {
        width: 23% !important;
    }

    .col.span_3_of_12.searchfield {}

    .col.span_3_of_12.searchfield {}

    #homeright .container {
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .linktitle {
        width: 55%;
    }

    .linkimage {
        transform: scale(0.80);
        left: -80px;
    }

    .searchfield p {
        font-size: 14px;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 16px;
    }

    .locationbadge {
        height: 210px;
    }

    .employeeinfo p,
    .locationbadge p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) {
    .head-wrap {
        padding: 10px 25px 25px;
    }

    .phone,
    .headtext {
        margin: 35px 0 0 0;
    }

    .headtext {
        font-size: 22px;
    }

    .phone p {
        font-size: 24px;
        line-height: 26px;
    }

    .textslide,
    #heroslides img {
        height: 360px;
    }

    #slidewrap {
        width: 96%;
    }

    .linktitle {
        width: 50%;
    }

    .linkbox {
        height: 140px;
    }

    .linkimage {
        left: -90px;
    }

    #toprows {
        width: 49%;
        margin: 0.5%;
    }

    .searchfield p {
        font-size: 14px;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 14px;
    }

    .locationbadge {
        height: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .headleft {
        width: 30%;
        height: 201px;
    }

    #logo {
        flex-direction: column;
    }

    .tagline p {
        font-size: 15px;
    }

    .headright {
        width: 63%;
        /* padding-right: 7%; */
    }

    .phone,
    .headtext {
        margin: 50px 80px 20px 0;
        width: calc(39.1875rem + ((1vw - 4.01px) * 2.8953));
    }

    .phone p,
    .phone h2 {
        font-size: 24px;
    }

    .headtext {
        font-size: 20px;
        display: none;
    }

    .textslide,
    #heroslides img {
        height: 320px;
    }

    #slidewrap {
        width: 96%;
    }

    .textheading h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .textheading h2 {
        font-size: 44px;
        line-height: 50px;
    }

    .textheading h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .textheading h4 {
        font-size: 36px;
        line-height: 40px;
    }

    .textheading h5 {
        font-size: 30px;
        line-height: 36px;
    }

    .textheading p {
        font-size: 26px;
        line-height: 30px;
    }

    .linkimage {
        transform: scale(0.70);
        left: -70px;
        top: -50px;
    }

    .linkbox {
        height: 120px;
        width: 90%;
    }

    .linktitle {
        margin-top: 7%;
    }

    .locationbadge {
        width: 40.5%;
        height: 180px;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .tagline p {
        font-size: 14px;
    }

    .buttonrow a {
        font-size: 12px;
    }

    #slidewrap {
        width: 92%;
        margin: 0 4%;
    }

    .textheading h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .textheading h2 {
        font-size: 40px;
        line-height: 44px;
    }

    .textheading h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .textheading h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .textheading h5 {
        font-size: 26px;
        line-height: 30px;
    }

    .textheading p {
        font-size: 20px;
        line-height: 24px;
    }

    .linktitle {
        width: 53%;
    }

    .linkimage {
        transform: scale(0.60);
        left: -80px;
        top: -50px;
    }

    .locationbadge {
        height: 190px;
    }



}

@media screen and (max-width: 800px) {
    .head-wrap {
        padding: 10px 25px;
    }

    .headleft,
    .headright {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    #logo,
    .tagline {
        display: block;
        margin: 0 auto;
        float: none;
    }

    #logo img {
        margin: 0 auto;
    }

    .tagline p {
        font-size: 16px;
    }

    .headtext,
    .phone {
        display: block;
        margin: 1% auto;
        float: none;
        width: 100%;
        text-align: center;
    }

    .buttonrow {
        float: none;
        display: block;
        margin: 2% auto;
        width: 100%;
        text-align: center;
    }

    .textheading h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .textheading h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .textheading h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .textheading h4 {
        font-size: 26px;
        line-height: 30px;
    }

    .textheading h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .textheading p {
        font-size: 18px;
        line-height: 20px;
    }

    #homeleft {
        /* width: 40%; */
    }

    #homeright {
        width: 59%;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 14px;
    }

    .namebadge {
        width: 40%;
        height: 160px;
    }

    .linkbox,
    .linkbox:hover {
        height: 140px;
        width: 90%;
        margin: 19% auto;
    }

    .linkimage {
        left: -8%;
        top: -90px;
    }

    .linktitle {
        width: 100%;
        margin-top: 80px;
    }

    #sandhills {
        width: 96%;
        float: none;
        text-align: center;
        margin: 2%;
    }

    #footlogos,
    #foottext {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        height: 140px;
    }

    #footlogos {
        width: 80%;
    }

    #foottext {
        width: 22%;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }

}

@media screen and (max-width: 750px) {

    .linkimage {
        left: -12%;
        top: -80px;
    }

    .locationbadge {
        width: 40%;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 16px;
    }
}



@media screen and (max-width: 700px) {
    .textheading h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .textheading h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .textheading h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .textheading h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .textheading h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .textheading p {
        font-size: 18px;
        line-height: 20px;
    }

    .linkimage {
        left: -17%;
    }

    .searchfield p {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .linkimage {
        left: -24%;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px) {
    .tagline p {
        font-size: 16px;
    }

    .head-wrap {
        padding: 10px 15px;
    }

    #logo img {
        max-width: 70%;
        margin: 0 auto;
    }

    .phone p,
    .phone h2 {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin: 0 5px;
        font-size: 24px;
    }

    .headtext {
        font-size: 20px;
    }

    #heroslides img {
        height: 100%;
    }

    #heroslides {
        width: 100%;
        display: block;
        float: none;
        position: relative;
    }

    #overlay {
        top: 100%;
        width: 96%;
        left: 2%;
        float: none;
        display: block;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #homeleft,
    #homeright {
        width: 100%;
        margin: 2% auto;
    }

    .linkbox,
    .linkbox:hover {
        margin: 4% auto;
    }

    .linkimage,
    linktitle {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        position: relative;
        float: none;
    }

    .linktitle {
        width: 50%;
        margin-top: 10%;
    }

    .linkimage {
        left: 0%;
        top: -30px;
        width: 40%;
    }

    .detail-box {
        margin: 0 auto;
    }

    .feedback form {
        float: none;
    }

    #feedbackform {
        width: 96%;
        margin: 0 2%;
    }

    #feedbackshow {
        display: none;
    }

    .locationbadge {
        width: 45%;
        height: 200px;
    }

    .namebadge {
        width: 45%;
        height: 160px;
    }

    #footlogos,
    .social {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #foottext {
        width: 33.3%;
        padding: 0;
        margin: 0 auto;
    }
}



@media screen and (max-width: 480px) {
    #logo img {
        max-width: 100%;
    }

    .phone p,
    .phone h2 {
        font-size: 20px;
    }

    .headtext {
        font-size: 16px;
    }

    .textheading h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .textheading h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .textheading h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .textheading h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .textheading h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .textheading p {
        font-size: 16px;
        line-height: 18px;
    }

    .linkimage {
        left: -5%;
    }

    #toprows {
        width: 100%;
        margin: 1% auto;
    }

    .detailed-search select {
        margin: 0 auto;
    }

    .feedback form {
        width: 100% !important;
    }

    .map img {
        display: none;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4,
    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12,
    .span_1_of_7,
    .span_2_of_7,
    .span_3_of_7,
    .span_4_of_7,
    .span_5_of_7,
    .span_6_of_7,
    .span_7_of_7 {
        width: 100%;
    }

    .bottomGroup .col.span_3_of_12.searchfield {
        width: 100% !important;
    }

    .section.group.bottomGroup {
        flex-direction: column;
    }

    .form col {}

    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5 {
        width: 100%;
    }


}

@media screen and (max-width: 447px) {
    .tagline {
        top: -3px;
    }

    .headleft {
        width: 100%;
        text-align: center;
    }

    .buttonrow a {
        padding: 5px 10px;
        margin: 0 3px;
        font-size: 11px;
    }

    .cycle-slideshow {
        margin-top: 2%;
    }

    .linkbox,
    .linkbox:hover {
        height: 120px;
    }

    .linkimage {
        transform: scale(0.50);
        left: 0;
        width: 20%;
        top: -40px;
    }

    .linktitle {
        width: 55%;
    }

    .locationbadge {
        width: 80%;
        height: 180px;
        margin: 2% auto;
    }

    .namebadge {
        width: 80%;
        height: 140px;
        margin: 2% auto;
    }

    .namebadge h3,
    .locationbadge h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 414px) {

    #slidewrap,
    .cycle-slideshow {
        display: none;
    }

    .linkbox,
    .linkbox:hover {
        height: 100px;
    }

    .linkimage {
        transform: scale(0.40);
        left: -15px;
        width: 20%;
        top: -50px;
    }

    .linktitle {
        margin-top: 8%;
    }

    .namebadge {
        height: 150px;
    }

    #footlogos,
    #foottext {
        height: 120px;
    }

    #foottext {
        width: 96%;
        margin: 2%;
    }
}

@media screen and (max-width: 370px) {
    .buttonrow a {
        font-size: 10px;
        padding: 5px;
    }

    .feedback form {
        /* width: 80% !important; */
        float: left;
    }

}
