@charset "UTF-8";

h1 {
	font-family: Proxima Nova;
	font-size: 3.0em;
	font-weight: 100;
	color: #4a4e8e;
	display: inline-block;
	position: relative;
	top: 0.5rem;
}

h2 {
	text-align: center;
}

h3 {
	font-family: Proxima Nova;
	font-size: 1.05em;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	position: relative;
}

p {
	font-family: Proxima Nova;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 0.75rem;
}

.emphasis {
	font-family: Proxima Nova;
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;
}

.disclaimer {
	font-family: Proxima Nova;
	font-size: 0.75em;
	font-weight: 100;
	color: #fff;
	font-style: italic;
}

.purple {
	background-color: #4a4e8e !important;
}

ul {
	font-family: Proxima Nova;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 1.25em;
	color: #fff;
	margin: 0 !important;
	position: relative;
	left: 0.0rem !important;

}

li {
	position: relative;
	left: 0.0rem !important;
	margin-left: 0.0rem !important;
	padding-left: 0.0rem !important;
}

.newsletter-list {
	margin-left: 0.0rem !important;
	padding-left: 0.0rem !important;
}

.icon {
	margin: 1.0rem;
	width: 10%
}

#body {
	margin-top: 3.0rem;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

#img-panel {
	background-color: #4a4e8e !important;
	margin: auto;
}

#body-container {
	color: #484e8e !important;
}

.image {
	margin: auto;
	width: 100%;
	position: relative;
	margin-top: 1.0rem;
	margin-right: 1.0rem;
}

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

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

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

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

label {
	position: relative;
	height: 1.5rem !important;
	top: -0.25rem;
}

#schedule {
	background-color: #4a4e8e;
	margin-top: 1.0rem;
	margin-bottom:  0rem;
	width: 65%;
	font-size: 1.0em;
}

.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;
}