/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

/*=====================
	helper classes
=======================*/
.mt-100 {
    margin-top: 100px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-120 {
    margin-top: 120px;
}

/*=====================
	inventory styles
=======================*/

.body-content .body-wrapper {padding:2% 0; margin: 2% 0 0 0; background:#fff;}

h1.list-title{color:#000 !important;}
h2.dealer-contact__heading{color:#333 !important;}

/*----View Details Button----*/
.view-listing-details-link {background:#201c5e !important; color: #fff !important;}
.view-listing-details-link:hover {background:#000 !important; color: #fff !important;}

/*------- Faceted Search------*/
.faceted-search-content .selected-facets-container .selected-facet{background: #201c5e !important; color:#fff !important;}



/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
	background-color: #333;
    background-image: url(../siteart/dark-pattern.png);
	background-repeat: repeat;
    color: #000;
    height: auto !important;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
    max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #454545;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Roboto', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #ffcd07;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.auctionTimeLogo {
    float: right;
    margin-bottom: 10px;
}

/*=====================
	list styles
=======================*/
ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*=====================
	header styles
=======================*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    border-bottom: 10px solid #201c5e;
}

.shown {
    top: 0 !important;
}

header h4 {
    padding: 5px 0;
}

header h4 span,
.headright a h4 {
    color: #262261;
}

.headright a:hover h4 {
    color: #4b5530;
}

.headerwrap {
    width: 96%;
    max-width: 1680px;
    margin: 0 auto;
}

.headleft {
    float: left;
    text-align: left;
    height: 37px;
}

.headright {
    float: right;
    text-align: right;
    height: 37px;
}

.headright a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 30px;
}

.headright a:last-child {
    margin-right: 0;
}

.logo {
    float: none;
    display: block;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 35%;
    right: 35%;
    background: url(../siteart/headswoop2.png) bottom center no-repeat;
    z-index: 101;
}

.logo a img {
    margin: 0 auto 24px !important;
}

.closeslider {
    width: 10%;
    float: left;
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
}

.headlarge {
    width: 10%;
    padding: 5px 0;
}

.headsearch {
    float: right;
    width: 50%;
    padding-top: 8px;
    padding-right: 1%;
}

.searchselect {
    width: 65%;
    float: left;
    text-align: right;
}

.headag,
.headcons,
.headagatt,
.headconsatt {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px 2px;
    padding: 2px 8px;
    background: #262261;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.searchselect p,
.searchselect a {
    font-size: 12px;
    color: #fff;
    padding: 0;
}

.headag:hover,
.headcons:hover,
.headagatt:hover,
.headconsatt:hover {
    cursor: pointer;
    background: #ddd;
    color: #262261;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.headag:hover p,
.headcons:hover p,
.headagatt:hover p,
.headconsatt:hover p,
.headcons:hover a {
    color: #262261;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.searchfield {
    width: 30%;
    margin: 0 5px;
    float: left;
}

#search {
    float: left;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 0 5px;
    padding: 5px 15px;
    width: 85%;
}

#submit {
    float: left;
    color: #f09455;
    background: url(../siteart/searchbutton.png) center center no-repeat;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 27px;
    width: 27px;
    margin-top: 2px;
}

#submit:hover {
    cursor: pointer;
}

/*=====================
	content styles
=======================*/
.wrapper {
    width: 96%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0;
}

/*.container {*/
/*width: 100%;*/
/*max-width: 1720px;*/
/*margin: 0 auto;*/
/*}*/

.internal {
    background: url(../siteart/black_light.jpg) repeat;
    padding: 6% 0;
}

.internal h2 {
    color: #262261;
    padding-bottom: 10px;
    text-align: left;
}

.cf {
    background: #fff;
}

/*=====================
	slideshow styles
=======================*/
.slides {
    /*background: url(../siteart/concrete_wall.png) repeat;*/
    padding: 0;
    color: #fff;
    position: relative;
    /*height: 560px;*/
    max-height: 560px;
    overflow: hidden;
    border-bottom: 4px solid #fff;
}

.cycle-slideshow {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
    width: 100%;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager>* {
    cursor: pointer;
}

/*=====================
	quicklinks styles
=======================*/
.quicklinks {
    /*background-color: #fff;*/
    position: relative;
    text-align: center;
    height: 220px;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*width: 15%;*/
    margin: 0.5%;
    border: 4px solid #fff;
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

a .linkbox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.linkbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.linkrow {
    /*position: absolute;*/
    position: relative;
    top: -115px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1000;
}

.overlay {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1003;
}

.linktitle {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 5px 0;
    background: #000;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1004;
}

.linktitle h4 {
    font-size: 1.2em;
    color: #fff;
    padding: 0;
}

.linkslider {
    position: absolute;
    bottom: -80px;
    width: 100%;
    background: #ccc;
    z-index: 1004;
}

.linkslider a h5 {
    padding: 5px 0;
}

.linkbox:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

.linkbox:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.linkbox:hover .linktitle h4 {
    font-size: 1.2em;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.linkslider a:hover h5 {
    color: #fff;
    background: #90af3d;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.linkbox:hover .linkslider {
    bottom: 0;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

/*=====================
	Form styles
=======================*/
.half {
    width: 47.8%;
    margin: 0 1%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
    vertical-align: top;
}

.half h3,
.half h4 {
    padding: 0;
}

.half h3,
.half a h4 {
    color: #90af3d;
}

.half a:hover h4 {
    color: #fff;
}

.half h4 {
    color: #ddd;
}

.half p {
    color: #fff;
}

.quarter {
    width: 23%;
    margin: 0 1%;
    float: left;
}

#headinternal {
    margin: 10px 0;
    padding-bottom: 0;
}

#agsearch,
#conssearch,
#agattsearch,
#consattsearch {
    padding: 3% 0;
}

#agsearch h3,
#conssearch h3,
#agattsearch h3,
#consattsearch h3 {
    padding: 0;
    font-weight: 700;
    color: #ccc;
}

#agsearch h2,
#conssearch h2,
#agattsearch h2,
#consattsearch h3 {
    padding: 0;
    color: #fff;
}

.rowed {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.keyed label,
.third label {
    text-align: left;
    color: #ccc;
    font-weight: bold;
}

.keyed {
    width: 22%;
    margin: 0 1%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
}

.third {
    width: 30%;
    margin: 0 1%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
}

.keyed input,
.keyed select,
.third input,
.third select {
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form.internal-form {
    margin: 0 0 0;
}

.internal-form label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.internal-form 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;
}

.internal-form input:focus {
    border: #2885b3 solid 1px;
}

.internal-form input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

.internal-form input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

.internal-form select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
}

.internal-form textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

.CaptchaMessagePanel, .CaptchaWhatsThisPanel {
	color: #fff;
}

/*=====================
	layout styles
=======================*/
.padit {
    padding: 2% 0;
}

.welcome {
	background-color: #000;
    background-image: url(../siteart/dark-pattern.png);
	background-repeat: repeat;
    position: relative;
    top: -60px;
}

.hosted-content #listings-title {
    color: #000;
}

.welcome h3 {
    padding: 20px 0 0 0;
    color: #fff;
    line-height: 1em;
}

.welcome h5 {
    color: #fff;
    line-height: 4em;
}

.welcome h1 {
    color: #fff;
    line-height: 1.2em;
    padding-bottom: 10px;
}

.welcome h2,
.welcome p,
.welcome ul li {
    color: #fff;
}

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}

#contactwrap {
    text-align: center;
    margin: 0 auto;
}

