﻿/* TRA Base Starter Theme Light */
/* 
	Theme Colors 
	blue : #004189
	yellow : #f6bf19
	grey : #373737
*/

/* Extra Helpers */

img.stretch{width:100%!important}.small-padding{padding:10px}.medium-padding{padding:20px}.large-padding{padding:30px}.custom-hide-for-large-up,.custom-hide-for-medium-up,.custom-hide-for-xlarge-up,.custom-show-for-small-only,.iphone-block,.no-display{display:none}.custom-show-for-large-up,.custom-show-for-medium-up,.custom-show-for-xlarge-up{display:block}.padding-top-xsmall{padding-top:5px}.padding-left-xsmall{padding-left:5px}.padding-bottom-xsmall{padding-bottom:5px}.padding-right-xsmall{padding-right:5px}.padding-top-small{padding-top:10px}.padding-left-small{padding-left:10px}.padding-bottom-small{padding-bottom:10px}.padding-right-small{padding-right:10px}.padding-top{padding-top:20px}.padding-left{padding-left:20px}.padding-bottom{padding-bottom:20px}.padding-right{padding-right:20px}.padding-left-large{padding-left:40px}.padding-right-large{padding-right:40px}.padding-top-large{padding-top:40px}.padding-bottom-large{padding-bottom:40px}.hr-bottom{border-bottom:1px solid #bebebe}.sectionsegment{padding:50px 0}.push_bottom{margin-bottom:30px}.centered_large--text{font-size:22px;font-weight:700;text-align:center}.yellow_panel{background:#f4f3e2;border:2px solid #f3f0cf;padding:20px}.red_panel{background:#f8e5e9;border:2px solid #f3d1d8;padding:10px}.button.tritary,button.tritary{background-color:gold;font-weight:700;border:2px solid #ff0;color:#333;box-shadow:4px 2px 5px -1px rgb(0 0 0 / 39%);-webkit-box-shadow:4px 2px 5px -1px rgb(0 0 0 / 39%);-moz-box-shadow:4px 2px 5px -1px rgba(0,0,0,.39)}.button.tritary:focus,.button.tritary:hover,button.tritary:focus,button.tritary:hover{background-color:#ff0;box-shadow:none;color:#333}.pricing-table .price{font-size:1.5rem;font-weight:600}.show-on-print{display:none;}

/* MastHead */

#MastHead_Section img {
	display: inline-block;
	vertical-align: middle;
}
#MastHead_Section .mast_top_bar {
	width: 100%;
	padding: 20px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
}
#MastHead_Section .mast_top_bar .mast_logo,
#MastHead_Section .mast_top_bar .mast_locales,
#MastHead_Section .mast_top_bar .timer_holder {
	display: inline-block;
}
#MastHead_Section .mast_top_bar .mast_logo img {
	opacity: 1;
}
#MastHead_Section .mast_top_bar .mast_logo img:hover {
	opacity: 0.8;
}
#MastHead_Section .mast_top_bar .mast_locales ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
#MastHead_Section .mast_top_bar .mast_locales ul li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin:0 1.5rem;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-ico,
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info
{
	font-family: 'Poppins', sans-serif;
	display:inline-block;
	line-height:normal;
	vertical-align: top;
	line-height:1.2;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-ico{
	font-size:2rem;
	color:#f6bf19;
	margin:0 5px 0 5px;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info span.sub {
	font-family: 'Poppins', sans-serif;
	display: block;
	font-size: 0.875rem;
	color: #fff;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a{
	display:block;
	overflow:hidden;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-address,
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-phone,
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-directions {
	display: block;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-phone{
	font-size:1.5rem;
	font-weight:bold;
	color:#fff;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-phone:hover{
	color:#f6bf19;
	text-decoration:underline;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-address{
	font-size:1rem;
	color:#fff;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-address:hover{
	color:#f6bf19;
	text-decoration:underline;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-directions{
	font-size:0.875rem;
	color:#f6bf19;
	text-decoration:underline;
}
#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-directions:hover{
	text-decoration:none;
	color:#fff;
}
#MastHead_Section .mast_top_bar .timer_holder .clockdiv {
	display: inline-block;
	font-family: 'Poppins', sans-serif;	
	margin: 0 auto;
	padding: 15px 30px;
	border: solid 1px #535353;
	border-radius: 2px;
	text-align: center;
	color: #fff;
}
#MastHead_Section .mast_top_bar .timer_holder .clockdiv p{
	font-size:0.875rem;
	color: #fff;
	margin:0;
	padding:0;
}
#MastHead_Section .mast_top_bar .timer_holder .clockdiv .time-actual {
	font-size: 1.5rem;
	line-height: normal;
	font-weight: bold;
	color: #fff;
}
#MastHead_Section .mast_top_bar .timer_holder .clockdiv span.shipping-message {
	font-size:1rem;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
}
#MastHead_Section .mast_bottom_bar{
	background:#333333;
	padding:5px;
	height:65px;
	overflow:hidden;
}
#MastHead_Section .mast_bottom_bar .sub_menu{
	display:inline-block;
	vertical-align:middle;
}
#MastHead_Section .mast_bottom_bar .sub_menu ul li{
	display:inline-block;
	padding:0 5px 0 5px;
	vertical-align:middle;
}
#MastHead_Section .mast_bottom_bar .sub_menu ul li a{
	display:block;
	font-size:14px;
	color:#fff;
}
#MastHead_Section .mast_bottom_bar .sub_menu ul li a:hover{
	color:#f6bf19;
}
#MastHead_Section .mast_bottom_bar .sub_menu ul li .text{
	display:inline-block;
	vertical-align:middle;
}
#MobileMastHead .MobileMastInner{
	padding:20px;
}
#MobileMastHead .MobileMastInner .timer_holder .clockdiv {
	display: inline-block;
	font-family: 'Poppins', sans-serif;	
	margin: 0 auto;
	padding: 15px 30px;
	border: solid 1px #535353;
	border-radius: 2px;
	text-align: center;
	color: #fff;
}
#MobileMastHead .MobileMastInner .timer_holder .clockdiv p{
	font-size:12px;
	color: #fff;
	margin:0;
	padding:0;
}
#MobileMastHead .MobileMastInner .timer_holder .clockdiv .time-actual {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #fff;
}
#MobileMastHead .MobileMastInner .timer_holder .clockdiv span.shipping-message {
	font-size:14px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
}
#MobileMastHead .mobile_mast-phone{
	padding:10px;
	border-bottom:1px #444444 solid;
	text-align:center;
}
#MobileMastHead .mobile_mast-phone p{
	margin:0;
	padding:0;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#MobileMastHead .mobile_mast-phone p a{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#MobileMastHead .mobile_mast-phone p span.mobile-address{
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
#MobileMastHead .mobile_mast-phone p a.mobile-directions {
    display: inline-block;
    background: #fdd106;
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    padding: 4px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#MobileMastHead .mobile_mast-phone p a.mobile-directions:hover {
    background: #222222;
    color: #fff;
}
#MobileMastHead #MobileMastHeadForm{
	padding:10px;
	background:#333333;
}
#MobileMastHead #MobileMastHeadForm form#Form_combinedsearch {
	position:relative;
}
#MobileMastHead #MobileMastHeadForm form#Form_combinedsearch .field{
	margin:0;
	padding:0;
}
#MobileMastHead #MobileMastHeadForm form#Form_combinedsearch .field input.text{
    margin: 0;
    height:2.625rem;
    background-color: #333333;
    border:0px transparent none;
    box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);
}
#MobileMastHead #MobileMastHeadForm form#Form_combinedsearch .Actions{
    margin: 0;
    position:absolute;
    top:12px;
    right:12px;
}
#MobileMastHead #MobileMastHeadForm form#Form_combinedsearch .Actions .action{
	background-image:url('../images/mobile-search-ico.png');
	background-repeat:no-repeat;
    background-color:transparent;
    width:18px;
    height:19px;
    font-size: 0;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.bg-service_center_ico {
    width: 16px; 
    height: 19px;
    background: url('../images/css_sprites.png') -86px -10px;
    display:inline-block;
    vertical-align:middle;
}
.bg-parts_center_ico {
    width: 18px; 
    height: 18px;
    background: url('../images/css_sprites.png') -48px -10px;
    display:inline-block;
    vertical-align:middle;
}
.bg-sales_center_ico {
    width: 18px; 
    height: 19px;
    background: url('../images/css_sprites.png') -10px -10px;
    display:inline-block;
    vertical-align:middle;
}
.bg-finance_ico {
    width: 18px; 
    height: 18px;
    background: url('../images/css_sprites.png') -48px -10px;
    display:inline-block;
    vertical-align:middle;
}

