/* ------------------------------------------------------------------------ */
/* CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/reset/
/* #072f67 blue*/
/* #ffcc00 yellow*/
/* ------------------------------------------------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
  margin-bottom: 20px;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------------------ */
/*  End of css reset* */
/* ------------------------------------------------------------------------ */

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #1e2533;
  font-size: 15px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #052e64;
}

p {
  margin-bottom: 10px;
}

h2 {
  font-size: 2.3em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.8em;
}

.centre {
  text-align: center;
}

#content {
  min-height: calc(100vh - 220px);
}

.caption {
  font-size: 0.7em;
}

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

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
  outline: 0;
}

iframe {
  width: 100%;
  height: 350px;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.border {
  box-sizing: border-box;
  border: 1px solid #000;
}

img {
  width: 100%;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.smallerImage {
  width: 70%;
  margin-left: 15%;
}

.smallestImage {
  width: 30%;
  margin-left: 35%;
}

.toggleHide {
  display: none;
  cursor: pointer;
}

.toggleClose {
  color: orange;
}

.toggleShow {
  cursor: pointer;
  color: orange;
}

#top:focus {
  outline: none;
}

body:not(.user-is-tabbing) *:focus {
  outline: none;
}

/* ------------------------------------------------------------------------ */
/* responsive Grid 12 */
/* ------------------------------------------------------------------------ */
.section {
  clear: both;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0;
  position: relative;
}

.col,
.col_offset_1,
.col_offset_2,
.col_offset_3,
.col_offset_4,
.col_offset_5,
.col_offset_6,
.col_offset_7,
.col_offset_8,
.col_offset_9,
.col_offset_10,
.col_offset_11,
.col_offset_4to5 {
  display: block;
  float: left;
  margin: 1% 0 10px 1.4%;
}

.right_span {
  float: right;
  margin-left: 1.4%;
}

.col:first-child {
  margin-left: 0;
}

.col_offset_1:first-child {
  margin-left: 7.05%;
}

.col_offset_2:first-child {
  margin-left: 15.2%;
}

.col_offset_3:first-child {
  margin-left: 23.95%;
}

.col_offset_4:first-child {
  margin-left: 32.4%;
}

.col_offset_4to5:first-child {
  margin-left: 38%;
}

.col_offset_5:first-child {
  margin-left: 40.85%;
}

.col_offset_6:first-child {
  margin-left: 49.3%;
}

.col_offset_7:first-child {
  margin-left: 57.75%;
}

.col_offset_8:first-child {
  margin-left: 66.2%;
}

.col_offset_9:first-child {
  margin-left: 74.65%;
}

.col_offset_10:first-child {
  margin-left: 91.55%;
}

.col_offset_11:first-child {
  margin-left: 100%;
}

.group:before,
.group:after {
  content: '';
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

.span_12 {
  width: 100%;
}

.span_11 {
  width: 91.55%;
}

.span_10 {
  width: 83.1%;
}

.span_9 {
  width: 74.65%;
}

.span_8 {
  width: 66.2%;
}

.span_7 {
  width: 57.75%;
}

.span_6 {
  width: 49.3%;
}

.span_5 {
  width: 40.85%;
}

.span_4 {
  width: 32.4%;
}

.span_3 {
  width: 23.95%;
}

.span_2 {
  width: 15.2%;
}

.span_1 {
  width: 7.05%;
}

.lightGrey {
  background: rgba(235, 235, 235, 1);
  padding: 10px 15px;
  box-sizing: border-box;
}

/* end responsive grid */

.makeCenter {
  max-width: 1184px;
  margin: 0 auto;
  position: relative;
}

#header {
  background: #fff;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  background: #ffcb01;
}

#header .brand {
  width: 280px;
  display: block;
  margin: 0 0 0 20px;
  padding-top: 10px;
}

#header .tel {
  font-size: 2em;
  color: #072f67;
  position: absolute;
  top: 15px;
  right: 0.8%;
  width: 50%;
  text-align: right;
}

#header .social {
  position: absolute;
  top: 50px;
  right: 0.8%;
  width: 50%;
  height: 30px;
  text-align: right;
}

#header .social a {
  float: right;
  margin-right: 5px;
}

