.google-maps {
	position: relative;
	padding-bottom:54%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.appt-container {
	width:77%;
	margin:0 auto;
	padding:0;
	clear:both;
}

a.scheduleappt {
	padding:4px 12px 8px 12px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:24px;
	background:#154653;
	color:#fff;
	border:1px solid #000;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

div.philosophy p {
	font-size:18px;
}

.mobile-only {
	display:none;
}

p.midtext {
	font-weight:bold;
	font-size:20px;
	line-height:24px;
}

.appt-heading {
    color: #2B7F8C;
    letter-spacing:2px;
}

.appointment {
    background-color: #F8FCFD;
    overflow: hidden;
    text-align: center;
}

.la, .ma, .ra {
    height: 7px;
}

.la {
    width: 33%;
    float: left;
    background-color: #69C8D6 ;
}

.ma {
    width: 34%;
    float: left;
    background-color: #F08BA0;
}

.ra {
    width: 33%;
    float: left;
    background-color: #EFC15E;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	.dt-only {
		display:none;
	}
	
	.mobile-only {
		display:inline-block;
	}
}