.page-banner {
	margin: 0 0 10px 0;
	height: auto;
}
.page-banner img {
	margin: 0 auto;
	height: auto;
	width: 100%;
}

/* Search */

.centered-search-holder{
	position:relative;
	width:50%;
	margin:0 auto 20px auto;
}
.centered-search-holder .field{
	margin:0;
}
.centered-search-holder input.text,
.centered-search-holder input.title,
.centered-search-holder input:not([type]), 
.centered-search-holder input[type=text], 
.centered-search-holder input[type=search], 
.centered-search-holder textarea,
.centered-search-holder select
{
    margin: 0;
    padding:5px 10px;
    font-size:16px;
    background-color: transparent;
    border: 1px solid silver;
	box-shadow: inset 0px 0px 0px rgb(0 0 0 / 0%);    
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.centered-search-holder ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.centered-search-holder ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.centered-search-holder :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.centered-search-holder :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.centered-search-holder .Actions .action, 
.centered-search-holder a.btn, 
.centered-search-holder input[type=submit] 
{
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border: 0;
    cursor: pointer;
}
.centered-search-holder .Actions .action:hover, 
.centered-search-holder a.btn:hover, 
.centered-search-holder input[type=submit]:hover
{
    background: transparent;
}
.centered-search-holder .Actions {
    margin-bottom: 0px;
    position:absolute;
    top:5px;
    right:10px;
}

#site-search{
	padding:20px 0 40px 0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset {
	margin:0;
	padding:0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search{
	margin:0;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search .middleColumn{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search .middleColumn input[type=text]{
	height:50px;
	background:#fff;
	border: 1px solid #bbb;
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin:0;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search input[type=submit]{
	display:inline-block;
	vertical-align:top;
	width:25%;
	height:50px;
	padding:10px;
    font-size: 14px;
    font-weight: bold;
    background: #065785;
    color:#fff;	
    transition: background-color 300ms ease-out;
}
#site-search .search-bar form#StoreSearchForm_StoreSearchForm fieldset #Search input[type=submit]:hover{
    background: #000;
    color:#fff;	
}
.phone-ico{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	fill:#f6bf19;
}
.hidden{
	display:none;
}
.map-ico{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	fill:#f6bf19;
}
.ico{
	display:inline-block;
	vertical-align:middle;
}
.white{
	fill:#fff;
}
.twentyfour{
	width:24px;
	height:24px;
}
.facebook-ico,
.insta-ico,
.youtube-ico
{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	fill:#1f1f1f;
}
.mast-facebook-ico,
.mast-insta-ico,
.mast-youtube-ico,
.mast-twitter-ico
{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	fill:#1f1f1f;
}
.r_arrow-ico{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	fill:#044c93;
}
.down_caret-ico{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	fill:#171717;
}
.search-ico{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	fill:#171717;
}


/* The overlay effect */
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	background:rgba(9,9,9,.9);	
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 85%;
	margin-top: 30px;
	margin: auto;
}
.overlay-content h2{
	font-size:30px;
	color:#fff;
	font-weight:normal;
}
.overlay-content form{
	width:100%;
	padding:15px;
	border:1px #2d2d2d solid;
	position:relative;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover, .overlay .closebtn:active, .overlay .closebtn:focus {
	color: #fdd106;
	outline:none;
	border:none;
}
.overlay input[type=text] {
    display: inline-block;
    font-size: 40px;
    vertical-align: top;
    padding: 0;
    border: none;
    margin: 0;
    color: #fff;
    background: transparent;
    text-transform: none;
    cursor:auto;
}
.overlay input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
	text-transform:none;	
}
.overlay input::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
	text-transform:none;	
}
.overlay input:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
	text-transform:none;		
}
.overlay input:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	text-transform:none;		
}
#myOverlay form#Form_combinedsearch fieldset{
    width: 98%;    
}
#myOverlay form#Form_combinedsearch fieldset .field{
	margin:0;    
}
#myOverlay form#Form_combinedsearch .Actions{
	position:absolute;
	right:12px;
	top:12px;
}
#myOverlay form#Form_combinedsearch .Actions .action{
    background: #f6bf19;
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 15px 25px;
}
#myOverlay form#Form_combinedsearch .Actions .action:hover{
    background: #171717;
    color: #f6bf19;
}

