<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Accelerate Media
Theme URI: http://www.acceleratemediainc.com/
Description: Developed by Accelerate Media for flexibility
Author: Brian Van Buren
Author URI: http://www.acceleratemediainc.com/
Version: 1.1000.0
Tags:
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/* Begin General Style */
html {
	position: relative;
	min-height: 100%;
}
body {
    color: black;
    font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
}
img {
    max-width: 100%;
}
.btn,
.learn_more btn {
    white-space: inherit;
}
.learn_more.btn {
    display: inline-block;
    background: #e77a25;
    color: white;
    padding: 10px 30px 5px;
    margin: 5px 0;
    text-transform: uppercase;
}
.learn_more_outline.btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #e77a25;
    color: #e77a25;
    padding: 10px 30px 5px;
    margin: 5px 0;
    text-transform: uppercase;
}
.learn_more_outline.btn:hover {
    color: white;
    background: #e77a25;
}
.learn_more_buy.btn {
    display: block;
    background: #e77a25;
    border-radius: 0 0 4px 4px;
    color: white;
    padding: 10px 30px 5px;
    margin: 0;
    text-transform: uppercase;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, strong {
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: 700;
}
.left {
    float: left;
}
.right {
    float: right;
}
.orange, .orange:focus, .orange a, .orange a:focus {
    color: #e77a25;
}
.white, .white:focus {
    color: white;
}
/* End General Style */


/* Begin Header Style */

/* Customize The Navbar*/
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
/* End Header Style */

/* Homepage Video */

.overlayVideo {
  position: absolute;
  left: -3000px;
  top: 0px;
  z-index: 6;
  visibility: hidden;
}
.backgroundVideo {
  z-index: 4;
  visibility: hidden;
}
#video_container {
    width: 100% !important;
    height: auto !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
}
#opening_dash #text {
  position: absolute;
  z-index: 6;
  text-align: center;
  opacity: 0;
}
#opening_dash #text #actions {
  height: 95px;
}
#opening_dash #text #playbutton {
  z-index: 3;
  margin: 0 auto;
  margin-top: 220px;
  height: 95px;
  display: block;
}
#opening_dash #text #playbutton .rectangle {
  background-color: #3ea9f5;
  width: 149px;
  height: 95px;
  opacity: 0.8;
  margin: 0 auto;
}
#opening_dash #text #playbutton .rectangle:hover {
  background-color: #52bdff;
  cursor: pointer;
}
#opening_dash #text #playbutton .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 32px;
  border-color: transparent transparent transparent white;
  margin: 0 auto;
  position: relative;
  bottom: 70px;
  pointer-events: none;
}
#cover_all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}
#ex {
  position: absolute;
  right: -3000px;
  top: 25px;
  z-index: 7;
  cursor: pointer;
  opacity: 0.8;
}
#ex:hover {
  opacity: 1;
}
#main-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url(/wp-content/themes/accelerate/images/mt_video_loop_image.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ag_mast #main-image {
    background-image: none;
}
.ag_mast .equipment_tag, .ce_mast .equipment_tag {
    bottom: 225px;
}
.ce_mast #main-image {
    background-image: none;
}

.ce_mast_contents,
.ag_mast_contents,
.standard_contents {
    display: none;
}

.ce_mast .ce_mast_contents,
.ag_mast .ag_mast_contents,
.standard_mast .standard_contents {
    display: block;
}




.overlay_video {
  position: absolute;
  z-index: 10;
}

/* End Homepage Video */

/* Begin Homepage Style */
#opening_dash .start {
    min-height: 520px;
    z-index: 999;
    position: relative;
}
#opening_dash .start.parts_viewed {
    min-height: inherit;
    background: none;
}
#opening_dash .start.parts_viewed .vid_container {
    display: none;
}
#opening_dash {
    overflow: hidden;
    position: relative;
}
#opening_dash .play_link {
    background: rgba(0,0,0,.75);
    border: 1px solid #989898;
    top: 50%;
    width: 260px;
    margin: 0 auto;
    left: 50%;
    padding: 15px 10px;
    margin-top: 0px;
    position: absolute;
    margin-left: -130px;
}
.home #opening_dash .play_link {
    top: 25%;
}
#opening_dash .play_link .left {
    width: 60px;
}
#opening_dash .play_link .right {
    font-size: 18px;
    padding-top: 5px;
    width: 160px;
}
#opening_dash .play_link a {
    color: white;
    font-size: 18px;
}
.page-template-hometemplate-php #page-content-wrapper {
    background: #cdcdcd;
}
#home_ctas {
    margin-top: 50px;
    margin-bottom: 50px;
}
#home_ctas h1 {
    margin-bottom:2rem;
    margin-left: .5rem;
    margin-right: .5rem;
}
#home_ctas h3 {
    font-size: 22px;
}
#opening_ctas {
    padding: 30px 0 0 0;
}
#opening_ctas h3.mobile-center {
    padding-top: 40px;
}
#latest_news {
    background: #e5e5e5;
    padding: 50px 0;
}
#latest_news a, .news-update a {
    color: #e77a25;
}
#latest_news h4 {
    display: inline-block;
    font-size: 20px;
}
#latest_news small {
    font-size: 12px;
}
#latest_news strong {
    font-size: 14px;
}
#latest_news h3 {
    font-size: 28px;
    color: #989898;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#latest_news h3 a {
    color: #989898;
}
#latest_news .col-md-4 .inner {
    max-width: 350px;
    margin: 0 auto;
}
.news_item {
    padding: 20px 0;
    background: #e5e5e5;
    margin: 30px 0;
}
.news-update p {
	background: rgba(0,0,0,.6);
    border: 1px solid #989898;
    padding: 8px 10px;
    display: inline-block;
    color: white;
	height: 40px;
}

.news-update p strong {
	padding-left: 4px;
}

.post_content {
	margin: 30px 0;
}

.news_item img {
    width: 100%;
    height: 100%;
    margin-bottom:15px;
}

.news_item h2 {
    margin: 0 0 5px;
}

.news_item small {
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    display: block;
    margin-bottom: 20px;
}
.blog .dash_head h1, .single .dash_head h1, .page-product-specialists-ag h1, .page-product-specialists-ce h1, .page-case-studies h1 {
    margin-top: 70px;
}
.single-mt_location .dash_head h1 {
    margin-top: 0;
}

.job-table {
    margin-top: 40px;
}
.job-table td {
    padding: 10px;
}
.blog #content a, .job-table a {
    color: #e77a25;
}
.blog #content img {
    height: auto;
}
.settings_link {
    display: inline-block;
    position: relative;
}
.alignright {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
.alignleft {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.equipment_tag {
    background: rgba(0,0,0,.75);
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    color: white;
    position: absolute;
    width: 100%;
    bottom: 160px;
}
.equipment_tag .h1 {
    display: inline-block;
    padding-right: 15px;
    font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
    font-size: 25px;
}
.equipment_tag .h1 a {
    color: white;
    display: inline-block;
}
.equipment_tag .learn_more.btn {
    display: inline-block;
    position: relative;
    top: -5px;
}
.parts_links {
    background: rgba(0,0,0,.75);
    border-top: 1px solid #989898;
    color: white;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.parts_links .ag_bracket, .parts_links .cn_bracket {
    display: inline-block;
    color: white;
    background: url(/wp-content/themes/accelerate/images/home/brackets.png) no-repeat 0 0;
    font-size: 16px;
    padding: 15px 0;
    width: 197px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
}
.parts_links .ag_bracket img, .parts_links .cn_bracket img {
    padding-left: 10px;
}
.parts_links .cn_bracket img {
    position: relative;
    top: -2px;
}
.parts_links .ag_bracket:hover {
    background: #b22025 url(/wp-content/themes/accelerate/images/home/brackets.png) no-repeat 0 0;
}
.parts_links .cn_bracket:hover {
    background: #cb9e28 url(/wp-content/themes/accelerate/images/home/brackets.png) no-repeat 0 0;
}
.parts_links .ag a.button {
    background: rgba(178,32,37,.3);
    display: inline-block;
    color: white;
    border: 1px solid #989898;
    margin: 0 4px;
    padding: 6px 12px 2px;
}
.parts_links .ag a.button:hover {
    background: rgba(178,32,37,1);
}
.parts_links .cn a.button {
    background: rgba(203,158,40,.3);
    display: inline-block;
    color: white;
    border: 1px solid #989898;
    margin: 0 2px;
    padding: 6px 12px 2px;
}
.parts_links a.button:hover {
    text-decoration: none;
}
.parts_links .cn a.button:hover {
    background: rgba(203,158,40,1);
}
/* End Homepage Style */


/* Begin Page Style */

/* End Page Style */


/* Start Footer Style */
#join_monroe {
    background: rgba(0,0,0,.75);
    color: white;
    padding: 10px 0;
}
#join_monroe h3 {
    font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
    font-size: 24px;
}
#join_monroe a {
    font-size: 18px;
}
#join_monroe.parts_foot h3 a{
    color: white;
    font-size: 24px;
}
#join_monroe.parts_foot img {
    max-width: 50px;
    width: 100%;
}
#footer {
    background: url(/wp-content/themes/accelerate/images/footer_bg.jpg) repeat 0 0;
}
#footer .footer_links {
    background: #e77a25;
    color: white;
    padding: 15px 0 10px;
    text-transform: uppercase;
}
#footer .footer_links a {
    color: white;
}
#footer .quote small {
    font-style: italic;
    font-size: 18px;
}
#footer .quote {
    width: 80%;
    max-width: 1080px;
}
.quote {
    display: none;
    position: relative;
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 20px 10px 5px;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.quote.active {
    display: block;
}
#footer .quote .review {
    font-size: 22px;
}
#footer .quote .review p {
    display: inline;
    margin: 0;
}
#footer .quote .review:before, #footer .quote .review:after {
    color: #727272;
    font-size: 50px;
    position: relative;
    top: 15px;
    line-height: .3;
}
.testimonials {
    padding: 40px 0;
}
.quote .review:before {
    content:'\201C';
}
.quote .review:after {
    content:'\201D';
}
.quotee {
    padding-top: 20px;
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.quotee.active:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 10px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -10px;
    top: 0;
    left: 50%;
}
.quotee img {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.quotee.active img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.affiliated {
    width: 100%;
    background: black;
    padding: 20px 0;
}
.affiliated a {
	display: inline-block;
}
.affiliated img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	filter: gray;
	-webkit-filter: grayscale(100%);
	transform: scale(.75);
	transition: all .3s ease;
}
.affiliated img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	transform: scale(.85);
}
.copyright {
    color: white;
    padding: 30px 0 60px;
}
.copyright #gform_wrapper_4,
.copyright .gform_confirmation_wrapper {
    margin-bottom: 30px;
}
.copyright #gform_4 {
    text-align: center !important;
}
.copyright #gform_4 .gform_body,
.copyright #gform_4 .gform_footer {
    display: inline-block
}
.copyright #gform_4 #field_4_1 {
    color: black;
}
#footer .icons {
    padding: 10px 0;
}
#footer .icons a {
    padding: 0 10px;
}
/* End Footer Style */

