﻿
/*=====================
	CSS reset/normalize
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,l
summary {
  display: block;
}
pre {
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}

/*=====================
	base styles
=======================*/

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  font-family: "oswaldlight";
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: url(../siteart/p6.png) repeat;
  color: #000;
  position: relative;
}

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;
  margin: 4% auto;
}

img {
  border: 0;
  max-width: 100%;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  margin: 0;
  font-weight: 600;
  color: #a51e22;
}
h1 {
  font-size: 36px;
  line-height: 1.5em;
  padding-bottom: 1.5%;
}
h1 span {
  font-size: 24px;
  line-height: 1.1em;
  padding-bottom: 0.5%;
  color: #000;
  font-weight: 500;
}
h2 {
  font-size: 30px;
  line-height: 1.3em;
  padding-bottom: 1%;
}
h3 {
  font-size: 24px;
  line-height: 1.1em;
  padding-bottom: 0.5%;
}
h4 {
  font-size: 20px;
  line-height: 1em;
  padding-bottom: 0.25%;
}
h5 {
  font-size: 18px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 0 20px 0 !important;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0;
}
strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}

/*=====================
	link styles
=======================*/

a.link:focus {
  outline: thin dotted; /*reset*/
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #ffb91b !important;
}

.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;
}

/*=====================
	list styles
=======================*/
ul.list {
  margin: 0;
  padding: 0 0 5% 7%;
}
ul.list li {
  font-size: 16px;
}

/*=====================
	header styles
=======================*/
.topbar {
  background: #a51e22;
  padding: 2px 0;
  font-size: 14px;
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1001;
}
.topbar ul li a {
  color: #fff !important;
}
.topbar ul li a:hover {
  cursor: pointer;
  color: #ffb91b !important;
}
.topbar p {
  padding: 0 0 0 0;
}
.topbar i {
  margin-right: 5px;
  color: #ffb91b;
  font-size: 18px;
}
.topbar ul {
  list-style: none;
  text-align: right;
  margin: 0 auto;
  padding: 0;
}
.topbar ul li {
  float: left;
  padding: 7px 30px 7px 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.topbar ul li span {
  color: #ffb91b;
}
.topbar ul li:nth-child(3) {
  padding-right: 5px;
}
.topbar ul li:last-child {
  padding: 7px 0 7px 0;
  float: right;
}
.topbar ul li:nth-child(4),
.topbar ul li:nth-child(5) {
  float: left !important;
  padding-right: 5px;
}

header {
  width: 100%;
  margin: 0;
  padding: 10px 0 3px 0;
  position: absolute;
  top: 42px;
  z-index: 1000;
  background: url(../siteart/white70.png) repeat;
}

.headerwrap {
  width: 96%;
  max-width: 1650px;
  margin: 0 auto;
}
.logo {
  float: left;
}
.headright {
  float: right;
  margin-top: 15px;
}
.headright h4 {
  margin: 2px 0;
}
.headright h4 span {
  color: #000;
}
.navbar {
  width: 100%;
  background: #000;
  top: 170px;
  z-index: 1000;
  position: absolute;
}

/* Twitter */

.twitter-feed {
  position: fixed;
  z-index: 1005;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.24);
  transition: all 0.4s ease-in-out;
  -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;
}

.twitter-feed-icon {
  position: relative;
  top: 45px;
  left: -45px;
  background: #000;
  padding: 10px;
  cursor: pointer;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
}
.twitter-feed-icon i {
  color: #fff;
  font-size: 22px;
}

.twitter-open {
  right: 0;
  transition: all 0.4s ease-in-out;
  -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;
}
/*=====================
	content styles
=======================*/
.wrapper {
  width: 96%;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0;
}
.container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.internal {
  padding: 2% 0;
  background: url(../siteart/p6.png) repeat;
}
.insetleft {
  width: 55%;
  float: left;
}
.insetleft ul {
  margin: 10px 0;
}
.insetleft ul li {
  margin: 5px 0;
}
.insetright {
  width: 40%;
  margin-left: 5%;
  float: left;
}

