/* Type/Lists */
h1, h2, h3 {
	line-height: 1 !important;
}

p {
	font-size: 16px !important;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1em;
}


ul, ol {
	line-height: 1.5;
	list-style-position: inside;
}

ol {
	font-weight: 300;
	margin-bottom: 1em;
}

sup {
	font-size: 7px;
}

@media screen and (min-width: 880px) {
sup {
	font-size: 10px;
}
}

small {
	font-size: 11px;
	font-style: italic;
}

.primary-header {
  font-size: 46px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.25em !important;
  text-align: center;
  font-weight: 200;
}

@media screen and (min-width: 641px) {
.primary-header {
  font-size: 58px !important;
}
}

.secondary-header {
  font-size: 28px !important;
  line-height: 1.3 !important;
  margin-bottom: 0.25em !important;
  font-weight: 200 !important;
  text-transform: none !important;
}

@media screen and (min-width: 641px) {
.secondary-header {
  font-size: 36px !important;
}
}

.secondary-header-color {
	font-size: 14px !important;
	font-weight: bold !important;
	color: #51C28A !important;
	margin-bottom: 1.375em !important;
	line-height: 1 !important;
	text-transform: none !important;
}

.primary-header span {
	font-weight: 400 !important;
}

.secondary-header span {
	font-weight: bold !important;
}

.secondary-header-color span {
	display: block !important;
	font-size: 28px !important;
	margin-top: 6px !important;
	font-weight: 200 !important;
	text-transform: none;
	color: #000 !important;
}

@media screen and (min-width: 641px) {
.secondary-header-color span {
  font-size: 36px !important;
}
}

/* Layout */

.row-section {
	text-align: center;
	padding: 50px 0 40px;
}

/* Nav */

.lens-nav {
	background: #222;
	font-weight: 300;
	overflow: hidden;
	width: 100%;
	margin-top: -15px;
}

.lens-nav ul {
	text-transform: uppercase;
	margin: 0;
	list-style: none;
	display: none;
}

.lens-nav li {
	font-size: 10px;
	height: 68px;
	position: relative;
	width: 100%;
}

.lens-nav-toggle {
	color: #FFF;
	padding: 29px 20px;
	cursor: pointer;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}

.lens-nav .active-lens {
	background-color: #3b3b3b;
	background-position: 20px;
	font-weight: 500;
}

.lens-nav-toggle:after, .lens-nav-toggle.updown:after {
	width: 23px;
	height: 11px;
	content: "";
	color: #FFF;
	right: 40px;
	top: 28px;
	position: absolute;
}

.lens-nav-toggle:after {
	background: url("../../../Landing/2015/Lenses/down-arrow-mobile.png") no-repeat;
	background-size: 23px;
}

.lens-nav-toggle.updown:after {
	background: url("../../../Landing/2015/Lenses/up-arrow-mobile.png") no-repeat;
	background-size: 23px;
}

.lens-nav li a {
	padding: 29px 90px;
	display: block;
}

.lens-nav img {
	display: block;
	margin: 0 auto 10px;
}

.lens-nav a, .lens-nav a:hover {
	color: #FFF !important;
	text-decoration: none;
}

.singlevision {
	background: url(../../../Landing/2015/Lenses/single-vision-icon.png) no-repeat;
	background-position: 20px;
}

.progressives {
	background: url(../../../Landing/2015/Lenses/progressives-icon.png) no-repeat;
	background-position: 20px;
}

.digip {
	background: url(../../../Landing/2015/Lenses/digip-icon.png) no-repeat;
	background-position: 20px;
}

.transitions {
	background: url(../../../Landing/2015/Lenses/transitions-icon.png) no-repeat;
	background-position: 20px;
}

.sunglasses {
	background: url(../../../Landing/2015/Lenses/sunglasses-icon.png) no-repeat;
	background-position: 20px;
}

.coatings {
	background: url(../../../Landing/2015/Lenses/coatings-icon.png) no-repeat;
	background-position: 20px;
}