/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    margin-left: -200px;
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
}

.preferred_location .container {
    opacity: 0;
}
.preferred_location.showing .container {
    opacity: 1;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -200px;
}
.mobile {
    display: none;
}
#sidebar ul {
	list-style: none;
	margin: 20px;
	padding: 0;
}
#sidebar ul ul {
	margin: 0;
}
#sidebar ul ul li {
	margin-bottom: 10px;
}
#sidebar ul ul li a {
	display: block;
	color: #e77a25;
	font-weight: bold;
}
#sidebar ul ul ul li {
	margin: 0;
	padding: 0;
}
#sidebar h2 {
	font-size: 24px;
}
/* Sidebar Styles */

.sidebar-nav {
    border-bottom: 1px solid #595959;
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0 0 5px 0;
    list-style: none;
}

.sidebar-nav &gt; .sidebar-brand a {
    background: black;
    border-bottom: 1px solid #595959;
    height: auto;
    line-height: inherit;
    padding: 36px 0;
    margin-bottom: 7px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #cdcdcd;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #595959;
}

.sidebar-nav li.ag {
    border-top: 1px solid #595959;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active a {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav &gt; .sidebar-brand a {
    color: #999999;
}

.sidebar-nav &gt; .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.sidebar-nav img {
    display: block;
    margin: 0 auto;
}
.sidebar-nav li a:hover, .sidebar-nav li.active a {
    -webkit-box-shadow: inset 0 0 45px 10px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0 0 45px 10px rgba(0,0,0,0.33);
    box-shadow: inset 0 0 45px 10px rgba(0,0,0,0.33);
}
.sidebar-nav li.search {
    display: none;
}
.sidebar-nav li.ag a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/agriculture.png) no-repeat center 20px;
    padding-top: 60px;
}
.sidebar-nav li.ag a:hover, .sidebar-nav li.ag.active a {
    background-color: #b22025;
}
.sidebar-nav li.ce a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/construction.png) no-repeat center 20px;
    padding-top: 62px;
}
.sidebar-nav li.ce a:hover, .sidebar-nav li.ce.active a {
    background-color: #cb9e28;
}
.sidebar-nav li.parts a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/parts.png) no-repeat center 20px;
    padding-top: 66px;
}
.sidebar-nav li.service a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/service.png) no-repeat center 20px;
    padding-top: 64px;
}
.sidebar-nav li.precision a {
    background: #1a1a1a url(/wp-content/uploads/2025/02/precision.png) no-repeat center 20px;
    padding-top: 64px;
}
.sidebar-nav li.about a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/about.png) no-repeat center 20px;
    padding-top: 54px;
}
.sidebar-nav li.contact a {
    background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/contact.png) no-repeat center 20px;
    padding-top: 66px;
}
/*.sidebar-nav li:nth-child(9) a, .sidebar-nav li:nth-child(10) a {
    display: none;
}*/
.sidebar-nav li.parts a:hover, .sidebar-nav li.parts.active a,
.sidebar-nav li.service a:hover, .sidebar-nav li.service.active a,
.sidebar-nav li.precision a:hover, .sidebar-nav li.precision.active a,
.sidebar-nav li.about a:hover, .sidebar-nav li.about.active a,
.sidebar-nav li.contact a:hover, .sidebar-nav li.contact.active a {
    background-color: #9f9f9f;
}


/* Agriculture/Construction Dashboard Styles */
#page {
    background: #cdcdcd;
}
.page-agriculture #page {
    background: fixed url(/wp-content/themes/accelerate/images/agriculture/bg.jpg) no-repeat 0 0 / cover;
}
.page-construction #page {
    background: fixed url(/wp-content/themes/accelerate/images/construction/bg.jpg) no-repeat 0 0 / cover;
}
.dash_head {
    background: #1a1a1a;
    border-bottom: 1px solid #989898;
    padding: 0 0 19px;
    height: 159px;
}
.page-agriculture .dash_head,
.page-construction .dash_head {
    background: rgba(0,0,0,.45);
}

.dash_head .breadcrumbs, .dash_head .breadcrumbs a {
    color: white;
    padding-top: 15px;
}
.dash_head h1 {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
}
.dash_head h1 a {
    color: #e77a25;
    font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: none;
}
.dash_head h1 img {
    padding-left: 2px;
    position: relative;
    top: -2px;
}
.dash_head .find_equipment span {
    color: white;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
.dash_head .find_equipment a {
    background: #360a0b;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: white;
    border: 1px solid #989898;
    margin: 0 1px;
    padding: 11px 5px 9px;
}
.dash_head .find_equipment a:hover, .dash_head .find_equipment a.active {
    background-color: #b22025;
    text-decoration: none;
}
.dash_body_top h2 {
    color: white;
    display: inline-block;
    font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
    font-size: 22px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.dash_body_top img {
    position: relative;
    top: -5px;
    padding-left: 5px;
}
.dash_body_top a span {
    color: white;
    position: relative;
    top: -3px;
}

/* Dashboard Item Style */
#db {
    margin-bottom: 80px;
}
.dash_body_top {
    margin: 20px 0;
}
#db .item .toolbar, #db .stamp .toolbar {
    border-top: 1px solid #dcd7d2;
    border-left: 1px solid #dcd7d2;
    border-right: 1px solid #dcd7d2;
}
#db .item .title, #db .stamp .title {
    background: #1a1a1a;
    display: inline-block;
    float: left;
    color: white;
    padding: 5px 5px 2px;
    width: 80%;
}
#db .stamp .title, #featured_rental_widget.item .title {
    width: 100%;
}
#db .item .expand, #db .item .contract, #db .stamp .expand, #db .stamp .contract {
    background: #535353;
    border-left: 1px solid #dcd7d2;
    border-right: 1px solid #dcd7d2;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px 5px 2px;
    color: #535353;
    width: 10%;
    text-decoration: none;
}
#db .item .expand a, #db .item .contract a, #db .stamp .expand a, #db .stamp .contract a {
    color: #1a1a1a;
    text-decoration: none;
}
#db .item .expand span, #db .item .contract span, #db .stamp .expand span, #db .stamp .contract span {
    background: white;
    font-size: 12px;
    padding: 0 2px;
}
#db .item .exit, #db .stamp .exit {
    background: #8c8c8c;
    display: inline-block;
    float: right;
    color: white;
    text-align: center;
    padding: 5px 5px 2px;
    width: 10%;
}
#db .item .exit a, #db .stamp .exit a {
    color: white;
}
#db #product_specialists.item .ps_item, #db #our_news.item .ps_item, #equipment_videos.item .evideo_item, #db #case_studies.item .cs_item {
    display: none;
    margin-bottom: 10px;
}
#db #resource_links.item .link {
    display: none;
}
#db #product_specialists.item .ps_item .excerpt p {
    margin-bottom: 0;
}
#db #product_specialists.item .ps_item:nth-child(1), #db #product_specialists.item .ps_item:nth-child(2), #db #product_specialists.item .ps_item:nth-child(3), #db #product_specialists.item.lg .ps_item, #db #our_news.item .ps_item:nth-child(1), #db #our_news.item .ps_item:nth-child(2), #db #our_news.item .ps_item:nth-child(3), #db #our_news.item.lg .ps_item, #db #equipment_videos.item .evideo_item:nth-child(1), #db #equipment_videos.item .evideo_item:nth-child(2), #db #equipment_videos.item .evideo_item:nth-child(3), #equipment_videos.item.lg .evideo_item, #db #case_studies.item .cs_item:nth-child(1), #db #case_studies.item.lg .cs_item, #db #resource_links.item .link:nth-child(1), #db #resource_links.item .link:nth-child(2), #db #resource_links.item .link:nth-child(3), #db #resource_links.item .link:nth-child(4), #db #resource_links.item.lg .link {
    display: block;
}
#db .content {
    background: rgba(255,255,255,.8);
    clear: both;
    height: 250px;
    padding: 15px;
    overflow: hidden;
}
#db .item.lg .content {
    height: 560px;
}
#db .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
}
#db .content h3 a {
    color: #1a1a1a;
    font-size: 14px;
}
#db .content h3 small {
    font-size: 10px;
    color: #1a1a1a;
}
#db .content h3 strong {
    font-size: 16px;
}
#db .content .pull-left {
    width: 35%;
}
#db .stamp .pull-left {
    width: 50%;
    height: 100%;
}
#db .stamp .pull-left #map {
    height: 220px;
    width: 100%;
}
#db .content .pull-right {
    width: 55%;
}
#db .stamp .pull-right {
    width: 45%;
}
#db .content a {
    color: #e77a25;
    font-size: 12px;
    padding-right: 10px;
}
#db .item {
    width: 25%;
    float: left;
    min-height: 230px;
    margin-bottom: 10px;
}
#db .inner {
    padding: 10px;
}
#db .item h4, #db .stamp h4 {
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding-right: 5px;
}
#db .item .question_tip, #db .stamp .question_tip {
    position: relative;
    top: -2px;
}
#db .stamp #map {
    height: 100%;
}
#db .stamp .number {
    display: block;
    margin-bottom: 15px;
}
#db .stamp .number a.after_hours {
    color: #e77a25;
    font-size: 12px;
    padding-left: 5px;
    white-space: nowrap;
}
#db .stamp, #db .item.lg {
    float: left;
    width: 50%;
    min-height: 230px;
    margin-bottom: 10px;
}
#db #featured_offer.item.lg {
    float: left;
    width: 100%;
    min-height: 230px;
}
#db #featured_offer.item.lg .content {
    height: 760px;
}
#db .item .fitem * {
    display: none;
}
#db .item .fitem:nth-child(1) .showit, #db .item .fitem:nth-child(2) .showit, #db .item .fitem:nth-child(1) .showit *, #db .item .fitem:nth-child(2) .showit * {
    display: block;
}
#db .item.lg .fitem * {
    display: block;
}
#db .cs_item h3 {
    padding: 10px 0 0;
}
#db .item.lg .cs_item {
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
}
#db .cs_item .extra {
    display: none;
}
#db #case_studies.item.lg .headline {
    border-bottom: none;
}
#db .item.lg .cs_item .extra {
    display: block;
}
#db #featured_offer img {
    height: auto !important;
}
#db #featured_offer.lg .pull-left {
    width: 55%;
}
#db #featured_offer.lg .pull-right {
    width: 40%;
}
#db #featured_offer .pull-left {
    clear: left;
}
#db #featured_offer .fo_item {
    margin-bottom: 5px;
}
#db #featured_offer.lg .fo_item {
    margin-bottom: 20px;
}