/*=====================
	our company styles
=======================*/
.quote {
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
}
.employeeblock {
  text-align: center;
  margin: 2% auto;
}
.employeeblock h3 {
  text-align: left;
}
.employeecard {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 16.5%;
  margin: 0.5%;
  background: #fff;
  padding: 1%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.employeecard p em {
  font-size: 16px;
}
.emailbar {
  background: #a51e22;
  padding: 5px;
  width: 80%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
.emailbar:hover {
  cursor: pointer;
  background: #000;
  -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;
}

.servicerow {
  margin: 0 auto;
  text-align: center;
}
#servicebutton {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 22%;
  margin: 1%;
  padding: 8px 0;
}
#servicebutton h4 {
  color: #fff;
}

.jobbutton {
  background: #a51e22;
  text-align: center;
  margin: 1% 0;
  padding: 8px 0;
  width: 60%;
}
.jobbutton h4 {
  color: #fff;
}
.jobdesc {
  background: #666;
  padding: 2%;
}
.jobdesc p {
  color: #ddd;
  padding: 0 !important;
}
.selected {
  background: #000 !important;
}

/*=====================
	testimonial styles
=======================*/
.testimonial {
  margin: 1% 0 0 0;
}
.testimonial img {
  width: auto;
}
.open {
  width: auto;
  float: left;
  display: inline !important;
  margin-right: 20px !important;
}
.close {
  width: auto;
  float: right;
  display: inline !important;
  margin-left: 20px !important;
}
.testimonial p {
  display: inline;
}

/*=====================
	slideshow styles
=======================*/
.slides {
  background: url(../siteart/concrete_wall.png) repeat;
  padding: 0;
  color: #fff;
  position: relative;
}
.slidetitler {
  position: absolute;
  text-align: center;
  top: 60%;
  width: 80%;
  left: 10%;
  right: 10%;
  z-index: 100;
  -moz-transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  transform: translate(0, -60%);
}
.slidetitler h2,
.slidetitler h1 {
  color: #fff;
  padding: 0;
  text-shadow: 2px 2px 2px #000;
}
.slidetitler h1 {
  font-size: 48px;
  line-height: 1.2em;
}
#centered {
  margin: 10px auto;
  float: none;
  width: 30%;
}

/*.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 0.5s ease-in-out;
}
.cycle-pager span.cycle-pager-active {
  color: #2885b3;
}
.cycle-pager > * {
  cursor: pointer;
}

/*=====================
	welcome styles
=======================*/
.welcome {
  background: #fff;
  padding: 1% 0;
}
.welcomeleft,
.welcomeright {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 47%;
  margin: 1%;
}
.intro {
  font-weight: 400;
  color: #000;
}
.welcome h1 {
  line-height: 1.2em;
}
.welcomeright {
  position: relative;
  min-height: 280px;
}
.welcomeright img {
  position: absolute;
  z-index: 1000;
  bottom: -60px;
}
.learnbutton {
  background: #a51e22;
  padding: 5px 30px 8px 30px;
  width: 40%;
  margin: 1% 0;
}
#deptbutton {
  margin-top: 2%;
}
#welcomebutton {
  float: left;
  margin: 1% 20px 0 0;
}
.learnbutton h3,
.learnbutton h4 {
  color: #fff;
  padding: 0;
}
.learnbutton:hover {
  background: #000;
  -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;
  cursor: pointer;
}

.helpbar {
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
  background: url(../siteart/circles_light.jpg) repeat;
}
.helpbar h2 {
  color: #fff;
}
#helpbutton {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  float: none;
  margin: 0px 1%;
  padding: 10px 0;
}

