@charset "UTF-8";
/* CSS Document */

html {
    background-color:#efb920;
    background: rgb(239,185,32);
	
	background-color: rgb(239,185,32);
background: -moz-linear-gradient(0deg, rgba(239,185,32,1) 35%, rgba(216,125,25,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(239,185,32,1) 35%, rgba(216,125,25,1) 100%);
background: linear-gradient(0deg, rgba(239,185,32,1) 35%, rgba(216,125,25,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efb920",endColorstr="#d87d19",GradientType=1);
}

body {
    margin:0;
    padding:0;
    
     
    
    
    /*background-image:url(images/bg-diagonal.svg);
    background-size:10px 10px;
    background-repeat: repeat;
    background-color:#efb920;*/
    
    /*background: transparent !important;
    background-color: transparent !important;*/
}

div.clear {
    clear:both;
}

table tr td.slideshow {
    padding-top:15px;
}

table tr td.homeButtons {
    padding-top:15px;
}

table tr td.homeButtons img {
    margin-left:5px;
    margin-right:5px;
}


h1 {
    font-size:1.7rem;
    font-family:'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    font-weight:700;
    line-height:130%;
    margin-top:0;
    padding-top:1rem;
}

h2 {
    font-size:1.5rem;
    font-family:'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    font-weight:700;
    line-height:130%;
    margin-top:0;
    padding-top:0;
}

h3 {
    font-size:1.3rem;
    font-family:'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    font-weight:700;
    line-height:130%;
    margin-top:0;
    padding-top:0;
}

h3 em {
    font-weight:400;
}



.shadow {
    overflow: hidden;
}

.style6 {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-size:.9rem;
    line-height:130%;
    font-weight:300;
	margin-top:.2rem;
	margin-bottom:.2rem;
}

.style6 strong {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-weight:700;
}

.style8 {
    font-family:'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    font-size:1.2rem;
    line-height:130%;
    font-weight:700;
}

.style10 {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-weight:400;
}

ul {
/*	margin-top:.2rem;*/
	margin-bottom:.5rem;
	padding-left:25px;
}

ul li,
ul li.style6 {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-size:.9rem;
    line-height:130%;
    font-weight:300;
	margin-top:0;
	margin-bottom:.5rem;
}

h4.sds {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-size:1.2rem;
    line-height:130%;
    font-weight:700;
	padding: 5px 10px;
	margin-top:.5rem;
	margin-bottom:.2rem;
	text-align: center;
	background: #FF9900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul.sds {
    font-family:Roboto,Arial,Tahoma,sans-serif;
	padding: 5px 0 10px 30px;
	margin: 0 0 20px 0;
}

ul.sds li {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-size:.9rem;
    line-height:130%;
    font-weight:700;
	margin-top:0;
	margin-bottom:.5rem;
}

ul.sds li a,
ul.sds li a:link,
ul.sds li a:visited,
ul.sds li a:hover {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-weight:700;
	color: #000;
}

ul.sds li a:hover {
	color: #FF9900;
}

.pdf {
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin-bottom:-3px;
}

a,
a:link,
a:visited {
	color: #FF9900;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #FF9900;
    color:#000;
	font-weight: 700;

}

p.homeDescription {
    font-family:Roboto,Arial,Tahoma,sans-serif;
}

p.homeDescription a:link,
p.homeDescription a:visited {
    font-family:Roboto,Arial,Tahoma,sans-serif;
    color:#000;
}

.distributorMapWrapper {
    width:900px;
    height:750px;
    background-image:url("images/Distributor-Map.jpg");
    background-size:900px 750px;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    position:relative;
    z-index: 0;
}

.distributorMapWrapper .mapStar {
    width: 50px;
    height: 50px;
    position: absolute;
    overflow: visible;
    font-size: .9rem;
    font-family: 'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    /*white-space: nowrap;*/
    text-align: center;
    left: 703px;
    top: 371px;
}


.distributorMapWrapper .distributorMapTitleWrapper {
    width:900px;
    height:100px;
    text-align: center;
    clear:both;   
    position: absolute;
    left:0;
    top:60px;
}

.distributorMapWrapper .distributorMapTitleWrapper h1 {
    font-family: 'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    color:#fff;
    text-transform: uppercase;
    font-weight:300;
    font-size:3rem;
    margin-top:0;
    padding-top:0;
    letter-spacing: -1px;
}

.distributorMapWrapper .distributorMapTitleWrapper h1 strong {
    font-family: 'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    color:#FF9900;
    font-weight:700;
    letter-spacing: 0px;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}



table.distributorTable {
    border-collapse: collapse;
}

table.distributorTable tr td {
    padding:0;
}

table.distributorTable p {
    font-size:1rem;
    font-family:Roboto,Arial,Tahoma,sans-serif;
    font-weight:400;
    line-height:130%;
    margin-top:0;
    padding-top:0;
    margin-bottom:.2rem;
}

.distributorMapWrapper .mapStar img {
    width:25px;
    height:25px;
    
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:auto;
    
    transition: all 1s .2s;
    position:relative;
    z-index: 999;
}

.distributorMapWrapper .mapStar:hover img {
    transform: scale(1.5);
    transform-origin: center;
    transition: all 1s 0s;
}


.distributorMapWrapper #mapJefferson {
    left: 530px;
    top: 275px;
}

.distributorMapWrapper #mapKaza {
    left: 702px;
    top: 320px;
}

.distributorMapWrapper #mapCampbell {
    left: 740px;
    top: 300px;
}

.distributorMapWrapper #mapShipmans {
    left: 805px;
    top: 266px;
}

.distributorMapWrapper #mapGoldenState {
    left: 21px;
    top: 322px;
}

.distributorMapWrapper #mapRedd {
    left: 645px;
    top: 339px;
}

.distributorMapWrapper #mapNewView {
    left: 412px;
    top: 444px;
}

.distributorMapWrapper #mapMidwest {
    left: 473px;
    top: 352px;
}


.tooltipster-content {
    font-family: Roboto,Arial,Tahoma,sans-serif;
    font-weight:400;
    font-size:.9rem;
}


/*.distributorMapWrapper #mapJefferson::after {
    content: "Jefferson";
    opacity: 0;
    transition: opacity 1s .2s;
    display:block;
    background-image:url("images/bg-transparent-black-80.png");
    color:#fff;
    position:absolute; 
    
    padding:2px 5px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top:25px;
    width:auto;
    min-width:100px;
    z-index:1;
    text-align: center;
    font-size:.9rem;
    font-family: 'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
    
}

.distributorMapWrapper #mapJefferson:hover::after {
    content: "Jefferson Fire & Safety";
    opacity: 1;
    transition: opacity 1.2s .5s;
    
     padding:2px 5px;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top:25px;
    width:auto;
    min-width:100px;
    z-index:1;
    text-align: center;
    font-size:.9rem;
    font-family: 'Roboto Condensed',Roboto,Arial,Tahoma,sans-serif;
}*/






@keyframes starHover {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
