@charset "UTF-8";
/* CSS Document */

body {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	background-color: #f3efe4;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
h1 {
	color: #999;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 20px;
}
h3 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
h4 {
	color: #fff;
	font-size: 15px;
	background-image: url(../images/subhead-tile.jpg);
	background-repeat: repeat-x;
	display: inline;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 0;
}
#pageName {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	height: 42px;
	padding: 40px 0 0 40px;
	background-image: url(../images/header-ornament.png);
	background-repeat: no-repeat;
	background-position: -10px -30px;
	background-size: 164px 164px;

}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color: #788838;
}
a:hover {
	color: #000;
}
p {
	margin-top: 8px;
}
#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}
.homeHeader {
	background-image: url(../images/home-head-tile.jpg);
}
.practiceHeader {
	background-image: url(../images/practice-bar-tile.jpg);
}
.visitHeader {
	background-image: url(../images/visit-bar-tile.jpg);
}
.techHeader {
	background-image: url(../images/tech-bar-tile.jpg);
}
.servicesHeader {
	background-image: url(../images/services-bar-tile.jpg);
}
.formsHeader {
	background-image: url(../images/forms-bar-tile.jpg);
}
.contactHeader {
	background-image: url(../images/contact-bar-tile.jpg);
}

#innerContainer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
    flex: 1;
}
#header {
	width: 100%;
	height: 102px;
	padding: 0 20px 0 30px;
}
#logo {
	display: block;
	width: 300px;
	height: 89px;
	text-indent: -10000px;
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin: 20px 0 5px 0;	
}

#nav {
	float: right;
	margin-top: 35px;
	padding-right: 70px;
	font-size: 13px;
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#nav li {
	display: inline-block;
	padding-right: 15px;
} 
#nav li a, #nav li a:visited {
	color: #788838;
	text-decoration: none;
}
#nav li a:hover{
	color: #000;
}
#navButton {
	display: none;
}
#hide {
	display: none;
}


#main {
	max-width: 1100px;
	padding: 10px 40px;
    clear: both;
}
#homeTop {
	padding: 30px 0;
}
.homeHead {
	font-size: 27px;
	line-height: 34px;
	font-weight: 400;
	color: #999;
	float: left;
	width: 65%;
	padding: 0 5% 10px 0;
}
#homeHeadContact {
	width: 24%;
	overflow: hidden;
	padding-top: 20px;
}
#homeBoxes {
	width: 25%;
	height: 340px;
	float: left;
	margin-bottom: 30px;
}
.careBox {
	padding: 0 25px;
	background-color: #e19527;
	background-image: url(../images/orange-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #f3efe4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.careLink {
	list-style: none;
	background-image: url(../images/circle-bullet-orange.png);
	background-repeat: no-repeat;
    background-position: 19px 4px;
	margin-left: -19px;
}
.careLink a, .careLink a:visited{
	color: #f1f0ec;
	padding-left: 0;
 	text-indent: 0;
}
.careLink a:hover, .careLink a:active{
	color: #333;
}
.photoBox {
	text-indent: -10000px;
	background-image: url(../images/home-photo2.jpg);
	background-size: 260px;
	background-repeat: no-repeat;
	background-position: left top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 4px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3efe4;
	border-left-color: #f3efe4;
}
.visitBox {
	padding: 0 25px;
	background-color: #9db149;
	background-image: url(../images/green-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right-width: 3px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3efe4;
	border-left-color: #f3efe4;
}
.visitLink {
	list-style: none;
	background-image: url(../images/circle-bullet-green.png);
	background-repeat: no-repeat;
    background-position: 19px 4px;
	margin-left: -19px;
}
.visitLink a, .visitLink a:visited{
	color: #f1f0ec;
	padding-left: 0;
 	text-indent: 0;
}
.visitLink a:hover, .visitLink a:active{
	color: #333;
}
.contactBox {
	padding: 20px 25px;
	background-color: #58b69e;
	background-image: url(../images/teal-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #f3efe4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.contactLink {
	list-style: none;
	background-image: url(../images/circle-bullet-teal.png);
	background-repeat: no-repeat;
    background-position: 19px 4px;
	margin-left: -19px;
}
.contactLink a, .contactLink a:visited{
	color: #f1f0ec;
	padding-left: 0;
 	text-indent: 0;
}
.contactLink a:hover, .contactLink a:active{
	color: #333;
}
#homeMap {
	width: 100px;
	height: 100px;
	background-image: url(../images/home-map.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
    left: 25px;
    bottom: 25px;
}
.quote {
	margin: 30px 0;
	font-size: 18px;
}


#footer {
    width: 100%;
	height: 300px;
	background-image: url(../images/footer-tile.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#footerWrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px;
}
.footerText {
	font-size: 12px;
	line-height: 20px;
	color: #CCC;
	float: left;
	padding-left: 40px;
	margin-right: 40px;
}
.footerText a, .footerText a:visited{
	text-decoration: none;
	color: #CCC;
}
.footerText a:hover{
	color: #fff;
}


#practiceBar {
	width: 100%;
	height: 60px;
}
.intro  {
	margin: 10px 0 30px 0;
}
.practiceBox {
	background-color: #fff;
	padding: 30px;
	margin: 20px 0;
	overflow: hidden;
}
.bio {
    overflow: hidden;
}
.bioPhoto {
	width: 311px;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #74861d;
	font-style: italic;
}
.courtenayPhoto {
	width: 311px;
}
#dentistLogos {
	width: 100%;
}
.topDentistLogo {
    width: 180px;
    margin: 20px auto 10px auto;
}
.aaeLogo {
	width: 125px;
	margin: 0 auto;
}
.staffPhoto {
	width: 311px;
    margin-bottom: 20px;
}
.bioCopy {
	margin-left: 20px;
	padding: 30px 20px;
	overflow: hidden;
}
.bioCopy h4 {
	padding: 10px 20px 10px 30px;
	margin-left: -15px;
	top: -2px;
	background-image: url(../images/h4-ornament.png), url(../images/subhead-tile.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 6px 8px, 6px 4px;
}
.bioCopy p{
	padding-left: 15px;
	margin: 20px 0 -5px 0;
}


#interiorPhotos {
	max-width: 48%;
	display: block;
	overflow: hidden;
}
#interiorPhotos img {
	width: 100%;
	height: auto;
}
.interiorA {
	float: left;
	margin-bottom: 20px;
}
.interiorB {
	float: right;
	margin-bottom: 40px;
}

