@font-face {
	font-family: agenda-light;
	src: url(../fonts/agenda-light-webfont.ttf);
}
@font-face {
	font-family: agenda-bold;
	src: url(../fonts/agenda-bold-webfont.ttf);
}
body {
	font-family: agenda-light;
}
h3, h4 {
	font-family: agenda-bold;
	color: #fff;
}

a {
	color:#fff;
}

a:hover {
	text-decoration: none;
}

span.req{
	color:#ff0000;
}

label.sc_label{
	font-size:18px;
	margin-top:6px;	
}

.form-style-5{
	max-width: 500px;
	padding: 10px 20px;
	background: #595959;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #fff;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
	color: #fff;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 input[type="radio"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #000;
	color:#fff;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #000;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}

.form-style-5 select option[disabled]
{
	display: none;
}
		
.form-style-5 .number {
	background: #007A7A;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #007A7A;
	font-family: agenda-bold;
	font-size: 36px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #007A7A;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover,
.form-style-5 input[type="submit"]:disabled,
.form-style-5 input[type="button"]:disabled
{
	background: #000;
	border: 1px solid #000;
}

.form-style-5 a.viaLink 
{
	color: #fff;
	background: #007A7A;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}

div.success, div.failure 
{
	display: none;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent; 
	border-left-color: transparent; 
	border-radius: .25rem;
}

div.failure
{
	display: none;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

@media (max-width:640px) {
}
/* Landscape phones and down */
@media (max-width: 480px) {
}
/* Landscape phones and down */
@media (max-width: 320px) {
}