#db .item .db_outside_info {
    display: none;
}
#db .item.lg .db_outside_info {
    display: block;
}

/* Our News hide all offers */
#our_news.item .our_news_item {
    display: none;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px;
}
#our_news.item .our_news_item:nth-child(1), #our_news.item .our_news_item:nth-child(2), #our_news.item.lg .our_news_item {
    display: block;
}


/* Hide all Featured Offers Except the first */
#db #featured_offer.item .fo_item, #db #equipment_videos.item .evideo_item {
    display: none;
}
#db #featured_offer.item .fo_item:nth-child(1), #db #equipment_videos.item .evideo_item:nth-child(1) {
    display: block;
}

#db #featured_offer.item.lg .fo_item {
    display: block;
    float: left;
    width: 48%;
}
#db #featured_offer.item.lg .fo_item:nth-child(odd) {
    margin-right: 4%;
}
#db #featured_rental_widget .equip_item img {
    width: 50%;
    margin: 0 auto 10px;
    display: block;
}
#db #featured_rental_widget .equip_item .details .top {
    background: none;
    color: #1a1a1a;
    font-size: 14px;
    padding: 0;
    height: auto;
}
#db #featured_rental_widget .equip_item .details .bottom {
    padding: 0;
}
#db #featured_rental_widget .equip_item .details .top strong {
    color: #1a1a1a;
}
#db #featured_rental_widget .equip_item .details {
    background: none;
}
#db #featured_rental_widget .equip_item {
    margin-bottom: 0;
}
#db #featured_rental_widget a {
    padding-right: 0;
}
#db #featured_rental_widget .orange_btn {
    padding-right: 10px;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    width: 70%;
}
.search_location {
    float: right;
    width: 80%;/*width: 72%;*/
}
.search_location #searchform input[type="text"] {
    width: 80%;
    display: inline-block;
    padding-left: 5px;
    height: 40px;
}
.search_location #searchform input[type="submit"] {
    background: black url(/wp-content/themes/accelerate/images/mobile/search_icon.png) no-repeat center center;
    border: 1px solid #989898;
    float: right;
    width: 20%;
    height: 40px;
}
.search_location #searchform {
    float: right;
    width: 35%;
}
.header_location {
    float: left;
    width: 63%;
}
.geolocate-link {
    background: rgba(0,0,0,.6);
    border: 1px solid #989898;
    padding: 8px 10px;
    display: inline-block;
    color: white;
}
.geolocate-link:hover, .geolocate-link:focus {
    color: white;
}
.geolocate-zipcode-form {
    height: 40px; 
    position: relative;
    display: none;
}
.location input[type="text"] {
    width: 78%;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    height: 40px;
    color: #000;
}
.location input[type="submit"] {
    background: black url(/wp-content/themes/accelerate/images/agriculture/location_search_icon.png) no-repeat center center;
    border: 1px solid #989898;
    width: 40px;
    height: 40px;
    margin-left: 0;
}
.offer_view_links {
    border-bottom: 1px solid #989898;
    padding: 10px;
    border-right: 1px solid #989898;
}
#agriculture_service .offer_view_links {
    background: #b22025;
}
#construction_service .offer_view_links {
    background: #cb9e28;
}
.offer_view_links a {
    color: white;
    font-size: 18px;
}

#opening_dash .wistia_responsive_padding {
    pointer-events: none;
}



#selected_location {
    color: #cdcdcd;
    font-size: 11px;
    float: right;
    display: none;
}

#selected_location.showing {
    display: block;
}
#selected_location.showing + .location {
    display: none;
}

#selected_location div {
    display: inline-block;
}
#selected_location .details {
    background: rgba(0,0,0,.6);
    padding: 5px 10px;
    float: left;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    border-left: 1px solid #989898;
    height: 40px;
}
#selected_location .loc_link a {
    border: 1px solid #989898;
    display: block;
    background: black url(/wp-content/themes/accelerate/images/agriculture/location_search_icon.png) no-repeat center center;
    width: 40px;
    height: 40px;
}
#selected_location strong {
    color: white;
}
#selected_location p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.mobile_dash_top {
    display: none;
}
#db .upcoming_event_list h3 {
    display: inline-block;
    margin: 0;
}
#db .upcoming_event_list h3 a {
    padding-right: 0px;
}
#db .upcoming_event_list em, #db .event em {
    font-size: 12px;
}
#db #resource_links .link, #db .event {
    color: #727272;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
#db .event:first-child, #db #resource_links .link:first-child {
    padding-top: 0;
}
#db #resource_links h3 {
    margin-bottom: 0;
}
#db .event h3 {
    display: inline-block;
    margin: 0;
}
#db .event a {
    padding-right: 0;
}
#db .upcoming_event_list .view_all_links {
    display: block;
    margin-top: 10px;
}
#resource_links .sub_cat {
    color: #727272;
    margin-bottom: 0;
    font-size: 12px;
}

#db .item .content &gt; .placeholder,
#db .stamp .content &gt; .placeholder {
    position: relative;
    width: 100%;
    height: 100%;
}
#db .item .content &gt; .placeholder .aspect-ratio,
#db .stamp .content &gt; .placeholder .aspect-ratio {
    padding-bottom: 75%
}
#db .item .content &gt; .placeholder .loading-wrapper img,
#db .stamp .content &gt; .placeholder .loading-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
#db .item .content &gt; .placeholder .loading-wrapper img,
#db .stamp .content &gt; .placeholder .loading-wrapper img {
    position: absolute;
    /* 43w x 11h */
    left: 50%;
    margin-left: -22px;
    top: 50%;
    margin-top: -6px;
}

#widget-headline-news {}
#db #widget-headline-news .headline, #db #widget-ceg-industry-news .headline, #db #widget-enr-industry-news .headline {
    color: #727272;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
#db .item .headline {
    color: #727272;
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 5px;
    margin-bottom: 10px;
}
#db #widget-headline-news .headline:first-child {
    padding-top: 0;
}
#widget-headline-news .headline .date, #db .item .date {
    color: #727272;
    margin-bottom: 0;
    font-size: 12px;
}
#db .headline h3 {
    margin-bottom: 0;
}
#widget-headline-news .headline .summary {
    color: #000;
}
#widget-headline-news .expanded .headline {
    border-bottom: none;
}

#widget-local-weather {}
#widget-local-weather .local_conditions .temp {
    font-size: 28px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}
#widget-local-weather .local_conditions .temp .current_temp {
    font-size: 28px;
    color: #535353;
}
#widget-local-weather .local_conditions .temp .current_temp sup {
    top: -9px;
    right: -3px;
    font-size: 15px;
}
#widget-local-weather .local_conditions .temp .location {
    font-size: 18px;
}
#widget-local-weather .local_conditions .temp .feels_like {
    font-size: 12px;
    font-style: italic;
}
#widget-local-weather .local_conditions .conditions {
    width: 90px;
    text-align: center;
    float: left;
}
#widget-local-weather .local_conditions .stats-table {
    margin-left: 100px;
    margin-bottom: 0;
    font-size: 11px;
}
#widget-local-weather .expanded {
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
    clear: both;
}
#widget-local-weather .expanded h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
#widget-local-weather .forecast {
    width: 100%;
}
#widget-local-weather .forecast .day {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    color: #000;
    padding: 0;
}
#widget-local-weather .forecast .day:hover,
#widget-local-weather .forecast .day:active,
#widget-local-weather .forecast .day.active {
    cursor: pointer;
    text-decoration: none;
    background: #fff;
}
#widget-local-weather .forecast .day.active {
    background: #fff;
}
#widget-local-weather .forecast .day .date {
    background: #1a1a1a;
    color: white;
    margin: 0;
    padding: 4px 5px 2px;
    text-align: center;
}
#widget-local-weather .forecast .day .date span {
    display: block;
    font-size: 10px;
}
#widget-local-weather .forecast .day .conditions {
    margin: 0;
}
#widget-local-weather .forecast .day .conditions img {
    width: 100%;
    margin-bottom: 5px;
}
#widget-local-weather .forecast .day .max_temp {
    margin: 8px 0 0;
    font-size: 26px;
    line-height: 1em;
}
#widget-local-weather .forecast .day .min_temp {
    margin: 0 0 5px;
    font-size: 18px;
}
#widget-local-weather .forecast_details {
    background: #fff;
    padding: 5px 7px;
}
#widget-local-weather .forecast_details .stat {
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block;
    width: 49%;
}

