/* incorporationforms.css - applies styles specific to this site */

body, label, .checkbox label {
	font-weight: 300;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

#state-dropdown {
	height: 60vh;
	overflow-y: scroll;
}



#map {
	width: 100%;
	height: 60vh;
}
.jvectormap-container {
	padding: 1em;
	border-radius: .5em;
}

#StateSelect {
	margin: 1em auto 1em auto;
}

#home div.panel-heading {
	background: url(/images/forms.png) no-repeat center center;
}

#home h1 {
	font-size: 3.5em;
	text-align: center;
	font-weight: bold;
	text-shadow: -2px 2px 5px #FFF;
	word-wrap: break-word;
}

#home h1 span {
	font-size: .5em;
	font-weight: normal;
}

#state h1, #form h1 {
	display: inline-block;
	font-size: 2.25em;
}

#form h1 {
	font-size: 1.5em;
}

#home {
	word-wrap: break-word;
}

#embedded-form {
	width: 100%;
	height: 50em;
}

#seal {
	height: 50px;
	width: 50px;
	margin: -1em 1em .5em 1em;
}

.infopanel h3 {
	border-bottom: 1px solid silver;
}

img.media-object {
	height: 96px;
	width: 96px;
	margin-right: 5px;
}

address {
	font-weight: bold;
	margin-left: 1em;
	font-size: 1.5em;
	border-radius: 5px;
	border: 1px #CCC dashed;
	padding: 10px;
	display: inline-block;
}

#print-container {
	display: none;
}

.break {
	word-break: break-all;
}

footer {
	margin: 20px 0 0;
	width: 100%;
	background: #E3E3E3;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	padding: 10px 0;
}

footer ul {
	list-style: none;
	padding: 10px 0;
}

footer li {
	display: inline;
}

footer ul li a {
	padding: 0 5px 0 5px;
}

#loading {
	display: none;
	height: 16px;
	width: 16px;
}

.green {color: #00CC00;}

@media screen and (max-width: 600px) {
    h1 {
		font-size: 2em !important;

	}
	.btn {
		width: 100%;
	}
	#embedded-form {
		height: 25em;
	}
	.cost {
		float: none !important;
		display: block;
	}
	h2 {
		font-size: 1.75em !important;
	}
	#map {
		height: 20em;
	}
	#print-btn {
		margin-top: 0.5em;
	}
}

@media (min-width: 320px) {
	.jvectormap-zoomin, .jvectormap-zoomout {
		display: none;
	}
}
