
@-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:#fff;
}
.home-header a{
	color:#fff;
	text-decoration: none;
}
.home-header {
	width:100%;
	height:40px;
	z-index:9999;
	background: #404040;
	color:#fff;
}
.home-logo {
	width: 1025px;
}
.banner{
	margin:30px 0 -20px 0;
	width: 1000px;
}
.banner h1 {
	margin-bottom:3rem;
	font-size:1.25rem;
	line-height: 2rem;
}
.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 {
	margin-top:150px;
	text-align:center;
	-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;
}

.form-item {
	display: inline-block;
	position:relative !important;
	width:290px;
	margin-right:2%;
}
.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;
}
.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;
}

/*	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%;
	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:40px;
	padding-left: 0.5rem;
	position:relative;
}
nav a {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:0.5rem 1rem;
}
nav a:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	text-decoration: none;
	color:#fff;
}
.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;}

/***************************************** New home page *************************/

.masthead[_ngcontent-c20] {
    display: block;
    color: #fff;
    margin-top: -125px;
    padding: 68px 0 28px;
    position: relative;
    overflow: hidden;
}
.masthead[_ngcontent-c20] freeform-search-control[_ngcontent-c20] {
    margin-top: 47px;
    box-shadow: 0 2px 8px 0 rgba(41,40,54,.4);
    width: 757px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

[_nghost-c5] keyword-search[_ngcontent-c5] {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

[_nghost-c23] input[_ngcontent-c23] {
    width: 300px;
    height: 44px;
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    padding: 0 10px 0 35px;
    font-size: inherit;
    line-height: 44px;
    color: #292836;
}
[_nghost-c23] i.icon-search[_ngcontent-c23] {
    left: 46px;
}
[_nghost-c23] i[_ngcontent-c23] {
    position: absolute;
    top: calc(100% - 0px);
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #292836;
}
[class^=icon-functional-outline] {
    font-family: snag-functional-icons-outline;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search::before {
    content: "\e928";
}
[_nghost-c5] location-search[_ngcontent-c5] {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-left:8px;
}
[_nghost-c24] {
    display: block;
    position: relative;
}
[_nghost-c24] input[_ngcontent-c24] {
    width: 300px;
    height: 44px;
    padding: 0 40px 0 16px;
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    font-size: inherit;
    line-height: 44px;
    color: #292836;
}
[_nghost-c24] .icon--search-box[_ngcontent-c24] {
    font-size: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    color: #292836;
    left: auto;
    right: 12px;
}
.icon-location::before {
    content: "\e930";
}
[_nghost-c5] distance-dropdown[_ngcontent-c5] {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}
@media (min-width: 992px){
[_nghost-c25] {
    display: inline-block;
    position: relative;
}
}
[_nghost-c25] input[_ngcontent-c25] {
    width: 100%;
    height: 44px;
     border: 1px solid #888;
    padding: 0 25px 0 16px;
    font-size: inherit;
    line-height: 44px;
    color: #292836;
    background-color: #fff;
    opacity: 1;
}
[_nghost-c25] i[_ngcontent-c25] {
    position: absolute;
    left: 85px;
    top: calc(50% - 7px);
    width: 20px;
    height: 20px;
    font-size: 15px;
    background-color: #fff;
    cursor: pointer;
    color: #292836;
}
[class^=icon-functional-outline] {
    font-family: snag-functional-icons-outline;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-down-toggle::before {
    content: "\e90e";
}
[_nghost-c5] distance-dropdown[_ngcontent-c5] {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
}
[_nghost-c5] search-button[_ngcontent-c5] {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
}
a .mat-flat-button.mat-button-large.mat-action, a .mat-flat-button.mat-button-large.mat-destructive, a .mat-flat-button.mat-button-large.mat-progressive, a .mat-flat-button.mat-button-large.mat-regressive, a .mat-icon-button.mat-button-large.mat-action, a .mat-icon-button.mat-button-large.mat-destructive, a .mat-icon-button.mat-button-large.mat-progressive, a .mat-icon-button.mat-button-large.mat-regressive, a .mat-stroked-button.mat-button-large.mat-action, a .mat-stroked-button.mat-button-large.mat-destructive, a .mat-stroked-button.mat-button-large.mat-progressive, a .mat-stroked-button.mat-button-large.mat-regressive, a.mat-button.mat-button-large.mat-action, a.mat-button.mat-button-large.mat-destructive, a.mat-button.mat-button-large.mat-progressive, a.mat-button.mat-button-large.mat-regressive, button .mat-flat-button.mat-button-large.mat-action, button .mat-flat-button.mat-button-large.mat-destructive, button .mat-flat-button.mat-button-large.mat-progressive, button .mat-flat-button.mat-button-large.mat-regressive, button .mat-icon-button.mat-button-large.mat-action, button .mat-icon-button.mat-button-large.mat-destructive, button .mat-icon-button.mat-button-large.mat-progressive, button .mat-icon-button.mat-button-large.mat-regressive, button .mat-stroked-button.mat-button-large.mat-action, button .mat-stroked-button.mat-button-large.mat-destructive, button .mat-stroked-button.mat-button-large.mat-progressive, button .mat-stroked-button.mat-button-large.mat-regressive, button.mat-button.mat-button-large.mat-action, button.mat-button.mat-button-large.mat-destructive, button.mat-button.mat-button-large.mat-progressive, button.mat-button.mat-button-large.mat-regressive {
    font-size: 16px;
    line-height: 16px;
    padding:8px 32px;
    width:200px;
    cursor: pointer;
}
@media (min-width: 992px){
freeform-search-control [_nghost-c26] button[_ngcontent-c26] {
    z-index: 1;
    position: relative;
    left: -2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    font-weight: 700;
    border: 1px solid #888;
    padding-top: 8px;
    padding-bottom: 8px;
}
}
a .mat-flat-button.mat-action, a .mat-icon-button.mat-action, a .mat-stroked-button.mat-action, a.mat-button.mat-action, button .mat-flat-button.mat-action, button .mat-icon-button.mat-action, button .mat-stroked-button.mat-action, button.mat-button.mat-action {
    background-color: #007bff;
    color: #fff;
}
.mat-button-focus-overlay, .mat-button-ripple.mat-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    border-radius: inherit;
}
.mat-ripple {
    overflow: hidden;
    position: relative;
}
.mat-button.mat-action .mat-button-focus-overlay {
    border-radius: inherit;
}
.mat-button-focus-overlay {
    opacity: 0;
    transition: opacity .2s cubic-bezier(.35,0,.25,1),background-color .2s cubic-bezier(.35,0,.25,1);
}

@media (min-width: 992px){
freeform-search-control [_nghost-c26] button[_ngcontent-c26] {
    z-index: 1;
    position: relative;
    left: -2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 44px;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #888;
    border-radius: 0 26px 26px 0;
}
}


[_nghost-c5] {
    margin: 47px auto;
    width: 913px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 310px minmax(310px,150px) 110px 116px;
    grid-template-columns: 310px minmax(310px,150px) 110px 116px;
    grid-column-gap: 1px;
    font-size: 16px;
    border-radius: 24px;
    max-height: 48px;
    padding: 16px 32px;
}
[_nghost-c27] {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(41,40,54,.4);
    margin-top: 1px;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 1000;
    color: #292836;
    overflow: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    top: 24px;
}
[_nghost-c25] .flyout-option[_ngcontent-c25] {
    width: 100%;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}
[_nghost-c25] .flyout-option[_ngcontent-c25]:hover {
    background-color: #e9e9ea;
}


/************************************************ Search Page *********************************************************************/


.layout{
	width:88%;
	margin:0 auto;
	min-width: 1400px;
}
.layout-left-col {
	min-width:300px;
	width: 15%;
    float: left;
    min-height:100vh;
}
.layout-middle-col{
	width:740px;
	padding:20px 0;
	background: #fff;
	float:left;
	margin-left:30px;
	margin-right:30px;
}
.layout-right-col{
	float:left;
	width:15%;
	min-width: 300px;
}
.left-col-div{
	height:auto;
	width:200px;
	margin-right:15px;
	border:1px solid #e5e5e5;
	float:right;
	margin-bottom:15px;
	border-radius:0.3em;
}
.leftcolp{
	margin-top:-40px;
	font-weight: bold;
	font-size:17px;
}
#top{
	height:70px;
	width:100%;
	min-width:705px;
	display: inline-block;
}
header{
	display:block;
}
.sub-logo {
	line-height: 70px;
	margin-top:25px;
	float:right
}

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

.sub-header form input {
    height: 44px;
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    padding: 0 10px 0 35px;
    font-size: inherit;
    line-height: 44px;
    color: #292836;
}
.sub-header form button {
    height: 45px;
    width: 17.5%;
    border: 0;
    background: #54acdf;
    color: #fff;
	float: left;
    margin-top: 25px;
}
.sub-header nav {
    right: 0;
    top: 0;
}
nav {
    float: right;
    padding-right: 1rem;
}
nav a {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    text-decoration: underline;
    color:#007bff;
}

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

#homesubmitbtn{
	height:45px;
	width:130px;
	margin-left:10px;
	border:0;
	background: #54acdf;
	color:#fff;
}
.trendingbtn{
	background: #e9e9e9;
	padding:9px 12px;
	border-radius:1.4em;
	margin:5px;
	border:0;
	font-size:12px;
}
.leftcollist input{
	margin-right:10px;
	vertical-align: text-bottom;
}
.leftcollist p{
	margin:15px 0;
}
.leftcollist{
	margin:40px 0 0 20px;
}
ul.paginator {
	margin: 0;
	padding: 0;
	float:right;
}

ul.paginator li {
	float: left;
	margin-right: 1em;
	list-style: none;
}

ul.paginator li a, ul.paginator li a:hover, ul.paginator li a:visited {
	color: #333;
}

ul.paginator li.current a {
	font-weight: bold;
	text-decoration: none;
}
#footer-container a,#footer-container a:visited{
	color:#222;
	text-decoration: none;
}