body {
	font-family: 'Gotham Book';
	font-style: normal;
 	font-weight: 400;	
	font-size:14px;
	background:#26211f;
}
.clearfix {
	position:relative;	
}
.clearfix:after {
    content: "&nbsp;";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header {
	height:520px;
	min-width:290px;
	background: #00c168;
	color: #FFF;
	padding-left:44px;
	padding-right:44px;
	padding-top: 36px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position:relative;
}
#header a.logo {
	font-family: 'Sacramento';
	font-style: normal;
 	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	font-size: 40px;
	display:block;
	width:280px;
	text-align:left;
	margin-bottom:110px;
	margin-left:20px;
	-webkit-font-smoothing: antialiased;
}
#header a.logo span {
	display:none;
	font-family: 'Gotham Book';
	font-style: normal;
 	font-weight: 400;	
	font-size:11px;
	line-height:1.1em;
}
#header a#menu {
	float:right;
	color:#FFF;
	text-decoration:none;	
	display:block;
	text-transform:uppercase;
	font-size:16px;
	height:32px;
	line-height:32px;
}
#header a#menu span {
	padding-left:8px;	
}
#header h2 {
	font-size:34px;
	font-family: 'Gotham Light';
	font-weight:200;
	padding-left:12px;
	margin-bottom: 34px;
	display:block;
}
#header h2 strong {
	font-family: 'Gotham Bold';
	font-weight:700;
}
#header form .searchbox {
	width:85%;
	max-width:900px;
	height:66px;
	overflow:hidden;	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position:relative;
}
#header form .searchbox input.search {
	float:left;
	display:block;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	width:90%;
	height:66px;
	background: #FFF;
	padding-left: 24px;
	padding-right: 24px;
	border:none;
	border-radius: 16px 0px 0px 16px;
	-moz-border-radius: 16px 0px 0px 16px;
	-webkit-border-radius: 16px 0px 0px 16px;
	font-size:22px;
	font-family: 'Gotham Light';
	font-weight:200;
	color: #7d7d7d;
	position: absolute;
	left: 0px;
	top:0px;
}
#header form .searchbox input::-webkit-input-placeholder {
	color: #d1d1d1;
	font-style: italic;
}
#header form .searchbox input:-moz-placeholder {
	color: #d1d1d1;
	font-style: italic;
}
#header form .searchbox input::-moz-placeholder {
	color: #d1d1d1;
	font-style: italic;
}
#header form .searchbox input:-ms-input-placeholder {
	color: #d1d1d1;
	font-style: italic;
}
#header form .searchbox input.submit {
	float:right;
	width:10%;
	height:66px;
	border:none;
	background-color: #03e779;
	display:block;
	border-radius: 0px 16px 16px 0px;
	-moz-border-radius: 0px 16px 16px 0px;
	-webkit-border-radius: 0px 16px 16px 0px;
	color: #FFF;
	font-size:40px;
	font-family: 'icomoon';
	-webkit-appearance: none;
	position: absolute;
	right: 0px;
	top:0px;
	text-align:center;
	box-sizing:border-box;
	padding:0px;
	cursor:pointer;
}
#header form .searchbox input.submit:hover {
	background-color:#35ec94;
}
#header .hint {
	margin-top: 60px;
	margin-left: 24px;
	width: 320px;
	line-height: 1.2em;	
	color: #362f2d;
	font-size:14px;
}
#header .hint strong {
	font-family: 'Gotham Ultra';
	font-style:   normal;
 	font-weight:  400;
}
#header .logos {
 	position: absolute;
	right: 2.5%;
	bottom: 5.5%;
	width: 40%;
	max-width: 300px;   
}
#header .logos .wanada {
    width:70%;
    max-width:257px;
    margin-right:5%;
    float:left;
    left:0;
}
#header .logos .wanada .logo {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:	22.09%;
}
#header .logos .waamh {
    width:25%;
    max-width:71px;
   float:right;
    right:0;
}
#header .logos .waamh .logo {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:	80.28%;
}
#header .logos .logo img {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;	
}
#header .appstore {
	width:300px;
	max-height:48px;
	margin-top:32px;
}
#header .appstore a {
	margin:0;
	padding:0;
	float:left;	
}
#header .appstore a:first-child {
	margin-right:15px;
}
#header.mini {
	height:112px;
	padding-top:20px;	
}
#header.mini a.logo span {
	display:block;	
}
#header.mini a#menu {
	height: 84px;
	line-height: 84px;
}
#header.mini > h2 {
	display:none;
}
#header.mini .hint {
	display:none;	
}
#header.mini .logo {
	float: left;
	margin-bottom: 0px;
	line-height: 60px;
}
#header.mini .searchbox {
	float:left;	
	margin-left:32px;
	margin-top:10px;
	width:60%;
}
#main {
	background: #FFF;	
	color: #363636;
	box-shadow: 0px -5px 32px rgba(0,0,0,0.076);
}
#main .query {
	height:48px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: #362f2d;
	padding:0px 0px 0px 64px;
	color: #00c168;	
	line-height:48px;
	font-size:14px;
	font-weight:900;
	overflow:hidden;
	text-overflow:ellipsis;
}
#main .query span {
	color: #d7b174;	
	margin-right:6px;
}
#main #content {
	width:95%;
	margin:0 auto;
	padding:24px 0;	
}
#main #content p {
	margin-bottom:0.9em;	
}
#main #content a {
	color:#00C168;
	text-decoration:none;	
}
#main #content a:hover {
	text-decoration:underline;	
}
#main #content h1:first-of-type {
	margin-top:0;	
}
#main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5 {
	margin-bottom:0.5em;
	margin-top:1em;
	-webkit-font-smoothing: antialiased;
}
#main .completeListing {
    position:relative;
	min-height:500px;
	margin-right:44px;
	margin-left:64px;
	padding-top:24px;
	padding-bottom:24px;	
}
#main #content h1 {
	font-family: 'Gotham Ultra';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.6em;	
}
#main #content h2 {
	font-size: 28px;
	font-family: 'Gotham Light';
	font-weight: 200;
	font-style: normal;		
}
#main #content h3 {
	font-size: 22px;
	font-family: 'Gotham Light';
	font-weight: 200;
	font-style: normal;	
}
#main #content h4 {
	font-size: 20px;
	font-family: 'Gotham Ultra';
	font-style: normal;
	font-weight: 400;	
}
#main #content h5 {
	font-size: 16px;
	font-family: 'Gotham Ultra';
	font-style: normal;
	font-weight: 400;		
}
#main #content ul, #main #content ol {
	margin:0 0 1em 0;	
}
#main #content ul li {
	list-style:disc;
	list-style-position:inside;	
	margin-bottom:0.5em;
	line-height:1.2em;
	padding-left:1%;
}
#main #content ol li {
	list-style:decimal;
	list-style-position:inside;	
	margin-bottom:0.5em;
	line-height:1.2em;
	padding-left:1%;
}
#main .completeListing h1 {
	font-family: 'Gotham Ultra';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 1.6em;	
	-webkit-font-smoothing: antialiased;
}
#main .completeListing h3 {
	font-size: 24px;
	font-family: 'Gotham Light';
	font-weight: 200;
	font-style: normal;
	margin-bottom: 0.5em;	
}
#main .completeListing h4 {
	font-family: 'Gotham Ultra';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6em;	
	-webkit-font-smoothing: antialiased;
}
#main .completeListing address {
	font-size: 16px;
	font-family: 'Gotham Book';
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	baseline-shift: top;	
	margin-bottom:16px;
}
#main .completeListing address span {
	margin-right: 3px;
	color: #00C168;
	font-size: 20px;
	position: relative;
	display: block;
	float: left;	
}
#main .completeListing .categories {
    position:absolute;
    top:110px;
    left:750px;
    color:rgba(0,0,0,0.33);
}
#main .completeListing .categories h6 {
    margin-bottom:0.33em;   
}
#main .completeListing p {
	margin-bottom:0.9em;	
}
#main .completeListing hr {
	height: 1px;
	border: 0;
	background: #e0e0e0;
	margin-bottom: 24px;	
}
#main .completeListing ul {
	margin-left:0px;
	margin-bottom:24px;	
}
#main .completeListing ul li {
	list-style:disc;
	line-height: 1em;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:24px;
}
#main .completeListing ul.icons {
	overflow:auto;	
	margin-bottom:12px;
	float:right;
}
#main .completeListing ul.icons li {
	display:block;
	float:left;
	width:31px;
	height:31px;
	margin-right:8px;
	margin-left:0px;
}
#main .completeListing ul.icons li:last-child {
	margin-right:0px;	
}
#main .completeListing ul.icons li.tel {
	width:160px;
}
#main .completeListing ul.icons li.tel a {
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
	width:150px;
	padding-left:14px;
	text-align:left;
}
#main .completeListing ul.icons li.tel a span {
	line-height: 31px;
	font-size: 15px;
	margin-left: 8px;
	display: inline-block;
	position: relative;
	top: -2px;
	font-weight: 600;
}
#main .completeListing ul.icons li a {
	display:block;
	background:#363636;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:31px;
	height:31px;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	line-height:34px;
	font-size:18px;
}
#main .completeListing ul.icons li a:hover {
	background: #00c168;
}
#main .completeListing ul.icons li.referral {
	width:150px;	
	margin-right:0px;
}
#main .completeListing a.referral {
	width:150px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #00c168;	
	font-size:15px;
	font-family: 'Gotham Bold';
	font-weight: 700;
	font-style: normal;
	line-height:31px;
	color:#FFF;
	text-decoration:none;
	height:31px;
	display:block;
	text-align:center;
}
#main .completeListing a.referral:hover {
	background: #363636;
}
#main #map {
	width:100%;
	height:320px;
	background:#CCC;
	border-top: solid 1px #c0c0c0;	
}
#main #map #map-canvas {
	width:100%;
	height:100%;	
}
#main ul#results {
	margin:0;
	padding:0;	
}
#main ul#results.hidden {
	display:none;	
}
#main ul#results li.noresults {
	font-weight:900;
	font-size:16px;
	padding:15px 15px 15px 64px;	
	line-height:1.2em;
}
#main ul#results li.listing {
	width:100%;
	min-height: 204px;	
	background: #FAFAFA;
	border-bottom: solid 1px #ebebeb;
	overflow:hidden;
	position:relative;
}
#main ul#results li.listing:nth-child(2n+2) {
	background: #f8f8f8;
}
#main ul#results li.listing:hover {
	background: #FFF;
}
#main ul#results li.listing:last-child {
	border-bottom: none;	
}
#main ul#results li.listing .org {
	min-height:172px;
	width:30%;
	min-width:460px;
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	padding: 40px 32px 0px 55px;
	margin-bottom:32px;
}
#main ul#results li.listing .org h4 {
	font-family: 'Gotham Ultra';
	font-style:   normal;
 	font-weight:  400;
	font-size: 20px;
	line-height:1.3em;
	margin-bottom:0.66em;
}
#main ul#results li.listing .org h4 a {
	text-decoration:none;
	color:#363636;
}
#main ul#results li.listing .org address {
	font-size: 15px;
	font-family: 'Gotham Book';
	font-weight:normal;
	font-style: normal;
	line-height: 24px;
	baseline-shift: top;
}
#main ul#results li.listing .org address span {
	margin-right: 3px;
	color: #00C168;
	font-size: 20px;
	position: relative;	
	display: block;
	float: left;
}
ul.contactList {
	margin:8px 0px 0px 0px;
	width:100%;	
}
ul.contactList li {
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;	
	height:31px;
	line-height:31px;
	margin-bottom:6px;
	margin-left:0 !important;
	padding:0px 0px 0px 15px !important;
	position:relative;
	list-style:none !important;
	max-width:540px;
}
ul.contactList li a {
	text-decoration:none;	
	color:#111;
}
ul.contactList li a .icon {
	position:absolute;
	left:0;
	top:0;
	width:31px;
	height:31px;
	line-height:34px;
	display:block;
	background-color:#00c168;
	color:#FFF;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	font-size:18px;
}
ul.contactList li a:hover .icon {
	background-color:#363636;
}
ul.contactList li a:hover .detail {
	color:#00c168;
}
ul.contactList li a .detail {
	background-color:#efefef;
	display:block;
	height:31px;	
	line-height:31px;
	padding-left:31px;
	padding-right:12px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.contactList li.tel a .icon {
	
}
ul.contactList li.tel a .detail {
	background-color:#d8d8d8;
}
#main .completeListing .extraDetails {
	width:100%;	
}
#main .completeListing .extraDetails h4 {
	margin-bottom:0.5em;	
}
#main .completeListing .extraDetails ul.affiliations {
	margin:12px 0;
	padding:0;	
}
#main .completeListing .extraDetails ul.affiliations li {
	list-style:none;
	margin:0;
	padding:0;	
	margin: 0 10px 0 0;
	display:inline-block;
}
#main .completeListing .extraDetails ul.affiliations li a {
	display:block;
	height:32px;	
}	
#main .completeListing .extraDetails ul.affiliations li:last-child {
	margin-right:0;	
}
#main .completeListing .extraDetails ul.affiliations li.wanada {
	width: 61px;
	height: 32px;
	background: url('../img/affico-wanada.png');
}
#main .completeListing .extraDetails ul.affiliations li.waamh {
	width:33px;
	height:32px;
	background: url('../img/affico-waamh.png');	
}
#main ul#results li.listing .org ul.icons {
	margin-top:32px;
	height:31px;	
}
#main ul#results li.listing .org ul.icons li {
	display:block;
	float:left;
	width:31px;
	height:31px;
	margin-right:8px;
}
#main ul#results li.listing .org ul.icons li a {
	display:block;
	background:#363636;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width:31px;
	height:31px;
	color: #FFF;
	text-decoration:none;
	text-align:center;
	line-height:34px;
	font-size:18px;
	position:relative;
}
#main ul#results li.listing .org ul.icons li a .tooltip {
	display:none;	
}
#main ul#results li.listing .org ul.icons li a:hover {
	background: #00c168;
}
#main ul#results li.listing .org ul.icons li a:hover > .tooltip {
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0px;
	width:auto;
	min-width: 0px;
	max-width:300px;
	height: 31px;
	line-height: 31px;
	background: #363636;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	font-size: 13px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0px 8px;
	white-space:nowrap;
}
#main ul#results li.listing .org ul.icons li a:hover > .tooltip:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 5px 8px;
	border-color: #363636 transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -5px;
	top: -8px;
	left: 16px;
}
#main ul#results li.listing .org ul.icons li.referral {
	width:150px;	
	margin-right:0px;
}
#main ul#results li.listing .org ul.icons li.referral a {
	width:150px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #00c168;	
	font-size:15px;
	font-family: 'Gotham Bold';
	font-weight: 700;
	font-style: normal;
	line-height:31px;
}
#main ul#results li.listing .details {
	min-height:0px;
	width:30%;
	min-width:500px;
	float:left;	
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	padding: 40px 32px 0px 40px;
}
#main ul#results li.listing .details ul li {
	list-style:disc;
	list-style-position:outside;	
	line-height:1.4em;
}
#main ul#results li.listing .details h6 {
	margin: 1.8em 0px 0.8em 0px;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 0.75em;
	border-bottom: solid 1px rgba(0,0,0,0.075);	
}
#main ul#results li.listing .details ul.catlist {
	width:100%;
	margin:0px;
	padding: 0px 0px 20px 0px;
}
#main ul#results li.listing .details ul.catlist li {
	padding:0px;
	list-style:none;
	margin:0px;	
	float:left;
	width:48%;
	margin-right:2%;
	height:18px;
	line-height:18px;
	font-size:12px;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#main ul#results li.listing .details ul.catlist li:nth-child(even) {
	width:50%;
	margin-right:0px;	
}
#main ul#results li.listing .details ul.catlist li a {
	text-decoration:none;
	color:#00c168;
}
#main ul#results li.listing .details ul.catlist li a:hover {
	text-decoration:underline;	
}
#main ul#results li.listing .details2 {
	min-height:204px;
	width:20%;
	float:left;	
	padding: 40px 15% 0px 40px;
	font-family: 'Gotham Book';
}
#main ul#results li.listing .details2 h6 {
	font-size:15px;
	font-family: 'Gotham Book';
	font-weight:normal;
	font-style: normal;
	margin-bottom:18px;
}
#main ul#results li.listing .details2 .hours {
	font-size:12px;	
	font-weight:normal;
	line-height:1.3em;
}
#main ul#results li.listing .details2 .hours .left {
	float:left;
	color: #00c168;
}
#main ul#results li.listing .details2 .hours .right {
	float:right;
}
#main ul#results li.listing .details2 ul.affiliations {
height:32px;
margin-top:32px;	
}
#main ul#results li.listing .details2 ul.affiliations li {
	float:left;
	margin-right:14px;
	height:32px;
	background-repeat: no-repeat;
	background-position: center center;	
}
#main ul#results li.listing .details2 ul.affiliations li.wanada {
	width:61px;
	height:32px;
	background: url('../img/affico-wanada.png');
}
#main ul#results li.listing .details2 ul.affiliations li.waamh {
	width:33px;
	height:32px;
	background: url('../img/affico-waamh.png');
}
#main ul#results li.listing .map {
    display:block;
	min-height:204px;
	width:20%;
	float:right;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	padding: 40px 32px 0px 40px;
	font-size:130px;
	text-align:center;
	color: #ebebeb;
	position:absolute;
	top:0px;
	right:0px;
    text-decoration: none;
}
#main ul#results li.listing .toggler {
	display:none;	
}
#main ul#results li.listing:hover .map {
	color:#00c168;
}
#footer {
	background: #362f2d;
	color: #d7b174;
	padding:65px;
}
#footer h3 {
	font-size:24px;
	font-family: 'Gotham Light';
	font-weight:200;
	margin-bottom: 40px;
}
#footer h4 {
	font-family: 'Gotham Ultra';
	font-style:   normal;
 	font-weight:  400;
	font-size: 24px;
	margin-bottom: 16px;
}
#footer #fmessage1.hide, #footer #fmessage2.hide {
	display:none;	
}
#footer nav {
	width:45%;
	float:left;	
	margin-right:5%;
}
#footer ul.catlinks {
	width:100%;
	margin-bottom:24px;
}
#footer ul.catlinks li {
	display:inline-block;
	width:47.5%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;	
	margin-right:5%;
}
#footer ul.catlinks li:nth-child(2n+2) {
	margin-right:0;	
}
#footer ul.catlinks li a {
	color: #a07634;
	text-decoration: none;	
	line-height:1.3em;
}
#footer ul.catlinks li a:hover {
	color: #00c168;	
}
#footer a {
    color: #a07634;
	text-decoration: none;	
}
#footer a:hover {
    color: #00c168;	
}
#copyright {
	height:84px;
	background: #26211f;
	color: #655d50;	
	font-size: 14px;
	line-height:84px;
	padding-left:44px;
	padding-right:44px;
	position:relative;
}
#copyright a {
	text-decoration: none;
	color: #00c168;	
}
#copyright .left {
	float:left;	
}
#copyright .right {
	float:right;	
}
#sidr #closer {
	display:block;
	color:#FFF;
	line-height:98px;	
	float:left;
	height:98px;
	margin-left:32px;
	margin-top:32px;
	text-decoration:none;
	font-family: 'Gotham Ultra';
	font-style:   normal;
 	font-weight:  400;
	font-size:18px;
}
#sidr .logo {
	float:right;
	width:98px;
	height:97px;
	background: url('../img/menu-logo.png');
	background-repeat:no-repeat;
	margin-top:32px;
	margin-right:32px;
}
#sidr #nav {
	padding:32px;	
}
#sidr #nav ul li a {
	line-height:2em;
	font-family: 'Gotham Medium';
	font-weight: 400;
	color:#c0c0c0;
	text-decoration:none;
}
#sidr #nav ul li a:hover {
	color: #FFF;
}
#sidr .wanada {
	margin-left:32px;
	max-width:180px;	
}
#sidr .wanada img {
	width:100%;	
}
#sidr .waamh {
    margin-left:32px;
    max-width:71px;
}
#sidr .waamh img {
	width:100%;	
}
.ui-menu {
	max-width:90%;	
	border:none;
}
.ui-menu li.ui-menu-item {
	font-family: 'Gotham Light';
	font-weight: 200;	
	font-size:18px;
}
.ui-menu li.ui-menu-item a {
	color: #7d7d7d;
}
.ui-menu li.ui-menu-item a.ui-state-focus {
	border:1px solid #00c168;
	background: #00c168;
	color: #FFF;	
}
@media screen and (max-width:1500px) {
	#footer ul.catlinks {
		width:100%;	
	}
	#footer ul.catlinks li {
		width:100%;	
		display:inline-block;
	}	
}
@media screen and (max-width:1140px){
	#header {
		padding-left:0px;
		padding-right:0px;
		padding-top:16px;
		height:380px;	
	}
	#header a.logo {
		font-size:30px;	
		margin-left:16px;
		margin-top:4px;
		margin-bottom: 48px;
	}
	#header a#menu {
		margin-right:16px;
		font-size:14px;
	}
	#header h2 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;	
		padding:0;
		font-size:20px;
	}
	#header form .searchbox {
		width:95%;
		margin-right:auto;
		margin-left:5%;
		height:60px;
	}
	#header form .searchbox input.search {
		height:60px;	
		width:85%;
		font-size:18px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#header form .searchbox input.submit {
		height:60px;	
		width:15%;
		font-size: 26px;
	}
	#header .hint {
		width:50%;
		font-size:12px;
	}
	#header.mini {
		padding-left:0px;
		padding-right:0px;
		padding-top:16px;
	}
	#header.mini a.logo {
		font-size:30px;	
		margin-left:16px;
		margin-top:4px;
		margin-bottom: 24px;
		line-height:30px;
	}
	#header.mini a.logo span {
		margin-top:16px;	
	}
	#header.mini a#menu {
		margin-right:16px;
		font-size:14px;
		height: 32px;
		line-height: 32px;
	}
	#header.mini form .searchbox {
		width:47%;
	}
	#header.mini form .searchbox input.search {	
		width:85%;
		font-size:16px;
	}
	#header.mini form .searchbox input.submit {
		width:15%;
	}
	#header .appstore {
		margin-left:24px;	
		width:200px;
	}
	#header .appstore a {
		width:47.5%;	
	}
	#header .appstore a:first-child {
		margin-right:5%;	
	}
	#header .appstore a img {
		width:100%;	
	}
	#main .query {
		padding-left:16px;	
		height:32px;
		line-height:32px;
	}
	#main .completeListing {
		margin-left:16px;
		margin-right:16px;	
	}
	#main ul#results li.listing {
		height:auto;
		min-height:0px;	
	}
	#main ul#results li.noresults {
		padding:15px 15px 15px 15px;	
	}
	#main ul#results li.listing .toggler {
		height:32px;
		width:100%;
		background: rgba(0,0,0,0.05);
		color: rgba(0,0,0,0.05);
		display:block;
		clear:both;
		line-height:38px;
		font-size:24px;
		text-align: center;
	}
	#main ul#results li.listing .toggler:hover {
		background: rgba(0,0,0,0.10);
		color: rgba(0,0,0,0.10);
	}
	#main ul#results li.listing .org {
		padding-left: 2.5%;
		padding-right: 2.5%;
		padding-top: 16px;
		padding-bottom:0px;
		width:100%;
		min-width:320px;	
		height:auto;
		margin-bottom:32px;
		min-height:131px;
	}
	#main ul#results li.listing .org h4 {
		font-size:18px;	
	}
	#main ul#results li.listing .org address {
		font-size:12px;	
	}
	#main ul#results li.listing .org address span {
		font-size:16px;	
	}
	#main ul#results li.listing .extra {
		display:none;	
		/*
		background: #362f2d;
		color: #d7b174;
		box-shadow: inset 0px 0px 32px rgba(0,0,0,0.10);
		text-shadow: 0px 1px 3px rgba(0,0,0,0.9);
		*/
	}
	#main ul#results li.listing .details, #main ul#results li.listing .details2, #main ul#results li.listing .map {
			width:80%;
			min-width:0px;
			margin-left:auto;
			margin-right:auto;
			padding:0px 0px 0px 0px;
			clear:both;
			float:none;
			padding-top:24px;
			padding-bottom:24px;
			height:auto;
			min-height: 0px;
	}
	#main ul#results li.listing .map {
		position:static;
	}
	#main ul#results li.listing .details2 h6 {
		margin-bottom:0.8em;	
	}
	#footer {
		padding-left:5%;
		padding-right:5%;
		padding-top:32px;
		padding-bottom:32px;	
	}
	#footer h3 {
		font-size:20px;
		margin-bottom:0px;	
	}
	#footer h4 {
		font-size:18px;
		margin-top:24px;
	}
	#footer ul.catlinks li a {
		font-size:13px;	
	}
	#copyright {
		line-height:84px;	
		font-size:12px;
		padding:6px 12px 6px 12px;
		height:84px;
	}
	#copyright .left, #copyright .right {
	}
	.ui-menu li.ui-menu-item {
		font-size:16px;
	}
}
@media screen and (max-width:1100px) {
    #main .completeListing .categories {
        position: static;   
    }
}
@media screen and (max-width:990px) {
	#header form .searchbox {
		margin-right:auto;
		margin-left:auto;
	}
}
@media screen and (max-width:960px) {
	#header.mini {
		height:180px;	
	}
	#header.mini a.logo {
		float:none;
	}
	#header.mini form .searchbox {
		width:95%;
		margin-right:auto;
		margin-left:auto;
		height:60px;
		float:none;
	}
	#header.mini form .searchbox input.search {
		height:60px;	
		width:85%;
		font-size:18px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#header.mini form .searchbox input.submit {
		height:60px;	
		width:15%;
		font-size: 26px;
	}	
}
@media screen and (max-width:760px) {
		#header form .searchbox {
		width:95%;
		margin-right:auto;
		margin-left:auto;
		height:40px;
	}
	#header form .searchbox input.search {
		height:40px;	
		width:85%;
		font-size:15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#header form .searchbox input.submit {
		height:40px;	
		width:15%;
		font-size: 26px;
	}
		#header.mini form .searchbox {
		width:95%;
		margin-right:auto;
		margin-left:auto;
		height:40px;
		float:none;
	}
	#header.mini form .searchbox input.search {
		height:40px;	
		width:85%;
		font-size:15px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#header.mini form .searchbox input.submit {
		height:40px;	
		width:15%;
		font-size: 26px;
	}	
	#main .completeListing h1 {
		font-size:20px;	
		margin-bottom:1em;
		line-height: 34px;
	}
	#main .completeListing h3 {
		font-size:16px;	
	}
	#main .completeListing h4 {
		font-size:12px;	
	}
	.ui-menu li.ui-menu-item {
		font-size:15px;
	}
}
@media screen and (max-width:650px){
	#header {
		height:	430px;
	}
	#main ul#results li.noresults {
		font-size:14px;
	}
	#main ul#results li.listing .details ul.catlist li {
		width:100%;	
		margin-right:0px;
	}
	#main ul#results li.listing .details ul.catlist li:nth-child(even) {
		margin-right:0px;	
	}
	#footer nav {
		width:100%;
		float:none;	
	}
	#footer ul.catlinks {
		width:100%;	
		margin-right:0px;
	}
	#footer ul.catlinks li a {
		font-size:12px;	
	}
	#footer ul.catlinks {
		width:100%;	
		margin-right:0px;
	}
	#footer ul.catlinks li {
		display:block;
		width:100%;	
	}
}
@media screen and (max-width:399px) {
	#main ul#results li.listing .org ul.icons li {
		margin-right:3px;
	}
	#copyright {
		line-height:30px;	
		font-size:12px;
		padding:6px 0px 6px 6px;
		height:60px;
	}
	#copyright .left, #copyright .right {
		float:none;
		text-align:center;	
	}
	#main .query {
		font-size:11px;	
	}
	#main .query span {
		display:none;	
	}
	#main .completeListing ul.icons li {
		margin-right:2px;
	}
	#main .completeListing address {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 16px;
	}
	#main .completeListing address span {
		font-size: 16px;	
	}
	#header form .searchbox input.submit {
		font-size:20px;	
	}
}
@media screen and (max-width:400px) {
	#header .logos {
		display:none;	
	}	
}
@media screen and (max-width:320px){
	#header .hint {
		width:90%;
		margin-left:auto;
		margin-right:auto;	
		font-size:12px;
	}
}
