@import url('//fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,500,500italic,700,700italic');

/* ============================================================
	Replace me with the Actual Design
============================================================ */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #cc9d13;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #000000;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.fb3__field-heading {
    margin: .5em 0 .3em 0;
}

select {
    width: 100%;
}

.fb3__button {
    background-color: #f0b811;
    padding: 1em;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 1em;
}

html,
body {
	background-color: #000000;
	color: #9f9f9f;
	font-family: ubuntu, sans-serif;
}

a {
	color: #f0b811;
	text-decoration: none;
}
a:visited {
	color: #f0b811;
	text-decoration: none;
}

.nav a:visited {
    color: #000;
}

.cms-content h1, .cms-content h2, .cms-content h3 {
	color:#f0b811;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.icon p {
    position: absolute;
    width: 70px;
    text-align: center;
    bottom: 40px;
    opacity: 0;
		z-index: -1;
}
.icon:hover p {
    opacity: 1;
    bottom: 0;
    -webkit-transition: bottom .3s, opacity .1s;
    transition: bottom .3s, opacity .1s;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #f0b811;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.header {
	box-sizing: content-box;
	min-height: 53px;
	background: transparent url('../../images/nav-bg.png') center top no-repeat;
	border-bottom: 3px solid #000000;
}

.header__inner {
	margin: 0 auto;
	position: relative;
}

.header__logo-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.module {
	max-width: 100%;
	margin: 0 auto;
}

.module.banner-images {
    max-width: 960px;
    margin: 0 auto;
}

.module.banner-images__full-width {
    max-width: 100%;
}

.nav {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f0b811;
}

.nav__link {
	color: #000;
	padding: 5px 11px;
	text-decoration: none;
}
.nav__link,
.nav__link:visited {
}
.nav__link__level-1,
.nav__link__level-1:visited {
	font-weight: 700;
	line-height: 53px;
	padding: 0 11px;
	text-transform: uppercase;
}


.nav__item:hover > .nav__link, .nav__item__current > .nav__link {
    /* background: #a27c0c url(../../images/dropdown-bg.png) left top repeat; */
    color: black;
    /* text-decoration: underline; */
    background-color: #cc9d13;
}
.nav__item:hover > .nav__link__level-1,
.nav__item__current > .nav__link__level-1 {
	text-decoration: none;
}

.nav__list {
	background-color: transparent;
}
.nav__item:hover > .nav__list,
.nav__item__current > .nav__list {
	/*background: #a27c0c url('../../images/dropdown-bg.png') left top repeat;*/
	    background-color: #daa812;
}

.nav__link__level-2:visited {
    color: #000000;
}

.six-things {
}

/*.six-things__button {
	position: absolute;
	right: 0;
	top: 0;
	width: 261px;
	height: 66px;

	background: transparent url("../../images/six-things/button.png") left top no-repeat;
	box-sizing: border-box;
	display: block;
	color: black;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}*/

.six-things__button {
    position: absolute;
    right: 20px;
    top: 50%;
    /* width: 261px; */
    /* height: 66px; */
    /* background: transparent url(../../images/six-things/button.png) left top no-repeat; */
    box-sizing: border-box;
    display: block;
    color: black;
    font-size: 17px;
    font-weight: bold;
    margin-top: -30px;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f0b811;
}

.six-things__button:visited {
    color: #000000;
}

.six-things__contents-wrap {
	background: transparent url('../../images/six-things/content-bg.png') center top no-repeat;
	background-size: cover;
}

.six-things__contents {
	max-width: 980px;
	margin: 0 auto;
}

.six-things__content {
	position: relative;

	display: none;
	font-size: 110%;
	line-height: 1.6;
	padding: 1em 300px 1em 1em;
}
.six-things__content__open {
	display: block;
}

.six-things__picker-wrap {
	background: transparent url('../../images/six-things/picker-bg.png') center top no-repeat;
	background-size: cover;
  margin-top:5px;
}

.six-things__picker {
	background-color: black;
	max-width: 100%;
	margin: 0 auto;
}

.six-things__picker::after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}