/*=====================
	linkrow styles
=======================*/
.linkrow {
  padding: 2% 0;
  width: 100%;
  background: url(../siteart/assault_@2X.png) repeat;
  text-align: center;
}
.linkbox {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 45%;
  margin: 1%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-align: left;
  height: 170px;
  background: #a51e22;
}
.linktitle {
  width: 25%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 3%;
}
.linktitle h3 {
  padding: 0;
  line-height: 1.2em;
  color: #fff;
}
.linkdescription {
  position: absolute;
  width: 65%;
  right: 3%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.linkdescription p {
  color: #fff;
}
.learnmore {
  background: #000;
  padding: 8px 10px;
  text-align: center;
  float: right;
  margin-right: 3%;
  width: 40%;
}
.learnmore h4 {
  color: #fff;
}
.linkbox:hover .learnmore {
  background: #fff;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.linkbox:hover .learnmore h4 {
  color: #a51e22;
}

#salesbox {
  background: url(../siteart/salesback.jpg) center center no-repeat;
}
#salesbox:hover {
  background: url(../siteart/salesback.jpg) center left no-repeat;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

#servicebox {
  background: url(../siteart/serviceback.jpg) center center no-repeat;
}
#servicebox:hover {
  background: url(../siteart/serviceback.jpg) center right no-repeat;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

#partsbox {
  background: url(../siteart/partsback.jpg) center center no-repeat;
}
#partsbox:hover {
  background: url(../siteart/partsback.jpg) center left no-repeat;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

#rentbox {
  background: url(../siteart/rentback.jpg) center center no-repeat;
}
#rentbox:hover {
  background: url(../siteart/rentback.jpg) center right no-repeat;
  -moz-transition: 0.6s all ease;
  -webkit-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

/*=====================
	newsbar styles
=======================*/
.newsbar {
  padding: 1% 0;
}
.newsleft,
.signup {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.newsleft {
  width: 50%;
}
.newsleft p {
  padding: 0 !important;
}
.signup {
  width: 49.5%;
  text-align: right;
}
#signup {
  float: right;
  width: 80%;
  text-align: center;
  padding: 10px 0;
}

/*=====================
	brandbar styles
=======================*/
.brandslider {
  padding: 2% 0;
  background: #fff;
}

/*=====================
	skyline styles
=======================*/
.cityscape {
  width: 100%;
  height: 340px;
  background: url(../siteart/skylinecutout.png) bottom center fixed no-repeat,
    #fff;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

/*=====================
	Form styles
=======================*/
#formpage {
  padding: 0 10px;
}

.half {
  width: 48%;
  float: left;
  margin-right: 2%;
}

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;
}

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%;
  margin-bottom: 10px;
}

.internal-form textarea {
  font-family: "Open Sans", Arial, sans-serif;
  border: #999999 solid 1px;
  border-radius: 2px;
  padding: 1%;
  font-size: 14px;
  width: 98%;
}

.sendbutton {
  background: #a51e22;
  color: #fff;
  font-weight: 600;
}
.sendbutton:hover {
  background: #000;
  cursor: pointer;
}

