@font-face {
	font-family: 'brandon_grotesquebold';
	src: url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.eot');
	src: url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.woff2') format('woff2'),
		 url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.woff') format('woff'),
		 url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.ttf') format('truetype'),
		 url('https://www.zippia.com/research/best-companies-milwaukee-3/brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
	font-weight: normal;
	font-style: normal;

}
p{
	font-size: 1em!important;
	margin-bottom:5px;
}
h1{
	font-family:'brandon_grotesquebold','Open Sans'!important;
	text-transform:uppercase;
	font-size: 36px;
	letter-spacing: 3.6px;
}
h2{
	margin-top:60px;
}
.header.header.header-new{
	position:absolute;
}
.title-section{
	margin-top:60px;
	background-color:#fafafa;
	padding-top: 30px 0px 0px 0px;
}
@media (max-width: 600px) {
	.title-section{
		margin-top:70px;
		padding: 10px 0px;
	}
}
/* scrollama */

#scroll, scrollJobs {
	position: relative;

}

.scroll__graphic {
	position: -webkit-sticky;
	position: sticky;
	float: right;
	top: 0;
	right: 2rem;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.scroll__text {
	position: relative;
	padding: 0 1rem;
	width: 33%;
}

.step {
	padding-top:200px;
}
@media (max-width: 600px) {
	.scroll__graphic{
		float:none;
		width:100%!important;
		top:0!important;
		background: white;
		height:initial!important;
		box-shadow: 0 4px 4px -2px #efefef;
	}
	.scroll__text {
		position: static;
		width: 100%;
	}
	.step{
		padding-top:100px;
	}
}

.step p {
	padding: 1rem;
	font-size: 1.5rem;
	border: 1px solid #efefef;
	border-radius: 4px;
	background-color: lightgoldenrodyellow;
}

/* Graphic */
#canvas{
 width:100%;
 z-index:1000;
}
#populationCanvas{
	width:100%;
	z-index:1000;
}
.axis{
	font-size:.7em;
}

.line {
  fill: none;
  stroke: #333;
  stroke-width: 2;
}

.hitbox{
  fill: none;
  stroke: transparent;
  stroke-width: 2em;
}

.grayed{
	stroke: #F5F5F5!important;
}

.careerAnnotationCircle{
	fill:white;
	stroke:black;
	stroke-width:.2em;
}

.careerAnnotationText{
	stroke-width: .1em;
	stroke: #333;
	font-size:.85em;
}
.graphTitle{
	font-size:1.5em;
}
.graphTitle2{
	font-size:.9em;
}
@media (max-width: 600px) {
	.graphTitle{
		font-size:1em;
	}
	.graphTitle2{
		font-size:.75em;
	}
	.careerAnnotationText{
		font-size:.65em;
	}
}
.kolmar{
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 24px;
	position: relative;
	margin-top: 12px;
	margin-bottom: 30px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.kolmar p{
	font-size:18px;
	line-height: 27px;
	margin-bottom: 30px;
}
ul, ol {
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 2;
	font-size: 18px;
	text-align: left;
	list-style: initial;
	margin-left:50px;
}
.articleTitle{
	border:1px solid #c0c5cf;
	padding:15px 10px;
	text-align:center;
	line-height:24px;
	font-size:16px;
}
.articleImage{
	border:1px solid #c0c5cf;
}
.articleImage img{
	max-height:200px;
	width:100%;
}
.row{
	margin-bottom:30px;
}
h2{
	margin-top:60px;
}
.states {
  fill: none;
  stroke:#E5E2E0;
  stroke-width:1px;
}

.caption{
	fill:#635F5D;
}

.calcaxis.calcaxis--mid path{
	stroke: #c9b49c;
	stroke-dasharray: 4px 4px;
}
.calcaxis.calcaxis--y path{
	stroke:none;
}
.calcaxis.calcaxis--x line{
	stroke:#c9b49c;
}
.calcaxis.calcaxis--x text{
	fill: #745b3f;
}
.mini-chart p{
	text-align: center;
	margin-bottom: -5px;
	size:.75em;
}
.grad-careers-sec .sec-head, {
    height: 340px;
    position: relative;
	color:white;
}
.sec-head:before {
    content: "";
    background: rgba(0,0,0,0.9);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	color:white;
}
#employmentHistogram{
	margin-top:20px;
	width:100%;
	height:400px;
}
div.tooltip {
	position: absolute;
	text-align: center;
	width: 90px;
	height: 40px;
	padding: 2px;
	font: 14px sans-serif;
	background: lightsteelblue;
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
}
.tip2{
	border: 1px solid steelblue;
	padding: 5px;
	position: absolute;
	display: none;
	background: white;
	font-size:10px;
}
.calcInput{
	padding: 6px;
	border: 2px solid #7cc956;
	font-weight: bold;
	text-align: center;
	margin-top:20px;
}

.personalize{
	text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
	border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.personalize select{
	-webkit-appearance:menulist;
	cursor: pointer;
}
@media (max-width: 600px) {
	.personalize select, .personalize input{
		font-size: .75em;
	}
}
#result{
	padding-top: 20px;
}

#calculator{
	border: 1px solid #dedede;
	padding:20px 20px 0px 20px;
	border-radius: 4px;
	margin-bottom:20px;
}
.font-weight-bold{
	font-weight: bold;
}