input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity:0;
		-webkit-transform:translateY(-2000px);
	}
	100% {
		-webkit-transform:translateY(0);
	}
}
@-moz-keyframes slideInDown {
	0% {
		opacity:0;
		-moz-transform:translateY(-2000px);
	}
	100% {
		-moz-transform:translateY(0);
	}
}
@-o-keyframes slideInDown {
	0% {
		opacity:0;
		-o-transform:translateY(-2000px);
	}
	100% {
		-o-transform:translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		opacity:0;
		transform:translateY(-2000px);
	}
	100% {
		transform:translateY(0);
	}
}
@font-face {
	font-family:'Roboto Condensed';
	font-style:normal;
	font-weight:400;
	src:local('Roboto Condensed Regular'),local('RobotoCondensed-Regular'),url(../fonts/roboto-condensed.woff) format('woff');
}
.home {
	background-color:#1389c0;
	background-image:-moz-linear-gradient(top,#1773b1,#1389c0);
	background-image:-webkit-linear-gradient(top,#1773b1,#1389c0);
	background-image:linear-gradient(top,#1773b1,#1389c0);
}
.home-header {
	position:fixed;
	width:100%;
	height:60px;
	z-index:9999;
}
.home-logo {
	margin:0 0 3rem;
}
.banner h1 {
	margin-bottom:3rem;
	font-size:1.25rem;
	line-height: 2rem;
	color:#fff;
}
.banner h1 span {
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:0.25em;
}
.home-search {
	display:table;
	width:100%;
	height:100%;
}
.search-form {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	-webkit-animation-name:slideInDown;
	-moz-animation-name:slideInDown;
	-o-animation-name:slideInDown;
	animation-name: slideInDown;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
.search-form form input {
	width:55%;
	display: inline-block;
	min-width:300px;
	margin-right:1rem;
	border:none;
	font-weight:bold;
	color:#333;
	font-size:0.85rem;
	padding:0 1rem 0 2rem;
	box-shadow:0 1px 3px rgba(0,0,0,0.2) inset;
	height:60px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.search-form form input:focus {
	opacity:1;
}
.form-item {
	display: inline-block;
	position:relative !important;
}
.form-item span {
	position:absolute;
	top:50%;
	font-weight:bold;
	left:1rem;
	font-size:0.85rem;
	margin-top:-10px;
	color:#143a4e;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.search-form form button {
	height:59px;
	width:10%;
	min-width:150px;
	font-size: 1rem;
	font-weight:bold;
	vertical-align:top;
	margin:0;
	padding:1rem;
	background-color:#efbc33;
	border:3px solid #fff;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}

.registration-reminder {
	margin-top:3rem;
}
.registration-reminder span {
	text-decoration:underline;
}
.registration-reminder a {
	color:#eee;
	text-decoration:none;
}
.home-footer {
	background-color:#FAFAFA;
	border-top:1px solid #E5E5E5;
	position:absolute;
	width:100%;
	padding:1rem;
	bottom:0;
}
.home-footer ul {
	margin:0;
	list-style:none;
}
.home-footer li {
	float:left;
	margin-right:1rem;
}
.home-footer a {
	color:#aaa;
}
.copyright {
	float:right;
	color:#aaa;
}
.cta {
	position:absolute;
	width:100%;
	left:0;
	font-size:1rem;
	bottom:0;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
.cta a {
	padding:2rem;
	display:block;
	color:rgba(255,255,255,0.75);
	text-decoration:none;
	border-top:1px solid rgba(255,255,255,0.3);
}
.cta i {
	padding-left:0.5rem;
}
.cta a:hover {
	background-color:rgba(0,0,0,0.25);
}
.cta a span {
	padding-bottom:0.25em;
	margin-left: 2rem;
	color: #fff;
	font-weight: bold;
}

/* jquery UI autocomplete */

/* layout helpers */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

/* Interaction states */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-color:#3c9fd8; color:#fff; }

.ui-autocomplete {
	position: absolute;
	cursor: default;
}
.ui-widget-content {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	color:#555;
	border-radius:6px;
	background-color:rgba(255,255,255,.95);
	z-index:10000;
	padding:.5rem 0;
}
.ui-menu {
	list-style:none;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.5rem 1rem .5rem 2rem;
	font-size:1em;
}
.ui-menu .ui-menu-item a:hover {
	background-color:#3c9fd8;
	color:#fff;
}
@media only screen and (max-width:800px), only screen and (max-height:600px) {
	html,body {
		font-size:0.85rem;
		height: auto;
		background-color: #1389c0;
	}
	.home-logo {
		margin-bottom: 2rem;
	}
	.home-logo img {
		max-width: 200px;
		height:auto;
	}
	.home-header {
		position:relative;
	}
	.home-header nav li {
		padding-right:0.5rem;
	}
	.banner h1 {
		font-size:1.25rem;
		margin:2rem 0;
		padding:0 1rem;
	}
	.home-search {
		padding:2rem 0;
		height:auto;
	}
	.search-form form {
		padding:0 1rem;
	}
	.form-item {
		width: 100%;
	}
	.search-form form input {
		display: block;
		width:100% !important;
		margin-bottom:1rem;
		min-width: 50px;
		margin-right: 0;
	}
	.search-form form button {
		width:100%;
	}
	.cta {
		position:relative;
		text-align: center;
	}
}
/*	Wullo*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	-webkit-text-size-adjust:100%;
}
article,aside,figure,footer,header,hgroup,nav,section {
	display:block;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a {
	text-decoration:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
strong {
	font-weight:bold;
}
a:focus,a:active,a:hover {
	outline:0;
	text-decoration:underline;
}
button,input,select,textarea {
	font-size:100%;
	font-family:'Open Sans';
	margin:0;
	outline:0;
}

html,body {
	width:100%;
	height:100%;
}
body {
	font-family:"Open Sans",sans-serif;
	font-size:13px;
	color: #222;
}
body.sub {
	background-color: #eee;
}
header a {
	color:#fff;
	text-decoration:none;
}
nav {
	float:right;
	padding-right:1rem;
}
nav li {
	display:inline-block;
	line-height:60px;
	padding-left: 0.5rem;
	position:relative;
}
nav a {
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:0.5rem 1rem;
}
nav a:hover {
	background-color:rgba(255,255,255,0.10);
	text-decoration: none;
}
.user-icon {
	margin-bottom:-1px;
	margin-right:5px;
	height:12px;
	width:12px;
}
.user-account-modal {
	padding: .5rem 0;
	background-color:#fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: absolute;
	color:#555;
	font-weight: normal;
	text-decoration:none;
	border-radius: 6px;
	right:0;
	width:100%;
	top:55px;
}
.user-account-modal a {
	color:#555;
	display:block;
	padding: 5px 1rem;
	border-radius:0;
}
.user-account-modal a:hover {
	background-color:#0088cc;
	color:#fff;
}
.user-account-modal li {
	padding:0;
	line-height:1.5rem;
	display:block;
}
i {
	vertical-align: middle;
}
.control-group.error input, .control-group.error textarea {
	background-color: rgba(207, 35, 35, 0.05);
	border: 1px solid rgb(207, 35, 35);
	_display:inline-block;
}
.control-group.success input, .control-group.success textarea {
	background-color: rgba(63, 207, 35, .05);
	border: 1px solid rgb(63, 207, 35);
	_display:inline-block;
}
.pill {
	color: #555;
	float:right;
}
.pill li {
	display: inline-block;
}
.pill li a {
	padding: 8px 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}
.pill li a:hover {
	background-color:#eee;
}
.pill .active a {
	background-color:#0088cc;
	color:#fff;
}
.pill .active a:hover {
	background-color:#0088cc;
	color:#fff;
}
.select {
	padding: 0.85rem 10px 0.85rem 1rem;
	border-radius:6px;
	line-height:1.4em;
	border: 1px solid #ddd;
	margin-bottom: .75rem;
	width: 100%;
	background: url('../images/down-arrow.png') no-repeat center right;
	background-position: 98% 18px;
}
.float-right {
	float:right;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.home-tooltip, .result-tooltip {
	animation-duration:0.5s;
	animation-name:tooltip;
	border-radius:4px;
	font-size:85%;
	line-height:140%;
	padding:0.5em 1em;
	position:absolute;
	text-align:center;
	transition:opacity 0.5s;
	z-index:10;
}
.home-tooltip {
	top:75px;
	background-color:#ffffff;
	color: #1389c0;
	margin-left:1em;
}
.result-tooltip {
	background-color: #3498db;
	color: #fff;
	margin-left:0;
	top: 65px;
}
.result-tooltip-2 {
	margin-left: 1rem;
}
.home-tooltip:before, .result-tooltip:before {
	border-style:solid;
	border-width:0px 9px 9px;
	content:'';
	height:0px;
	left:23px;
	position:absolute;
	top:-9px;
	width:0px;
}
.home-tooltip:before {
	border-color:transparent transparent #fff;
}
.result-tooltip:before {
	border-color:transparent transparent #3498db;
}
@media only screen and (max-width:900px), only screen and (max-height:600px) {
	.home-tooltip, .result-tooltip {
		display: none;
	}
}
div#search div.input input.missing{border:2px solid #1c6533;}



/************************************************ Search Page *********************************************************************/
#bodyresults{
	background:#fafafa;
}
.layout{
	width:1200px;
	margin:0 auto;
	min-width:700px;
}
.layout-left-col{
	width:65%;
	float:left;
	min-width:500px;
}
.layout-right-col{
	margin-top:10px;
	min-width:200px;
	min-height:100px;
	float:left;
}
#top{
	height:60px;
	width:100%;
	background-color: #1774b2;
}
header{
	display:block;
}
.sub-logo {
    float: left;
    padding-right: 1rem;
    line-height: 70px;
		margin-left:-150px;
}

.sub-header {
    width: 1300px;
    height: 60px;
	margin:0 auto;
    clear: both;
    z-index: 999;
}

.sub-header form {
    max-width: 1100px;
    padding: 0 0 0 2rem;
}

.sub-header form input {
    vertical-align: baseline;
    min-width: 250px;
    margin-right: 0.5rem;
    margin-top: 12px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset;
    font-size: 0.85rem;
    padding: 0 1rem;
    height: 36px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-header form button {
    padding: 9px 0;
    display: inline-block;
    min-width: 110px;
    font-weight: bold;
    margin: 0;
    background-color: #efbc33;
    border: 2px solid #fff;
    color: #fff;
    height: 39px;
    border-radius: 0.5em;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-header nav {
    position: absolute;
    right: 0;
    top: 0;
}
nav {
    float: right;
    padding-right: 1rem;
}
nav a {
    border: 1px solid rgba(255,255,255,0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.sub-header a {
    color: #fff;
    text-decoration: none;
}
.v10filters {
    line-height: 40px;
}
.filters .inline{
	padding-top:10px;
}

.filters .dropdown{
	float:left;
	margin:10px 5px 0;

}
.filters {
    font-size: 11px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
}
.filters #outerdiv {
    margin: 0 auto;
    padding: 0 2rem;
}

.filters a {
    color: #aaa;
}
.filters .select1{
	width:150px;
}
.filters .select2{
	width:100px;
}
.ui-selectmenu-button:active{
	outline:0;
	border:0;
}
.ui-selectmenu-button{
	background:none !important;
	border:none !important;
}

#signupalert{
	height:270px;
	width:300px;
	background: url(images/signupalert.jpg) no-repeat;
	background-size:cover;
}
#signupinputdiv{
	width:300px;
	margin:0px auto;
	padding-top:105px;
}
.signupinput{
	display:block;
	width:250px;
	height:25px;
	padding:5px 20px;
	margin:13px auto;
	border:0;
	outline:0;
	border-radius:0.3em;
}
#signupbtndiv{
	margin:39px auto;
	width:75px;
}
#signupbtn{
	height:30px;
	width:75px;
	background:#fff;
	border-radius:0.4em;
	border:0;
	outline:0;
	cursor:pointer;
	color:#444;
}
#mdsignup{
	display: none;
	height: 150px;
	width: 350px;
	padding: 30px 25px 0;
	font-size: 18px;
	border-radius: 0.2em;
	line-height: 1.4em;
	border: 2px solid #888;
	background: #fff;
	position:fixed;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#x-it{
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
}

.footer_menu a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family: tahoma;
	font-size:15px;
}
.footer_menu a:hover{
	text-decoration:none;
}

.footer_menu{
	margin:60px 0 0 14%;
	line-height:1.9em;
	padding: 10px 20px 0;
	background:#363636;
	height:105px;
	width:1000px;
	color:#fff;
}
#footer_body{
	width:100%;
	background:#363636;
	padding:0;
	margin:0;
}