@media screen and (min-width: 880px) {
.lens-nav ul {
	width: auto;
	display: block;
}

.lens-nav li {
	font-size: 13px;
	width: 16.66%;
	float: left;
	height: 148px;
	display: block;
	padding-top: 50px;
	text-align: center;
}

.lens-nav .lens-nav-toggle {
	display: none;
}

.singlevision, .progressives, .digip, .transitions, .sunglasses, .coatings {
	background-position: center 40%;
}

.singlevision.active-lens {
	background: url(../../../Landing/2015/Lenses/single-vision-icon-active.png) left no-repeat;
}

.progressives.active-lens {
	background: url(../../../Landing/2015/Lenses/progressives-icon-active.png) left no-repeat;
}

.digip.active-lens {
	background: url(../../../Landing/2015/Lenses/digip-icon-active.png) left no-repeat;
}

.transitions.active-lens {
	background: url(../../../Landing/2015/Lenses/transitions-icon-active.png) left no-repeat;
}

.sunglasses.active-lens {
	background: url(../../../Landing/2015/Lenses/sunglasses-icon-active.png) left no-repeat;
}

.coatings.active-lens {
	background: url(../../../Landing/2015/Lenses/coatings-icon-active.png) left no-repeat;
}

.lens-nav .active-lens {
	background-position: center 40%;
	background-color: #FFF;
}

.lens-nav .active-lens:after {
	content:"";
}

.lens-nav li a {
	padding: 40px 0;
}

.active-lens {
	font-weight: 500;
}

.active-lens a, .active-lens a:hover {
	color: #000 !important;
}
}

/* Modules */
.button {
  padding: 15px 20px;
  font-size: 12px;
  display: inline-block;
  color: #FFF !important;
  font-weight: bold;
  background: #2681EC;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}

.button:hover, .button:focus {
  text-decoration: none;
  background: #004290 !important;
}

.text-block {
	padding: 54px 30px;
	text-align: center;
}

@media screen and (min-width: 1025px) {
.text-block {
	text-align: left;
}
}

.text-overlay {
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.8);
	height: 400px;
	text-align: center;
	display: table;
	padding: 0 35px;

}

.text-inner {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (min-width: 1025px) {
.text-overlay {
	text-align: left;
}
}

.logo {
	margin-bottom: 30px;
}

.quote {
	background: #37ba95;
	padding: 30px 0;
	text-align: center;
}

.quote .button {
	background: transparent;
	border: 2px solid #fff;
	margin-top: 2em;
	font-size: 12px;
	color: #fff;
}


.quote .button:hover {
	background: transparent !important;
	border: 2px solid #fff;
	margin-top: 2em;
	font-size: 12px;
	color: #fff;
}

.important {
	background: #2681EC;
	padding: 30px 0;
	text-align: center;
}

.important p, .quote p {
	color: #FFF;
	font-size: 21px;
	margin-bottom: 0;
}

.important p:first-child, .quote p:first-child {
	margin-bottom: 0.5em;
}

.important p span, .quote p span {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.important .secondary-header, .quote .secondary-header {
	margin: 0 0 20px !important;
	color: #FFF !important;
	text-transform: uppercase !important;
	cursor: pointer;
	font-size: 21px !important;
}

@media screen and (min-width: 768px) {
.important {
	text-align: left;
}

.quote p {
	padding: 0 5em;
}
}

@media screen and (min-width: 672px) {
.important .secondary-header, .quote .secondary-header {
	margin-bottom: 0 !important;
}
}

@media screen and (min-width: 1025px) {
.important .secondary-header, .quote .secondary-header {
	margin-bottom: 0 !important;
	font-weight: normal !important;
}
}

.help .secondary-header {
	font-weight: bold;
	font-size: 26px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion-content {
	display: none;
	margin: 0;
	padding: 0;
	background: #f7fafc;
	padding: 60px 0;
	text-align: center;
}

.accordion-content h3 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	margin: 2em 0 0.5em;
	font-weight: bold;
}

.accordion-content p {
	font-size: 16px;
}

.accordion-toggle {
	display: inline-block;
}

.accordion-toggle-img {
	background: url(../../../Landing/2015/Lenses/open.png);
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 672px) {
.accordion-toggle-img {
	margin: 0 0 -3px 25px;
	display: inline-block;
}
}

@media screen and (min-width: 768px) {
.accordion-content {
	text-align: left;
}
}

.accordion-toggle-img.expanded {
	background: url(../../../Landing/2015/Lenses/close.png);
}

.vertical-tabs {
	position: relative;
}

.vertical-tab {
	display: block;
	width: 100%;
	text-align: center;
	padding: 25px 0;
	color: #222;
	text-transform: uppercase;
	font-size: 14px;
	clear: both;
}

.vertical-tab-content {
	display: none;
	border: 1px solid #dfe9ef;
	background-color: #FFF;
	overflow: hidden;
	padding: 30px 15px;
}

.vertical-tab-content h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #222;
}

.vertical-tab-content img {
	float: right;
}

.vertical-tab-content-inner {
	padding: 0 20px 10px;
}

.active-content {
	display: block;
}

.active-tab {
	font-weight: bold;
	position: relative;
}

.active-tab:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1;
}