/* Search Results */

.searchResults h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.searchResults p.searchQuery {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.searchResults ul#SearchResults {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.searchResults ul#SearchResults li {
	list-style-type: none;
	list-style-position: outside;
	padding: 40px;
	background: #fff;
	border-top: thin silver dotted;
	border-left: thin silver dotted;
	border-right: thin silver dotted;
}
.searchResults ul#SearchResults li h4 a {
	color: #1a1a1a;
	font-size: 24px;
	font-weight: bold;
}
.searchResults ul#SearchResults p {
	margin-bottom: 10px;
}
.searchResults #PageNumbers a {
	padding: 0 5px;
}
.searchResults #PageNumbers .pagination {
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	display: table;
	width: 100%;
}
.searchResults #PageNumbers .pagination span {
	display: table-cell;
}
.searchResults #PageNumbers p {
	text-align: center;
	padding: 20px 0;
}
.searchResults #PageNumbers .next,
.searchResults #PageNumbers .prev {
	font-size: 14px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 0 !important;
}
.searchResults #PageNumbers .next {
	margin-left: 15px;
}
.searchResults #PageNumbers .prev {
	margin-right: 15px;
}

/* Navigation*/

#Navigation_Section {
	width: 100%;
}
#Navigation_Section a.mast-facebook{
    color: #1877f2;
    font-size: 28px;
    font-weight:bold;  
    margin-right:0px;
    padding:0 5px;
}
#Navigation_Section a.mast-instagram{
    color: #d62976;
    font-size: 28px;
    font-weight:bold;  
    margin-right:0px;
    padding:0 5px;
}
#Navigation_Section a.mast-facebook:hover{
    color: #2e6ab8;
}
#Navigation_Section a.mast-instagram:hover{
    color: #ae3068;
}


/* Hero */

#Hero_Section{
	position:relative;
}

/* Welcome Section */

#Welcome_Section{
	background:#ebebeb;
	padding:80px 0 90px 0;
}
#Welcome_Section h1.welcome-header{
	font-family: 'Roboto Slab', serif;
	font-size:32px;
	font-weight:bold;
	color:#161616;
	text-transform:uppercase;
}
#Welcome_Section h2.welcome-content{
	font-size:16px;
	color:#3a3a3a;
	line-height:2.6;
	margin:0 0 20px 0;
}

/* Grid Section */

#Grid_Section{
	background-image:url('../images/gridsection-background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	background-size:cover;
	padding:80px 20px 80px 20px;
}
#Grid_Section .industry{
	margin-bottom:80px;
}
#Grid_Section .departments ul li ul.pricing-table{
	background:#fff;
	border:0 transparent none;
}
#Grid_Section .departments ul li ul.pricing-table li.picture{
	margin-bottom:10px;
}
#Grid_Section .departments ul li ul.pricing-table li.picture img{
	width:100%;
}
#Grid_Section .departments ul li ul.pricing-table li.title{
	background-color: #fff;
	color: #171717;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#Grid_Section .departments ul li ul.pricing-table li.title h3{
	background-color: #fff;
	color: #171717;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 2px 2px 2px;
	margin:0;
	text-align: center;
}
#Grid_Section .departments ul li ul.pricing-table li.description{
	font-size:14px;
	color:#595959;
	line-height:1.8;
	border-bottom:0 transparent none;
}
#Grid_Section .departments ul li ul.pricing-table li.cta-button{
	padding:15px 10px 15px 10px;
}
#Grid_Section .departments ul li ul.pricing-table li.cta-button a{
	font-size:14px;
	font-weight:bold;
	color:#044c93;
}
#Grid_Section .departments ul li ul.pricing-table li.cta-button a:hover{
	color:#232323;
	text-decoration:underline;
}

/* Inventory Section */

#InventoryProducts_Section{
	background-image:url('../images/inventory-background.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#181818;
	background-position:left center;
	background-size:cover;
	padding:120px 20px 120px 20px;
}
#InventoryProducts_Section h4{
	font-size:32px;
	font-weight:bold;
	color:#fff;
	margin:0 0 20px 0;
}
#InventoryProducts_Section p.short-para{
	width:95%;
	font-size:16px;
	color:#fff;
	line-height:2;
}
#InventoryProducts_Section .cta{
	margin-bottom:20px;
}

/* Cards */

#cards {
	background: white;
	overflow: hidden;
}
#card .grid {
	padding: 0px !important;
}
#cards ul {
	padding: 0px !important;
	margin: 0 5px 10px 5px;
}

/* Brand Page */