#widget-commodities-futures {}
#widget-commodities-futures .contracted {
    position: relative;
    width: 100%;
    height: 100%;
}
#widget-commodities-futures .contracted iframe {
    border: none;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
table.dtn-quote {
    width: 100%;
}
#widget-commodities-futures .expanded {
    position: relative;
    width: 100%;
    height: 100%;
}
#widget-commodities-futures .expanded iframe {
    border: none;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
#widget-ceg-industry-news {}
#widget-ceg-industry-news .headline,
#widget-enr-industry-news .headline {
    color: #727272;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}
#widget-ceg-industry-news .headline:first-child,
#widget-enr-industry-news .headline:first-child {
    padding-top: 0;
}
#widget-ceg-industry-news .headline .date,
#widget-enr-industry-news .headline .date {
    color: #727272;
    margin-bottom: 0;
    font-size: 12px;
}
#widget-ceg-industry-news .headline h3,
#widget-enr-industry-news .headline h3 {
    margin-bottom: 0;
}
#widget-ceg-industry-news .headline .summary,
#widget-enr-industry-news .headline .summary {
    color: #000;
}
#widget-ceg-industry-news .expanded .headline,
#widget-enr-industry-news .expanded .headline {
    border-bottom: none;
}

#widget-nys-thruway-conditions {}
#widget-nys-thruway-conditions #thruway_select {
    width: 100%;
    margin-bottom: 15px;
}
#widget-nys-thruway-conditions table {
    width: 100%;
}

#db #widget-cubic-yard-calculator .title {
    width: 90%;
}

#cubic_yd_calc {}
#cubic_yd_calc label {
    display: block;
}
#cubic_yd_calc label span {
    display: inline-block;
    width: 54px;
    text-align: right;
}
#cubic_yd_calc label input {
    width: 55px;
    text-align: center;
}
#cubic_yd_calc label select[name=calc_material] {
    max-width: 100%;
}
#cubic_yd_calc #calc_submit {
    display: block;
    background: #e77a25;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 12px 5px;
    margin: 0 auto 5px;
    border: 0;
}
#cubic_yd_calc #calc_submit:focus {
    outline: none;
}
#calc_result {
    background: #fff;
    padding: 2px 0 0;
    min-height: 74px;
}
#calc_result p {
    font-size: 16px;
    text-align: center;
    margin: 2px 0;
}

.tooltip_question {
    border-radius: 50%;
    background: rgba(0,0,0,.85);
    border: 1px solid #989898;
    color: white;
    font-size: 12px;
    padding: 5px 6px 3px 6px;
    position: relative;
    top: -3px;
}
.tooltip_question:hover {
    color: #e77a25;
}
.tooltip.fade {
    text-transform: none;
}

/* Top Filter Styles */

.filter_top {
    background: #464646;
    padding: 10px 20px 10px;
}
.filter_top strong {
    color: white;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
    margin-top: 14px;
}
.filter_top a {
    background: url(/wp-content/themes/accelerate/images/equipment/red_link.jpg) no-repeat 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 35px;
    margin-right: 15px;
    min-height: 25px;
}
.filter_top a.current {
    background: url(/wp-content/themes/accelerate/images/equipment/red_link.jpg) no-repeat 0 bottom;
}
.mobile_dash_top .top {
    background-color: #cb9e28;
}
.mobile_dash_top h1 {
    padding-top: 5px;
}
.mobile_dash_top h1 img {
    margin-top: -8px;
    padding-left: 5px;
}
/* Construction/Yellow */
.yellow .filter_top a {
    background: url(/wp-content/themes/accelerate/images/equipment/yellow_link.jpg) no-repeat 0 0;
    color: #cb9e28;
}
.yellow .filter_top a.current {
    background: url(/wp-content/themes/accelerate/images/equipment/yellow_link.jpg) no-repeat 0 bottom;
}
.page-construction .mobile_dash_top .top,
.yellow .mobile_dash_top .top {
    background-color: #cb9e28;
}
.yellow .mobile_dash_top h1 {
    padding-top: 5px;
}
.yellow .mobile_dash_top h1 img {
    margin-top: -8px;
    padding-left: 5px;
}
.opening_text_excerpt p {
    padding: 20px 0;
}
.feature_bar_item .featured {
    display: inline-block;
    color: white;
    background: url(/wp-content/themes/accelerate/images/equipment/bracket_bg.png) no-repeat 0 0;
    font-size: 16px;
    padding: 11px 0 9px;
    width: 169px;
    text-transform: uppercase;
}
.featured_rental_equip .feature_bar_item .featured, .featured_used_equip .feature_bar_item .featured {
    background: url(/wp-content/themes/accelerate/images/equipment/bracket_bg_black.png) no-repeat 0 0;
}

/* Sort links */
.filter_top .filter_left {
    float: left;
    width: 65%;
}
.filter_top .equip_sort a {
    background: #360a0b;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: white;
    border: 1px solid #989898;
    margin: 0 1px;
    padding: 11px 5px 9px;
}
.filter_top .equip_sort a:hover, .filter_top .equip_sort a.active {
    background-color: #b22025;
    text-decoration: none;
}
.filter_top .sort_by {
    float: right;
    width: 35%;
    color: white;
}
.filter_top .sort_by a {
    background: none;
    padding: 0;
    color: white;
    margin-right: 0;
    font-size: 12px;
}
.sort_by .current {
    padding: 0;
}
.sort_by .sort_label {
    float: left;
}
.filter_top .med_right {
    float: right;
}
.hear_from_customers_rental {
    background: #6D6D6D;
    padding: 10px 20px 5px 0;
}
.hear_from_customers_rental a {
    font-size: 16px;
    text-transform: uppercase;
}
.sort_by .current a.btn {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 12px 0;
    height: 34px;
    background: #fff;
    color: #000;
    border-radius: 0;
}
.sort_by .current a.btn:active {
    border-radius: 0;
    background-color: #e8e8e8;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sort_by .input-group {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sort_by .dropdown {}
.sort_by .dropdown .btn {
    color: #000;
    border-radius: 0;
}
.sort_by .dropdown .dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.sort_by .dropdown .dropdown-menu li {}
.sort_by .dropdown .dropdown-menu li a {
    color: #000;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
}

/* Construction/Yellow Styles */
.page-construction .dash_head .find_equipment a,
.yellow .dash_head .find_equipment a,
.page-construction .filter_top .equip_sort a,
.yellow .filter_top .equip_sort a {
    background: #4f421e;
}
.page-construction .dash_head .find_equipment a:hover, .page-construction .dash_head .find_equipment a.active,
.yellow .dash_head .find_equipment a:hover, .yellow .dash_head .find_equipment a.active,
.page-construction .filter_top .equip_sort a:hover, .page-construction .filter_top .equip_sort a.active,
.yellow .filter_top .equip_sort a:hover, .yellow .filter_top .equip_sort a.active {
    background-color: #cb9e28;
}
.yellow {

}

/* Additional Links on Featured Rental Styles */

.additional_featured_links p {
    display: inline-block;
    margin: 0;
}
.additional_featured_links p:after {
    content: " | ";
}
.additional_featured_links p:first-child {
    padding-left: 0;
}
.additional_featured_links p:last-child:after {
    content: "";
    padding-right: 0;
}

/* Equipment Page */

.opening_text_excerpt {
    font-size: 16px;
    color: black;
}

.equip_item .title a {
    background: #6e613d;
    border: 1px solid #989898;
    color: white;
    display: inline-block;
    padding: 10px 15px;
}
.equip_item .details .top p {
    margin: 0;
}
.equip_item .details .top strong {
    color: black;
    font-size: 26px;
}
.equip_item .details .bottom {
    color: #767676;
    font-size: 14px;
    min-height: 60px;
    padding: 10px 0 5px;
}
.equip_item .details .bottom a {
    color: #e77a25;
    font-size:12px;
}
.equip_item .details .bottom strong {
    color: black;
    font-size: 13px;
}
.equip_item .view_all a {
    background-color: #e77a25;
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 10px 0;
}
.equip_item .title, .equip_item .view_all {
    display: none;
}
.equip_item .details .top {
    background: black;
    color: #cdcdcd;
    height: 60px;
    font-size: 16px;
    padding: 10px 0 5px;
}
.featured_new_equip .equip_item .details .top {
    background: black;
    border-bottom: 1px solid #3d4543;
    border-top: 1px solid #3d4543;
    color: white;
}
.featured_rental_equip .equip_item .details .top,
.equip_item.rental .details .top {
    background: #989898;
    border-bottom: 1px solid #3d4543;
    border-top: 1px solid #3d4543;
    color: black;
}
.featured_used_equip .equip_item .details .top,
.equip_item.used .details .top {
    background: #e5e5e5;
    border-bottom: 1px solid #3d4543;
    border-top: 1px solid #3d4543;
    color: black;
}
.featured_rental_equip .equip_item .details .top strong, .featured_used_equip .equip_item .details .top strong,
.equip_item.rental .details .top strong, .equip_item.used .details .top strong {
    color: black;
}
.equip_item .details .top strong {
    color: white;
    font-size: 16px;
}
.equip_item {
    margin-bottom: 20px;
}
.equip_item .image &gt; img {
    width: 100%;
    max-height: 270px;
}
.col-xs-6 .equip_item .image &gt; img {
    max-height: initial;
}
/* 4:3 aspect ratio - http://jsbin.com/eqeseb/2/edit?html,css,output; */
.equip_item .image {
    display: block;
}
.equip_item .image &gt; .placeholder {
    position: relative;
    width: 100%;
    display: none;
}
.equip_item .image &gt; .placeholder .aspect-ratio {
    padding-bottom: 75%
}
.equip_item .image &gt; .placeholder .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
}
.equip_item .image &gt; .placeholder .content img {
    position: absolute;
    /* 43w x 11h */
    left: 50%;
    margin-left: -22px;
    top: 50%;
    margin-top: -6px;
}
.equip_item .image.not-loaded &gt; img {
    display: none;
}
.equip_item .image.not-loaded &gt; .placeholder {
    display: block !important;
}

