@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;
	font-family:'brandon_grotesquebold','Open Sans'!important;
	text-transform:uppercase;
}
.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;
	}
}
.kolmar a{
	color:#128dff!important;
}

/* Graphic */
#canvas{
 width:100%;
 z-index:1000;
}
#populationCanvas{
	width:100%;
	z-index:1000;
}
.axis{
	font-size:.7em;
}

.line {
  fill: none;
  stroke: #045a8d;
  stroke-width: 3;
}

.area{
	opacity: .9;
}
.domain{
	stroke:#745b3f;
}

.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;
}
.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:#745b3f;
}
.calcaxis.calcaxis--x text{
	fill: #745b3f;
}
.mini-chart{
	margin-bottom:20px;
}
.mini-chart p{
	text-align: center;
	margin-bottom: -5px;
	font-size:.9em!important;
}
.companyCard{
    border: 1px solid #d8dee2;
    border-radius: 4px;
    padding: 20px 0px;
    position: relative;
    float: left;
    margin-bottom: 40px;
    width: 100%;
    box-shadow: 0 22px 23px -19px rgba(0,0,0,.1);
    margin-left: 0px;
}
.tick{
	fill:#745b3f;
}
.toc{
	padding:20px;
	float:right;
	background:#fafafa;
	margin-right:-300px;
}
.toc h3{
	margin-top:0px;
	text-decoration: underline;
}
.toc ul{
	list-style-type: none;
	margin:0px;
}
.toc li{
	padding:10px 0px;
	border-bottom:1px solid #dedede;
}
.direction{
	font-size:.75em;
}
.worse{
	color:red;
}
.better{
	color:green;
}