/*
* Flyout
 */
body {
  --primaryColor: #379FE7;
  --secondaryColor: #F95750;
  --thirdColor: #2F3942;
  --lightPrimary: #E8F6FF;
  --lightSecondary: #FFF7F7;
  --lightThird: #F4F7F9;
}
/*
* Dynamic generation is currently disabled. These files will load as is.
*/
/*! 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(249, 87, 80, 0.8);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: rgba(249, 87, 80, 0.8);
  color: #fff;
  text-shadow: none;
}
/*
 * Horizontal Rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C7C7C7;
  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: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2F3942;
  min-width: 320px;
  max-width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.flyoutActive {
  overflow-x: 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.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: #379FE7;
  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: #379FE7;
}
.colourSwatchWrap ul li:nth-child(2) {
  background: #F95750;
}
.colourSwatchWrap ul li:nth-child(3) {
  background: #2F3942;
}
.colourSwatchWrap ul li:nth-child(4) {
  background: #F4F7F9;
  color: #FFFFFF;
}
.colourSwatchWrap ul li:nth-child(5) {
  background: 0;
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  color: #FFFFFF;
}
.colourSwatchWrap ul li:nth-child(6) {
  background: #F95750;
}
.colourSwatchWrap ul li:nth-child(7) {
  background: #2c79ad;
}
.colourSwatchWrap ul li:nth-child(8) {
  background: #458546;
}
.colourSwatchWrap ul li:nth-child(9) {
  background: #2F3942;
}
.colourSwatchWrap ul li:nth-child(10) {
  background: #379FE7;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * 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: #2F3942;
  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: #2F3942;
  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: #379FE7;
  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%;
}
.changeCurrency {
  position: relative;
  display: block;
}
.changeCurrency:hover .currencySelector {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
.changeCurrency > a {
  display: block;
  color: #2F3942;
  min-width: 100px;
  padding: 12px 25px;
}
.changeCurrency i {
  padding-left: 3px;
}
.changeCurrency .currencySelector {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #F4F7F9;
  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;
}
/*
 * Typography
 */