.equip_item .details {
    background: #e5e5e5;
}

/* find-equipment page*/
.ajax-content-wrap{
    margin-bottom: 10px;
}
.view-all-link a {
  background-color: #e87a25;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  vertical-align: text-top;
}
.view-all-link a:hover{
  text-decoration: none;
}

/* Feature Bar for Equipment Pages */

#feature_bar {
    background: rgba(0,0,0,.45);
    width: 100%;
    display: block;
    z-index: 2;
}
#feature_bar .feature_bar_item {
    background: #464646;
    padding: 5px 0;
}
#feature_bar .featured_new_equip .feature_bar_item {
    background: black;
    border: 1px solid black;
    color: white;
}
.featured_new_equip .feature_bar_item a {
    background: #464646;
    border: 1px solid white;
    color: white;
}
.featured_new_equip .feature_bar_item a:hover {
    background: #6d6d6d;
}
#feature_bar .featured_rental_equip .feature_bar_item {
    background: #989898;
    border: 1px solid black;
}
.featured_rental_equip .feature_bar_item a {
    background: #464646;
    border: 1px solid black;
    color: white;
}
.featured_rental_equip .feature_bar_item a:hover {
    background: #6d6d6d;
}
#feature_bar .featured_used_equip .feature_bar_item, .equipment_details_used .price_details .top, .equipment_details_used .more_details .top {
    background: #e5e5e5;
    border: 1px solid black;
    color: black;
}
.featured_used_equip .feature_bar_item a {
    background: #464646;
    border: 1px solid black;
    color: white;
}
.featured_used_equip .feature_bar_item a:hover {
    background: #6d6d6d;
}
.featured_rental_equip .feature_bar_item .featured, .featured_used_equip .feature_bar_item .featured {
    color: black;
}
.feature_bar_item a {
    background: #360a0b;
    display: inline-block;
    color: white;
    font-size: 12px;
    border: 1px solid #989898;
    padding: 11px 5px 9px;
}
.feature_bar_item a:hover {
    text-decoration: none;
}
#feature_bar.affix {
    top:0;
}

/* Default Page */
.default_page {
    margin: 30px 0;
}

/* Single Equipment Page */

.two-tone-title .title {
    color: black;
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
}
.two-tone-title span {
    color: #767676;
    display: inline-block;
    font-size: 22px;
    font-family: 'HelveticaNeueLT Std Lt', 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
}
.two-tone-title {
    margin-bottom: 10px;
}
.slider-for img {
    margin: 0 auto;
}
.slider-for {
    text-align: center;
}
.slick-prev, .slick-next, .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: black;
    color: white;
    width: auto;
    height: auto;
    height: 100%;
    min-height: 100%;
}
.slick-prev, .slick-next {
    top: 0;
    margin-top: 0;
}
.slick-prev:before, .slick-next:before {
    color: white;
    opacity: 1;
}
.slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
}
.slick-prev:before, .slick-next:before {
    font-size: 12px;
    padding: 0 5px;
}
.slick-next:before {
    font-family: helvetica, arial, sans-serif;
    content: "\25B6";
}
.slick-prev:before {
    font-family: helvetica, arial, sans-serif;
    content: "\25C0";
}
.slider-nav {
    height: 100%;
}
.price_details {
    margin-bottom: 20px;
}
.price_details .top, .more_details .top {
    background: #1a1a1a;
    font-family: 'HelveticaNeueLT Std Lt', 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    color: white;
    padding: 10px 0;
}
.equipment_details_rental .price_details .top, .equipment_details_rental .more_details .top {
    background: #989898;
    border-bottom: 1px solid #3d4543;
    border-top: 1px solid #3d4543;
    color: black;
}
.price_details .top {
    font-size: 22px;
}
.price_details .bottom, .more_details .bottom {
    background: #e5e5e5;
    font-size: 14px;
    font-family: 'HelveticaNeueLT Std Lt', 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
}
.price_details .bottom {
    padding: 15px 0;
}
.more_details .bottom td {
    padding-top: 15px;
    padding-bottom: 15px;
}
.price_details .bottom span, .more_details .bottom span {
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-size: 16px;
}
.price_details .top strong {
    font-size: 24px;
}
.price_details .bottom .orange, #equipment_specifications .orange {
    text-decoration: underline;
}
.more_details .top ul {
    margin: 7px 0;
}
.more_details .top a {
    background: #360a0b;
    display: inline-block;
    color: white;
    border: 1px solid #989898;
    margin-right: 15px;
    padding: 6px 6px 4px;
}
.yellow .more_details .top a {
    background: #4f421e;
}
.contact_us_link a {
    background: #e77a25;
    color: white;
    display: inline-block;
    padding: 15px 0;
    margin: 0 0 20px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}
.contactfordetails {
    font-size: 16px;
}
#bottom_description {
    margin-bottom: 20px;
    padding-top: 15px;
    min-height: 213px;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.more_details ul {
    padding: 0;
}
.more_details li {
    list-style: none;
    display: inline-block;
}
.more_details li a:hover,
.more_details li.active a {
    background: #b22025;
    text-decoration: none;
}
.yellow .more_details li a:hover,
.yellow .more_details li.active a {
    background: #cb9e28;
}
.equipment_details_rental .more_details li a {
    border: 1px solid #3d4543;
}
.mobile_info {
    display: none;
}

/* Contact Us Page */
.contact_filter {
    background: #464646;
    color: white;
    padding: 20px 20px 10px;
    margin-bottom: 40px;
}
.contact .mobile_dash_top .top {
    background-color: #999;
}
.single-mt_location .contact_filter, .page-locations .contact_filter {
    margin-bottom: 0;
}
.all_loc_list .col-xs-5 strong {
    display: inline-block;
}
.contact_filter h1 {
    color: white;
    display: inline-block;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
    margin-top: 14px;
}
.store_events .event a {
    color: #e77a25;
    font-size: 16px;
    display: block;
}
.store_events .event {
    margin-bottom: 5px;
}
.store_events .event h3 {
    margin-top: 0;
    display: inline-block;
}
.info_box.featured_brands ul {
    padding-left: 15px;
    list-style: square;
}
.info_box.featured_brands ul li {
    display: inline-block;
    list-style: square;
    margin-right: 10px;
    vertical-align: middle;
}
.info_box.featured_brands ul li:before {
    content: "â–&nbsp;";
    margin-right: 2px;
}
.info_box.featured_brands hr {
    border-top: 1px dotted #1a1a1a;
}
.info_box.featured_brands img {
    max-width: 120px;
    display: block;
}

/* Styles for New Boxes */

.manager-message .message {
    font-style: italic;
}
.manager-message .bottom {
    padding-bottom: 30px;
}
.reviews-for-location .text-center {
    margin-bottom: 40px;
}
.reviews-for-location .review-testimonial {
    background: white;
    padding: 10px 5px;
    margin: 20px 0 30px;
}
.reviews-for-location .review-testimonial .quote {
    padding: 0 20px;
    margin-bottom: 10px;
}
.reviews-for-location .review-testimonial .reviewer-name {
    padding: 0 30px;
}
.reviews-for-location .orange_btn {
    width: 100%;
    line-height: 1;
    padding: 15px 15px 12px;
    text-align: center;
}
.reviews-for-location .reviewer-name strong {
    margin-right: 10px;
    font-size: 16px;
}
.reviews-for-location .reviewer-name span {
    color: #aaa;
}
.reviews-for-location .customer-review {
    position: relative;
    margin-bottom: 20px;
    padding: 5px 30px 0;
}
.reviews-for-location .customer-review:before, .reviews-for-location .customer-review:after {
    color: #727272;
    font-size: 50px;
    position: absolute;
    top: 15px;
    line-height: .3;
}
.info_box.hoo strong {
    display: block;
    margin-bottom: 10px;
}
.info_box.hoo {
    min-height: 214px;
}
.reviews-for-location .customer-review:before {
    left: 0;
    content: '\201C';
}
.reviews-for-location .customer-review:after {
    right: 0;
    content: '\201D';
}

