@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/

@font-face {
	font-family:"quicksand";
	src: url(/font/Quicksand-Regular.otf) format("truetype");
}

@font-face {
	font-family:"rochester";
	src: url(/font/Rochester-Regular.ttf) format("truetype");
}


@font-face {
	font-family:"avenir";
	src: url(/font/avenir.ttf) format("truetype");
}


@font-face {
	font-family:"alexbrush";
	src: url(/font/AlexBrush-Regular.ttf) format("truetype");
}


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.ad-nav {
	background:#999;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/************************************ ANIMATIONS **********************************/


.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.divider {
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
	width:85%;
	margin:30px auto 20px auto;
}


/* Mobile Layout: 480px and below. */

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
	background:#FAFAFA;
	overflow:hidden;
}

#container_contact {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	text-align:left;
	background:#FAFAFA;
	overflow:hidden;
}

.gridContainer {
	font-size:0.9em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom:900px;
}

.row {
	max-width: 1100px;
	margin: auto;
}
#parallex_pic_index {
	height: 700px;
	background-image: url('/images/homepage-new.jpg');
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: center;
	background-size: cover;
	position:absolute;
	width:100%;
}
#parallex_pic_index h1 {
	color:#FFF;
	padding-bottom: 15px;
}

#index_guts {
	margin-top:450px;
	position:relative;
}




#main_pic {
	height:400px;
	background-image: url('/images/wdental-front-location.png');
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: center;
	position:relative;

}

.mp-tagline {
	text-align:center;
	font-family:avenir, Helvetica, Arial, sans-serif;
	color:#555;
	position: absolute;
	width:100%;
	text-align: center;
	top:32%;
	font-size:1em;
}

.mp-tagline h1 {
	font-weight: normal;
}


.call-to-action {
	padding:15px 30px;
	background:#e76560;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#FFF;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

.call-to-action:hover {
	background:#de5954;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
#main_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}

.tagline {
	font-size:2.9em;
	text-align:center;
	margin:0px 0 0px 0;
	padding-top:65px;
	color:#666;
	font-family: rochester, alexbrush, Helvetica, Arial, sans-serif;
	text-shadow:1px 1px 2px #FFF;
    
}

.tagline-2 {
	font-size:2.9em;
	text-align:center;
	margin:0px 0 0px 0;
	color:#666;
	font-family:rochester, alexbrush, Helvetica, Arial, sans-serif;
	text-shadow:1px 1px 2px #FFF;
    margin-top: -50px;
}



.tagline-under {
	font-size:.9em;
	text-align:center;
	margin:0px 0 15px 0;
	color:#de5954;

}

.tagline-under a {
	color:#de5954;
}

.tagline-under a:hover {
	color:#e76560;
}

.header-info-box {
	margin:auto;
	width:90%;
}
.header-info-box p {
	color:#777;
	font-size:1.1em;
	text-align:center;
	line-height:1.7em;
	margin:0 0 20px 0;
}

#responive_slider {
	clear:both;
	position:relative;
	width:100%;
}

#layerslider {
	height: 250px;
}

#header {
	background:#454545;
	width:100%;
	height:60px;
	position:relative;
	z-index: 20;
}

#common_header {
	background:#454545;
	width:100%;
	height:60px;
	position:relative;
	z-index: 20;
}

#social_buttons {
	position:absolute;
	height:40px;
	width:300px;
	right:10px;
	top:5px;
	text-align:right;
	z-index:101;
}

.social-button-fb {
	margin:60px 10px;
}

.social-button-yelp {
	margin:60px 10px;
}



#mbl_logo {
	text-align: center;
	width:140px;
	font-size:.4em;
	position: relative;
	top:5px;
	margin:auto;
	z-index: 35;
	padding:5px;
	display:block;
}

#mbl_logo a {
	font-family:avenir, Helvetica, Arial, sans-serif;
	color:#FFF;
}

#logo {
	width:150px;
	position: relative;
	top:5px;
	margin:auto;
	z-index: 35;
	display:none;
	border:1px solid #DDD;
	transition: left 0.5s;

}
#mbl_nav_controller {
	position:absolute;
	left:5px;
	top:5px;
	background:url(/images/iconList.png) no-repeat;
	background-size:50px 50px;
	height:50px;
	width:50px;

}
#dt_nav {
	display:none;
}