body {
  line-height: 24px;
  color: #2F3942;
  letter-spacing: normal;
}
.darkBg {
  color: #fff;
}
a {
  color: #379FE7;
  text-decoration: none;
  transition: color 200ms linear;
  font-weight: inherit;
}
a:hover {
  text-decoration: none;
  color: #1986d2;
  transition: color 200ms linear;
}
a:active {
  text-decoration: none;
  color: #2094e4;
  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: #2F3942;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  letter-spacing: normal;
}
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: 21px;
  font-weight: 400;
  color: #2F3942;
  /*
	 * 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.large,
.wysiwyg.large {
  font-size: 1.2857142857142858rem;
  font-weight: 400;
  line-height: 24px;
}
.pageContent blockquote,
.wysiwyg blockquote {
  font-size: inherit;
  line-height: inherit;
  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: #F95750;
  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: 980px) {
  .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: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.button:hover,
.button:focus-visible,
.button:active {
  color: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.button.buttonOutlined:hover,
.button.buttonOutlined:focus-visible,
.button.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.button.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.button.buttonText:hover,
.button.buttonText:active,
.button.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
/*
* Button Alt
*/
.buttonAlt {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  color: #fff;
  border-color: #F95750;
  background: #F95750;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonAlt:hover,
.buttonAlt:focus-visible,
.buttonAlt:active {
  color: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.buttonAlt.buttonOutlined:hover,
.buttonAlt.buttonOutlined:focus-visible,
.buttonAlt.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.buttonAlt.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.buttonAlt.buttonText:hover,
.buttonAlt.buttonText:active,
.buttonAlt.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
.buttonAlt:hover,
.buttonAlt:focus-visible,
.buttonAlt:active {
  border-color: #F95750;
  color: #F95750;
  background: rgba(249, 87, 80, 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: #F95750;
}
.buttonAlt.buttonOutlined:hover,
.buttonAlt.buttonOutlined:focus-visible,
.buttonAlt.buttonOutlined:active {
  background: #F95750;
  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: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  color: #fff;
  border-color: #2F3942;
  background: #2F3942;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
}
.buttonDark:hover,
.buttonDark:focus-visible,
.buttonDark:active {
  color: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.buttonDark.buttonOutlined:hover,
.buttonDark.buttonOutlined:focus-visible,
.buttonDark.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.buttonDark.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.buttonDark.buttonText:hover,
.buttonDark.buttonText:active,
.buttonDark.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
.buttonDark:hover,
.buttonDark:focus-visible,
.buttonDark:active {
  border-color: #2F3942;
  color: #2F3942;
  background: rgba(47, 57, 66, 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: #2F3942;
}
.buttonDark.buttonOutlined:hover,
.buttonDark.buttonOutlined:focus-visible,
.buttonDark.buttonOutlined:active {
  background: #2F3942;
  color: #fff;
}
.buttonWhite {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 15px;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-family: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  color: #379FE7;
  border-color: #fff;
  background: #fff;
  transition: background 200ms linear, color 200ms linear, border-color 200ms linear;
}
.buttonWhite:hover,
.buttonWhite:focus-visible,
.buttonWhite:active {
  color: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.buttonWhite.buttonOutlined:hover,
.buttonWhite.buttonOutlined:focus-visible,
.buttonWhite.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.buttonWhite.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.buttonWhite.buttonText:hover,
.buttonWhite.buttonText:active,
.buttonWhite.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
.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: #379FE7;
  transition: all 200ms linear;
  text-shadow: none;
}
.darkBg .toggleButton:before {
  color: #fff;
}
.toggleButton:after {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: #F95750;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 200ms linear;
}
.open .toggleButton:before {
  color: #379FE7;
}
.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: #F95750;
}
.darkBg .toggleButton.toggleAlt:before {
  color: #F95750;
}
.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: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  transition: color 200ms linear, background 200ms linear, border-color 200ms linear;
  background: transparent;
  margin: 0;
  border: 2px solid #2F3942;
  color: #2F3942;
  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: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.buttonIcon.buttonOutlined:hover,
.buttonIcon.buttonOutlined:focus-visible,
.buttonIcon.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.buttonIcon.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.buttonIcon.buttonText:hover,
.buttonIcon.buttonText:active,
.buttonIcon.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
.buttonIcon:hover,
.buttonIcon:active,
.buttonIcon:focus {
  background: #2F3942;
  border-color: #2F3942;
  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%;
}
.stickyLoginButton {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9998;
  margin: 0;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.24));
}
.stickyLoginButton .svgIcon {
  margin-left: 4px;
}
/*
 * Notification Styles
 */
.success,
.error,
.alert,
.alertBlue,
.info {
  margin: 0 0 16px 0;
  padding: 24px;
  clear: both;
  text-align: left;
  position: relative;
  border-radius: 20px;
  border: 2px solid #C7C7C7;
  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: #F95750 !important;
  background-color: #F95750 !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: #379FE7;
  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: 'Roboto', '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;
  }
}
.resetPasswordBanner {
  padding: 24px;
  background: #F95750;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  margin: 0 0 32px;
  width: 100%;
  display: block;
  font-size: 1rem;
  line-height: 1.3em;
}
@media all and (max-width: 1120px) {
  .resetPasswordBanner {
    display: none;
  }
}
.resetPasswordBanner--mobile {
  display: none;
}
@media all and (max-width: 1120px) {
  .resetPasswordBanner--mobile {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .resetPasswordBanner--mobile {
    font-size: 1.1428571428571428rem;
  }
}
.resetPasswordBanner--mobile br {
  display: none !important;
}
.resetPasswordBanner__inner p,
.resetPasswordBanner__inner a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.resetPasswordBanner__inner a {
  text-decoration: underline;
  font-weight: bold;
}
.resetPasswordBanner__inner a:hover,
.resetPasswordBanner__inner a:active,
.resetPasswordBanner__inner a:focus-visible {
  text-decoration: 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: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2F3942;
  font-weight: 700;
  position: relative;
  font-size: 1.1428571428571428rem;
  line-height: 21px;
  z-index: 2;
  margin: 0 0 6px;
  padding: 0;
  background: transparent;
  display: block;
}
.row .inputWrap,
.row .datepickerWrap {
  float: none;
  clear: both;
  width: 100%;
}
.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: 9px 21px;
  border: 1.5px solid #fff;
  font-size: 1.1428571428571428rem;
  line-height: 21px;
  border-radius: 24px;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 1;
  -webkit-appearance: none;
  background: #fff;
  color: #2F3942;
  min-height: 43px;
  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(47, 57, 66, 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 {
  color: rgba(47, 57, 66, 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 {
  opacity: 1;
  color: rgba(47, 57, 66, 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(47, 57, 66, 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: #F4F7F9;
  background: #F4F7F9;
}
.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: #2F3942;
  transition: border-color 200ms linear;
}
.row mtc-tag-input {
  min-height: 43px;
}
.row select {
  min-height: 43px;
  cursor: pointer;
}
.row textarea {
  float: left;
  min-height: 140px;
  border-radius: 24px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.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: 9px;
  position: relative;
  z-index: 1;
}
.row .datepickerWrap {
  position: relative;
}
.row .datepickerWrap input {
  padding-right: 9px;
  position: relative;
  z-index: 1;
}
.row.errorWrap .datepickerWrap:after {
  color: #F95750 !important;
}
.row.errorWrap.fieldIcon .inputWrap:after {
  color: #F95750 !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: 43px;
  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: 24px;
    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: 20px !important;
  }
}
.row .buttonInline .text {
  padding-top: 14px;
  padding-bottom: 14px;
}
.row .buttonInline .withIcon {
  border-radius: 24px;
  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: #2F3942;
  background: transparent;
  box-shadow: none;
  outline: 0;
  height: 56px;
  width: 56px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 0 24px 24px 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(47, 57, 66, 0.8);
  background: transparent;
  transition: color 200ms linear;
}
.row .buttonInline .iconButton:focus,
.row .buttonInline .iconButton:active {
  color: #2f3942;
  background: transparent;
  transition: color 200ms linear;
}
.row .buttonInline button,
.row .buttonInline .button,
.row .buttonInline .buttonAlt {
  white-space: nowrap;
  border-radius: 0 24px 24px 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  outline: 0;
  width: auto;
  flex: 0 0 40%;
  height: 43px;
  margin: 0;
  background: #379FE7;
  border-color: #379FE7;
  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: #2F3942;
  background: #2F3942;
  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: #F95750;
}
.row.errorWrap .validationMessage a {
  color: #F95750;
  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: #f83129;
  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: #F95750;
}
.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: #F95750 !important;
}
.row.errorWrap .chosen-container .chosen-single div b:after {
  color: #F95750;
}
.row.errorWrap .chosen-container .chosen-drop {
  border-color: #F95750;
}
.row.errorWrap label {
  color: #F95750 !important;
}
.row.errorWrap label a,
.row.errorWrap label a:hover,
.row.errorWrap label a:active {
  color: #F95750 !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: 1.1428571428571428rem;
  line-height: 21px;
  background: transparent !important;
  font-weight: normal;
  color: #2F3942;
}
.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: 9.5px;
  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;
}
.row input[type=checkbox]:not(.toggleSwitch) + label:before,
.row input[type=radio]:not(.toggleSwitch) + label:before {
  content: "";
  border: 1.5px solid #2F3942;
  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; 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='%232F3942'/%3E%3C/svg%3E");
  z-index: 3;
  opacity: 0;
  display: block;
  padding: 3px;
  top: 2.5px;
}
@media all and (max-width: 640px) {
  .row input[type=checkbox]:not(.toggleSwitch) + label:after,
  .row input[type=radio]:not(.toggleSwitch) + label:after {
    top: 3px;
  }
}
.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: #F95750;
}
.row input[type=checkbox]:not(.toggleSwitch):checked + label:before,
.row input[type=radio]:not(.toggleSwitch):checked + label:before {
  border-color: #2F3942;
  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: #2F3942;
  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(47, 57, 66, 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: #2F3942;
  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;
}
.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 {
  padding-right: 12px;
}
.row .radioButtons .labelButton:last-of-type {
  padding-right: 0;
}
.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: 100px;
  width: auto;
  transition: all 200ms linear;
  display: block;
  color: #2F3942;
  border: 2px solid #2F3942;
  background: rgba(47, 57, 66, 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: #2F3942;
  background: #2f3942 !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: #2F3942;
  background: #2F3942 !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: #2F3942;
  background: #2F3942 !important;
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:not(:checked) + label,
.row.errorWrap .radioButtons input[type="radio"]:not(:checked) + label {
  color: #F95750;
  border-color: #fff !important;
  background: rgba(249, 87, 80, 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: #F95750 !important;
  border-color: #F95750 !important;
  background: rgba(249, 87, 80, 0) !important;
}
.row.errorWrap .radioButtons .labelButton > input[type="radio"]:checked + label,
.row.errorWrap .radioButtons input[type="radio"]:checked + label {
  color: #F95750 !important;
  border-color: #F95750 !important;
  background: rgba(249, 87, 80, 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: #F95750 !important;
  border-color: #F95750 !important;
  background: rgba(249, 87, 80, 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: #2F3942;
  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(249, 87, 80, 0);
  background: rgba(249, 87, 80, 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(249, 87, 80, 0);
  background: rgba(249, 87, 80, 0.08);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:active .hoverFX {
  border-color: rgba(249, 87, 80, 0);
  background: rgba(249, 87, 80, 0.16);
  transition: background 200ms linear, border-color 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:before {
  background: rgba(249, 87, 80, 0.2);
  transition: left 200ms linear, background 200ms linear;
}
.row input[type=checkbox].toggleSwitch:checked + label:after {
  left: 14px !important;
  background: #F95750;
  transition: left 200ms linear, background 200ms linear;
}
/*
 * Tooltip styles
 */
.toolTip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.toolTip i {
  color: #2F3942;
  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: #2F3942;
  z-index: 9999;
  border: solid 1px #2F3942;
  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: #2F3942;
  z-index: 9999;
  border: solid 1px #2F3942;
  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 #2F3942 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: #2F3942 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 #2F3942 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 #2F3942 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 #2F3942;
}
.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: 24px;
  min-height: 43px;
  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: #379FE7;
  border-radius: 24px;
  margin-bottom: 3px !important;
  margin-right: 4px !important;
}
.tagitWrapper ul.tagit > li.tagit-choice .tagit-label {
  font-size: 1.1428571428571428rem;
  line-height: 15px;
  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: 15px;
  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: #F95750;
  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: 24px;
  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: #F4F7F9;
  padding: 8px 16px;
  color: #2F3942;
  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: #2F3942;
  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: 9px;
}
.row .inputWrap.passwordToggle .toggleButtons {
  width: 9px;
  height: 100%;
  padding: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 22px;
  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: #2F3942;
  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: #F95750;
  transition: color 200ms linear;
}
.row .inputWrap.passwordToggle .toggleButtons:active i {
  color: #f7281f;
  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: #F4F7F9 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.tagInput {
  width: 100%;
}
.tagInput .vue-tags-input {
  width: 100%;
  max-width: 100% !important;
}
.tagInput .vue-tags-input .ti-input {
  border: 1.5px solid #fff;
  border-radius: 24px;
  padding: 10px 16px;
}
.questionWrap .tagInput .vue-tags-input .ti-input {
  border-radius: 59px;
}
.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 {
  min-height: 21px !important;
}
.tagInput .vue-tags-input .ti-input .ti-tags .ti-tag {
  background: #2F3942;
  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 24px 24px;
}
.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 #379FE7;
  border-right: 1.5px solid #379FE7;
}
.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 21px;
  font-size: 0.8571428571428571rem;
  line-height: 1.2em;
  font-weight: 600;
}
.tagInput .vue-tags-input .ti-autocomplete > ul > li.ti-selected-item {
  background: #379FE7;
}
.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: 10px 40px 8px 21px;
  height: 43px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.1428571428571428rem;
  line-height: 21px;
  border-radius: 24px;
  border: 1.5px solid #fff;
  background: #fff;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  transition: all 200ms linear;
  color: #2F3942;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.lightBg .chosen-container .chosen-single {
  border-color: #F4F7F9;
  background: #F4F7F9;
}
.chosen-container .chosen-single:hover,
.chosen-container .chosen-single:active,
.chosen-container .chosen-single:focus-visible {
  border-color: #2F3942;
  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: 22px;
  width: 9px;
  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: #2F3942;
}
.chosen-container.chosen-container-active .chosen-single {
  border-color: #2F3942;
  transition: border-color 200ms linear;
}
.chosen-container.chosen-container-active .chosen-single div > b:after {
  color: #2F3942;
  opacity: 1;
  transition: all 200ms linear;
}
.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 24px 24px 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 24px 24px;
  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: #2F3942;
  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: 100%;
  min-width: 100%;
}
.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: #F4F7F9;
}
.chosen-container .chosen-results li {
  margin: 0;
  padding: 9px 21px;
  list-style-type: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  color: #2F3942;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1428571428571428rem;
  line-height: 21px;
  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: #2F3942 !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(47, 57, 66, 0.16);
  transition: background 200ms linear, color 200ms linear;
}
.chosen-container .chosen-results li:active {
  background-color: rgba(47, 57, 66, 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: 24px;
  cursor: text;
  margin: 0;
  padding: 0 9px 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% + 9px);
}
.chosen-container-multi .chosen-choices li.search-field input {
  border: none;
  background: transparent;
  padding: 9px 9px 9px 21px;
  color: #2F3942;
  min-width: 100% !important;
  width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field:after {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 22px;
  width: 9px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 16px;
  color: #2F3942 !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: #2F3942;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 16px 8px 0 8px;
  padding: 0;
  max-width: 100%;
  color: #2F3942;
  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: #F95750;
  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: #f7281f;
  transition: color 200ms linear;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:active:after {
  color: #f83f37;
  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: 24px 24px 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: #2F3942;
  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: #379FE7 !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: #379FE7;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/sites/default/fonts/Roboto/roboto_400.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/sites/default/fonts/Roboto/roboto_500.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/sites/default/fonts/Roboto/roboto_500.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/sites/default/fonts/Roboto/roboto_700.woff2) format('woff2');
}
/*
 * 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;
}
.spacers {
  height: 4px;
  background: #379FE7;
  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;
}
/*
 * Header
 */
.basketButton {
  overflow: visible;
}
.basketButton .totalQty {
  display: flex;
  width: 25px;
  height: 25px;
  background: #F95750;
  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 .headerBox {
  height: 100px;
  position: relative;
}
@media all and (max-width: 1120px) {
  #header .headerBox {
    height: 81px;
  }
}
#header.js_stickyHeader .headerBox {
  height: 100px;
  position: relative;
}
@media all and (max-width: 1120px) {
  #header.js_stickyHeader .headerBox {
    height: 81px;
  }
}
#header.js_stickyHeader .headerContainer {
  position: absolute;
}
#header.fixedHeader .headerContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
}
#header .flashMessage {
  padding: 12px 0;
  background: #379FE7;
  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;
  width: 100vw;
}
@media all and (max-width: 1120px) {
  #header .headerContainer {
    padding: 0 19px;
  }
}
@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;
}
#header .headerTop {
  padding: 12px 0;
  border-bottom: none;
  position: relative;
  z-index: 9999;
  max-height: 100%;
}
@media all and (max-width: 1120px) {
  #header .headerTop {
    padding: 12px 0;
  }
}
#header .headerTop > .wrapper {
  padding: 0;
}
@media all and (max-width: 1410px) {
  #header .headerTop > .wrapper {
    padding: 0;
  }
}
#header .headerGrid {
  display: flex;
  flex-direction: row;
  width: calc(100% + 40px);
  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 385px;
}
@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 222px;
  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: 277px;
  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;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 743px;
}
@media all and (max-width: 1120px) {
  #header .searchForm {
    max-width: calc(100% - 100px);
  }
}
@media all and (max-width: 800px) {
  #header .searchForm {
    width: 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 40px);
  }
}
#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: #fff;
  background: rgba(255, 255, 255, 0.88);
  -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 {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 52px;
  z-index: 999;
  width: 48px;
  height: 48px;
}
@media all and (max-width: 1120px) {
  #header .fullScreenSearch .searchControls {
    right: 11px;
  }
}
#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: #379FE7;
  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;
  padding-right: 17px;
}
@media all and (max-width: 1120px) {
  #header .headerActions {
    padding-right: 0;
  }
}
#header .headerActions > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 34px;
  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: 23px;
  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: 29px;
  height: 29px;
  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: 24px;
    height: 24px;
  }
}
#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: #379FE7;
  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: #379FE7;
  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: #379FE7;
  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: #F95750;
  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: #F4F7F9;
  border-radius: 20px;
  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: #F95750;
  transition: color 200ms linear;
  padding: 16px 0;
  font-weight: normal;
}
#header .navigationBar .navBarWrapper .navBarRight .menuList > li.telephoneButton a:hover {
  color: #f7281f;
  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: #F95750;
  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: #379FE7;
  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: #F4F7F9;
    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;
}
@media all and (max-width: 640px) {
  .headerMini .logo {
    height: auto;
  }
}
.headerMini .logo .imageWrap {
  position: relative;
  width: 100%;
  padding-bottom: 29%;
  max-width: 220px;
}
.headerMini .logo .imageWrap img,
.headerMini .logo .imageWrap svg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.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: #2F3942;
  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: #379FE7;
  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: #2F3942;
  color: #fff;
  border-bottom: none;
  padding: 7px 0;
  float: none;
  clear: both;
  position: relative;
  font-size: 0.9285714285714286rem;
  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: #379FE7;
}
.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__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: #379FE7;
  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: #2F3942;
  transition: color 200ms linear;
  width: 28px;
  height: 28px;
}
.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;
}
.flyoutActive .flyoutButton i.closeButton {
  display: inline-block;
}
/*
* Flyout
 */