.express-logo {
    max-width: 250px;
}

/*=====================
	video styles
=======================*/
.videobutton {
    background: #262261;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 30%;
    float: right;
}

.videobutton h4 {
    color: #fff;
    padding: 2px;
    font-size: 12px;
    font-weight: 400;
}

.videobutton:hover {
    background: #ddd;
}

.videobutton:hover h4 {
    color: #262261;
}

.invvideo {
    width: 48%;
    margin: 1%;
    float: left;
    height: 315px;
}

/*--------Scrolling Inventory--------*/

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}

/*=====================
	footer styles
=======================*/

.pagebottom {
    background: #fff;
    padding: 30px 0;
}

.pagebottom p {
    color: #454545;
    font-size: 22px;
    padding: 0;
}

.pagebottom a {
    color: #90af3d;
}

.pagebottom a:hover {
    color: #4b5530;
}


#footercontact img {
    margin: 10px auto !important;
    max-width: 300px;
}

/*.footercolumn {*/
/*width: 23%;*/
/*margin-right: 2%;*/
/*float: left;*/
/*}*/

.footercolumn h3 {
    color: #2b276e;
    font-size: 22px;
}

.footercolumn a {
    color: #454545;
    display: block;
    margin: 2px 0;
    font-size: 22px;
}

#social a img {
    margin-bottom: 25px !important;
}

footer {
    margin: 0 auto;
    width: 100%;
    background: #000;
    padding: 1% 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #90af3d;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #4b5530;
}

.footertext {
    font-size: 11px;
    color: #ccc;
}