#mbl_nav_wrapper {
	display:block;
	position: absolute;
	top:60px;
	width:100%;
	background:#333;
	z-index:80;
}

#mbl_nav {
	display:none;
	width:100%;
}

#drawer ul {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:1.2em;

}
#drawer ul li {
	list-style-type: none;
	padding:5px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #666;

}

#drawer ul li:first-child  {
	border-top:none;
}
#drawer ul li:last-child  {
	border-bottom:none;
}
#nav_contact {
	display:none;

}

#mbl_nav_contact_controller {
	position:absolute;
	right:5px;
	top:5px;
	background:url(/images/iconPhoneBlk.png) no-repeat;
	background-size:50px 50px;
	height:50px;
	width:50px;
	z-index:91;
}


#mbl_nav_contact_wrapper {
	display:block;
	position: absolute;
	top:60px;
	width:100%;
	background:#333;
	z-index:80;
}

#mbl_nav_contact {
	display:none;
	width:100%;
	z-index:1px;
}

#mbl_nav_contact ul {
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:.7em;
	z-index:1px;
}
#mbl_nav_contact ul li {
	list-style-type: none;
	padding:15px 0;
	border-bottom:1px solid #111;
	border-top:1px solid #666;
}


.column-1-2 {
	position:relative;
	float:left;
	width:94%;
	margin-left:3%;
	padding-bottom:30px;
}

.column-1-50 {
	position:relative;
	float:left;
	width:94%;
	margin-left:3%;
}


.column-50-50 {
	position:relative;
	float:left;
	width:94%;
	margin-left:3%;
}



.column-1-3 {
	position:relative;
	float:left;
	width:94%;
	margin-left:3%;
	padding-bottom:30px;
}

.column-block  {
	position:relative;
	width:100%;
	margin-top:15px;
	display:block;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#555;
	font-size:1em;
	overflow:auto;
}

.column-block-white {
	position:relative;
	width:100%;
	margin-top:15px;
	display:block;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#FFF;
	font-size:1em;
	overflow:auto;
}


.column-3-1 {
	position:relative;
	width:94%;
	margin-top:15px;
	margin-left:3%;
	display:block;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#555;
	font-size:1.1em;
	overflow:auto;
	float:left;
}


.service-block  ul {
	margin-bottom:50px;
}

.column-3-1 ul li {
	color:#777;
	margin: 10px;
	line-height: 1.5em;
}

.awards {
	width:100%;
	text-align:center;
}

.awards p {
	color:#e76560;
	font-size:.8em;
	margin-bottom:45px;
}


.column-icon {
	width:100px;
	height:100px;
	background:white;
	border-radius:50px;
	-webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius:50px;
  -o-border-radius: 50px;
  position:relative;
	margin:5px auto;
	overflow:hidden;
}

.column-icon-right {
	width:200px;
	height:200px;
	background:white;
	border-radius:100px;
	-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius:100px;
  -o-border-radius: 100px;
  position:relative;
	margin:15px auto;
	overflow:hidden;
}



.column-guts {
	width:94%;
  position:relative;
	margin:0 0 20px 3%;
}

.column-guts p {
	font-size:1.1em;
}

.column-guts-left {
	color:#666;
	width:94%;
  position:relative;
	margin:0 0 20px 3%;
	text-align:left;
}

.column-guts-left p {
	font-size:1.1em;
}



.bottom-box {
	position:relative;
	width:90%;
	background:#FFF;
	height:250px;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#e76560;
	margin:15px 10px;
	font-size:1.1em;
}
.bb-learn-more {
	position:absolute;
	bottom:10px;
	width:100px;
  margin-left:-50px;
  left:50%;
	font-size:.9em;
}
.bottom-box a {
	color:#e76560;
}

.bottom-box a:visited {
	color:#e76560;
}
.bottom-box a:hover {
	color:#de5954;
}
.bottom-box a:active {
	color:#de5954;
}


