/*SHARED*/
html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #4d4d4d;
}

.logos{
	height: 40px;
}
.logos img{
	margin: 15px;
}
.logos img.bfa{
	position: relative;
	top: -3px;
	width: 50px;
}
.header{
	margin: 20px 0 0 0;
	background-color: #E6E6E6;
	height: 145px;
	width: 100%;
	min-width: 1300px;
}
.header .controls{
	border-left: solid 2px #fff;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}
.header .controls .fields{
	width: 375px;
	height: 100%;
}
.header .controls .compare{
	width: 215px;
	height: 100%;
}
.header .controls .gender{
	width: 150px;
	height: 100%;
}
.header .controls .title{
	color: #0D2D37;
	font-weight: 100;
	font-style: italic;
	text-transform: uppercase;
	font-size: 18px;
}
.header .controls .directions{
	font-size: 12px;
	color: #666;
}
.header .controls .fields .contents{
	margin: 7px 0;
}
.header .controls .compare .contents{
	margin: 21px 0;
}
.header .controls .gender .contents{
	margin: 21px 0;
}
.header .controls .gender .contents .ui.buttons.genderButtons{
	vertical-align: top
}
.header .controls .gender .contents .legend{
	display: inline-block;
	margin-left: 10px;
}
.header .controls .contents .select{
	/*display: inline-block;*/
	margin-top: 5px;
}
.chosen-select{
	width: 375px;
}
span.dot{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px #fff;
}
.male span.dot{
	background-color: #0071BC;
}
.female span.dot{
	background-color: #F15A24;
}
.header .controls .gender .contents .label{
	position: relative;
	top: -5px;
	left: 5px;
}
#viz{
	width: 1280px;
	height: 700px;
}
.mapShape{
	fill: #ddd;
}
.regionMarker{
	fill: #666;
	stroke: #fff;
}
.regionMarkerLine{
	stroke: #666;
	fill: none;
}
.regionName{
	fill: #666;
	font-size: 12px;
	font-weight: 700;
}
.ageStrip{
	fill: #eee;
	stroke: #fff; 
}
.hidden{
	display: none !important;
}
.fieldLabel{
	/*text-transform: uppercase;*/
	font-weight: 600;
	fill: #999;
}
.axisLabel{
	font-weight: 400;
	fill: #ccc;
	font-size: 10px;
}
.ageBuckets .axisLabel{
	font-weight: 700;
	fill: #aaa;
}
.dot.gender-B{
	fill: #009245;
	stroke: #fff;
	stroke-width: 0.5px;
}
.dot.gender-F{
	fill: #F15A24;
	stroke: #fff;
}
.dot.gender-M{
	fill: #0071BC;
	stroke: #fff;
}
.dot.average, .dot.varavg{
	fill: #fff;
	stroke: #ccc;
}
.line{
	fill: none;
	stroke: #009245;
	stroke-width: 1px;
}
.line.female{
	fill: none;
	stroke: #F15A24;
	stroke-width: 1px;
}
.line.male{
	fill: none;
	stroke: #0071BC;
	stroke-width: 1px;
}
.line.average, .line.varavg{
	fill: none;
	stroke: #bbb;
	stroke-width: 1px;
	stroke-dasharray: 2,2;
}

/*OVERRIDE SEMANTIC UI CSS*/
.ui.toggle.checkbox{
	vertical-align: top;
	margin-top: 7px;
}
.ui.toggle.checkbox .box, .ui.toggle.checkbox label{
	padding-left: 55px;
	padding-right: 10px;
	color: #0D2D37;
	font-family: 'Lato' !important;
	text-transform: uppercase;
}
.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  /*background-color: #48a39c !important;*/
}
.ui.active.button{
	background-color: #2185d0;
	color: #fff;
}
.ui.active.button:hover{
	background-color: #0D2D37;
	color: #fff;
}
/*END OVERRIDE SEMANTIC UI CSS*/