.smallfootertext {
    font-size: 11px;
    color: #ccc;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
}

/*=============================
    Start contact form
==============================*/
.formFieldIndicator {
    color: #ed1b24;
    padding: 10px 0;
}

.cform {
    padding: 20px 0;
}

.cform h3 {
    color: #ed1b24;
}

.cform .form-control {
    height: auto;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #262261;
    box-shadow: none;
}

.form-control-feedback {
    right: 10px;
    font-size: 10px;
}

input[type=text],
input[type=email],
select.form-control,
textarea.form-control {
    background-color: #f4f4f4;
}

label.feedbackMedium {
    font-weight: bold;
}

.lead-button {
    font-weight: 700;
    max-width: 300px;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #231f20;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #262261;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
}

.lead-button:hover {
    background-color: #231f53;
    color: #ffffff;
    text-decoration: none;
}

.cform label {
    color: #fff;
}

.cform input[type=checkbox] {
    width: auto;
}

/*=============================
    End contact form
==============================*/
.hosted-content .listings-wrapper .listings-list .listing-banner h2,
.p-top-8 strong {
    color: #000;
}

.attachment-search .search-checkboxes label .row {
    padding-left: 15px;
}

.full.hosted-content {
    margin-top: 36px;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1750px) {
    .logo {
        top: 5px;
    }

    .linkbox {
        width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .logo {
        top: 6px;
    }

    .quicklinks {
        height: 190px;
    }

    .searchselect {
        width: 67%;
    }

    #search {
        width: 80%;
    }

    .searchfield {
        width: 26%;
        margin-top: 1px;
    }

    .headsearch input {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .headsearch {
        width: 53%;
    }

    .logo {
        top: 11px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .quicklinks {
        height: 120px;
    }

    .linkbox {
        max-height: 200px;
    }
}

@media screen and (max-width: 1250px) {
    .headsearch {
        width: 50%;
    }

    .logo {
        top: 11px;
    }

    .linkbox:hover img {
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .linkbox:hover .linktitle h4 {
        font-size: 18px;
    }

    .linkslider a h5 {
        font-size: 14px;
    }

    /*.footercolumn {*/
    /*width: 26%;*/
    /*}*/

    #social {
        width: 14%;
    }

    .footercolumn a {
        font-size: 14px;
    }

    .pagebottom p {
        font-size: 16px;
    }

    .half {
        width: 47.5%;
    }
}

@media screen and (max-width: 992px) {
    header {
        height: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .logo {
        width: 34%;
        left: 33%;
        right: 33%;
        top: 11px;
    }

    .topbarleft,
    .headsearch {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }

    .topbarleft {
        float: left;
        width: 40%;
        padding-left: 1%;
        padding-bottom: 1%;
    }

    .headresults {
        float: right;
        text-align: right;
        width: 50%;
    }

    .searchfield {
        width: 85%;
    }

    #search {
        width: 83%;
    }

    .searchselect,
    .agheadsearch,
    .consheadsearch,
    .agheadattsearch,
    .consheadattsearch {
        display: block;
        float: none;
    }

    .searchselect {
        width: 100%;
    }

    .headsearch {
        float: right;
        text-align: right;
    }

    header h4 {
        font-size: 16px;
    }

    .linkbox {
        max-height: 160px;
    }

    .quicklinks {
        /*height: 75px;*/
        height: 100%;
    }

    #agsearch,
    #conssearch,
    #agattsearch,
    #consattsearch {
        padding: 80px 0 3% 0;
    }

    .footercolumn {
        text-align: center;
    }

    #footercontact img {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: -15px 0 !important;
    }

    .pagebottom h3 {
        font-size: 20px;
    }

    #social a img {
        margin-bottom: 10px !important;
    }

    .overlay {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .searchfield {
        width: 83%;
    }

    .logo,
    .closeslider {
        display: none !important;
    }

    .navblock,
    .topbar {
        display: block !important;
    }

    .headright a:first-child {
        margin-right: 10px;
    }

    /*.quicklinks {*/
    /*height: 260px;*/
    /*}*/

    .linkrow {
        width: 98%;
    }

    /*.linkbox {*/
    /*width: 30%;*/
    /*}*/

    .linktitle h4 {
        font-size: 16px !important;
    }

    .videobutton {
        float: none;
        width: 40%;
    }

    .internal {
        padding: 4% 0;
    }
}