a.orange:hover {
    color: #e77a25;
}
.contact_filter a.current {
    background: url(/wp-content/themes/accelerate/images/equipment/red_link.jpg) no-repeat 0 bottom;
}
.header_location .location input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    top:0;
}
.yellow.contact input[type="text"], .yellow.contact textarea {
    background: #e5e5e5;
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    border: 1px solid #989898;
}
.yellow.contact label {
    font-size: 14px;
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: normal;
}
.gform_wrapper #field_1_2 .gfield_label, .gform_wrapper {
    margin-top: 0;
}
#field_1_7 {
    margin-bottom: 10px;
}
#field_1_10 label {
    display: none;
}
#field_1_8 .ginput_container.ginput_container_radio, #field_1_1 .ginput_container.ginput_container_radio {
    margin-top: 0;
}
#field_3_9 {
    display: none;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    float: left;
    margin-bottom: 10px;
    margin-right: 0px !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 12px;
}
#field_1_6 {
    clear: none;
    float: left;
    width: 45%;
}
#field_1_7 {
    clear: none;
    float: right;
    width: 45%;
}
.info_box {
    background: #e5e5e5;
    margin-bottom: 25px;
}
.additional_contact_info .address {
    margin-bottom: 25px;
}
.info_box .top {
    background: black;
    color: white;
    padding: 10px 15px;
}
.info_box .top .left {
    width: 75%;
}
.info_box .top .right {
    width: 25%
}
.info_box .top .left {
    float: left;
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-size: 16px;
}
.info_box .top .right {
    float: right;
}
.info_box .top a {
    color: #e77a25;
    font-size: 12px;
}
.info_box .bottom {
    color: #1a1a1a;
    font-size: 14px;
    padding: 15px 15px 0 15px;
}
#gform_wrapper_1 ul.gfield_checkbox li input[type=checkbox], #gform_wrapper_1 ul.gfield_radio li input[type=radio] {
    width: 18px !important;
    margin-left: -2px;
    margin-top: 1px;
}
#gform_wrapper_1 .gchoice_1_3 {
    clear: left;
}
#gform_wrapper_1 .gfield_checkbox li label, #gform_wrapper_1 .gfield_radio li label {
    margin: 0 35px 0 18px;
}
#gform_wrapper_1 .gfield_checkbox li #label_10_1 {
    margin-right: 0;
}
.info_box .person {
    clear: both;
    padding: 15px 15px 10px;
}
.info_box .person_row {
    padding: 15px 15px 5px;
}
.info_box .person img {
    margin-right: 15px;
    margin-bottom: 5px;
    height: auto;
    width: 25%;
}
.info_box .employee_photo {
    display: block;
    overflow: hidden;
}
.info_box .person:first-child, .info_box .person_row:first-child, .info_box .person_row:nth-child(2n) {
    border-bottom: 1px solid #cdcdcd;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    margin-bottom: 10px;
}
.gform_button[type=submit] {
    background: #e77a25;
    border: none;
	border-radius: 4px;
    font-size: 16px;
    color: white;
    padding: 10px 70px;
    text-transform: uppercase;
}
.orange_btn {
    background: #e77a25;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin-top: 5px;
    padding: 15px 15px 10px;
}
td.jobs-applynow a {
    width: 300px !important;
}
.orange_btn:hover {
    color: white;
}

/* Gravity Forms */
#gform_2 {}

/* Services Page */

.service_dash .start {
    background: url(/wp-content/themes/accelerate/images/service/mast_bg.jpg) no-repeat 0 0 / 100% auto;
    min-height: 630px;
}
.service_dash .dash_head {
    background: rgba(0,0,0,.5);
    border-bottom: 1px solid #989898;
    padding: 0;
    min-height: 159px;
}
.service_dash .dash_head h1 {
    padding-top: 47px;
}
.page-id-19 .service_dash .dash_head h1, .page-id-5 .service_dash .dash_head h1, .page-id-7 .dash_head h1 {
    padding-top: 52px;
}
.page-service #page {
    background: #e5e5e5;
}
.service_container {
    padding-bottom: 40px;
    margin-top: 40px;
    position: relative;
}
#agriculture_service {
    padding-right: 0;
}
#construction_service {
    padding-left: 0;
}
#agriculture_service .title {
    background: #b22025;
    color: white;
    padding: 5px 0;
    -webkit-clip-path: polygon(2% 0, 98% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(2% 0, 98% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
}
#agriculture_service .title img {
    position: relative;
    top: -2px;
}
#agriculture_service .title h3, #construction_service .title h3 {
    font-size: 28px;
    text-transform: uppercase;
    padding: 0 10px;
}
#agriculture_service .title, #construction_service .title {
    border-bottom: 1px solid #989898;
}
#construction_service .title {
    background: #cb9e28;
    color: white;
    padding: 5px 0;
    -webkit-clip-path: polygon(2% 0, 98% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
    clip-path: polygon(2% 0, 98% 0, 100% 11%, 100% 100%, 0 100%, 0 10%);
}
#agriculture_service .featured_offer img, #construction_service .featured_offer img {
    height: auto !important;
    width: 100% !important;
}
#agriculture_service .featured_offer img {
    border-right: 1px solid #989898;
}
.service_container .featured_offer .content {
    background: rgba(0,0,0,.5);
    border-bottom: 1px solid #989898;
    font-size: 13px;
    padding: 15px 0;
    color: #cdcdcd;
}
.service_container .featured_offer .content strong {
    color: white;
    font-size: 18px;
}
.service_container .col-xs-4 a {
    background: #e77a25;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    display: inline-block;
    padding: 15px 20px;
    margin-top: 15px;
}
.service_container .location {
    background: #1a1a1a;
    border-right: 1px solid #989898;
    padding: 20px;
    color: white;
}
.service_container .location h4 {
    margin-bottom: 30px;
}
.service_container .location .parts_find_location {
    height: 55px;
}
.service_container .location .additional_details {
    color: #cdcdcd;
    font-size: 11px;
    margin: 5px 0;
}
.service_container .location .additional_details span {
    color: white;
    font-size: 13px;
    font-weight: 700;
}
.service_container .location .additional_links a {
    color: #e77a25;
    font-size: 12px;
    padding-right: 10px;
}
.service_container .location .top_info a {
    color: #e77a25;
    font-size: 12px;
    padding-left: 5px;
}
.service_container .location .top_info a.after_hours {
    white-space: nowrap;
    padding-left: 0;
}
.service_container .location .parts_map_wrapper {
    height: 124px;
}
.service_container .location .parts_map_wrapper .map {
    height: 100%;
}
.service_container .parts_catalog {
    background: #464646;
    border-right: 1px solid #989898;
    padding: 20px;
}
.service_container .parts_catalog h4 {
    color: white;
}
.service_container .parts_catalog a {
    color: #e77a25;
    font-size: 13px;
}
.service_container .parts_catalog img {
    padding-right: 10px;
}
.search_parts {
    background: url(/wp-content/themes/accelerate/images/parts/gradient_bg.png) repeat-x 0 0;
}
.service_container .search_inventory input[type="text"] {
    border: 1px solid #989898;
    width: 82%;
    display: inline-block;
    padding-left: 5px;
    position: relative;
    top: 1px;
    height: 40px;
    color: #000;
}
.service_container .search_inventory input[type="submit"] {
    background: #e77a25 url(/wp-content/themes/accelerate/images/mobile/search_icon.png) no-repeat center center;
    border: 1px solid #989898;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.service_container .search_inventory {
    padding: 20px;
}
.service_container .search_inventory.red {
    background: #b22025;
    border-right: 1px solid #989898;
}
.service_container .search_inventory.stepone {
    border-bottom: 1px solid #989898;
}
.service_container .search_inventory.stepone img {
    padding: 0 10px;
}
.service_container .search_inventory.yellow {
    background: #cb9e28;
}
.service_container .search_inventory a {
    color: white;
}
.service_container .search_inventory h3 {
    font-size: 24px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.service_container .search_inventory h3 span {
    font-size: 14px;
}
.service_container .search_inventory {
    color: white;
}
#agriculture_service #construction_parts_offer {
    background: url(/wp-content/themes/accelerate/images/parts/construction_bg.jpg) no-repeat 0 0;
}
#agriculture_service #agriculture_parts_offer {
    background: url(/wp-content/themes/accelerate/images/parts/agriculture_bg.jpg) no-repeat 0 0;
}
.page-id-17 .service_dash .start {
    background: url(/wp-content/themes/accelerate/images/parts/mast_bg.jpg) no-repeat 0 0 / 100% auto;
}
#tos_links {
    color: white;
    font-size: 15px;
    padding: 15px 0;
    background: black;
}
#tos_links a {
    color: white;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}
#tos_links a:first-child {
    margin-left: -75px;
}

/* About Page */

.page-id-5 .service_dash .start {
    background: url(/wp-content/themes/accelerate/images/about/mast_bg.jpg) no-repeat 0 0 / 100% auto;
}
#about_opening_content h2 {
    font-size: 24px;
    margin: 0 0 10px;
}
#about_opening_content .formula {
    font-size: 18px;
}
#about_opening_content {
    font-size: 14px;
}
#about_opening_content small {
    font-size: 12px;
}
#about_opening_content {
    margin-bottom: 30px;
    margin-top: 40px;
}
#additional_about_info {
    padding-bottom: 40px;
}
#additional_about_info h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/* About Videos */
#about_videos {
    padding-bottom: 30px;
}

/* Single News Page */

.single .post a, .single .post a:focus {
    color: #e77a25;
}
.single .post, .single_event {
    padding: 20px 0 40px;
}
.single_event a {
    color: #e77a25;
}

.single .col-md-7 {
    padding: 0 20px;
    background: white;
}

.single .col-md-4 {
    background: #e5e5e5;
    padding: 0;
}

.single .col-md-4 img {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
}
.single #latest_news .col-md-4 img {
    width: auto;
    height: auto;
    padding: 0;
}

/* Location Page */

