@charset "UTF-8";
/*
Theme Name: The Practice 
Theme URI: http://www.the-practice.co.uk
Description: Wordpress theme by The Practice
Author: Nick Hayward
Author URI: http://www.the-practice.co.uk
Version: 1.0
Tags: 
License:
License URI:
*/
/* nunito-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/nunito-v32-latin-regular.woff2") format("woff2");
}
/* nunito-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/nunito-v32-latin-500.woff2") format("woff2");
}
/* nunito-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/nunito-v32-latin-600.woff2") format("woff2");
}
/* nunito-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/nunito-v32-latin-700italic.woff2") format("woff2");
}
@media only screen and (max-width: 1199px) {
  #nav2.navopen {
    display: block;
  }
  .arrow_down {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 25px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 25px;
  }
  .arrow_down svg {
    height: 100%;
    width: 100%;
  }
  .openSubnav .sub_nav {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear rotate(0.0001deg);
  }
  #nav2 {
    background: #003D70;
    box-sizing: border-box;
    min-height: 100vh;
    padding: 20px 20px 100px 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    width: 100%;
    z-index: 1500;
    /* Second Level */
  }
  #nav2 ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 80px auto 0 auto;
    max-width: 300px;
  }
  #nav2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
  }
  #nav2 ul li a,
  #nav2 ul li a:link,
  #nav2 ul li a:visited {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    float: none;
    padding: 10px 0;
    clear: both;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav2 ul li a span,
  #nav2 ul li a:link span,
  #nav2 ul li a:visited span {
    display: block;
    font-size: 15px;
    opacity: 0.5;
  }
  #nav2 ul li.openSubnav ul {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  #nav2 ul ul {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: max-height 0.2s;
    -moz-transition: max-height 0.2s;
    transition: max-height 0.2s;
    width: 100%;
    z-index: 999999;
  }
  #nav2 ul ul.show {
    max-height: 500px;
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
  }
  #nav2 ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #nav2 ul ul li:last-child {
    border-bottom: 0;
  }
  #nav2 ul ul a,
  #nav2 ul ul a:link,
  #nav2 ul ul a:visited {
    color: #aaa;
    padding: 10px 0 10px 20px;
  }
  #nav2 ul ul a:hover {
    color: #fff;
  }
  #nav2 .sub_nav {
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 12px;
    margin: 0;
    padding: 0;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 500;
  }
  #nav2 ul.sub-menu ul.sub-menu {
    display: none;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* #Reset & Basics (Inspired by E. Meyers) */
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* Basic Styles */
html {
  scroll-behavior: smooth;
}

body {
  background: #F3F3F5;
  color: #003D70;
  font-family: "nunito", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}
body.locked {
  overflow: hidden;
}
body.loaded {
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #003D70;
  font-family: "nunito", arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.08rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2.986rem;
}

h2 {
  font-size: 2.488rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.7rem;
}

h5 {
  font-size: 1.44rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1rem 0;
}

p img {
  margin: 0;
}

address {
  margin: 0 0 1rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

.smallText {
  font-size: 0.8em;
}

.largeText {
  font-size: 1.2em;
  line-height: 1.3em;
}

.wp-caption {
  background: #eee;
  margin-bottom: 20px;
}
.wp-caption p {
  padding: 5px 10px;
}
.wp-caption .wp-caption-text:last-child {
  margin: 0;
}

@media only screen and (min-width: 80rem) {
  html {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 112.5rem) {
  html {
    font-size: 1.4rem;
  }
}
/*	Blockquotes  */
blockquote, blockquote p {
  color: #003D70;
  font-style: normal;
}

blockquote {
  background: #fafafa;
  margin: 0 0 1rem;
  padding: 20px;
}
blockquote p:last-child {
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 12px;
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* Links */
a, a:visited {
  color: #027EC3;
  text-decoration: underline;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 1200px) {
  a:hover, a:focus {
    color: rgb(2.2588832487, 142.3096446701, 220.2411167513);
    transition: all 0.2s linear;
  }
}
a:active {
  background: inherit;
}

p a, p a:visited {
  line-height: inherit;
}

/* #Lists */
ul, ol {
  margin: 0 0 40px 32px;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 0 0 0 30px;
}

ul li::marker {
  color: #72B02C;
}

dl {
  margin: 0 0 30px 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 0 30px;
}

/* Notification Styles */
.wpcf7-submit {
  margin-bottom: 10px;
}

.sent .wpcf7-response-output,
.positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNOSwwLjYgQzEzLjYzOSwwLjYgMTcuNCw0LjM2MSAxNy40LDkgQzE3LjQsMTMuNjM5IDEzLjYzOSwxNy40IDksMTcuNCBDNC4zNjEsMTcuNCAwLjYsMTMuNjM5IDAuNiw5IEMwLjYsNC4zNjEgNC4zNjEsMC42IDksMC42IFogTTcuNTk5Nzk0MTcsMTQuMTQ1OTM3NyBDNy42MTU3MzkwMSwxNC4xNDU5Mzc3IDcuNjMwMjM0MzIsMTQuMTQ1OTM3NyA3LjY0NjE3OTE3LDE0LjE0NDQ4ODEgQzcuOTc4ODQ2NTMsMTQuMTI5MjY4MSA4LjI4MjUyMzI3LDEzLjk1MjQyNTMgOC40NTc5MTY1MiwxMy42NjkwNDIgTDEzLjUxOTY3ODgsNS41NDQ0MjA3MiBDMTMuODE1MzgzMSw1LjA3MDQyNDA5IDEzLjY2OTcwNTIsNC40NDcxMjU3NiAxMy4xOTY0MzM0LDQuMTUyODcwOTcgQzEyLjcyMjQzNjcsMy44NTc4OTE0MSAxMi4wOTkxMzg0LDQuMDAyODQ0NTEgMTEuODA0MTU4OCw0LjQ3NTM5MTYxIEw3LjUyMDA2OTk3LDExLjM1NDg2NTcgTDUuODE2MTQ2MjgsOS4xMDUxOTM2MiBDNS40NzkxMzAzMyw4LjY2MDE4NzYgNC44NDY0MTAwNSw4LjU3MTA0MTQ0IDQuNDAwNjc5MjYsOC45MDk1MDY5MyBDMy45NTU2NzMyNSw5LjI0NjUyMjg5IDMuODY3OTc2NjIsOS44NzkyNDMxNyA0LjIwNDk5MjU4LDEwLjMyMzUyNDQgTDYuNzk0NTc5NzEsMTMuNzQ1MTQyMyBDNi45ODU5MTc4LDEzLjk5ODgxMDMgNy4yODQ1MjExOCwxNC4xNDU5Mzc3IDcuNTk5Nzk0MTcsMTQuMTQ1OTM3NyBaIi8+PC9zdmc+);
  background-position: 0.5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px 5px 2rem;
}

.invalid .wpcf7-response-output,
.negative,
div.wpcf7-validation-errors,
div span.wpcf7-not-valid-tip {
  background-color: #c00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTAgMEM0LjQ3NyAwIDAgNC40NzcgMCAxMHM0LjQ3NyAxMCAxMCAxMCAxMC00LjQ3NyAxMC0xMFMxNS41MjMgMCAxMCAwWm01LjcwMSAxMy42NDQtMi4wNTggMi4wNThMMTAgMTIuMDU4bC0zLjY0NCAzLjY0My0yLjA1OC0yLjA1OEw3Ljk0MyAxMCA0LjI5OSA2LjM1NmwyLjA1OC0yLjA1N0wxMCA3Ljk0MmwzLjY0NC0zLjY0NCAyLjA1OCAyLjA1OEwxMi4wNTcgMTBsMy42NDQgMy42NDRaIi8+PC9zdmc+);
  background-position: 0.5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px 5px 2rem;
}

.info,
.information {
  background-color: #0056A6;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik01MCAwYTUwLjAxMiA1MC4wMTIgMCAwIDAtMzUuMzU2IDE0LjY0NEE1MC4wMTYgNTAuMDE2IDAgMCAwIDAgNTBhNTAuMDE0IDUwLjAxNCAwIDAgMCAxNC42NDQgMzUuMzU2QTUwLjAxNiA1MC4wMTYgMCAwIDAgNTAgMTAwYTUwLjAxNCA1MC4wMTQgMCAwIDAgMzUuMzU2LTE0LjY0NEE1MC4wMTYgNTAuMDE2IDAgMCAwIDEwMCA1MGE1MC4wMTQgNTAuMDE0IDAgMCAwLTE0LjY0NC0zNS4zNTZBNTAuMDE2IDUwLjAxNiAwIDAgMCA1MCAwWm04Ljg4OSA3NS41NTZhOC44OSA4Ljg5IDAgMCAxLTE3Ljc3OCAwVjUzLjMzM2E4Ljg5IDguODkgMCAwIDEgMTcuNzc4IDB2MjIuMjIzWk01MCAzMy4zMzNhOC44ODcgOC44ODcgMCAwIDEtNi4yODUtMTUuMTc0IDguODg3IDguODg3IDAgMSAxIDEyLjU3IDEyLjU3QTguODkgOC44OSAwIDAgMSA1MCAzMy4zMzNaIi8+PC9zdmc+);
  background-position: 0.5rem;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: #fff;
  font-size: 1rem;
  padding: 5px 10px 5px 2rem;
}

span.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7 br,
.screen-reader-response {
  display: none;
}

/* CSS animation for CF7 ajax loader */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}

