html, body, #provider{min-height:100%;}
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;}

#provider{
	/*height: calc(100% - 153px);*/
	background: url(../img/directory-bg-v03.jpg) center top  no-repeat;
	background-size:cover;
	padding-bottom:50px;
	min-height: 100vh;
}
#provider:before{
	content:"";
	width: 100%;
	height:100%;
	box-shadow: inset 0 100px 120px rgba(0,0,0,.2);
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#content, #results, #info{
	margin: 40px auto 0 auto;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 1;

}
#results{
	width: 100%;
   /*max-width: 1100px;*/
	margin-top:0;
}
#info {width:930px;  margin-top: 100px;}

#provider h1, #provider h2, #filterZipSearch h2{
	font-size: 36px;
	line-height:1.2;
	color: #f6f6f6;	
	text-transform:capitalize;
	font-weight:600;
	text-align:center;
	display:block;
	margin: 0 0 40px 0;

}
#provider h1{
	text-shadow: 0 2px 10px rgba(0,0,0,.25);
}
#provider h2, #filterZipSearch h2{
	display:block;
	clear:both;
	font-size: 25px;
	color:#74b0b3;
	line-height:1.2;
	margin:0 0 25px 0;
}
#filterZipSearch h2{text-align: left;margin:0 0 10px 0;}
#zipSearchOptsCont, #advancedSearchCont{
	margin: 0 auto;
	clear: both;
	/*	    width: 540px;*/
	width: 770px;
	max-width: 100%;
	padding: 30px;
	background: rgba(255,255,255,.05);
	background: #f6f6f6;
	display: table;
	border-radius: 6px;
box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.dirHeader{
	position:relative;
}
#zipCodeInput{
	margin: 0 auto;
	display:block;
	border-radius: 1px;
	padding: 18px;
	text-align:left;
}
#zipCodeSearchBtn, #srchBtn, #zipCodeFilterBtn, .new-search {
	margin: 0 auto;
	width: 100%;
	max-width:140px;
	font-size: 14px;
	line-height:20px;
	color:#fff;
	background:none;
	padding: 21px 0;
	border: 0;
	border-radius: 1px;
	background:#74b0b3;
	text-transform:uppercase;
	font-weight:600;
}
#zipCodeSearchBtn:hover, #srchBtn:hover, #zipCodeFilterBtn:hover, .new-search:hover{color:#fff;opacity:.9;text-decoration:none;}

#advancedSearchToggle, #backToZip{
	display: block;
	font-size: 12px;
	line-height:14px;
	color:#f6f6f6;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
}

#filterZipSearch{
	margin: 0  auto ;
	width: 100%;

	background: #333;
	padding:25px 0;
}

#filterZipSearch  .container{
	width:930px	
}
#filterZipSearch label{
	color:#f6f6f6;
}


input, input[type=text], input[type=password], textarea, select{
	width: 100%;
	font-size:14px;
	line-height:26px;
	font-weight: 600;
	border-radius: 1px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	padding: 18px;
	box-shadow: inset 0 3px 3px rgba(0,0,0,.07);
}
input:focus, select:focus{outline:0;}

select{
	-webkit-appearance: none;
	padding:20px 18px;
	box-shadow: 0 3px 3px rgba(0,0,0,.07);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select{
		padding: 18px;
	}
}

.field{display: inline-block;    padding-right: 0;}
.field.last{padding-right:15px;}


/*.field input, .field select{
	width:100%;
	font-size: 16px;
	line-height:22px;
	padding:  12px;
}
.field select{padding:  11px;line-height:44px;}*/

#filterZipSearch > div{padding:0;padding-right:15px;}

button#zipCodeFilterBtn{

}
button#zipCodeFilterBtn:hover{opacity:.9;}


hr{
	float:left;
	width:100%;
	height:1px;
	margin:0;
	padding:0;
	background:none;
	border:0;	
}

