#map-container {
  position: relative;
	z-index: 0;
}


#map-header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,207dca+100&0.9+1,0.5+71,0+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,1,2,0.9) 1%, rgba(23,89,143,0.5) 71%, rgba(32,125,202,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(1%,rgba(0,1,2,0.9)), color-stop(71%,rgba(23,89,143,0.5)), color-stop(100%,rgba(32,125,202,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,1,2,0.9) 1%,rgba(23,89,143,0.5) 71%,rgba(32,125,202,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,1,2,0.9) 1%,rgba(23,89,143,0.5) 71%,rgba(32,125,202,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,1,2,0.9) 1%,rgba(23,89,143,0.5) 71%,rgba(32,125,202,0) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,1,2,0.9) 1%,rgba(23,89,143,0.5) 71%,rgba(32,125,202,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00207dca',GradientType=0 ); /* IE6-9 */

  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 80;
  width: 100%;
  padding-top: 125px;
}

#map-header h1 {
  color: #fff;
  font-size: 350%;
  line-height: 95%;
  margin: 15px 0;
}


#map-header h4 {
  color: #fff;
  font-size: 150%;
  line-height: 100%;
  margin: 10px 0;
}

#map {
  width: 100%;
  height: 50rem;
}

#searching_overlay {
  display: none;
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  height: 50rem;
  position: absolute;
  z-index: 70;
  top: 0;
}


#searching_overlay > div{
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  border-radius: 4px;
  margin: 24rem auto;
  padding: 2rem;
  box-sizing: border-box;
  width:25rem;
  text-align: center;
}

#searching_overlay > div:last-child {
  display: none;
}
#searching_overlay > div:last-child p {
  margin-bottom: 0;
}


#search_container {
  position: relative;
}

#store_overlay {
  display: none;
  font-family: Lato, helvetica, arial, sans-serif;
  box-sizing: border-box;
  position: absolute;
  z-index: 85;
  top: 15rem;
  right: 3rem;
  max-height: 30rem;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 6px rgba(0, 0, 0, .4);
  border-radius: 6px;
  width: 20rem;
  overflow: auto;
}

#closest_result {
  box-sizing: border-box;
  position: relative;
}

#closest_result ul {
  text-align: left;
  list-style: none;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

#closest_result ul,
#store_overlay ul {
  display: block;
}

#info {
  display: inline-block;
}

#closest_result li,
#store_overlay li {
  line-height: 1rem;
  box-sizing: border-box;
  padding: .5rem .5rem .5rem 5.5rem;
  position: relative;
}

#closest_result li:first-child,
#store_overlay li:first-child {
  cursor: pointer;
}

#closest_result li+li,
#store_overlay li+li {
  border-top: 1px solid #eee;
}

#closest_result li span,
#store_overlay li span {
  display: block;
}

.logo {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.preferred {
  color: rgb(124, 214, 107);
  line-height: 1.5rem;
  font-size: 1rem;
  margin-left: .75rem;
}
.preferred i {
  margin-left: .25rem;
  font-size: 1rem;
}

.name {
  font-size: .85rem;
  color: #29a9e0;
  margin-bottom: .5rem;
}

.shortDescription {
  font-size: .85rem;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address {
  font-weight: 300;
  margin-bottom: .5rem;
}

.stars {
  margin-bottom: .5rem;
}
.stars i {
  color: #555;
  font: normal normal normal 14px/1 FontAwesome;
}

.stars i+i {
	margin-left: .25rem;
}

#closest_result li span.reviews,
#store_overlay li span.reviews {
  color: #888;
  display: inline;
  margin-left: .25rem;
  font-size: .85rem;
}

#practitioner-profile {
  display: none;
  line-height: 1.5rem;
  width: 100%;
  max-width: 67.5em;
  margin: 0 auto;
}

#practitioner-profile[data-is-editing="true"] h4 {
  display: none;
}

#practitioner-profile.[data-is-editing="true"] #coach-details {
  display: block;
}


#practitioner-profile input[type="text"],
#practitioner-profile textarea {
  border-radius: 3px;
  border: 2px solid #cccccc;
  box-shadow: none;
  font-size: 1rem;
}
#practitioner-profile textarea {
  height: 8em;
}

#practitioner-profile h4 {
  font-family: Lato, helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(119, 119, 119);
}