/*=====================
	brochure styles
=======================*/
.brochuregrid {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.brochure {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 12%;
  margin: 1%;
}
#brochurebutton {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 17%;
  margin: 1%;
  padding: 8px 0;
}
#brochurebutton h4 {
  color: #fff;
  font-size: 18px;
}
.brochure img {
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

/*=====================
	layout styles
=======================*/

.scrolling {
  display: block;
  background: url(../siteart/scrollingbg.jpg) repeat;
  padding: 30px 0;
  border-top: #ffcd07 4px solid;
}

.ribbon {
  text-align: center;
  color: #fff;
  background: #38b749;
  border-bottom: #216c2b 5px solid;
  position: relative;
}
.ribbon h2 {
  color: #fff;
}

.sitemap {
  background: url(../siteart/escheresque_ste.png) repeat;
  color: #fff;
}
.sitemap p {
  line-height: 2em;
}
.sitemap i {
  font-size: 42px;
  margin-right: 20px;
}

/*=====================
	inventory styles
=======================*/
.categoryblock {
  width: 20%;
  float: left;
}
.listingblock {
  width: 78%;
  margin-left: 2%;
  float: right;
}
.categoryblock a {
  display: block;
  background: #a51e22;
  padding: 8px 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.categoryblock a:hover {
  background: #000;
  -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;
}

.attachment-search .search-checkboxes label .row input[type="checkbox"] {
  width: 25px !important;
}

.mobilecontainer {
  overflow: hidden; /* must have this property for mobile phones and tablet display! */
  width: 100%;
  margin: 0 auto;
  height: 92px;
  padding: 0;
  background: #000;
}
iframe.banner {
  width: 100%;
  height: 92px;
  background: #000;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
  background: #666666;
  padding: 20px 0 0 0;
  border-bottom: 40px solid #a51e22;
}
.pagebottom a i {font-size: 18px; margin: 0 5px;}
.pagebottom p {
  color: #fff;
  font-size: 16px;
}
.pagebottom a {
  color: #fff;
}
.pagebottom a:hover {
  color: #ffcd07;
}

.footercolumn {
  width: 20%;
  float: left;
}
.footercolumn h3 {
  color: #dddddd;
}
.footercolumn p,
.footercolumn p strong {
  font-family: "Oswald", sans-serif;
  color: #dddddd;
}
.footercolumn a {
  color: #fff!important;
  font-family: "Oswald", sans-serif;
}
.footercolumn a:hover {
  color: #dddddd!important;
}
#bottomlinks a {
  display: block;
  margin: 0 0 6px 0;
}

#contactcolumn span p {
  display: inline !important;
  margin-right: 5px;
}

