/*
* Flyout
 */
body {
  --primaryColor: #249C89;
  --secondaryColor: #E29B2F;
  --thirdColor: #125F54;
  --lightPrimary: #D7F6F1;
  --lightSecondary: #e7ac53;
}
/*
* Dynamic generation is currently disabled. These files will load as is.
*/
/*
 * Zoom Plugin
 */
.zoomContainer {
  position: relative;
  margin: 0 auto;
}
.disableThisItemZooming.zooming .zoomContainer .zoom:before {
  display: none;
}
.zoomContainer .zoom {
  line-height: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: none;
  user-select: none;
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  margin: 0 auto;
  background: #fff;
}
.zoomContainer .zoom .zooming {
  position: relative;
}
.zoomContainer .zoom .zooming:before {
  opacity: 1;
}
.zoomContainer .zoom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: inherit;
  opacity: 0;
  transition: opacity .4s ease-in-out 0s;
}
.zoomContainer .zoom img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  z-index: 8;
}
.zoomContainer .zoom .portal {
  z-index: 10;
}
.zoomContainer .zoom .portal img {
  max-width: none;
}
.zoomContainer .loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.zoomContainer .loader img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  display: block;
}
.zoomContainer .clickToLoad {
  display: block;
  background: #fff;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 0px;
  pointer-events: none;
  z-index: 8;
}
.zoomContainer .clickToLoad i {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
}
.tabs {
  float: none;
  clear: both;
  width: 100%;
}
.tabsNav {
  float: none;
  clear: both;
  width: 100%;
}
.tabsNav li a {
  text-decoration: none;
}
.tabsNav .chosen-container {
  cursor: pointer;
}
.tabsNav .chosen-container li {
  width: 100%;
}
.tabsContentWrap {
  float: none;
  clear: both;
  width: 100%;
}
.tabsContentWrap .tabContent {
  float: none;
  clear: both;
  width: 100%;
}
.mtcTabsInitialised .tabsContentWrap .tabContent {
  display: none;
}
.mtcTabsInitialised .tabsContentWrap .tabContent .tabTitle {
  display: none;
}
.accordionWrap {
  *zoom: 1;
}
.accordionWrap:before,
.accordionWrap:after {
  content: "";
  display: table;
}
.accordionWrap:after {
  clear: both;
}
.accordionWrap .tabsNav {
  border-bottom: 0;
}
.accordionWrap .tabsNav.active a:after {
  transform: rotate(180deg);
}
.accordionWrap .tabsNav a:after {
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7em;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.wrapper404 {
  position: relative;
  padding: 96px 0 120px;
}
.content404 {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 20vh;
}
.content404 .logo404 img {
  margin-bottom: 50px;
}
/*
 * Slick Styles
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 0 54px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.slick-slider .slick-track {
  perspective: 1px;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  transform: translate3d(0, 0, 0);
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: none;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  width: auto;
  height: auto;
  opacity: 1;
}
.slick-dots li button {
  position: relative;
  height: 24px;
  width: 24px;
  margin: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: 0;
  opacity: 1;
}
.slick-dots li button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #249C89;
  opacity: 0.24;
  transition: all 200ms linear;
}
.darkBg .slick-dots li button:after {
  background: #fff;
}
.slick-dots li button:focus {
  border: none;
  outline: 0;
}
.slick-dots li button:hover:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slick-dots li button:active:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slick-dots li.slick-active button {
  background: transparent;
  opacity: 1;
}
.slick-dots li.slick-active button:after {
  opacity: 1 !important;
}
.slick-prev,
.slick-next {
  height: 48px;
  width: 48px;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: 24px;
  transform: translateY(-50%);
  z-index: 5;
  margin: -24px 0 0 0;
}
.slick-prev.slick-prev,
.slick-next.slick-prev {
  left: 24px;
  right: auto;
}
.slick-prev.slick-prev:after,
.slick-next.slick-prev:after {
  color: inherit;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1.7142857142857142rem;
  line-height: 24px;
  font-weight: 300;
  right: auto;
  left: 0;
}
.slick-prev:after,
.slick-next:after {
  color: inherit;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #249C89;
  font-size: 1.7142857142857142rem;
  line-height: 24px;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  text-indent: 0;
  opacity: 0.24;
  transition: all 200ms linear;
}
.darkBg .slick-prev:after,
.darkBg .slick-next:after {
  color: #fff;
}
.slick-prev:focus,
.slick-next:focus {
  border: none;
  outline: 0;
}
.slick-prev:hover:after,
.slick-next:hover:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slick-prev:active:after,
.slick-next:active:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slickNavigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slickNavigation .slickNav .slick-prev,
.slickNavigation .slickNav .slick-next {
  position: relative;
  height: 24px;
  width: 24px;
  margin: 0 0 0 5px;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent;
  border-radius: 0;
  border: none;
  outline: 0;
  opacity: 1;
  left: auto;
  right: auto;
  transform: none;
}
.slickNavigation .slickNav .slick-prev.slick-prev,
.slickNavigation .slickNav .slick-next.slick-prev {
  left: auto;
  right: auto;
  transform: none;
  margin: 0 5px 0 0;
}
.slickNavigation .slickNav .slick-prev.slick-prev:after,
.slickNavigation .slickNav .slick-next.slick-prev:after {
  color: inherit;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 300;
}
.slickNavigation .slickNav .slick-prev:after,
.slickNavigation .slickNav .slick-next:after {
  color: inherit;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #249C89;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  opacity: 0.24;
  transition: all 200ms linear;
}
.darkBg .slickNavigation .slickNav .slick-prev:after,
.darkBg .slickNavigation .slickNav .slick-next:after {
  color: #fff;
}
.slickNavigation .slickNav .slick-prev:focus,
.slickNavigation .slickNav .slick-next:focus {
  border: none;
  outline: 0;
}
.slickNavigation .slickNav .slick-prev:hover:after,
.slickNavigation .slickNav .slick-next:hover:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slickNavigation .slickNav .slick-prev:active:after,
.slickNavigation .slickNav .slick-next:active:after {
  opacity: 1;
  transition: all 200ms linear;
}
.slickNavigation .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.slideshowLeftArrow,
.slideshowRightArrow {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 1.7857142857142858rem;
  line-height: 40px;
  cursor: pointer;
  transition: background 0.5s;
  z-index: 4000;
  color: #171717;
  margin: -20px 0 0;
  padding: 0 0 0 0.1em;
}
.slideshowLeftArrow:focus,
.slideshowRightArrow:focus {
  border: none;
  outline: none;
}
.slideshowLeftArrow i,
.slideshowRightArrow i {
  color: #171717;
  display: block;
}
.slideshowLeftArrow:hover,
.slideshowRightArrow:hover {
  background: #fff;
}
.slideshowLeftArrow {
  padding: 0 0.1em 0 0;
  left: 30px;
}
.slideshowRightArrow {
  right: 30px;
}
/*
 * Site Map Styling
 */
.siteMapWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  clear: both;
}
.siteMapWrap:before,
.siteMapWrap:after {
  content: "";
  display: table;
}
.siteMapWrap:after {
  clear: both;
}
.siteMapWrap:before,
.siteMapWrap:after {
  content: "";
  display: table;
}
.siteMapWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .siteMapWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .siteMapWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .siteMapWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .siteMapWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.siteMapWrap:before,
.siteMapWrap:after {
  content: "";
  display: table;
}
.siteMapWrap:after {
  clear: both;
}
.siteMapWrap .siteMapColumn {
  margin: 0 20px 20px 0;
  float: left;
}
@media all and (min-width: 801px) {
  .siteMapWrap .siteMapColumn {
    width: calc((100% - (20px * 2)) / 3);
    margin-right: 20px;
  }
  .siteMapWrap .siteMapColumn:nth-child(3n) {
    margin-right: 0;
  }
  .siteMapWrap .siteMapColumn:nth-child(3n + 1) {
    clear: both;
  }
}
@media all and (min-width: 640px) and (max-width: 800px) {
  .siteMapWrap .siteMapColumn {
    width: calc(50% - 20px);
  }
  .siteMapWrap .siteMapColumn:nth-child(2n) {
    margin-right: 0;
  }
  .siteMapWrap .siteMapColumn:nth-child(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .siteMapWrap .siteMapColumn {
    margin: 0 0 20px;
    width: 100%;
  }
}
.siteMapWrap ul {
  padding: 0 0 0 20px;
}
.siteMapWrap ul li {
  list-style-type: square;
}
/*
 * Responsive styles for mobile size tables
 */
@media all and (max-width: 640px) {
  table.responsive {
    margin-bottom: 0;
  }
  table.responsive th,
  table.responsive td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child {
    display: none;
  }
  table.responsive .pinned td {
    display: none;
  }
  .tableWrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #F3F3F3;
  }
  .tableWrapper .scrollable {
    margin-left: 35%;
    overflow: scroll;
    overflow-y: hidden;
  }
  .tableWrapper .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #F3F3F3;
    border-left: 1px solid #F3F3F3;
  }
  .tableWrapper .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .tableWrapper .pinned table th,
  .tableWrapper .pinned table td {
    white-space: nowrap;
  }
  .tableWrapper .pinned table td:last-child {
    border-bottom: 0;
  }
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
 ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/*
 * Base Styles
 */
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
#map img {
  max-width: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/*
 * Text Selection Colours
 */
::-moz-selection {
  background: rgba(226, 155, 47, 0.8);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgba(226, 155, 47, 0.8);
  color: #fff;
  text-shadow: none;
}
/*
 * Horizontal Rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #F3F3F3;
  color: #333;
  margin: 2em 0;
  padding: 0;
  clear: both;
}
p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
/*
 * Form Reset Styles
 */
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
#billingAddressListRow {
  display: none;
}
.hideme {
  display: none !important;
}
/*
 * Clearing for general use
 */
.clear {
  clear: both;
}
/*
 * Relative Positioning
 */
.relative {
  position: relative;
}
/*
 * Images
 */
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * Lists
 */
ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
ul:before,
ul:after {
  content: "";
  display: table;
}
ul:after {
  clear: both;
}
ul li {
  list-style-type: none;
}
ol {
  margin: 0 0 0 26px;
  padding: 0 0 20px 0;
  list-style-type: decimal;
}
ol li {
  padding-left: 10px;
}
/*
 * Nav List
 */
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style-type: none;
}
/*
 * Basic List
 */
/*
 * mtc. footer attribution styling
 */
.copyrightBlock {
  font-weight: inherit !important;
}
.copyrightBlock a {
  text-decoration: none;
}
.copyrightBlock a strong {
  font-weight: inherit !important;
}
.copyrightBlock a:hover,
.copyrightBlock a:active {
  color: #0f55c4;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Centre Elements
 */
.centerPush {
  position: relative;
  float: left;
  left: 50%;
}
.centerPull {
  position: relative;
  float: right;
  right: 50%;
}
@media all and (max-width: 640px) {
  .mobilePush {
    position: relative;
    float: left;
    left: 50%;
  }
  .mobilePull {
    position: relative;
    float: right;
    right: 50%;
  }
}
/*
 * Browser Compatibility Warning
 */
.compatibilityMessage {
  display: none;
  width: 100%;
  padding: 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #0f55c4;
  color: #fff;
  border-bottom: 3px solid #fff;
  text-align: center;
  cursor: pointer;
}
.compatibilityMessage span {
  text-decoration: underline;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Low Content
 */
.lowContent {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  padding: 40px 0;
  text-align: center;
  clear: both;
}
.lowContent:before,
.lowContent:after {
  content: "";
  display: table;
}
.lowContent:after {
  clear: both;
}
.lowContent:before,
.lowContent:after {
  content: "";
  display: table;
}
.lowContent:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .lowContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .lowContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .lowContent {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .lowContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lowContent:before,
.lowContent:after {
  content: "";
  display: table;
}
.lowContent:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .lowContent {
    min-height: 700px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .lowContent {
    min-height: 500px;
  }
}
/*
 * Site Styles
 */
.wrapper {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.462;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #171717;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.flyoutActive,
body.noScroll {
  height: 100%;
  overflow: hidden;
}
/*
 * Style Guide
 */
.styleGuideWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.styleGuideWrap:before,
.styleGuideWrap:after {
  content: "";
  display: table;
}
.styleGuideWrap:after {
  clear: both;
}
.styleGuideWrap:before,
.styleGuideWrap:after {
  content: "";
  display: table;
}
.styleGuideWrap:after {
  clear: both;
}
.styleGuideWrap:before,
.styleGuideWrap:after {
  content: "";
  display: table;
}
.styleGuideWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .styleGuideWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .styleGuideWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .styleGuideWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .styleGuideWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 640px) {
  .styleGuideWrap {
    padding: 0 20px;
  }
}
.styleGuideWrap .styleGuideSectionMainTitle {
  *zoom: 1;
  padding: 80px 0;
  width: 100%;
}
.styleGuideWrap .styleGuideSectionMainTitle:before,
.styleGuideWrap .styleGuideSectionMainTitle:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideSectionMainTitle:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .styleGuideWrap .styleGuideSectionMainTitle {
    padding: 20px 0 40px;
  }
}
.styleGuideWrap .styleGuideSectionMainTitle h1 {
  margin: 0;
}
.styleGuideWrap .styleGuideColumn {
  *zoom: 1;
  float: left;
  width: calc(50% - 40px);
  margin: 0;
}
.styleGuideWrap .styleGuideColumn:before,
.styleGuideWrap .styleGuideColumn:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideColumn:after {
  clear: both;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .styleGuideWrap .styleGuideColumn {
    margin: 0 80px 0 0;
  }
  .styleGuideWrap .styleGuideColumn.last {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .styleGuideWrap .styleGuideColumn {
    width: 100%;
    margin: 0 0 40px;
  }
}
.styleGuideWrap .styleGuideColumn section {
  *zoom: 1;
  margin-bottom: 40px;
  clear: both;
  width: 100%;
}
.styleGuideWrap .styleGuideColumn section:before,
.styleGuideWrap .styleGuideColumn section:after {
  content: "";
  display: table;
}
.styleGuideWrap .styleGuideColumn section:after {
  clear: both;
}
.styleGuideWrap .styleGuideColumn section .styleGuideSectionTitle {
  text-transform: uppercase;
  font-size: 0.9285714285714286em;
  margin: 0 0 16px;
  font-weight: normal;
  letter-spacing: 0;
}
.styleGuideWrap .styleGuideColumn section.noMargin {
  margin: 0;
}
/*
 * Colour Swatches
 */
.colourSwatchWrap {
  *zoom: 1;
  clear: both;
}
.colourSwatchWrap:before,
.colourSwatchWrap:after {
  content: "";
  display: table;
}
.colourSwatchWrap:after {
  clear: both;
}
.colourSwatchWrap ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.colourSwatchWrap ul:before,
.colourSwatchWrap ul:after {
  content: "";
  display: table;
}
.colourSwatchWrap ul:after {
  clear: both;
}
.colourSwatchWrap ul li {
  color: #fff;
  list-style-type: none;
  float: left;
  width: 124px;
  margin: 0 20px 20px 0;
  background: #249C89;
  height: 80px;
  text-align: center;
  font-size: 0.7857142857142857em;
  padding: 0;
}
.colourSwatchWrap ul li:nth-child(4n) {
  margin-right: 0;
}
.colourSwatchWrap ul li:nth-child(4n + 1) {
  clear: both;
}
.colourSwatchWrap ul li span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.colourSwatchWrap ul li:nth-child(1) {
  background: #249C89;
}
.colourSwatchWrap ul li:nth-child(2) {
  background: #E29B2F;
}
.colourSwatchWrap ul li:nth-child(3) {
  background: #125F54;
}
.colourSwatchWrap ul li:nth-child(4) {
  background: #F4F4F4;
  color: #FFFFFF;
}
.colourSwatchWrap ul li:nth-child(5) {
  background: 0;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  color: #FFFFFF;
}
.colourSwatchWrap ul li:nth-child(6) {
  background: #e84f4f;
}
.colourSwatchWrap ul li:nth-child(7) {
  background: #2c79ad;
}
.colourSwatchWrap ul li:nth-child(8) {
  background: #458546;
}
.colourSwatchWrap ul li:nth-child(9) {
  background: #171717;
}
.colourSwatchWrap ul li:nth-child(10) {
  background: #E29B2F;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Mixins
 */
/*
 * Converts letter-spacing pixel values into ems
 * For consistent letter-spacing values throughout and equal to those in designs
 */
/*
 * Navigation Style
 */
/*
 * Edge to edge navigation
 */
/*
 * Fade Dropdown Hover
 */
/*
 * List styles
 */
/*
 * Column Based Grid
 *
 * To use this grid you need a colGroup to surround the grid
 * items.  You can call this simply by using .col(12); in your
 * css within your media queries but classes have been autogenerated
 * for the desktop, tablet and mobile media queries that will allow
 * you to control layout with helper classes prefixed with your desired
 * media query.
 *
 * Using the classes "desktop_grid_23 tablet_grid_23 mobile_grid_23"
 * means you can set the desired amount of columns at each breakpoint
 * within the markup.
 */
/*
.colGroup {
    .colGroup();
}
 */
@media all and (min-width:  1400px ) {
  .desktop_grid_24 {
    float: none;
    clear: both;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_24 {
    float: none;
    clear: both;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_24 {
    float: none;
    clear: both;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_23 {
    float: none;
    clear: both;
    width: 4.34782609%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_23 {
    float: none;
    clear: both;
    width: 4.34782609%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_23 {
    float: none;
    clear: both;
    width: 4.34782609%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_22 {
    float: none;
    clear: both;
    width: 4.54545455%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_22 {
    float: none;
    clear: both;
    width: 4.54545455%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_22 {
    float: none;
    clear: both;
    width: 4.54545455%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_21 {
    float: none;
    clear: both;
    width: 4.76190476%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_21 {
    float: none;
    clear: both;
    width: 4.76190476%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_21 {
    float: none;
    clear: both;
    width: 4.76190476%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_20 {
    float: none;
    clear: both;
    width: 5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_20 {
    float: none;
    clear: both;
    width: 5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_20 {
    float: none;
    clear: both;
    width: 5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_19 {
    float: none;
    clear: both;
    width: 5.26315789%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_19 {
    float: none;
    clear: both;
    width: 5.26315789%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_19 {
    float: none;
    clear: both;
    width: 5.26315789%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_18 {
    float: none;
    clear: both;
    width: 5.55555556%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_18 {
    float: none;
    clear: both;
    width: 5.55555556%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_18 {
    float: none;
    clear: both;
    width: 5.55555556%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_17 {
    float: none;
    clear: both;
    width: 5.88235294%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_17 {
    float: none;
    clear: both;
    width: 5.88235294%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_17 {
    float: none;
    clear: both;
    width: 5.88235294%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_16 {
    float: none;
    clear: both;
    width: 6.25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_16 {
    float: none;
    clear: both;
    width: 6.25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_16 {
    float: none;
    clear: both;
    width: 6.25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_15 {
    float: none;
    clear: both;
    width: 6.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_15 {
    float: none;
    clear: both;
    width: 6.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_15 {
    float: none;
    clear: both;
    width: 6.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_14 {
    float: none;
    clear: both;
    width: 7.14285714%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_14 {
    float: none;
    clear: both;
    width: 7.14285714%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_14 {
    float: none;
    clear: both;
    width: 7.14285714%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_13 {
    float: none;
    clear: both;
    width: 7.69230769%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_13 {
    float: none;
    clear: both;
    width: 7.69230769%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_13 {
    float: none;
    clear: both;
    width: 7.69230769%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_12 {
    float: none;
    clear: both;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_12 {
    float: none;
    clear: both;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_12 {
    float: none;
    clear: both;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_11 {
    float: none;
    clear: both;
    width: 9.09090909%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_11 {
    float: none;
    clear: both;
    width: 9.09090909%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_11 {
    float: none;
    clear: both;
    width: 9.09090909%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_10 {
    float: none;
    clear: both;
    width: 10%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_10 {
    float: none;
    clear: both;
    width: 10%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_10 {
    float: none;
    clear: both;
    width: 10%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_9 {
    float: none;
    clear: both;
    width: 11.11111111%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_9 {
    float: none;
    clear: both;
    width: 11.11111111%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_9 {
    float: none;
    clear: both;
    width: 11.11111111%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_8 {
    float: none;
    clear: both;
    width: 12.5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_8 {
    float: none;
    clear: both;
    width: 12.5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_8 {
    float: none;
    clear: both;
    width: 12.5%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_7 {
    float: none;
    clear: both;
    width: 14.28571429%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_7 {
    float: none;
    clear: both;
    width: 14.28571429%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_7 {
    float: none;
    clear: both;
    width: 14.28571429%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_6 {
    float: none;
    clear: both;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_6 {
    float: none;
    clear: both;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_6 {
    float: none;
    clear: both;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_5 {
    float: none;
    clear: both;
    width: 20%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_5 {
    float: none;
    clear: both;
    width: 20%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_5 {
    float: none;
    clear: both;
    width: 20%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_4 {
    float: none;
    clear: both;
    width: 25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_4 {
    float: none;
    clear: both;
    width: 25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_4 {
    float: none;
    clear: both;
    width: 25%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_3 {
    float: none;
    clear: both;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_3 {
    float: none;
    clear: both;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_3 {
    float: none;
    clear: both;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_2 {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_2 {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_2 {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1400px ) {
  .desktop_grid_1 {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .desktop_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .tablet_grid_1 {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .tablet_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .mobile_grid_1 {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .mobile_grid_1 {
    margin-bottom: 0;
  }
}
/*
 * Equal width grid helper
 *
 * To use this grid helper you simply need to use .grid(4);
 * in your CSS which will make all elements the same width, removing
 * margin on the number of elements specified and clearing the first
 * element of the next row.  You can optionally specify an override
 * of the default gutter width.
 */
/*
 * Deprecated Mixins - DON'T USE THESE
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/core/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/core/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/core/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/core/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/core/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/core/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Vanilla Datepicker Styles
 */
.row .datepickerWrap {
  position: relative;
  *zoom: 1;
  max-width: 100%;
  clear: both;
}
.row .datepickerWrap:before,
.row .datepickerWrap:after {
  content: "";
  display: table;
}
.row .datepickerWrap:after {
  clear: both;
}
.row .datepickerWrap input[type="text"] {
  float: none;
}
.row .datepickerWrap:after {
  color: inherit;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}
.datePicker {
  cursor: pointer;
  width: 65%;
}
.ui-datepicker {
  background: #F4F4F4;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 3px 3px;
  z-index: 10000 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  z-index: 999;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.1428571428571428rem;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #F3F3F3;
}
@media all and (max-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 1.1428571428571428rem;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  color: #171717 !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  font-size: 1.5714285714285714rem;
  color: inherit;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  font-size: 1.7857142857142858rem;
  color: inherit;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  left: 0;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
  table-layout: auto;
  background: #fff;
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead {
  color: #E29B2F;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  padding: 7.5px 9px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  position: relative;
  font-size: 0.8571428571428571rem;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar th.ui-state-disabled,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  color: #171717;
}
.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar td a:active,
.ui-datepicker .ui-datepicker-calendar td a:focus {
  color: #E29B2F;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: rgba(36, 156, 137, 0.3);
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background: #249C89;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 5px 10px;
  *zoom: 1;
}
.ui-datepicker .ui-datepicker-buttonpane:before,
.ui-datepicker .ui-datepicker-buttonpane:after {
  content: "";
  display: table;
}
.ui-datepicker .ui-datepicker-buttonpane:after {
  clear: both;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary {
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
  float: right;
}
.ui-datepicker .ui-slider {
  position: relative;
  background: rgba(23, 23, 23, 0.5);
}
.ui-datepicker .ui-slider-horizontal {
  height: 12px;
}
.ui-datepicker .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  touch-action: none;
  top: -4px;
  margin: 0 0 0 -6px;
  background: #171717;
  font-weight: normal;
}
.ui-datepicker .ui_tpicker_time_label,
.ui-datepicker .ui_tpicker_hour_label,
.ui-datepicker .ui_tpicker_minute_label {
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  clear: both;
}
.ui-datepicker .ui_tpicker_hour,
.ui-datepicker .ui_tpicker_minute {
  display: block;
  margin: 0 20px 10px;
  width: calc(100% - 40px);
}
.ui-datepicker .ui_tpicker_time_input[disabled] {
  background: none;
  border: none;
}
.ui-datepicker .ui_tpicker_time_label {
  float: left;
  width: 100px;
}
.ui-datepicker .ui_tpicker_time {
  float: left;
  width: calc(100% - 110px);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui_tpicker_unit_hide {
  display: none;
}
/*
 * Service List
 */
.serviceListWrap {
  *zoom: 1;
  padding: 0 20px;
  clear: both;
}
.serviceListWrap:before,
.serviceListWrap:after {
  content: "";
  display: table;
}
.serviceListWrap:after {
  clear: both;
}
.serviceListWrap ul {
  *zoom: 1;
}
.serviceListWrap ul:before,
.serviceListWrap ul:after {
  content: "";
  display: table;
}
.serviceListWrap ul:after {
  clear: both;
}
.serviceListWrap ul li {
  text-align: center;
}
@media all and (min-width:  1400px ) {
  .serviceListWrap ul li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (4 - 1))) / 4);
  }
  .serviceListWrap ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .serviceListWrap ul li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 640px) {
  .serviceListWrap ul li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
  }
  .serviceListWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .serviceListWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
.serviceListWrap ul li .imageWrap {
  margin-bottom: 20px;
}
/*
 * Jobs Pages Styling
 */
/* Jobs listing page styles */
.jobGrid {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-right: -12px;
  margin-left: -12px;
}
.jobGrid:before,
.jobGrid:after {
  display: none;
}
.jobGrid > li {
  float: none;
  clear: both;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
  margin-bottom: 80px;
}
.noBottomMargin .jobGrid > li {
  margin-bottom: 0;
}
@media all and (max-width: 1120px) {
  .jobGrid > li {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
    margin-bottom: 40px;
  }
  .noBottomMargin .jobGrid > li {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .jobGrid > li {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
    margin-bottom: 40px;
  }
  .noBottomMargin .jobGrid > li {
    margin-bottom: 0;
  }
}
.jobGrid .articleWrap {
  color: #171717;
  text-decoration: none;
  padding: 24px;
  background: #F4F4F4;
}
.jobGrid .articleWrap .location {
  font-size: 1rem;
  line-height: 24px;
  color: inherit;
  letter-spacing: 0.01px;
  margin: 0 0 4px;
}
.jobGrid .articleWrap .title {
  font-size: 1.7857142857142858rem;
  line-height: 29px;
  color: inherit;
  letter-spacing: 0.01px;
  margin: 0 0 16px;
  font-weight: 400;
}
.jobGrid .articleWrap .summary {
  font-size: 1rem;
  line-height: 16px;
  color: inherit;
  letter-spacing: 0;
  margin: 0;
}
.jobGrid .articleWrap .buttonWrap {
  padding-top: 24px;
  margin-top: auto;
}
.jobGrid .articleWrap .buttonWrap button {
  margin: 0;
  width: 100%;
}
.jobGrid .imageWrap {
  width: 100%;
  padding-bottom: 46.43%;
  position: relative;
  overflow: hidden;
  background: #e7e7e7;
}
.jobGrid .imageWrap img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 1000ms;
}
.jobGrid a:hover .imageWrap img,
.jobGrid a:active .imageWrap img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 1000ms;
}
.jobWrapper {
  padding: 120px 0 94px;
}
@media all and (max-width: 1380px) {
  .jobWrapper {
    padding: 80px 0 94px;
  }
}
@media all and (max-width: 1120px) {
  .jobWrapper {
    padding: 56px 0;
  }
}
@media all and (max-width: 640px) {
  .jobWrapper {
    padding: 40px 0;
  }
}
.jobWrapper .articlesWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.jobWrapper .articlesWrap:before,
.jobWrapper .articlesWrap:after {
  content: "";
  display: table;
}
.jobWrapper .articlesWrap:after {
  clear: both;
}
.jobWrapper .articlesWrap:before,
.jobWrapper .articlesWrap:after {
  content: "";
  display: table;
}
.jobWrapper .articlesWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .jobWrapper .articlesWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .jobWrapper .articlesWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .jobWrapper .articlesWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .jobWrapper .articlesWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.jobWrapper .paginationWrap {
  padding: 0;
}
.emptyJobs {
  padding: 80px 0;
}
.emptyJobs h2 {
  font-size: 2.2857142857142856rem;
  line-height: 40px;
  margin: 0 0 8px;
  text-align: center;
  font-weight: 400;
}
.emptyJobs p {
  margin: 0;
  text-align: center;
}
/* Jobs full page styles */
.jobPageFull {
  display: flex;
}
@media all and (max-width: 1120px) {
  .jobPageFull {
    flex-wrap: wrap;
  }
}
.jobPageFull:before,
.jobPageFull:after {
  display: none;
}
.jobPageFull .jobDetails {
  width: 100%;
  flex: 1 1;
  flex-basis: 100%;
  float: none;
  clear: both;
  padding-right: 96px;
}
@media all and (max-width: 1200px) {
  .jobPageFull .jobDetails {
    padding-right: 48px;
  }
}
@media all and (max-width: 1120px) {
  .jobPageFull .jobDetails {
    width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.jobPageFull .jobDetails .topDetails {
  width: 100%;
  float: none;
  clear: both;
  margin: 0 0 24px;
  display: block;
}
.jobPageFull .jobDetails .topDetails .headerWrapper {
  float: none;
  clear: both;
  display: flex;
  width: 100%;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #F3F3F3;
}
.jobPageFull .jobDetails .topDetails .headerWrapper .titleWrap {
  margin: 0;
  padding: 0;
}
.jobPageFull .jobDetails .topDetails .headerWrapper .titleWrap .innerText {
  padding: 0;
}
.jobPageFull .jobDetails .topDetails .metaData {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #F3F3F3;
}
.jobPageFull .jobDetails .topDetails .metaData ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jobPageFull .jobDetails .topDetails .metaData ul li {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  display: flex;
}
.jobPageFull .jobDetails .topDetails .metaData ul li h6,
.jobPageFull .jobDetails .topDetails .metaData ul li h5 {
  font-size: 1rem;
  line-height: 24px;
  color: #171717;
  opacity: 1;
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.jobPageFull .jobDetails .topDetails .metaData ul li h6 {
  margin-bottom: 4px;
  width: 200px;
}
.jobPageFull .jobDetails .topDetails .metaData ul li h5 {
  margin: 0;
  width: calc(100% - 200px);
  padding-left: 16px;
}
.jobPageFull .jobDetails .topDetails .imageWrap {
  width: 95px;
  float: left;
  margin: 0 20px 0 0;
}
.jobPageFull .jobDetails .jobContent {
  padding: 24px 0;
}
@media all and (max-width: 640px) {
  .jobPageFull .jobDetails .jobContent {
    padding: 0;
  }
}
.jobPageFull .jobFormWrap {
  width: 500px;
  flex: 0 0 500px;
  float: none;
  clear: both;
  padding-top: 12px;
}
@media all and (max-width: 1200px) {
  .jobPageFull .jobFormWrap {
    width: 400px;
    flex: 0 0 400px;
  }
}
@media all and (max-width: 1120px) {
  .jobPageFull .jobFormWrap {
    width: 100%;
    flex: 0 0 100%;
    padding-top: 40px;
  }
}
.jobPageFull .buttonWrapper {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #F3F3F3;
  width: 100%;
}
.jobPageFull .buttonWrapper .button {
  margin: 0;
}
.jobPageFull .buttonWrapper.desktopBackButton {
  display: block;
}
@media all and (max-width: 1120px) {
  .jobPageFull .buttonWrapper.desktopBackButton {
    display: none;
  }
}
.jobPageFull .buttonWrapper.mobileBackButton {
  display: none;
  margin-top: 40px;
}
@media all and (max-width: 1120px) {
  .jobPageFull .buttonWrapper.mobileBackButton {
    display: block;
  }
}
/*
* Banner
*/
.jobsBanner {
  padding: 88px 0 80px;
  background: #fff;
  float: none;
  clear: both;
  width: 100%;
}
.jobsBanner.darkBg {
  background: #249C89;
}
.jobsBanner .introBlock .introTitle + .introContentWrap {
  max-width: 100%;
  width: 100%;
}
.jobsBanner .noListings {
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto 40px auto;
  opacity: 0.64;
}
.jobsBanner .noListings h4 {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  margin: 8px;
  text-align: inherit;
}
.jobsBanner .noListings p {
  font-size: 1rem;
  line-height: 16px;
  opacity: 0.64;
  text-align: inherit;
}
.jobsListBannerWrap {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
}
.jobsListBannerWrap ul {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
}
.jobsListBannerWrap ul:before,
.jobsListBannerWrap ul:after {
  display: none;
}
.jobsListBannerWrap ul li {
  width: 100%;
}
.jobsListBannerWrap ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  color: #171717;
  font-size: 1rem;
  line-height: 16px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 200ms linear, background 200ms linear;
}
@media all and (max-width: 640px) {
  .jobsListBannerWrap ul li a {
    flex-wrap: wrap;
  }
}
.darkBg .jobsListBannerWrap ul li a {
  color: #fff;
}
.jobsListBannerWrap ul li a:hover {
  color: #E29B2F;
  transition: color 200ms linear, background 200ms linear;
}
.darkBg .jobsListBannerWrap ul li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
.jobsListBannerWrap ul li a:active {
  color: #c3801b;
  transition: color 200ms linear, background 200ms linear;
}
.darkBg .jobsListBannerWrap ul li a:active {
  background: rgba(255, 255, 255, 0.1);
}
.jobsListBannerWrap ul li h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0;
  opacity: 0.64;
}
.jobsListBannerWrap ul li h5 {
  font-size: 1.1428571428571428rem;
  line-height: 18px;
  margin: 0;
}
.jobsListBannerWrap ul li .title {
  padding: 0 40px;
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .jobsListBannerWrap ul li .title {
    padding: 0 24px 24px 24px;
    width: 100%;
  }
}
.jobsListBannerWrap ul li .location {
  padding: 0 24px;
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .jobsListBannerWrap ul li .location {
    width: 50%;
    flex: 0 0 50%;
    justify-content: flex-start;
  }
}
.jobsListBannerWrap ul li .actions {
  padding: 0 40px;
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 640px) {
  .jobsListBannerWrap ul li .actions {
    padding: 0 24px;
    width: 50%;
    flex: 0 0 50%;
    justify-content: flex-end;
  }
}
.jobsListBannerWrap ul li .actions span i {
  margin-left: 10px;
}
/*
 * Introduction text block
 */
.introductionTextBlock {
  *zoom: 1;
  padding: 60px 20px;
  text-align: center;
}
.introductionTextBlock:before,
.introductionTextBlock:after {
  content: "";
  display: table;
}
.introductionTextBlock:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .introductionTextBlock {
    padding: 30px 0;
  }
}
.introductionTextBlock .innerText,
.introductionTextBlock .title {
  max-width: 900px;
  margin: 0 auto 32px;
}
/*
 * Image Text Callout
 */
.imageTextWrap {
  *zoom: 1;
  clear: both;
  padding: 20px;
}
.imageTextWrap:before,
.imageTextWrap:after {
  content: "";
  display: table;
}
.imageTextWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .imageTextWrap {
    padding-bottom: 0;
  }
}
.imageTextWrap .imageWrap {
  width: calc(50% - 10px);
}
.imageTextWrap .textWrap {
  width: calc(50% - 10px);
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (min-width:  1400px ) {
  .imageTextWrap .textWrap .innerText {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.imageTextWrap .textWrap .innerText .description {
  margin: 0 0 20px;
}
.imageTextWrap .imageWrap,
.imageTextWrap .textWrap {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .imageTextWrap .imageWrap,
  .imageTextWrap .textWrap {
    width: 100%;
  }
}
.imageTextWrap .textWrap {
  margin-right: 0;
}
.imageTextWrap.imageRight .imageWrap {
  margin-right: 0;
  float: right;
}
.imageTextWrap.imageRight .textWrap {
  margin-right: 20px;
}
@media all and (max-width: 640px) {
  .imageTextWrap .imageWrap,
  .imageTextWrap .textWrap {
    margin-right: 0;
  }
}
.imageTextWrap .button,
.imageTextWrap .buttonAlt {
  margin: 0;
}
.lightBackground {
  background: #F4F4F4;
}
/*
 * Group List Listing
 */
.groupListWrap .groupList {
  *zoom: 1;
  margin-bottom: 30px;
}
.groupListWrap .groupList:before,
.groupListWrap .groupList:after {
  content: "";
  display: table;
}
.groupListWrap .groupList:after {
  clear: both;
}
.groupListWrap .groupList li {
  *zoom: 1;
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid #F3F3F3;
}
.groupListWrap .groupList li:before,
.groupListWrap .groupList li:after {
  content: "";
  display: table;
}
.groupListWrap .groupList li:after {
  clear: both;
}
.groupListWrap .groupList li .imageWrap {
  float: right;
  width: 260px;
  margin-left: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1399px ) {
  .groupListWrap .groupList li .imageWrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media all and (min-width:  1400px ) {
  .groupListWrap .groupList li .imageWrap + .innerText {
    width: calc(100% - 290px);
  }
}
.groupListWrap .groupList li .groupListDescription {
  margin: 0 0 32px;
}
.groupListWrap .groupList li .groupListTitle {
  line-height: 1;
}
.groupListWrap .groupList li .groupListTitle a {
  color: #171717;
  text-decoration: none;
}
.groupListWrap .groupList li .groupListReadMore {
  margin: 0 0 32px;
}
/*
 * Group Grid Listing
 */
.groupGridWrap .groupGridList {
  *zoom: 1;
  margin-bottom: 30px;
}
.groupGridWrap .groupGridList:before,
.groupGridWrap .groupGridList:after {
  content: "";
  display: table;
}
.groupGridWrap .groupGridList:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .groupGridWrap .groupGridList li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (3 - 1))) / 3);
  }
  .groupGridWrap .groupGridList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .groupGridWrap .groupGridList li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .groupGridWrap .groupGridList li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
  }
  .groupGridWrap .groupGridList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .groupGridWrap .groupGridList li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .groupGridWrap .groupGridList li {
    margin-bottom: 32px;
  }
}
.groupGridWrap .groupGridList li .imageWrap,
.groupGridWrap .groupGridList li .groupGridDescription {
  margin: 0 0 32px;
}
.groupGridWrap .groupGridList li .groupGridTitle {
  margin: 0 0 16px;
  line-height: 1;
}
.groupGridWrap .groupGridList li .groupGridTitle a {
  color: #171717;
  text-decoration: none;
}
.groupGridWrap .groupGridList li .groupGridTitle,
.groupGridWrap .groupGridList li .groupGridDescription {
  padding: 0 32px;
}
.groupGridWrap .groupGridList li .groupGridReadMore {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  margin: 0 32px 32px;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover,
.groupGridWrap .groupGridList li .groupGridReadMore:focus-visible,
.groupGridWrap .groupGridList li .groupGridReadMore:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.groupGridWrap .groupGridList li .groupGridReadMore:hover:after,
.groupGridWrap .groupGridList li .groupGridReadMore:focus-visible:after,
.groupGridWrap .groupGridList li .groupGridReadMore:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.groupGridWrap .groupGridList li .groupGridReadMore .svgIcon,
.groupGridWrap .groupGridList li .groupGridReadMore i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.groupGridWrap .groupGridList li .groupGridReadMore .svgIcon svg,
.groupGridWrap .groupGridList li .groupGridReadMore i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.iconLeft .svgIcon,
.groupGridWrap .groupGridList li .groupGridReadMore.iconLeft i {
  margin: 0 10px 0 0;
}
.groupGridWrap .groupGridList li .groupGridReadMore[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge .svgIcon,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge i {
  width: 14px;
  height: 12px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge .svgIcon svg,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge.secureButton .svgIcon,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge.secureButton .svgIcon svg,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlined:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlined:focus-visible,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlinedWhite:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlinedWhite:focus-visible,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonBlack:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonBlack:focus-visible,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall .svgIcon,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall i {
  width: 7px;
  height: 9px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall .svgIcon svg,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.noIcon {
  padding: 8px 15px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.noIcon.buttonSmall {
  padding: 4px 14px;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.groupGridWrap .groupGridList li .groupGridReadMore.buttonText:hover,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonText:active,
.groupGridWrap .groupGridList li .groupGridReadMore.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
/**
 * Gallery
 */
.galleryWrap {
  position: relative;
}
.galleryWrap .gallery {
  *zoom: 1;
}
.galleryWrap .gallery:before,
.galleryWrap .gallery:after {
  content: "";
  display: table;
}
.galleryWrap .gallery:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .galleryWrap .gallery li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (3 - 1))) / 3);
  }
  .galleryWrap .gallery li:nth-of-type(3n) {
    margin-right: 0;
  }
  .galleryWrap .gallery li:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1399px ) {
  .galleryWrap .gallery li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
  }
  .galleryWrap .gallery li:nth-of-type(2n) {
    margin-right: 0;
  }
  .galleryWrap .gallery li:nth-of-type(2n + 1) {
    clear: both;
  }
}
.galleryWrap .gallery li a {
  text-decoration: none;
}
.galleryWrap .gallery li a .imageWrap {
  position: relative;
  margin: 0 0 20px;
}
.galleryWrap .gallery li a .imageWrap:before,
.galleryWrap .gallery li a .imageWrap:after {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
}
.galleryWrap .gallery li a .imageWrap:before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.galleryWrap .gallery li a .imageWrap:after {
  color: inherit;
  content: "\F067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #E29B2F;
  text-align: center;
  line-height: 61px;
  height: 58px;
  width: 58px;
  font-size: 2.142857142857143rem;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 640px) {
  .galleryWrap .gallery li a .imageWrap:after {
    font-size: 1.5714285714285714rem;
    line-height: 42px;
    height: 40px;
    width: 40px;
  }
}
.galleryWrap .gallery li a:hover .imageWrap:before,
.galleryWrap .gallery li a:hover .imageWrap:after {
  opacity: 1;
}
/*
 * Full width callout
 */
.fullWidthCalloutWrap {
  *zoom: 1;
  text-align: center;
  background: #249C89;
  position: relative;
  margin: 0 0 20px;
  padding: 80px 0 60px;
}
.fullWidthCalloutWrap:before,
.fullWidthCalloutWrap:after {
  content: "";
  display: table;
}
.fullWidthCalloutWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (min-width:  1400px ) {
  .fullWidthCalloutWrap {
    padding: 40px 0 20px;
  }
}
.fullWidthCalloutWrap .fullWidthCallout {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.fullWidthCalloutWrap .fullWidthCallout .button,
.fullWidthCalloutWrap .fullWidthCallout .buttonAlt,
.fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
  float: left;
  margin: 0;
}
.fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
  color: #fff;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media all and (min-width:  1400px ) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    margin-right: 80px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    margin-right: 40px;
  }
}
@media all and (max-width: 640px) {
  .fullWidthCalloutWrap .fullWidthCallout .fullWidthCalloutTitle {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}
.fullWidthCalloutWrap .fullWidthCallout .button,
.fullWidthCalloutWrap .fullWidthCallout .buttonAlt {
  background: #fff;
  color: #171717;
}
@media all and (max-width: 640px) {
  .fullWidthCalloutWrap .fullWidthCallout .button,
  .fullWidthCalloutWrap .fullWidthCallout .buttonAlt {
    display: inline-block;
    float: none;
  }
}
/*
 * FAQ Wrap
 */
.faqContent {
  margin: 0 0 20px;
}
.faqQuestionAnswerWrap {
  margin: 0 0 40px;
}
@media all and (max-width: 640px) {
  .faqQuestionAnswerWrap {
    margin: 0 0 20px;
  }
}
.faqQuestionAnswerWrap .faqQuestionAnswer {
  border-bottom: 1px solid #F3F3F3;
}
/*
 * Contact Page Styling
 */
.contactWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  margin: 26px auto 20px;
}
.contactWrap:before,
.contactWrap:after {
  content: "";
  display: table;
}
.contactWrap:after {
  clear: both;
}
.contactWrap:before,
.contactWrap:after {
  content: "";
  display: table;
}
.contactWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .contactWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .contactWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .contactWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .contactWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contactWrap:before,
.contactWrap:after {
  content: "";
  display: table;
}
.contactWrap:after {
  clear: both;
}
.contactFormWrap,
.contactDetails {
  *zoom: 1;
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.contactFormWrap:before,
.contactDetails:before,
.contactFormWrap:after,
.contactDetails:after {
  content: "";
  display: table;
}
.contactFormWrap:after,
.contactDetails:after {
  clear: both;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .contactFormWrap,
  .contactDetails {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .contactFormWrap:nth-child(2),
  .contactDetails:nth-child(2) {
    margin-right: 0;
  }
}
.contactFormWrap .innerText,
.contactDetails .innerText {
  margin: 0 0 20px;
}
.contactFormWrap .introText p,
.contactDetails .introText p {
  margin: 0 0 20px;
}
.contactForm {
  background: #FFF;
  padding: 40px 30px;
  *zoom: 1;
}
.contactForm:before,
.contactForm:after {
  content: "";
  display: table;
}
.contactForm:after {
  clear: both;
}
.contactForm .button {
  float: left;
  margin: 0;
}
.contactForm textarea {
  min-height: 200px;
}
@media all and (max-width: 640px) {
  .contactForm {
    padding: 15px;
  }
}
.contactDetails {
  *zoom: 1;
  /*
     * Contact Meta (phone, email and opening hours)
     */
  /*
     * Map Styling
     */
}
.contactDetails:before,
.contactDetails:after {
  content: "";
  display: table;
}
.contactDetails:after {
  clear: both;
}
.contactDetails .mapCoordsList {
  width: 100%;
  float: left;
}
.contactDetails .mapCoordsList .address {
  float: left;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
    margin-bottom: 15px;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (1 - 1))) / 1);
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n) {
    margin-right: 0;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n + 1) {
    clear: both;
  }
}
.contactDetails .mapCoordsList .address .title {
  margin: 0 0 8px 0;
  letter-spacing: -0.8px;
}
.contactDetails .mapCoordsList .address .title a {
  font-size: 1.1428571428571428rem;
  color: #171717;
  text-decoration: none;
  margin-bottom: 5px;
}
.contactDetails .contactMeta {
  *zoom: 1;
  margin: 0 0 4px;
}
.contactDetails .contactMeta:before,
.contactDetails .contactMeta:after {
  content: "";
  display: table;
}
.contactDetails .contactMeta:after {
  clear: both;
}
.contactDetails .contactMeta li {
  float: left;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 10px 0;
  width: 100%;
}
.contactDetails .contactMeta li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.contactDetails .contactMeta li a {
  color: #171717;
  text-decoration: none;
}
.contactDetails .mapWrap {
  position: relative;
  margin-bottom: 17px;
  *zoom: 1;
}
.contactDetails .mapWrap:before,
.contactDetails .mapWrap:after {
  content: "";
  display: table;
}
.contactDetails .mapWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .contactDetails .mapWrap {
    margin: 0 0 20px;
  }
}
.contactDetails .mapWrap .map {
  width: 100%;
  height: 505px;
  background: #FFF;
}
.contactDetails .mapWrap .mapLink {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E29B2F;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.contactDetails .detailsWrap h4 {
  font-size: 1.1428571428571428rem;
  margin-bottom: 8px;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .contactDetails .detailsWrap .gridItem {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
    margin-bottom: 15px;
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .detailsWrap .gridItem {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (1 - 1))) / 1);
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(1n) {
    margin-right: 0;
  }
  .contactDetails .detailsWrap .gridItem:nth-of-type(1n + 1) {
    clear: both;
  }
}
.multiMap .mapMultiple {
  height: 400px;
  width: 100%;
}
/*
 * Callout blocks
 */
.calloutBlock {
  background: #E29B2F;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
@media all and (max-width: 640px) {
  .calloutBlock {
    padding: 45px 0;
  }
}
.calloutBlock .calloutTitle,
.calloutBlock .calloutSubTitle {
  color: #fff;
  margin: 0 0 10px;
}
.calloutBlock .button,
.calloutBlock .buttonAlt {
  margin: 0;
}
/*
 * Call out blocks (2 across in desktop)
 */
.calloutBlocksWrap {
  padding: 0 20px;
}
.calloutBlocksWrap ul {
  *zoom: 1;
}
.calloutBlocksWrap ul:before,
.calloutBlocksWrap ul:after {
  content: "";
  display: table;
}
.calloutBlocksWrap ul:after {
  clear: both;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .calloutBlocksWrap ul li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
  }
  .calloutBlocksWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .calloutBlocksWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .calloutBlocksWrap ul li {
    margin-bottom: 20px;
  }
}
/*
 * Call out blocks grid
 */
.calloutBlocksGridWrap {
  padding: 0 20px;
}
.calloutBlocksGridWrap ul {
  *zoom: 1;
}
.calloutBlocksGridWrap ul:before,
.calloutBlocksGridWrap ul:after {
  content: "";
  display: table;
}
.calloutBlocksGridWrap ul:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .calloutBlocksGridWrap ul li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (4 - 1))) / 4);
  }
  .calloutBlocksGridWrap ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .calloutBlocksGridWrap ul li:nth-of-type(4n + 1) {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .calloutBlocksGridWrap ul li {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
  }
  .calloutBlocksGridWrap ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .calloutBlocksGridWrap ul li:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .calloutBlocksGridWrap ul li {
    margin-bottom: 20px;
  }
}
.resourcesHeader {
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F3F3;
}
.resourcesHeader .subHeadingContent {
  padding-top: 24px;
  margin-bottom: -24px;
}
.attachmentsWrap {
  width: 100%;
  float: none;
  clear: both;
}
.attachmentsWrap .attachmentRow {
  display: flex;
  background: #F4F4F4;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
@media all and (max-width: 700px) {
  .attachmentsWrap .attachmentRow {
    flex-wrap: wrap;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .attachmentsWrap .attachmentRow {
    flex-wrap: wrap;
  }
}
.attachmentsWrap .attachmentRow .fileInfo {
  width: 100%;
  flex: 1 1 100%;
  display: flex;
}
.attachmentsWrap .attachmentRow .fileInfo .fileIcon {
  display: flex;
  align-items: center;
  width: 34px;
  flex: 0 0 34px;
}
.attachmentsWrap .attachmentRow .fileInfo .fileIcon i {
  color: #171717;
  font-size: 2.2857142857142856rem;
  line-height: 32px;
}
.attachmentsWrap .attachmentRow .fileInfo .filename {
  display: flex;
  align-items: center;
  padding: 0 16px;
  flex: 1 1 100%;
}
@media all and (max-width: 700px) {
  .attachmentsWrap .attachmentRow .fileInfo .filename {
    padding: 0 0 0 16px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .attachmentsWrap .attachmentRow .fileInfo .filename {
    padding: 0 0 0 16px;
  }
}
.attachmentsWrap .attachmentRow .actions {
  width: 290px;
  flex: 0 0 290px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 700px) {
  .attachmentsWrap .attachmentRow .actions {
    width: 100%;
    flex: 0 0 100%;
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .attachmentsWrap .attachmentRow .actions {
    width: 100%;
    flex: 0 0 100%;
    padding: 24px 0 0;
    margin-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media all and (max-width: 400px) {
  .attachmentsWrap .attachmentRow .actions {
    flex-wrap: wrap;
  }
}
.attachmentsWrap .attachmentRow .actions .fileMeta {
  width: 100%;
  flex: 1 1 100%;
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 700px) {
  .attachmentsWrap .attachmentRow .actions .fileMeta {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 8px 0 0;
    justify-content: flex-start;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .attachmentsWrap .attachmentRow .actions .fileMeta {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 8px 0 0;
    justify-content: flex-start;
  }
}
@media all and (max-width: 400px) {
  .attachmentsWrap .attachmentRow .actions .fileMeta {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    font-size: 1rem;
    line-height: 16px;
  }
}
.attachmentsWrap .attachmentRow .actions .buttonWrapper {
  width: 160px;
  flex: 0 0 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 700px) {
  .attachmentsWrap .attachmentRow .actions .buttonWrapper {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 0 0 8px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  .attachmentsWrap .attachmentRow .actions .buttonWrapper {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 0 0 8px;
  }
}
@media all and (max-width: 400px) {
  .attachmentsWrap .attachmentRow .actions .buttonWrapper {
    width: 100%;
    flex: 0 0 100%;
    padding-top: 16px;
    justify-content: center;
  }
}
.attachmentsWrap .attachmentRow .actions .buttonWrapper .button {
  margin: 0;
}
@media all and (max-width: 400px) {
  .attachmentsWrap .attachmentRow .actions .buttonWrapper .button {
    width: 100%;
  }
}
.changeCurrency {
  position: relative;
  display: block;
}
.changeCurrency:hover .currencySelector {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
.changeCurrency > a {
  display: block;
  color: #171717;
  min-width: 100px;
  padding: 12px 25px;
}
.changeCurrency i {
  padding-left: 3px;
}
.changeCurrency .currencySelector {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F4F4F4;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 400ms ease-in 0ms, visibility 400ms linear 400ms;
}
.changeCurrency .currencySelector li {
  display: block;
}
.changeCurrency .currencySelector li a {
  display: block;
  padding: 5px 25px;
  white-space: nowrap;
}
.changeCurrency .currencySelector li img {
  padding-right: 5px;
}
#multiCurrencyTotal.show {
  display: table-row;
}
#multiCurrencyTotal .totalText {
  font-weight: 600;
}
#multiCurrencyTotal .totalText .noticeText {
  width: 100%;
  padding-top: 4px;
  font-size: 0.7857142857142857rem;
  line-height: 12px;
  font-weight: 600;
  opacity: 0.8;
}
#multiCurrencyTotal .totalVal {
  font-weight: 600;
}
.crossSellTabs {
  position: relative;
  clear: both;
}
.crossSellTabs .tabSelection {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #F3F3F3;
  *zoom: 1;
}
.crossSellTabs .tabSelection:before,
.crossSellTabs .tabSelection:after {
  content: "";
  display: table;
}
.crossSellTabs .tabSelection:after {
  clear: both;
}
.crossSellTabs .tabSelection li {
  display: inline-block;
  vertical-align: bottom;
}
.crossSellTabs .tabSelection li a {
  display: block;
  padding: 10px 25px;
  background: #E29B2F;
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .crossSellTabs .tabSelection li a {
    padding: 10px 15px;
    width: 100%;
  }
}
.crossSellTabs .tabSelection li a:hover {
  color: #fff;
  background: #e8b15c;
}
.crossSellTabs .tabSelection li.active:hover {
  color: #fff;
  background: #e8b15c;
}
.crossSellTabs .tab {
  display: none;
}
.crossSellTabs .tab:first-child {
  display: block;
}
.crossSellTabs .tab .itemDisplayTitle {
  margin: 20px 0;
  text-align: center;
}
/*
 * Checkout CSS
 */
#checkout {
  margin: 0;
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  padding: 20px 0;
  clear: both;
}
#checkout:before,
#checkout:after {
  content: "";
  display: table;
}
#checkout:after {
  clear: both;
}
#checkout:before,
#checkout:after {
  content: "";
  display: table;
}
#checkout:after {
  clear: both;
}
#checkout:before,
#checkout:after {
  content: "";
  display: table;
}
#checkout:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  #checkout {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  #checkout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  #checkout {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  #checkout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  #checkout {
    margin: 0 auto;
    max-width: 800px;
  }
}
/*
 * Main checkout layout
 */
.orderSummaryWrap {
  float: left;
  width: calc(58% - 40px);
  margin-right: 40px;
  *zoom: 1;
}
.orderSummaryWrap:before,
.orderSummaryWrap:after {
  content: "";
  display: table;
}
.orderSummaryWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .orderSummaryWrap {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .orderSummaryWrap {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    clear: both;
  }
}
#mobileCheckoutButton {
  display: none;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1399px ) {
  #mobileCheckoutButton {
    width: 100%;
    display: block;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1399px ) {
  .checkoutForm .userDetailsWrap {
    display: none;
  }
}
.userDetailsWrap {
  float: right;
  width: 42%;
  *zoom: 1;
}
.userDetailsWrap:before,
.userDetailsWrap:after {
  content: "";
  display: table;
}
.userDetailsWrap:after {
  clear: both;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .userDetailsWrap {
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .userDetailsWrap {
    margin: 0;
    width: 100%;
    clear: both;
  }
}
.userDetailsWrap #shipAddress {
  max-height: 0;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.58, 1), max-height 0.5s cubic-bezier(0, 0, 0.58, 1);
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0 0 20px;
}
.userDetailsWrap #shipAddress.alternate_delivery {
  max-height: 1000px;
  opacity: 1;
}
#orderSummary {
  *zoom: 1;
  padding: 20px;
  background: #F6F6F6;
  border: 1px solid #F3F3F3;
  margin-bottom: 20px;
}
#orderSummary:before,
#orderSummary:after {
  content: "";
  display: table;
}
#orderSummary:after {
  clear: both;
}
#orderSummary .itemAlert {
  background: #fff;
}
#orderSummary .itemAlert a {
  text-decoration: none;
  color: #2c79ad;
}
#userDetails {
  *zoom: 1;
  padding-top: 21px;
}
#userDetails:before,
#userDetails:after {
  content: "";
  display: table;
}
#userDetails:after {
  clear: both;
}
.checkoutSectionWrap {
  *zoom: 1;
  margin-top: 30px;
}
.checkoutSectionWrap:before,
.checkoutSectionWrap:after {
  content: "";
  display: table;
}
.checkoutSectionWrap:after {
  clear: both;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .checkoutSectionWrap {
    float: left;
    width: 100%;
    margin-right: 20px;
  }
  .checkoutSectionWrap:nth-child(3n) {
    margin-right: 0;
  }
}
.checkoutSectionWrap h6 {
  font-size: 1.2857142857142858rem;
  margin-bottom: 20px;
}
.checkoutSectionWrap h6 i {
  display: none;
}
.checkoutSectionWrap .fakeInput {
  padding-top: 6px;
}
.checkoutSectionWrap .countdown {
  font-size: 0.8571428571428571rem;
  float: right;
}
/*
 * Basket View
 */
.bagImageWrap {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
  border: 1px solid #F3F3F3;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .bagImageWrap {
    width: 100%;
    height: auto;
  }
}
.buttonAlt.goBack {
  min-width: 200px;
  border: 1px solid #D5D5D5;
  color: #999;
  font-size: 0.8125rem;
}
@media all and (max-width: 640px) {
  .buttonAlt.goBack {
    width: 100%;
  }
}
a.bagTitle {
  text-decoration: none;
  font-size: 0.9285714285714286rem;
  line-height: 16px;
}
a.bagTitle:hover {
  text-decoration: underline;
}
/*
 * Basket Overview
 */
.overviewHeader {
  *zoom: 1;
}
.overviewHeader:before,
.overviewHeader:after {
  content: "";
  display: table;
}
.overviewHeader:after {
  clear: both;
}
.orderSummaryPage .overviewHeader {
  cursor: pointer;
}
.detailsOverview {
  width: 100%;
  *zoom: 1;
}
.detailsOverview:before,
.detailsOverview:after {
  content: "";
  display: table;
}
.detailsOverview:after {
  clear: both;
}
.detailsOverview .checkoutSectionWrap h5 {
  position: relative;
  margin: 0;
  padding: 0;
}
.detailsOverview .checkoutSectionWrap h5 i {
  position: absolute;
  top: 0;
  right: 0;
}
.formInline .overviewContent {
  clear: both;
  *zoom: 1;
  width: 100%;
  padding: 20px 0;
}
.formInline .overviewContent:before,
.formInline .overviewContent:after {
  content: "";
  display: table;
}
.formInline .overviewContent:after {
  clear: both;
}
.formInline .overviewContent .row {
  margin: 0;
}
.formInline .overviewContent .row .fakeInput {
  padding: 0;
  word-wrap: break-word;
}
.formInline .overviewContent label {
  display: none;
}
.editBasket {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  float: right;
  padding: 10px 15px;
}
.editBasket:hover,
.editBasket:focus-visible,
.editBasket:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.editBasket:hover:after,
.editBasket:focus-visible:after,
.editBasket:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.editBasket .svgIcon,
.editBasket i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.editBasket .svgIcon svg,
.editBasket i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.editBasket.iconLeft .svgIcon,
.editBasket.iconLeft i {
  margin: 0 10px 0 0;
}
.editBasket[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.editBasket.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.editBasket.buttonLarge .svgIcon,
.editBasket.buttonLarge i {
  width: 14px;
  height: 12px;
}
.editBasket.buttonLarge .svgIcon svg,
.editBasket.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.editBasket.buttonLarge.secureButton .svgIcon,
.editBasket.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.editBasket.buttonLarge.secureButton .svgIcon svg,
.editBasket.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.editBasket.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.editBasket.buttonOutlined:hover,
.editBasket.buttonOutlined:focus-visible,
.editBasket.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.editBasket.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.editBasket.buttonOutlinedWhite:hover,
.editBasket.buttonOutlinedWhite:focus-visible,
.editBasket.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.editBasket.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.editBasket.buttonBlack:hover,
.editBasket.buttonBlack:focus-visible,
.editBasket.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.editBasket.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.editBasket.buttonSmall .svgIcon,
.editBasket.buttonSmall i {
  width: 7px;
  height: 9px;
}
.editBasket.buttonSmall .svgIcon svg,
.editBasket.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.editBasket.noIcon {
  padding: 8px 15px;
}
.editBasket.noIcon.buttonSmall {
  padding: 4px 14px;
}
.editBasket.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.editBasket.buttonText:hover,
.editBasket.buttonText:active,
.editBasket.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
/*
 * Basket View
 */
#bagItems {
  width: 100%;
}
#bagItems .itemAlert .error {
  text-align: center;
}
.bagItemsHeader,
.bagItem {
  display: table;
  text-align: center;
  width: 100%;
  table-layout: fixed;
}
.bagItemsHeader > div,
.bagItem > div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .bagItemsHeader > div,
  .bagItem > div {
    display: block;
    float: left;
    padding: 0;
    text-align: left;
  }
}
.bagItemsHeader > div:first-child,
.bagItem > div:first-child {
  padding-left: 0;
  text-align: left;
}
.bagItemsHeader > div:last-child,
.bagItem > div:last-child {
  text-align: right;
  padding-right: 0;
}
.bagItemsHeader .bagThumb,
.bagItem .bagThumb {
  padding: 5px;
  width: 8%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagThumb,
  .bagItem .bagThumb {
    width: 60px;
  }
}
.bagItemsHeader .bagDescription,
.bagItem .bagDescription {
  text-align: left;
  width: 20%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagDescription,
  .bagItem .bagDescription {
    width: calc(100% - 70px);
    float: right;
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagCode,
  .bagItem .bagCode {
    width: calc(100% - 70px);
    float: right;
    margin: 0 0 5px;
  }
}
.bagItemsHeader .bagSize,
.bagItem .bagSize {
  width: 16%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagSize,
  .bagItem .bagSize {
    width: calc(100% - 70px);
    float: right;
    margin: 0 0 50px;
    font-size: 0.8571428571428571rem;
  }
}
.bagItemsHeader .bagUnitPrice,
.bagItem .bagUnitPrice {
  width: 13%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagUnitPrice,
  .bagItem .bagUnitPrice {
    line-height: 35px;
    position: absolute;
    right: 100px;
    bottom: 10px;
    width: auto;
  }
}
.bagItemsHeader .bagQuantity,
.bagItem .bagQuantity {
  width: 12%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagQuantity,
  .bagItem .bagQuantity {
    float: right;
    position: absolute;
    right: 30px;
    bottom: 10px;
    line-height: 37px;
    width: auto;
  }
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagQuantity:before,
  .bagItem .bagQuantity:before {
    content: 'x';
    line-height: 35px;
    position: absolute;
    right: 100%;
    margin: 0 5px 0 0;
    top: 0;
  }
}
.bagItemsHeader .bagCost,
.bagItem .bagCost {
  width: 12%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagCost,
  .bagItem .bagCost {
    display: none;
  }
}
.bagItemsHeader .bagButtons,
.bagItem .bagButtons {
  width: 4%;
}
@media all and (max-width: 640px) {
  .bagItemsHeader .bagButtons,
  .bagItem .bagButtons {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0;
    line-height: 35px;
    padding: 0 10px;
    width: auto;
    font-size: 1.4285714285714286em;
  }
}
@media all and (max-width: 640px) {
  .bagItemsHeader {
    display: none;
  }
}
.bagItemsHeader > div {
  border-bottom: 1px solid #F3F3F3;
}
.passportHelpLink {
  display: block;
  margin-top: 10px;
  font-size: 0.9285714285714286rem;
}
@media all and (max-width: 640px) {
  .bagItem {
    *zoom: 1;
    position: relative;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #F3F3F3;
  }
  .bagItem:before,
  .bagItem:after {
    content: "";
    display: table;
  }
  .bagItem:after {
    clear: both;
  }
}
.bagItem .row {
  margin: 0;
}
.bagItem .row .bagItemQuantity {
  width: 50px;
  margin: 0 auto;
  padding: 0 10px;
  line-height: 35px;
  height: 37px;
  text-align: center;
  float: none;
}
@media all and (max-width: 640px) {
  .bagItem .row .bagItemQuantity {
    height: 35px;
    line-height: 33px;
  }
}
#totals {
  margin-bottom: 0;
  border: none;
  table-layout: auto;
}
#totals tr td {
  border-bottom: 1px solid #F3F3F3;
  padding: 20px 0;
}
#totals tr td:nth-child(2n) {
  text-align: right;
}
#totals tr td:first-child {
  padding-left: 0;
}
#totals tr.checkoutTotal td {
  border-bottom: none;
}
#totals tr:last-child td {
  border-bottom: 0;
}
.deliveryOptions td,
.deliveryOptions .row {
  padding: 0;
  margin: 0;
}
.deliveryOptions td:first-child {
  width: 200px;
}
.deliveryOptions .deliverySelect {
  float: left;
  width: 80%;
}
@media all and (max-width: 640px) {
  .deliveryOptions .deliverySelect {
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
  }
}
.deliveryOptions .deliveryTotal {
  float: left;
  width: 20%;
  padding: 0 0 0 20px;
  text-align: right;
}
@media all and (max-width: 640px) {
  .deliveryOptions .deliveryTotal {
    width: 100%;
  }
}
.discount .row {
  margin: 0;
}
.discount td:first-child {
  width: 200px;
}
@media all and (max-width: 640px) {
  .discount td:first-child {
    width: 126px;
  }
}
.discount td:last-child {
  width: calc(100% - 200px);
}
@media all and (max-width: 640px) {
  .discount td:last-child {
    width: calc(100% - 126px);
  }
}
.termslink {
  text-decoration: underline;
}
.itemUpdateButton,
.itemDeleteButton {
  border: 0;
  background: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
table tr .success,
table tr .error {
  margin: 0;
}
/*
 * Sage Pay Server
 */
.sagepayServerForm {
  clear: both;
}
.sagepayServerForm h2 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 1.7142857142857142rem;
}
.sagePayServerIframe {
  height: 550px;
  width: 100%;
  border: 0;
}
.PayPalForm {
  *zoom: 1;
  float: right;
}
.PayPalForm:before,
.PayPalForm:after {
  content: "";
  display: table;
}
.PayPalForm:after {
  clear: both;
}
.paypalSubmit {
  background: 0;
  border: 0;
  float: left;
  cursor: pointer;
}
/*
 * Order Complete
 */
.paymentCompletePage {
  float: none;
  clear: both;
  background: #fff;
}
.orderComplete {
  float: none;
  clear: both;
  padding: 40px 0;
}
@media all and (min-width:  1400px ) {
  .orderComplete {
    min-height: 700px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .orderComplete {
    min-height: 500px;
  }
}
.orderComplete table {
  float: left;
  max-width: 600px;
}
.orderComplete table th:first-child,
.orderComplete table td:first-child {
  padding-left: 0;
}
.orderComplete table th:last-child,
.orderComplete table td:last-child {
  padding-right: 0;
}
.whatYouDo,
.whatWeDo {
  float: left;
  width: 48%;
  margin-right: 4%;
  padding: 20px 0;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 640px) {
  .whatYouDo,
  .whatWeDo {
    width: 100%;
    margin: 0 0 30px;
  }
}
.whatWeDo {
  margin-right: 0;
}
/*
 * Checkout Buttons
 */
.logoutText {
  text-align: center;
}
.checkoutButton {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  font-size: 1.2857142857142858rem;
  margin: 30px 0 0;
}
.checkoutButton:hover,
.checkoutButton:focus-visible,
.checkoutButton:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.checkoutButton:hover:after,
.checkoutButton:focus-visible:after,
.checkoutButton:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.checkoutButton .svgIcon,
.checkoutButton i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.checkoutButton .svgIcon svg,
.checkoutButton i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.checkoutButton.iconLeft .svgIcon,
.checkoutButton.iconLeft i {
  margin: 0 10px 0 0;
}
.checkoutButton[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.checkoutButton.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.checkoutButton.buttonLarge .svgIcon,
.checkoutButton.buttonLarge i {
  width: 14px;
  height: 12px;
}
.checkoutButton.buttonLarge .svgIcon svg,
.checkoutButton.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.checkoutButton.buttonLarge.secureButton .svgIcon,
.checkoutButton.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.checkoutButton.buttonLarge.secureButton .svgIcon svg,
.checkoutButton.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.checkoutButton.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.checkoutButton.buttonOutlined:hover,
.checkoutButton.buttonOutlined:focus-visible,
.checkoutButton.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.checkoutButton.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.checkoutButton.buttonOutlinedWhite:hover,
.checkoutButton.buttonOutlinedWhite:focus-visible,
.checkoutButton.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.checkoutButton.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.checkoutButton.buttonBlack:hover,
.checkoutButton.buttonBlack:focus-visible,
.checkoutButton.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.checkoutButton.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.checkoutButton.buttonSmall .svgIcon,
.checkoutButton.buttonSmall i {
  width: 7px;
  height: 9px;
}
.checkoutButton.buttonSmall .svgIcon svg,
.checkoutButton.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.checkoutButton.noIcon {
  padding: 8px 15px;
}
.checkoutButton.noIcon.buttonSmall {
  padding: 4px 14px;
}
.checkoutButton.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.checkoutButton.buttonText:hover,
.checkoutButton.buttonText:active,
.checkoutButton.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .checkoutButton {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .checkoutButton {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.paymentDetails {
  background: #F4F4F4;
  padding: 20px;
  margin: 20px 0;
  width: 100%;
  *zoom: 1;
}
.paymentDetails:before,
.paymentDetails:after {
  content: "";
  display: table;
}
.paymentDetails:after {
  clear: both;
}
.paymentDetails__divider {
  position: relative;
  margin: 16px 0 30px;
  border-top: 1px solid rgba(23, 23, 23, 0.6);
  font-size: 1rem;
}
.paymentDetails__divider span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 4px 12px;
  background: var(--light_color);
}
.paymentDetails apple-pay-button {
  width: 100%;
  min-height: 48px;
}
.paymentDetails .error {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9100;
}
.paymentDetails .error.relative {
  position: relative;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .paymentDetails form {
    float: right;
  }
}
.paymentDetails .checkoutButton {
  width: 100%;
  margin: 0 0 20px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .paymentDetails .checkoutButton {
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .paymentDetails {
    /*
        &.fixed {
            box-shadow: 2px -5px 5px 0px rgba(0, 0, 0, 0.13);
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0;
            z-index: 1000;
        }
*/
  }
}
@media all and (max-width: 640px) {
  select {
    height: 45px;
  }
}
.paymentProcesserTestMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.checkoutTotal {
  font-weight: 600;
  font-size: 1.2857142857142858rem;
}
.emptyBasket {
  text-align: center;
  padding: 200px 0;
}
.emptyBasket .busyLoading {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.emptyBasket.loading .busyLoading {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .emptyBasket {
    padding: 100px 0;
  }
}
/*
 * Accepted cards
 */
.acceptedCards {
  padding: 0;
  *zoom: 1;
}
.acceptedCards:before,
.acceptedCards:after {
  content: "";
  display: table;
}
.acceptedCards:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .acceptedCards {
    clear: both;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .acceptedCards {
    margin-top: 5px;
    float: left;
  }
}
.acceptedCards li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .acceptedCards li {
    margin: 0 10px 0 0;
  }
}
.acceptedCards li svg {
  width: 80px;
  height: 50px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1399px ) {
  .paymentDetails .acceptedCards li svg {
    width: 50px;
    height: 30px;
  }
}
.acceptedCards li img {
  max-height: 30px;
  max-width: 100px;
}
@media all and (max-width: 640px) {
  .acceptedCards {
    text-align: center;
  }
}
.memberAlready {
  background: #edf0f2;
  padding: 20px;
  border: 1px solid #d5d5d5;
}
.memberAlready .button {
  margin-bottom: 0;
}
.checkoutActions .goBack i {
  margin-right: 5px;
}
.card {
  font: 16px/1.5 'Helvetica Neue', Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 185px;
  height: 113px;
  text-align: left;
  padding: 10px;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  cursor: pointer;
  background: url(data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAWlAAAFyQAACgMAAA1W/9sAhAAEAwMDAwMEAwMEBgQDBAYHBQQEBQcIBgYHBgYICggJCQkJCAoKDAwMDAwKDAwNDQwMEREREREUFBQUFBQUFBQUAQQFBQgHCA8KCg8UDg4OFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAEOAakDAREAAhEBAxEB/8QAggABAQEBAQEBAAAAAAAAAAAAAAECBQQDBwEBAQEBAAAAAAAAAAAAAAAAAAECAxABAAAAAAAAAAAAAAAAAAAAoBEBAAAAAAAAAAAAAAAAAAAAoBIBAAAAAAAAAAAAAAAAAAAAoBMBAQEBAQEBAQADAQAAAAAAABEBECAwQFBwgKCQ/9oADAMBAAIRAxEAAAH8078BAQAAAhIhAAUFABapTRpLQoKUpSmqppKarRaqCKIAUHK5alCEAKAQEiAApaoAAKaKaspQCgpSlrRpNGqpqhSAhAQHM56hCCAFUEBIAFqlKACFKU1ZopQACgpa0aTRqtVSoUkWEJEIc7GoQkBSFAAQQLVNFKhSRQKaspo0AAAClrRpNGq1VKVBCLkkZIeDGoZIICgABAUpopUtASALWjRotEpFRAClqmk3WjVUpUEIuTMZIeLFysIQFAiUIClKU0lqgEEKpo0WtIUEiogBa0aTVaNVopUEIuTMZIeLFysIAAEiiApSmi2aABAUpTRqqhQSLIAFrRU0brRa0UJFhmMkIeDFiwIUCAgIUFKaS1SgEKCmi1pBQRUSkQorRU0arRqtFQRYZiEBzsagCAFgIQApSmktUFABSlLVKgLBEABS1TSU3Wq0UJFhIyBXM5aChQQEIICqDRSpaoBQUpS1UKJAAgAKWqaNpqtVoEISIQVyuWqUVQCEECVYFoaKVBaoKUpSggABAAAUtaNJutGqAzEIAcnlu1UoqkAiAAAtUpSpS1SlKAAQAAgABSmjVbTVUpCEiChyeXSpaqCggAAAKUtUoKlLWigEBAAAQAFKU2arSUpAQigcnlu1UtCgIAIAUFKWqUFNJRVIIgCkKIAEoLVNGjVUIWCJQHK5bpaqCgAUAAKEpSgtUpQUgBAAACgApUtaKUAEABzOe6C0ABUAAApaFKEoKUCkCAAAoqgFBSlSirECiAHOxupQAAKoAAKVBQWgKCgAgABQVBQWgKUFAIAAeDnu0AQpABQAC1QUAoCChRAAAVKKpQgoBQAAFAHixqgEFAAAUIKCgtAACgEAgBVKUqC0ABQABAKB5M0ACAAAFFCgFAQpKAAAsBQlBapQAUAAAAAp5c6IIAQAAoABQKFAAKAQAAoKVKBVAAAKAIAHmzoAQAAUACCgAAoAAAAAKKpQUAAAoAAKAefNAgAIAACigABQACoUQAoQUFAqgAAAoAi0EfCUQAEAAAABQAAKoAAAAKAVAAKAAAUAoB8c0QUBAAAAAACgAAoBACgCqAAUAAAFAKCnxzQSAKQSgAAAAKAAAAAAUAAoAAABQAUAp8pSFAiFAAAIAoAFIAAAABQAAAUAAAFAKAYlAgAIEAAKAAsAFAAAAAAAABQAAAUAFBmUCAEAAAAICgAAUCFAAAIAAKFBAAKoBEtFSBACAAEAAABQAAALIABAFACgKAogAACgARKAgAIAAAACgAgAAAAAAABQAAAAUAogShAAQAAAAAoBAAAAAAAAAAAUAAAoBYgoQAEAAAABQCAAAAAAAAAAAAAAoBQWBKEABAAAAAUAgAAAAAAAAAAAAAC1AKf/2gAIAQEAAQUCZZ//2gAIAQIAAQUCZZ//2gAIAQMAAQUCZZ//2gAIAQICBj8CZZ//2gAIAQMCBj8CZZ//2gAIAQEBBj8CZZ//2gAIAQEDAT8h/FET+DfxxET+BfxxET8eM/q4xn9TGfLf5eMZ8Nb/AC8Yz+rjGf1cYz5X+TWazWb8qv8AGqqzWazWaq+6v7r8Kqs1ms1VVVVVVfFX8tVVVVXxfFVms1VVVVVXzVVftVVVVVVVVVVV81VVVVVVV8VVX61VVVVVVVVVVV9VVVVVVVV8VVVVVfhVVVVVVVVVVVVfVVVVVVVVfFVVVVVVXl5VVVVVVVVVVVVVVVVVVVVVVVVfFXlVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVfjVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVflVVeVVVVVVVVVVVVVVVVVVVVVVVVVVX71VVVVVVV5VVVXlVVVVVVVVVVVVX8dVV7VVVVfFVVVVVVVVVVVVX8t/BVVVVVVVVVVeX+PVVVXtVeXt/k363/ef//aAAgBAgMBPyH/ALLP/9oACAEDAwE/If8Ass//2gAMAwEAAhEDEQAAEIIJJJAW+3322ycmaaStgH7oTBJFtBJIJIX2/wAkQGRa0ym7aBtYQQCCCSTvQCDtsiLZQLFpJbLaBtCHGSJKSZnySCf2JPPLI3LbZLKBtCYmiIECT+SSCSRb23/0pCmLJITlCYmyalgCQBSSADO2mu0qGQxJaR3wYuya1ySSQySSZU220nYHQzJaD8qJMBYHyEBQQQSZ23im5Q0mKLKC+6BuDIAQG1QSSQZk0kULSEiLZJAPkDeRbRIQLCTeCBMk0/bQgbJZLKTPQCBLStwASd14RJ8m7bJbJLJJZSc4Qa39huCB9t/yTdklLbLbMyk0pRmCX+0MPt/ttvtgLf0hKm2km20nIPvt5JDiAEk20/8AIEzdNfaaW27ZrQFEUAej7bQAAAv78gWWgkAkgCy9O2xpJL4kkLbf7Eg77fvf7f7pEESbr6W2lf8A34ABJH/zIIABIBBH3yZBABCScJKCf23+BBMl+0tgBm5B+32/+0kOksABJAe++STYALe/ZE+TJAJb2lrW323/AJCCQD7tv9rZd+wbZJbbSSkE0m22tv8AesAEgAkkgmb9JJtpJb/2y2SQAFpL/wC3/wD/AP8A+7BEttsltoJKVslttsgJJABIQJID326AABIBObybSbbf/wD9JLaACAASAQv/ALbb/b7/AG/Sbbbbbb+2/wDpP/paASQAASQSCBJ9pu22222kl/8A/wD/ANv/AKS222S2Wy3SXSSSTbJJBtttttJP/wD22/8A9vt9AZIbttpJI20kkkkkkm20km20m0kAIBJABJbJJJAEAAAE22kA22gA5AAAYADJJJIBJJI22/8AbaSEgSSSyWCAAAAAAASwAGSSSSSSS2SSSW2SySAgAgAAACwAySSSSSSSW/2SS/4SWAgAAAAAAAGSSSAAAAAD/wD/AP8A5PASAAAAAAAEAGSSAAAAAAB//wD/AOwnj//aAAgBAQMBPxBebvL51rW8iIzoiIzGYzGYzGYiIzGYxjGMYxjGd3PFZvhu8vb41vIiMxngIjMZjMZjMZiIiMxjGMYxjGMREbnNVeN7vL293sRmMxhnRERmMxmMxmIiInMYxnTGM8bjWtbqta3m+98ZjMZjMREREZjMZjMZiInjOYzwMYzuta1qtxvy3xmMxmMxE5ucjMZjMZjMRE5ueMZ0xjGd1reN5rWtxETzvMYxjMZ3c5OZjMZjGed7jGeBjGd1vTUa1vw3xjGMZ6zGMYz1vjGNNNM1msXm61rW83W9iJzebzOYxjGeYxjGM7ebvKqs1ms1pppms3u63Wt5G6vvW+cYxms1VXuMYxiqq8vjNZrNZrTTTNZqt1ut1u+FXlXm7zfGaxms1ms1V5jGMZyqqqqryqzWazwAzWardbrdVV3jCs1VVVVVVWazWazWaqqxjGcqqqqqqqrxhnkAZw3W63VVWGGazVVVXlVVZrNZrNZrNVms1ms1VVVXiqqqq8YZ4AYZw003wGGazWb0qqqqqqzWazWazWazWazWavxAKq8VVYZ0GGdGm+AzWazV8hVVVVWazWazWazWGGGfYAAqs1msMMMc7984zWazfIVVVVVWazWazWdGGGfUABVVWawwwz4//NZrN+IBVVVZrNZ4DPuXMKqqrDDDPj/qzV+gAKwzfyAAAM/EAP5VXpfmAGfiAAAwwwz8IAEKqqqqv6wAAADDDDPwgAAqqqqqr5C/lAAAMMMM/CAACqqqqqqqqr9QAL7ArOGfiAAAqqqqqqqqqqqr5Cr8AFVfygAAFVVVVXFVVVVVVVeKqqqqqqqqq/hAAC8VVVVVVVVVVVVVVVVVVVVVVVVVfYFXwLxV4vKqqqqqqqqqqqquqqqqqqqqqqqq8VVVVVVVV8qvaqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr2r+Gqqqqqqqqqqqqqqqqqqqqr43fFVVVfdVV9VVXtVVVVXtVVVVVV7vi/Cqv4qqqq+Kqqvavne75v4Kqqqqqr6qrnqr27+PPNX7VV9VVXtXzvjflnjd/JVVfrv4d/Xm/Lfrnjf4P//aAAgBAgMBPxD/ABDf94L/AMVf/9oACAEDAwE/EP8Az5if4En/ALXf/9k=) no-repeat 0 0 #141819;
}
.card__selected {
  border: #f01a81 solid 2px;
}
.card__number {
  font-size: 14px;
  padding: 30px 0 5px;
  text-align: right;
}
.card__expiry-date {
  font-size: 10px;
  text-align: right;
  padding-bottom: 7px;
  padding-right: 15px;
}
.card__owner {
  text-align: left;
}
.card__logo {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 40px;
}
.card__strip {
  background: #000;
  height: 16px;
  margin-bottom: 30px;
}
.card__signature {
  float: left;
  width: 65%;
  height: 13px;
  margin-left: 10px;
  background: #999;
}
.card__ccv {
  float: left;
  margin-top: 5px;
  padding: 7px;
  background: #fff;
  color: #111;
  line-height: 1;
}
.card--front {
  font-size: 10px;
  font-family: 'Source Code Pro';
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.card--back {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.card .card__owner {
  font-size: 10px;
}
.card_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 185px;
}
label[for="saved_card"] {
  vertical-align: top;
}
.stripeForm .checkoutButton {
  float: right;
}
#saved_card {
  margin-top: 35px;
}
.unsubscribeWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.unsubscribeWrap:before,
.unsubscribeWrap:after {
  content: "";
  display: table;
}
.unsubscribeWrap:after {
  clear: both;
}
.unsubscribeWrap:before,
.unsubscribeWrap:after {
  content: "";
  display: table;
}
.unsubscribeWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .unsubscribeWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .unsubscribeWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .unsubscribeWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .unsubscribeWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.unsubscribeWrap .unsubscribe {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px 0;
}
@media all and (max-width: 640px) {
  .unsubscribeWrap .unsubscribe {
    max-width: initial;
  }
}
.overlayBox.trustpilotPopup {
  padding: 0;
  background: #f1f1f1;
}
.trustpilotOverlayHeader {
  padding: 20px 0;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
.trustpilotOverlayHeader h2 {
  font-size: 30px;
  color: #333;
}
@media (max-width: 950px) {
  .trustpilotOverlayHeader h2 {
    padding-top: 30px;
    font-size: 20px;
  }
}
.trustpilotOverlayLeft {
  float: left;
  width: 30%;
  margin: 2% 0 0 2%;
}
@media (max-width: 950px) {
  .trustpilotOverlayLeft {
    float: none;
    width: 96%;
    margin: 20px 2% 0 2%;
  }
}
.trustpilotOverlayImage {
  clear: left;
  padding: 20px 20px 0 20px;
  background: #FFF;
}
.trustpilotOverlayDetails {
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
}
.trustpilotOverlayDetails .name {
  padding-top: 20px;
  border-top: 1px solid #EEE;
}
.trustpilotOverlayDetails .name,
.trustpilotOverlayDetails .colour,
.trustpilotOverlayDetails .price {
  display: block;
  line-height: 25px;
}
.trustpilotOverlayDetails .priceWas {
  font-size: 15px;
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
}
.trustpilotOverlayDetails .priceNow {
  font-size: 15px;
  color: #d02a21;
}
.trustpilotAverage {
  background: #FFF;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.trustpilotAverage h5 {
  margin-bottom: 20px;
}
.trustpilotOverlayPowered {
  background: #FFF;
  padding: 20px;
  float: left;
  width: 30%;
  margin: 0 0 2% 2%;
  text-align: center;
  clear: left;
}
@media (max-width: 950px) {
  .trustpilotOverlayPowered {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.trustpilotProductReviews,
.trustpilotProductReviews2 {
  float: right;
  padding: 2%;
  width: 65%;
  *zoom: 1;
}
.trustpilotProductReviews:before,
.trustpilotProductReviews2:before,
.trustpilotProductReviews:after,
.trustpilotProductReviews2:after {
  content: "";
  display: table;
}
.trustpilotProductReviews:after,
.trustpilotProductReviews2:after {
  clear: both;
}
@media (max-width: 950px) {
  .trustpilotProductReviews,
  .trustpilotProductReviews2 {
    width: 96%;
    margin: 20px 2% 0 2%;
    width: auto;
    float: none;
    padding: 0;
  }
}
.trustpilotProductReviews .trustpilotProductReviewWrapper,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper {
  margin: 0 0 20px 0;
  width: 100%;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F1F1F1;
  *zoom: 1;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:before,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:before,
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:after,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:after {
  content: "";
  display: table;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:after,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .reviewHeader:after {
  clear: both;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview h3,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview h3 {
  font-size: 14px;
  float: left;
  margin: 0;
  line-height: 24px;
  text-transform: none;
  display: none;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview h3 i,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview h3 i {
  color: #FFF;
  margin-right: 5px;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview img,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview img {
  float: left;
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .date,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .date {
  color: #999;
  font-style: italic;
  font-size: 12px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), (max-width: 950px) {
  .trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .date,
  .trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .date {
    position: relative;
    top: 0;
    right: 0;
  }
}
.trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .trustpilotProductDescription,
.trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .trustpilotProductDescription {
  padding: 15px 0;
  font-style: normal;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), (max-width: 950px) {
  .trustpilotProductReviews .trustpilotProductReviewWrapper .trustpilotProductReview .trustpilotProductDescription,
  .trustpilotProductReviews2 .trustpilotProductReviewWrapper .trustpilotProductReview .trustpilotProductDescription {
    padding-top: 7px;
  }
}
.trustpilotProductReviews .prevArrow,
.trustpilotProductReviews2 .prevArrow,
.trustpilotProductReviews .nextArrow,
.trustpilotProductReviews2 .nextArrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
}
.trustpilotProductReviews .nextArrow,
.trustpilotProductReviews2 .nextArrow {
  right: -25px;
}
.trustpilotProductReviews .prevArrow,
.trustpilotProductReviews2 .prevArrow {
  left: -25px;
}
@media (max-width: 950px) {
  .itemWrap .item {
    margin: 0px;
  }
}
.trustpilotProductReviewsHeader {
  float: left;
  width: 78%;
  text-align: left;
  margin: 20px 0;
  background: #F1F1F1;
  padding: 30px;
}
@media (max-width: 950px), all and (min-width: 640px) and (max-width: 800px) {
  .trustpilotProductReviewsHeader {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .trustpilotProductReviewsHeader {
    width: 100%;
  }
}
.trustpilotProductReviewsHeader p {
  margin: 0px;
}
.trustpilotProductReviewsHeader h5 {
  padding-bottom: 5px;
  font-size: 16px;
}
.trustpilotProductReviewsHeader .innerReviewWrap {
  padding: 20px 0 0 0;
  *zoom: 1;
}
.trustpilotProductReviewsHeader .innerReviewWrap:before,
.trustpilotProductReviewsHeader .innerReviewWrap:after {
  content: "";
  display: table;
}
.trustpilotProductReviewsHeader .innerReviewWrap:after {
  clear: both;
}
.trustpilotProductReviewsHeader .innerReviewWrap .left {
  float: left;
  width: 60%;
}
@media (max-width: 950px), all and (min-width: 640px) and (max-width: 800px) {
  .trustpilotProductReviewsHeader .innerReviewWrap .left {
    width: 100%;
    float: none;
  }
}
.trustpilotProductReviewsHeader .trustpilot_logo {
  clear: both;
  float: right;
  height: 18px;
}
@media (max-width: 950px), all and (min-width: 640px) and (max-width: 800px) {
  .trustpilotProductReviewsHeader .trustpilot_logo {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
.trustpilotProductReviewsHeader .trustpilotOverlay {
  float: right;
  display: block;
  padding: 13px 17px;
  background: #249C89;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 950px) {
  .trustpilotProductReviewsHeader .trustpilotOverlay {
    float: none;
    width: auto;
    clear: both;
    margin: 20px auto 0;
  }
}
@media all and (min-width: 640px) and (max-width: 800px) {
  .trustpilotProductReviewsHeader .trustpilotOverlay {
    margin-bottom: 0;
    text-align: center;
  }
}
.trustpilotOverlayWrap {
  display: none;
  background: #F1F1F1;
  padding: 20px;
}
.recentlyViewedWrap {
  clear: both;
  *zoom: 1;
  margin: 0 -10px 20px -10px;
  width: calc(100% + 20px);
}
.recentlyViewedWrap:before,
.recentlyViewedWrap:after {
  content: "";
  display: table;
}
.recentlyViewedWrap:after {
  clear: both;
}
.recentlyViewedWrap .itemDisplayTitle {
  text-align: center;
  position: relative;
  margin: 0 0 35px;
}
.recentlyViewedWrap .itemDisplayTitle span {
  position: relative;
}
@media all and (max-width: 640px) {
  .recentlyViewedWrap .itemDisplayTitle {
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2857142857142858rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .recentlyViewedWrap .itemDisplayTitle {
    font-size: 1.2857142857142858rem;
  }
}
.recentlyViewedWrap .itemDisplayTitle .slideshowRightArrow,
.recentlyViewedWrap .itemDisplayTitle .slideshowLeftArrow {
  background: #F4F4F4;
  transition: opacity 0.3s, background 0.5s;
}
.recentlyViewedWrap .itemDisplayTitle .slideshowRightArrow:hover,
.recentlyViewedWrap .itemDisplayTitle .slideshowLeftArrow:hover {
  opacity: 0.8;
}
.recentlyViewedWrap .itemDisplayTitle .slideshowRightArrow i,
.recentlyViewedWrap .itemDisplayTitle .slideshowLeftArrow i {
  color: #249C89;
}
.recentlyViewedWrap .itemDisplayTitle .slideshowLeftArrow {
  left: -50px;
}
.recentlyViewedWrap .itemDisplayTitle .slideshowRightArrow {
  right: -50px;
}
.recentlyViewedWrap .recentlyViewedList {
  *zoom: 1;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 25%;
  gap: 2em 1.6em;
  margin: 0;
  width: 100%;
}
.recentlyViewedWrap .recentlyViewedList:before,
.recentlyViewedWrap .recentlyViewedList:after {
  content: "";
  display: table;
}
.recentlyViewedWrap .recentlyViewedList:after {
  clear: both;
}
@media all and (max-width: 1120px) {
  .recentlyViewedWrap .recentlyViewedList {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .recentlyViewedWrap .recentlyViewedList {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 50%;
  }
}
@media all and (max-width: 400px) {
  .recentlyViewedWrap .recentlyViewedList {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}
.recentlyViewedWrap .recentlyViewedList:before,
.recentlyViewedWrap .recentlyViewedList:after {
  display: none;
}
.recentlyViewedWrap .recentlyViewedList li {
  margin: 0 10px 20px 10px;
}
.recentlyViewedWrap .recentlyViewedList li a {
  text-decoration: none;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .recentlyViewedWrap .recentlyViewedList li {
    width: auto;
  }
}
.recentlyViewedWrap .recentlyViewedList .itemImageWrap img {
  max-height: 100%;
  vertical-align: top;
}
.newsletterPopupOverlay {
  position: fixed;
  bottom: -170px;
  left: 0;
  padding: 20px;
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0 -2px 23px rgba(0, 0, 0, 0.44);
  overflow: visible;
  z-index: 10000;
}
.newsletterPopupOverlay .newsletterPopupOverlayCloseButton {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 -20px 0 0;
  padding: 0 10px;
  background: #f1f1f1;
  box-shadow: 0 -2px 23px rgba(0, 0, 0, 0.44);
}
.newsletterPopupOverlay .newsletterPopupOverlayCloseButton:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
  height: 20px;
  background: #f1f1f1;
}
.newsletterPopupOverlay .newsletterPopupOverlayCloseButton a {
  color: #0f55c4;
  font-size: 2em;
}
.newsletterPopupOverlay .overlayContent {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.newsletterPopupOverlay .newsletterFormWrap {
  float: left;
  width: 100%;
  margin: 0;
}
.newsletterPopupOverlay .row:last-of-type {
  margin: 0;
}
.newsletterPopupButton {
  display: none;
}
.newsletterFormWrap .buttonInline {
  width: 100%;
}
.newsletterFormWrap .buttonInline .inputWrap {
  width: 70%;
}
@media all and (max-width: 640px) {
  .newsletterFormWrap .buttonInline .inputWrap {
    width: 100%;
    margin: 0 0 15px;
  }
}
.newsletterFormWrap .buttonInline .button {
  padding: 12px 10px;
}
@media all and (max-width: 640px) {
  .newsletterFormWrap .buttonInline .button {
    width: 100%;
  }
}
#nhs-prescriptions {
  font-size: 0.8571428571428571rem;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F4F9FA;
}
#nhs-prescriptions .chosen-container > a {
  height: 100%;
  display: flex;
  align-items: center;
}
#nhs-prescriptions table .button {
  font-size: 0.9285714285714286rem;
  line-height: 16px;
  padding: 12px;
  height: auto;
  width: auto;
}
#nhs-prescriptions table .button.buttonDelete {
  background: #e84f4f;
  border-color: #e84f4f;
  margin: 0;
  width: 100%;
}
@media all and (max-width: 1070px) {
  #nhs-prescriptions table .button.buttonDelete {
    width: 100%;
  }
}
#nhs-prescriptions table .button.buttonDelete i {
  margin: 0;
}
#nhs-prescriptions table .button.buttonDelete:hover {
  background: #e22222;
  border-color: #e22222;
}
#nhs-prescriptions input,
#nhs-prescriptions select {
  padding: 12px;
  border: 2px solid #E0E7EA;
  line-height: normal;
  border-radius: 0;
  width: 100%;
  border-radius: 8px;
}
#nhs-prescriptions select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#nhs-prescriptions select + input {
  margin-top: 8px;
}
#nhs-prescriptions .inputWrap + input {
  margin-top: 8px;
}
#nhs-prescriptions .inputWrap.selectWrap {
  position: relative;
  width: 100%;
}
#nhs-prescriptions .inputWrap.selectWrap:after {
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #249C89;
}
#nhs-prescriptions table {
  margin-bottom: 24px;
}
#nhs-prescriptions table td {
  font-size: 0.9285714285714286rem;
  line-height: 16px;
}
@media all and (max-width: 1070px) {
  #nhs-prescriptions table td {
    font-size: 1rem;
    line-height: 16px;
  }
}
#nhs-prescriptions td.delete {
  text-align: right;
}
#nhs-prescriptions td.delete button {
  width: 100%;
}
#nhs-prescriptions .red {
  color: #FF0000;
}
#nhs-prescriptions .prescriptionSeparator {
  border-left: 2px solid rgba(0, 0, 0, 0.032);
  padding-left: 32px;
}
@media all and (max-width: 640px) {
  #nhs-prescriptions .right,
  #nhs-prescriptions .button,
  #nhs-prescriptions .buttonAlt {
    width: 100%;
  }
}
.nhsNotification button.buttonAlt {
  float: right !important;
  margin-right: 20px;
}
.nhsNotification button.button {
  float: right !important;
}
@media all and (max-width: 640px) {
  .nhsNotification button.button {
    width: 100%;
  }
}
.nhsNotification input {
  width: 50% !important;
  padding: 15px 10px !important;
}
.nhsNotification i {
  font-size: 2em;
  line-height: 45px;
  padding-left: 10px;
  color: #287bb3;
}
/* 
 * 
 * Sample CSS file
 * 
 * On staging (grunt off) css files are loaded from core/includes/header.inc.php 
 * automatically when placed in this folder.
 * 
 * On live they will be automatically included through grunt and compressed and concatenated
 * into sites/SITE/min/a.css and included from that location.
 * 
 */
.infobox {
  padding: 10px 10px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
}
.infobox h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.infobox p {
  line-height: 1.5;
  margin-bottom: 0;
  font-size: 12px;
}
.infobox:after,
.infobox:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
}
.infobox:before {
  bottom: -11px;
  border-color: #aaa transparent transparent transparent;
  z-index: 10;
}
.infobox:after {
  bottom: -10px;
  border-color: #fff transparent transparent transparent;
  z-index: 20;
}
.infobox button {
  font-size: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  box-shadow: none;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #aaa;
  border: none;
}
/*
 * directions output
 */
.mapOutputPanel > div {
  margin: 0 0 40px;
}
.mapOutputPanel .adp-placemark,
.mapOutputPanel table {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
  height: auto;
  min-width: 1px;
}
.mapOutputPanel .adp-placemark th,
.mapOutputPanel table th,
.mapOutputPanel .adp-placemark td,
.mapOutputPanel table td {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
}
.mapOutputPanel .adp-placemark img,
.mapOutputPanel table img {
  margin: 0;
  display: inline;
}
.mapOutputPanel .adp-placemark {
  background: #F4F4F4;
}
.mapOutputPanel .adp-placemark td {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2857142857142858rem;
  width: 42px;
  padding: 10px;
}
@media all and (max-width: 640px) {
  .mapOutputPanel .adp-placemark td {
    font-size: 1.2857142857142858rem;
  }
}
.mapOutputPanel .adp-placemark td.adp-text {
  width: 100%;
}
.mapOutputPanel .adp-summary {
  padding: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.mapOutputPanel .adp-directions td {
  padding: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.featuredItemsWrap {
  width: 100%;
}
.featuredItemsWrap .itemDisplayTitle {
  text-align: center;
  position: relative;
  margin: 0 0 35px;
}
.featuredItemsWrap .itemDisplayTitle span {
  position: relative;
}
@media all and (max-width: 640px) {
  .featuredItemsWrap .itemDisplayTitle {
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2857142857142858rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .featuredItemsWrap .itemDisplayTitle {
    font-size: 1.2857142857142858rem;
  }
}
.featuredItemsWrap .itemDisplayTitle .slideshowRightArrow,
.featuredItemsWrap .itemDisplayTitle .slideshowLeftArrow {
  background: #F4F4F4;
  transition: opacity 0.3s, background 0.5s;
}
.featuredItemsWrap .itemDisplayTitle .slideshowRightArrow:hover,
.featuredItemsWrap .itemDisplayTitle .slideshowLeftArrow:hover {
  opacity: 0.8;
}
.featuredItemsWrap .itemDisplayTitle .slideshowRightArrow i,
.featuredItemsWrap .itemDisplayTitle .slideshowLeftArrow i {
  color: #249C89;
}
.featuredItemsWrap .itemDisplayTitle .slideshowLeftArrow {
  left: -50px;
}
.featuredItemsWrap .itemDisplayTitle .slideshowRightArrow {
  right: -50px;
}
.featuredItemsWrap .featuredItems {
  *zoom: 1;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 25%;
  gap: 2em 1.6em;
  margin: 0;
}
.featuredItemsWrap .featuredItems:before,
.featuredItemsWrap .featuredItems:after {
  content: "";
  display: table;
}
.featuredItemsWrap .featuredItems:after {
  clear: both;
}
@media all and (max-width: 1120px) {
  .featuredItemsWrap .featuredItems {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .featuredItemsWrap .featuredItems {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 50%;
  }
}
@media all and (max-width: 400px) {
  .featuredItemsWrap .featuredItems {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}
.featuredItemsWrap .featuredItems:before,
.featuredItemsWrap .featuredItems:after {
  display: none;
}
.featuredItemsWrap .featuredItems li {
  float: left;
  margin: 0 10px 20px 10px;
}
.featuredItemsWrap .featuredItems li a {
  text-decoration: none;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .featuredItemsWrap .featuredItems li li {
    width: auto;
  }
}
.featuredItemsWrap .featuredItems .itemImageWrap img {
  max-height: 100%;
  vertical-align: top;
}
.featuredBrandsWrap {
  clear: both;
  *zoom: 1;
  margin: 0 -10px 20px -10px;
  width: calc(100% + 20px);
}
.featuredBrandsWrap:before,
.featuredBrandsWrap:after {
  content: "";
  display: table;
}
.featuredBrandsWrap:after {
  clear: both;
}
.featuredBrandsWrap .featuredBrandsTitle {
  text-align: center;
  position: relative;
  margin: 0 0 35px;
}
.featuredBrandsWrap .featuredBrandsTitle span {
  position: relative;
}
@media all and (max-width: 640px) {
  .featuredBrandsWrap .featuredBrandsTitle {
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2857142857142858rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .featuredBrandsWrap .featuredBrandsTitle {
    font-size: 1.2857142857142858rem;
  }
}
.featuredBrandsWrap .featuredBrandsTitle .slideshowRightArrow,
.featuredBrandsWrap .featuredBrandsTitle .slideshowLeftArrow {
  background: #F4F4F4;
  transition: opacity 0.3s, background 0.5s;
}
.featuredBrandsWrap .featuredBrandsTitle .slideshowRightArrow:hover,
.featuredBrandsWrap .featuredBrandsTitle .slideshowLeftArrow:hover {
  opacity: 0.8;
}
.featuredBrandsWrap .featuredBrandsTitle .slideshowRightArrow i,
.featuredBrandsWrap .featuredBrandsTitle .slideshowLeftArrow i {
  color: #249C89;
}
.featuredBrandsWrap .featuredBrandsTitle .slideshowLeftArrow {
  left: -50px;
}
.featuredBrandsWrap .featuredBrandsTitle .slideshowRightArrow {
  right: -50px;
}
.featuredBrandsWrap .featuredBrands {
  *zoom: 1;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 25%;
  gap: 2em 1.6em;
  margin: 0;
  width: 100%;
}
.featuredBrandsWrap .featuredBrands:before,
.featuredBrandsWrap .featuredBrands:after {
  content: "";
  display: table;
}
.featuredBrandsWrap .featuredBrands:after {
  clear: both;
}
@media all and (max-width: 1120px) {
  .featuredBrandsWrap .featuredBrands {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .featuredBrandsWrap .featuredBrands {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 50%;
  }
}
@media all and (max-width: 400px) {
  .featuredBrandsWrap .featuredBrands {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}
.featuredBrandsWrap .featuredBrands:before,
.featuredBrandsWrap .featuredBrands:after {
  display: none;
}
.featuredBrandsWrap .featuredBrands li {
  position: relative;
  height: 80px;
}
.featuredBrandsWrap .featuredBrands li a {
  display: block;
}
.featuredBrandsWrap .featuredBrands li .imageWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customersAlsoViewedWrap {
  clear: both;
  *zoom: 1;
  margin: 0 -10px 20px -10px;
  width: calc(100% + 20px);
}
.customersAlsoViewedWrap:before,
.customersAlsoViewedWrap:after {
  content: "";
  display: table;
}
.customersAlsoViewedWrap:after {
  clear: both;
}
.customersAlsoViewedWrap .itemDisplayTitle {
  text-align: center;
  position: relative;
  margin: 0 0 35px;
}
.customersAlsoViewedWrap .itemDisplayTitle span {
  position: relative;
}
@media all and (max-width: 640px) {
  .customersAlsoViewedWrap .itemDisplayTitle {
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2857142857142858rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .customersAlsoViewedWrap .itemDisplayTitle {
    font-size: 1.2857142857142858rem;
  }
}
.customersAlsoViewedWrap .itemDisplayTitle .slideshowRightArrow,
.customersAlsoViewedWrap .itemDisplayTitle .slideshowLeftArrow {
  background: #F4F4F4;
  transition: opacity 0.3s, background 0.5s;
}
.customersAlsoViewedWrap .itemDisplayTitle .slideshowRightArrow:hover,
.customersAlsoViewedWrap .itemDisplayTitle .slideshowLeftArrow:hover {
  opacity: 0.8;
}
.customersAlsoViewedWrap .itemDisplayTitle .slideshowRightArrow i,
.customersAlsoViewedWrap .itemDisplayTitle .slideshowLeftArrow i {
  color: #249C89;
}
.customersAlsoViewedWrap .itemDisplayTitle .slideshowLeftArrow {
  left: -50px;
}
.customersAlsoViewedWrap .itemDisplayTitle .slideshowRightArrow {
  right: -50px;
}
.customersAlsoViewedWrap .customersAlsoViewedList {
  *zoom: 1;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 25%;
  gap: 2em 1.6em;
  margin: 0;
}
.customersAlsoViewedWrap .customersAlsoViewedList:before,
.customersAlsoViewedWrap .customersAlsoViewedList:after {
  content: "";
  display: table;
}
.customersAlsoViewedWrap .customersAlsoViewedList:after {
  clear: both;
}
@media all and (max-width: 1120px) {
  .customersAlsoViewedWrap .customersAlsoViewedList {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .customersAlsoViewedWrap .customersAlsoViewedList {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 50%;
  }
}
@media all and (max-width: 400px) {
  .customersAlsoViewedWrap .customersAlsoViewedList {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}
.customersAlsoViewedWrap .customersAlsoViewedList:before,
.customersAlsoViewedWrap .customersAlsoViewedList:after {
  display: none;
}
.customersAlsoViewedWrap .customersAlsoViewedList li {
  float: left;
  margin: 0 10px 20px 10px;
}
.customersAlsoViewedWrap .customersAlsoViewedList li a {
  text-decoration: none;
}
.customersAlsoViewedWrap .customersAlsoViewedList .itemImageWrap img {
  max-height: 100%;
  vertical-align: top;
}
/*
 * Typography
 */
body {
  line-height: 24px;
  color: #171717;
  letter-spacing: normal;
}
.darkBg {
  color: #fff;
}
a {
  color: #E29B2F;
  text-decoration: none;
  transition: color 200ms linear;
  font-weight: inherit;
}
a:hover {
  text-decoration: none;
  color: #c3801b;
  transition: color 200ms linear;
}
a:active {
  text-decoration: none;
  color: #d98f1e;
  transition: color 200ms linear;
}
p {
  margin: 0 0 25px;
}
small {
  font-size: 0.9285714285714286em;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px 0;
  color: #171717;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: normal;
}
.darkBg h1,
.darkBg h2,
.darkBg h3,
.darkBg h4,
.darkBg h5,
.darkBg h6 {
  color: #fff;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}
h1 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 2.2857142857142856rem;
  }
}
h2 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
}
@media all and (max-width: 640px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2857142857142858rem;
}
@media all and (max-width: 640px) {
  h4 {
    font-size: 1.2857142857142858rem;
  }
}
h5 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2142857142857142rem;
}
@media all and (max-width: 640px) {
  h5 {
    font-size: 1.2142857142857142rem;
  }
}
h6 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.1428571428571428rem;
}
@media all and (max-width: 640px) {
  h6 {
    font-size: 1.1428571428571428rem;
  }
}
/*
 * Page Content Class
 */
.pageContent,
.wysiwyg {
  *zoom: 1;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: 500;
  color: #171717;
  /*
	 * Tiny mce produces left and right images with these attributes
	 */
}
.pageContent:before,
.wysiwyg:before,
.pageContent:after,
.wysiwyg:after {
  content: "";
  display: table;
}
.pageContent:after,
.wysiwyg:after {
  clear: both;
}
.pageContent blockquote,
.wysiwyg blockquote {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0;
  min-height: 48px;
  position: relative;
  padding-left: 24px;
}
.pageContent blockquote:before,
.wysiwyg blockquote:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #E29B2F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.pageContent blockquote p,
.wysiwyg blockquote p {
  margin: 0 0 8px;
}
.pageContent blockquote cite,
.wysiwyg blockquote cite {
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
}
.pageContent blockquote cite a,
.wysiwyg blockquote cite a {
  text-decoration: none;
}
.pageContent blockquote cite a:hover,
.wysiwyg blockquote cite a:hover {
  text-decoration: none;
}
.pageContent img[style="float: left;"],
.wysiwyg img[style="float: left;"] {
  margin: 5px 25px 25px 0;
}
.pageContent img[style="float: right;"],
.wysiwyg img[style="float: right;"] {
  margin: 5px 0 25px 25px;
}
@media all and (max-width: 640px) {
  .pageContent img[style="float: right;"],
  .wysiwyg img[style="float: right;"],
  .pageContent img[style="float: left;"],
  .wysiwyg img[style="float: left;"] {
    float: none !important;
    display: block;
    margin: 0 auto 25px;
  }
}
.pageContent ul:not(.accordion):not(.faqs):not(.sideEffectsList),
.wysiwyg ul:not(.accordion):not(.faqs):not(.sideEffectsList),
.pageContent ol,
.wysiwyg ol {
  margin: 0 0 0 19px;
  padding: 0 0 24px 0;
  display: inline-block;
  width: auto;
}
.pageContent ul:not(.accordion):not(.faqs):not(.sideEffectsList):before,
.wysiwyg ul:not(.accordion):not(.faqs):not(.sideEffectsList):before,
.pageContent ol:before,
.wysiwyg ol:before,
.pageContent ul:not(.accordion):not(.faqs):not(.sideEffectsList):after,
.wysiwyg ul:not(.accordion):not(.faqs):not(.sideEffectsList):after,
.pageContent ol:after,
.wysiwyg ol:after {
  display: none;
}
.pageContent ul:not(.accordion):not(.faqs):not(.sideEffectsList) li,
.wysiwyg ul:not(.accordion):not(.faqs):not(.sideEffectsList) li,
.pageContent ol li,
.wysiwyg ol li {
  list-style-type: disc;
  padding-left: 8px;
}
.pageContent ol li,
.wysiwyg ol li {
  list-style: decimal;
}
@media all and (max-width: 1120px) {
  .pageContent.itemDescription ul:not(.accordion):not(.faqs):not(.sideEffectsList),
  .wysiwyg.itemDescription ul:not(.accordion):not(.faqs):not(.sideEffectsList),
  .pageContent.itemDescription ol,
  .wysiwyg.itemDescription ol {
    margin-left: auto;
    margin-right: auto;
  }
}
.pageContent a,
.wysiwyg a {
  text-decoration: none;
}
.pageContent p,
.wysiwyg p,
.pageContent ul li,
.wysiwyg ul li,
.pageContent ol li,
.wysiwyg ol li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
img.lazy {
  opacity: 0;
  transition: opacity 200ms linear;
}
img.lazy.loaded {
  opacity: 1;
  transition: opacity 200ms linear;
}
.svgIcon {
  display: inline-block;
  width: 18px;
  height: 12px;
  position: relative;
}
.svgIcon svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
 * Button Styling
 */
.button {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.button:hover,
.button:focus-visible,
.button:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.button:hover:after,
.button:focus-visible:after,
.button:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.button .svgIcon,
.button i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.button .svgIcon svg,
.button i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.button.iconLeft .svgIcon,
.button.iconLeft i {
  margin: 0 10px 0 0;
}
.button[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.button.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.button.buttonLarge .svgIcon,
.button.buttonLarge i {
  width: 14px;
  height: 12px;
}
.button.buttonLarge .svgIcon svg,
.button.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.button.buttonLarge.secureButton .svgIcon,
.button.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.button.buttonLarge.secureButton .svgIcon svg,
.button.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.button.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.button.buttonOutlined:hover,
.button.buttonOutlined:focus-visible,
.button.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.button.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.buttonOutlinedWhite:hover,
.button.buttonOutlinedWhite:focus-visible,
.button.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.button.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.button.buttonBlack:hover,
.button.buttonBlack:focus-visible,
.button.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.button.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.button.buttonSmall .svgIcon,
.button.buttonSmall i {
  width: 7px;
  height: 9px;
}
.button.buttonSmall .svgIcon svg,
.button.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.button.noIcon {
  padding: 8px 15px;
}
.button.noIcon.buttonSmall {
  padding: 4px 14px;
}
.button.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.button.buttonText:hover,
.button.buttonText:active,
.button.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
/*
* Button Alt
*/
.buttonAlt {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  color: #fff;
  border-color: #E29B2F;
  background: #E29B2F;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonAlt:hover,
.buttonAlt:focus-visible,
.buttonAlt:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonAlt:hover:after,
.buttonAlt:focus-visible:after,
.buttonAlt:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.buttonAlt .svgIcon,
.buttonAlt i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.buttonAlt .svgIcon svg,
.buttonAlt i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.buttonAlt.iconLeft .svgIcon,
.buttonAlt.iconLeft i {
  margin: 0 10px 0 0;
}
.buttonAlt[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonAlt.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.buttonAlt.buttonLarge .svgIcon,
.buttonAlt.buttonLarge i {
  width: 14px;
  height: 12px;
}
.buttonAlt.buttonLarge .svgIcon svg,
.buttonAlt.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.buttonAlt.buttonLarge.secureButton .svgIcon,
.buttonAlt.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.buttonAlt.buttonLarge.secureButton .svgIcon svg,
.buttonAlt.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.buttonAlt.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.buttonAlt.buttonOutlined:hover,
.buttonAlt.buttonOutlined:focus-visible,
.buttonAlt.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.buttonAlt.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.buttonAlt.buttonOutlinedWhite:hover,
.buttonAlt.buttonOutlinedWhite:focus-visible,
.buttonAlt.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.buttonAlt.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.buttonAlt.buttonBlack:hover,
.buttonAlt.buttonBlack:focus-visible,
.buttonAlt.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.buttonAlt.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.buttonAlt.buttonSmall .svgIcon,
.buttonAlt.buttonSmall i {
  width: 7px;
  height: 9px;
}
.buttonAlt.buttonSmall .svgIcon svg,
.buttonAlt.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.buttonAlt.noIcon {
  padding: 8px 15px;
}
.buttonAlt.noIcon.buttonSmall {
  padding: 4px 14px;
}
.buttonAlt.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.buttonAlt.buttonText:hover,
.buttonAlt.buttonText:active,
.buttonAlt.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
.buttonAlt:hover,
.buttonAlt:focus-visible,
.buttonAlt:active {
  border-color: #E29B2F;
  color: #E29B2F;
  background: rgba(226, 155, 47, 0);
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonAlt[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonAlt.buttonOutlined {
  background: transparent;
  color: #E29B2F;
}
.buttonAlt.buttonOutlined:hover,
.buttonAlt.buttonOutlined:focus-visible,
.buttonAlt.buttonOutlined:active {
  background: #E29B2F;
  color: #fff;
}
/*
* Button Dark
*/
.buttonDark {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  color: #fff;
  border-color: #125F54;
  background: #125F54;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonDark:hover,
.buttonDark:focus-visible,
.buttonDark:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonDark:hover:after,
.buttonDark:focus-visible:after,
.buttonDark:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.buttonDark .svgIcon,
.buttonDark i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.buttonDark .svgIcon svg,
.buttonDark i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.buttonDark.iconLeft .svgIcon,
.buttonDark.iconLeft i {
  margin: 0 10px 0 0;
}
.buttonDark[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonDark.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.buttonDark.buttonLarge .svgIcon,
.buttonDark.buttonLarge i {
  width: 14px;
  height: 12px;
}
.buttonDark.buttonLarge .svgIcon svg,
.buttonDark.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.buttonDark.buttonLarge.secureButton .svgIcon,
.buttonDark.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.buttonDark.buttonLarge.secureButton .svgIcon svg,
.buttonDark.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.buttonDark.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.buttonDark.buttonOutlined:hover,
.buttonDark.buttonOutlined:focus-visible,
.buttonDark.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.buttonDark.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.buttonDark.buttonOutlinedWhite:hover,
.buttonDark.buttonOutlinedWhite:focus-visible,
.buttonDark.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.buttonDark.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.buttonDark.buttonBlack:hover,
.buttonDark.buttonBlack:focus-visible,
.buttonDark.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.buttonDark.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.buttonDark.buttonSmall .svgIcon,
.buttonDark.buttonSmall i {
  width: 7px;
  height: 9px;
}
.buttonDark.buttonSmall .svgIcon svg,
.buttonDark.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.buttonDark.noIcon {
  padding: 8px 15px;
}
.buttonDark.noIcon.buttonSmall {
  padding: 4px 14px;
}
.buttonDark.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.buttonDark.buttonText:hover,
.buttonDark.buttonText:active,
.buttonDark.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
.buttonDark:hover,
.buttonDark:focus-visible,
.buttonDark:active {
  border-color: #125F54;
  color: #125F54;
  background: rgba(18, 95, 84, 0);
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonDark[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonDark.buttonOutlined {
  background: transparent;
  color: #125F54;
}
.buttonDark.buttonOutlined:hover,
.buttonDark.buttonOutlined:focus-visible,
.buttonDark.buttonOutlined:active {
  background: #125F54;
  color: #fff;
}
.buttonWhite {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  color: #249C89;
  border-color: #fff;
  background: #fff;
  transition: background 200ms linear, color 200ms linear, border-color 200ms linear;
}
.buttonWhite:hover,
.buttonWhite:focus-visible,
.buttonWhite:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonWhite:hover:after,
.buttonWhite:focus-visible:after,
.buttonWhite:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.buttonWhite .svgIcon,
.buttonWhite i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.buttonWhite .svgIcon svg,
.buttonWhite i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.buttonWhite.iconLeft .svgIcon,
.buttonWhite.iconLeft i {
  margin: 0 10px 0 0;
}
.buttonWhite[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonWhite.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.buttonWhite.buttonLarge .svgIcon,
.buttonWhite.buttonLarge i {
  width: 14px;
  height: 12px;
}
.buttonWhite.buttonLarge .svgIcon svg,
.buttonWhite.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.buttonWhite.buttonLarge.secureButton .svgIcon,
.buttonWhite.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.buttonWhite.buttonLarge.secureButton .svgIcon svg,
.buttonWhite.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.buttonWhite.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.buttonWhite.buttonOutlined:hover,
.buttonWhite.buttonOutlined:focus-visible,
.buttonWhite.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.buttonWhite.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.buttonWhite.buttonOutlinedWhite:hover,
.buttonWhite.buttonOutlinedWhite:focus-visible,
.buttonWhite.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.buttonWhite.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.buttonWhite.buttonBlack:hover,
.buttonWhite.buttonBlack:focus-visible,
.buttonWhite.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.buttonWhite.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.buttonWhite.buttonSmall .svgIcon,
.buttonWhite.buttonSmall i {
  width: 7px;
  height: 9px;
}
.buttonWhite.buttonSmall .svgIcon svg,
.buttonWhite.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.buttonWhite.noIcon {
  padding: 8px 15px;
}
.buttonWhite.noIcon.buttonSmall {
  padding: 4px 14px;
}
.buttonWhite.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.buttonWhite.buttonText:hover,
.buttonWhite.buttonText:active,
.buttonWhite.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
.buttonWhite:hover,
.buttonWhite:focus-visible,
.buttonWhite:active {
  border-color: #fff;
  color: #fff;
  background: #ffffff;
  transition: background 200ms linear, color 200ms linear, border-color 200ms linear;
}
.buttonWhite[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
/*
 * Button Groups
 */
.buttonGroup {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  align-items: flex-start;
}
.buttonGroup:before,
.buttonGroup:after {
  display: none;
}
.buttonGroup a {
  margin-right: 16px;
  height: auto;
  flex: 0 0 auto;
}
.buttonGroup a:last-of-type {
  margin-right: 0;
}
.toggleButtonWrap {
  text-decoration: none;
}
.toggleButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 14px;
  border-radius: 50%;
  overflow: hidden;
  text-shadow: none;
}
.toggleButton:before,
.toggleButton:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1rem;
  line-height: 14px;
}
.toggleButton:before {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #249C89;
  transition: all 200ms linear;
  text-shadow: none;
}
.darkBg .toggleButton:before {
  color: #fff;
}
.toggleButton:after {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: #E29B2F;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 200ms linear;
}
.open .toggleButton:before {
  color: #249C89;
}
.darkBg .open .toggleButton:before {
  color: #fff;
}
.toggleButton:hover:after,
.toggleButton:active:after {
  width: 100%;
  height: 100%;
  opacity: 0.24;
  transition: all 200ms linear;
}
.toggleButton:active:after {
  opacity: 0.64;
}
.toggleButton.toggleAlt:before {
  color: #E29B2F;
}
.darkBg .toggleButton.toggleAlt:before {
  color: #E29B2F;
}
.toggleButton.toggleBordered {
  border: 1px solid rgba(23, 39, 65, 0.4);
}
.darkBg .toggleButton.toggleBordered {
  border-color: #fff;
}
.buttonIcon {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  background: transparent;
  margin: 0;
  border: 2px solid #125F54;
  color: #125F54;
  text-align: center;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.buttonIcon:hover,
.buttonIcon:focus-visible,
.buttonIcon:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonIcon:hover:after,
.buttonIcon:focus-visible:after,
.buttonIcon:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.buttonIcon .svgIcon,
.buttonIcon i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.buttonIcon .svgIcon svg,
.buttonIcon i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.buttonIcon.iconLeft .svgIcon,
.buttonIcon.iconLeft i {
  margin: 0 10px 0 0;
}
.buttonIcon[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.buttonIcon.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.buttonIcon.buttonLarge .svgIcon,
.buttonIcon.buttonLarge i {
  width: 14px;
  height: 12px;
}
.buttonIcon.buttonLarge .svgIcon svg,
.buttonIcon.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.buttonIcon.buttonLarge.secureButton .svgIcon,
.buttonIcon.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.buttonIcon.buttonLarge.secureButton .svgIcon svg,
.buttonIcon.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.buttonIcon.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.buttonIcon.buttonOutlined:hover,
.buttonIcon.buttonOutlined:focus-visible,
.buttonIcon.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.buttonIcon.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.buttonIcon.buttonOutlinedWhite:hover,
.buttonIcon.buttonOutlinedWhite:focus-visible,
.buttonIcon.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.buttonIcon.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.buttonIcon.buttonBlack:hover,
.buttonIcon.buttonBlack:focus-visible,
.buttonIcon.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.buttonIcon.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.buttonIcon.buttonSmall .svgIcon,
.buttonIcon.buttonSmall i {
  width: 7px;
  height: 9px;
}
.buttonIcon.buttonSmall .svgIcon svg,
.buttonIcon.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.buttonIcon.noIcon {
  padding: 8px 15px;
}
.buttonIcon.noIcon.buttonSmall {
  padding: 4px 14px;
}
.buttonIcon.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.buttonIcon.buttonText:hover,
.buttonIcon.buttonText:active,
.buttonIcon.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
.buttonIcon:hover,
.buttonIcon:active,
.buttonIcon:focus {
  background: #125F54;
  border-color: #125F54;
  color: #fff;
}
.buttonIcon .svgIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  color: inherit;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  transform: translateY(0);
}
.buttonIcon .svgIcon svg {
  width: 100%;
  height: 100%;
}
#cookiescript_buttons #cookiescript_accept {
  background-color: #125F54;
}
#cookiescript_buttons #cookiescript_accept:hover {
  background-color: #249C89;
}
/*
 * Notification Styles
 */
.success,
.error,
.alert,
.alertBlue,
.info {
  margin: 0 0 16px 0;
  padding: 24px;
  clear: both;
  text-align: left;
  position: relative;
  border-radius: 8px;
  border: 2px solid #F3F3F3;
  box-shadow: none;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: normal;
}
@media all and (max-width: 640px) {
  .success,
  .error,
  .alert,
  .alertBlue,
  .info {
    padding: 24px;
  }
}
.success,
.error,
.alert,
.alertBlue,
.info,
.success p,
.error p,
.alert p,
.alertBlue p,
.info p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.success a,
.error a,
.alert a,
.alertBlue a,
.info a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  transition: color 200ms linear;
}
.success a:hover,
.error a:hover,
.alert a:hover,
.alertBlue a:hover,
.info a:hover,
.success a:active,
.error a:active,
.alert a:active,
.alertBlue a:active,
.info a:active,
.success a:focus-visible,
.error a:focus-visible,
.alert a:focus-visible,
.alertBlue a:focus-visible,
.info a:focus-visible {
  text-decoration: none;
}
.success h4,
.error h4,
.alert h4,
.alertBlue h4,
.info h4 {
  margin-bottom: 8px;
  margin-top: -4px;
  color: inherit;
}
.success:after,
.error:after,
.alert:after,
.alertBlue:after,
.info:after {
  display: none;
}
.success {
  border-color: #458546 !important;
  background-color: #458546 !important;
  color: #fff !important;
}
.error {
  border-color: #e84f4f !important;
  background-color: #e84f4f !important;
  color: #fff !important;
}
.alert {
  border-color: #2c79ad !important;
  background-color: #2c79ad !important;
  color: #fff !important;
}
.alertBlue,
.info {
  border-color: #2c79ad !important;
  background-color: #2c79ad !important;
  color: #fff !important;
}
/*
 * Site wide messages
 */
.siteWideMessageWrap {
  *zoom: 1;
  background: #E29B2F;
  border-top: 2px solid #fff;
}
.siteWideMessageWrap:before,
.siteWideMessageWrap:after {
  content: "";
  display: table;
}
.siteWideMessageWrap:after {
  clear: both;
}
.siteWideMessageWrap .siteWideMessage .slick-track {
  perspective: none;
}
.siteWideMessageWrap .siteWideMessage li {
  width: 100%;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1428571428571428rem;
  color: #fff;
  float: left;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
}
.siteWideMessageWrap .siteWideMessage li a {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 20px;
  padding: 10px 15px;
}
.siteWideMessageWrap .siteWideMessage li a:hover {
  text-decoration: underline;
}
.siteWideMessageWrap .siteWideMessage li:focus {
  -webkit-appearance: none;
  outline: none;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .siteWideMessageWrap .siteWideMessage li {
    width: 33.33%;
    border-right: 2px solid #fff;
  }
  .siteWideMessageWrap .siteWideMessage li:nth-child(3n) {
    border-right: 0;
  }
}
@media all and (min-width:  1400px ) and all and (min-width:  801px ) and (max-width: 1380px), all and (min-width:  641px ) and (max-width:  1399px ) and all and (min-width:  801px ) and (max-width: 1380px) {
  .siteWideMessageWrap .siteWideMessage li {
    border: 0;
  }
}
/*
 * Vanilla Datepicker Styles
 */
.row .datepickerWrap {
  position: relative;
  *zoom: 1;
  max-width: 100%;
  clear: both;
}
.row .datepickerWrap:before,
.row .datepickerWrap:after {
  content: "";
  display: table;
}
.row .datepickerWrap:after {
  clear: both;
}
.row .datepickerWrap input[type="text"] {
  float: none;
  cursor: pointer;
}
.row .datepickerWrap:after {
  color: inherit;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  color: #626d7e;
}
.datePicker {
  cursor: pointer;
  width: 65%;
}
.ui-datepicker {
  background: #fff;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  z-index: 10000 !important;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.1428571428571428rem;
  font-size: 1rem !important;
  line-height: 16px !important;
  padding: 4px 0;
  text-align: center;
  position: relative;
  color: #249C89;
  background: #F4F4F4;
  border-bottom: none;
  width: 100%;
}
@media all and (max-width: 640px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 1.1428571428571428rem;
  }
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #249C89;
  border: none;
  padding: 12px 16px 12px 0;
  background: transparent;
  cursor: pointer;
  transition: color 200ms linear;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:active,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus {
  color: #1a7365;
  transition: color 200ms linear;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month:after {
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  margin-left: 6px;
  font-weight: 300;
  color: #E29B2F;
  pointer-events: none;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 200ms linear;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 999;
  overflow: hidden;
  width: 48px;
  height: 100%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 200ms linear;
  color: #171717;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:after {
  opacity: 1;
  color: #E29B2F;
  transition: all 200ms linear;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active:after {
  opacity: 1;
  color: #c3801b;
  transition: all 200ms linear;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  color: inherit;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 16px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  color: inherit;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 16px;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 0;
  table-layout: auto;
  background: #fff;
  margin: 0;
  border-spacing: 0;
}
.ui-datepicker .ui-datepicker-calendar thead {
  color: #E29B2F;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  padding: 8px 11.5px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  position: relative;
  font-size: 0.8571428571428571rem;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0;
  font-weight: normal;
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar th.ui-state-disabled,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #171717;
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar td a:after {
  content: "";
  width: 28px;
  height: 28px;
  background: #E29B2F;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 200ms linear;
}
.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar td a:active,
.ui-datepicker .ui-datepicker-calendar td a:focus {
  color: #E29B2F;
}
.ui-datepicker .ui-datepicker-calendar td a:hover:after,
.ui-datepicker .ui-datepicker-calendar td a:active:after,
.ui-datepicker .ui-datepicker-calendar td a:focus:after {
  opacity: 0;
  transition: opacity 200ms linear;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  border: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  color: #171717 !important;
  opacity: 1 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:after {
  opacity: 0.24 !important;
  transition: opacity 200ms linear;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  background: transparent;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff !important;
  opacity: 1 !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a:after {
  opacity: 1 !important;
  background: #E29B2F !important;
  transition: opacity 200ms linear;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 12px;
  background: #F4F4F4;
  display: flex;
}
.ui-datepicker .ui-datepicker-buttonpane:before,
.ui-datepicker .ui-datepicker-buttonpane:after {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  background: 0;
  border: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  margin: 0;
  padding: 8px 16px;
  font-size: 1rem;
  line-height: 16px;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus-visible,
.ui-datepicker .ui-datepicker-buttonpane button:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover:after,
.ui-datepicker .ui-datepicker-buttonpane button:focus-visible:after,
.ui-datepicker .ui-datepicker-buttonpane button:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.ui-datepicker .ui-datepicker-buttonpane button .svgIcon,
.ui-datepicker .ui-datepicker-buttonpane button i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.ui-datepicker .ui-datepicker-buttonpane button .svgIcon svg,
.ui-datepicker .ui-datepicker-buttonpane button i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.ui-datepicker .ui-datepicker-buttonpane button.iconLeft .svgIcon,
.ui-datepicker .ui-datepicker-buttonpane button.iconLeft i {
  margin: 0 10px 0 0;
}
.ui-datepicker .ui-datepicker-buttonpane button[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge .svgIcon,
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge i {
  width: 14px;
  height: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge .svgIcon svg,
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge.secureButton .svgIcon,
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge.secureButton .svgIcon svg,
.ui-datepicker .ui-datepicker-buttonpane button.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlined:hover,
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlined:focus-visible,
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlinedWhite:hover,
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlinedWhite:focus-visible,
.ui-datepicker .ui-datepicker-buttonpane button.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonBlack:hover,
.ui-datepicker .ui-datepicker-buttonpane button.buttonBlack:focus-visible,
.ui-datepicker .ui-datepicker-buttonpane button.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonSmall .svgIcon,
.ui-datepicker .ui-datepicker-buttonpane button.buttonSmall i {
  width: 7px;
  height: 9px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonSmall .svgIcon svg,
.ui-datepicker .ui-datepicker-buttonpane button.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.ui-datepicker .ui-datepicker-buttonpane button.noIcon {
  padding: 8px 15px;
}
.ui-datepicker .ui-datepicker-buttonpane button.noIcon.buttonSmall {
  padding: 4px 14px;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.ui-datepicker .ui-datepicker-buttonpane button.buttonText:hover,
.ui-datepicker .ui-datepicker-buttonpane button.buttonText:active,
.ui-datepicker .ui-datepicker-buttonpane button.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-secondary {
  margin-right: auto;
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-priority-primary {
  margin-left: 0;
  width: 100%;
}
.ui-datepicker .ui-slider {
  position: relative;
  background: rgba(23, 23, 23, 0.5);
}
.ui-datepicker .ui-slider-horizontal {
  height: 12px;
}
.ui-datepicker .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: default;
  touch-action: none;
  top: -4px;
  margin: 0 0 0 -6px;
  background: #171717;
  font-weight: normal;
}
.ui-datepicker .ui_tpicker_time_label,
.ui-datepicker .ui_tpicker_hour_label,
.ui-datepicker .ui_tpicker_minute_label {
  padding: 10px;
  font-size: 1rem;
  font-weight: bold;
  clear: both;
}
.ui-datepicker .ui_tpicker_hour,
.ui-datepicker .ui_tpicker_minute {
  display: block;
  margin: 0 20px 10px;
  width: calc(100% - 40px);
}
.ui-datepicker .ui_tpicker_time_input[disabled] {
  background: none;
  border: none;
}
.ui-datepicker .ui_tpicker_time_label {
  float: left;
  width: 100px;
}
.ui-datepicker .ui_tpicker_time {
  float: left;
  width: calc(100% - 110px);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui_tpicker_unit_hide {
  display: none;
}
/*
 * Form Styles
 */
form {
  *zoom: 1;
  /*
     * Hide Anti Spam Field
     */
}
form:before,
form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form .row {
  text-transform: none;
}
form fieldset {
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
form .buttonGroup:last-child {
  margin-bottom: 0;
}
form .answer {
  display: none;
}
/*
 * Datepicker styles
 */
.ui-datepicker-div a {
  text-decoration: none;
}
.row {
  float: left;
  width: 100%;
  margin: 0 0 21px;
  *zoom: 1;
  /*
     * Checkboxes
     */
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .row {
    margin: 0 0 16px;
  }
}
.row label {
  float: none;
  clear: both;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #171717;
  font-weight: 400;
  position: relative;
  font-size: 1.1428571428571428rem;
  line-height: 1.4;
  z-index: 2;
  margin: 0 0 4px;
  padding: 0;
  background: transparent;
  display: block;
}
.row .inputWrap.phoneWrap .text,
.row .datepickerWrap.phoneWrap .text {
  width: calc(100% - 123px);
}
.row .inputWrap.phoneWrap .text.prefix,
.row .datepickerWrap.phoneWrap .text.prefix {
  width: 107px;
  margin-right: 16px;
  text-align: center;
}
.row .inputWrap.phoneWrap .text.hiddenPrefix,
.row .datepickerWrap.phoneWrap .text.hiddenPrefix {
  display: none;
}
.row .inputWrap.phoneWrap .text.hiddenPrefix + input,
.row .datepickerWrap.phoneWrap .text.hiddenPrefix + input {
  width: 100%;
}
.row .inputWrap.dobWrap #dobMonth,
.row .datepickerWrap.dobWrap #dobMonth,
.row .inputWrap.dobWrap #dobDate,
.row .datepickerWrap.dobWrap #dobDate {
  text-align: center;
  width: calc(30% - 16px);
  margin-right: 16px;
}
.row .inputWrap.dobWrap #dobYear,
.row .datepickerWrap.dobWrap #dobYear {
  text-align: center;
  width: 40%;
}
.row .inputWrap.numberArrowWrap,
.row .datepickerWrap.numberArrowWrap {
  position: relative;
}
.row .inputWrap.numberArrowWrap input:not(.right),
.row .datepickerWrap.numberArrowWrap input:not(.right) {
  padding-left: 35px;
}
.row .inputWrap .numberButtons,
.row .datepickerWrap .numberButtons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
}
.row .inputWrap .numberButtons .numberButton,
.row .datepickerWrap .numberButtons .numberButton {
  position: absolute;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 300;
  height: 22.5px;
  cursor: pointer;
}
.row .inputWrap .numberButtons .numberButton.add,
.row .datepickerWrap .numberButtons .numberButton.add {
  top: 1px;
  line-height: 30px;
}
.row .inputWrap .numberButtons .numberButton.subtract,
.row .datepickerWrap .numberButtons .numberButton.subtract {
  bottom: 1px;
  line-height: 20px;
}
.row .inputWrap .numberArrows.right,
.row .datepickerWrap .numberArrows.right {
  padding-right: 35px;
}
.row .inputWrap .numberArrows.right + .numberButtons,
.row .datepickerWrap .numberArrows.right + .numberButtons {
  left: auto;
  right: 0;
}
.row .inputWrap .numberArrows.fade + .numberButtons,
.row .datepickerWrap .numberArrows.fade + .numberButtons {
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  z-index: 100;
}
.row .inputWrap .numberArrows.fade + .numberButtons:hover,
.row .datepickerWrap .numberArrows.fade + .numberButtons:hover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.row .inputWrap .numberArrows.fade:hover + .numberButtons,
.row .datepickerWrap .numberArrows.fade:hover + .numberButtons {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.row input:not([type='checkbox']),
.row input:not([type='radio']),
.row textarea,
.row select,
.row .chosen-search input,
.row .ti-input {
  float: none;
  clear: both;
  position: relative;
  width: 100%;
  padding: 0 15px;
  border: 1.5px solid #fff;
  font-size: 0.9285714285714286rem;
  line-height: 1.4;
  border-radius: 8px;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1;
  -webkit-appearance: none;
  background: #fff;
  color: #171717;
  min-height: 32px;
  font-weight: 400;
  text-transform: none;
  transition: all 200ms linear;
}
.row input:not([type='checkbox'])::-webkit-input-placeholder,
.row input:not([type='radio'])::-webkit-input-placeholder,
.row textarea::-webkit-input-placeholder,
.row select::-webkit-input-placeholder,
.row .chosen-search input::-webkit-input-placeholder,
.row .ti-input::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.row input:not([type='checkbox']):-moz-placeholder,
.row input:not([type='radio']):-moz-placeholder,
.row textarea:-moz-placeholder,
.row select:-moz-placeholder,
.row .chosen-search input:-moz-placeholder,
.row .ti-input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(23, 23, 23, 0.4);
}
.row input:not([type='checkbox'])::-moz-placeholder,
.row input:not([type='radio'])::-moz-placeholder,
.row textarea::-moz-placeholder,
.row select::-moz-placeholder,
.row .chosen-search input::-moz-placeholder,
.row .ti-input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(23, 23, 23, 0.4);
}
.row input:not([type='checkbox']):-ms-input-placeholder,
.row input:not([type='radio']):-ms-input-placeholder,
.row textarea:-ms-input-placeholder,
.row select:-ms-input-placeholder,
.row .chosen-search input:-ms-input-placeholder,
.row .ti-input:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.4);
}
.lightBg .row input:not([type='checkbox']),
.lightBg .row input:not([type='radio']),
.lightBg .row textarea,
.lightBg .row select,
.lightBg .row .chosen-search input,
.lightBg .row .ti-input {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
}
.row input:not([type='checkbox']):focus,
.row input:not([type='radio']):focus,
.row textarea:focus,
.row select:focus,
.row .chosen-search input:focus,
.row .ti-input:focus,
.row input:not([type='checkbox']):focus-visible,
.row input:not([type='radio']):focus-visible,
.row textarea:focus-visible,
.row select:focus-visible,
.row .chosen-search input:focus-visible,
.row .ti-input:focus-visible {
  border-color: #171717;
  transition: border-color 200ms linear;
}
.row mtc-tag-input {
  min-height: 43px;
}
.row select {
  min-height: 32px;
  cursor: pointer;
}
.row textarea {
  float: left;
  min-height: 140px;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.row input::-moz-placeholder {
  opacity: 1 !important;
}
.row input::placeholder {
  opacity: 1 !important;
}
.row textarea::-moz-placeholder {
  opacity: 1 !important;
}
.row textarea::placeholder {
  opacity: 1 !important;
}
.row.fieldIcon .inputWrap {
  position: relative;
}
.row.fieldIcon .inputWrap input {
  padding-right: 12px;
  position: relative;
  z-index: 1;
}
.row .datepickerWrap {
  position: relative;
}
.row .datepickerWrap input {
  padding-right: 12px;
  position: relative;
  z-index: 1;
}
.row.errorWrap .datepickerWrap:after {
  color: #e84f4f !important;
}
.row.errorWrap.fieldIcon .inputWrap:after {
  color: #e84f4f !important;
  background: transparent !important;
}
.row .validationMessage,
.row .assistiveText {
  *zoom: 1;
  clear: both;
  padding: 7px 16px 0 0;
  z-index: 5;
  font-size: 1rem;
  line-height: 18px;
  font-weight: normal;
  display: none;
}
.row .validationMessage:before,
.row .assistiveText:before,
.row .validationMessage:after,
.row .assistiveText:after {
  content: "";
  display: table;
}
.row .validationMessage:after,
.row .assistiveText:after {
  clear: both;
}
.row .inputWrap .assistiveText {
  padding: 8px 16px 0 0;
  width: 100%;
}
.row .buttonInline {
  clear: both;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media all and (max-width: 640px) {
  .row .buttonInline {
    flex-wrap: wrap;
  }
}
.row .buttonInline .chosen-container {
  min-width: 0;
  flex: 1 1 auto;
}
.row .buttonInline .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 640px) {
  .row .buttonInline .row {
    flex-wrap: wrap;
  }
}
.row .buttonInline:after {
  display: none !important;
}
.row .buttonInline select,
.row .buttonInline input,
.row .buttonInline .chosen-single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 0;
  width: auto;
  flex: 1 1 60%;
  min-height: 32px;
  z-index: 1;
  height: 44px;
}
@media all and (max-width: 640px) {
  .row .buttonInline select,
  .row .buttonInline input,
  .row .buttonInline .chosen-single {
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 100%;
    border-radius: 8px;
    order: 1;
  }
}
.row .buttonInline .chosen-single {
  border-top-right-radius: 0 !important;
}
@media all and (max-width: 640px) {
  .row .buttonInline .chosen-single {
    border-top-right-radius: 8px !important;
  }
}
.row .buttonInline .text {
  padding-top: 14px;
  padding-bottom: 14px;
}
.row .buttonInline .withIcon {
  border-radius: 8px;
  padding-right: 56px;
}
@media all and (max-width: 640px) {
  .row .buttonInline > div {
    order: 2;
  }
}
.row .buttonInline .iconButton {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #171717;
  background: transparent;
  box-shadow: none;
  outline: 0;
  height: 56px;
  width: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 8px 8px 0;
  transition: color 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.row .buttonInline .iconButton i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row .buttonInline .iconButton:hover {
  color: rgba(23, 23, 23, 0.8);
  background: transparent;
  transition: color 200ms linear;
}
.row .buttonInline .iconButton:focus,
.row .buttonInline .iconButton:active {
  color: #171717;
  background: transparent;
  transition: color 200ms linear;
}
.row .buttonInline button,
.row .buttonInline .button,
.row .buttonInline .buttonAlt {
  white-space: nowrap;
  border-radius: 0 8px 8px 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  outline: 0;
  width: auto;
  flex: 0 0 40%;
  height: 32px;
  margin: 0;
  background: #249C89;
  border-color: #249C89;
  font-size: 1rem;
  line-height: 14px;
  text-align: center;
  transition: all 200ms linear;
}
@media all and (max-width: 640px) {
  .row .buttonInline button,
  .row .buttonInline .button,
  .row .buttonInline .buttonAlt {
    width: 100%;
    order: 3;
    font-size: 1rem;
    line-height: 20px;
    padding: 12px 24px;
    margin: 12px 0 0 0;
    border-radius: 100px;
    height: auto;
    min-height: 48px;
    flex: 0 0 100%;
  }
}
.row .buttonInline button:after,
.row .buttonInline .button:after,
.row .buttonInline .buttonAlt:after {
  display: none !important;
}
.row .buttonInline button:before,
.row .buttonInline .button:before,
.row .buttonInline .buttonAlt:before {
  display: none !important;
}
.row .buttonInline button:hover,
.row .buttonInline .button:hover,
.row .buttonInline .buttonAlt:hover,
.row .buttonInline button:focus,
.row .buttonInline .button:focus,
.row .buttonInline .buttonAlt:focus,
.row .buttonInline button:focus-visible,
.row .buttonInline .button:focus-visible,
.row .buttonInline .buttonAlt:focus-visible,
.row .buttonInline button:active,
.row .buttonInline .button:active,
.row .buttonInline .buttonAlt:active {
  border-color: #171717;
  background: #171717;
  color: #fff;
  transition: all 200ms linear;
}
.row .buttonInline .assistiveText {
  float: none;
  clear: both;
  width: 100%;
}
.row.requiredField:not(.errorWrap) .inputWrap,
.row.requiredField:not(.successWrap) .inputWrap {
  position: relative;
}
.row.errorWrap .validationMessage,
.row.successWrap .validationMessage {
  display: block;
}
.row.errorWrap .assistiveText,
.row.successWrap .assistiveText {
  display: none;
}
.row.errorWrap .inputWrap,
.row.successWrap .inputWrap,
.row.errorWrap .datepickerWrap,
.row.successWrap .datepickerWrap {
  position: relative;
}
.row.errorWrap .validationMessage {
  color: #e84f4f;
}
.row.errorWrap .validationMessage a {
  color: #e84f4f;
  text-decoration: underline;
  font-weight: bold;
  transition: color 200ms linear;
}
.row.errorWrap .validationMessage a:hover,
.row.errorWrap .validationMessage a:active,
.row.errorWrap .validationMessage a:focus-visible {
  color: #e32b2b;
  text-decoration: none;
  transition: color 200ms linear;
}
.row.errorWrap .validationMessage:before,
.row.errorWrap .validationMessage:after {
  display: none;
}
.row.errorWrap .inputWrap:after {
  font-size: 1.1428571428571428rem;
  background: #e84f4f;
}
.row.errorWrap input:not([type='checkbox']),
.row.errorWrap input:not([type='radio']),
.row.errorWrap textarea,
.row.errorWrap select,
.row.errorWrap .chosen-search input,
.row.errorWrap .chosen-container .chosen-single {
  border-color: #e84f4f !important;
}
.row.errorWrap .chosen-container .chosen-single div b:after {
  color: #e84f4f;
}
.row.errorWrap .chosen-container .chosen-drop {
  border-color: #e84f4f;
}
.row.errorWrap label {
  color: #e84f4f !important;
}
.row.errorWrap label a,
.row.errorWrap label a:hover,
.row.errorWrap label a:active {
  color: #e84f4f !important;
}
.row.successWrap .validationMessage {
  color: #458546;
}
.row.successWrap .inputWrap:after {
  font-size: 1.1428571428571428rem;
  background: #458546;
}
.row.successWrap input:not([type='checkbox']),
.row.successWrap input:not([type='radio']),
.row.successWrap textarea,
.row.successWrap select,
.row.successWrap .chosen-search input {
  border-color: #458546 !important;
}
.row.successWrap label {
  color: #458546 !important;
}
.row input[disabled]:not(.datePicker):not(.datepicker),
.row textarea[disabled],
.row input[readonly]:not(.datePicker):not(.datepicker),
.row textarea[readonly] {
  opacity: 0.8;
  cursor: default;
  pointer-events: none;
}
.row input[disabled]:not(.datePicker):not(.datepicker) + .assistiveText,
.row textarea[disabled] + .assistiveText,
.row input[readonly]:not(.datePicker):not(.datepicker) + .assistiveText,
.row textarea[readonly] + .assistiveText {
  opacity: 0.8;
}
.row input[type=checkbox] {
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
  *height: 16px;
  *width: 16px;
}
.row input[type=checkbox]:not(.toggleSwitch),
.row input[type=radio]:not(.toggleSwitch) {
  position: absolute;
  left: -9999px;
}
.row input[type=checkbox]:not(.toggleSwitch) + label,
.row input[type=radio]:not(.toggleSwitch) + label {
  position: relative;
  float: none;
  clear: both;
  padding: 6.5px 0 6.5px 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  margin: 0;
  font-size: 0.9285714285714286rem;
  line-height: 1.4;
  background: transparent !important;
  font-weight: normal;
  color: #171717;
}
.row input[type=checkbox]:not(.toggleSwitch) + label:before,
.row input[type=radio]:not(.toggleSwitch) + label:before,
.row input[type=checkbox]:not(.toggleSwitch) + label:after,
.row input[type=radio]:not(.toggleSwitch) + label:after {
  position: absolute;
  top: 7px;
  left: 0;
  transform: translateY(0);
  width: 15px;
  height: 15px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
}
@media all and (max-width: 640px) {
  .row input[type=checkbox]:not(.toggleSwitch) + label:before,
  .row input[type=radio]:not(.toggleSwitch) + label:before,
  .row input[type=checkbox]:not(.toggleSwitch) + label:after,
  .row input[type=radio]:not(.toggleSwitch) + label:after {
    top: 6px;
  }
}
.row input[type=checkbox]:not(.toggleSwitch) + label:before,
.row input[type=radio]:not(.toggleSwitch) + label:before {
  content: "";
  background: #fff;
  z-index: 2;
}
.row input[type=checkbox]:not(.toggleSwitch) + label:after,
.row input[type=radio]:not(.toggleSwitch) + label:after {
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M12.1875 0.875C12.1875 1.10352 12.0859 1.30664 11.9336 1.45898L5.43359 7.95898C5.28125 8.11133 5.07812 8.1875 4.875 8.1875C4.64648 8.1875 4.44336 8.11133 4.29102 7.95898L1.04102 4.70898C0.888672 4.55664 0.8125 4.35352 0.8125 4.125C0.8125 3.66797 1.16797 3.3125 1.625 3.3125C1.82812 3.3125 2.03125 3.41406 2.18359 3.56641L4.875 6.23242L10.791 0.316406C10.9434 0.164062 11.1465 0.0625 11.375 0.0625C11.8066 0.0625 12.1875 0.417969 12.1875 0.875Z" fill="%23249C89"/></svg>');
  z-index: 3;
  opacity: 0;
  display: block;
  left: 1.5px;
  top: 6.5px;
  scale: 0.8;
}
@media all and (max-width: 640px) {
  .row input[type=checkbox]:not(.toggleSwitch) + label:after,
  .row input[type=radio]:not(.toggleSwitch) + label:after {
    top: 8px;
  }
}
.row input[type=checkbox]:not(.toggleSwitch) + label.inputError,
.row input[type=radio]:not(.toggleSwitch) + label.inputError {
  border: none !important;
}
.row input[type=checkbox]:not(.toggleSwitch) + label.inputError:before,
.row input[type=radio]:not(.toggleSwitch) + label.inputError:before {
  border-color: #e84f4f;
}
.row input[type=checkbox]:not(.toggleSwitch):checked + label:before,
.row input[type=radio]:not(.toggleSwitch):checked + label:before {
  border-color: #171717;
  background: #fff;
}
.row input[type=checkbox]:not(.toggleSwitch):checked + label:after,
.row input[type=radio]:not(.toggleSwitch):checked + label:after {
  opacity: 1;
}
.row input[type=checkbox]:not(.toggleSwitch)[type=radio] + label:before,
.row input[type=radio]:not(.toggleSwitch)[type=radio] + label:before,
.row input[type=checkbox]:not(.toggleSwitch)[type=radio] + label:after,
.row input[type=radio]:not(.toggleSwitch)[type=radio] + label:after {
  border-radius: 50%;
  margin: 0 !important;
}
.row input[type=checkbox]:not(.toggleSwitch)[type=radio] + label:after,
.row input[type=radio]:not(.toggleSwitch)[type=radio] + label:after {
  content: "";
  width: 10px !important;
  height: 10px !important;
  background: #171717;
  display: block;
  top: 12px !important;
  left: 2.5px !important;
}
.row input[type=checkbox]:not(.toggleSwitch)[type=radio]:checked + label:before,
.row input[type=radio]:not(.toggleSwitch)[type=radio]:checked + label:before,
.row input[type=checkbox]:not(.toggleSwitch)[type=radio]:checked + label:after,
.row input[type=radio]:not(.toggleSwitch)[type=radio]:checked + label:after {
  border-radius: 50%;
}
.row input[type=checkbox]:not(.toggleSwitch)[type=radio]:checked + label:before,
.row input[type=radio]:not(.toggleSwitch)[type=radio]:checked + label:before {
  background: rgba(23, 23, 23, 0);
}
.row input[type=checkbox]:not(.toggleSwitch)[type=radio]:checked + label:after,
.row input[type=radio]:not(.toggleSwitch)[type=radio]:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #171717;
  display: block;
  margin: 3px;
}
.row input[type=checkbox]:not(.toggleSwitch) + label + .validationMessage,
.row input[type=radio]:not(.toggleSwitch) + label + .validationMessage,
.row input[type=checkbox]:not(.toggleSwitch) + label + .assistiveText,
.row input[type=radio]:not(.toggleSwitch) + label + .assistiveText {
  padding-left: 0;
}
.row input[type=checkbox]:not(.toggleSwitch)[disabled] + label,
.row input[type=radio]:not(.toggleSwitch)[disabled] + label {
  opacity: 0.4;
  pointer-events: none;
}
.row .radioButtons {
  display: flex;
  position: relative;
  float: none;
  clear: both;
  backface-visibility: hidden;
  justify-content: flex-end;
  gap: 10px;
}
.row .radioButtons ul:not(.chosen-results) {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin: 0 -12px -4px;
}
.row .radioButtons ul:not(.chosen-results):before,
.row .radioButtons ul:not(.chosen-results):after {
  display: none;
}
.row .radioButtons ul:not(.chosen-results) > li {
  padding: 0 4px;
  display: flex;
  margin-bottom: 8px;
}
.row .radioButtons ul:not(.chosen-results) > li label {
  width: 100%;
  white-space: nowrap;
  margin: 0 !important;
}
.row .radioButtons .labelButton > input[type="radio"],
.row .radioButtons input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.row .radioButtons .labelButton > input[type="radio"] + label,
.row .radioButtons input[type="radio"] + label {
  padding: 5px 16px;
  min-width: 75px;
  font-size: 1.1428571428571428rem !important;
  line-height: 24px !important;
  font-weight: 500;
  text-align: center;
  float: none;
  clear: both;
  backface-visibility: hidden;
  border-radius: 8px;
  width: auto;
  transition: all 200ms linear;
  display: block;
  color: #171717;
  border: 2px solid #171717;
  background: rgba(23, 23, 23, 0);
}
.row .radioButtons .labelButton > input[type="radio"] + label:hover,
.row .radioButtons input[type="radio"] + label:hover,
.row .radioButtons .labelButton > input[type="radio"] + label:active,
.row .radioButtons input[type="radio"] + label:active,
.row .radioButtons .labelButton > input[type="radio"] + label:focus-visible,
.row .radioButtons input[type="radio"] + label:focus-visible {
  color: #fff;
  border-color: #171717;
  background: #171717 !important;
}
.row .radioButtons .labelButton > input[type="radio"] + label:before,
.row .radioButtons input[type="radio"] + label:before,
.row .radioButtons .labelButton > input[type="radio"] + label:after,
.row .radioButtons input[type="radio"] + label:after {
  display: none !important;
}
.row .radioButtons .labelButton > input[type="radio"]:checked + label,
.row .radioButtons input[type="radio"]:checked + label {
  color: #fff;
  border-color: #171717;
  background: #171717 !important;
  transition: all 200ms linear;
}
.row .radioButtons .labelButton > input[type="radio"]:checked + label:hover,
.row .radioButtons input[type="radio"]:checked + label:hover,
.row .radioButtons .labelButton > input[type="radio"]:checked + label:active,
.row .radioButtons input[type="radio"]:checked + label:active,
.row .radioButtons .labelButton > input[type="radio"]:checked + label:focus,
.row .radioButtons input[type="radio"]:checked + label:focus {
  color: #fff;
  border-color: #171717;
  background: #171717 !important;
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:not(:checked) + label,
.row.errorWrap .radioButtons input[type="radio"]:not(:checked) + label {
  color: #e84f4f;
  border-color: #fff !important;
  background: rgba(232, 79, 79, 0);
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:not(:checked) + label:hover,
.row.errorWrap .radioButtons input[type="radio"]:not(:checked) + label:hover,
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:not(:checked) + label:active,
.row.errorWrap .radioButtons input[type="radio"]:not(:checked) + label:active,
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:not(:checked) + label:focus,
.row.errorWrap .radioButtons input[type="radio"]:not(:checked) + label:focus {
  color: #e84f4f !important;
  border-color: #e84f4f !important;
  background: rgba(232, 79, 79, 0) !important;
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:checked + label,
.row.errorWrap .radioButtons input[type="radio"]:checked + label {
  color: #e84f4f !important;
  border-color: #e84f4f !important;
  background: rgba(232, 79, 79, 0.08) !important;
  transition: all 200ms linear;
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:checked + label:hover,
.row.errorWrap .radioButtons input[type="radio"]:checked + label:hover,
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:checked + label:active,
.row.errorWrap .radioButtons input[type="radio"]:checked + label:active,
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:checked + label:focus,
.row.errorWrap .radioButtons input[type="radio"]:checked + label:focus {
  color: #e84f4f !important;
  border-color: #e84f4f !important;
  background: rgba(232, 79, 79, 0.08) !important;
}
.row .assistiveLink {
  float: none;
  clear: both;
  width: 100%;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  margin: 0;
  padding: 4px 0 0 0;
  position: relative;
  opacity: 1;
  color: #171717;
  display: block;
  text-transform: none;
}
/*
 * Checkbox Toggle - Similar to the one seen in iOS
 */
.row input[type=checkbox].toggleSwitch {
  display: none;
}
.row input[type=checkbox].toggleSwitch + label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0 10px 50px;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 16px;
  background: transparent !important;
}
.row input[type=checkbox].toggleSwitch + label:before {
  content: '';
  position: absolute;
  display: block;
  height: 14px;
  width: 34px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 10px;
  background: #C7CBD1;
  transition: left 200ms linear, background 200ms linear;
}
.row input[type=checkbox].toggleSwitch + label:after {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #A1A7B1;
  transition: left 200ms linear, background 200ms linear;
}
.row input[type=checkbox].toggleSwitch + label .hoverFX {
  position: absolute;
  left: -10px !important;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0);
  transition: background 200ms linear, border-color 200ms linear, left 200ms linear !important;
}
.row input[type=checkbox].toggleSwitch + label:hover .hoverFX {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.08);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch + label:active .hoverFX {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.16);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch[disabled] + label {
  opacity: 0.4;
  pointer-events: none;
}
.row input[type=checkbox].toggleSwitch:checked + label .hoverFX {
  border-color: rgba(226, 155, 47, 0);
  background: rgba(226, 155, 47, 0);
  left: 4px !important;
  transition: background 200ms linear, border-color 200ms linear, left 200ms linear !important;
}
.row input[type=checkbox].toggleSwitch:checked + label:hover .hoverFX {
  border-color: rgba(226, 155, 47, 0);
  background: rgba(226, 155, 47, 0.08);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:active .hoverFX {
  border-color: rgba(226, 155, 47, 0);
  background: rgba(226, 155, 47, 0.16);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:before {
  background: rgba(226, 155, 47, 0.2);
  transition: left 200ms linear, background 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:after {
  left: 14px !important;
  background: #E29B2F;
  transition: left 200ms linear, background 200ms linear;
}
/*
 * Tooltip styles
 */
.toolTip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toolTip i {
  color: #171717;
  float: none;
  clear: both;
  font-size: inherit;
  line-height: inherit;
}
.toolTip .tip {
  content: attr(data-tooltip);
  border-radius: 4px;
  padding: 16px;
  min-width: 200px;
  color: #fff;
  text-align: left;
  position: absolute;
  background: #171717;
  z-index: 9999;
  border: solid 1px #171717;
  display: none;
}
.toolTip .tip,
.toolTip .tip p {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  font-weight: normal;
}
.toolTip .tip h4 {
  color: #fff;
  font-size: 1rem;
  line-height: 16px;
  margin-bottom: 4px;
}
.toolTip .tip p {
  margin: 0;
  color: #fff;
}
.toolTip[data-tooltip]:before {
  content: attr(data-tooltip);
  border-radius: 4px;
  padding: 16px;
  min-width: 200px;
  color: #fff;
  text-align: left;
  position: absolute;
  background: #171717;
  z-index: 9999;
  border: solid 1px #171717;
  display: none;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  font-weight: normal;
}
.toolTip:after {
  content: '';
  position: absolute;
  z-index: 9998;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #171717 transparent;
}
.toolTip:hover:before,
.toolTip:hover:after,
.toolTip:hover .tip {
  display: block;
}
.toolTip.tooltipTop:before,
.toolTip.tooltipTop .tip {
  bottom: calc(100% + 16px);
  left: -16px;
}
.toolTip.tooltipTop:after {
  bottom: calc(100% + 6px);
  left: 2px;
  border-width: 10px 6px 0 6px;
  border-color: #171717 transparent transparent transparent;
}
.toolTip.tooltipRight:before,
.toolTip.tooltipRight .tip {
  left: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
}
.toolTip.tooltipRight:after {
  left: calc(100% + 5px);
  top: 8px;
  border-width: 5px 12px 5px 0;
  border-color: transparent #171717 transparent transparent;
}
.toolTip.tooltipBottom:before,
.toolTip.tooltipBottom .tip {
  top: calc(100% + 16px);
  left: -16px;
}
.toolTip.tooltipBottom:after {
  top: calc(100% + 6px);
  left: 2px;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #171717 transparent;
}
.toolTip.tooltipLeft:before,
.toolTip.tooltipLeft .tip {
  right: calc(100% + 16px);
  top: 50%;
  transform: translateY(-50%);
}
.toolTip.tooltipLeft:after {
  right: calc(100% + 4px);
  top: 8px;
  border-width: 5px 0 5px 12px;
  border-color: transparent transparent transparent #171717;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 5px;
  background-color: #E4E4E4;
  opacity: 1 !important;
  border-radius: 0;
}
.ps-container > .ps-scrollbar-y-rail .ps-scrollbar-y {
  width: 5px;
  background-color: #5F5F5F;
}
.tagitWrapper ul.tagit {
  padding: 5px 16px 3px !important;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  min-height: 32px;
  border: 1.5px solid #fff;
}
.tagitWrapper ul.tagit > li {
  display: flex;
  align-items: center;
  padding: 0 8px 0 0 !important;
  margin: 0 !important;
  float: none;
  clear: both;
}
.tagitWrapper ul.tagit > li input[type="text"] {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0 0 3px 0 !important;
  min-height: 32px;
}
.tagitWrapper ul.tagit > li.tagit-choice {
  padding: 1px 8px 2px 16px !important;
  background: #249C89;
  border-radius: 8px;
  margin-bottom: 3px !important;
  margin-right: 4px !important;
}
.tagitWrapper ul.tagit > li.tagit-choice .tagit-label {
  font-size: 0.9285714285714286rem;
  line-height: -4.6px;
  float: none;
  clear: both;
  display: flex;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
}
.tagitWrapper ul.tagit > li.tagit-choice .tagit-close {
  position: relative !important;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  transform: none;
  font-size: 1.1428571428571428rem;
  line-height: -4.6px;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #fff;
  transition: color 200ms linear;
}
.tagitWrapper ul.tagit > li.tagit-choice .tagit-close:hover {
  color: #e84f4f;
  transition: color 200ms linear;
}
.tagitWrapper ul.tagit > li.tagit-choice .tagit-close span {
  position: relative;
  top: 0;
}
.tagitWrapper ul.tagit > li.tagit-new {
  margin: 0 !important;
}
.ui-menu {
  z-index: 1000;
  display: block;
  width: 230px;
  border: 1.5px solid #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
}
.ui-menu .ui-menu-item {
  border-top: 1px solid #fff;
  z-index: 1000;
  display: none;
}
.ui-menu .ui-menu-item:first-child {
  border-top: none !important;
}
.ui-menu .ui-menu-item:last-child {
  border-bottom: none !important;
}
.ui-menu .ui-menu-item:nth-child(-n+10) {
  display: block;
  background: #F4F4F4;
  padding: 8px 16px;
  color: #171717;
  border-bottom: 1px solid #fff;
  border-top: none;
  cursor: pointer;
}
.ui-menu .ui-menu-item:nth-child(-n+10):hover {
  background: #fff;
}
.inputHelper {
  font-size: 0.8571428571428571rem;
  line-height: 16px;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  opacity: 0.7;
  color: #171717;
  padding-top: 8px;
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.row .inputWrap.passwordToggle {
  position: relative;
  z-index: 1;
}
.row .inputWrap.passwordToggle input[type="password"],
.row .inputWrap.passwordToggle input[type="text"] {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 12px;
}
.row .inputWrap.passwordToggle .toggleButtons {
  width: 12px;
  height: 100%;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.row .inputWrap.passwordToggle .toggleButtons i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  font-size: 1rem;
  line-height: 16px;
  color: #171717;
  transition: color 200ms linear;
}
.row .inputWrap.passwordToggle .toggleButtons i.enabled {
  display: none;
}
.row .inputWrap.passwordToggle .toggleButtons i.disabled {
  display: flex;
}
.row .inputWrap.passwordToggle .toggleButtons:hover i {
  color: #E29B2F;
  transition: color 200ms linear;
}
.row .inputWrap.passwordToggle .toggleButtons:active i {
  color: #c3801b;
  transition: color 200ms linear;
}
.row .inputWrap.passwordToggle.reveal .toggleButtons i.enabled {
  display: flex;
}
.row .inputWrap.passwordToggle.reveal .toggleButtons i.disabled {
  display: none;
}
#preloadFormElements {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.validationMessage {
  position: relative;
}
.validationMessage + .validationMessage {
  display: none !important;
}
.formGrid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media all and (max-width: 640px) {
  .formGrid {
    width: 100%;
    margin: 0;
  }
}
.formGrid .fieldFull {
  padding: 0 12px;
  width: 100%;
}
@media all and (max-width: 640px) {
  .formGrid .fieldFull {
    padding: 0;
  }
}
.formGrid .fieldLeft,
.formGrid .fieldRight {
  padding: 0 12px;
  width: 50%;
}
@media all and (max-width: 640px) {
  .formGrid .fieldLeft,
  .formGrid .fieldRight {
    width: 100%;
    padding: 0;
  }
}
.dobSelectRow {
  display: flex;
  gap: 15px;
}
.dobSelectRow > .inputWrap {
  float: none;
  clear: both;
  display: block;
  flex: 1 1 100%;
  margin: 0 0 16px;
}
fieldset:disabled input {
  border: 0 !important;
  background: #F4F4F4 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.tagInput {
  width: 100%;
}
.tagInput .vue-tags-input {
  width: 100%;
  border-radius: 8px;
  margin-left: auto;
  max-width: 289px !important;
}
.tagInput .vue-tags-input .ti-input {
  border: 1.5px solid #fff;
  border-radius: 8px;
  padding: 10px 16px;
}
.questionWrap .tagInput .vue-tags-input .ti-input {
  max-width: 100%;
}
.tagInput .vue-tags-input .ti-input .ti-new-tag-input-wrapper {
  margin: 0.5px;
}
.tagInput .vue-tags-input .ti-input .ti-new-tag-input-wrapper input {
  padding: 6px 10px 4px 10px;
  min-height: 21px !important;
}
.tagInput .vue-tags-input .ti-input .ti-tags .ti-tag {
  background: #125F54;
  border-radius: 4px;
}
.tagInput .vue-tags-input .ti-input .ti-tags .ti-tag-center {
  padding: 4px;
}
.tagInput .vue-tags-input .ti-input .ti-tags .ti-tag-center span {
  font-weight: 600;
}
.tagInput .vue-tags-input .ti-autocomplete {
  border: 1.5px solid #fff;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.tagInput .vue-tags-input .ti-autocomplete:before {
  content: "";
  display: block;
  background: #fff;
  height: 5px;
  width: calc(100% + 3px);
  position: absolute;
  left: -1.5px;
  right: -1.5px;
  bottom: 100%;
  border-left: 1.5px solid #249C89;
  border-right: 1.5px solid #249C89;
}
.tagInput .vue-tags-input .ti-autocomplete > ul:before,
.tagInput .vue-tags-input .ti-autocomplete > ul:after {
  display: none;
}
.tagInput .vue-tags-input .ti-autocomplete > ul > li > div {
  padding: 12px 15px;
  font-size: 0.8571428571428571rem;
  line-height: 1.2em;
  font-weight: 600;
}
.tagInput .vue-tags-input .ti-autocomplete > ul > li.ti-selected-item {
  background: #249C89;
}
.checkboxRow label {
  display: block !important;
}
@media all and (max-width: 640px) {
  .chosenParent {
    position: relative;
  }
  .chosenParent > select {
    position: relative;
    display: inline-block !important;
    z-index: 1;
    border: none;
    background: transparent;
  }
  .chosenParent > select + .chosen-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
}
.chosen-container {
  position: relative;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  width: 100%;
  border-top: 0;
  background: #fff;
  z-index: 8999999;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.chosen-container .search-choice .group-name::after,
.chosen-container .chosen-single .group-name::after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container .chosen-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0 45px 0 15px;
  height: 32px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9285714285714286rem;
  line-height: 1.4;
  border-radius: 8px;
  border: 1.5px solid #fff;
  background: #fff;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: all 200ms linear;
  color: #171717;
  font-weight: 400;
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
}
.lightBg .chosen-container .chosen-single {
  border-color: #F4F4F4;
  background: #F4F4F4;
}
.chosen-container .chosen-single:hover,
.chosen-container .chosen-single:active,
.chosen-container .chosen-single:focus-visible {
  border-color: #171717;
  transition: border-color 200ms linear;
}
.chosen-container .chosen-single span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  top: 0;
}
.chosen-container .chosen-single .chosen-single-with-deselect span {
  margin-right: 32px;
}
.chosen-container .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container .chosen-single div {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 15px;
  width: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chosen-container .chosen-single div b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.chosen-container .chosen-single div b svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 14px;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 200ms linear, color 200ms linear;
  color: #171717;
}
.chosen-container .chosen-single div path {
  fill: #249C89;
}
.chosen-container.chosen-container-active .chosen-single {
  border-color: #171717;
  transition: border-color 200ms linear;
}
.chosen-container.chosen-container-active .chosen-single div > b:after {
  color: #171717;
  opacity: 1;
  transition: all 200ms linear;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.chosen-container .chosen-search,
.chosen-container .search-field {
  *zoom: 1;
  position: relative;
  z-index: 1010;
  padding: 8px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
}
.chosen-container .chosen-search:before,
.chosen-container .search-field:before,
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  content: "";
  display: table;
}
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  clear: both;
}
.chosen-container .chosen-search:after,
.chosen-container .search-field:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  z-index: 1000;
  font-size: 1rem;
  line-height: 14px;
  display: none;
}
.chosen-container .chosen-search a,
.chosen-container .search-field a {
  text-decoration: none;
}
.chosen-container .chosen-search input[type="search"],
.chosen-container .search-field input[type="search"] {
  float: none;
  outline: 0;
  padding: 8px 24px 8px 12px;
  width: 100% !important;
}
.chosen-container .chosen-search input[type="search"]:focus,
.chosen-container .search-field input[type="search"]:focus {
  border: 1.5px solid #fff;
  box-shadow: none;
}
.chosen-container .chosen-drop {
  margin-top: 0;
  background-clip: padding-box;
  text-align: left;
  border: 1.5px solid #fff;
  border-top: none;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  transition: border-color 200ms linear;
}
.chosen-container .chosen-drop.chosen-dropup {
  top: 100% !important;
  bottom: auto !important;
}
.chosen-container.chosen-container-active .chosen-drop {
  border-color: #171717;
  transition: border-color 200ms linear;
}
.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container {
  width: auto !important;
}
.chosen-container .chosen-results {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 216px;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}
.lightBg .chosen-container .chosen-results {
  background: #F4F4F4;
}
.chosen-container .chosen-results li {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #171717;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.9285714285714286rem;
  line-height: 1.4;
  font-weight: 400;
  transition: background 200ms linear, color 200ms linear;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.chosen-container .chosen-results li.result-selected {
  background-color: #171717 !important;
  color: #fff !important;
  transition: background 200ms linear, color 200ms linear;
}
.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
  background-color: rgba(23, 23, 23, 0.16);
  transition: background 200ms linear, color 200ms linear;
}
.chosen-container .chosen-results li:active {
  background-color: rgba(23, 23, 23, 0.24);
  transition: background 200ms linear, color 200ms linear;
}
.chosen-container .chosen-results li .group-result {
  display: list-item;
  cursor: default;
}
.chosen-container .chosen-results li .group-option {
  padding-left: 15px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  background: #fff;
  border-radius: 8px;
  cursor: text;
  margin: 0;
  padding: 0 12px 0 0;
  transition: border-color 200ms linear;
  border: 1.5px solid #fff;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style-type: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  position: initial;
  width: calc(100% + 12px);
}
.chosen-container-multi .chosen-choices li.search-field input {
  border: none;
  background: transparent;
  padding: 0 12px 0 15px;
  color: #171717;
  min-width: 100% !important;
  width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field:after {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 15px;
  width: 12px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 16px;
  color: #171717 !important;
  transition: color 200ms linear;
  font-weight: 400 !important;
  z-index: 1;
  pointer-events: none;
  transform: none !important;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #171717;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 16px 8px 0 8px;
  padding: 0;
  max-width: 100%;
  color: #171717;
  cursor: default;
  background-color: transparent;
}
.chosen-container-multi .chosen-choices li.search-choice + .search-field {
  margin-top: 12px;
  background: rgba(0, 0, 0, 0.04) !important;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 5px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  position: relative;
  color: #e84f4f;
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  font-weight: 400;
  transition: color 200ms linear;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:after {
  color: #e22222;
  transition: color 200ms linear;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:active:after {
  color: #e53838;
  transition: color 200ms linear;
}
.chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #fff;
  transition: border-color 200ms linear;
}
.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-choices {
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}
.chosen-container-multi.chosen-container-active.chosen-with-drop .chosen-choices li.search-field input {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop.chosen-dropup {
  margin-bottom: 8px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b svg {
  color: #171717;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: transform 200ms linear, color 200ms linear;
}
.chosen-container-active .chosen-disabled {
  cursor: default;
  opacity: 0.5;
}
.chosen-container-active .chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-container-active .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.mobileChosen {
  position: relative;
  min-width: 200px;
}
.mobileChosen select {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 998;
}
/*
* Ensure the select box is full width within chosen
 */
.chosen-container > select {
  width: 100% !important;
}
.chosen-search {
  display: none !important;
}
.minimalSelect + .chosen-container {
  display: inline-block;
  height: 48px;
  min-width: 220px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  text-transform: none;
}
.minimalSelect + .chosen-container .chosen-single {
  width: 100%;
  height: 48px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 64px 8px 20px;
  border-width: 1px;
  border-color: transparent;
}
.minimalSelect + .chosen-container .chosen-drop {
  border-width: 1px;
  border-color: #E29B2F !important;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
}
.minimalSelect + .chosen-container .chosen-drop .chosen-results {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
}
.minimalSelect + .chosen-container .chosen-drop .chosen-results li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
}
.minimalSelect + .chosen-container.chosen-container-active .chosen-single {
  border-color: #E29B2F;
}
/*
 * HTML Tag
*/
html {
  font-size: 14px;
}
@media all and (max-width: 640px) {
  html {
    font-size: 12px;
  }
}
html:before {
  content: 'tablet: 1380px, mobile: 640px, flyout: 1120px, medium: 800px, product_small: 1070px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
* Styleguide helpers
 */
.styleGuideWrap .darkBg {
  background: #125F54;
}
.styleGuideWrap .darkBg .styleGuideSectionTitle {
  color: #fff;
}
.styleGuideWrap .lightBg {
  background: #F4F4F4;
}
.spacers {
  height: 4px;
  background: #249C89;
  width: 100%;
  float: none;
  clear: both;
}
.spacers.white {
  background: #fff;
}
.screenreader {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#tp-widget-loader {
  display: none !important;
}
.siteWrapper {
  position: relative;
  min-height: 100%;
}
@media all and (max-width: 1120px) {
  .siteWrapper.mobileAssessment {
    padding-bottom: 88px;
  }
}
.siteWrapper.requiresSticky {
  overflow: visible !important;
}
.siteInnerWrapper {
  width: 100%;
  position: initial;
  background: #fff;
}
.siteInnerWrapper.bundleOverlayOpen {
  position: initial;
}
.whiteBackground .siteInnerWrapper {
  background: #fff;
}
/*
* Sidescroller
 */
.hs__wrapper {
  display: block;
  width: 100%;
}
.hs__wrapper .hs {
  display: flex;
  justify-content: flex-start;
  gap: 0 16px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 32px;
}
@media all and (max-width: 1428px) {
  .hs__wrapper .hs {
    padding: 0 24px;
  }
}
.hs__wrapper .hs::-webkit-scrollbar {
  display: none;
}
.hs__wrapper .buttonWrapper {
  padding: 16px 24px 0 24px;
  display: flex;
  justify-content: center;
  width: 100%;
  display: none;
}
.hs__wrapper .buttonWrapper .arrow {
  padding: 13px 6px;
  border: none !important;
  background: transparent !important;
  color: #171717;
  margin: 0;
}
.hs__wrapper .buttonWrapper .arrow.arrow-prev {
  padding-left: 0;
}
.hs__wrapper .buttonWrapper .arrow.arrow-next {
  padding-right: 0;
}
.hs__wrapper .buttonWrapper .arrow:not(.disabled):hover,
.hs__wrapper .buttonWrapper .arrow:not(.disabled):active {
  color: #E29B2F;
  opacity: 1;
}
.hs__wrapper .buttonWrapper .arrow .text {
  position: absolute;
  left: -9999px;
}
.hs__wrapper .buttonWrapper .arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.hs__wrapper_mobile .buttonWrapper {
  display: none;
}
@media all and (max-width: 640px) {
  .hs__wrapper_mobile {
    display: block;
    width: 100%;
  }
  .hs__wrapper_mobile .hs {
    display: flex;
    justify-content: flex-start;
    gap: 0 16px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 32px;
  }
  .hs__wrapper_mobile .hs::-webkit-scrollbar {
    display: none;
  }
  .hs__wrapper_mobile .buttonWrapper {
    padding: 16px 24px 0 24px;
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .hs__wrapper_mobile .buttonWrapper .svgIcon {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .hs__wrapper_mobile .buttonWrapper .svgIcon svg {
    width: 100%;
    height: 100%;
    max-width: 24px;
    max-height: 24px;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow {
    padding: 0;
    width: 48px;
    height: 48px;
    border: none !important;
    background: transparent !important;
    color: #171717;
    margin: 0 2px;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow.arrow-prev {
    padding-left: 0;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow.arrow-next {
    padding-right: 0;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow:not(.disabled):hover,
  .hs__wrapper_mobile .buttonWrapper .arrow:not(.disabled):active {
    color: #E29B2F;
    opacity: 1;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow .text {
    position: absolute;
    left: -9999px;
  }
  .hs__wrapper_mobile .buttonWrapper .arrow.disabled {
    opacity: 0.4;
    pointer-events: none;
  }
}
@media all and (max-width: 640px) and all and (max-width: 1428px) {
  .hs__wrapper_mobile .hs {
    padding: 0 24px;
  }
}
/*
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0 4px;
  margin: 0 0 24px;
  border: none;
  table-layout: fixed;
  font-size: 1.2857142857142858rem;
  line-height: 30px;
  font-weight: 500;
}
table td,
table th {
  padding: 9px 12px;
  text-align: left;
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  border-right: 1px solid #CBCBCB;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
table td.opts,
table th.opts {
  width: 80px;
  text-align: center;
}
table td .row,
table th .row {
  margin: 0;
}
table td {
  background: #F7F7F7;
  color: #565656;
}
table td:first-of-type {
  border-left: none;
  border-radius: 0;
}
table td:last-of-type {
  border-right: none;
  border-radius: 0;
}
table tr {
  border-bottom: 1px solid #CBCBCB;
}
table tr:last-of-type td {
  border-bottom: none;
}
table th {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #565656;
  background: #fff;
  text-align: left;
}
table.alternating tr:nth-child(even) td {
  background: #fff !important;
}
table.alternating tr:nth-child(odd) td {
  background: #F7F7F7 !important;
}
@media all and (max-width: 640px) {
  table.responsiveTitles tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 640px) {
  table.responsiveTitles tr th {
    display: none;
  }
}
@media all and (max-width: 640px) {
  table.responsiveTitles tr td {
    width: 100%;
    padding: 8px 16px;
  }
}
table.responsiveTitles tr td .mobileTitle {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  margin: 0 0 6px 0;
  font-weight: normal;
  width: 100%;
  text-align: inherit;
  color: #E29B2F;
  display: none;
}
@media all and (max-width: 640px) {
  table.responsiveTitles tr td .mobileTitle {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .deliveryTable tr {
    display: block;
    width: 100%;
  }
  .deliveryTable tr th {
    display: none;
  }
  .deliveryTable tr td:nth-child(1) {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    font-weight: bold;
  }
  .deliveryTable tr td:nth-child(2) {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .deliveryTable tr td:nth-child(2):before {
    display: block;
    float: left;
    width: 100%;
    content: 'Price';
    font-weight: bold;
  }
  .deliveryTable tr td:nth-child(3) {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .deliveryTable tr td:nth-child(3):before {
    display: block;
    float: left;
    width: 100%;
    content: 'Description';
    font-weight: bold;
  }
}
/* -- STYLED TABLES -- */
.treatmentComparisonWrap h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #249C89;
  font-size: 2rem;
  font-weight: normal;
}
.treatmentComparisonWrap table.comparison {
  border: none;
}
.treatmentComparisonWrap table.comparison td {
  border: none;
  font-size: 0.9285714285714286rem;
  color: #171717;
}
.treatmentComparisonWrap table.comparison tr:nth-child(even) {
  background-color: #F4F4F4;
}
.treatmentComparisonWrap table.comparison tr:first-child td {
  font-size: 1.0714285714285714rem;
  font-weight: 500;
  color: #171717;
}
.treatmentComparisonWrap table.comparison tr td:first-child {
  color: #171717;
  font-weight: 500;
}
.innerWrap {
  float: left;
  width: 100%;
}
@media all and (max-width: 520px) {
  .innerWrap {
    overflow-x: auto;
  }
  .innerWrap table.comparison {
    width: 520px;
  }
}
table.priceComparison {
  border: none;
  width: 100%;
  table-layout: unset;
  margin: 0;
}
table.priceComparison td {
  border: none;
  font-size: 1rem;
  line-height: 24px;
  color: #171717;
}
table.priceComparison tr:nth-child(even) {
  background-color: #F4F4F4;
}
table.priceComparison tr:nth-child(even) th.ours,
table.priceComparison tr:nth-child(even) td.ours {
  background: #dff8f4;
}
table.priceComparison th.ours,
table.priceComparison td.ours {
  background: #e8faf7;
}
table.priceComparison .multiPriceBlock,
table.priceComparison .multiPriceBlock strong {
  font-weight: 500;
}
.tabs {
  float: none;
  clear: both;
  margin: 0;
}
.tabs .tabsNav {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 24px 40px 24px;
  border: none;
}
@media all and (max-width: 800px) {
  .tabs .tabsNav {
    padding: 0 0 24px 0;
  }
}
.tabs .tabsNav > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: calc(100% + 8px);
  margin: 0 -4px;
  justify-content: center;
}
.tabs .tabsNav > ul:before,
.tabs .tabsNav > ul:after {
  display: none;
}
.tabs .tabsNav > ul > li {
  max-width: none;
  border-right: none;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0 4px;
  width: 20%;
}
.tabs .tabsNav > ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: transparent;
  color: #171717;
  border: none;
  transition: all 200ms linear;
  border-radius: 8px;
}
.tabs .tabsNav > ul > li a h4 {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  margin: 0;
  color: inherit;
  transition: color 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.tabs .tabsNav > ul > li a:hover {
  color: #249C89;
  transition: all 200ms linear;
}
.tabs .tabsNav > ul > li.active {
  pointer-events: none;
}
.tabs .tabsNav > ul > li.active a {
  color: #fff;
  background: #249C89;
  transition: all 200ms linear;
}
.tabs .tabsNav .mobileTabsTitle {
  display: none;
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  padding: 16px;
  border-bottom: none;
  cursor: pointer;
  background: #249C89;
  border-radius: 8px;
  transition: all 200ms linear;
}
.tabs .tabsNav .mobileTabsTitle.open {
  border-radius: 8px 8px 0 0;
  transition: all 200ms linear;
}
.tabs .tabsNav .mobileTabsTitle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 200ms linear;
  color: inherit;
}
.tabs .tabsNav .mobileTabsTitle.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 200ms linear;
}
.tabs .tabsNav .mobileTabsTitle.isClickable {
  display: flex;
}
.tabs .tabsNav .mobileTabsTitle.isClickable + ul {
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
}
.tabs .tabsNav .mobileTabsTitle.isClickable + ul > li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.tabs .tabsNav .mobileTabsTitle.isClickable + ul > li a {
  height: auto;
  width: 100%;
  border-bottom: 1px solid #249C89;
  padding: 12px 16px;
  text-align: left;
}
@media all and (max-width: 800px) {
  .tabs .tabsNav .mobileTabsTitle.isClickable + ul > li a {
    border-radius: 0;
    padding: 16px;
  }
  .tabs .tabsNav .mobileTabsTitle.isClickable + ul > li a .title {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
.tabs .tabsNav .mobileTabsTitle.isClickable + ul > li.active a {
  color: #249C89;
  background: transparent;
}
.tabs .tabsContentWrap {
  font-size: 1.2142857142857142rem;
  color: #171717;
  line-height: 24px;
  font-weight: normal;
  padding: 0;
  border: none;
  margin: 0;
}
.tabs .tabsContentWrap .tabContent {
  padding: 0;
}
@media all and (max-width: 800px) {
  .tabs .tabsContentWrap .tabContent .tabTitle {
    display: block;
  }
}
.tabs .tabsContentWrap .tabContent .tabTitle .title {
  font-size: 1.7142857142857142rem;
  line-height: 40px;
  margin-bottom: 16px;
  color: #171717;
  display: none;
}
@media all and (max-width: 800px) {
  .tabs .tabsContentWrap .tabContent .tabTitle .title {
    display: block;
  }
}
.tabs .tabsContentWrap table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.024);
}
.sidebarTabsWrap {
  padding: 100px 0;
  background: #F4F4F4;
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap {
    padding: 40px 0 64px;
  }
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .wrapper {
    padding: 0;
  }
}
.sidebarTabsWrap .sidebarTabs {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.sidebarTabsWrap .sidebarTabs .tabNav {
  width: 280px;
  flex: 0 0 280px;
  margin: 0;
  z-index: 9;
}
@media all and (max-width: 1200px) {
  .sidebarTabsWrap .sidebarTabs .tabNav {
    width: 270px;
    flex: 0 0 270px;
  }
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .sidebarTabs .tabNav {
    display: none;
  }
}
.sidebarTabsWrap .sidebarTabs .tabContent {
  width: 100%;
  flex: 1 1 100%;
  padding-left: 96px;
}
@media all and (max-width: 1200px) {
  .sidebarTabsWrap .sidebarTabs .tabContent {
    width: 68%;
    flex: 1 1 68%;
    padding-left: 64px;
  }
}
@media all and (max-width: 1120px) {
  .sidebarTabsWrap .sidebarTabs .tabContent {
    padding-left: 48px;
  }
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .sidebarTabs .tabContent {
    padding: 0 24px;
    width: 100%;
    flex: 0 0 100%;
  }
}
.sidebarTabsWrap .sideNav {
  display: block;
  height: 100%;
}
.sidebarTabsWrap .sideNav ul {
  margin: 0;
  display: block;
  width: 100%;
  position: sticky;
  top: 120px;
}
.sidebarTabsWrap .sideNav ul li {
  margin: 0;
}
@media all and (max-width: 1120px) {
  .sidebarTabsWrap .sideNav ul li {
    margin: 0;
  }
}
.sidebarTabsWrap .sideNav ul li a {
  font-size: 1.2857142857142858rem;
  line-height: 1.2em;
  color: #171717;
  opacity: 1;
  transition: opacity 200ms linear;
  padding: 10.5px 0 10.5px 11px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-weight: 500;
  text-transform: none;
}
@media all and (max-width: 1120px) {
  .sidebarTabsWrap .sideNav ul li a {
    padding: 13px;
  }
}
.sidebarTabsWrap .sideNav ul li a:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 200ms linear;
  z-index: 2;
  background: #249C89;
}
@media all and (max-width: 1120px) {
}
.sidebarTabsWrap .sideNav ul li a:hover {
  color: #171717;
  opacity: 0.64;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .sideNav ul li a:active {
  color: #171717;
  opacity: 0.9;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .sideNav ul li a.active {
  opacity: 1;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .sideNav ul li a.active:before {
  opacity: 1;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .sideNav ul li a.active:hover {
  opacity: 1;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .sideNav ul li a.active:active {
  opacity: 1;
  transition: opacity 200ms linear;
}
.sidebarTabsWrap .tabContentWrap section {
  position: relative;
  display: block;
}
@media all and (min-width: 701px) {
  .sidebarTabsWrap .tabContentWrap section {
    margin: 0;
    padding: 0;
    background: transparent;
    display: none;
  }
  .sidebarTabsWrap .tabContentWrap section.active {
    display: block;
  }
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section {
    margin: 0;
  }
}
.sidebarTabsWrap .tabContentWrap section .sectionTitle {
  margin: 0 0 26px;
  position: relative;
  display: none;
}
@media all and (max-width: 1120px) {
  .sidebarTabsWrap .tabContentWrap section .sectionTitle {
    font-size: 1.7142857142857142rem;
    line-height: 1.2em;
    margin: 0 0 16px;
  }
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section .sectionTitle {
    margin: 0;
    padding: 33px 24px 13px 0;
    border-bottom: 1px solid #249C89;
    cursor: pointer;
    display: block;
  }
}
.sidebarTabsWrap .tabContentWrap section .sectionTitle.sideEffectsTitle {
  margin: 0 0 40px;
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section .sectionTitle.sideEffectsTitle {
    margin: 0;
  }
}
.sidebarTabsWrap .tabContentWrap section .sectionTitle.isClickable {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.sidebarTabsWrap .tabContentWrap section .sectionTitle.isClickable:before {
  content: url("data:image/svg+xml; utf8,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='11' y='5' width='1' height='11' rx='0.5' transform='rotate(90 11 5)' fill='%231D1D1D'/%3E%3Crect x='6' y='11' width='1' height='11' rx='0.5' transform='rotate(-180 6 11)' fill='%231D1D1D'/%3E%3C/svg%3E");
  width: 11px;
  height: 11px;
  border-radius: 50%;
  padding: 0;
  text-indent: 0;
  border: none;
  background: transparent;
  color: #171717;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  box-sizing: border-box;
  z-index: 2;
  margin-top: 11px;
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section .sectionTitle.isClickable:before {
    right: 0;
  }
}
.sidebarTabsWrap .tabContentWrap section .sectionTitle.isClickable.open:before {
  transform: translateY(-50%) rotate(180deg);
  transition: all 200ms linear;
}
.sidebarTabsWrap .tabContentWrap section .sectionContent {
  padding: 0;
  background: transparent;
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section .sectionContent {
    display: none;
    padding: 24px 0;
    border-bottom: 1px solid #249C89;
    background: transparent;
  }
}
.sidebarTabsWrap .tabContentWrap section .sectionContent .ctaWrapper .button,
.sidebarTabsWrap .tabContentWrap section .sectionContent .ctaWrapper .buttonAlt {
  margin: 0;
}
@media all and (max-width: 700px) {
  .sidebarTabsWrap .tabContentWrap section:first-of-type .sectionContent {
    display: block;
  }
}
.sidebarTabsContainer {
  margin: 5.3em 0;
}
@media all and (max-width: 640px) {
  .sidebarTabsTop {
    display: flex;
  }
}
.sidebarTabsTop ul {
  margin: 0;
  padding: 0;
}
.sidebarTabsTop ul li {
  list-style: none;
}
.sidebarTabsTop .tabsTop ul {
  display: flex;
  flex-wrap: wrap;
}
.sidebarTabsTop .tabsTop ul li {
  flex: 0 0 auto;
  font-size: 1.1428571428571428rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #6A6A6A;
  padding: 1.1em 1.4em 1.8em;
  margin-bottom: -1em;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}
@media all and (max-width: 640px) {
  .sidebarTabsTop .tabsTop ul li {
    padding: 1.4em 1.1em 1.4em 1.8em;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin-bottom: 0;
    margin-right: -1em;
  }
}
.sidebarTabsTop .tabsTop ul li.active {
  color: #171717;
  background: #D7F6F1;
}
.sidebarTabsTop .contentBody {
  padding: 4.6em 4.3em 4.1em 3.5em;
  border-radius: 8px;
  background: #D7F6F1;
}
.sidebarTabsTop .contentBody .bodyList > li {
  display: none;
  font-size: 1.1428571428571428rem;
  font-weight: 400;
  line-height: 1.4;
  color: #171717;
}
.sidebarTabsTop .contentBody .bodyList > li.active {
  display: block;
}
.sidebarTabsTop .contentBody .bodyList > li p,
.sidebarTabsTop .contentBody .bodyList > li ol,
.sidebarTabsTop .contentBody .bodyList > li ul {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  color: inherit;
}
.sidebarTabsTop .contentBody .faqs {
  margin-bottom: 40px;
}
ul.tagit {
  padding: 5px 8px;
  overflow: auto;
  margin-left: inherit;
  /* usually we don't want the regular ul margins. */
  margin-right: inherit;
  /*     width: 40%; */
  /*     Craig change for health_profile.twig */
  width: 100%;
}
ul.tagit li {
  display: block;
  float: left;
}
ul.tagit li.tagit-choice {
  position: relative;
  line-height: inherit;
}
input.tagit-hidden-field {
  display: none;
}
ul.tagit li.tagit-choice-read-only {
  padding: 0.2em 0.5em 0.2em 0.5em;
}
ul.tagit li.tagit-choice-editable {
  padding: 0.2em 18px 0.2em 0.5em;
  margin: 2px;
}
ul.tagit li.tagit-new {
  padding: 0.25em 4px 0.25em 0;
  margin: 2px;
}
ul.tagit li.tagit-choice a.tagit-label {
  cursor: pointer;
  text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
  cursor: pointer;
  position: absolute;
  right: 0.1em;
  top: 50%;
  margin-top: -8px;
  line-height: 17px;
  text-decoration: none !important;
}
/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
  /*     display: none; */
  /*     Craig change so I can see close tag */
  display: block;
}
ul.tagit input[type="text"] {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  width: inherit;
  background-color: inherit;
  outline: none;
}
.tagit.ui-widget {
  border: 1.5px solid #F3F3F3;
}
.tooltipRow {
  position: relative;
}
.tooltipRow .tooltipContent {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 0;
  background: #4d4f51;
  border-radius: 5px;
  width: 200px;
  padding: 15px 20px;
  color: #fff;
  line-height: 18px;
  font-size: 0.9285714285714286rem;
  z-index: 1000;
  text-transform: none;
}
.tooltipRow .tooltipContent:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: '';
  width: 20px;
  height: 20px;
  background: #4d4f51;
}
.tooltipRow i {
  cursor: pointer;
}
/*
 * Overlay Styles
 */
.overlayBoxOuter {
  position: fixed;
  z-index: 999999999;
  top: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.overlayBoxOuter .ps-container {
  position: relative;
}
.overlayBoxOuter .ps-container > .ps-scrollbar-y-rail {
  opacity: 1;
}
.overlayBox {
  position: absolute;
  opacity: 0;
  display: block;
  max-width: 100%;
}
.overlayBox .overlayContent {
  background: #fff;
  margin-top: 48px;
  max-height: calc(100% - 48px);
  position: relative;
  height: 100%;
  border-radius: 10px;
}
.overlayBox.transparentOverlay .overlayContent {
  background: transparent;
  padding: 12px 0 0;
}
.overlayBox.hasLink .overlayImage {
  position: relative;
}
.overlayBox .overlayImage img {
  max-width: 100%;
  height: auto;
  display: block;
}
.overlayBox .overlayVideo {
  position: relative;
}
.overlayBox .overlayVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.overlayBox.overlayFullscreen .overlayAjax {
  height: 100% !important;
}
.overlayBox.overlayFullscreen .overlayAjax iframe {
  width: 100%;
  height: 100%;
}
.overlayBox.overlayFullscreen .overlayContent {
  height: 100% !important;
  background: transparent !important;
}
.overlayBox .overlayAjax {
  overflow-y: auto;
  max-height: 100%;
}
.overlayContentLoading:before,
.overlayLoading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #249C89;
  content: "\f1ce";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 2.142857142857143rem;
  transform: translate(-50%, -50%);
  animation: overlay-spinner 2s infinite linear;
  z-index: 999999;
}
body[data-admin] .overlayContentLoading:before,
body[data-admin] .overlayLoading:before {
  font: normal normal normal 14px/1 FontAwesome;
}
@keyframes overlay-spinner {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(350deg);
  }
}
.noScroll {
  overflow: hidden;
  position: relative;
}
.overlayCloseButton {
  z-index: 9200;
  text-align: right;
  position: absolute;
  top: -4px;
  right: 0;
}
.overlayCloseButton a {
  background: #E29B2F;
  cursor: pointer;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  z-index: 9200;
  outline: 0;
  text-decoration: none;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  transition: background 200ms linear;
  border-radius: 8px;
}
.overlayCloseButton a:hover {
  background: #c3801b;
  transition: background 200ms linear;
  color: #fff;
}
.overlayCloseButton a:active {
  background: #E29B2F;
  transition: background 200ms linear;
  color: #fff;
}
.overlayCloseButton a i {
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlayCloseButton a i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlayAjax {
  padding: 24px;
}
.overlayBoxTitle {
  position: relative;
  bottom: 0;
  line-height: 30px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  left: 0;
  display: block;
  color: #fff;
}
.overlayBoxLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.galleryPrev,
.galleryNext {
  font-size: 2.142857142857143rem;
  line-height: 30px;
  position: absolute;
  top: 50%;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #E29B2F;
  cursor: pointer;
  width: 30px;
  background: #fff;
  border-radius: 100%;
}
.galleryPrev:focus,
.galleryNext:focus {
  border: none;
  outline: none;
}
.galleryPrev.arrowInactive,
.galleryNext.arrowInactive {
  display: none;
}
.galleryPrev {
  left: -35px;
}
@media all and (max-width: 640px) {
  .galleryPrev {
    left: 5px;
  }
}
.galleryPrev .fa-angle-left {
  margin: 0 4px 0 0;
}
.galleryNext {
  right: -35px;
}
@media all and (max-width: 640px) {
  .galleryNext {
    right: 5px;
  }
}
.galleryNext .fa-angle-right {
  margin: 0 0 0 4px;
}
/*
 * Header
 */
.basketButton {
  overflow: visible;
}
.basketButton .totalQty {
  display: flex;
  width: 25px;
  height: 25px;
  background: #E29B2F;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  right: -19px;
  margin-bottom: -19px;
  margin-right: 0;
  text-indent: 0;
  font-size: 1rem;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
  z-index: 3;
}
.basketButton .totalQty[v-cloak] {
  display: none !important;
}
#header {
  float: none;
  clear: both;
  background: transparent;
  z-index: 5000;
  border: none;
  text-transform: none;
  position: relative;
}
#header.js_stickyHeader .headerBox {
  height: 110px;
  position: relative;
}
@media all and (max-width: 1120px) {
  #header.js_stickyHeader .headerBox {
    height: 90px;
  }
}
#header.js_stickyHeader .headerContainer {
  position: absolute;
}
#header.fixedHeader .headerContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#header .flashMessage {
  padding: 12px 0;
  background: #249C89;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 20px;
}
#header .headerContainer {
  max-width: 100vw;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  height: 110px;
  width: 100%;
}
@media all and (max-width: 1120px) {
  #header .headerContainer {
    padding: 0 19px;
    height: 90px;
  }
}
@media all and (max-width: 640px) {
  #header .headerContainer {
    width: 100vw;
    left: 0;
    right: 0;
  }
}
.transparentHeader #header.hasNotice {
  margin-bottom: -136px;
}
@media all and (min-width: 1121px) {
  .transparentHeader #header.hasNotice {
    margin-bottom: -176px;
  }
}
#header .uspBanner {
  position: relative;
}
@media all and (max-width: 1120px) {
  #header.menuOpen {
    z-index: 1 !important;
  }
}
#header .headerInnerWrap {
  float: none;
  clear: both;
  position: relative;
  border-bottom: none;
  height: 100%;
}
#header .headerTop {
  padding: 12px 0;
  border-bottom: none;
  position: relative;
  z-index: 9999;
  height: 100%;
}
@media all and (max-width: 1120px) {
  #header .headerTop {
    padding: 12px 0;
  }
}
#header .headerTop > .wrapper {
  padding: 0;
  height: 100%;
}
@media all and (max-width: 1410px) {
  #header .headerTop > .wrapper {
    padding: 0;
  }
}
#header .headerGrid {
  display: flex;
  flex-direction: row;
  width: calc(100% + 40px);
  height: 100%;
  margin: 0 -20px;
}
@media all and (max-width: 1120px) {
  #header .headerGrid {
    width: 100%;
    margin: 0;
  }
}
#header .headerGrid .headerLeft,
#header .headerGrid .headerRight,
#header .headerGrid .headerCenter {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#header .headerGrid .headerLeft {
  flex: 0 0 227px;
}
@media all and (max-width: 1120px) {
  #header .headerGrid .headerLeft {
    width: 0;
    padding: 0 16px 0 0;
    flex: 0 0 50%;
    order: 1;
    display: flex;
  }
}
#header .headerGrid .headerLeft .mainMenu li a {
  z-index: 9999;
}
#header .headerGrid .headerCenter {
  flex: 1 1 100%;
  justify-content: center;
  padding-top: 6px;
}
@media all and (max-width: 1120px) {
  #header .headerGrid .headerCenter {
    flex: 1 1 auto;
    order: 2;
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  #header .headerGrid .headerCenter {
    padding: 0;
  }
}
#header .headerGrid .headerCenter search {
  width: 100%;
}
#header .headerGrid .headerRight {
  flex: 0 0 140px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding-top: 6px;
}
@media all and (max-width: 1120px) {
  #header .headerGrid .headerRight {
    padding: 0;
    order: 3;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1121px) {
  #header .headerGrid .headerRight .flyoutWrap {
    justify-content: flex-end;
  }
}
#header .logo {
  float: none;
  clear: both;
  display: inline-block;
  width: 100%;
  max-width: 227px;
  margin: 0;
  height: auto;
  padding: 0;
}
@media all and (max-width: 1120px) {
  #header .logo {
    max-width: 208px;
  }
}
#header .logo .imageWrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .logo .imageWrap svg {
  width: 100%;
  height: auto;
}
#header .logo .imageWrap img {
  width: auto;
  height: auto;
}
#header .searchForm {
  display: flex;
  justify-content: center;
  height: 100%;
}
#header .js_toggleSearch.active + .fullScreenSearch {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 200ms linear, visibility 200ms linear;
}
#header .fullScreenSearch {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: #D7F6F1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0;
  z-index: 99999999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 200ms linear, visibility 200ms linear;
  display: none;
}
.pageReady #header .fullScreenSearch {
  display: flex;
}
#header .fullScreenSearch > .wrapper {
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 1120px) {
  #header .fullScreenSearch > .wrapper {
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  #header .fullScreenSearch > .wrapper {
    min-width: 100%;
  }
}
#header .fullScreenSearch > .wrapper .searchForm {
  margin: 0 auto;
}
@media all and (max-width: 1120px) {
  #header .fullScreenSearch > .wrapper .searchForm {
    margin: 0;
  }
}
#header .fullScreenSearch .searchControls {
  position: absolute;
  top: 1.9em;
  right: 2.1em;
}
@media all and (max-width: 640px) {
  #header .fullScreenSearch .searchControls {
    top: 1em;
    right: 1em;
  }
}
#header .fullScreenSearch .searchControls .menuClose {
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  color: #424242;
  transition: opacity 200ms linear;
}
#header .fullScreenSearch .searchControls .menuClose:hover,
#header .fullScreenSearch .searchControls .menuClose:active,
#header .fullScreenSearch .searchControls .menuClose:focus-visible {
  color: #E29B2F;
  transition: color 200ms linear;
}
#header .fullScreenSearch .searchControls .menuClose svg {
  width: 25px;
  height: 22px;
  color: inherit;
}
#header .headerActions {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 1120px) {
  #header .headerActions {
    padding-right: 0;
  }
}
#header .headerActions > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
  width: "calc(100% + 0)";
  margin: 0 0;
}
@media all and (max-width: 1120px) {
  #header .headerActions > ul {
    width: auto;
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  #header .headerActions > ul {
    gap: 24px;
  }
}
#header .headerActions > ul:before,
#header .headerActions > ul:after {
  display: none;
}
#header .headerActions > ul > li {
  padding: 0 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media all and (max-width: 1120px) {
  #header .headerActions > ul > li {
    padding: 0;
  }
}
#header .headerActions > ul > li.flyoutButtonItem {
  display: none;
}
@media all and (max-width: 1120px) {
  #header .headerActions > ul > li.flyoutButtonItem {
    display: flex;
  }
}
@media all and (max-width: 400px) {
  #header .headerActions > ul > li.loginListItem {
    display: none;
  }
}
#header .headerActions > ul > li.loginListItem .button {
  white-space: nowrap;
  margin: 0;
}
#header .headerActions > ul > li .headerCtaWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 29px;
}
#header .headerActions > ul > li .headerCtaWrap .basketButton {
  overflow: visible;
}
#header .headerActions > ul > li .actionButton,
#header .headerActions > ul > li > .button,
#header .headerActions > ul > li .miniBasket > li > a {
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 1.4285714285714286rem;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #424242;
  background: transparent;
  border-color: transparent;
  text-decoration: none;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: color 200ms linear, background 200ms linear;
}
#header .headerActions > ul > li .actionButton:after,
#header .headerActions > ul > li > .button:after,
#header .headerActions > ul > li .miniBasket > li > a:after {
  display: none;
}
#header .headerActions > ul > li .actionButton .svgIcon,
#header .headerActions > ul > li > .button .svgIcon,
#header .headerActions > ul > li .miniBasket > li > a .svgIcon {
  width: 24px;
  height: 24px;
  margin: 0;
  order: 1;
}
#header .headerActions > ul > li .actionButton .svgIcon svg,
#header .headerActions > ul > li > .button .svgIcon svg,
#header .headerActions > ul > li .miniBasket > li > a .svgIcon svg {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 640px) {
  #header .headerActions > ul > li .actionButton .svgIcon,
  #header .headerActions > ul > li > .button .svgIcon,
  #header .headerActions > ul > li .miniBasket > li > a .svgIcon {
    width: 22px;
    height: 22px;
  }
}
#header .headerActions > ul > li .actionButton:hover,
#header .headerActions > ul > li > .button:hover,
#header .headerActions > ul > li .miniBasket > li > a:hover,
#header .headerActions > ul > li .actionButton:active,
#header .headerActions > ul > li > .button:active,
#header .headerActions > ul > li .miniBasket > li > a:active,
#header .headerActions > ul > li .actionButton :focus-visible,
#header .headerActions > ul > li > .button :focus-visible,
#header .headerActions > ul > li .miniBasket > li > a :focus-visible,
#header .headerActions > ul > li .actionButton.active,
#header .headerActions > ul > li > .button.active,
#header .headerActions > ul > li .miniBasket > li > a.active {
  color: #E29B2F;
  transition: color 200ms linear, background 200ms linear;
}
#header .headerActions > ul > li .actionButton:hover .actionText > span,
#header .headerActions > ul > li > .button:hover .actionText > span,
#header .headerActions > ul > li .miniBasket > li > a:hover .actionText > span,
#header .headerActions > ul > li .actionButton:active .actionText > span,
#header .headerActions > ul > li > .button:active .actionText > span,
#header .headerActions > ul > li .miniBasket > li > a:active .actionText > span,
#header .headerActions > ul > li .actionButton :focus-visible .actionText > span,
#header .headerActions > ul > li > .button :focus-visible .actionText > span,
#header .headerActions > ul > li .miniBasket > li > a :focus-visible .actionText > span,
#header .headerActions > ul > li .actionButton.active .actionText > span,
#header .headerActions > ul > li > .button.active .actionText > span,
#header .headerActions > ul > li .miniBasket > li > a.active .actionText > span {
  color: #E29B2F;
  transition: color 200ms linear, background 200ms linear;
}
#header .headerActions > ul > li .actionButton .actionText,
#header .headerActions > ul > li > .button .actionText,
#header .headerActions > ul > li .miniBasket > li > a .actionText {
  display: block;
  color: inherit;
  order: 2;
  display: none;
}
@media all and (max-width: 1200px) {
  #header .headerActions > ul > li .actionButton .actionText,
  #header .headerActions > ul > li > .button .actionText,
  #header .headerActions > ul > li .miniBasket > li > a .actionText {
    display: none;
  }
}
#header .headerActions > ul > li .actionButton .actionText > span,
#header .headerActions > ul > li > .button .actionText > span,
#header .headerActions > ul > li .miniBasket > li > a .actionText > span {
  color: #249C89;
  transition: color 200ms linear;
}
#header .headerActions > ul > li .actionButton .basketItemTotalPrice,
#header .headerActions > ul > li > .button .basketItemTotalPrice,
#header .headerActions > ul > li .miniBasket > li > a .basketItemTotalPrice {
  display: none !important;
}
#header .headerActions > ul > li .actionButton.miniBasketLink,
#header .headerActions > ul > li > .button.miniBasketLink,
#header .headerActions > ul > li .miniBasket > li > a.miniBasketLink {
  display: none;
}
#header .headerActions > ul > li .actionButton.miniBasketLink .itemsInBasket,
#header .headerActions > ul > li > .button.miniBasketLink .itemsInBasket,
#header .headerActions > ul > li .miniBasket > li > a.miniBasketLink .itemsInBasket {
  display: flex;
}
#header .headerActions > ul > li .actionButton .numberOfBasketItems,
#header .headerActions > ul > li > .button .numberOfBasketItems,
#header .headerActions > ul > li .miniBasket > li > a .numberOfBasketItems {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #e84f4f;
  color: #fff;
  z-index: 2;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .headerActions > ul > li .actionButton .newSearchButton,
#header .headerActions > ul > li > .button .newSearchButton,
#header .headerActions > ul > li .miniBasket > li > a .newSearchButton {
  padding: 14px 27px;
  width: 100%;
  justify-content: space-between;
  background: #F4F4F4;
  border-radius: 8px;
  height: auto;
}
#header .headerActions > ul > li .miniBasket > li > a .svgIcon {
  width: 32px;
  height: 32px;
}
#header .secondaryMenuWrap .secondaryMenu {
  display: none;
}
@media all and (min-width: 1121px) {
  #header .secondaryMenuWrap .secondaryMenu {
    display: block;
  }
}
#header .secondaryMenuWrap .headerActions {
  display: flex;
}
#header .miniBasketWrap {
  min-width: 29px;
}
#header .navigationBar .outerNavBar {
  position: relative;
}
#header .navigationBar .navBarWrapper {
  display: flex;
}
#header .navigationBar .navBarWrapper .navBarLeft {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
#header .navigationBar .navBarWrapper .navBarRight {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 1120px) {
  #header .navigationBar .navBarWrapper .navBarRight {
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  #header .navigationBar .navBarWrapper .navBarRight {
    padding: 0;
  }
}
#header .navigationBar .navBarWrapper .navBarRight .menuList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 1120px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList {
    width: 100%;
    justify-content: flex-start;
  }
}
#header .navigationBar .navBarWrapper .navBarRight .menuList:before,
#header .navigationBar .navBarWrapper .navBarRight .menuList:after {
  display: none;
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: 16px;
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.flyoutButtonWrap {
  align-self: flex-end;
  display: flex;
}
@media all and (min-width: 1121px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList > li.flyoutButtonWrap {
    display: none;
  }
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.searchButtonTriggerWrap {
  align-self: flex-end;
  display: none;
}
@media all and (max-width: 700px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList > li.searchButtonTriggerWrap {
    display: flex;
  }
}
@media all and (max-width: 1120px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton {
    margin-left: 0;
    margin-right: auto;
  }
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  height: auto;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #E29B2F;
  transition: color 200ms linear;
  padding: 16px 0;
  font-weight: normal;
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a:hover {
  color: #c3801b;
  transition: color 200ms linear;
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a i {
  font-size: inherit;
  line-height: inherit;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: color 200ms linear;
  position: relative;
  top: -1px;
}
@media all and (max-width: 1120px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a i {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 1px;
  }
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a i:before {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1120px) {
  #header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a span {
    line-height: 19px;
  }
}
#header .navigationBar .mobileSearchWrapper .searchForm {
  width: 100%;
  max-width: none;
}
#header .staticBlock {
  background: #E29B2F;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 640px) {
  #header .staticBlock {
    min-height: 40px;
  }
}
#header .staticBlock .staticBlockInstance {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  background: inherit;
  color: inherit;
  text-align: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .staticBlock .staticBlockInstance:before,
#header .staticBlock .staticBlockInstance:after {
  content: "";
  display: table;
}
#header .staticBlock .staticBlockInstance:after {
  clear: both;
}
#header .staticBlock .staticBlockInstance:before,
#header .staticBlock .staticBlockInstance:after {
  content: "";
  display: table;
}
#header .staticBlock .staticBlockInstance:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  #header .staticBlock .staticBlockInstance {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  #header .staticBlock .staticBlockInstance {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  #header .staticBlock .staticBlockInstance {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  #header .staticBlock .staticBlockInstance {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .staticBlock .staticBlockInstance:before,
#header .staticBlock .staticBlockInstance:after {
  display: none;
}
#header .staticBlock .staticBlockInstance,
#header .staticBlock .staticBlockInstance p {
  font-size: 1rem;
  line-height: 24px;
  color: inherit;
  text-align: inherit;
  font-weight: inherit;
}
@media all and (max-width: 640px) {
  #header .staticBlock .staticBlockInstance,
  #header .staticBlock .staticBlockInstance p {
    font-size: 0.8571428571428571rem;
    line-height: 16px;
    min-width: 100%;
  }
}
#header .staticBlock .staticBlockInstance:last-of-type,
#header .staticBlock .staticBlockInstance p:last-of-type {
  margin: 0;
}
@media all and (max-width: 640px) {
  #header .staticBlock .staticBlockInstance p,
  #header .staticBlock .staticBlockInstance p p {
    visibility: hidden;
    opacity: 0;
    will-change: visibility, opacity;
    transition: visibility 200ms linear, opacity 200ms linear;
  }
  .wf-active #header .staticBlock .staticBlockInstance p,
  .wf-active #header .staticBlock .staticBlockInstance p p {
    visibility: visible;
    opacity: 1;
    transition: visibility 200ms linear, opacity 200ms linear;
  }
}
#header .staticBlock .staticBlockInstance a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  transition: opacity 200ms linear;
}
#header .staticBlock .staticBlockInstance a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 200ms linear;
}
/*
* Checkout and Assessment form Header
*/
.progressHeader {
  background: #249C89;
  box-shadow: none;
  float: none;
  clear: both;
  width: 100%;
  padding: 24px 0;
  position: relative;
  z-index: 9999;
}
.progressHeader .logoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 24px;
}
.progressHeader .logoWrap .logo {
  padding: 0;
}
.progressHeader .logoWrap .imageWrap {
  width: auto;
  height: auto;
}
.progressHeader .logoWrap .imageWrap img {
  height: 48px;
  width: auto;
}
@media all and (max-width: 1120px) {
  .progressHeader .logoWrap .imageWrap img {
    width: 168px;
    height: auto;
  }
}
.headerContact p {
  font-size: 1.2857142857142858rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25.278px;
  text-align: right;
}
.headerContact p strong {
  font-weight: 600;
}
.headerMini {
  width: 100%;
  top: 0;
  background: transparent;
}
@media all and (max-width: 1120px) {
  .headerMini {
    background: #F4F4F4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.024);
  }
}
.headerMini .headerGrid {
  display: flex;
  width: 100%;
  padding: 24px 0;
}
.headerMini .headerGrid .headerLeft {
  width: 50%;
  flex: 0 0;
  flex-basis: 460px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 1120px) {
  .headerMini .headerGrid .headerLeft {
    padding-right: 12px;
    width: 50%;
    flex-basis: 50%;
  }
}
.headerMini .headerGrid .headerRight {
  width: 50%;
  flex-basis: calc(100% - 460px);
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 1120px) {
  .headerMini .headerGrid .headerRight {
    padding-left: 12px;
    width: 50%;
    flex-basis: 50%;
  }
}
.headerMini .logo {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.headerMini .logo .imageWrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.headerMini .logo .imageWrap img,
.headerMini .logo .imageWrap svg {
  height: 100%;
  width: auto;
  max-height: 60px;
  min-height: 0;
  min-width: 0;
  max-width: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1120px) {
  .headerMini .logo .imageWrap img,
  .headerMini .logo .imageWrap svg {
    max-height: 60px;
  }
}
.headerMini .headerLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.headerMini .headerLinks a {
  font-size: 1rem;
  line-height: 16px;
  margin-left: 8px;
}
@keyframes fadeslider {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  3% {
    opacity: 1;
    visibility: visible;
  }
  22% {
    opacity: 1;
    visibility: visible;
  }
  25% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.uspBanner {
  background: #125F54;
  color: #fff;
  float: none;
  clear: both;
  position: relative;
  height: 40px;
}
@media all and (max-width: 1120px) {
  .uspBanner {
    height: 29px;
  }
}
@media all and (max-width: 640px) {
  .uspBanner {
    height: 29px;
  }
}
.uspBanner .wrapper {
  height: 100%;
}
.uspBanner .wrapper:before,
.uspBanner .wrapper:after {
  display: none;
}
.uspBanner .uspList {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: nowrap;
  color: inherit;
  width: calc(100% + 56px);
  margin: 0 -28px;
  position: relative;
  padding: 12px 0;
  height: 100%;
}
.uspBanner .uspList:before,
.uspBanner .uspList:after {
  display: none;
}
@media all and (max-width: 640px) {
  .uspBanner .uspList {
    padding: 8px 0;
  }
}
.uspBanner .uspList > li {
  flex: 1 1 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  position: relative;
}
.uspBanner .uspList > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: none;
}
.uspBanner .uspList > li span i {
  font-size: 1rem;
  line-height: 14px;
  font-weight: 400;
  color: #249C89;
  width: 6px;
  height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: -3px;
}
.uspBanner .uspList > li span i svg {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1120px) {
  .uspBanner .uspList > li span i {
    display: none;
  }
}
.uspBanner .uspList > li:last-child span i {
  display: none;
}
@media all and (max-width: 1120px) {
  .uspBanner .uspList > li {
    width: 100%;
    height: 100%;
    flex: 1 0 100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  .uspBanner .uspList > li:nth-child(1) {
    opacity: 1;
    visibility: visible;
    animation: fadeslider 20000ms infinite;
    animation-timing-function: linear;
    animation-delay: 0ms;
  }
  .uspBanner .uspList > li:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    animation: fadeslider 20000ms infinite;
    animation-timing-function: linear;
    animation-delay: 5000ms;
  }
  .uspBanner .uspList > li:nth-child(3) {
    opacity: 0;
    visibility: hidden;
    animation: fadeslider 20000ms infinite;
    animation-timing-function: linear;
    animation-delay: 10000ms;
  }
  .uspBanner .uspList > li:nth-child(4) {
    opacity: 0;
    visibility: hidden;
    animation: fadeslider 20000ms infinite;
    animation-timing-function: linear;
    animation-delay: 15000ms;
  }
  .uspBanner .uspList > li:nth-child(5) {
    opacity: 0;
    visibility: hidden;
    animation: fadeslider 20000ms infinite;
    animation-timing-function: linear;
    animation-delay: 20000ms;
  }
}
.headerTopBar {
  background: #125F54;
  color: #fff;
  border-bottom: none;
  padding: 7px 0;
  float: none;
  clear: both;
  position: relative;
  font-size: 0.8571428571428571rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.headerTopBar a {
  color: #fff;
  transition: color 200ms linear;
  text-decoration: none;
  text-transform: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.headerTopBar a:hover,
.headerTopBar a:active,
.headerTopBar a:focus-visible {
  color: #E29B2F;
}
.headerTopBar__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
}
.headerTopBar__list:before,
.headerTopBar__list:after {
  display: none;
}
.headerTopBar__list li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.headerTopBar__list li:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  max-height: 10px;
  margin-left: 5px;
}
.headerTopBar__list li:last-child:after {
  display: none;
}
.headerTopBar__inner {
  display: flex;
  gap: 16px;
  color: inherit;
}
.headerTopBar__left {
  flex: 0 0 33.333333%;
  text-align: left;
}
@media all and (max-width: 1120px) {
  .headerTopBar__left {
    display: none;
  }
}
.headerTopBar__left a span {
  text-decoration: underline;
}
.headerTopBar__left a:hover span,
.headerTopBar__left a:active span,
.headerTopBar__left a:focus-visible span {
  text-decoration: none;
}
.headerTopBar__center {
  flex: 1 1 100%;
  text-align: center;
}
.headerTopBar__right {
  flex: 0 0 33.333333%;
  text-align: right;
}
@media all and (max-width: 1120px) {
  .headerTopBar__right {
    display: none;
  }
}
.parentMobileLink {
  display: none !important;
}
/*
 * Secondary Navigation Menu
 */
.secondaryMenuNavigation {
  display: none;
}
@media all and (max-width: 1120px) {
  .secondaryMenuNavigation {
    display: block;
    clear: both;
    max-width: 100%;
  }
}
.flyoutButton {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 48px;
  padding: 12px 16px;
  width: 32px;
  transition: all 200ms linear;
}
.flyoutButton:hover {
  color: #249C89;
  transition: all 200ms linear;
}
@media all and (max-width: 1120px) {
  .flyoutButton {
    padding: 16px 0;
    height: 56px;
  }
}
.flyoutButton .innerButton {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flyoutButton i {
  color: #171717;
  transition: color 200ms linear;
  width: 25px;
  height: 16px;
}
.flyoutActive .flyoutButton i {
  transition: color 200ms linear;
}
.flyoutButton i svg {
  width: 100%;
  height: 100%;
}
.flyoutButton i.openButton {
  display: inline-block;
}
.flyoutActive .flyoutButton i.openButton {
  display: none;
}
.flyoutButton i.closeButton {
  display: none;
  height: 25px;
}
.flyoutActive .flyoutButton i.closeButton {
  display: inline-block;
}
/*
* Flyout
 */
@media all and (min-width: 1121px) {
  .mainMenu.linksMenu {
    display: none;
  }
  .mainMenu .menuIcon {
    color: #171717 !important;
    margin-left: 7px;
  }
  .mainMenu > .dropdownWrap > ul {
    display: flex;
    width: calc(100% + 43px);
    margin: 0 -21.5px;
  }
  .mainMenu > .dropdownWrap > ul > li,
  .mainMenu > .dropdownWrap > ul > mtc-menu {
    display: flex;
    align-items: center;
    padding: 0 21.5px;
  }
  .secondaryMenuWrap .mainMenu > .dropdownWrap > ul > li,
  .secondaryMenuWrap .mainMenu > .dropdownWrap > ul > mtc-menu {
    position: relative;
    padding: 0 12.5px;
  }
  .mainMenu > .dropdownWrap > ul > li > a,
  .mainMenu > .dropdownWrap > ul > mtc-menu > a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 1.2857142857142858rem;
    font-weight: 500;
    line-height: 25px;
    position: relative;
  }
  .mainMenu > .dropdownWrap > ul > li > a .svgIcon,
  .mainMenu > .dropdownWrap > ul > mtc-menu > a .svgIcon {
    width: 11px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
  }
  .mainMenu > .dropdownWrap > ul > li > a .svgIcon svg,
  .mainMenu > .dropdownWrap > ul > mtc-menu > a .svgIcon svg {
    width: 100%;
    height: auto;
  }
  .mainMenu > .dropdownWrap > ul > li.mobileOnly,
  .mainMenu > .dropdownWrap > ul > mtc-menu.mobileOnly {
    display: none !important;
  }
  .flyoutWrap {
    float: none;
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .flyoutWrap .flyoutHeader,
  .flyoutWrap .flyoutFooter {
    display: none;
  }
  .flyoutWrap .mobileMenu {
    display: none;
  }
  .flyoutWrap .mobileMenu.mainNavigationMenu {
    display: block;
  }
  .flyoutWrap .mobileTitle {
    display: none;
  }
}
@media all and (min-width: 1121px) and all and (max-width: 1120px) {
  .mainMenu > .dropdownWrap > ul > li.mobileOnly,
  .mainMenu > .dropdownWrap > ul > mtc-menu.mobileOnly {
    display: block !important;
  }
}
.mainMenu {
  font-size: 1.2857142857142858rem;
  font-style: normal;
  line-height: 25.278px;
}
.mainMenu ul:before,
.mainMenu ul:after {
  display: none;
}
.mainMenu .menuIcon {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
}
.mainMenu .menuIcon svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainMenu a:not(.button) {
  color: #171717;
  font-style: normal;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  letter-spacing: initial;
  text-transform: none;
  display: block;
}
.mainMenu a:not(.button):hover,
.mainMenu a:not(.button):focus-visible,
.mainMenu a:not(.button):active {
  color: #cc861c;
}
@media all and (max-width: 1120px) {
  .mainMenu a:not(.button):hover,
  .mainMenu a:not(.button):focus-visible,
  .mainMenu a:not(.button):active {
    color: #196d60;
  }
}
.mainMenu a:not(.button):hover svg path,
.mainMenu a:not(.button):focus-visible svg path,
.mainMenu a:not(.button):active svg path {
  fill: #cc861c;
}
@media all and (max-width: 1120px) {
  .mainMenu a:not(.button):hover svg path,
  .mainMenu a:not(.button):focus-visible svg path,
  .mainMenu a:not(.button):active svg path {
    fill: #196d60;
  }
}
.flyoutBackground {
  display: none;
}
@media all and (max-width: 1120px) {
  .flyoutWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.7142857142857142rem;
    height: 100vh;
    width: 100%;
    max-width: 360px;
    background: #249C89;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.24));
    transform: translateX(100%);
    transition: transform 600ms, opacity 300ms, visibility 300ms;
    overflow: hidden;
    padding: 0;
    color: #fff;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    flex-direction: column;
  }
  .flyoutInitialised .flyoutWrap {
    transition: transform 600ms, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
  }
  .flyoutActive .flyoutWrap {
    transform: translateX(0);
    transition: transform 600ms, opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .flyoutWrap .flyoutHeader {
    padding: 71px 0 0;
    flex: 0 0 auto;
    position: relative;
    border-bottom: none;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop {
    display: flex;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop > h2 {
    font-size: 1.7142857142857142rem;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
    width: 100%;
    flex: 1 1 100%;
    padding: 1em;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 3px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    transition: color 200ms linear;
    cursor: pointer;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: inherit;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton i svg {
    width: 19px;
    height: 19px;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:hover,
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:active,
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:focus-visible {
    color: #E29B2F;
    transition: color 200ms linear;
  }
  .flyoutWrap .flyoutBody {
    flex: 1 1 100%;
    padding-left: 1em;
    overflow-y: auto;
    position: relative;
    z-index: 2;
  }
  .mainMenu {
    font-size: 1.1428571428571428rem;
    line-height: 1.1em;
  }
  .mainMenu a {
    padding: 10px 0;
  }
  .mainMenu a:not(.button) {
    color: #fff;
  }
  .mainMenu a .menuIcon {
    width: 0.5359em;
    height: 0.5359em;
    border-radius: 100%;
    background: #249C89;
    color: #fff;
    position: relative;
    top: -0.1em;
    min-width: 12px;
    min-height: 12px;
  }
  .mainMenu a .menuIcon svg {
    width: 0.2em;
    height: 0.2em;
    min-width: 4.5px;
    min-height: 4.5px;
  }
  .mainMenu a.isClickable.open {
    color: #196d60 !important;
  }
  .mainMenu.mainNavigationMenu {
    font-size: 2rem;
    line-height: 1em;
  }
  .mainMenu.mainNavigationMenu > .dropdownWrap .dropdownWrap {
    font-size: 1.1428571428571428rem;
    line-height: 1.1em;
  }
  .mainMenu.linksMenu {
    display: flex;
    margin: auto 0 45px;
  }
  .flyoutBackground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    opacity: 0.2;
  }
  .flyoutBackground svg {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 640px) {
  .flyoutWrap {
    padding: 0 0 0 30px;
    max-width: 100%;
  }
}
.mainMenu.secondaryMenu {
  font-weight: 700;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
}
.menuIcon {
  display: none !important;
}
.breadcrumbsNav {
  padding: 3px 0 3px;
  background: #fff;
}
.breadcrumbsNav.transparent {
  background: transparent;
}
/*
 * Breadcrumb Styling
 */
.breadcrumbWrap {
  float: none;
  clear: both;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumbWrap:before,
.breadcrumbWrap:after {
  display: none;
}
.breadcrumbWrap .breadcrumbs {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: #171717;
}
.breadcrumbWrap .breadcrumbs:before,
.breadcrumbWrap .breadcrumbs:after {
  display: none;
}
.breadcrumbWrap .breadcrumbs li {
  display: inline-block;
  position: relative;
  padding: 0 24px 0 0;
  list-style-type: none;
  font-size: 0.7857142857142857rem;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-decoration: none;
  transition: opacity 200ms linear, color 200ms linear;
  opacity: 1;
  color: inherit;
}
.breadcrumbWrap .breadcrumbs li:after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  margin-left: -16px;
  color: #171717;
  opacity: 1;
  width: 7px;
  height: 14px;
}
.breadcrumbWrap .breadcrumbs li:last-child {
  padding-right: 0;
  color: #171717;
}
.breadcrumbWrap .breadcrumbs li:last-child a {
  text-decoration: none;
}
.breadcrumbWrap .breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbWrap .breadcrumbs li a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: none;
}
.breadcrumbWrap .breadcrumbs li a:active,
.breadcrumbWrap .breadcrumbs li a:hover,
.breadcrumbWrap .breadcrumbs li a:focus-visible {
  text-decoration: none;
  color: #E29B2F;
}
.innerBreadcrumbs {
  float: none;
  clear: both;
  width: 100%;
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.innerBreadcrumbs:before,
.innerBreadcrumbs:after {
  content: "";
  display: table;
}
.innerBreadcrumbs:after {
  clear: both;
}
.innerBreadcrumbs:before,
.innerBreadcrumbs:after {
  content: "";
  display: table;
}
.innerBreadcrumbs:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .innerBreadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .innerBreadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .innerBreadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .innerBreadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
* Breadcrumbs
 */
.breadcrumbsWrapper {
  margin-bottom: 0;
  float: none;
  clear: both;
  background: transparent;
  text-transform: none;
}
@media all and (max-width: 640px) {
  .breadcrumbsWrapper {
    display: none;
  }
}
.breadcrumbsWrapper:before,
.breadcrumbsWrapper:after {
  display: none;
}
.breadcrumbsWrapper > .innerBreadcrumbs {
  border-bottom: none;
  padding: 8px 0 9px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbsWrapper > .innerBreadcrumbs:before,
.breadcrumbsWrapper > .innerBreadcrumbs:after {
  display: none;
}
.breadcrumbsWrapper .breadcrumbWrap {
  width: auto;
  flex: 1 1 auto;
}
.breadcrumbsWrapper .breadcrumbWrap .breadcrumbs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.breadcrumbsWrapper .breadcrumbLogos {
  width: auto;
  margin-left: auto;
  flex: 0 0 auto;
}
.breadcrumbsWrapper .breadcrumbLogos .iconsRight {
  float: none;
  clear: both;
  margin: 0;
  width: auto;
  display: flex;
}
.breadcrumbsWrapper .breadcrumbLogos .iconsRight:before,
.breadcrumbsWrapper .breadcrumbLogos .iconsRight:after {
  display: none;
}
.breadcrumbsWrapper .breadcrumbLogos .iconsRight li {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
}
/*
 * Pagination
 */
.paginationWrap {
  display: flex;
  justify-content: center;
  padding: 4.7em 0 0.6em;
  float: none;
  clear: both;
}
@media all and (max-width: 640px) {
  .paginationWrap {
    padding: 40px 0;
  }
}
.paginationWrap .innerPagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paginationWrap .paginationButtons {
  display: flex;
  align-items: center;
}
.paginationWrap .paginationButtons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: #249C89;
  transition: background 200ms linear;
}
.paginationWrap .paginationButtons a:hover,
.paginationWrap .paginationButtons a:active,
.paginationWrap .paginationButtons a:focus-visible {
  color: #fff;
  background: #196d60;
  transition: background 200ms linear;
}
.paginationWrap .paginationButtons a.isDisabled {
  color: #fff;
  background: #D7F6F1;
  transition: none;
  pointer-events: none;
}
.paginationWrap .paginationButtons a.isDisabled:hover,
.paginationWrap .paginationButtons a.isDisabled:active,
.paginationWrap .paginationButtons a.isDisabled:focus-visible {
  color: #fff;
  background: #D7F6F1;
  transition: none;
}
.paginationWrap .paginationButtons a svg {
  width: 16px;
  height: 14px;
  position: relative;
}
.paginationWrap .paginationButtons.buttonPrevious {
  justify-content: flex-start;
  padding: 0 12px 0 0;
}
.paginationWrap .paginationButtons.buttonNext {
  justify-content: flex-end;
  padding: 0 0 0 12px;
}
.pagination {
  float: none;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.pagination:before,
.pagination:after {
  display: none;
}
.pagination li {
  padding: 0 6px;
  margin: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: default;
  outline: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #171717;
}
.pagination li.dots,
.pagination li.pageXOfY {
  height: auto;
  width: auto;
  background: 0;
  border: 0;
}
.pagination li.pageXOfY {
  padding: 8px;
}
.pagination li.dots {
  cursor: default;
  padding: 0 5px;
}
.pagination li.dots i {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 25px;
}
.pagination li a {
  text-decoration: none;
  background: transparent;
  border: none;
  width: 23px;
  height: 40px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #171717;
  padding: 0;
  border-radius: 5px;
  transition: color 200ms linear;
}
.pagination li a.pageButtonDisabled {
  opacity: 0.64;
  pointer-events: none;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus-visible {
  opacity: 1;
  background: transparent;
  color: #196d60 !important;
  transition: color 200ms linear;
}
.pagination li.active a {
  color: #196d60 !important;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus-visible {
  color: #196d60 !important;
}
/* Page Header */
.pageHeader {
  width: 100%;
  background-color: #249C89;
  *zoom: 1;
}
.pageHeader:before,
.pageHeader:after {
  content: "";
  display: table;
}
.pageHeader:after {
  clear: both;
}
.pageHeader .pageHeaderContent {
  width: 50%;
  float: left;
}
.pageHeader .pageHeaderContent h1 {
  color: #f9f9f9;
  margin: 60px 0 50px;
}
.pageHeader .pageHeaderContent h1 b {
  font-weight: 600;
}
.pageHeader .pageHeaderContent p {
  color: #f9f9f9;
}
.pageHeader .pageHeaderContent h2 {
  color: #f9f9f9;
  font-size: 16px;
  margin-top: 40px;
}
.pageHeader .pageHeaderContent .pageHeaderMore a.button {
  margin-right: 10px;
}
.pageHeader .pageHeaderContent .pageHeaderMore p {
  display: inline-block;
  font-size: 12px;
}
.pageHeader .pageHeaderImage {
  width: 50%;
  float: left;
}
@media all and (max-width: 1410px) {
  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pageWrap {
  *zoom: 1;
  padding: 0;
}
.pageWrap:before,
.pageWrap:after {
  content: "";
  display: table;
}
.pageWrap:after {
  clear: both;
}
@media all and (max-width: 1120px) {
  .pageWrap {
    padding: 0;
  }
}
/*
 * Sidebar Menu
 */
.sidebarMenu ul {
  margin-top: 8px;
}
.sidebarMenu ul li {
  position: relative;
  border-bottom: none;
  margin-bottom: 16px;
}
.sidebarMenu ul li:last-of-type {
  margin-bottom: 0;
}
.sidebarMenu ul li a {
  color: #171717;
  text-decoration: none;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  text-transform: none;
  display: block;
  font-weight: 400;
  position: relative;
  transition: color 200ms linear;
}
.sidebarMenu ul li a:hover,
.sidebarMenu ul li a:active,
.sidebarMenu ul li a:focus-visible {
  color: #E29B2F;
  transition: color 200ms linear;
}
.sidebarMenu ul li.active a {
  color: #E29B2F;
}
.sidebarMenu ul li.active a:before {
  display: none;
}
/*
 * Content Accordion Menus
 */
.accordionMenu > li {
  border-bottom: 1px solid #F3F3F3;
  position: relative;
}
.accordionMenu > li.hasChildren:before {
  position: absolute;
  display: inline;
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  top: 10px;
  right: 0;
  transform: rotate(0);
  transition: transform 0.3s;
}
.accordionMenu > li.open:before {
  transform: rotate(-90deg);
}
.accordionMenu > li ul {
  display: none;
}
.accordionMenu > li ul li:last-child {
  border-bottom: 0;
}
.accordionMenu > li a {
  display: block;
}
.contentSidebar nav ul li a {
  color: #171717;
  text-decoration: none;
}
.contentSidebar nav ul li a.onMe {
  color: #249C89;
}
.contentSidebar .innerSidebar {
  width: 100%;
  height: auto;
}
.contentSidebar .innerSidebar .sidebarSection {
  margin: 0 0 32px 0;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  padding: 24px;
}
@media all and (max-width: 640px) {
  .contentSidebar .innerSidebar .sidebarSection {
    padding: 16px;
  }
}
.contentSidebar .innerSidebar .sidebarSection:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1120px) {
  .contentSidebar .innerSidebar .sidebarSection.sidebarNavSection {
    padding: 0;
    border: none;
  }
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin: 0;
  position: relative;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle + .sidebarContent {
  padding-top: 16px;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.fullHeader {
  position: relative;
  margin: -25px -25px 24px -25px;
  width: calc(100% + 50px);
  padding: 24px;
  color: #fff;
  background: #249C89;
  border: 1px solid #249C89;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.fullHeader span {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.isClickable {
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  padding: 16px 40px 16px 16px;
  background: #E29B2F;
  color: #fff;
  border-radius: 8px;
  transition: all 200ms linear;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.isClickable:after {
  position: absolute;
  display: inline;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 200ms linear;
  color: inherit;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.isClickable.open {
  border-radius: 8px 8px 0 0;
  transition: all 200ms linear;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.isClickable.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 200ms linear;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarTitle.isClickable + .sidebarContent {
  padding: 16px;
  border: 1px solid #F3F3F3;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.contentSidebar .innerSidebar .sidebarSection p {
  font-size: 1.2857142857142858rem;
  line-height: 24px;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarContent {
  padding-top: 8px;
}
.contentSidebar .innerSidebar .sidebarSection .sidebarContent p:last-of-type {
  margin-bottom: 0;
}
.contentSidebar .innerSidebar .sidebarSection .buttonWrap {
  padding-top: 16px;
}
.contentSidebar .innerSidebar .sidebarSection .buttonWrap a {
  width: 100%;
  margin: 0;
}
@media all and (max-width: 1120px) {
  .contentSidebar .innerSidebar .sidebarSection .buttonWrap a {
    width: auto;
  }
}
@media all and (max-width: 640px) {
  .contentSidebar .innerSidebar .sidebarSection .buttonWrap a {
    width: 100%;
  }
}
@media all and (max-width: 1120px) {
  .contentSidebar.hideMobile .sidebarContactSection {
    display: block;
  }
}
@media all and (max-width: 1120px) {
  .contentSidebar.hideMobile .sidebarNavSection {
    display: none;
  }
}
.contentSidebar.showMobile {
  display: none;
}
@media all and (max-width: 1120px) {
  .contentSidebar.showMobile {
    display: block;
    margin-bottom: 32px;
  }
}
/*
* Members sidebar
 */
.contentSidebar.membersSidebar {
  float: none;
  clear: both;
}
@media all and (max-width: 1120px) {
  .contentSidebar.membersSidebar {
    min-height: 26px;
  }
}
.contentSidebar.membersSidebar .headerTop {
  display: none;
  cursor: pointer;
}
.contentSidebar.membersSidebar .headerTop h3 {
  font-size: 1.2857142857142858rem;
  line-height: 26px;
  margin: 0;
  position: relative;
  transition: color 200ms linear;
}
.contentSidebar.membersSidebar .headerTop h3:before {
  color: inherit;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 5px 7px;
  text-indent: 0;
  border: none;
  background: transparent;
  color: #171717;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  transition: all 200ms linear;
  box-sizing: border-box;
  z-index: 2;
  font-weight: 400;
}
.darkBg .contentSidebar.membersSidebar .headerTop h3:before {
  color: #fff;
  border-color: #F3F3F3;
}
.contentSidebar.membersSidebar .headerTop.isClickable {
  display: block;
}
.contentSidebar.membersSidebar .headerTop.isClickable h3:hover,
.contentSidebar.membersSidebar .headerTop.isClickable h3:active,
.contentSidebar.membersSidebar .headerTop.isClickable h3:focus {
  color: #E29B2F;
  transition: color 200ms linear;
}
.contentSidebar.membersSidebar .headerTop.isClickable h3:hover:before,
.contentSidebar.membersSidebar .headerTop.isClickable h3:active:before,
.contentSidebar.membersSidebar .headerTop.isClickable h3:focus:before {
  color: #E29B2F;
}
.contentSidebar.membersSidebar .headerTop.isClickable.open h3:before {
  transition: all 200ms linear;
  transform: translateY(-50%) rotate(180deg);
}
.contentSidebar.membersSidebar nav {
  display: block;
  width: 100%;
}
@media all and (max-width: 1120px) {
  .contentSidebar.membersSidebar nav {
    display: none;
    padding-top: 16px;
  }
}
.contentSidebar.membersSidebar nav ul {
  display: block;
  width: 100%;
}
.contentSidebar.membersSidebar nav ul:before,
.contentSidebar.membersSidebar nav ul:after {
  display: none;
}
.contentSidebar.membersSidebar nav ul li {
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
}
.contentSidebar.membersSidebar nav ul li a {
  display: block;
  width: 100%;
  color: #171717;
  text-decoration: none;
  font-size: 1.2857142857142858rem;
  line-height: 32px;
  font-weight: normal;
  padding: 16px 24px 16px 0;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1120px) {
  .contentSidebar.membersSidebar nav ul li a {
    padding: 12px 0;
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
}
.contentSidebar.membersSidebar nav ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #E29B2F;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  transition: opacity 200ms linear;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: none !important;
}
@media all and (max-width: 1120px) {
  .contentSidebar.membersSidebar nav ul li a:before {
    display: none;
  }
}
.contentSidebar.membersSidebar nav ul li a .menuTitle {
  display: block;
  width: 100%;
  color: #171717;
  transition: color 200ms linear;
  font-weight: 600;
}
.contentSidebar.membersSidebar nav ul li a:hover .menuTitle {
  color: #E29B2F;
  transition: color 200ms linear;
}
.contentSidebar.membersSidebar nav ul li a:active .menuTitle {
  color: #de921f;
  transition: color 200ms linear;
}
.contentSidebar.membersSidebar nav ul li a .menuSubtitle {
  display: block;
  width: 100%;
  padding: 4px 0 0;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  opacity: 0.64;
}
.contentSidebar.membersSidebar nav ul li a.active:before,
.contentSidebar.membersSidebar nav ul li a.onMe:before {
  opacity: 1;
  transition: opacity 200ms linear;
}
.contentSidebar.membersSidebar nav ul li a.active .menuTitle,
.contentSidebar.membersSidebar nav ul li a.onMe .menuTitle {
  color: #E29B2F;
}
@media all and (max-width: 1120px) {
  .contentSidebar.membersSidebar nav ul li a.active .menuTitle,
  .contentSidebar.membersSidebar nav ul li a.onMe .menuTitle {
    color: #E29B2F;
  }
}
/*
 * Footer
 */
.footerWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  background: #249C89;
  padding: 4.8em 0 0 0;
  overflow: hidden;
  margin-top: 0;
}
.hasCookieNotice .footerWrap {
  padding-bottom: 40px;
}
@media all and (max-width: 1120px) {
  .hasCookieNotice .footerWrap {
    padding-bottom: 56px;
  }
}
@media all and (max-width: 640px) {
  .hasCookieNotice .footerWrap {
    padding-bottom: 88px;
  }
}
@media all and (max-width: 1120px) {
  .footerWrap.mobileMenuAttached {
    padding-bottom: 96px;
  }
}
@media all and (max-width: 640px) {
  .footerWrap.mobileMenuAttached {
    padding-bottom: 96px;
  }
}
@media all and (max-width: 640px) {
  .footerWrap {
    padding: 0 0 0;
  }
}
@media all and (max-width: 1120px) {
  .footerWrap.hasProgressBar {
    padding-bottom: 90px;
  }
}
.footerWrap .footer {
  float: none;
  clear: both;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 0 0 17px;
  font-size: 1.2857142857142858rem;
  line-height: 36px;
  z-index: 2;
  font-weight: 400;
}
.lightBg .footerWrap .footer {
  color: #171717;
}
@media all and (max-width: 640px) {
  .footerWrap .footer {
    font-size: 1.2857142857142858rem;
    line-height: 24px;
  }
}
@media all and (max-width: 450px) {
  .footerWrap .footer {
    font-size: 1.2857142857142858rem;
    line-height: 20px;
  }
}
.footerWrap .footer:before,
.footerWrap .footer:after {
  display: none;
}
.footerWrap .footer > .wrapper {
  max-width: 1237px;
  position: relative;
}
@media all and (max-width: 1100px) {
  .footerWrap .footer > .wrapper {
    max-width: 800px;
  }
}
.footerWrap .footerMeta {
  z-index: 2;
  position: relative;
}
.stickyFooter .footerWrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.footerWrap .contactSocial {
  display: flex;
  padding-top: 16px;
}
@media all and (max-width: 640px) {
  .footerWrap .contactSocial {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .footerWrap .desktopSocial {
    display: none;
  }
}
.footerWrap .mobileSocial {
  background: transparent;
  padding: 0 0 24px;
  display: none;
  justify-content: center;
  border-top: none;
}
@media all and (max-width: 640px) {
  .footerWrap .mobileSocial {
    display: flex;
  }
}
.footerWrap .mobileSocial .socialTitle {
  text-align: center;
  margin-bottom: 8px;
}
.footerWrap .mobileSocial .followButtons {
  width: auto;
}
@media all and (max-width: 640px) {
  .footerWrap .menuGroupsWrap {
    padding-top: 24px;
  }
}
.footerWrap .menuGroup .followButtons,
.footerWrap .mobileSocial .followButtons {
  margin-top: 0.7em;
  display: flex;
}
.footerWrap .menuGroup .followButtons ul,
.footerWrap .mobileSocial .followButtons ul {
  width: auto;
  gap: 0.8em;
}
.footerWrap .mobileSocial .followButtons {
  display: none;
}
@media all and (max-width: 640px) {
  .footerWrap .mobileSocial .followButtons {
    display: flex;
  }
}
.footerWrap .newsletterFormWrap {
  padding-top: 0;
}
.footerWrap .newsletterFormWrap .successMessage {
  font-size: 1.4285714285714286rem;
  line-height: 32px;
  color: #E29B2F;
  font-weight: 600;
  margin-bottom: 32px;
  float: none;
  clear: both;
}
.footerWrap .newsletterFormWrap .successMessage .message {
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
}
.footerWrap .newsletterFormWrap form {
  display: block;
}
.footerWrap .newsletterFormWrap form .row {
  float: none;
  clear: both;
  width: 100%;
}
.footerWrap .newsletterFormWrap form .row .validationMessage {
  padding: 8px 0;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .footerWrap .newsletterFormWrap form .row .validationMessage {
    text-align: center;
  }
}
.footerWrap .newsletterFormWrap form .row .inputWrap:after {
  top: 26px;
}
.footerWrap .newsletterFormWrap form .row .inputWrap input {
  position: relative;
  z-index: 1;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  padding: 12px 56px 12px 24px;
  background: #F4F4F4;
  border-color: #F4F4F4;
  height: 56px;
  color: #fff;
  border-radius: 32px;
}
.footerWrap .newsletterFormWrap form .row .inputWrap input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.footerWrap .newsletterFormWrap form .row .inputWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.72);
}
.footerWrap .newsletterFormWrap form .row .inputWrap input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(255, 255, 255, 0.72);
}
.footerWrap .newsletterFormWrap form .row .inputWrap input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}
.footerWrap .newsletterFormWrap form .row .inputWrap input:focus {
  border-color: #E29B2F;
}
.footerWrap .newsletterFormWrap form .row .inputWrap input::-moz-placeholder {
  opacity: 1;
}
.footerWrap .newsletterFormWrap form .row .inputWrap input::placeholder {
  opacity: 1;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton {
  position: relative;
  z-index: 1;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton:after {
  right: 64px;
  z-index: 4;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton .button {
  position: absolute;
  z-index: 5;
  right: 4px;
  top: 4px;
  bottom: 0;
  height: 48px;
  width: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E29B2F;
  border-color: #E29B2F;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton .button:hover {
  background: #cc861c;
  border-color: #cc861c;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton .button i {
  padding: 0;
  margin: 0;
  font-size: 1.4285714285714286rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton .button i:before {
  font-size: inherit;
  line-height: inherit;
}
.footerWrap .newsletterFormWrap form .button {
  margin: 0;
}
.footerWrap.lightBg {
  background: #d6f6ef;
  color: #171717;
  border-top: none;
}
.footerWrap.lightBg .footer a {
  color: #171717;
}
.footerWrap.lightBg .footer a:hover,
.footerWrap.lightBg .footer a:active {
  color: #E29B2F;
}
.footerWrap a {
  color: #fff;
}
.footerWrap .footerPayments {
  position: absolute;
  bottom: 119px;
  left: 0;
  width: auto;
  min-width: 300px;
}
@media all and (max-width: 1410px) {
  .footerWrap .footerPayments {
    left: 30px;
  }
}
@media all and (max-width: 1100px) {
  .footerWrap .footerPayments {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 24px 0 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media all and (max-width: 640px) {
  .footerWrap .footerPayments {
    padding: 24px 0;
  }
}
.footerWrap .footerPayments__title {
  font-size: 1.4285714285714286rem;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 9px;
  color: #171717;
}
@media all and (max-width: 1100px) {
  .footerWrap .footerPayments__title {
    width: 100%;
    text-align: center;
  }
}
.footerWrap .footerPayments .paymentIcons {
  width: 100%;
  margin-left: -6px;
}
@media all and (max-width: 1100px) {
  .footerWrap .footerPayments .paymentIcons {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
}
.footerWrap .footerPayments .paymentIcons .imageWrap {
  width: 100%;
  max-width: 282px;
  padding-bottom: 18%;
  position: relative;
}
@media all and (max-width: 1100px) {
  .footerWrap .footerPayments .paymentIcons .imageWrap {
    padding-bottom: 7%;
  }
}
@media all and (max-width: 640px) {
  .footerWrap .footerPayments .paymentIcons .imageWrap {
    padding-bottom: 10%;
  }
}
.footerWrap .footerPayments .paymentIcons .imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footerWrap ul.paymentIcons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.footerWrap ul.paymentIcons:before,
.footerWrap ul.paymentIcons:after {
  display: none;
}
.footerWrap ul.paymentIcons > li {
  padding: 0 10px;
}
.footerWrap ul.paymentIcons > li > picture {
  width: auto;
}
.footerWrap ul.paymentIcons > li > picture img,
.footerWrap ul.paymentIcons > li > picture svg {
  width: auto;
  height: 100%;
  max-height: 24px;
  min-height: 24px;
}
@media all and (max-width: 640px) {
  .footerWrap ul.paymentIcons > li > picture img,
  .footerWrap ul.paymentIcons > li > picture svg {
    filter: grayscale(1);
  }
}
.footerAddress > span,
.mobileAddress > span {
  display: block;
  width: 100%;
}
@media all and (max-width: 640px) {
  .footerAddress > span,
  .mobileAddress > span {
    display: inline-block;
    width: auto;
  }
  .footerAddress > span:not(.noSeparator),
  .mobileAddress > span:not(.noSeparator) {
    padding-right: 4px;
  }
  .footerAddress > span:not(.noSeparator):after,
  .mobileAddress > span:not(.noSeparator):after {
    content: ",";
  }
  .footerAddress > span.noSeparator:after,
  .mobileAddress > span.noSeparator:after {
    display: none;
  }
}
.footerAddress > span.spaced,
.mobileAddress > span.spaced {
  margin-top: 2.1em;
}
@media all and (max-width: 640px) {
  .footerAddress > span.spaced,
  .mobileAddress > span.spaced {
    display: block;
  }
}
.footerAddress .fullEmail,
.mobileAddress .fullEmail {
  transition: color 200ms linear;
}
.footerAddress .fullEmail:hover,
.mobileAddress .fullEmail:hover,
.footerAddress .fullEmail:active,
.mobileAddress .fullEmail:active,
.footerAddress .fullEmail:focus-visible,
.mobileAddress .fullEmail:focus-visible {
  color: #196d60;
}
/*
 * Footer menu groups
 */
.menuGroupsWrap {
  float: none;
  clear: both;
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding: 0 0 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media all and (max-width: 1100px) {
  .menuGroupsWrap {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap {
    width: 100%;
    margin: 0;
    justify-content: center;
  }
}
.menuGroupsWrap:before,
.menuGroupsWrap:after {
  display: none;
}
.menuGroupsWrap .menuGroup {
  float: none;
  clear: both;
  text-align: left;
  justify-content: space-between;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 2;
  padding: 0 12px;
  flex: 1 1 25%;
  width: auto;
  margin-bottom: 0;
  letter-spacing: initial;
}
@media all and (max-width: 1100px) {
  .menuGroupsWrap .menuGroup {
    flex: 0 0 50%;
    width: 50%;
    border: none !important;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
.menuGroupsWrap .menuGroup:nth-of-type(1) {
  max-width: 269px;
}
.menuGroupsWrap .menuGroup:nth-of-type(2) {
  max-width: 303px;
}
.menuGroupsWrap .menuGroup:nth-of-type(3) {
  max-width: 339px;
}
.menuGroupsWrap .menuGroup:nth-of-type(1),
.menuGroupsWrap .menuGroup:nth-of-type(2),
.menuGroupsWrap .menuGroup:nth-of-type(3) {
  padding-bottom: 1.3em;
}
@media all and (max-width: 1100px) {
  .menuGroupsWrap .menuGroup:nth-of-type(1),
  .menuGroupsWrap .menuGroup:nth-of-type(2),
  .menuGroupsWrap .menuGroup:nth-of-type(3) {
    max-width: 100%;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup.pharmacyInfoGroup {
    padding: 24px 0 0;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }
}
.lightBg .menuGroupsWrap .menuGroup {
  color: #171717;
}
.menuGroupsWrap .menuGroup .footerAddress {
  padding-top: 0;
  line-height: 34px;
}
.menuGroupsWrap .menuGroup .menuGroupTitle {
  font-size: 1.4285714285714286rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: initial;
  text-transform: none;
  position: relative;
  text-decoration: none;
  margin-bottom: 2px;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .menuGroupTitle {
    padding: 8px 24px !important;
    margin: 0 !important;
  }
  .menuGroupsWrap .menuGroup .menuGroupTitle:hover,
  .menuGroupsWrap .menuGroup .menuGroupTitle:active {
    color: #196d60;
  }
}
.lightBg .menuGroupsWrap .menuGroup .menuGroupTitle {
  color: #171717;
}
.menuGroupsWrap .menuGroup .menuGroupTitle.addressTitle {
  display: none;
}
@media all and (max-width: 1120px) {
  .menuGroupsWrap .menuGroup .dropdownWrap {
    margin: 0 0 40px;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .dropdownWrap {
    padding: 0 24px;
    margin: 0 0 8px;
    display: none;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap.mobileMenuDrop {
  position: relative;
  top: initial;
  left: initial;
  background: transparent;
  overflow: initial;
  display: block;
}
.menuGroupsWrap .menuGroup .dropdownWrap > ul {
  margin-top: 0;
}
.menuGroupsWrap .menuGroup .dropdownWrap > ul li,
.menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu {
  width: 100%;
  margin: 0;
  display: block;
}
.menuGroupsWrap .menuGroup .dropdownWrap > ul li a,
.menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  transition: color 200ms linear;
  display: inline-block;
}
.menuGroupsWrap .menuGroup .dropdownWrap > ul li a:hover,
.menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a:hover,
.menuGroupsWrap .menuGroup .dropdownWrap > ul li a:active,
.menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a:active {
  color: #196d60;
  transition: color 200ms linear;
}
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul li a,
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a {
  color: #171717;
}
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul li a:hover,
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a:hover,
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul li a:active,
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a:active {
  color: #E29B2F;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}
.menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) .menuGroupTitle .svgIcon {
  display: none;
}
.menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) .menuGroupTitle .svgIcon svg {
  height: 10px;
  width: 10px;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) .menuGroupTitle {
    border-bottom: none;
    cursor: pointer;
    position: relative;
  }
  .menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) .menuGroupTitle .svgIcon {
    position: relative;
    transform: rotate(0deg) translateY(-50%);
    transition: transform 200ms linear;
    transform-origin: 50% 0;
    width: 20px;
    height: 6px;
    display: inline-block;
  }
  .menuGroupsWrap .menuGroup:not(.newsletterGroup):not(.pharmacyInfoGroup) .menuGroupTitle.open .svgIcon {
    transform: rotate(-180deg) translateY(-50%);
    transition: transform 200ms linear;
    transform-origin: 50% 0;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox {
  background: #fff;
  color: #171717;
  padding: 32px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxTitle,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxTitle {
  color: #171717;
  margin: 0 0 16px;
  font-weight: bold;
}
@media all and (max-width: 1120px) {
  .menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxTitle,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxTitle {
    margin-bottom: 16px !important;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper {
  font-size: 1.2857142857142858rem;
  font-weight: 500;
  line-height: 32px;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  margin-bottom: 16px;
}
@media all and (max-width: 400px) {
  .menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p {
    font-size: 0.8571428571428571rem !important;
    line-height: 20px !important;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p:last-of-type,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p:last-of-type {
  margin: 0;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p a,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p a {
  font-weight: 600;
  margin-top: 6px;
  display: block;
  width: 100%;
  font-size: 1.2142857142857142rem;
  line-height: 24px;
}
@media all and (max-width: 400px) {
  .menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p a,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p a {
    font-size: 1.2857142857142858rem;
    line-height: 20px;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper a,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper a {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
@media all and (max-width: 1120px) {
  .menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper a,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper a {
    font-size: 1.2857142857142858rem !important;
    line-height: 24px !important;
  }
}
@media all and (max-width: 400px) {
  .menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper a,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper a {
    font-size: 0.8571428571428571rem !important;
    line-height: 20px !important;
  }
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p > a,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p > a {
  color: #E29B2F;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p > a:hover,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p > a:hover {
  color: #cc861c;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p > a:active,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p > a:active {
  color: #de921f;
}
.menuGroupsWrap .menuGroup .pharmacyInfo {
  display: block;
  width: 100%;
  margin: 0 0 28px;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .pharmacyInfo {
    margin: 0 0 12px;
  }
}
.menuGroupsWrap .menuGroup .pharmacyInfo__title {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2857142857142858rem;
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 8px;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .pharmacyInfo__title {
    font-size: 1.2857142857142858rem;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .pharmacyInfo__title {
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .pharmacyInfo__content {
    line-height: 24px;
  }
}
.menuGroupsWrap .menuGroup .pharmacyInfo__content a {
  color: inherit;
  text-decoration: underline;
}
.menuGroupsWrap .menuGroup .pharmacyInfo__content a:hover,
.menuGroupsWrap .menuGroup .pharmacyInfo__content a:active,
.menuGroupsWrap .menuGroup .pharmacyInfo__content a:focus-visible {
  color: inherit;
  text-decoration: none;
}
@media all and (max-width: 1120px) {
  .menuGroupsWrap .menuGroup .footerContactDetails {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 16px;
  }
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBoxTitle {
    padding: 0 !important;
  }
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBoxWrapper,
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBoxWrapper p {
    font-size: 1.2857142857142858rem;
    line-height: 24px;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .footerContactDetails .addressBox {
    padding: 24px !important;
  }
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup:last-of-type .dropdownWrap {
    margin: 0;
    padding-top: 8px;
  }
}
.menuGroupsWrap .menuGroup .paymentIcons {
  margin: 0.7em 0 3.6em;
}
.menuGroupsWrap .menuGroup .paymentIcons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
/*
* Footer Logos Banner
*/
.trustLogoBar {
  float: none;
  clear: both;
  width: 100%;
  background: #fff;
  padding: 24px 0;
}
.trustLogoBar .innerBar {
  display: flex;
  justify-content: center;
}
.trustLogoBar .innerBar .footerLogoArea .trustLogos {
  width: calc(100% + 32px);
  margin: 0 -16px -16px;
  justify-content: center;
}
.trustLogoBar .innerBar .footerLogoArea .trustLogos li {
  padding: 0 16px;
}
/*
* Credits and Copyright
*/
.footerMeta {
  float: none;
  clear: both;
  width: 100%;
  background: #125F54;
  text-align: center;
  font-size: 1.1428571428571428rem;
  line-height: 04px;
  color: #fff;
  font-weight: 500;
}
.footerMeta a {
  color: #fff;
  opacity: 1;
  transition: opacity 200ms linear, color 200ms linear;
}
.footerMeta a:hover,
.footerMeta a:active,
.footerMeta a:focus-visible {
  color: #fff;
  opacity: 0.8;
  transition: opacity 200ms linear, color 200ms linear;
}
.footerMeta a.mtcLink strong {
  font-weight: 900 !important;
}
.footerMeta a.mtcLink:hover,
.footerMeta a.mtcLink:active,
.footerMeta a.mtcLink:focus-visible {
  color: #0f55c4 !important;
  opacity: 1 !important;
  transition: opacity 200ms linear, color 200ms linear;
}
.lightBg .footerMeta {
  background: #DCE4EA;
  color: #171717;
  border-top: none;
}
.lightBg .footerMeta a {
  color: #171717;
}
.lightBg .footerMeta a:hover,
.lightBg .footerMeta a:active {
  color: #E29B2F;
}
.footerMeta .innerFooterBar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 1.1em 0;
  border-top: none;
  letter-spacing: initial;
}
@media (max-width: 1000px) {
  .footerMeta .innerFooterBar {
    flex-direction: column;
  }
}
.footerMeta .innerFooterBar__logos {
  display: flex;
  align-items: center;
  gap: 1em;
  flex: 0 1 auto;
}
@media (max-width: 1000px) {
  .footerMeta .innerFooterBar__logos {
    justify-content: center;
  }
}
.footerMeta .innerFooterBar .credits {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 40%;
  text-align: center;
}
@media (max-width: 1000px) {
  .footerMeta .innerFooterBar .credits {
    margin-top: 1.6em;
  }
}
.footerMeta .innerFooterBar .credits span:not(.dash) {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1000px) {
  .footerMeta .innerFooterBar .credits span:not(.dash) {
    text-align: center;
  }
}
.footerMeta .innerFooterBar .paymentsBar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 40%;
  padding: 0 32px;
}
@media all and (max-width: 1380px) {
  .footerMeta .innerFooterBar .paymentsBar {
    padding: 0 16px;
  }
}
@media all and (max-width: 1000px) {
  .footerMeta .innerFooterBar .paymentsBar {
    width: 100%;
    margin-bottom: 16px;
    order: 1;
    padding: 0;
  }
}
.footerMeta .innerFooterBar .credits,
.footerMeta .innerFooterBar .copyrightBlock,
.footerMeta .innerFooterBar .credits a,
.footerMeta .innerFooterBar .copyrightBlock a {
  font-size: 1.1428571428571428rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: none;
}
@media all and (max-width: 640px) {
  .footerMeta .innerFooterBar .credits,
  .footerMeta .innerFooterBar .copyrightBlock,
  .footerMeta .innerFooterBar .credits a,
  .footerMeta .innerFooterBar .copyrightBlock a {
    font-size: 1rem;
  }
}
.footerMeta .innerFooterBar .copyrightBlock {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  flex: 1 1 auto;
}
@media (max-width: 1000px) {
  .footerMeta .innerFooterBar .copyrightBlock {
    flex: auto;
    margin-left: 0;
  }
}
.footerMeta .innerFooterBar .copyrightBlock .innerCopyright {
  text-align: right;
  width: 100%;
}
@media all and (max-width: 1000px) {
  .footerMeta .innerFooterBar .copyrightBlock .innerCopyright {
    text-align: center;
  }
}
.footerMeta br {
  display: none;
}
@media all and (max-width: 640px) {
  .footerMeta br {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .footerMeta .dash {
    display: none !important;
  }
}
.footerBanner {
  padding: 47px 0 0 0;
  background: linear-gradient(180deg, #DCE4EA 0%, #F4F7F9 100%);
}
.footerBanner__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3942;
  border-radius: 8px;
  padding: 23px 40px 29px;
  color: #fff;
}
@media all and (max-width: 980px) {
  .footerBanner__grid {
    flex-wrap: wrap;
  }
}
.footerBanner__grid .wysiwyg {
  color: inherit;
}
.footerBanner__grid .wysiwyg p {
  color: inherit;
}
.footerBanner__icon {
  flex: 0 0 85px;
  padding-right: 0;
  color: #249C89;
}
@media all and (max-width: 640px) {
  .footerBanner__icon {
    display: none;
  }
}
.footerBanner__icon svg {
  width: 73px;
  height: 73px;
  position: relative;
  top: 6px;
}
.footerBanner__title {
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
}
@media all and (max-width: 640px) {
  .footerBanner__title {
    font-size: 2rem;
  }
}
.footerBanner__title strong {
  font-weight: inherit;
  color: #249C89;
}
.footerBanner__content {
  flex: 0 1 auto;
  padding: 0 0 0 56px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 27px;
}
@media all and (max-width: 980px) {
  .footerBanner__content {
    flex: 0 0 100%;
    padding: 16px 0 0 0;
    text-align: center;
  }
}
@media all and (max-width: 1250px) {
  .footerBanner__content br {
    display: none;
  }
}
.footerMini {
  width: 100%;
  padding: 16px 0 19px;
  background: #DCE4EA;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  color: #171717;
}
@media all and (max-width: 800px) {
  .footerMini {
    padding: 24px 0;
  }
}
.footerMini__grid {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media all and (max-width: 800px) {
  .footerMini__grid {
    flex-direction: column;
    gap: 16px;
  }
}
.footerMini__left {
  flex: 0 0 122px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 800px) {
  .footerMini__left {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
  }
}
.footerMini__center {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 800px) {
  .footerMini__center {
    flex: 0 0 auto;
    width: 100%;
  }
}
.footerMini__right {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 800px) {
  .footerMini__right {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
  }
}
.footerMini__gphcLogo {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 800px) {
  .footerMini__gphcLogo {
    justify-content: center;
  }
}
.footerMini__gphcLink {
  display: block;
  position: relative;
  width: 122px;
  height: 49px;
}
@media all and (max-width: 640px) {
  .footerMini__gphcLink {
    width: 113px;
    height: 40px;
  }
}
.footerMini__gphcLink img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footerMini__credits {
  text-align: center;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.footerMini__copyright {
  text-align: right;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  white-space: nowrap;
}
@media all and (max-width: 800px) {
  .footerMini__copyright {
    text-align: center;
  }
}
.footerMini__copyright .mtcLink {
  font-weight: 900;
  color: #171717;
  transition: color 200ms linear;
}
.footerMini__copyright .mtcLink:hover,
.footerMini__copyright .mtcLink:active,
.footerMini__copyright .mtcLink:focus-visible {
  color: #0f55c4;
  transition: color 200ms linear;
}
.headerProgress {
  display: flex;
  justify-content: center;
  position: relative;
  float: none;
  clear: both;
}
.headerProgress .headerProgressBar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.headerProgress .headerProgressBar:after {
  content: "";
  width: 376px;
  position: absolute;
  height: 2px;
  background: #fff;
  transform: none;
  left: 65px;
  top: 16px;
  opacity: 0.32;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar:after {
    left: 56px;
    width: 262px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar:after {
    width: 224px;
  }
}
.headerProgress .headerProgressBar:before {
  content: "";
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  width: 136px;
  top: 16px;
  left: 56px;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar:before {
    width: 74px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar:before {
    width: 64px;
  }
}
.headerProgress .headerProgressBar.step1:before {
  width: 0;
}
.headerProgress .headerProgressBar.step2:before {
  width: 136px;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar.step2:before {
    width: 82px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar.step2:before {
    width: 72px;
  }
}
.headerProgress .headerProgressBar.step3:before {
  width: 264px;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar.step3:before {
    width: 172px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar.step3:before {
    width: 152px;
  }
}
.headerProgress .headerProgressBar.step4:before {
  width: 392px;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar.step4:before {
    width: 262px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar.step4:before {
    width: 232px;
  }
}
.headerProgress .headerProgressBar .progSection {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: 3;
  width: 128px;
}
@media all and (max-width: 640px) {
  .headerProgress .headerProgressBar .progSection {
    width: 90px;
  }
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar .progSection {
    width: 80px;
  }
}
.headerProgress .headerProgressBar .progSection .progBubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerProgress .headerProgressBar .progSection .progBubble .innerProgBubble {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerProgress .headerProgressBar .progSection .progBubble .innerProgBubble:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background: #249C89;
  border: 2px solid #249C89;
  box-sizing: border-box;
}
.headerProgress .headerProgressBar .progSection .progBubble .innerProgBubble:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: #249C89;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0.32;
  box-sizing: border-box;
}
.headerProgress .headerProgressBar .progSection .progBubble .innerProgBubble.bubbleSelected {
  opacity: 1;
}
.headerProgress .headerProgressBar .progSection .progBubble .innerProgBubble.bubbleSelected:after {
  color: inherit;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  color: #249C89;
  border: none;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: #fff;
  font-size: 1rem;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerProgress .headerProgressBar .progSection .progText {
  font-size: 1rem;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  padding-top: 8px;
  opacity: 0.32;
  color: #fff;
}
@media all and (max-width: 360px) {
  .headerProgress .headerProgressBar .progSection .progText {
    font-size: 0.9285714285714286rem;
  }
}
.headerProgress .headerProgressBar .progSection.progActive .progBubble .innerProgBubble:after {
  opacity: 1;
  background: #fff;
  border: 2px solid #fff;
}
.headerProgress .headerProgressBar .progSection.progActive .progText {
  opacity: 1;
  font-weight: 500;
}
.siteWrapper.fullscreen,
.siteWrapper.checkoutPage {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.fullscreen .siteInnerWrapper,
.checkoutPage .siteInnerWrapper {
  flex: 1 1 100vh;
}
@media all and (max-width: 1120px) {
  .fullscreen .siteInnerWrapper,
  .checkoutPage .siteInnerWrapper {
    z-index: initial;
  }
}
.checkoutPage .siteInnerWrapper {
  flex: 1 1 calc(100vh - 184px);
}
@media all and (max-width: 800px) {
  .checkoutPage .siteInnerWrapper {
    flex: 1 1 calc(100vh - 260px);
  }
}
@media all and (max-width: 640px) {
  .checkoutPage .siteInnerWrapper {
    flex: 1 1 calc(100vh - 284px);
  }
}
.checkoutPage .siteInnerWrapper > #content {
  height: 100%;
}
.fullscreenWrap {
  float: none;
  clear: both;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
@media all and (max-width: 1120px) {
  .fullscreenWrap {
    flex-wrap: wrap;
    min-height: 0;
  }
}
.fullscreenWrap .fullscreenSidebar,
.fullscreenWrap .fullscreenContent {
  padding-top: 160px;
  padding-bottom: 136px;
}
.fullscreenWrap .fullscreenSidebar {
  position: relative;
  width: 100%;
  flex: 0 0;
  flex-basis: 512px;
  padding-right: 64px;
}
@media all and (max-width: 1100px) {
  .fullscreenWrap .fullscreenSidebar {
    padding-right: 48px;
    flex-basis: 340px;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar {
    padding: 24px 24px 32px 24px;
    background: #F4F4F4;
    width: calc(100% + 48px);
    flex: 0 0;
    flex-basis: calc(100% + 48px);
    margin: 0 -24px;
    height: 112px;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar.assessmentSidebars {
    padding: 8px 24px;
    height: auto;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar.loginSidebar {
    display: block;
    width: calc(100% + 48px);
    flex-basis: auto;
    max-width: none;
    margin: 0 -24px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar.loginSidebar .innerSidebar,
  .fullscreenWrap .fullscreenSidebar.loginSidebar .sidebarLogin {
    max-width: 920px;
    margin: 0 auto;
  }
}
.fullscreenWrap .fullscreenSidebar.loginSidebar .innerSidebar .row .assistiveLink,
.fullscreenWrap .fullscreenSidebar.loginSidebar .sidebarLogin .row .assistiveLink {
  padding: 12px 0 0;
}
.fullscreenWrap .fullscreenSidebar.loginSidebar .sidebarIntro {
  margin: 0 0 16px 0;
}
.fullscreenWrap .fullscreenSidebar:before {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F4F4F4;
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar:before {
    display: none;
  }
}
.fullscreenWrap .fullscreenSidebar .innerSidebar {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar .innerSidebar.navigationSidebarWrap .sidebarIntro {
    margin: 0;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar .innerSidebar.navigationSidebarWrap .sidebarIntro p {
    display: none;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenSidebar .innerSidebar.navigationSidebarWrap .sidebarPageNav {
    display: none;
  }
}
.fullscreenWrap .fullscreenContent {
  position: relative;
  width: calc(100% - 512px);
  flex: 0 0;
  flex-basis: calc(100% - 512px);
  padding-left: 0;
}
@media all and (max-width: 1100px) {
  .fullscreenWrap .fullscreenContent {
    flex-basis: calc(100% - 340px);
    padding-left: 0;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .fullscreenContent {
    flex-basis: 100%;
    padding: 40px 0 0;
  }
}
@media all and (max-width: 640px) {
  .fullscreenWrap .fullscreenContent {
    padding: 24px 0 0;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .mainContent > .wrapper {
    padding: 0;
  }
}
.fullscreenWrap .pages,
.fullscreenWrap .pageWrap {
  position: relative;
  display: block;
}
.fullscreenWrap .pages .page,
.fullscreenWrap .pageWrap .page {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.fullscreenWrap .pages .assessmentFooter,
.fullscreenWrap .pageWrap .assessmentFooter {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
.fullscreenWrap .pages .assessmentFooter .innerSectionFooter,
.fullscreenWrap .pageWrap .assessmentFooter .innerSectionFooter {
  width: 100%;
  max-width: 920px;
  margin: 16px 0 0 auto;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  padding: 40px 0 0;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .assessmentFooter .innerSectionFooter,
  .fullscreenWrap .pageWrap .assessmentFooter .innerSectionFooter {
    border-top: 0;
    padding: 0;
    margin: 0;
  }
}
.fullscreenWrap .pages .pageHeading,
.fullscreenWrap .pageWrap .pageHeading {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 0 40px;
  margin: 0 0 40px;
  position: relative;
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .pages .pageHeading,
  .fullscreenWrap .pageWrap .pageHeading {
    margin: 0 0 40px;
  }
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading,
  .fullscreenWrap .pageWrap .pageHeading {
    padding: 0 0 19px;
    margin: 0;
  }
}
.fullscreenWrap .pages .pageHeading:before,
.fullscreenWrap .pageWrap .pageHeading:before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(23, 23, 23, 0.08);
}
@media all and (max-width: 1120px) {
  .fullscreenWrap .pages .pageHeading:before,
  .fullscreenWrap .pageWrap .pageHeading:before {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading:before,
  .fullscreenWrap .pageWrap .pageHeading:before {
    display: none;
  }
}
.fullscreenWrap .pages .pageHeading .innerPageHeader,
.fullscreenWrap .pageWrap .pageHeading .innerPageHeader {
  width: 100%;
  max-width: 920px;
  margin: 0 0 0 auto;
}
.fullscreenWrap .pages .pageHeading .innerPageHeader h1 span.sectionSteps,
.fullscreenWrap .pageWrap .pageHeading .innerPageHeader h1 span.sectionSteps,
.fullscreenWrap .pages .pageHeading .innerPageHeader h2 span.sectionSteps,
.fullscreenWrap .pageWrap .pageHeading .innerPageHeader h2 span.sectionSteps {
  display: none;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading .innerPageHeader h1,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h1,
  .fullscreenWrap .pages .pageHeading .innerPageHeader h2,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h2 {
    width: 100%;
    display: flex;
  }
  .fullscreenWrap .pages .pageHeading .innerPageHeader h1 span.sectionTitle,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h1 span.sectionTitle,
  .fullscreenWrap .pages .pageHeading .innerPageHeader h2 span.sectionTitle,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h2 span.sectionTitle {
    width: auto;
    flex: 1 1 60%;
  }
  .fullscreenWrap .pages .pageHeading .innerPageHeader h1 span.sectionSteps,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h1 span.sectionSteps,
  .fullscreenWrap .pages .pageHeading .innerPageHeader h2 span.sectionSteps,
  .fullscreenWrap .pageWrap .pageHeading .innerPageHeader h2 span.sectionSteps {
    width: auto;
    flex: 1 1 40%;
    color: rgba(23, 23, 23, 0.32);
    font-size: 1.2857142857142858rem;
    line-height: 24px;
    display: block;
    font-weight: normal;
    text-align: right;
  }
}
.fullscreenWrap .pages .pageHeading .iconWrap,
.fullscreenWrap .pageWrap .pageHeading .iconWrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.fullscreenWrap .pages .pageHeading .iconWrap .icon,
.fullscreenWrap .pageWrap .pageHeading .iconWrap .icon {
  height: auto;
  width: 48px;
}
.fullscreenWrap .pages .pageHeading .iconWrap .icon svg,
.fullscreenWrap .pageWrap .pageHeading .iconWrap .icon svg {
  width: 100%;
  height: auto;
}
.fullscreenWrap .pages .pageHeading h2,
.fullscreenWrap .pageWrap .pageHeading h2,
.fullscreenWrap .pages .pageHeading h1,
.fullscreenWrap .pageWrap .pageHeading h1 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
  margin: 0;
  font-weight: bold;
  color: #171717;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading h2,
  .fullscreenWrap .pageWrap .pageHeading h2,
  .fullscreenWrap .pages .pageHeading h1,
  .fullscreenWrap .pageWrap .pageHeading h1 {
    font-size: 2.2857142857142856rem;
  }
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading h2,
  .fullscreenWrap .pageWrap .pageHeading h2,
  .fullscreenWrap .pages .pageHeading h1,
  .fullscreenWrap .pageWrap .pageHeading h1 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2142857142857142rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading h2,
  .fullscreenWrap .pageWrap .pageHeading h2,
  .fullscreenWrap .pages .pageHeading h1,
  .fullscreenWrap .pageWrap .pageHeading h1 {
    font-size: 1.2142857142857142rem;
  }
}
.fullscreenWrap .pages .pageHeading p,
.fullscreenWrap .pageWrap .pageHeading p {
  margin: 8px 0 0;
  letter-spacing: 0;
  max-width: 448px;
  margin-right: auto;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .pageHeading p,
  .fullscreenWrap .pageWrap .pageHeading p {
    display: none;
  }
}
.fullscreenWrap .pages .innerPageContent,
.fullscreenWrap .pageWrap .innerPageContent {
  min-height: 200px;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 200ms linear;
}
.fullscreenWrap .pages .innerPageContent.isLoading,
.fullscreenWrap .pageWrap .innerPageContent.isLoading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fullscreenWrap .pages .buttonWrapper,
.fullscreenWrap .pageWrap .buttonWrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .buttonWrapper,
  .fullscreenWrap .pageWrap .buttonWrapper {
    flex-wrap: wrap;
  }
}
.fullscreenWrap .pages .buttonWrapper .prev,
.fullscreenWrap .pageWrap .buttonWrapper .prev,
.fullscreenWrap .pages .buttonWrapper .next,
.fullscreenWrap .pageWrap .buttonWrapper .next {
  margin: 0;
  flex: 0 0 auto;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .buttonWrapper .prev,
  .fullscreenWrap .pageWrap .buttonWrapper .prev,
  .fullscreenWrap .pages .buttonWrapper .next,
  .fullscreenWrap .pageWrap .buttonWrapper .next {
    width: 100%;
  }
}
.fullscreenWrap .pages .buttonWrapper .prev,
.fullscreenWrap .pageWrap .buttonWrapper .prev {
  opacity: 0.5;
}
.fullscreenWrap .pages .buttonWrapper .prev:hover,
.fullscreenWrap .pageWrap .buttonWrapper .prev:hover,
.fullscreenWrap .pages .buttonWrapper .prev:active,
.fullscreenWrap .pageWrap .buttonWrapper .prev:active {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .buttonWrapper .prev,
  .fullscreenWrap .pageWrap .buttonWrapper .prev {
    order: 2;
    margin-top: 16px;
    opacity: 0.48;
  }
  .fullscreenWrap .pages .buttonWrapper .prev:hover,
  .fullscreenWrap .pageWrap .buttonWrapper .prev:hover,
  .fullscreenWrap .pages .buttonWrapper .prev:active,
  .fullscreenWrap .pageWrap .buttonWrapper .prev:active {
    opacity: 1;
  }
}
.fullscreenWrap .pages .buttonWrapper .next,
.fullscreenWrap .pageWrap .buttonWrapper .next {
  margin-left: auto;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .pages .buttonWrapper .next,
  .fullscreenWrap .pageWrap .buttonWrapper .next {
    order: 1;
    margin: 0;
  }
}
.fullscreenWrap .fullscreenSidebar input {
  border-color: transparent;
}
.fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap input {
  background: #F4F4F4;
}
.fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap label:before {
  background: #F4F4F4;
  top: 7.5px;
}
.fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap .chosen-single {
  background: #F4F4F4;
}
.fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap .buttonInline input {
  height: 32px;
}
@media all and (max-width: 640px) {
  .fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap .buttonInline .buttonAlt {
    min-height: 32px;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .fullscreenWrap .fullscreenContent .mainContent .wrapper .pageWrap select {
    background: #F4F4F4;
    height: 32px;
  }
}
.fullscreenSidebar {
  color: #171717;
}
.fullscreenSidebar .sidebarIntro {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
@media all and (max-width: 1120px) {
  .fullscreenSidebar .sidebarIntro {
    margin: 0 0 24px;
  }
}
.fullscreenSidebar .sidebarIntro h1,
.fullscreenSidebar .sidebarIntro h2 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  margin: 0;
  color: #171717;
}
@media all and (max-width: 640px) {
  .fullscreenSidebar .sidebarIntro h1,
  .fullscreenSidebar .sidebarIntro h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .fullscreenSidebar .sidebarIntro h1,
  .fullscreenSidebar .sidebarIntro h2 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .fullscreenSidebar .sidebarIntro h1,
  .fullscreenSidebar .sidebarIntro h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1120px) {
  .fullscreenSidebar .sidebarIntro h1.assessmentTitle {
    display: none !important;
  }
}
.fullscreenSidebar .sidebarIntro p {
  margin: 8px 0 0;
}
.fullscreenSidebar .sidebarIntro h6 {
  font-size: 0.8571428571428571rem;
  line-height: 24px;
  margin: 16px 0 0;
}
@media all and (max-width: 1120px) {
  .fullscreenSidebar .sidebarIntro h6 {
    margin: 8px 0 0;
  }
}
.fullscreenSidebar .sidebarIntro .nhsMembersLink {
  display: block;
  width: 100%;
  font-size: 0.8571428571428571rem;
  line-height: 16px;
  margin-top: 8px;
}
.fullscreenSidebar .sidebarIntro .statusBox {
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  border-bottom: 1px solid rgba(23, 23, 23, 0.08);
  margin-bottom: -40px;
}
@media all and (max-width: 1120px) {
  .fullscreenSidebar .sidebarIntro .statusBox {
    display: none;
  }
}
.fullscreenSidebar .sidebarIntro .statusBox p {
  margin: 0 0 8px;
  font-weight: 500;
}
.fullscreenSidebar .sidebarPageNav ul:before,
.fullscreenSidebar .sidebarPageNav ul:after {
  display: none;
}
.fullscreenSidebar .sidebarPageNav ul li {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.fullscreenSidebar .sidebarPageNav ul li:last-child {
  margin-bottom: 0;
}
.fullscreenSidebar .sidebarPageNav ul li a {
  cursor: default;
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.2857142857142858rem;
  line-height: 32px;
  color: #171717;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
  transition: all 600ms ease-in-out;
}
.fullscreenSidebar .sidebarPageNav ul li a:hover,
.fullscreenSidebar .sidebarPageNav ul li a:active {
  color: #171717;
  transition: all 400ms ease-in-out;
}
.fullscreenSidebar .sidebarPageNav ul li a h4,
.fullscreenSidebar .sidebarPageNav ul li a h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  transition: color 200ms linear;
  margin: 0;
}
.fullscreenSidebar .sidebarPageNav ul li a h4 {
  font-weight: bold;
}
.fullscreenSidebar .sidebarPageNav ul li a h6 {
  font-size: 0.8571428571428571rem;
  line-height: 16px;
  color: inherit;
  transition: color 200ms linear;
  margin-top: 0;
}
.fullscreenSidebar .sidebarPageNav ul li a.active {
  background: #ffffff;
  box-shadow: none;
  transition: all 400ms ease-in-out;
}
.fullscreenSidebar .sidebarPageNav ul li a.active:before {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.helpBox {
  padding: 40px;
  margin: 40px 0 0;
}
.helpBox.darkBg {
  background: #125F54;
}
.helpBox h3 {
  font-size: 1.5rem;
  line-height: 24px;
}
.helpBox p {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  margin: 0 0 24px;
}
.helpBox .button,
.helpBox .buttonAlt {
  margin: 0;
}
/*
* Footer buttons
 */
.fullscreenFormFooter {
  float: none;
  clear: both;
  width: 100%;
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media all and (max-width: 840px) {
  .fullscreenFormFooter {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fullscreenFormFooter .button {
  min-width: 115px;
}
@media all and (max-width: 840px) {
  .fullscreenFormFooter .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    order: 1;
  }
}
.fullscreenFormFooter .formLink {
  opacity: 0.64;
  color: #171717;
  transition: opacity 200ms linear;
  margin-right: auto;
}
@media all and (max-width: 840px) {
  .fullscreenFormFooter .formLink {
    margin-left: 0;
    margin-right: 0;
    margin-top: 16px;
    order: 2;
  }
}
.fullscreenFormFooter .formLink.smallScreen {
  display: none;
}
@media all and (max-width: 1120px) {
  .fullscreenFormFooter .formLink.smallScreen {
    display: inline-block;
  }
}
.fullscreenFormFooter .formLink:hover {
  opacity: 1;
  color: #171717;
  transition: opacity 200ms linear;
}
.fullscreenFormFooter .formLink:active {
  opacity: 0.8;
  color: #171717;
  transition: opacity 200ms linear;
}
.popupContent {
  display: none;
}
.innerPopupContent .mainPopuheader,
.innerPopupContent.wysiwyg .mainPopuheader {
  font-size: 2.2857142857142856rem;
  line-height: 40px;
  margin-bottom: 16px;
}
@media all and (max-width: 1120px) {
  .innerPopupContent .mainPopuheader,
  .innerPopupContent.wysiwyg .mainPopuheader {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.innerPopupContent h1,
.innerPopupContent.wysiwyg h1,
.innerPopupContent h2,
.innerPopupContent.wysiwyg h2,
.innerPopupContent h3,
.innerPopupContent.wysiwyg h3,
.innerPopupContent h4,
.innerPopupContent.wysiwyg h4,
.innerPopupContent h5,
.innerPopupContent.wysiwyg h5,
.innerPopupContent h6,
.innerPopupContent.wysiwyg h6 {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin-bottom: 16px;
}
@media all and (max-width: 1120px) {
  .innerPopupContent h1,
  .innerPopupContent.wysiwyg h1,
  .innerPopupContent h2,
  .innerPopupContent.wysiwyg h2,
  .innerPopupContent h3,
  .innerPopupContent.wysiwyg h3,
  .innerPopupContent h4,
  .innerPopupContent.wysiwyg h4,
  .innerPopupContent h5,
  .innerPopupContent.wysiwyg h5,
  .innerPopupContent h6,
  .innerPopupContent.wysiwyg h6 {
    font-size: 1.4285714285714286rem;
    line-height: 30px;
  }
}
@keyframes keypointslide {
  100% {
    transform: translateX(-100%);
  }
}
.keyPoints {
  padding: 8em 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1120px) {
  .keyPoints {
    padding: 7em 0;
  }
}
@media all and (max-width: 640px) {
  .keyPoints {
    padding: 5em 0;
  }
}
.keyPoints__list {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  transform: translateX(0%);
  animation: keypointslide 20s infinite linear;
}
.keyPoints__point {
  flex-basis: auto;
  font-size: 3rem;
  font-weight: 600;
  line-height: 52px;
  color: #125F54;
  white-space: nowrap;
  padding: 0 18px;
}
@media all and (max-width: 640px) {
  .keyPoints__point {
    font-size: 2rem;
    line-height: 32px;
  }
}
.keyPoints__point:nth-child(even) {
  color: #69B3AC;
}
.faqsBlock {
  margin: 3.6em 0 6.6em;
}
.faqsBlock .faqsIntro {
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 1.8em;
}
.faqsBlock .faqsIntro .introTitle {
  font-size: 1.1428571428571428rem;
}
.faqsBlock__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
}
.trustPilotTestimonials {
  margin: 9em 0 4.5em;
  background: #fff;
}
.trustPilotTestimonials h2 {
  text-align: center;
}
.imagePoints {
  padding: 40px 0 140px;
  background: #fff;
}
@media all and (max-width: 1000px) {
  .imagePoints {
    padding: 40px 0 40px;
  }
}
.imagePoints .introBlock {
  margin-bottom: 58px;
}
@media all and (max-width: 640px) {
  .imagePoints .introBlock {
    margin-bottom: 40px;
  }
}
.imagePoints__grid {
  display: flex;
}
@media all and (max-width: 1000px) {
  .imagePoints__grid {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
  }
}
.imagePoints__image {
  flex: 1 1 60%;
  max-width: 685px;
}
@media all and (max-width: 1200px) {
  .imagePoints__image {
    flex: 1 1 50%;
  }
}
@media all and (max-width: 1000px) {
  .imagePoints__image {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}
.imagePoints__image .imageWrap {
  border-radius: 8.611px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 58%;
  position: relative;
}
.imagePoints__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.imagePoints__image + .imagePoints__points {
  padding: 0 0 0 64px;
}
@media all and (max-width: 1000px) {
  .imagePoints__image + .imagePoints__points {
    padding: 40px 0 0 0;
  }
}
.imagePoints__points {
  flex: 1 1 40%;
}
@media all and (max-width: 1200px) {
  .imagePoints__points {
    flex: 1 1 50%;
  }
}
@media all and (max-width: 1000px) {
  .imagePoints__points {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}
.imagePoints ul {
  padding: 20px 0;
}
.imagePoints ul:before,
.imagePoints ul:after {
  display: none;
}
.imagePoints ul li {
  font-size: 1.2857142857142858rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25.278px;
  color: #0D0D0E;
  letter-spacing: normal;
  position: relative;
  padding-left: 32px;
  display: block;
  list-style: none;
  margin: 0 0 30px;
}
.imagePoints ul li:last-child {
  margin: 0;
}
.imagePoints ul li:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z" fill="%23145D6D"/></svg>');
  width: 24px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.imagePoints ul li strong {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #196d60;
  margin: 0 0 4px;
  display: block;
}
.imagePoints ul p {
  margin: 0;
}
.generalContentBanner {
  position: relative;
  z-index: 4;
  padding: 8px 0;
}
.generalContentBanner .contentGrid {
  display: flex;
  gap: 84px;
}
.generalContentBanner .contentGrid__left {
  flex: 1 1 50%;
  text-align: center;
  max-width: 80ch;
  margin: 0 auto;
}
.generalContentBanner .contentGrid__right {
  flex: 0 0 62.5%;
}
.generalContentBanner .contentGrid__title {
  color: #249C89;
  margin: 0;
}
.generalContentBanner .contentGrid__content {
  margin-top: 0.8em;
}
.generalContentBanner .contentGrid__content.wysiwyg {
  font-size: 1.1428571428571428rem;
  line-height: 1.4;
  font-weight: 400;
}
.generalContentBanner .contentGrid__content.wysiwyg p,
.generalContentBanner .contentGrid__content.wysiwyg ul,
.generalContentBanner .contentGrid__content.wysiwyg ol {
  color: inherit;
}
.generalContentBanner .contentGrid__buttonWrapper {
  padding: 36px 0 0;
}
.generalContentBanner .contentGrid__buttonWrapper .button {
  margin: 0;
}
.generalContentBanner__table {
  width: 100%;
}
.generalContentBanner table {
  width: 100%;
}
.generalContentBanner table td {
  color: #565656;
  font-size: 1.2857142857142858rem;
  line-height: 1.2em;
  padding: 24px 12px;
  vertical-align: baseline;
}
.generalContentBanner table tr:first-child td,
.generalContentBanner table tr:first-child th {
  background: transparent !important;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #249C89;
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 500;
  padding: 12px 12px;
}
.generalContentBanner table tr:nth-child(odd) td {
  background: #F0F0F0;
}
.generalContentBanner table tr td:first-child {
  color: #249C89;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 28px;
  font-weight: 500;
}
.generalContentBanner table tr:not(:first-child) td:first-child {
  border-left: 1px solid #CBCBCB;
}
.generalContentBanner table tr:not(:first-child) td:last-child {
  border-right: 1px solid #CBCBCB;
}
.generalContentBanner + .trustPilotTestimonials {
  padding-top: 200px;
}
.generalContentBanner + .partnersWrap {
  padding-top: 132px;
  position: relative;
  z-index: 1;
}
.contactBanner {
  margin: 5.4em 0;
}
.contactBanner__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  border-radius: 8px;
  padding: 54px 40px;
  color: #FFFFFF;
}
@media all and (max-width: 980px) {
  .contactBanner__grid {
    flex-wrap: wrap;
  }
}
.contactBanner__grid .wysiwyg {
  color: inherit;
}
.contactBanner__grid .wysiwyg p {
  color: inherit;
}
.contactBanner__title {
  flex: 0 0 auto;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  color: #249C89;
}
@media all and (max-width: 640px) {
  .contactBanner__title {
    font-size: 1.5rem;
  }
}
.contactBanner__content {
  flex: 0 1 auto;
  padding: 0 0 0 48px;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  line-height: 27px;
}
@media all and (max-width: 980px) {
  .contactBanner__content {
    flex: 0 0 100%;
    padding: 16px 0 0 0;
    text-align: center;
  }
}
.contactBanner__content strong {
  font-weight: 400;
  color: #249C89;
}
.ctaBanner {
  position: relative;
  float: none;
  clear: both;
  padding: 0;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .ctaBanner {
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .ctaBanner {
    padding: 0;
  }
}
.ctaBanner.altPadding {
  padding: 0 0 120px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .ctaBanner.altPadding {
    padding: 0 0 80px;
  }
}
@media all and (max-width: 640px) {
  .ctaBanner.altPadding {
    padding: 0 0 40px;
  }
}
.ctaBanner.aboveAbout {
  margin-bottom: -72px;
}
@media all and (max-width: 1120px) {
  .ctaBanner.aboveAbout {
    margin-bottom: 0;
  }
}
.ctaBanner .wrapper {
  position: relative;
  z-index: 1;
}
.ctaBanner.hasBackground:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F4F4;
}
.ctaBanner.hasBackground.inverted:before {
  bottom: auto;
  top: 0;
}
.ctaBanner.hasBackground.altPadding:before {
  height: calc(100% - ((100% - 120px) / 2));
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .ctaBanner.hasBackground.altPadding:before {
    height: calc(100% - ((100% - 80px) / 2));
  }
}
@media all and (max-width: 640px) {
  .ctaBanner.hasBackground.altPadding:before {
    height: calc(100% - ((100% - 40px) / 2));
  }
}
.ctaBanner .innerCtaBanner a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #D7F6F1;
  color: #171717;
  padding: 56px 0;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .ctaBanner .innerCtaBanner a {
    padding: 48px 0;
  }
}
@media all and (max-width: 640px) {
  .ctaBanner .innerCtaBanner a {
    padding: 48px 0;
  }
}
.ctaBanner .innerCtaBanner .titleWrapper {
  color: inherit;
  width: 100%;
  padding: 0 0 12px;
}
.ctaBanner .innerCtaBanner .titleWrapper h3 {
  color: inherit;
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .ctaBanner .innerCtaBanner .titleWrapper h3 {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
@media all and (max-width: 800px) {
  .ctaBanner .innerCtaBanner .titleWrapper h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
  }
}
.ctaBanner .innerCtaBanner .contentWrapper {
  width: 100%;
  padding: 0 0 16px;
}
.ctaBanner .innerCtaBanner .contentWrapper .contentContainer {
  width: 100%;
  height: auto;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
  color: inherit;
  max-width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  .ctaBanner .innerCtaBanner .contentWrapper .contentContainer {
    text-align: center;
  }
}
.ctaBanner .innerCtaBanner .contentWrapper .contentContainer p,
.ctaBanner .innerCtaBanner .contentWrapper .contentContainer ul,
.ctaBanner .innerCtaBanner .contentWrapper .contentContainer ol {
  margin: 0;
  color: inherit;
}
.ctaBanner .innerCtaBanner .contentWrapper .bannerMeta {
  width: 100%;
  opacity: 0.64;
  padding: 4px 0 0;
}
@media all and (max-width: 800px) {
  .ctaBanner .innerCtaBanner .contentWrapper .bannerMeta {
    text-align: center;
  }
}
.ctaBanner .innerCtaBanner .contentWrapper .bannerMeta p {
  margin: 0;
}
.ctaBanner .innerCtaBanner .buttonWrapper {
  width: 100%;
}
.ctaBanner .innerCtaBanner .buttonWrapper button {
  margin: 0;
}
.ctaBanner .innerCtaBanner .buttonWrapper button i {
  margin: 0 0 0 8px;
}
.ctaBanner.aboutCTA .innerCtaBanner .titleWrapper {
  min-width: 564px;
}
@media all and (max-width: 1100px) {
  .ctaBanner.aboutCTA .innerCtaBanner .titleWrapper {
    min-width: 0;
  }
}
.ctaBanner.aboutCTA .innerCtaBanner .contentWrapper .contentContainer {
  max-width: 413px;
}
@media all and (max-width: 1100px) {
  .ctaBanner.aboutCTA .innerCtaBanner .contentWrapper .contentContainer {
    max-width: 100%;
  }
}
.ctaBoxes {
  padding: 8em 0 129px;
}
@media all and (max-width: 1120px) {
  .ctaBoxes {
    padding: 7em 0 80px;
  }
}
@media all and (max-width: 640px) {
  .ctaBoxes {
    padding: 5em 0 80px;
  }
}
.ctaBoxes__grid {
  display: flex;
  width: calc(100% + 65px);
  margin: 0 -32.5px;
}
@media all and (max-width: 1120px) {
  .ctaBoxes__grid {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
@media all and (max-width: 1120px) {
  .ctaBoxes__grid.splide {
    padding-bottom: 64px;
  }
}
.ctaBoxes__grid .splide__track {
  width: 100%;
}
.ctaBoxes__grid .splide__list {
  display: flex;
  width: 100%;
}
.ctaBoxes__cta {
  flex: 0 0 33.333333%;
  padding: 0 32.5px;
  max-width: 483px;
  min-width: 320px;
}
@media all and (max-width: 1120px) {
  .ctaBoxes__cta {
    max-width: 400px;
    flex: 0 0 50%;
    padding: 0 25px;
  }
}
@media all and (max-width: 640px) {
  .ctaBoxes__cta {
    flex: 0 0 100%;
    max-width: 320px;
    min-width: 320px;
  }
}
@media all and (max-width: 420px) {
  .ctaBoxes__cta {
    max-width: 100%;
  }
}
.ctaBox {
  border-radius: 9px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
}
.ctaBox__box {
  color: #249C89;
}
.ctaBox__box.darkBg {
  color: #fff;
}
.ctaBox a.ctaBox__box {
  color: #249C89;
}
.ctaBox a.ctaBox__box:hover,
.ctaBox a.ctaBox__box:active,
.ctaBox a.ctaBox__box:focus-visible {
  color: #249C89;
}
.ctaBox a.ctaBox__box:hover .ctaBox__imageWrap img,
.ctaBox a.ctaBox__box:active .ctaBox__imageWrap img,
.ctaBox a.ctaBox__box:focus-visible .ctaBox__imageWrap img {
  transform: scale(1.1);
  transition: transform 300ms;
}
.ctaBox a.ctaBox__box.darkBg {
  color: #fff;
}
.ctaBox a.ctaBox__box.darkBg:hover,
.ctaBox a.ctaBox__box.darkBg:active,
.ctaBox a.ctaBox__box.darkBg:focus-visible {
  color: #fff;
}
.ctaBox__header {
  padding: 25px 26px 26px 26px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  background: #fff;
  background: linear-gradient(109deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 2;
  color: inherit;
}
.ctaBox__title {
  color: inherit;
  font-size: 2.2857142857142856rem;
  line-height: 40px;
  margin: 0 0 8px;
}
.ctaBox__content {
  color: inherit;
  font-size: 1.2857142857142858rem;
  line-height: 22px;
}
.ctaBox__imageWrap {
  width: 100%;
  padding-bottom: 152%;
  position: relative;
  z-index: 1;
}
.ctaBox__imageWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.01);
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: transform 300ms;
}
.ctaHero {
  padding: 41px 0 24px 0;
  background: #F4F4F4;
  background: linear-gradient(184.28deg, #FFFFFF 0%, #E8EDEE 100%), linear-gradient(192.59deg, #2E8BD6 0%, #005EB8 100%);
  border-bottom: 1px solid #F3F3F3;
}
@media all and (max-width: 1120px) {
  .ctaHero {
    padding: 32px 0 16px;
  }
}
@media all and (max-width: 640px) {
  .ctaHero {
    padding: 24px 0 12px;
    min-height: 220px;
  }
}
@media all and (max-width: 450px) {
  .ctaHero {
    padding: 0 0 12px;
    min-height: 250px;
  }
}
.ctaHero .innerHero {
  max-width: 1442px;
  margin: 0 auto;
}
.ctaHero .innerHero .innerHeroBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #001A33;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 8px 32px 0 32px;
  position: relative;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox {
    padding: 8px 16px 8px 16px;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero .innerHeroBox {
    padding: 24px 24px 8px 24px;
  }
}
.ctaHero .innerHero .innerHeroBox:after {
  content: "";
  height: auto;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 16px;
  right: 0;
  border-right: 2px dashed #F3F3F3;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox:after {
    bottom: 0;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero .innerHeroBox:after {
    display: none;
  }
}
.ctaHero .innerHero .innerHeroBox .imageWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctaHero .innerHero .innerHeroBox .imageWrap img {
  max-width: 244px;
  width: 100%;
  height: auto;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox .imageWrap img {
    max-width: 180px;
  }
}
.ctaHero .innerHero .innerHeroBox .imageWrap img[data-lazy-img-src][data-lazy] {
  max-width: 32px;
}
.ctaHero .innerHero .innerHeroBox .imageWrap img.desktopImage {
  display: block;
  visibility: visible;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox .imageWrap img.desktopImage {
    display: none;
    visibility: hidden;
  }
}
.ctaHero .innerHero .innerHeroBox .imageWrap img.mobileImage {
  display: none;
  visibility: hidden;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox .imageWrap img.mobileImage {
    display: block;
    visibility: visible;
  }
}
.ctaHero .innerHero .innerHeroBox .boxTitle {
  margin: 0;
  padding-bottom: 20px;
  font-size: 2.2857142857142856rem;
  line-height: 36px;
  color: #171717;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox .boxTitle {
    padding-bottom: 4px;
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.ctaHero .innerHero .innerHeroBox .innerContent {
  padding-bottom: 24px;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero .innerHeroBox .innerContent {
    padding-bottom: 16px;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero .innerHeroBox .innerContent {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.ctaHero .innerHero .innerHeroBox .innerContent p {
  margin-bottom: 8px;
}
.ctaHero .innerHero .innerHeroBox .innerContent p:last-child {
  margin: 0;
}
.ctaHero .innerHero .innerHeroBox .buttonWrapper {
  text-align: center;
}
.ctaHero .innerHero .innerHeroBox .button {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  margin: 0;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  padding: 10px 12px 9px 12px;
}
.ctaHero .innerHero .innerHeroBox .button i {
  font-size: 0.7142857142857143rem;
  line-height: 12px;
  margin-left: 8px;
  height: auto;
  width: auto;
}
.ctaHero .innerHero .innerHeroBox .button i:before {
  font-size: inherit;
  line-height: inherit;
}
.ctaHero .innerHero .heroBoxTop {
  order: 1;
  padding-bottom: 28px;
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero .heroBoxTop {
    padding-bottom: 8px;
  }
}
.ctaHero .innerHero .heroBoxBottom {
  order: 2;
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero .heroBoxBottom {
    display: none;
    visibility: hidden;
  }
  .ctaHero .innerHero .heroBoxBottom img {
    display: none;
    visibility: hidden;
  }
}
.ctaHero .innerHero .slick-track {
  display: flex !important;
}
.ctaHero .innerHero .slick-track:before,
.ctaHero .innerHero .slick-track:after {
  display: none;
}
.ctaHero .innerHero .slick-slide {
  height: inherit !important;
}
.ctaHero .innerHero > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ctaHero .innerHero > ul:before,
.ctaHero .innerHero > ul:after {
  display: none;
}
.ctaHero .innerHero > ul > li,
.ctaHero .innerHero > ul .slick-slide {
  width: 25%;
}
@media all and (max-width: 1120px) {
  .ctaHero .innerHero > ul > li,
  .ctaHero .innerHero > ul .slick-slide {
    width: 33.3333%;
  }
}
@media all and (max-width: 640px) {
  .ctaHero .innerHero > ul > li,
  .ctaHero .innerHero > ul .slick-slide {
    width: 50%;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero > ul > li,
  .ctaHero .innerHero > ul .slick-slide {
    width: 100%;
  }
}
@media all and (min-width: 451px) {
  .ctaHero .innerHero > ul > li:nth-child(2n) .heroBoxTop,
  .ctaHero .innerHero > ul .slick-slide:nth-child(2n) .heroBoxTop {
    order: 2;
    padding-bottom: 0;
    padding-top: 24px;
  }
  .ctaHero .innerHero > ul > li:nth-child(2n) .heroBoxBottom,
  .ctaHero .innerHero > ul .slick-slide:nth-child(2n) .heroBoxBottom {
    order: 1;
  }
}
.ctaHero .innerHero > ul > li:last-child a.innerHeroBox:after,
.ctaHero .innerHero > ul .slick-slide:last-child a.innerHeroBox:after {
  display: none;
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero > ul .slick-dots {
    margin-top: 0;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero > ul > li {
    display: none;
  }
  .ctaHero .innerHero > ul > li:first-child {
    display: block;
  }
}
@media all and (max-width: 450px) {
  .ctaHero .innerHero > ul .slick-slide {
    display: block;
  }
}
.customOffers {
  background: #F4F4F4;
  position: relative;
  float: none;
  clear: both;
  width: 100%;
}
@media all and (max-width: 640px) {
  .customOffers {
    overflow: hidden;
  }
}
.customOffers .offersWrapper {
  padding: 100px 0;
}
@media all and (max-width: 640px) {
  .customOffers .offersWrapper {
    padding: 65px 0;
  }
}
.customOffers .offersWrapper > .wrapper {
  position: relative;
  z-index: 2;
  max-width: 954px;
}
.customOffers .cardList {
  display: flex;
  width: 100%;
  gap: 0 25px;
}
@media all and (max-width: 640px) {
  .customOffers .cardList {
    padding: 0;
  }
}
.customOffers .cardList:before,
.customOffers .cardList:after {
  display: none;
}
.customOffers .cardList .splide__track {
  width: 100%;
  overflow: visible;
}
.customOffers .cardList .splide__list {
  width: 100%;
  display: flex;
  gap: 0 25px;
}
@media all and (max-width: 640px) {
  .customOffers .cardList .splide__list {
    gap: 0;
  }
}
.customOffers .cardList li,
.customOffers .cardList mtc-slide {
  flex: 0 0 33.333333%;
}
@media all and (max-width: 640px) {
  .customOffers .cardList li,
  .customOffers .cardList mtc-slide {
    flex: 1 1 301px;
    min-width: 301px;
  }
}
@media all and (max-width: 430px) {
  .customOffers .cardList li,
  .customOffers .cardList mtc-slide {
    flex: 1 1 250px;
    min-width: 250px;
  }
}
.customOffers .cardList a {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.customOffers .cardList a .imageWrap {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background: transparent;
  overflow: hidden;
  display: block;
}
.customOffers .cardList a .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  width: 100%;
  height: auto;
  transition: transform 400ms;
  backface-visibility: hidden;
}
.customOffers .cardList a:hover .imageWrap img,
.customOffers .cardList a:active .imageWrap img {
  transform: translate(-50%, -50%) scale(1.1);
  transform-origin: center;
  transition: transform 400ms;
}
.customOffers .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #249C89;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .customOffers .background {
    display: none;
  }
}
.customOffers .background .backgroundLeft {
  width: 495px;
  height: 594px;
  position: absolute;
  left: -70px;
  bottom: 0;
  color: inherit;
}
.customOffers .background .backgroundRight {
  width: 694px;
  height: 778px;
  position: absolute;
  right: -136px;
  bottom: 0;
  color: inherit;
}
.customOffers .background svg {
  width: 100%;
  height: 112%;
}
.heroBanner {
  position: relative;
  padding: 35px 0 37px;
  width: 100%;
  background: #249C89;
  color: #fff;
}
.heroBanner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 95, 83, 0) 0%, #014A3E 100%);
  z-index: 2;
}
.heroBanner .wrapper:before,
.heroBanner .wrapper:after {
  display: none;
}
.heroBanner > .wrapper {
  position: relative;
  z-index: 4;
  min-height: 467px;
  display: flex;
  align-items: center;
  max-width: 1247px;
}
@media all and (max-width: 640px) {
  .heroBanner > .wrapper {
    min-height: 280px;
  }
}
.heroBanner > .wrapper:before,
.heroBanner > .wrapper:after {
  display: none;
}
.heroBanner__search .searchBox {
  display: block;
  width: 100%;
  max-width: 444px;
}
.heroBanner__search .searchBox .closeSVG {
  display: none;
}
.heroBanner__search .searchForm {
  max-width: 444px;
}
.heroBanner__search .searchForm .searchWrap {
  height: auto;
  margin-top: 1.8em;
}
.heroBanner__search .searchForm:after {
  display: none;
}
.heroBanner__search .searchForm .row input[type=search] {
  border-radius: 8px;
  font-size: 1.1428571428571428rem;
  font-weight: 400;
  line-height: 22px;
  min-height: 56px;
  padding: 16px 56px 16px 16px;
}
.heroBanner__title {
  color: inherit;
  font-size: 2.9285714285714284rem;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}
.heroBanner__content {
  color: inherit;
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  line-height: 24px;
  padding: 28px 0 0;
}
.heroBanner__content p,
.heroBanner__content ul,
.heroBanner__content ol {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.heroBanner__bottom {
  position: relative;
  z-index: 3;
}
.heroBanner__innerBottom {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}
@media all and (max-width: 1120px) {
  .heroBanner__innerBottom {
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  .heroBanner__innerBottom {
    gap: 0;
  }
}
.heroBanner__bottomLeft {
  width: 100%;
}
.heroBanner__bottomRight {
  min-width: 550px;
}
@media all and (max-width: 640px) {
  .heroBanner__bottomRight {
    min-width: auto;
  }
}
.heroBanner__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heroBanner__background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 640px) {
  .heroBanner__background img {
    -o-object-position: 70% 0;
       object-position: 70% 0;
  }
}
.heroBanner .infoBanner {
  background: transparent;
  padding: 28px 0;
}
.heroBanner .infoBanner .iconListWrap {
  padding: 0;
}
.heroBanner .infoBanner .iconListWrap .iconList:not(.slick-slider) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
  gap: 32px;
}
.heroBanner .infoBanner .iconListWrap .iconTitleWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 15px;
}
.heroBanner .infoBanner .iconListWrap .iconTitleWrap .icon {
  width: 56px;
  height: 34px;
}
.heroBanner .infoBanner .iconListWrap .iconTitleWrap .icon svg {
  width: 100%;
  height: 100%;
}
.heroBanner .infoBanner .iconListWrap .iconTitleWrap .iconTitle {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}
.imageBannersWrap {
  position: relative;
  float: none;
  clear: both;
}
.imageBanner {
  position: relative;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  margin: 8em 0;
}
@media all and (max-width: 1120px) {
  .imageBanner {
    margin: 7em 0;
  }
}
@media all and (max-width: 640px) {
  .imageBanner {
    margin: 5em 0;
  }
}
.imageBanner + .trustPilotTestimonials {
  padding-top: 200px;
}
.imageBanner + .partnersWrap {
  padding-top: 132px;
  position: relative;
  z-index: 1;
}
.imageBanner .wrapper {
  position: relative;
  width: 100%;
}
.imageBanner .wrapper:before,
.imageBanner .wrapper:after {
  display: none;
}
@media all and (max-width: 640px) {
  .imageBanner.imageTopMobile .wrapper {
    order: 2;
  }
}
.imageBannerImages {
  display: block;
  position: relative;
  order: 2;
}
@media all and (max-width: 640px) {
  .imageTopMobile .imageBannerImages {
    order: 1;
  }
}
.imageLeft .imageBannerImages {
  order: 1;
}
.imageBannerImages .imageWrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 485px;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
@media (max-width: 800px) {
  .imageBannerImages .imageWrap {
    min-height: auto;
    aspect-ratio: 1.4;
  }
}
.imageBannerImages .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  backface-visibility: hidden;
}
.innerImageBanner {
  display: flex;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 800px) {
  .innerImageBanner {
    flex-direction: column;
  }
}
.innerImageBanner .imageBannerImages {
  flex: 1 1 50%;
}
.innerImageBanner .bannerContentWrap {
  display: flex;
  flex: 1 1 50%;
  order: 1;
}
.imageLeft .innerImageBanner .bannerContentWrap {
  order: 2;
}
.innerImageBanner .bannerContentWrap .button {
  margin-bottom: 0;
}
.innerImageBanner .innerContentWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 2;
  padding: 1.3em 0 0 3.2em;
}
@media (max-width: 800px) {
  .innerImageBanner .innerContentWrapper {
    padding: 2.1em 0 0;
    max-width: 71ch;
  }
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper {
    max-width: 100%;
  }
}
.innerImageBanner .innerContentWrapper h4.bannerSubtitle {
  margin: 0 0 8px;
  font-size: 0.8571428571428571rem;
  line-height: 1.2em;
  position: relative;
  padding: 0;
  opacity: 0.5;
}
.innerImageBanner .innerContentWrapper .bannerTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #249C89;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .bannerTitle {
    font-size: 2rem;
  }
}
.innerImageBanner .innerContentWrapper .bannerTitle strong {
  color: #E29B2F;
  font-weight: inherit;
}
.innerImageBanner .innerContentWrapper > .wysiwyg {
  margin: 0;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #171717;
  padding: 18px 0 0;
  max-width: 57ch;
}
.innerImageBanner .innerContentWrapper > .wysiwyg p,
.innerImageBanner .innerContentWrapper > .wysiwyg ul,
.innerImageBanner .innerContentWrapper > .wysiwyg ol,
.innerImageBanner .innerContentWrapper > .wysiwyg span,
.innerImageBanner .innerContentWrapper > .wysiwyg a {
  font-size: 1.1428571428571428rem;
  line-height: 1.375;
  font-weight: 400;
  color: inherit;
}
.innerImageBanner .innerContentWrapper > .wysiwyg strong {
  font-weight: bold;
  display: block;
}
.innerImageBanner .innerContentWrapper > .wysiwyg a {
  text-decoration-line: underline;
}
.innerImageBanner .innerContentWrapper > .wysiwyg a:hover,
.innerImageBanner .innerContentWrapper > .wysiwyg a:active,
.innerImageBanner .innerContentWrapper > .wysiwyg a:focus-visible {
  color: #E29B2F;
}
.innerImageBanner .innerContentWrapper > .wysiwyg.testimonialText p:before {
  content: '"';
  display: inline-block;
  padding-right: 8px;
}
.innerImageBanner .innerContentWrapper > .wysiwyg.testimonialText p:after {
  content: '"';
  display: inline-block;
  padding-left: 8px;
}
.innerImageBanner .innerContentWrapper table {
  height: auto !important;
  margin-top: 25px !important;
  margin-bottom: 25px;
}
.innerImageBanner .innerContentWrapper table tr:nth-child(odd) td {
  background: #fff !important;
}
.innerImageBanner .innerContentWrapper table tr:first-child td {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
}
.innerImageBanner .innerContentWrapper table tr:first-child td:nth-child(1),
.innerImageBanner .innerContentWrapper table tr:first-child td:nth-child(2) {
  color: #249C89;
}
.innerImageBanner .innerContentWrapper table tr td {
  text-align: center;
  width: auto !important;
}
.innerImageBanner .innerContentWrapper table tr td:first-child {
  text-align: left;
  width: 15% !important;
}
.innerImageBanner .innerContentWrapper table tr td:last-child {
  width: 18% !important;
}
.innerImageBanner .innerContentWrapper .trustPilotBox {
  width: 240px;
  height: 112px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 141px 0 0;
}
@media all and (max-width: 1120px) {
  .innerImageBanner .innerContentWrapper .trustPilotBox {
    margin: 0 80px 0 0;
  }
}
@media all and (max-width: 740px) {
  .innerImageBanner .innerContentWrapper .trustPilotBox {
    margin: 0 56px 0 0;
  }
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .trustPilotBox {
    width: 240px;
    right: auto;
    left: 50%;
    top: -148px;
    margin: 0;
    transform: translateX(-50%);
  }
}
.innerImageBanner .innerContentWrapper .buttonWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 2.7em 0 0;
}
.innerImageBanner .innerContentWrapper .buttonWrap > a {
  margin: 0;
  width: auto;
  flex: 0 0 auto;
  min-width: 136px;
}
.innerImageBanner .innerContentWrapper .buttonWrap > a:last-of-type {
  margin-right: 0;
}
.innerImageBanner .innerContentWrapper .faqsWrapper,
.innerImageBanner .innerContentWrapper .categoriesWrapper {
  margin: 32px 0 0;
}
@media all and (max-width: 900px) {
  .innerImageBanner .innerContentWrapper .faqsWrapper,
  .innerImageBanner .innerContentWrapper .categoriesWrapper {
    margin: 24px 0 0;
  }
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .faqsWrapper,
  .innerImageBanner .innerContentWrapper .categoriesWrapper {
    margin: 24px 0 0;
  }
}
.infoBanner {
  background: #249C89;
  padding: 21px 0 20px;
  overflow: hidden;
  position: relative;
  float: none;
  clear: both;
  color: #fff;
}
.infoBanner .wrapper {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 699px) {
  .infoBanner .wrapper {
    padding: 0;
  }
}
.infoBanner .iconListWrap {
  margin: 0 auto;
}
.infoBanner .iconListWrap .iconList {
  padding: 0;
}
.infoBanner .iconListWrap .iconList:before,
.infoBanner .iconListWrap .iconList:after {
  display: none;
}
.infoBanner .iconListWrap .iconList:not(.slick-slider) {
  display: flex;
  justify-content: center;
  gap: 0 46.5px;
}
@media all and (max-width: 699px) {
  .infoBanner .iconListWrap .iconList:not(.slick-slider) li:nth-child(1n+4) {
    display: none;
  }
}
@media all and (max-width: 559px) {
  .infoBanner .iconListWrap .iconList:not(.slick-slider) li:nth-child(1n+3) {
    display: none;
  }
}
@media all and (max-width: 399px) {
  .infoBanner .iconListWrap .iconList:not(.slick-slider) li:nth-child(1n+2) {
    display: none;
  }
}
.infoBanner .iconListWrap .iconList.slick-slider {
  padding: 0;
  width: 100%;
}
.infoBanner .iconListWrap .iconList.slick-slider .slick-list {
  width: 100%;
}
.infoBanner .iconListWrap .iconList li {
  width: auto;
}
@media all and (max-width: 699px) {
  .infoBanner .iconListWrap .iconList li {
    padding: 0 24px;
    width: 33.333333%;
  }
}
.infoBanner .iconListWrap .iconTitleWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  text-align: center;
  max-width: 226px;
}
@media all and (max-width: 699px) {
  .infoBanner .iconListWrap .iconTitleWrap {
    max-width: 100%;
  }
}
.infoBanner .iconListWrap .iconTitleWrap .icon {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.infoBanner .iconListWrap .iconTitleWrap .icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.infoBanner .iconListWrap .iconTitleWrap .iconTitle {
  margin: 12px 0 0;
  font-size: 1.2142857142857142rem;
  font-style: normal;
  line-height: 150%;
  /* 25.5px */
  width: 100%;
  text-align: inherit;
  letter-spacing: normal;
}
@media all and (max-width: 699px) {
  .infoBanner .iconListWrap .iconTitleWrap .iconTitle {
    font-size: 1rem;
  }
}
.productPointsBanner {
  padding: 30px 0;
  background: #F4F4F4;
  border-top: 1px solid #DADEE7;
}
.productPointsBanner ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 84px;
  justify-content: center;
}
.productPointsBanner ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 25.5px */
  color: #196d60;
}
.largeBanner {
  padding: 120px 0;
  background: #F4F4F4;
  color: #125F54;
  float: none;
  clear: both;
}
.largeBanner.darkBg {
  background: #125F54;
  color: #fff;
}
.largeBanner.lightBg {
  background: #D7F6F1;
}
@media all and (max-width: 1120px) {
  .largeBanner {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .largeBanner {
    padding: 40px 0;
  }
}
.largeBanner .introBlock {
  margin-bottom: 32px;
}
.largeBanner .introBlock .innerIntro .introTitle {
  font-size: 2.857142857142857rem;
  line-height: 56px;
}
@media all and (max-width: 640px) {
  .largeBanner .introBlock .innerIntro .introTitle {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.largeBanner .introBlock .innerIntro .introContentWrap {
  margin-bottom: 0;
  margin-top: 24px;
  max-width: 100%;
  font-size: 1rem;
  line-height: 20px;
}
.largeBanner .introBlock + .buttonWrap {
  margin-top: 24px;
  margin-bottom: 0;
}
.largeBanner .buttonWrap {
  width: 100%;
  text-align: center;
}
.largeBanner .buttonWrap a {
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
}
@media all and (max-width: 640px) {
  .largeBanner .buttonWrap a {
    width: 100%;
  }
}
.onlineDoctorCTA {
  float: none;
  clear: both;
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: #F4F4F4;
}
@media all and (max-width: 1200px) {
  .onlineDoctorCTA {
    padding: 56px 0;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCTA {
    padding: 48px 0;
  }
}
.onlineDoctorCTA.darkBg {
  background: #125F54;
  color: #fff;
}
.onlineDoctorCTA.darkBg:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.16);
  display: none;
}
@media all and (max-width: 1200px) {
  .onlineDoctorCTA.darkBg:after {
    display: block;
  }
}
.innerOnlineDoctorCTA .introBlock {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
@media all and (max-width: 1200px) {
  .innerOnlineDoctorCTA .introBlock {
    margin-bottom: 40px;
  }
}
.innerOnlineDoctorCTA .introBlock .innerIntro {
  width: 100%;
  max-width: 100%;
}
.innerOnlineDoctorCTA .introBlock .introContentWrap {
  max-width: 100%;
}
.innerOnlineDoctorCTA .buttonWrap {
  width: 100%;
  text-align: center;
  margin: 0 0 -16px 0;
}
.innerOnlineDoctorCTA .buttonWrap > a {
  display: inline-block;
  margin: 0 16px 16px 16px;
}
@media all and (max-width: 640px) {
  .innerOnlineDoctorCTA .buttonWrap > a {
    margin: 0 12px 16px 12px;
  }
}
.aboutUsBanner {
  float: none;
  clear: both;
  padding: 0;
}
.aboutUsBanner h2 {
  margin-bottom: 8px;
  font-size: 2.2857142857142856rem;
  color: #249C89;
  line-height: 40px;
  font-weight: normal;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner h2 {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 640px) {
  .aboutUsBanner h2 {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.aboutUsBanner h3 {
  margin-bottom: 32px;
  font-size: 2.2857142857142856rem;
  color: #249C89;
  line-height: 40px;
  font-weight: normal;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner h3 {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .aboutUsBanner h3 {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.aboutUsBanner p {
  color: #171717;
  font-size: 1rem;
  line-height: 24px;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 640px) {
  .aboutUsBanner p {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.aboutUsBanner a {
  text-decoration: none;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner .buttonWrap {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .aboutUsBanner .buttonWrap {
    text-align: left;
  }
}
.aboutUsBanner .innerAbout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 64px);
  margin: 0 -32px;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner .innerAbout {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.aboutUsBanner .gridLeft .button,
.aboutUsBanner .gridRight .button,
.aboutUsBanner .gridLeft buttonAlt,
.aboutUsBanner .gridRight buttonAlt {
  margin-bottom: 0;
  min-width: 160px;
}
@media all and (max-width: 640px) {
  .aboutUsBanner .gridLeft .button,
  .aboutUsBanner .gridRight .button,
  .aboutUsBanner .gridLeft buttonAlt,
  .aboutUsBanner .gridRight buttonAlt {
    width: 100%;
  }
}
.aboutUsBanner .gridLeft {
  width: 50%;
  padding: 8em 32px;
  order: 2;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner .gridLeft {
    padding: 5em 16px;
    width: 100%;
  }
}
.aboutUsBanner .gridRight {
  position: relative;
  width: 50%;
  padding: 8em 32px;
  background: transparent;
  order: 1;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner .gridRight {
    padding: 5em 16px;
    width: 100%;
  }
}
.aboutUsBanner .gridRight .inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.aboutUsBanner .gridRight .inner .largeImage {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.aboutUsBanner .gridRight .inner .largeImage img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.aboutUsBanner .gridRight .inner .largeImage img[data-lazy-img-src] {
  width: 56px !important;
  height: auto;
  margin: 0 auto;
}
.aboutUsBanner .gridRight .inner .largeImage img.desktopImage {
  display: inline-block;
}
@media all and (max-width: 640px) {
  .aboutUsBanner .gridRight .inner .largeImage img.desktopImage {
    display: none;
  }
}
.aboutUsBanner .gridRight .inner .largeImage img.mobileImage {
  display: none;
}
@media all and (max-width: 640px) {
  .aboutUsBanner .gridRight .inner .largeImage img.mobileImage {
    display: inline-block;
  }
}
.aboutUsBanner.aboutBackground {
  background-repeat: no-repeat;
  background-position: right 0 bottom -32px;
  background-size: auto 100%;
  min-height: 432px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1600px) {
  .aboutUsBanner.aboutBackground {
    background-position: right -176px bottom -32px;
  }
}
@media all and (max-width: 1440px) {
  .aboutUsBanner.aboutBackground {
    background-position: right -88px bottom -32px;
  }
}
@media all and (max-width: 1200px) {
  .aboutUsBanner.aboutBackground {
    background-position: right -216px bottom -32px;
  }
}
@media all and (max-width: 1120px) {
  .aboutUsBanner.aboutBackground {
    padding-bottom: 27%;
    background-position: 50% bottom;
    background-size: 640px;
  }
}
@media all and (max-width: 640px) {
  .aboutUsBanner.aboutBackground {
    padding-bottom: 0;
    background-image: none !important;
    min-height: 0;
    padding-top: 0;
  }
}
@media all and (min-width: 1121px) {
  .aboutUsBanner.aboutBackground h2 {
    font-size: 2.857142857142857rem;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 16px;
  }
}
@media all and (min-width: 1121px) {
  .aboutUsBanner.aboutBackground p {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .aboutUsBanner.aboutBackground p:last-child {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1121px) {
  .aboutUsBanner.aboutBackground .buttonWrap {
    padding-top: 16px;
  }
}
.aboutUsBanner.aboutBackground .innerAbout {
  width: 100%;
  margin: 0;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner.aboutBackground .innerAbout {
    width: 100%;
    margin: 0;
  }
}
.aboutUsBanner.aboutBackground .gridLeft {
  order: 1;
  padding: 48px 0;
}
.aboutUsBanner.aboutWithImage .gridLeft,
.aboutUsBanner.aboutWithImage .gridRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutUsBanner.aboutWithImage .gridLeft .inner,
.aboutUsBanner.aboutWithImage .gridRight .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media all and (max-width: 1120px) {
  .aboutUsBanner.aboutWithImage .gridRight {
    display: none;
  }
}
.aboutUsBanner.aboutWithImage .gridLeft {
  order: 1;
}
.aboutUsBanner.aboutWithImage .gridRight {
  order: 2;
}
.aboutUsBanner.swapSides .gridLeft {
  order: 1;
}
.aboutUsBanner.swapSides .gridRight {
  order: 2;
}
.aboutUsBanner.swapSides.aboutWithImage .gridLeft {
  order: 2;
}
.aboutUsBanner.swapSides.aboutWithImage .gridRight {
  order: 1;
}
.aboutUsBanner.swapSides.aboutBackground .gridLeft {
  order: 2;
}
.aboutUsBanner.swapSides.aboutBackground .gridRight {
  order: 1;
}
.aboutUsBanner.faqWhyChoose .gridRight .inner,
.aboutUsBanner.faqWhyChoose .gridLeft .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.aboutUsBanner.faqWhyChoose .gridRight .inner .buttonWrap,
.aboutUsBanner.faqWhyChoose .gridLeft .inner .buttonWrap {
  margin-top: auto;
}
.aboutUsBanner.faqWhyChoose .gridRight {
  position: relative;
  background: #D7F6F1;
}
.aboutUsBanner.faqWhyChoose .gridRight:after {
  content: "";
  width: 50vw;
  position: absolute;
  left: auto;
  right: 100%;
  top: 0;
  bottom: 0;
  background: #ccf3ed;
  display: block;
}
.aboutUsBanner.faqWhyChoose.swapSides .gridRight:after {
  left: 100%;
  right: auto;
}
.serviceListOuterWrap {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1000px) {
  .serviceListOuterWrap {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.serviceList {
  position: initial;
  float: none;
  clear: both;
  z-index: 5;
  color: #171717;
  width: 100%;
  flex: 0 0 100%;
}
.darkBg .serviceList {
  color: #fff;
}
.serviceList:before,
.serviceList:after {
  display: none;
}
.serviceList,
.serviceList .splide__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 900px) {
  .serviceList,
  .serviceList .splide__list {
    justify-content: flex-start;
  }
}
@media (min-width: 900px) {
  .serviceList .splide__slide:nth-child(2) .serviceList__imageWrap:before,
  .serviceList .splide__list .splide__slide:nth-child(2) .serviceList__imageWrap:before,
  .serviceList .splide__slide:nth-child(2) .serviceList__imageWrap:after,
  .serviceList .splide__list .splide__slide:nth-child(2) .serviceList__imageWrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: -100%;
    border-bottom: 2px dashed #249C89;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  .serviceList .splide__slide:nth-child(2) .serviceList__imageWrap:after,
  .serviceList .splide__list .splide__slide:nth-child(2) .serviceList__imageWrap:after {
    left: 100%;
  }
}
.serviceList .splide__track {
  width: 100%;
}
.serviceList.splide .splide__pagination {
  transform: translate(-50%, 120%);
}
.serviceList__item {
  float: none;
  clear: both;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: 0 !important;
  margin-bottom: 0;
  flex: 1 1 33.333333%;
  max-width: 405px;
}
@media all and (max-width: 900px) {
  .serviceList__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 25px;
  }
}
.serviceList__inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1400px) {
  .serviceList__inner {
    padding: 0 1.786em;
  }
}
@media all and (max-width: 900px) {
  .serviceList__inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
  }
}
.serviceList__info {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.serviceList__imageWrap {
  position: relative;
  line-height: 16px;
  width: 100%;
  max-width: 308px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: transparent;
}
.serviceList__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.serviceList__title {
  float: none;
  clear: both;
  width: 100%;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  margin: 0.904em 0 0;
  color: inherit;
  position: relative;
}
@media all and (max-width: 640px) {
  .serviceList__title {
    font-size: 1.5rem;
  }
}
.serviceList__description {
  padding: 0;
  margin: 1.063em 0 0;
  font-size: 1.1428571428571428rem;
  line-height: 22px;
  font-weight: 400;
  color: inherit;
}
.serviceList__description p {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.serviceBanner {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 2;
  max-width: 100%;
  margin: 6.071em auto 4.714em;
  overflow: hidden;
}
.serviceBanner.hideButton {
  padding-bottom: 124px;
}
.serviceBanner.hideButton .buttonWrap {
  display: none;
}
.serviceBanner.darkBg {
  background: #249C89;
}
.serviceBanner .wrapper {
  position: relative;
  z-index: 1;
}
.serviceBanner a {
  text-decoration: none;
}
.serviceBanner .introBlock {
  margin-bottom: 2.7em;
}
.serviceBanner .introBlock .introTitle {
  color: #249C89;
}
.serviceBanner .buttonWrap {
  padding: 4.6em 0 0;
  margin-bottom: 0;
}
.serviceBanner .buttonWrap .button {
  margin: 0;
  width: auto;
}
.titleBanner {
  position: relative;
  background: transparent;
  color: #249C89;
  display: flex;
  align-items: center;
}
.titleBanner > .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 3;
}
@media all and (max-width: 1120px) {
  .titleBanner > .wrapper {
    flex-direction: column;
    gap: 1em;
  }
}
.titleBanner > .wrapper:before,
.titleBanner > .wrapper:after {
  display: none;
}
.titleBanner .imageBackground {
  width: 100%;
  height: 100%;
}
.titleBanner .imageBackground .imageWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 440px;
  border-radius: 8px;
}
@media all and (max-width: 1120px) {
  .titleBanner .imageBackground .imageWrap img {
    max-height: 400px;
  }
}
@media all and (max-width: 640px) {
  .titleBanner .imageBackground .imageWrap img {
    max-height: 280px;
  }
}
.titleBanner.customerCareTitleBanner > .wrapper {
  height: 100%;
  flex-direction: column;
}
@media all and (max-width: 1410px) {
  .titleBanner.customerCareTitleBanner > .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 640px) {
  .titleBanner.customerCareTitleBanner > .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.titleBanner.customerCareTitleBanner > .wrapper .imageBackground .imageWrap {
  height: 100%;
}
.titleBanner.customerCareTitleBanner > .wrapper .imageBackground .imageWrap img {
  aspect-ratio: auto;
  max-height: 450px;
}
@media all and (max-width: 1120px) {
  .titleBanner.customerCareTitleBanner > .wrapper .imageBackground .imageWrap img {
    max-height: 320px;
  }
}
.titleBanner.customerCareTitleBanner > .wrapper .bannerContentWrap {
  padding: 1em 0 5em;
}
.innerTitleBanner {
  display: flex;
  width: 100%;
}
@media all and (max-width: 730px) {
  .innerTitleBanner {
    flex-wrap: wrap;
  }
}
.innerTitleBanner .bannerContentWrap {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2.1em;
}
@media all and (max-width: 1120px) {
  .innerTitleBanner .bannerContentWrap {
    padding-left: 0;
  }
}
.leftAlign .innerTitleBanner .bannerContentWrap {
  align-items: flex-start;
  justify-content: flex-start;
}
.innerTitleBanner .innerContentWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}
.innerTitleBanner .innerContentWrapper .buttonWrap {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 1.9em 0 0;
  gap: 0.9em;
}
@media all and (max-width: 1120px) {
  .innerTitleBanner .innerContentWrapper .buttonWrap {
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .innerTitleBanner .innerContentWrapper .buttonWrap {
    gap: 1em;
  }
}
.leftAlign .innerTitleBanner .innerContentWrapper .buttonWrap {
  justify-content: flex-start;
}
.innerTitleBanner .innerContentWrapper .buttonWrap > a {
  width: auto;
  flex: 0 0 auto;
}
@media all and (max-width: 640px) {
  .innerTitleBanner .innerContentWrapper .buttonWrap > a {
    width: 100%;
  }
}
.innerTitleBanner .innerContentWrapper .buttonWrap > a .svgIcon {
  display: none;
}
.innerTitleBanner .titleWrap {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  display: flex;
  align-items: center;
}
.innerTitleBanner .titleWrap .innerText {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  color: inherit;
  gap: 1.5em;
}
.innerTitleBanner .titleWrap .innerText:before,
.innerTitleBanner .titleWrap .innerText:after {
  display: none;
}
.innerTitleBanner .titleWrap .innerText h1 {
  margin: 0 0 0.5em;
}
.innerTitleBanner .titleWrap .innerText h1 strong {
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .innerTitleBanner .titleWrap .innerText h1 {
    font-size: 2.7142857142857144rem;
    line-height: 1.2em;
  }
}
.innerTitleBanner .titleWrap .innerText h4 {
  margin: 8px 0 0;
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  position: relative;
  padding: 0;
  color: inherit;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.innerTitleBanner .titleWrap .innerText .titleContent {
  font-size: 1.1428571428571428rem;
  line-height: 1.4;
  font-weight: 400;
  color: #171717;
  max-width: 60ch;
}
.innerTitleBanner .titleWrap .innerText .titleContent:before,
.innerTitleBanner .titleWrap .innerText .titleContent:after {
  display: none;
}
.innerTitleBanner .titleWrap .innerText .titleContent ul,
.innerTitleBanner .titleWrap .innerText .titleContent ol,
.innerTitleBanner .titleWrap .innerText .titleContent p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 1.4em;
}
.leftAlign .innerTitleBanner .titleWrap {
  text-align: left;
  margin: 0;
}
.innerTitleBanner .iconHighlights {
  padding: 32px 0 0;
}
.innerTitleBanner .iconHighlights ul {
  margin: 0;
  float: none;
  clear: both;
  display: flex;
  list-style: none;
  gap: 35px;
}
.innerTitleBanner .iconHighlights ul:before,
.innerTitleBanner .iconHighlights ul:after {
  display: none;
}
.innerTitleBanner .iconHighlights ul li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.46px;
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  line-height: 21.527px;
  color: #646464;
}
.innerTitleBanner .iconHighlights ul li i {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  opacity: 0.6;
}
.innerTitleBanner .iconHighlights ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trustPilotBanner {
  float: none;
  clear: both;
  padding: 0 0 24px 0;
}
.trustPilotBanner.browseTrustPilot {
  background: #fff;
}
.trustPilotBanner .wrapper {
  position: relative;
}
.trustPilotBanner .iconWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.trustPilotBanner .iconWrapper .icon {
  width: 81px;
  height: 49px;
  background: transparent;
  opacity: 1;
  position: relative;
}
.trustPilotBanner .iconWrapper .icon img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.trustPilotBanner .innerWrapper {
  display: flex;
  width: 100%;
  background: #249C89;
  color: #fff;
  padding: 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 800px) {
  .trustPilotBanner .innerWrapper {
    flex-wrap: wrap;
  }
}
.trustPilotBanner .innerWrapper .trustPilotWidget {
  width: calc(100% - 200px);
  flex: 1 1;
  flex-basis: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media all and (max-width: 800px) {
  .trustPilotBanner .innerWrapper .trustPilotWidget {
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 24px;
    align-items: flex-start;
    justify-content: center;
  }
}
.trustPilotBanner .innerWrapper .trustPilotWidget .trustpilot-widget {
  margin-left: -35px;
  width: 420px !important;
}
@media all and (max-width: 800px) {
  .trustPilotBanner .innerWrapper .trustPilotWidget .trustpilot-widget {
    margin-left: 0;
    width: 100% !important;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 530px) {
  .trustPilotBanner .innerWrapper .trustPilotWidget .trustpilot-widget {
    margin-bottom: 8px;
  }
}
.trustPilotBanner .innerWrapper .trustPilotWidget .trustpilot-widget > a {
  color: #249C89 !important;
}
@media all and (max-width: 530px) {
  .trustPilotBanner .innerWrapper .trustPilotWidget .trustpilot-widget iframe {
    height: 53px !important;
  }
}
.trustPilotBanner .innerWrapper .buttonWrapper {
  width: 200px;
  flex: 0 0;
  flex-basis: 200px;
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 800px) {
  .trustPilotBanner .innerWrapper .buttonWrapper {
    width: 100%;
    flex: 0 0 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }
}
.trustPilotBanner .innerWrapper .button {
  margin: 0;
}
.videoBanner {
  padding: 8em 0;
  background: #F4F4F4;
  float: none;
  clear: both;
}
@media all and (max-width: 640px) {
  .videoBanner {
    padding: 5em 0;
  }
}
.videoBanner .videoWrap {
  display: flex;
  justify-content: center;
}
.videoBanner .videoBox {
  width: 100%;
  height: auto;
  max-width: 920px;
  position: relative;
}
.videoBanner .videoBox a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.videoBanner .videoBox a:before {
  color: inherit;
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
  z-index: 5;
  font-size: 4.571428571428571rem;
  line-height: 1.125em;
  width: 1.125em;
  height: 1.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  transition: text-shadow 400ms;
}
.videoBanner .videoBox a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(25, 109, 96, 0.4);
  transition: all 400ms;
}
.videoBanner .videoBox a .imageWrap img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.videoBanner .videoBox a .imageWrap img.imageDesktop {
  display: inline-block;
}
@media all and (max-width: 640px) {
  .videoBanner .videoBox a .imageWrap img.imageDesktop {
    display: none;
  }
}
.videoBanner .videoBox a .imageWrap img.imageMobile {
  display: none;
}
@media all and (max-width: 640px) {
  .videoBanner .videoBox a .imageWrap img.imageMobile {
    display: inline-block;
  }
}
.videoBanner .videoBox a .imageWrap img[data-lazy-img-src] {
  width: 40px;
  height: auto;
}
.videoBanner .videoBox a:hover:before {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: text-shadow 400ms;
}
.videoBanner .videoBox a:hover:after {
  background: rgba(25, 109, 96, 0.2);
  transition: all 400ms;
}
.videoBanner .videoBox a:active:before {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 200ms;
}
.gphcBanner {
  margin: 4.2em 0;
}
.gphcBanner__grid {
  display: flex;
  align-items: center;
  background: #D7F6F1;
  border-radius: 8px;
}
@media all and (max-width: 640px) {
  .gphcBanner__grid {
    flex-direction: column;
    align-items: normal;
  }
}
.gphcBanner__left {
  flex: 0 0 50%;
  padding: 3.2em;
}
@media all and (max-width: 640px) {
  .gphcBanner__left {
    align-self: flex-start;
    padding: 3.2em 1.6em 0;
  }
}
.gphcBanner__left h2 {
  margin-bottom: 1.1em;
}
.gphcBanner__left .wysiwyg ul {
  margin: 0 !important;
}
.gphcBanner__left .wysiwyg ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.7em;
  list-style-type: none !important;
  padding-left: 1.9em !important;
}
.gphcBanner__left .wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 28px;
  height: 21px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2228%22 height%3D%2220%22 viewBox%3D%220 0 28 20%22 fill%3D%22none%22%3E%3Cpath d%3D%22M27.125 2.25C27.125 2.77734 26.8906 3.24609 26.5391 3.59766L11.5391 18.5977C11.1875 18.9492 10.7188 19.125 10.25 19.125C9.72266 19.125 9.25391 18.9492 8.90234 18.5977L1.40234 11.0977C1.05078 10.7461 0.875 10.2773 0.875 9.75C0.875 8.69531 1.69531 7.875 2.75 7.875C3.21875 7.875 3.6875 8.10938 4.03906 8.46094L10.25 14.6133L23.9023 0.960938C24.2539 0.609375 24.7227 0.375 25.25 0.375C26.2461 0.375 27.125 1.19531 27.125 2.25Z%22 fill%3D%22%23249C89%22/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
}
.gphcBanner__right {
  flex: 0 1 50%;
  background: #FFF;
  padding: 3em 2.1em 2.9em;
  margin: 1.9em 1.6em 2.1em 0;
  border-radius: 8px;
}
@media all and (max-width: 640px) {
  .gphcBanner__right {
    margin: 1.9em 1.6em 2.1em;
  }
}
.gphcBanner__right .button {
  margin: 0;
}
.gphcBanner__images {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.7em;
  margin-bottom: 2.2em;
}
.gphcBanner__about {
  margin-bottom: 1.7em;
}
.gphcBanner__about p {
  max-width: 64ch;
  line-height: 1.4;
}
.privacyAssurance {
  margin: 5.1em 0 4.3em;
}
.privacyAssurance__grid {
  display: flex;
}
@media (max-width: 900px) {
  .privacyAssurance__grid {
    flex-direction: column;
    gap: 2em;
  }
}
.privacyAssurance__left {
  flex: 1 1 50%;
}
.privacyAssurance__left img {
  border-radius: 8px;
}
.privacyAssurance__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3em;
  flex: 1 1 50%;
  padding-left: 3.4em;
}
@media (max-width: 1150px) {
  .privacyAssurance__right {
    padding-left: 2em;
  }
}
@media (max-width: 900px) {
  .privacyAssurance__right {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    order: -1;
  }
}
.privacyAssurance__title {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.privacyAssurance__content {
  font-size: 1.1428571428571428rem;
  line-height: 1.4;
  font-weight: 400;
  max-width: 56ch;
}
.consultation-info-section {
  margin: 8.9em 0 9em;
}
@media all and (max-width: 640px) {
  .consultation-info-section {
    margin: 7em 0 5em;
  }
}
.consultation-info-section__grid {
  display: flex;
}
@media (max-width: 900px) {
  .consultation-info-section__grid {
    flex-direction: column;
    gap: 2em;
  }
}
.consultation-info-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 50%;
  padding-right: 3.4em;
}
@media (max-width: 1150px) {
  .consultation-info-section__content {
    padding-right: 2em;
  }
}
@media (max-width: 900px) {
  .consultation-info-section__content {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    order: -1;
  }
}
.consultation-info-section__image-wrapper {
  flex: 1 1 50%;
}
.consultation-info-section__image-wrapper img {
  border-radius: 8px;
}
.consultation-info-section__title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #249C89;
  max-width: 32ch;
  margin-bottom: 0.7em;
}
.consultation-info-section p {
  font-size: 1.1428571428571428rem;
  line-height: 1.4;
  font-weight: 400;
  max-width: 57ch;
}
.consultation-info-section .button {
  color: #FFFFFF;
  border-color: #171717;
  background: #171717;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: color 200ms linear, border-color 200ms linear, background 200ms linear;
}
@media all and (max-width: 640px) {
  .consultation-info-section .button {
    max-width: 100%;
  }
}
.consultation-info-section .button:hover,
.consultation-info-section .button:focus-visible,
.consultation-info-section .button:active {
  color: #171717;
  border-color: #171717;
  background: #FFFFFF;
}
.addressBox {
  padding: 52px 0 0;
}
@media all and (max-width: 640px) {
  .addressBox {
    padding: 0;
  }
}
.footer .addressBox .menuGroupTitle.addressBoxTitle {
  margin: 0 0 24px;
}
@media all and (max-width: 640px) {
  .footer .addressBox .menuGroupTitle.addressBoxTitle {
    margin: 0;
  }
}
.addressBox .addressRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.addressBox .addressRow .addressTitle {
  font-size: 1rem;
  line-height: 16px;
  color: #249C89;
  font-weight: normal;
  margin: 0 0 12px;
  width: 100%;
}
.addressBox .addressRow:last-of-type {
  margin-bottom: 0;
}
.addressBox .addressRow a {
  text-decoration: none;
  color: #249C89;
  transition: color 200ms linear;
}
.addressBox .addressRow a:hover {
  text-decoration: none;
  color: #E29B2F;
  transition: color 200ms linear;
}
.addressBox .addressRow a:active {
  text-decoration: none;
  color: #c3801b;
  transition: color 200ms linear;
}
.addressBox .addressRow .addressContent {
  width: 100%;
}
.addressBox .addressRow .addressContent .emailLink .fullEmail {
  display: block;
}
.addressBox .addressRow .addressContent .emailLink .shortLink {
  display: none;
}
.cardGridWrap {
  background: #F4F4F4;
  padding: 80px 0 48px;
}
@media all and (max-width: 1120px) {
  .cardGridWrap {
    padding: 40px 0 40px;
  }
}
.cardGridWrap .searchHeader {
  margin-bottom: 56px;
  text-align: center;
}
.cardGridWrap .searchHeader + .searchGrid .noArticles {
  padding: 0 0 120px;
}
.cardGrid {
  float: none;
  clear: both;
  position: relative;
}
.cardGrid ul.cards {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-right: -12px;
  margin-left: -12px;
}
@media all and (max-width: 580px) {
  .cardGrid ul.cards {
    float: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin-right: -8px;
    margin-left: -8px;
  }
}
.cardGrid ul.cards > li.card {
  float: none;
  clear: both;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
}
.noBottomMargin .cardGrid ul.cards > li.card {
  margin-bottom: 0;
}
@media all and (max-width: 1120px) {
  .cardGrid ul.cards > li.card {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
  }
  .noBottomMargin .cardGrid ul.cards > li.card {
    margin-bottom: 0;
  }
}
@media all and (max-width: 700px) {
  .cardGrid ul.cards > li.card {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .noBottomMargin .cardGrid ul.cards > li.card {
    margin-bottom: 0;
  }
}
.cardGrid .innerCards {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
}
.cardGrid .innerCards .cardHeader {
  padding: 0 0 38px;
  flex: 1 1 auto;
  min-height: 126px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  .cardGrid .innerCards .cardHeader {
    padding: 0 0 24px;
  }
}
.cardGrid .innerCards .cardHeader.faqCardHeader {
  flex: 0 0 auto;
}
.cardGrid .innerCards .cardHeader .headerBox {
  flex: 0 0 100%;
  width: 100%;
}
.cardGrid .innerCards .cardHeader .iconBox {
  width: 64px;
  height: auto;
}
@media all and (max-width: 1300px) {
  .cardGrid .innerCards .cardHeader .iconBox {
    width: 100%;
  }
}
.cardGrid .innerCards .cardHeader .iconBox .icon {
  text-align: center;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1300px) {
  .cardGrid .innerCards .cardHeader .iconBox .icon {
    margin-bottom: 4px;
  }
}
.cardGrid .innerCards .cardHeader .iconBox .icon svg {
  width: auto;
  height: auto;
  max-width: 48px;
  max-height: 48px;
}
.cardGrid .innerCards .cardHeader .iconBox + .headerBox {
  width: calc(100% - 64px);
  flex: 1 1;
  flex-basis: calc(100% - 64px);
  padding-left: 18px;
}
@media all and (max-width: 1300px) {
  .cardGrid .innerCards .cardHeader .iconBox + .headerBox {
    width: 100%;
    flex: 0 0;
    flex-basis: 100%;
    padding-left: 0;
  }
}
.cardGrid .innerCards .cardTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  margin: 0;
  color: #171717;
}
@media all and (max-width: 640px) {
  .cardGrid .innerCards .cardTitle {
    font-size: 1.5rem;
  }
}
.cardGrid .innerCards .cardContent {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #171717;
  padding: 11px 0 0;
}
.cardGrid .innerCards .cardContent p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.cardGrid .cardLinks {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.cardGrid .cardLinks .showAllWrap {
  padding: 16px 0 0;
  margin-top: auto;
}
.cardGrid .cardLinks .showAllWrap a {
  font-size: 1rem;
  line-height: 16px;
}
.cardGrid .cardLinks > ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.cardGrid .cardLinks > ul:before,
.cardGrid .cardLinks > ul:after {
  display: none;
}
.cardGrid .cardLinks > ul.medicationsHidden {
  display: none;
  padding: 0;
  border-top: 1px solid rgba(23, 39, 65, 0.14);
}
.cardGrid .cardLinks > ul > li {
  display: block;
  width: 100%;
}
.cardGrid .cardLinks > ul > li a {
  padding: 19px 24px 19px 0;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #F3F3F3;
  color: #171717;
  transition: color 200ms linear;
}
.cardGrid .cardLinks > ul > li a:hover {
  color: #E29B2F;
  transition: color 200ms linear;
}
.cardGrid .cardLinks > ul > li a:active {
  color: #c3801b;
  transition: color 200ms linear;
}
.cardGrid .cardLinks > ul > li a:hover:before,
.cardGrid .cardLinks > ul > li a:active:before {
  transform: translate(6px, -50%);
  transition: transform 200ms linear;
}
.cardGrid .cardLinks > ul > li a:before {
  color: inherit;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 16px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
  color: #E29B2F;
  transition: transform 200ms linear;
}
.cardGrid .cardLinks > ul > li:last-child a {
  border: none;
}
/*
 * Contact Page Styling
 */
.contactWrap {
  float: none;
  clear: both;
  width: calc(100% + 80px);
  margin: 0 -40px;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none;
}
@media all and (max-width: 1200px) {
  .contactWrap {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
@media all and (max-width: 750px) {
  .contactWrap {
    flex-wrap: wrap;
  }
}
.contactWrap:before,
.contactWrap:after {
  display: none;
}
.contactFormWrap,
.contactDetails {
  *zoom: 1;
  float: none;
  clear: both;
  margin: 0 0 32px;
  padding: 0 40px;
}
.contactFormWrap:before,
.contactDetails:before,
.contactFormWrap:after,
.contactDetails:after {
  content: "";
  display: table;
}
.contactFormWrap:after,
.contactDetails:after {
  clear: both;
}
@media all and (max-width: 1200px) {
  .contactFormWrap,
  .contactDetails {
    padding: 0 16px;
  }
}
@media all and (max-width: 890px) {
  .contactFormWrap,
  .contactDetails {
    width: 100%;
  }
}
.contactFormWrap:before,
.contactDetails:before,
.contactFormWrap:after,
.contactDetails:after {
  display: none;
}
.contactFormWrap .successMessage,
.contactDetails .successMessage {
  text-align: center;
}
@media all and (max-width: 640px) {
  .contactFormWrap .successMessage,
  .contactDetails .successMessage {
    text-align: left;
  }
}
.contactDetails {
  width: 50%;
  flex: 0 0 50%;
}
@media all and (max-width: 1120px) {
  .contactDetails {
    width: 40%;
    flex: 0 0 40%;
  }
}
@media all and (max-width: 750px) {
  .contactDetails {
    width: 100%;
    flex: 0 0 100%;
  }
}
.contactFormWrap {
  order: 2;
  margin: 0;
  width: 50%;
  flex: 1 1 100%;
}
.contactForm {
  background: #D7F6F1;
  border: none;
  padding: 40px;
  border-radius: 19px;
  position: sticky;
  top: 24px;
}
@media all and (max-width: 640px) {
  .contactForm {
    padding: 24px 16px;
  }
}
.contactForm:before,
.contactForm:after {
  display: none;
}
.contactForm h4 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin-bottom: 32px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .contactForm h4 {
    font-size: 2rem;
  }
}
.contactForm button {
  width: 100%;
  margin: 0;
}
.contactForm textarea {
  min-height: 160px;
}
.contactForm .row {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  margin: 0 0 32px;
}
.contactForm .row .validationMessage {
  padding: 4px 0 0 0;
}
.contactForm .inputWrap textarea {
  resize: none;
}
.contactDetails {
  float: none;
  clear: both;
  order: 1;
  /*
     * Contact Meta (phone, email and opening hours)
     */
}
.contactDetails:before,
.contactDetails:after {
  display: none;
}
.contactDetails h1,
.contactDetails h2 {
  padding: 0;
  text-align: left;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
}
@media all and (max-width: 640px) {
  .contactDetails h1,
  .contactDetails h2 {
    font-size: 2rem;
  }
}
.contactDetails h1 .innerText,
.contactDetails h2 .innerText {
  padding: 0 !important;
}
.contactDetails .mapCoordsList {
  width: 100%;
  float: left;
}
.contactDetails .mapCoordsList .address {
  float: none;
  clear: both;
}
@media all and (min-width:  1400px ), all and (min-width:  641px ) and (max-width:  1399px ) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (2 - 1))) / 2);
    margin-bottom: 15px;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .mapCoordsList .address {
    float: left;
    margin: 0 32px 32px 0;
    width: calc((100% - (32px * (1 - 1))) / 1);
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n) {
    margin-right: 0;
  }
  .contactDetails .mapCoordsList .address:nth-of-type(1n + 1) {
    clear: both;
  }
}
.contactDetails .mapCoordsList .address .title {
  margin: 0 0 8px 0;
}
.contactDetails .mapCoordsList .address .title a {
  font-size: 1.1428571428571428rem;
  color: #171717;
  text-decoration: none;
  margin-bottom: 5px;
}
.contactDetails .pageContent {
  padding-bottom: 0;
  margin: 16px 0 0 ;
}
.contactDetails .pageContent p {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.contactDetails .contactBoxes {
  margin: 24px 0 0;
}
.contactDetails .contactBoxes .contactTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2857142857142858rem;
  color: #171717;
  margin: 0 0 12px;
}
@media all and (max-width: 640px) {
  .contactDetails .contactBoxes .contactTitle {
    font-size: 1.2857142857142858rem;
  }
}
.contactDetails .contactBoxes p {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.contactDetails .contactBoxes p strong {
  font-weight: normal;
}
.contactDetails .contactBoxes .addressArea {
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.contactDetails .contactBoxes .addressArea strong {
  font-weight: normal;
}
.contactDetails .contactBoxes .addressArea > span {
  display: block;
  width: 100%;
}
@media all and (max-width: 640px) {
  .contactDetails .contactBoxes .addressArea > span {
    display: inline-block;
    width: auto;
  }
  .contactDetails .contactBoxes .addressArea > span:not(.noSeparator) {
    padding-right: 4px;
  }
  .contactDetails .contactBoxes .addressArea > span:not(.noSeparator):after {
    content: ",";
  }
}
.contactDetails .contactBoxes .addressArea > span.spaced {
  margin-top: 10px;
}
@media all and (max-width: 640px) {
  .contactDetails .contactBoxes .addressArea > span.spaced {
    display: block;
  }
}
.contactDetails .contactBoxes .personWrap {
  margin: 8px 0 0;
}
.contactDetails .contactBoxes .personWrap:first-of-type {
  margin-top: 0;
}
.contactDetails .contactBoxes .personWrap .personTitle {
  display: block;
  width: 100%;
}
.contactDetails .contactBoxes .personWrap .personName {
  display: block;
  width: 100%;
}
.contactDetails .contactBoxes .addressBox {
  padding: 0;
  margin: 24px 0 0;
}
.contactDetails .contactBoxes .addressBox .addressRow {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 24px;
}
.contactDetails .contactBoxes .addressBox .addressRow:first-of-type {
  margin: 0;
}
.contactDetails .contactBoxes .addressBox .addressRow .addressTitle {
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}
.contactDetails .contactBoxes .regNumbers {
  margin: 0;
}
.contactDetails .contactBoxes .regNumbers .companyReg {
  margin: 8px 0 0;
}
.contactDetails .contactBoxes .regNumbers .companyReg strong {
  font-weight: 600;
  display: block;
  width: 100%;
}
.contactDetails .contactMeta {
  margin: 0;
}
.contactDetails .contactMeta:before,
.contactDetails .contactMeta:after {
  display: none;
}
.contactDetails .contactMeta li {
  float: none;
  clear: both;
  position: relative;
  padding: 0 0 0 32px;
  margin: 0 0 12px 0;
  width: 100%;
}
.contactDetails .contactMeta li i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #249C89;
}
.contactDetails .contactMeta li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571428571428rem;
  line-height: 26px;
}
.contactDetails .contactMeta li a {
  color: #171717;
  text-decoration: none;
  transition: color 200ms linear;
}
.contactDetails .contactMeta li a:hover {
  color: #249C89;
  transition: color 200ms linear;
}
.contactDetails .bottomDetails {
  border-top: 1px solid #C7C7C7;
  padding-top: 32px;
  margin-top: 32px;
}
@media all and (max-width: 640px) {
  .contactDetails .bottomDetails {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.contactDetails .detailsWrap {
  width: calc(100% + 32px);
  margin: 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 890px) {
  .contactDetails .detailsWrap {
    max-width: 640px;
  }
}
.contactDetails .detailsWrap:before,
.contactDetails .detailsWrap:after {
  display: none;
}
.contactDetails .detailsWrap .gridItem {
  width: 50%;
  padding: 0 16px;
  margin: 0;
}
@media (min-width: 891px) and (max-width: 1200px) {
  .contactDetails .detailsWrap .gridItem {
    width: 100%;
  }
  .contactDetails .detailsWrap .gridItem:last-of-type {
    margin-top: 12px;
  }
}
@media all and (max-width: 890px) {
  .contactDetails .detailsWrap .gridItem {
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .contactDetails .detailsWrap .gridItem {
    width: 100%;
  }
  .contactDetails .detailsWrap .gridItem:last-of-type {
    margin-top: 12px;
  }
}
.contactDetails .detailsWrap .gridItem.address {
  display: flex;
}
.contactDetails .detailsWrap .gridItem.address .addressIcon {
  width: 32px;
  text-align: left;
  position: relative;
}
.contactDetails .detailsWrap .gridItem.address .addressIcon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #249C89;
}
.contactDetails .detailsWrap .gridItem.address .addressIcon i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1428571428571428rem;
  line-height: 26px;
}
.contactDetails .detailsWrap .gridItem.address .innerAddress {
  width: calc(100% - 32px);
}
.withMaps {
  /*
     * Map Styling
     */
}
.withMaps .mapWrap {
  position: relative;
  margin: 0;
  *zoom: 1;
  float: none;
  clear: both;
  border-top: 4px solid #249C89;
}
.withMaps .mapWrap:before,
.withMaps .mapWrap:after {
  content: "";
  display: table;
}
.withMaps .mapWrap:after {
  clear: both;
}
.withMaps .mapWrap .map {
  width: 100%;
  height: 340px;
  background: #FFF;
}
.withMaps .mapWrap .mapLink {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E29B2F;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  font-size: 1rem;
  line-height: 14px;
  font-weight: 500;
  border-radius: 0 8px 0 0;
}
.multiMap .mapMultiple {
  height: 400px;
  width: 100%;
}
.ctaTabs {
  position: relative;
  float: none;
  clear: both;
  padding: 40px 0;
  background: #F4F4F4;
}
.ctaTabs.blogTabs {
  background: transparent;
  padding: 96px 0 40px;
}
@media all and (max-width: 1200px) {
  .ctaTabs.blogTabs {
    padding: 40px 0 40px;
  }
}
.ctaTabs .ctaTabsWrap {
  width: 100%;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav {
  width: 100%;
  min-height: 46px;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav > ul,
.ctaTabs .ctaTabsWrap .ctaTabsNav .leftNav > ul {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #F3F3F3;
}
@media all and (max-width: 1120px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav > ul,
  .ctaTabs .ctaTabsWrap .ctaTabsNav .leftNav > ul {
    display: none;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav > ul:before,
.ctaTabs .ctaTabsWrap .ctaTabsNav .leftNav > ul:before,
.ctaTabs .ctaTabsWrap .ctaTabsNav > ul:after,
.ctaTabs .ctaTabsWrap .ctaTabsNav .leftNav > ul:after {
  display: none;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav > ul > li,
.ctaTabs .ctaTabsWrap .ctaTabsNav .leftNav > ul > li {
  width: auto;
  flex: 0 0 auto;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav button,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink {
  position: relative;
  background: transparent;
  font-size: 1rem;
  line-height: 16px;
  color: rgba(23, 23, 23, 0.5);
  padding: 12px 12px 17px 12px;
  font-weight: 500;
  cursor: pointer;
  transition: color 200ms linear;
  display: inline-block;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav button:after,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #E29B2F;
  opacity: 0;
  transition: opacity 200ms linear;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav button.activeTab,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink.activeTab {
  color: #e29b2f;
  transition: color 200ms linear;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav button.activeTab:after,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink.activeTab:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav button:hover,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink:hover,
.ctaTabs .ctaTabsWrap .ctaTabsNav button:active,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink:active,
.ctaTabs .ctaTabsWrap .ctaTabsNav button:focus,
.ctaTabs .ctaTabsWrap .ctaTabsNav .buttonLink:focus {
  outline: 0;
  color: rgba(226, 155, 47, 0.9);
  transition: color 200ms linear;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav .selectWrap {
  display: none;
}
@media all and (max-width: 1120px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav .selectWrap {
    display: block;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav .selectWrap.row {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 1120px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav .selectWrap .inputWrap {
    min-height: 56px;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.selectNav > ul {
  display: none;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.selectNav .selectWrap {
  display: block;
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F3F3F3;
}
@media all and (max-width: 1120px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid {
    padding-bottom: 24px;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav {
  flex: 1 1;
  flex-basis: calc(100% - 180px);
  padding-right: 24px;
}
@media all and (max-width: 640px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav {
    width: 100%;
    padding-right: 0;
    justify-content: center;
    flex: 0 0;
    flex-basis: 100%;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav > ul {
  border: none;
}
@media all and (max-width: 1120px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav .selectWrap .inputWrap select,
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav .selectWrap .inputWrap .chosen-container {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
@media all and (max-width: 640px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav .selectWrap .inputWrap select,
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .leftNav .selectWrap .inputWrap .chosen-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .rightNav {
  width: 180px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .ctaTabs .ctaTabsWrap .ctaTabsNav.navGrid .rightNav {
    width: 100%;
    padding-top: 24px;
    justify-content: center;
  }
}
.ctaTabs.membersTabs .wrapper {
  padding: 0 !important;
}
.ctaTabs.membersTabs .ctaTabsWrap .ctaTabsNav .chosen-container {
  width: 100% !important;
}
.ctaTabs.membersTabs .ctaTabsWrap .ctaTabsNav button {
  padding: 12px 20px 17px 20px;
}
@media all and (max-width: 1050px) {
  .ctaTabs.membersTabs .ctaTabsWrap .ctaTabsNav button {
    padding: 12px 12px 17px 12px;
  }
}
.ctaTabs .tabContentWrapper {
  padding: 40px 0 0;
}
@media all and (max-width: 1120px) {
  .ctaTabs .tabContentWrapper {
    padding: 24px 0 0;
  }
}
.ctaTabs .tabContentWrapper .ctaTabContent {
  display: none;
}
.ctaTabs .tabContentWrapper .ctaTabContent.showBox {
  display: block;
}
.ctaTabs .tabContentWrapper .ctaTabContent .innerCtaBoxes {
  margin-bottom: -24px;
}
.ctaTabs .tabContentWrapper .ctaTabContent .innerCtaBoxes .boxLeft,
.ctaTabs .tabContentWrapper .ctaTabContent .innerCtaBoxes .boxRight {
  margin-bottom: 24px;
}
/* -- GENERIC FAQ -- */
/*
* Faq options
 */
ul.faqs,
ul.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
  letter-spacing: normal;
  /* Faqs with reduces spacing */
}
ul.faqs::before,
ul.accordion::before,
ul.faqs::after,
ul.accordion::after {
  content: none;
}
ul.faqs .innerContentWrap,
ul.accordion .innerContentWrap {
  display: none;
  padding: 19px 0;
}
.darkBg ul.faqs .innerContentWrap,
.darkBg ul.accordion .innerContentWrap {
  color: #FFFFFF;
}
ul.faqs.accordionReady .innerContentWrap,
ul.accordion.accordionReady .innerContentWrap {
  display: block;
}
ul.faqs li,
ul.accordion li {
  float: none;
  clear: both;
  width: 100%;
  background: #D7F6F1;
  padding: 1.6em 2em 1.6em 1.8em;
}
ul.faqs li a,
ul.accordion li a {
  display: inline-block;
  font-weight: 500;
  padding-right: 18px;
  position: relative;
  letter-spacing: normal;
}
ul.faqs li > h4,
ul.accordion li > h4 {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  color: #171717;
  cursor: pointer;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  padding-right: 3em;
  transition: all 200ms linear;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.darkBg ul.faqs li > h4,
.darkBg ul.accordion li > h4 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.faqsGrid ul.faqs li > h4,
.faqsGrid ul.accordion li > h4 {
  font-size: 1.1428571428571428rem;
  line-height: 28px;
  font-weight: normal;
  padding: 17px 40px 18px 0;
  border-color: #F3F3F3;
}
@media all and (max-width: 1120px) {
  .faqsGrid ul.faqs li > h4,
  .faqsGrid ul.accordion li > h4 {
    font-size: 1.1428571428571428rem;
    line-height: 28px;
    font-weight: normal;
    padding: 17px 40px 18px 0;
  }
}
@media all and (max-width: 640px) {
  .faqsGrid ul.faqs li > h4,
  .faqsGrid ul.accordion li > h4 {
    font-size: 1.1428571428571428rem;
    line-height: 28px;
    font-weight: normal;
    padding: 17px 40px 18px 0;
  }
}
ul.faqs li > h4 .faqIcon,
ul.accordion li > h4 .faqIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  text-indent: 0;
  border: none;
  background: transparent;
  color: #696969;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  box-sizing: border-box;
  z-index: 2;
}
@media all and (max-width: 640px) {
  ul.faqs li > h4 .faqIcon,
  ul.accordion li > h4 .faqIcon {
    width: 24px;
    height: 24px;
  }
}
.faqsGrid ul.faqs li > h4 .faqIcon,
.faqsGrid ul.accordion li > h4 .faqIcon {
  width: 9px;
  height: 9px;
}
ul.faqs li > h4 .faqIcon svg,
ul.accordion li > h4 .faqIcon svg {
  width: 100%;
  height: 100%;
}
ul.faqs li > h4 .faqIcon svg path,
ul.accordion li > h4 .faqIcon svg path {
  fill: #249C89;
  transition: fill 200ms linear;
}
.darkBg ul.faqs li > h4 .faqIcon,
.darkBg ul.accordion li > h4 .faqIcon {
  color: #fff;
  border-color: #F3F3F3;
}
.darkBg ul.faqs li > h4 .faqIcon svg path,
.darkBg ul.accordion li > h4 .faqIcon svg path {
  fill: #fff;
  transition: color 200ms linear;
}
ul.faqs li > h4 .faqIcon > span,
ul.accordion li > h4 .faqIcon > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.faqs li > h4 .faqIcon .iconClosed,
ul.accordion li > h4 .faqIcon .iconClosed {
  display: flex;
}
ul.faqs li > h4 .faqIcon .iconOpen,
ul.accordion li > h4 .faqIcon .iconOpen {
  display: none;
}
ul.faqs li > h4.open .faqIcon,
ul.accordion li > h4.open .faqIcon {
  transform: translateY(-50%) rotate(180deg);
  transition: all 200ms linear;
}
.darkBg ul.faqs li > h4.open .faqIcon,
.darkBg ul.accordion li > h4.open .faqIcon {
  color: #fff;
}
.darkBg ul.faqs li > h4.open .faqIcon svg path,
.darkBg ul.accordion li > h4.open .faqIcon svg path {
  fill: #fff;
}
ul.faqs li > h4.open .faqIcon .iconClosed,
ul.accordion li > h4.open .faqIcon .iconClosed {
  display: none;
}
ul.faqs li > h4.open .faqIcon .iconOpen,
ul.accordion li > h4.open .faqIcon .iconOpen {
  display: flex;
}
ul.faqs li > h4.open + .answer .innerContentWrap,
ul.accordion li > h4.open + .answer .innerContentWrap,
ul.faqs li > h4.open + .content .innerContentWrap,
ul.accordion li > h4.open + .content .innerContentWrap {
  display: block;
}
ul.faqs li > h4:hover,
ul.accordion li > h4:hover,
ul.faqs li > h4:active,
ul.accordion li > h4:active,
ul.faqs li > h4:focus-visible,
ul.accordion li > h4:focus-visible {
  color: #E29B2F;
  transition: all 200ms linear;
}
ul.faqs li > h4:hover:after,
ul.accordion li > h4:hover:after,
ul.faqs li > h4:active:after,
ul.accordion li > h4:active:after,
ul.faqs li > h4:focus-visible:after,
ul.accordion li > h4:focus-visible:after {
  color: #E29B2F;
  transition: all 200ms linear;
}
ul.faqs li > h4:hover .faqIcon svg path,
ul.accordion li > h4:hover .faqIcon svg path,
ul.faqs li > h4:active .faqIcon svg path,
ul.accordion li > h4:active .faqIcon svg path,
ul.faqs li > h4:focus-visible .faqIcon svg path,
ul.accordion li > h4:focus-visible .faqIcon svg path {
  fill: #E29B2F;
}
ul.faqs li:first-child > h4,
ul.accordion li:first-child > h4 {
  border-top: none;
}
ul.faqs li .answer,
ul.accordion li .answer,
ul.faqs li .content,
ul.accordion li .content {
  float: none;
  clear: both;
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  color: #171717 !important;
  text-align: left;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  max-width: 90ch;
}
.darkBg ul.faqs li .answer,
.darkBg ul.accordion li .answer,
.darkBg ul.faqs li .content,
.darkBg ul.accordion li .content {
  color: #fff;
}
@media all and (max-width: 1120px) {
  ul.faqs li .answer,
  ul.accordion li .answer,
  ul.faqs li .content,
  ul.accordion li .content {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
}
@media all and (max-width: 640px) {
  ul.faqs li .answer,
  ul.accordion li .answer,
  ul.faqs li .content,
  ul.accordion li .content {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
}
ul.faqs li .answer p,
ul.accordion li .answer p,
ul.faqs li .content p,
ul.accordion li .content p,
ul.faqs li .answer ul,
ul.accordion li .answer ul,
ul.faqs li .content ul,
ul.accordion li .content ul,
ul.faqs li .answer ol,
ul.accordion li .answer ol,
ul.faqs li .content ol,
ul.accordion li .content ol {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  font-weight: 400;
  line-height: 1.4;
}
ul.faqs li .answer h1,
ul.accordion li .answer h1,
ul.faqs li .content h1,
ul.accordion li .content h1,
ul.faqs li .answer h2,
ul.accordion li .answer h2,
ul.faqs li .content h2,
ul.accordion li .content h2,
ul.faqs li .answer h3,
ul.accordion li .answer h3,
ul.faqs li .content h3,
ul.accordion li .content h3,
ul.faqs li .answer h4,
ul.accordion li .answer h4,
ul.faqs li .content h4,
ul.accordion li .content h4,
ul.faqs li .answer h5,
ul.accordion li .answer h5,
ul.faqs li .content h5,
ul.accordion li .content h5,
ul.faqs li .answer h6,
ul.accordion li .answer h6,
ul.faqs li .content h6,
ul.accordion li .content h6 {
  color: inherit;
  line-height: 24px;
}
ul.faqs li .answer h1,
ul.accordion li .answer h1,
ul.faqs li .content h1,
ul.accordion li .content h1 {
  font-size: 1.7142857142857142rem;
}
ul.faqs li .answer h2,
ul.accordion li .answer h2,
ul.faqs li .content h2,
ul.accordion li .content h2 {
  font-size: 1.4285714285714286rem;
}
ul.faqs li .answer h3,
ul.accordion li .answer h3,
ul.faqs li .content h3,
ul.accordion li .content h3 {
  font-size: 1.2857142857142858rem;
}
ul.faqs li .answer h4,
ul.accordion li .answer h4,
ul.faqs li .content h4,
ul.accordion li .content h4 {
  font-size: 1.1428571428571428rem;
}
ul.faqs li .answer h5,
ul.accordion li .answer h5,
ul.faqs li .content h5,
ul.accordion li .content h5 {
  font-size: 1.0714285714285714rem;
}
ul.faqs li .answer h6,
ul.accordion li .answer h6,
ul.faqs li .content h6,
ul.accordion li .content h6 {
  font-size: 1rem;
}
ul.faqs li .answer,
ul.accordion li .answer,
ul.faqs li .content,
ul.accordion li .content {
  padding: 3em 0 1.7em;
}
ul.faqs.faqClosed li .answer,
ul.accordion.faqClosed li .answer,
ul.faqs.faqClosed li .content,
ul.accordion.faqClosed li .content {
  display: none;
}
ul.faqs.faqsMini,
ul.accordion.faqsMini {
  margin-bottom: 32px;
}
@media all and (max-width: 1380px) {
  ul.faqs.faqsMini,
  ul.accordion.faqsMini {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 1120px) {
  ul.faqs.faqsMini,
  ul.accordion.faqsMini {
    margin-bottom: 24px;
  }
}
ul.faqs.faqsMini li h4,
ul.accordion.faqsMini li h4 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: normal;
  padding: 12px 64px 12px 16px;
}
@media all and (max-width: 1120px) {
  ul.faqs.faqsMini li h4,
  ul.accordion.faqsMini li h4 {
    padding: 12px 64px 12px 16px;
  }
}
@media all and (max-width: 640px) {
  ul.faqs.faqsMini li h4,
  ul.accordion.faqsMini li h4 {
    padding: 12px 64px 12px 16px;
    font-size: 1rem;
  }
}
ul.faqs.faqsMini li .answer,
ul.accordion.faqsMini li .answer {
  padding: 16px;
}
.faqsList {
  padding: 40px 0 0;
  float: none;
  clear: both;
}
.faqsList .faqs {
  margin-bottom: 40px;
}
.faqsList .faqs:last-child {
  margin-bottom: 0;
}
.faqTitles {
  display: block;
  float: none;
  clear: both;
}
.faqsColumns {
  padding: 131px 0 10px;
  background: #fff;
}
@media all and (max-width: 1120px) {
  .faqsColumns {
    padding: 80px 0 40px;
  }
}
@media all and (max-width: 700px) {
  .faqsColumns {
    padding: 56px 0;
  }
}
.faqsGrid {
  width: calc(100% + 40px);
  margin: 0 -20px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1120px) {
  .faqsGrid {
    display: block;
  }
}
.faqsGrid .faqsLeft {
  width: 50%;
  flex: 1 1 50%;
  padding: 0 20px;
  max-width: 50%;
}
@media all and (max-width: 1120px) {
  .faqsGrid .faqsLeft {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  .faqsGrid .faqsLeft {
    max-width: 100%;
  }
}
.faqsGrid .faqsRight {
  width: 50%;
  flex: 1 1 50%;
  padding: 0 20px;
  max-width: 50%;
}
@media all and (max-width: 1120px) {
  .faqsGrid .faqsRight {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  .faqsGrid .faqsRight {
    max-width: 100%;
  }
}
.introBlock {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #196d60;
}
.introBlock .wrapper {
  width: 100%;
}
.introBlock.darkBg,
.darkBg .introBlock {
  color: #fff;
}
.introBlock.introTitle {
  text-align: left;
}
.introBlock.alignLeft {
  text-align: left;
  justify-content: flex-start;
}
@media all and (max-width: 800px) {
  .introBlock.alignLeft {
    text-align: center;
    justify-content: center;
  }
}
.introBlock.alignLeft .introContentWrap {
  max-width: 100%;
}
.introBlock .innerIntro {
  width: 100%;
  max-width: 735px;
  color: inherit;
  position: relative;
}
.introBlock .subtitle {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 14px;
  position: relative;
  padding: 0;
  font-weight: bold;
}
.introBlock .subtitle:before {
  display: none;
}
.introBlock .introTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  text-align: inherit;
  margin: 0;
  position: relative;
  z-index: 2;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media all and (max-width: 640px) {
  .introBlock .introTitle {
    font-size: 2rem;
  }
}
@media all and (max-width: 640px) {
  .introBlock .introTitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .introBlock .introTitle {
    font-size: 1.5rem;
  }
}
.introBlock .introTitle.smallTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  .introBlock .introTitle.smallTitle {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .introBlock .introTitle.smallTitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .introBlock .introTitle.smallTitle {
    font-size: 1.5rem;
  }
}
.introBlock .introTitle + .introContentWrap {
  margin-top: 0.9em;
}
.introBlock .introTitle a {
  color: inherit;
  transition: color 200ms linear;
}
.introBlock .introTitle a:hover,
.introBlock .introTitle a:active {
  color: #E29B2F;
  transition: color 200ms linear;
}
.introBlock .introContentWrap {
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  color: #171717;
  font-size: 1.1428571428571428rem;
  font-weight: 400;
  line-height: 22px;
}
.darkBg .introBlock .introContentWrap {
  color: #fff;
}
.introBlock .introContentWrap p,
.introBlock .introContentWrap ul,
.introBlock .introContentWrap ol {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 auto;
  font-weight: inherit;
  letter-spacing: inherit;
}
.introBlock .buttonWrap {
  padding: 24px 0 0;
}
.introBlock .buttonWrap .button,
.introBlock .buttonWrap .buttonAlt {
  margin: 0;
}
.introBlock.horizontalIntro .innerIntro {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1100px) {
  .introBlock.horizontalIntro {
    margin-bottom: 49px;
  }
  .introBlock.horizontalIntro .innerIntro {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .introBlock.horizontalIntro .introTitle {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 25px 0 0;
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    line-height: 28px;
  }
  .introBlock.horizontalIntro .introContentWrap {
    flex: 0 0 auto;
    margin: 0;
    padding: 0 25px 0 0;
    display: flex;
    align-items: flex-end;
    font-size: 1rem;
    line-height: 18px;
  }
  .introBlock.horizontalIntro .buttonWrap {
    padding: 0;
    margin: 0 0 0 auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .introBlock.horizontalIntro .buttonWrap .button {
    white-space: nowrap;
  }
}
.searchForm {
  position: relative;
  margin: 0;
  float: none;
  clear: both;
  display: flex;
  width: 100%;
  z-index: 500;
}
.searchForm:before,
.searchFormafter {
  display: none;
}
.searchForm__inner {
  width: 100%;
}
.searchForm .searchWrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 104px;
}
.searchForm .searchWrap .wrapper {
  width: 55%;
}
@media all and (max-width: 640px) {
  .searchForm .searchWrap .wrapper {
    width: auto;
  }
}
.searchForm .svgIcon svg {
  width: 13px;
  height: 16px;
}
.searchForm .row {
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
  position: relative;
}
.searchForm .row button {
  width: 56px !important;
  height: 45px !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #171717;
  transition: all 200ms linear;
  border-radius: 0 20.5px 20.5px 0;
  opacity: 1;
}
@media all and (max-width: 640px) {
  .searchForm .row button {
    height: 41px;
  }
}
.searchForm .row button:hover {
  color: #249C89;
  transition: all 200ms linear;
}
.searchForm .row button i {
  font-size: 1.4285714285714286rem;
  line-height: 24px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.searchForm .row button.buttonDisabled {
  pointer-events: none;
}
.searchForm .row input:not([type='checkbox']),
.searchForm .row input:not([type='radio']) {
  padding: 0 3.2em;
  font-size: 1.2857142857142858rem;
  line-height: 25.278px;
  font-weight: 400;
  float: none;
  clear: both;
  width: 100%;
  min-width: 120px;
  position: relative;
  z-index: 2;
  height: 45px;
  transition: all 200ms linear;
  border: 1.5px solid #F2F2F2;
  border-radius: 50px;
  background: #F2F2F2;
  color: #171717;
  letter-spacing: normal;
}
.searchBanner .searchForm .row input:not([type='checkbox']),
.searchBanner .searchForm .row input:not([type='radio']) {
  padding: 20px 56px 20px 64px;
  font-size: 1.1428571428571428rem;
  line-height: 32px;
  height: 72px;
  border: 1.5px solid #F3F3F3;
  border-radius: 36px;
}
.searchForm .row input:not([type='checkbox']):focus,
.searchForm .row input:not([type='radio']):focus,
.searchForm .row input:not([type='checkbox']):focus-visible,
.searchForm .row input:not([type='radio']):focus-visible {
  border-color: #1c7b6c;
}
.searchForm .row input:not([type='checkbox']):focus + .searchIcon i.magnifySearchIcon:before,
.searchForm .row input:not([type='radio']):focus + .searchIcon i.magnifySearchIcon:before,
.searchForm .row input:not([type='checkbox']):focus-visible + .searchIcon i.magnifySearchIcon:before,
.searchForm .row input:not([type='radio']):focus-visible + .searchIcon i.magnifySearchIcon:before {
  display: none !important;
}
.searchForm .row .searchIcon.searchIconLeft {
  right: auto;
}
.searchForm .row .searchIcon.searchIconRight svg path {
  fill: #249C89;
}
.searchForm .row .searchIcon i.magnifySearchIcon:before {
  display: none !important;
}
.searchForm .row .searchIcon i.magnifySearchIcon svg {
  width: 20px;
  height: 20px;
}
@media all and (min-width: 1121px) {
  .transparentHeader .searchForm .row .searchIcon i {
    color: rgba(23, 23, 23, 0.4);
  }
  .transparentHeader .searchForm .row .searchIcon i svg {
    position: relative;
  }
}
.searchForm .row input:not([type='checkbox']):focus,
.searchForm .row input:not([type='radio']):focus,
.searchForm .row.inputFocus input:not([type='checkbox']),
.searchForm .row.inputFocus input:not([type='radio']) {
  border-color: #249C89 !important;
  transition: all 200ms linear !important;
}
.searchForm .row.inputFocus {
  font-weight: 400;
}
@media all and (min-width: 1121px) {
  .searchForm .row.inputFocus input:not([type='checkbox']),
  .searchForm .row.inputFocus input:not([type='radio']) {
    background-color: #fff !important;
  }
}
.searchForm .row.inputFocus button {
  border-radius: 0 20.5px 0 0;
}
.searchForm .searchResults {
  position: relative;
}
.searchForm .searchResults .innerScroller {
  overflow: auto;
  height: calc(100vh - 104px - 6em);
  padding: 0 2.1em 0;
  margin: 5em 0 0;
}
@media all and (max-width: 640px) {
  .searchForm .searchResults .innerScroller {
    height: calc(100vh - 104px - 4em);
    margin-top: 3em;
  }
}
.searchForm .searchResults__inner {
  position: relative;
  display: flex;
  gap: 10em;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .searchForm .searchResults__inner {
    flex-direction: column;
    gap: 4em;
  }
}
.searchForm .searchResults__inner:before,
.searchForm .searchResults__inner:after {
  display: none;
}
.searchForm .searchResults__inner--other {
  padding-left: 3.1em;
  min-width: 17.1em;
}
@media all and (max-width: 1120px) {
  .searchForm .searchResults__inner--other {
    padding-left: 0;
  }
}
.searchForm .searchResults__inner--products {
  width: 100%;
}
.searchForm .searchResults__inner--products .productsResults .resultsTitle {
  margin-bottom: 0.7em;
}
.searchForm .searchResults__inner--products .productsResults ul {
  display: flex;
  flex-direction: column;
  gap: 1.8em;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: none;
  margin-bottom: 3.7em;
}
@media all and (max-width: 1120px) {
  .searchForm .searchResults__inner--products .productsResults ul {
    overflow: visible;
    max-height: 100%;
  }
}
.searchForm .searchResults__inner--products .productsResults ul:before,
.searchForm .searchResults__inner--products .productsResults ul:after {
  display: none;
}
.searchForm .searchResults__inner--products .productsResults ul li {
  margin: 0;
}
.searchForm .searchResults__inner--products .productsResults ul li a {
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  color: #171717;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 5.4em;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  gap: 1.4em;
  align-items: center;
  transition: color 200ms linear;
}
@media all and (max-width: 640px) {
  .searchForm .searchResults__inner--products .productsResults ul li a {
    gap: 0.8em;
  }
}
@media (max-width: 380px) {
  .searchForm .searchResults__inner--products .productsResults ul li a {
    gap: 0.4em;
  }
}
.searchForm .searchResults__inner--products .productsResults ul li a:hover,
.searchForm .searchResults__inner--products .productsResults ul li a:active,
.searchForm .searchResults__inner--products .productsResults ul li a:focus-visible {
  color: #E29B2F;
}
.searchForm .searchResults__inner--products .productsResults ul li a .imageWrap {
  width: 7.3em;
  height: 100%;
  aspect-ratio: 1.36;
  margin: 0;
  flex-shrink: 0;
}
.searchForm .searchResults__inner--products .productsResults ul li a .imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.searchForm .searchResults__inner--products .productsResults ul li a .productInfo {
  font-weight: 600;
}
.searchForm .searchResults__inner--products .productsResults ul li a .productInfo .productName {
  font-size: 1.2857142857142858rem;
  margin-bottom: 0.2em;
  color: inherit;
}
.searchForm .searchResults__inner--products .productsResults ul li a .productInfo .productPrice {
  font-size: 1.1428571428571428rem;
  color: #171717;
}
.searchForm .searchResults__inner--products .productsResults ul li a .svgIcon {
  margin: 0 1.7em 0 auto;
}
@media all and (max-width: 640px) {
  .searchForm .searchResults__inner--products .productsResults ul li a .svgIcon {
    margin: 0 1.2em 0 auto;
  }
}
@media (max-width: 380px) {
  .searchForm .searchResults__inner--products .productsResults ul li a .svgIcon {
    margin: 0 0.7em 0 auto;
  }
}
.searchForm .searchResults__inner--products .productsResults ul li a .svgIcon svg {
  width: 18px;
  height: 16px;
}
.searchForm .searchResults__inner--products .productsResults ul li a .svgIcon svg path {
  fill: #249C89;
}
.searchForm .searchResults__inner--products .productsResults .button {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1120px) {
  .searchForm .searchResults__inner--products .productsResults .button {
    position: relative;
  }
}
.searchForm .searchResults .searching {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2857142857142858rem;
  font-weight: 500;
  color: #196d60;
}
.searchForm .searchResults .categoryResults {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 3em;
}
.searchForm .searchResults .categoryResults li a {
  text-align: left;
  margin-bottom: 0.8em;
}
.searchForm .searchResults .productsResults {
  float: none;
  clear: both;
  width: 100%;
}
.searchForm .searchResults .productsResults .button {
  font-size: 1.1428571428571428rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  max-width: 9.4em;
  min-height: 2.5em;
}
@media all and (max-width: 1120px) {
  .searchForm .searchResults .productsResults .button {
    max-width: 100%;
  }
}
.searchForm .searchResults .productsResults ul li:last-of-type {
  margin-bottom: 0;
}
.searchForm .searchResults .resultsTitle {
  font-size: 1.4285714285714286rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.searchForm .searchResults ul {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}
.searchForm .searchResults ul li {
  float: none;
  clear: both;
  width: 100%;
  margin: 6px 0;
  height: auto;
  background: none;
}
.searchForm .searchResults ul li a {
  font-size: 1.1428571428571428rem;
  line-height: 20px;
  font-weight: 500;
  color: #171717;
  text-decoration: none;
  transition: color 200ms linear;
  display: flex;
}
.searchForm .searchResults ul li a:hover {
  color: #E29B2F;
  transition: color 200ms linear;
}
.searchForm .searchResults ul li .imageWrap {
  float: left;
  width: 64px;
  margin-right: 18px;
}
.searchForm .searchResults .button {
  width: 100%;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  margin-bottom: 0;
}
.searchForm .searchResults .noResults h5 {
  margin-bottom: 0;
}
.mobileSearchWrap {
  display: none;
}
@media all and (max-width: 1120px) {
  .mobileSearchWrap {
    float: none;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #249C89;
    display: none;
  }
  .mobileSearchWrap.open {
    overflow: visible !important;
  }
  .mobileSearchWrap .wrapper {
    padding: 0;
  }
  .mobileSearchWrap .searchForm {
    width: 100%;
    max-width: none !important;
  }
  .mobileSearchWrap .searchForm .row input:not([type='checkbox']),
  .mobileSearchWrap .searchForm .row input:not([type='radio']) {
    font-size: 0.8571428571428571rem;
    line-height: 12px;
    height: 41px;
    padding: 14.64px 25.83px;
    border: none !important;
    transition: all 200ms linear;
    background: #FFFFFF;
    letter-spacing: normal;
  }
  .mobileSearchWrap .searchForm .row input:not([type='checkbox']):focus,
  .mobileSearchWrap .searchForm .row input:not([type='radio']):focus {
    background-color: #fcfcfc;
    transition: all 200ms linear;
  }
  .mobileSearchWrap .searchForm .row button {
    width: 49px;
    height: 41px;
    font-size: 0.8571428571428571rem;
    line-height: 12;
    font-weight: 400;
  }
}
.searchBanner {
  margin-top: 0;
  float: none;
  clear: both;
  position: relative;
  z-index: 4;
}
.searchBanner .wrapper {
  max-width: 919px;
}
@media all and (max-width: 640px) {
  .searchBanner {
    display: none;
  }
}
.bannerSearch {
  height: auto;
}
.bannerSearch .searchResults {
  display: none;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 100%;
  border-radius: 8px;
  background: #D7F6F1;
  overflow: hidden;
}
.bannerSearch .searchResults.searchResultsVisible {
  display: block;
  visibility: visible;
}
.bannerSearch .searchResults .innerScroller {
  height: 30em;
  padding: 2em 2em 0;
  margin: 0;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a {
  gap: 1em;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a:hover,
.bannerSearch .searchResults .innerScroller .productsResults ul li a:active,
.bannerSearch .searchResults .innerScroller .productsResults ul li a:focus-visible {
  color: #E29B2F;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a .imageWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a .productInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a .productInfo .productName {
  font-size: 1.1428571428571428rem;
  margin-bottom: 0.3em;
  color: inherit;
}
.bannerSearch .searchResults .innerScroller .productsResults ul li a .productInfo .productPrice {
  font-size: 1rem;
  color: #171717;
}
.bannerSearch .searchResults .innerScroller .productsResults .button {
  margin: 1.5em 0 3em;
}
.bannerSearch .searchResults .innerScroller .resultsTitle {
  font-weight: 600;
}
.followButtons {
  float: none;
  clear: both;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.followButtons ul {
  display: flex;
  flex-direction: row;
  width: calc(100% + 8px);
  margin: 0 -4px;
}
.followButtons ul:before,
.followButtons ul:after {
  display: none !important;
}
.followButtons li {
  float: none;
  clear: both;
  width: auto !important;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followButtons li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.2857142857142858rem;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none !important;
}
.followButtons li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.followButtons li a i svg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.followButtons li a i svg path {
  transition: fill 200ms linear;
}
.followButtons li a:hover path,
.followButtons li a:active path,
.followButtons li a:focus-visible path {
  fill: #196d60;
}
/*
 * Title Wrap
*/
.titleWrap {
  float: none;
  clear: both;
  background: transparent;
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media all and (max-width: 1120px) {
  .titleWrap {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .titleWrap {
    padding: 40px 0;
  }
}
.titleWrap.lightBg {
  background: #D7F6F1;
}
@media all and (max-width: 1120px) {
  .titleWrap.bottomButton {
    padding: 80px 0 96px;
  }
}
@media all and (max-width: 640px) {
  .titleWrap.bottomButton {
    padding: 40px 0 56px;
  }
}
.titleWrap.faqsTitleBanner {
  display: none;
}
@media all and (max-width: 1120px) {
  .titleWrap.faqsTitleBanner {
    display: block;
  }
}
.titleWrap.darkBg {
  background: #D7F6F1;
  color: #171717;
}
.titleWrap.darkBg .innerText .titleContent {
  color: #171717;
}
.titleWrap .innerText {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  text-align: inherit;
  position: relative;
  margin-left: 0;
}
.titleWrap .innerText:before,
.titleWrap .innerText:after {
  content: "";
  display: table;
}
.titleWrap .innerText:after {
  clear: both;
}
.titleWrap .innerText:before,
.titleWrap .innerText:after {
  content: "";
  display: table;
}
.titleWrap .innerText:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .titleWrap .innerText {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .titleWrap .innerText {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .titleWrap .innerText {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .titleWrap .innerText {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.titleWrap .innerText h1 {
  margin: 0;
}
.titleWrap .innerText .titleContent {
  max-width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #171717;
}
.titleWrap .innerText .titleContent ul,
.titleWrap .innerText .titleContent ol,
.titleWrap .innerText .titleContent p {
  font-size: inherit;
  line-height: inherit;
}
.titleWrap .innerText .titleContent p {
  color: inherit;
}
.titleWrap .innerText .titleContent p:last-child {
  margin-bottom: 24px;
}
.titleWrap .innerText .titleContent strong {
  font-weight: 600;
  color: #E29B2F;
}
.titleWrap .innerText ul {
  margin: 0;
}
.titleWrap .innerText ul li {
  display: list-item;
  list-style: disc inside none;
  font-size: 1.1428571428571428rem;
  font-weight: 600;
  line-height: 1.2;
  color: #171717;
}
.titleWrap .innerText h4 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2142857142857142rem;
  margin: 0 0 14px;
  opacity: 1;
}
@media all and (max-width: 640px) {
  .titleWrap .innerText h4 {
    font-size: 1.2142857142857142rem;
  }
}
@media all and (max-width: 640px) {
  .titleWrap .innerText h4 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.1428571428571428rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .titleWrap .innerText h4 {
    font-size: 1.1428571428571428rem;
  }
}
.titleWrap.largeTitle .innerText h1 {
  font-size: 3.4285714285714284rem;
  line-height: 56px;
}
@media all and (max-width: 1120px) {
  .titleWrap.largeTitle .innerText h1 {
    font-size: 3.4285714285714284rem;
    line-height: 56px;
  }
}
@media all and (max-width: 640px) {
  .titleWrap.largeTitle .innerText h1 {
    font-size: 1.2857142857142858rem;
    line-height: 20px;
  }
}
.titleWrap .buttonWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 24px 0 0 0;
}
@media all and (max-width: 1380px) {
  .titleWrap .buttonWrap {
    padding: 25px 0 0 0;
  }
}
.leftAlign .titleWrap .buttonWrap {
  justify-content: flex-start;
}
.titleWrap .buttonWrap > a {
  font-size: 1rem;
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
@media all and (max-width: 640px) {
  .titleWrap .buttonWrap > a {
    width: 100%;
    margin: 16px 0 0;
  }
}
.titleWrap .buttonWrap > a:hover,
.titleWrap .buttonWrap > a:focus-visible,
.titleWrap .buttonWrap > a:active {
  border-color: #249C89;
  color: #249C89;
}
.titleWrap .buttonWrap > a:last-of-type {
  margin-right: 0;
}
/*
* Trust logos and banner
 */
.trustLogos {
  display: flex;
  flex-direction: row;
  width: calc(100% + 16px);
  margin: 0 -8px -16px -8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
}
.footerWrap .trustLogos {
  width: auto;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.trustLogos:before,
.trustLogos:after {
  display: none;
}
.trustLogos li {
  padding: 0 8px;
  margin-bottom: 16px;
  height: 100%;
}
.footerWrap .trustLogos li {
  margin: 0;
}
.trustLogos li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.trustLogos li a img {
  width: auto;
  height: 100%;
}
.trustLogoBanner {
  background: #F4F4F4;
  padding: 24px 0;
  float: none;
  clear: both;
}
.trustLogoBanner.mobileOnly {
  display: none;
  padding: 16px 0;
}
@media all and (max-width: 640px) {
  .trustLogoBanner.mobileOnly {
    display: block;
    background: #249C89;
  }
}
.trustLogoBanner .innerTrustBanner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .trustLogoBanner .innerTrustBanner {
    justify-content: center;
  }
}
.trustLogoBanner .innerTrustBanner .trustLogos {
  width: auto;
}
.browsePageWrap {
  min-height: 500px;
}
.landingItemsWrap {
  margin: 1.6em 0 9em;
}
@media all and (max-width: 1120px) {
  .landingItemsWrap {
    margin: 5.6em 0 5em;
  }
}
.landingItemsWrap .introBlock {
  margin: 0 0 1.6em;
  float: none;
  clear: both;
}
.landingItemsWrap .introBlock .innerIntro {
  max-width: 100%;
}
.landingItemsWrap .introBlock .introTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin: 0;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #3C3C3C;
}
@media all and (max-width: 640px) {
  .landingItemsWrap .introBlock .introTitle {
    font-size: 2rem;
  }
}
.landingItemsWrap .introBlock .introContentWrap {
  font-size: 1.3571428571428572rem;
  font-weight: 400;
  line-height: 28px;
  color: rgba(23, 23, 23, 0.9);
  margin-top: 0;
  padding-top: 12px;
}
.emptyListings {
  text-align: center;
  min-height: 100px;
  float: none;
  clear: both;
  padding: 56px 0;
}
@media all and (max-width: 640px) {
  .emptyListings {
    min-height: 0;
    padding: 40px 0;
  }
}
.emptyListings h4 {
  font-size: 2.2857142857142856rem;
  line-height: 32px;
  margin-bottom: 8px;
}
.emptyListings p {
  margin: 0;
}
.categoryLanding .imageBanner {
  position: relative;
  padding: 100px 0;
}
.categoryLanding .imageBanner .wrapper {
  position: initial;
}
.categoryLanding .imageBanner .innerImageBanner {
  border-radius: 0;
  display: flex;
  position: initial;
  padding: 0;
  min-height: 658px;
}
.categoryLanding .imageBanner .innerImageBanner .bannerContentWrap {
  width: 60%;
  flex: 0 0 60%;
  padding: 8px 14px 96px 0;
}
.categoryLanding .imageBanner .innerImageBanner .bannerContentWrap .wysiwyg {
  color: #249C89;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.categoryLanding .imageBanner .innerImageBanner .innerContentWrapper {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.categoryLanding .imageBanner .innerImageBanner .imageBannerImages {
  position: initial;
}
.categoryLanding .imageBanner .innerImageBanner .imageBannerImages .imageWrap {
  position: absolute;
  left: auto;
  right: 0;
  top: 60px;
  bottom: 60px;
  transform: none;
  flex: 0 0 40%;
  width: 40%;
  overflow: hidden;
  padding-bottom: 0;
}
.categoryLanding .imageBanner .innerImageBanner .imageBannerImages .imageWrap:before {
  display: none;
}
.categoryLanding .faqsBlock {
  position: relative;
  z-index: 2;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  99.99% {
    transform: scale(1);
  }
}
.nhsPrescriptionsWrapper {
  position: relative;
}
.nhsPrescriptionsWrapper .prescriptionsLoading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms linear;
}
@media all and (max-width: 1120px) {
  .nhsPrescriptionsWrapper .prescriptionsLoading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }
}
.nhsPrescriptionsWrapper .prescriptionsLoading.isLoading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nhsPrescriptionsWrapper .prescriptionsLoading .loadingIcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin-left: 252px;
}
@media all and (max-width: 1100px) {
  .nhsPrescriptionsWrapper .prescriptionsLoading .loadingIcon {
    margin-left: 174px;
  }
}
@media all and (max-width: 1120px) {
  .nhsPrescriptionsWrapper .prescriptionsLoading .loadingIcon {
    margin-left: 0;
  }
}
.nhsPrescriptionsWrapper .prescriptionsLoading .loadingIcon .imageWrap {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  animation: pulse 4000ms infinite;
  transform-origin: center;
}
.nhsPrescriptionsWrapper .prescriptionsLoading .loadingText {
  width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #E29B2F;
  margin: 8px 0 0 ;
  text-align: center;
}
.nhsPrescriptionsWrapper .row {
  float: none;
  clear: both;
  margin: 0 0 24px;
}
.nhsPrescriptionsWrapper .row label.fieldLabel {
  display: none;
}
.nhsPrescriptionsWrapper .patientDetailsReveal {
  display: none;
}
.nhsPrescriptionsWrapper .patientDetailsReveal .innerPatientWrap {
  padding: 40px 0 0;
}
.nhsPrescriptionsWrapper .patientsWrap {
  float: none;
  clear: both;
  padding: 40px 0 0;
  margin: 16px 0 0;
  border-top: 1px solid #F3F3F3;
}
.nhsPrescriptionsWrapper .questionWrap .question {
  max-width: 229px;
}
.nhsPrescriptionsWrapper .formTitle {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 24px;
}
.nhsPrescriptionsWrapper .userFormBilling {
  padding-top: 24px;
}
.nhsPrescriptionsWrapper .userFormDelivery {
  padding-top: 24px;
}
.nhsPrescriptionsWrapper .highlightBox {
  background: #F4F4F4;
  padding: 24px;
}
.nhsPrescriptionsWrapper .highlightBox.highlightBoxMargin {
  margin-bottom: 24px;
}
.nhsPrescriptionsWrapper .highlightBox .row:last-of-type {
  margin: 0;
}
.nhsPrescriptionsWrapper .highlightBox .highlightExtra {
  padding: 24px 0 0;
  border-top: 1px solid #F3F3F3;
}
.nhsPrescriptionsWrapper .highlightBox .highlightExtra p {
  font-size: 1rem;
  line-height: 24px;
}
.nhsPrescriptionsWrapper .additionalOptions {
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #F3F3F3;
}
.medicationListForm {
  display: block;
  float: none;
  width: 100%;
  position: relative;
}
.medicationListForm:before,
.medicationListForm:after {
  display: none;
}
.nhsPrescriptions {
  position: relative;
}
.nhsPrescriptions input:-webkit-autofill {
  background-color: white !important;
}
.nhsPrescriptions .medicationList {
  float: none;
  clear: both;
  position: relative;
}
.nhsPrescriptions .medicationList .medicationBox {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  border-radius: 8px;
}
.nhsPrescriptions .medicationList .medicationBox .innerBox {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  margin: 0;
  transition: background 200ms linear, border-color 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox .innerBox.boxError {
  border-color: #e84f4f !important;
}
.nhsPrescriptions .medicationList .medicationBox.removing .innerBox {
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox.hidden {
  display: none;
}
.nhsPrescriptions .medicationList .medicationBox .medicationTitle {
  position: relative;
  margin: 0;
  padding: 24px;
  transition: all 200ms linear;
  font-size: 1.5rem;
  line-height: 24px;
  cursor: pointer;
}
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:before {
  content: "";
  background: rgba(164, 197, 58, 0.24);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  transition: all 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:after {
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 5px 7px;
  text-indent: 0;
  border: 1px solid rgba(23, 39, 65, 0.4);
  background: rgba(164, 197, 58, 0);
  color: #249C89;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 14px;
  box-sizing: border-box;
  z-index: 2;
  transition: all 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:hover:before,
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:active:before {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  transition: all 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:hover:after,
.nhsPrescriptions .medicationList .medicationBox .medicationTitle:active:after {
  background: rgba(164, 197, 58, 0);
  transition: all 200ms linear;
}
.nhsPrescriptions .medicationList .medicationBox.opening .medicationTitle:after {
  content: "\f107";
}
.nhsPrescriptions .medicationList .medicationBox .savedMed .success,
.nhsPrescriptions .medicationList .medicationBox .savedMed .error {
  padding: 12px 24px 12px 40px !important;
}
.nhsPrescriptions .medicationList .medicationBox .savedMed .success:after,
.nhsPrescriptions .medicationList .medicationBox .savedMed .error:after {
  top: 18px;
  left: 16px;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields {
  padding: 0 24px 24px;
  display: none;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup {
  float: none;
  clear: both;
  width: 100%;
  justify-content: flex-end;
  position: relative;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button {
  outline: 0;
  margin: 0;
  color: #171717;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button:last-of-type {
  margin-left: 8px;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonOutlined {
  border-color: #171717;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:hover {
  color: #e84f4f;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:hover:after {
  background: rgba(232, 79, 79, 0.08);
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:active,
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:focus {
  color: #e84f4f;
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:active:after,
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:focus:after {
  background: rgba(232, 79, 79, 0);
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:active:before,
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup button.buttonText:focus:before {
  background: rgba(232, 79, 79, 0.16);
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup .boxLoading {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nhsPrescriptions .medicationList .medicationBox .medicationFields .buttonGroup .boxLoading i {
  color: #E29B2F;
}
.nhsPrescriptions .medicationList .medicationBox .row {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 24px;
}
.nhsPrescriptions .medicationList .medicationBox.open .medicationTitle:after {
  content: "\f107";
}
.nhsPrescriptions .medicationList .medicationBox.open.closing .medicationTitle:after {
  content: "\f107";
}
.nhsPrescriptions .medicationList .medicationBox.open .medicationFields {
  display: block;
}
.nhsPrescriptions .medicationList .medicationBox.open:not(.closing) .medicationFields {
  height: auto !important;
}
.nhsPrescriptions .medicationSearch {
  float: none;
  clear: both;
  padding: 16px 0 0;
}
.nhsPrescriptions .medicationSearch .row {
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
  position: relative;
}
.nhsPrescriptions .medicationSearch .row:before,
.nhsPrescriptions .medicationSearch .row:after {
  display: none;
}
.nhsPrescriptions .medicationSearch .row .inputWrap {
  float: none;
  clear: both;
  width: 100%;
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #F4F4F4;
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"] {
  padding: 30px 16px;
  min-height: 80px;
  border-radius: 8px 0 0 8px;
  border-color: #fff;
  transition: border-color 200ms linear;
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"]::-webkit-input-placeholder {
  color: rgba(23, 23, 23, 0.64);
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(23, 23, 23, 0.64);
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: rgba(23, 23, 23, 0.64);
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"]:-ms-input-placeholder {
  color: rgba(23, 23, 23, 0.64);
}
@media all and (max-width: 640px) {
  .nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input[type="text"] {
    border-radius: 8px;
  }
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline input:-webkit-autofill {
  background-color: white !important;
}
.nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline button {
  padding: 30px 16px;
  width: 149px;
  min-height: 80px;
  border-radius: 0 8px 8px 0;
}
@media all and (max-width: 640px) {
  .nhsPrescriptions .medicationSearch .row .inputWrap.buttonInline button {
    border-radius: 8px;
    width: 100%;
  }
}
.nhsPrescriptions .medicationSearch .medicationResults {
  background: #fff;
  border-radius: 0 0 8px 8px;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 149px);
  border: 1px solid #fff;
  border-top: 0;
  margin-top: -8px;
  z-index: 100;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: border-color 200ms linear;
}
@media all and (max-width: 640px) {
  .nhsPrescriptions .medicationSearch .medicationResults {
    width: 100%;
    top: 81px;
  }
}
.nhsPrescriptions .medicationSearch .medicationResults.resultsVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: border-color 200ms linear;
}
.nhsPrescriptions .medicationSearch .medicationResults:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  background: #fff;
  height: 16px;
  width: 100%;
  display: block;
  z-index: 4;
}
.nhsPrescriptions .medicationSearch .medicationResults .scrollContain {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.nhsPrescriptions .medicationSearch .medicationResults .innerResults {
  overflow-y: scroll;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 12px 16px 16px;
  max-height: 156px;
}
.nhsPrescriptions .medicationSearch .medicationResults ul li {
  margin-bottom: 0;
}
.nhsPrescriptions .medicationSearch .medicationResults a {
  cursor: pointer;
  color: #249C89;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: color 200ms linear;
  display: inline-block;
  width: 100%;
  padding: 4px 0;
}
.nhsPrescriptions .medicationSearch .medicationResults a:hover {
  color: #E29B2F;
  transition: color 200ms linear;
}
.nhsPrescriptions .medicationSearch .medicationResults a:active {
  color: #d98f1e;
  transition: color 200ms linear;
}
.nhsPrescriptions .medicationSearch.resultsActive .row .inputWrap.buttonInline input[type="text"] {
  border-color: #249C89;
  transition: border-color 200ms linear;
}
.nhsPrescriptions .medicationSearch.resultsActive .medicationResults {
  border-color: #249C89;
  transition: border-color 200ms linear;
}
.nhsPrescriptions .exemptionReasonsWrap {
  display: none;
  padding: 22px 0 32px 24px;
}
@media all and (max-width: 640px) {
  .nhsPrescriptions .exemptionReasonsWrap {
    padding: 22px 0 32px 0;
  }
}
.nhsPrescriptions .exemptionReasonsWrap .row {
  margin: 0 0 4px;
}
.nhsPrescriptions .exemptionReasonsWrap .error {
  margin: 16px 0 0 ;
}
.nhsPrescriptions .userFormDelivery {
  display: none;
}
.nhsPrescriptions .deliveryAddressBox {
  padding: 24px 0 0;
}
.questionWrap {
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .questionWrap {
    flex-wrap: wrap;
  }
}
.questionWrap .question {
  width: auto;
  flex: 1 1 auto;
}
@media all and (max-width: 640px) {
  .questionWrap .question {
    width: 100%;
    flex: 0 0 100%;
  }
}
.questionWrap .questionFields {
  flex: 1 1 116px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 640px) {
  .questionWrap .questionFields {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 16px;
  }
}
.questionWrap .questionFields .row {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 640px) {
  .questionWrap .questionFields .row {
    justify-content: flex-start;
  }
}
.selectSurgeryWrap {
  float: none;
  clear: both;
  width: 100%;
  margin-top: 40px;
  border-top: none;
}
.selectSurgeryWrap .textLink {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 4px 0 0;
  padding: 4px 0;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
  color: rgba(36, 156, 137, 0.48);
  transition: color 200ms linear;
}
.selectSurgeryWrap .textLink:hover {
  color: rgba(36, 156, 137, 0.8);
  transition: color 200ms linear;
}
.selectSurgeryWrap .textLink:active {
  color: #249c89;
  transition: color 200ms linear;
}
.selectSurgeryWrap .mapHeader {
  margin-bottom: 40px;
}
.selectSurgeryWrap .mapHeader .stockistSearch {
  display: none;
}
.selectSurgeryWrap .mapHeader .stockistSearch .row,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row {
  margin: 0;
  float: none;
  clear: both;
  display: block;
  position: relative;
}
.selectSurgeryWrap .mapHeader .stockistSearch .row:before,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row:before,
.selectSurgeryWrap .mapHeader .stockistSearch .row:after,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row:after {
  display: none;
}
.selectSurgeryWrap .mapHeader .stockistSearch .row .inputWrap,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row .inputWrap {
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
  max-width: 100%;
}
.selectSurgeryWrap .mapHeader .stockistSearch .row .textLink,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row .textLink {
  position: absolute;
  top: 100%;
  left: 0;
  display: none !important;
}
.selectSurgeryWrap .mapHeader .stockistSearch .row .buttonInline .iconButton,
.selectSurgeryWrap .mapHeader .stockistSearchVue .row .buttonInline .iconButton {
  margin: 0 !important;
}
.selectSurgeryWrap .mapWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  height: 320px;
}
.selectSurgeryWrap .mapWrap.mapLoading .mapLoader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.selectSurgeryWrap .mapWrap .mapLoader {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 51.3vw;
  height: 320px;
  z-index: 3;
  background: #46bcec;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms linear;
}
@media all and (max-width: 1100px) {
  .selectSurgeryWrap .mapWrap .mapLoader {
    width: 100%;
  }
}
.selectSurgeryWrap .mapWrap .mapLoader .loadingIcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 9999;
}
@media all and (max-width: 1100px) {
  .selectSurgeryWrap .mapWrap .mapLoader .loadingIcon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.selectSurgeryWrap .mapWrap .mapLoader .loadingText {
  width: 100%;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  margin: 0;
  text-align: center;
  animation: pulse 2000ms infinite;
  transform-origin: center;
}
.selectSurgeryWrap .mapWrap .map {
  float: none;
  clear: both;
  width: 51.3vw;
  height: 320px;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #F4F4F4;
  outline: 0 !important;
  border: none;
  z-index: 2;
}
@media all and (max-width: 1100px) {
  .selectSurgeryWrap .mapWrap .map {
    width: 100%;
  }
}
.selectSurgeryWrap .mapWrap .infobox {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  padding: 16px;
}
.selectSurgeryWrap .mapWrap .infobox button {
  width: 30px;
  height: 30px;
  color: #171717;
  cursor: pointer;
  outline: none;
}
.selectSurgeryWrap .mapWrap .infobox .info_boxContent {
  font-size: 1rem;
  line-height: 20px;
  color: #171717;
  font-weight: normal;
}
.selectSurgeryWrap .mapWrap .infobox .info_boxContent h3 {
  margin: -4px 24px 0 0;
  font-size: 1.1428571428571428rem;
  line-height: 20px;
}
.selectSurgeryWrap .mapWrap .infobox .info_boxContent .infoContent {
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.selectSurgeryWrap .mapWrap .infobox .info_boxContent .button {
  float: none;
  clear: both;
  width: 100%;
  margin: 16px 0 0;
  padding: 8px 12px;
  font-size: 1.0714285714285714rem;
  line-height: 24px;
}
.selectSurgeryWrap .mapWrap .infobox:after {
  display: none;
}
.selectSurgeryWrap .stockistWrapper {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
}
.selectSurgeryWrap .stockistWrapper .showResultsWrap {
  width: 100%;
  min-height: 40px;
  position: relative;
  padding-top: 0;
  display: flex;
  align-items: center;
}
.selectSurgeryWrap .stockistWrapper .showResultsWrap a {
  display: none;
}
.selectSurgeryWrap .stockistWrapper .showResultsWrap a span {
  color: #E29B2F;
  transition: color 200ms linear;
}
.selectSurgeryWrap .stockistWrapper .showResultsWrap a:hover span {
  color: #cc861c;
  transition: color 200ms linear;
}
.selectSurgeryWrap .stockistWrapper .showResultsWrap a:active span {
  color: #de921f;
  transition: color 200ms linear;
}
.selectSurgeryWrap .stockistWrapper .results {
  position: relative;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  display: none;
}
.selectSurgeryWrap .stockistWrapper .results > p {
  padding: 24px;
  font-weight: 500;
  opacity: 0.7;
}
.selectSurgeryWrap .stockistWrapper .results h4 {
  float: none;
  clear: both;
  width: 100%;
  background: #249C89;
  margin: 0;
  padding: 24px;
  font-size: 1.1428571428571428rem;
  color: #fff;
  line-height: 24px;
  border-radius: 0;
  height: 72px;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  height: 400px;
  background: #fff;
  max-height: none;
  border-radius: 0;
  border: 1px solid #F3F3F3;
  border-top: none;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #F3F3F3;
  list-style-type: none;
  font-size: 1rem;
  line-height: 24px;
  padding: 0;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li:last-child {
  border: none;
  margin-bottom: 0;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li h5 {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 21px;
  color: #249C89;
  text-transform: capitalize;
  transition: color 200ms linear;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li a {
  text-decoration: none;
  color: #171717;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: background 200ms linear;
  padding: 12px 24px;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li a:hover,
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li a:active {
  background: #F4F4F4;
  transition: background 200ms linear;
}
.selectSurgeryWrap .stockistWrapper .results .resultsForMap li a.selected {
  background: rgba(36, 156, 137, 0.24) !important;
}
.selectSurgeryWrap .stockistWrapper .helpText {
  display: none;
  padding-top: 16px;
}
.selectSurgeryWrap .stockistWrapper .helpText.visible {
  display: block;
}
.selectSurgeryWrap .stockistWrapper .helpText p {
  margin: 0;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
  color: rgba(36, 156, 137, 0.48);
}
.selectSurgeryWrap .gpSelectionWrap {
  padding-top: 40px;
}
.selectSurgeryWrap .gpSelectionWrap .surgerySelected h5 {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  margin-bottom: 4px;
}
.selectSurgeryWrap .gpSelectionWrap .surgerySelected p {
  margin: 0 0 8px;
}
.selectSurgeryWrap .gpSelectionWrap .surgeryWarning {
  margin-top: 24px;
}
.prescriptionBasketWrap {
  margin: 0 0 62px;
}
.prescriptionBasketWrap table.prescriptionBasket {
  margin: 0;
}
.prescriptionBasketWrap table.prescriptionBasket tr th,
.prescriptionBasketWrap table.prescriptionBasket tr td {
  position: relative;
}
.prescriptionBasketWrap table.prescriptionBasket tr th.itemName,
.prescriptionBasketWrap table.prescriptionBasket tr td.itemName {
  width: auto;
}
.prescriptionBasketWrap table.prescriptionBasket tr th.itemVariation,
.prescriptionBasketWrap table.prescriptionBasket tr td.itemVariation {
  width: 140px;
}
.prescriptionBasketWrap table.prescriptionBasket tr th.itemQty,
.prescriptionBasketWrap table.prescriptionBasket tr td.itemQty {
  width: 48px;
}
.prescriptionBasketWrap table.prescriptionBasket tr th.itemCost,
.prescriptionBasketWrap table.prescriptionBasket tr td.itemCost {
  width: 100px;
}
.prescriptionBasketWrap table.prescriptionBasket tr th:last-child,
.prescriptionBasketWrap table.prescriptionBasket tr td:last-child {
  text-align: right;
}
.prescriptionBasketWrap table.prescriptionBasket tr th {
  padding: 10px 14px;
}
.prescriptionBasketWrap table.prescriptionBasket tr td {
  padding: 19px 14px;
}
.prescriptionBasketWrap table.prescriptionBasket .removeRow {
  position: absolute;
  top: 50%;
  right: -48px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}
.prescriptionBasketWrap table.prescriptionBasket .removeRow button {
  background: transparent;
  outline: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 14px;
  color: #171717;
  transition: color 200ms linear;
  cursor: pointer;
}
.prescriptionBasketWrap table.prescriptionBasket .removeRow button:hover {
  color: rgba(232, 79, 79, 0.9);
  transition: color 200ms linear;
}
.prescriptionBasketWrap table.prescriptionBasket .removeRow button:active {
  color: #e84f4f;
  transition: color 200ms linear;
}
.prescriptionBasketWrap .deliveryRow,
.prescriptionBasketWrap .totalsRow {
  width: 100%;
  display: flex;
}
.prescriptionBasketWrap .deliveryRow .colLeft,
.prescriptionBasketWrap .totalsRow .colLeft,
.prescriptionBasketWrap .deliveryRow .colRight,
.prescriptionBasketWrap .totalsRow .colRight {
  padding: 18px 14px;
}
.prescriptionBasketWrap .deliveryRow .colRight,
.prescriptionBasketWrap .totalsRow .colRight {
  text-align: right;
}
.prescriptionBasketWrap .deliveryRow {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 24px;
}
.prescriptionBasketWrap .deliveryRow .colLeft,
.prescriptionBasketWrap .deliveryRow .colRight {
  width: 50%;
}
.prescriptionBasketWrap .deliveryRow .colLeft {
  opacity: 0.64;
}
.prescriptionBasketWrap .totalsRow {
  border-top: 1px solid #F3F3F3;
  margin-top: 8px;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.prescriptionBasketWrap .totalsRow .colLeft,
.prescriptionBasketWrap .totalsRow .colRight {
  width: 50%;
}
.prescriptionBasketWrap .totalsRow .colLeft {
  width: calc(100% - 100px);
}
.prescriptionBasketWrap .totalsRow .colRight {
  width: 100px;
}
.newPrescriptionOptions {
  border-bottom: 1px solid #F3F3F3;
  padding: 0 0 40px;
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}
.newPrescriptionOptions .innerPrescriptionOpts {
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .newPrescriptionOptions .innerPrescriptionOpts {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.newPrescriptionOptions .innerPrescriptionOpts .helperText {
  display: inline-block;
  margin-right: 24px;
}
@media all and (max-width: 640px) {
  .newPrescriptionOptions .innerPrescriptionOpts .helperText {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 24px;
  }
}
.newPrescriptionOptions .innerPrescriptionOpts .button {
  margin: 0;
}
.newPrescriptionOptions .innerPrescriptionOpts .button i {
  margin: 0 11px 0 0;
}
.checkboxList {
  padding: 24px 0 0;
}
.checkboxList .checkboxListWrap {
  padding: 22px 0 32px 24px;
}
@media all and (max-width: 640px) {
  .checkboxList .checkboxListWrap {
    padding: 22px 0 32px 0;
  }
}
.checkboxList .checkboxListWrap.withTextHighlightBox {
  padding: 22px 0 32px 14px;
}
@media all and (max-width: 640px) {
  .checkboxList .checkboxListWrap.withTextHighlightBox {
    padding: 22px 0 32px 0;
  }
}
.checkboxList .checkboxListWrap .row {
  margin: 0 0 4px;
}
.gpSearchWrap {
  padding: 0;
}
.gpSearchWrap .searchWrap {
  width: 100%;
  position: relative;
}
.gpSearchWrap .searchWrap .row {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
}
.gpSearchWrap .searchWrap .row .searchIcon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #249C89;
  background: transparent;
  transition: color 200ms linear;
  border: none;
  cursor: pointer;
  outline: 0 !important;
}
.gpSearchWrap .searchWrap .row .searchIcon:hover {
  color: #249C89;
  background: transparent;
  border: none;
  transition: color 200ms linear;
}
.gpSearchWrap .searchWrap .row .searchinput.showResults {
  border-color: #249C89 !important;
  border-radius: 8px 8px 0 0 !important;
  transition: all 200ms linear;
}
.gpSearchWrap .searchWrap h5 {
  margin-bottom: 16px;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
}
.gpSearchWrap .searchWrap h5.searchingText i {
  margin-left: 8px;
  color: #249C89;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.gpSearchWrap .searchWrap .searchResults {
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 16px;
  z-index: 9999;
  overflow-y: scroll;
  height: 250px;
  border-radius: 0 0 8px 8px;
  border: 1.5px solid #249C89;
  border-top: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms linear;
}
.gpSearchWrap .searchWrap .searchResults.resultsVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 200ms linear;
}
.gpSearchWrap .searchWrap .searchResults .productsResults > ul > li {
  margin-bottom: 8px;
}
@media all and (max-width: 640px) {
  .gpSearchWrap .searchWrap .searchResults .productsResults > ul > li {
    margin-bottom: 0;
  }
}
.gpSearchWrap .searchWrap .searchResults .productsResults > ul > li a {
  color: #249C89;
  transition: color 200ms linear;
  font-size: 1rem;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
}
.gpSearchWrap .searchWrap .searchResults .productsResults > ul > li a:hover {
  color: #1a7365;
  transition: color 200ms linear;
}
.gpSearchWrap .searchInputFields {
  margin-top: 16px;
}
.gpSearchWrap .searchInputFields .row {
  margin-bottom: 16px;
  float: none;
  clear: both;
}
.gpSearchWrap .searchInputFields .row .inputWrap {
  float: none;
  clear: both;
}
.gpSearchWrap .searchInputFields .row .inputWrap input,
.gpSearchWrap .searchInputFields .row .inputWrap label {
  float: none;
  clear: both;
}
.gpSearchWrap .searchInputFields .row:before,
.gpSearchWrap .searchInputFields .row:after {
  display: none;
}
.gpSearchWrap .searchInputFields .doctorSurgeryFields label {
  color: #171717;
  transition: color 200ms linear;
}
.gpSearchWrap .searchInputFields .doctorSurgeryFields .inputWrap:after {
  color: #171717;
  transition: color 200ms linear;
}
.gpSearchWrap .searchInputFields .doctorSurgeryFields.fieldsDisabled label {
  color: rgba(23, 23, 23, 0.4);
  transition: color 200ms linear;
}
.gpSearchWrap .searchInputFields .doctorSurgeryFields.fieldsDisabled .inputWrap:after {
  color: rgba(23, 23, 23, 0.4) !important;
  transition: color 200ms linear;
}
.headerAssessment {
  position: relative;
  z-index: 9;
  float: none;
  clear: both;
  width: 100%;
  padding: 2em 0 4.6em;
  background: #D7F6F1;
}
@media all and (max-width: 1120px) {
  .headerAssessment {
    padding: 24px 0;
  }
}
@media all and (max-width: 640px) {
  .headerAssessment {
    padding: 20px 0;
  }
}
.headerAssessment .headerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headerAssessment .headerContainer .button {
  align-self: flex-start;
}
.headerAssessment .headerContainer .button:hover path {
  fill: #FFFFFF;
}
.headerAssessment .headerContainer .button svg {
  margin-right: 0.5em;
}
.headerAssessment .headerContainer .button svg path {
  transition: fill 200ms linear;
}
.headerAssessment .headerContainer .title {
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  color: #125F54;
  margin: 0.7em 0 0.8em;
}
.headerAssessment .headerContainer .category {
  font-size: 2.2857142857142856rem;
  font-weight: 600;
  margin-bottom: 1.3em;
}
@media (max-width: 900px) {
  .headerAssessment .headerContainer .category {
    margin-bottom: 0;
  }
}
.headerAssessment .progressWrap {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1120px) {
  .headerAssessment .progressWrap {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 24px 0 0;
    width: 100%;
  }
}
.headerAssessment .button:not(.basketButton) {
  margin: 0;
}
.headerAssessment .basketButton {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: transparent !important;
  border: none !important;
  color: #171717;
  transition: color 200ms linear;
  outline: 0;
}
.headerAssessment .basketButton .totalQty {
  right: 3px;
  margin-bottom: -20px;
}
.headerAssessment .basketButton .svgIcon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
}
.headerAssessment .basketButton .svgIcon svg {
  width: 25px;
  height: 25px;
}
.headerAssessment .basketButton:hover,
.headerAssessment .basketButton:active,
.headerAssessment .basketButton:focus-visible {
  color: #249C89;
  border: none;
  transition: color 200ms linear;
}
.headerAssessment .logo {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerAssessment .logo .imageWrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.headerAssessment .logo .imageWrap img,
.headerAssessment .logo .imageWrap svg {
  height: 100%;
  width: auto;
  max-height: 57px;
  min-height: 0;
  min-width: 0;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1120px) {
  .headerAssessment .logo .imageWrap img,
  .headerAssessment .logo .imageWrap svg {
    max-height: 49px;
  }
}
/*
 * Content + Sidebar
 */
.contentPageWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  float: none;
  clear: both;
  padding-top: 0;
  padding-bottom: 96px;
}
.contentPageWrap:before,
.contentPageWrap:after {
  content: "";
  display: table;
}
.contentPageWrap:after {
  clear: both;
}
.contentPageWrap:before,
.contentPageWrap:after {
  content: "";
  display: table;
}
.contentPageWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .contentPageWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .contentPageWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1120px) {
  .contentPageWrap {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap {
    padding-top: 48px;
    padding-bottom: 24px;
  }
}
.contentPageWrap.contentSidebarPage {
  padding-bottom: 80px;
}
@media all and (max-width: 1120px) {
  .contentPageWrap.contentSidebarPage {
    padding-bottom: 64px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap.contentSidebarPage {
    padding-bottom: 40px;
  }
}
.contentPageWrap .generalContentImage img {
  width: 100%;
  height: auto;
}
.contentPageWrap .contentWrap,
.contentPageWrap .contentSidebar {
  float: none;
  clear: both;
}
.contentPageWrap .innerPageContent {
  display: flex;
  flex-wrap: wrap;
}
.contentPageWrap .contentWrap {
  width: 100%;
  float: none;
  clear: both;
  margin: 0 auto;
}
.contentPageWrap .contentWrap .contentTitleWrap h1,
.contentPageWrap .contentWrap .contentTitleWrap h2 {
  font-size: 4.428571428571429rem;
  line-height: 71px;
  font-weight: 300;
  margin-bottom: 32px;
}
@media all and (max-width: 1120px) {
  .contentPageWrap .contentWrap .contentTitleWrap h1,
  .contentPageWrap .contentWrap .contentTitleWrap h2 {
    font-size: 2.2857142857142856rem;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap .contentTitleWrap h1,
  .contentPageWrap .contentWrap .contentTitleWrap h2 {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .contentPageWrap .contentWrap .pageContent table {
    font-size: 13px;
    table-layout: auto;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap .pageContent table {
    font-size: 13px;
    table-layout: auto;
  }
}
.contentPageWrap .contentWrap .pageContent table tbody tr td:nth-child(2n-1) {
  border-left: none;
  border-right: 1px solid #F3F3F3;
  padding-right: 20px;
}
.contentPageWrap .contentWrap .pageContent table tbody tr td:nth-child(2n) {
  border-left: 1px solid #F3F3F3;
  border-right: none;
}
.contentPageWrap .contentWrap .pageContent table tbody tr td a {
  text-decoration: none;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .contentPageWrap .contentWrap .pageContent table tbody tr td {
    text-align: center;
    overflow: hidden;
    max-width: 25%;
    width: 25%;
    word-wrap: break-word;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap .pageContent table tbody tr td {
    text-align: center;
    overflow: hidden;
    max-width: 25%;
    width: 25%;
    word-wrap: break-word;
  }
}
.contentPageWrap .contentWrap .pageContent p:last-of-type {
  margin-bottom: 24px;
}
.contentPageWrap .contentWrap ul.faqs.contentFaq {
  margin: 32px 0;
}
.contentPageWrap .contentWrap .blockContainer {
  margin-top: 24px;
}
.contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer {
  margin-bottom: 24px;
}
.contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer h3 {
  text-align: left;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer h3 {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer h3 {
    text-align: center;
  }
}
.contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer p {
  text-align: left;
  color: #999999;
  margin-bottom: 0;
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer p {
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer p {
    text-align: center;
  }
}
.contentPageWrap .contentWrap .blockContainer .contentSmallBlockContainer p:last-child {
  color: #00A98D;
  font-size: 16px;
}
.contentPageWrap .contentSidebar {
  width: 400px;
  order: 2;
}
@media all and (max-width: 1120px) {
  .contentPageWrap .contentSidebar {
    width: 100%;
  }
}
.contentPageWrap .contentSidebar + .contentWrap {
  width: calc(100% - 400px);
  padding: 0 96px 0 0;
  order: 1;
}
@media all and (max-width: 1200px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    padding: 0 32px 0 0;
  }
}
@media all and (max-width: 1120px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    padding: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.contentPageWrap .contentImage {
  margin-bottom: 40px;
  margin-top: 40px;
}
.contentPageWrap .contentImage.firstImage {
  margin-top: 0;
}
.contentPageWrap .dropdownListWrap .contentFaq {
  margin-top: 0 !important;
}
.contentPageWrap .dropdownListWrap .contentFaq li .answer {
  display: none;
}
.splitContent {
  width: calc(100% + 64px);
  margin: 0 -32px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .splitContent {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.splitContent .contentLeft {
  width: calc(100% - 460px);
  padding: 0 32px;
}
@media all and (max-width: 1100px) {
  .splitContent .contentLeft {
    padding: 0 16px;
  }
}
@media all and (max-width: 1120px) {
  .splitContent .contentLeft {
    width: 100%;
  }
}
.splitContent .contentRight {
  width: 460px;
  padding: 0 32px;
}
@media all and (max-width: 1100px) {
  .splitContent .contentRight {
    padding: 0 16px;
  }
}
@media all and (max-width: 1120px) {
  .splitContent .contentRight {
    width: 100%;
    margin-top: 32px;
  }
}
#browse {
  padding-top: 0;
  padding-bottom: 24px;
}
@media all and (max-width: 1120px) {
  #browse {
    padding-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  #browse {
    padding-bottom: 24px;
  }
}
.stickyParent {
  height: 100%;
  background: transparent;
}
/*
* Lists as boxes with checkmarks
*/
.wysiwyg.boxLists ul {
  position: relative;
  float: none;
  clear: both;
  padding: 0 !important;
  width: calc(100% + 40px);
  margin: 8px -20px 16px -20px !important;
  display: flex !important;
  flex-wrap: wrap;
  text-align: left;
}
.wysiwyg.boxLists ul:before,
.wysiwyg.boxLists ul:after {
  display: none;
}
.wysiwyg.boxLists ul:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  background: #249C89;
}
@media all and (max-width: 1200px) {
  .wysiwyg.boxLists ul {
    margin: 0 -20px 24px -20px !important;
  }
}
@media all and (max-width: 900px) {
  .wysiwyg.boxLists ul {
    text-align: left;
  }
}
@media all and (max-width: 550px) {
  .wysiwyg.boxLists ul {
    width: calc(100% + 24px);
    margin: 8px -12px 16px -12px !important;
  }
}
@media all and (max-width: 440px) {
  .wysiwyg.boxLists ul {
    width: 100%;
    margin: 8px 0 16px 0 !important;
  }
}
.wysiwyg.boxLists ul li {
  list-style: none !important;
  margin: 0 20px;
  padding: 19px 0 19px 28px !important;
  width: calc(50% - 40px);
  font-size: 1rem;
  line-height: 18px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
  font-weight: 500;
}
.darkBg .wysiwyg.boxLists ul li {
  border-color: rgba(255, 255, 255, 0.2);
}
@media all and (max-width: 550px) {
  .wysiwyg.boxLists ul li {
    margin: 0 12px;
    padding: 19px 16px 19px 28px !important;
    width: calc(50% - 24px);
  }
}
@media all and (max-width: 440px) {
  .wysiwyg.boxLists ul li {
    width: 100%;
    margin: 0;
  }
}
.wysiwyg.boxLists ul li:before {
  color: inherit;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  left: 5px;
  top: 21px;
  font-size: 1rem;
  line-height: 14px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E29B2F;
  font-weight: 300;
}
.wysiwyg.boxLists.whiteBg ul:after {
  background: #fff;
}
.wysiwyg.boxLists.lightBg ul:after {
  background: #F4F4F4;
}
/*
* News / Blog Styles
*/
.newsPageWrapper {
  padding: 96px 0 113px;
}
.blogGrid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 102px);
  margin: 0 -51px -102px -51px;
}
.recommendedArticles .blogGrid {
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.blogGrid__item {
  flex: 0 0 33.333333%;
  padding: 0 51px;
  margin-bottom: 102px;
}
.recommendedArticles .blogGrid__item {
  margin-bottom: 0;
}
.blogGrid .splide__track {
  width: 100%;
  overflow: visible;
}
.blogGrid .splide__list {
  display: flex;
  width: 100%;
}
.blogGrid .splide__arrows .splide__arrow {
  width: 50px;
  height: 50px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.blogGrid .splide__arrows .splide__arrow[disabled] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.blogGrid .splide__arrows .splide__arrow:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="52" height="52" viewBox="0 0 52 52" fill="none"><path d="M26.1698 0.601329C12.1986 0.601329 0.839354 11.9606 0.839354 25.9317C0.839355 39.9029 12.1986 51.2621 26.1698 51.2621C40.1409 51.2621 51.5002 39.9029 51.5002 25.9317C51.5002 11.9606 40.1409 0.601328 26.1698 0.601329ZM29.4236 38.3575L25.4782 34.4121L31.1837 28.7067L11.6649 28.7046L11.6649 23.1596L31.1837 23.1596L25.4782 17.4542L29.4236 13.5088L41.7949 25.9324L29.4236 38.3575Z" fill="%23165F59"/></svg>');
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0deg);
  background: transparent !important;
}
.blogGrid .splide__arrows .splide__arrow.splide__arrow--next {
  right: -20px;
}
@media all and (max-width: 1400px) {
  .blogGrid .splide__arrows .splide__arrow.splide__arrow--next {
    right: -16px;
  }
}
.blogGrid .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -20px;
}
@media all and (max-width: 1400px) {
  .blogGrid .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -16px;
  }
}
.blogGrid .splide__arrows .splide__arrow.splide__arrow--prev:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.blogGrid .splide__arrows .splide__arrow:hover,
.blogGrid .splide__arrows .splide__arrow:active,
.blogGrid .splide__arrows .splide__arrow:focus-visible {
  opacity: 0.8;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.blogGrid .splide__arrows .splide__arrow:hover:after,
.blogGrid .splide__arrows .splide__arrow:active:after,
.blogGrid .splide__arrows .splide__arrow:focus-visible:after {
  background: transparent !important;
}
.blogGrid .splide__arrows .splide__arrow svg {
  display: none;
}
.blogGrid:before,
.blogGrid:after {
  display: none;
}
.blogGrid .innerGridItem {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  border-radius: 37px;
  color: #171717;
  height: 100%;
  text-align: center !important;
  border: none;
  position: relative;
  overflow: hidden;
}
.blogGrid .innerGridItem:hover .cardHeader,
.blogGrid .innerGridItem:active .cardHeader,
.blogGrid .innerGridItem:focus .cardHeader {
  background: rgba(36, 156, 137, 0.9);
  transition: background 300ms;
}
.blogGrid .innerGridItem .cardImage {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  position: relative;
  color: inherit;
  margin-top: 0;
}
.blogGrid .innerGridItem .cardImage .imageWrap {
  border: none;
  box-shadow: none;
  position: relative;
  background: rgba(36, 156, 137, 0.1);
  overflow: hidden;
  width: 100%;
  padding-bottom: 120%;
}
.blogGrid .innerGridItem .cardImage .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.blogGrid .innerGridItem .cardImage .imageWrap .noImageSvg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  opacity: 0.08;
}
.blogGrid .innerGridItem .cardImage .imageWrap .noImageSvg svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blogGrid .innerGridItem .cardImage .imageWrap .noImageSvg svg path {
  fill: #000;
}
.blogGrid .innerGridItem .cardHeader {
  padding: 24px;
  background: rgba(36, 156, 137, 0.6);
  -webkit-backdrop-filter: blur(6.9px);
          backdrop-filter: blur(6.9px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: background 300ms;
}
.blogGrid .innerGridItem .cardHeader .date {
  text-align: inherit !important;
  font-size: 0.8571428571428571rem;
  opacity: 0.8;
  min-height: 24px;
  display: none;
}
.blogGrid .innerGridItem .cardHeader .title {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  position: relative;
  text-align: inherit !important;
  margin: 0 0 8px;
  color: inherit;
}
.blogGrid .innerGridItem .cardHeader .summary {
  text-align: inherit !important;
  display: none;
}
.blogGrid .innerGridItem .cardFooter {
  width: 100%;
  padding: 0;
  height: auto;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex-wrap: wrap;
  margin-top: auto;
  display: none;
}
.blogGrid .innerGridItem .cardFooter .cardCta {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 981px) and (max-width: 1100px) {
  .blogGrid .innerGridItem .cardFooter .cardCta {
    padding: 16px 0 0;
  }
}
.blogGrid .innerGridItem .cardFooter .button,
.blogGrid .innerGridItem .cardFooter .buttonAlt {
  margin: 0;
  display: block;
  min-height: 0;
  width: 100%;
}
.articlesWrap:before,
.articlesWrap:after {
  display: none;
}
.blogWrapper {
  padding: 56px 0 94px;
  background: #fff;
}
@media all and (max-width: 1200px) {
  .blogWrapper {
    padding: 40px 0 80px;
  }
}
.blogWrapper .articlesWrap {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
}
.blogWrapper .articlesWrap:before,
.blogWrapper .articlesWrap:after {
  content: "";
  display: table;
}
.blogWrapper .articlesWrap:after {
  clear: both;
}
.blogWrapper .articlesWrap:before,
.blogWrapper .articlesWrap:after {
  content: "";
  display: table;
}
.blogWrapper .articlesWrap:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .blogWrapper .articlesWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .blogWrapper .articlesWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .blogWrapper .articlesWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .blogWrapper .articlesWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blogWrapper .paginationWrap {
  padding: 0;
}
.emptyBlog {
  padding: 80px 0;
}
.emptyBlog h2 {
  font-size: 2.2857142857142856rem;
  line-height: 40px;
  margin: 0 0 8px;
  text-align: center;
}
.emptyBlog p {
  margin: 0;
  text-align: center;
}
/*
* News Articles
*/
.blogArticleWrapper {
  float: none;
  clear: both;
  padding: 64px 0 0;
  position: relative;
  background: #fff;
}
.fixedHeader .blogArticleWrapper {
  padding: 170px 0 0;
}
.blogArticleWrapper:before {
  content: "";
  display: block;
  background: #F4F4F4;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.blogArticleWrapper + .recommendedArticlesWrap {
  padding-top: 40px;
}
.blogArticleWrapper .wrapper {
  max-width: 920px;
  position: relative;
  z-index: 2;
}
.blogArticleWrapper .articleTitleBanner {
  text-align: center;
  padding: 0 0 64px;
  color: #249C89;
}
.blogArticleWrapper .articleTitleBanner .articleDate {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  margin-bottom: 16px;
  text-align: inherit;
  color: inherit;
}
.blogArticleWrapper .articleTitleBanner .articleTitle {
  font-size: 2.5rem;
  line-height: 40px;
  margin: 0;
  text-align: inherit;
  font-weight: 400;
  color: inherit;
}
.blogArticleWrapper .articleContent .articleImage {
  background: transparent;
  width: 100%;
  height: auto;
  padding-bottom: 56.306%;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
  margin: 0;
  overflow: hidden;
  border-radius: 19px;
}
.blogArticleWrapper .articleContent .articleImage img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blogArticleWrapper .articleContent .blogContentContain {
  padding: 80px 0;
  margin: 0 auto;
  max-width: 680px;
}
@media all and (max-width: 1120px) {
  .blogArticleWrapper .articleContent .blogContentContain {
    padding: 40px 0;
  }
}
/*
* Recommended articles
*/
.recommendedArticlesWrap {
  background: #fff;
  padding: 8em 0;
  width: 100%;
  margin: 0 auto;
  oveflow: hidden;
}
@media all and (max-width: 1120px) {
  .recommendedArticlesWrap {
    padding: 7em 0;
  }
}
.recommendedArticlesWrap > .wrapper {
  max-width: 1245px;
}
.recommendedArticlesWrap .introBlock {
  margin-bottom: 64px;
}
@media all and (max-width: 1120px) {
  .recommendedArticlesWrap .introBlock {
    margin-bottom: 56px;
  }
}
.blogProducts {
  float: none;
  clear: both;
  position: relative;
}
.blogProducts .upsellItemsWrap {
  padding: 120px 0 88px;
}
@media all and (max-width: 1120px) {
  .blogProducts .upsellItemsWrap {
    padding: 56px 0;
  }
}
.onlineDoctorCategories,
.gridCards {
  float: none;
  clear: both;
  width: 100%;
  background: #F4F4F4;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories,
  .gridCards {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories,
  .gridCards {
    padding: 5em 0;
  }
}
.onlineDoctorCategories:before,
.gridCards:before,
.onlineDoctorCategories:after,
.gridCards:after {
  display: none;
}
.onlineDoctorCategories.firstSectionPadding,
.gridCards.firstSectionPadding {
  padding: 120px 0 40px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.firstSectionPadding,
  .gridCards.firstSectionPadding {
    padding: 80px 0 24px;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.firstSectionPadding,
  .gridCards.firstSectionPadding {
    padding: 5em 0 24px;
  }
}
.onlineDoctorCategories.lastSectionPadding,
.gridCards.lastSectionPadding {
  padding: 40px 0 120px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.lastSectionPadding,
  .gridCards.lastSectionPadding {
    padding: 24px 0 80px;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.lastSectionPadding,
  .gridCards.lastSectionPadding {
    padding: 24px 0 5em;
  }
}
.onlineDoctorCategories.darkOffsetTop:before,
.gridCards.darkOffsetTop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 48px;
  width: 100%;
  display: block;
  background: #F4F4F4;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.darkOffsetTop:before,
  .gridCards.darkOffsetTop:before {
    display: none;
  }
}
.onlineDoctorCategories .onlineDoctorWrap ul,
.gridCards .onlineDoctorWrap ul {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin-right: -12px;
  margin-left: -12px;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .onlineDoctorWrap ul,
  .gridCards .onlineDoctorWrap ul {
    float: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-right: -4px;
    margin-left: -4px;
  }
}
.onlineDoctorCategories .onlineDoctorWrap ul:before,
.gridCards .onlineDoctorWrap ul:before,
.onlineDoctorCategories .onlineDoctorWrap ul:after,
.gridCards .onlineDoctorWrap ul:after {
  display: none;
}
.onlineDoctorCategories .onlineDoctorWrap ul.centered,
.gridCards .onlineDoctorWrap ul.centered {
  justify-content: center;
}
.onlineDoctorCategories .gridItem,
.gridCards .gridItem {
  float: none;
  clear: both;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
}
.noBottomMargin .onlineDoctorCategories .gridItem,
.noBottomMargin .gridCards .gridItem {
  margin-bottom: 0;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories .gridItem,
  .gridCards .gridItem {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
  }
  .noBottomMargin .onlineDoctorCategories .gridItem,
  .noBottomMargin .gridCards .gridItem {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .gridItem,
  .gridCards .gridItem {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .noBottomMargin .onlineDoctorCategories .gridItem,
  .noBottomMargin .gridCards .gridItem {
    margin-bottom: 0;
  }
}
@media all and (max-width: 500px) {
  .onlineDoctorCategories .gridItem,
  .gridCards .gridItem {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .noBottomMargin .onlineDoctorCategories .gridItem,
  .noBottomMargin .gridCards .gridItem {
    margin-bottom: 0;
  }
}
.onlineDoctorCategories .innerGridItem,
.gridCards .innerGridItem {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fff;
  text-align: center;
  color: #171717;
  height: 100%;
}
.onlineDoctorCategories .innerGridItem .cardHeader,
.gridCards .innerGridItem .cardHeader {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 24px;
  flex: 1 1 auto;
  width: 100%;
  color: inherit;
}
.onlineDoctorCategories .innerGridItem .cardHeader h5,
.gridCards .innerGridItem .cardHeader h5 {
  text-align: inherit;
  font-weight: normal;
  color: inherit;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader h5,
  .gridCards .innerGridItem .cardHeader h5 {
    font-size: 1.4285714285714286rem;
  }
}
.onlineDoctorCategories .innerGridItem .cardHeader p,
.gridCards .innerGridItem .cardHeader p {
  margin: 0;
  padding: 16px 0 0;
  text-align: inherit;
  color: inherit;
  font-size: 1rem;
  line-height: 24px;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader p,
  .gridCards .innerGridItem .cardHeader p {
    font-size: 0.9285714285714286rem;
    line-height: 20px;
    padding: 12px 0 0;
  }
}
.onlineDoctorCategories .innerGridItem .cardImage,
.gridCards .innerGridItem .cardImage {
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  position: relative;
  color: inherit;
  margin-top: auto;
}
.onlineDoctorCategories .innerGridItem .cardImage .imageWrap,
.gridCards .innerGridItem .cardImage .imageWrap {
  border: none;
  box-shadow: none;
  position: relative;
  background: rgba(36, 156, 137, 0.1);
  overflow: hidden;
  height: auto;
  padding-bottom: 74%;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories .innerGridItem .cardImage .imageWrap,
  .gridCards .innerGridItem .cardImage .imageWrap {
    padding-bottom: 60%;
  }
}
@media all and (max-width: 500px) {
  .onlineDoctorCategories .innerGridItem .cardImage .imageWrap,
  .gridCards .innerGridItem .cardImage .imageWrap {
    padding-bottom: 60%;
  }
}
.onlineDoctorCategories .innerGridItem .cardImage .imageWrap img,
.gridCards .innerGridItem .cardImage .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.onlineDoctorCategories .innerGridItem .cardImage .imageWrap .noImageSvg,
.gridCards .innerGridItem .cardImage .imageWrap .noImageSvg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  opacity: 0.08;
}
.onlineDoctorCategories .innerGridItem .cardImage .imageWrap .noImageSvg svg,
.gridCards .innerGridItem .cardImage .imageWrap .noImageSvg svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.onlineDoctorCategories .innerGridItem .cardImage .imageWrap .noImageSvg svg path,
.gridCards .innerGridItem .cardImage .imageWrap .noImageSvg svg path {
  fill: #000;
}
.onlineDoctorCategories .innerGridItem .cardFooter,
.gridCards .innerGridItem .cardFooter {
  width: 100%;
  padding: 24px;
  height: auto;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex-wrap: wrap;
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice,
.gridCards .innerGridItem .cardFooter .cardPrice {
  text-align: center;
  padding: 0 8px 0 0;
  width: 100%;
  color: inherit;
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice .priceHeader,
.gridCards .innerGridItem .cardFooter .cardPrice .priceHeader {
  font-size: 0.7142857142857143rem;
  line-height: 12px;
  text-transform: uppercase;
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice .price *,
.gridCards .innerGridItem .cardFooter .cardPrice .price * {
  font-size: 1.7857142857142858rem;
  line-height: 29px;
  font-weight: normal;
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardCta,
.gridCards .innerGridItem .cardFooter .cardCta {
  width: 100%;
  text-align: left;
  padding: 0;
}
@media (min-width: 981px) and (max-width: 1100px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .cardCta,
  .gridCards .innerGridItem .cardFooter .cardCta {
    padding: 16px 0 0;
  }
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice + .cardCta,
.gridCards .innerGridItem .cardFooter .cardPrice + .cardCta {
  padding: 0;
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice + .cardCta .button,
.gridCards .innerGridItem .cardFooter .cardPrice + .cardCta .button,
.onlineDoctorCategories .innerGridItem .cardFooter .cardPrice + .cardCta .buttonAlt,
.gridCards .innerGridItem .cardFooter .cardPrice + .cardCta .buttonAlt {
  width: 100%;
}
.onlineDoctorCategories .innerGridItem .cardFooter .button,
.gridCards .innerGridItem .cardFooter .button,
.onlineDoctorCategories .innerGridItem .cardFooter .buttonAlt,
.gridCards .innerGridItem .cardFooter .buttonAlt {
  margin: 0;
  display: inline-block;
  min-height: 0;
  width: auto;
}
@media (min-width: 981px) and (max-width: 1100px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .button,
  .gridCards .innerGridItem .cardFooter .button,
  .onlineDoctorCategories .innerGridItem .cardFooter .buttonAlt,
  .gridCards .innerGridItem .cardFooter .buttonAlt {
    width: 100%;
  }
}
@media all and (max-width: 740px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .button,
  .gridCards .innerGridItem .cardFooter .button,
  .onlineDoctorCategories .innerGridItem .cardFooter .buttonAlt,
  .gridCards .innerGridItem .cardFooter .buttonAlt {
    width: 100%;
  }
}
.onlineDoctorCategories {
  position: relative;
  min-height: 260px;
  background: #fff;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories {
    background: #fff;
  }
}
.onlineDoctorCategories.lightBg {
  background: #fff;
}
.onlineDoctorCategories.lightBg .innerGridItem {
  background: #fff;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.lightBg .innerGridItem {
    background: #fff;
  }
}
.onlineDoctorCategories.subCategories {
  background: #F4F4F4;
  padding: 4em 0 6em;
  margin-top: 2.2em;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.subCategories {
    padding: 4em 0 4em;
  }
}
.onlineDoctorCategories.subCategories .introBlock .introTitle {
  margin-bottom: 3em;
}
.onlineDoctorCategories.subCategories .onlineDoctorWrap ul {
  width: calc(100% + 32px);
  margin: 0 -16px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.subCategories .onlineDoctorWrap ul {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.subCategories .onlineDoctorWrap ul {
    width: calc(100% + 8px);
    margin: 0 -4px;
  }
}
.onlineDoctorCategories.subCategories .onlineDoctorWrap ul li {
  padding: 0 16px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.subCategories .onlineDoctorWrap ul li {
    padding: 0 12px;
  }
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.subCategories .onlineDoctorWrap ul li {
    padding: 0 4px;
  }
}
.onlineDoctorCategories.subCategories .innerGridItem {
  background: #fff;
  border-radius: 8px;
  border: none;
}
@media all and (max-width: 640px) {
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .gridItem {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .noBottomMargin .onlineDoctorCategories .gridItem {
    margin-bottom: 0;
  }
}
@media all and (max-width: 350px) {
  .onlineDoctorCategories .gridItem {
    float: none;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 8px;
  }
  .noBottomMargin .onlineDoctorCategories .gridItem {
    margin-bottom: 0;
  }
}
.onlineDoctorCategories .innerGridItem {
  padding: 40px;
  background: #F4F4F4;
  border: 1px solid #FAFAFA;
  transition: background 400ms linear, border-color 400ms linear;
  border-radius: 16px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories .innerGridItem {
    padding: 24px;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem {
    background: #F4F4F4;
    border: 1px solid #FAFAFA;
    position: relative;
    min-height: 0;
    display: flex;
    padding: 16px;
  }
}
.onlineDoctorCategories .innerGridItem:hover {
  background: rgba(36, 156, 137, 0.08);
  border-color: rgba(36, 156, 137, 0.08);
  transition: background 400ms linear, border-color 400ms linear;
}
.onlineDoctorCategories .innerGridItem:hover button {
  background: #E29B2F;
  border-color: #E29B2F;
  color: #fff;
}
.onlineDoctorCategories .innerGridItem:active,
.onlineDoctorCategories .innerGridItem:focus {
  background: rgba(32, 139, 122, 0.08);
  border-color: rgba(32, 139, 122, 0.08);
  transition: background 400ms linear, border-color 400ms linear;
}
.onlineDoctorCategories .innerGridItem:active button,
.onlineDoctorCategories .innerGridItem:focus button {
  background: #de921f;
  border-color: #de921f;
  color: #fff;
}
.onlineDoctorCategories .innerGridItem .cardHeader {
  padding: 0 0 24px 0;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader {
    padding: 0 0 16px 0;
    width: 100%;
    margin-top: 0;
    height: auto;
    flex: 0 0 auto;
  }
}
.onlineDoctorCategories .innerGridItem .cardHeader h5 {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  font-weight: bold;
  position: relative;
  text-align: center !important;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories .innerGridItem .cardHeader h5 {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader h5 {
    font-size: 1rem;
    line-height: 20px;
    word-wrap: break-word;
  }
}
@media all and (max-width: 380px) {
  .onlineDoctorCategories .innerGridItem .cardHeader h5 {
    font-size: 0.8571428571428571rem;
    line-height: 18px;
  }
}
.onlineDoctorCategories .innerGridItem .cardHeader h5 i {
  margin-left: 8px;
  color: #171717;
  transition: color 400ms linear;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader h5 i {
    display: none;
  }
}
.onlineDoctorCategories .innerGridItem .cardHeader p {
  opacity: 0.64;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardHeader p {
    display: none;
  }
}
.onlineDoctorCategories .innerGridItem .cardFooter {
  padding: 24px 0 0;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardFooter {
    padding: 16px 0 0;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .cardPrice {
    display: none;
  }
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardCta {
  width: 100%;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .cardCta {
    width: 100%;
  }
}
.onlineDoctorCategories .innerGridItem .cardFooter .cardCta .button {
  width: 100%;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories .innerGridItem .cardFooter .cardCta .button {
    width: 100% !important;
    max-width: 100%;
    padding: 12px 8px;
    font-size: 0.7857142857142857rem;
    line-height: 1.2em;
  }
}
.onlineDoctorCategories .wrapper {
  position: relative;
  z-index: 2;
  max-width: 1258px;
}
.onlineDoctorCategories .background {
  display: none;
}
.noArticles {
  padding: 120px 0;
}
@media all and (max-width: 1120px) {
  .noArticles {
    padding: 40px 0;
  }
}
.noArticles .title {
  text-align: center;
}
.noArticles p {
  text-align: center;
}
.onlineDoctorWrap .parentSections {
  padding: 0 0 80px;
}
@media all and (max-width: 640px) {
  .onlineDoctorWrap .parentSections {
    padding: 0 0 40px;
  }
}
.onlineDoctorWrap .parentSections .introBlock {
  margin-bottom: 2em;
}
.categoryContentBox {
  padding: 40px 0;
  background: #fff;
}
.categoryContentBox .innerCategoryFaqs {
  padding: 36px 50px;
  border-radius: 4px;
  background: rgba(195, 195, 195, 0.3);
}
@media all and (max-width: 640px) {
  .categoryContentBox .innerCategoryFaqs {
    padding: 24px;
  }
}
.categoryContentBox .innerCategoryFaqs .faqs li h4 {
  font-size: 1.3571428571428572rem;
  line-height: 28.278px;
  border: none;
  padding: 10px 0;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4 .faqIcon {
  color: #249C89;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4 .faqIcon svg {
  max-width: 12px;
  max-height: 12px;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4:hover,
.categoryContentBox .innerCategoryFaqs .faqs li h4:active,
.categoryContentBox .innerCategoryFaqs .faqs li h4:focus-visible {
  color: #249C89;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4:hover .faqIcon,
.categoryContentBox .innerCategoryFaqs .faqs li h4:active .faqIcon,
.categoryContentBox .innerCategoryFaqs .faqs li h4:focus-visible .faqIcon {
  color: #249C89;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4:hover .faqIcon svg path,
.categoryContentBox .innerCategoryFaqs .faqs li h4:active .faqIcon svg path,
.categoryContentBox .innerCategoryFaqs .faqs li h4:focus-visible .faqIcon svg path {
  fill: #249C89;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4.open .faqIcon {
  opacity: 0;
  visibility: hidden;
  transform: none !important;
}
.categoryContentBox .innerCategoryFaqs .faqs li .answer {
  padding: 28px 0 0;
}
@media all and (max-width: 640px) {
  .categoryContentBox .innerCategoryFaqs .faqs li .answer {
    padding: 24px 0;
  }
}
/*
* Brands
*/
.partnersWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  background: transparent;
  padding: 64px 0;
  text-align: center;
  z-index: 2;
}
@media all and (max-width: 1120px) {
  .partnersWrap {
    padding: 0 0 64px;
  }
}
@media all and (max-width: 640px) {
  .partnersWrap {
    padding: 0 0 64px;
  }
}
.partnersWrap .partners {
  position: relative;
  float: none;
  clear: both;
  width: calc(100% + 86px);
  margin: 0 -43px;
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .partnersWrap .partners {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
}
.partnersWrap .partners .introBlock {
  float: none;
  clear: both;
  margin: 0 0 48px 0;
}
@media all and (max-width: 640px) {
  .partnersWrap .partners .introBlock {
    margin: 0 0 32px 0;
    text-align: center;
  }
}
.partnersWrap .partners .introBlock .introTitle {
  color: #171717;
  font-size: 1.7142857142857142rem;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.8;
}
.partnersWrap .partners__list {
  float: none;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.partnersWrap .partners__list,
.partnersWrap .partners__list .splide__list {
  display: flex;
}
.partnersWrap .partners__list:not(.is-active) .splide__list {
  width: 100%;
}
@media all and (max-width: 1120px) {
  .partnersWrap .partners__list:not(.is-active) .partners__item {
    flex: 0 0 25%;
  }
}
@media all and (max-width: 500px) {
  .partnersWrap .partners__list:not(.is-active) .partners__item {
    flex: 1 1 33.333333%;
  }
}
.partnersWrap .partners__list .splide__track {
  width: 100%;
}
.partnersWrap .partners__item {
  float: none;
  clear: both;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: auto;
  flex: 1 1;
  flex-basis: calc(100% / 5);
  padding: 0 43px;
}
@media all and (max-width: 1120px) {
  .partnersWrap .partners__item {
    flex: 1 1 25%;
    padding: 0 25px;
  }
}
@media all and (max-width: 500px) {
  .partnersWrap .partners__item {
    flex: 1 1 33.333333%;
  }
}
.partnersWrap .partners__item a,
.partnersWrap .partners__item span {
  pointer-events: none;
  cursor: default;
  display: block;
  width: 100%;
  height: auto;
}
.partnersWrap .partners__item a .imageWrap,
.partnersWrap .partners__item span .imageWrap {
  width: 100%;
  height: 51px;
  position: relative;
  margin: 0 auto;
  opacity: 0.8;
}
.partnersWrap .partners__item a .imageWrap img,
.partnersWrap .partners__item span .imageWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
}
.sidebarNavPage {
  float: none;
  clear: both;
  position: relative;
}
.sidebarNavPage .innerPage {
  display: flex;
}
@media all and (max-width: 1120px) {
  .sidebarNavPage .innerPage {
    width: 100%;
    flex-wrap: wrap;
  }
}
.sidebarNavPage .innerPage .pages {
  width: 100%;
  flex: 1 1 100%;
  padding: 128px 0 160px;
}
@media all and (max-width: 1120px) {
  .sidebarNavPage .innerPage .pages {
    padding: 108px 0 40px;
  }
}
@media all and (max-width: 640px) {
  .sidebarNavPage .innerPage .pages {
    padding: 72px 0 40px;
  }
}
.sidebarNavPage .innerPage .sidebarNav {
  width: 450px;
  flex: 0 0;
  flex-basis: 450px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .sidebarNavPage .innerPage .sidebarNav {
    width: 350px;
    flex-basis: 350px;
  }
}
@media all and (max-width: 1120px) {
  .sidebarNavPage .innerPage .sidebarNav {
    width: 100%;
    flex: 0 0 100%;
    display: none;
  }
}
.sidebarNavPage .innerPage .sidebarNav + .pages {
  width: calc(100% - 450px);
  flex: 0 0;
  flex-basis: calc(100% - 450px);
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .sidebarNavPage .innerPage .sidebarNav + .pages {
    width: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
  }
}
@media all and (max-width: 1120px) {
  .sidebarNavPage .innerPage .sidebarNav + .pages {
    width: 100%;
    flex: 0 0 100%;
  }
}
.sidebarNavPage .page {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .sidebarNavPage .page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1120px) {
  .sidebarNavPage .page {
    padding: 0;
  }
}
.sidebarNavPage .page .pageHeading {
  float: none;
  clear: both;
  width: 100%;
  padding: 0 0 40px;
  margin: 0 0 30px;
}
.sidebarNavPage .page .pageHeading .iconWrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.sidebarNavPage .page .pageHeading .iconWrap .icon {
  height: auto;
  width: 48px;
}
.sidebarNavPage .page .pageHeading .iconWrap .icon svg {
  width: 100%;
  height: auto;
}
.sidebarNavPage .page .pageHeading h2,
.sidebarNavPage .page .pageHeading h1 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin: 0;
}
@media all and (max-width: 640px) {
  .sidebarNavPage .page .pageHeading h2,
  .sidebarNavPage .page .pageHeading h1 {
    font-size: 2rem;
  }
}
.sidebarNavPage .page .pageHeading p {
  margin: 16px 0 0;
}
.sidebarNavPage .page .innerPageContent,
.sidebarNavPage .page .innerAssessmentContent,
.sidebarNavPage .page .productListContent {
  min-height: 200px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 24px;
}
.sidebarNavPage .page .innerPageContent .mainContent,
.sidebarNavPage .page .innerAssessmentContent .mainContent,
.sidebarNavPage .page .productListContent .mainContent {
  padding: 0 0 32px;
  font-size: inherit;
  line-height: inherit;
}
.sidebarNavPage .page .innerPageContent .wysiwyg,
.sidebarNavPage .page .innerAssessmentContent .wysiwyg,
.sidebarNavPage .page .productListContent .wysiwyg {
  font-size: inherit;
  line-height: inherit;
}
.sidebarNavPage .page .innerPageContent .wysiwyg p,
.sidebarNavPage .page .innerAssessmentContent .wysiwyg p,
.sidebarNavPage .page .productListContent .wysiwyg p,
.sidebarNavPage .page .innerPageContent .wysiwyg ul,
.sidebarNavPage .page .innerAssessmentContent .wysiwyg ul,
.sidebarNavPage .page .productListContent .wysiwyg ul,
.sidebarNavPage .page .innerPageContent .wysiwyg ol,
.sidebarNavPage .page .innerAssessmentContent .wysiwyg ol,
.sidebarNavPage .page .productListContent .wysiwyg ol {
  font-size: inherit;
  line-height: inherit;
}
.sidebarNavPage .page .innerPageContent .fullscreenItems,
.sidebarNavPage .page .innerAssessmentContent .fullscreenItems,
.sidebarNavPage .page .productListContent .fullscreenItems {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: 0;
}
.sidebarNavPage .page .innerPageContent .fullscreenItems > .wrapper,
.sidebarNavPage .page .innerAssessmentContent .fullscreenItems > .wrapper,
.sidebarNavPage .page .productListContent .fullscreenItems > .wrapper {
  padding: 0 16px;
}
.sidebarMobileNav {
  margin-bottom: 40px;
  display: none;
}
@media all and (max-width: 1120px) {
  .sidebarMobileNav {
    display: block;
  }
}
.sidebarMobileNav .sidebarTitle {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  padding: 16px 40px 16px 16px;
  background: #E29B2F;
  color: #fff;
  border-radius: 8px;
  transition: all 200ms linear;
}
.sidebarMobileNav .sidebarTitle + .sidebarContent {
  padding-top: 32px;
}
.sidebarMobileNav .sidebarTitle:after {
  position: absolute;
  display: inline;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 200ms linear;
  color: inherit;
}
.sidebarMobileNav .sidebarTitle.open {
  border-radius: 8px 8px 0 0;
  transition: all 200ms linear;
}
.sidebarMobileNav .sidebarTitle.open:after {
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 200ms linear;
}
.sidebarMobileNav .sidebarTitle + .sidebarContent {
  padding: 16px;
  border: 1px solid #F3F3F3;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.sidebarMobileNav .sidebarContent {
  padding-top: 8px;
  display: none;
}
.sidebarMobileNav .sidebarContent ul {
  margin-top: 8px;
}
.sidebarMobileNav .sidebarContent ul li {
  position: relative;
  border-bottom: none;
  margin-bottom: 16px;
}
.sidebarMobileNav .sidebarContent ul li:last-of-type {
  margin-bottom: 0;
}
.sidebarMobileNav .sidebarContent ul li a {
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #171717;
  text-decoration: none;
  font-size: 1.0714285714285714rem;
  line-height: 24px;
  text-transform: none;
  display: block;
  font-weight: 500;
  position: relative;
  transition: color 200ms linear;
}
.sidebarMobileNav .sidebarContent ul li a:hover {
  color: #E29B2F;
  transition: color 200ms linear;
}
.sidebarMobileNav .sidebarContent ul li.active a {
  color: #E29B2F;
  font-weight: bold;
}
.sidebarMobileNav .sidebarContent ul li.active a:before {
  display: none;
}
.sidebarNav {
  color: #171717;
  width: 100%;
  background: #F4F4F4;
  padding: 128px 0 160px;
  position: relative;
}
.sidebarNav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
  height: 100%;
  background: #F4F4F4;
}
.sidebarNav .sidebarIntro {
  display: block;
  width: 100%;
  padding: 0 69px 0 0;
  margin: 0 0 64px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .sidebarNav .sidebarIntro {
    padding: 0 40px 0 0;
  }
}
@media all and (max-width: 1120px) {
  .sidebarNav .sidebarIntro {
    margin: 0 0 24px;
  }
}
.sidebarNav .sidebarIntro h1,
.sidebarNav .sidebarIntro h2 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
  margin: 0;
  color: #171717;
}
@media all and (max-width: 640px) {
  .sidebarNav .sidebarIntro h1,
  .sidebarNav .sidebarIntro h2 {
    font-size: 2.2857142857142856rem;
  }
}
@media all and (max-width: 1120px) {
  .sidebarNav .sidebarIntro h1,
  .sidebarNav .sidebarIntro h2 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1120px) and all and (max-width: 640px) {
  .sidebarNav .sidebarIntro h1,
  .sidebarNav .sidebarIntro h2 {
    font-size: 1.5rem;
  }
}
.sidebarNav .sidebarIntro p {
  margin: 8px 0 0;
}
.sidebarNav .sidebarIntro h6 {
  font-size: 0.8571428571428571rem;
  line-height: 16px;
  margin: 16px 0 0;
}
@media all and (max-width: 1120px) {
  .sidebarNav .sidebarIntro h6 {
    margin: 8px 0 0;
  }
}
.sidebarNav .sidebarPageNav ul li {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.sidebarNav .sidebarPageNav ul li:last-child {
  margin-bottom: 0;
}
.sidebarNav .sidebarPageNav ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
  color: #171717;
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: all 600ms ease-in-out;
}
.sidebarNav .sidebarPageNav ul li a:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px 0 0 8px;
  background: #E29B2F;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.sidebarNav .sidebarPageNav ul li a:hover,
.sidebarNav .sidebarPageNav ul li a:active {
  color: #E29B2F;
  transition: all 400ms ease-in-out;
}
.sidebarNav .sidebarPageNav ul li a h4,
.sidebarNav .sidebarPageNav ul li a h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  transition: color 200ms linear;
  margin: 0;
}
.sidebarNav .sidebarPageNav ul li a h6 {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  transition: color 200ms linear;
  margin-top: 0;
  opacity: 0.64;
  color: #171717 !important;
}
.sidebarNav .sidebarPageNav ul li a.active {
  background: transparent;
}
.sidebarNav .sidebarPageNav ul li a.active:before {
  opacity: 1;
  transition: opacity 400ms ease-in-out;
}
.helpQuestion {
  float: none;
  clear: both;
  position: relative;
}
.helpQuestion .helperBoxRow {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}
.helpQuestion .helperBoxRow .boxLeft {
  display: flex;
  align-items: center;
  width: calc(100% - 130px);
  flex: 1 1;
  flex-basis: calc(100% - 130px);
  padding: 0 24px 0 0;
}
.helpQuestion .helperBoxRow .boxRight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 130px;
  flex: 0 0 130px;
}
.helpQuestion .helperBoxRow .boxRight .row {
  margin: 0;
  float: none;
  clear: both;
}
.helpQuestion .helperBoxRow p {
  margin: 0;
}
.helpQuestion .helperBoxContent {
  padding: 32px 0;
  border-bottom: 1px solid #F3F3F3;
  display: none;
}
.siteMapOverallWrap {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.siteMapOverallWrap a {
  text-decoration: none;
}
.siteMapOverallWrap a:hover {
  text-decoration: underline;
}
.teamContent {
  margin: 0 0 30px;
}
.teamWrap {
  background: #F4F4F4;
  padding: 80px 0;
}
@media all and (max-width: 1120px) {
  .teamWrap {
    padding: 40px 0;
  }
}
.teamWrap .teamList {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-right: -16px;
  margin-left: -16px;
  letter-spacing: normal;
  margin-bottom: -32px;
}
@media all and (max-width: 640px) {
  .teamWrap .teamList {
    float: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
    text-align: center;
  }
}
.teamWrap .teammate {
  float: none;
  clear: both;
  width: 25%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 32px;
  max-width: 500px;
  display: inline-block;
}
.noBottomMargin .teamWrap .teammate {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .teamWrap .teammate {
    float: none;
    clear: both;
    width: 50%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
  }
  .noBottomMargin .teamWrap .teammate {
    margin-bottom: 0;
  }
}
@media all and (max-width: 420px) {
  .teamWrap .teammate {
    clear: both;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    float: none;
  }
  .noBottomMargin .teamWrap .teammate {
    margin-bottom: 0;
  }
}
.teamWrap .teammate .imageWrap {
  text-align: center;
}
.teamWrap .teammate img {
  margin-bottom: 0;
}
.teamWrap .infoWrap {
  padding: 24px 0 0;
  text-align: center;
  background: transparent;
}
.teamWrap .infoWrap h4 {
  color: #171717;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 8px;
}
.teamWrap .infoWrap h5 {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
  color: #171717;
  opacity: 0.64;
}
.teamWrap .infoWrap h6 {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 8px;
  color: #171717;
  opacity: 0.64;
}
.teamWrap .infoWrap a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.teamWrap .infoWrap a:hover {
  color: #E29B2F;
}
.teamWrap .infoWrap .bioLinks {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.8571428571428571rem;
}
.teamWrap .infoWrap .bioLinks i {
  margin-right: 5px;
  font-size: 1.1428571428571428rem;
  vertical-align: middle;
}
.teamWrap.teamBanner .infoWrap h6 {
  display: none;
}
.teamBio {
  display: none;
}
.overlayContent .bioInfo {
  float: left;
  width: calc(100% - 240px);
}
@media all and (max-width: 640px) {
  .overlayContent .bioInfo {
    width: 100%;
  }
}
.overlayContent .bioDetails {
  float: right;
  width: 220px;
  background: #F4F4F4;
  padding: 32px;
  margin: 0 0 0 32px;
}
@media all and (max-width: 640px) {
  .overlayContent .bioDetails {
    width: 100%;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.overlayContent .bioDetails img {
  display: block;
  margin: 0 0 10px;
}
.overlayContent .bioDetails a {
  display: block;
  text-decoration: none;
}
.ctaTabs.teamBanner {
  padding: 120px 0;
}
@media all and (max-width: 1120px) {
  .ctaTabs.teamBanner {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .ctaTabs.teamBanner {
    padding: 40px 0;
  }
}
.ctaTabs.teamBanner .wrapper {
  max-width: 1264px;
}
.ctaTabs.teamBanner .introBlock {
  margin: 0 0 40px;
}
@media all and (max-width: 640px) {
  .ctaTabs.teamBanner .introBlock {
    margin: 0 0 24px;
  }
}
.ctaTabs.teamBanner .ctaTabsWrap {
  position: relative;
  width: 100%;
  text-align: center;
}
.ctaTabs.teamBanner .ctaTabsWrap .ctaTabsNav {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.ctaTabs.teamBanner .ctaTabsWrap .ctaTabsNav button {
  padding-left: 20px;
  padding-right: 20px;
}
.ctaTabs.teamBanner .ctaTabsWrap .ctaTabsNav .chosen-container {
  min-width: 600px;
}
@media all and (max-width: 640px) {
  .ctaTabs.teamBanner .ctaTabsWrap .ctaTabsNav .chosen-container {
    width: 100%;
    min-width: 280px;
  }
}
.ctaTabs.teamBanner .ctaTabsWrap .ctaTabs .tabContentWrapper {
  padding-top: 55px;
}
/*
* Public side of the members area
*/
.contentPageWrap.membersWrap.publicMembersArea {
  padding: 0 64px 64px 64px;
  max-width: 700px;
  margin: 0 auto;
}
@media all and (max-width: 1120px) {
  .contentPageWrap.membersWrap.publicMembersArea {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 640px) {
  .contentPageWrap.membersWrap.publicMembersArea {
    padding-left: 0;
    padding-right: 0;
  }
}
.contentPageWrap.membersWrap.publicMembersArea.fullWidth {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contentPageWrap.membersWrap.publicMembersArea .innerPageContent {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
}
@media all and (max-width: 1120px) {
  .contentPageWrap.membersWrap.publicMembersArea .innerPageContent {
    max-width: 100%;
  }
}
.contentPageWrap.membersWrap.publicMembersArea .innerPageContent .pageHeading:before {
  width: 100%;
}
.contentPageWrap.membersWrap.publicMembersArea .innerPageContent form {
  width: 100%;
}
/*
 * Register / Login
 */
.memberLogin,
.memberRegister {
  float: none;
  clear: both;
  margin: 0;
}
.memberLogin h4,
.memberRegister h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.7142857142857142rem;
  line-height: 32px;
}
.memberLogin .button,
.memberRegister .button {
  min-width: 115px;
}
.memberRegister {
  margin-right: 0;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
}
.memberRegister .iconList {
  margin: 0 0 24px;
}
.memberRegister .iconList li {
  padding-left: 32px;
  margin-bottom: 4px;
  position: relative;
}
.memberRegister .iconList li:last-child {
  margin-bottom: 0;
}
.memberRegister .iconList li:before {
  color: inherit;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #249C89;
  display: flex;
  justify-content: flex-start;
  width: 24px;
}
.memberRegister .buttonAlt,
.memberRegister .button {
  margin-top: 16px;
}
.registerMember h3 {
  color: #171717;
  text-align: left;
  font-size: 1.4285714285714286rem;
  line-height: 24px;
  margin: 0 0 24px;
  float: none;
  clear: both;
}
.registerMember .chosen-container {
  max-width: none;
}
.registerMember .chosen-container .chosen-search {
  margin: 7px;
}
.registerMember .chosen-container .chosen-search input {
  display: none;
}
.registerMember .chosen-container .chosen-search:before,
.registerMember .chosen-container .chosen-search:after {
  display: none;
}
.memberFormWrap fieldset h3 {
  color: #171717;
  text-align: left;
  font-size: 1.1428571428571428rem;
  line-height: 18px;
  margin: 0 0 24px;
  float: none;
  clear: both;
}
.loginSubmitFooter button {
  margin: 0;
}
@media all and (max-width: 640px) {
  .loginSubmitFooter button {
    width: 100%;
  }
}
.loginSubmitFooter .formLink {
  position: relative;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
}
.loginSubmitFooter .formLink .formLinkText {
  color: #171717 !important;
}
/*
 * Member Links on welcome screen
 */
.memberLinks {
  *zoom: 1;
  float: none;
  clear: both;
  max-width: 1000px;
}
.memberLinks:before,
.memberLinks:after {
  content: "";
  display: table;
}
.memberLinks:after {
  clear: both;
}
@media all and (max-width: 840px) {
  .memberLinks {
    border-top: 1px solid #F3F3F3;
    padding-top: 24px;
    margin-top: 24px;
    padding-bottom: 16px;
  }
}
.memberLinks .memberLink {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto 24px auto;
}
.memberLinks .memberLink a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-decoration: none;
}
.memberLinks .memberLink a:hover h6 {
  color: #171717;
}
.memberLinks .memberLink .titleContainer {
  float: none;
  clear: both;
  width: calc(100% - 260px);
}
@media all and (max-width: 640px) {
  .memberLinks .memberLink .titleContainer {
    width: 100%;
  }
}
.memberLinks .memberLink .titleContainer h6 {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  color: #171717;
  display: flex;
  align-items: center;
}
@media all and (max-width: 840px) {
  .memberLinks .memberLink .titleContainer h6 {
    text-align: center;
    padding: 0;
    padding-top: 16px;
    margin-bottom: 8px;
    display: flex;
  }
}
@media all and (max-width: 640px) {
  .memberLinks .memberLink .titleContainer h6 {
    justify-content: center;
  }
}
.memberLinks .memberLink .titleContainer h6 i {
  font-size: 2.2857142857142856rem;
  line-height: 32px;
  padding-right: 16px;
}
.memberLinks .memberLink .buttonContainer {
  width: 260px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media all and (max-width: 640px) {
  .memberLinks .memberLink .buttonContainer {
    width: 100%;
    justify-content: flex-start;
    padding-top: 16px;
  }
}
.memberLinks .memberLink .buttonContainer span {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #249C89;
  background: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  padding: 12px 16px;
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  max-width: 250px;
}
.memberLinks .memberLink .buttonContainer span:hover,
.memberLinks .memberLink .buttonContainer span:focus-visible,
.memberLinks .memberLink .buttonContainer span:active {
  color: #249C89;
  background: rgba(36, 156, 137, 0);
  border-color: #249C89;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.memberLinks .memberLink .buttonContainer span:hover:after,
.memberLinks .memberLink .buttonContainer span:focus-visible:after,
.memberLinks .memberLink .buttonContainer span:active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.memberLinks .memberLink .buttonContainer span .svgIcon,
.memberLinks .memberLink .buttonContainer span i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 9px;
  display: inline-block;
  position: relative;
}
.memberLinks .memberLink .buttonContainer span .svgIcon svg,
.memberLinks .memberLink .buttonContainer span i svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 9px;
}
.memberLinks .memberLink .buttonContainer span.iconLeft .svgIcon,
.memberLinks .memberLink .buttonContainer span.iconLeft i {
  margin: 0 10px 0 0;
}
.memberLinks .memberLink .buttonContainer span[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.memberLinks .memberLink .buttonContainer span.buttonLarge {
  font-size: 1.5rem;
  padding: 15px 20px;
}
.memberLinks .memberLink .buttonContainer span.buttonLarge .svgIcon,
.memberLinks .memberLink .buttonContainer span.buttonLarge i {
  width: 14px;
  height: 12px;
}
.memberLinks .memberLink .buttonContainer span.buttonLarge .svgIcon svg,
.memberLinks .memberLink .buttonContainer span.buttonLarge i svg {
  width: 14px;
  height: 12px;
}
.memberLinks .memberLink .buttonContainer span.buttonLarge.secureButton .svgIcon,
.memberLinks .memberLink .buttonContainer span.buttonLarge.secureButton i {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.memberLinks .memberLink .buttonContainer span.buttonLarge.secureButton .svgIcon svg,
.memberLinks .memberLink .buttonContainer span.buttonLarge.secureButton i svg {
  width: 16px;
  height: 16px;
}
.memberLinks .memberLink .buttonContainer span.buttonOutlined {
  background: transparent;
  color: #171717;
  border-color: #171717;
}
.memberLinks .memberLink .buttonContainer span.buttonOutlined:hover,
.memberLinks .memberLink .buttonContainer span.buttonOutlined:focus-visible,
.memberLinks .memberLink .buttonContainer span.buttonOutlined:active {
  background: #171717;
  color: #FFFFFF;
}
.memberLinks .memberLink .buttonContainer span.buttonOutlinedWhite {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.memberLinks .memberLink .buttonContainer span.buttonOutlinedWhite:hover,
.memberLinks .memberLink .buttonContainer span.buttonOutlinedWhite:focus-visible,
.memberLinks .memberLink .buttonContainer span.buttonOutlinedWhite:active {
  background: #FFFFFF;
  color: #171717;
}
.memberLinks .memberLink .buttonContainer span.buttonBlack {
  background: #171717;
  color: #FFFFFF;
  border-color: #171717;
}
.memberLinks .memberLink .buttonContainer span.buttonBlack:hover,
.memberLinks .memberLink .buttonContainer span.buttonBlack:focus-visible,
.memberLinks .memberLink .buttonContainer span.buttonBlack:active {
  background: transparent;
  color: #171717;
}
.memberLinks .memberLink .buttonContainer span.buttonSmall {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  padding: 5px 13px;
}
.memberLinks .memberLink .buttonContainer span.buttonSmall .svgIcon,
.memberLinks .memberLink .buttonContainer span.buttonSmall i {
  width: 7px;
  height: 9px;
}
.memberLinks .memberLink .buttonContainer span.buttonSmall .svgIcon svg,
.memberLinks .memberLink .buttonContainer span.buttonSmall i svg {
  width: 7px;
  height: 9px;
}
.memberLinks .memberLink .buttonContainer span.noIcon {
  padding: 8px 15px;
}
.memberLinks .memberLink .buttonContainer span.noIcon.buttonSmall {
  padding: 4px 14px;
}
.memberLinks .memberLink .buttonContainer span.buttonText {
  background: transparent;
  border: none;
  color: #171717;
}
.memberLinks .memberLink .buttonContainer span.buttonText:hover,
.memberLinks .memberLink .buttonContainer span.buttonText:active,
.memberLinks .memberLink .buttonContainer span.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #E29B2F;
}
@media all and (max-width: 640px) {
  .memberLinks .memberLink .buttonContainer span {
    width: 100%;
    max-width: none;
  }
}
/*
 * Register page
 */
.registerYourAddress,
.registerYourDetails {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 40px;
}
.registerYourAddress .row,
.registerYourDetails .row {
  display: flex;
  flex-direction: column;
}
.registerYourAddress .row:before,
.registerYourDetails .row:before,
.registerYourAddress .row:after,
.registerYourDetails .row:after {
  display: none;
}
.registerYourAddress {
  margin-right: 0;
}
.registerYourAddress .inputWrap input:-moz-read-only {
  opacity: 0.5;
}
.registerYourAddress .inputWrap input:read-only {
  opacity: 0.5;
}
.registerYourAddress .inputWrap input:-moz-read-only:focus {
  border-color: #F3F3F3;
}
.registerYourAddress .inputWrap input:read-only:focus {
  border-color: #F3F3F3;
}
.registerYourAddress .inputWrap #billingPostcodeSearch {
  opacity: 1 !important;
}
.registrationSubmit {
  clear: both;
  width: 100%;
}
/*
 * Edit Your Details
 */
.detailsGrid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px -24px -16px;
  float: none;
  clear: both;
}
@media all and (max-width: 1160px) {
  .detailsGrid {
    width: 100%;
    margin: 0;
  }
}
.detailsGrid:before,
.detailsGrid:after {
  display: none;
}
.detailsGrid .detailsCol {
  width: 50%;
  padding: 0 16px 24px 16px;
  float: none;
  clear: both;
}
@media all and (max-width: 1160px) {
  .detailsGrid .detailsCol {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #F3F3F3;
  }
  .detailsGrid .detailsCol:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.detailsGrid .detailsCol fieldset {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
.detailsGrid .detailsCol fieldset h6 {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin: 0 0 8px;
  font-weight: normal;
}
.detailsGrid .detailsCol fieldset p {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 20px;
  opacity: 0.64;
}
.detailsGrid #ship-state {
  display: none;
}
.detailsGrid .row .row:last-of-type {
  margin-bottom: 0;
}
.membersFormActions {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  flex-wrap: wrap;
}
.membersFormActions:before,
.membersFormActions:after {
  display: none;
}
.membersFormActions .button {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  margin: 0;
  min-width: 124px;
  text-align: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .membersFormActions .button {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .membersFormActions .button i {
    margin-left: auto;
  }
}
.membersFormActions .buttonAlt {
  margin: 0;
  min-width: 124px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .membersFormActions .buttonAlt {
    width: 100%;
    margin-top: 16px;
    order: 2;
  }
}
.membersFormActions .buttonAlt + .button {
  margin-left: auto;
}
@media all and (max-width: 640px) {
  .membersFormActions .buttonAlt + .button {
    order: 1;
    margin-left: 0;
  }
}
#changePasswordCustomerDetails {
  margin-right: 0;
}
/*
 * Forgot your password
 */
form.reminder {
  max-width: 600px;
}
@media all and (max-width: 840px) {
  form.reminder .button {
    width: 100%;
    max-width: none;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 840px) {
  form.reminder .row a:not(.button) {
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
}
/*
* Log out
*/
.logoutText {
  padding: 80px 0;
  max-width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 1120px) {
  .logoutText {
    padding: 0;
  }
}
.logoutText h4 {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin-bottom: 24px;
}
/*
* Reset Password
*/
.resetPasswordWrap {
  max-width: 640px;
  margin: 0 auto;
}
@media all and (max-width: 840px) {
  .resetPasswordWrap {
    max-width: 100%;
    width: 100%;
  }
}
.resetPasswordWrap .introBlock {
  text-align: left;
  margin-bottom: 24px;
}
@media all and (max-width: 840px) {
  .resetPasswordWrap .introBlock {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 840px) {
  .resetPasswordWrap form.reminder {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 840px) {
  .resetPasswordWrap .resetSubmit .button {
    width: 100%;
    max-width: 100%;
  }
}
/*
* Alerts
*/
.membersAlerts {
  float: none;
  clear: both;
  width: 100%;
}
.membersAlerts > div {
  margin-bottom: 24px;
}
/*
* Members layout
*/
.membersAreaWrap {
  background: #fff;
  /*
    * Previous orders
     */
  /*
    * Action buttons
     */
  /*
    * Dashboard grid
     */
  /*
   * Dashboard Sidebar
   */
  /*
    * Dashboard Intro Boxes
    */
}
.membersAreaWrap .membersAreaContentWrap {
  display: flex;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap {
    flex-wrap: wrap;
  }
}
.membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap {
  width: 30%;
  flex: 0 0 30%;
  padding: 64px 0 64px;
  background: #F4F4F4;
  position: relative;
  max-width: 500px;
  min-width: 300px;
}
.fixedHeader .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap {
  padding: 64px 0 48px;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap {
    width: 100%;
    flex: 1 0 100%;
    padding: 24px 0;
    max-width: 100%;
    min-width: 100%;
  }
  .fixedHeader .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap {
    padding: 88px 0 24px;
  }
}
.membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: #F4F4F4;
}
.membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 30px;
  background: #F4F4F4;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:after {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:after {
    width: 20px;
  }
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent {
  flex: 1 1;
  width: 70%;
  flex-basis: 70%;
  padding: 64px 0 64px 84px;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    width: 100%;
    flex-basis: 100%;
    padding: 40px 0;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    padding: 24px 0 40px;
  }
}
.fixedHeader .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
  padding: 64px 0 64px 84px;
}
@media all and (max-width: 1120px) {
  .fixedHeader .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    padding: 64px 0 24px;
  }
}
@media all and (max-width: 640px) {
  .fixedHeader .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    padding: 64px 0 24px;
  }
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock {
  text-align: left;
  margin-bottom: 24px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock.dashboardIntro {
  margin-bottom: 16px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .innerIntro {
  max-width: 100%;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introContentWrap {
  max-width: 100%;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle {
    font-size: 2.2857142857142856rem;
  }
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle + .introContentWrap {
  margin-top: 12px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle.smallTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle.smallTitle {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 440px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle.smallTitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 440px) and all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent .introBlock .introTitle.smallTitle {
    font-size: 1.5rem;
  }
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .nhsMessage {
  padding: 32px 40px;
  background: #249C89;
  color: #fff;
  margin: 0 0 40px;
  float: none;
  clear: both;
  border-radius: 8px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap input,
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .chosen-single {
  background: #F4F4F4;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .buttonInline input {
  height: 32px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .buttonInline button {
  height: 32px;
  min-height: auto;
  padding: 0;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .row label:before {
  background: #F4F4F4;
  top: 6.5px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .tagInput div {
  margin-left: 0;
  max-width: none;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .searchBoxWrap {
  position: relative;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .searchBoxWrap input {
  padding-left: 30px;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap .searchBoxWrap .searchBoxIcon {
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 1;
  pointer-events: none;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap textarea {
  background: #F4F4F4;
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent .membersContentWrap select {
  background: #F4F4F4;
  height: 32px;
}
.membersAreaWrap .previousOrder .orderBasket {
  margin-bottom: 40px;
  padding: 16px 24px 24px;
  background: #F4F4F4;
  border-radius: 8px;
}
.membersAreaWrap .previousOrder .orderBasket .bagItemsHeader {
  margin-bottom: 8px;
}
.membersAreaWrap .previousOrder .orderBasket .orderItems {
  font-size: 1rem;
  line-height: 16px;
}
.membersAreaWrap .previousOrder .orderBasket .multiPriceBlock strong {
  font-weight: normal !important;
}
.membersAreaWrap .previousOrder .orderBasket strong .multiPriceBlock strong {
  font-weight: bold !important;
}
.membersAreaWrap .previousOrder #totals {
  border-collapse: collapse;
  margin-top: 16px;
}
.membersAreaWrap .previousOrder #totals td {
  border-radius: 0 !important;
  background-color: transparent !important;
}
.membersAreaWrap .editDetailsWrap .successMessage {
  margin-bottom: 24px;
}
.membersAreaWrap .actionButtons {
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #F3F3F3;
  display: flex;
  float: none;
  clear: both;
  width: 100%;
}
@media all and (max-width: 500px) {
  .membersAreaWrap .actionButtons {
    padding: 24px 0 0;
    margin: 24px 0 0;
    flex-wrap: wrap;
  }
}
.membersAreaWrap .actionButtons .actionsLeft {
  width: 50%;
  flex: 1 1 50%;
  padding-right: 8px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .membersAreaWrap .actionButtons .actionsLeft {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
@media all and (max-width: 500px) {
  .membersAreaWrap .actionButtons .actionsLeft + .actionsRight {
    margin-top: 16px;
  }
}
.membersAreaWrap .actionButtons .actionsRight {
  width: 50%;
  flex: 1 1 50%;
  padding-left: 8px;
  text-align: right;
}
@media all and (max-width: 500px) {
  .membersAreaWrap .actionButtons .actionsRight {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.membersAreaWrap .actionButtons a,
.membersAreaWrap .actionButtons button {
  min-width: 160px;
  margin: 0;
}
@media all and (max-width: 500px) {
  .membersAreaWrap .actionButtons a,
  .membersAreaWrap .actionButtons button {
    max-width: 100%;
    width: 100%;
  }
}
.membersAreaWrap .membersContentGrid {
  display: flex;
  padding: 0;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .membersContentGrid {
    padding: 0;
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersContentGrid {
    padding: 0;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersContentGrid {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 560px) {
  .membersAreaWrap .membersContentGrid {
    padding: 0;
  }
}
.membersAreaWrap .membersContentGrid .contentLeft {
  flex: 1 1;
  width: calc(100% - 271px);
  flex-basis: calc(100% - 271px);
  padding-right: 0;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .membersContentGrid .contentLeft {
    width: "calc(100% - 220px)";
    flex-basis: calc(100% - 220px);
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersContentGrid .contentLeft {
    width: calc(100% - 271px);
    flex-basis: calc(100% - 271px);
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersContentGrid .contentLeft {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
.membersAreaWrap .membersContentGrid .contentRight {
  width: 271px;
  flex: 0 0 271px;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .membersContentGrid .contentRight {
    width: 220px;
    flex: 0 0 220px;
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersContentGrid .contentRight {
    width: 271px;
    flex: 0 0 271px;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersContentGrid .contentRight {
    width: 100%;
    flex: 0 0 100%;
  }
}
.membersAreaWrap .dashboardSidebar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 0;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .dashboardSidebar {
    padding-top: 0;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .dashboardSidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px -24px -12px;
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .dashboardSidebar {
    width: calc(100% + 16px);
    margin: 0 -8px -16px -8px;
  }
}
@media all and (max-width: 420px) {
  .membersAreaWrap .dashboardSidebar {
    width: 100%;
    margin: 0 0 -16px;
  }
}
.membersAreaWrap .dashboardSidebar > li {
  width: 100%;
  margin-bottom: 0;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .dashboardSidebar > li {
    padding: 0 12px;
    width: 50%;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .dashboardSidebar > li {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .dashboardSidebar > li {
    padding: 0;
    width: 100%;
  }
}
.membersAreaWrap .sidebarBox {
  margin: 0 0 24px;
  padding: 32px 24px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  color: #171717;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .sidebarBox {
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .sidebarBox {
    padding: 24px 16px;
  }
}
.membersAreaWrap .sidebarBox .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  height: 56px;
}
.membersAreaWrap .sidebarBox .iconWrapper svg {
  height: 100%;
  width: auto;
}
@media all and (max-width: 640px) {
  .membersAreaWrap .sidebarBox .iconWrapper svg {
    height: 80%;
  }
}
.membersAreaWrap .sidebarBox h4 {
  color: inherit;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.1428571428571428rem;
  margin: 0 0 8px;
}
@media all and (max-width: 640px) {
  .membersAreaWrap .sidebarBox h4 {
    font-size: 1.1428571428571428rem;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .sidebarBox h4 {
    font-size: 1rem;
    line-height: 20px;
  }
}
.membersAreaWrap .sidebarBox p {
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
}
.membersAreaWrap .sidebarBox .patientBadges {
  color: inherit;
  padding: 16px 0 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .sidebarBox .patientBadges {
    display: none;
  }
}
.membersAreaWrap .sidebarBox .patientBadges .patientBadge {
  font-size: 1.1428571428571428rem;
  line-height: 18px;
  font-weight: normal;
  color: inherit;
  background: #F4F4F4;
  padding: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 8px;
}
.membersAreaWrap .sidebarBox .bottomLink {
  color: #E29B2F;
  padding: 24px 0 0;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .sidebarBox .bottomLink {
    margin-top: auto;
  }
}
.membersAreaWrap .sidebarBox .bottomLink span {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
  color: inherit;
}
.membersAreaWrap .sidebarBox .bottomLink span i {
  padding: 0;
  margin: 0 0 0 10px;
  color: inherit;
}
.membersAreaWrap .patientCtaBox,
.membersAreaWrap .healthcareCtaBox,
.membersAreaWrap .nhsCtaBox {
  padding: 24px 24px 32px 24px;
  border: 1px solid #F3F3F3;
  transition: border-color 200ms linear;
}
.membersAreaWrap .patientCtaBox:hover,
.membersAreaWrap .healthcareCtaBox:hover,
.membersAreaWrap .nhsCtaBox:hover {
  border-color: #E29B2F;
  transition: border-color 200ms linear;
}
.membersAreaWrap .patientCtaBox:active,
.membersAreaWrap .healthcareCtaBox:active,
.membersAreaWrap .nhsCtaBox:active {
  border-color: #c3801b;
  transition: border-color 200ms linear;
}
.membersAreaWrap .ordersCtaBox {
  background: #E29B2F;
  color: #fff;
  transition: background 200ms linear;
  display: none;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .ordersCtaBox {
    display: flex;
  }
}
.membersAreaWrap .ordersCtaBox .bottomLink {
  color: #fff;
}
.membersAreaWrap .ordersCtaBox:hover {
  background: #de921f;
  transition: background 200ms linear;
}
.membersAreaWrap .ordersCtaBox:active {
  background: #e19726;
  transition: background 200ms linear;
}
.membersAreaWrap .membersWelcome {
  margin: 0 0 80px;
  padding: 16px 0 0;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .membersWelcome {
    padding: 0;
    margin: 0 0 40px;
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersWelcome {
    padding: 0;
  }
}
@media all and (max-width: 560px) {
  .membersAreaWrap .membersWelcome {
    padding: 0;
  }
}
.membersAreaWrap .membersWelcome .greetingBox {
  padding: 40px;
  background: #249C89;
  border-radius: 8px;
  height: 100%;
  color: #fff;
  min-height: 212px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1200px) {
  .membersAreaWrap .membersWelcome .greetingBox {
    padding: 40px 24px;
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersWelcome .greetingBox {
    padding: 40px;
  }
}
@media all and (max-width: 560px) {
  .membersAreaWrap .membersWelcome .greetingBox {
    padding: 40px 24px;
  }
}
@media all and (max-width: 450px) {
  .membersAreaWrap .membersWelcome .greetingBox {
    min-height: 0;
  }
}
.membersAreaWrap .membersWelcome .greetingBox .innerGreetingsBox {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1320px) {
  .membersAreaWrap .membersWelcome .greetingBox .innerGreetingsBox {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 1100px) {
  .membersAreaWrap .membersWelcome .greetingBox .innerGreetingsBox {
    width: 100%;
    max-width: 281px;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersWelcome .greetingBox .innerGreetingsBox {
    max-width: 100%;
    width: 100%;
  }
}
.membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
  position: absolute;
  right: -100px;
  width: 345px;
  height: auto;
  z-index: 1;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.24;
}
@media all and (max-width: 1500px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    right: 24px;
    bottom: 8px;
    width: 160px;
  }
}
@media all and (max-width: 1320px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    display: none;
  }
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    display: block;
    right: 40px;
    bottom: -26px;
    width: 216px;
  }
}
@media all and (max-width: 1100px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    right: 9px;
    bottom: -4px;
    width: 180px;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    display: block;
    right: 40px;
    bottom: -26px;
    width: 216px;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingGraphic {
    display: none;
  }
}
.membersAreaWrap .membersWelcome .greetingBox .greetingGraphic img {
  width: auto;
  height: 100%;
}
.membersAreaWrap .membersWelcome .greetingBox .greetingTitle {
  color: inherit;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  margin: 0 0 8px;
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersWelcome .greetingBox .greetingTitle {
    font-size: 1.5rem;
  }
}
.membersAreaWrap .membersWelcome .greetingBox p {
  margin: 0;
}
.membersAreaWrap .membersWelcome .greetingBox .buttonWrapper {
  padding: 24px 0 0;
}
.membersAreaWrap .membersWelcome .greetingBox .buttonWrapper a {
  margin: 0 0 -6px;
  padding: 11px 24px;
}
@media all and (max-width: 350px) {
  .membersAreaWrap .membersWelcome .greetingBox .buttonWrapper a {
    width: 100%;
  }
}
.membersAreaWrap .membersWelcome .ordersCtaBox {
  margin: 0;
  display: flex;
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersWelcome .ordersCtaBox {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersWelcome .contentLeft {
    margin-bottom: 0;
  }
}
@media all and (max-width: 850px) {
  .membersAreaWrap .membersWelcome .contentRight {
    display: none;
  }
}
/*
* Chat Area
*/
.newThreadContainer {
  padding: 24px 0 0;
}
@media all and (max-width: 500px) {
  .newThreadContainer .button {
    width: 100%;
  }
}
.emailListWrap {
  padding: 32px 0 0;
  margin: 32px 0 0;
  border-top: 1px solid #F3F3F3;
  float: none;
  clear: both;
  display: none;
}
@media all and (max-width: 640px) {
  .emailListWrap {
    margin: 16px 0 0;
  }
}
.emailListWrap .membersEmailSection .emailBoxHeader {
  margin-bottom: 24px;
}
.emailListWrap .membersEmailSection .emailBoxHeader p {
  opacity: 0.64;
}
.messageList {
  width: 100%;
  float: none;
  clear: both;
}
.messageList > li {
  border-bottom: 1px solid #F3F3F3;
  display: block;
  width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
@media all and (max-width: 500px) {
  .messageList > li {
    font-size: 1rem;
    line-height: 20px;
  }
}
.messageList > li > span {
  padding: 16px 0;
  display: block;
  width: 100%;
}
.messageList > li a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 56px 16px 0;
  color: #249C89;
  transition: color 200ms linear;
}
.messageList > li a .fa,
.messageList > li a .fal,
.messageList > li a .far,
.messageList > li a .fas {
  float: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.messageList > li a .unreadCount {
  float: none;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  border-radius: 50%;
  background: #E29B2F;
  color: #fff;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-size: 0.7142857142857143rem;
  line-height: 10px;
  transition: background 200ms linear;
}
.messageList > li a:hover {
  color: #E29B2F;
  transition: color 200ms linear;
}
.messageList > li a:active {
  color: #e19726;
  transition: color 200ms linear;
}
.messageList > li:first-child {
  border-top: 1px solid #F3F3F3;
}
.messageList > li.notRead > a {
  color: #E29B2F;
}
.messageList > li.notRead > a:hover {
  color: #de921f;
  transition: color 200ms linear;
}
.messageList > li.notRead > a:hover .unreadCount {
  background: #de921f;
  transition: background 200ms linear;
}
.messageList > li.notRead > a:active {
  color: #e19726;
  transition: color 200ms linear;
}
.messageList > li.notRead > a:active .unreadCount {
  background: #e19726;
  transition: background 200ms linear;
}
.messageList.smallList > li {
  font-size: 1rem;
  line-height: 20px;
}
.chatLogContainer {
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}
.chatLogContainer h3 {
  color: #249C89;
  font-size: 24px;
  line-height: 32px;
}
.chatLog {
  float: none;
  clear: both;
}
.chatLog > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #F3F3F3;
  background: #F4F4F4;
}
.chatLog > li:nth-child(even) {
  background: #fff;
}
.chatLog > li .messageBox {
  display: flex;
  width: 100%;
  padding: 24px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox {
    padding: 16px;
  }
}
.chatLog > li .messageBox .boxLeft {
  width: 32px;
  flex: 0 0 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxLeft {
    width: 40px;
    flex: 0 0 40px;
  }
}
.chatLog > li .messageBox .boxLeft i {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxLeft i {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.chatLog > li .messageBox .boxRight {
  width: calc(100% - 64px);
  flex: 1 1;
  flex-basis: calc(100% - 64px);
  padding: 0 0 0 24px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxRight {
    padding: 0 0 0 16px;
    width: calc(100% - 40px);
    flex: 1 1;
    flex-basis: calc(100% - 40px);
  }
}
.chatLog > li .messageBox .boxHeader {
  display: flex;
}
@media all and (max-width: 480px) {
  .chatLog > li .messageBox .boxHeader {
    flex-wrap: wrap;
  }
}
.chatLog > li .messageBox .boxHeader .boxHeaderLeft {
  width: 80%;
  flex: 1 1 80%;
  padding: 0 24px 0 0;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxHeader .boxHeaderLeft {
    width: calc(100% - 110px);
    flex: 1 1;
    flex-basis: calc(100% - 110px);
    padding: 0 16px 0 0;
  }
}
@media all and (max-width: 480px) {
  .chatLog > li .messageBox .boxHeader .boxHeaderLeft {
    width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.chatLog > li .messageBox .boxHeader .boxHeaderRight {
  text-align: right;
  width: 20%;
  flex: 1 1 20%;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxHeader .boxHeaderRight {
    width: 110px;
    flex: 1 1 110px;
  }
}
@media all and (max-width: 480px) {
  .chatLog > li .messageBox .boxHeader .boxHeaderRight {
    width: 100%;
    flex: 1 1 100%;
    text-align: left;
  }
}
.chatLog > li .messageBox .boxHeader h4 {
  margin: 0;
  font-size: 1.4285714285714286rem;
  line-height: 28px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxHeader h4 {
    font-size: 1.2857142857142858rem;
    line-height: 24px;
  }
}
.chatLog > li .messageBox .boxHeader .messageTime {
  font-size: 0.8571428571428571rem;
  line-height: 28px;
  opacity: 0.64;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxHeader .messageTime {
    line-height: 24px;
  }
}
@media all and (max-width: 480px) {
  .chatLog > li .messageBox .boxHeader .messageTime {
    line-height: 16px;
  }
}
.chatLog > li .messageBox .boxMessage {
  padding: 0;
  font-size: 1rem;
  line-height: 20px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxMessage {
    padding: 0;
  }
}
.chatLog > li.admin .messageBox .boxLeft i {
  color: #E29B2F;
}
.chatLog > li.admin .messageBox .boxHeader h4 {
  color: #E29B2F;
}
.chatLog .userComments {
  padding: 16px 0 0;
}
.chatLog .userComments form {
  display: none;
  width: 100%;
  float: none;
  clear: both;
  padding: 16px 0 0;
}
.chatLog .userComments form .row {
  margin: 0 0 16px 0;
}
.chatLog .userComments form .row:last-of-type {
  margin: 0;
}
.chatLog .userComments form .button,
.chatLog .userComments form .buttonAlt {
  margin: 0;
}
.chatReplyBox {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  padding: 32px 24px 24px 24px;
}
.chatReplyBox h2 {
  font-size: 24px;
  line-height: 32px;
}
.chatReplyBox form textarea {
  resize: none;
  height: 240px;
  color: #878787;
  font-size: 1rem;
  padding: 20px;
  line-height: 15px;
}
.chatReplyBox form .actionButtons {
  margin: 0;
  padding: 0;
  border: none;
}
@media all and (max-width: 500px) {
  .chatReplyBox form .actionButtons .actionsLeft {
    order: 2;
    margin-top: 16px;
  }
  .chatReplyBox form .actionButtons .actionsLeft + .actionsRight {
    margin: 0;
  }
}
@media all and (max-width: 500px) {
  .chatReplyBox form .actionButtons .actionsRight {
    order: 1;
  }
}
/*
* Member Tabs
*/
.ctaTabs.membersTabs {
  background: #fff;
  padding: 0;
  /*
   *  Dashboard Orders area and nhs cta
   */
}
.ctaTabs.membersTabs .tabContentWrapper {
  padding: 16px 0 0;
}
.ctaTabs.membersTabs.dashboardTabs .tabContentWrapper {
  min-height: 362px;
}
@media all and (max-width: 1120px) {
  .ctaTabs.membersTabs.dashboardTabs .tabContentWrapper {
    min-height: 352px;
  }
}
@media all and (max-width: 1140px) {
  .ctaTabs.membersTabs.dashboardTabs .tabContentWrapper {
    min-height: 290px;
  }
}
@media all and (max-width: 850px) {
  .ctaTabs.membersTabs.dashboardTabs .tabContentWrapper {
    min-height: 200px;
  }
}
.ctaTabs.membersTabs .orderList.ordersFull > ul {
  width: calc(100% + 16px);
  margin: 0 -8px -16px -8px;
  display: flex;
  flex-wrap: wrap;
}
.ctaTabs.membersTabs .orderList.ordersFull > ul > li {
  padding: 0 8px;
  width: 100%;
}
@media all and (max-width: 1080px) {
  .ctaTabs.membersTabs .orderList.ordersFull > ul > li {
    width: 100%;
  }
}
@media all and (max-width: 1120px) {
  .ctaTabs.membersTabs .orderList.ordersFull > ul > li {
    width: 50%;
  }
}
@media all and (max-width: 720px) {
  .ctaTabs.membersTabs .orderList.ordersFull > ul > li {
    width: 100%;
  }
}
.ctaTabs.membersTabs .paginationWrap {
  margin-top: 16px;
}
.ctaTabs.membersTabs .emptyOrders {
  padding: 40px 0;
  text-align: center;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.64;
}
.ctaTabs.membersTabs .orderFooterCta {
  text-align: center;
  margin: 0;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  font-weight: normal;
}
.ctaTabs.membersTabs .orderFooterCta .iconWrapper {
  margin-bottom: 13px;
}
.ctaTabs.membersTabs .orderFooterCta .fullLink {
  padding: 40px 32px 32px 32px;
  width: 100%;
  height: auto;
  border: 1px dashed #F3F3F3;
  border-radius: 8px;
  display: block;
}
.orderList {
  margin-bottom: 40px;
}
.orderList > ul {
  margin-bottom: -16px;
}
.orderList > ul > li {
  width: 100%;
  margin-bottom: 16px;
}
.orderList .orderBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.orderList .orderBox .orderHeader {
  width: 100%;
  flex: 0 0 auto;
  background: #F4F4F4;
  border-radius: 8px 8px 0 0;
  padding: 12px 24px;
}
.orderList .orderBox .innerOrderHeader {
  width: calc(100% + 24px);
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.orderList .orderBox .innerOrderHeader .headerCol {
  padding: 0 12px;
}
.orderList .orderBox .innerOrderHeader .headerCol .headerLabel {
  display: block;
  width: 100%;
  font-size: 0.7142857142857143rem;
  line-height: 12px;
  font-weight: normal;
  opacity: 0.64;
}
.orderList .orderBox .innerOrderHeader .headerCol .headerData {
  display: block;
  width: 100%;
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  font-weight: normal;
}
.orderList .orderBox .innerOrderHeader .orderDate span {
  min-width: 90px;
}
.orderList .orderBox .innerOrderHeader .orderPostcode {
  flex: 0 0 auto;
}
@media all and (max-width: 360px) {
  .orderList .orderBox .innerOrderHeader .orderPostcode {
    display: none;
  }
}
.orderList .orderBox .innerOrderHeader .orderNumber {
  text-align: right;
  flex: 1 1 auto;
}
.orderList .orderBox .orderBody {
  width: 100%;
  flex: 1 1 auto;
  border: 1px solid #F3F3F3;
  border-radius: 0 0 8px 8px;
  padding: 19px;
  background: #fff;
}
.orderList .orderBox .orderBody .orderBodyWrap {
  width: 100%;
  display: flex;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderBodyLeft {
  width: 74px;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderBodyLeft + .orderBodyRight {
  width: calc(100% - 74px);
  padding: 0 0 0 24px;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderBodyRight {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
.orderList .orderBox .orderBody .orderBodyWrap .imageWrap {
  width: 74px;
  height: 74px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orderList .orderBox .orderBody .orderBodyWrap .imageWrap img {
  position: absolute;
  width: 100%;
  height: auto;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent {
  font-size: 0.8571428571428571rem;
  line-height: 14px;
  font-weight: normal;
  width: 100%;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderTitle {
  font-size: 1rem;
  line-height: 16px;
  width: 100%;
  margin: 0;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderTotal {
  width: 100%;
  padding: 4px 0 0;
  opacity: 0.64;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderStatus {
  width: 100%;
  padding: 4px 0 0;
  opacity: 0.64;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .reorderWrap {
  width: 100%;
  padding: 4px 0 0;
  font-weight: 500;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderList {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F3F3F3;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderList .itemsTitle {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 16px;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderList ol,
.orderList .orderBox .orderBody .orderBodyWrap .orderContent .orderList ul {
  margin-left: 20px;
  margin-top: 0;
  max-width: 90%;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent.prescriptionContent .orderTitle:not(.itemsTitle) {
  margin-bottom: 8px;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent.prescriptionContent .buttonWrapper {
  padding-top: 24px;
  border-top: 1px solid #F3F3F3;
  float: none;
  clear: both;
  width: 100%;
}
.orderList .orderBox .orderBody .orderBodyWrap .orderContent.prescriptionContent .buttonWrapper .button,
.orderList .orderBox .orderBody .orderBodyWrap .orderContent.prescriptionContent .buttonWrapper .buttonAlt {
  margin: 0;
}
.orderList.prescriptionList {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px;
}
.orderList.prescriptionList:before,
.orderList.prescriptionList:after {
  display: none;
}
.orderList.prescriptionList .orderBox {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.orderList.prescriptionList .orderBox .orderBody {
  flex: 1 1 auto;
}
.orderList.prescriptionList .orderBox .orderBody .orderBodyWrap {
  height: 100%;
}
.orderList.prescriptionList .orderBox .orderBody .orderBodyWrap .orderBodyRight {
  height: 100%;
}
.orderList.prescriptionList .orderBox .orderBody .orderBodyWrap .orderBodyRight .orderContent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.orderList.prescriptionList .orderBox .orderBody .orderBodyWrap .orderBodyRight .orderContent .buttonWrapper {
  margin-top: auto;
}
.orderList.prescriptionList > li {
  width: 50%;
  padding: 0 12px;
  margin: 0 0 24px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .orderList.prescriptionList > li {
    width: 100%;
  }
}
/*
* Intro
*/
.membersIntro .introContentWrap {
  opacity: 0.64;
  font-size: 1rem !important;
  line-height: 24px !important;
}
.healthProfileWrap > .successMessage,
.healthProfileWrap > .errorMessage {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 32px;
}
.healthProfileWrap .gpSearchWrap {
  float: none;
  clear: both;
  width: 100%;
}
.healthProfileWrap .gpSearchWrap + div {
  float: none;
  clear: both;
  width: 100%;
}
/*
* NHS intro
 */
.nhsRegistrationIntro {
  position: relative;
  float: none;
  clear: both;
  max-width: 780px;
  margin: 0 auto;
}
@media all and (max-width: 1300px) {
  .nhsRegistrationIntro {
    max-width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .nhsRegistrationIntro {
    max-width: 566px;
  }
}
.nhsRegistrationIntro .introBlock {
  margin: 0 0 124px;
}
@media all and (max-width: 1300px) {
  .nhsRegistrationIntro .introBlock {
    margin: 0 0 80px;
  }
}
@media all and (max-width: 640px) {
  .nhsRegistrationIntro .introBlock {
    margin: 0 0 40px;
  }
}
.nhsRegistrationIntro .introBlock .introTitle {
  font-size: 2.5rem;
  line-height: 40px;
}
@media all and (max-width: 640px) {
  .nhsRegistrationIntro .introBlock .introTitle {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.nhsRegistrationIntro .nhsGridWrap {
  position: relative;
  width: 100%;
  float: none;
  clear: both;
}
.nhsRegistrationIntro .nhsIconGrid {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 48px);
  margin: 0 -24px;
}
@media all and (max-width: 1300px) {
  .nhsRegistrationIntro .nhsIconGrid {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
@media all and (max-width: 1200px) {
  .nhsRegistrationIntro .nhsIconGrid {
    min-height: 214px;
    opacity: 0;
    transition: opacity 200ms linear;
  }
}
.nhsRegistrationIntro .nhsIconGrid.slick-initialized {
  opacity: 1 !important;
  transition: opacity 200ms linear;
}
.nhsRegistrationIntro .nhsIconGrid .iconWrapper {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 1300px) {
  .nhsRegistrationIntro .nhsIconGrid .iconWrapper {
    padding: 0 12px;
  }
}
@media all and (max-width: 1200px) {
  .nhsRegistrationIntro .nhsIconGrid .iconWrapper {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .nhsRegistrationIntro .nhsIconGrid .iconWrapper.slick-slide {
    display: flex;
  }
}
.nhsRegistrationIntro .nhsIconGrid .iconWrapper .iconBox {
  width: 100%;
  margin: 0 0 48px;
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.nhsRegistrationIntro .nhsIconGrid .iconWrapper .iconBox svg {
  flex: 1 1 100%;
  width: auto;
  height: auto;
  max-width: 156px;
  max-height: 88px;
}
.nhsRegistrationIntro .nhsIconGrid .iconWrapper .iconTitle {
  flex: 0 0 auto;
  color: #171717;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 24px;
}
.nhsRegistrationIntro .nhsSectionCta {
  padding: 106px 0 0;
  max-width: 434px;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 1300px) {
  .nhsRegistrationIntro .nhsSectionCta {
    padding: 64px 0 0;
  }
}
@media all and (max-width: 1200px) {
  .nhsRegistrationIntro .nhsSectionCta {
    padding: 40px 0 0;
  }
}
.nhsRegistrationIntro .nhsSectionCta p {
  margin: 0;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #171717;
}
.nhsRegistrationIntro .nhsSectionCta .buttonWrapper {
  margin-top: 24px;
  text-align: center;
  justify-content: center;
}
.nhsRegistrationIntro .nhsSectionCta .buttonWrapper .button,
.nhsRegistrationIntro .nhsSectionCta .buttonWrapper .buttonAlt {
  margin: 0;
}
.ordersPaymentAction {
  padding: 32px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #F3F3F3;
  text-align: center;
  background: #F4F4F4;
  margin-top: -16px;
}
@media all and (max-width: 1120px) {
  .ordersPaymentAction {
    margin-top: 0;
    border-top: 1px solid #F3F3F3;
  }
}
.ordersPaymentAction .buttonWrapper {
  text-align: center;
}
.ordersPaymentAction .buttonWrapper .button,
.ordersPaymentAction .buttonWrapper .buttonAlt {
  margin: 0;
}
.doctorMembersSection {
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #F3F3F3;
  float: none;
  clear: both;
}
.healthProfileFieldWrap {
  float: none;
  clear: both;
}
.healthProfileFieldWrap > .row {
  float: none;
  clear: both;
  width: 100%;
}
/*
* Recent orders
*/
.membersContentWrap .recentOrders > li {
  margin: 0 0 24px;
}
.membersContentWrap .recentOrders .innerorderWrap {
  border-radius: 8px;
  overflow: visible;
  width: 100%;
  display: block;
  border: 1px solid #F3F3F3;
}
.membersContentWrap .recentOrders .innerorderWrap .row {
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 8px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderLabel {
  font-weight: 600;
}
.membersContentWrap .recentOrders .innerorderWrap .orderHeader {
  background: #F4F4F4;
  border-bottom: 1px solid #F3F3F3;
  padding: 16px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle {
  margin: 0;
  width: 100%;
  display: flex;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
@media all and (max-width: 640px) {
  .membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle {
    flex-wrap: wrap;
  }
}
.membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle .orderID {
  width: 70%;
  text-align: left;
}
@media all and (max-width: 640px) {
  .membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle .orderID {
    width: 100%;
  }
}
.membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle .orderRef {
  width: 30%;
  text-align: right;
}
@media all and (max-width: 640px) {
  .membersContentWrap .recentOrders .innerorderWrap .orderHeader .orderTitle .orderRef {
    width: 100%;
    text-align: left;
    margin-top: 4px;
  }
}
.membersContentWrap .recentOrders .innerorderWrap .orderContent {
  padding: 16px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderContent .orderListRow .orderLabel,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .subscriptionsArea .orderLabel {
  display: block;
  width: 100%;
  margin: 0 0 8px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderContent .orderListRow .orderList,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .subscriptionsArea .orderList,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .orderListRow .subscriptionList,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .subscriptionsArea .subscriptionList {
  margin-bottom: 8px;
  padding-bottom: 0;
}
.membersContentWrap .recentOrders .innerorderWrap .orderContent .orderListRow ol.subscriptionList,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .subscriptionsArea ol.subscriptionList {
  margin-left: 0;
}
.membersContentWrap .recentOrders .innerorderWrap .orderContent .orderListRow ol.subscriptionList > li,
.membersContentWrap .recentOrders .innerorderWrap .orderContent .subscriptionsArea ol.subscriptionList > li {
  padding-left: 0;
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter {
  padding: 16px;
  border-top: 1px solid #F3F3F3;
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper {
  margin-bottom: -22px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper .button {
  margin-bottom: 16px;
  margin-right: 16px;
  font-size: 1.1428571428571428rem;
  line-height: 28px;
  padding: 14px 24px;
}
@media all and (max-width: 640px) {
  .membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper .button {
    width: 100%;
  }
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper .button:last-of-type {
  margin-right: 0;
}
.membersDashboardGrid {
  display: flex;
  width: calc(100% + 16px);
  margin: 0 -8px;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 48px;
}
.membersDashboardGrid .dashBoardBox {
  display: block;
  width: 100%;
  padding: 0 8px;
  max-width: 33.333333%;
  margin: 0 0 16px;
}
@media all and (max-width: 1111px) {
  .membersDashboardGrid .dashBoardBox {
    max-width: 50%;
  }
}
@media all and (max-width: 1000px) {
  .membersDashboardGrid .dashBoardBox {
    max-width: 33.333333%;
  }
}
@media all and (max-width: 750px) {
  .membersDashboardGrid .dashBoardBox {
    max-width: 50%;
  }
}
@media all and (max-width: 380px) {
  .membersDashboardGrid .dashBoardBox {
    max-width: 100%;
  }
}
.membersDashboardGrid .dashBoardBox > a {
  display: block;
  position: relative;
  padding: 24px;
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  text-align: center;
  transition: all 200ms linear;
  height: 100%;
}
.membersDashboardGrid .dashBoardBox > a:hover,
.membersDashboardGrid .dashBoardBox > a:focus {
  border-color: #249C89;
  transition: all 200ms linear;
}
.membersDashboardGrid .dashBoardBox > a .cardHeading {
  width: 100%;
  display: flex;
  justify-content: center;
}
.membersDashboardGrid .dashBoardBox > a .cardHeading .iconWrapper {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  color: #249C89;
}
@media all and (max-width: 500px) {
  .membersDashboardGrid .dashBoardBox > a .cardHeading .iconWrapper {
    width: 40px;
    height: 40px;
  }
}
.membersDashboardGrid .dashBoardBox > a .cardHeading .iconWrapper svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.membersDashboardGrid .dashBoardBox > a > h4 {
  width: 100%;
  margin: 16px 0 0;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  text-align: center;
}
.siteLogoBox {
  display: flex;
  gap: 0 24px;
  padding: 12px 0;
  margin: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.siteLogoBox .logoCol {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteLogoBox .imageWrap {
  width: 80%;
  position: relative;
  padding-bottom: 17%;
  max-width: 200px;
}
.siteLogoBox .imageWrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: grayscale(1);
}
.bundleItemsWrapper {
  padding: 0;
}
.bundleCreator {
  background: #F4F4F4;
  padding: 120px 0;
}
@media all and (max-width: 1120px) {
  .bundleCreator {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .bundleCreator {
    padding: 56px 0;
  }
}
.bundleCreator .itemsBrowse.landingItems .innerItem .itemImageWrap {
  display: none;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .innerTextBox {
  padding-top: 0;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .productDescription {
  padding: 16px 0 0;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .bundleButtons {
  padding: 16px 0 0;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .itemHeader {
  padding: 0;
  min-height: 0;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .itemFooter .itemPriceWrap {
  width: 76px;
  font-weight: 600;
}
.bundleCreator .itemsBrowse.landingItems .innerItem .itemFooter .itemLinkWrap {
  width: calc(100% - 76px);
}
.bundleCreator .itemsBrowse.landingItems .innerItem .itemFooter .bundleButtons .button {
  padding: 18px 16px;
}
.bundleCreator .bundleLists {
  position: relative;
}
.bundleCreator .bundleLists .wrapper {
  position: relative;
}
.bundleCreator .bundleLists.bundleItems {
  padding: 0;
  margin: 0;
}
.bundleCreator .bundleLists .mobileFilterToggle {
  display: none;
}
.bundleCreator .bundleLists.bundleItemsSelected {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 999999;
  padding: 0;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms linear, visibility 300ms linear;
}
.bundleCreator .bundleLists.bundleItemsSelected.showOverlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 300ms linear, visibility 300ms linear;
}
.bundleCreator .bundleLists.bundleItemsSelected > .container {
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.bundleCreator .bundleLists.bundleItemsSelected > .container > .wrapper {
  position: relative;
}
.bundleCreator .bundleLists.bundleItemsSelected .innerBunderWrapper {
  height: 100%;
  overflow-y: auto;
}
.bundleCreator .bundleLists.bundleItemsSelected .bundlesContain {
  padding: 64px 0 80px;
  min-height: 100%;
}
.bundleCreator .bundleLists.bundleItemsSelected .closeButton {
  width: 48px;
  height: 48px;
  background: #E29B2F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: all 200ms linear;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  border: none;
  margin: 0;
  z-index: 999999;
}
.bundleCreator .bundleLists.bundleItemsSelected .closeButton:hover,
.bundleCreator .bundleLists.bundleItemsSelected .closeButton:active {
  background: #cc861c;
}
.bundleCreator .bundleLists.bundleItemsSelected .closeButton i {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bundleCreator .bundleLists.bundleItemsSelected .closeButton i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer {
  display: flex;
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer {
    flex-wrap: wrap;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar {
  flex: 0 0 200px;
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar {
    flex: 0 0 100%;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar + .filterContent {
  padding-left: 24px;
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar + .filterContent {
    padding-left: 0;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar .mobileFilterToggle {
  display: none;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar .mobileFilterToggle {
    display: block;
    margin: 0;
  }
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterSidebar .mobileFilterToggle + .filterList {
    margin-top: 32px;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent {
  flex: 1 1;
  flex-basis: calc(100% - 200px);
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent {
    flex: 0 0 100%;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent .itemsBrowse.landingItems {
  width: calc(100% + 16px);
  margin: 0 -8px -32px -8px;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent .itemsBrowse.landingItems > li {
  width: 25%;
  padding: 0 8px;
}
@media all and (max-width: 1300px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent .itemsBrowse.landingItems > li {
    width: 33.333333%;
  }
}
@media all and (max-width: 1000px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent .itemsBrowse.landingItems > li {
    width: 50%;
  }
}
@media all and (max-width: 530px) {
  .bundleCreator .bundleLists.bundleItemsSelected .filterContainer .filterContent .itemsBrowse.landingItems > li {
    width: 100%;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li {
  display: flex;
  padding: 0 0 16px;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li .iconWrap {
  width: 20px;
  height: 20px;
  position: relative;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li .iconWrap img,
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li .iconWrap svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li button {
  background: transparent;
  flex: 1 0;
  flex-basis: calc(100% - 24px);
  padding-left: 12px;
  font-size: 1rem;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  cursor: pointer;
  color: #171717;
  transition: color 200ms linear;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li button:hover,
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li button:focus {
  color: #E29B2F;
  transition: color 200ms linear;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li.active button {
  color: #E29B2F;
  font-weight: 600;
  transition: color 200ms linear;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li.resetFilters {
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.bundleCreator .bundleLists.bundleItemsSelected .filterList > li.resetFilters button {
  padding-left: 0;
  width: 100%;
}
@media all and (max-width: 750px) {
  .bundleCreator .bundleLists.bundleItemsSelected .introBlock {
    margin-bottom: 8px;
  }
}
.bundleCreator .bundleLists.bundleItemsSelected .filterButton {
  position: relative;
  padding-right: 24px;
}
.bundleCreator .bundleLists.bundleItemsSelected .filterButton i {
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}
.bundleCreator .emptyMessage {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media all and (max-width: 1120px) {
  .bundleCreator .emptyMessage {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .bundleCreator .emptyMessage {
    padding: 40px 0;
  }
}
.bundleCreator .emptyMessage p {
  margin: 0;
  width: 100%;
  font-size: 1.2857142857142858rem;
  line-height: 28px;
  color: rgba(23, 23, 23, 0.32);
  font-weight: bold;
}
.categoryCTAWrap {
  background: #fff;
  padding: 46px 0;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap {
    padding-bottom: 54px;
  }
}
.categoryCTAWrap .categoryGrid {
  padding-bottom: 80px;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap .categoryGrid__item {
    margin: 0;
    height: 100%;
  }
}
.categoryCTAWrap.medicinesList {
  padding: 94px 0;
}
.categoryCTAWrap.medicinesList .categoryGrid {
  padding-bottom: 0;
}
.categoryCTAWrap__list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  width: 100%;
  display: none;
}
.categoryCTAWrap__list.splide {
  display: flex;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap__list {
    overflow: visible;
  }
}
.categoryCTAWrap__list mtc-slide {
  width: 100%;
  flex: 0 0 100%;
  min-width: 100%;
}
.categoryCTAWrap__list.desktop {
  display: flex;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap__list.desktop {
    display: none;
  }
}
.categoryCTAWrap__list.smallScreens {
  display: none;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap__list.smallScreens {
    display: flex;
  }
}
.categoryCTAWrap .splide__arrow:disabled {
  display: none;
}
.categoryCTAWrap .splide__arrow--prev {
  left: -1em;
}
.categoryCTAWrap .splide__arrow--next {
  right: -1em;
}
@media all and (max-width: 1120px) {
  .categoryCTAWrap .splide__track {
    width: 90%;
    overflow: visible;
  }
}
@media all and (max-width: 640px) {
  .categoryCTAWrap .splide__track {
    width: 100%;
  }
}
.categoryCTAWrap .splide__list {
  max-width: 100%;
}
.categoryCTAWrap .splide__list .splide__slide {
  width: 20%;
}
.categoryGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 50px 90px;
}
.categoryGrid:before,
.categoryGrid:after {
  display: none;
}
.categoryGrid__item {
  flex: 0 0 20%;
  list-style: none;
}
.categoryGrid__item .categoryCard__imageWrap {
  border-radius: 8px;
}
.categoryGrid__item .categoryCard__text {
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 20px;
  color: #171717;
}
.categoryTabsSection {
  background-color: #fff;
  padding: 240px 0 107px;
  float: none;
  clear: both;
}
.categoryTabsSection.lightBg {
  background: #fff;
}
@media all and (max-width: 1120px) {
  .categoryTabsSection {
    padding: 80px 0 64px;
  }
}
@media all and (max-width: 640px) {
  .categoryTabsSection {
    padding: 80px 0 64px;
  }
}
.categoryTabsSection .categoryTabsAlt {
  margin: 0 0 64px;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1120px) {
  .categoryTabsSection .categoryTabsAlt {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    height: 48px;
    overflow: hidden;
  }
}
@media all and (max-width: 640px) {
  .categoryTabsSection .categoryTabsAlt {
    margin-bottom: 32px;
  }
}
.categoryTabsSection .categoryTabsAlt ul {
  display: flex;
  width: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  flex-wrap: nowrap;
}
.categoryTabsSection .categoryTabsAlt ul:before,
.categoryTabsSection .categoryTabsAlt ul:after {
  display: none;
}
@media all and (max-width: 1120px) {
  .categoryTabsSection .categoryTabsAlt ul {
    width: calc(100% + 48px);
    min-height: 72px;
    overflow-x: scroll;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: none;
    border-radius: 0;
  }
}
.categoryTabsSection .categoryTabsAlt ul > li {
  width: auto;
  float: none;
  clear: both;
}
@media all and (max-width: 1120px) {
  .categoryTabsSection .categoryTabsAlt ul > li {
    padding: 0 8px;
  }
  .categoryTabsSection .categoryTabsAlt ul > li:last-child {
    padding-right: 24px;
  }
}
@media all and (max-width: 640px) {
  .categoryTabsSection .categoryTabsAlt ul > li {
    padding: 0 4px;
  }
  .categoryTabsSection .categoryTabsAlt ul > li:last-child {
    padding-right: 24px;
  }
}
.categoryTabsSection .categoryTabsAlt ul > li button,
.categoryTabsSection .categoryTabsAlt ul > li a {
  font-size: 1.2142857142857142rem;
  line-height: 23px;
  color: rgba(23, 23, 23, 0.5);
  font-weight: 600;
  border-radius: 100px;
  background: rgba(18, 95, 84, 0);
  transition: all 200ms linear;
  padding: 24px 32px;
  cursor: pointer;
  outline: 0;
  margin: 0;
  white-space: nowrap;
}
@media all and (max-width: 1120px) {
  .categoryTabsSection .categoryTabsAlt ul > li button,
  .categoryTabsSection .categoryTabsAlt ul > li a {
    border: 2px solid #F3F3F3;
    padding: 9px 24px;
    font-size: 1rem;
    line-height: 20px;
    height: 48px;
  }
}
.categoryTabsSection .categoryTabsAlt ul > li button:hover,
.categoryTabsSection .categoryTabsAlt ul > li a:hover,
.categoryTabsSection .categoryTabsAlt ul > li button:focus,
.categoryTabsSection .categoryTabsAlt ul > li a:focus {
  color: #125F54;
  border-color: #125F54;
  transition: all 200ms linear;
}
.categoryTabsSection .categoryTabsAlt ul > li button:active,
.categoryTabsSection .categoryTabsAlt ul > li a:active {
  background: rgba(18, 95, 84, 0.8);
  border-color: rgba(18, 95, 84, 0.8);
  color: #fff;
  transition: all 200ms linear;
}
.categoryTabsSection .categoryTabsAlt ul > li button.active,
.categoryTabsSection .categoryTabsAlt ul > li a.active {
  background: #125F54;
  border-color: #125F54;
  color: #fff !important;
  transition: all 200ms linear;
}
.categoryTabsSection .onlineDoctorWrap .categoryListWrap:not(.activeList) {
  display: none;
  visibility: hidden;
}
.categoryTabsSection .onlineDoctorWrap .categoryListWrap .activeList {
  display: block;
  visibility: visible;
}
.categoryTabsSection .onlineDoctorWrap .categoryListWrap > ul:before,
.categoryTabsSection .onlineDoctorWrap .categoryListWrap > ul:after {
  display: none;
}
.categoryTabs {
  margin: 5.9em 0 6.1em;
  overflow: hidden;
}
.categoryTabs .wrapper {
  max-width: 1258px;
}
.categoryTabs__header {
  margin-bottom: 46px;
}
@media all and (max-width: 1120px) {
  .categoryTabs__header {
    margin-bottom: 36px;
  }
}
@media all and (max-width: 640px) {
  .categoryTabs__header {
    margin-bottom: 16px;
  }
}
.categoryTabs__heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.categoryTabs__description {
  font-size: 1.1428571428571428rem;
  line-height: 1.375;
  text-align: center;
  max-width: 70ch;
  margin: 0 auto;
}
@media all and (max-width: 1410px) {
  .categoryTabs__tabsWrap .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 640px) {
  .categoryTabs__tabsWrap .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.categoryTabs__tabs {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  gap: 8px;
  padding-left: max(calc((100% - 1258px) / 2), 30px);
}
@media all and (max-width: 640px) {
  .categoryTabs__tabs {
    padding-left: 20px;
  }
}
.categoryTabs__tabs:before,
.categoryTabs__tabs:after {
  display: none;
}
.categoryTabs__tabs > li {
  display: grid;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1050px) {
  .categoryTabs__tabs > li {
    border: solid 1px #D7F6F1;
    border-bottom: none;
  }
}
.categoryTabs__tabs > li span {
  padding: 16px;
  font-size: 1.2857142857142858rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: inherit;
  color: #171717;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .categoryTabs__tabs > li span {
    font-size: 1.2142857142857142rem;
    padding: 14px;
  }
}
@media (max-width: 1150px) {
  .categoryTabs__tabs > li span {
    font-size: 1.1428571428571428rem;
    padding: 12px;
  }
}
.categoryTabs__tabs > li.active,
.categoryTabs__tabs > li:hover,
.categoryTabs__tabs > li:visited {
  background: #D7F6F1;
}
.categoryTabs__body {
  background: #D7F6F1;
  padding: 62px 0;
}
@media all and (max-width: 640px) {
  .categoryTabs__body {
    padding: 48px 0;
  }
}
.categoryTabs__list {
  display: none;
}
.categoryTabs__list.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 50px 90px;
}
@media (max-width: 1200px) {
  .categoryTabs__list.active {
    gap: 44px 64px;
  }
}
@media (max-width: 900px) {
  .categoryTabs__list.active {
    gap: 36px 52px;
  }
}
@media all and (max-width: 640px) {
  .categoryTabs__list.active {
    gap: 30px 40px;
  }
}
.categoryTabs__list:before,
.categoryTabs__list:after {
  display: none;
}
.categoryTabs__card:hover .categoryTabs__imageWrap img,
.categoryTabs__card:active .categoryTabs__imageWrap img,
.categoryTabs__card:focus-visible .categoryTabs__imageWrap img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 300ms;
}
.categoryTabs__imageWrap {
  width: 100%;
  padding-bottom: 91.5%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  background-color: transparent;
}
.categoryTabs__imageWrap.noImage {
  background: #fff;
}
.categoryTabs__imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 300ms;
}
.categoryTabs__title {
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  line-height: 1.1;
  margin: auto 0 0 0;
  padding: 20px 0 0;
  color: #171717;
  text-align: center;
  font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*
 * Checkout CSS
 */
.adverseWarning {
  margin-top: 16px;
}
#shipPayment {
  margin-bottom: 24px;
  margin-top: 16px;
  padding: 16px 32px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  #shipPayment {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  #shipPayment {
    margin-top: 32px;
  }
}
.checkoutWrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkoutWrap > div {
  flex: 0 0 100%;
}
/*
 * Sage Pay Server
 */
.sagepayServerForm {
  clear: both;
}
.sagepayServerForm h2 {
  float: none;
  clear: both;
  width: 100%;
  margin: 8px 0 16px;
  font-size: 1.4285714285714286rem;
  line-height: 24px;
  text-align: center;
}
@media all and (max-width: 1120px) {
  .sagepayServerForm h2 {
    margin-bottom: 32px;
  }
}
.sagepayServerForm iframe {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 24px 24px 0 24px;
  box-shadow: none;
  margin-bottom: 8px;
}
@media all and (max-width: 1120px) {
  .sagepayServerForm iframe {
    border: 1px solid #F3F3F3;
  }
}
@media all and (max-width: 500px) {
  .sagepayServerForm iframe {
    padding: 0;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.sagepayServerForm > p {
  text-align: center;
}
.sagePayServerIframe {
  height: 524px;
  width: 100%;
  border: 0;
}
.PayPalForm {
  *zoom: 1;
  float: right;
}
.PayPalForm:before,
.PayPalForm:after {
  content: "";
  display: table;
}
.PayPalForm:after {
  clear: both;
}
.paypalSubmit {
  background: 0;
  border: 0;
  float: left;
  cursor: pointer;
}
/*
 * Order Complete
 */
.orderCompleteSection {
  border-top: 1px solid #F3F3F3;
  margin-top: 32px;
  padding-top: 16px;
}
.orderComplete {
  max-width: 1380px;
  min-width: 32px;
  margin: 0 auto;
  *zoom: 1;
  padding: 40px 0;
  margin-top: 32px !important;
}
.orderComplete:before,
.orderComplete:after {
  content: "";
  display: table;
}
.orderComplete:after {
  clear: both;
}
.orderComplete:before,
.orderComplete:after {
  content: "";
  display: table;
}
.orderComplete:after {
  clear: both;
}
@media all and (max-width: 1410px) {
  .orderComplete {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .orderComplete {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1410px) {
  .orderComplete {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 640px) {
  .orderComplete {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.orderComplete:before,
.orderComplete:after {
  content: "";
  display: table;
}
.orderComplete:after {
  clear: both;
}
@media all and (min-width:  1400px ) {
  .orderComplete {
    min-height: 400px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1399px ) {
  .orderComplete {
    min-height: 400px;
  }
}
.orderComplete table {
  float: left;
  max-width: 600px;
}
.orderComplete table th:first-child,
.orderComplete table td:first-child {
  padding-left: 0;
}
.orderComplete table th:last-child,
.orderComplete table td:last-child {
  padding-right: 0;
}
.orderCompleteInner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding-bottom: 40px;
}
.orderCompleteInner:before,
.orderCompleteInner:after {
  display: none;
}
.whatYouDo,
.whatWeDo {
  float: none;
  clear: both;
  width: 50%;
  margin-right: 0;
  padding: 24px 16px;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 640px) {
  .whatYouDo,
  .whatWeDo {
    width: 100%;
    margin: 0;
    padding: 16px;
  }
}
.whatYouDo h4,
.whatWeDo h4,
.whatYouDo h5,
.whatWeDo h5 {
  margin-bottom: 16px;
  font-size: 1.4285714285714286rem;
  line-height: 24px;
  margin-bottom: 8px;
}
@media all and (max-width: 1120px) {
  .whatYouDo h4,
  .whatWeDo h4,
  .whatYouDo h5,
  .whatWeDo h5 {
    margin-bottom: 8px;
  }
}
.whatYouDo ul li,
.whatWeDo ul li {
  font-size: 1rem;
  line-height: 24px;
}
.whatWeDo {
  margin-right: 0;
}
.checkCircle {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #249C89;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #249C89;
  margin: 0 0 1rem;
}
.checkCircle i {
  font-size: 1.5rem;
}
.bookingComplete {
  text-align: center;
}
.bookingComplete .titleWrap {
  margin-bottom: 2.5rem;
}
.bookingComplete .titleWrap p {
  font-size: 1.125rem;
}
.bookingCompleteText {
  max-width: 270px;
  margin: 2rem auto 0;
}
.bookingCompleteText p,
.bookingCompleteText strong {
  font-size: 1rem;
}
.bookingCompleteText strong {
  display: block;
  margin-top: 1rem;
}
.paymentProcesserTestMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.checkoutTotal {
  font-weight: 00;
  font-size: 1.2857142857142858rem;
}
/*
 * Accepted cards
 */
.acceptedCards {
  padding: 8px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  margin-top: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  float: none;
  clear: both;
  width: 100%;
}
@media all and (min-width:  641px ) and (max-width:  1399px ), all and (max-width: 1120px) {
  .acceptedCards {
    padding-top: 24px;
  }
}
.acceptedCards:before,
.acceptedCards:after {
  display: none;
}
.acceptedCards li {
  margin: 0;
  flex: 0 1 120px;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100px;
  max-height: 100px;
}
.acceptedCards li svg,
.acceptedCards li img {
  width: 100% !important;
  height: auto !important;
  max-height: 80px;
}
.acceptedCards li.mastercardAccepted svg,
.acceptedCards li.mastercardAccepted img {
  max-height: 40px;
}
#judopayForm iframe {
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  margin: 0 0 12px;
  height: 300px !important;
  min-height: 300px !important;
}
@media all and (max-width: 500px) {
  #judopayForm iframe {
    height: 400px !important;
    min-height: 400px !important;
  }
}
#judopayForm .judopay-errors {
  color: #e84f4f;
  margin-top: 12px;
  margin-bottom: 12px;
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
#judopayForm form .row label {
  display: block;
  width: 100%;
  text-align: center;
}
#judopayForm .testPaymentRow {
  padding-top: 12px;
}
#judopayForm .testPaymentRow table {
  border-collapse: collapse;
}
#judopayForm .testPaymentRow table td {
  border-radius: 0 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16) !important;
  background: transparent !important;
}
.phoneTransaction {
  position: relative;
  padding-bottom: 64px;
}
.phoneTransaction:after {
  content: "OR";
  display: inline-block;
  position: absolute;
  bottom: 16px;
  margin-top: 0;
  color: rgba(23, 23, 23, 0.2);
  left: 50%;
  transform: translateX(-50%);
  background: #F4F4F4;
  padding: 4px;
  z-index: 5;
  font-weight: bold;
}
.phoneTransaction:before {
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  background: rgba(23, 23, 23, 0.2);
  position: absolute;
  bottom: 32px;
  margin-top: 0;
  left: 8px;
  right: 8px;
  z-index: 4;
}
.detailsOuter {
  border-top: 1px solid #F3F3F3;
  padding-top: 32px;
  margin-top: 0;
}
.formInline.detailsOverview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% + 16px);
  margin: 0 -8px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media all and (max-width: 1120px) {
  .formInline.detailsOverview {
    padding-bottom: 0;
  }
}
.formInline.detailsOverview .checkoutDetailsSections {
  width: 50%;
  float: none;
  clear: both;
  margin: 0;
  padding: 0 8px;
  margin-bottom: 32px;
}
@media all and (max-width: 640px) {
  .formInline.detailsOverview .checkoutDetailsSections {
    width: 100%;
  }
}
.formInline.detailsOverview .checkoutDetailsSections.fullWidth {
  width: 100%;
}
.formInline.detailsOverview .checkoutDetailsSections .overviewContent {
  padding: 0;
}
.checkoutMarketingArea {
  display: none !important;
}
.checkboxRow .validationMessage {
  padding-top: 32px !important;
  padding-left: 40px !important;
}
.bagItems .bagItemsHeader {
  margin-bottom: 8px;
}
.bagItems .bagItemsHeader > div {
  border-color: #F3F3F3 !important;
}
.detailsOverview .checkoutSectionWrap h5 {
  font-size: 1.2857142857142858rem;
  line-height: 24px;
}
.idCheck {
  margin: 0 0 24px !important;
}
.idCheckFieldsSection {
  float: none;
  clear: both;
  width: 100%;
  padding: 24px 24px 12px 24px;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
}
.idCheckFieldsSection .innerIdCheckFields {
  float: none;
  clear: both;
  width: 100%;
}
.idCheckFieldsSection .innerIdCheckFields .multiRowLabel {
  display: flex;
  margin: 0 0 16px;
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .multiRowLabel {
    flex-wrap: wrap;
  }
}
.idCheckFieldsSection .innerIdCheckFields .multiRowLabel label {
  float: none;
  clear: both;
  width: 50%;
  flex: 0 0 50%;
  padding: 0 16px 0 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .idCheckFieldsSection .innerIdCheckFields .multiRowLabel label {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .multiRowLabel label {
    padding: 0;
    width: 100%;
    flex: 0 0 100%;
  }
}
.idCheckFieldsSection .innerIdCheckFields .multiRowLabel .idHelpLinkWrap {
  width: 50%;
  flex: 0 0 50%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .multiRowLabel .idHelpLinkWrap {
    padding: 0;
    margin: 12px 0 0;
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
}
.idCheckFieldsSection .innerIdCheckFields .multiRowLabel .idHelpLinkWrap a {
  text-decoration: none;
  margin: 0;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .exampleValue {
  padding: 0;
  margin: 16px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .exampleValue span {
  font-size: 0.7857142857142857rem;
  line-height: 16px;
  color: rgba(23, 23, 23, 0.7);
  display: block;
  width: 100%;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .exampleValue span:first-of-type {
  width: auto;
  flex: 0 0 auto;
  padding-right: 4px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .exampleValue span:last-of-type {
  width: auto;
  flex: 1 1 auto;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin: 0 -6px -12px -6px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields .row {
  float: none;
  clear: both;
  width: auto;
  flex: 1 1 auto;
  margin: 0 0 12px 0;
  padding-left: 6px;
  padding-right: 6px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields .row input {
  text-transform: uppercase;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row {
  min-width: 56px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(1) {
  width: 134px;
  flex: 1 0 134px;
}
@media all and (max-width: 1188px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(1) {
    width: 260px;
    flex: 1 0 260px;
  }
}
@media all and (max-width: 780px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(1) {
    width: 350px;
    flex: 1 0 350px;
  }
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(1) {
    width: 134px;
    flex: 1 0 134px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(2) {
  width: 48px;
  flex: 0 0 48px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(3) {
  width: 68px;
  flex: 0 0 68px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(4) {
  width: 124px;
  flex: 1 0 124px;
}
@media all and (max-width: 1188px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(4) {
    width: 260px;
    flex: 1 0 260px;
  }
}
@media all and (max-width: 780px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(4) {
    width: 124px;
    flex: 1 0 124px;
  }
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(4) {
    width: 140px;
    flex: 1 0 140px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(5) {
  width: 48px;
  flex: 0 0 48px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(6) {
  width: 124px;
  flex: 1 0 124px;
}
@media all and (max-width: 780px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(6) {
    width: 240px;
    flex: 1 0 240px;
  }
}
@media all and (max-width: 400px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(6) {
    width: 140px;
    flex: 1 0 140px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(7) {
  min-width: 168px;
  flex: 1 1 168px;
}
@media all and (max-width: 1242px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(7) {
    flex: 1 0 240px;
  }
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(7) {
    width: 168px;
    flex: 1 0 168px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.passportFields .row:nth-of-type(8) {
  width: 58px;
  flex: 0 0 58px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.driversLicenseFields .row {
  width: calc(33.333% - 12px);
  flex: 1 1;
  flex-basis: calc(33.333% - 12px);
  min-width: 100px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row {
  min-width: 56px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(1) {
  width: 58px;
  flex: 0 0 58px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(2) {
  width: 68px;
  flex: 0 0 68px;
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(2) {
    flex: 1 0 78px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(3) {
  width: 168px;
  flex: 1 0 168px;
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(3) {
    flex: 1 0 200px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(5) {
  width: 108px;
  flex: 1 0 108px;
}
@media all and (max-width: 1242px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(5) {
    width: 200px;
    flex: 1 0 200px;
  }
}
@media all and (max-width: 640px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(5) {
    width: 234px;
    flex: 1 0 234px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(6) {
  width: 48px;
  flex: 0 0 48px;
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(7) {
  width: 124px;
  flex: 1 0 124px;
}
@media all and (max-width: 1242px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(7) {
    width: 260px;
    flex: 1 0 260px;
  }
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(7) {
    flex: 1 1 300px;
  }
}
@media all and (max-width: 358px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(7) {
    flex: 1 1 200px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(8) {
  width: 68px;
  flex: 0 0 68px;
}
@media all and (max-width: 500px) {
  .idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(8) {
    flex: 1 0 140px;
  }
}
.idCheckFieldsSection .innerIdCheckFields .inputWrap .idCheckFields.idCardFields .row:nth-of-type(10) {
  width: 48px;
  flex: 0 0 48px;
}
.idCheckFieldsSection .innerIdCheckFields .row {
  float: none;
  clear: both;
}
.idCheckFieldsSection .innerIdCheckFields .error {
  display: block;
  margin: 16px 0 0;
}
/*
* Checkout Summary
*/
.orderSummaryArea {
  float: none;
  clear: both;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .orderSummaryArea {
    flex: 0 0 100%;
  }
}
.paymentBoxWrap {
  float: none;
  clear: both;
  flex: 0 0 40%;
}
@media all and (max-width: 1120px) {
  .paymentBoxWrap {
    flex: 0 0 100%;
    padding-top: 30px;
  }
}
.paymentBoxWrap > h4 {
  display: none;
}
@media all and (max-width: 640px) {
  .paymentBoxWrap > h4 {
    margin-bottom: 16px;
  }
}
.paymentDetails {
  background: #fff;
  padding: 32px 40px 16px;
  margin: 0;
  width: 100%;
  border-radius: 20px;
  position: relative;
}
@media all and (max-width: 640px) {
  .paymentDetails {
    padding: 32px 20px 64px;
    width: calc(100% + 40px);
    margin: 0 -20px;
    border-radius: 0;
  }
}
.paymentDetails:before,
.paymentDetails:after {
  display: none;
}
.paymentDetails > h4 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 0 0 16px;
}
@media all and (max-width: 640px) {
  .paymentDetails > h4 {
    font-size: 1.5rem;
  }
}
.paymentDetails form {
  float: none;
  clear: both;
}
.paymentDetails form .row {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
.paymentDetails form .row label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1428571428571428rem;
  font-weight: 700;
  line-height: 21px;
  loat: none;
  clear: both;
}
.paymentDetails .error {
  position: relative;
}
.paymentDetails .checkoutButton {
  width: 100%;
  margin: 0 0 20px;
}
.orderSummaryBox {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  background: #F4F4F4;
  border-radius: 18px;
  padding: 56px;
  float: none;
  clear: both;
  width: 100%;
  margin: 0 0 24px 0;
}
@media all and (max-width: 640px) {
  .orderSummaryBox {
    padding: 24px 24px 40px;
  }
}
@media all and (max-width: 830px) {
  .orderSummaryBox {
    border-radius: 0;
  }
}
.orderOverviewArea .orderSummaryBox {
  border-radius: 0;
  background: transparent;
  padding: 0;
  min-height: 442px;
}
@media all and (max-width: 640px) {
  .orderOverviewArea .orderSummaryBox {
    padding: 40px 24px;
  }
}
.orderSummaryBox > h4 {
  font-size: 2rem;
  line-height: 38px;
  margin: 0 0 24px 0;
}
@media all and (max-width: 640px) {
  .orderSummaryBox > h4 {
    font-size: 1.7142857142857142rem;
    line-height: 1.2em;
    display: none;
  }
  .orderOverviewArea .orderSummaryBox > h4 {
    display: block;
  }
}
.orderSummaryBox > h4 span {
  display: block;
  font-size: 0.8em;
  width: 100%;
}
.orderSummaryBox .totalsRows {
  width: 100%;
  float: none;
  clear: both;
  font-size: inherit;
  line-height: inherit;
}
.orderSummaryBox .totalsRows .totalRow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.orderSummaryBox .totalsRows .totalRow:last-of-type {
  padding-bottom: 0;
}
.orderSummaryBox .totalsRows .totalRow.totals {
  font-size: 1.4285714285714286rem;
  line-height: 30px;
}
.orderSummaryBox .totalsRows .totalRow .sectionTitle {
  width: 100%;
  padding: 0 0 12px;
  font-weight: bold;
}
.orderSummaryBox .totalsRows .totalRow .costTitle {
  flex: 1 1;
  width: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  text-align: left;
  padding: 0 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: bold;
}
.orderSummaryBox .totalsRows .totalRow .costTitle .row {
  margin: 0;
  float: none;
  clear: both;
  width: 100%;
  max-width: 540px;
}
.orderSummaryBox .totalsRows .totalRow .costTitle .row .buttonInline {
  flex-wrap: nowrap;
}
@media all and (max-width: 640px) {
  .orderSummaryBox .totalsRows .totalRow .costTitle .row .buttonInline {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .orderSummaryBox .totalsRows .totalRow .costTitle .couponForm .row {
    max-width: 100%;
    width: 100%;
  }
}
.orderSummaryBox .totalsRows .totalRow .costTitle .messageBox {
  width: 100%;
  margin: 0 !important;
}
.orderSummaryBox .totalsRows .totalRow .costTitle > div {
  width: 100%;
}
.orderSummaryBox .totalsRows .totalRow .costTitle .couponButton a {
  font-size: 0.8571428571428571rem;
  line-height: 18px;
  text-decoration: underline;
}
.orderSummaryBox .totalsRows .totalRow .costTitle .couponButton a:hover {
  text-decoration: none;
}
.orderSummaryBox .totalsRows .totalRow .cost {
  width: 100px;
  text-align: right;
  padding: 0 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
.orderSummaryBox .totalsRows .totalRow .cost * {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
.orderSummaryBox .totalsRows .totalRow .errorRow,
.orderSummaryBox .totalsRows .totalRow .successRow {
  width: 100%;
  padding: 12px 0 0;
}
.orderSummaryBox .totalsRows .totalRow .errorRow .success,
.orderSummaryBox .totalsRows .totalRow .successRow .success,
.orderSummaryBox .totalsRows .totalRow .errorRow .error,
.orderSummaryBox .totalsRows .totalRow .successRow .error,
.orderSummaryBox .totalsRows .totalRow .errorRow .alert,
.orderSummaryBox .totalsRows .totalRow .successRow .alert,
.orderSummaryBox .totalsRows .totalRow .errorRow .alertBlue,
.orderSummaryBox .totalsRows .totalRow .successRow .alertBlue,
.orderSummaryBox .totalsRows .totalRow .errorRow .info,
.orderSummaryBox .totalsRows .totalRow .successRow .info {
  margin: 0;
}
@media all and (max-width: 500px) {
  .checkoutBasket .orderSummaryBox .totalsRows .totalRow.fullWidth .costTitle {
    width: 100%;
    flex-basis: 100%;
    padding: 0 0 16px 0;
  }
}
@media all and (max-width: 500px) {
  .checkoutBasket .orderSummaryBox .totalsRows .totalRow.fullWidth .cost {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
}
.basketItems {
  float: none;
  clear: both;
  width: 100%;
}
.basketItems > h5 {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: bold;
}
.basketItems .basketItem {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.basketItems .basketItemInner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.basketItems .basketItemInner .basketItemImage {
  width: 140px;
  flex: 0 0 140px;
  padding: 0 24px 0 0;
  position: relative;
}
@media all and (max-width: 640px) {
  .basketItems .basketItemInner .basketItemImage {
    width: 100px;
    flex: 0 0 100px;
  }
}
@media all and (max-width: 400px) {
  .basketItems .basketItemInner .basketItemImage {
    display: none;
  }
}
.basketItems .basketItemInner .basketItemImage .imageWrap {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.basketItems .basketItemInner .basketItemImage .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.orderOverviewArea .basketItems .basketItemInner .basketItemImage {
  display: none;
}
.basketItems .basketItemInner .basketItemDescription {
  width: 100%;
  flex: 1 1;
  flex-basis: 100%;
  position: relative;
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: column;
}
.basketItems .basketItemInner .basketItemDescription .descRow {
  width: 100%;
  margin: 0 0 4px;
}
.basketItems .basketItemInner .basketItemDescription .descRow.descQuantity {
  margin: auto 0 0;
}
.orderOverviewArea .basketItems .basketItemInner .basketItemDescription .itemTitle {
  color: #171717;
  pointer-events: none;
}
.basketItems .basketItemInner .basketItemDescription .itemPrice,
.basketItems .basketItemInner .basketItemDescription .itemPrice * {
  font-weight: bold;
}
.basketItems .basketItemInner .basketItemDescription .descLabel {
  font-size: 1rem;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity {
  display: flex;
  align-items: center;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity .descLabel {
  flex: 0 0 auto;
  margin: 0;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity .row {
  margin: 0;
  float: none;
  clear: both;
  width: 56px;
  flex: 0 0 56px;
  padding-left: 12px;
  font-size: inherit !important;
  line-height: inherit !important;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity .row input {
  font-size: inherit !important;
  line-height: inherit !important;
  padding: 0.55em !important;
  min-height: 0 !important;
  width: 100% !important;
  max-width: 80px !important;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity .row input::-webkit-outer-spin-button,
.basketItems .basketItemInner .basketItemDescription .descQuantity .row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.basketItems .basketItemInner .basketItemDescription .descQuantity .row input[type=number] {
  -moz-appearance: textfield;
}
.basketItems .basketItemInner .basketItemTotals {
  width: 100px;
  flex: 0 0 100px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  padding-top: 48px;
}
@media all and (max-width: 640px) {
  .basketItems .basketItemInner .basketItemTotals {
    width: 80px;
    flex: 0 0 80px;
  }
}
.basketItems .basketItemInner .basketItemTotals .basketItemActions {
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.basketItems .basketItemInner .basketItemTotals .basketItemActions .itemDeleteButton {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  transition: color 200ms linear;
}
.basketItems .basketItemInner .basketItemTotals .basketItemActions .itemDeleteButton i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basketItems .basketItemInner .basketItemTotals .basketItemActions .itemDeleteButton:hover {
  color: #e84f4f;
  transition: color 200ms linear;
}
.basketItems .basketItemInner .basketItemTotals .basketItemActions .itemDeleteButton:active {
  color: #e32b2b;
  transition: color 200ms linear;
}
.basketItems .basketItemInner .basketItemTotals .itemPrice {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.basketItems .basketItemInner .basketItemTotals .itemPrice,
.basketItems .basketItemInner .basketItemTotals .itemPrice * {
  font-weight: bold;
}
.basketItems .itemAlert > div {
  margin: 12px 0;
}
.basketItems .itemAlert > div:first-child {
  margin: 24px 0 12px;
}
.basketItems .itemAlert > div:last-child {
  margin: 12px 0 0;
}
.subscriptionBox {
  padding-top: 8px;
}
.subscriptionBox .row {
  margin: 0;
  float: none;
  clear: both;
  display: flex;
}
.subscriptionBox .row:before,
.subscriptionBox .row:after {
  display: none;
}
.subscriptionBox .row label {
  float: none;
  clear: both;
}
.subscriptionBox .row input[type=checkbox]:not(.toggleSwitch) + label {
  padding-left: 32px;
}
.subscriptionBox .row input[type=checkbox]:not(.toggleSwitch) + label:before,
.subscriptionBox .row input[type=checkbox]:not(.toggleSwitch) + label:after {
  left: 0;
}
.subscriptionBox .row input[type=checkbox]:not(.toggleSwitch) + label:hover:before {
  border-color: #E29B2F !important;
}
.termsLink {
  text-decoration: underline;
}
.termsLink:hover,
.termsLink:active {
  text-decoration: none;
}
.orderComplete {
  margin-top: 80px;
}
@media all and (max-width: 830px) {
  .titleBanner.checkoutTitle {
    min-height: 0;
  }
}
.orderCompleteFooter {
  border-top: 1px solid #F3F3F3;
  padding-top: 32px;
  padding-bottom: 32px;
}
.headerCheckout {
  width: 100%;
}
.headerCheckout__top {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 169px;
  background: #D7F6F1;
}
@media all and (max-width: 640px) {
  .headerCheckout__top {
    min-height: 100px;
  }
}
.headerCheckout__title {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
  margin: 0;
}
@media all and (max-width: 640px) {
  .headerCheckout__title {
    font-size: 2.2857142857142856rem;
  }
}
@media all and (max-width: 640px) {
  .headerCheckout__title {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 2rem;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .headerCheckout__title {
    font-size: 2rem;
  }
}
.headerCheckout__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  min-height: 4em;
  background: #249C89;
}
@media all and (max-width: 640px) {
  .headerCheckout__bottom svg {
    width: 25px;
    height: 20px;
  }
}
.headerCheckout__bottom svg path {
  fill: #FFFFFF;
}
.headerCheckout__packaging {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}
mtc-checkout-overview {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  min-height: 70vh;
  padding: 52px 0 70px;
  opacity: 0;
}
@media all and (max-width: 640px) {
  mtc-checkout-overview {
    padding: 24px 0 64px;
  }
}
mtc-checkout-overview > .paymentBoxWrap {
  margin-left: auto;
  flex: 0 0 50%;
}
.upsellItemsWrap {
  padding: 120px 0;
  background: #fff;
}
@media all and (max-width: 1120px) {
  .upsellItemsWrap {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .upsellItemsWrap {
    padding: 40px 0;
  }
}
.upsellItemsWrap > .wrapper {
  padding: 0 !important;
}
.emptyUpsell {
  padding: 0;
  height: 40px;
}
.emptyUpsell .introBlock {
  display: none;
}
.complimentedWrap {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
}
.complimentedWrap .complimentedList {
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 25%;
  gap: 2em 1.6em;
}
@media all and (max-width: 1120px) {
  .complimentedWrap .complimentedList {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .complimentedWrap .complimentedList {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-columns: 50%;
  }
}
@media all and (max-width: 400px) {
  .complimentedWrap .complimentedList {
    grid-template-columns: 1fr;
    grid-auto-columns: 100%;
  }
}
.complimentedWrap .complimentedList:before,
.complimentedWrap .complimentedList:after {
  display: none;
}
.deliveryTimer {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  color: #fff;
  background: #249C89;
  font-weight: 600;
  padding: 13px 0;
  font-size: 1rem;
  line-height: 1.2em;
  position: relative;
  letter-spacing: 0;
  text-align: center;
}
@media all and (max-width: 1120px) {
  .deliveryTimer {
    padding: 24px 0;
  }
}
@media all and (max-width: 640px) {
  .deliveryTimer {
    padding: 15px 0;
  }
}
.deliveryTimer:not(.noWrapper) {
  background: #249C89;
  color: #fff;
}
.deliveryTimer span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}
.deliveryTimer p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}
.featuredItemsArea {
  margin: 5.4em 0 6.6em;
}
.featuredItemsArea .featuredItemsWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.featuredItemsArea .featuredItemsWrap .introBlock {
  margin: 0 0 1.9em;
}
.featuredItemsArea .featuredItemsWrap .introBlock .innerIntro {
  align-items: center;
}
.featuredItemsArea .featuredItemsWrap .introBlock .innerIntro .introTitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 0.857;
}
/*
 * Item Full
 */
.itemWrap {
  width: 100%;
  float: none;
  clear: both;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
  background: #fff;
  padding-top: 0;
}
.itemWrap .productTopWrapper {
  margin-bottom: 6.2em;
}
.itemWrap .itemPriceWrap {
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
@media all and (max-width: 800px) {
  .itemWrap .itemPriceWrap {
    margin: 0 0 8px 0;
  }
}
.itemWrap .itemPriceWrap.outOfStock {
  opacity: 0.32;
}
.itemWrap .itemPriceWrap:before,
.itemWrap .itemPriceWrap:after {
  display: none;
}
.itemWrap .itemPriceWrap .priceWas,
.itemWrap .itemPriceWrap .priceNow {
  font-size: 1.7142857142857142rem;
  font-weight: bold;
  line-height: 32px;
  margin: 0;
  color: #171717;
}
.itemWrap .itemPriceWrap .priceWas strong,
.itemWrap .itemPriceWrap .priceNow strong {
  font-weight: inherit;
}
.itemWrap .itemPriceWrap .priceWas .priceText,
.itemWrap .itemPriceWrap .priceNow .priceText {
  display: inline-block;
  margin-right: 8px;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #55606A;
}
.itemWrap .itemPriceWrap .priceWas .multiPriceBlock,
.itemWrap .itemPriceWrap .priceNow .multiPriceBlock {
  font-size: 2.2857142857142856rem;
  line-height: 40px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .itemWrap .itemPriceWrap .priceWas .multiPriceBlock,
  .itemWrap .itemPriceWrap .priceNow .multiPriceBlock {
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.itemWrap .itemPriceWrap .priceWas {
  font-size: 1rem;
  line-height: 24px;
  font-weight: normal;
  text-decoration: line-through;
  color: #171717;
  opacity: 0.8;
  display: inline-block;
  margin-left: 8px;
}
.itemWrap .itemPriceWrap.sale .percentageOff {
  color: #e84f4f;
  font-size: 1.7142857142857142rem;
  font-weight: 700;
  line-height: 22px;
}
.itemWrap .itemPriceWrap.sale .percentageOff {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  margin: 0;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}
.itemWrap .product {
  display: flex;
  gap: 3.9em;
}
@media (max-width: 1200px) {
  .itemWrap .product {
    gap: 2em;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .product {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .product {
    margin-top: 20px;
  }
}
.itemWrap .product .productLeft {
  flex: 0 0 55.5%;
  order: 1;
}
@media all and (max-width: 1120px) {
  .itemWrap .product .productLeft {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    order: 1;
    border-radius: 8px;
  }
}
.itemWrap .product .productLeft .productImage {
  width: 100%;
  margin: 0;
}
.itemWrap .product .productLeft product-images {
  display: block;
  width: 100%;
  max-width: 670px;
  padding-bottom: 100%;
}
.itemWrap .product .productLeft .disclaimer {
  font-size: 0.8571428571428571rem;
  color: #6A6A6A;
  margin-top: 1em;
}
@media all and (max-width: 1120px) {
  .itemWrap .product .productLeft .disclaimer {
    font-size: 0.7142857142857143rem;
    margin-top: 0.2em;
  }
}
.itemWrap .product .productRight {
  width: 50%;
  flex: 1 1 50%;
  order: 2;
}
@media all and (max-width: 1120px) {
  .itemWrap .product .productRight {
    width: 100%;
    padding: 0;
    margin: 0;
    order: 2;
  }
}
.itemWrap .itemImages {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
  max-width: 100%;
  margin: 0;
}
.itemWrap .itemImages .largeImage {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0 0 48px 0;
  padding-bottom: 100%;
  border: none;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  pointer-events: none;
}
@media all and (max-width: 1120px) {
  .itemWrap .itemImages .largeImage {
    margin: 0 0 48px;
  }
}
.itemWrap .itemImages .largeImage > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemWrap .itemImages .largeImage .zoomContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.itemWrap .itemImages .largeImage .zoomContainer .zoom {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.itemWrap .itemImages .largeImage .zoomContainer .zoom .clickToLoad {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
}
.itemWrap .itemImages .largeImage .zoomContainer .zoom .clickToLoad i {
  font-size: 1.1428571428571428rem;
  line-height: 16px;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.itemWrap .itemImages .largeImage .zoomContainer .zoom .clickToLoad i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemWrap .itemImages .largeImage .zoomContainer .zoom > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemWrap .itemImages .thumbsWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
}
.itemWrap .itemImages .thumbs {
  width: calc(100% + 10px);
  margin: 0 -5px;
  padding: 0 0 -10px 0;
  text-align: center;
  float: none;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.itemWrap .itemImages .thumbs:before,
.itemWrap .itemImages .thumbs:after {
  display: none;
}
.itemWrap .itemImages .thumbs li {
  float: none;
  clear: both;
  flex: 0 0 20%;
  height: auto;
  padding: 0 5px;
  margin: 0 0 10px 0;
}
.itemWrap .itemImages .thumbs li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  overflow: visible;
  position: relative;
}
.itemWrap .itemImages .thumbs li .imageWrap {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.itemWrap .itemImages .thumbs li .imageWrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  z-index: 1;
}
.itemWrap .itemImages .thumbs li .imageWrap:after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(226, 155, 47, 0);
  z-index: 2;
  border-radius: 10px;
  transition: border-color 200ms linear;
}
.itemWrap .itemImages .thumbs li.active a .imageWrap:after {
  border-color: #e29b2f;
  transition: border-color 200ms linear;
}
.itemWrap .itemImages .thumbs li a:hover .imageWrap:after,
.itemWrap .itemImages .thumbs li a:active .imageWrap:after {
  border-color: rgba(226, 155, 47, 0.5);
  transition: border-color 200ms linear;
}
.itemWrap .itemImages .thumbs li a:focus .imageWrap:after {
  border-color: #e29b2f;
  transition: border-color 200ms linear;
}
.itemWrap .productHeader {
  float: none;
  clear: both;
  width: 100%;
  text-align: left;
  padding: 0 0 50px;
}
.itemWrap .productHeader.mobileProduct {
  text-align: center;
  max-width: 566px;
  margin: 0 auto 24px;
  display: none;
}
@media all and (max-width: 1120px) {
  .itemWrap .productHeader.mobileProduct {
    display: block;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .productHeader.mobileProduct .itemTitle {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .productHeader.mobileProduct .itemTitle {
    display: none;
  }
}
.itemWrap .productHeader.desktopProduct {
  display: block;
}
@media all and (max-width: 1120px) {
  .itemWrap .productHeader.desktopProduct {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .productHeader.desktopProduct {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .productHeader.headerTop .itemTitle {
    display: block;
  }
}
.itemWrap .productWarningsDanger > div {
  margin-bottom: 24px;
}
@media all and (max-width: 640px) {
  .itemWrap .productWarningsDanger > .productWarning {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
  }
}
.itemWrap .priceQuantity {
  float: none;
  clear: both;
  width: 100%;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity {
    padding: 0;
  }
  .mobileOverlayDisabled .itemWrap .priceQuantity {
    padding: 0;
  }
}
.itemWrap .priceQuantity .addToBasketWrap {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
.itemWrap .priceQuantity .innerAddToBasket {
  float: none;
  clear: both;
  width: 100%;
}
.itemWrap .priceQuantity .innerForm {
  float: none;
  clear: both;
  width: 100%;
}
.itemWrap .priceQuantity .sizeQuantity {
  position: relative;
  padding-bottom: 0;
}
.itemWrap .priceQuantity .sizeQuantity .hiddenRow {
  display: none;
}
.itemWrap .priceQuantity .addToBasketButtonWrap {
  padding: 0;
  background: transparent;
  margin: 0;
  border-radius: 0;
}
.itemWrap .priceQuantity .buttonWrapper {
  float: none;
  clear: both;
  width: 100%;
  display: block;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .mobileOverlayEnabled {
    display: flex;
    flex-wrap: nowrap;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow {
  width: 100%;
  padding: 35px 0 0 0;
  border-bottom: none;
  position: relative;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .mobileOverlayEnabled {
    width: 50%;
    flex: 1 1 50%;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow {
    padding: 0 0 24px;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .mobileOverlayEnabled {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 9px 0;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .itemPriceWrap .mobileOverlayEnabled,
  .itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .shippingInfo .mobileOverlayEnabled {
    width: 100%;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .shippingInfo {
  display: none;
  padding: 2px 0 0;
}
.itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .shippingInfo,
.itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .shippingInfo > span {
  font-size: 0.7857142857142857rem;
  line-height: 14px;
  text-color: #171717;
  font-weight: 600;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow.productPrices .shippingInfo .mobileOverlayEnabled {
    display: block;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .priceText {
  display: none;
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap {
  margin: 0;
  text-transform: none;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .mobileOverlayEnabled {
    line-height: 14px;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .fromPrefix {
  padding-right: 4px;
  display: inline-block;
  font-weight: bold !important;
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceNow {
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceNow {
    font-size: 1.4285714285714286rem;
    line-height: 32px;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceNow .mobileOverlayEnabled {
    font-size: 1rem;
    line-height: 14px;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceNow * {
  font-weight: bold;
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceWas {
  opacity: 0.64;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceWas .mobileOverlayEnabled {
    font-size: 0.7857142857142857rem;
    line-height: 14px;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .itemPriceWrap .priceWas.fromPrefixed .mobileOverlayEnabled {
    display: none;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .nhsLogo {
  width: 140px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 24px;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .priceRow .nhsLogo {
    display: none;
  }
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .nhsLogo .imageWrap {
  width: 100%;
  max-width: 121px;
  padding-bottom: 22.86%;
  position: relative;
}
.itemWrap .priceQuantity .buttonWrapper .priceRow .nhsLogo .imageWrap img,
.itemWrap .priceQuantity .buttonWrapper .priceRow .nhsLogo .imageWrap svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .warningArea .mobileOverlayEnabled {
    display: none;
  }
}
.itemWrap .priceQuantity .buttonWrapper .warningArea .productWarningsDanger {
  opacity: 1;
}
.itemWrap .priceQuantity .buttonWrapper .warningArea .productWarningsDanger .productWarning {
  padding: 0 0 0 32px !important;
  margin: 24px 0 8px !important;
  background: transparent;
}
.itemWrap .priceQuantity .buttonWrapper .warningArea .productWarningsDanger .productWarning p {
  color: rgba(23, 23, 23, 0.64);
  margin: 0;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.8571428571428571rem;
  line-height: 20px;
}
.itemWrap .priceQuantity .buttonWrapper .warningArea .productWarningsDanger .productWarning:after {
  left: 0 !important;
  top: 6px !important;
  color: #e84f4f !important;
}
.itemWrap .priceQuantity .buttonWrapper .buttonArea {
  min-height: 96px;
  padding: 24px 0 0;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .buttonArea .mobileOverlayEnabled {
    width: 50%;
    flex: 1 1 50%;
    padding: 0;
    min-height: 0;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .buttonArea {
    padding: 24px 0 0;
    min-height: 0;
  }
}
.itemWrap .priceQuantity .buttonWrapper .buttonRow {
  width: 100%;
  text-align: center;
  padding: 0;
}
.itemWrap .priceQuantity .buttonWrapper .buttonRow button,
.itemWrap .priceQuantity .buttonWrapper .buttonRow .button,
.itemWrap .priceQuantity .buttonWrapper .buttonRow .buttonAlt {
  margin: 0;
  width: 100%;
  font-size: 1.2142857142857142rem;
  line-height: 27px;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .buttonRow button,
  .itemWrap .priceQuantity .buttonWrapper .buttonRow .button,
  .itemWrap .priceQuantity .buttonWrapper .buttonRow .buttonAlt {
    min-height: 0;
    font-size: 1rem;
    line-height: 24px;
  }
}
.itemWrap .priceQuantity .buttonWrapper .highlights {
  padding: 24px 0 0;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity .buttonWrapper .highlights {
    padding: 16px 0 0;
  }
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .highlights {
    padding: 24px 0 0;
  }
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul {
  display: flex;
  flex-wrap: wrap;
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul:before,
.itemWrap .priceQuantity .buttonWrapper .highlights ul:after {
  display: none;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .highlights ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul > li {
  width: 50%;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .highlights ul > li {
    width: 100%;
  }
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul > li .iconText {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .itemWrap .priceQuantity .buttonWrapper .highlights ul > li .iconText {
    justify-content: flex-start;
  }
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul > li .iconText .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul > li .iconText .icon svg {
  width: 100%;
  height: auto;
}
.itemWrap .priceQuantity .buttonWrapper .highlights ul > li .iconText > span {
  padding-left: 12px;
  font-size: 1rem;
  line-height: 32px;
}
.itemWrap .priceQuantity .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms linear;
}
.itemWrap .priceQuantity .loading.isLoading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.itemWrap .priceQuantity .loading .loadingIcon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  margin-top: -4px;
}
.itemWrap .priceQuantity .loading .loadingIcon .imageWrap {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  animation: pulse 4000ms infinite;
  transform-origin: center;
}
.itemWrap .priceQuantity .loading .loadingText {
  width: 100%;
  font-size: 1rem;
  line-height: 24px;
  color: #E29B2F;
  margin: 8px 0 0;
  text-align: center;
  font-weight: 600;
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999999;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity.mobileProductMenu .overlayHeader {
    padding: 12px 24px;
  }
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerLeft {
  width: 50%;
  padding-right: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerLeft .imageWrap {
  width: 48px;
  height: 48px;
}
@media all and (max-width: 1120px) {
  .itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerLeft .imageWrap {
    display: flex;
  }
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerLeft .imageWrap img {
  width: 100%;
  height: auto;
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerRight {
  width: 50%;
  padding-left: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerRight .closeButton .toggleButton {
  width: 48px;
  height: 48px;
  margin: 0;
}
.itemWrap .priceQuantity.mobileProductMenu .overlayHeader .headerRight .closeButton .toggleButton:before {
  color: inherit;
  content: "\F00D";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 1.2857142857142858rem;
  line-height: 18px;
}
.mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .overlayHeader {
  display: none;
}
@media all and (max-width: 1120px) {
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu {
    padding: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .overlayHeader {
    display: flex;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .innerForm {
    height: 100vh;
    position: relative;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .mobileOverlay {
    padding: 73px 24px 80px 24px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F4F4F4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 400ms linear, visibility 400ms linear;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .mobileOverlay.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 400ms linear, visibility 400ms linear;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .productHeader {
    max-width: 392px;
    margin: 0 auto;
    padding: 0 0 56px 0;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .productHeader .validationWrap {
    margin-bottom: 24px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .productHeader .itemTitle h1 {
    font-size: 2rem;
    line-height: 40px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .sizeQuantity {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    min-height: 223px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .mobileProductMenuWrap .sizeQuantity.hiddenSizes {
    display: none;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap {
    background: #fff;
    border-top: 1px solid #F3F3F3;
    color: #171717;
    padding: 16px 24px;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    pointer-events: auto;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap .itemPriceWrap span {
    color: #171717;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap .buttonRow .button,
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap .buttonRow .buttonAlt {
    min-width: 100%;
    width: 100%;
    height: 48px;
    min-height: 48px;
    max-width: 48px;
    padding: 12px 24px;
    font-size: 0.9285714285714286rem;
    line-height: 21px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows {
    padding-top: 0;
    padding-bottom: 16px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows .row .inputWrap > label {
    font-size: 1rem;
    line-height: 24px;
    margin: 0 0 8px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows .row .inputWrap .selectWrapper select {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows .row .inputWrap .selectWrapper .strengthFrom {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows .quantityExplaination {
    text-align: center;
    padding-top: 8px;
  }
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .selectionRows .quantityExplaination > a {
    font-size: 0.8571428571428571rem;
    line-height: 24px;
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap .buttonRow .button,
  .mobileOverlayEnabled .itemWrap .priceQuantity.mobileProductMenu .addToBasketButtonWrap .buttonRow .buttonAlt {
    padding: 12px;
    font-size: 0.8571428571428571rem;
    line-height: 21px;
  }
}
.itemWrap .productBottom delivery-countdown {
  display: block;
  min-height: 142px;
}
.itemWrap .productBottom .deliveryCountdown {
  padding: 40px 0;
}
.itemWrap .productBottom .infoBanner {
  padding: 15px 0 40px;
}
.itemWrap .itemOptions {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  display: block;
}
.itemWrap .itemOptions .sizeQuantity {
  width: calc(100% + 16px);
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  min-height: 0;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .itemWrap .itemOptions .sizeQuantity {
    flex-wrap: wrap;
  }
}
.itemWrap .itemOptions .selectionRows {
  float: none;
  clear: both;
  width: 50%;
  flex: 0 0 50%;
  padding: 0 8px;
  border: none;
  position: relative;
  z-index: 1;
}
.itemWrap .itemOptions .selectionRows:first-of-type {
  padding-top: 0;
}
.itemWrap .itemOptions .selectionRows .row {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
}
.itemWrap .itemOptions .selectionRows .row:before,
.itemWrap .itemOptions .selectionRows .row:after {
  display: none;
}
.itemWrap .itemOptions .selectionRows .row label:not(.radioButton) {
  float: none;
  clear: both;
  font-size: 1.2857142857142858rem;
  line-height: 26px;
  text-align: left;
  font-weight: bold;
  color: #171717;
  padding: 0;
  margin: 0 0 12px;
  width: 100%;
  display: block;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .row label:not(.radioButton) {
    font-size: 1.1428571428571428rem;
    line-height: 24px;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap {
  float: none;
  clear: both;
  width: 100%;
}
.itemWrap .itemOptions .selectionRows .inputWrap.radioRow {
  display: block;
}
.itemWrap .itemOptions .selectionRows .inputWrap .inputTitle {
  width: 100%;
  margin: 0;
  float: none;
  clear: both;
  display: none !important;
}
.itemWrap .itemOptions .selectionRows .inputWrap .fieldLabels {
  display: none !important;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons {
  width: 100%;
  display: flex;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: calc(100% + 16px);
  margin: 0 -8px -8px -8px;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li {
  width: 33.333%;
  padding: 0 8px;
  height: auto;
  margin: 0 0 16px;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li {
    width: 50%;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton {
  border-radius: 16px;
  border-width: 1px;
  width: 100%;
  height: 100%;
  padding: 18px 32px;
  font-size: 1.2857142857142858rem !important;
  line-height: 32px !important;
  font-weight: bold;
  flex-direction: column;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton {
    font-size: 1.1428571428571428rem !important;
    line-height: 24px !important;
    padding: 22px 16px;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton > span {
  width: 100%;
  display: block;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton .radioSizePrice {
  font-weight: normal;
  font-size: 0.8571428571428571rem !important;
  line-height: 16px !important;
  margin: 0;
  color: #171717 !important;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton .radioSizePrice > span {
  display: inline-block;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton .radioSizePrice {
    margin-top: 4px;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList > li .radioButton .radioSizePrice .sizeSalePrice {
  opacity: 0.4;
  padding-left: 8px;
  text-decoration: line-through;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-2 > li {
  width: 50%;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-2 > li {
    width: 50%;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li {
  width: 100%;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li {
    width: 100%;
  }
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton > span {
  width: 50%;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton > span.radioTitle {
  text-align: left;
}
.itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton > span.radioSizePrice {
  text-align: right;
  font-size: 1.2857142857142858rem !important;
  line-height: 32px !important;
}
@media all and (max-width: 640px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton > span.radioSizePrice {
    font-size: 1.1428571428571428rem !important;
    line-height: 32px !important;
  }
}
@media all and (max-width: 400px) {
  .itemWrap .itemOptions .selectionRows .inputWrap .radioButtons .buttonList.btns-1 > li .radioButton > span.radioSizePrice {
    font-size: 1rem !important;
    line-height: 24px !important;
  }
}
.itemWrap .itemOptions .selectionRows .selectWrapper {
  position: relative;
  width: 100%;
}
.itemWrap .itemOptions .selectionRows .selectWrapper select {
  border-radius: 5px;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  font-weight: 700;
  padding: 15px 32px 15px 20px;
  position: relative;
  z-index: 1;
  color: #171717;
}
.itemWrap .itemOptions .selectionRows .selectWrapper .strengthFrom {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  font-weight: 600;
  z-index: 2;
  pointer-events: none;
}
.itemWrap .itemOptions .selectionRows .selectWrapper:after {
  color: inherit;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #171717;
  z-index: 2;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-weight: 400;
}
.itemWrap .itemOptions .selectionRows .selectWrapper.hasPrice:after {
  display: none;
}
.itemWrap .itemOptions .quantityExplaination {
  padding: 4px 0 0;
}
.itemWrap .itemOptions .quantityExplaination > a {
  font-size: 1rem;
  line-height: 24px;
  color: #125F54;
}
.itemWrap .itemOptions .quantityExplaination > a:hover {
  color: #0a342e;
}
.itemWrap .itemOptions .quantityExplaination > a:active {
  color: #0e4a41;
}
.itemWrap .itemOptions .quantityExplaination .quantityDescription {
  display: none;
}
.itemWrap .itemOptions .productHeader.mobileProduct {
  display: none !important;
}
@media all and (max-width: 1120px) {
  .mobileOverlayEnabled .itemWrap .itemOptions .productHeader.mobileProduct {
    display: block !important;
  }
}
.itemWrap .validationWrap {
  margin: -48px 0 48px;
}
@media all and (max-width: 1400px) {
  .itemWrap .validationWrap {
    margin: -48px 0 24px;
  }
}
@media all and (max-width: 1120px) {
  .itemWrap .validationWrap {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}
.itemWrap .validationWrap .wrapper {
  padding: 0;
}
@media all and (max-width: 1120px) {
  .itemWrap .validationWrap .wrapper {
    padding: 0 24px 24px 24px;
  }
}
.itemWrap .stickyMobileCTA {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 16px 24px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms linear, visibility 200ms linear;
  display: none;
}
@media all and (max-width: 1120px) {
  .itemWrap .stickyMobileCTA {
    display: flex;
  }
}
.itemWrap .stickyMobileCTA:not([v-cloak]) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.itemWrap .stickyMobileCTA .ctaWrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.itemWrap .stickyMobileCTA .priceRow {
  width: 50%;
  flex: 1 1 50%;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.itemWrap .stickyMobileCTA .priceRow .itemPriceWrap {
  margin: 0;
  width: 100%;
}
.itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceWas,
.itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceNow {
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceWas,
  .itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceNow {
    font-size: 1rem;
    line-height: 16px;
  }
}
.itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceWas .fromPrefix,
.itemWrap .stickyMobileCTA .priceRow .itemPriceWrap .priceNow .fromPrefix {
  text-transform: none !important;
}
.itemWrap .stickyMobileCTA .priceRow .shippingInfo {
  font-size: 0.7857142857142857rem;
  line-height: 16px;
  width: 100%;
}
.itemWrap .stickyMobileCTA .buttonArea {
  width: 50%;
  flex: 0 0 auto;
  padding-left: 8px;
  display: flex;
  align-items: center;
  min-width: 164px;
}
.itemWrap .stickyMobileCTA .buttonArea .buttonRow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.itemWrap .stickyMobileCTA .buttonArea .buttonRow .button {
  margin: 0;
  font-size: 0.9285714285714286rem;
  line-height: 19px;
  padding: 16px 24px;
  white-space: nowrap;
}
.itemWrap .faqsBlock + .trustPilotTestimonials {
  padding-top: 160px;
}
/*
 * Add this default
 */
.defaultShareWrap {
  *zoom: 1;
  margin: 0 0 20px;
}
.defaultShareWrap:before,
.defaultShareWrap:after {
  content: "";
  display: table;
}
.defaultShareWrap:after {
  clear: both;
}
.brandedGenericSelection .inputWrap {
  margin-bottom: 0 !important;
}
.hiddenOverlayTriggers {
  display: none;
}
.productWarningWrap {
  margin: 0 0 32px;
  width: 100%;
  float: none;
  clear: both;
}
.productWarningWrap .productWarning {
  margin: 0;
}
/*
* Side effects banner
*/
.sideEffectsBanner {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  background: #F4F4F4;
  padding: 0;
  text-align: left;
  z-index: 2;
}
@media all and (max-width: 1120px) {
  .sideEffectsBanner {
    padding: 24px 0 0;
  }
}
@media all and (max-width: 640px) {
  .sideEffectsBanner {
    padding: 24px 0 0;
  }
}
.rowOdd .sideEffectsBanner,
.rowEven .sideEffectsBanner {
  background: transparent;
}
.sectionContent .sideEffectsBanner {
  text-align: left;
  padding: 0;
}
@media all and (max-width: 1120px) {
  .sectionContent .sideEffectsBanner {
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .sectionContent .sideEffectsBanner {
    padding: 0;
  }
}
.sideEffectsBanner .innerSideEffects .sideEffectsListWrap {
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
}
.sideEffectsBanner .innerSideEffects .sideEffectsListWrap + .sideEffectsListWrap {
  padding-top: 40px;
}
@media all and (max-width: 1120px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsListWrap + .sideEffectsListWrap {
    padding-top: 40px;
  }
}
@media all and (max-width: 640px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsListWrap + .sideEffectsListWrap {
    padding-top: 24px;
  }
}
.sideEffectsBanner .innerSideEffects .sideEffectsListWrap .sideEffectInfo {
  margin: 0 0 44px;
  font-size: 1.1428571428571428rem;
  line-height: 32px;
  color: #171717;
}
@media all and (max-width: 1120px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsListWrap .sideEffectInfo {
    margin: 0 0 40px;
  }
}
@media all and (max-width: 640px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsListWrap .sideEffectInfo {
    margin: 16px 0 24px;
    font-size: 1rem;
    line-height: 24px;
  }
}
.sideEffectsBanner .innerSideEffects .sideEffectsList {
  display: flex;
  width: calc(100% + 32px);
  margin: 0 -16px -24px -16px;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
}
.sideEffectsBanner .innerSideEffects .sideEffectsList:before,
.sideEffectsBanner .innerSideEffects .sideEffectsList:after {
  display: none !important;
}
.sectionContent .sideEffectsBanner .innerSideEffects .sideEffectsList {
  justify-content: flex-start;
}
.sideEffectsBanner .innerSideEffects .sideEffectsList > li {
  width: 33.3333%;
  padding: 0 16px;
  margin: 0 0 24px;
}
@media all and (max-width: 1120px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsList > li {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .sideEffectsBanner .innerSideEffects .sideEffectsList > li {
    width: 100%;
    margin: 0 0 16px;
  }
}
.sideEffectsBanner .innerSideEffects .sideEffectsList > li .sideEffectBox {
  background: #fff;
  padding: 20px 24px 20px 64px;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #171717;
  position: relative;
  border-radius: 10px;
}
.rowOdd .sideEffectsBanner .innerSideEffects .sideEffectsList > li .sideEffectBox {
  background: #F4F4F4;
}
.sideEffectsBanner .innerSideEffects .sideEffectsList > li .sideEffectBox p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.sideEffectsBanner .innerSideEffects .sideEffectsList > li .sideEffectBox:before {
  content: url("data:image/svg+xml; utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' %3E%3Cpath d='M493.3 128l-22.6 22.6-256 256L192 429.3l-22.6-22.6-128-128L18.7 256 64 210.7l22.6 22.6L192 338.7 425.4 105.4 448 82.7 493.3 128z' fill='%235ABF01'/%3E%3C/svg%3E");
  position: absolute;
  left: 24px;
  top: 20px;
  width: 16px;
  height: 16px;
  display: block;
}
/*
* Section Nav
*/
.itemNavPlaceholder {
  position: relative;
  float: none;
  clear: both;
  display: block;
}
@media all and (max-width: 1120px) {
  .itemNavPlaceholder {
    height: 65px;
  }
}
.itemSectionNavWrap {
  float: none;
  clear: both;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-124px);
  transition: transform 400ms linear, opacity 400ms linear, visibility 400ms linear;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
@media all and (max-width: 1120px) {
  .itemSectionNavWrap {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    position: relative;
    background-color: #ffffff;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    transition: background 200ms linear, -webkit-backdrop-filter 200ms linear;
    transition: background 200ms linear, backdrop-filter 200ms linear;
    transition: background 200ms linear, backdrop-filter 200ms linear, -webkit-backdrop-filter 200ms linear;
  }
}
.itemSectionNavWrap.isVisible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform 400ms linear, opacity 400ms linear, visibility 400ms linear;
}
@media all and (max-width: 1120px) {
  .itemSectionNavWrap.isVisible {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: background 200ms linear, -webkit-backdrop-filter 200ms linear;
    transition: background 200ms linear, backdrop-filter 200ms linear;
    transition: background 200ms linear, backdrop-filter 200ms linear, -webkit-backdrop-filter 200ms linear;
  }
}
.itemSectionNavWrap .sectionNav {
  display: block;
}
@media all and (max-width: 1120px) {
  .itemSectionNavWrap .sectionNav {
    display: none;
  }
}
.itemSectionNavWrap .sectionNav ul {
  display: flex;
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.itemSectionNavWrap .sectionNav ul:before,
.itemSectionNavWrap .sectionNav ul:after {
  display: none;
}
.itemSectionNavWrap .sectionNav ul > li {
  padding: 0 20px;
}
.itemSectionNavWrap .sectionNav ul > li a {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: bold;
  color: #171717;
  padding: 28px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.itemSectionNavWrap .sectionNav ul > li a:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #125F54;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: block;
  transition: opacity 200ms linear;
}
.itemSectionNavWrap .sectionNav ul > li a:hover {
  color: #125F54;
}
.itemSectionNavWrap .sectionNav ul > li a:active {
  color: #0a342e;
}
.itemSectionNavWrap .sectionNav ul > li a.active {
  color: #125F54 !important;
}
.itemSectionNavWrap .sectionNav ul > li a.active:after {
  opacity: 1;
  transition: opacity 200ms linear;
}
.itemSectionNavWrap .sectionDropDown {
  display: none;
}
@media all and (max-width: 1120px) {
  .itemSectionNavWrap .sectionDropDown {
    display: block;
  }
}
.itemSectionNavWrap .sectionDropDown .navOptions {
  display: flex;
  width: calc(100% + 24px);
  margin: 0 -12px;
  height: 64px;
  padding: 12px 0;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navLeft {
  width: 50%;
  flex: 1 1;
  flex-basis: calc(100% - 200px);
  padding: 0 12px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 420px) {
}
.itemSectionNavWrap .sectionDropDown .navOptions .navLeft .navTitle {
  height: auto;
  width: 100%;
  margin: 0;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight {
  width: 200px;
  flex: 0 0 200px;
  padding: 0 12px;
}
@media all and (max-width: 420px) {
  .itemSectionNavWrap .sectionDropDown .navOptions .navRight {
    width: 142px;
    flex: 0 0 142px;
    padding: 0 12px;
  }
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row {
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row:before,
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row:after {
  display: none;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap {
  height: 100%;
  display: flex;
  align-items: center;
  float: none;
  clear: both;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap select {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  padding: 11px 44px 13px 16px;
  border-radius: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border: none;
  font-size: 0.9285714285714286rem;
  line-height: 19px;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap.mobileChosen select {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  padding: 10px 44px 14px 16px;
  border-radius: 100px;
  box-shadow: none;
}
@media all and (max-width: 420px) {
  .itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap select,
  .itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container {
    width: 118px;
    min-width: 118px;
    max-width: 118px;
  }
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container {
  font-size: 0.9285714285714286rem;
  line-height: 19px;
  font-weight: 600;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container .chosen-single {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  padding: 10px 44px 14px 16px;
  font-size: inherit;
  line-height: inherit;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  font-weight: inherit;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container .chosen-single > div > b {
  color: #171717;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container .chosen-drop {
  border-radius: 0 0 20px 20px;
  border-color: #fff;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container .chosen-drop .chosen-results > li {
  font-size: 0.9285714285714286rem;
  line-height: 19px;
  padding: 12px 16px;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container .chosen-drop .chosen-results > li.result-selected {
  background: #fff !important;
  color: #E29B2F !important;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container.chosen-with-drop .chosen-single {
  border-radius: 20px 20px 0 0;
  border-color: #E29B2F;
}
.itemSectionNavWrap .sectionDropDown .navOptions .navRight .row .inputWrap .chosen-container.chosen-with-drop .chosen-drop {
  border-color: #E29B2F;
}
.itemSectionNavWrap .productDetailsCTA {
  padding: 24px 0;
}
@media all and (max-width: 1120px) {
  .itemSectionNavWrap .productDetailsCTA {
    display: none;
  }
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA {
  display: flex;
  min-height: 64px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaLeft {
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-right: 16px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaLeft .navCtaTitle {
  font-size: 1.7142857142857142rem;
  line-height: 32px;
  margin: 0;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaRight {
  width: auto;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-left: 16px;
  max-height: 64px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaRight.showBar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 200ms linear, visibility 200ms linear;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices {
  width: auto;
  flex: 1 1 auto;
  padding-right: 32px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .priceRow {
  display: flex;
  justify-content: flex-end;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .priceRow .itemPriceWrap {
  width: auto;
  text-align: right;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .priceRow .itemPriceWrap .itemPricesWrap {
  opacity: 1;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .priceRow .itemPriceWrap .itemPricesWrap.outOfStock {
  opacity: 0.64;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .deliveryTimer {
  background: transparent;
  padding: 0;
  margin: 4px 0 0 0;
  text-align: right;
  font-size: 1rem;
  line-height: 20px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .deliveryTimer .wrapper {
  text-align: right;
  padding: 0 !important;
  color: rgba(23, 23, 23, 0.64);
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .deliveryTimer .wrapper:before,
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaPrices .deliveryTimer .wrapper:after {
  display: none;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaButtons {
  width: 207px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .ctaButtons .button {
  margin: 0;
  width: 100%;
  min-height: 64px;
  white-space: nowrap;
  display: block;
  position: relative;
  top: 0;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap {
  font-size: 1.2142857142857142rem;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceSaving,
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceNow,
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceWas {
  padding: 8px 0;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceSaving {
  font-weight: normal;
  color: #e84f4f;
  font-size: inherit;
  line-height: inherit;
  padding-right: 16px;
  margin: 0;
  border-right: 2px solid rgba(37, 42, 72, 0.08);
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceNow {
  font-weight: bold;
  color: #171717;
  font-size: inherit;
  line-height: inherit;
  padding-left: 16px;
}
.itemSectionNavWrap .productDetailsCTA .productNavCTA .itemPriceWrap .priceWas {
  font-weight: bold;
  color: #171717;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.4;
  padding-left: 12px;
}
/*
* Mobile warnings
*/
.productWarningsMobile {
  display: none;
  float: none;
  width: 100%;
  clear: both;
  margin: 0 0 40px;
}
@media all and (max-width: 1120px) {
  .productWarningsMobile {
    display: block;
  }
}
/*
 * Mini Basket
 */
.miniBasket {
  position: relative;
  float: none;
  clear: both;
  width: auto;
  z-index: 1;
}
.popularProducts {
  float: none;
  clear: both;
  width: 100%;
  padding: 120px 0;
}
@media all and (max-width: 640px) {
  .popularProducts {
    padding: 56px 0;
  }
}
.popularProducts > .wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  float: none;
  clear: both;
}
@media all and (max-width: 640px) {
  .popularProducts > .wrapper {
    padding: 0 !important;
  }
}
.popularProducts .featuredItemsWrap {
  margin: 0;
  width: 100%;
}
.productCategoriesBanner {
  background: #F4F4F4;
  float: none;
  clear: both;
  position: relative;
  z-index: 1;
  padding: 80px 0 40px;
}
@media all and (max-width: 1120px) {
  .productCategoriesBanner {
    padding: 64px 0 40px;
  }
}
@media all and (max-width: 640px) {
  .productCategoriesBanner {
    padding: 5em 0;
  }
}
.productCategoriesBanner .categoryGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px -32px -16px;
  padding: 16px 0 0 0;
}
@media all and (max-width: 1200px) {
  .productCategoriesBanner .categoryGrid {
    width: calc(100% + 16px);
    margin: 0 -8px -24px -8px;
  }
}
@media all and (max-width: 1120px) {
  .productCategoriesBanner .categoryGrid {
    padding: 0;
  }
}
@media all and (max-width: 740px) {
  .productCategoriesBanner .categoryGrid {
    width: calc(100% + 16px);
    margin: 0 -8px -24px -8px;
  }
}
.productCategoriesBanner .categoryGrid:after,
.productCategoriesBanner .categoryGrid:after {
  display: none;
}
@media all and (max-width: 640px) {
  .productCategoriesBanner .categoryGrid {
    width: 100%;
    margin: 0;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox {
  padding: 0 16px;
  margin-bottom: 32px;
  width: 33.333%;
}
@media all and (max-width: 1200px) {
  .productCategoriesBanner .categoryGrid .categoryBox {
    padding: 0 8px;
    margin-bottom: 24px;
  }
}
@media all and (max-width: 1000px) {
  .productCategoriesBanner .categoryGrid .categoryBox {
    width: 50%;
  }
}
@media all and (max-width: 740px) {
  .productCategoriesBanner .categoryGrid .categoryBox {
    width: 100%;
    padding: 0 8px;
    margin: 0 0 24px 0;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox {
  padding: 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  overflow: hidden;
}
@media all and (max-width: 740px) {
  .productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox {
    min-height: 0;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox > h3 {
  padding: 16px 24px;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  background: #249C89;
  color: #fff;
  border-radius: 8px 8px 0 0;
  margin: 0;
  flex: 0 0 auto;
  font-size: 2.2857142857142856rem;
  line-height: 32px;
}
@media all and (max-width: 640px) {
  .productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox > h3 {
    font-size: 1.7142857142857142rem;
    line-height: 24px;
    padding: 16px;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px;
  border: 1px solid #F3F3F3;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}
@media all and (max-width: 640px) {
  .productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox {
    padding: 16px;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul {
  margin-bottom: 0;
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li {
  margin-bottom: 8px;
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li:last-child {
  margin: 0;
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a {
  font-size: 1.1428571428571428rem;
  font-weight: 500;
  line-height: 32px;
  padding: 8px 0;
  color: #171717;
  text-decoration: none !important;
  transition: color 200ms linear;
}
@media all and (max-width: 640px) {
  .productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a {
    padding: 2px 0;
  }
}
@media all and (max-width: 400px) {
  .productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a {
    font-size: 1rem;
  }
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a:after {
  color: inherit;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
  margin-left: 8px;
  color: #249C89;
  transform: translateX(0);
  transition: transform 200ms linear;
  font-weight: 400;
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a:hover,
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a:active {
  color: #249C89;
  transition: color 200ms linear;
}
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a:hover:after,
.productCategoriesBanner .categoryGrid .categoryBox .innerCategoryBox .contentBox ul li a:active:after {
  transform: translateX(8px);
  transition: transform 200ms linear;
}
.itemsBrowse .quickAddToBasket {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  transition: all ease-in-out 300ms;
  z-index: 20;
  cursor: default;
}
.itemsBrowse .quickAddToBasket .close {
  width: 36px;
  height: 36px;
  outline: 0;
  background: none;
  color: #4D4D4D;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.1428571428571428rem;
  cursor: pointer;
  display: none;
  z-index: 310;
}
@media all and (max-width: 400px) {
  .itemsBrowse .quickAddToBasket .close {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
.itemsBrowse .quickAddToBasket .success,
.itemsBrowse .quickAddToBasket .error {
  width: 100%;
  z-index: 400;
  padding-right: 40px;
  bottom: 40px !important;
  background: #fff;
  border-left: none !important;
  border-right: none !important;
}
.itemsBrowse .quickAddToBasket .success.error,
.itemsBrowse .quickAddToBasket .error.error {
  padding: 13px 10px 15px 50px!important;
}
.itemsBrowse .quickAddToBasket .success.error:after,
.itemsBrowse .quickAddToBasket .error.error:after {
  top: 13px;
}
.itemsBrowse .quickAddToBasket .sizeLabel {
  padding: 4px 0;
  width: calc(100% - 110px);
  *zoom: 1;
}
.itemsBrowse .quickAddToBasket .sizeLabel:before,
.itemsBrowse .quickAddToBasket .sizeLabel:after {
  content: "";
  display: table;
}
.itemsBrowse .quickAddToBasket .sizeLabel:after {
  clear: both;
}
.itemsBrowse .quickAddToBasket .priceNow,
.itemsBrowse .quickAddToBasket .priceWas {
  color: #249C89;
}
.itemsBrowse .quickAddToBasket .priceWas .multiPriceBlock span {
  color: #333;
}
.itemsBrowse .quickAddToBasket .sizeName {
  display: inline-block;
  margin-right: 10px;
}
.itemsBrowse .quickAddToBasket .priceWas span {
  text-decoration: line-through;
}
.itemsBrowse .quickAddToBasket .multiPriceBlock span {
  font-weight: 500;
  color: #E29B2F;
}
.itemsBrowse .quickAddToBasket .row {
  float: left;
  width: 100%;
}
.itemsBrowse .quickAddToBasket .row .inputWrap {
  float: right;
  width: 110px;
}
.itemsBrowse .quickAddToBasket .row .inputWrap .numberButtons {
  position: inherit;
  width: auto;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
}
.itemsBrowse .quickAddToBasket .row .inputWrap .numberButtons .numberButton {
  bottom: auto;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  color: #4D4D4D;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.itemsBrowse .quickAddToBasket .row .inputWrap .numberButtons .numberButton.add {
  top: 0;
  right: 0;
  left: auto;
}
.itemsBrowse .quickAddToBasket .row .inputWrap .numberButtons .numberButton.subtract {
  left: 0;
  top: 1px;
}
.itemsBrowse .quickAddToBasket .row .inputWrap .numberButtons .numberButton.disabled {
  opacity: 0.4;
  cursor: default;
}
.itemsBrowse .quickAddToBasket .row .inputWrap input:not([type='checkbox']).numberArrows,
.itemsBrowse .quickAddToBasket .row .inputWrap input:not([type='radio']).numberArrows {
  text-align: center;
  font-size: 1.4285714285714286rem;
  font-weight: 700;
  border: 0;
  background: 0;
  padding: 5px 35px;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap {
  float: left;
  width: 100%;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap .inputWrap {
  float: left;
  width: 100%;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap .inputWrap .row {
  padding: 0;
  border: none;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap .chosen-container {
  min-width: 100px;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap .chosen-container .chosen-results li {
  width: 100%;
  text-align: left;
}
.itemsBrowse .quickAddToBasket .rowsSingleWrap label {
  line-height: 45px;
  padding: 0;
}
@media all and (max-width: 400px) {
  .itemsBrowse .quickAddToBasket .rowsSingleWrap .row {
    padding: 6px 12px;
    font-size: 0.8571428571428571rem;
  }
  .itemsBrowse .quickAddToBasket .rowsSingleWrap label {
    line-height: 36px;
  }
}
.itemsBrowse .quickAddToBasket .bottomWrap .totalWrap {
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 1.4285714285714286rem;
  font-weight: normal;
  color: #4D4D4D;
}
.itemsBrowse .quickAddToBasket .bottomWrap .total {
  display: inline-block;
  white-space: nowrap;
}
.itemsBrowse .quickAddToBasket .button {
  width: 100%;
  float: none;
  margin: 0 !important;
}
/**
 * Home page slider
 */
.sliderContainer {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.sliderContainer.boxed {
  max-width: 1380px;
  margin: 20px auto 20px;
  float: none;
}
.sliderWrap {
  position: relative;
  max-width: 100%;
  *zoom: 1;
}
.sliderWrap:before,
.sliderWrap:after {
  content: "";
  display: table;
}
.sliderWrap:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .sliderWrap {
    margin-bottom: 15px;
  }
}
.sliderWrap .slider {
  *zoom: 1;
  width: 100%;
}
.sliderWrap .slider:before,
.sliderWrap .slider:after {
  content: "";
  display: table;
}
.sliderWrap .slider:after {
  clear: both;
}
@media all and (max-width: 640px) {
  .sliderWrap .slider {
    width: auto;
    margin: 0;
  }
}
.sliderWrap .slider .slick-slide,
.sliderWrap .slider > li {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}
.sliderWrap .slider .slick-slide a,
.sliderWrap .slider > li a {
  display: block;
}
@media all and (max-width: 640px) {
  .sliderWrap .slider .slick-slide,
  .sliderWrap .slider > li {
    min-height: initial;
  }
}
.sliderWrap .slider img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  max-width: 2000px;
  transform: translate(-50%, 0);
}
@media all and (max-width: 640px) {
  .sliderWrap .slider img {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    min-height: initial;
    max-width: 100%;
    transform: translate(0, 0);
  }
}
.sliderWrap .innerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.sliderWrap .innerText .slideshowPosition {
  display: table;
  height: 100%;
  width: 100%;
}
.sliderWrap .innerText .slideshowText {
  display: table-cell;
  vertical-align: middle;
}
.sliderWrap .innerText .slideshowText h2 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
  margin-bottom: 30px;
  color: #fff;
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h2 {
    font-size: 2.2857142857142856rem;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h2 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h2 {
    font-size: 2rem;
  }
}
.sliderWrap .innerText .slideshowText h3 {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #fff;
  text-transform: none;
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h3 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h3 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.2857142857142858rem;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 640px) and all and (max-width: 640px) {
  .sliderWrap .innerText .slideshowText h3 {
    font-size: 1.2857142857142858rem;
  }
}
.sliderWrap .innerText .slideshowText .button {
  clear: both;
  margin: 0;
}
/*
* Splide
*/
.splide__list:before,
.splide__list:after {
  display: none;
}
.splide__arrows .splide__arrow {
  background: transparent !important;
  color: #fff;
  width: 48px;
  height: 48px;
  opacity: 1;
}
.splide__arrows .splide__arrow:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #249C89;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: background-color 200ms linear;
}
.splide__arrows .splide__arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 10px;
  height: 10px;
}
.splide__arrows .splide__arrow svg path {
  fill: #fff;
}
.splide__arrows .splide__arrow:hover:after,
.splide__arrows .splide__arrow:active:after,
.splide__arrows .splide__arrow:focus:after {
  background: #1c7b6c;
  transition: background-color 200ms linear;
}
.splide__arrows .splide__arrow.splide__arrow--prev svg {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.heroSlider {
  display: block;
  width: 100%;
  position: relative;
  float: none;
  clear: both;
  color: #0D0D0E;
}
.heroSlider mtc-slider {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.heroSlider mtc-slide {
  position: relative;
  width: 100%;
}
.heroSlider mtc-slide:nth-child(n+2) {
  display: none;
}
.heroSlider .splide__pagination {
  bottom: 32px;
}
.heroSlider__contentWrap {
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 557px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .heroSlider__contentWrap {
    min-height: 420px;
  }
}
.heroSlider__contentWrap:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 73.76%, rgba(255, 255, 255, 0) 116%);
  -webkit-backdrop-filter: blur(4.3px);
          backdrop-filter: blur(4.3px);
}
@media all and (max-width: 640px) {
  .heroSlider__contentWrap:before {
    width: 100%;
    -webkit-backdrop-filter: blur(4.3px);
            backdrop-filter: blur(4.3px);
  }
}
.heroSlider__contentWrap .wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
}
.heroSlider__innerContent {
  width: 100%;
  max-width: 435px;
}
.heroSlider__imageWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.heroSlider__imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroSlider__title {
  font-size: 2.857142857142857rem;
  line-height: 56px;
  margin: 0;
}
.heroSlider__title span {
  font-style: italic;
}
.heroSlider__content {
  color: inherit;
  padding: 25px 0 0;
}
.heroSlider__content p,
.heroSlider__content ul,
.heroSlider__content ol,
.heroSlider__content h1,
.heroSlider__content h2,
.heroSlider__content h3,
.heroSlider__content h4,
.heroSlider__content h5,
.heroSlider__content h6 {
  color: inherit;
}
.heroSlider__buttonWrap {
  padding: 21px 0 0;
}
.heroSlider__buttonWrap .button {
  margin: 0 16px 16px 0;
}
.heroSlider__buttonWrap .button:last-of-type {
  margin: 0 0 -6px 0;
}
.boxSlider {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  padding: 40px 0;
  background: #F4F4F4;
}
.boxSlider .sliderList {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.boxSlider .sliderList .slick-list {
  width: 100%;
}
.boxSlider .sliderList .slick-track {
  display: flex;
}
.boxSlider .sliderList .slick-track:before,
.boxSlider .sliderList .slick-track:after {
  display: none;
}
.boxSlider .sliderList > li,
.boxSlider .sliderList .slick-track > li {
  display: none;
  width: 100%;
}
.boxSlider .sliderList > li:first-of-type,
.boxSlider .sliderList .slick-track > li:first-of-type {
  display: block;
}
.boxSlider .sliderList > li.slick-slide,
.boxSlider .sliderList .slick-track > li.slick-slide {
  display: block;
}
.boxSlider .innerSlider {
  position: relative;
  background: #F4F4F4;
}
.boxSlider .innerSlider .sliderContent {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1048px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.boxSlider .innerSlider .sliderContent .innerContent {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 0 0 48px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  .boxSlider .innerSlider .sliderContent .innerContent {
    padding: 40px;
  }
}
@media all and (max-width: 440px) {
  .boxSlider .innerSlider .sliderContent .innerContent {
    padding: 24px;
  }
}
.boxSlider .innerSlider .sliderContent .innerContent.darkText {
  color: #171717;
}
.boxSlider .innerSlider .sliderContent .sliderTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2.2857142857142856rem;
  font-weight: normal;
  margin: 0 0 29px;
  color: inherit;
}
@media all and (max-width: 640px) {
  .boxSlider .innerSlider .sliderContent .sliderTitle {
    font-size: 2.2857142857142856rem;
  }
}
@media all and (max-width: 1120px) {
  .boxSlider .innerSlider .sliderContent .sliderTitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 2rem;
    margin: 0 0 16px;
  }
}
@media all and (max-width: 1120px) and all and (max-width: 640px) {
  .boxSlider .innerSlider .sliderContent .sliderTitle {
    font-size: 2rem;
  }
}
@media all and (max-width: 440px) {
  .boxSlider .innerSlider .sliderContent .sliderTitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 440px) and all and (max-width: 640px) {
  .boxSlider .innerSlider .sliderContent .sliderTitle {
    font-size: 1.5rem;
  }
}
.boxSlider .innerSlider .sliderContent .sliderBodyContent {
  color: inherit;
  max-width: 354px;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
}
.boxSlider .innerSlider .sliderContent .sliderBodyContent p,
.boxSlider .innerSlider .sliderContent .sliderBodyContent ul,
.boxSlider .innerSlider .sliderContent .sliderBodyContent ol {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.boxSlider .innerSlider .sliderImage {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding-bottom: 40.158%;
}
@media all and (max-width: 800px) {
  .boxSlider .innerSlider .sliderImage {
    padding-bottom: 61.171%;
  }
}
@media all and (max-width: 640px) {
  .boxSlider .innerSlider .sliderImage {
    padding-bottom: 100%;
  }
}
.boxSlider .innerSlider .sliderImage.darkOverlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background: #000;
  opacity: 0.24;
}
.boxSlider .innerSlider .sliderImage img {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 1;
}
.reviewCarousels {
  padding: 74px 0;
  background: #fff;
  float: none;
  clear: both;
}
@media all and (max-width: 1118px) {
  .reviewCarousels {
    padding: 40px 0;
  }
}
@media all and (max-width: 640px) {
  .reviewCarousels {
    padding: 5em 0;
  }
}
@media all and (max-width: 1118px) {
  .reviewCarousels .innerReviews {
    display: flex;
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
}
@media all and (max-width: 730px) {
  .reviewCarousels .innerReviews {
    width: calc(100% + 32px);
    margin: 0 -16px;
    flex-wrap: wrap;
  }
}
.reviewCarousels .feefoWrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 1118px) {
  .reviewCarousels .feefoWrap {
    padding: 0 24px;
    width: 50%;
    justify-content: flex-end;
  }
}
@media all and (max-width: 730px) {
  .reviewCarousels .feefoWrap {
    padding: 0 16px;
    width: 100%;
    justify-content: center;
  }
}
.reviewCarousels .feefoWrap + .trustPilotWrap {
  padding-top: 54px;
  margin-top: 32px;
  border-top: 1px solid #F3F3F3;
}
@media all and (max-width: 1118px) {
  .reviewCarousels .feefoWrap + .trustPilotWrap {
    margin-top: 0;
    border-top: 0;
    padding: 0 24px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media all and (max-width: 730px) {
  .reviewCarousels .feefoWrap + .trustPilotWrap {
    padding: 16px 16px 0 16px;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
}
@media all and (max-width: 1118px) {
  .reviewCarousels .feefoWrap + .trustPilotWrap .trustpilot-widget {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.reviewCarousels .feefoWrap .feefo-review-carousel-widget-service {
  width: auto;
  flex: 0 0 auto;
  max-width: 1150px;
}
@media all and (max-width: 730px) {
  .reviewCarousels .feefoWrap .feefo-review-carousel-widget-service {
    max-width: 100%;
  }
}
.reviewCarousels .feefoWrap feefowidget-container-main {
  width: 100%;
}
.reviewCarousels .feefoWrap feefowidget-container-main .feefowidget-standard {
  width: 100%;
}
.reviewCarousels .feefoWrap feefowidget-carousel-summary {
  width: 282px;
  padding: 0 16px !important;
}
@media all and (max-width: 1118px) {
  .reviewCarousels .feefoWrap feefowidget-carousel-summary {
    width: auto;
    padding: 0 !important;
  }
}
.reviewCarousels .feefoWrap feefowidget-carousel-summary .feefowidget-carousel-summary {
  padding: 0 !important;
  width: 100%;
}
@media all and (max-width: 640px) {
  .reviewCarousels .feefoWrap feefowidget-carousel-summary .feefowidget-carousel-summary {
    width: 288px !important;
  }
}
.reviewCarousels .feefoWrap feefowidget-carousel-body {
  width: calc(100% - 282px);
  padding: 0 16px !important;
  display: flex;
}
.reviewCarousels .trustPilotWrap {
  display: flex;
  justify-content: center;
}
.reviewCarousels .trustPilotWrap .trustpilot-widget {
  max-width: 1150px;
  width: 100%;
}
.reviewCarousels .feefowidget-carousel-snapshot-body {
  display: flex;
}
.testimonialsBanner {
  float: none;
  clear: both;
  position: relative;
  padding: 40px 0;
  background: #F4F4F4;
}
.testimonialsBanner .innerTestimonial {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .testimonialsBanner .innerTestimonial {
    margin: 0;
  }
}
.testimonialsBanner .innerTestimonial .testimonialContent {
  background: #249C89;
  padding: 24px 24px 120px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1120px) {
  .testimonialsBanner .innerTestimonial .testimonialContent {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 640px) {
  .testimonialsBanner .innerTestimonial .testimonialContent {
    padding: 24px 24px 80px;
  }
}
.testimonialsBanner .innerTestimonial .testimonialHeader {
  margin: 0;
}
.testimonialsBanner .innerTestimonial .testimonialHeader .imageWrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 232px;
  height: 232px;
  margin: 0 auto;
}
.testimonialsBanner .innerTestimonial .testimonialHeader .imageWrap img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonialsBanner .innerTestimonial .contentBox {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  max-width: 514px;
  margin: 0 auto;
  padding: 48px 0 0;
}
.testimonialsBanner .innerTestimonial .contentBox > h4 {
  font-size: 2.5rem;
  line-height: 40px;
  font-weight: normal;
  margin: 0 0 24px;
  color: inherit;
}
@media all and (max-width: 640px) {
  .testimonialsBanner .innerTestimonial .contentBox > h4 {
    margin: 0 0 16px;
    font-size: 1.7142857142857142rem;
    line-height: 32px;
  }
}
.testimonialsBanner .innerTestimonial .contentBox .contentContainer {
  color: inherit;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  font-weight: normal;
}
@media all and (max-width: 640px) {
  .testimonialsBanner .innerTestimonial .contentBox .contentContainer {
    line-height: 24px;
  }
}
.testimonialsBanner .innerTestimonial .contentBox .contentContainer p,
.testimonialsBanner .innerTestimonial .contentBox .contentContainer ul,
.testimonialsBanner .innerTestimonial .contentBox .contentContainer ol {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin-bottom: 16px;
}
.testimonialsBanner .innerTestimonial .contentBox .quoteBy {
  color: inherit;
  font-size: 1rem;
  line-height: 24px;
  opacity: 0.64;
  padding: 8px 0 0;
  font-style: normal;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acorn:before {
  content: "\f6ae";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-alarm-exclamation:before {
  content: "\f843";
}
.fa-alarm-plus:before {
  content: "\f844";
}
.fa-alarm-snooze:before {
  content: "\f845";
}
.fa-album:before {
  content: "\f89f";
}
.fa-album-collection:before {
  content: "\f8a0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alicorn:before {
  content: "\f6b0";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-slash:before {
  content: "\f846";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-amp-guitar:before {
  content: "\f8a1";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angel:before {
  content: "\f779";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-crate:before {
  content: "\f6b1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-axe:before {
  content: "\f6b2";
}
.fa-axe-battle:before {
  content: "\f6b3";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-badge-sheriff:before {
  content: "\f8a2";
}
.fa-badger-honey:before {
  content: "\f6b4";
}
.fa-bags-shopping:before {
  content: "\f847";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ball-pile:before {
  content: "\f77e";
}
.fa-ballot:before {
  content: "\f732";
}
.fa-ballot-check:before {
  content: "\f733";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-banjo:before {
  content: "\f8a3";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bat:before {
  content: "\f6b5";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-exclamation:before {
  content: "\f848";
}
.fa-bell-plus:before {
  content: "\f849";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bells:before {
  content: "\f77f";
}
.fa-betamax:before {
  content: "\f8a4";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-biking-mountain:before {
  content: "\f84b";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-spells:before {
  content: "\f6b8";
}
.fa-book-user:before {
  content: "\f7e7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-books-medical:before {
  content: "\f7e8";
}
.fa-boombox:before {
  content: "\f8a5";
}
.fa-boot:before {
  content: "\f782";
}
.fa-booth-curtain:before {
  content: "\f734";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-bottom:before {
  content: "\f84d";
}
.fa-border-center-h:before {
  content: "\f89c";
}
.fa-border-center-v:before {
  content: "\f89d";
}
.fa-border-inner:before {
  content: "\f84e";
}
.fa-border-left:before {
  content: "\f84f";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-outer:before {
  content: "\f851";
}
.fa-border-right:before {
  content: "\f852";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-border-style-alt:before {
  content: "\f854";
}
.fa-border-top:before {
  content: "\f855";
}
.fa-bow-arrow:before {
  content: "\f6b9";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-ballot:before {
  content: "\f735";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-brackets:before {
  content: "\f7e9";
}
.fa-brackets-curly:before {
  content: "\f7ea";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-loaf:before {
  content: "\f7eb";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-bring-forward:before {
  content: "\f856";
}
.fa-bring-front:before {
  content: "\f857";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burger-soda:before {
  content: "\f858";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-burrito:before {
  content: "\f7ed";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-cactus:before {
  content: "\f8a7";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-star:before {
  content: "\f736";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camcorder:before {
  content: "\f8a8";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-movie:before {
  content: "\f8a9";
}
.fa-camera-polaroid:before {
  content: "\f8aa";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campfire:before {
  content: "\f6ba";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candle-holder:before {
  content: "\f6bc";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-candy-corn:before {
  content: "\f6bd";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-building:before {
  content: "\f859";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-bus:before {
  content: "\f85a";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cars:before {
  content: "\f85b";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cassette-tape:before {
  content: "\f8ab";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cauldron:before {
  content: "\f6bf";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cctv:before {
  content: "\f8ac";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chair-office:before {
  content: "\f6c1";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-network:before {
  content: "\f78a";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-chart-scatter:before {
  content: "\f7ee";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-cheese-swiss:before {
  content: "\f7f0";
}
.fa-cheeseburger:before {
  content: "\f7f1";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chimney:before {
  content: "\f78b";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clarinet:before {
  content: "\f8ad";
}
.fa-claw-marks:before {
  content: "\f6c2";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-list-check:before {
  content: "\f737";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clipboard-user:before {
  content: "\f7f3";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-drizzle:before {
  content: "\f738";
}
.fa-cloud-hail:before {
  content: "\f739";
}
.fa-cloud-hail-mixed:before {
  content: "\f73a";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-music:before {
  content: "\f8ae";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-rainbow:before {
  content: "\f73e";
}
.fa-cloud-showers:before {
  content: "\f73f";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sleet:before {
  content: "\f741";
}
.fa-cloud-snow:before {
  content: "\f742";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-clouds:before {
  content: "\f744";
}
.fa-clouds-moon:before {
  content: "\f745";
}
.fa-clouds-sun:before {
  content: "\f746";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-coffee-togo:before {
  content: "\f6c5";
}
.fa-coffin:before {
  content: "\f6c6";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coin:before {
  content: "\f85c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-medical:before {
  content: "\f7f4";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-music:before {
  content: "\f8af";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-music:before {
  content: "\f8b0";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-computer-classic:before {
  content: "\f8b1";
}
.fa-computer-speaker:before {
  content: "\f8b2";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-construction:before {
  content: "\f85d";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-corn:before {
  content: "\f6c7";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cow:before {
  content: "\f6c8";
}
.fa-cowbell:before {
  content: "\f8b3";
}
.fa-cowbell-more:before {
  content: "\f8b4";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-croissant:before {
  content: "\f7f6";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-crutches:before {
  content: "\f7f8";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dagger:before {
  content: "\f6cb";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-debug:before {
  content: "\f7f9";
}
.fa-deer:before {
  content: "\f78e";
}
.fa-deer-rudolph:before {
  content: "\f78f";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dewpoint:before {
  content: "\f748";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d10:before {
  content: "\f6cd";
}
.fa-dice-d12:before {
  content: "\f6ce";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d4:before {
  content: "\f6d0";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-d8:before {
  content: "\f6d2";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digging:before {
  content: "\f85e";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-disc-drive:before {
  content: "\f8b5";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dog-leashed:before {
  content: "\f6d4";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dreidel:before {
  content: "\f792";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-drone:before {
  content: "\f85f";
}
.fa-drone-alt:before {
  content: "\f860";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick:before {
  content: "\f6d6";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dryer:before {
  content: "\f861";
}
.fa-dryer-alt:before {
  content: "\f862";
}
.fa-duck:before {
  content: "\f6d8";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-ear-muffs:before {
  content: "\f795";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-eclipse:before {
  content: "\f749";
}
.fa-eclipse-alt:before {
  content: "\f74a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-egg-fried:before {
  content: "\f7fc";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-elephant:before {
  content: "\f6da";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-evil:before {
  content: "\f6db";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-farm:before {
  content: "\f864";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-music:before {
  content: "\f8b6";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-search:before {
  content: "\f865";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-files-medical:before {
  content: "\f7fd";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-film-canister:before {
  content: "\f8b7";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-smoke:before {
  content: "\f74b";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-fireplace:before {
  content: "\f79a";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fish-cooked:before {
  content: "\f7fe";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-alt:before {
  content: "\f74c";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flame:before {
  content: "\f6df";
}
.fa-flashlight:before {
  content: "\f8b8";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flask-poison:before {
  content: "\f6e0";
}
.fa-flask-potion:before {
  content: "\f6e1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flower:before {
  content: "\f7ff";
}
.fa-flower-daffodil:before {
  content: "\f800";
}
.fa-flower-tulip:before {
  content: "\f801";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-flute:before {
  content: "\f8b9";
}
.fa-flux-capacitor:before {
  content: "\f8ba";
}
.fa-fly:before {
  content: "\f417";
}
.fa-fog:before {
  content: "\f74e";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-font-case:before {
  content: "\f866";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-french-fries:before {
  content: "\f803";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frosty-head:before {
  content: "\f79b";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-game-board:before {
  content: "\f867";
}
.fa-game-board-alt:before {
  content: "\f868";
}
.fa-game-console-handheld:before {
  content: "\f8bb";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gamepad-alt:before {
  content: "\f8bc";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-gingerbread-man:before {
  content: "\f79d";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass:before {
  content: "\f804";
}
.fa-glass-champagne:before {
  content: "\f79e";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-citrus:before {
  content: "\f869";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-globe-snow:before {
  content: "\f7a3";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gramophone:before {
  content: "\f8bd";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-guitar-electric:before {
  content: "\f8be";
}
.fa-guitars:before {
  content: "\f8bf";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-h4:before {
  content: "\f86a";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hammer-war:before {
  content: "\f6e4";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-magic:before {
  content: "\f6e5";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-chef:before {
  content: "\f86b";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-santa:before {
  content: "\f7a7";
}
.fa-hat-winter:before {
  content: "\f7a8";
}
.fa-hat-witch:before {
  content: "\f6e7";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side:before {
  content: "\f6e9";
}
.fa-head-side-brain:before {
  content: "\f808";
}
.fa-head-side-headphones:before {
  content: "\f8c2";
}
.fa-head-side-medical:before {
  content: "\f809";
}
.fa-head-vr:before {
  content: "\f6ea";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-helmet-battle:before {
  content: "\f6eb";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-mask:before {
  content: "\f6ee";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-alt:before {
  content: "\f80a";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-home-lg:before {
  content: "\f80b";
}
.fa-home-lg-alt:before {
  content: "\f80c";
}
.fa-hood-cloak:before {
  content: "\f6ef";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-horizontal-rule:before {
  content: "\f86c";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-horse-saddle:before {
  content: "\f8c3";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hospitals:before {
  content: "\f80e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-flood:before {
  content: "\f74f";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-humidity:before {
  content: "\f750";
}
.fa-hurricane:before {
  content: "\f751";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-ice-skate:before {
  content: "\f7ac";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-icons-alt:before {
  content: "\f86e";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-polaroid:before {
  content: "\f8c4";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-island-tropical:before {
  content: "\f811";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-joystick:before {
  content: "\f8c5";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-jug:before {
  content: "\f8c6";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-kazoo:before {
  content: "\f8c7";
}
.fa-kerning:before {
  content: "\f86f";
}
.fa-key:before {
  content: "\f084";
}
.fa-key-skeleton:before {
  content: "\f6f3";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kite:before {
  content: "\f6f4";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-knife-kitchen:before {
  content: "\f6f5";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-landmark-alt:before {
  content: "\f752";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lasso:before {
  content: "\f8c8";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leaf-maple:before {
  content: "\f6f6";
}
.fa-leaf-oak:before {
  content: "\f6f7";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-lights-holiday:before {
  content: "\f7b2";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-line-columns:before {
  content: "\f870";
}
.fa-line-height:before {
  content: "\f871";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-music:before {
  content: "\f8c9";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-mace:before {
  content: "\f6f8";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailbox:before {
  content: "\f813";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-mandolin:before {
  content: "\f6f9";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-meat:before {
  content: "\f814";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microphone-stand:before {
  content: "\f8cb";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mistletoe:before {
  content: "\f7b4";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-money-check-edit:before {
  content: "\f872";
}
.fa-money-check-edit-alt:before {
  content: "\f873";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monkey:before {
  content: "\f6fb";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-moon-cloud:before {
  content: "\f754";
}
.fa-moon-stars:before {
  content: "\f755";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mountains:before {
  content: "\f6fd";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-alt:before {
  content: "\f8cd";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mp3-player:before {
  content: "\f8ce";
}
.fa-mug:before {
  content: "\f874";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-mug-marshmallows:before {
  content: "\f7b7";
}
.fa-mug-tea:before {
  content: "\f875";
}
.fa-music:before {
  content: "\f001";
}
.fa-music-alt:before {
  content: "\f8cf";
}
.fa-music-alt-slash:before {
  content: "\f8d0";
}
.fa-music-slash:before {
  content: "\f8d1";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-narwhal:before {
  content: "\f6fe";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-ornament:before {
  content: "\f7b8";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-overline:before {
  content: "\f876";
}
.fa-page-break:before {
  content: "\f877";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paragraph-rtl:before {
  content: "\f878";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paw-alt:before {
  content: "\f701";
}
.fa-paw-claws:before {
  content: "\f702";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pegasus:before {
  content: "\f703";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-person-sign:before {
  content: "\f757";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-laptop:before {
  content: "\f87a";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-rotary:before {
  content: "\f8d3";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-piano:before {
  content: "\f8d4";
}
.fa-piano-keyboard:before {
  content: "\f8d5";
}
.fa-pie:before {
  content: "\f705";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pig:before {
  content: "\f706";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza:before {
  content: "\f817";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-podium-star:before {
  content: "\f758";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poll-people:before {
  content: "\f759";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-popcorn:before {
  content: "\f819";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-search:before {
  content: "\f81a";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-projector:before {
  content: "\f8d6";
}
.fa-pumpkin:before {
  content: "\f707";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-rabbit:before {
  content: "\f708";
}
.fa-rabbit-fast:before {
  content: "\f709";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-radio:before {
  content: "\f8d7";
}
.fa-radio-alt:before {
  content: "\f8d8";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-raindrops:before {
  content: "\f75c";
}
.fa-ram:before {
  content: "\f70a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-rings-wedding:before {
  content: "\f81b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-router:before {
  content: "\f8da";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rv:before {
  content: "\f7be";
}
.fa-sack:before {
  content: "\f81c";
}
.fa-sack-dollar:before {
  content: "\f81d";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salad:before {
  content: "\f81e";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sandwich:before {
  content: "\f81f";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-sausage:before {
  content: "\f820";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-sax-hot:before {
  content: "\f8db";
}
.fa-saxophone:before {
  content: "\f8dc";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-image:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-scarecrow:before {
  content: "\f70d";
}
.fa-scarf:before {
  content: "\f7c1";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-old:before {
  content: "\f70f";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-scythe:before {
  content: "\f710";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-send-back:before {
  content: "\f87e";
}
.fa-send-backward:before {
  content: "\f87f";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-sheep:before {
  content: "\f711";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-shield-cross:before {
  content: "\f712";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shish-kebab:before {
  content: "\f821";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shovel:before {
  content: "\f713";
}
.fa-shovel-snow:before {
  content: "\f7c3";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sickle:before {
  content: "\f822";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signal-stream:before {
  content: "\f8dd";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-ski-jump:before {
  content: "\f7c7";
}
.fa-ski-lift:before {
  content: "\f7c8";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-cow:before {
  content: "\f8de";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sledding:before {
  content: "\f7cb";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoke:before {
  content: "\f760";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snake:before {
  content: "\f716";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snooze:before {
  content: "\f880";
}
.fa-snow-blowing:before {
  content: "\f761";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowflakes:before {
  content: "\f7cf";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowmobile:before {
  content: "\f7d1";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-alt:before {
  content: "\f883";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-shapes-down:before {
  content: "\f888";
}
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}
.fa-sort-shapes-up:before {
  content: "\f88a";
}
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}
.fa-sort-size-down:before {
  content: "\f88c";
}
.fa-sort-size-down-alt:before {
  content: "\f88d";
}
.fa-sort-size-up:before {
  content: "\f88e";
}
.fa-sort-size-up-alt:before {
  content: "\f88f";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-soup:before {
  content: "\f823";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-sparkles:before {
  content: "\f890";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker:before {
  content: "\f8df";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-speakers:before {
  content: "\f8e0";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spider-black-widow:before {
  content: "\f718";
}
.fa-spider-web:before {
  content: "\f719";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-squirrel:before {
  content: "\f71a";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staff:before {
  content: "\f71b";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-christmas:before {
  content: "\f7d4";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-stars:before {
  content: "\f762";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steak:before {
  content: "\f824";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stocking:before {
  content: "\f7d5";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-stretcher:before {
  content: "\f825";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-sun-cloud:before {
  content: "\f763";
}
.fa-sun-dust:before {
  content: "\f764";
}
.fa-sun-haze:before {
  content: "\f765";
}
.fa-sunglasses:before {
  content: "\f892";
}
.fa-sunrise:before {
  content: "\f766";
}
.fa-sunset:before {
  content: "\f767";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sword:before {
  content: "\f71c";
}
.fa-swords:before {
  content: "\f71d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-taco:before {
  content: "\f826";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tanakh:before {
  content: "\f827";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-frigid:before {
  content: "\f768";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-hot:before {
  content: "\f76a";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text:before {
  content: "\f893";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-size:before {
  content: "\f894";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-thunderstorm:before {
  content: "\f76c";
}
.fa-thunderstorm-moon:before {
  content: "\f76d";
}
.fa-thunderstorm-sun:before {
  content: "\f76e";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-alt:before {
  content: "\f71f";
}
.fa-tombstone:before {
  content: "\f720";
}
.fa-tombstone-alt:before {
  content: "\f721";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tornado:before {
  content: "\f76f";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-trash-undo:before {
  content: "\f895";
}
.fa-trash-undo-alt:before {
  content: "\f896";
}
.fa-treasure-chest:before {
  content: "\f723";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-tree-christmas:before {
  content: "\f7db";
}
.fa-tree-decorated:before {
  content: "\f7dc";
}
.fa-tree-large:before {
  content: "\f7dd";
}
.fa-tree-palm:before {
  content: "\f82b";
}
.fa-trees:before {
  content: "\f724";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-triangle-music:before {
  content: "\f8e2";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-plow:before {
  content: "\f7de";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-trumpet:before {
  content: "\f8e3";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-turkey:before {
  content: "\f725";
}
.fa-turntable:before {
  content: "\f8e4";
}
.fa-turtle:before {
  content: "\f726";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-alt:before {
  content: "\f8e5";
}
.fa-tv-music:before {
  content: "\f8e6";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typewriter:before {
  content: "\f8e7";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-unicorn:before {
  content: "\f727";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usb-drive:before {
  content: "\f8e9";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-cowboy:before {
  content: "\f8ea";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-hard-hat:before {
  content: "\f82c";
}
.fa-user-headset:before {
  content: "\f82d";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-md-chat:before {
  content: "\f82e";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-music:before {
  content: "\f8eb";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-users-medical:before {
  content: "\f830";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vhs:before {
  content: "\f8ec";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-violin:before {
  content: "\f8ed";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volcano:before {
  content: "\f770";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-nay:before {
  content: "\f771";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-wagon-covered:before {
  content: "\f8ee";
}
.fa-walker:before {
  content: "\f831";
}
.fa-walkie-talkie:before {
  content: "\f8ef";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-wand:before {
  content: "\f72a";
}
.fa-wand-magic:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-washer:before {
  content: "\f898";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-calculator:before {
  content: "\f8f0";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-water:before {
  content: "\f773";
}
.fa-water-lower:before {
  content: "\f774";
}
.fa-water-rise:before {
  content: "\f775";
}
.fa-wave-sine:before {
  content: "\f899";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-wave-triangle:before {
  content: "\f89a";
}
.fa-waveform:before {
  content: "\f8f1";
}
.fa-waveform-path:before {
  content: "\f8f2";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-webcam:before {
  content: "\f832";
}
.fa-webcam-slash:before {
  content: "\f833";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whale:before {
  content: "\f72c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheat:before {
  content: "\f72d";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-wind-turbine:before {
  content: "\f89b";
}
.fa-wind-warning:before {
  content: "\f776";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-windsock:before {
  content: "\f777";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wreath:before {
  content: "\f7e2";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url('/sites/default/fonts/fa-brands-400.eot');
  src: url('/sites/default/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/sites/default/fonts/fa-brands-400.woff2') format('woff2'), url('/sites/default/fonts/fa-brands-400.woff') format('woff'), url('/sites/default/fonts/fa-brands-400.ttf') format('truetype'), url('/sites/default/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('/sites/default/fonts/fa-light-300.eot');
  src: url('/sites/default/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/sites/default/fonts/fa-light-300.woff2') format('woff2'), url('/sites/default/fonts/fa-light-300.woff') format('woff'), url('/sites/default/fonts/fa-light-300.ttf') format('truetype'), url('/sites/default/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/sites/default/fonts/fa-regular-400.eot');
  src: url('/sites/default/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/sites/default/fonts/fa-regular-400-min.woff2') format('woff2'), url('/sites/default/fonts/fa-regular-400.woff') format('woff'), url('/sites/default/fonts/fa-regular-400.ttf') format('truetype'), url('/sites/default/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/sites/default/fonts/fa-solid-900.eot');
  src: url('/sites/default/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/sites/default/fonts/fa-solid-900.woff2') format('woff2'), url('/sites/default/fonts/fa-solid-900.woff') format('woff'), url('/sites/default/fonts/fa-solid-900.ttf') format('truetype'), url('/sites/default/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  bottom: -5px;
}
.splide__pagination:before,
.splide__pagination:after {
  display: none;
}
.splide__pagination li {
  flex: 0 0 auto;
}
.splide__pagination .splide__pagination__page {
  width: 35px;
  height: 35px;
  border-radius: 0;
  background: transparent !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  transition: none;
  opacity: 1;
}
.splide__pagination .splide__pagination__page:before {
  content: "";
  width: 100%;
  height: 6.8px;
  border: 0.861px solid #196d60;
  background: rgba(25, 109, 96, 0);
  display: block;
  border-radius: 30.139px;
  transition: background 200ms;
}
.splideWhiteButtons .splide__pagination .splide__pagination__page:before {
  border: 0.861px solid #fff;
  background: rgba(255, 255, 255, 0);
}
.splide__pagination .splide__pagination__page.is-active {
  transform: none;
  transition: none;
  opacity: 1;
}
.splide__pagination .splide__pagination__page.is-active:before {
  background: #196d60;
  transition: background 200ms;
}
.splideWhiteButtons .splide__pagination .splide__pagination__page.is-active:before {
  background: #ffffff;
}
.splide__pagination .splide__pagination__page.is-active:hover:before,
.splide__pagination .splide__pagination__page.is-active:active:before,
.splide__pagination .splide__pagination__page.is-active:focus-visible:before {
  background: #196d60;
  transition: background 200ms;
}
.splideWhiteButtons .splide__pagination .splide__pagination__page.is-active:hover:before,
.splideWhiteButtons .splide__pagination .splide__pagination__page.is-active:active:before,
.splideWhiteButtons .splide__pagination .splide__pagination__page.is-active:focus-visible:before {
  background: #ffffff;
}
.splide__pagination .splide__pagination__page:hover:before,
.splide__pagination .splide__pagination__page:active:before,
.splide__pagination .splide__pagination__page:focus-visible:before {
  background: rgba(25, 109, 96, 0.8);
  transition: background 200ms;
}
.splideWhiteButtons .splide__pagination .splide__pagination__page:hover:before,
.splideWhiteButtons .splide__pagination .splide__pagination__page:active:before,
.splideWhiteButtons .splide__pagination .splide__pagination__page:focus-visible:before {
  background: rgba(255, 255, 255, 0.8);
}

