body {
	font-family: 'Muli', sans-serif;
	font-size: 17px;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
.navbar{
	background-color: black;
}
.navbar button {
	background-color: black;
	color: white;
	text-align: right;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ccc;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: thin white solid;
}
.pritchard-logo {
	max-height: 1.5em;
}
h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 30px;
}
h1,h2 {
	margin: 0px 0 20px;
}
h2 {
	font-size: 26px;
    padding-bottom: 20px;
}
h3 {
	margin: 22px 0;
}
h4 {
	font-size: 22px;
}
h5 {
    font-size: 18px;
}
p.lead {
	font-weight: normal;
}
p {
	margin: 0 0 30px;
    line-height: 30px;
}
ul {
    margin-bottom: 35px;
}
a:link, a:visited {
	color: #42632a;
}
a:hover {
	text-decoration: none;
	color: #222;
}
#announcement {
	background-color: #3d5e38;
	color: white;
	font-size: 1.7em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.division-body a:link, .division-body a:visited,.division-area a:link, .division-area a:visited, .index-divisions a:link, .index-divisions a:visited, .index-writeups p a:link, .index-writeups p a:visited {
    border-bottom: thin solid #42632a;
}
.division-body a:hover, .division-area a:hover, .index-divisions a:hover, .index-writeups p a:hover {
	border-bottom: thin solid #42632a;
}
.about-size {
    font-size: 20px;
    margin-top: 50px;
}
blockquote { 
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}
blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}
blockquote:before {
	display: none;
}
img {
	max-width: 100%;
}
button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}
.btn {}
.btn:focus {
	outline: none;
}
.btn-success {
	background: #79b044;
	border: none;
}
.btn-success:hover {
	background: #6a9b3d;
	border-color: #6a9b3d;
}
.btn-danger {
	background-color: #dd5638;
	border-color: #d95131;
}
.text-danger, li.text-danger a {
	color: #dd5638;
}
a.text-danger:hover {
	opacity: .8;
}
.modal-content{
	background: url('../img/tile.jpg') top left repeat;
}
.badge.social {
	background: #ccc;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 20px 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}
.badge.social.twitter:hover {
	background: #55acee;
}
.badge.social.facebook:hover {
	background: #3b5998;
}
.badge.social.gplus:hover {
	background: #db4b39;
}
/* 
==
<< ==== ARTICLES ==== >>
==
*/
article {
    margin: 50px 20px;
}
article h1 {
    padding: 30px 0px 10px 0px;
    color: #000;
}
.feature-image {
    border: thin solid #ccc;
    margin-bottom: 30px;
}
article .img-responsive {
    margin-top: 50px;
    margin-bottom: 50px;
}
.author-byline {
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}
.author-about {
    font-size: 20px;
    color: #006db0;
}
article .btn-success {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    font-style: normal;
    padding: 20px;
    white-space: normal;
}
.index-youtube {
    padding: 30px;
    background-color: #efefef;
}
.index-tips {
    padding: 50px;
}
.index-tips h2{
    color: #006db0;
}
/* Small mobile devices */
@media screen and (max-width: 767px) {
    article {
        margin: 50px 10px;
    }
	article h1 {
		font-size: 24px;
	}
	iframe {
		max-width: 100%;
	}
	.index-youtube {
		padding: 0px;
		background-color: #efefef;
	}
	.index-tips {
		padding: 10px;
	}
	.index-tips h2{
		font-size: 24px;
	}}
/* 
==
<< ==== FORMS ==== >>
==
*/
label {
	display: block;
	font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}
input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
}
form.search-form .form-group {
	margin: 0;
}
form.search-form .input-group {
	width: 100%;
}
form.search-form .input-group input[type="search"],