#flexContainer {
	clear: both;
	overflow: hidden;
}
.clear {
	clear: both;
}
#contentBox {
	background-color: #fff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #f3efe4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.contentBoxLeft {
	width: 48%;
	float: left;
}
.contentBoxLeft img {
    width: 100%;
}
.contentBoxRight {
	width: 48%;
	float: right;
}
.contentBoxLeft h4, .contentBoxRight h4 {
	position: absolute;
	left: -5px;
	top: -2px;
	padding: 10px 20px 10px 30px;
	margin-left: 0;
	top: -2px;
	background-image: url(../images/h4-ornament.png), url(../images/subhead-tile.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 6px 8px, 6px 4px;
}
.contentBoxCopy {
	padding: 60px 30px 0 30px;
}
.space-above {
    padding-top: 30px;
}
.space-below {
    margin-bottom: 30px;
}
.visit-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.visit-video embed, .visit-video iframe, .visit-video object, .visit-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#aaeLogo {
	width: 125px;
	margin: 0 auto;
	padding: 10px 0 1px 0;
}
.show_hide {
	text-decoration: none;
	margin: 28px 0 0 0;
	color: #ffffff;
	display: inline;
	text-decoration: none;
}
.slidingDiv {
    display: none;
}

.question {
	font-weight: 800;
	margin-bottom: 5px;
}
#qaMore {
	display: none;
}
.button {
	padding: 15px 0 2px 0;
}
.techBox h4 {
	width: 105px;
	height: 88px;
	position: absolute;
	left: -5px;
	top: 5px;
	padding: 10px 30px 0 20px;
	background-image: url(../images/tech-head-tab.png);
	background-repeat: no-repeat;
	background-position: -6px 0;
}
.techBoxCopy{
	max-width: 800px;
	padding: 25px 50px 0 170px;
	background-color: #fff;
}
.stretchBox {
	display: block;
	width: 50%;
	float: left;
}
.techImage {
	display: table;
	margin-right: 20px;
}
.techImage img{
	width: 100%;
	height: auto;
}
.tech-video {
	height: 0;
	padding-bottom: 64%;
	position: relative;
	overflow: hidden;
}
.tech-video embed, .tech-video iframe, .tech-video object, .tech-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.techCaption {
	display: table;
	max-width: 100%;
	height: auto;
	padding: 5px 0 30px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 800;
	font-size: 11px;
}
.techLower img{
	float: left;
	width: 380px;
	margin: 0 30px 10px 0;
}
.serviceBlock {
	padding: 15px 50px 30px 30px;
	margin: 0 0 50px 0;
	background-color: #fff;
}
.serviceBlock h5, #serviceBullets {
	width: 50%;
	float: left;
}
.service-video {
  height: 0;
  padding-bottom: 33%;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.service-video embed, .service-video iframe, .service-video object, .service-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.formsBlock {
	padding: 40px 0 35px 0;
	margin: 0 0 30px 0;
	background-color: #fff;
    text-align: center;
    font-size: 16px;
}
.formsBlock:hover {
    color: #fff;
	background-color: #788838;
}

.contactHead {
	font-size:16px;
	color: #788838;
}
.contactCopy {
	width: 25%;
	display: block; 
	padding-left: 2%;
	float: left;
}
#contactMap {
	display: block; 
	max-width: 30%;
	padding: 2% 2% 2% 0;
	float:right;
}
#contactPhoto img, #contactMap img {
	max-width: 100%;
	height: auto;
}