.submitting .wpcf7-spinner {
  display: inline-block;
}

/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
}

.wpcf7-spinner:before {
  content: url(images/icon-refresh2.svg);
  transform-origin: center center;
}

.hidden-fields-container {
  border: 0;
  margin: 0;
  padding: 0;
}

tt,
kbd,
code,
pre {
  font-family: monospace;
  white-space: pre-wrap;
}

pre {
  margin-bottom: 20px;
}

sub,
sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

sub {
  top: 0.5ex;
}

sup {
  bottom: 1ex;
}

var {
  font-style: italic;
}

cite {
  font-style: italic;
}

q:before {
  content: "“";
}

q:after {
  content: "”";
}

.chip {
  background: transparent;
  color: #72B02C;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.chip a {
  color: #fff;
  text-decoration: none;
}

.chip2 {
  color: #72B02C;
  font-size: 0.75rem;
  margin-right: 5px;
  text-transform: uppercase;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.imgleft, .alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.imgright, .alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.align-centre,
.aligncenter {
  display: block;
  margin: 0 auto 1.25rem auto;
}

.centre {
  text-align: center;
}

.type {
  background: #F3F3F5;
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px;
}

abbr, acronym {
  font-style: italic;
  text-decoration: underline;
}

.mobile {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

th {
  background: #027EC3;
  border: 0;
  color: #fff;
}

th, td {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 10px;
}

/* Images */
img {
  height: auto;
  max-width: 100%;
}

/* Buttons */
button,
.button,
.button:visited,
.btn,
.btn:visited,
input[type=submit],
input[type=reset],
input[type=button] {
  background-color: #027EC3;
  border: 0;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "nunito", arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  overflow: visible;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.2s linear;
  -webkit-appearance: none;
}

button:hover,
.button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  background-color: rgb(2.2588832487, 142.3096446701, 220.2411167513);
  color: #fff;
  transition: background-color 0.2s linear;
}

button:active,
.button:active,
.button:focus,
.btn:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  box-shadow: inset 0 0 2px rgb(0, 0, 0);
}

input[type=submit]:disabled {
  background: #999;
  color: #333;
  cursor: not-allowed;
}
input[type=submit]:disabled:hover {
  color: #333;
}

@media only screen and (min-width: 600px) {
  .button,
  .button:visited,
  .btn,
  .btn:visited,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-size: 1rem;
    line-height: 1rem;
  }
}
/* Forms */
form {
  margin-bottom: 20px;
}
form a {
  color: #003D70;
  font-weight: 700;
}
form a:hover {
  color: #027EC3;
}

form > div {
  margin-bottom: 10px;
}

fieldset {
  background: #F3F3F5;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #003D70;
  display: block;
  font-family: "nunito", arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
  padding: 0.5rem 0.6rem;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  vertical-align: top;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}

textarea {
  min-height: 60px;
}

.select-input {
  background-color: #fff;
  background-image: url(images/icon-chev-down-blue.svg);
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 40px;
  min-width: 200px;
  overflow: hidden;
  position: relative;
}
.select-input:focus-within {
  outline: rgb(0, 95, 204) auto 2px;
  outline-offset: 1px;
}

select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "nunito", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  outline: 0;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox] {
  display: inline;
}

