@font-face {
  font-family: Albert Thin;
  src: url("fonts/FSAlbertWeb-Thin.eot");
  src: url("fonts/FSAlbertWeb-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-Thin.woff") format("woff");
}

@font-face {
  font-family: Albert ThinkItalic;
  src: url("fonts/FSAlbertWeb-ThinkItalic.eot");
  src: url("fonts/FSAlbertWeb-ThinkItalic.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-ThinkItalic.woff") format("woff");
}

@font-face {
  font-family: Albert Light;
  src: url("fonts/FSAlbertWeb-Light.eot");
  src: url("fonts/FSAlbertWeb-Light.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-Light.woff") format("woff");
}

@font-face {
  font-family: Albert LightItalic;
  src: url("fonts/FSAlbertWeb-LightItalic.eot");
  src: url("fonts/FSAlbertWeb-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-LightItalic.woff") format("woff");
}

@font-face {
  font-family: Albert Regular;
  src: url("fonts/FSAlbertWeb-Regular.eot");
  src: url("fonts/FSAlbertWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: Albert Bold;
  src: url("fonts/FSAlbertWeb-Bold.eot");
  src: url("fonts/FSAlbertWeb-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: Albert BoldItalic;
  src: url("fonts/FSAlbertWeb-BoldItalic.eot");
  src: url("fonts/FSAlbertWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: Albert ExtraBold;
  src: url("fonts/FSAlbertWeb-ExtraBold.eot");
  src: url("fonts/FSAlbertWeb-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/FSAlbertWeb-ExtraBold.woff") format("woff");
}


/* box-sixing */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  /* better font-rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Albert Regular, tahoma, sans-serif;
}

strong {
	font-family: Albert Bold, tahoma, sans-serif;
}

h1, h2, h3 {
  font-family: "din-condensed", tahoma;
  text-transform: uppercase;
  font-weight: normal;
}

p {
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.1rem;
  hyphens: none;
}

ul {
  padding: 0;
  line-height: 1.8;
  margin-bottom: 2rem;
  list-style-position: outside;
}

ol {
  padding: 0;
  line-height: 1.8;
  margin-bottom: 2rem;
  list-style-position: outside;
}

li {
  font-weight: 300;
  hyphens: none;
  margin-left: 16px;
}

a {
  color: inherit;
}

.flow > * + * {
  margin-bottom: 1rem;
}


.copy-block {
  
}

.copy-block--col-right {
  width: 70%;
  float: right;
}

.copy-block--col-centre {
  width: 70%;
  margin: 0 auto;
}

.copy-block__image {
  float: left;
  margin: 0 2.5em 3em 0;
}

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


/* default styles for paragraphs etc in a main copy block */
/* not BEM as it's hard to put BEM classes in the CMS rich text blocks */

.copy-block h2 {
  font-size: 3em;
}

.copy-block h3 {
  font-size: 2.2em;
}


.copy-block ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}

.copy-block li {
  line-height: 1.8;
  padding-left: 1.3em;
  text-indent: -1.6em;
  margin-bottom: 0.6em;
}

.copy-block li::before {
  content: "• ";
  color: #0b8e36;;
  margin-right: 0.8em;
}

.copy-block blockquote {
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-style:italic;
}

.container {
  width: 95%;
  margin: 0 auto;
  /*background-color: rgba(200,200,200,0.6)*/;
}



.container--tight {
  width: 100%;
}

.container--relative {
  position: relative;
}

/* container break points */ 

@media screen and (min-width: 75em) {
  
  .container {
    width: 1200px;
    padding: 0 1.75rem;
  }

}

.u-hide-text {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px;
  width: 1px; 
  margin: -1px;
  padding: 0;
  border: 0; 
}

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

.u-mbe {
  margin-bottom: 2.6rem;
}


.design-underlay {
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -10;
  width: 200%;
  height: 100%;
}

.design-underlay__img {
  display: block;
  margin: 0 auto;
}

header {
  background-color: rgba(255,255,255,1);
  padding-bottom: 1.5rem;
  height: 95px;
  position: relative;
  z-index: 22;
}

section {
  padding: 0 0 40px 0;
}

.section--contrast {
  background-color: #dbeee1;
  font-size: 1.2em;
  border-bottom: 2px solid #0b8e36;
  padding-top: 40px;
}

.section--contrast.campaign {
    background-color: #dbeee1;
	font-size: 1.2em;
}

.section--tight {
  padding: 0;
}




.logo {
  padding-top: 10px;
  margin-left: 12px;
  position: relative;
  z-index: 10;
  pointer-events: all;
}

.logo__img {
  width: 180px;
}

.logo__img--footer {
  width: 80%;
}

/* navigations */

.container--nav {
  pointer-events: none;
}

.nav {
  
}

.nav::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 95px;
  background-color: #FFF;
  z-index: 2;
  top: 0;
}

.nav__list {
 list-style: none;
 padding: 20px 0 12px 0;
 margin: 0;
 background-color: #FFF;
 z-index: 1;
}

/* menu toggle states etc.. */
.js .nav__list {
  transition: transform 120ms linear;
  transform: translateY(-100%);
}
.js .nav__list.is-active {
  transform: translateY(0);
}

.nav__item {
  font-family: "din-condensed";
  margin-bottom: 1rem;
  pointer-events: all;
}

.nav__link {
  padding: 0.8rem 0.25rem;
  margin: 0 0.4rem;
  text-decoration: none;
  color: #444;
  text-transform: uppercase;
  font-size: 1.6em;
}

/* nav break point */

@media screen and (min-width: 60em) {
    
  header {
    height: auto;
  }
  
  .logo {
    padding-top: 30px;
    margin-left: 0px;
  }
  
  .logo__img {
    width: 180px;
  }
  
  .logo__img--footer {
    width: 300px;
  }
  
  .container--nav {
    display: flex;
    justify-content: space-between;
    height: 100px;
  }
  
  .menu-toggle {
    display: none;
  }
  
  .nav {
    padding-top: 3.3em;
  }
  
  .nav::before {
    display: none;
    width: 0;
    height: 0;
  }
  
  .nav__list {
   display: flex;
   flex-wrap: wrap;
   width: auto;
   margin: 47px 0 0 0;
   padding: 0;
  }

  .nav__item {
    display: inline-flex;
    margin-bottom: 0;
  }
  
  .nav__link {
    padding: 0.5rem 0.25rem;
    margin: 0 0.4rem;
    font-size: 1.4em;
  }
  
}

.icon-btn {
  border: none;
  background: transparent;
  height: 1.4rem;
  width: 1.4rem;
  padding: 0;
}

.icon-btn.basket__button {
  border: none;
  background: transparent;
  height: 1.4rem;
  width: 2.0rem;
  padding: 0;
}

/* Menu button */

.menu-toggle {
  margin: 0 12px 0 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
  float: right;
  margin-top: -33px;
  pointer-events: all;
}

.menu-toggle__box {
  position: relative;
  display: inline-block;
  width: 2.6em;
  height: 1.4em;
}

.menu-toggle__lines,  .menu-toggle__lines::before, .menu-toggle__lines::after {
  position: absolute;
  background-color: #333;
  width: 2.6em;
  height: 4px;
  border-radius: 4px;
  transition-property: transform;
}

/* menu button transition - adapted from https://jonsuh.com/hamburgers/ */

.menu-toggle__lines {
  display: block;
  top: 50%;
  /* animation - for when the menu is switched back from active */
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines {
  /* animation - menu is active - rotate but wait until the other lines have finished moving */
  transform: rotate(45deg);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-delay: 120ms;
}

.menu-toggle__lines::before {
  display: block;
  content: "";
  top: -10px;
  /* on switch back from active delay top movement until after rotation */
  transition: top 75ms ease 120ms,opacity 75ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::before {
  top: 0;
  opacity: 0;
  /* on switch to active - move immediately, delay opacity */
  transition: top 75ms ease,opacity 75ms ease 120ms;
}

.menu-toggle__lines::after {
  display: block;
  content: "";
  bottom: -10px;
  /* on switch back from active delay top movement until after rotation - but rotate immediately */
  transition: bottom 75ms ease 120ms,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__lines::after {
  bottom: 0;
  /* on switch to active - move immediately, delay rotation */
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) 120ms;
  transform: rotate(-90deg);
}


/* Search box */

.search-box {
  display: inline-flex;
}

.search-box__toggle {
  position: relative;
  z-index: 10;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

.search-box__form {
  display: inline-flex;
}

.js .search-box__form {
	/*display: none;*/
  /*
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 300ms linear;
  will-change: transform;
  */
  width: 0;
  opacity: 0.8;
  border-radius: 1em;
  overflow: hidden;
  transition: all 200ms linear;
}
.js .search-box__form.is-active {
	/*display: block;*/
  /*
  -webkit-transform: none;
  transform: none;
  transition: transform 300ms linear;
  */
  opacity: 1;
  width: 214px;
}

.search-box__input {
  margin-left: 0.5em;
  background-color: #FFF;
  border: none;
  border-radius: 1em;
  padding: 0.5em 1em;
  width: 140px;
}

.search-box__label {
  margin-left: 0.5em;
  display: none;
}

.search-box__btn {
  margin-left: 0.5em;
  text-transform: uppercase;
  background-color: #FFF;
  border: none;
  border-radius: 1em;
}

/* banner / slider / carousel */

.banner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.banner--no-carousel {
  height: 250px;
}

.banner--plain {
  height: 330px;
  /*background: #228596 url(/assets/homepage-banner.jpg) no-repeat center center;
  background-size: cover;*/
  display: flex;
  justify-content: center;
  align-items: center;
}



.banner--404 {
  background-color: #000;
  border-top: 2px solid #FFF;
}

.banner__title {
  position: relative;
  color: #FFF;
  z-index: 10;
  text-align: center;
  padding-top: 7%;
  margin: 0 auto;
  font-weight: normal;
  font-size: 3em;
  line-height: 0.85;
  width: 84%;
}

.banner__title sup {
  font-size: 0.4em;
  vertical-align: super;
}

.banner__copy {
  position: relative;
  color: #FFF;
  z-index: 10;
  width: 40%;
  margin-left: 50%;
}

.banner__copy--404 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-family: "din-condensed", tahoma;
  text-transform: uppercase;
  font-size: 2em;
}

.banner__copy--404 p {
  margin: 0;
  margin-top: -30px;
}

.banner__inline-img {
  display: block;
  margin: 4rem auto 0 auto;
}

.banner__copy--contrast {
    color: #444;
    fill: #444;
}

.banner__quote {
  font-family: "din-condensed", tahoma;
  text-transform: uppercase;
  line-height: 1;
  font-size: 7em;
  padding: 0;
  margin: 10% 0 0 0;
}

.banner__source {
  font-family: "din-condensed", tahoma;
  text-transform: uppercase;
  line-height: 1;
  font-size: 3em;
  padding: 0;
  margin: 0;
}

.banner--plain .banner__title {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 320px) {
  
  .banner__title {
    font-size: calc(7.5vw + 7.5vh + 1vmin);
  }
  
}

@media screen and (min-width: 62.5em) {
  
  .banner__title {
    font-size: 8em;
  }
  
}

.banner__carousel {
  z-index: 18;
}

.banner__slide {
  position: relative;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
}

.banner__container {
  position: relative;
  width: 95vw;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
}

.banner__action {
  text-align: left;
  float: right;
  width: 45%;
  padding-top: 30px;
  padding-right: 20px;
}

.banner__action h1 {
  color: #FFF;
  font-size: 2.2em;
}

.banner__action p {
  color: #FFF;
  font-size: 1em;
  margin-bottom: 2.2rem;
}

.banner__action-link {
  margin: 0 auto;
  font-size: 1.0em;
  padding: 0.3rem 1.0rem;
  border-radius: 6px;
  background-color: #0b8e36;
  font-family: "din-condensed";
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
}

.banner__img {
  display: block;
  position: absolute;
  width: 159%;
  top: 0;
  left: -30%;
  transition: opacity 500ms ease-in-out;
}

.banner__img-plain {
  display: block;
  position: absolute;
}

.banner__img--static {
  width: 187%;
  left: -46%;
}

.banner__slide:hover .banner__img {
}

.banner__img--active {
  opacity: 0;
}

.banner__slide[aria-hidden="false"] .banner__img--active {
  opacity: 1;
  transition-delay: 1500ms;
}

/* carousel CSS - specific to https://github.com/ganlanyuan/tiny-slider */

.tns-controls {
  display: none;
}

.tns-controls button {
  position: absolute;
  z-index: 20;
  border: 0;
  top: 88%;
  left: 0;
  right: auto;
  margin-top: -1.5rem;
  height: 3rem;
  width: 3rem;
  margin-left: 20px;
  background: transparent url(/img/carousel/arrow-left.svg) 0 0;
}

.tns-controls button[data-controls="next"] {
  right: 0;
  left: auto;
  margin-left: 0;
  margin-right: 20px;
  background: transparent url(/img/carousel/arrow-right.svg) 0 0;
}

.tns-controls button span {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px;
  width: 1px; 
  margin: -1px;
  padding: 0;
  border: 0; 
}

.tns-nav {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.tns-nav button {
  display: inline-flex;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: relative;
}

.tns-nav button::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.tns-nav button[aria-selected="true"]::before {
  opacity: 1;
}

/* breakpoints for carousel */

@media screen and (min-width: 60em) {
  
  
  .banner {
    width: 100%;
    height: 600px;
    position: relative;
	margin-top:5px;
  }
  
  .banner--plain {
    height: 330px;
  }

  .banner__carousel, .banner__static {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1496px;
    height: 600px;
    margin-top: -300px; /* Half the height */
    margin-left: -748px; /* Half the width */
    z-index: 18;
  }
  
  .banner__static {
    
  }

  .banner__slide {
    height: 600px;
  }

  .tns-controls button {
    top: 50%;
    left: 50px;
  }
  
  .tns-controls {
    display: block;
  }
  
  .tns-controls button[data-controls="next"] {
    right: 50px;
    left: auto;
  }
  
  
  .banner__action {
    /*top: 412px;*/
  }
  
  .banner__img {
    width: 100%;
    top: 0;
    left: 0;
  }
 
  .banner__action-link { 
    font-size: 1.5em;
    padding: 0.4rem 0.8rem 0.3rem 0.8rem ;
    border-radius: 6px;
  }
 
 
 .tns-nav {
   padding-bottom: 50px;
 }
  
}


/* new banner */

.banner-v2 {
  display: grid;
  grid-template-areas: "banner";
}

.banner-v2__bg {
  grid-area: banner;
}

.banner-v2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.banner-v2__silo {
  display: grid;
  grid-area: banner;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  justify-items: center;
  padding-block: 2rem;
}

.banner-v2__copy {
  color: #fff;
}

.banner-v2__copy h1 {
  margin-top: 0;
}

.banner-v2__side img {
  width: 100%;
}


@media screen and (min-width: 650px) {

  .banner-v2__silo {
    grid-template-columns: 1fr 1fr;
  }

  .banner-v2__bg img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  .banner-v2__copy {
    order: 2;
  }

  .banner-v2__side {
    order: 1;
    align-self: start;
    justify-self: start;
  }

  .banner-v2__side img {
    width: 320px;
  }

}


@media screen and (min-width: 50em) {
  
  .intro {
    width: 54rem;
    margin: 0 auto;
  }
  
}



.intro p, .intro h1, .intro ul, .intro ol {
  text-align: center;
}

.section--intro {
  padding-bottom: 140px;
}

.badges {
  background: transparent url(/img/water-splash.png) center top no-repeat;
  margin-top: -256px;
  padding-top: 139px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 74px;
}

.badges__item {
  width: 150px;
  margin: 0 40px;
}

.badges__label {
  text-align: center;
  font-family: "din-condensed";
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
}

.section--expert-eye-care {
  background: transparent url(/img/section-gradient-eye-care.png) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  min-height: 489px;
}

.section--preservative-free {
  background: transparent url(/img/section-gradient-preservative-free.jpg) center top no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 0;
  margin-top: -80px;
  position: relative;
  min-height: 498px;
}

.panel-lrg__copy {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.panel-lrg__copy p {
  color: #FFF;
}


.panel-lrg__header {
  display: flex;
  align-items: center;
}

.panel-lrg__headline {
  color: #FFF;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 0.85;
  word-spacing: -0.1em;
  font-family: "din-condensed";
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.5rem;
}

.panel-lrg__badge {
  /* safari fix for mobile - flex image item does not shrink correctly */
  max-width: 50%;
}

/*

.panel-lrg__badge {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25px;
}

*/


@media screen and (min-width: 42em) {
  
  .panel-lrg__copy {
    width: 50%;
    float: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .panel-lrg__headline {
    font-size: 7.6rem;
  }
  
  
  .panel-lrg__headline--narrow {
    width: 60%; 
  }
  
  
}

@media screen and (min-width: 58.75em) {
  
  .panel-lrg__header {
    display: block;
    position: relative;
  }

  .panel-lrg__badge {
    position: absolute;
    top: 0;
    right: -25px;
    margin-top: -25px;
  }
  
  
}


/* story panels */

.stories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px 0 0 0;
}

.stories__panel {
  position: relative;
  color: #000;
  border: 2px solid #FFF;
  border-top: none;
  border-bottom-width: 4px;
  background: #dbeee1;
  width: 100%;
}

.two-column .stories__panel {
  max-width: 100%;
}

.three-column .stories__panel {
  max-width: 100%;
}

.three-column .stories__panel h3 {
  font-size: 1.1em;
}

.three-column .stories__panel p {
  font-size: 0.9em;
}

.stories__copy {
  width: 64%;
  padding-top: 1em;
  padding-right: 2.0em;
  color: #000;
  fill: #000;
  z-index: 2;
  right: 0;
  float:left;
  padding-bottom: 4em;
}

.stories__copy h3 {
  text-transform: normal;
}

.stories__copy--contrast {
  color: #444;
  fill: #444;
}

.stories__quote {
  color: inherit;
  padding: 0;
  margin: 0;
  font-family: "din-condensed", tahoma;
  font-size: 1.6em;
  text-transform: uppercase;
}

.stories__quote .pull-double {
  margin-left: -0.4em;
}

.stories__person {
  color: inherit;
  font-family: "din-condensed", tahoma;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  text-transform: uppercase;
}

.stories__rating {
  color: inherit;
  margin: 0;
  padding: 0;
}

.stories__rating .svg-icon {
  fill: inherit;
  width: 1em;
}

.stories__cta-holder {
  height: 0;
  padding-bottom: 78.03%;
}

.stories__img {
  width: 100%;
  position: absolute;
}

.stories__cta {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    background: rgba(11,144,52,0.9);
    color: #FFF;
    font-family: "din-condensed";
    text-transform: uppercase;
	text-align:center;
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    line-height: 2.4em;
}



.stories__image {
	background:#0b8e36;
	padding: 3%;
	float:left;
	display:block;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	width: 23.5%;
}

.stories__image--tight {
  padding: 2%;
}

.stories__image img {
	width: 100%;
}

.stories__cta--play {
  background-image: url(/img/icon-play.svg);
}

.stories__cta--read {
  background-image: url(/img/icon-read.svg);
}

.cta-link  {
  margin: 0 auto;
  font-size: 1.6em;
  border-radius: 2rem;
  background-color: #FFF;
  font-family: "din-condensed";
  padding: 0.5rem 1.6rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e5da5;
}

.cta-link--contrast {
	background: #135ea8;
	color: #fff;
	margin: 2rem 0 1rem 0;
}

.cta-link--symptom {
  font-size: 1.4em;
  padding: 0.3rem 1.4rem;
}

.location__field {
  margin: 0 auto;
  width: 40%;
}

.location__field:after {
  content: "";
  display: table;
  clear: both;
}

.location__input {
  float: left;
  width: 100%;
  border: 0;
  font-size: 1.3em;
  border-radius: 2em;
  padding: 0.5em 1em;
  background-color: #FFF;
  color: #333;
  box-shadow: 0px 0px 13px 7px rgba(160,160,160,0.3);
  margin-bottom: 40px;
}

.location__button {
  text-transform: uppercase;
  background-color: none;
  border: none;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: 2px;
  width: 40px;
  height: 45px;
}

.location__button img {
  width: 20px;
}

img.basket__button {
  width: 45px;
}

/* stories breakpoints */

@media screen and (min-width: 30.63em) {
  
  .stories__panel {
    max-width: none;
    width: 100%;
  }
  
  .two-column .stories__panel {
    max-width: 100%;
  }

  .three-column .stories__panel {
    max-width: 100%;
  }
  
}

/* stories breakpoints */

@media screen and (min-width: 40.63em) {
  
  .stories__panel {
    max-width: none;
    width: 50%;
  }
  
  .two-column .stories__panel {
    max-width: 50%;
  }

  .three-column .stories__panel {
    max-width: 33.333333%;
  }
  
}


/* make stories fit 3 on a line*/

@media screen and (min-width: 60.63em) {
  
  .stories__panel {
    width: 50%;
  }
  
  .two-column .stories__panel {
    max-width: 50%;
  }

  .three-column .stories__panel {
    max-width: 33.333333%;
  }
  
}



.svg-icon {
  width: 2rem;
}

.logo--footer {
  padding: 0 0 0 0px;
  margin: 0 0 12px 0;
}

.footer {
  background-color: #000;
  padding: 30px 0;
  overflow: hidden;
  font-size: 1.1em;
  clear:both;
}

.footer-info {
  border-bottom: 1px solid #888;
  margin-bottom: 24px;
}

.footer-info p {
  color: #FFF;
}

.footer-info .adr {
  margin-top: 0;
}

.footer-info .adr span {
  display: block;
}

.footer-info__item {
  color: #FFF;
  grid-column: col 1 / span 4;
  border-top: 1px solid #777;
  overflow: hidden;
  padding-top: 12px;
  margin-bottom: 12px;
}

.footer-info__item:first-child {
  border-top: none;
}

.footer-info__item:nth-child(2) {
  grid-column: col 6 / span 3;
}

.footer-info__item:nth-child(3) {
  grid-column: col 11 / span 2;
}

.footer-info__item:nth-child(4) {
  grid-column: col 11 / span 2;
}

.footer-info__title {
  color: #FFF;
  font-size: 1.6em;
  font-weight: 400;
  text-transform: none;
}

p.footer-info__sub-title {
  color: #FFF;
}

.footer-info__list {
  list-style: none;
  padding: 0 0 0 0;
  margin-bottom: 2rem;
}

.footer-info__list li {
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 6px;
  margin-left:0px;
}
.footer-info__article-item {

}

.footer-info__article-item span {
  font-size: 0.8em;
  display: block;
  text-decoration: none;
}

.footer-info__list--social {
  overflow: hidden;
}

.footer-info__social-item {
 width: 40px;
 height: 45px;
 float: left;
 padding: 0;
 margin: 0 6px 0 0;
 border: 0;
 font: 0/0 a;
 text-shadow: none;
 color: transparent;
}

.footer-org {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  
}

.footer-org p {
  color: #FFF;
}

.footer-copyright {
  float: left;
  width: 60%;
}

.footer-copyright p {
  color: #FFF;
}

.footer-nav {
  margin-top: 1em;
  padding-right: 30px;
}

.footer-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;  
}

@media screen and (min-width:600px) {
  
  .footer-grid {
  	display: grid;
  	grid-template-columns: repeat(12, [col] 1fr );
  	grid-template-rows: repeat(2, [row] auto);
  	grid-column-gap: 30px;
  	grid-row-gap: 0px;
    padding: 0 30px;
  }
  
  .footer-nav {
    float: right;
  }
  
  .footer-nav__list {
    margin-left: 0;
  }
  
  .logo--footer {
    padding: 0 0 0 30px;
  }
  
  
  .footer-copyright {
    padding-left: 30px;
  }
  
}

.footer-nav__item {
  color: #FFF;
  float: left;
  font-family: "din-condensed";
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.8;
  padding: 0 12px 0 0;
  margin-bottom: 11px;
}

.footer-nav__item:last-child {
  padding-right: 0;
}

.footer-nav__item a {
  text-decoration: none;
}

.footer-nav__item:last-child {
  border: none;
  padding-right: 0;
}

/* footer accordian for small screens */
.footer-toggle {
  width: 36px;
  height: 36px;
  position: relative;
  border: none;
  border-radius: 50%;
  background-color: #76165E;
  float: right;
  margin-top: -42px;
}

.js .footer-accordian {
  /*display: none;*/
  /*transform: translateY(-100%);*/
  margin: 0;
  max-height: 0;
  transition: max-height 220ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
}

.footer-accordian.js-show-mobile {
  /*display: block;*/
  /*transform: translateY(0);*/
  max-height: 600px;
  height: auto;
}

.js .footer-accordian > *:last-child {
  margin-bottom: 2rem;
}

/* switch off toggle for larger screens */
@media screen and (min-width: 600px) {
  
  .footer-toggle {
    display: none;
  }
  
  .footer-info__item {
    border-top: none;
    padding: 0;
  }
  
  .js .footer-accordian, .footer-accordian.js-show-mobile{
    height: auto;
    max-height: none;
  }
  
  
}


.footer-toggle {
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: transparent;
}

.footer-toggle__lines, .footer-toggle__lines::before {
  position: absolute;
  background-color: #FFF;
  width: 70%;
  height: 2px;
  border-radius: 4px;
  left: 15%;
  transition-property: transform;
  transition-timing-function: ease-in-out;
  transition-duration: 220ms;
}

.footer-toggle__lines {
  transform: rotate(0deg);
}

.footer-toggle[aria-expanded="true"] .footer-toggle__lines {
  transform: rotate(180deg);
}

.footer-toggle__lines::before {
  content: "";
  display: block;
  transform: rotate(-90deg);
  width: 100%;
  left: 0;
}

.footer-toggle[aria-expanded="true"] .footer-toggle__lines::before {
  transform: rotate(0deg);
}

.symptoms {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}


.symptoms__grouping {
  width: 20%;
  height: 270px;
}

.js .symptoms__grouping.active {
  height: 940px;
}

.js .symptoms__details {
  display: none;
  position: absolute;
  background-color: #FFF;
  left: -200%;
  width: 500%;
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.js .active .symptoms__details {
  display: block;
  opacity: 1;
  transition: opacity 200ms ease-in;
}


.symptoms__toggle {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  width: 130px;
  text-align: center;
  font-family: "din-condensed";
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  position: relative;
  height: 230px;
  padding-top: 125px;
  z-index: 10;
  margin: 0 auto;
}

.js .active .symptoms__toggle::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 25%;
  width: 50%;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 30px solid #e6e7e8;
}

.symptoms__icon {
  display: block;
  background-color: #FFF;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin-bottom: 12px;
  position: absolute;
  top: 0;
  border: 4px solid transparent;
}

.js .active .symptoms__icon {
  border: 4px solid red;
}

.symptoms__trait-frame {
  
}

.symptoms_trait-list {
  display: flex;
  justify-content: center;
}

.symptoms__trait {
  width: 33.3333%;
  padding: 0 22px;
  text-align: center;
  position: relative;
  font-size: 1.0em;
}

.symptoms__trait-label, .symptoms__title {
  font-family: "din-condensed";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 2.4em;
  text-align: center;
  margin: 12px 0 12px 0;
}

.symptoms__title {
  margin-top: 30px;
}

.symptoms__footer {
 
}

.symptoms__result {
  background-color: #2FB133;
  color: #FFF;
  font-family: "din-condensed";
  font-size: 1.2em;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 18px;
  width: 90%;
  margin: 0 auto;
  padding: 6px 12px;
}

.symptoms__result--alt-2 {
  background-color: #145DA9;
}

.symptoms__result--alt-3 {
  background-color: #EF8201;
}

.symptoms__footnote {
  text-align: center;
  margin-top: 50px;
}

.product-nav {
  border-top: 1px solid #FFF;
  height: 3rem;
  background-color: #CFDFED;
  margin-top: -30px;
  margin-bottom: 20px;
}


.locator {
  overflow: hidden;
}

.locator__map {
  width: 100%;
  height: 700px;
}

.locator__map--results {
  width: 60%;
  height: 700px;
  float: left;
}

.locator__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 40%;
  float: left;
  padding-right: 1rem;
}

.locator__item {
  /*border-top: 1px solid #555;*/
  border-bottom: 1px solid #555;
  padding: 1.2rem 0.5rem;
}

.locator__item:first-child {
  padding-top: 0;
}

.locator__name {
  display: block;
}

.locator__tel {
  
}

.locator__distance {
  float: right;
}
  

.therapy-areas {
  background-color: #54ccd4;
}

.therapy-areas__list {
  list-style: none;
  padding: 60px 0;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}


.therapy-areas__item {
  height: 250px;
  width: 25%;
  font-family: "din-condensed";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.6em;
  text-align: center;
}

.therapy-areas__icon {
  display: block;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  text-align: center;
  width: 155px;
  height: 155px;
}

.therapy-areas__icon img {
  margin-top: 47px;
}

.documents__list {
	clear:both;
	list-style: none;
}

.documents__list a {
	text-decoration: none;
}


.documents__item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background-color: #F0F2F2;
	padding: 30px 40px 30px 40px;
}

.documents__item p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.02em;
	padding: 0px;
	margin: 0px;
	color: #666;
}

.documents__item p a {
	color: #666;
}

.documents__title {
	font-family: Albert Regular, tahoma, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 20px 0;
	margin:  0 0 0 0;
	color: #0b8e36;
}


/* People Page;*/

.people {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.people h2 {
	color:#0b8e36;
	font-size:2.0em;
}

.people__list {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	display:block;
	float: left;
	list-style: none;
}

.people__item {
	width: 100%;
	padding: 0 0 18px 0;
	margin: 12px 0 12px 0;
	display: block;
	float: left;
	border-bottom: 1px solid #0b8e36;
}

.people__image {
	width: 100%;
	display:block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.people__image img {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.people__copy {
	width: 100%;
	display:block;
	float: left;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
}

.people__copy h3 {
	font-family: Albert Regular, tahoma, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	color: #0b8e36;;
}

.people__copy p {
	font-family: Albert Regular, tahoma, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #333333;
	font-size: 1.1em;
}


@media screen and (min-width: 40.63em) {
	
	.people__image {
		width: 33.333333%;
	}

	.people__copy {
		width: 66.666666%;
		padding: 0 0 0 24px;
	}
	
	.people__copy h3 {
		font-size: 22px;
	}
	
	.people__copy p {
		font-size: 1.1em;
	}
	
}


/* Portfolio Page;*/

.portfolio {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.portfolio__list {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	display:block;
	float: left;
	list-style: none;
}

.portfolio__item {
	width: 100%;
	padding: 0 0 16px 0;
	margin: 12px 0 12px 0;
	display: block;
	float: left;
	border-bottom: 1px solid #94c11f;
}

.portfolio__image {
	width: 100%;
	display:block;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.portfolio__image img {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.portfolio__copy {
	width: 100%;
	display:block;
	float: left;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
}

.portfolio__copy h3 {
	font-family: Albert Regular, tahoma, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	color: #0b8e36;
}

.portfolio__copy h3::after {
	border-bottom: 4px solid red;
}

.portfolio__copy p {
	font-family: Albert Regular, tahoma, sans-serif;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	color: #333333;
	font-size: 1.1em;
}


@media screen and (min-width: 40.63em) {
	
	.portfolio__image {
		width: 33.333333%;
	}

	.portfolio__copy {
		width: 66.666666%;
		padding: 0 0 0 24px;
	}
	
	.portfolio__copy h3 {
		font-size: 22px;
	}
	
	.portfolio__copy p {
		font-size: 1.1em;
	}
	
}

#overlay {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: 1600px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index:100;
}

#overlay-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 96%;
  padding: 20px 20px 20px 20px;
  background: #FFF;
  position: absolute;
  left: 4%;
  top: 400px;
  margin-left: -2%;
  margin-top: -350px;
  color: #183850;
}

#overlay-content .important {
  background: #cee8d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 16px 22px 8px 22px;
  margin-bottom: 24px;
}

#overlay-content p {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

#overlay-content button{
  border: none;
  background-color: #0b8e36;
  color: white;
  padding: 6px 16px 6px 16px;
  margin: 0;
}

p.error-message {
	color:red;
}

@media (min-width: 720px) {

  #overlay-content {
    width: 80%;
    padding: 50px 60px 40px 60px;
    position: absolute;
    left: 20%;
    top: 400px;
    margin-left: -10%;
    margin-top: -300px;
  }
  
  #overlay-content .important {
    background: #cee8d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 16px 22px 8px 22px;
    margin-bottom: 24px;
  }
  
  #overlay-content .important p {
    font-size: 17px;
    line-height: 27px;
  }
  
  #overlay-content p {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
  }
  
  #overlay-content button{
    border: none;
    background-color: #0b8e36;
    color: white;
    padding: 6px 16px 6px 16px;
    margin: 0;
  }
}



