@charset "utf-8";

* {	margin: 0; 	padding: 0; }

body {
	background-color: #8fc56b;
    background-image: url("../images/bodybg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    clear: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	color: #2d3b46;
}

.page {
	background-color:#ffffff;
    margin: 0 auto;
    max-width: 950px;
    position: relative;
	padding: 20px 20px 20px;
}

.skip-link {
  
  color: #fff;
  
  position: absolute;
  overflow: hidden;
  transform: translateY(10%);
  transition: transform 0.3s;
	width:1px;
	height: 1px;
	text-decoration: none;
}

.skip-link:focus {
	position: absolute;
   top: 10%;
	left: 5px;
	width: 175px;
	height: 2em;
	padding-top: 15px;
	padding-left: 15px;
	background: #0171bb;
	z-index:9999;
	border: 2px solid #3b8f08;
	color: #fff;
	font-weight: 700;
}

/*.skip-link {
  background: #fff;
  color: #555;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.skip-link:focus {
  transform: translateY(-100%);
}
*/

@media print {
  .skip-link {
    display: none;
  }
}


/* Typography------------------------------------------------------*/

h1 {
    color: #1e70b9;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    padding: 15px 0;
}

h2 {
    color: #009933;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px 0 10px;
}

h3 {
	color: #1e70b9;
	font-weight:bold;
	font-size:1.2em;
	padding: 5px 0 10px;
}

h4 {
	color: #1e70b9;
	font-weight:bold;
	font-size:1em;
	padding: 5px 0 10px;
}

h4 a {
	color: #1e70b9;
}

p {
	font-size:.85em;
	line-height:1.4em;
	margin-bottom:1.5em;
}

p.blue, h2.blue {
	color: #1e70b9;
	background-color:transparent;
}

dd p {
	font-size: 1em;
}

a {
	color: #1a6688;
}

a:hover {
	color:#339900;
}


hr {
    background: #0171bb none repeat scroll 0 0;
    border: none;
    height: 1px;
    padding: 0;
    width: 98%;
	margin:1em auto 1.5em;
	clear:both;
}

td {
	font-size:.85em;
}


/* Images----------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.img {
    border: 2px solid #0bb023;
    padding: 5px;
	margin: 8px;
}

.frame {
	padding: 5px; 
	border:2px solid #0bb023;
	margin:10px auto;
}

#groupImg {
	max-width: 95%;
	border: 2px solid #0bb023;
	padding: 5px;
	text-align: center;
}

.img.flt-left, .img.flt-right, .frame.flt-right {
	width: 45%;
}

.frame.flt-right {
	margin-left: 15px;
}

.comment img.flt-left, .comment img.flt-right, .nobull img.flt-right, .news img.flt-left, .news img.flt-right {
	width: 30%;
}



/* Positioning------------------------------------------------------*/


.clear {
	clear:both;
}

.center {
	text-align: center;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.flt-right {
	float:right;
	clear:none;
}

.flt-left {
	float:left;
	clear:none;
}


/* Flexbox------------------------------------------------------*/


.flex, .flex-table, .flex-contact {
	display: block;
	justify-content:  space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

.flex-table {
	margin: 0 auto;
	width: 90%;
}

.flex1, flex2 {
	width:100%;
	text-align:center;
}

.locations {
   display: block;
	justify-content:  space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}






/* OL, UL Lists-------------------------------------------------*/


.col2 { 
	columns:2; 
	-webkit-columns:2; 
	-moz-columns: 2; 
	column-gap: 40px;
}

#services ul.col2 {
	margin: 0 0 0 20px;
}


#services ul.col2 li {
	font-weight: bold;
}

.list.first {
	margin-bottom:0;
}

.attribute {
	text-align:right;
	margin-right:15%;
	margin-bottom: 1.5em;
    margin-top: -0.5em;
}

.flex-list {
	margin:0 auto;
	max-width:320px;
}

.list, .list2 {
	margin-bottom:1.5em;
}

.list li, .list2 li {
	font-size:.85em;
	line-height:1.4em;
	margin-left:1.5em;
}

.list.ins li {
	font-size: .95em;
	margin-bottom: .25em;
}

.list li a, .list2 li a {
	color: #1e70b9;
	font-size:.85em;
}

.list-img {
	text-align:center;
}

.col-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.list .col-2 li::marker {
	/* color: #1e70b9;  blue */
	color: #8fc56b;
}

.list2 li::marker {
  color: #8fc56b;
	margin-left: 15px;
}

.list2 li {
	margin-bottom: 6px;
}


dt {
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	color: #1e70b9;
	margin-bottom:8px;
}

dd {
	font-size:14px;
	line-height:18px;
	padding-left: 1.2em;
	padding-bottom:0;
}

dd:last-child {
	padding-bottom:1em;
}

dt a {
	color:#1e70b9;
}

dl.tools p, dl.tools li, dl.articles p, dl.articles li, dl.faqs p, dl.faqs li {font-size:14px;}

dl.articles dt, dl.faqs dt {font-size: 16px;}

dl.faqs dt.green {
	color: #0bb023;
	background-color:transparent;
	background-image:none;
}

dl.faqs dd {
	margin-bottom:0;
}

ol {
    font-size: 0.85em;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    margin-left: 2.5em;
}


/* General Classes-----------------------------------------*/


.underline {
	text-decoration: underline;
}

.quote {
	color: #0bb023;
	font-style: italic;
	font-weight:bold;
}

.small {
	font-size: 75%;
}

.big {
	font-size: 125%;
}


.cta {
	font-style:italic;
	font-weight:bold;
	color:#1E70B9;
	font-size:1.25em;
	line-height:1.75em;
	text-align:center;	
}

.cta-green {
	color: #0bb023;
    font-size: 1.25em;
    line-height: 1.75em;
	font-weight:bold;
	font-style:italic;
}



/* -- HOME PAGE  */


#content-home {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top:1em;	
}