@media only screen and (min-width: 600px) {
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea,
  select {
    font-size: 1rem;
  }
}
/* Grid < 600px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

.container .container {
  margin: 0;
  width: 100%;
}

.container .one,
.container .one,
.container .two,
.container .three,
.container .four,
.container .five,
.container .six,
.container .seven,
.container .eight,
.container .nine,
.container .ten,
.container .eleven,
.container .twelve,
.container .one-quarter,
.container .one-half,
.container .three-quarter,
.container .one-third,
.container .two-thirds {
  margin: 0;
  flex: 0 0 100%;
}

.row {
  margin: 0 0 2% 0;
}

/* Grid > 600px */
@media only screen and (min-width: 600px) {
  .container {
    background: transparent;
    display: flex;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container .column,
  .container .columns {
    margin: 0 1%;
  }
  .container .tab-one {
    flex: 0 0 6.333%;
  }
  .container .tab-two {
    flex: 0 0 14.666%;
  }
  .container .tab-quarter {
    flex: 0 0 23%;
  }
  .container .tab-three {
    flex: 0 0 23%;
  }
  .container .tab-one-third {
    flex: 0 0 31.333%;
  }
  .container .tab-four {
    flex: 0 0 31.333%;
  }
  .container .tab-five {
    flex: 0 0 39.666%;
  }
  .container .tab-one-half {
    flex: 0 0 48%;
  }
  .container .tab-six {
    flex: 0 0 48%;
  }
  .container .tab-seven {
    flex: 0 0 56.333%;
  }
  .container .tab-eight {
    flex: 0 0 64.666%;
  }
  .container .tab-three-quarter {
    flex: 0 0 73%;
  }
  .container .tab-nine {
    flex: 0 0 73%;
  }
  .container .tab-ten {
    flex: 0 0 81.333%;
  }
  .container .tab-eleven {
    flex: 0 0 89.666%;
  }
  .container .tab-twelve {
    flex: 0 0 98%;
  }
  .container .one {
    flex: 0 0 6.333%;
  }
  .container .two {
    flex: 0 0 14.666%;
  }
  .container .three {
    flex: 0 0 23%;
  }
  .container .four {
    flex: 0 0 31.333%;
  }
  .container .five {
    flex: 0 0 39.666%;
  }
  .container .six {
    flex: 0 0 48%;
  }
  .container .seven {
    flex: 0 0 56.333%;
  }
  .container .eight {
    flex: 0 0 64.666%;
  }
  .container .nine {
    flex: 0 0 73%;
  }
  .container .ten {
    flex: 0 0 81.333%;
  }
  .container .eleven {
    flex: 0 0 89.666%;
  }
  .container .twelve {
    flex: 0 0 98%;
  }
  .container .one-quarter {
    flex: 0 0 23%;
  }
  .container .one-half {
    flex: 0 0 48%;
  }
  .container .three-quarter {
    flex: 0 0 73%;
  }
  .container .one-third {
    flex: 0 0 31.333%;
  }
  .container .two-thirds {
    flex: 0 0 64.666%;
  }
  .row {
    margin: 0 -1%;
  }
  .row.grid {
    display: flex;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 1800px;
    padding: 0;
  }
}
.gridRow {
  clear: both;
  margin-bottom: 2%;
  width: 100%;
}

.gridRow .column,
.gridRow .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

/* Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}

/* Header */
.wrap {
  background: transparent;
}

.locked > .wrap {
  filter: blur(10px);
}

a.skipLink {
  color: #003D70;
  position: absolute;
  left: 50%;
  transform: translateY(-100%);
  z-index: 9999;
}
a.skipLink:focus {
  transform: translateY(0%);
}

#header {
  background: #fff;
  font-family: "nunito", arial, sans-serif;
  height: 80px;
  position: relative;
}
#header .container {
  height: 80px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  #header {
    height: 100px;
  }
  #header .container {
    height: 100px;
    position: relative;
  }
}
@media only screen and (min-width: 1800px) {
  #header {
    height: 120px;
  }
  #header .container {
    height: 120px;
    position: relative;
  }
}
#headerLogo {
  height: auto;
  position: absolute;
  left: 20px;
  top: 22px;
  width: 200px;
}
#headerLogo img {
  display: block;
  max-height: 100%;
}

@media only screen and (min-width: 1200px) {
  #headerLogo {
    margin: 0;
    position: absolute;
    left: 1%;
    bottom: 28px;
    top: auto;
    width: 200px;
  }
}
@media only screen and (min-width: 1800px) {
  #headerLogo {
    width: 250px;
  }
}
#nav2 {
  display: none;
}

#headerMenuMobile {
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 20px;
  vertical-align: top;
  z-index: 2000;
}
#headerMenuMobile button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 0;
  height: 29px;
  overflow: visible;
  padding: 0;
  width: 29px;
}
#headerMenuMobile button span {
  background: #027EC3;
  display: block;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:before {
  background: #027EC3;
  content: "";
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:after {
  background: #027EC3;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 29px;
}
#headerMenuMobile button:active {
  box-shadow: none;
}
#headerMenuMobile button.navOpen:before {
  background: #027EC3;
  transform: rotate(45deg);
  top: 12px;
  left: -3px;
  width: 38px;
}
#headerMenuMobile button.navOpen span {
  opacity: 0;
}
#headerMenuMobile button.navOpen:after {
  background: #027EC3;
  transform: rotate(-45deg);
  bottom: 12px;
  left: -3px;
  width: 38px;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile {
    display: none;
  }
}
#headerPatientLink {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #headerMenuMobile {
    display: none;
  }
  #headerContactMobile {
    display: none;
  }
  #headerPatientLink {
    display: block;
    position: absolute;
    top: 0;
    right: 1%;
  }
  #headerPatientLink .btn {
    line-height: 16px;
    padding: 0.6rem 1.5rem;
    border-radius: 0 0 14px 14px;
  }
  #headerPatientLink svg {
    height: 8px;
    position: relative;
    top: -2px;
    transform: rotate(-90deg);
    transition: all 0.2s linear;
    vertical-align: baseline;
    width: auto;
  }
  #headerPatientLink a:hover svg {
    transform: rotate(-90deg) translateY(3px);
    transition: all 0.2s linear;
  }
}
/* Isotope */
#filterBar {
  padding: 30px 0;
}
#filterBar .tag {
  border-radius: 20px;
  color: #fff;
}

