body {
  font-family: 'Open Sans', Arial, sans-serif;
  overflow-x: hidden;
}
.menu {
  margin-left: 0;
  padding-left: 0;
}
.site-header {
  background-color: #113475;
}
.site-header .btn {
  color: #fff;
}
.site-footer {
  background-color: #001d52;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .site-footer {
    padding-bottom: 6rem !important;
    font-size: 90%;
  }
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer #menu-footer {
  display: block;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .site-footer #menu-footer {
    display: inline-block;
    margin: 0 -5px 0;
  }
}
.site-footer #menu-footer .menu-item {
  display: block;
}
@media screen and (min-width: 992px) {
  .site-footer #menu-footer .menu-item {
    display: inline-block;
    margin: 0 5px 0;
  }
}
.site-footer .company-contact p {
  margin-bottom: 0;
}
.btn-primary {
  background-color: #113475;
  border: none;
}
.btn-primary:hover {
  background-color: #001d52;
}
.header-hero .container-fluid {
  max-width: 1600px;
}
.header-hero h1 {
  font-weight: bold;
  color: #113475;
}
.header-hero .display-4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .header-hero .display-4 {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-hero .display-4 {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .header-hero .orb {
    position: absolute;
    width: 150%;
    top: -100%;
    right: -40%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .header-hero .orb {
    position: absolute;
    width: 150%;
    top: -200%;
    right: -40%;
    z-index: -1;
  }
}
section img {
  width: 100%;
}
section h2 {
  margin-bottom: 0.5em;
  color: #113475;
  font-weight: bold;
}
.section-1 {
  background-color: #4cd1f6;
  color: #113475;
}
@media screen and (min-width: 768px) {
  .section-1 {
    background-color: transparent;
  }
}
.section-2 .orb:after {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 70%;
  display: block;
  height: 150px;
  width: 150px;
  background-color: #4cd1f6;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.section-3 {
  position: relative;
  background-color: #4cd1f6;
}
.section-3 h2 {
  color: #fff;
}
.section-3 .container {
  position: relative;
}
.section-3 .container:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: -100px;
  right: 100%;
  display: block;
  height: 200px;
  width: 200px;
  background-color: #4cd1f6;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .section-3 .orb {
    margin-right: -25%;
    margin-bottom: -25%;
  }
}
.section-3 .orb:after {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: -30px;
  left: 60%;
  display: block;
  height: 100px;
  width: 100px;
  background-color: #4cd1f6;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .section-3 .orb:after {
    bottom: -170px;
    left: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .section-4 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-4 .orb {
    margin-left: -25%;
    margin-bottom: -25%;
  }
}
.section-stockists {
  position: relative;
}
.section-stockists .container {
  position: relative;
}
.section-stockists .container:before {
  z-index: 0;
  content: '';
  position: absolute;
  top: 50px;
  left: -150px;
  display: block;
  height: 300px;
  width: 300px;
  background-color: #4cd1f6;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.section-stockists .container:after {
  z-index: 0;
  content: '';
  position: absolute;
  bottom: -150px;
  right: -150px;
  display: block;
  height: 600px;
  width: 600px;
  background-color: #4cd1f6;
  mix-blend-mode: multiply;
  border-radius: 50%;
}
.hcp-verify {
  background-color: #4cd1f6;
}
@media screen and (min-width: 996px) {
  .hcp-verify {
    background-color: transparent;
  }
}
.logo {
  width: 100%;
}
.figure {
  text-align: center;
  position: relative;
}
.figure figcaption {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .figure figcaption {
    position: absolute;
    bottom: 100%;
    left: 90%;
  }
  .figure figcaption:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: block;
    height: auto;
    width: 175%;
    padding-top: 175%;
    background-color: #4cd1f6;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .product-intro {
    margin-top: -150px;
  }
}
.orb-text h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .orb-text {
    position: relative;
    margin-bottom: 5%;
  }
  .orb-text:before {
    content: '';
    display: block;
    position: absolute;
    top: 80%;
    left: -120px;
    background-color: #4cd1f6;
    width: 150px;
    padding-top: 150px;
    border-radius: 50%;
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 50%;
  }
  .orb-text:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    display: block;
    height: auto;
    width: 110%;
    padding-top: 110%;
    background-color: #4cd1f6;
    border-radius: 50%;
  }
}
.orb-text.dark {
  color: #fff;
  z-index: 9;
}
.orb-text.dark:before {
  display: none;
}
.orb-text.dark:after {
  display: none;
}
@media screen and (min-width: 996px) {
  .orb-text.dark {
    top: 20%;
  }
  .orb-text.dark:before {
    display: none;
  }
  .orb-text.dark:after {
    display: block;
    z-index: -2;
    background-color: #113475;
  }
  .orb-text.dark .btn-primary {
    background-color: #4cd1f6;
  }
}
@media screen and (min-width: 1200px) {
  .orb {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.orb img {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.footer-cta {
  position: relative;
  color: #fff;
  background-color: #113475;
}
@media screen and (min-width: 992px) {
  .footer-cta {
    margin-top: 60px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta {
    margin-top: 120px;
  }
}
.footer-cta h2 {
  color: #fff;
}
.footer-cta .h1, .footer-cta .h2 {
  font-weight: bold;
  margin-bottom: 0;
}
.footer-cta a {
  color: #4cd1f6;
}
.footer-cta .content {
  position: relative;
}
.footer-cta .content:after {
  content: '';
  display: none;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  height: auto;
  border-radius: 50%;
  background-color: #113475;
}
@media screen and (min-width: 992px) {
  .footer-cta .content:after {
    display: block;
    top: 75%;
    left: 50%;
    width: 150%;
    padding-top: 150%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-cta .content:after {
    width: 100%;
    padding-top: 100%;
  }
}
.footer-cta .btn-primary {
  background-color: #001d52;
}
.table-data {
  padding: 1rem;
  border-radius: 6px;
  overflow: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  background-color: #fff;
}
.table-data .table {
  margin: 0;
  background-color: #fff;
}
.table-data .table thead {
  font-size: 80%;
  font-weight: bold;
  line-height: 1.2;
}
.table-data .table thead th {
  vertical-align: top;
}
.table-data .table tr th, .table-data .table tr td {
  text-align: right;
}
.table-data .table tr th:first-child, .table-data .table tr td:first-child {
  text-align: left;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
.wpforms-form input[type=text], .wpforms-form input[type=email], .wpforms-form textarea {
  border: none !important;
  border-radius: 2px;
}
#cookie-law-info-bar {
  padding: 50px !important;
  box-shadow: 0 0 3rem rgba(0, 0, 0, .5);
}
#wpsl-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
  height: auto !important;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores li {
  margin-bottom: 0 !important;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ccc;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  #wpsl-wrap #wpsl-result-list #wpsl-stores li {
    padding: 2rem 2.5rem;
  }
}
#wpsl-wrap #wpsl-gmap {
  margin-top: 0;
  margin-bottom: 0;
}
#wpsl-wrap #wpsl-result-list {
  margin-top: 0 !important;
}
.wpsl-search {
  margin-bottom: 0 !important;
  padding: 1rem 1.5rem;
  background-color: #17abed;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .wpsl-search {
    padding: 2rem 2.5rem;
  }
}
.wpsl-search #wpsl-search-wrap * {
  align-items: center;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input {
  display: flex;
  justify-content: space-between;
}
.wpsl-search #wpsl-search-wrap form .wpsl-input, .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap, .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
  width: 100%;
  margin-bottom: 0.5rem;
}
.wpsl-search #wpsl-search-wrap form label {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .wpsl-search #wpsl-search-wrap form {
    display: flex;
    justify-content: space-between;
  }
  .wpsl-search #wpsl-search-wrap form .wpsl-input, .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap, .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
    width: auto;
    margin-bottom: 0;
  }
}
.wpsl-search #wpsl-search-wrap #wpsl-radius, .wpsl-search #wpsl-search-wrap #wpsl-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpsl-search #wpsl-search-wrap .wpsl-select-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap {
  margin-right: 0;
}
.wpsl-search #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
  margin-right: 0;
}