.active-tab:focus, .vertical-tab:hover {
	text-decoration: none;
	color: #222;
}

@media screen and (min-width: 880px) {
.vertical-tabs {
	min-height: 448px;
}

.vertical-tab {
	width: 26%;
}

.vertical-tab-content {
	position: absolute;
	left: 26%;
	top: 0;
	text-align: left;
	height: 100%;
	width: 74%;
	padding: 0;
}

.vertical-tab-content img {
	position: absolute;
	right: -51%;
	top: 70px;
	width: 100%;
}

.vertical-tab-content-inner {
	width: 38%;
	margin: 13% 0 0 7%;
}
.active-tab:after {
	left: 100%;
	top: 50%;
	margin-top: -10px;
	margin-left: 0;
}
}

/* Single Vision */

.lens-type, .lens-info {
	background: #f7fafc;
	position: relative;
}

.lens {
	margin: 40px 0;
	text-align: center;
}

.lens-type img {
	margin-bottom: 20px;
	cursor: pointer;
}

.lens-type .secondary-header {
	font-size: 16px !important;
	display: inline-block;
	margin-bottom: 30px !important;
	padding: 0 0 10px 10px !important;
	position: relative;
	width: 100%;
	color: #67757f !important;
	cursor: pointer;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

.lens-type .secondary-header:hover {
	color: #000 !important;
}

.lens-type .secondary-header.current {
	border-bottom: 1px solid #2681EC;
	color: #37ba95;
}

.lens-type .secondary-header span {
	text-transform: lowercase;
	font-weight: normal !important;
	display: block;
	margin-top: 5px;
}

.features-content {
	height: 100%;
}

.features-content h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.features-content p {
	margin-bottom: 1.375em;
}

@media screen and (min-width: 641px) {
.lens {
	text-align: left;
	margin: 60px 0;
}

.lens-type img {
	margin-bottom: 0;
	padding-right: 20px;
}

.lens-type img, .lens-type .secondary-header {
	width: 33.33%;
}

.lens-type .secondary-header {
	margin-bottom: 1em;
}

.features-content {
	background: #e6ecf0;
	padding: 70px 28px 30px;
	position: absolute;
	top: 0;
	right: 0;
	width: 33.33%;
}
}

.kodak {
	display: inline-block;
	text-align: center;
	background: url(../../../Landing/2015/Lenses/kodak-lens-logo.png) no-repeat;
	width: 250px;
	height: 56px;
	margin-bottom: 24px;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.kodak-blue-ref {
	display: inline-block;
	background: url(../../../Landing/2015/Lenses/kodak-blue-reflect.png) center no-repeat;
	width: 100%;
	height: 29px;
	margin-bottom: 24px;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.kodak-blue-ref-uk {
	display: inline-block;
	background: url(../../../Landing/2015/Lenses/kodak-blue-reflect-uk.jpeg) center no-repeat;
	width: 100%;
	height: 67px;
	margin-bottom: 24px;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* Progressives */

.exceptional-lens-design {
	background-color: #00000a;
}

.exceptional-lens-design .secondary-header {
	color: #FFF !important;
}

.exceptional-lens-design p {
	color: #FFF !important;
}

.segment-height {
	background: url(../../../Landing/2015/Lenses/seg-height.jpg) -100px bottom no-repeat;
	height: 610px;
	background-color: #FDFDFD;
}

.adapting-to-progressive {
	background: url(../../../Landing/2015/Lenses/adapting-to-progessive.jpg) -570px bottom no-repeat;
	height: 720px;
	background-color: #f7f9f6;
}

@media screen and (min-width: 384px) {
.adapting-to-progressive {
	height: 650px;
}
}

@media screen and (min-width: 528px) {
.segment-height {
	height: 530px;
}

.adapting-to-progressive {
	height: 600px;
}
}

@media screen and (min-width: 672px) {
.adapting-to-progressive {
	height: 550px;
}
}

@media screen and (min-width: 1025px) {
.exceptional-lens-design {
	background: url(../../../Landing/2015/Lenses/exceptional-lens.jpg) -420px no-repeat;
	background-color: #00000a;
}

.segment-height {
	background-position: 500px;
	height: auto;
	background-size: contain;
}

.adapting-to-progressive {
	background-position: 500px no-repeat;
	height: 300px;
	background-color: #f7f9f6;
}
}

@media screen and (min-width: 88em) {
.exceptional-lens-design {
	background: url(../../../Landing/2015/Lenses/exceptional-lens.jpg) -250px no-repeat;
	background-color: #00000a;
}

.segment-height {
	background-position: 700px;
}

.adapting-to-progressive {
	background-position: -300px;
}
}

@media screen and (min-width: 110em) {
.segment-height {
	background-position: right;
}
}

/* Digital Protection */

.artificial-light {
	background: url(../../../Landing/2015/Lenses/problem-with-artificial-light.jpg) -450px bottom no-repeat;
	height: 700px;
	background-color: #eeeeec;
}

.how-they-work-trans {
	background-color: #f0f0f0;
}

.all-ages-trans {
	background: url(../../../Landing/2015/Lenses/transitions-protection-all-ages.jpg) no-repeat;
	background-color: #927c4b;
	color: #FFF;
	background-size: cover;
}

.all-ages-trans .secondary-header, .all-ages-trans p {
	color: #FFF !important;
}

@media screen and (min-width: 672px) {
.artificial-light {
	height: 650px;
}

.all-ages-digital {
	background: url(../../../Landing/2015/Lenses/protection-for-all-ages.jpg) -850px bottom no-repeat;
	background-position: -700px 270px;
	height: 520px;
}
}

@media screen and (min-width: 1025px) {
.artificial-light {
	background-position: -400px;
	background-color: #eeeeec;
	height: 390px;
}

.how-they-work-digital {
	background: url(../../../Landing/2015/Lenses/how-they-work.jpg) -400px no-repeat;
	background-size: cover;
}

.all-ages-digital {
	background-position: -150px;
	height: 380px;
	background-color: #ebe6e0;
	background-size: cover;
}
}

@media screen and (min-width: 88em) {
.artificial-light {
	background-position: -200px;
}

.how-they-work-digital {
	background-position: -150px;
}

.all-ages-digital {
	background-position: 200px;
}
}

/* Transitions */

.any-style {
	background: url(../../../Landing/2015/Lenses/transitions-style.jpg) -470px bottom no-repeat;
	height: 400px;
}

@media screen and (min-width: 384px) {
.all-ages-trans {
	background-size: initial;
}
}

@media screen and (min-width: 1025px) {
.how-they-work-trans {
	background: url(../../../Landing/2015/Lenses/transitions-how-they-work.jpg) -470px no-repeat;
	height: 400px;
	background-color: #f0f0f0;
	padding-top: 2em;
	background-size: cover;
}

.all-ages-trans {
	background-position: -250px;
	height: 400px;
	background-color: #927c4b;
	padding-top: 2em;
}

.any-style {
	background-position: -450px no-repeat;
	padding-top: 2em;
}
}

@media screen and (min-width: 88em) {
.how-they-work-trans {
	background-position: -200px;
}

.all-ages-trans {
	background-position: 0;
}

.any-style {
	background-position: -260px;
}
}

@media screen and (min-width: 140em) {
.all-ages-trans {
	background-position: 250px;
}
}

/* Sunglasses */

.tints {
	text-align: center;
	padding-top: 30px;
	background-color: #f3f4f5;
}

.tints .secondary-header-color {
	margin-bottom: 2em !important;
}

.sun-polarized {
	background: url(../../../Landing/2015/Lenses/sunglasses-polarized.jpg) no-repeat;
	background-color: #f9f8f6;
}

.grey-sunglasses {
	background-color: #a0a0a0;
}

.grey-sunglasses.active-tab:after {
	border-color: rgba(160, 160, 160, 0);
	border-top-color: #a0a0a0;
}

.brown-sunglasses {
	background-color: #cd9b76;
}

.brown-sunglasses.active-tab:after {
	border-color: rgba(205, 155, 118, 0);
	border-top-color: #cd9b76;
}

.green-grey-sunglasses {
	background-color: #909790;
}

.green-grey-sunglasses.active-tab:after {
	border-color: rgba(144, 151, 144, 0);
	border-top-color: #909790;
}

.gold-brown-mirrored {
	background-color: #d5c58e;
}

.gold-brown-mirrored.active-tab:after {
	border-color: rgba(213, 197, 142, 0);
	border-top-color: #d5c58e;
}

.silver-grey-mirrored {
	background-color: #cdd0d7;
}

.silver-grey-mirrored.active-tab:after {
	border-color: rgba(205, 208, 215, 0);
	border-top-color: #cdd0d7;
}

.blue-grey-mirrored {
	background-color: #a0d9e5;
}

.blue-grey-mirrored.active-tab:after {
	border-color: rgba(160, 217, 229, 0);
	border-top-color: #a0d9e5;
}

.green-grey-mirrored {
	background-color: #8ecbb9;
}

.green-grey-mirrored.active-tab:after {
	border-color: rgba(142, 203, 185, 0);
	border-top-color: #8ecbb9;
}

@media screen and (min-width: 880px) {
.grey-sunglasses.active-tab:after {
	border-color: rgba(160, 160, 160, 0);
	border-left-color: #a0a0a0;
}

.brown-sunglasses.active-tab:after {
	border-color: rgba(205, 155, 118, 0);
	border-left-color: #cd9b76;
}

.green-grey-sunglasses.active-tab:after {
	border-color: rgba(144, 151, 144, 0);
	border-left-color: #909790;
}

.gold-brown-mirrored.active-tab:after {
	border-color: rgba(213, 197, 142, 0);
	border-left-color: #d5c58e;
}

.silver-grey-mirrored.active-tab:after {
	border-color: rgba(205, 208, 215, 0);
	border-left-color: #cdd0d7;
}

.blue-grey-mirrored.active-tab:after {
	border-color: rgba(160, 217, 229, 0);
	border-left-color: #a0d9e5;
}

.green-grey-mirrored.active-tab:after {
	border-color: rgba(142, 203, 185, 0);
	border-left-color: #8ecbb9;
}
}

.sunglasses-transform {
	background: url(../../../Landing/2015/Lenses/sunglasses-transform.jpg) -70px no-repeat;
	background-size: cover;
	color: #FFF;
	background-color: #778345;
}

.sunglasses-transform .secondary-header, .sunglasses-transform h3, .sunglasses-transform p {
	color: #FFF !important;
}

.sunglasses-transform .secondary-header {
	margin-bottom: 1em !important;
}

.sunglasses-transform h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 6px;
}

@media screen and (min-width: 1025px) {
.sun-polarized {
	background: url(../../../Landing/2015/Lenses/sunglasses-polarized.jpg) -200px no-repeat;
	height: 400px;
	background-color: #f9f8f6;
	padding-top: 2em;
}

.sunglasses-transform {
	background-position: -200px;
}
}

@media screen and (min-width: 88em) {
.sun-polarized {
	background-position: 150px;
}

.sunglasses-transform {
	background-position: 150px;
}
}

/* Lens Coatings */

.scratch-resistant {
	background: url(../../../Landing/2015/Lenses/scratch.jpg) center;
	height: 400px;
	background-size: cover;
}

.anti-reflective {
	background: url(../../../Landing/2015/Lenses/anti-reflective.jpg) center no-repeat;
	height: 400px;
	background-size: cover;
}


.c-shield {
	background: url(../../../Landing/2015/Lenses/c-shield-before-after.jpg) center no-repeat;
	height: 400px;
	background-size: cover;
}

.uv-protective {
	background: url(../../../Landing/2015/Lenses/uv.jpg) center no-repeat;
	height: 400px;
	background-size: cover;
}