/*LISTINGS*/
#directoryList , #directoryList63456 {
	clear:both;
	max-width: 1100px;
	margin: 0 auto;
}
#directoryList h4, #directoryList63456 h4{
	float: left;
	clear:both;
	width:100%;
	color: #595959;
	font-size:17px;
	line-height:40px;
	margin: 50px 0 20px 0;
	text-transform:uppercase;
	border-bottom: 1px solid #8bc2d1;
}

.listing_wrapper{
	padding: 0 10px;
	min-height: 260px;
}
.listing_wrapper.premier {

}


.dir_photo_wrapper{
	display:block;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.dir_info_wrapper{
	clear:both;
	padding: 5px 0;
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	font-family: 'Titillium Web', Arial, sans-serif;
}
.distance{
	font-size:12px;
	color: #595959;
	text-align:left;
	position: static;
	float: left;
}
.dir_profile_a{
	float:left;
	width: 80px;
	height: 80px;
	border-radius: 100px;
	position:relative;
	overflow:hidden;
	border: 1px solid #8bc2d1;
	padding: 3px;
}
.dir_profile_img{
	float: left;
	width:100%;
	height: 100%;
	border-radius: 100px;
	background-size: cover;
	background-position: center center;
}
.rightCol > div{
	padding: 5px 0;
	background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 20%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.rightCol > div:last-child {background:none;}
.leftCol{
	float:left;
	width: 190px;
	margin:10px 0 0 10px;	
}
.listing_name{
	font-size: 16px;
	line-height: 18px;
	text-transform:uppercase;
	font-weight:800;
}	
.listing_name a{color: #595959;}
.listing_name a:hover{text-decoration:none;opacity:.9}

.listing_degree{
	color: #595959;	
	font-size: 13px;
}

.listing_status{
	color: #438393;
	font-weight:800;
	display: none;
}
.listing_website a{
	color:#868686;
	font-weight:800;
	width: 220px;
	display: inline-block;
}
.listing_website a:hover{text-decoration:none;opacity:.9}

.listing_wrapper.premier .listing_website a{width: auto;}

.listing_address .address1{width: 220px; padding-left: 3px;display: inline-block;}
.listing_address .addresscity, .listing_address .address2{padding-left: 35px;}

.listing_wrapper.premier .listing_address .address1 {width: auto;}

.listing_wrapper i{
	font-size:15px;	
	color: #d3d3d3;
	width: 25px;
	margin: 0  7px 0 0 ;
	text-align: center;
	background-image: linear-gradient(to bottom, #ccc 40%, rgba(255, 255, 255, 0) 20%);
	background-position: right;
	background-size: 1px 3px;
	background-repeat: repeat-y;
	position: relative;
	top: 2px;
}
.listing_wrapper i.fa-star{top: 0;}
.listing_wrapper .listing_status i{
	font-size:13px;	
	width:auto;
	margin:0;
	color: #438393;
	background:none;
}

.listing_wrapper.premier .dir_photo_wrapper{
	width: 100%;
	float: left;
	padding:15px;
	background: #8cc4d7;
	position: relative;
}
.listing_wrapper.premier .leftCol{;
											 margin:10px 0 0 10px;
}
.listing_wrapper.premier .dir_profile_a{
	width: 80px;
	height: 80px;
	border: 1px solid rgba(255,255,255,.5);
}
.listing_wrapper.premier .rightCol > div{
	padding: 7px 0;
}
.listing_wrapper.premier .dir_info_wrapper{
	padding: 5px 10px;
	color: #868686;
	background: #fff;
	border: 1px solid #8bc2d1;
	border-top:0;
	min-height: 135px;
}
.listing_wrapper.premier .listing_name{
	font-size:18px;
	line-height: 22px;	
}	
.listing_wrapper.premier .listing_name a{color: #fff;}
.listing_wrapper.premier .listing_degree{
	color: #fff;
}
.listing_wrapper.premier .distance{
	color: #fff;
}

.listing_profile_link{
	float: left;
	color: #fff;
	margin: 3px 0 0 0;
	padding: 4px 8px;
	background: rgba(0,0,0,.1);
	clear:both;
	width:auto;
}

.listing_profile_link a{color: #666;}
.listing_wrapper.premier .listing_profile_link a{color: #fff;}
.listing_profile_link a:hover, .listing_profile_link a:focus{text-decoration:none;opacity:.9;}


html .loading{
	float:left;
	width:100%;
	height:100%;
	background: url(../img/load.GIF) no-repeat center center;
	background-color: rgba(255,255,255,.95);
	position: fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
html.waiting .loading{
	display:block;

}

.cd-top {
	display: inline-block;
	position: fixed;
	bottom: 30px;
	font-size:40px;
	right: 30px;
	z-index: 10;;
	/* image replacement properties */
	text-align: center;
	white-space: nowrap;
	color: #8cc4d7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	opacity: .8;
	color: #8cc4d7;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

.box{

}
.box a{
	display:block;
	width:100%;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-weight:800;
	font-family: 'Titillium Web', Arial, sans-serif;
	background-size:cover;
}
.winf{background: url(../img/winf.jpg) center center no-repeat;}
.edu{background: url(../img/ed.jpg) center top no-repeat;}
.chat{background: url(../img/chat.jpg) center top no-repeat;}
.box a span{
	display:block;
	padding: 80px 0;
	color: #fff;
	font-size:16px;
	background: rgba(0,0,0,.3);
}
.box p{
	display:block;
	color: #666;
	margin: 10px 0 0 0;	
}



/*RADIO BUTTONS*/
label {
	width: auto;
	color: #666;
}

/* hide input */
input.radio:empty, input.nav-trigger[type="checkbox"] {
	margin-left: -999px;
	height: 0;
	max-height: 0;
	width: 0;
	margin:0;
	overflow: hidden;
	display: none;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	width: 100%;
	line-height: inherit;
	margin: 0;
	padding: 4px 0 4px 35px;
	cursor: pointer;
	font-weight: normal;
	z-index: 9;	
	border-right: 1px solid rgba(0,0,0,.05);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.radio:empty ~ label:hover{
	background: rgba(0,0,0,.05);
}
input.radio:empty ~ label:before{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;	
}
input.radio span{position:relative;z-index:999;}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	/*content:'\2714';*/
	text-indent: .9em;
	color: #C2C2C2;
	opacity:.9;
}


/* toggle on */
input.radio:checked ~ label:before {
	/*content:'\2714';*/
	text-indent: .9em;
	color: #8bc2d1;
	border-right: none;
}
/*
input.radio:checked ~ label {
	color: #777;
	background: #fff;
}
input.radio:checked ~ label:hover{background: #fff;}
 radio focus */
input.radio:focus ~ label:before {

}



input.radio:checked ~ label .fa{color: #8bc2d1;}

#provider div span{
	font-size: 12px;
	line-height: 18px;
	color: #f0fbff;
	text-transform: uppercase;
	font-weight: 800;
	position: relative;
	clear: both;
	display: block;
}
input.radio:checked ~ label span{color: #8bc2d1;}

input.radio {height:0;}
input.radio:empty ~ label:hover {background:none;}
input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: none;
	border-radius: 100px;
	width:25px;
	height:25px;
	border: 2px solid #999;
}
input.radio:checked ~ label:before {
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #c1c8bb;
	border: 1px solid #c1c8bb;
}

.empty-space15, .empty-space30, .empty-space50{
	float:left;
	width:100%;
	height:15px;	
}
.empty-space30{height:30px;}
.empty-space50{height:50px;}



/*RESULTS LAYOUT*/
body.showing-results #provider{
	display:none;
}
.refresh{text-transform:uppercase;color:#fff;}
.refresh:hover, .refresh:focus{color:#fff;opacity:.9;text-decoration:none;}

.new-search{
	clear: both;
	display: block;
}
.new-search:focus{color:#fff;text-decoration:none;}

.no-results{
	float: left;
	text-align: center;
	clear: both;
	margin: 70px 0 0 0;
	display: inline-block;
	width: 100%;
	font-size: 50px;
	color: #999;
}

/*RESPONSIVE*/
@media(max-width: 992px){
	#provider{height:auto;padding: 20px 15px;}
	#content, #results, #info{
		margin: 0 auto;
		width: 100%;
	}
	#provider h1{
		font-size: 24px;
		line-height:29px;
		margin: 0 0 20px 0;
	}
	#provider h1 span{display:inline;clear:none;}
	#header {margin: 10px 0 7px 0 !important;}
	.navbar-default {margin-top: -80px !important;}
	.navbar-toggle { margin: 0;}
	input, select{width:100% !important;}
	.field {margin: 0 0 10px 0;}
	#searchOptsCont > div, #filterZipSearch > div{padding:0;}
	#filterZipSearch > div{margin-bottom:5px;}
	#backToZip{left: 0}
	#filterZipSearch {
		padding: 15px 0 5px 0;
		width: 100%;
	}
	#filterZipSearch select {
		font-size: 12px;
		padding: 5px 7px;
	}
	button#zipCodeFilterBtn {
		margin: 0 auto;
	}

	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
		width:100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	#zipSearchOptsCont, #advancedSearchCont {width:100%;}
	#provider h1{    margin: 20px 0 40px 0;}
	#provider h2, #filterZipSearch h2{ margin: 0 0 10px 0;}
	input, input[type=text], input[type=password], textarea, select{}
	.field{text-align: center;}
	.empty-space15{height:0;}
	#filterZipSearch  .container{width:auto;}
	.refresh {
		text-transform: uppercase;
		color: #fff;
		clear: both;
		display: block;
		margin: 10px 0 0 0;
	}
	#filterZipSearch .empty-space15{height:15px;}


	#directoryList , #directoryList63456{padding: 0 15px;}
	#directoryList h4, #directoryList63456 h4{text-align: center; font-size: 18px;}
	.listing_wrapper{
		padding-right:0;
		margin: 0 0 30px 0;
		min-height: 1px;
	}
	.listing_wrapper.premier {
		margin: 0 0 20px 0;
	}
	.listing_wrapper.premier:nth-child(odd), .listing_wrapper.premier:nth-child(even){padding:0;}
	.dir_profile_a{float: none;      margin: 0 auto 10px auto;width: 80px;height: 80px;}
	.listing_wrapper.premier .dir_profile_a{margin: 0 auto;width: 100px;height: 100px;}
	.leftCol{width: 100%;text-align: center;margin-left:0 !important;}
	.listing_name {font-size: 24px !important;line-height: 24px !important;}
	.rightCol > div{
		padding: 0px 0;
		background:none;
	}
	.listing_status{
		font-size: 16px !important;
	}
	.listing_wrapper.premier .rightCol > div{
		background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 20%);
		background-position: bottom;
		background-size: 3px 1px;
		background-repeat: repeat-x;
	}
	.dir_info_wrapper{text-align: center;font-size:16px !important; line-height: 24px;}
	.listing_wrapper.premier .dir_info_wrapper{min-height: 1px;}
	.listing_wrapper i{display:none;}
	.distance {text-align: center;  float: none;margin:0;font-size: 16px  !important;}
	.listing_wrapper.premier .distance {float: none;display: block;padding: 0;position: static;width:auto;background:none;}
	.listing_degree {font-size: 14px !important;}
	.listing_address .address1, .listing_address .address2, .listing_address .addresscity{width: auto;padding-left: 0;}
	.listing_website a{width: auto;}
	.listing_profile_link{float: none;margin: 5px auto 0 auto; display: inline-block;}
	
	.cd-top{display:none;}
}
@media(max-width: 899px){

}
@media(max-width: 650px){



}
@media(max-width: 480px){
	#header img{max-width:75%;}
	.navbar-header button::before {display:none;}
	.navbar-toggle {margin-top: 0;}
}

/*CONFLICTS*/
#header {
	margin: 15px 0;
}
.dash #container{}
.navbar-default {
	margin: 0;
}
.row{position:relative;}
.navbar-default {
	background: none;
	border:0
}
#socialMedia{display:none;}
#mainNav {
	position: relative;
	z-index: 2;
}