.posted_in a,
.tag {
  background-color: #027EC3;
  border: 0;
  border-radius: 0;
  color: #003D70;
  cursor: pointer;
  display: inline-block;
  font-family: "nunito", arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 10px 10px 0;
  padding: 12px 25px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.posted_in a.is-checked,
.tag.is-checked {
  background: #003D70;
  color: #fff;
}
.posted_in a.is-checked:hover,
.tag.is-checked:hover {
  background: #003D70;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .posted_in a:hover,
  .tag:hover {
    background: rgb(2.2588832487, 142.3096446701, 220.2411167513);
    color: #003D70;
    transition: all 0.2s linear;
  }
}
.products,
.resources {
  margin: 0;
  width: 100%;
}
.products .resource,
.resources .resource {
  background: #fff;
  border-radius: 10px;
  display: none;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
.products .resource .resourceWrap,
.resources .resource .resourceWrap {
  height: 100%;
  transform: translateY(50px);
  transform-origin: center center;
  transition: all 0.2s ease;
}
.products .resource.show,
.resources .resource.show {
  display: block;
  padding: 20px;
}
.products .resource.show .resourceWrap,
.resources .resource.show .resourceWrap {
  transform: translateY(0);
  transform-origin: center center;
  transition: all 0.2s ease;
}
.products .resource h4,
.resources .resource h4 {
  margin-bottom: 20px;
}
.products .resource .resourceInfo,
.resources .resource .resourceInfo {
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  .products,
  .resources {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .products .resource,
  .resources .resource {
    margin: 0 1% 2% 1%;
    width: 48%;
  }
  .products .resource.show,
  .resources .resource.show {
    padding: 30px;
  }
  .products .resource .resourceWrap,
  .resources .resource .resourceWrap {
    display: flex;
    padding: 0;
    text-align: left;
  }
  .products .resource .resourceWrap .resourceImage,
  .resources .resource .resourceWrap .resourceImage {
    flex: 0 0 45%;
    padding-right: 30px;
  }
  .products .resource .resourceWrap .resourceInfo,
  .resources .resource .resourceWrap .resourceInfo {
    flex: 0 0 55%;
    padding: 30px 0;
    position: relative;
  }
  .products .resource .resourceWrap .resourceInfo .btn,
  .resources .resource .resourceWrap .resourceInfo .btn {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .products .resource.toolkit .resourceWrap,
  .resources .resource.toolkit .resourceWrap {
    display: block;
  }
  .products .resource.toolkit .resourceWrap .resourceInfo .btn,
  .resources .resource.toolkit .resourceWrap .resourceInfo .btn {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (min-width: 830px) {
  .products .resource,
  .resources .resource {
    width: 31.333%;
  }
  .products .resource.toolkit,
  .resources .resource.toolkit {
    padding: 40px 30px;
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .resources .resource.toolkit .resourceWrap {
    display: flex;
  }
  .resources .resource.toolkit .resourceWrap .resourceInfo .btn {
    position: absolute;
    bottom: 50px;
  }
}
.products .resource {
  text-align: center;
}

/* Product Selector */
#productSelector {
  margin-bottom: 50px;
  max-width: 900px;
  padding: 50px 20px;
}
#productSelector .question {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  padding: 0 35px;
  text-align: center;
  transition: opacity 0.2s linear;
}
#productSelector .question h3 {
  margin-bottom: 30px;
  padding: 0 20px;
}
#productSelector .question.showQuestion {
  max-height: 9999px;
  opacity: 1;
  padding: 50px 20px;
  transition: opacity 0.2s linear;
}
#productSelector .question ul {
  list-style: none;
  margin: 0 0 20px 0;
  text-align: center;
}
#productSelector .question ul li {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0 20px;
  transition: background-color 0.1s linear;
}
#productSelector .question ul li:hover {
  background-color: #fefefe;
  cursor: pointer;
  transition: all 0.1s linear;
}
#productSelector .question ul li img, #productSelector .question ul li svg {
  display: block;
  margin: 0 auto 20px auto;
}
#productSelector #productRecommend {
  background: #fff;
  max-height: 0;
  opacity: 0;
  padding: 30px;
  transition: opacity 0.2s linear;
}
#productSelector #productRecommend.showRecommended {
  max-height: 9999px;
  opacity: 1;
  transition: opacity 0.2s linear;
}
#productSelector #productRecommend .negative {
  width: 100%;
}
#productSelector #productRecommend .noProduct {
  display: none;
}
#productSelector #productRecommend .noProduct.showProduct {
  display: block;
  width: 100%;
}
#productSelector #productRecommend .product {
  display: none;
}
#productSelector #productRecommend .product .btn {
  margin-right: 30px;
}
#productSelector #productRecommend .product.showProduct {
  display: block;
}
#productSelector #productRecommend .product .text {
  margin-bottom: 40px;
}
#productSelector #productRecommend .reset {
  cursor: pointer;
}
#productSelector #productRecommend ul {
  list-style: disc outside;
}

@media only screen and (min-width: 600px) {
  #productSelector .question.showQuestion {
    padding: 50px 35px;
  }
  #productSelector .question ul {
    display: flex;
  }
  #productSelector .question ul li {
    margin-bottom: 40px;
    padding: 30px;
  }
  #productSelector .question ul li.dividers {
    border-left: 2px dashed #027EC3;
    border-right: 2px dashed #027EC3;
  }
  #productSelector .question.question1 li {
    flex: 0 0 33.333%;
  }
  #productSelector .question.question2 li {
    flex: 0 0 33.333%;
  }
  #productSelector .question.question2 li.divider {
    border-right: 2px dashed #027EC3;
  }
  #productSelector .question.question3 ul {
    padding: 0 20%;
  }
  #productSelector .question.question3 li {
    flex: 0 0 50%;
  }
  #productSelector .question.question3 li.divider {
    border-right: 2px dashed #027EC3;
  }
  #productSelector #productRecommend {
    padding: 40px 30px;
  }
  #productSelector #productRecommend .product {
    align-items: top;
  }
  #productSelector #productRecommend .product.showProduct {
    display: flex;
    flex-wrap: wrap;
  }
  #productSelector #productRecommend .product .text {
    margin-bottom: 0;
  }
  #productSelector #productRecommend .product .text ul {
    margin-bottom: 1rem;
  }
}
/* Flexible content */
.white {
  background: #fff;
}

.dark {
  background: #003D70;
}

.med {
  background: #027EC3;
}

.light {
  background: #1dc1cd;
}

.grey {
  background: #F3F3F5;
}

.blue {
  background: #027EC3;
}

.pink {
  background: #C45499;
}

.teal {
  background: #1dc1cd;
}

.red {
  color: #c00;
}

.rounded {
  border-radius: 10px;
  overflow: hidden;
}

.dotted {
  border: 2px dotted #003D70;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.padded {
  padding: 20px;
}

@media only screen and (min-width: 830px) {
  .padded {
    padding: 30px;
  }
}
.jobCode {
  padding: 15px 0 30px 0;
  text-align: center;
}