form.search-form .input-group input[type="text"] {
	width: 70%;
}
form.search-form .input-group input[type="submit"] {
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}
form textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.boxshadow {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
    margin-bottom: 40px;
    margin-top: 40px;
}
.boxshadow a:hover{
    background: #ccc;
}
.tpg-green img {
    margin-top: -5px;
	margin-right: 10px;
}
/*
===
<<< ====== CONTENT ====== >>
===
*/
/* ==== HERO ==== */
#hero {
	background: url('images/industrial-machinery.jpg') 50% 0 repeat fixed;
	min-height: 600px;
	position: relative;
	display: table;
	width: 100%;
	padding: 40px 0;
	color: white;
}
.hero-wrapper-del {
    background-color: #222;
    padding: 10px 20px 20px;
    opacity: .9;
}
#hero h1 {
    font-weight: normal;
    font-size: 40px;
	margin-bottom: 10px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-align: center;
    text-shadow: 2px 2px 4px #000000;
}
#hero-image-title img {
	max-width: 300px;
	max-height: 300px;
}
#hero-description {
	color: #ffffff;
	font-size: 24px;
    text-shadow: 2px 2px 4px #222;
    font-weight: normal;
}
#hero-description-index {
	color: #ffffff;
	font-size: 24px;
    text-shadow: 2px 2px 4px #222;
    font-weight: normal;
}
#hero article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#hero .hero-text {
	margin-top: 30px;
}
#hero .btn-danger {
	margin-top: 20px;
	border: thin solid #42632a;
	font-size: 20px;
	background:#42632a;
    width: 200px;
    text-shadow: none;
}
#hero .btn-danger:hover {
	border: thin solid #026a33;
	font-size: 20px;
	opacity: .8;
    color: #fff;

}
@media screen and (max-width: 767px) {
	#hero {
		background: url('images/industrial-machinery.jpg') 50% 0 repeat fixed;
		min-height: 400px;
		position: relative;
		display: table;
		width: 100%;
		padding: 0px;
		color: white;
	}
	#hero-image-title {
	}
	#hero-description {
		color: #ffffff;
		font-size: 20px;
		text-shadow: 2px 2px 4px #222;
		font-weight: normal;
	}
	#hero-description-index {
		color: #ffffff;
		font-size: 20px;
		text-shadow: 2px 2px 4px #222;
		font-weight: normal;
	}}
@media screen and (min-width: 768px) {
	.vertical-align {
		display: flex;
		align-items: center;
	}}
/* ==== HERO DIVISIONS ==== */
.hero-divisions {
	position: relative;
	display: table;
	width: 100%;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}