.six-things__pick {
	position: relative;

	background-size: cover;
	background-position: center top;
	cursor: pointer;
	float: left;
	padding-top: 28.155844%;
	transition: background-position .3s ease;
	width: 16%;
}
.six-things__pick__open,
.six-things__pick:hover {
	background-position: center bottom;
}
.six-things__pick__fire      { background-image: url(../../images/six-things/fire.jpg); }
.six-things__pick__rescue    { background-image: url(../../images/six-things/rescue.jpg); }
.six-things__pick__hazmat    { background-image: url(../../images/six-things/hazmat.jpg); }
.six-things__pick__medical   { background-image: url(../../images/six-things/medical.jpg); }
.six-things__pick__other     { background-image: url(../../images/six-things/other.jpg); }
.six-things__pick__equipment { background-image: url(../../images/six-things/equipment.jpg); }

.six-things__pick + .six-things__pick {
	margin-left: 0.8%;
}

.six-things__pick::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 14px;
	margin-left: -14px;

	background: transparent url("../../images/six-things/picker-arrow.png") left top no-repeat;
	content: " ";
	display: block;
	opacity: 0;
}
.six-things__pick__open::after,
.six-things__pick:hover::after {
	opacity: 1;
}

.six-things__pick-text {
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 100%;

	color: black;
	display: block;
	font-size: 23px;
	font-weight: 700;
	opacity: 0;
	text-align: center;
	text-transform: uppercase;
	transition: opacity .3s ease;
}
.six-things__pick__open .six-things__pick-text,
.six-things__pick:hover .six-things__pick-text {
	opacity: 1;
}

.six-things__mobile {
    display: none;
}

.six-things__mobile__contents-item {
    padding: 1em;
    font-size: 110%;
    line-height: 1.6;
    background-color:#1e1e1e;
}

.six-things__mobile__contents-item + .six-things__mobile__contents-item {
    border-top: 1px solid #525151;
}

.six-things__mobile__contents-item h2 {
    text-transform: uppercase;
}

.six-things__mobile .six-things__button {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    margin: 1em 0 0 0;
}

.main {
    background: transparent url(/images/grunge1.png) center top no-repeat;
		background-size:contain;
    background-color: #303030;
}

.no-page-header-space {
    height: 40px;
		height: 40px;
		background: transparent url(/images/grunge-short.png) center bottom no-repeat;
		background-size: cover;
		background-color: #303030;

}

#subfooter {
    margin: 0 auto;
    /* padding-top: 66px; */
    vertical-align: middle;
    text-align: center;
    padding: 3em 1em;
}

#subfooter li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 16px;
    height: 49px;
    background: transparent url(../../images/subfooter-divider.png) right center no-repeat;
}

#subfooter li a {
    height: 49px;
}

#footer-nsc a {
    display: block;
    width: 47px;
    background: transparent url(../../images/footer-icon1.png) left center no-repeat;
    text-indent: -9000px;
}

#footer-osha a {
    display: block;
    width: 104px;
    background: transparent url(../../images/footer-icon2.png) left center no-repeat;
    text-indent: -9000px;
}

#footer-sprat a {
    display: block;
    width: 97px;
    background: transparent url(../../images/footer-icon3.png) left center no-repeat;
    text-indent: -9000px;
}

#footer-nfpa a {
    display: block;
    width: 40px;
    background: transparent url(../../images/footer-icon4.png) left center no-repeat;
    text-indent: -9000px;
}

#footer-evac a {
    display: block;
    width: 60px;
    background: transparent url(../../images/footer-icon5.png) left center no-repeat;
    text-indent: -9000px;
}

#footer-login a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    color: #7f7f7f;
    font-weight: 700;
    padding-top: 10px;
}

.footer {
    /* background: transparent url(../../images/footer-bg.png) center top no-repeat; */
    /*background-color: #303030;*/
    /* height: 407px; */
		background: #303030; /* Old browsers */
		/*background: -moz-linear-gradient(left, #1e1e1e 0%, #303030 9%, #303030 91%, #1e1e1e 100%);
		background: -webkit-linear-gradient(left, #1e1e1e 0%,#303030 9%,#303030 91%,#1e1e1e 100%);
		background: linear-gradient(to right, #1e1e1e 0%,#303030 9%,#303030 91%,#1e1e1e 100%);
    background-size: cover;
    padding: 1em; */
}