.ticks {
  list-style: none;
  margin: 0;
}
.ticks li {
  background-color: #003D70;
  background-image: url(images/icon-tick.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px 30px 20px 60px;
}
.ticks li:last-child {
  margin-bottom: 0;
}

.lozenge {
  background-color: #003D70;
  background-image: url(images/icon-tick.svg);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 30px 10px 60px;
}

.pageHeader {
  padding: 40px 20px;
}
.pageHeader h1 {
  margin: 0;
}

.hero .banner {
  background: #333;
  display: block;
  position: relative;
}
.hero .banner img {
  display: block;
  width: 100%;
}
.hero .banner .inner {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .banner .inner h1, .hero .banner .inner h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
}
.hero .banner .inner a {
  color: #fff;
  text-decoration: none;
}
.hero .banner .inner h1:last-child,
.hero .banner .inner p:last-child {
  margin-bottom: 0;
}
.hero .banner .inner .twelve.columns {
  margin-bottom: 0;
  padding: 0;
}
.hero .banner .inner .twelve.columns.text-left, .hero .banner .inner .twelve.columns.text-centre, .hero .banner .inner .twelve.columns.text-right {
  padding: 0 20px;
}

@media only screen and (min-width: 48rem) {
  .hero .banner .inner .twelve.columns {
    margin: 0;
    flex: 0 0 100%;
  }
  .hero .banner .inner .twelve.columns.text-left {
    padding: 0 50% 0 20px;
  }
  .hero .banner .inner .twelve.columns.text-centre {
    padding-right: 25%;
    padding-left: 25%;
  }
  .hero .banner .inner .twelve.columns.text-right {
    padding: 0 20px 0 50%;
  }
}
@media only screen and (min-width: 80rem) {
  .hero .banner .inner .twelve.columns {
    margin: 0 1%;
    flex: 0 0 98%;
  }
  .hero .banner .inner .twelve.columns.text-left {
    padding: 0 50% 0 0;
  }
  .hero .banner .inner .twelve.columns.text-right {
    padding: 0 0 0 50%;
  }
}
.filler {
  padding: 20px 0 0 0;
}
.filler.smallFill {
  padding: 20px 0 0 0;
}
.filler.mediumFill {
  padding: 40px 0 0 0;
}
.filler.largeFill {
  padding: 60px 0 0 0;
}

@media only screen and (min-width: 600px) {
  .filler {
    padding: 70px 0 0 0;
  }
  .filler.smallFill {
    padding: 24px 0 0 0;
  }
  .filler.mediumFill {
    padding: 48px 0 0 0;
  }
  .filler.largeFill {
    padding: 72px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 1rem;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}

.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
.tns-controls button:first-child {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(90deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(images/icon-down-grey.svg);
  transform: rotate(-90deg);
}

.gallery {
  background: #f6f6f6;
  clear: both;
  padding: 0;
  text-align: center;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 48%;
}
.gallery img {
  display: block;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}

.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}

html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-left: -30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}

.gallery .column:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}

@media only screen and (min-width: 600px) {
  .gallery .one-quarter.column {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
}
.tabs .container {
  max-width: 800px;
}
.tabs .tabList {
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 400;
}
.tabs .tabList li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tabs .tabList li button {
  background: #F3F3F5;
  border: 1px solid #ddd;
  border-radius: 0;
  border-bottom: 0;
  color: #003D70;
  cursor: pointer;
  display: inline-block;
  font-family: "nunito", arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.tabs .tabList li button:hover {
  text-decoration: none;
}
.tabs .tabList li:first-child button {
  border-radius: 10px 10px 0 0;
}
.tabs .tabList li.active button {
  background: #fff;
  color: #003D70;
  font-weight: bold;
  padding-bottom: 16px;
}
.tabs .tabsPanel {
  border: 1px solid #8ab7ea;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
  position: relative;
}
.tabs .tabContent {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.2s linear;
  z-index: 300;
}
.tabs .tabContent.active {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}
.tabs .tabContent ul {
  list-style: disc outside;
}

@media only screen and (min-width: 600px) {
  .tabs .tabList li {
    display: inline-block;
    width: auto;
  }
  .tabs .tabList li button {
    border-radius: 10px 10px 0 0;
    display: inline-block;
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #productTabs {
    padding-left: 30px;
  }
}
.zerobase #optimiseSave,
.zerolatum #optimiseSave,
.zeroneum #optimiseSave,
.zeroguent #optimiseSave,
.zeroAQS #optimiseSave {
  display: none;
}

.zeroveen .tabs .tabsPanel,
.zeroveen .tabs .tabList li button {
  border-color: #cd8342;
}

.zerobase .tabs .tabsPanel,
.zerobase .tabs .tabList li button {
  border-color: #c79fce;
}

.zerocream .tabs .tabsPanel,
.zerocream .tabs .tabList li button {
  border-color: #8ab7ea;
}

.zerodouble .tabs .tabsPanel,
.zerodouble .tabs .tabList li button {
  border-color: #58338a;
}

.zeroderm .tabs .tabsPanel,
.zeroderm .tabs .tabList li button {
  border-color: #1dc1cd;
}

.zeroAQS .tabs .tabsPanel,
.zeroAQS .tabs .tabList li button {
  border-color: #8ab7ea;
}

@media only screen and (min-width: 600px) {
  .white .prodData .tabs .tabList li button {
    border-color: #ddd;
  }
  .zeroveen .tabs .tabsPanel,
  .zeroveen .tabs .tabList li.active button {
    border-color: #cd8342;
  }
  .zerobase .tabs .tabsPanel,
  .zerobase .tabs .tabList li.active button {
    border-color: #c79fce;
  }
  .zerocream .tabs .tabsPanel,
  .zerocream .tabs .tabList li.active button {
    border-color: #8ab7ea;
  }
  .zerodouble .tabs .tabsPanel,
  .zerodouble .tabs .tabList li.active button {
    border-color: #58338a;
  }
  .zeroderm .tabs .tabsPanel,
  .zeroderm .tabs .tabList li.active button {
    border-color: #1dc1cd;
  }
  .zeroAQS .tabs .tabsPanel,
  .zeroAQS .tabs .tabList li.active button {
    border-color: #8ab7ea;
  }
}
.accordion .container {
  max-width: 800px;
}
.accordion .accordionPanel h3 {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 0;
  padding: 10px 20px;
}
.accordion .accordionPanel h3 a {
  cursor: pointer;
  display: block;
}
.accordion .accordionPanel .inner {
  border: 1px solid #eee;
  height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0s linear;
}
.accordion .accordionPanel.active .inner {
  height: unset;
  opacity: 1;
  padding: 20px;
  transition: opacity 0.2s linear, height 0.2s linear, padding 0s linear;
}
.fadeTest {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
}

.full {
  clear: both;
}
.full .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}
.full .text h1:last-child {
  margin: 0;
}
.full p:last-child {
  margin: 0;
}
.full .btn {
  margin-top: 10px;
}
.full.imageHeader p {
  margin: 0;
}
.full.imageHeader img {
  display: block;
}
.full.imageHeader .aligncenter {
  margin: 0 auto;
}

.cta {
  background-size: cover;
  background-position: center center;
  padding: 100px 0 85px 0;
}
.cta .container {
  max-width: 900px;
}

.boxes .box {
  margin: 0 0 20px 0;
}
.boxes .box p:last-child {
  margin: 0;
}
.boxes .box:last-child {
  margin-bottom: 0;
}
.boxes.padded .box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.boxes.shadowed .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.boxes .gutters {
  margin: 0 1%;
}