#projects {
	z-index:0;
	position:relative;
}

.project-box {
	position:relative;
	width:90%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
	margin:15px 10px;
	padding-bottom:5px;
}
#projects a{
	color:#333;
}
#projects a:hover {
	color:#111;
}
.project-image-wrapper {
	background:white;
	padding:4px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.image-box {
	position:relative;
	width:90%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:center;
  color:#F1F1F1;
	margin:15px 10px;
	background:white;
	padding:4px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}


.edit-product {
	position:absolute;
	left:0px;
	top:0px;
	height:20px;
	padding:10px 0;
	text-align: center;
	background:url(/images/BKGDBlk50Percent.png) repeat;
	width:100%;
}

.edit-product  a, .edit-product  a:visited, .edit-product  a:active {
	color:#FFF;
}

.edit-product  a:hover {
	color:#C00;
}

.not-live {
	position:absolute;
	top:40px;
	left:0px;
	height:20px;
	padding:10px 0;
	text-align: center;
	background:url(/images/BKGDWht50Percent.png) repeat;
	width:100%;
}

#common_row {
	width:100%;
	margin:10px auto 0 auto;
	padding: 20px 0;
	text-align:center;
	overflow: auto;
	position:relative;
	z-index:30;
	background:#FFF;
}

#common_row_red {
	width:100%;
	margin:0px auto 0 auto;
	padding: 20px 0;
	text-align:center;
	overflow: auto;
	position:relative;
	color:#FFF;
	z-index:30;
	background:#c95c5c;
}




#box_row {
	width:100%;
	margin:10px auto 0 auto;
	padding: 20px 0;
	text-align:center;
	overflow: auto;
	position:relative;
	z-index:30;
	background:#d6d6d5;
	/*background: url('/images/wdental-fountain.png') no-repeat;*/
	background-size: cover;
	background-position: center center;
}


.bb-icon {
	margin:20px auto;
	width:50px;

}


.slider-pic {
	width:100%;
	max-width:1200px;

}


#nav_contact {
	position:absolute;
	right:20px;
	top:0px;
	text-align:right;
}
#nav_contact ul {
	margin:5px;
}
#nav_contact ul li {
	color:#777;
	list-style-type:none;
	font-size:1.2em;
	font-weight:normal;
}

#footer {
	clear:both;
	width:100%;
	position: absolute;
	bottom:0px;
	height:900px;
	overflow: hidden;
}

#footer_inner {
	width:100%;
	margin:10px auto 0 auto;
	padding: 20px 0;
	position:relative;
	z-index:30;
	text-align: center;
}

.footer-box {
	position:relative;
	width:90%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#666;
	margin:15px 10px;
	padding:40px 10px;
	text-shadow:1px 1px 1px #FFF;
	text-align: left;

}

.footer-box ul {
	text-align:center;
	line-height:30px;
}

.footer-box ul li {
	color:#666;
	font-size:1.2em;
}

.footer-box td {
	width:50%;

	color:#666;
	font-size:1.2em;
	text-align:center;
}

.dyno-line-heading {
	font-size:1.3em;
	top:0px;
	left:0px;
	padding:10px;
	position:absolute;

}
.dyno-line {
	position:absolute;
	background:yellow;
	top:25px;
	left:0px;
	border-top:1px solid #999;
	border-bottom:1px solid #FFF;
}


#guts {
	clear:both;
	width:100%;
	background:url('/images/BKGDWht70Percent.png') repeat;
	line-height:1.6em;
}

#guts_inner {
	padding:10px;
}

#footer  a { color:#666; text-decoration: none;}
#footer a:visited { color:#666; }
#footer a:hover { color: #333; }
#footer a:active { color: #333; }

#nav_contact  a { color:#333; text-decoration: none;}
#nav_contact a:visited { color:#333; }
#nav_contact a:hover { color: #111; }
#nav_contact a:active { color: #111; }










#mbl_nav_wrapper {
	display:block;
}

#mbl_nav_contact_wrapper {
	display:block;
}

.button-pp {
	display: inline-block;
	background: #e76560;
	padding:5px 10px;
	position: absolute;
	z-index: 3000;
	right: 30%;
	top:5px;
	border-radius: 2px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	right: 5px;
}