.main-content {
	order:1;
}

.goal {
	border: 2px solid #1e70b9;
    color: #69af29;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.3em;
    margin: 1em 0.5em 1em 0;
    padding: 0.5em 0.5em 0.5em 0.3em;
    text-align: center;
    width: 90%;
}

.box {
	background-image: url(../images/box-bg.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 250px;
	padding: 1em 0 0 1em;
}

.boxtitle {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #4aa101;
	padding-left: 35px;
}

div.box.last {
	margin: 1em auto;
}

	
#sidebar div.cycle-slideshow {
		margin-left: auto;
		margin-right: auto;
		width: 232px;
		text-align:center;
	}

.cycle-slide {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

.daily {
	font-size: 14px;
	font-style: italic;
	width: 217px;
	margin-top: 30px;
	line-height: 18px;
}

#feed {
	margin-bottom:1em;
   width: 242px;
   margin-left: auto;
   margin-right: auto;
	
}

.feed-container {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.visit {
    border: 3px solid #0bb023;
    border-radius: 5px;
    padding: 20px 6px 0;
    text-align: center;
    max-width: 232px;
    margin-left: 0;
    margin-right: auto;
	 margin-bottom: 1.5em !important;
}

#services, #services2 {
	color: #d4140c;
	background-color:#E8FCEB;
	border:2px solid #0bb023;
	text-align:center;
	padding: .7em;
	margin-bottom:1.5em;
	font-size:16px;
}


#services p, #services2 p {
	font-size: 1em;
	font-weight: bold;
}

#services p {
	margin-bottom: 1em;
}

#services ul, #services2 ul {
	margin:10px 0 0 20px;
}

#services ul li, #services2 ul li {
	line-height:20px;
	text-align:left;
	font-size: 14px;
}

#services2 {
	float:right;
	clear:none;
}

#services {
	padding: 1em;
	font-size: 17px;
}

dl.tools img.left {
	width: 25%;
	margin: 0 1em .2em 0;
}


.feedback, .myopia {
  margin:  1em auto 1.5em auto;
  padding: 20px 6px 10px;
	/*   border: 2px solid #e9ecea; */
	border: 2px solid #8fc56b;
  border-radius: 8px;
  text-align: center;
  background-color: #f5f7fb;
	position: relative;
}

.myopia {
	margin: 2em auto;
}

.feedback p {
	font-size: 1.3em;
	color: #1E70B9; 
	margin-bottom: .5em;
}


.myopia p {
	font-size: .95em;
	line-height: 1.75em;
	color: #1E70B9; 
	margin-bottom: 1em;
}

.myopia a {
	font-size: .95em;
	color: #1E70B9; 
	margin-bottom: 1.25em;
	text-decoration: underline;
}


.widget {
	display: inline-block;
	width: 45%;
	float: right;
   margin-top: -30px;
}

.rateUs {
	display: inline-block;
	width: 50%;
	padding: 15px 0;
}


.read-review a {
    padding: 8px 10px;
}

.slick-dots, .slick-dots li button {
   display: none !important;
}


/*  DOCTORS  */

.doctors .img {
	margin-top: 3px;
}


/*  STAFF  */

.staff {
	display:block;
	width: 100%;
	margin-bottom: 1em;
	border-bottom: 1px dotted #007CC0;
	padding-bottom:.5em;
	
}

.staff-img {
	display:block;
	width: 100%;
	text-align:center;
}