.footer__inner {
	padding: 0 0 6em 0;
	background: rgb(48,48,48, 0);
	/*background: -moz-linear-gradient(top, rgb(48,48,48, 0) 75%, rgb(30,30,30) 100%);
	background: -webkit-linear-gradient(top, rgb(48,48,48, 0) 75%,rgb(30,30,30) 100%);
	background: linear-gradient(to bottom, rgb(48,48,48, 0) 75%,rgb(30,30,30) 100%);*/
}

.footer__sales-resources {
	margin-bottom: 1em;
}

#footer-links {
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
    /* padding-top: 25px; */
    padding: 3em 1em;
		position: relative;
}

#footer-links:after {
    content: "";
    background: url(/images/3-up-after.png) center top no-repeat;
    display: block;
    width: 100%;
    background-size: contain;
    height: 30px;
    margin-top: 40px;
    /* bottom: -20px; */
    /* position: absolute; */
}

#footer-links li {
    display: inline-block;
		padding: 0 26px 0 34px;
}

#footer-links li + li {
    padding: 0 26px 0 34px;
    background: transparent url(../../images/bullet.png) left center no-repeat;
}

#footer-links li.gst-last {
    background-image: none;
    padding-right: 26px;
}

#footer-copyright {
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding-top: 35px;
    width: 450px;
    margin: 0 auto;
}

#footer-links li a {
    display: block;
    color: #8a8a8a;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.cta-box {
    padding: 2em;
    text-align: center;
}

.cta-box a {
    background-color: #f0b811;
    padding: 1em;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
}

.testimonials-box {
	background: rgb(132,131,129);
	background: linear-gradient(0deg, rgba(132,131,129,1) 0%, rgba(111,110,109,1) 50%, rgba(132,131,129,1) 100%);
    _background: transparent url(../../images/testimonials-box.png) left bottom repeat;
    color: #181818;
    text-align: center;
    box-shadow: -3px 7px 5px rgba(0, 0, 0, 0.75);
    margin-bottom: 22px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0.7em;
}

.testimonials-box cite {
	background: rgb(54,53,53);
	background: linear-gradient(0deg, rgba(54,53,53,1) 0%, rgba(63,62,62,1) 50%, rgba(54,53,53,1) 100%);
    display: block;
	color: #b2b2b2;
    font-size: 15px;
    font-style: normal;
    padding: 0.5em 0;
    margin-top: 1em;
    border-top: 1px solid #7c7977;
    border-bottom: 1px solid #7b7978;
}

.testimonials-box__quote {
	padding: 2em 1em 0 1em;
	font-size: 17px;
	margin: 0 auto;
	max-width: 600px;
	display: block;
}

#sidebar {
    width: 100%;
    background-color: #303030;
}

.icons-box {
    display: block;
    padding: 2em;
    text-align: center;
		border-bottom: 2px solid #3a3a3a;
}

.icon {
	display: inline-block;
	vertical-align: top;
	padding: 1em;

}

/* ============================================================
	Events
============================================================ */

.events__item + .events__item {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #585858;
}

.events-view__heading {
    text-transform: uppercase;
    margin-bottom: .7em;
    font-size: 1.5em;
    color: #f0b811;
    text-align: center;
    padding-bottom: .5em;
    border-bottom: 1px solid #545454;
}

.events__title {
    text-transform: uppercase;
}

/* ============================================================
	Testimonials
============================================================ */

.feeds__type__testimonial {
    background-color: #30303000;
    color: #9f9f9f;
}

.testimonials__citation-person {
    color: #9f9f9f;
    text-transform: uppercase;
}

.testimonials__citation {
    text-align: right;
    position: relative;
    padding-bottom: 2em;
}

.testimonials__list {
    border-top: 1px solid #4c4c4c;
    padding: 0 1em;
}

.testimonials__item {
    margin-top: 1.5em;
}

.feeds__type__testimonial .generic__inner {
    padding: 2em 0;
    max-width: 700px;
}

.testimonials__citation:after {
    content: "";
    background: url(/images/3-up-after.png) center top no-repeat;
    display: block;
    width: 100%;
    background-size: contain;
    height: 30px;
    bottom: -20px;
    position: absolute;
}

/* ============================================================
	Directory
============================================================ */

.directory-view h1 {
    margin-bottom: 1em;
}

