@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|PT+Sans:400,700);

body{
	margin: 0;
	padding: 0;
	background-color: #fff; 
	font-family: PT Sans, Arial, Helvetica, Sans;
	postion: relative;
}
h1{
	font-size:34px;
	color: #2F8EC8;
	font-weight: normal;
}
h2{
	font-size: 20px;
	color: #2F8EC8
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
	color: #2F8EC8;
	padding	: 10px 0 0 0;
}
img {
	border: 0;
	max-width: 90vw;
}
table{
	width: 100%;
	border-collapse: collapse;
	font-size: inherit; 
} 
td{
	vertical-align: top;
	padding: 5px 3vw;
} 
tr:nth-child(odd), .eventlinks td tr:nth-child(odd), .box:nth-child(odd){
    background-color: #2F3D5B !important;
}
tr:nth-child(even), .eventlinks td tr:nth-child(even), .box:nth-child(even) {
    background-color: #3F4D6B !important;
}
ul {
    list-style-image: url('/images/dot.png');
	margin: 0 40px;
}
li{
	line-height: 180%;
	padding-left: 10px;
}
nav{
	background-color: #2F8EC8;
	min-height: 60px;
	text-align: right;
	padding-right: 10vw;
	line-height: 60px; 
	position: fixed;
	top: 0;
	width: calc( 100% - 10vw ); 
	z-index: 100;
}
nav a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 19px 20px;
	white-space:nowrap;

}
nav a:hover{
	background-color: #D8E45A;
	color: #000;
	transition: 0.5s;
}
.nav2{
	background-color: #D8E45A;
	min-height: 60px;
	text-align: right;
	padding-right: 10vw;
	line-height: 60px; 
	margin-top: 60px; 
}
.nav2 a{
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 21px 10px;
	white-space:nowrap;

}
.nav2 a:hover{
	background-color: #2F8EC8;
	color: #fff;
	transition: 0.5s;
}




.healthclinic {
	max-width: 1400px;
	margin: auto;
	text-align: right; 
	padding: 15px; 

}
.greybanner{
	height: 500px;
	background-size: cover;
	background-position: center center;
	max-height: 60vh;
}