.hidden {
  display: none;
}
footer {
  margin: 0 auto;
  width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
  text-decoration: none;
  font-size: 11px;
  color: #ccc;
  border-bottom: none;
}
a.footerlink:hover {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

.footertext {
  font-size: 11px;
  color: #666;
}

.smallfootertext {
  font-size: 11px;
  color: #666;
}

.hosted {
  padding: 1% 0;
  width: 100%;
  background: #fff;
  margin-top: 20px;
  text-align: center;
}
.hosted p,
.hosted a {
  font-size: 11px !important;
  color: #000;
  padding: 0 !important;
  width: 80%;
  margin: 0 auto;
}
.hosted a:hover p {
  color: #ffcd07;
}

.divfooter {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory {
  padding-top: 250px;
  background: #f7f9fa;
}

.body-wrapper {font-family: 'Source Sans Pro', sans-serif;}

.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;    margin: 15px 0 0 15px!important;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.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, 
button.nuf-button.Manufacturer-button,
button.apply-button, 
.list-content .list-error-container .info button{
  background: #a51e22 !important;
  border: none;
  color: #fff !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label, #part-detail-content .part-detail-additional-data .data-row .data-label {
  background: #a51e22 !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-contact-bar .contact-bar-btn {
    width: inherit;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #a51e22!important;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #241e20 !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: #000 !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, 
.detail-wrapper .search-results,
.compare-checked{
  color: #241e20!important;
}

/*----Adjusts Container Width----*/
.list-content, .detail-wrapper, .detail-additional-data, .faceted-search-content, .parts-list-content, .bread-crumbs-heading, .detail-content {max-width: none!important;} 
.detail-additional-data .data-row .data-value {width: 100%!important;}

.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, 
.show-all-modal .back-button{
  color: #a51e22 !important;
  border: 1px #a51e22 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: #efefef !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: #efefef !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 .dealer-info .phone-and-email .send-email-btn:hover {
  color: #a51e22;
  border: 1px #a51e22 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}
.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #a51e22 !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: #000 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #2f6326 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #241e20;
}

.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;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #a51e22 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  background: #a51e22 !important;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  background: #a51e22 !important;
}

.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: #000 !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  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: #a51e22 !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: #000 !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-call
  .dealer-phone,
.list-content
  .list-listing-mobile
  .dealer-phone-container
  .dealer-phone-text
  .dealer-phone {
  color: #fff !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.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 {
  min-width: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
}

.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
  .contact-btn,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .video-chat,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .facebook-messenger,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .whatsapp,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .text {
  background-color: #a51e22 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.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
  .contact-btn:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .check-availability:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .email-seller:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .video-chat:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .facebook-messenger:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .whatsapp:hover,
.list-content
  .list-main-section
  .list-container
  .list-listing
  .listing-top-right
  .text {
  background-color: #000 !important;
}

/* Breadcrumb */

.mobile-breadcrumb {
  background-color: #808080 !important;
}

.mobile-breadcrumb .breadcrumbs-element {
  color: #e8e8e8 !important;
}
/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile > a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #a51e22 !important;
  color: #fff !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile > a:hover {
  background-color: #a51e22 !important;
}

/*=====================
	Responsive styles
=======================*/
@media screen and (max-width: 1580px) {
  header {
    padding-bottom: 0;
  }
  .logo {
    width: 25%;
  }
  .headright {
    margin-top: 10px;
  }
  .navbar {
    top: 150px;
  }
  .slidetitler {
    top: 70%;
    -moz-transform: translate(0, -70%);
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    -o-transform: translate(0, -70%);
    transform: translate(0, -70%);
  }
  .welcomeright img {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    bottom: -70px;
  }
  .cityscape {
    height: 180px;
  }

  .categoryblock a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .employeecard {
    width: 21%;
  }

  .testimonialslider {
    width: 80%;
  }

  #brochurebutton {
    width: 25%;
  }
}

@media screen and (max-width: 1420px) {
  h1 {
    font-size: 32px;
    line-height: 1.5em;
    padding-bottom: 1.5%;
  }
  h2 {
    font-size: 28px;
    line-height: 1.3em;
    padding-bottom: 1%;
  }
  h3 {
    font-size: 22px;
    line-height: 1.1em;
    padding-bottom: 0.5%;
  }
  h4 {
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 0.25%;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .headright {
    margin-top: 5px;
  }
  .navbar {
    top: 140px;
  }
  .slidetitler h1 {
    font-size: 42px;
  }
  .footercolumn h3 {
    font-size: 18px;
  }
  .pagebottom {
    border-bottom: 20px solid #a51e22;
  }  
  .hosted-content h1 {
    font-size: 22px !important;
  }
  .hosted-content h2 {
    font-size: 20px !important;
  }
  .hosted-content h3 {
    font-size: 18px !important;
  }

  .insetleft ul li {
    font-size: 16px;
  }

  .brochure {
    width: 14%;
  }
}

@media screen and (max-width: 1280px) {
  .headright {
    margin-top: 0;
  }
  .navbar {
    top: 130px;
  }
  .slidetitler {
    top: 85%;
    -moz-transform: translate(0, -85%);
    -webkit-transform: translate(0, -85%);
    -ms-transform: translate(0, -85%);
    -o-transform: translate(0, -85%);
    transform: translate(0, -85%);
  }
  .slidetitler h1 {
    font-size: 36px;
  }
  .welcomeleft {
    width: 60%;
  }
  .welcomeright {
    width: 35%;
  }
  .welcomeright img {
    position: relative;
    bottom: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #helpbutton {
    width: 47%;
  }
  .linkbox {
    height: 180px;
  }
  #salesbox:hover {
    background: url(../siteart/salesback.jpg) center center no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #servicebox:hover {
    background: url(../siteart/serviceback.jpg) center center no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #partsbox:hover {
    background: url(../siteart/partsback.jpg) center center no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #rentbox:hover {
    background: url(../siteart/rentback.jpg) center center no-repeat;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .linkdescription > .learnmore {
    width: 60%;
    margin-top: 10px;
  }
  .cityscape {
    display: none;
  }

  .categoryblock,
  .listingblock {
    margin-top: 2%;
  }
  .categoryblock a {
    font-size: 12px;
    padding: 8px 10px;
  }

  #deptbutton {
    width: 55%;
  }

  #servicebutton {
    width: 45%;
  }

  .employeecard {
    width: 29%;
  }

  #brochurebutton h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1040px) {
  .topbar {
    padding: 0;
  }
  header {
    top: 38px;
    padding: 6px 0;
  }
  .logo {
    width: 28%;
  }
  .navbar {
    top: 115px;
  }
  h1 {
    font-size: 28px;
    line-height: 1.4em;
    padding-bottom: 1.5%;
  }
  h2 {
    font-size: 24px;
    line-height: 1.3em;
    padding-bottom: 1%;
  }
  h3 {
    font-size: 20px;
    line-height: 1.1em;
    padding-bottom: 0.5%;
  }
  h4 {
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 0.25%;
  }
  h5 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .headright h4 {
    font-size: 16px;
  }
  .slidetitler h1 {
    font-size: 32px;
  }
  .signup {
    width: 49%;
  }

  .positionbutton {
    width: 98% !important;
    padding: 8px 0 8px 2% !important;
  }

  .brochure {
    width: 17%;
  }
  #brochurebutton {
    width: 30%;
  }
}