.hero-divisions-title {
	font-family: 'Muli', sans-serif;
	font-size: 3em;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-align: center;
    text-shadow: 2px 2px 4px #000000;
}
#hero-dieseltech {
    background: url('/images/dieseltech-rotator.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#hero-hydramotion {
    background: url('/images/hm/hydramotion-rotator.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom; }
#hero-industrial {
    background: url('/images/industrial/industrial-rotator.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#hero-machine {
    background: url('/images/machine/machine-rotator.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#hero-metalfab {
    background: url('/images/metalfab/mf-rotator2.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#hero-power {
    background: url('/images/power-systems/ps-rotator-test.jpg');
    min-height: 550px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 0px;
}
.hero-divisions h1 {
    font-weight: normal;
    font-size: 40px;
	margin-bottom: 10px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	text-align: center;
    text-shadow: 2px 2px 4px #000000;
}
#hero-divisions-description {
	color: #ffffff;
	font-size: 24px;
    text-shadow: 1px 1px 2px #000000;
}
@media screen and (max-width: 767px) {	
    .hero-divisions {
        padding: 10px 0;
    }
    #hero-dieseltech {
        background: url('/images/dieseltech-rotator.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #hero-hydramotion {
        background: url('/images/hm/hydramotion-rotator.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #hero-industrial {
        background: url('/images/industrial/industrial-rotator.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #hero-machine {
        background: url('/images/machine/machine-rotator.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #hero-metalfab {
        background: url('/images/metalfab/mf-rotator2.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    #hero-power {
        background: url('/images/power-systems/ps-rotator-test.jpg');
        min-height: 350px;
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .hero-divisions h1 {
        font-weight: normal;
        font-size: 24px;
        margin-bottom: 0px;
    }
    #hero-divisions-description {
        color: #ffffff;
        font-size: 20px;
        text-shadow: 1px 1px 2px #000000;
    }
}
.hero-divisions article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#hero-division-image {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.hero-divisions .hero-text {
	margin-top: 30px;
}
.hero-divisions .btn-danger {
	margin-top: 20px;
	border: thin solid #42632a;
	font-size: 20px;
	background:#42632a;
    width: 200px;
}
.hero-divisions .btn-danger:hover {
	border: thin solid #026a33;
	font-size: 20px;
	opacity: .8;
    color: #fff;
}
.index-divisions {
    background-color: #EFEFEF;
    font-size: 18px;
    padding: 70px 0px;
}
.index-divisions h2 {
    font-size: 24px;
}
.aboutTPG-wrapper{
    border-top: 20px solid #222;
}
#aboutTPG {
    font-size: 18px;
}
/* division-aticle is the page spacing for divison pages except index */

.division-area {
    padding-top: 10px;
}
.division-area h1 {
    margin-top: 30px;
    font-size: 28px;
}
.division-area h2 {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}
.division-area h3 {
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: solid thin #42632a;
    margin-left: 15px;
    font-weight: bold;
}
.division-area .col-sm-8 {
    padding: 0 50px 0 20px;
}
.division-area .project-details b {
    color: #666;
    font-size: 16px;
}
/* Small mobile devices */

@media screen and (max-width: 767px) {}
.index-divisions img {
    margin-bottom: 20px;
	margin-top: 20px;
}
.index-divisions img:hover{
   opacity: .7;
}
.division-area ul {
    list-style-type: square;
}
.division-area ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.division-area ul li ul {
    list-style-type: circle;
}
.division-area td {
    padding: 7px;
}
/* index-writeups */
.index-writeups {
    margin-top: 15px;
}
.index-writeups .row {
    margin-top: 60px;
}
.index-writeups h2 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
/* END index-writeups */

.strong {
    font-weight: bold;
    color: #222;
}
.my-breadcrumb {
    font-size: 14px;
    color: #333;
	padding-top: 35px;
}
.division-area h2 {
    font-size: 24px;
    margin-top: 70px;
}
.division-area .btn-danger {
	margin-top: 20px;
	border: thin solid #42632a;
	font-size: 20px;
	background:#42632a;
    width: 250px;
    border-radius: 0px;
    float: center;
}
.division-area .btn-danger:hover {
	border: thin solid #026a33;
	font-size: 20px;
	opacity: .8;
    color: #fff;
    background:#27cf76;

}
#subaru {
    padding-top: 40px;
}
.dealer-logo {
    height: 150px;
    padding-top: 30px;
}
.division-body h2 {
    margin-bottom: 10px;
}
.division-body .col-sm-8 {
    padding-top: 40px;
}
.division-entry {
    margin-bottom: 70px;
}
.division-entry hr {
    margin-top: 35px;
    margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
    .division-entry hr {
        margin-top: 70px;
        margin-bottom: 70px;
    }   
}
#division-contact h3 {
    margin-left: 0px;
}
.contact-page-entry {
     margin: 15px 0 35px;
}
#division-contact .btn-contact{
    background: #42632a;
    color: white;
    font-size: 15px;
    border-radius: 5px;
    padding: 7px 15px 7px;
    margin-top: 15px;
}
#division-contact .btn-contact:hover {
    background: #27cf76;
}
.glyphicon-envelope {
    margin-right: 10px;
    font-size: 16px;
    top: 2px;
}
.division-body .btn-danger {
	margin-top: 20px;
	border: thin solid #42632a;
	font-size: 20px;
	background:#42632a;
    width: 250px;
    border-radius: 0px;
    float: center;
}
.division-body .btn-danger:hover {
	border: thin solid #026a33;
	font-size: 20px;
    color: #fff;
    opacity: .8;
}
#division-ov h1 {
    margin-top: 70px;
}
.division-sidebar {
    padding-top: 20px;
}
.division-sidebar-alt { 
}
.image-good {
    position: relative;
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    padding: 0px;
    background: white;
    margin-bottom: 35px;
}
/* Make the image fit the box */
.image-good img {
    width: 100%;
    border: 1px solid #8a4419;
    border-style: inset;
}
.image-good::after {
    content: '';
    position: absolute;
    z-index: -1;/* hide shadow behind image */
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);               
    width: 70%;
    left: 15%;/* one half of the remaining 30% */
    height: 100px;
    bottom: 0;
}
#yanmar {
    padding-top: 24px;
}
#manufacturing-list {
   
}
#manufacturing-list p {
    margin-top: 45px;
    margin-bottom: 0px;
}
#manufacturing-list .manufacturer-header{
    line-height: 30px;   
}
#division-metalfab ul {
    margin-bottom: 50px;
}
.sales-wrapper {
    padding: 40px 20px;
    text-align: center;
    background-color: lightgray;
}
.dealers h4 {
    margin-top: 30px;
    text-transform: uppercase;
}
.dealers .col-sm-6 {
    min-height: 350px;
}
/* 
===
<< ====== SIDEBAR ====== >>
===
*/
.sidebar {
    margin-top: 50px;
}
/* 
===
<< ====== FOOTER ====== >>
===
*/
footer {
	background: #3e4249;
	color: white;
	font-size: 14px;
}
footer p {}
footer a:link, footer a:visited {
	color: white;
}
footer a:hover {
	color: #000;
}
#footerAddress a:link, footer a:visited{
	color: white;
	text-decoration: underline;
}
footer li.signup-link a {
	color: #dd5638;
}
footer li.signup-link a:hover {
	font-weight: bold;
}
.footer-logo {
    height: 26px;
    margin-top: -5px;
}
#footerSocial {
    margin-bottom: 50px;
}
#footerAddress {
    padding: 35px 35px;
    font-size: 16px;
    line-height: 20px;
}
#footerSubNav {
    margin-top: 35px;
    padding-right:100px;
}
/* Small mobile devices */
@media screen and (max-width: 767px) {
	#footerAddress {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    #footerSubNav {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
       

    }}