.brand-zoom-container {
	overflow: hidden;
}
.brand-zoom {
	position: relative;
	float: inherit;
	background: none;
	transition: transform .5s;
}
.brand-zoom:hover {
	z-index: 100;
	-ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
#brand-group {
    width: 100%;
    padding-top:20px;
}
#brand-group ul li .grid-pad-outer {
    background: white;
    padding:10px;
    border:1px #d7d7d7 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;    
}
#brand-group ul li .grid-pad-outer:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.30);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.30);   
}
#brand-group ul li .grid-pad-outer .grid-pad {
    background: white;
    border: 1px #cccccc solid;
    padding: 10px;
}
#brand-group .brand-grid {
    border: 1px #dbdedc solid;
    text-align: center;
}
#brand-group .mfg-brand-pic a {
    display:block;
    overflow:hidden;
}
#brand-group h2.mfg-brand-title {
	color:#515151;
    font-size:18px;
    font-weight:bold;
}
#brand-group a.mfg-button {
    color:#0971b3;
    font-size:14px;
}
#brand-group a.mfg-button:hover {
    color:#0e405f;
    text-decoration:underline;
}
#brand-group h2.brand-title {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 8px 0 8px 0;
    padding: 0;
    text-align: center;
}
#brand-group .brand-group-pic {
    display:block;
}
#brand-group .brand_content_container {
	display:block;
}
#brand-group .brand_content_container .connected--stores{
	padding:10px 0 0 0;
	font-size:14px;
	line-height:1.7;
	color:#616161;
}
#brand-group .brand_content_container .connected--stores a{
	padding:10px 0 0 0;
	font-size:14px;
	line-height:1.7;
	color:#616161;
}
#brand-group .brand_content_container .connected--stores a:hover{
	text-decoration:underline;
}
#brand-group .brand-group-pic img {
    width: 100%;
}
#brand-group h3.action-shot-heading{
	font-size:18px;
	font-weight:bold;
	color:#121212;
	margin:0;
	padding:10px 0 0 0;
}
#brand-group h3.action-shot-heading a{
	font-size:18px;
	font-weight:bold;
	color:#121212;
}
#brand-group h3.action-shot-heading a:hover{
	text-decoration:underline;
}
#brand-group .action-shot-description{
	font-weight:normal;
	color:#6c6c6c;
	padding:4px 0 4px 0;
	margin:0;
}
#brand-group .action-shot-description p{
	font-weight:normal;
	color:#6c6c6c;
	margin:0;
	padding:0;
}
#brand-group .brand_content_container a.learn_button:hover{
	text-decoration:underline;
}
#Brand_Section{
	width:100%;
	padding:40px 0 60px 0;
	background:#e9e9e9;
}
.connected--stores ul.viewlocaleacc {
	margin:0;
	padding:0;
	list-style-type:none;
}
.connected--stores ul.viewlocaleacc li{
	margin:0 0 10px 0;
    padding:10px 0 10px 0;
    text-align:center;	
}
.connected--stores ul.viewlocaleacc li ul{
	display:none;
	margin:0;
	padding:0;
	list-style-type:none;
}
.connected--stores ul.viewlocaleacc li ul li{
	margin:0 0 5px 0;
    padding:0;
    text-align:left;
    line-height:1.4;
}
.connected--stores ul.viewlocaleacc li ul li a{
	background:#eeeeee;
	display:block;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	color:#323232;
	text-decoration:underline;
}
.connected--stores ul.viewlocaleacc li ul li a:hover{
    color:#a61022; 
    text-decoration:none;
    text-indent:10px;
}
.connected--stores ul.viewlocaleacc li a.locale-trigger{
	font-size: 16px;
	font-weight:bold;
	color: #262626;
}
.connected--stores ul.viewlocaleacc li a.locale-trigger span{
	margin-left:10px;
}

/* Sales, Parts, Service Center Pages */