#team-hero {
	/*background: url('/images/team-new.jpg');*/
	/*background-size: 100%;*/
	/*background-position: 0px -200px;*/
	/*background-repeat: no-repeat;*/
	height: 250px;
	margin-top:50px;
	position: relative;
	padding:20px 0;
}
#team-tagline-wrapper {
	width:100%;
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 500px) {
    #parallex_pic_index {
        height: 500px !important;
        background-image: url(/images/homepage-new.jpg);
        background-position: bottom center ! Important;
        background-size: 100%;
    }
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 501px) {
	.gridContainer {
		font-size:1em;
		width: 100%;

	}

	#parallex_pic_index {
		height:900px;
		background-image: url('/images/homepage-new.jpg');
		background-position: center bottom !important;
        background-size: 100% !important;
	}

	#index_guts {
		margin-top:450px;
	}


	.mp-tagline {
		top:37%;
	}

	#mbl_nav_wrapper {
		display:block;
	}

	#mbl_nav_contact_wrapper {
		display:block;
	}
	.bottom-box {
		width:90%;
	}

	#layerslider {
		height: 350px;
	}

	#team-hero {
		margin-top:0px;
		height: 600px;
	}


}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.button-pp {

		font-size: 1.1em;
		padding:10px 20px;
		position: absolute;
		z-index: 3000;
		width: 150px;
		right: 30%;
		top:10px;
		border-radius: 2px;
		text-align: center;
		color: #FFF;
	}
	.profile-pic-wrapper {
		margin-top: 30px !important;
	}
	.gridContainer {
		font-size:1.1em;
		width: 100%;
		padding-left: 0%;
		padding-right: 0%;
		margin: auto;
		padding-bottom:300px;
	}

	#main_content {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
		background-position:center;
	}

	.mp-tagline {
		top:50%;
		font-size:1.4em;
	}

	.header-info-box {
		margin:auto;
		width:650px;
	}

	#social_buttons {
		top:60px;
	}
	.social-button-fb {
		margin:15px 10px;
	}

	.social-button-yelp {
		margin:15px 10px;
	}

	#index_guts {
		margin-top:900px;

	}

	#header {
		position:relative;
		width:100%;
		height:60px;
	}
	#guts {
		clear:both;
		width:94%;
		margin-left:3%;
	}

	.common-header-mbl {
		display:none;
	}
	#common_header {
		position:relative;
		width:94%;
		margin-left:3%;
		height:150px;
	}

	#responive_slider {
		clear:none;
	}

	#layerslider {
		height: 580px;
		position:relative;
		z-index:1; /* This, along with position relative will fix the anti-aliasing bug of font during css animations */
	}

	#mbl_logo {
		display:none;
	}


	#logo {
		width:300px;
		position: absolute;
		left:3%;
		top:10px;
		margin-left:0%;
		display: block;
		background: #FFF;
	}


	#mbl_nav_controller {
		display:none;
	}

	#mbl_nav_wrapper {
		display:none;
	}

	#mbl_nav {
		top:50px;
		position: relative;
		display:none;
	}


	#nav_contact {
		display:block;
	}

	#mbl_nav_contact_controller {
		display:none;
	}

	#mbl_nav_contact_wrapper {
		display:none;
	}

	#mbl_nav_contact {
		top:50px;
		position: relative;
		display:none;
	}

	#dt_nav {
		display:block;
	}

	#box_row {
		margin:10px auto 0 auto;
	}

	.column-1-2 {
		position:relative;
		float:left;
		width:60%;
		margin-left:6%;
	}

	.column-1-50 {
		position:relative;
		float:left;
		width:50%;
		margin: 0%;

	}

	.rowFix.singleBox {
		clear:both;
		margin:0 auto;
		text-align: center;
		width:100%;
	}

	.rowFix.singleBox .column-1-50 {
		float:none;
		margin:0 auto;
	}

	.column-50-50 {
		position:relative;
		float:left;
		width:50%;
		margin: 0%;
	}



	.column-block {
		font-size:1em;
		text-align: left;
	}

	.column-block-white {
		width:80%;
		margin:auto;
		font-size:1em;
		text-align: left;
		max-width: 1100px;
		margin: auto;
	}


	.column-3-1 {
		position:relative;
		width:30%;
		margin-top:0px;
		margin-left:2%;
		display:block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:left;
		color:#555;
		font-size:1.1em;
		overflow:auto;
	}

	#state_technology  {
		padding:0px;
		position:relative;
		border:1px #DDD solid;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-moz-border-radius:3px;
		border-radius: 3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-ms-border-radius:3px;
		overflow: auto;
		margin-bottom:30px;
	}
	#state_technology_header {
		top: 0px;
		position: relative;
		width:100%;
		background:#DDD;
	}

	#state_technology_header h3 {
		margin:0px;
		color:#777;
		padding:15px;
	}
	.column-icon {
		width:100px;
		height:100px;
		background:white;
		border-radius:50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius:50px;
		-o-border-radius: 50px;
		position:relative;
		float:left;
		margin:5px;
		overflow:hidden;
	}

	.column-icon-right {
		width:200px;
		height:200px;
		background:white;
		border-radius:100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius:100px;
		-o-border-radius: 100px;
		position:relative;
		float:right;
		margin:20px 50px 20px 20px;
		overflow:hidden;
		border:1px solid #CCC;
	}

	.column-guts {
		width:calc(100% - 120px);
		position:relative;
		float:left;
		margin:0 0 0 5px;
	}

	.column-guts-left {
		width:calc(100% - 320px);
		position:relative;
		float:right;
		text-align:left;
		margin:20px 5px;
	}

	.column-guts p {
		font-size:1em;
	}
	.column-guts-left p {
		font-size:1em;
	}

	.bottom-box {
		float:none;
		width:25%;
		max-width:350px;
		margin:10px;
		clear:none;
		font-size:.9em;
	}

	.bb-learn-more {
		font-size:.9em;
	}


	.project-box {
		float:none;
		width:30%;
		max-width:350px;
		margin:5px;
		clear:none;
	}
	.image-box {
		float:none;
		width:30%;
		max-width:350px;
		margin:5px;
		clear:none;
	}


	#footer {
		height:300px;
		overflow: hidden;
	}
	.footer-box {
		float:none;
		width:30%;
		max-width:350px;
		margin:5px;
		clear:none;
	}

	.footer-line {
		position:absolute;
		top:20px;
		left:140px;
		width:50%;
		border-top:1px solid #999;
		border-bottom:1px solid #FFF;
	}
	.footer-box ul {
    line-height:20px;
    margin: 10px;
    text-align:left;
	}

	.footer-box ul li {
    color:#666;
		font-size:.82em;
	}
	.footer-box td {
    color:#666;
		font-size:.82em;
		text-align:left;
	}

}