nav#main-menu {
  padding: 0 0 0 10px;
  background: #072f67;
  height: 40px;
  width: 100%;
  zindex: 7000;
}

/* ------------------------------------------------------------------------ */
/* the burger menu*/
/* ------------------------------------------------------------------------ */
div.navbar-toggle {
  background: #052e64;
  border: 2px solid #fff;
  padding: 4px;
  cursor: pointer;
  width: 34px;
  border-radius: 8px;
  position: absolute;
  top: 80px;
  right: 20px;
  display: none;
}

div.navbar-toggle .sr-only {
  display: none;
}

div.navbar-toggle .icon-bar {
  padding: 2px;
  background: #fff;
  margin: 4px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-0px, 0px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

/* ------------------------------------------------------------------------ */
/* navigation menu*/
/* ------------------------------------------------------------------------ */
.collapse {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.collapse ul.nav {
  margin: 0;
  padding: 0 0 0 20px;
}

.collapse ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.collapse ul.nav li a {
  display: inline-block;
  padding: 7px 10px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 1em;
}

.collapse ul.nav li a:hover {
  background: #019ad4;
}

.collapse ul.nav li ul.dropdown-menu {
  background: #052e64;
  display: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5500;
  overflow: visible;
  float: none;
  width: 280px;
  padding: 0;
}

.collapse ul.nav li ul.dropdown-menu li {
  display: block;
  padding: 0;
}

.collapse ul.nav li ul.dropdown-menu li a {
  padding: 5px 10px 5px;
  color: #fff;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------ */
/* end navigation menu*/
/* ------------------------------------------------------------------------ */

#maincontent {
  max-width: 1184px;
  margin: 185px auto 20px auto;
}

.formMessage {
  width: 100%;
  font-size: 1.1em;
  background: #fffc9f;
  text-align: center;
  color: #072f67;
  margin-bottom: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.product {
  margin-top: 10px;
  margin-bottom: 6px;
  float: right;
  width: 94%;
  padding: 0 2% 2% 2%;
  margin: 0;
  border: 2px solid #ffcc00;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}

.section p,
section p {
  font-size: 1.2em;
}

.section h3,
section h3 {
  font-size: 1.4em;
}

.home {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(4, 1fr);
}

.home-features {
  font-size: 1.2em;
  background-color: #dadada;
  border-radius: 10px;
  border: 3px solid #fcd000;
  box-sizing: border-box;
  padding: 5px 15px;
}

.corona {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  justify-items: center;
}

.corona-features {
  font-size: 1.2em;
  background-color: #dadada;
  border-radius: 10px;
  border: 3px solid #fcd000;
  box-sizing: border-box;
  padding: 5px 15px;
}

.showNum {
  list-style: none;
  counter-reset: showNum-reset;
  padding-left: 40px;
  font-size: 1.2em;
}

.showNum li {
  margin: 2rem 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}

.showNum li::before {
  content: counter(my-awesome-counter);
  color: #fcd000;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #072f67;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}

.number {
  display: block;
  position: absolute;
  left: 0px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  top: 10px;
  background: #072f67;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
  color: #fcd000;
  font-size: 1.2em;
}

section .number {
  top: 0px;
}

.indent {
  display: block;
  padding-left: 15px;
}

section p.indent {
  display: block;
  margin-left: 32px;
  padding-left: 8px;
}

ul.checking {
  font-size: 1.2em;
  padding-left: 20px;
  list-style-type: disc;
}

ul.checking strong {
  font-weight: 900;
}

ul.square {
  font-size: 1em;
  padding-left: 20px;
  list-style-type: square;
  margin: 20px 0;
}

fieldset {
  border: 2px solid #ffcc00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 320px;
  float: left;
  margin: 0 20px 20px 0;
}

legend {
  color: #072f67;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  padding: 0 5px 10px;
}

label {
  width: 100%;
  text-align: right;
  padding-right: 6px;
  padding-top: 5px;
}

input,
textarea,
select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid gray;
  padding: 10px;
  margin-bottom: 5px;
}

input[type='text'] {
  margin-bottom: 5px;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
  background: #072f67;
  color: #fff;
  padding: 10px;
  width: 50%;
  margin-left: 25%;
  cursor: pointer;
}

input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  background: #0099cc;
}

select {
  background: #ffffff;
  outline: none;
  border-color: gray;
  color: #000;
  margin-bottom: 5px;
}

select:focus {
  outline: none;
}

#message {
  width: 670px;
  padding: 20px;
  background-color: #ffcc00;
  color: #072f67;
  font-size: 9pt;
  font-weight: bold;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

figure {
  display: block;
  background: #eee;
  padding: 10px;
}

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

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

.top-heading {
  font-weight: bold;
  margin: 20px;
}

.warning {
  background: #fbc0cf;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.3em;
  padding: 10px;
}

.lightblueback {
  background: #b3d4ee;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.3em;
  padding: 10px;
  font-weight: bold;
}

.apply-margin {
  margin-top: 20px;
}

.grey {
  background: #dddddd;
}

.safety {
  font-weight: bold;
  font-style: italic;
  color: #941a1d;
}

.bolder {
  font-weight: bold;
}

.redtext {
  color: #aa0202;
  margin-top: 20px;
}

.container {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0;
}

footer {
  padding: 30px 0;
  background: #3e4754;
  color: #fff;
  margin-top: 20px;
}

.showPop {
  min-height: 100px;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
  margin-top: 15px;
  display: block;
}

#message {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

@media only screen and (max-width: 1055px) {
  /* page styles */
  #maincontent {
    width: 96%;
  }

  /* product page styles */
  .product {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .indent {
    margin-left: 15px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 815px) {
  nav#main-menu {
    background: none;
    margin-top: -40px;
  }

  div.navbar-toggle {
    display: block;
    z-index: 7000;
  }

  #header {
    height: 130px;
  }

  #header.brand {
    width: 280px;
    display: block;
    margin-top: -10px;
    margin-left: 5px;
  }

  #header .tel {
    margin-right: 10px;
  }

  .collapse {
    display: none;
  }

  .collapse ul.nav {
    background: #052e64;
    width: 100%;
    position: absolute;
    top: 130px;
    left: 0;
    height: calc(100vh - 130px);
    padding: 0;
  }

  .collapse ul.nav li {
    display: block;
  }

  .collapse ul.nav li a {
    display: block;
    padding: 4px 0 0 2%;
    width: 98%;
    color: #fff;
  }

  .collapse ul.nav li ul.dropdown-menu {
    background: #aeaeae;
    display: none;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5500;
    overflow: visible;
    float: none;
    width: 100%;
    padding: 0;
  }

  .collapse ul.nav li ul.dropdown-menu li {
    display: block;
    padding: 0;
    margin: 0;
  }

  .collapse ul.nav li ul.dropdown-menu li a {
    border-left: 0;
    padding: 4px 0 0 4%;
    width: 96%;
    color: #000;
  }

  .collapse ul.nav li ul.dropdown-menu li a:hover {
    border-left: 0;
    background: rgba(30, 32, 35, 1);
    color: #fff;
  }

  /* page styles */
  #maincontent {
    width: 96%;
    margin: 140px auto 20px auto;
  }

  /* product page styles */
  .product {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
    margin-right: 0;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 769px) {
  #header .social {
    top: 45px;
    right: 16px;
  }

  #header .social a {
    float: right;
    margin-right: 5px;
  }

  .smallestImage {
    width: 50%;
    margin-left: 25%;
  }

  .section p,
  section p {
    font-size: 1.2em;
  }

  .section h3,
  section h3 {
    font-size: 1.4em;
  }

  .number {
    top: 5px;
  }

  .indent {
    padding-left: 10px;
  }
}