body.sales-center, 
body.finance,
body.parts-center, 
body.service-center{
	background-image:url('../images/salescenter-background.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}
body .sales_center_body, 
body .finance_body,
body .parts_center_body, 
body .service_center_body
{
	padding:20px;
}
.sales_center_body, 
.finance_body,
.parts_center_body, 
.service_center_body
{
	background:white;
}
.main table.RMA-table th {
	background: #1d1d1d;
	color: white;
}
.credit_center {
	padding: 30px 20px 30px 20px;
	background: #f3f3e7;
	border: 2px #dcdcc9 solid;
	overflow: hidden;
}
.credit_center h3 {
	margin: 5px 0 20px 0;
	letter-spacing: 0px;
}
.credit_center ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.credit_center ul li {
	display: inline-block;
	width: 24.5%;
	margin: 0 0 10px 0;
	text-align: center;
}
.credit_center ul li a {
	padding: 20px;
	background: #fbc10e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000;
	display: block;
}
.credit_center ul li a:hover {
	background: #212121;
	color: #fff;
}
.sales_center_secondary {
	margin-bottom: 1.25rem;
	background: #f2f2f2;
	border: 1px #d8d8d8 solid;
}
.sales_center_secondary,
.parts_center_secondary,
.service_center_secondary {
	padding: 25px 10px 25px 10px;
}
.sales_center_secondary h3,
.parts_center_secondary h3,
.service_center_secondary h3 {
	margin: 5px 0 20px 0;
	letter-spacing: 0px;
}
.sales_center_secondary ul,
.parts_center_secondary ul,
.service_center_secondary ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.sales_center_secondary ul li,
.parts_center_secondary ul li,
.service_center_secondary ul li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	margin: 0 0 10px 0;
}
.sales_center_secondary ul li a,
.parts_center_secondary ul li a,
.service_center_secondary ul li a {
	padding: 20px;
	background: #212121;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
}
.sales_center_secondary ul li a:hover,
.parts_center_secondary ul li a:hover,
.service_center_secondary ul li a:hover {
	background: #00559a;
	color: #fff;
}
.build_center {
	padding: 30px 20px 30px 20px;
	background: #e9e9e9;
	overflow: hidden;
}
.build_center h3 {
	margin: 5px 0 20px 0;
	letter-spacing: 0px;
}
.build_center ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.build_center ul li {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	margin: 0 0 10px 0;
}
.build_center ul li a {
	padding: 20px;
	background: #505050;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
}
.build_center ul li a:hover {
	background: #212121;
	color: #fff;
}
h4.professional_contact {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	letter-spacing: 0px;
}

/* Reviews */

#Reviews_Ribbon{
    padding: 80px 20px 80px 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,e5e5e5+100 */
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(244,244,244,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(244,244,244,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Child Grid */

.child_grid h3.child_grid_heading{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
    display:inline-block;
    position:relative;		
    margin: 10px 0 10px 0;
}
.child_grid h3.child_grid_heading a{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
}
.child_grid h3.child_grid_heading:after{
    content: "";
    width:55%;
    padding:8px 0 0 0;
    display: block;
    transition: 0.7s all;
    border-bottom: 4px solid #e0aa36;
}
.child_grid h3.child_grid_heading:hover:after{
    width:100%;
}
.child_grid a.child-details-btn{
	font-size:14px;
	color:#0484f0;
}
.child_grid a.child-details-btn:hover{
	color:#3e3e3e;
	text-decoration:underline;
}
.child_grid img{
	width:100%;
}
.child_grid_alt_bx{
	background-color:#fbfbfb; 
	width:100%; 
	margin:0 auto; 
	position:relative; 
	border:1px #ededed solid; 
	text-align:center; 
	padding:20px;
}
.child_grid h3.alt_child_grid_heading{
	font-size:1.125rem;
	line-height:1;
	font-weight:600;
	color:#323232;
    display:inline-block;
    position:relative;		
    margin: 10px 0 10px 0;
}
.child_grid h3.alt_child_grid_heading a{
	font-size:1.125rem;
	line-height:1.4;
	font-weight:600;
	color:#323232;
}
.child_grid h3.alt_child_grid_heading:after{
    content: "";
    width:55%;
    padding:8px 0 0 0;
    display: inline-block;
    transition: 0.7s all;
    border-bottom: 4px solid #e0aa36;
}
.child_grid h3.alt_child_grid_heading:hover:after{
    width:100%;
}
.child_grid p{
	margin:0;
	padding:0;
}
.child-grid ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0 auto;
	padding:0;
}
.child-grid ul li.child-grid-item {
    margin: 0 auto;
    text-align:center;
}
.child-grid ul li .child-overlay {
    height:340px;
    background: rgba(0, 0, 0, 0.5);   
}
.child-grid ul li .child-overlay:hover {
    background: rgba(0, 0, 0, 0.3);
}
.child-grid ul li.child-grid-item h3.overlay-grid-title {    
	width:95%;
	position:absolute;
	z-index:50;
	top:45%;
	left:0;
	right:0;
	margin:0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;     
}
.child-grid ul li.child-grid-item h3.overlay-grid-title:hover {    
	color: #f3f3f3;
	text-decoration:underline;
}
.child-grid ul li.child-grid-item h3.grid-title {    
	position:absolute;
	z-index:50;
	top:32%;
	left:0;
	right:0;
	margin:0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #343434;
    text-decoration: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;     
}
.child-grid ul li.child-grid-item h3.grid-title:hover {    
	color: #656565;
	text-decoration:underline;
}
.grid-category-blocks ul ul{
    margin: 0 0 0 25px;
    padding: 0;
}
.grid-category-blocks ul li ul li {
	list-style-type:disc;
	text-align:left;
    list-style-position: outside;
}
.grid-category-blocks ul li p {
    color: #5c5c5c;
}
.grid-category-blocks .small-pad {
    padding: 5px !important;
}
.grid-category-blocks .grid-card {
	background:#fafafa;
    border: 1px #d6d6d6 solid;
}
.grid-category-blocks .grid-card img {
    margin: 0 0 6px 0;
}
.grid-titles {
    width: 100%;
    font-size: 22px;
    color: #000;
    margin: 10px 0 10px 0;
}

/* Custom Ribbon */

.ribbon-background {
	width: 100%;
	padding: 80px 0 80px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
}
#ribbon-inner {
	padding: 10px 0 10px 0;
}
#ribbon-inner .ribbon-description {
	color: #333333;
	font-size: 50px;
}
#ribbon-inner .ribbon-description p {
	color: #fff;
	font-size: 40px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	line-height: 50px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 5px #000;
}
#ribbon-inner .ribbon-button {
	padding: 15px;
	text-align: center;
}
#ribbon-inner h2.ribbon-heading {
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner h3.ribbon-tag {
	font-size: 36px;
	margin: 0;
	padding: 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.63);
}
#ribbon-inner .ribbon-button a {
	background: #000;
	padding: 25px 0 25px 0;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
#ribbon-inner .ribbon-button a:hover {
	background: #f8c91d;
	color: #000;
}
.ribbon-description .partsicon {
	color: #fff;
	font-size: 80px;
	padding: 20px 0 0 0;
	text-shadow: 1px 1px 5px #000;
}

/* Miscellaneous */

.in-touch-button { 
	width:150px; 
	display:block;  
    background: #f6bf19;  
    position:fixed;
    border:10px;
    left:0;  
    right:0;
    margin:0 auto;
    bottom:23px;
    color: #282624;
    font-size: 18px;
    font-weight:bold;
    text-decoration: none;
    padding: 10px 0;
    text-align:center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;   
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);	 
}
.in-touch-button:hover{
    background: #171717;
    color:#f6bf19;
}
.in-touch-button .icon--spot{    
	display:inline-block; 
	vertical-align:middle;  
	line-height:normal;
}
.in-touch-button .text--spot{    
	display:inline-block;  
	vertical-align:middle; 
	line-height:normal;
}
.in-touch-button .icon--spot .material-symbols-outlined {
    font-weight: bold;
    font-size: 22px;
    line-height:normal;
    margin-top:4px;
}

button,
.button {    
    background: #f6bf19;    
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 15px 25px;
    font-weight:bold;
    text-align:center;
}
button:hover,
.button:hover{
    background: #171717;
    color:#f6bf19;
}
.gray-button {    
    background: #2b2b2b;    
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 15px 25px;
    font-weight:bold;
    text-align:center;
}
.gray-button:hover{
    background: #f6bf19;
    color:#000;
}
#success-script {
    padding: 20px;
    position:absolute;
    top:30%;
    z-index:100;
    width:100%;
}
.boxes .window {
	background: rgba(198, 46, 11, 0.9);    
	color:white;
    margin: 0 auto;
    text-align:center;
    z-index: 9999;
    width:75%;
}
.boxes #dialog {
    padding: 60px;
}
.boxes #dialog a {
    font-size: 18px;
    font-weight:bold;
    color: yellow;
    text-transform: uppercase;
}
.welcomecontain{
	padding:0 40px 0 40px !important;
}
.review_tab{
	width:45px;
	position:fixed;
	top:33%;
	right:0;
	z-index:3000;
}

