/*
 * Theme Name: Salient child theme
 * Template: salient
 * */


h1, h2, h3, h4, h5, h6, p {
	font-family: 'museo-sans', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
h1 {
	color: #94d228;
}

@media only screen and (max-width: 1000px) {
	#sthoverbuttons {
		display: none;
	}
}

#view-all-positions {
  text-transform:uppercase;
  font-size:14px;
  font-weight:500;
}
a#view-all-positions {
  color: #337ab7;
}
a#view-all-positions:hover {
  color: #23527c;
  text-decoration: underline;
}

#privacy-confirmation {
	margin: 0 auto;
}
.privacy-confirmation {
	text-align: center;
}

header#top #toggle-nav i, header#top #mobile-cart-link i, header#top .span_9 > .slide-out-widget-area-toggle i {
    background-color: transparent!important;
    color: #a9a9a9;
    line-height: 34px;
    font-size: 18px;
    width: 18px;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}