#practitioner-info {
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

#practitioner-details {
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

#closest_result .avatar,
#store_overlay .avatar,
#practitioner-profile .avatar {
  border: 1px solid #eee;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}


#practitioner-profile[data-is-editing="true"] .avatar {
  display: block;
  position: relative;
}

#store_overlay .avatar {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin-top: -4px;
}


#avatar-drop-zone {
	border: 2px solid #eee;
	cursor: pointer;
	height: 160px;
	width: 160px;
	border-radius: 80px;
	position: relative;
	margin: 0 auto 1rem auto;
	overflow: hidden;
	box-sizing: border-box;
}

#avatar-drop-zone .avatar {
	z-index: 2;
	border: none;
	border-radius: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#avatar-drop-zone:hover {
	box-shadow:inset 0 0 3px rgba(42, 169, 224, .6);
	z-index: 1;
}

#avatar-drop-zone p {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 35%;
	height: 100%;
	width: 100%;
}

#avatar-drop-zone input {
	position: absolute;
	height: 0;
	width: 0;
}


#details-container {
  position: relative;
  text-align: center;
}


#store_overlay .avatar.large,
#practitioner-profile .avatar.large {
  height: 80px;
  width: 80px;
  border-radius: 40px;
  margin-bottom: 1.5rem;
  margin-left: 0;
}

#practitioner-profile .avatar.xtra-large {
	display: block;
	margin: 0 auto;
	height: 160px;
	width: 160px;
	border-radius: 80px;
}


#banner {
  width: 100%;
  height: 200px;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#rating {
	margin-bottom: 0;
}

#coach-details {
  display: inline-block;
  margin: 1.5rem auto;
}
#practitioner-profile[data-is-editing="true"] #coach-details {
  margin-left: 0;
}

#hours input {
  margin-bottom: 0;
}

#coach-details span {
	display: inline-block;
}
#coach-details span+span {
	margin-left: 2rem;
}
#coach-details .name {
  font-size: 1.25rem;
  color: #29a9e0;
}

#coach-details .specialty {
  font-style: italic;
}

#coach-details .stars{
	margin-left: 0;
	display: block;
}

#mlist-subscription h3,
#mlist-create-account h3,
#mlist-billing h3,
#practitioner-profile h3 {
  padding-bottom: .5rem;
  color: #29a9e0;
  position: relative;
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}

#mlist-subscription h3:after,
#mlist-create-account h3:after,
#mlist-billing h3:after,
#practitioner-profile h3:after {
  background-color: rgb(228, 228, 228);
  display: block;
  margin-top: 7px;
  height: 3px;
  width: 30px;
  font-size: 1.5rem;
  content: '\00A0';
}

#mlist-create-account,
#mlist-billing,
#practitioner-profile section {
  margin-bottom: 1.75rem;
}

#practitioner-details {
  vertical-align: top;
}

#practitioner-profile tr {
  border: none;
}

#qualifications {
  table-layout: fixed;
  width: 100%;
}

#qualifications tr:first-child td {
  font-weight: 700;
  vertical-align: bottom;
}

#qualifications tr:first-child {
  border-bottom: 1px dotted #eee;
}

#qualifications td {
  padding-right: 1.5rem;
  vertical-align: top;
}

#media {
  overflow: auto;
  position: relative;
  min-height: 10rem;
}

[data-is-editing="true"] #media {
  display: block;
  margin-left: 12rem;
}

#media ul {
  list-style: none;
  display: block;
  white-space: nowrap;
  margin: 0;
}

#media li {
  display: inline-block;
  position: relative;
  height: 10rem;
  width: 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.remove {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 1.5em;
	box-shadow: 0 0 8px rgba(100, 100, 100, .5);
	border: 1px solid #ccc;
	display: none;
	cursor: pointer;
	position: absolute;
	height: 1.5em;
	text-align: center;
	line-height: 1.5em;
	width: 1.5em;
	left: 50%;
	margin-left: -.75em;
	top: 50%;
	margin-top: -.75rem;
	font-size: 1.5rem;
	color: #f44;
	z-index: 200;
}

.remove:hover {
	background-color: #f44;
	color: #fff;
}

#avatar-drop-zone.has-image:hover .remove,
#media li:hover .remove {
	display: block;
}

#media li+li {
  margin-left: 1rem;
}