@media only screen and (min-width: 600px) {
  .boxes .box {
    margin: 0 1%;
  }
  .boxes .box p:last-child {
    margin-bottom: 0;
  }
  .boxes .normal {
    align-items: normal;
  }
  .boxes .top {
    align-items: start;
  }
  .boxes .middle {
    align-items: center;
  }
  .boxes .bottom {
    align-items: flex-end;
  }
  .boxes.padded .box {
    margin-bottom: 0;
    padding: 30px;
  }
}
.textImageGrid .box {
  background: #fff;
  margin-bottom: 20px;
}
.textImageGrid .box img {
  display: block;
}
.textImageGrid .box p:last-child {
  margin: 0;
}
.textImageGrid .box h3 {
  margin-bottom: 5px;
}
.textImageGrid .box .image {
  aspect-ratio: 1/1;
  background-size: 100%;
}
.textImageGrid .box .content {
  padding: 20px;
}

@media only screen and (min-width: 600px) {
  .textImageGrid .box {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .textImageGrid .box .image {
    background-position: center;
    background-size: cover;
    min-height: 1px;
    flex: 0 0 300px;
  }
  .textImageGrid .box .content {
    flex: 1 1 auto;
    padding: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .textImageGrid .box {
    flex: 0 0 48%;
    margin: 0 1%;
  }
  .textImageGrid .box:nth-child(3), .textImageGrid .box:nth-child(4) {
    margin-top: 2%;
  }
  .textImageGrid .box .image {
    background-position: center;
    background-size: cover;
    min-height: 1px;
    flex: 0 0 270px;
  }
  .textImageGrid .box .content {
    flex: 1 1 auto;
    padding: 30px;
  }
}
.peopleBoxes .box {
  margin-bottom: 40px;
}
.peopleBoxes .box img {
  display: block;
  margin: 0 auto;
  max-height: 320px;
  max-width: 85%;
}
.peopleBoxes .box .inner {
  background-color: #333;
  color: #fff;
  font-size: 30px;
  padding: 55px 30px 30px 30px;
  position: relative;
  text-align: center;
}
.peopleBoxes .box .inner img {
  margin-top: -35px;
  max-height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.peopleBoxes .box .inner p {
  margin: 0;
}
.peopleBoxes .box .inner .percent {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 1;
}
.peopleBoxes .box .inner .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (min-width: 800px) {
  .peopleBoxes .container {
    align-items: baseline;
  }
  .peopleBoxes .box {
    margin-bottom: 0;
    overflow: hidden;
  }
  .peopleBoxes .box img {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .peopleBoxes .box img {
    max-height: 320px;
  }
}
.splashPanel {
  padding-top: 40px;
}
.splashPanel img {
  display: block;
}
.splashPanel .bubble {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 70px 80px 70px 70px;
  position: relative;
}
.splashPanel .bubble h3 {
  color: #fff;
  line-height: 1.05;
}
.splashPanel .bubble .logo {
  position: absolute;
  top: 10%;
  right: 0;
  width: 30%;
}
.splashPanel .bubble .smallText {
  font-size: 12px;
}

@media only screen and (min-width: 900px) {
  .splashPanel .container {
    align-items: flex-end;
  }
  .splashPanel .splash {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% auto;
  }
  .splashPanel .bubble {
    height: 350px;
    margin-bottom: 170px;
    margin-left: 30px;
    width: 350px;
  }
}
.iconPanel .iconRow {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex: 0 0 100%;
}
.iconPanel .iconRow .icon {
  flex: 80px 0 0;
}
.iconPanel .iconRow .icon img {
  display: block;
  width: 100%;
}
.iconPanel .iconRow .text {
  flex: 1 1;
  padding-left: 30px;
}
.iconPanel .iconRow .text p:last-child {
  margin: 0;
}

@media only screen and (min-width: 900px) {
  .iconPanel {
    display: flex;
  }
  .iconPanel .iconRow {
    flex: 48%;
    margin: 0 1% 2% 1%;
  }
  .iconPanel .iconRow .text {
    padding: 0 30px;
  }
}
.faqs {
  margin: 0 auto;
  padding: 0 20px;
}

.faq {
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 40px;
  position: relative;
}

.faq:first-child {
  border-top: 1px solid #eee;
}

.faq-question {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 16px;
  position: relative;
}

.showFaq {
  content: "";
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 24px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 22px;
  left: 0;
  width: 30px;
}
.showFaq svg {
  width: 100%;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq.active .showFaq {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
  transition: all 0.2s ease;
}

.logoPanel {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  font-size: 1rem;
  padding: 0 0 120px 0;
  position: relative;
  text-align: center;
}
.logoPanel .container {
  position: inherit;
}
.logoPanel blockquote {
  padding: 0 12%;
}
.logoPanel h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.logoPanel cite {
  opacity: 0.75;
}
.logoPanel .slides .logo.tns-item {
  vertical-align: middle;
}
.logoPanel .tns-nav {
  display: none;
}
.logoPanel .tns-controls {
  position: absolute;
  bottom: -60px;
  left: 0;
  text-align: center;
  width: 100%;
}
.logoPanel .logo img {
  display: block;
  margin: 0 auto;
  width: 70%;
}

@media only screen and (min-width: 800px) {
  .logoPanel {
    padding: 0;
  }
  .logoPanel .tns-outer {
    padding: 0 75px !important;
    position: relative;
  }
  .logoPanel .tns-controls {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .logoPanel .tns-controls button:first-child {
    float: left;
  }
  .logoPanel .tns-controls button:last-child {
    float: right;
  }
}
.ladder {
  font-size: 14px;
  padding-bottom: 70px;
  text-align: center;
}
.ladder .container {
  position: relative;
  padding-right: 20%;
}
.ladder .ladderRung {
  border-bottom: 1px solid #027EC3;
}
.ladder .ladderRung > div {
  padding: 30px 20px 0 20px;
}
.ladder .ladderRung h2, .ladder .ladderRung h3, .ladder .ladderRung h4 {
  margin: 0;
}
.ladder .ladderRung h3 {
  margin-bottom: 5px;
}
.ladder .ladderRung .ladderSpacer {
  padding: 0;
}
.ladder .ladderRung .ladderIcons {
  padding-bottom: 30px;
}
.ladder .ladderRung .ladderIcons svg, .ladder .ladderRung .ladderIcons img {
  margin-right: 10px;
  max-width: 100px;
  vertical-align: middle;
}
.ladder .ladderImage {
  padding: 20px;
}
.ladder .ladderLadder {
  border-color: #027EC3;
  border-left-width: 10px;
  border-right-width: 10px;
  border-style: solid;
  height: calc(100% + 50px);
  position: absolute;
  top: 0;
  right: 2%;
  width: 18%;
}
.ladder .ladderLadder .rungs {
  background-image: url(images/rung2.svg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top left;
  display: block;
  height: 98%;
  width: 100%;
}

@media only screen and (min-width: 900px) {
  .ladder {
    text-align: left;
  }
  .ladder .container {
    padding: 0;
  }
  .ladder .ladderLadder {
    height: calc(100% + 70px);
    position: absolute;
    top: 0;
    left: 57%;
    right: auto;
    width: 8%;
  }
  .ladder .ladderLadder .rungs {
    height: 95%;
  }
  .ladder .ladderRung {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 1%;
    width: 100%;
  }
  .ladder .ladderRung > div {
    padding: 30px 20px 30px 0;
  }
  .ladder .ladderRung .ladderTitle {
    flex: 0 0 20%;
  }
  .ladder .ladderRung .ladderImage {
    flex: 0 0 15%;
  }
  .ladder .ladderRung .ladderSpacer {
    flex: 0 0 15%;
  }
  .ladder .ladderRung .ladderDesc {
    flex: 0 0 20%;
  }
  .ladder .ladderRung .ladderIcons {
    flex: 0 0 40%;
  }
}
/* Product section */
.prodImages .mainImage {
  margin-bottom: 24px;
}
.prodImages .box {
  margin-bottom: 24px;
}

@media only screen and (min-width: 1000px) {
  .prodImages {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
}
.prodData {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1000px) {
  .prodData {
    float: right;
    margin: 0 1%;
    width: 48%;
  }
}
.prodCallouts .textImageGrid .box .image {
  background-size: cover;
}
@media only screen and (min-width: 600px) {
  .prodCallouts .textImageGrid {
    padding: 0;
  }
  .prodCallouts .textImageGrid .box {
    background: #F3F3F5;
    align-items: center;
  }
  .prodCallouts .textImageGrid .box .image {
    flex: 0 0 270px;
  }
}
@media only screen and (min-width: 1000px) {
  .prodCallouts .textImageGrid {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .prodCallouts .textImageGrid .box {
    align-items: normal;
    margin-bottom: 20px;
  }
  .prodCallouts .textImageGrid .box .image {
    flex: 0 0 200px;
  }
}
.prodColumns .prodLadder {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.prodMeta {
  margin-bottom: 30px;
}
.prodMeta h2 {
  margin-bottom: 30px;
}

#prodCircles {
  display: flex;
  margin-bottom: 30px;
}
#prodCircles .prodCircle {
  margin-right: 2%;
  flex: 23% 0 0;
}

.prodSizes {
  display: flex;
}

.prodSize {
  font-size: 0;
  margin-right: 2%;
  text-align: center;
  flex: 0 0 23%;
}
.prodSize span {
  display: block;
  font-size: 12px;
  padding-top: 10px;
}

.packSize {
  border: 2px solid #027EC3;
  border-radius: 100%;
  line-height: 1;
  padding: 20px;
  position: relative;
  text-align: center;
}
.packSize:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.packSize svg,
.packSize img {
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (min-width: 900px) {
  .prodColumns {
    display: flex;
  }
  .prodColumns .prodMeta {
    flex: 80% 1 1;
  }
  .prodColumns .prodLadder {
    flex: 20% 1 1;
  }
  .prodColumns .prodLadder img {
    object-fit: contain;
    width: 100%;
  }
}
.zerobase .packSize {
  border: 2px solid #C45499;
}
.zerobase .packSize svg path {
  fill: #C45499;
}

.zerocream .packSize {
  border: 2px solid #8ab7ea;
}
.zerocream .packSize svg path {
  fill: #8ab7ea;
}

.zeroveen .packSize {
  border: 2px solid #cd8342;
}
.zeroveen .packSize svg path {
  fill: #cd8342;
}

.zerodouble .packSize {
  border: 2px solid #58338a;
}
.zerodouble .packSize svg path {
  fill: #58338a;
}

.zeroderm .packSize {
  border: 2px solid #1dc1cd;
}
.zeroderm .packSize svg path {
  fill: #1dc1cd;
}

#optimiseSave {
  border: 1px solid #ccc;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: visible;
  padding-top: 40px;
  position: relative;
}
#optimiseSave .head {
  position: absolute;
  top: -28px;
  left: -30px;
  width: 250px;
}
#optimiseSave p:last-child {
  margin: 0;
}

/* Search boxes */
.searchPage {
  max-width: 600px;
  padding: 75px 20px;
}

#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}

#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}

#search {
  position: absolute;
  left: 0;
  right: 75px;
}

#s {
  border: none;
  border-radius: 0;
}

#search input[type=text] {
  width: 100%;
}

#searchsubmit {
  width: 60px;
}

#searchwrapper {
  background: #F3F3F5;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}

/* footer */
#footer {
  background: #fff;
  padding: 50px 0 0 0;
  text-align: center;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer .four {
  margin-bottom: 40px;
}
#footer .footerLogo svg, #footer .footerLogo img {
  max-width: 150px;
  margin-bottom: 1rem;
}
#footer div.adverse {
  border: 2px solid #003D70;
  hyphens: auto;
  margin: 0 auto 40px auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
#footer div.adverse p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  #footer .container {
    padding: 0 1%;
  }
  #footer .six {
    margin-bottom: 0;
  }
  #footer .grid div:nth-child(1) {
    text-align: left;
  }
  #footer .grid div:nth-child(2) {
    text-align: right;
  }
  #footer .footerLogo svg, #footer .footerLogo img {
    max-width: 200px;
  }
  #footer div.adverse {
    hyphens: none;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .container {
    padding: 0;
  }
}
.btt {
  background: #003D70;
  display: block;
  font-size: 0;
  margin: 40px auto 0 auto;
  padding: 30px 0;
  text-align: center;
  width: auto;
}
.btt a {
  display: inline-block;
}
.btt svg {
  height: auto;
  width: 30px;
}
.btt svg path {
  fill: #027EC3;
  transition: all 0.2s linear;
}
.btt svg:hover path {
  fill: #fff;
  transition: all 0.2s linear;
}