@media all and (min-width: 1121px) {
  .mainMenu.linksMenu {
    display: none;
  }
  .mainMenu .menuIcon {
    color: #2F3942 !important;
    margin-left: 7px;
  }
  .mainMenu > .dropdownWrap > ul {
    display: flex;
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
  .mainMenu > .dropdownWrap > ul > li,
  .mainMenu > .dropdownWrap > ul > mtc-menu {
    display: flex;
    align-items: center;
    padding: 0 24px;
  }
  .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: 600;
    line-height: 25px;
    position: relative;
  }
  .mainMenu > .dropdownWrap > ul > li > a .svgIcon,
  .mainMenu > .dropdownWrap > ul > mtc-menu > a .svgIcon {
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }
  .mainMenu > .dropdownWrap > ul > li > a .svgIcon svg,
  .mainMenu > .dropdownWrap > ul > mtc-menu > a .svgIcon svg {
    width: 13px;
    height: 13px;
  }
  .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.4285714285714286rem;
  font-weight: 700;
  line-height: 1.2em;
}
.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: #2F3942;
  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: #1a8cdb;
}
.flyoutBackground {
  display: none;
}
@media all and (max-width: 1120px) {
  .flyoutWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 50vw;
    max-width: 360px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.24));
    border-radius: 0;
    transform: translateX(100%);
    transition: transform 600ms, opacity 300ms, visibility 300ms;
    overflow: hidden;
    padding: 0;
    color: #2F3942;
    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 {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 80px 56px 15px 20px;
    flex: 0 0 auto;
    border-bottom: none;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop {
    display: flex;
    padding: 0;
    width: 100%;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop > h2 {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
    color: #2F3942;
    margin: 0;
    width: 100%;
    padding: 0;
    flex: 1 1 100%;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton {
    border: none;
    background: transparent;
    color: #2F3942;
    position: absolute;
    top: 15px;
    right: 3px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    transition: color 200ms linear;
    cursor: pointer;
    transform: none;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton .closeButton {
    margin-top: 10px;
  }
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:hover,
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:active,
  .flyoutWrap .flyoutHeader .flyoutHeaderTop .flyoutButton:focus-visible {
    color: #379FE7;
    transition: color 200ms linear;
  }
  .flyoutWrap .flyoutBody {
    flex: 1 1 100%;
    padding: 24px 24px 48px 24px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    background: #F4F7F9;
  }
  .mainMenu {
    font-size: 1.1428571428571428rem;
    line-height: 1.1em;
  }
  .mainMenu a {
    padding: 10px 0;
  }
  .mainMenu a:not(.button) {
    color: #2F3942;
  }
  .mainMenu a .menuIcon {
    width: 0.5359em;
    height: 0.5359em;
    border-radius: 100%;
    background: #379FE7;
    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: #379FE7 !important;
  }
  .mainMenu.mainNavigationMenu {
    margin: 45px 0;
    font-size: 2rem;
    line-height: 1em;
  }
  .mainMenu.mainNavigationMenu > .dropdownWrap .dropdownWrap {
    font-size: 1.2857142857142858rem;
    line-height: 1.1em;
  }
  .mainMenu.linksMenu {
    display: flex;
    margin: auto 0 45px;
  }
  .mainMenu.linksMenu .menus.hasChildren .menuItemTop .svgIcon {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
  }
  .mainMenu.linksMenu .menus.hasChildren .menuItemTop .svgIcon svg {
    width: 12px;
    height: 12px;
  }
  .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: 1120px) and all and (max-width: 640px) {
  .flyoutWrap .flyoutHeader {
    padding: 28px 56px 20px 20px;
    gap: 8px;
  }
}
@media all and (max-width: 1120px) and all and (max-width: 640px) {
  .flyoutWrap .flyoutHeader .flyoutHeaderTop > h2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 640px) {
  .flyoutWrap {
    width: 100%;
    max-width: 400px;
  }
}
.mainMenu.secondaryMenu {
  font-weight: 700;
  font-size: 0.8571428571428571rem;
  line-height: 12px;
}
.menuIcon {
  display: none !important;
}
.breadcrumbsNav {
  padding: 14px 0 12px;
  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: #2F3942;
}
.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.8571428571428571rem;
  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: #2F3942;
  opacity: 1;
  width: 7px;
  height: 14px;
}
.breadcrumbWrap .breadcrumbs li:last-child {
  padding-right: 0;
  color: #2F3942;
}
.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: #379FE7;
}
.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: 1420px) {
  .breadcrumbsWrapper {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media all and (max-width: 640px) {
  .breadcrumbsWrapper {
    display: none;
  }
}
.breadcrumbsWrapper:before,
.breadcrumbsWrapper:after {
  display: none;
}
.breadcrumbsWrapper > .innerBreadcrumbs {
  border-bottom: none;
  padding: 18px 0;
  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: 83px 0;
  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: #2F3942;
  transition: background 200ms linear;
}
.paginationWrap .paginationButtons a:hover,
.paginationWrap .paginationButtons a:active,
.paginationWrap .paginationButtons a:focus-visible {
  color: #fff;
  background: #379FE7;
  transition: background 200ms linear;
}
.paginationWrap .paginationButtons a.isDisabled {
  color: #fff;
  background: #E1E8ED;
  transition: none;
  pointer-events: none;
}
.paginationWrap .paginationButtons a.isDisabled:hover,
.paginationWrap .paginationButtons a.isDisabled:active,
.paginationWrap .paginationButtons a.isDisabled:focus-visible {
  color: #fff;
  background: #E1E8ED;
  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: #2F3942;
}
.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: #2F3942;
  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: #379FE7 !important;
  transition: color 200ms linear;
}
.pagination li.active a {
  color: #379FE7 !important;
}
.pagination li.active a:hover,
.pagination li.active a:active,
.pagination li.active a:focus-visible {
  color: #379FE7 !important;
}
/* Page Header */
.pageHeader {
  width: 100%;
  background-color: #379FE7;
  *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;
}
.pageHero {
  display: flex;
  min-height: 496px;
  background: var(--lightThird);
}
@media all and (max-width: 800px) {
  .pageHero {
    min-height: 333px;
  }
}
.pageHero.themeRed {
  background: var(--lightSecondary);
}
.pageHero.themeRed .pageHero__subtitle {
  color: var(--secondaryColor);
}
.pageHero.themeBlue {
  background: var(--lightPrimary);
}
.pageHero__left {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-start;
  padding: 97px 0;
}
@media all and (max-width: 800px) {
  .pageHero__left {
    flex: 0 0 100%;
    padding: 40px 32px;
    align-items: center;
  }
}
.pageHero__right {
  flex: 0 0 50%;
  display: flex;
  background: rgba(0, 0, 0, 0.04);
}
@media all and (max-width: 800px) {
  .pageHero__right {
    display: none;
  }
}
.pageHero.blogHeader .pageHero__left {
  padding: 137px 0 97px;
}
@media all and (max-width: 800px) {
  .pageHero.blogHeader .pageHero__left {
    padding: 40px 32px;
  }
}
.pageHero__innerText {
  width: 100%;
  max-width: 691px;
  padding: 0 88px 0 64px;
  margin: 0 0 0 auto;
}
@media all and (max-width: 800px) {
  .pageHero__innerText {
    max-width: 100%;
    padding: 0;
  }
}
.pageHero__backLink {
  padding: 0 0 14px;
}
.pageHero__backLink a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #2F3942;
  transition: color 200ms linear;
}
@media all and (max-width: 640px) {
  .pageHero__backLink a {
    font-size: 1.1428571428571428rem;
  }
}
.pageHero__backLink a:hover,
.pageHero__backLink a:active,
.pageHero__backLink a:focus-visible {
  color: #379FE7;
}
.pageHero__subtitle {
  font-size: 1.2857142857142858rem;
  line-height: 20px;
  color: var(--primaryColor);
  margin: 0 0 22px;
}
.pageHero__title {
  font-size: 2.2857142857142856rem;
  line-height: 34px;
  /* 106.25% */
  margin: 0 0 26px;
}
.pageHero__title.titleLarge {
  font-size: 2.857142857142857rem;
  line-height: 39px;
}
@media all and (max-width: 1120px) {
  .pageHero__title.titleLarge {
    font-size: 2.2857142857142856rem;
    line-height: 34px;
  }
}
.pageHero__buttons {
  padding: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pageHero__buttons .button {
  margin: 0;
}
.pageHero__image {
  position: relative;
  display: block;
  flex: 0 0 100%;
}
.pageHero__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@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;
  }
}
/*
 * Footer
 */
.footerWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  background: #2F3942;
  padding: 79px 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: #2F3942;
}
@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;
  }
}
.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 {
  padding: 24px 0 0;
  display: flex;
  justify-content: center;
}
.footerWrap .menuGroup .followButtons ul,
.footerWrap .mobileSocial .followButtons ul {
  width: auto;
}
.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: #F95750;
  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: #F4F7F9;
  border-color: #F4F7F9;
  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 {
  color: rgba(255, 255, 255, 0.72);
}
.footerWrap .newsletterFormWrap form .row .inputWrap input::-moz-placeholder {
  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: #F95750;
}
.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: #F95750;
  border-color: #F95750;
}
.footerWrap .newsletterFormWrap form .row .inputWrap.withButton .button:hover {
  background: #f83129;
  border-color: #f83129;
}
.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: #F4F7F9;
  color: #2F3942;
  border-top: none;
}
.footerWrap.lightBg .footer a {
  color: #2F3942;
}
.footerWrap.lightBg .footer a:hover,
.footerWrap.lightBg .footer a:active {
  color: #379FE7;
}
.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: #2F3942;
}
@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: 211px;
  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: 10px;
}
@media all and (max-width: 640px) {
  .footerAddress > span.spaced,
  .mobileAddress > span.spaced {
    display: block;
  }
}
/*
 * 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.2857142857142858rem;
  line-height: 36px;
  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: 200px;
}
@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: #2F3942;
}
.menuGroupsWrap .menuGroup .footerAddress {
  padding-top: 0;
  line-height: 34px;
}
.menuGroupsWrap .menuGroup .menuGroupTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 8px;
  color: #fff;
  letter-spacing: initial;
  text-transform: none;
  position: relative;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .menuGroupsWrap .menuGroup .menuGroupTitle {
    font-size: 1.5rem;
  }
}
@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: #379FE7;
  }
}
.lightBg .menuGroupsWrap .menuGroup .menuGroupTitle {
  color: #2F3942;
}
.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: #379FE7;
  transition: color 200ms linear;
}
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul li a,
.lightBg .menuGroupsWrap .menuGroup .dropdownWrap > ul mtc-menu a {
  color: #2F3942;
}
.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: #379FE7;
}
@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: 24px;
    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: #2F3942;
  padding: 32px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxTitle,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxTitle {
  color: #2F3942;
  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: #F95750;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p > a:hover,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p > a:hover {
  color: #f83129;
}
.menuGroupsWrap .menuGroup .dropdownWrap .addressBox .addressBoxWrapper p > a:active,
.menuGroupsWrap .menuGroup .footerContactDetails .addressBox .addressBoxWrapper p > a:active {
  color: #f8443c;
}
.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;
  }
}
/*
* 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: #2F3942;
  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: bold !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: #2F3942;
  border-top: none;
}
.lightBg .footerMeta a {
  color: #2F3942;
}
.lightBg .footerMeta a:hover,
.lightBg .footerMeta a:active {
  color: #379FE7;
}
.footerMeta .innerFooterBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  border-top: none;
  letter-spacing: initial;
}
@media all and (max-width: 1380px) {
  .footerMeta .innerFooterBar {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1000px) {
  .footerMeta .innerFooterBar {
    width: 100%;
    margin: 0;
  }
}
@media all and (max-width: 1120px) {
  .footerMeta .innerFooterBar {
    padding: 25px 0 50px;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .footerMeta .innerFooterBar {
    padding: 16px 0 44px;
    border-top: 2px solid rgba(255, 255, 255, 0.04);
  }
}
.footerMeta .innerFooterBar .gphcLogo {
  flex: 0 0 250px;
  text-align: left;
}
.footerMeta .innerFooterBar .credits {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  text-align: center;
}
.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;
}
.footerMeta .innerFooterBar .copyrightBlock {
  float: none;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  flex: 0 0 250px;
}
.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 .reviewerBox {
  text-align: center;
  padding-bottom: 20px;
  font-size: 18px;
}
.footerBanner__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F3942;
  border-radius: 20px;
  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: #379FE7;
}
@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: #379FE7;
}
.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: #2F3942;
}
@media all and (max-width: 800px) {
  .footerMini {
    padding: 24px 0;
  }
}
.hasStickyLoginButton .footerMini {
  padding-bottom: 72px;
}
@media all and (max-width: 800px) {
  .hasStickyLoginButton .footerMini {
    padding-bottom: 72px;
  }
}
.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: #2F3942;
  transition: color 200ms linear;
}
.footerMini__copyright .mtcLink:hover,
.footerMini__copyright .mtcLink:active,
.footerMini__copyright .mtcLink:focus-visible {
  color: #0f55c4;
  transition: color 200ms linear;
}
.heroBanner {
  position: relative;
  width: 100%;
  padding: 182px 0 53.5px;
  color: #2F3942;
  text-align: center;
}
@media all and (max-width: 1120px) {
  .heroBanner {
    padding: 182px 0 32px;
  }
}
@media all and (max-width: 640px) {
  .heroBanner {
    padding: 182px 0 32px;
  }
}
.heroBanner__title {
  color: #2F3942;
  margin: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.heroBanner__title strong {
  font-weight: inherit;
  color: #2F3942;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.heroBanner__subtitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.1428571428571428rem;
  color: #379FE7;
  margin: 0;
  padding: 24px 0 0;
}
@media all and (max-width: 640px) {
  .heroBanner__subtitle {
    font-size: 1.1428571428571428rem;
  }
}
.heroBanner__subtitle strong {
  font-weight: inherit;
  color: #F95750;
}
.smallTitle {
  padding: 29px 0 50px;
}
@media all and (max-width: 640px) {
  .smallTitle {
    padding: 40px 0 24px;
  }
}
.smallTitle__title {
  width: 100%;
  text-align: center;
}
.imageBannersWrap {
  position: relative;
  float: none;
  clear: both;
  padding: 53.5px 0;
}
@media all and (max-width: 1120px) {
  .imageBannersWrap {
    padding: 32px 0;
  }
}
@media all and (max-width: 640px) {
  .imageBannersWrap {
    padding: 32px 0;
  }
}
.imageBanner {
  --bgColor: #F4F7F9;
  --color: #379FE7;
  position: relative;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  padding: 53.5px 0;
}
@media all and (max-width: 1120px) {
  .imageBanner {
    padding: 32px 0;
  }
}
@media all and (max-width: 640px) {
  .imageBanner {
    padding: 32px 0;
  }
}
.imageBanner.altBackground {
  --bgColor: #FFF7F7;
  --color: #F95750;
}
.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: 500px;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
@media all and (max-width: 640px) {
  .imageBannerImages .imageWrap {
    min-height: 300px;
  }
}
.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;
  gap: 30px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 900px) {
  .innerImageBanner {
    flex-wrap: wrap;
  }
}
.innerImageBanner .imageBannerImages {
  flex: 1 1 50%;
}
@media all and (max-width: 900px) {
  .innerImageBanner .imageBannerImages {
    flex: 0 0 100%;
    order: 1;
  }
}
.innerImageBanner .bannerContentWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 50%;
  padding: 64px;
  order: 1;
  background: var(--bgColor);
  border-radius: 20px;
}
@media all and (max-width: 900px) {
  .innerImageBanner .bannerContentWrap {
    flex: 0 0 100%;
    padding: 40px;
    order: 2;
  }
}
@media all and (max-width: 640px) {
  .innerImageBanner .bannerContentWrap {
    padding: 40px 32px;
  }
}
.imageLeft .innerImageBanner .bannerContentWrap {
  order: 2;
}
.innerImageBanner .bannerContentWrap .button {
  margin-bottom: 0;
}
.innerImageBanner .innerContentWrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper {
    text-align: center;
  }
}
.innerImageBanner .innerContentWrapper .bannerSubtitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2857142857142858rem;
  color: var(--color);
  margin: 0 0 22px;
  position: relative;
  padding: 0;
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .bannerSubtitle {
    font-size: 1.2857142857142858rem;
  }
}
.innerImageBanner .innerContentWrapper .bannerTitle {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #2F3942;
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .bannerTitle {
    font-size: 2rem;
  }
}
.innerImageBanner .innerContentWrapper .bannerTitle strong {
  font-weight: bold;
}
.innerImageBanner .innerContentWrapper > .wysiwyg {
  margin: 0;
  font-size: 1.5rem;
  line-height: 27px;
  color: #2F3942;
  padding: 28px 0 0;
}
.innerImageBanner .innerContentWrapper > .wysiwyg p,
.innerImageBanner .innerContentWrapper > .wysiwyg ul,
.innerImageBanner .innerContentWrapper > .wysiwyg ol,
.innerImageBanner .innerContentWrapper > .wysiwyg span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.innerImageBanner .innerContentWrapper > .wysiwyg strong {
  font-weight: bold;
  display: block;
}
.innerImageBanner .innerContentWrapper .buttonWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 25px 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;
}
@media all and (max-width: 640px) {
  .innerImageBanner .innerContentWrapper .buttonWrap > a {
    width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.serviceListOuterWrap {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1000px) {
  .serviceListOuterWrap {
    width: 100%;
    margin: 0;
  }
}
.serviceList {
  position: initial;
  float: none;
  clear: both;
  z-index: 5;
  color: #2F3942;
  display: flex;
}
.serviceList,
.serviceList .splide__track {
  width: calc(100% + 32px);
  margin: 0 -16px;
}
@media all and (max-width: 900px) {
  .serviceList,
  .serviceList .splide__track {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.darkBg .serviceList {
  color: #fff;
}
.serviceList:before,
.serviceList:after {
  display: none;
}
.serviceList.splide {
  width: 100%;
}
.serviceList .splide__track {
  overflow: visible;
}
.serviceList .splide__list {
  display: flex;
}
.serviceList .splide__pagination {
  bottom: -64px;
}
@media all and (max-width: 640px) {
  .serviceList .splide__slide {
    max-width: 90vw;
  }
}
.serviceList__item {
  float: none;
  clear: both;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: 0 !important;
  margin-bottom: 0;
  padding: 0 16px;
  flex: 0 0 33.333333%;
  width: 33.333333%;
  max-width: 470px;
}
@media all and (max-width: 900px) {
  .serviceList__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 8px;
    max-width: 456px;
  }
}
.serviceList__item .serviceList__inner {
  background: #E8F6FF;
  border-radius: 20px;
}
.serviceList__item:nth-child(1) .serviceList__number {
  background: #2F3942;
}
.serviceList__item:nth-child(1) .serviceList__inner {
  background: #F4F7F9;
}
.serviceList__item:nth-child(2) .serviceList__number {
  background: #F95750;
}
.serviceList__item:nth-child(2) .serviceList__inner {
  background: #FFF7F7;
}
.serviceList__inner {
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  border-radius: 0;
  padding: 35px;
  position: relative;
}
@media all and (max-width: 900px) {
  .serviceList__inner {
    max-width: 100%;
    margin: 0 auto;
  }
}
.serviceList__number {
  font-size: 1.6428571428571428rem;
  font-weight: 900;
  line-height: 24px;
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #379FE7;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.serviceList__info {
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.serviceList__imageWrap {
  position: relative;
  line-height: 16px;
  padding: 0 0 75% 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}
.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-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  color: inherit;
  position: relative;
}
.serviceList__description {
  padding: 0;
  margin: 8px 0 0;
  font-size: 1.1428571428571428rem;
  font-weight: 400;
  line-height: 21px;
  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;
  padding: 32px 0 105px;
  text-align: center;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 1120px) {
  .serviceBanner {
    padding: 24px 0 92px;
  }
}
@media all and (max-width: 640px) {
  .serviceBanner {
    padding: 24px 0 92px;
  }
}
.serviceBanner.homeServices {
  padding-top: 61px;
  z-index: auto;
}
.serviceBanner .introBlock {
  margin-bottom: 61px;
}
@media all and (max-width: 1120px) {
  .serviceBanner .introBlock {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  .serviceBanner .introBlock {
    margin-bottom: 32px;
  }
}
.serviceBanner .introBlock .introTitle .innerTitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 30px;
}
.serviceBanner .introBlock .introTitle .introContentWrap {
  margin: 17px 0 0;
}
.serviceBanner.hideButton {
  padding-bottom: 124px;
}
.serviceBanner.hideButton .buttonWrap {
  display: none;
}
.serviceBanner.darkBg {
  background: #379FE7;
}
.serviceBanner .wrapper {
  position: relative;
  z-index: 1;
}
.serviceBanner a {
  text-decoration: none;
}
.serviceBanner .buttonWrap {
  padding: 49px 0 0;
  margin-bottom: 0;
}
@media all and (max-width: 800px) {
  .serviceBanner .buttonWrap {
    padding: 36px 0 0;
  }
}
@media all and (max-width: 640px) {
  .serviceBanner .buttonWrap {
    padding: 16px 0 0;
  }
}
.serviceBanner .buttonWrap .button {
  margin: 0;
  width: auto;
}
@media all and (max-width: 640px) {
  .serviceBanner .buttonWrap .button {
    min-width: 0;
    width: 100%;
  }
}
.categorySlideshow + .serviceBanner {
  padding-top: 0;
}
@media all and (max-width: 1120px) {
  .categorySlideshow + .serviceBanner {
    padding-top: 0;
  }
}
@media all and (max-width: 640px) {
  .categorySlideshow + .serviceBanner {
    padding-top: 0;
  }
}
.loginBanner {
  padding: 32px 0 105px;
  background: #FFFFFF;
}
@media all and (max-width: 1120px) {
  .loginBanner {
    padding: 24px 0 92px;
  }
}
@media all and (max-width: 640px) {
  .loginBanner {
    padding: 24px 0 92px;
  }
}
.loginBanner__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F7F9;
  border-radius: 20px;
  padding: 97px 40px;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media all and (max-width: 980px) {
  .loginBanner__grid {
    justify-content: flex-start;
  }
}
.loginBanner__title {
  flex: 1 1 auto;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
}
@media all and (max-width: 640px) {
  .loginBanner__title {
    font-size: 2rem;
  }
}
.loginBanner__title p {
  color: #2F3942;
  font-weight: 400;
}
.loginBanner__content {
  flex: 0 1 auto;
  padding: 0 0 0 56px;
}
.loginBanner__content .buttonLarge {
  font-size: 2.9285714285714284rem;
  padding: 30px 40px;
  margin-bottom: 0;
}
@media all and (max-width: 980px) {
  .loginBanner__content {
    flex: 0 0 100%;
    padding: 16px 0 0 0;
    text-align: left;
  }
  .loginBanner__content .buttonLarge {
    font-size: 2.2142857142857144rem;
    padding: 20px 30px;
  }
}
.cardGridWrap {
  background: #F4F7F9;
  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: #2F3942;
}
@media all and (max-width: 640px) {
  .cardGrid .innerCards .cardTitle {
    font-size: 1.5rem;
  }
}
.cardGrid .innerCards .cardContent {
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #2F3942;
  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 #C7C7C7;
  color: #2F3942;
  transition: color 200ms linear;
}
.cardGrid .cardLinks > ul > li a:hover {
  color: #F95750;
  transition: color 200ms linear;
}
.cardGrid .cardLinks > ul > li a:active {
  color: #f7281f;
  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: #F95750;
  transition: transform 200ms linear;
}
.cardGrid .cardLinks > ul > li:last-child a {
  border: none;
}
.introBlock {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 43px;
  color: #2F3942;
}
@media all and (max-width: 640px) {
  .introBlock {
    margin-bottom: 40px;
  }
}
.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 .innerIntroContent {
  width: 100%;
}
.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: 'Roboto', '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 .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  margin: 0 8px 0 0;
}
.introBlock .introTitle .innerTitle {
  flex: 1 1 100%;
}
.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: 15px;
}
.introBlock .introTitle a {
  color: inherit;
  transition: color 200ms linear;
}
.introBlock .introTitle a:hover,
.introBlock .introTitle a:active {
  color: #379FE7;
  transition: color 200ms linear;
}
.introBlock .introContentWrap {
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  color: #2F3942;
  font-size: 1.3571428571428572rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28.278px;
}
@media all and (max-width: 640px) {
  .introBlock .introContentWrap {
    font-size: 1.2142857142857142rem;
    line-height: 24px;
  }
}
.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 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
@media all and (max-width: 540px) {
  .introBlock .buttonWrap .button,
  .introBlock .buttonWrap .buttonAlt {
    width: 100%;
  }
}
.introBlock .buttonWrap .button .svgIcon,
.introBlock .buttonWrap .buttonAlt .svgIcon {
  width: 10px;
  height: 12px;
  margin-left: 10px;
}
.introBlock .buttonWrap .button .svgIcon svg,
.introBlock .buttonWrap .buttonAlt .svgIcon svg {
  width: 10px;
  height: 10px;
}
.introBlock .buttonWrap .buttonSmall .svgIcon {
  position: relative;
  top: 2px;
}
.introBlock.horizontalIntro .innerIntro {
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 800px) {
  .introBlock.horizontalIntro {
    margin-bottom: 24px;
  }
  .introBlock.horizontalIntro .innerIntro {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .introBlock.horizontalIntro .innerIntroContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 24px;
  }
  .introBlock.horizontalIntro .introTitle {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    line-height: 28px;
    max-width: 100%;
  }
  .introBlock.horizontalIntro .introTitle .iconWrapper {
    margin-top: -9px;
    width: 29px;
    height: 100%;
    justify-content: flex-start;
  }
  .introBlock.horizontalIntro .introTitle .innerTitle {
    flex: 1 1 100%;
    height: 100%;
  }
  .introBlock.horizontalIntro .introContentWrap {
    flex: 0 0 auto;
    margin: 0;
    padding: 9px 0 0 0;
    display: flex;
    align-items: flex-end;
    font-size: 1.1428571428571428rem;
    font-weight: 400;
    line-height: 21px;
  }
  .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;
  }
}
.pageReady #header .fullScreenSearch {
  display: block;
}
#header .newSearch {
  --searchWrapPadding: 31px 0 26px;
  --searchResultsPadding: 50px 0 55px;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
#header .newSearch .searchForm {
  position: relative;
  margin: 0;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  z-index: 1;
  max-width: unset;
}
#header .newSearch .searchForm:before,
#header .newSearch .searchFormafter {
  display: none;
}
#header .newSearch .searchForm__inner {
  position: relative;
  height: 100%;
}
#header .newSearch .searchForm .searchWrap {
  width: 100%;
  position: relative;
  background-color: white;
  padding: var(--searchWrapPadding);
}
#header .newSearch .searchForm .searchWrap > .wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}
#header .newSearch .searchForm .searchWrap > .wrapper:before {
  content: "";
  display: flex;
  float: none;
  clear: both;
  flex: 0 0 19%;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .searchWrap > .wrapper:before {
    display: none;
  }
}
#header .newSearch .searchForm .searchWrap > .wrapper:after {
  display: none;
}
#header .newSearch .searchForm .searchControls {
  flex: 0 0 19%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: auto;
  right: auto;
  top: auto;
  transform: unset;
  line-height: 0;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .searchControls {
    flex: 0 0 100px;
  }
}
#header .newSearch .searchForm .searchControls .button {
  margin: 0 0 0 auto;
  width: auto;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .searchControls .button {
    height: 43px;
  }
}
#header .newSearch .searchForm .row {
  flex: 1 1 100%;
  float: none;
  clear: both;
  margin: 0;
  width: 100%;
  position: relative;
}
#header .newSearch .searchForm .row .searchIcon {
  width: 43px !important;
  height: 43px !important;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #2F3942;
  transition: all 200ms linear;
  border-radius: 0 20px 20px 0;
  opacity: 1;
}
#header .newSearch .searchForm .row .searchIcon:hover,
#header .newSearch .searchForm .row .searchIcon:active,
#header .newSearch .searchForm .row .searchIcon:focus-visible {
  color: #379FE7;
  transition: all 200ms linear;
}
#header .newSearch .searchForm .row .searchIcon .svgIcon {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #2F3942;
}
#header .newSearch .searchForm .row .searchIcon .svgIcon svg {
  height: 16px;
  width: 20px;
}
#header .newSearch .searchForm .row .searchIcon.buttonDisabled {
  pointer-events: none;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .row .searchIcon.buttonDisabled {
    display: none;
  }
}
#header .newSearch .searchForm .row .searchIcon.searchIconLeft {
  left: 4px;
  right: auto;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .row .searchIcon.searchIconLeft {
    display: none;
  }
}
#header .newSearch .searchForm .row .searchIcon.searchIconRight {
  left: auto;
  right: 12px;
}
#header .newSearch .searchForm .row .searchIcon.searchIconRight .svgIcon svg {
  height: 16px;
  width: 13px;
}
#header .newSearch .searchForm .row input:not([type='checkbox']),
#header .newSearch .searchForm .row input:not([type='radio']) {
  padding: 9px 52px;
  font-size: 1.2857142857142858rem;
  line-height: 24px;
  float: none;
  clear: both;
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 2;
  height: 43px;
  transition: all 200ms linear;
  border-radius: 100px;
  color: #2F3942;
  letter-spacing: normal;
  max-width: 824px;
  margin: 0 auto;
  border: 2px solid #2F3942 !important;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .row input:not([type='checkbox']),
  #header .newSearch .searchForm .row input:not([type='radio']) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#header .newSearch .searchForm .searchResults {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 200ms linear;
  background-color: #F4F7F9;
  height: 100%;
  max-height: 850px;
  padding: var(--searchResultsPadding);
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .searchResults {
    font-size: 1.1428571428571428rem;
  }
}
#header .newSearch .searchForm .searchResults.searchResultsVisible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 200ms linear;
}
#header .newSearch .searchForm .searchResults__inner {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 730px) {
  #header .newSearch .searchForm .searchResults__inner {
    gap: 32px;
    flex-wrap: wrap;
  }
}
#header .newSearch .searchForm .searchResults__inner:before,
#header .newSearch .searchForm .searchResults__inner:after {
  display: none;
}
#header .newSearch .searchForm .searchResults__inner--other {
  width: 100%;
  max-width: 321px;
  flex: 1 1 auto;
  order: 1;
}
#header .newSearch .searchForm .searchResults__inner--other .items {
  margin-bottom: 30px;
}
@media all and (max-width: 1120px) {
  #header .newSearch .searchForm .searchResults__inner--other {
    max-width: 160px;
  }
}
@media all and (max-width: 730px) {
  #header .newSearch .searchForm .searchResults__inner--other {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
}
#header .newSearch .searchForm .searchResults__inner--products {
  flex: 1 1 auto;
  order: 2;
}
@media all and (max-width: 730px) {
  #header .newSearch .searchForm .searchResults__inner--products {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
#header .newSearch .searchForm .searchResults .searchingText {
  position: relative;
}
#header .newSearch .searchForm .searchResults .searchingText i {
  position: absolute;
  right: 0;
  top: 4px;
}
#header .newSearch .searchForm .searchResults .innerScroller {
  height: 100%;
  overflow-y: auto;
}
#header .newSearch .searchForm .searchResults .categoryResults {
  float: none;
  clear: both;
  width: 100%;
}
#header .newSearch .searchForm .searchResults .categoryResults li a {
  text-align: left;
}
#header .newSearch .searchForm .searchResults .productsResults {
  float: none;
  clear: both;
  width: 100%;
}
#header .newSearch .searchForm .searchResults .productsResults ul {
  margin-bottom: 16px;
}
#header .newSearch .searchForm .searchResults .productsResults ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a {
  text-align: left;
  transition: color 200ms linear;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a .productName {
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1.2142857142857142rem;
}
@media all and (max-width: 640px) {
  #header .newSearch .searchForm .searchResults .productsResults ul li a .productName {
    font-size: 1.2142857142857142rem;
  }
}
#header .newSearch .searchForm .searchResults .productsResults ul li a .productPrice {
  font-size: 1.1428571428571428rem;
  font-weight: 700;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a .imageWrap {
  position: relative;
  flex: 0 0 132px;
  width: 132px;
  height: 97px;
  background-color: #fff;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a .imageWrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 101px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a .productInfo {
  flex: 1 1 100%;
  padding: 10px 25px;
}
#header .newSearch .searchForm .searchResults .productsResults ul li a:hover {
  transition: color 200ms linear;
}
#header .newSearch .searchForm .searchResults h4 {
  color: #379FE7;
}
#header .newSearch .searchForm .searchResults ul {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 0;
}
#header .newSearch .searchForm .searchResults ul li {
  float: none;
  clear: both;
  width: 100%;
  height: auto;
  background: none;
}
#header .newSearch .searchForm .searchResults ul li a {
  line-height: 34px;
  color: #2F3942;
  text-decoration: none;
  transition: color 200ms linear;
}
#header .newSearch .searchForm .searchResults ul li a:hover {
  color: #F95750;
  transition: color 200ms linear;
}
#header .newSearch .searchForm .searchResults .searching {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileSearchWrap {
  display: none;
}
@media all and (max-width: 1120px) {
  .mobileSearchWrap {
    float: none;
    clear: both;
    width: 100%;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #379FE7;
    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: 1.2857142857142858rem;
    line-height: 24px;
    height: 43px;
    padding: 13px 17px;
    transition: all 200ms linear;
    background: #FFFFFF;
    letter-spacing: normal;
    border: 1.5px solid !important;
    border-color: #2F3942 !important;
  }
  .mobileSearchWrap .searchForm .row input:not([type='checkbox']):focus,
  .mobileSearchWrap .searchForm .row input:not([type='radio']):focus {
    border-color: #2F3942 !important;
    background-color: #fcfcfc;
    transition: all 200ms linear;
  }
  .mobileSearchWrap .searchForm .row button {
    width: 51px;
    height: 43px;
    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;
  }
}
/*
 * 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: #E8F6FF;
}
@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: #E8F6FF;
  color: #2F3942;
}
.titleWrap.darkBg .innerText .titleContent {
  color: #2F3942;
}
.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 {
  margin: 16px 0 0 0 !important;
  margin-bottom: -26px !important;
  max-width: 100%;
  font-size: 1.1428571428571428rem;
  line-height: 24px;
  color: #2F3942;
}
.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: #379FE7;
}
.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 {
  margin: 0 24px 0 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:last-of-type {
  margin-right: 0;
}
/*
* News / Blog Styles
*/
.newsPageWrapper {
  padding: 96px 0 113px;
}
.blogGrid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px -32px -16px;
}
.recommendedArticles .blogGrid {
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.blogGrid__item {
  width: 33.333333%;
  padding: 0 16px;
  margin: 0 0 32px;
}
@media all and (max-width: 1000px) {
  .blogGrid__item {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .blogGrid__item {
    width: 100%;
  }
}
.recommendedArticles .blogGrid__item {
  margin-bottom: 0;
}
.blogGrid .splide__slide {
  min-width: 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 {
  width: 48px;
  height: 48px;
  background: #379FE7;
}
.blogGrid .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
@media all and (max-width: 1400px) {
  .blogGrid .splide__arrows .splide__arrow.splide__arrow--next {
    right: 0;
  }
}
.blogGrid .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
@media all and (max-width: 1400px) {
  .blogGrid .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}
.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 svg path,
.blogGrid .splide__arrows .splide__arrow:active svg path,
.blogGrid .splide__arrows .splide__arrow:focus-visible svg path {
  fill: #fff;
}
.blogGrid .splide__arrows .splide__arrow svg {
  width: 24px;
  height: 24px;
}
.blogGrid .splide__arrows .splide__arrow svg path {
  fill: #fff;
}
.blogGrid:before,
.blogGrid:after {
  display: none;
}
.blogGrid .innerGridItem {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #F4F7F9;
  border-radius: 37px;
  color: #2F3942;
  height: 100%;
  text-align: left !important;
  border: none;
  position: relative;
  overflow: hidden;
}
.blogGrid .innerGridItem:hover .cardImage .imageWrap img,
.blogGrid .innerGridItem:active .cardImage .imageWrap img,
.blogGrid .innerGridItem:focus .cardImage .imageWrap img {
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 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: #dae4eb;
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
}
.blogGrid .innerGridItem .cardImage .imageWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: auto;
  transition: transform 300ms;
}
.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: 42px 37px;
  background: #F4F7F9;
  position: relative;
  color: #2F3942;
}
@media all and (max-width: 640px) {
  .blogGrid .innerGridItem .cardHeader {
    padding: 32px;
  }
}
.blogGrid .innerGridItem .cardHeader .date {
  text-align: inherit !important;
  font-size: 1.2857142857142858rem;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 13px;
}
.blogGrid .innerGridItem .cardHeader .title {
  font-size: 1.7142857142857142rem;
  line-height: 1.2em;
  font-weight: 600;
  position: relative;
  text-align: inherit !important;
  margin: 0;
  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: 0 0 94px;
  background: #fff;
}
@media all and (max-width: 1200px) {
  .blogWrapper {
    padding: 0 0 80px;
  }
}
.blogWrapper__filter {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 12px;
}
.blogWrapper__filter--wrap {
  width: 100%;
  max-width: 286px;
}
.blogWrapper__filter--wrap select {
  width: 100%;
  opacity: 0;
}
@media all and (max-width: 640px) {
  .blogWrapper__filter--wrap select {
    opacity: 1;
  }
}
.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: 32px 0 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: 21px 0 0;
  position: relative;
  background: #fff;
}
.blogArticleWrapper:before {
  display: none;
}
.blogArticleWrapper + .recommendedArticlesWrap {
  padding-top: 40px;
}
.blogArticleWrapper .wrapper {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.blogArticleWrapper .articleTitleBanner {
  text-align: center;
  padding: 0 0 64px;
  color: #379FE7;
}
.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: 63px 0;
  margin: 0 auto;
  max-width: 100%;
}
@media all and (max-width: 1120px) {
  .blogArticleWrapper .articleContent .blogContentContain {
    padding: 40px 0;
  }
}
.blogArticleWrapper .articleContent .wysiwyg a {
  color: #2F3942;
  text-decoration: underline;
}
.blogArticleWrapper .articleContent .wysiwyg a:hover,
.blogArticleWrapper .articleContent .wysiwyg a:active,
.blogArticleWrapper .articleContent .wysiwyg a:focus-visible {
  color: #2F3942;
  text-decoration: none;
}
.blogCtaLink {
  padding: 10px 0 0;
}
.blogCtaLink .button {
  margin: 0;
}
/*
* Recommended articles
*/
.recommendedArticlesWrap {
  background: #fff;
  padding: 56px 0 77px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 1120px) {
  .recommendedArticlesWrap {
    padding: 40px 0 56px;
  }
}
.recommendedArticlesWrap > .wrapper {
  max-width: 1245px;
}
.recommendedArticlesWrap .introBlock {
  margin-bottom: 49px;
}
@media all and (max-width: 1120px) {
  .recommendedArticlesWrap .introBlock {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 640px) {
  .recommendedArticlesWrap .introBlock .introTitle {
    font-size: 2.142857142857143rem;
    line-height: 1.2em;
    margin: 0 0 8px;
  }
}
@media all and (max-width: 640px) {
  .recommendedArticlesWrap .introBlock .introContentWrap {
    font-size: 1.1428571428571428rem;
    line-height: 1.2em;
    margin: 0;
  }
}
.recommendedArticlesWrap .recommendedArticles__buttonWrap {
  padding: 49px 0 0;
  display: flex;
  justify-content: center;
}
.recommendedArticlesWrap .recommendedArticles__buttonWrap .button {
  margin: 0;
}
.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: #F4F7F9;
  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: 32px 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: 32px 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 32px;
  }
}
.onlineDoctorCategories.darkOffsetTop:before,
.gridCards.darkOffsetTop:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 48px;
  width: 100%;
  display: block;
  background: #F4F7F9;
}
@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: #2F3942;
  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(55, 159, 231, 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: #e7eef2;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories {
    background: #e7eef2;
  }
}
.onlineDoctorCategories.lightBg {
  background: #fff;
}
.onlineDoctorCategories.lightBg .innerGridItem {
  background: #fff;
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.lightBg .innerGridItem {
    background: #fff;
  }
}
.onlineDoctorCategories.subCategories {
  background: #F4F7F9;
  padding: 80px 0 220px;
}
@media all and (max-width: 1120px) {
  .onlineDoctorCategories.subCategories {
    padding: 80px 0;
  }
}
@media all and (max-width: 640px) {
  .onlineDoctorCategories.subCategories {
    padding: 24px 0 24px;
    background: #F4F7F9;
  }
}
.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: 20px;
  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: #F4F7F9;
  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: #F4F7F9;
    border: 1px solid #FAFAFA;
    position: relative;
    min-height: 0;
    display: flex;
    padding: 16px;
  }
}
.onlineDoctorCategories .innerGridItem:hover {
  background: #F4F7F9;
  border-color: #F4F7F9;
  transition: background 400ms linear, border-color 400ms linear;
}
.onlineDoctorCategories .innerGridItem:hover button {
  background: #F95750;
  border-color: #F95750;
  color: #fff;
}
.onlineDoctorCategories .innerGridItem:active,
.onlineDoctorCategories .innerGridItem:focus {
  background: #e7edf2;
  border-color: #e7edf2;
  transition: background 400ms linear, border-color 400ms linear;
}
.onlineDoctorCategories .innerGridItem:active button,
.onlineDoctorCategories .innerGridItem:focus button {
  background: #f8443c;
  border-color: #f8443c;
  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: #2F3942;
  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;
}
.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;
  }
}
.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: #379FE7;
}
.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: #379FE7;
}
.categoryContentBox .innerCategoryFaqs .faqs li h4:hover .faqIcon,
.categoryContentBox .innerCategoryFaqs .faqs li h4:active .faqIcon,
.categoryContentBox .innerCategoryFaqs .faqs li h4:focus-visible .faqIcon {
  color: #379FE7;
}
.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: #379FE7;
}
.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;
  }
}
/*
* 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: #379FE7;
  display: flex;
  justify-content: flex-start;
  width: 24px;
}
.memberRegister .buttonAlt,
.memberRegister .button {
  margin-top: 16px;
}
.registerMember h3 {
  color: #2F3942;
  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: #2F3942;
  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: #2F3942 !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 #C7C7C7;
    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: #2F3942;
}
.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: #2F3942;
  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: 'Roboto', '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: 100px;
  border: 2px solid #379FE7;
  background: #379FE7;
  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: #379FE7;
  background: rgba(55, 159, 231, 0);
  border-color: #379FE7;
  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: #379FE7;
}
.memberLinks .memberLink .buttonContainer span.buttonOutlined:hover,
.memberLinks .memberLink .buttonContainer span.buttonOutlined:focus-visible,
.memberLinks .memberLink .buttonContainer span.buttonOutlined:active {
  background: #379FE7;
  color: #fff;
}
.memberLinks .memberLink .buttonContainer span.buttonSmall {
  font-size: 1rem;
  padding: 4px 14px;
}
.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: #2F3942;
}
.memberLinks .memberLink .buttonContainer span.buttonText:hover,
.memberLinks .memberLink .buttonContainer span.buttonText:active,
.memberLinks .memberLink .buttonContainer span.buttonText:focus-visible {
  background: transparent;
  border: none;
  color: #379FE7;
}
@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 {
  float: none;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.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: #C7C7C7;
}
.registerYourAddress .inputWrap input:read-only:focus {
  border-color: #C7C7C7;
}
.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 #C7C7C7;
  }
  .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: 48px 0 67px;
  background: #F4F7F9;
  position: relative;
  max-width: 500px;
  min-width: 300px;
}
.fixedHeader .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap {
  padding: 48px 0;
}
@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: 24px 0 24px;
  }
}
.membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: #F4F7F9;
}
.membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100vw;
  background: #F4F7F9;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap .memberAreaMenuWrap:after {
    display: block;
  }
}
.membersAreaWrap .membersAreaContentWrap .membersAreaContent {
  flex: 1 1;
  width: 70%;
  flex-basis: 70%;
  padding: 48px 0 67px 84px;
}
@media all and (max-width: 1120px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    width: 100%;
    flex-basis: 100%;
    padding: 48px 0;
  }
}
@media all and (max-width: 640px) {
  .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
    padding: 24px 0 40px;
  }
}
.fixedHeader .membersAreaWrap .membersAreaContentWrap .membersAreaContent {
  padding: 64px 0 67px 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;
  font-weight: normal;
}
@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: #379FE7;
  color: #fff;
  margin: 0 0 40px;
  float: none;
  clear: both;
  border-radius: 20px;
}
.membersAreaWrap .previousOrder .orderBasket {
  margin-bottom: 40px;
  padding: 16px 24px 24px;
  background: #F4F7F9;
  border-radius: 20px;
}
.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 #C7C7C7;
  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: 20px;
  text-align: center;
  background: #fff;
  color: #2F3942;
  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: #F4F7F9;
  padding: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 8px;
}
.membersAreaWrap .sidebarBox .bottomLink {
  color: #F95750;
  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 #C7C7C7;
  transition: border-color 200ms linear;
}
.membersAreaWrap .patientCtaBox:hover,
.membersAreaWrap .healthcareCtaBox:hover,
.membersAreaWrap .nhsCtaBox:hover {
  border-color: #F95750;
  transition: border-color 200ms linear;
}
.membersAreaWrap .patientCtaBox:active,
.membersAreaWrap .healthcareCtaBox:active,
.membersAreaWrap .nhsCtaBox:active {
  border-color: #f7281f;
  transition: border-color 200ms linear;
}
.membersAreaWrap .ordersCtaBox {
  background: #F95750;
  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: #f8443c;
  transition: background 200ms linear;
}
.membersAreaWrap .ordersCtaBox:active {
  background: #f94e46;
  transition: background 200ms linear;
}
.membersAreaWrap .membersWelcome {
  margin: 0 0 56px;
  padding: 0;
}
@media all and (max-width: 1140px) {
  .membersAreaWrap .membersWelcome {
    padding: 0;
    margin: 0 0 48px;
  }
}
@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: #379FE7;
  border-radius: 20px;
  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 .greetingBox .buttonWrapper a:hover,
.membersAreaWrap .membersWelcome .greetingBox .buttonWrapper a:active,
.membersAreaWrap .membersWelcome .greetingBox .buttonWrapper a:focus-visible {
  background: #fff;
  border-color: #fff;
  color: #F95750;
}
.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 #C7C7C7;
  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 #C7C7C7;
  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: #379FE7;
  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: #F95750;
  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: #F95750;
  transition: color 200ms linear;
}
.messageList > li a:active {
  color: #f94e46;
  transition: color 200ms linear;
}
.messageList > li:first-child {
  border-top: 1px solid #C7C7C7;
}
.messageList > li.notRead > a {
  color: #F95750;
}
.messageList > li.notRead > a:hover {
  color: #f8443c;
  transition: color 200ms linear;
}
.messageList > li.notRead > a:hover .unreadCount {
  background: #f8443c;
  transition: background 200ms linear;
}
.messageList > li.notRead > a:active {
  color: #f94e46;
  transition: color 200ms linear;
}
.messageList > li.notRead > a:active .unreadCount {
  background: #f94e46;
  transition: background 200ms linear;
}
.messageList.smallList > li {
  font-size: 1rem;
  line-height: 20px;
}
.chatLogContainer {
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  float: none;
  clear: both;
}
.chatLogContainer h3 {
  color: #379FE7;
  font-size: 24px;
  line-height: 32px;
}
.chatLog {
  float: none;
  clear: both;
}
.chatLog > li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #C7C7C7;
  background: #F4F7F9;
}
.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: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxLeft {
    width: 44px;
    flex: 0 0 44px;
  }
}
.chatLog > li .messageBox .boxLeft i {
  font-size: 2.142857142857143rem;
  line-height: 30px;
}
@media all and (max-width: 640px) {
  .chatLog > li .messageBox .boxLeft i {
    font-size: 2.142857142857143rem;
    line-height: 30px;
  }
}
.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: #F95750;
}
.chatLog > li.admin .messageBox .boxHeader h4 {
  color: #F95750;
}
.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 #C7C7C7;
  border-radius: 20px;
  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: #F4F7F9;
  border-radius: 20px 20px 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 #C7C7C7;
  border-radius: 0 0 20px 20px;
  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 #C7C7C7;
}
.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 #C7C7C7;
  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: #2F3942;
  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: #2F3942;
}
.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 #C7C7C7;
  text-align: center;
  background: #F4F7F9;
  margin-top: -16px;
}
@media all and (max-width: 1120px) {
  .ordersPaymentAction {
    margin-top: 0;
    border-top: 1px solid #C7C7C7;
  }
}
.ordersPaymentAction .buttonWrapper {
  text-align: center;
}
.ordersPaymentAction .buttonWrapper .button,
.ordersPaymentAction .buttonWrapper .buttonAlt {
  margin: 0;
}
.doctorMembersSection {
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #C7C7C7;
  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: 20px;
  overflow: hidden;
  width: 100%;
  display: block;
  border: 1px solid #C7C7C7;
}
.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: #F4F7F9;
  border-bottom: 1px solid #C7C7C7;
  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 .orderFooter {
  padding: 16px;
  border-top: 1px solid #C7C7C7;
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper {
  margin-bottom: -22px;
}
.membersContentWrap .recentOrders .innerorderWrap .orderFooter .buttonWrapper .button {
  margin-bottom: 16px;
  margin-right: 16px;
}
@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 #C7C7C7;
  border-radius: 20px;
  text-align: center;
  transition: all 200ms linear;
  height: 100%;
}
.membersDashboardGrid .dashBoardBox > a:hover,
.membersDashboardGrid .dashBoardBox > a:focus {
  border-color: #379FE7;
  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: #379FE7;
}
@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);
}
.categoryCard {
  padding: 0;
  color: #2F3942;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: none;
  min-height: 267px;
  background: #E8F6FF;
  transition: background 600ms, color 600ms;
  font-size: 1.2857142857142858rem;
  font-weight: 600;
  line-height: 24px;
}
@media all and (max-width: 1000px) {
  .categoryCard {
    min-height: 200px;
  }
}
.categoryCard:hover,
.categoryCard:active,
.categoryCard:focus-visible {
  background: #379FE7;
  color: #fff;
  transition: background 600ms, color 600ms;
}
.categoryCard:hover .categoryCard__buttons .button,
.categoryCard:active .categoryCard__buttons .button,
.categoryCard:focus-visible .categoryCard__buttons .button {
  color: #fff;
  left: 100%;
  transform: translateX(-100%);
  background: #2f3942;
  border-color: #2F3942;
  transition: left 600ms, transform 600ms, color 600ms, background-color 600ms;
}
.parentSections .categoryCard {
  min-height: 200px;
  background: #fff;
}
@media all and (max-width: 1000px) {
  .parentSections .categoryCard {
    min-height: 200px;
  }
}
.parentSections .categoryCard:hover,
.parentSections .categoryCard:active,
.parentSections .categoryCard:focus-visible {
  background: #379FE7;
  color: #fff;
  transition: background 600ms, color 600ms;
}
.parentSections .categoryCard:hover .categoryCard__buttons .button,
.parentSections .categoryCard:active .categoryCard__buttons .button,
.parentSections .categoryCard:focus-visible .categoryCard__buttons .button {
  color: #fff;
  left: 100%;
  transform: translateX(-100%);
  background: #2f3942;
  border-color: #2F3942;
  transition: left 600ms, transform 600ms, color 600ms, background-color 600ms;
}
.categoryCard__text {
  position: relative;
  padding: 32px 44px 32px 24px;
  text-align: left;
  z-index: 3;
  margin-top: 0;
}
.categoryCard__imageBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.categoryCard__imageBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.64);
  display: block;
}
.categoryCard__imageWrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.categoryCard__imageWrap img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.categoryCard__buttons {
  position: relative;
  z-index: 3;
  margin-top: auto;
  width: 100%;
  padding: 24px 24px 24px;
}
.categoryCard__buttons .button {
  color: #2F3942;
  margin: 0;
  left: 0;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0);
  transition: left 600ms, transform 600ms, color 600ms;
  border-color: #2F3942;
}
.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: flex;
  flex-wrap: wrap;
  width: calc(100% + 52px);
  margin: 0 -26px -52px -26px;
  justify-content: center;
}
@media all and (max-width: 1400px) {
  .categoryGrid {
    width: calc(100% + 24px);
    margin: 0 -12px 0 -12px;
  }
}
@media all and (max-width: 640px) {
  .categoryGrid {
    width: calc(100% + 24px);
    margin: 0 -12px 0 -12px;
  }
}
.categoryGrid:before,
.categoryGrid:after {
  display: none;
}
.categoryGrid__item {
  flex: 0 0 20%;
  list-style: none;
  padding: 0 26px;
  margin: 0 0 52px;
}
@media all and (max-width: 1400px) {
  .categoryGrid__item {
    padding: 0 12px;
    margin: 0 0 24px;
  }
}
@media all and (max-width: 1200px) {
  .categoryGrid__item {
    flex: 0 0 25%;
  }
}
@media all and (max-width: 950px) {
  .categoryGrid__item {
    flex: 0 0 33.333333%;
  }
}
@media all and (max-width: 700px) {
  .categoryGrid__item {
    flex: 0 0 50%;
  }
}
@media all and (max-width: 640px) {
  .categoryGrid__item {
    padding: 0 12px;
  }
}
@media all and (max-width: 400px) {
  .categoryGrid__item {
    flex: 0 0 100%;
  }
}
.deliveryTimer {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  color: #fff;
  background: #379FE7;
  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: #379FE7;
  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 {
  padding: 65px 0 52px;
  background: #F4F7F9;
}
@media all and (max-width: 800px) {
  .featuredItemsArea {
    padding: 48px 0;
  }
}
.featuredItemsWrap {
  position: relative;
  float: none;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 80px 0 96px;
  background: #F4F7F9;
}
@media all and (max-width: 640px) {
  .featuredItemsWrap {
    padding: 40px 0 16px;
  }
}
.featuredItemsWrap > .wrapper {
  min-height: 359px;
}
@media all and (max-width: 640px) {
  .featuredItemsWrap > .wrapper {
    min-height: 0;
  }
}
.featuredItemsWrap .introBlock {
  margin: 0 0 24px;
}
@media all and (max-width: 800px) {
  .featuredItemsWrap .introBlock {
    margin: 0 0 32px;
  }
}
.featuredItemsWrap .introBlock .innerIntro {
  align-items: center;
}
.featuredItemsWrap .introBlock .introTitle {
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
}
@media all and (max-width: 640px) {
  .featuredItemsWrap .productCard .productImageSection .productImage .mainImage {
    height: 100%;
    padding-bottom: 0;
  }
}
/*
 * 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%;
}
.homePopularProducts .introBlock .introTitle {
  font-size: 2rem;
}
.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: #379FE7;
}
.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: #F95750;
}
.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;
}
.categorySlideshow {
  overflow: hidden;
  padding: 50px 0 64px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1380px) {
  .categorySlideshow {
    justify-content: flex-start;
  }
}
@media all and (max-width: 640px) {
  .categorySlideshow .introBlock .introTitle {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    width: 100%;
    text-align: left;
  }
}
@media all and (max-width: 640px) {
  .categorySlideshow .introBlock .introTitle .iconWrapper {
    max-width: 29px;
  }
}
@media all and (max-width: 640px) {
  .categorySlideshow .introBlock .introTitle .innerTitle {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 40px);
  }
}
.categorySlideshow__listContain {
  width: 100%;
}
@media all and (max-width: 1380px) {
  .categorySlideshow__listContain {
    max-width: 95%;
  }
}
@media all and (max-width: 400px) {
  .categorySlideshow__listContain {
    max-width: 80%;
  }
}
.categorySlideshow__list {
  display: flex;
  width: calc(100% + 25px);
  margin: 0 -12.5px;
}
@media all and (max-width: 900px) {
  .categorySlideshow__list {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }
}
.categorySlideshow .splide__track {
  display: flex;
  width: 100%;
  overflow: visible;
}
.categorySlideshow .splide__list {
  display: flex;
  width: 100%;
}
.categorySlideshow__slide,
.categorySlideshow .splide__slide {
  padding: 0 12.5px;
  flex: 0 0 20%;
  width: 20%;
}
@media all and (max-width: 1150px) {
  .categorySlideshow__slide,
  .categorySlideshow .splide__slide {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media all and (max-width: 900px) {
  .categorySlideshow__slide,
  .categorySlideshow .splide__slide {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    padding: 0 8px;
  }
}
@media all and (max-width: 640px) {
  .categorySlideshow__slide,
  .categorySlideshow .splide__slide {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media all and (max-width: 400px) {
  .categorySlideshow__slide,
  .categorySlideshow .splide__slide {
    flex: 0 0 100%;
    width: 100%;
  }
}
.categorySlideshow__item {
  height: 100%;
}
.categorySlideshow__item .categoryCard {
  height: 100%;
}
/**
 * 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: #379FE7;
  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: #1a8cdb;
  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: #2F3942;
}
.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: -17.5px;
}
.heroSlider__innerSlide {
  display: flex;
  width: 100%;
}
.heroSlider__innerContent {
  max-width: 525px;
  width: 100%;
  margin-left: auto;
}
@media all and (max-width: 900px) {
  .heroSlider__innerContent {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.heroSlider__contentWrap {
  padding: 40px 110px 40px 82px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1 1 100%;
  background: #F4F7F9;
  min-height: 496px;
}
@media all and (max-width: 1200px) {
  .heroSlider__contentWrap {
    padding: 40px 32px;
  }
}
@media all and (max-width: 900px) {
  .heroSlider__contentWrap {
    padding: 80px;
    justify-content: center;
    text-align: center;
    min-height: 400px;
  }
}
@media all and (max-width: 640px) {
  .heroSlider__contentWrap {
    padding: 40px;
  }
}
.heroSlider__contentWrap .wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 !important;
}
@media all and (max-width: 900px) {
  .heroSlider__contentWrap .wrapper {
    justify-content: center;
  }
}
.heroSlider__imageWrap {
  flex: 0 0 50%;
  background: #fff;
  padding-bottom: 20%;
  position: relative;
}
@media all and (max-width: 900px) {
  .heroSlider__imageWrap {
    display: none;
  }
}
.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;
}
.reviewsSlider {
  padding: 48px 0;
  background: #fff;
}
@media all and (max-width: 640px) {
  .reviewsSlider {
    padding: 24px 0;
  }
}
.reviewsSlider .introBlock {
  margin-bottom: 32px;
}
@media all and (max-width: 980px) {
  .reviewsSlider .introBlock {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 640px) {
  .reviewsSlider .introBlock {
    margin-bottom: 16px;
  }
}
@media all and (max-width: 640px) {
  .reviewsSlider .introBlock .innerTitle {
    font-size: 1.7142857142857142rem;
  }
}
.staticTestimonials {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
@media all and (max-width: 640px) {
  .staticTestimonials {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }
}
.staticTestimonials .staticTestimonial {
  flex: 1;
  background: #F4F7F9;
  border-radius: 20px;
  padding: 64px;
}
@media all and (max-width: 640px) {
  .staticTestimonials .staticTestimonial {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.staticTestimonials .staticTestimonial__author,
.staticTestimonials .staticTestimonial__content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 27px;
  color: #2F3942;
  padding: 0 0 28px;
}
.staticTestimonials .staticTestimonial__author:last-child,
.staticTestimonials .staticTestimonial__content:last-child {
  padding-bottom: 0;
}
.staticTestimonials .staticTestimonial__authorName,
.staticTestimonials .staticTestimonial__contentName {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: normal;
  text-transform: none;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  color: #2F3942;
}
.staticTestimonials .staticTestimonial__authorRating,
.staticTestimonials .staticTestimonial__contentRating {
  color: #379FE7;
  font-weight: 800;
}
#reviewsio-carousel-widget {
  padding: 0 30px;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget__header {
  margin-bottom: 24px;
}
@media all and (max-width: 900px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget__header {
    margin-bottom: 40px;
  }
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget__header .R-RatingStars__stars {
  background: #E3F3E4;
  padding: 12.5px 18px 11.5px;
  border-radius: 100px;
  display: inline-block;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget__header .R-RatingStars__stars .stars__icon {
  --medium-star-size: 24px;
  --override-header-star-color: #2F3942;
  --override-header-star-disabled-color: rgba(47, 57, 66, 0.25);
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget--topHeader .R-ReviewsList {
  width: calc(100% + 300px);
  margin: 0 -150px;
}
@media all and (max-width: 1052px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget--topHeader .R-ReviewsList {
    margin: 0 -30px;
    width: calc(100% + 72px);
  }
}
@media all and (max-width: 1052px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget--topHeader .R-ReviewsList__item .item__inner {
    margin: 0 30px;
  }
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .cssVar-header__heading {
  font-size: 1.3571428571428572rem;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList {
  padding-top: 24px;
}
@media all and (max-width: 900px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList {
    padding-top: 32px;
  }
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner {
  padding-top: 56px;
  padding-bottom: 44px;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner .R-flex-row {
  display: none;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div:first-child {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center !important;
  padding-top: 39px;
  margin-top: auto;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div.R-BadgeElement {
  order: 3;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div:last-child {
  order: 1;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div .R-TextHeading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  text-align: inherit !important;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div .R-TextHeading > div {
  text-align: inherit;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item .item__inner > div > div .R-TextStars {
  width: 100%;
  text-align: inherit !important;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item--body {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 27px;
  text-align: center !important;
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item--body:before {
  content: "“";
}
#reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__item--body:after {
  content: "”";
}
@media all and (max-width: 900px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__controlButton {
    left: auto;
    right: auto;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 900px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__controlButton--left {
    left: 50%;
    margin-left: -32px;
  }
}
@media all and (max-width: 900px) {
  #reviewsio-carousel-widget .CarouselWidget-prefix .CarouselWidget .R-ReviewsList__controlButton--right {
    right: 50%;
    margin-right: -72px;
  }
}
#reviewsio-carousel-widget .CarouselWidget-prefix .u-textRight--all {
  text-align: center !important;
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-RatingStars {
  margin: 0 !important;
  width: 100%;
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-RatingStars__stars {
  font-size: 1.7857142857142858rem !important;
  background: #E3F3E4;
  padding: 12.5px 18px 11.5px;
  border-radius: 100px;
  display: inline-block;
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-RatingStars__stars .stars__icon {
  --medium-star-size: 24px;
  --override-header-star-color: #2F3942;
  --override-header-star-disabled-color: rgba(47, 57, 66, 0.25);
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-TextBody {
  margin: 6px 0 0;
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-TextBody:after {
  content: "on Reviews.io";
  display: inline-block;
  text-transform: none;
}
.reviewsBadge .RatingBarWidget-prefix .R-XSM.RatingBarWidget .R-TextBody > span:last-child {
  display: inline-block;
  margin-right: 4px;
}
.testimonialsBanner {
  float: none;
  clear: both;
  position: relative;
  padding: 40px 0;
  background: #F4F7F9;
}
.testimonialsBanner .innerTestimonial {
  margin: 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 640px) {
  .testimonialsBanner .innerTestimonial {
    margin: 0;
  }
}
.testimonialsBanner .innerTestimonial .testimonialContent {
  background: #379FE7;
  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;
}
ul.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  bottom: -5px;
  width: auto;
  margin: 0 auto !important;
  border-radius: 50px;
  padding: 0 9px;
  background: #fff;
  filter: drop-shadow(0px 2px 5px rgba(55, 66, 75, 0.15));
}
.splideWhiteButtons ul.splide__pagination {
  background: #2F3942;
}
ul.splide__pagination:before,
ul.splide__pagination:after {
  display: none;
}
ul.splide__pagination li {
  flex: 0 0 auto;
}
ul.splide__pagination .splide__pagination__page {
  width: 24px;
  height: 35px;
  border-radius: 0;
  background: transparent !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  transition: none;
  opacity: 1;
  margin: 0;
}
ul.splide__pagination .splide__pagination__page:before {
  content: "";
  width: 17px;
  height: 17px;
  border: none;
  background: rgba(47, 57, 66, 0.2);
  display: block;
  border-radius: 50%;
  transition: background 200ms;
}
.splideWhiteButtons ul.splide__pagination .splide__pagination__page:before {
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
ul.splide__pagination .splide__pagination__page.is-active {
  transform: none;
  transition: none;
  opacity: 1;
}
ul.splide__pagination .splide__pagination__page.is-active:before {
  background: #2f3942;
  transition: background 200ms;
}
.splideWhiteButtons ul.splide__pagination .splide__pagination__page.is-active:before {
  background: #ffffff;
}
ul.splide__pagination .splide__pagination__page.is-active:hover:before,
ul.splide__pagination .splide__pagination__page.is-active:active:before,
ul.splide__pagination .splide__pagination__page.is-active:focus-visible:before {
  background: #2f3942;
  transition: background 200ms;
}
.splideWhiteButtons ul.splide__pagination .splide__pagination__page.is-active:hover:before,
.splideWhiteButtons ul.splide__pagination .splide__pagination__page.is-active:active:before,
.splideWhiteButtons ul.splide__pagination .splide__pagination__page.is-active:focus-visible:before {
  background: #ffffff;
}
ul.splide__pagination .splide__pagination__page:hover:before,
ul.splide__pagination .splide__pagination__page:active:before,
ul.splide__pagination .splide__pagination__page:focus-visible:before {
  background: rgba(47, 57, 66, 0.8);
  transition: background 200ms;
}
.splideWhiteButtons ul.splide__pagination .splide__pagination__page:hover:before,
.splideWhiteButtons ul.splide__pagination .splide__pagination__page:active:before,
.splideWhiteButtons ul.splide__pagination .splide__pagination__page:focus-visible:before {
  background: rgba(255, 255, 255, 0.8);
}