@media only screen and (min-width: 960px) {

	#social_buttons {

		right:7%;
	}

	#logo {
		left:10%;
	}

	.footer-box ul li {
    color:#666;
		font-size:.9em;
	}
	.footer-box td {
    color:#666;
		font-size:.9em;
	}




}


/* custom styles */

#scheduler_tile_s{
	cursor: pointer;
	width: 135px;
	margin-left: -19px;
	margin-top: 5px;
}

#scheduler_tile_social{
	cursor: pointer;
	position: absolute;
	left: -110px;
	top: 10px;
	height: 45px;
}

#scheduler_tile_mid {
	cursor: pointer;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#scheduler_tile_mid_container {
	text-align: center;
}

.request-appointment {
	cursor: pointer;
	background-color: #0a5cac;
	margin: 15px auto;
	padding: 15px;
	color: white;
	width: 80%;
	text-align: center;
}

.request-appointment img {
	height: 25px;
	margin-top: -5px;
	margin-right: 7px;
}

.pp-info-wrapper .request-appointment {
	margin-top: 90px;
}

#request-appointment-top {
	position: absolute;
	top: -5px;
	left: -370px;
	padding: 10px 15px;
	width: 85%;
}

@media only screen and (max-width: 871px) {
	#request-appointment-top {
		display:none;
	}
}