@font-face {
  font-family: 'FuturaPT-Book';
  font-display: swap;
  src: url("../fonts/2E39EA_0_0.eot");
  src: url("../fonts/2E39EA_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2E39EA_0_0.woff2") format("woff2"), url("../fonts/2E39EA_0_0.woff") format("woff"), url("../fonts/2E39EA_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FuturaPT-Light';
  font-display: swap;
  src: url('../fonts/2E39EA_1_0.eot');
  src: url('../fonts/2E39EA_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39EA_1_0.woff2') format('woff2'), url('../fonts/2E39EA_1_0.woff') format('woff'), url('../fonts/2E39EA_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'FuturaPT-Bold';
  font-display: swap;
  src: url('../fonts/2E39EA_2_0.eot');
  src: url('../fonts/2E39EA_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2E39EA_2_0.woff2') format('woff2'), url('../fonts/2E39EA_2_0.woff') format('woff'), url('../fonts/2E39EA_2_0.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
}

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

body {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

::selection {
  background: #78a22f;
  color: #fff;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-main {
  background-image: url("../img/map.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #f0f0f0;
}

.field--name-field-page-intro {
  margin: 0 30px auto;
  padding: 45px 15px 30px;
  text-align: center;
}

.field--name-field-page-intro .field__item {
  max-width: 768px;
  margin: auto;
  font-size: 1.125rem;
  line-height: 26px;
  font-family: 'FuturaPT-Light';
  color: #333;
}

.paragraphs-item-single-column {
  padding: 30px 10px;
  width: 100%;
  text-align: center;
}

.paragraphs-item-single-column p {
  font-size: 1.125rem;
  line-height: 25px;
}

.field--name-field-sc-page-content .field__item {
  font-family: 'FuturaPT-Light';
}

.field--name-field-sc-page-content h2 {
  margin: 30px 0 !important;
  font-size: 1.125rem !important;
  font-family: 'FuturaPT-Bold';
  color: #333;
}

.contact-link-wrapper {
  margin: 30px 0;
}

.contact-link-wrapper .contact-link {
  padding: 10px;
  border: 1px solid #333;
  display: inline-block;
  min-width: 150px;
  cursor: pointer;
}

.block__content {
  position: relative;
}

.group-front {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.group-front .field__item {
  text-shadow: -1px 0 10px #8f8f8f;
  color: #fff;
  font-size: 1rem;
  font-family: 'FuturaPT-Book';
  font-weight: bold;
}

.l-header {
  background-image: url("../img/gp_header_flare.png");
  z-index: 99;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 80% 0;
  background-color: #78a22f;
  top: 0;
  width: 100%;
  margin: auto;
  position: -webkit-sticky;
  position: sticky;
  transition: height 0.3s ease-in-out;
}

.l-header-wrapper {
  padding-top: 28px;
}

.l-region--navigation {
  overflow: visible;
}

.block--greenpan-sitewide-greenpan-header-block {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transition: top 0.3s ease-in-out;
  z-index: 99999;
}

.block--greenpan-sitewide-greenpan-header-block {
  background-color: #333;
}

.header-links {
  display: flex;
  float: right;
  padding: 3px 0;
  white-space: nowrap;
}

.header-links {
  font-family: 'FuturaPT-Light';
}

.header-links > li {
  text-align: center;
  flex: 1;
  margin: 0 10px;
  list-style-type: none;
  position: relative;
  display: flex;
}

.header-links > li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-links > li:not(:last-of-type)::after {
  content: '|';
  color: #fff;
  position: absolute;
  right: -15px;
  top: 0;
}

.sticker {
  position: relative;
  left: 3%;
  z-index: 80;
  display: block;
  height: 57px;
  width: 100%;
  max-width: 130px;
}

.sticker img {
  height: 57px;
  transition: height 0.3s ease-in-out;
}

ul.language-select {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  overflow: visible;
  padding-top: 30px;
}

li.continent {
  font-family: 'FuturaPT-Bold';
  max-width: 100%;
  flex: 1 100%;
  float: left;
  color: #333;
  font-size: 1.3rem;
  margin-bottom: 45px;
}

li.continent:last-of-type {
  margin-bottom: 0;
}

ul.continent {
  margin-top: 30px;
  margin-left: 10px;
}

li.country,
body.careanduse .l-content li,
body.warranty .l-content li {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 10px;
}

li.country label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 9px;
  font-family: 'FuturaPT-Light';
}

body.careanduse .l-content li a:after,
body.warranty .l-content li a:after,
li.country label:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  border-bottom: 1px solid #333;
  transition: width .2s ease-in;
}

body.careanduse .l-content li a:hover:after,
body.warranty .l-content li a:hover:after,
li.country label:hover:after {
  width: 100%;
}

ul.country li.language a {
  display: inline-block;
  text-decoration: none;
  font-family: 'FuturaPT-Light';
}

ul.country li.language a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0;
  transition: width .2s ease-in;
  border-bottom: 1px solid #333;
}

ul.country li.language a:hover:after {
  width: 100%;
}

input[type="checkbox"]~div ul.country {
  transition: opacity 0.2s linear, height 0.2s ease-out;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

input[type="checkbox"]:checked~div ul.country {
  opacity: 1;
  height: 20px;
  pointer-events: auto;
}

.item-list {
  display: inline;
}

ul.country a {
  color: #333;
  font-size: 0.9rem;
}

ul.country li.language {
  display: inline-block;
  margin-left: 10px;
}

ul.country li.language + li:before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
}

body.careanduse .l-content li a,
body.warranty .l-content li a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

body.careanduse .l-content li,
body.warranty .l-content li {
  font-family: 'FuturaPT-Light';
  list-style: none;
}

body.careanduse .l-content li::before,
body.warranty .l-content li::before {
  content: "\2022";
  color: #333;
  width: 1em;
  margin-left: -1em;
}

.lang {
  font-family: 'FuturaPT-Bold';
  padding-right: 5px;
}

body.careanduse h1,
body.warranty h1 {
  margin: 0 auto;
  padding: 60px 15px 0;
  text-align: center;
  color: #333;
  font-family: 'FuturaPT-Bold';
}

.l-footer {
  clear: both;
  height: 245px;
  margin-top: 30px;
  position: relative;
  background: #78a22f;
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  background-image: url('../img/healthy_ceramic_footer.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: auto 200px;
}

.sticker-footer--icons {
  position: absolute;
  top: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.sticker-footer--icons a {
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: 0;
  cursor: default;
}

.sticker-footer--text {
  padding-top: 30px;
}

.sticker-footer--text p {
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 28px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px #5a5a5a;
  font-family: 'FuturaPT-Bold';
}

.l-region--footer2,
.block--greenpan-sitewide-greenpan-footer-sns-links {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.l-region--footer2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.l-region--footer2 .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-region--footer2 .menu li {
    float: left;
    position: relative;
    display: block;
    list-style-image: none;
  }

.l-region--footer2 .menu li.first {
    margin-left: -3px;
  }

/*.l-region--footer2 .menu li::after {
    content: '|';
    position: absolute;
    right: -4px;
  }*/

.l-region--footer2 .menu li.last::after {
    display: none;
  }

.l-region--footer2 .menu li a {
  color: #fff;
  text-decoration: none;
  font-family: 'FuturaPT-Light';
}

.l-region--footer2 .menu li a:hover {
  color: #333;
}

.external-links {
  width: 145px;
  display: inline-flex;
  margin-bottom: 40px;
  justify-content:center;
}

.external-links li {
  cursor: pointer;
  margin: 0;
  float: left;
  width: 33.33%;
  list-style-type: none;
}

.external-links li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  transition: 0.3s;
}

.social {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

.facebook {
  background-image: url("../svg/fb.svg");
}

.twitter {
  background-image: url("../svg/twit.svg");
}

.instagram {
  background-image: url("../svg/instagram.svg");
}

/*POPUP*/
#hs-beacon {
  display: none;
}

#hs-beacon.active {
  display: block;
}
#hs-beacon iframe:first-child {
  display: none;
}

#hs-beacon iframe {
  top: 5% !important;
  height: 90% !important;
  max-height: 500px;
  width: 90% !important;
  max-width: 350px;
  left: 5% !important;
  margin-right: -50%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 899;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: transparent;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  pointer-events: none;
}

#overlay.active {
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}


/*END POPUP*/

/*TAB1*/
@media (min-width: 26em) {
  .l-region--footer2 .menu li {
      padding: 0 10px 5px;
  }

  ul.language-select {
    width: 60%;
  }

  .l-footer {
    background-size: auto 220px;
  }
}

/*PHAB*/
@media (min-width: 35em) {
  .l-region--footer2 {
    background-color: transparent;
  }

  #hs-beacon iframe {
    top: 50% !important;
    left: 50% !important;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }

  .paragraphs-item-single-column {
    width: 80%;
    margin: 0 auto;
  }

  .l-header-wrapper {
    padding-top: 0;
  }

  .block--greenpan-sitewide-greenpan-header-block {
    top: 23px;
    left: auto;
    margin-right: 17%;
    background-color: transparent;
  }

  .field--name-field-page-intro .field__item {
    font-size: 1.375rem;
    line-height: 32px;
  }

  .sticker {
    height: 71px;
    max-width: 160px;
  }

  .sticker img {
    height: 71px;
  }

  .sticker-footer--text p {
    font-size: 2.1rem;
  }

  .block--greenpan-sitewide-greenpan-footer-sns-links {
    margin-bottom: 0;
  }
}