/* Service Ribbon */

#ServiceRibbon {
    background: #2b2b2b;
    padding: 25px;
}
#ServiceRibbon .service-inner {
    background: #2b2b2b;
    padding: 20px;
    border: 1px #3b3b3b solid;
}
#ServiceRibbon .service-inner .header {
    font-size: 34px;
    color: #f6bf19;
    text-transform: uppercase;
    font-weight: bold;
}
#ServiceRibbon .service-inner p {
    color: #fff;
    line-height: 1.8;
}
#ServiceRibbon .service-inner a.service-btn {
    display: inline-block;
    vertical-align:middle;
    padding: 12px 35px;
    background: #f6bf19;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top:20px;
}
#ServiceRibbon .service-inner a.service-btn:hover {
    background: #000;
    color: #fff;
}

/* Sitemap */

#Sitemap ul {
	list-style-type: none;
	margin: 0;
}
#Sitemap li {
	margin: 5px 0;
}
#Sitemap li a {
	background: #f0f0f0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 5px;
	color: #000;
}
#Sitemap li ul {
	list-style-type: disc;
	padding: 5px 0 1px 15px;
}
#Sitemap li li a {
	display: inline;
	background: none;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
	color: #000;
}
#Sitemap li li ul {
	list-style-type: circle;
	padding-left: 25px;
}
#Sitemap li li li ul {
	list-style-type: square;
}
#Finance_Section{
	padding:30px 20px;
	background:#ededed;
	text-align:center;
}

/* Footer */

#Footer_Section {
	padding:50px 20px 40px 20px;
}
#Footer_Section a.directions-button{
    background: #f6bf19;
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 4px 0 6px 0;
    padding: 12px 30px;    
    transition: 0.4s all;    
}
#Footer_Section a.directions-button:hover{
    background: #171717;
    color: #f6bf19; 
}
#Footer_Section .col-header {
    margin: 0px;
    color: #000;
    font-size: 30px;
    font-weight:700;
    padding: 0 0 20px 0;
}
#Footer_Section ul.footer-cols {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
}
#Footer_Section ul.footer-cols li {
    font-size:16px;
    line-height:1.7;
    color:#000;
}
#Footer_Section ul.footer-cols li a.phone{
    font-size:16px;
    color:#000;
}
#Footer_Section ul.footer-cols li h3.stronger{
    font-size:18px;
    font-weight:bold;
    line-height:1.7;
    color:#000;
    margin:0;
    padding:0;
}
#Footer_Section ul.footer-cols li span.calltxt{
    font-size:14px;
    font-weight:bold;
    color:#000;
    text-transform:uppercase;
}
#Footer_Section ul.footer-cols li .foot-address,
#Footer_Section ul.footer-cols li .foot-phone,
#Footer_Section ul.footer-cols li .foot-hours
{
	margin-bottom:10px;
	font-size:16px;
	line-height:2;	
}
#Footer_Section ul.footer-cols li .footer_locales--hide p,
#Footer_Section ul.footer-cols li .foot-address p
{
	font-size:16px;
	line-height:2;
}
#Footer_Section ul.footer-links {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
}
#Footer_Section ul.footer-links li {
    font-size:16px;
    line-height:2;
}
#Footer_Section ul.footer-links li a{
    font-size:16px;
    line-height:2;
    color:#000;
    display:block;
}
#Footer_Section ul.footer-links li a:hover{
    color:#3a3a3a;
    text-decoration:underline;
    text-indent:6px;
}
#Footer_Section a.social-facebook{
    color: #1877f2;
    font-size: 32px;
    font-weight:bold;  
    margin-right:6px;
}
#Footer_Section a.social-instagram{
    color: #d62976;
    font-size: 32px;
    font-weight:bold;  
    margin-right:6px;
}
#Footer_Section a.social-facebook:hover{
    color: #2e6ab8;
}
#Footer_Section a.social-instagram:hover{
    color: #ae3068;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset input.text, 