/* #Media Queries */
@media only screen and (min-width: 600px) {
  .mobile {
    display: block;
  }
}
#wpadminbar {
  display: none;
}

@media only screen and (min-width: 960px) {
  #wpadminbar {
    display: block;
  }
}
.social {
  font-size: 0;
  margin-bottom: 40px;
}
.social a {
  display: inline-block;
  height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.social svg {
  height: 100%;
  width: auto;
}
.social a path {
  fill: #003D70;
  transition: all 0.2s linear;
}
.social a:hover path {
  fill: #027EC3;
  transition: all 0.2s linear;
}

@media only screen and (min-width: 1200px) {
  .social a {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #nav2 {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 1%;
    width: auto;
  }
  #nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li.hideItem {
    display: none;
  }
  #nav2 ul li a {
    color: #003D70;
    display: block;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
  }
  #nav2 ul li a:hover {
    color: #027EC3;
  }
  #nav2 ul li:last-child a {
    padding-right: 0;
  }
  #nav2 ul li button.sub_nav {
    display: none;
  }
  #nav2 ul li .sub-menu {
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    top: 55px;
    left: 0;
    transition: all 0.05s linear;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    height: auto;
    line-height: 1.2;
    overflow: hidden;
    padding: 10px 20px;
    width: 250px;
  }
  #nav2 ul li.openSubnav .sub-menu {
    opacity: 1;
    pointer-events: auto;
    top: 45px;
    transition: all 0.05s linear;
  }
  .navclose {
    display: none;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-parent-item {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-parent-item a {
    padding-right: 30px;
  }
  #nav2 .menu-parent-item > a:after {
    background-image: url(images/icon-chev-down-blue.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 8px;
    content: "";
    display: inline-block;
    height: 15px;
    opacity: 1;
    position: absolute;
    right: 12px;
    top: 11px;
    transition: all 0.1s linear;
    vertical-align: middle;
    width: 15px;
  }
  #nav2 .menu-parent-item.openSubnav > a:after {
    opacity: 0;
  }
}
.wpcf7 {
  /* Hide the browser's default checkbox */
}
.wpcf7 input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #054e81;
  border-radius: 5px;
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 24px;
}
.wpcf7 input[type=checkbox]:focus {
  border-color: #918cad;
  border-radius: 5px;
  box-shadow: 0 0 0 0.25rem rgba(35, 24, 91, 0.25);
}
.wpcf7 input:checked[type=checkbox] {
  background-color: #054e81;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.wpcf7-quiz-label {
  font-size: 13px;
}