.contact {
  font-size: 1.3em;
  line-height: 1.5em;
}

.contact span {
  font-size: 0.7em;
  line-height: 1.1em;
}

.contactImage {
  position: absolute;
  right: 0;
  top: -60px;
  width: 18%;
}

#filtrationDetails {
  font-size: 1.1em;
}

#filtrationDetails label,
#filtrationDetails input {
  float: none;
  padding: 10px 10px 10px 0;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
}

#filtrationDetails input {
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-left: 10px;
}

#filtrationDetails select {
  margin: 15px 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#filtrationDetails textarea {
  width: 100%;
  box-sizing: border-box;
}

#filtrationDetails input[type='submit'] {
  width: 20%;
  text-align: center;
  margin: 10px 0 10px 38%;
  box-sizing: border-box;
}

.formMessage {
  width: 100%;
  font-size: 1.1em;
  background: #fffc9f;
  text-align: center;
  color: #072f67;
  margin-bottom: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.warning {
  background: #fbc0cf;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px !important;
}

.grey {
  background: #abbbc2;
  box-sizing: border-box;
  padding: 10px;
}

.grey p {
  font-size: 1.3em;
}

.grey h3 {
  font-size: 1.5em;
}

.warning h3,
.warning h4 {
  margin: 5px 0;
}

.filterForm fieldset {
  border: 2px solid #ffcc00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

#filtrationDetails input[type='checkbox'] {
  display: inline-block;
  width: 15px;
}

.checkboxTitle {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0 0 -12px 5px;
  color: 000;
}

.textcentre {
  text-align: center;
}

.isEssilor {
  position: absolute;
  width: 40%;
  background: gray;
  display: none;
  box-sizing: border-box;
  padding: 15px;
  left: 30%;
  border: 1px solid #000;
  z-index: 7001;
}

.isEssilor img {
  width: 80%;
  margin: 10px 10%;
}

.isEssilor p {
  text-align: center;
}

.closeEssilor {
  padding: 4px 15px;
  margin-left: 10px;
  background: #072f67;
  color: #fff;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.closeEssilor:hover {
  background: #ffcc00;
  color: #072f67;
}

@media only screen and (max-width: 780px) {
  .contactImage {
    right: 0;
    top: -60px;
    width: 22%;
  }

  .contact {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .contact span {
    font-size: 0.6em;
    line-height: 1em;
  }

  .showNum {
    margin-left: 1.2rem;
  }

  .home {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 742px) {
  body {
    font-size: 0.9em;
  }

  .collapse ul.nav {
    float: none;
    margin: 0;
  }

  .collapse ul.nav li a {
    padding: 4px 5px;
  }

  .showPop {
    min-height: 70px;
  }
}

@media only screen and (max-width: 675px) {
  .col_offset_4to5 {
    margin-left: 25.35% !important;
  }

  .span_3 {
    width: 49.3%;
  }

  .span_3:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 540px) {
  body {
    font-size: 0.8em;
  }

  .col {
    margin-left: 0;
  }

  .col,
  .col_offset_1,
  .col_offset_2,
  .col_offset_3,
  .col_offset_4,
  .col_offset_5,
  .col_offset_6,
  .col_offset_7,
  .col_offset_8,
  .col_offset_9,
  .col_offset_10,
  .col_offset_11 {
    margin: 1% 0 10px 0 !important;
  }

  #header .social {
    top: 20px;
    right: 10px;
  }

  .home-features {
    font-size: 1em;
  }

  .right_span {
    float: left;
    margin-left: 0;
  }

  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9,
  .span_10,
  .span_11,
  .span_12 {
    width: 100%;
  }

  .span_1 {
    width: 49.3%;
    margin-left: 1.4%;
  }

  div.navbar-toggle {
    right: 15px;
  }

  #header .tel {
    top: 130px;
    width: 100%;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 1.7em;
    background: #aeaeae;
    padding: 2px 0;
    color: #1e2533;
  }

  #maincontent {
    margin: 170px auto 20px auto;
  }

  .imgCenter {
    width: 80% !important;
  }

  .smallestImage {
    width: 80%;
    margin-left: 10%;
  }

  .product h2 {
    text-align: center;
  }

  h2 {
    font-size: 1.4em;
  }

  .hideMobile {
    display: none;
    padding: 0;
    margin: 0;
  }

  .number {
    left: 0px;
    top: 5px;
    font-size: 1.2em;
  }

  .indent {
    padding-left: 15px;
  }

  .contactImage {
    display: none;
  }

  .contact {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .contact span {
    font-size: 0.7em;
    line-height: 1.1em;
  }

  .showNum {
    margin-left: 0.5rem;
  }
}
