@charset "UTF-8";

#img_top {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

#top_head {
	background-color: #bbbbbb;
	border-top: 3px solid #e54d25;
	text-align: center;
	position: relative;
	padding: 0.5rem;
}

#top_second {
	background-color: #e54d25;
	text-align: center;
	position: relative;
	padding: 0.5rem;
}

h2 {
	font-family: 'Roboto', Proxima Nova, Gotham, Helvetica Neue, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	color: #ffffff;
	position: relative;
	padding-top: 0.25rem;
}

#body_container {
	background-color: #555555;
}

#body_copy {
	position: relative;
	padding-left: 2.0rem;
}

#first_head {
	color: #ff5224;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 1.7em;
	font-weight: 100;
	text-align: center;
	position: relative;
	margin-top: 3.0rem;
    margin-bottom: 1.0rem;
}

#sub_head {
	color: #ffffff;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 1.35em;
	font-weight: 300;
	text-align:center;
	position: relative;
	margin-bottom: 1.0rem;
}

p {
	color: #ffffff;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 0.9em;
	line-height: 1.35em;
	font-weight: 100;
	text-align: center;
}

li {
	color: #ffffff;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 0.9em;
	line-height: 1.35em;
	font-weight: 100;
	text-align: left;
	position: relative;
	margin-left: 30%;
}

.emphasis {
	font-weight: 500;
	color: #ffffff;
	font-size: 1.0em;
}

#visit {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
}

#form {
	position:relative;
	padding: 1.0rem;
	margin-top: 4.0rem;
	margin-bottom: 5.0rem;
	margin-right: 20px;
	margin-left: 20px;
	background-color: #f6f6f6;
	border: 2px solid #dddddd;
	border-radius: 6px;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 0.9em;
	color: #484848;
}

#form_head {
	color: #ff5224;
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 2.4em;
	font-weight: 100;
	text-align: center;
	position: relative;
	margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.entry {
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 0.9em;
	color: #484848;
	position: relative;
	height: 2.0rem !important;
	width: 90% !important;
}

select {
	font-family: 'Roboto', Proxima Nova, Gotham, sans-serif;
	font-size: 0.9em;
	color: #484848;
	position: relative;
	height: 2.0rem !important;
	width: 90% !important;
}

label {
	position: relative;
	height: 2.0rem !important;
}

.submit {
	width: 100px;
	height: 44px;
	background-image: url(https://static2.3birdsmarketing.com/Clients/3BIRDSMARKETING/Buttons_Submit.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-top: 6px;
} 

.reset {
	width: 100px;
	height: 44px;
	background-image: url(https://static2.3birdsmarketing.com/Clients/3BIRDSMARKETING/Buttons_Reset.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-top: 6px;
}