@media screen and (max-width: 900px) {
  .topbar,
  header,
  .navbar {
    position: relative;
    top: 0;
    z-index: 1;
  }
  .logo {
    width: 35%;
  }
  .headright {
    margin-top: 10px;
  }
  .slides {
    z-index: 0;
  }
  .slidetitler {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .welcome {
    padding: 3% 0;
  }
  .welcomeright img {
    z-index: 0;
  }
  .learnbutton {
    width: 45%;
  }
  #helpbutton {
    display: block;
    width: 80%;
    margin: 1% auto;
  }
  .linkbox {
    width: 47%;
    height: 220px;
  }
  .linktitle {
    width: 35%;
  }
  .linkdescription {
    width: 55%;
  }
  .newsbar {
    padding: 2% 0;
  }

  .cf {
    z-index: 0;
  }

  .categoryblock {
    width: 100%;
    margin: 2% auto;
    text-align: center;
    float: none;
  }
  .categoryblock a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 1%;
    width: 20%;
    vertical-align: top;
    height: 30px;
    padding: 10px 8px 5px 8px;
  }
  .listingblock {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  #deptbutton {
    width: 60%;
  }

  .employeecard {
    width: 45%;
    margin: 1%;
  }

  .testimonialslider {
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 24px;
    line-height: 1.4em;
    padding-bottom: 1.5%;
  }
  h2 {
    font-size: 20px;
    line-height: 1.3em;
    padding-bottom: 1%;
  }
  h3 {
    font-size: 18px;
    line-height: 1.1em;
    padding-bottom: 0.5%;
  }
  h4 {
    font-size: 16px;
    line-height: 1em;
    padding-bottom: 0.25%;
  }
  h5 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .topbar ul li {
    padding: 5px 15px 5px 0;
  }
  .topbar ul li:last-child {
    padding: 5px 0;
  }
  .logo {
    width: 40%;
  }
  .headright h4 {
    font-size: 15px;
  }
  .slidetitler {
    display: none;
  }
  .slidetitler h1 {
    font-size: 28px;
  }
  .wrapper {
    width: 92%;
  }
  .welcome {
    margin: 0 auto;
    text-align: center;
    padding: 2% 0 0 0;
  }
  .welcomeleft {
    width: 100%;
    margin: 0 auto;
  }
  .welcomeright {
    width: 80%;
    margin: 2% auto;
  }
  #welcomebutton {
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 45%;
    padding: 8px 0;
    text-align: center;
    margin: 1%;
  }
  .linkdescription > .learnmore {
    width: 80%;
  }
  #contactcolumn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 4%;
  }
  #bottomlinks {
    width: 23%;
    text-align: center;
  }

  .categoryblock a {
    width: 27%;
  }
  .hosted-content h1 {
    font-size: 20px !important;
  }
  .hosted-content h2 {
    font-size: 18px !important;
  }
  .hosted-content h3 {
    font-size: 16px !important;
  }

  .insetleft ul li {
    font-size: 15px;
  }

  .brochure {
    width: 22%;
  }
  #brochurebutton {
    width: 47%;
  }
}

