@charset "UTF-8";

a:link, :visited {
	color: rgb(0,0,0);
	/*text-decoration:none;*/
}
a:hover {
	font-weight: bold;
}
a img, :link img, :visited img, img {
	border: none;
}
html {
}

body {
	font-family:"Futura", Helvetica, Arial, sans-serif;
	/*font: 100% Helvetica, sans-serif;
	#background-image: -moz-linear-gradient(top, #bebebe, #555555);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#555555));
	background-color: #bebebe;
	background-attachment: fixed;
	color: #rgb(51,51,51);
	margin: 0;*/
}


.header {
	color: rgb(255,255,255);
}

.header a:link, .header :visited {
    color: #FFFFFF;
    text-decoration: none;
}

.header .h-logo {
	background: rgb(255,255,255);
	height: 100%;
}

.header .h-text-wrapper {
}

.header .h-text {
	background: rgb(32,192,183);
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
	margin-top: 1em;
	padding-top: .5em;
}

.header .motto {
	font-size: 1.6em;
	font-weight: bold;
}

.footer .address p {
	float: left;
	width: 50%;
}

.footer .address img {
	float: left;
}

.footer_links, .copyright {
	text-align: center;
	margin-top: 20px;
	font-size: small;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}

.meetOurDoctors {
	margin: 20px 40px 70px;
	border: 4px double #bebebe;
	padding: 20px;
	background-color: #f0f0f0;
}

.meetOurDoctors a:link, .meetOurDoctors :visited {
	color: darkSlateBlue;
}

.meetOurDoctors h1, h2 {
	font-size: large;
	margin: 0 0 0 0;
}

.meetOurDoctors ul {
	list-style: none;
	font-size: small;
	padding: 0;
}

.physicians {
	font-size:100%;
	display: table-cell;
}

.physicians:link .physicians.hover {
	font-size:100%;
}

div.physician {
	overflow: hidden;
}

img.physician {
    height: 0;
    padding-bottom: -50% ; /* % of width, defines aspect ratio*/

	height: auto;
	width: 100%;
	border: 0 none;
	text-decoration: none;
    filter: url(filters.svg); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

img.physician:hover {
    filter: none;
    -webkit-filter: none;
}

.meetOurDoctors .audiologists li {
	margin-bottom: 5px;
	float:left;
	width: 33%;
	text-align: center;
}

.medium-small {
	font-size: .9em;
}

.portrait {
	float: right;
	width: 160px;
	margin: 0 0 15px 15px;
	#padding: 3px;
	border: 3px outset #E0E0E0;
}

.biography {
	font-size: .9em;
	margin: 0 20px 50px 20px;
	text-align:justify;
}

.name {
	font-size: large;
	font-weight: bold;
}

.pillar {
	padding-right: 5px;
}

@media (min-width: @screen-xs-min) {
	.pillar {
		height: 100;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-sm-min) {
	.pillar {
		height: 35em;
	}
}

.pillar ul {
	padding-left: 1em;
	padding-right: 1em;
}

.pillar img {
	width: 90%;
	margin-bottom: 10px;
}

.pillarTitle {
	font-size: small;
	font-weight: normal;
	text-decoration: underline;
}

.group {
	float: left;
	max-width: 100%;
}

.welcome {
	margin: 0 0 10px 420px;
	border: 1px solid #bebebe;
	height: 283px;
	background-color: #e0e0e0;
	padding: 10px 10px 20px 10px;
	position: relative;
}
.welcome p {
	font-size: 10pt;
	display: block;
}

.welcome h1 {
	font-size: 1.3em;
	display: block;
	margin-bottom: 0;
}

.welcome .social_links {
text-align: right; bottom: 0pt; position: absolute; right: 0pt; padding-right: 10px;
}

.welcome .social_links img {
	margin: 2px;
}

.social {
	text-align: center;
	margin: 0 0 10px 20px;
	height: 20px;
	border-bottom: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	padding-top: 5px;
	padding-bottom: 10px;
}

.social iframe {
	max-height: 25px;
}

.announcement {
	font-size:1.3em;
	text-align:center;
}
.footer {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.footer .address {
	font-size: small;
	float: left;
	width: 250px;
	margin-top: 5px;
	text-align: center;
}

.locations {
	float:left;
	padding-right: 20px;
	width:280px;
}

.locations .hours {
	width: 75%;
}

.locations .address {
	font-size: small;
}

.locations table {
	width: 200px;
}

.locations td {
	width: 50%;
}

.locations table tbody {
	font-size: small;
}

.locations div {
	width: 100%;
	padding: 5px;
}

.grey {
	background-color: #e0e0e0;
	text-align: center;
	font-size: .9em;
	padding: 10px 20px 10px 20px;
}

.directions {
	border: 1px solid #000000;
	margin-top: 20px;
}

.directions #saddr, .directions #daddr {
	width: 200px;
	margin: 5px;
}

.directions #submit {
	text-align: center;
	margin: 5px 0 0 65px;
}

.directions label {
	float: left;
	width: 50px;
	margin: 5px;
}

.map {
	float: right;
}

.small {
	font-size: small;
}

.insurance {
	-moz-column-width: 150px;
	-moz-column-gap: 20px;
	-webkit-column-width: 150px;
	-webkit-column-gap: 20px;
	column-width: 150px;
	column-gap: 20px;
}

.insurance li {
	font-size: small;
}

@media (max-width: 500px) {

#content { max-width: 100%; min-width: 100%; }
.group { float: none; width: 100%;}
.welcome { margin: 0; }


}