.notice-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: 10000;
}

.notice-box.active {
  opacity: 1;
  visibility: visible; 
}

.notice-box__body {
  margin: 80px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 100%;
  max-width: 65rem;
  border-radius:6px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.notice-box__btn {
  background-color: #0b8e36;
  color: white;
  padding: 12px 16px 12px 16px;
  margin: 0;
  text-decoration: none;
  border: none;
  margin-right: 1rem;
}

a.notice-box__btn {
  padding-bottom: 11px;
}

.notice-box__btn--deny {
  background: silver;
  color: #333;
}

.notice-box__sub-title {
  font-size: 1.4rem;
}

.copy-block__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.copy-block__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-responsive img {
	width: 100%;
}

.diagram {
	margin-top: 32px;
	margin-bottom: 32px;
	display:block;
	float:left;
}

figure {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.page-link-banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  text-decoration: none;
}

.page-link-banner__copy p {
 }

 .page-link-banner__copy h2 {
  margin-top: 0;
 }

 .page-link-banner__thumb img {
    width: 100%;
 }

@media screen and (min-width: 560px) {

  .page-link-banner {
    grid-template-columns: auto 1fr;
    padding-inline: 3rem;
    gap: 1.6rem;
  }

   .page-link-banner__thumb img {
      width: auto;
  }

}







