body #animation_and_controls {
	width: 100%;
	position: relative;
	display: inline-block;
	min-height: 500px;
}

body #ani-left-wrap {
	background-blend-mode: multiply;
	width: 50%;
	position: relative;
	float: left;
	min-height: 500px;
}


#ani-left-content {
	width: 100%;
}

#green_box {
	width: 30%;
	position: absolute;
	right: 0;
	top: 20px;
	color: white;
	padding: 20px;
	background: linear-gradient(90deg, rgba(141, 198, 63, 1) 35%, rgba(100, 158, 54, 1) 100%);
	min-width: 250px;
}
/*IE

*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body #ani-left-wrap {
		background-blend-mode: unset;
		background: linear-gradient(90deg, rgba(0, 71, 115, 1) 35%, rgba(0, 135, 195, 1) 100%) !important;
	}
}
#green_box p {
	padding-left: 10px;
	font-weight: 600;
	font-size: 1em;
	letter-spacing: .03em;
	line-height: 1.1em;
}

#green_box .mobile-p {
	display: none;
}

#map-desc {
	width: 60%;
	position: absolute;
	min-width: 250px;
	text-align: left;
	color: white;
	left: 5%;
	top: 20px;
}

#map-desc h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 20px;
}

#map-desc-p-2 {
	font-size: .9em;
}

#map-desc-p-3 {
	font-size: .7em;
}

.switch_outer_wrap {
	width: 30%;
	float: right;
	margin: auto;
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	min-width: 250px;
}

body #animation_outer_wrap {
	position: relative;
	width: 50%;
	min-width: 50%;
	min-height: 500px;
	float: left;
}

.ani-layer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}



.switch_wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

.switch_label {
	vertical-align: middle;
	font-size: .8em;
	font-weight: 600;
}

/*switch*/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	border: white 3px solid;
}

.slider:before {
	position: absolute;
	content: "";
	top: 2.5px;
	bottom: 0;
	height: 9px;
	width: 9px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:disabled + .slider {
	opacity: .4;
	cursor: not-allowed;
}

input:checked + .service_toggle {
	background: linear-gradient(90deg, rgba(141, 198, 63, 1) 35%, rgba(0, 150, 214, 1) 100%);
}

input:checked + .taxing_toggle {
	background: linear-gradient(90deg, rgba(220, 221, 222, 1) 35%, rgba(0, 0, 0, 1) 100%);
}

input:checked + .lakes_toggle {
	background-color: #00416b;
}

input:checked + .pipeline_toggle {
	background: linear-gradient(90deg, rgba(234, 152, 19, 1) 35%, rgba(216, 108, 33, 1) 100%);
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(40px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