.maintext{
	max-width: 1400px;
	padding: 20px 5vw;
	margin: auto;
	color: #666;
	font-size: 16px; 
	line-height: 1.7;
}
.maintext p a{
	text-decoration: none;
	border-bottom: 1px dashed #666;
	color: #666;
}
.maintext p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
.treatments{
	background-color: #D8E45A;
	padding: 20px 0 0 0;
}
.treatments .cols{
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	max-width:1400px;
	margin: auto; 
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap:  20px;
}
.item {
    display: inline-block;
    position:relative;
    margin-bottom: 20px; 
    height: 233px;
    background-position:center center;
    background-size: cover;
   	width: 100%;
}
.item:hover .title{
	background-color: rgba(47, 142, 200,0.7);
	color: #fff;
	transition: 0.5s;
	height: 100%;
}
.item:hover .title a{
	color: #fff;
	transition: 0.5s;
	height: 100%;
}
.item .title{
	position:absolute;
	bottom:0px;
	width: 100%;
	background-color: rgba(47, 142, 200,0.7);
	color: #fff;
	line-height: 50px;
	text-align:center;
	font-size: 16px;
}
.item .title a{
	color: #fff;
	text-decoration: none; 
	display: block;
}
.item img {
    width: 100%;
    height: 100%; 
}
#footer{
	background-color: #2F8EC8;
	padding: 40px 3vw;
	display: flex;
	color: #fff;
	justify-content: center;
	flex-flow: row wrap;
	clear: left;
}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color: #000;
}
#footer div{
	padding: 10px 2vw 30px 2vw;
}
.iw {
	background-color: #2F8EC8;
	font-size: 12px;
	padding: 4px 100px;
	text-align: right;
} 
.iw a{
	color: #ccc;
	text-decoration: none;
}
.headings{
	background-color: #D8E45A;
	min-height: 60px;
	text-align: left;
	padding: 0 3vw;
	line-height: 60px; 
	font-size: 24px;
	font-weight: normal; 
	color: #222;
	clear: left;
	margin-top: 20px;
}
.headings a{
	color: #222;
	text-decoration: none; 
}
.bluesq img{
	float: left;
	width: 189px;
}
.bluesq {
	background-color: #E3EEF4;
	min-height: 159px;
}
.bluesq .txt{
	margin-left: 200px;
	padding: 10px 20px;
	color: #000;
	line-height: initial;
}
.bluesq .txt a{
	text-decoration: none;
	border-bottom: 1px dashed #000;
	color: #000;
}
.bluesq .txt a:hover{
	text-decoration: none;
	border-bottom: 1px solid #2F8EC8;
	color: #2F8EC8;
}
.yellowlink{
	clear: left;
}
.yellowlink a{
	display: block;
	text-align: right; 

	padding: 10px 3vw;
	color: #000;
	text-decoration: none;
}
.yellowlink a:hover{
	background-color: #D8E45A;
	color: #000;
}
.blue {
	background-color: #2F8EC8;
	padding: 10px 3vw;
	border-radius: 10px;
	color: #fff;
	margin: 20px 0;
}
.blue h1, .blue h2{
	color: #fff;
}
.blue .left{
	display: table-cell;
	font-size: 20px; 
	width: 45%;
	padding	: 20px 0;
}
.blue .right{
	display: table-cell;
	width: 45%;
	padding	: 20px 0;
}
.blue .right a{
	color: #fff;
	font-size: 20px; 

}
.treatmentimages {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.treatmentimages div {
	padding: 2vw; 
	vertical-align: middle; 
	display: table-cell;
}
.treatmentimages img{
	filter: grayscale(100%);
} 
.treatmentimages img:hover{
	filter: grayscale(0%);
	transition: 0.5s;
} 
.blue .highlight{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0 5vw;
}
.blue .nothighlight{
	font-size: 16px;
	margin: 20px 0 0 5vw;
}
.blue .offset {
	margin: 0 0 20px 10vw;
}
.blue .link {
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px 10vw;
}
.blue .link a, .blue .left a{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff; 
}
.blue .link a a:hover, .blue .left a a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
.yellow {
	background-color: #D8E45A;
	padding: 10px 3vw;
	border-radius: 10px;
	color: #000;
	margin: 20px 0;

}
.yellow .address{
	font-size: 16px;
	margin: 20px 0 20px 10vw;
}
 #map {
	width: 100%;
    height: 500px;
}
.maintext p a{
	text-decoration: none;
	border-bottom: 1px dashed #666;
	color: #666;
}
.maintext p a:hover{
	text-decoration: none;
	border-bottom: 1px solid #000;
	color: #000;
}
.yellowpics{
	background-color: #D8E45A;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.yellowpics div {
	margin: 20px 10px;
}
.gap{
	margin: 0 0 20px 0 ;
}

blockquote {
  background: #D8E45A;
  border-left: 10px solid #2F8EC8;
  border-right: 10px solid #2F8EC8;
  margin: 5px 10px 50px 10px;
  padding: 1em 2vw;
  quotes: "\201C""\201D""\2018""\2019";
  color: #000;
}
blockquote:before {
  color: #222;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #222;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  color: #000;
}
 .columns{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap:  20px;
}
.columns li{
	margin-left: 15px; 
}
.clinic {
	background-image: url('images/clinic-blue.jpg');
	background-position: center right;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-right: 350px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and ( max-width: 1200px ) {
.nav2 {
	margin-top: 0; 
	display: none;
}
nav{
	position: relative;
	top: auto;
	width: auto;
	line-height: 40px;
	min-height: 40px; 
}
nav a{
	padding: 10px;
}
}

@media only screen and ( max-width: 1024px ) {


.treatments .cols, .columns{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;

}
#footer, #footer div{
	display: block;
}
}
@media only screen and ( max-width: 800px ) {
.blue .left, .blue .right{
	display: block;	
	width: auto;
}
.treatmentimages {
	display: block;
}
.treatmentimages div {
	display: inline-block;
	padding: 1vw;
}
 .columns{
	-moz-column-count: auto;
	-webkit-column-count: auto;
	column-count: auto;

}
.clinic {
	background-image:none;
	padding-right: 0;
}
}
@media only screen and ( max-width: 640px ) {
.treatments .cols{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}
.bluesq img{
	float: none;
}
.bluesq .txt{
	margin-left: 0;
}
.greybanner{
	display: none;
}
}