#Footer_Section .question-form form#Form_QuestionForm fieldset input.title, 
#Footer_Section .question-form form#Form_QuestionForm fieldset input:not([type]), 
#Footer_Section .question-form form#Form_QuestionForm fieldset input[type=text], 
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea, 
#Footer_Section .question-form form#Form_QuestionForm fieldset select
{
	background:#b1b1b1;	
	color:#000;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	border: 0px transparent none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
    padding:10px;
    height: 58px;
    font-size: 14px;
    margin:0;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea {
	background:#b1b1b1;	
	color:#000;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);	
	border: 0px transparent none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
    padding:10px;
    height: 106px;
    font-size: 14px;
    margin:0;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset input.text:focus, 
#Footer_Section .question-form form#Form_QuestionForm fieldset input.title:focus, 
#Footer_Section .question-form form#Form_QuestionForm fieldset input:not([type]):focus, 
#Footer_Section .question-form form#Form_QuestionForm fieldset input[type=text]:focus, 
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea:focus, 
#Footer_Section .question-form form#Form_QuestionForm fieldset select:focus
{
	background:#9c9c9c;	
}
#Footer_Section .question-form form#Form_QuestionForm fieldset input.text::placeholder,
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea::placeholder, 
#Footer_Section .question-form form#Form_QuestionForm fieldset select::placeholder 
{
  color: #000;
  opacity: 1;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset input.text:-ms-input-placeholder,
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea:-ms-input-placeholder,
#Footer_Section .question-form form#Form_QuestionForm fieldset select:-ms-input-placeholder
{
  color: #000;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset input.text::-ms-input-placeholder,
#Footer_Section .question-form form#Form_QuestionForm fieldset textarea::-ms-input-placeholder,
#Footer_Section .question-form form#Form_QuestionForm fieldset select::-ms-input-placeholder
{
  color: #000;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset #FirstName,
#Footer_Section .question-form form#Form_QuestionForm fieldset #LastName
{
	display:inline-block;
	width:48%;
	margin:0 1% 1.8% 0;
}
#Footer_Section .question-form form#Form_QuestionForm fieldset #Email,
#Footer_Section .question-form form#Form_QuestionForm fieldset #Phone,
#Footer_Section .question-form form#Form_QuestionForm fieldset #Question
{
	display:block;
	width:98%;
	margin:0 0 1.8% 0;
}
#Footer_Section .question-form form#Form_QuestionForm .Actions .action{
    background: #f6bf19;
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 12px 30px;
    transition: 0.4s all;	
}
#Footer_Section .question-form form#Form_QuestionForm .Actions .action:hover{
    background: #171717;
    color: #f6bf19;
}
.copyright-border-top {
    padding: 50px 20px 80px 20px;
    background:#d3d6d7;
    text-align:center;
    border-top:1px #b5b6b7 solid;
}
.copyright-border-top a.signup-button{
    display:inline-block;
    padding:15px 45px;
    background:#1f1f1f;
    font-size:16px;
    font-weight:bold;
    color:#f6bf19;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
}
.copyright-border-top a.signup-button:hover{
    color:#1f1f1f;
    background:#f6bf19;
}
.copyright-border-top p.footer-menu,
.copyright-border-top p.footer-date
{
    font-size: 14px;
    color: #000000;
    line-height:1.4;
}
.copyright-border-top p.footer-menu a,
.copyright-border-top p.footer-date a 
{
    font-size: 14px;
    color: #000000;
}
.copyright-border-top p.footer-menu a:hover,
.copyright-border-top p.footer-date a:hover 
{
    text-decoration: underline;
    color:#303030;
}
.uparrow {
	background-color: #d3d6d7;
	color:#000;
	cursor: pointer;
	width: 43px;
	height: 43px;
	position: fixed;
	bottom: 14%;
	right: 2%;
	margin: 0;
	display: none;
}
.uparrow .arrow {
	position: relative;
	top: 17px;
	left: 12px;
	transform: rotate(44deg);
	-webkit-transform: rotate(45deg);
	border: solid #000;
	border-width: 4px 0 0 4px;
	display: inline-block;
	padding: 7px;
	box-shadow: 0px 0px 0px transparent;
}

/* SlideOut Form */

.slide-out-div form label {
    color: #0871dc;
}
#quoteform form#Form_ContactForm {
	overflow: hidden;
}
#quoteform form#Form_ContactForm fieldset label {
	color: #000;
	font-weight: normal;
}
#quoteform h3 {
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	color: black;
}
#quoteform p {
	padding: 0;
	margin: 0 0 10px 0;
}
#quoteform fieldset {
	padding: 0;
	margin: 0;
}
#quoteform .question-heading {
	font-size:24px;
	font-weight:bold;
	color:#31302f;
}
#quoteform form#Form_ContactForm fieldset #Name {
	width: 99%;
	margin: 0 0 10px 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Name input {
	background: #f5f5f5;
	border: thin #eaeaea solid;
	color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Name input:focus {
	background: #e0e0e0;
}

#quoteform form#Form_ContactForm fieldset #Email {
	float: left;
	width: 48%;
	margin: 0 5px 0 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Email input {
	background: #f5f5f5;
	border: thin #eaeaea solid;
	color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Email input:focus {
	background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Phone {
	float: left;
	width: 48%;
	margin: 0;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Phone input {
	background: #f5f5f5;
	border: thin #eaeaea solid;
	color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Phone input:focus {
	background: #e0e0e0;
}
#quoteform form#Form_ContactForm fieldset #Comments {
	clear: both;
	color: #fff;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea {
	background: #f5f5f5;
	border: thin #eaeaea solid;
	color: #000;
	box-shadow: 0 0 0 transparent !important;
}
#quoteform form#Form_ContactForm fieldset #Comments textarea:focus {
	background: #e0e0e0;
}
.sub-height {
	height: 30px;
}
#quoteform .Actions {
	margin-bottom: 0;
}
#quoteform a.btn,
#quoteform button,
#quoteform input[type=submit],
#quoteform .Actions .action {
	background: #000;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	padding: 10px 20px;
}
#quoteform a.btn:hover,
#quoteform button,
#quoteform input[type=submit]:hover,
#quoteform .Actions .action:hover {
	background: #f8c91d;
	color: #000;
}
#MyCaptcha {
	width: 95%;
	margin: 0;
	padding: 0;
	clear: both;
}
#MyCaptcha label {
	display: none;
}
#MyCaptcha .field.recaptcha .recaptcha_widget>div>div {
	margin: 0 auto;
	width: 95%;
}
#MyCaptcha div div div {
	width: 90% !important;
}
#MyCaptcha div div div div {
	width: 100px !important;
}
.recaptcha_widget>div {
	max-width: 304px;
	width: auto !important;
}
.recaptcha_widget iframe {
	width: 100% !important;
}
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}

/* Widgets */

.WidgetHolder {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}
.widget-contain {
	width: 100%;
	height: auto;
}
.widget-contain iframe {
	width: 100%;
	height: auto;
}
.widget-contain img {
	max-width: 100%;
	width: auto;
	height: auto;
}

/* shopping cart fixed link on right side */

.shoppingcart-fixed {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 500;
}
.shoppingcart-fixed>a {
	display: block;
	width: 120px;
	padding: 10px 70px 10px 10px;
	position: absolute;
	top: 45px;
	left: -60px;
	background: #254199;
	border-radius: 5px 0 0 5px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}