@media screen and (max-width: 700px) {
  .topbar ul li {
    padding-right: 7px;
  }
  .headright {
    margin-top: 5px;
  }
  .welcome,
  .helpbar,
  .linkrow {
    padding: 4% 0;
  }
  .welcomeright {
    display: none;
  }
  .linkbox {
    height: 250px;
  }
  .footercolumn h3 {
    font-size: 16px;
  }
  #bottomlinks {
    width: 48%;
    float: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-bottom: 4%;
  }
  .hosted {
    margin-top: 0;
  }

  .insetleft,
  .insetright {
    float: none;
    display: block;
    width: 100%;
    margin: 2% auto;
  }

  #deptbutton {
    margin: 2% 0 4% 0;
  }

  .testimonialslider {
    width: 85%;
  }
  .testimonial {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .topbarleft,
  .topbarright {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .topbar ul {text-align: center;}
  .topbar ul li,
  .topbar ul li:last-child,
  .topbar ul li:nth-child(4),
  .topbar ul li:nth-child(5) {
    float: none !important;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 3px 5px;
  }
  .topbar ul li:nth-child(3),
  .topbar ul li:nth-child(4),
  .topbar ul li:nth-child(5) {
    padding-right: 0;
  }
  .logo {
    width: 50%;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .headright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .slidetitler {
    width: 96%;
    left: 2%;
    right: 2%;
  }
  .slidetitler h1 {
    font-size: 24px;
  }
  #helpbutton {
    width: 100%;
    margin: 2% auto;
  }
  .linkbox {
    width: 100%;
    margin: 1% auto;
    height: 190px;
  }
  .newsleft,
  .signup {
    width: 100%;
    margin: 1% auto;
    text-align: center;
  }
  #signup {
    float: none;
    margin: 0 auto;
  }

  .categoryblock a {
    width: 43%;
  }

  .half {
    width: 100%;
    margin: 0 auto;
  }

  #servicebutton {
    width: 100%;
    margin: 1% auto;
  }

  .brochure {
    width: 30%;
  }
  #brochurebutton h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 1.4em;
    padding-bottom: 1.5%;
  }
  h2 {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 1%;
  }
  h3 {
    font-size: 16px;
    line-height: 1.1em;
    padding-bottom: 0.5%;
  }
  h4 {
    font-size: 15px;
    line-height: 1em;
    padding-bottom: 0.25%;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .logo {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .headright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .headright h4 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 0 1%;
  }
  .welcome,
  .helpbar,
  .linkrow {
    padding: 6% 0;
  }
  #welcomebutton {
    width: 80%;
    margin: 2% auto;
    display: block;
  }
  .learnbutton h4 {
    font-size: 14px;
  }
  .linkbox {
    height: auto;
    padding: 2%;
    text-align: center;
    width: 96%;
    margin: 2% auto;
  }
  .linkdescription > .learnmore {
    width: 90%;
    margin: 5px auto;
    float: none;
  }
  .linktitle,
  .linkdescription {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .manuslider {
    width: 70%;
  }
  .newsbar {
    padding: 4% 0;
  }

  .categoryblock a {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .insetleft ul li {
    font-size: 14px;
  }

  #deptbutton {
    width: 98%;
    margin: 3% auto;
    padding: 8px 0 8px 2%;
  }

  .employeecard {
    width: 90%;
    margin: 2% auto;
  }

  .testimonialslider {
    width: 75%;
  }

  .brochure {
    width: 45%;
  }
  #brochurebutton {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .topbar ul li,
  .topbar ul li:last-child,
  .topbar ul li:nth-child(4),
  .topbar ul li:nth-child(5) {
    padding: 3px 2px;
  }
  .topbar i {
    margin-right: 2px;
  }
}