#map {
    height:400px;
    width:100%;
}
#map img {
    max-width: none;
}
.gm-style-iw * {
    display: block;
    width: 100%;
    overflow: hidden !important;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #e77a25;
}
.gmnoprint img {
    width: 100%;
}
.loc_title span {
    text-transform: uppercase;
}
.loc_title .gray {
    color: #767676;
}
.single.single-mt_location .person_row img {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
}
.single.single-mt_location .person_row .col-md-4 &gt; p {
    padding: 10px;
}
.single.single-mt_location .person_row .employee_photo {
    margin-bottom: -10px;
}
.person_row div {
    color: #767676;
    font-size: 12px;
}
.person_row div a {
    font-size: 14px;
}

.loc-content .info_box ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.loc-content .info_box ul li {
	margin-bottom: 10px;
}

.loc-content .info_box ul ul {
	list-style: disc;
	padding: 0 1em;
}

.loc-content .img_box {
	margin-bottom: 25px;
}

.loc-content .additional_info {
	margin-bottom: 25px;
}

/* Search Results */

.search_results {
    background: white;
    border: 1px solid #989898;
}
.search_result_wrap {
    background: white;

}
.search_result_wrap.even {
    background: #e5e5e5;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
}
.search_results .search_result {
    padding: 0;
}
.search_result.type_equipment {}
.search_result.type_equipment.ag {}
.search_result.type_equipment.ce {}
.search_result.type_parts {}
.search_result .result_thumbnail {
    float: left;
    padding: 15px 15px 15px 0;
    font-size: 0;
    line-height: 0;
}
.search_result .result_thumbnail img {
    width: 100px;
    height: 75px;
}
.search_result h2 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
}
.search_result h2 a {
    color: #000;
}
.search_result h2 b {
    font-weight: bold;
}
.search_result p {
    font-size: 14px;
}
.search_result p span {
    font-size: 14px;
}
.search_result .model {}
.search_result .year {}
.search_result .price {
    margin-top: 15px;
}

.search_result .btn {
    display: block;
    background: #e77a25;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 0;
}
.search_result.rental .price {
    display: none;
}

/* Job Listings */

.single_job_listing .company {
    display: none !important;
}
.job_listing a {
    color: #e77a25;
}
.page-id-280 .job_title_link a {
    color: #e77a25;
    font-size: 18px;
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: normal;
}
.page-id-280 hr {
    border-top: 1px solid #989898;
}
.always_looking {
    font-size: 20px;
}

/* List Builder Widget */
#list_builder_shelf {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 9999;
}
#list_builder_shelf.expanded {
    right: 220px;
}
#list_builder_shelf .tab_view {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    /*background: rgba(255,255,255,.8);*/
    border: 1px solid #dcd7d2;
    border-right: none;
    font-size: 16px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 1000;
}
#list_builder_shelf .tab_view a {
    display: block;
}
#list_builder_shelf .tab_view a:hover,
#list_builder_shelf .tab_view a:active,
#list_builder_shelf .tab_view a:focus {
    text-decoration: none;
}
#list_builder_shelf .tab_view a .title {
    display: block;
    background: #e77a25;
    color: #fff;
    padding: 7px 7px 4px;
    text-align: center;
}
#list_builder_shelf .tab_view a .content {
    display: block;
    padding: 7px;
}
#list_builder_shelf .expanded_view {
    position: absolute;
    top: 0;
    right: -220px;
    width: 220px;
    border: 1px solid #dcd7d2;
    background: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         -2px 0px 5px 0px rgba(50, 50, 50, 0.5);
    z-index: 999;
}
#list_builder_shelf.no_shadow .expanded_view {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
#list_builder_shelf .expanded_view .title {
    background: #1a1a1a;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding: 7px 7px 4px;
    margin: 0;
}
#list_builder_shelf .expanded_view .links {
    padding: 0;
    margin: 0;
}
#list_builder_shelf .expanded_view .links li {
    list-style: none;
    padding: 9px 9px 7px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#list_builder_shelf .expanded_view .links li a.remove {
    float: right;
}
#list_builder_shelf .expanded_view .submit-btn {
    background: #e77a25;
    color: white;
    display: block;
    padding: 13px 15px 10px;
    margin: 20px 15px 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
/* Job */
.jobs-applynow a {
    background: #e77a25;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin-top: 0;
    padding: 15px 15px 10px;
    float: left;
}

.parent-pageid-280 table.job-table th {
    width: 240px;
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    vertical-align: top;
}
.job-table td {
    padding: 0 0 30px;
}

/* Job Application */

.job-apply-table .submit input {
    background: #e77a25;
    color: white;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    margin-top: 5px;
    padding: 15px 15px 10px;
    border: none;
}
table.job-apply-table td {
    padding: 0 0 30px;
}
.parent-pageid-280 h3 {
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.parent-pageid-280 form a {
    color: #e77a25;
    font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
    font-weight: normal;
}
.parent-pageid-280 input[type="text"], .parent-pageid-280 textarea {
    width: 100%;
}
.parent-pageid-280 table.job-apply-table th {
    width: 15%;
    max-width: 120px;
}
.parent-pageid-280 table.job-apply-table td {
    width: 30%;
    max-width: 200px;
}
table.jobs-table, table.job-table, table.job-apply-table {
    max-width: 800px;
}

/* Column Clear */

.row.all_loc_row .col-md-6:nth-child(odd) {
    clear: left;
}

/* Events Page Style */

#em-wrapper div.css-search {
    background: none;
    border: none;
    padding: 0;
}
#em-wrapper .css-events-list a, .em-search-options a {
    color: #e77a25;
}
#em-wrapper .css-events-list .event h3 {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
}
.css-events-list .event {
    margin-bottom: 10px;
}
#em-wrapper div.css-search.has-advanced div.em-search-main {
    border-bottom: none;
    padding-bottom: 15px;
}
#em-wrapper .css-events-list .event:first-child h3 {
    margin-top: 0;
}
#em-wrapper div.css-search div.em-search-main .em-search-submit {
    position: relative;
    top: 0;
    right: 0;
    padding: 10px;
    margin-left: 5px;
    border-radius: 0;
}
#em-wrapper .css-events-list .em-pagination {
    margin-top: 20px;
    display: block;
    text-align: center;
}
#em-wrapper .css-events-list .em-pagination a {
    background: black;
    color: white;
    padding: 5px 4px 2px;
}
.single.single-event .dash_head h1 {
    margin-top: 75px;
}
.sidebar-nav #searchform input[type="text"] {
    vertical-align: top;
}
.mobile_footer {
    display: none;
}
.search_result_wrap .price {
    display: none;
}







@media(max-width:1240px) {
    .mobile {
        display: block;
    }
    #home_ctas img {
        width: 80%;
    }
    #home_ctas img.wbe_logo {
        width: auto;
    }
    .mobile.header {
        background: black;
        padding: 15px 0;
        vertical-align: middle;
        border-bottom: 1px solid #989898;
    }
    .mobile.header .logo {
        padding-top: 10px;
    }
    img {
        max-width: 100%;
    }
    .sidebar-nav img {
        width: 30px;
    }
    .sidebar-nav &gt; .sidebar-brand a {
        display: none;
    }
    #sidebar-wrapper {
        border-right: 1px solid #989898;
    }
    /*.sidebar-nav li a {
        text-align: left;
        font-size: 16px;
    }*/
    .sidebar-nav li:nth-child(2) {
        display: block;
        padding: 10px 0;
    }
    #searchform {
        width: 90%;
        margin: 0 auto;
        height: 30px;
    }
    #searchform label {
        display: none;
    }
    #searchform input[type="text"] {
        width: 82%;
        display: inline-block;
        padding-left: 5px;
        height: 30px;
    }
    input:focus {
        outline: none;
    }
    #searchform input[type="submit"] {
        background: black url(/wp-content/themes/accelerate/images/mobile/search_icon.png) no-repeat center center;
        border: 1px solid #989898;
        width: 30px;
        height: 30px;
        margin-left: -5px;
    }
    #sidebar-wrapper {
        position: absolute;
    }
/*    .sidebar-nav li:nth-child(3) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/agriculture.png) no-repeat 40px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(4) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/construction.png) no-repeat 33px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(5) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/parts.png) no-repeat 42px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(6) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/service.png) no-repeat 40px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(7) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/about.png) no-repeat 28px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(8) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/contact.png) no-repeat 52px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(9) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/locations.png) no-repeat 51px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(10) a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/mobile/nav/careers.png) no-repeat 41px center;
        padding-left: 120px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .sidebar-nav li:nth-child(11) a, .sidebar-nav li:nth-child(10) a {
        display: block;
    }*/
}
.mobile_info .header_location {
    width: 100%;
}
.mobile_info #selected_location .details {
    float: none;
    background: none;
    height: auto;
    border:none;
}
.mobile_info #selected_location {
    font-size: 16px;
}
.mobile_info #selected_location .details {
    text-align: center;
}
.mobile_info .zipcode_btn {
    display: block;
    float: none;
}
.mobile_info #selected_location .loc_link, .mobile_filter_equipment {
      display: none;
}
.sidebar-news-events {
    padding: 20px;
}
.sidebar-news-events li {
    margin-bottom: 5px;
    list-style: none;
}
.sidebar-news-events h3 {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
}
.sidebar-news-events a,
.sidebar-news-events .event h3 a {
	font-family: 'HelveticaNeueLT Std Med', arial, helvetica, sans-serif;
	font-weight: normal;
    color: #EA7A25;
}
.sidebar-news-events .event br {
	display: none;
}
.sidebar-news-thumbnail {
    margin-bottom: 20px;
}
.sidebar-news-events h3 {
    margin-top: 0;
}
.sidebar-news-events ul {
    padding: 0;
    margin: 10px 0 20px;
}
.sidebar-news-events .em-event {
    margin-bottom: 15px;
}