/*TAB2*/
@media (min-width: 48em) {
  ul.language-select {
    width: 85%;
    padding-top: 50px;
  }

  body.careanduse ul.language-select,
  body.warranty ul.language-select {
    width: 35%;
  }

  .paragraphs-item-single-column {
    padding: 50px 0;
  }

  .paragraphs-item-single-column p {
    font-size: 1.375rem;
    line-height: 32px;
  }

  li.continent {
    flex: 1 50%;
    max-width: 50%;
  }

  .field--name-field-page-intro {
    margin: 0 auto;
    padding: 60px 15px 45px;
  }

  .sticker-footer--text {
    padding-top: 50px;
  }

  .cookie-policy p {
    font-size: 1rem;
    margin-left: 30px;
  }

  .cookie-policy p a {
    font-size: 1rem;
  }

  .cookie-policy button {
    float: right;
    margin-right: 30px;
  }
}

/*TABDESK*/
@media (min-width: 64em) {
  .l-main {
    background-size: contain;
  }

  li.continent {
    flex: 1 20%;
    max-width: 25%;
    padding: 0;
  }

  .field--name-field-sc-page-content h2  {
    font-size: 1.375rem !important;
  }

  li.country:hover {
    transition: border-bottom 1.2s linear;
  }

  .external-links {
    width: 160px;
    margin-bottom: 50px;
  }

  .group-front .field__item {
    font-size: 2rem;
  }
}

/*DESK1*/
@media (min-width: 75em) {
  .sticker {
    height: 135px;
    max-width: 300px;
  }

  .sticker img {
    height: 135px;
  }
}

/*DESK2*/
@media (min-width: 85em) {
  .paragraphs-item-single-column {
    width: 75%;
  }
}
