/* Responsive Pages - Branch specific styles */

.clear:before {
	content:'';
	display:table;
}
.clear:after {
	content:'';
	display:table;
	clear:both;
}
/* table fixes */
/*.tab-content {
	float: left;
	width: 100%;
}*/
/*.tab-content:before {
	content:'';
	display:table;
}
.tab-content:after {
	content:'';
	display:table;
	clear:both;
}*/

.table-wrap {
    display: table;
}

.table-image {
    display: table-cell;
    margin-top: 7px;
    margin-bottom: 5px;
    margin-right: 20px;
    border: 0;
}

.table-text {
    display: table-cell;
    vertical-align: top;
}


/* block content */
.block {
	width: 32%;
	float: left;
	margin: 5px 5px 20px;
}

.sidebar .block {
	width: 100%;
	max-width: 200px;
	margin:0 auto 20px;
	float: none;
}

.block-img {
	width: 100%;
}

.block h2 {
	border: none;
	padding: 20px 30px;
	margin: 0 !important;
}

.block .blue {
	background: #4d688c;
}

.block .blue h2 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.block .appointment {
	background: #ecd47f;
}

.block .appointment h2 {
	color: #335379;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

.block .appointment .white {
	color: #fff;
}


.link-block {
	box-sizing: border-box;
	width: 24%;
	float: left;
	margin: 0 1% 10px 0px;
	background: #4d688c;
}

.link-img {
	width: 100%;
}

.link-block h2 {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: normal;
	margin: 10px;
	margin-bottom: 10px;
}

.link-btn {text-align: center;}

.link-btn a {
	padding: 6px 8px;
	margin: 0 auto 15px;
	color: #335379;
	background: #ecd47f;
	border-radius: 6px;
	border: 1px solid #fff;
	line-height: 1;
	display: inline-block;
}

/* Begin team page styles */

.team-block {
	display: inline-block;
	margin: 20px 0 0 0;
}
.link-anchor#cosmetic {
	padding-top: 150px;
	margin-top: -150px;
}


.team-bio {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	padding: 0 20px 20px 0;
}

.team-img {
	width: 70px;
	height: 100px;
	margin-right: 10px;
	float: left;
	border: none;
}

.team-info {
	margin-left: 85px;
	font-size: 90%;
}
.team-info h5 {margin-top: 0;}

/* tabbed content */
.provider .team-bio {
	display: block;
	float: left;
	clear: both;
	margin: 15px 0;
}
.provider .team-img {
	width: 70px;
	height: 100px;
	margin-right: 20px;
	float: left;
}

.provider .team-info {
	float: left;
}



/*  home page styles  */

#appointment {
	background-color: #335379;
}

#appointment h2 {
	color: #fff;
	padding: 10px 25px 8px;
	font-weight: 300;
	margin-top: 0px;
}

#about {
	margin: 0 260px 25px 0;
}

#specialist a {
	width: 240px;
	float: right;
	margin: 10px 0 30px 0;
	background: #ecd47f;
	color: #fff;
	text-align: center;
}

#specialist a:hover {
	background-color: #e9cc66;
	text-decoration: none;
}

#specialist h2 {
	color: #335379;
	font-size: 22px;
	line-height: 32px;
	padding: 20px;
	margin: 0;
	font-weight: 300;
}

.home-blocks {
	margin: 20px 0;
	/*display:flex;
	flex-wrap:wrap;*/
	text-align:center;
}
.home-blocks:before {
	content:'';
	display:table;
}
.home-blocks:after {
	content:'';
	display:table;
	clear:both;
}
.home-blocks .link-block {
	width: 31%;
	/*flex: 0 0 32%;*/
    float:none;
    display:inline-block;
}
.link-block h2 {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 10px;
	margin-bottom: 10px;
}

.bold-blue {
	font-weight: bold;
	color: #002266;
}

.gold {
	color: #F4EACC;
}

.bold-caps {
    color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
}

/* site title styles */

.title {
    padding-top: 1.5%;
}

@media (min-width:860px) and (max-width:1152px) {
 
  .title {
      padding-top: 2.2%;
  }
  
}

@media (min-width:1152px) and (max-width:1186px) {
 
  .title {
    font-size:1.65em;
  }
  
}