.staff-img img {
	max-width:150px;	
}

.staff-bio {
	display:block;
	width:100%;
}

	
dl img.right {
	float:right;
	margin: 0 30px;
}

dl img.left {
	float:left;
	margin: 0 1em 1em 0;
}

dl img.ispb {
	margin-bottom: 0;
}

 /*   LENSES   */

.icon {
	margin-right:5px;
	margin-top:-5px;
}


 /*   GLOSSARY   */

.glossary span { color:#1E70B9; }

.glossary span.green {color: #009933; background-color: transparent; background-image: none; }


 /*   TESTIMONIALS   */


.comment {
	margin-bottom: .75em; 
	font-style:italic;
}

.initials {
	margin-top:0;
	margin-bottom:2.5em;
	font-weight:bold;
}

.danger {
	color: #ff0000;
}


 /*   NEWS   */


.news {
	margin-top: 2em;
	margin-bottom:3em;
}

.news li {
	line-height: 1.5em;
	font-size: .85em;
	margin-left: 1em;
}

.news li a {
	font-size: inherit;
}

.notop {
	margin:-1em .5em .5em .5em;
	border: 2px solid #0bb023;
    padding: 5px;
}


 /*   RESOURCES   */


.bump-dwn {
	margin-top: .75em;
}

.bump-up {
	margin-top: -1.2em; 
	margin-right: .75em; 
}

.btn-blue, .btn-green, .btn-orange {
    background-color: #007cc0;
    border: 1px solid #076193;
    border-radius: 5px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
}

.btn-blue {
    background-color: #007cc0;
}

.btn-green {
	 background-color: #6BBA70;
}

.btn-orange {
    background-color: #FFA331;
}


.btn-blue a, .btn-green a, .btn-orange a {
    color: #fff;
    display: block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
}

.indent {
	padding-left: 1.25em;
}

.nobull {
	margin-left: 2em;
	margin-bottom:3em;
	list-style-type:none;
}

.nobull li {
	line-height: 2em;
	font-size: .85em;
}

.flex-video {
	flex: 1 1 30%;
	-webkit-flex: 1 1 30%;
	-ms-flex: 1 1 30%;
	margin-top: 1em;
	margin-bottom:2em;
	text-align:center;
}

video {
  width: 90%    !important;
  height: auto   !important;
}

.flex-video p {
	width: 100%;
	text-align:center;
	font-weight: bold;
	font-style:italic;
	color:#007cc0;
	font-size:1em;
	line-height:2em;
}

.pad {
	padding-left: 1.75em;
	padding-top: .75em;
}

.tips {
	list-style-type:disc;
	margin-left: 1.5em;
}

.tips li {
	line-height: 1.5em;
	margin-bottom: .5em;
	font-size: .85em;
}



 /*   CONTACT US   */



#flex-lz, #flex-mt {
	text-align: left;
	width: 90%;
	margin: 0 1em 1em;
}

#lz-hours th, #mt-hours th {
	border-bottom: 1px solid #1E70B9;
	color: #1E70B9;
	text-align: center;
	line-height: 1.5em;
}

#lz-hours td, #mt-hours td {
	line-height: 1.5em;
}

#lz-hours p, #mt-hours p {
	margin-top: 1em;
	margin-bottom: .5em;
}

.flex-loc {
   text-align: center;
	margin-bottom: 1.5em;
}

.flex-loc p {
   font-size: 1.3em;
   line-height: 1.5em;
   font-weight: bold;
   color: #1E70B9;
}

.flex-loc p span {
   text-decoration: underline;
}

.open {
	color: #69af29;
	font-weight: bold;
	font-size: 1.2em;
}

.contactform {
	padding: 20px;
	overflow: hidden;
	background: #F1F1F1;
	margin-bottom: 1.5em;
}

.maps {
	padding: 10px 0;
	background: #F1F1F1;
	text-align:center;
}

.locate {
	margin-top: .75em;
	margin-bottom: 2.5em;
	text-align:center;
}

.locate.last {
	margin-bottom:1.5em;
}

h4 span {
	font-size:.85em;
}

input[type=text] {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 90%;
}


textarea {
    border-color: #8e8e8e;
    border-style: solid;
    border-width: 1px;
    color: #777;
    display: block;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    height: 180px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 90%;
}

input[type=checkbox] {
	margin-right: .4em;
}


input[type=submit]  {
    background-color: #03609F;
    border: 1px solid #17026B;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: 2em;
    letter-spacing: 1px;
    outline: 0 none;
    overflow-wrap: normal;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
}

input[type="submit"]:hover {
	background-color:#015187;
}

.contactform p {
	font-size:1em;
	margin-bottom:.5em;
}