@media(max-width:1024px) {
    .equip_item .title {
        background-color: #464646;
        color: white;
        padding: 5px 0;
    }
    .equip_item .title .featured {
        display: inline-block;
        color: white;
        background: url(/wp-content/themes/accelerate/images/equipment/bracket_bg.png) no-repeat 0 0;
        font-size: 16px;
        padding: 10px 0;
        width: 163px;
        text-transform: uppercase;
    }
    .equip_item .title, .equip_item .view_all {
        display: block;
    }
    .equip_item .details {
        background: #e5e5e5;
    }
    .equip_item .details .top {
        border-bottom: 1px solid #b7b7b7;
        color: #767676;
        padding: 5px 0 0;
        font-size: 18px;
    }
    .equip_item .image {
        width: 100%;
    }
    #feature_bar {
        display: none;
    }
}
@media(max-width:1178px) {
    .page-agriculture #page, .page-construction #page {
        background: #e5e5e5;
    }
    .top-bar, .breadcrumbs {
        display: none;
    }
    .mobile_dash_top .find_equipment a {
        border-top: 1px solid #989898;
        border-bottom: 1px solid #989898;
        background: #c15b5e;
        color: white;
        display: block;
        padding: 10px 20px 5px;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        width: 100%;
        margin: 0 0 2px 0;
    }
    .page-construction .mobile_dash_top .find_equipment a,
    .yellow .mobile_dash_top .find_equipment a {
        background: #dab553;
    }
    .dash_head {
        display: none;
        background: none;
        border-bottom: none;
    }
    .mobile_dash_top {
        display: block;
    }
    .mobile_dash_top .top {
        background: #b22025;
        color: white;
        margin-bottom: 2px;
        padding: 20px 20px 10px;
    }
    .mobile_dash_top .top h1 {
        font-family: 'HelveticaNeueLT Std Lt', arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 28px;
        float: left;
        width: 50%;
        text-transform: uppercase;
        margin: 0;
    }
    .mobile_dash_top .top .find_equipment_link {
        color: white;
        float: right;
        font-size: 14px;
        width: 45%;
        text-align: right;
        text-transform: uppercase;
        letter-spacing: 1.1px;
    }
    .dash_body_top a span {
        background: url(/wp-content/themes/accelerate/images/mobile/settings_black.png) no-repeat 0 25px;
        padding-left: 20px;
    }
    .mobile_dash_top .top .find_equipment_link:hover {
        text-decoration: none;
    }
    .mobile_dash_top .find_equipment_link img {
        border: 1px solid white;
        padding: 10px;
        margin-left: 5px;
    }
    .dash_body_top {
        border: 1px solid #989898;
    }
    .dash_body_top h2 {
        color: #1a1a1a;
        font-size: 22px;
    }
    .dash_body_top a span {
        float: right;
        color: #1a1a1a;
        padding-top: 24px;
    }
    .dash_body_top a img {
        display: none;
    }
    #db .item .title {
        width: 70%;
    }
    #db .item .expand, #db .stamp .expand, #db .item .contract {
        width: 15%;
    }
    #db .item .exit, #db .stamp .exit {
        width: 15%;
    }
    #featured_rental_widget.item .title {
        width: 100%;
    }
}
@media(min-width:1240px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #feature_bar.affix {
        left: 100px;
    }
}
@media(max-width:600px) {
    .mobile_filter_equipment {
        display: block;
    }
    .equip_item .image &gt; img {
        max-height: none;
    }
    .equipment_list {
        display: none;
    }
}
@media(max-width:768px) {
    .ginput_recaptcha {
        overflow: auto;
    }
    .case-sale img,
    .case-sale .sow-features-feature {
        margin: 0 auto;
        text-align: center !important;
    }
    .case-sale .sow-features-list.sow-features-responsive .sow-features-feature {
        width: 100% !important;
        float: none;
        margin-bottom: 40px;
        display: block;
    }
    #agriculture_service {
        padding-right: 15px;
        margin-bottom: 15px;
    }
    #construction_service {
        padding-left: 15px;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile_dash_top .top h1 {
        font-size: 20px;
    }
    #db .item, #db .stamp {
        margin-bottom: 5px;
    }
    #db .content .pull-left {
        display: none;
    }
    #db .content .pull-right {
        width: 100%;
    }
    .sidebar-nav li a {
        text-align: left;
        min-height: 50px;
    }
    .sidebar-nav li.ag a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/agriculture.png) no-repeat 24px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.ce a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/construction.png) no-repeat 20px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.parts a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/parts.png) no-repeat 27px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.service a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/service.png) no-repeat 24px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.precision a {
        background: #1a1a1a url(/wp-content/uploads/2025/02/precision.png) no-repeat 24px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.about a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/about.png) no-repeat 10px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .sidebar-nav li.contact a {
        background: #1a1a1a url(/wp-content/themes/accelerate/images/nav/contact.png) no-repeat 33px center;
        padding-left: 90px;
        padding-top: 20px;
    }
    .mobile_footer {
        background: #e77a25;
        display: block;
        color: white;
        font-size: 18px;
        text-align: center;
        padding: 15px 0 10px;
    }
    .mobile_footer a {
        color: white;
    }
    .info_box.all_loc_list .top .left, .info_box.all_loc_list .top .right {
        width: 100%;
        float: none;
        text-align: left;
    }
    td.jobs-applynow a {
        width: auto !important;
    }
    .person_row .clearfix {
        display: none;
    }
    .person_row img {
        max-height: inherit;
    }
    .employee_photo {
        padding: 0 5px;
    }
    .employee_photo img {
        padding: 0;
        width: auto;
        height: auto;
    }
    .equip_item .details .top {
        font-size: 16px;
    }
    .single .col-md-4 img {
        padding: 0;
    }
    #db .stamp .content {
        height: auto;
    }

}
@media(max-width:450px) {
    .mobile_dash_top .top .find_equipment_link {
        font-size: 12px;
    }
    .mobile_dash_top .find_equipment_link img {
        width: 35px;
    }
}
@media(max-width:992px) {
    .filter_top .filter_left {
        width: 60%;
    }
    .filter_top .sort_by {
        width: 40%;
    }
    #db #featured_offer.item.lg {
        width: 100%;
    }

}
@media(max-width:710px) {
    .filter_top a {
        margin-right: 5px;
        padding-left: 30px;
    }
    .filter_top .filter_left {
        margin-bottom: 10px;
    }
    .filter_top .sort_by, .filter_top .filter_left {
        float: none;
        width: 100%;
    }
    .filter_top .med_right {
        float: none;
        width: 100%;
    }
}
@media(max-width:992px) {
    #opening_dash .top-bar, #opening_dash .play_link, #opening_dash .equipment_tag, #opening_dash .parts_links, #opening_dash .start {
        display: none;
    }
    .mobile_info {
        display: block;
    }
    /* Mobile Homepage Styles */
    .mobile-center {
        text-align: center;
    }
    .mobile_info .fml {
        background: #5c5c5c;
        padding: 15px 0;
    }
    .mobile_info .fml a {
        color: white;
        text-transform: uppercase;
    }
    .mobile_info .agriculture .top {
        background: #b22025;
        border-top: 1px solid #989898;
        border-bottom: 1px solid #989898;
        padding: 15px 0;
        font-size: 20px;
        text-transform: uppercase;
    }
    .mobile_info .agriculture .top a {
        color: white;
    }
    .mobile_info .agriculture .bottom a {
        background: rgba(178,32,37,.65);
        display: inline-block;
        color: white;
        border: 1px solid #989898;
        margin: 0 5px 15px;
        padding: 10px 20px;
    }
    .mobile_info .agriculture .bottom a:hover {
        background: rgba(178,32,37,1);
    }
    .mobile_info .agriculture .bottom, .mobile_info .construction .bottom {
        padding: 20px 0px 5px;
    }
    .mobile_info .construction .top {
        background: #cb9e28;
        border-top: 1px solid #989898;
        border-bottom: 1px solid #989898;
        padding: 15px 0;
        font-size: 20px;
        text-transform: uppercase;
    }
    .mobile_info .construction .top a {
        color: white;
    }
    .mobile_info .construction .bottom a {
        background: rgba(203,158,40,.65);
        display: inline-block;
        color: white;
        border: 1px solid #989898;
        margin: 0 5px 15px;
        padding: 10px 20px;
    }
    .mobile_info .construction .bottom a:hover {
        background: rgba(203,158,40,1);
    }

    #db .stamp, #db .item.lg {
        width: 100%;
    }

    #db .item {
        width: 50%;
        float: left;
    }
    #db .item.lg .title {
        width: 70%;
    }
    .all_loc_list .top .right {
        width: 40%;
    }
    .all_loc_list .top .left {
        width: 60%;
    }
    .all_loc_row .col-xs-6:nth-child(odd) {
        clear: left;
    }
    .all_locations_details .text-right {
        text-align: left;
    }

}
@media(max-width:575px) {
    #db .item {
        width: 100%;
    }
    .mobile_dash_top img {
        display: none;
    }
    .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
        width: 100%;
    }
}

@media only screen
and (min-width : 1200px) {
    .container {
        width: 1000px;
    }
}
@media only screen
and (min-width : 1400px) {
    .container {
        width: 1200px;
    }
}
@media only screen
and (min-width : 1600px) {
    .container {
        width: 1400px;
    }
    #db #featured_offer.item.lg .fo_item {
        width: 47%;
    }
    #db #featured_offer.item.lg .fo_item:nth-child(odd) {
      margin-right: 6%;
    }
}
@media only screen
and (max-width : 1400px) {
    #db #featured_offer.item.lg .fo_item:nth-child(odd) {
        margin-right: 0;
    }
    #db #featured_offer.item.lg .fo_item {
        width: 100%;
    }
    #db #featured_offer.item.lg .content {
        overflow: scroll;
    }
}
</pre></body></html>