.cs-map-container {
	display: block;
}
.cs-map-container table {
	width: 100%;
}
.cs-county {
	margin-top: 25px;
}
.cs-county-select {
	display: inline;
	float: right;
}
.cs-county-county {
	display: inline;
	color: #000000;
    font-size: 1.55rem;
    font-weight: 400;
}
.cs-county-name {
	color: #FF9A1F;
}
.cs-cs-print {
	display: inline;
}
.cs-print-button {
	float: right;
	margin-left: 10px;
	padding-top: 4px;
    padding-bottom: 4px;
	font-size: 0.9em;
}
.cs-maps {
	width: 100%;
	display: table;
	margin-top: 25px;
	margin-bottom: 25px;
}
.cs-maps svg {
	max-height: 800px; 
}
.cs-map-wrapper,
.cs-map-space {
	display: table-cell;
}
.cs-map-wrapper {
	background-color: #F4CA7F;
	border: 1px solid #B4B4B4;
	vertical-align: middle;
	position: relative;
}
.cs-map-1 {
	width: 63%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.cs-map-2 {
	width: 35%;
	padding-top: 30px;
	padding-bottom: 40px;
}
/* min-width for IE */
.cs-map-space {
	min-width: 15px;
}

.cs-map-1,
.cs-map-2 {
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
.cs-map-title {
	display: block;
	position: absolute;
	top: 15px;
	right: 18px;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
}
.cs-map-container h2 {
	color: #FF9A1F;
	font-size: 1.55rem;
	font-weight: 400;
}
.cs-map-resources table {
	width: 100%;
	margin-top: 15px;
	font-size: 0.833rem;
	border: 1px solid #DDDDDD;
	box-sizing: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
.cs-map-resources table th {
	font-size: 0.95rem;
	padding: 10px;
	color: #FFFFFF;
	text-align: left;
	background-color: #FF9933;
	border: 1px solid #FF9933;
}
.cs-map-resources table td {
	padding: 10px;
	text-align: left;
	border: 1px solid #DDDDDD;
}
	

/* Prevents city text labels from masking mouse events */
.pass-through {
	pointer-events: none;
}
path.map-path-county {
	fill:#FFFFFF;
	stroke:#DDDDDD;
	stroke-width:3;
	stroke-linecap:round;
}
path.map-path-county-hover,
path.map-path-county-selected-hover,
path.map-path-county:hover {
	fill: #85B1E8;
	stroke:#DDDDDD;
	stroke-width:3;
	stroke-linecap:round;
}
path.map-path-county-selected {
	fill: #FF9A1F;
	stroke:#DDDDDD;
	stroke-width:3;
	stroke-linecap:round;
}
text.map-label {
	font-size: 18px;
	font-weight: bold;
}

/* --- BUTTONS --- */
button, 
.cs-button {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    display: inline-block;
    color: #FFFFFF;
	font-family: inherit; 
    font-size: 0.95rem;
    font-weight: bold;
    background-color: #FD9840;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover, 
.cs-button:hover {
	opacity: 0.75;
}


/* --- GLOBAL FORM ELEMENTS --- */
input:focus,
textarea:focus,
select:focus,
:focus  {
    outline: none;
}
label {
	display: block;
	position: relative;
	font-size: 1rem;
	margin-bottom: 4px;
}
label p { 
	display: inline; 
}
input,
textarea,
select,
.cs-vault-text-area {
	min-height: 32px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	display: inline-block;
	overflow: auto;
	font-size: 1em;
	line-height: 110%;
	vertical-align: middle;
	border: 1px solid #A7A7A7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
select {
	height: 32px;
	margin-bottom: 2px;
}
textarea,
.cs-vault-text-area {
	width: 100%;
	margin-top: 3px;
	margin-left: 0;
	display: block;
	line-height: 125%;
	background-color: #FFFFFF;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
	box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #7D7D7D;
}
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-border-image: 1px solid #0066CC;
    -webkit-box-shadow: 0 0 0 50px white inset;
	box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #000000;
	transition: background-color 5000s ease-in-out 0s;
}
input:focus,
textarea:focus,
select:focus,
.cs-vault-text-area:focus {
	color: #000000;
	border: 1px solid #0066CC;
	-webkit-box-shadow: 0 0 5px #CBCBCB;
	box-shadow: 0 0 5px #CBCBCB;
	transition: background-color 5000s ease-in-out 0s;
}
input[type='checkbox'],
input[type='radio'] {
    width: 20px;
    height: 20px;
	margin-top: -2px;
	margin-left: -30px;
	display: inline;
	position: static;
	border: inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cs-vault-form-text ul > li {
	margin-left: 15px;
	list-style: disc;
}
.cs-vault-form-element.boolean-mutex-question input[type='checkbox'],
.cs-vault-form-element.boolean-question input[type='checkbox'] {
	position: absolute;
	top: 7px;
}
.cs-vault-form-element.boolean-mutex-question input[type='radio'],
.cs-vault-form-element.boolean-question input[type='radio'] {
	position: absolute;
	top: 2px;
}
input[type='checkbox'] {
    width: 24px;
    height: 24px;
}
input[type='radio'] ~ label,
input[type='checkbox'] ~ label {
	/*margin-left: 9px; Causing misalignment on multi-line text*/
	clear:  none;
	display: inline;
}
input[type='radio'] ~ label,
input[type='radio'] ~ label p,
input[type='checkbox'] ~ label,
input[type='checkbox'] ~ label p {
	line-height: 100%;
}
input[type=checkbox] + label,
input[type=radio] + label {
	color: #111111;
} 
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #000000;
} 
input[type="text"]:disabled {
	border: 1px solid #C4C4C4;
	background-color: #F0F0F0;
}
textarea ~ label {
	padding-top: 4px;
	display: block;
	position: relative;
}
.json-field-alternative { /* used to represent the contents of a textarea field when disabled. Think "comments for the user" in the return form. */
	font-size: 1.2em;
	font-weight: bold;
}

/* --- FORM REQUIRED --- */
.cs-vault-required {
	display: inline-block;
	padding-left: 2px;
	color: #0060D2;
}

/* --- FORM DISABLED --- */
input:disabled {
	border: 1px solid #E3E3E3;
	/*color: #AFAFAF;*/
}
.cs-vault-signature-disabled {
	max-width: 730px;
	max-height: 160px;
	padding: 15px;
	background-color: #F0F0F0;
	border: 1px solid #E3E3E3;
}

@media print { 
	.no-print { 
		display: none !important; 
	} 
}

@media (max-width:560px){
	.cs-county-select {
		float: none;
	}
	.cs-county-name {
		display: none;
	}
	.cs-maps {
		width: 100%;
		display: block;
	}
	.cs-map-1,
	.cs-map-2 {
		width: 91.5%;
		display: table;
		padding-left: 4%;
		padding-right: 4%;
	}
	.cs-map-space {
		display: none;
	}
	.cs-map-1 {
		margin-bottom: 15px;
		padding-top: 10px;
	}
	.cs-map-2 {
		margin-bottom: 15px;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.cs-map-title {
		font-size: 1.5em;
	}
	.cs-map-resources {
		overflow-x: scroll;
	}
	table {
		min-width: 425px;
	}
}