.wpcf7-acceptance {
  display: inline-block;
  line-height: 27px;
  position: relative;
}

html .wcpt-product-form select {
  height: 40px;
  width: 100%;
}

label {
  font-weight: bold;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.wpcf7-list-item span {
  vertical-align: middle;
}

.wpcf7-form-control-wrap {
  display: block;
  padding: 10px 0 10px 0;
}

/* GSAP stuff */
.fadeIn {
  opacity: 0;
  position: relative;
  top: 50px;
}

.graphBar1 {
  border: 1px solid #c00;
  height: 1px;
}

.gsapInView {
  opacity: 1;
  position: relative;
  transition: all 0.2s ease;
}
.gsapInView:after {
  background: #c00;
  color: #fff;
  content: "ACTIVE";
  padding: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#myPlot1 rect {
  opacity: 0;
}

/* Practice HCP popup */
.practicePopup {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.practicePopup.popShow {
  display: flex;
}
.practicePopup.popHide {
  display: none;
}
.practicePopup .practicePopupHcp {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  max-height: 90%;
  overflow-y: auto;
  padding: 30px;
  position: absolute;
  left: 20px;
  right: 20px;
}
.practicePopup .practicePopupHcp .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

@media only screen and (min-width: 600px) {
  .practicePopup .practicePopupHcp {
    display: block;
    max-height: 75%;
    min-height: 300px;
    max-width: 800px;
    padding: 40px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }
  .practicePopup .practicePopupHcp .btn {
    margin-bottom: 0;
  }
}
.practiceButton {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}
.practiceButton.right {
  right: 20px;
}
.practiceButton.left {
  left: 20px;
  flex-direction: row-reverse;
}
.practiceButton .practiceButtonText {
  background: #8ab7ea;
  border-radius: 20px 0 0 20px;
  color: #003D70;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  z-index: 100;
}
.practiceButton.left .practiceButtonText {
  margin-left: -10px;
  padding: 12px 10px 12px 30px;
}
.practiceButton.right .practiceButtonText {
  margin-right: -10px;
  padding: 12px 25px 12px 30px;
}
.practiceButton a {
  color: #003D70;
  text-decoration: none;
}
.practiceButton .practiceButtonIcon {
  height: 60px;
  text-align: right;
  width: 60px;
  z-index: 200;
}
.practiceButton .practiceButtonIcon img {
  border: 2px solid #fff;
  border-radius: 100px;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

/* Practice external link popup */
.practicePopupExternal {
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.practicePopupExternal.popShow {
  display: block;
}
.practicePopupExternal.popHide {
  display: none;
}
.practicePopupExternal .practicePopupLink {
  background: #fff;
  border-radius: 30px;
  box-sizing: border-box;
  max-width: 350px;
  overflow-y: scroll;
  padding: 40px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.practicePopupExternal .practicePopupLink .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
.practicePopupExternal .popClose {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0;
  height: 29px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 29px;
}
.practicePopupExternal .popClose:before {
  background: #027EC3;
  content: "";
  height: 4px;
  position: absolute;
  top: 13px;
  left: -4px;
  transform: rotate(45deg);
  width: 38px;
}
.practicePopupExternal .popClose:after {
  background: #027EC3;
  content: "";
  height: 4px;
  position: absolute;
  bottom: 12px;
  left: -4px;
  transform: rotate(-45deg);
  width: 38px;
}
.practicePopupExternal p:last-child {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .practicePopupExternal .practicePopupLink {
    display: block;
    max-height: 75%;
    min-height: 300px;
    max-width: 900px;
    padding: 60px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75%;
  }
  .practicePopupExternal .practicePopupLink .btn {
    margin-bottom: 0;
  }
}
.mesh {
  background-color: ahsl(201, 0%, 100%, 1);
  background-image: radial-gradient(at 94% 9%, hsla(202, 98%, 41%, 0.42) 0px, transparent 50%), radial-gradient(at 10% 88%, hsla(202, 98%, 41%, 0.49) 0px, transparent 50%);
}

.heroFade {
  background: #DBD1C9;
  background: linear-gradient(46deg, rgb(219, 209, 201) 0%, rgb(230, 221, 210) 100%);
}

.heroCream {
  background-color: #fff;
  background-image: url(images/hero-bg.webp);
  background-size: cover;
  background-position: center;
}
.heroCream h1 {
  line-height: 1;
  margin-bottom: 5px;
}
.heroCream ul {
  border-top: 1px solid #027EC3;
  list-style: none;
  margin: 0;
  padding: 0;
}
.heroCream ul li {
  border-bottom: 1px solid #027EC3;
  padding: 10px 0;
}
.heroCream strong {
  color: #027EC3;
}

.imgfix img {
  display: block;
}

.bigPad .padded {
  padding: 3rem;
}

.btn.ghost {
  background: transparent;
  border: 2px solid #fff;
}
.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

.heroLotion h1 {
  line-height: 1;
  margin-bottom: 5px;
}
.heroLotion ul {
  border-top: 1px solid #c45499;
  list-style: none;
  margin: 0;
  padding: 0;
}
.heroLotion ul li {
  border-bottom: 1px solid #c45499;
  padding: 10px 0;
}
.heroLotion strong {
  color: #c45499;
}

.heroOintment h1 {
  line-height: 1;
  margin-bottom: 5px;
}
.heroOintment ul {
  border-top: 1px solid #72b02c;
  list-style: none;
  margin: 0;
  padding: 0;
}
.heroOintment ul li {
  border-bottom: 1px solid #72b02c;
  padding: 10px 0;
}
.heroOintment strong {
  color: #72b02c;
}
