@charset "utf-8";
/* CSS Document */

button[type="button"], button[type="submit"] {
	text-shadow: 0px 0px 6px #333333, 0px 0px 3px #000000;
	-o-text-shadow: 0px 0px 6px #333333, 0px 0px 3px #000000;
	-ms-text-shadow: 0px 0px 6px #333333, 0px 0px 3px #000000;
	-moz-text-shadow: 0px 0px 6px #333333, 0px 0px 3px #000000;
	-webkit-text-shadow: 0px 0px 6px #333333, 0px 0px 3px #000000;
	
	box-shadow: inset 5px -16px 25px 8px rgba(0,0,0,0.40);
	-o-box-shadow: inset 5px -16px 25px 8px rgba(0,0,0,0.40);
	-ms-box-shadow: inset 5px -16px 25px 8px rgba(0,0,0,0.40);
	-moz-box-shadow: inset 5px -16px 25px 8px rgba(0,0,0,0.40);
	-webkit-box-shadow: inset 5px -16px 25px 8px rgba(0,0,0,0.40);
}
button[type="button"], button[type="submit"] {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #333333;
	border-radius: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 48px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 225px;
}
button[type=button].btn-primary {
    background-color: #3D405B !important;
}
button[type="button"]:hover, button[type="submit"]:hover {
	border: 1px solid #333333;
}
input.form-control[type="text"], input.form-control[type="date"], input.form-control[type="email"], input.form-control[type="tel"] {
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #3D405B !important;
	border-radius: 10px !important;
	font-family: 'Open Sans', Tahoma, Verdana, Geneva, sans-serif;
    font-size: 26px;
    text-align: center;
	width: 100%;
	box-shadow: inset 5px 5px 15px 5px #333333;
	-o-box-shadow: inset 5px 5px 15px 5px #333333; 
	-ms-box-shadow: inset 5px 5px 15px 5px #333333; 
	-moz-box-shadow: inset 5px 5px 15px 5px #333333; 
	-webkit-box-shadow: inset 5px 5px 15px 5px #333333; 
}
input.form-control[type="text"]:focus, input.form-control[type="date"]:focus, input.form-control[type="email"]:focus, input.form-control[type="tel"]:focus {
	border-color: #3D405B;

	font-family: 'Open Sans', Tahoma, Verdana, Geneva, sans-serif;
    font-size: 26px;
	font-weight: bold;
    text-align: center;
	width: 100%;

    box-shadow: inset 5px 5px 15px 5px #333333, 0px 0px 5px 1px rgba(46, 48, 50,0.5); 
	-o-box-shadow: inset 5px 5px 15px 5px #333333, 0px 0px 5px 1px rgba(46, 48, 50,0.5); 
	-ms-box-shadow: inset 5px 5px 15px 5px #333333, 0px 0px 5px 1px rgba(46, 48, 50,0.5); 
	-moz-box-shadow: inset 5px 5px 15px 5px #333333, 0px 0px 5px 1px rgba(46, 48, 50,0.5); 
	-webkit-box-shadow: inset 5px 5px 15px 5px #333333, 0px 0px 5px 1px rgba(46, 48, 50,0.5); 

}
input.form-control[type="text"]::placeholder, input.form-control[type="date"]::placeholder, input.form-control[type="email"]::placeholder, input.form-control[type="tel"]::placeholder {
	color: #CCCCCC;
	font-size: 20px;
	font-weight: bold;
	opacity: 0.5;
	-o-opacity: 0.5;
	-ms-opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}


input[type=radio] {
    display: none; 
    margin: 10px;
}
input[type=radio] + label {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: #FFFFFF;
    border-color: #3D405B;

	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #3D405B;
	border-radius: 10px;
	font-family: 'Open Sans', Tahoma, Verdana, Geneva, sans-serif;
    font-size: 15px;
	color: #000000;
	height: 48px;
	line-height: 38px;
}
input[type=radio] + label { 
	cursor: pointer;
	width: 100%;
	max-width: 725px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	box-shadow: inset 5px 5px 15px 5px #333333;
	-o-box-shadow: inset 5px 5px 15px 5px #333333; 
	-ms-box-shadow: inset 5px 5px 15px 5px #333333; 
	-moz-box-shadow: inset 5px 5px 15px 5px #333333; 
	-webkit-box-shadow: inset 5px 5px 15px 5px #333333;
	font-weight: bold;
	text-transform: uppercase;
}
input[type=radio]:checked + label { 
	color: #FFFFFF;
    background-image: none;
    background-color: #3D405B;
	font-size: 15px;
	box-shadow: inset 5px 5px 15px 5px #333333;
	-o-box-shadow: inset 5px 5px 15px 5px #333333; 
	-ms-box-shadow: inset 5px 5px 15px 5px #333333; 
	-moz-box-shadow: inset 5px 5px 15px 5px #333333; 
	-webkit-box-shadow: inset 5px 5px 15px 5px #333333; 
}
input[type=radio].yesnotext + label.yesnotext {
	width: 225px !important;	
}
label.accordion {
    display: inline-block;
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-size: 14px;
	color: #3D405B;
	font-weight: bold;
	text-transform: capitalize;
}
input[type="text"].accordion, input[type="email"].accordion, input[type="tel"].accordion {
    text-align: left !important;
}