.shoppingcart-fixed>a span {
	display: block;
	line-height: 1;
	padding-top: 10px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
}
.browse-bg .mobile-cart-button a {
	background: url('../images/cart-ico.png') left 3px no-repeat;
	color: #fff;
	padding-left: 25px;
	display: inline-block;
}
.browse-bg .mobile-cart-button {
	width: 100%;
	background: #254199;
	display: block;
	padding: 12px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

/* Precision Farming */

h2.vid-title {
	background: #114991;
	color: #fff;
	padding: 20px;
	font-weight: bold;
}
.pfwrapper {
	background-image: url('../images/pf-bg.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
}
.pflinks {
	background: rgb(21 77 143 / 39%);
	margin: 0px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.pflinks li {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #ffffff;
	padding: 0px;
}
.pflinks .pflinkbox {
	padding: 10px;
}

/* Media Queries */

@media only screen and (max-width: 1280px) {
	.custom-show-for-xlarge-up {
		display: none;
	}
	.custom-hide-for-xlarge-up {
		display: block;
	}
	#MastHead_Section .mast_top_bar .mast_locales ul li {
	    margin: 0 5px 0 5px;
	}
	#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-phone {
	    font-size: 1.125rem;
	}
	#MastHead_Section .mast_top_bar .mast_locales ul li .loc-info a.mast-address {
	    font-size: 0.875rem;
	}
	#MastHead_Section .mast_top_bar .timer_holder .clockdiv .time-actual {
	    font-size: 1.125rem;
	}	
	#MastHead_Section .mast_top_bar .timer_holder .clockdiv {
	    padding: 10px 15px;
	}	
	#Grid_Section .industry {
	    margin-bottom: 60px;
	}				
}

@media only screen and (max-width: 1100px) {
	#ribbon-inner .ribbon-description {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#ribbon-inner .ribbon-button {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	#footer .footer-sections h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.custom-show-for-large-up {
		display: none;
	}
	.custom-hide-for-large-up {
		display: block;
	}
	.credit_center {
		padding: 20px;
	}
	.credit_center ul li {
		display: block;
		width: 100%;
	}
	.credit_center ul li img {
		width: 30%;
	}
	.credit_center ul li a {
		padding: 10px;
		font-size: 16px;
	}
	.sales_center_secondary,
	.parts_center_secondary,
	.service_center_secondary {
		padding: 20px;
	}
	.sales_center_secondary ul li,
	.parts_center_secondary ul li,
	.service_center_secondary ul li {
		display: block;
		width: 100%;
	}
	.sales_center_secondary ul li a,
	.parts_center_secondary ul li a,
	.service_center_secondary ul li a {
		padding: 10px;
		font-size: 16px;
	}
	.build_center {
		padding: 20px;
	}
	.build_center ul li {
		display: block;
		width: 100%;
	}
	.build_center ul li a {
		padding: 10px;
		font-size: 16px;
	}
	.sectionsegment {
		padding: 30px 0 30px 0;
	}
	#footer {
		padding: 0;
	}
	#footer .copyright-border-top {
		border-top: 0px;
	}
	.media {
		width: 100%;
	}
	.media iframe {
		width: 100% !important;
	}
	iframe {
		width: 100% !important;
	}
	.large-content {
		padding: 15px;
	}
	.shoppingcart-fixed {
		display: none !important;
	}
	.uparrow {
		bottom: 2px;
	}
	#MastHead_Section .mast_top_bar .mast_locales ul li .loc-ico {
	    display:none;
	}
	#Welcome_Section {
	    padding: 50px 0 60px 0;
	}	
	#Grid_Section {
	    padding: 50px 20px 60px 20px;
	}
	#Grid_Section .industry {
	    margin-bottom: 40px;
	}
	#InventoryProducts_Section {
	    padding: 60px 20px 60px 20px;
	}					
}

@media screen and (max-width: 900px) {
	#Form_PartsForm fieldset #partsformholder h2#parts-header-one,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-two,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-three,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-four,
	#Form_PartsForm fieldset #partsformholder h2#parts-header-five {
		font-size: 14px;
	}
}

@media only screen and (max-width: 800px) {
	.hrz-nav {
		display: none;
	}
	#ribbon-inner .ribbon-description {
		font-size: 32px;
	}
	#ribbon-inner .ribbon-description p {
		font-size: 26px;
	}
	#ribbon-inner h2.ribbon-heading {
		font-size: 26px;
	}
	#ribbon-inner h3.ribbon-tag {
		font-size: 26px;
	}
}

@media only screen and (max-width: 770px) {
	.centered-search-holder{
		width:75%;
		margin-bottom:0px;
		margin-top:10px;
	}
	.custom-show-for-medium-up {
		display: none !important;
	}
	.custom-hide-for-medium-up {
		display: block;
	}
	.custom-show-for-small-only {
		display: block;
	}
	.iphone-block {
		display: block !important;
	}
	.iphone-hide {
		display: none !important;
	}
	.large-content {
		padding: 10px;
	}
	.ribbon-background {
		padding: 30px 0 40px 0;
	}
	h2.sales_center_intro,
	h2.parts_center_intro,
	h2.service_center_intro {
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.centered-search-holder{
		width:99%;
	}
	#Welcome_Section {
	    padding: 30px 0 40px 0;
	}
	#Grid_Section {
	    padding: 30px 20px 30px 20px;
	}
	#Grid_Section .industry {
	    margin-bottom: 30px;
	}
	#Grid_Section .departments ul li ul.pricing-table li.title h3 {
	    padding: 0;
	}	
	#InventoryProducts_Section {
	    padding: 40px 20px 40px 20px;
	}			
	#site-footer a {
		font-size: 14px;
	}
	#site-footer p {
		font-size: 14px;
	}
	.padding-left-large {
		padding-left: 20px;
	}
	.padding-right-large {
		padding-right: 20px;
	}
	.padding-top-large {
		padding-top: 20px;
	}
	.padding-bottom-large {
		padding-bottom: 20px;
	}
	#Form_PartsForm fieldset #partsformholder .partgrid label {
		display: block;
	}
	#Form_PartsForm fieldset #partsformholder .grey-bg {
		background: #e4e4e4;
		padding-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.review_tab {
		width: 35px;
	}
	.copyright-border-top {
	    padding: 40px 20px 40px 20px;
	}	
	.copyright-border-top a.signup-button {
	    padding: 12px 25px;
	    font-size: 14px;
	}	
	.in-touch-button {
	    display:none;
	}
	#ServiceRibbon {
	    padding: 20px;
	}
	#ServiceRibbon .service-inner {
	    padding: 15px;
	}
	#ServiceRibbon .service-inner .header {
	    font-size: 24px;
	}
	#ServiceRibbon .service-inner a.service-btn {
	    padding: 10px 25px;
	    font-size: 16px;
	    margin-top:5px;
	}	
}