body, int-cont {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

html,
body, int-cont {
  height: 100%;
}

svg {

}

svg text {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
svg text::selection {
    background: none;
}


.accordionList {
	display: none;
}
.expandlist {
	text-align: center;
}
.dropdown-trigger {

}

.svg-container {
    display: contents;
    position: absolute;
    width: 100vw;
    margin: auto;
    vertical-align: top;

    overflow: hidden;
}
.svg-content {
    display: inline-block;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;

}

#xBtn {
	font-family: sans-serif;
	font-size: 30px;
	fill: white;
	cursor: pointer;
}

#xBtn:hover {
	fill: #F9E419 !important;
}

#vizSourcesText {
	width: 900px;
}

path#map2  {

  	stroke: red;
  	stroke-width: 3;
  	stroke-linejoin: round;
}

path .feature {
	stroke: white;
	stroke-width: .1px;
}

path {
	stroke: none;
	stroke-width: 1px;
}

path: hover {

}


circle.smallCircles.feature: hover{
	fill-opacity: .9 !important;
}

tspan {
	pointer-events: none;
}

.background {
  	fill: none;
  	pointer-events: none;
}

.feature {
  	cursor: default;
  	stroke-width: 0;
  	stroke: black;
}

.feature path {
	stroke: green;
}

.feature:hover {
	fill-opacity: .8;

}

.mesh {
	fill: none;
	stroke: white;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.legend {
	margin-left: 500px;
}

.legendLabels {
	font-size: 14px;
	font-family: din-2014, sans-serif;
	pointer-events: none;
	fill: #08519c;
	letter-spacing: .5px;
}

text {
	font-family: din-2014, sans-serif;
}

#vizTitleText {
	font-weight: bold;
	pointer-events: none;
}

#vizTitleText2 {
	font-weight: bold;
	pointer-events: none;
}

#vizSourcesText tspan{
	-webkit-user-select: all !important;
       -moz-user-select: all ;
        -ms-user-select: all ;
            user-select: all ;
            cursor: text;
}

#vizSourcesText tspan: hover {
	cursor: text !important;
}

#statesTitle {
	fill: #1E3E74;
	font-size: 16px;
	font-weight: bold;
}

.tooltipName {
	background-color: #333333;
	pointer-events: none;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	border-radius: 5px;
	color: #F9E419;
	border: 1px solid rgba(0,0,0,.5);
	text-align: center;
	font-family: din-2014, sans-serif;
}

.onBtn {
	fill: #1E3E74 !important;
}

.onBtn {
	pointer-events: none;
}

.toggleBtnText {
	fill: white;
	font-size: 15px;
	cursor: pointer;
	pointer-events: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.toggleBtn {
	fill: #2E5489;
	position: fixed;
	cursor: pointer;

	border-radius: 3px;
}

.toggleBtn:hover {
	fill: #3E6A9E;

}

.toggleBtnBG {
	fill: #1E3E74;
}

.stateNameText {
	fill: white;
	font-size: 16px;
	font-family: din-2014, sans-serif;
	pointer-events: none;
	text-shadow: .04em 0.04em 0.2em black, 0.04em 0.04em 0.2em black, 0.04em 0.04em 0.2em black};
}

.stateBtnsText {
	fill: white;
	font-size: 16px;
	font-family: din-2014, sans-serif;
	pointer-events: none;
	text-shadow: 0 0 .2em black, 0 0 .2em black, 0 0 .2em black};
}

text.modalStateTitle {
	font-size: 20px;
	font-family: din-2014, sans-serif;
	opacity: 0;
}

text.modalDataLabel {
	font-size: 20px;
	fill: white;
	font-weight: regular !important;
	pointer-events: none;
}

text.modalDataPoint {
	font-size: 40px;
	fill: #F9E419;
	pointer-events: none;
}

#stateInfo {
	position: fixed;
	margin-left: 100px;
	margin-top: -450px;
	fill: #08306b;
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	transition: opacity .5s;
	border: 2px solid darkblue;
}

#stateInfoBG {
	position: fixed;
	margin-left: 130px;
	margin-top: -420px;
	fill: #333333;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	filter: drop-shadow(-5px -5px 5px #000000);
}

.stateNameTitle {
	font-size: 14px;
	font-family: din-2014, sans-serif;
	color: darkblue;
}

circle {
  cursor: pointer;

}

circle:hover {


}

.stateBtnsText {
	pointer-events: none;
}

.miniMapLabelText {
	fill: #f8e301 !important;
}

#miniMapLabelTitle {
	font-size: 14px;
	fill: #08519c;
}

.btn, .btn-large, .btn-small {
    background-color: #183c75;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #325286;
}
.btn:focus, .btn-large:focus, .btn-small:focus {
    background-color: #183c75;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #183c75;
}

@media only screen and (min-width: 540px) {
	#dropdown-cont {
		display: none;
	}
}