@media screen and (max-width: 800px) {

    .headleft h4,
    .headright h4 {
        font-size: 14px;
    }

    .headsearch {
        width: 60%;
    }

    .headresults {
        width: 60%;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .linkrow {
        top: -70px;
    }

    .linkbox {
        max-height: 140px;
    }

    .keyed {
        width: 46%;
    }

    #agsearch,
    #conssearch,
    #agattsearch,
    #consattsearch {
        padding: 100px 0 40px 0;
    }

    .searchsubmit {
        margin-top: 3%;
    }

    .internal-form label {
        font-size: 14px;
    }

    .invvideo {
        height: 180px;
    }

    .pagebottom p {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .topbarleft {
        width: 38%;
        margin-top: 3%;
    }

    .headsearch {
        width: 60%;
    }

    .headag,
    .headcons,
    .headagatt,
    .headconsatt {
        padding: 2px 5px;
    }

    .searchselect p {
        font-size: 11px;
    }

    .headerwrap {
        padding: 5px 0;
    }

    .headleft,
    .headright {
        display: block;
        text-align: right;
        float: right;
        width: 80%;
    }

    .slides {
        height: 100%;
    }

    .headleft h4,
    .headright h4 {
        padding: 0;
    }

    .linkrow {
        position: relative;
        top: 0;
    }

    .quicklinks {
        height: auto;
        padding: 2% 0;
    }

    .linkbox {
        max-height: 120px;
    }

    .padit {
        padding: 10% 0;
    }

    .videobutton {
        width: 50%;
        margin: 1% auto;
    }

    .invvideo {
        width: 96%;
        margin: 2% 2% 0 2%;
        height: 250px;
    }

    .pagebottom {
        padding: 15px 0 0 0;
    }

    .stack {
        clear: both;
    }

    /*.footercolumn {*/
    /*width: 33.33%;*/
    /*margin: 0 auto;*/
    /*}*/

    #social {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 2% 0;
        text-align: center;
    }

    #social a {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        margin: 0 auto;
        width: 20%;
    }

    #social a img {
        margin-bottom: 0 !important;
    }

    .hosted-content h1 {
        font-size: 22px !important;
    }

    .hosted-content h2 {
        font-size: 20px !important;
    }

    .hosted-content h3 {
        font-size: 18px !important;
    }

    .half {
        width: 96%;
        text-align: center;
    }

    #formpage {
        text-align: left;
    }
}

@media screen and (max-width: 650px) {

    .topbarleft,
    .headsearch {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    .searchselect {
        text-align: center;
    }

    .headag,
    .headcons,
    .headagatt,
    .headconsatt {
        padding: 2px 8px;
    }

    .headresults {
        float: none;
        display: block;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .searchfield {
        width: 98%;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    .linkbox {
        width: 45%;
        margin: 1%;
    }

    .searchfield {
        width: 94%;
    }
}

@media screen and (max-width: 500px) {
    .searchfield {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        width: 92%;
    }

    header {
        border-bottom: none;
    }

    .headerwrap {
        padding: 50px 0 5px 0;
    }

    .headleft,
    .headright {
        width: 100%;
        text-align: center;
    }

    .headag,
    .headcons,
    .headagatt,
    .headconsatt {
        padding: 2px 5px;
    }

    .searchfield {
        width: 86%;
    }

    .slides {
        display: none;
    }

    .quicklinks {
        border-top: none;
    }

    .linkbox {
        width: 96%;
        max-height: 160px;
        margin: 2% auto;
    }

    .keyed {
        width: 95%;
        margin: 0 auto;
    }

    .searchsubmit {
        margin-top: 4%;
    }

    .videobutton {
        width: 80%;
    }

    .invvideo {
        height: 170px;
        margin: 3% 2%;
    }

    .pagebottom {
        padding: 15px 0;
    }

    /*.footercolumn {*/
    /*width: 100%;*/
    /*margin: 2% auto;*/
    /*}*/

    .footercolumn h3 {
        padding: 0;
    }

    #social a {
        width: 33%;
    }

    footer {
        padding: 3% 0;
    }

    .divfooter {
        width: 96%;
    }

    .hosted-content h1 {
        font-size: 20px !important;
    }

    .hosted-content h2 {
        font-size: 18px !important;
    }

    .hosted-content h3 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 400px) {

    .headag,
    .headcons,
    .headagatt,
    .headconsatt {
        padding: 2px 10px;
        margin: 5px;
        width: 38%;
    }

    #search {
        width: 80%;
    }

    .headresults {
        width: 85%;
    }
}

@media screen and (max-width: 350px) {
    .topbar {
        padding: 8px 0;
    }

    .headleft h4,
    .headright h4 {
        font-size: 13px;
    }

    .invvideo {
        height: 150px;
    }
}