@font-face {
  font-family: MetLifeCircular;
  src: url("fonts/MetLifeCircular-Normal.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: MetLifeCircular;
  src: url("fonts/MetLifeCircular-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

:root {
  --primary-color: #007abc;
  --secondary-color: #a2cf42;
  --background-primary: #0d9bd7;
  --heading-color: #000000;
  --text-color: #000000;
}

html,
body,
p,
legend,
form,
img,
hr,
li,
ul,
ol,
address,
header,
footer,
main,
section,
h1,
h2,
h3,
h4,
h5,
h6,
a,
table,
td,
tr,
input,
label,
select {
  margin: 0;
  padding: 0;
  border: none;
}

main,
header,
footer,
section {
  display: block;
}

body {
  font-family: "Noto Sans", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: var(--text-color);
  background: #ffffff;
}

h1 {
  color: var(--heading-color);
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 5%;
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-family: "MetLifeCircular";
}

h2 {
  font-size: 46px;
  font-weight: 400;
  color: var(--heading-color);
  padding: 10px 0 30px;
  text-align: left;
  font-family: MetLifeCircular;
}

h3 {
  padding: 10px 0 15px;
  font-size: 36px;
  font-weight: 400;
  color: var(--heading-color);
}

p {
  padding: 10px 0;
}

main {
  min-height: 500px;
}

.mobileOnly {
  display: none;
}

.aoption,
b,
h2,
h3 {
  transition: all 0.3s;
}

button {
  border: 0;
}

.wrap {
  background: #80aca6;
  min-height: 300px;
}

.rscon,
.qscon {
  width: 940px;
  margin: 0 auto 0px;
  padding: 10px 0 30px;
  max-width: 94%;
  position: relative;
  display: none;
}

.question h3 {
  /*color:#fff;*/
  text-align: center;
  font-weight: 500;
  padding: 25px 0 25px;
  color: var(--text-color);
}

.question {
  position: relative;
}

.progress-bar {
  width: 400px;
  max-width: 82%;
  height: 30px;
  position: relative;
  margin: 15px auto;
}

.progress-bar .circ {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  border: 3px solid var(--primary-color);
  background: #fff;
  position: absolute;
  top: 6px;
  transition: 0.5 all ease-out;
}
.progress-bar .bar {
  position: absolute;
  left: 0;
  top: 10px;
  height: 6px;
  width: 100%;
  border-radius: 3px;
  border: 2px solid var(--primary-color);
  background: #f2f2f2;
  transition: 0.5 all ease-out;
}
.progress-bar .bar b {
  background: var(--primary-color);
  width: 28%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  display: block;
}
.step1 .circ1,
.step2 .circ2,
.step3 .circ3,
.step4 .circ4,
.step5 .circ5,
.step6 .circ6,
.step7 .circ7,
.step9 .circ9,
.step8 .circ8 {
  background: var(--primary-color);
}

.step2 .bar b {
  width: 0%;
}
/*.step3 .bar b {
  width: 16.67%;
} */
.step4 .bar b {
  width: 16.67%;
}
.step5 .bar b {
  width: 33.33%;
}
.step6 .bar b {
  width: 50%;
}
.step7 .bar b {
  width: 66.67%;
}
.step8 .bar b {
  width: 83.33%;
}
.step9 .bar b {
  width: 100%;
}

.circ2 {
  left: 0%;
}
/*.circ3 {
  left: 14.28%;
} */
.circ4 {
  left: 16.67%;
}
.circ5 {
  left: 33.33%;
}
.circ6 {
  left: 50%;
}
.circ7 {
  left: 66.67%;
}
.circ8 {
  left: 83.33%;
}
.circ9 {
  left: 100%;
}

.center-sect {
  width: 90%;
  border-radius: 15px;
  padding: 25px 5% 160px;
  min-height: 100px;
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0 20px 30px rgba(90, 90, 90, 0.5); */
  position: relative;
  overflow: auto;
}
.rscon .center-sect {
  padding: 25px 5% 60px;
}
.subtitle-tip {
  display: block;
  padding-bottom: 20px;
  padding: 15px 15% 15px;
  border-top: 1px solid #ccc;
  font-size: 24px;
  color: var(--text-color);
  position: relative;
  font-weight: 500;
}

.q3 .subtitle-tip {
  padding: 15px 6% 15px;
}

.q4 .subtitle-tip {
  padding: 15px 10% 15px;
}

.info-i {
  display: inline-block;
  float: left;
  height: 45px;
  width: 45px;
  background: url(images/i-dark.svg) center center no-repeat;
  margin-left: -60px;
  position: relative;
  top: 5px;
}

.opt-indentifier {
  display: none;
}
.tooltipBox .inner {
  border-style: solid;
  border-width: 4px;
  border-image-source: linear-gradient(258deg, #008edd, #a2cf42);
  border-image-slice: 1;
  color: var(--text-color);
  padding: 14px;
  position: absolute;
  background: #fff url(images/i-dark.svg) center 5px no-repeat;
  background-position-y: 40px;
  background-size: 30px auto;
  box-shadow: 2px 5px 10px rgba(90, 200, 200, 0.2);
  z-index: 50;
  top: 18%;
  left: 7%;
  width: 80%;
  min-height: 100px;
  padding: 80px 3% 40px;
  opacity: 0;
  font-size: 20px;
  text-align: center;
}

.tooltipBox .inner:has(img) {
  background: #fff;
  background-image: none !important;
  padding: 40px 3%;
}

.tooltipBox .inner.bgImg {
  background-size: 180px auto;
  background-position: center 18px;
  padding: 187px 3% 40px;
}
.tooltipBox {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
}
.tooltip-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(78, 78, 78, 0.65);
  z-index: 4;
  display: none;
  transition: 0.5 all ease-out;
}
.tooltipBox a {
  font-weight: 600;
  color: var(--primary-color);
}
.tooltipBox h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.tooltipBox .btn {
  font-size: 22px;
}
.tooltipBox h4 small {
  font-size: 17px;
  padding: 0;
}
.tooltipBox small {
  display: block;
  font-size: 14px;
  padding: 15px 0;
}
.tooltipBox ul {
  text-align: left;
  padding-left: 25px;
}
.tooltipover-show,
.tooltipBox-show {
  display: block;
  opacity: 1;
}

.tooltipBox-show .inner {
  opacity: 1;
}

.btnContinue {
  cursor: pointer;
}
@media (max-width: 620px) {
  .tooltipBox .inner.bgImg {
    background-size: 120px auto;
    background-position: center 18px;
    padding: 130px 3% 40px;
  }
}

.opt-info span {
  display: none;
  /*border: 2px solid #00c3c9;
	color:#7f7f7f;
	padding: 14px;
	border-radius: 8px;
	position: absolute;
	background: #fff;
	box-shadow: 2px 5px 10px rgba(90,200,200,.2);
	z-index: 50;
	top: 70px;
	left: 70px;
	opacity:0; */
}

.opt-info.inline .opt-val {
  display: none;
}
.opt-info.inline i {
  height: 18px;
  width: 18px;
  margin: 0px;
}
/*
.opt-info{
	border-top: 3px dotted #00c3c9;
	width: 100%;
	opacity: .8;
	position: absolute;
	top: -10px;
	left:0;
}
*/

.opt-info {
  display: inline;
  cursor: pointer;
}
.opt-info i {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background: url(images/i-green.svg) center center no-repeat;
  background-size: 100% auto;
  border: 1px solid #fff;
  border-radius: 100%;
  display: inline-block;
  /*position: absolute;
	right:-12px;
	top:-19px;*/
}
.opt-info i:hover {
  border: 1px solid #ccc;
}

.option-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  column-gap: 20px;
  row-gap: 30px;
}

.q8 .option-wrapper {
  width: 90%;
}

.aoption {
  display: inline-flex;
  /* margin: 18px 4% 18px 0; */
  width: 42%;
  /*width:90%;
	height:30px;
	padding:15px 1%;
	border-radius:45px;*/
  padding: 15px;
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  align-items: center;
  gap: 12px;
}

.q8 .aoption {
  width: 42%;
}

.opt-val {
  display: inline-block;
  height: 30px;
  text-align: left;
  font-weight: 500;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q5 .opt-val,
.q8 .opt-val,
.smaller .opt-val {
  font-size: 18px;
}

.q8 .opt-val {
  height: 60px;
}
.opt-val small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.aoption.selected {
  /*background:#485EC9;
	color:#fff;*/
  color: var(--primary-color);
  font-weight: 700;
}
.aoption b {
  border: 4px solid #b9bab9;
  background: transparent url(images/optioncheck.png) -120px center no-repeat;
  height: 62px;
  width: 62px;
  min-width: 62px;
  border-radius: 100%;
  display: block;
}
.aoption.selected b {
  background: var(--secondary-color) url(images/optioncheck.png) center center
    no-repeat;
  background-size: 100% auto;
  border-color: var(--secondary-color);
}
.aoption:hover b {
  border: 4px solid var(--secondary-color);
}

.aoption.locked b {
  border-color: #c94b2c; /**/
  border-color: #aaa;
  /*border: 4px solid #c94b2c;
    height: 62px;
    width: 62px;*/
}
.locked b {
  background: #eeefef url(images/optioncirc_no_gray.jpg?refresh=1) center center
    no-repeat;
}
.aoption.sel-lock b,
.aoption.locked.selected b {
  border-color: var(--primary-color);
}

.aoption.locked {
  color: #515759;
}

.addons .aoption .opt-val small {
  display: none;
}
/*.addons .opt-photochromic .opt-val small{
	display:block;
}*/

.opt-arc-selected .opt-val small.arc-sub,
.opt-high-selected .opt-val small.high-sub,
.opt-polycarb-selected .opt-val small.polycarb-sub,
.opt-src-selected .opt-val small.src-sub,
.opt-tint-selected .opt-val small.tint-sub,
.opt-polar-selected .opt-val small.polar-sub,
.opt-photochromic-selected .opt-val small.photo-sub,
.opt-uv-selected .opt-val small.uv-sub,
.opt-bluelight-selected .opt-val small.bluelight-sub {
  display: block;
}

.locked .opt-val small.incom {
  display: block;
}
.locked.selected .opt-val small.incom {
  display: none;
}

.addons .opt-photochromic .opt-val.polar-sub {
}
/*
.addons .selected .opt-val small{
	display:block;
}
*/

.btn {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;

  width: 170px;
  padding: 18px;
  background: #333333;
  border-radius: 8px;

  display: block;

  font-size: 24px;
  line-height: 24px;
  min-height: 24px;
  font-family: "Noto Sans", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

.btn-small {
  border-radius: 8px;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  line-height: 14px;
  min-height: 14px;
  font-family: "Effra", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  cursor: pointer;
}

.btn:not(.disabled):not(.prevBtn):hover {
  background-color: #000000;
}

.btn.disabled {
  background: #eeefef;
  color: #d1dbdd;
}

.getStartedBtn {
  width: 240px;
  color: #ffffff;
  border-radius: 8px;
  background-color: #333333;
  border-radius: 8px;
  transition: all 0.3s;
}

.getStartedBtn:hover {
  background-color: #000000;
  color: #ffffff;
}

.nxtBtn {
  min-width: 220px;
  width: auto;
  border-radius: 8px;
  background-color: #333333;
  border: 2px solid rgba(255, 255, 255, 0);
}

.nxtBtn:not(.disabled):hover,
.small-btn:not(.disabled):hover {
  background-color: #0061a0;
}

.prevBtn {
  width: 210px;
  background: #fff;
  color: #333;
  border: 2px solid;
  border-color: #333;
}

.prevBtn:hover {
  border-color: #000;
  color: #000;
}

.RestartBtn {
  margin-bottom: 40px;
}

.nav-buttons {
  position: absolute;
  bottom: 20px;
}

.smallnote {
  clear: both;
  display: block;
  padding: 30px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #515759;
}

.rscon .smallnote {
  margin-top: -18px;
  text-align: center;
}
.rscon .smallnote,
.rscon .smallnote p {
  color: #515759;
}
.smallnote a {
  font-weight: 600;
  color: var(--primary-color);
}
em.foot {
  display: block;
  font-size: 14px;
  font-style: normal;
}

.lsoptions .progressive-opts,
.msoptions .singlevis-opts {
  display: none;
}

.q6 .progressive-opts .subtitle-tip {
  padding-top: 190px;
  background: url(images/Lenses_Trifocal.png) center top no-repeat;
  background-size: auto 180px;
}

@media (min-width: 620px) {
  .nxtBtn,
  .RestartBtn {
    float: right;
  }
  .prevBtn {
    float: left;
  }
  .nav-buttons {
    height: 80px;
    width: 520px;
    left: 50%;
    margin-left: -260px;
  }
  .tooltipBox .inner {
    left: 10%;
    width: 70%;
    padding: 80px 5% 40px;
    top: 30%;
  }
}
@media (min-width: 1220px) {
  .tooltipBox .inner {
    left: 15%;
    width: 60%;
    padding: 80px 5% 40px;
    max-width: 1200px; /**/
  }
}
@media (min-width: 1500px) {
  .tooltipBox .inner {
    left: 20%;
    width: 50%;
    padding: 80px 5% 40px;
    max-width: 1200px; /**/
  }
}

.tooltipBox .no-tooltip {
  display: none;
}

.additional_content,
.textContentData,
.hidden,
.onlyexec,
.popup {
  display: none;
}

.inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
.rscon {
  margin-top: 30px;
  font-size: 22px;
  color: #306c78;
}
.rscon h2 {
  padding: 35px 0 0;
}
.both-disclaimer {
  display: none;
  font-weight: bold;
  padding-left: 40px;
  background: url(images/warningGraphicRed.png) left center no-repeat;
  background-size: 30px auto;
}
.resultschart table {
  border: none;
  width: 100%;
}
.lbl_est,
.lbl_full {
  width: 32%;
}
.rscon ul {
  padding-left: 25px;
}
.rscon li {
  margin: 15px 0;
}
tbody .lbl_est,
tbody .lbl_full {
  border-left: 2px solid #ccc;
}

.rscon iframe {
  margin: 20px 0;
  min-height: 420px;
}
.resultschart {
  padding: 20px 0;
}
.resultschart td {
  padding: 13px 15px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  color: #000000;
}
.resultschart td i {
  font-size: 17px;
  font-style: normal;
}
.resultschart tr {
  background: #fff;
  color: #000000;
}
.resultschart thead tr {
  background: #f2f2f2;
}

.resultschart thead td {
  color: #000000;
}

.resultschart .totalRow {
  background: #007abc;
}

.totalRow td {
  color: #ffffff;
}

.resultschart tr.alt td {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.resultschart tr.alt:has(+ tr.totalRow) td {
  border-bottom: none;
}

.lbl_col {
  font-weight: 500;
}
.lbl_est {
  font-weight: 900;
}
.lbl_full {
  font-weight: 900;
}
.d-ec {
  display: none;
}
.davis-ec .d-ec {
  display: inline;
}

.graphleft {
  position: relative;
  padding-left: 160px;
  margin-top: 72px;
  min-height: 150px;
}
.graphic {
  height: 140px;
  width: 140px;
  background: url(images/resultsGraphic1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: -10px;
  top: 0;
}
.additionalinfo .graphic {
  background-image: url(images/results-2.svg);
}
.additionalinfo2 .graphic {
  background-image: url(images/results-4.svg);
}
.additionalinfo3 .graphic {
  background-image: url(images/results-3.svg);
  background-size: 80%;
  background-position: center;
}
.additionalinfo {
  padding-bottom: 35px;
}

.rscon .copy-col a,
.rscon p a,
.rscon td a {
  color: var(--primary-color);
}

.copy-col {
  position: relative;
  z-index: 2;
}
.rscon h2 {
  margin-bottom: -10px;
}
.rscon .graphleft h2,
.rscon h3 {
  padding-top: 0;
  padding-bottom: 0;
}
.rscon h3 {
  font-weight: 500;
}
.rscon li,
.rscon p {
  color: #515759;
}

.result-callout {
  background: #6fa123;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  min-height: 38px;
  padding: 12px 26px;
  margin: 10px 0;
  border-radius: 8px;
}
.rscon .nav-buttons {
  position: static;
  margin: 10px auto;
}

.Qbox {
  position: relative;
  margin: 0 auto;
}

/*
.popUp{
	display:block;
	
}
.popback{
	background:#ededed;
	height:100%;
	width:100%;
	position:fixed;
	display: block;
	top: 0;
	left: 0;
	opacity: .5;
	z-index:500;
}
.popinner{
	height:400px;
	width:360px;
	padding:10px;
	background:#fff;
	z-index:501;
	position:fixed;
	top:50%;
	margin-top:-210px;
	left:50%;
	margin-left:-190px;
	border-radius:20px;
}
.popinner iframe{
	height:320px !important;
	width:360px;
}
#questionaire, #results, .popUp{
	display:none;
}
*/

.homecon {
  padding-bottom: 60px;
  max-width: 1000px;
  width: 92%;
  margin: 10px auto;
}
.homecon .inner {
  width: 96%;
  background: url("images/Graphic - Spash Screen.svg") no-repeat;
  background-size: 330px auto;
  background-position: center 5%;
  padding-top: 240px;
}
.homecon h2 {
  font-size: 50px;
  padding-bottom: 5px;
}
.homecon p {
  padding: 0 0 20px;
}

.home-cta {
  padding: 20px 0px;
  background: #f2f2f2;
}

@media (min-width: 640px) {
  body {
    background: #ffffff;
  }

  .homecon h2 {
    font-size: 70px;
  }

  .homecon .inner {
    width: 49%;
    padding-right: 51%;
    padding-top: 0;
    background: url(images/MetLife_Colored_Graphic.svg) no-repeat;
    background-size: 49% auto;
    background-position: right 5%;
  }
}

header h1 a img {
  border: none;
  height: 120px;
}
header h1 {
  text-align: center;
}

header {
  padding-top: 20px;
  /* border-bottom:5px solid #515759;
  background:rgb(8, 89, 101);*/
}
.rscon header {
  height: 205px;
}
.rscon header h1 {
  padding-top: 60px;
}

@media (max-width: 640px) {
  .center-sect {
    width: 94%;
    padding: 25px 3% 220px;
  }
  .rscon .center-sect {
    padding-left: 3%;
    padding-right: 3%;
  }
  .resultschart td {
    font-size: 16px;
  }
  .rscon {
    font-size: 18px;
  }
  header h1 a img {
    max-width: 84%;
    max-height: 70px;
    height: auto;
  }
  h3 {
    font-size: 28px;
  }
  h2 {
    font-size: 34px;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .subtitle-tip {
    font-size: 18px;
  }
  .tooltipBox small,
  .tooltipBox .inner {
    font-size: 14px;
  }
  .tooltipBox .inner {
    top: 18%;
  }
  .tooltipBox h4 {
    font-size: 16px;
  }
}
@media (max-width: 730px) {
  .opt-val {
    font-size: 18px;
  }
  .aoption {
    width: 60%;
    padding-left: 82px;
    padding-right: 3%;
  }
  .aoption b {
    height: 55px;
    width: 55px;
    min-width: 44px;
  }

  /*h2{
		text-align:center;
	}*/
}

@media (max-width: 970px) {
  .opt-val {
    font-size: 20px;
  }
  .aoption {
    width: 80%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 5px;
  }
  .q8 .aoption {
    width: 90%;
    height: auto;
  }
  .aoption b {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  /* .q8 .opt-val {
    height: 45px;
  }
  .q5 .opt-val {
    height: 45px;
  } */
  .option-wrapper {
    justify-content: center;
  }
}
@media (max-width: 542px) {
  .graphleft {
    position: relative;
    padding-left: 0;
    margin-top: 25px;
    min-height: 50px;
  }
  .graphic {
    position: static;
    display: block;
    height: 100px;
    width: 100px;
    background-size: auto;
    background-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  :is(.opt-val small, #opt-value) {
    font-size: 16px;
  }

  :is(.opt-val, #opt-value) {
    width: 100%;
    justify-content: space-between;
  }

  .q8 .opt-val {
    min-height: 60px;
    height: auto;
  }
}
@media (max-width: 442px) {
  .homecon .inner {
    background-size: 100% auto;
    padding-top: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .inner {
    max-width: 1200px;
  }
}
@media (max-width: 420px) {
  .mobileOnly {
    display: block;
  }
}

.davis-exclusive {
  display: none;
}

.question li,
.question p {
  color: var(--text-color);
  font-size: 20px;
}

.question ul {
  padding-left: 30px;
}

footer {
  text-align: center;
  min-height: 150px;
  padding-top: 40px;
  padding-bottom: 80px;
}

footer h4,
footer p {
  color: var(--text-color);
  margin: 0 auto;
  font-size: 12px;
  width: 92%;
  max-width: 1000px;
  padding: 10px 0;
}

footer h4 {
  font-size: 16px;
}

footer a {
  font-weight: 600;
  color: var(--primary-color);
}

.eyeexamnote,
.davisfoot {
  display: none;
}

.davisvisionExc .step5 .davisfoot,
.step2 .eyeexamnote {
  display: block;
}

.rscon .find-providers {
  display: flex;
  margin: 0px auto;
}

.find-providers .btn {
  display: inline-block;
}

.result-note {
  text-align: center;
  font-size: 18px;
}

.addons-running-total p {
  text-align: center;
  padding-bottom: 26px;
  color: var(--text-color);
}

.addons-running-total p span {
  color: var(--primary-color);
  font-weight: 700;
}

a:not(.btn) {
  text-decoration: none;
}

a:not(.btn):hover {
  text-decoration: underline;
}

.tooltipBox .inner img {
  height: 120px;
  width: auto;
}