#media a {
  display: block;
  height: 100%;
  width: 100%;
}

#media a img {
  display: none;
}

#reviews {
  list-style: none;
  margin-top: .5rem;
}

.review {
  display: inline-block;
}

.review p {
  margin-bottom: 0;
}
#reviews li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 80px;
  position: relative;
  min-height: 90px;
}

#reviews li+li {
  border-top: 1px solid #eee;
}

#reviews .avatar {
  position: absolute;
  left: 0;
}



#address {
  background: transparent;
  display: inline-block;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 1.5rem;
  width: 15em;
  border: none;
  outline: none;
  margin: 0;
  text-align: center;
}
#address-search {
  font-size: 1.5rem;
  display: inline-block;
  padding: 0 1em;
  line-height: 2.25em;
}

#map-container #practitioner-profile {
  margin-top: 2rem;
}

#add_review textarea {
  height: 41px;
  width: 30rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#add_review button {
  margin-top: 4px;
}
#add_review h4 {
  display: inline-block;
  margin-right: 1.5rem;
}

#add_review i {
  cursor: pointer;
}

#review_approval {
  color: #5acd5a;
  display: none;
}

#contact .show-confirmation {
  display: none;
}

#badges img {
  width: 30%;
  height: auto;
}


.file-upload div {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

div.file-uploading {
	border-radius: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: rgba(255, 255, 255, 1) url('../images/spinner-sm.gif') center center no-repeat;
  z-index: 100;
}


.file-upload.upload-hover {
  border: 2px solid rgb(112, 198, 235) !important;
}




#drop-zone {
  display: inline-block;
  box-shadow: inset 0px 0px 4px rgba(0,0,0,.3);
  height: 10rem;
  width: 10rem;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem;
  left: 0;
  position: absolute;
  vertical-align: top;
}

#drop-zone p {
  font-size: .85rem;
  color: #aaa;
  margin-top: 3rem;
  text-align: center;
}

#drop-zone input {
	position: absolute;
	height: 0;
	width: 0;
}

@media only screen and (max-width: 48em) {
  #practitioner-info {
    display: block;
    width: 100%;
  }

  #address {
    width: 8em;
  }

  #practitioner-profile {
    max-width: 100%;
    box-sizing: border-box;
  }

  #store_overlay {
    top: 26rem;
    max-height: 22rem;
    left: 50%;
    margin-left: -10rem;
  }

  #searching_overlay div {
    max-width: 100%;
    padding: 2rem 1rem;
  }

  #add_review textarea {
    max-width: 100%;
  }

  #practitioner-details {
    width: 100%;
  }

}

#mlist-create-account,
#mlist-billing {
  margin-left: 25%;
  padding-left: 0.9375rem;
}

.subscribe-button,
.save-profile-button {
  margin-left: 25%;
  padding-left: 0.9375rem;
}


input.cc-num {
	display: inline-block;
	width: 12em;
	margin-right: 3rem;
}

input.cc-exp {
	display: inline-block;
	width: 5rem;
}

input.cc-cvc {
	display: inline-block;
	width: 3rem;
}

.payment-errors {
  display: none;
  color: #f88;
  line-height: 3rem;
}


.quiet {
  font-size: 1rem;
  color: #888;
}

#mlist-subscription section {
  margin-bottom: 2rem;
}


#mwod-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, .6);
  z-index: 1000;
}

#mwod-loading img {
  position: absolute;
  left: 50%;
  margin-left: -46px;
  top: 50%;
  margin-top: -46px;
}


#address-container {
	position: relative;
	display: inline-block;
}
#address-search {
	width: 8rem;
	padding: 0;
}

#address {
	position: relative;
}

#address-and-mile {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  position: relative;
  white-space: nowrap;
  padding-right: 5em;
}

#address-and-mile:after {
	color: #888;
	content: '\25BC';
	position: absolute;
	right: .75rem;
	font-size: 1rem;
	top: 0;
	line-height: 3rem;
	z-index: 100;
}

#mile-filter {
  border: none;
  background: transparent;
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  position: absolute;
  right: 0;
	outline: 0;
	z-index: 150;
  width: 5em;
}


#address-container * {
	display: inline-block;
	height: 3rem;
	line-height: 3rem;
	box-sizing: border-box;
	vertical-align: top;
}