@charset "UTF-8";

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Regular.eot');
    src: url('../fonts/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('../fonts/subset-Lato-Regular.woff') format('woff'),
        url('../fonts/subset-Lato-Regular.ttf') format('truetype'),
        url('../fonts/subset-Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Bold.eot');
    src: url('../fonts/subset-Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('../fonts/subset-Lato-Bold.woff') format('woff'),
        url('../fonts/subset-Lato-Bold.ttf') format('truetype'),
        url('../fonts/subset-Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/subset-Lato-Light.eot');
    src: url('../fonts/subset-Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Lato-Light.woff2') format('woff2'),
        url('../fonts/subset-Lato-Light.woff') format('woff'),
        url('../fonts/subset-Lato-Light.ttf') format('truetype'),
        url('../fonts/subset-Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Regular.eot');
    src: url('../fonts/subset-MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-Bold.eot');
    src: url('../fonts/subset-MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/subset-MyriadPro-Bold.woff') format('woff'),
        url('../fonts/subset-MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/subset-MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #535353;
	line-height: 1.2;
	background: #fff;
}


/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.imageText .image {
	width: 600px;
	border-radius: 25px;
	overflow: hidden;
}

.imageText .image img {
	display: block;
	width: 100%;
}

.imageText .text {
	margin-left: auto;
	width: 614px;
	margin-top: 17px;
}

/* Intro */

#intro {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

#intro:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	bottom: 0;
	height: 3px;
	background: #e1e1e1;
}

/* Services */

#services {
	margin-bottom: 60px;
}

#services .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#services .listing .service {
	padding: 0 12px;
	width: 25%;
	margin-bottom: 45px;
	text-align: center;
}

#services .listing .service img {
	display: block;
	width: 100%;
	border-radius: 25px;
	margin-bottom: 30px;
}

#services .listing .service .title {
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #045b47;
	text-transform: uppercase;
	margin: 0 0 17px;
}


#services .listing .service .bulletList {
	display: table;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Doctor */

#doctor {
	max-width: 815px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.624;
}

#doctor .heading {
	margin: 0 0 15px;
}

#doctor .locations {
	margin: 0 0 30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #0c755e;
}

#doctor .locations li {
	position: relative;
	margin: 0 0 0 35px;
	padding: 0 0 0 35px;
	list-style: none;
}

#doctor .locations li:before {
	content: "";
	position: absolute;
	left: -5px;
	top: 11px;
	width: 7px;
	height: 7px;
	background: #0c755e;
	border-radius: 100%;
}

#doctor .locations li:first-child {
	margin-left: 0;
	padding: 0;
}

#doctor .locations li:first-child:before {
	display: none;
}


/* Miscelleneous */

p {
	margin: 0 0 22px;
}

ul,ol {
	margin-bottom: 21px;
}

h1,h2,h3,h4,h5,h6,.heading {
	margin: 0 0 10px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	line-height: 1.2;
	color: #0a6c56;
}

.heading {
	font-size: 31px;
	margin-bottom: 45px;
	text-align: center;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #045C46;
}

ul.bulletList {
	margin: 0 0 17px;
	padding: 0;
}

li a {
   color: #0A6C56;
}
li a:hover {
    color: #0A6C56;
	text-decoration: underline;
}
.alert a {
    color: #0A6C56;
}
.alert a:hover {
    color: #0A6C56;
	text-decoration: underline;
}
ul.bulletList li {
	position: relative;
	margin: 0 0 9px;
	padding: 0 0 0 26px;
	list-style: none;
}

ul.bulletList li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #0a6c56;
	border-radius: 100%;
}



.linkBtn {
	position: relative;
	display: inline-block;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(22,155,125,1)),color-stop(19%, rgba(19,143,115,1)),color-stop(75%, rgba(5,89,70,1)),to(rgba(0,71,55,1)));
	background: -o-linear-gradient(top,  rgba(22,155,125,1) 0%,rgba(19,143,115,1) 19%,rgba(5,89,70,1) 75%,rgba(0,71,55,1) 100%);
	background: linear-gradient(to bottom,  rgba(22,155,125,1) 0%,rgba(19,143,115,1) 19%,rgba(5,89,70,1) 75%,rgba(0,71,55,1) 100%);
	text-align: center;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	min-width: 184px;
	line-height: 2em;
	margin: 0 0 17px;
	border: 0;
	padding: 13px 26px;
	text-align: center;
	border-radius: 50px;
	line-height: 1.2;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.linkBtn:hover {
	color: #fff;
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.linkBtn:focus, .linkBtn:active {
	 color: #fff;
}
.linkBtn.appointmentBtn {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 80px;
	margin: 20px 0 0;
}

.linkBtn.appointmentBtn:before {
	content: "";
	position: absolute;
	left: 19px;
	top: 12px;
	width: 52px;
	height: 52px;
	background: url(../images/hot-doc-ico.svg) no-repeat;
	background-size: 100%;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
.staffHeading {
	color: #024E3D;
}
ul.staffListv2 .title {
	color: #024E3D!important;
}
.staffListv2 li .text {
	font-family: 'Lato', Arial, sans-serif!important;
	font-size: 15px;
}