#footerAddress a {
    color: #42632a;
}
#footerDivision {
    padding-top: 30px;
    background-color: #42632a;
    min-height: 100%;
    font-size: 16px;
}
.fd-expand {
    min-height: 100%;
}
#footerDivision ul {
  list-style-type: none;
    margin-top: 10px;
}
#footerDivision ul li {
  padding-bottom: 30px;
    margin-left: -15px;
}
/* Bottom black bar below footer */

.bottom-bar {
    background-color: black;
    padding: 20px 20px 0px;
}
.bottom-bar a:hover{
    color:#42632a;
}
.klimack-logo {
	text-align: center;
}
.author-logo {
    text-align: center;
}
.kohler {
    padding: 0px;
    margin: 0px;
}
.mylist-label {
    padding-top: 70px;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* SOCIAL MEDIA */
.social-icon {
    height: 48px;
    width: 48px;
    margin-right: 20px;
}
.pps-phone {
	text-align: center;
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 700;
}
.pps-why {
	margin-top: 50px;
}
#social-tpg a {
	color: white;
}
#social-tpg .fab {
	margin-left: 20px;
} 
.product-titles{}
.product-titles img{
	border-bottom: none;
	margin-bottom: 35px;
	max-height: 70px;
}
.product-titles-1 img{
	border-bottom: none;
	margin-bottom: 35px;
	max-height: 76px;
}
/* ==========
Gallery
==========*/
#gallery {
	padding-top: 70px;
	padding-bottom: 60px;
}
#image-gallery {
	background-color: #FFF;
}
#gallery .small{
	padding-left: 20px;
}
#image-gallery .modal-footer{
  display: block;
}
#image-gallery-image{}
.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Feature section - machine pages */
.features img{
	margin-bottom: 10px;
	border: thin solid #f1f1f1;
}
.manuals-img {
	border: thin solid #333;
}
.dealer-admin-section{
	background-color: #efefef;
	border-radius: 8px;
	padding: 20px;
}
.btn-primary-outline {
	background-color: #42632a;
    border-color: #fff;
    color:white;
  
}
.btn-primary-outline:hover {
   background-color: transparent;
  	border-color: #42632a;
	color: #42632a;
}
.inventory_title {
	font-weight: 700;
	text-align: center;
}
.inventory_box{
	padding-top: 20px;
}
.inventory_box:hover {
            border: #42632a thin solid;
	
}
.division-bubble{
    background-color:#F7F7F9;
    padding: 20px;
    margin-bottom: 50px;
}
.division-bubble h3{
    padding: 0px;
    margin-bottom: 20px;
    margin: 0;
}
.division-bubble p{
    padding:0;
    margin: 0;
}
/* 
===========================
NEW CODE FOR 2025-26
===========================
*/
/* Custom CSS for the Header Overlay */

/* 1. Set the Header as the reference point for absolute positioning */
.header-overlay {
    position: relative; 
}

/* 2. Create the semi-transparent black layer (the actual overlay) */
.header-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    /* Adjust the last value (0.5 here) to make the overlay lighter or darker */
    background: rgba(0, 0, 0, 0.5); 
    
    /* Ensure the overlay is placed beneath the text content */
    z-index: 1; 
}

/* 3. Ensure the text and button container is always visible above the overlay */
.header-overlay > .container {
    position: relative;
    z-index: 2; 
}