.directory__item {
    box-shadow: 0px 3px 3px #0000003b;
    padding: 1em;
    -webkit-transition: box-shadow .3s;
   transition: box-shadow .3s;
   background-color: #3c3c3c;
}

.directory__item:hover {
    box-shadow: 0px 3px 8px #00000099;
}

.directory__photo {
    float: left;
    margin: 0 2em 0 0;
}

.cms-content ul {
    list-style-type: disc;
    display: inline-block;
}

/* ============================================================
	Find A Salesman
============================================================ */



.find-salesman-regions {
    text-align: center;
    padding-top: 2em;
    border-bottom: 5px solid #282828;
    position:relative;
    z-index:100;
}

.find-salesman-regions::after {
    content: url(/images/find-salesman-map-arrow-1.png);
    font-weight: bold;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -32px;
}

.find-salesman h1 {
    color: #f0b811;
    font-size: 1.4em;
    margin-bottom: .4em;
    text-transform: uppercase;
}

.find-salesman-map-box {
    max-width: 1200px;
    width: 90%;
    display: block;
    margin: 1em auto;
    background-color: grey;
    background: transparent url(../../images/find-salesman-map.png) center center no-repeat;
    background-size: contain;
}

.find-salesman-map-link {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    padding: 9em 0;
}

.salesman-pic-mobile {
  display:none;
  width:100%;
  margin-bottom:1em;
}

.find-salesman-map-link span {
      color: #ffffff;
      background-color: #f0b811;
      display: inline-block;
      padding: .2em 1em;
      border-radius: 50px;
      border: 2px solid #ffffff;
      text-transform: uppercase;
      font-weight: 600;
      box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.3);
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition: box-shadow .3s, transform .3s;
      transition: box-shadow .3s, transform .3s;
}

.find-salesman-map-link:hover.find-salesman-map-link span {
  box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.find-salesman-region {
    background-color: #656565;
    padding: 3em 2em 2em 2em;
    text-align: center;
    background: rgb(63,63,63);
    background: -moz-linear-gradient(top, rgb(63,63,63) 0%, rgb(101,101,101) 15%, rgb(101,101,101) 34%);
    background: -webkit-linear-gradient(top, rgb(63,63,63) 0%,rgb(101,101,101) 15%,rgb(101,101,101) 34%);
    background: linear-gradient(to bottom, rgb(63,63,63) 0%,rgb(101,101,101) 15%,rgb(101,101,101) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#656565',GradientType=0 );
}

.find-salesman-region-info-wrapper {
    min-height: 700px;
    overflow: hidden;
    background: rgb(63,63,63);
    background: -moz-linear-gradient(top, rgb(63,63,63) 0%, rgb(101,101,101) 15%, rgb(101,101,101) 34%);
    background: -webkit-linear-gradient(top, rgb(63,63,63) 0%,rgb(101,101,101) 15%,rgb(101,101,101) 34%);
    background: linear-gradient(to bottom, rgb(63,63,63) 0%,rgb(101,101,101) 15%,rgb(101,101,101) 10%);
}

.find-salesman-region-info {
    max-width: 920px;
    margin: 0 auto;
}

.find-salesman-region-info h2 {
    margin-bottom: 1em;
}

.find-salesman-region-info:after {
    content: "";
    background: url(/images/3-up-after.png) center top no-repeat;
    display: block;
    width: 100%;
    background-size: contain;
    height: 30px;
    margin-top: 40px;
}

.find-salesman-salesman {
    padding: 1em;
    margin-top: 1em;
    width:100%;
    max-width: 920px;
    display: inline-block;
}

.salesman-pic {
    width: 100px;
    height: auto;
    margin-bottom: 1.3em;
}

.find-salesman-salesman a {
    background-color: #f0b811;
    padding: 1em;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    max-width: 300px;
    margin: 3em auto 0 auto;
}

.find-salesman-salesman-info {
    display: inline-block;
    vertical-align: top;
    padding: 0 1em;
    width: 45%;
}

.find-salesman-salesman-info h3 {
    font-size: 1.1em;
}

.find-salesman-salesman-info p {
    padding: .3em 0;
}

.salesman-info1 {
    text-align: right;
}

.salesman-info2 {
    text-align: left;
}

.find-salesman-salesman-info + .find-salesman-salesman-info {
  border-left: 1px solid #f0b811;
}
