@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #2f2f2b;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #003765;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #0077ad; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2b;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #a2a2a2;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #d7d7d7;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  color: #2f2f2b;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #545454;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #d7d7d7;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f4f0ed; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #d7d7d7; }

.table-tfoot {
  border: 1px solid #d7d7d7; }

.table-tbody tr {
  border-bottom: 1px solid #d7d7d7; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #003765;
  color: white;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #0077ad;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #0077ad;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #003765;
  border-color: #003765;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #0077ad;
    border-color: #0077ad;
    color: white; }
  .button--primary:active {
    background-color: #0077ad;
    border: 1px solid #0077ad;
    color: white; }

.button[disabled] {
  background-color: #757575;
  border-color: #757575;
  color: #e5e5e5;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #003765; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #d7d7d7;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #2f2f2b;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #a2a2a2;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #2f2f2b;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: #e5e5e5;
    color: #757575;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: white;
    border-color: #d7d7d7;
    color: #999999;
    cursor: text; }
  .form-input:focus {
    border-color: #9f9f9f;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #757575; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #757575; }
  .form-input:-ms-input-placeholder {
    color: #757575; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  color: #2f2f2b;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #9f9f9f; }
  .form-select:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #9f9f9f; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 2px rgba(47, 47, 43, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #999999;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: #e5e5e5; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(47, 47, 43, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(47, 47, 43, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #d7d7d7;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #003765;
    box-shadow: 0 0 4px rgba(0, 55, 101, 0.4); }

.switch-toggle {
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f9b232;
    border-color: #f9b232; }
  .switch--checked .switch-toggle {
    background-color: #01a74f;
    border-color: #01a74f; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #757575;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #999999; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #999999; }

.switch-description--off {
  color: white;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #999999; }

.switch-description--on {
  color: #999999;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: white; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #d7d7d7;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #01a74f; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #01a74f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #01a74f; }

.form-field--success .form-input-indicator > svg {
  fill: #01a74f; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #e74c3c; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #e74c3c; }

.form-field--error .form-input-indicator > svg {
  fill: #e74c3c; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f9b232; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f9b232; }

.form-field--warning .form-input-indicator > svg {
  fill: #f9b232; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #f4f0ed;
  margin: 0;
  padding: 1.5rem 2rem 0; }

.panel-title {
  line-height: 1.5;
  margin: 0; }

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f4f0ed; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #a2a2a2;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #a2a2a2; }
  .breadcrumb.current {
    color: #a2a2a2;
    cursor: default; }
    .breadcrumb.current a {
      color: #a2a2a2;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #757575; }
    .breadcrumb.unavailable a {
      color: #757575; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #757575;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #a2a2a2;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #0077ad;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #a2a2a2;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #757575;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #d7d7d7;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #a2a2a2;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #2f2f2b; }

.tab.is-active .tab-title {
  color: #2f2f2b;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: white;
  font-size: 15px;
  padding: 0.78571rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #003765;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #a2a2a2;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #a2a2a2;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #003765; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #003765;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #e5e5e5; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: white;
  border-color: white;
  color: #e5e5e5; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #01a74f;
  border-color: #01a74f;
  color: white; }
  .alertBox--success svg {
    fill: #01a74f; }

.alertBox--warning {
  background-color: #f9b232;
  border-color: #f9b232;
  color: white; }
  .alertBox--warning svg {
    fill: #f9b232; }

.alertBox--error {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: white; }
  .alertBox--error svg {
    fill: #e74c3c; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.14286rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #d7d7d7; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #d7d7d7 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(47, 47, 43, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #d7d7d7 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: white; }
  .accordion-navigation > a {
    background: white;
    color: #2f2f2b;
    padding: 1.85714rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f4f0ed; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #d7d7d7 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #01a74f; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #e74c3c; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f9b232; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: white;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #d7d7d7;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #d7d7d7;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #d7d7d7;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #999999;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: #0077ad #0077ad #191919 #191919;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #d7d7d7;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #a2a2a2; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1f1f1f; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #1f1f1f; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #a2a2a2; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #999999;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #003765;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid #d7d7d7;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #999999;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #999999; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #003765; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #0077ad; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: #e5e5e5 !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #2f2f2b;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #2f2f2b;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #d7d7d7;
    color: #2f2f2b; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #2f2f2b; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #003765;
    color: white;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #0077ad;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #0077ad;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #003765;
    border-color: #003765;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #0077ad;
    border-color: #0077ad;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #0077ad;
    border-color: #0077ad;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #003765;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #0077ad;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #0077ad;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.synlab-error-toast .swal2-popup {
  background-color: #e74c3c !important; }
  .synlab-error-toast .swal2-popup .swal2-title {
    color: white; }

.synlab-success-green-toast .swal2-popup {
  background-color: #01a74f !important; }
  .synlab-success-green-toast .swal2-popup .swal2-title {
    color: white; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }
  body.overflow {
    height: 100vh;
    overflow: hidden; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #757575;
  margin-top: 0.78571rem; }

[data-sub-layout-container], [data-sub-layout] {
  z-index: unset !important; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.28571rem;
  color: #003765; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #a2a2a2;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(153, 153, 153, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #a2a2a2;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #d7d7d7; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #d7d7d7;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #d7d7d7;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #d7d7d7; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 24px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #545454;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #0077ad; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: #e5e5e5 !important;
  border-radius: 4px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #2f2f2b;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #003765;
      border-color: #003765;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #0077ad;
      border-color: #0077ad;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #0077ad;
      border-color: #0077ad;
      color: white; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.breadcrumbs-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  width: 100%; }
  .breadcrumbs-v2__icon {
    width: 14px;
    height: 14px;
    margin-right: 8px; }
  .breadcrumbs-v2__link {
    color: #003765;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
  background: none !important; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list.hidden {
    display: none; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #0077ad; }
  .pagination-item.pagination-item--current {
    margin: 0 0.35714rem 0 0.78571rem; }
    .pagination-item.pagination-item--current a, .pagination-item.pagination-item--current button {
      color: #0077ad;
      font-weight: bold; }
  .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
    fill: #0077ad; }
  .pagination-item.pagination-item--previous.pagination-item--current a .icon > svg, .pagination-item.pagination-item--next.pagination-item--current a .icon > svg {
    fill: #809bb2; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem !important;
  margin-top: -0.14286rem;
  width: 1.42857rem !important; }

.pagination-item--previous .icon {
  margin-left: -0.85714rem; }

.pagination-item--next .icon {
  margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #a2a2a2;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #2f2f2b; }

.tab {
  border-top: 1px solid #d7d7d7;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #d7d7d7;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #757575; }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #a2a2a2;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #0077ad; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  color: white; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  color: #e5e5e5; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.alertBox--warning {
  background-color: #fef0d6;
  color: #ee7400 !important;
  border: none;
  border-radius: 24px !important;
  margin-left: 40px;
  margin-right: 40px; }
  .alertBox--warning svg {
    fill: #ee7400 !important; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(231, 76, 60, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(1, 167, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #757575;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

.incrementTotal {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #003765;
  margin-bottom: 0; }

.form-increment {
  display: flex;
  justify-content: center;
  align-items: center; }
  .form-increment .button {
    margin: 5px;
    padding: 0.35714rem 0.35714rem;
    background-color: #F2F8FB;
    color: #0077AD;
    border-radius: 50%;
    border: none; }
    .form-increment .button i {
      font-size: 18.3px;
      width: 40px;
      height: 40px;
      background: #D9EBF3;
      border-radius: 40px;
      justify-content: center;
      align-items: center;
      display: flex;
      padding: 8px; }
    .form-increment .button i:hover {
      background: #0077AD; }
      .form-increment .button i:hover svg {
        fill: #FFFFFF; }
        .form-increment .button i:hover svg line {
          stroke: #FFFFFF; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 30px !important;
  border: 0px !important;
  color: #003765; }

.form-option {
  border: 1px solid #d7d7d7;
  color: #2f2f2b;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #9f9f9f; }
  .form-radio:checked + .form-option {
    border-color: #2f2f2b;
    box-shadow: 0 0 0 1px #2f2f2b; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 500px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #2f2f2b;
    text-decoration: none; }
    .card-title > a:hover {
      color: #003765; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid #d7d7d7;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: #555555;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #003765; }
    .card--alternate:hover .card-body {
      background-color: #003765; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #999999;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(47, 47, 43, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #e5e5e5; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f4f0ed;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #003765; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #2f2f2b; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #999999; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #a2a2a2;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #a2a2a2;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #0077ad; }

.pages-navigation {
  display: flex;
  flex-wrap: wrap; }
  .pages-navigation .page-box {
    font-family: arial;
    font-size: 24px;
    margin: 25px;
    width: 330px;
    height: 200px;
    background-color: #e5e5e5;
    outline: solid 1px black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .pages-navigation .page-action {
    text-decoration: none;
    color: #a2a2a2; }
    .pages-navigation .page-action :hover {
      background-color: #666666;
      color: #0077ad; }
    .pages-navigation .page-action :active {
      color: #0077ad; }

.loadingOverlay {
  background-color: rgba(68, 68, 68, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #9f9f9f; }

.actionBar-section .form-label {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #003765;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #cccccc;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid white;
    box-shadow: 0 1px 2px rgba(47, 47, 43, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #363633;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #003765; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #003765;
      stroke: #003765; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #363633;
    stroke: #363633;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 0.92857rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #d7d7d7;
  color: #a2a2a2;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #363633; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #003765; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #363633;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: rgba(0, 0, 255, 0);
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #003765;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #666666;
  color: #cccccc; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #d7d7d7;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      display: block;
      height: auto;
      position: relative;
      border: 2px solid lightgray; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #d7d7d7;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #d7d7d7;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #2f2f2b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #003765;
          stroke: #003765; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #003765; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #003765;
      stroke: #003765; }
  .navPages-action svg {
    fill: #2f2f2b;
    stroke: #2f2f2b;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #a2a2a2; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #d7d7d7;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #d7d7d7; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #d7d7d7; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

#synlab-menu {
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 16px;
  background-color: #003765; }
  #synlab-menu .container > a {
    text-decoration: none;
    font-size: 20px;
    margin-top: 19px; }
    #synlab-menu .container > a:nth-of-type(1) svg {
      width: 18px;
      height: 18px; }
    #synlab-menu .container > a:nth-of-type(2) svg {
      width: 24px;
      height: 24px; }
    #synlab-menu .container > a svg path {
      stroke-width: 0;
      fill: white; }
    #synlab-menu .container > a:hover span:not(.countPill) {
      color: green;
      background-color: #4d7393; }
      #synlab-menu .container > a:hover span:not(.countPill) svg path {
        fill: #f9b232; }
    #synlab-menu .container > a > i {
      padding: 8px;
      border: 1px solid #4d7393;
      border-radius: 20px;
      font-weight: 600; }
    #synlab-menu .container > a > span.navUser-item-cartLabel {
      padding: 13px;
      border: 1px solid #4d7393;
      border-radius: 50%;
      font-weight: 600; }
    #synlab-menu .container > a:nth-of-type(2) > span.navUser-item-cartLabel {
      padding: 10px; }
  #synlab-menu .container > ul.menu {
    margin: 26px 0px;
    list-style: none; }
    #synlab-menu .container > ul.menu > li {
      display: inline-block; }
      #synlab-menu .container > ul.menu > li:not(:last-of-type) {
        margin-right: 32px; }
      #synlab-menu .container > ul.menu > li > a {
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px; }
        #synlab-menu .container > ul.menu > li > a.find-a-test {
          padding: 8px 15px;
          font-size: 14px;
          font-weight: normal; }
        #synlab-menu .container > ul.menu > li > a.active {
          border-bottom: 4px solid #f9b232;
          color: #f9b232;
          padding-bottom: 24px;
          box-shadow: 100px 0px 0px #003765;
          background-color: #003765; }
        #synlab-menu .container > ul.menu > li > a:hover {
          color: #f9b232; }
  #synlab-menu .previewCart {
    width: 300px;
    display: block; }
  #synlab-menu .navUser-action {
    position: relative;
    margin-right: 15px; }
    #synlab-menu .navUser-action .cart-quantity {
      position: absolute;
      right: -5px;
      top: -2px;
      left: initial !important;
      color: #003765;
      background-color: #f9b232; }
    #synlab-menu .navUser-action .cart-quantity:after {
      display: none; }
  #synlab-menu .dropdown-menu.is-open {
    max-width: 300px; }
  #synlab-menu .nav-dropdown {
    position: absolute;
    width: 100%;
    min-height: 400px;
    border-top: 1px solid #cccccc;
    background-color: white;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear; }
    #synlab-menu .nav-dropdown > .container::after {
      clear: both;
      display: block;
      content: ""; }
    #synlab-menu .nav-dropdown .menu-box {
      float: left;
      height: 100%;
      position: relative; }
    #synlab-menu .nav-dropdown .box-1 {
      width: 50%;
      padding-left: 15px; }
      #synlab-menu .nav-dropdown .box-1 > div {
        float: left;
        width: 50%; }
      #synlab-menu .nav-dropdown .box-1 .box1-title {
        width: 80%;
        margin-top: 50px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        color: #003765;
        font-weight: bold;
        font-size: 20px; }
      #synlab-menu .nav-dropdown .box-1 ul {
        margin-left: 0px;
        list-style: none; }
        #synlab-menu .nav-dropdown .box-1 ul li {
          margin-bottom: 15px;
          margin-left: -16px; }
          #synlab-menu .nav-dropdown .box-1 ul li a {
            text-decoration: none;
            font-weight: 600;
            font-size: 14px !important;
            text-transform: uppercase;
            color: #003765 !important;
            padding: 4px 16px; }
            #synlab-menu .nav-dropdown .box-1 ul li a:hover {
              color: #0077ad;
              background-color: #f2f8fb;
              border-radius: 13px; }
      #synlab-menu .nav-dropdown .box-1 > div:nth-child(2) a img {
        margin-right: 10px;
        width: 24px;
        height: 24px; }
    #synlab-menu .nav-dropdown .box-2 {
      width: 20%;
      border-right: 2px solid white; }
      #synlab-menu .nav-dropdown .box-2 .synlab-card .detail,
      #synlab-menu .nav-dropdown .box-2 .synlab-gift-card .detail {
        text-align: left; }
    #synlab-menu .nav-dropdown .box-3 {
      width: 20%;
      margin-left: 20px; }
    #synlab-menu .nav-dropdown .box-2,
    #synlab-menu .nav-dropdown .box-3 {
      background-color: white;
      min-height: 399px; }
      #synlab-menu .nav-dropdown .box-2 .synlab-card,
      #synlab-menu .nav-dropdown .box-3 .synlab-card {
        margin-top: 45px; }
    #synlab-menu .nav-dropdown i.fas {
      margin-right: 15px;
      font-size: 19px;
      color: #0077ad;
      font-weight: 600; }
    #synlab-menu .nav-dropdown .vertical-center {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      width: 100%; }
  #synlab-menu .nav-dropdown.open {
    visibility: visible;
    opacity: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1); }
  #synlab-menu .synlab-badge {
    border: 1px solid #2f2f2b;
    border-radius: 15px;
    padding: 1px 5px;
    font-weight: normal;
    margin-left: 15px; }
  #synlab-menu > .container {
    display: flex; }
    #synlab-menu > .container .menu {
      flex-grow: 1; }
    #synlab-menu > .container > a {
      padding: 0px; }
  #synlab-menu .menuTag {
    display: inline-block;
    text-transform: none;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block; }

.synlab-menu-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(217, 235, 243, 0.8);
  z-index: 998;
  display: none; }

.header-section .container {
  display: flex;
  align-items: center;
  position: relative;
  background-color: white; }
  .header-section .container .left-side {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap; }
    .header-section .container .left-side .header-logo a {
      margin-left: 0; }
    .header-section .container .left-side img {
      margin-right: 30px;
      height: 39.61px; }
    .header-section .container .left-side a {
      margin-left: 24px;
      margin-top: 25px; }
    .header-section .container .left-side ul {
      margin: 15.6px 0px 20.79px 0px;
      display: flex;
      justify-content: space-between; }
      .header-section .container .left-side ul li {
        list-style: none; }
        .header-section .container .left-side ul li div[data-content-region="header_language_selector--global"] {
          margin-top: 17px; }
          .header-section .container .left-side ul li div[data-content-region="header_language_selector--global"] a {
            color: #4d7393 !important;
            font-size: 14px;
            line-height: 20px;
            padding: 4px 16px;
            transition: all 0.3s ease; }
            .header-section .container .left-side ul li div[data-content-region="header_language_selector--global"] a[href="/"] {
              color: #003765 !important;
              font-weight: 400; }
            .header-section .container .left-side ul li div[data-content-region="header_language_selector--global"] a:hover {
              color: #003765 !important;
              background-color: #f2f8fb;
              border-radius: 16px; }
  .header-section .container > a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #003765 !important;
    padding: 4px 16px; }
    .header-section .container > a:hover {
      color: #0077ad;
      background-color: #f2f8fb;
      border-radius: 13px; }
    .header-section .container > a:hover {
      border-radius: 16px; }
  .header-section .container > a,
  .header-section .container .left-side a {
    text-decoration: none;
    color: #003765;
    font-size: 16px; }

.upper-menu {
  display: flex;
  justify-content: flex-start;
  padding: 12px 0px;
  margin-left: 10px; }
  .upper-menu .menu-item a {
    color: #4d7393 !important;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 16px;
    transition: all 0.3s ease; }
    .upper-menu .menu-item a:hover, .upper-menu .menu-item a.active {
      color: #003765 !important;
      background-color: #f2f8fb;
      border-radius: 16px; }

.body {
  margin-top: 30px !important; }

@media only screen and (min-width: 1012px) {
  #synlab-mobile-menu {
    display: none; }
  #synlab-menu {
    display: block; } }

@media only screen and (max-width: 1012px) {
  #category-head {
    margin-top: 0px !important; }
  #synlab-menu,
  .header-section {
    display: none; }
  #synlab-mobile-menu {
    display: block; }
  body {
    padding-top: 0px !important; }
  .navUser-action {
    padding: 0px !important; }
  .countPill {
    position: absolute !important;
    top: 15px !important;
    left: 5px !important; }
  #synlab-cart-preview-content {
    width: 375px !important; }
    #synlab-cart-preview-content .cart-item-label,
    #synlab-cart-preview-content label.cart-item-label {
      display: none; } }

@media only screen and (max-width: 800px) {
  #synlab-cart-preview-content {
    width: 100% !important; } }

@media only screen and (max-width: 400px) {
  #synlab-cart-preview-content .cart-title {
    padding-top: 55px !important; }
  div[data-cart-totals] {
    flex-direction: column;
    justify-content: space-evenly !important; } }

#synlab-mobile-menu {
  background-color: #003765; }
  #synlab-mobile-menu .menuTag {
    display: inline-block;
    text-transform: none;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px; }
  #synlab-mobile-menu #navigation {
    display: flex;
    padding: 10px 20px;
    padding-bottom: 16px;
    background-color: white; }
    #synlab-mobile-menu #navigation #language-selector {
      flex-grow: 1;
      line-height: 50px;
      text-align: center; }
      #synlab-mobile-menu #navigation #language-selector a {
        color: #4d7393;
        margin: 0px 13px;
        font-size: 14px; }
      #synlab-mobile-menu #navigation #language-selector a[href="/"] {
        font-weight: 600; }
    #synlab-mobile-menu #navigation > a {
      background-color: #f2f8fb;
      border-radius: 50%;
      font-weight: normal;
      font-size: 20px;
      height: 40px;
      width: 40px;
      position: relative; }
      #synlab-mobile-menu #navigation > a img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  #synlab-mobile-menu .container #navigation {
    margin: 0px -20px; }
  #synlab-mobile-menu .container .left-side {
    flex-grow: 1; }
    #synlab-mobile-menu .container .left-side a {
      text-decoration: none; }
  #synlab-mobile-menu .container a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    position: relative; }
  #synlab-mobile-menu .container a:nth-child(1) {
    margin-left: 0px; }
  #synlab-mobile-menu .menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out, left 0.5s ease-in-out;
    background-color: #003765; }
    #synlab-mobile-menu .menu #buttons {
      font-weight: 600;
      margin: 0px -20px;
      margin-top: -1px;
      background-color: white;
      padding: 0px 10px;
      padding-bottom: 14px; }
      #synlab-mobile-menu .menu #buttons::after {
        display: block;
        content: "";
        clear: both; }
      #synlab-mobile-menu .menu #buttons button {
        text-decoration: none;
        border-radius: 30px;
        padding: 10px 10px;
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
        padding: 10px 15px;
        color: #003765;
        letter-spacing: 1px; }
        #synlab-mobile-menu .menu #buttons button img {
          position: relative;
          top: -2px;
          margin-right: 10px; }
      #synlab-mobile-menu .menu #buttons button:nth-child(1) {
        float: left;
        width: 52%; }
      #synlab-mobile-menu .menu #buttons button:nth-child(2) {
        float: right;
        width: 48%; }
    #synlab-mobile-menu .menu #categories {
      margin-top: 30px; }
      #synlab-mobile-menu .menu #categories ul {
        list-style: none;
        margin: 0px; }
        #synlab-mobile-menu .menu #categories ul li {
          margin-bottom: 16px; }
          #synlab-mobile-menu .menu #categories ul li a {
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            padding: 12px 16px 12px 24px;
            display: block;
            border: 1px solid #4d7393;
            border-radius: 50px;
            position: relative; }
            #synlab-mobile-menu .menu #categories ul li a img {
              position: absolute;
              right: 12px;
              top: 12px;
              z-index: -1; }
    #synlab-mobile-menu .menu #category-navigation {
      font-size: 20px; }
      #synlab-mobile-menu .menu #category-navigation #category-name {
        flex-grow: 1;
        line-height: 50px; }
        #synlab-mobile-menu .menu #category-navigation #category-name i {
          margin-right: 20px; }
      #synlab-mobile-menu .menu #category-navigation > a {
        font-size: 20px; }
    #synlab-mobile-menu .menu.open {
      visibility: visible;
      opacity: 1;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      z-index: 999; }
    #synlab-mobile-menu .menu.subcat-open {
      left: -100vw; }
  #synlab-mobile-menu .icons {
    display: none; }
    #synlab-mobile-menu .icons.open {
      display: flex;
      height: 64px;
      line-height: 64px; }
      #synlab-mobile-menu .icons.open > a {
        margin-left: 13%; }
      #synlab-mobile-menu .icons.open .navUser-action .countPill {
        background-color: #f9b232;
        color: #003765;
        width: 24px;
        height: 24px;
        padding-top: 2px; }
        #synlab-mobile-menu .icons.open .navUser-action .countPill::after {
          content: ""; }
      #synlab-mobile-menu .icons.open .navUser-action img {
        position: relative;
        bottom: -5px; }
  #synlab-mobile-menu .close-icon {
    background-color: #f4f4f4;
    padding: 10px 17px;
    border-radius: 50%;
    font-weight: normal;
    font-size: 20px;
    max-height: 50px; }
  #synlab-mobile-menu #sub-categories-outer {
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100vw;
    transition: left 0.5s ease-in-out;
    z-index: 999;
    overflow-y: auto; }
    #synlab-mobile-menu #sub-categories-outer.open {
      left: 0; }
    #synlab-mobile-menu #sub-categories-outer #category-name {
      flex-grow: 1;
      font-size: 14px;
      line-height: 50px;
      color: #003765;
      text-transform: uppercase;
      font-weight: 600; }
      #synlab-mobile-menu #sub-categories-outer #category-name img {
        margin-right: 8px;
        position: relative;
        top: -2px; }
    #synlab-mobile-menu #sub-categories-outer #sub-categories ul,
    #synlab-mobile-menu #sub-categories-outer #custom-menu ul {
      margin: 0px;
      list-style: none; }
      #synlab-mobile-menu #sub-categories-outer #sub-categories ul li,
      #synlab-mobile-menu #sub-categories-outer #custom-menu ul li {
        margin-top: 24px; }
        #synlab-mobile-menu #sub-categories-outer #sub-categories ul li a,
        #synlab-mobile-menu #sub-categories-outer #custom-menu ul li a {
          color: #003765;
          text-decoration: none;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 1px; }
    #synlab-mobile-menu #sub-categories-outer #sub-categories .selected-category-name,
    #synlab-mobile-menu #sub-categories-outer #custom-menu #custom-menu-title {
      font-size: 24px;
      line-height: 36px;
      color: #003765;
      font-weight: 700;
      margin-top: 6px; }
    #synlab-mobile-menu #sub-categories-outer #sub-categories {
      padding-bottom: 50px; }
      #synlab-mobile-menu #sub-categories-outer #sub-categories .title,
      #synlab-mobile-menu #sub-categories-outer #sub-categories .box1-title {
        width: 100%;
        border-bottom: 1px solid #d9ebf3;
        margin-top: 40px;
        padding-bottom: 6px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #003765;
        font-weight: 700; }
      #synlab-mobile-menu #sub-categories-outer #sub-categories #services a {
        position: relative;
        left: 40px; }
        #synlab-mobile-menu #sub-categories-outer #sub-categories #services a img {
          position: absolute;
          left: -40px; }
  #synlab-mobile-menu #popular-test-and-gift {
    display: flex;
    gap: 20px;
    margin-top: 40px; }
    #synlab-mobile-menu #popular-test-and-gift::after {
      content: "";
      display: block;
      clear: both; }
    #synlab-mobile-menu #popular-test-and-gift > div {
      flex: 1 1 0; }
    #synlab-mobile-menu #popular-test-and-gift > div:nth-child(2) {
      text-align: center; }
    #synlab-mobile-menu #popular-test-and-gift .synlab-card a .detail,
    #synlab-mobile-menu #popular-test-and-gift .synlab-gift-card a .detail {
      padding: 8px; }
      #synlab-mobile-menu #popular-test-and-gift .synlab-card a .detail .name,
      #synlab-mobile-menu #popular-test-and-gift .synlab-card a .detail .price,
      #synlab-mobile-menu #popular-test-and-gift .synlab-gift-card a .detail .name,
      #synlab-mobile-menu #popular-test-and-gift .synlab-gift-card a .detail .price {
        color: #003765;
        font-size: 16px;
        line-height: 24px; }

.synlab-gift-card > a > .detail > .name {
  text-align: left; }

#synlab-card-template,
#synlab-gift-card-template {
  display: none; }

#synlab-cart-preview {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 235, 243, 0.8);
  top: 0px;
  left: 0px;
  z-index: 1061;
  transition: visibility 1s linear, opacity 1s linear; }
  #synlab-cart-preview #synlab-cart-close-btn {
    background-color: #f2f8fb;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 100; }
    #synlab-cart-preview #synlab-cart-close-btn:hover {
      cursor: pointer; }
  #synlab-cart-preview #synlab-cart-preview-content {
    background-color: #f2f8fb;
    position: absolute;
    right: -480px;
    top: 0px;
    height: 100%;
    width: 480px; }
    #synlab-cart-preview #synlab-cart-preview-content .empty-product-cart-image {
      position: relative;
      width: 48px;
      height: 48px;
      background-color: #f2f8fb;
      border-radius: 8px; }
      #synlab-cart-preview #synlab-cart-preview-content .empty-product-cart-image .synlab-basic-box-icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    #synlab-cart-preview #synlab-cart-preview-content table tbody {
      border: none; }
      #synlab-cart-preview #synlab-cart-preview-content table tbody tr.blood-collection-cart-item td {
        vertical-align: middle !important; }
      #synlab-cart-preview #synlab-cart-preview-content table tbody tr {
        border-bottom: 1px solid #d9ebf3; }
        #synlab-cart-preview #synlab-cart-preview-content table tbody tr:last-child {
          border: none; }
        #synlab-cart-preview #synlab-cart-preview-content table tbody tr td {
          vertical-align: top;
          padding-top: 15px;
          padding-bottom: 32px; }
          #synlab-cart-preview #synlab-cart-preview-content table tbody tr td .cart-remove {
            display: block;
            position: relative;
            float: inherit;
            bottom: 0;
            background-color: transparent !important;
            width: 100%;
            text-align: right;
            margin-left: 0px; }
            #synlab-cart-preview #synlab-cart-preview-content table tbody tr td .cart-remove img {
              width: 14px;
              height: 18px;
              position: relative;
              top: 17px;
              opacity: 0.5; }
            #synlab-cart-preview #synlab-cart-preview-content table tbody tr td .cart-remove img:hover {
              cursor: pointer;
              opacity: 1; }
        #synlab-cart-preview #synlab-cart-preview-content table tbody tr td:nth-child(2) {
          width: 50%;
          padding-left: 4px; }
          #synlab-cart-preview #synlab-cart-preview-content table tbody tr td:nth-child(2) .form-increment {
            margin-top: 18px; }
        #synlab-cart-preview #synlab-cart-preview-content table tbody tr td:nth-child(3) {
          font-size: 18px;
          color: #003765;
          font-weight: 700;
          text-align: right; }
    #synlab-cart-preview #synlab-cart-preview-content .breadcrumbs {
      display: none; }
    #synlab-cart-preview #synlab-cart-preview-content .synlab-cart-item-image {
      height: 48px;
      width: 48px;
      border-radius: 8px;
      object-fit: cover; }
    #synlab-cart-preview #synlab-cart-preview-content .cart-item-name {
      font-size: 18px;
      font-weight: 700; }
      #synlab-cart-preview #synlab-cart-preview-content .cart-item-name a {
        text-decoration: none; }
    #synlab-cart-preview #synlab-cart-preview-content .cart-title {
      font-size: 40px;
      color: #003765;
      font-weight: 700;
      padding-top: 16px;
      padding-left: 40px;
      background-color: white; }
    #synlab-cart-preview #synlab-cart-preview-content .empty-cart {
      font-size: 30px;
      color: #003765;
      font-weight: 700;
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    #synlab-cart-preview #synlab-cart-preview-content .empty_cart_button {
      border-radius: 30px;
      position: relative;
      top: 50%;
      left: 50%;
      margin-top: 50px;
      transform: translate(-50%, -50%); }
      #synlab-cart-preview #synlab-cart-preview-content .empty_cart_button .fas {
        margin: 10px; }
    #synlab-cart-preview #synlab-cart-preview-content .empty_cart_description {
      font-size: 18px;
      color: #0077ad;
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 20px; }
    #synlab-cart-preview #synlab-cart-preview-content .empty-cart-image {
      position: relative;
      width: 48px;
      height: 48px;
      background-color: #fef0d6;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      margin-bottom: 10px;
      border-radius: 50%; }
      #synlab-cart-preview #synlab-cart-preview-content .empty-cart-image .synlab-basic-box-icon {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    #synlab-cart-preview #synlab-cart-preview-content main[data-cart] {
      display: flex;
      flex-direction: column;
      height: 100vh;
      height: 95dvh; }
    #synlab-cart-preview #synlab-cart-preview-content div[data-cart-content] {
      overflow-y: auto;
      flex-grow: 1;
      padding: 0 40px;
      background-color: white; }
    #synlab-cart-preview #synlab-cart-preview-content div[data-cart-timer] {
      background-color: white; }
      #synlab-cart-preview #synlab-cart-preview-content div[data-cart-timer] .expiration-text {
        background-color: #D9EBF3;
        color: #0077AD;
        margin: 0 40px 30px 40px;
        padding: 16px;
        border-radius: 8px;
        display: flex;
        gap: 12px;
        text-align: center; }
        #synlab-cart-preview #synlab-cart-preview-content div[data-cart-timer] .expiration-text::before {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          background-image: url("../icons/clock.svg");
          background-repeat: no-repeat;
          background-size: contain; }
    #synlab-cart-preview #synlab-cart-preview-content div[data-cart-totals] {
      width: 100%;
      background-color: #f2f8fb;
      flex-shrink: 0;
      padding: 40px;
      color: #003765;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #synlab-cart-preview #synlab-cart-preview-content div[data-cart-totals] .cart-total {
        display: flex;
        align-items: baseline;
        padding-right: 10px; }
        #synlab-cart-preview #synlab-cart-preview-content div[data-cart-totals] .cart-total .cart-total-label {
          padding-right: 10px;
          line-height: 20px;
          font-size: 14px; }
        #synlab-cart-preview #synlab-cart-preview-content div[data-cart-totals] .cart-total .cart-total-value {
          font-weight: 700;
          font-size: 24px;
          line-height: 31px;
          text-wrap: nowrap; }
    #synlab-cart-preview #synlab-cart-preview-content.open {
      animation: cartOpenAnimation 1s;
      right: 0px; }
    #synlab-cart-preview #synlab-cart-preview-content.close {
      right: -480px;
      animation: cartCloseAnimation 1s; }
    #synlab-cart-preview #synlab-cart-preview-content.closed {
      display: none; }

@keyframes cartOpenAnimation {
  from {
    right: -480px; }
  to {
    right: 0px; } }

@keyframes cartCloseAnimation {
  from {
    right: 0px; }
  to {
    right: -480px; } }
  #synlab-cart-preview.close {
    visibility: hidden;
    opacity: 0; }

body.menu-open #synlab-menu {
  z-index: 999; }

body.menu-open .header-section .container {
  z-index: 999; }

html[lang="hu"] #synlab-menu .container .menu {
  display: flex;
  flex-direction: row;
  margin-right: 32px; }
  html[lang="hu"] #synlab-menu .container .menu .divider {
    color: #4d7393; }

html[lang="hu"] #synlab-mobile-menu .menu #buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  html[lang="hu"] #synlab-mobile-menu .menu #buttons button:nth-child(1), html[lang="hu"] #synlab-mobile-menu .menu #buttons button:nth-child(2) {
    float: none;
    width: auto; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #a2a2a2;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #0077ad; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #0077ad; }
    .socialLinks .icon svg {
      fill: #545454;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #a2a2a2; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 42.85714rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 42.85714rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -moz-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -ms-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #2f2f2b;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2f2f2b;
  font-size: 12px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #757575;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin-bottom: 0px !important;
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel > button {
    position: absolute;
    right: 0px;
    top: -80px;
    border: none;
    font-size: 20px;
    color: #003765; }
  .productCarousel > button:first-child {
    right: 65px;
    left: auto; }
  .productCarousel > button:last-child {
    right: 15px; }
  .productCarousel .slick-track {
    margin-left: 10px; }
    .productCarousel .slick-track .synlab-card {
      margin-right: 40px;
      margin-bottom: 0; }
  .productCarousel .synlab-card a {
    display: block; }
    .productCarousel .synlab-card a:hover .detail {
      background-color: #f2f8fb; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.quickView:before, .quickView:after {
  content: " ";
  display: table; }

.quickView:after {
  clear: both; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 600px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #d7d7d7;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #cccccc; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #a2a2a2;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #a2a2a2; }
    .productView-brand a:hover {
      color: #0077ad; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 24px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #a2a2a2; }
    .productView-reviewLink > a:hover {
      color: #0077ad; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #d7d7d7;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #d7d7d7; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.purchase-as-buttons {
  padding: 0 20px; }
  .purchase-as-buttons a {
    text-decoration: none;
    border: 1px solid #bfddea;
    margin: 15px 0;
    border-radius: 30px;
    color: #4d7393;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 16px;
    display: inline-block;
    position: relative; }
    .purchase-as-buttons a > span {
      margin: 0 6px;
      display: none; }
    .purchase-as-buttons a .fas {
      color: #bfddea;
      position: absolute; }
    .purchase-as-buttons a:hover {
      cursor: pointer;
      background-color: #d9ebf3; }
      .purchase-as-buttons a:hover i:before {
        color: #4c7393; }
    .purchase-as-buttons a.active {
      color: #0077ad;
      border: 1px solid #0077ad;
      background-color: #e6f1f7;
      padding-left: 10px; }
      .purchase-as-buttons a.active > span {
        display: inline-block; }
      .purchase-as-buttons a.active .fas {
        color: #0077ad; }

#long-description {
  margin-top: 100px; }
  #long-description > ul {
    float: left;
    list-style: none;
    width: 35%;
    margin: 0px;
    padding-right: 15px; }
    #long-description > ul li {
      width: 100%;
      border: 1px solid #bfddea;
      margin-bottom: 15px;
      border-radius: 30px;
      color: #4d7393;
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
      padding: 10px 35px 10px 22px;
      display: inline-block;
      position: relative; }
      #long-description > ul li > span {
        margin: 0px 12px;
        display: none; }
      #long-description > ul li .fas {
        line-height: 28px;
        color: #bfddea;
        position: absolute;
        right: 22px; }
      #long-description > ul li:hover {
        cursor: pointer;
        background-color: #d9ebf3; }
        #long-description > ul li:hover i:before {
          color: #4c7393; }
      #long-description > ul li.active {
        color: #0077ad;
        border: 1px solid #0077ad;
        background-color: #e6f1f7;
        padding-left: 10px; }
        #long-description > ul li.active > span {
          display: inline-block; }
        #long-description > ul li.active .fas {
          color: #0077ad; }
  #long-description > div {
    position: relative;
    float: left;
    width: 65%;
    padding-left: 40px;
    color: #003765; }
    #long-description > div > div {
      display: none;
      opacity: 0;
      transition: opacity 0.5s linear;
      font-size: 18px; }
      #long-description > div > div .desc-title {
        font-size: 40px;
        color: #003765; }
      #long-description > div > div > p:nth-child(1) {
        margin: 0px; }
      #long-description > div > div.active {
        display: block; }
      #long-description > div > div.fading-out {
        position: absolute;
        top: 0; }
      #long-description > div > div.faded-in {
        opacity: 1; }
  #long-description .desc-title {
    font-weight: bold; }

#long-description::after {
  content: '';
  clear: both;
  display: block; }

@media screen and (max-width: 975px) {
  #long-description > ul, #long-description > div {
    width: 100%;
    padding: 0px; } }

#products-compare-module-mobile {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 116px;
  width: 100%;
  background-color: white;
  z-index: 1;
  box-shadow: 0px -8px 40px rgba(0, 0, 0, 0.12);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 20px; }
  #products-compare-module-mobile .title-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    width: 100%; }
    #products-compare-module-mobile .title-wrapper .title {
      padding-left: 5px;
      margin: 0 15px 0 0;
      font-size: 16px;
      line-height: 24px;
      color: #003765;
      font-weight: 700; }
    #products-compare-module-mobile .title-wrapper img {
      padding: 8.5px;
      background-color: #F2F8FB;
      border-radius: 50%;
      margin-top: -3px; }
    #products-compare-module-mobile .title-wrapper img:hover {
      cursor: pointer; }
  #products-compare-module-mobile .submit-box {
    height: 116px;
    text-align: center;
    width: 100%; }
    #products-compare-module-mobile .submit-box a {
      width: 100%;
      background-color: #003765;
      border-radius: 68px;
      text-decoration: none;
      display: inline-block;
      margin-bottom: 20px;
      padding: 10px 22px;
      margin-top: 5px;
      transition: all .15s ease; }
      #products-compare-module-mobile .submit-box a i {
        color: white;
        padding: 5px 7px 4px 8px;
        border-radius: 50%;
        font-size: 14px;
        margin-left: -12px; }
      #products-compare-module-mobile .submit-box a span {
        font-size: 14px;
        line-height: 20px;
        color: white;
        text-transform: uppercase; }
    #products-compare-module-mobile .submit-box a.button--gradient {
      background: linear-gradient(90deg, #E59F20 -0.38%, #FFC141 99.96%);
      border: none; }
      #products-compare-module-mobile .submit-box a.button--gradient i, #products-compare-module-mobile .submit-box a.button--gradient span {
        color: #003765;
        font-weight: 600; }
    #products-compare-module-mobile .submit-box a.disabled-btn {
      background-color: #F2F8FB; }
      #products-compare-module-mobile .submit-box a.disabled-btn i, #products-compare-module-mobile .submit-box a.disabled-btn span {
        color: #CCCCCC; }
    #products-compare-module-mobile .submit-box a.disabled-btn:hover {
      cursor: not-allowed; }
      #products-compare-module-mobile .submit-box a.disabled-btn:hover i, #products-compare-module-mobile .submit-box a.disabled-btn:hover span {
        cursor: not-allowed; }
    #products-compare-module-mobile .submit-box a:not(.disabled-btn):not(.button--gradient):hover {
      background-color: #0077ad; }
      #products-compare-module-mobile .submit-box a:not(.disabled-btn):not(.button--gradient):hover i, #products-compare-module-mobile .submit-box a:not(.disabled-btn):not(.button--gradient):hover span {
        color: #CCCCCC; }
    #products-compare-module-mobile .submit-box > .fas {
      color: #0077ad; }

#products-compare-module {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 116px;
  width: 100%;
  background-color: white;
  z-index: 1;
  box-shadow: 0px -8px 40px rgba(0, 0, 0, 0.12);
  display: flex; }
  #products-compare-module .boxes {
    flex-grow: 1; }
    #products-compare-module .boxes .compare-box {
      float: left;
      min-width: 25%; }
      #products-compare-module .boxes .compare-box .right-border {
        border-right: 2px solid #D9EBF3; }
      #products-compare-module .boxes .compare-box .box-container {
        border-left: 2px solid #D9EBF3;
        display: flex; }
        #products-compare-module .boxes .compare-box .box-container > div:nth-child(1) {
          flex-grow: 1; }
        #products-compare-module .boxes .compare-box .box-container > div:nth-child(2) {
          width: 30px; }
        #products-compare-module .boxes .compare-box .box-container > div {
          height: 116px;
          position: relative; }
          #products-compare-module .boxes .compare-box .box-container > div > div {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%; }
            #products-compare-module .boxes .compare-box .box-container > div > div p {
              margin: 0px;
              padding-left: 15px;
              font-size: 16px;
              line-height: 24px;
              color: #003765;
              font-weight: 700; }
            #products-compare-module .boxes .compare-box .box-container > div > div p:nth-child(2) {
              font-size: 15px;
              line-height: 22px; }
        #products-compare-module .boxes .compare-box .box-container img {
          opacity: 0.5; }
        #products-compare-module .boxes .compare-box .box-container img:hover {
          cursor: pointer;
          opacity: 1; }
  #products-compare-module .submit-box {
    height: 116px;
    min-width: 20%;
    border-left: 2px solid #D9EBF3;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px; }
    #products-compare-module .submit-box img {
      padding: 8.5px;
      background-color: #F2F8FB;
      border-radius: 50%;
      margin-top: -3px; }
    #products-compare-module .submit-box a {
      background-color: #003765;
      border-radius: 68px;
      text-decoration: none;
      display: inline-block;
      padding: 15.5px 22px;
      margin-right: 25px;
      transition: all .15s ease; }
      #products-compare-module .submit-box a i {
        color: white;
        padding: 5px 7px 4px 8px;
        border-radius: 50%;
        font-size: 14px;
        margin-left: -12px; }
      #products-compare-module .submit-box a span {
        font-size: 14px;
        line-height: 20px;
        color: white;
        text-transform: uppercase; }
    #products-compare-module .submit-box a.button--gradient {
      background: linear-gradient(90deg, #E59F20 -0.38%, #FFC141 99.96%);
      border: none; }
      #products-compare-module .submit-box a.button--gradient i, #products-compare-module .submit-box a.button--gradient span {
        color: #003765;
        font-weight: 600; }
    #products-compare-module .submit-box a.disabled-btn {
      background-color: #F2F8FB; }
      #products-compare-module .submit-box a.disabled-btn i, #products-compare-module .submit-box a.disabled-btn span {
        color: #CCCCCC; }
    #products-compare-module .submit-box a.disabled-btn:hover {
      cursor: not-allowed; }
      #products-compare-module .submit-box a.disabled-btn:hover i, #products-compare-module .submit-box a.disabled-btn:hover span {
        cursor: not-allowed; }
    #products-compare-module .submit-box a:not(.disabled-btn):not(.button--gradient):hover {
      background-color: #0077ad; }
      #products-compare-module .submit-box a:not(.disabled-btn):not(.button--gradient):hover i, #products-compare-module .submit-box a:not(.disabled-btn):not(.button--gradient):hover span {
        color: #CCCCCC; }
    #products-compare-module .submit-box > .fas {
      color: #0077ad; }
    #products-compare-module .submit-box img:hover {
      cursor: pointer; }

#products-compare-module::after {
  content: '';
  clear: both;
  display: table; }

@media screen and (max-width: 800px) {
  #products-compare-module-mobile {
    display: flex; }
  #products-compare-module {
    display: none; } }

#products-compare-module-msg {
  z-index: 1;
  position: fixed;
  bottom: 116px;
  background-color: #B1106B;
  color: white;
  width: 100%;
  padding: 0px 15px;
  height: 64px;
  line-height: 64px; }
  #products-compare-module-msg img {
    margin-right: 16px;
    padding: 11px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%; }

#compareView {
  margin-top: 26px;
  padding-bottom: 62px; }
  #compareView a {
    text-decoration: none;
    text-transform: uppercase;
    color: #003765;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
    #compareView a:hover {
      color: #0077ad; }

.related-products {
  margin-left: -40px !important; }
  .related-products .slick-track {
    margin-left: 40px !important; }
  .related-products > button:first-child {
    right: 50px !important; }
  .related-products > button:last-child {
    right: 0px !important; }
  .related-products .related-products-slide .synlab-card {
    margin-right: 40px; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #757575; }

.compare-page-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px !important; }

.compareTable {
  table-layout: fixed;
  width: 100%; }
  .compareTable .synlab-card {
    text-align: left; }
  .compareTable .synlab-btn {
    border: none;
    position: absolute;
    left: 0;
    top: -40px;
    text-align: center; }
  .compareTable .compareTable-heading {
    border-top: none !important; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #bfddea; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem 1.28571rem 0;
  position: relative;
  text-align: left;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 16.66667%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap;
  font-weight: bold;
  color: #003765; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 0 1.28571rem;
  color: #003765; }
  .compareTable-item:not(:last-of-type) {
    padding-right: 22px; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-item .panel_content ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0; }
  .compareTable-item .panel_content ul li {
    position: relative;
    margin: 3px 6px 3px 0;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #f2f8fb;
    color: #0077ad;
    list-style: none;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
    .compareTable-item .panel_content ul li[data-productcode] {
      cursor: pointer; }
    .compareTable-item .panel_content ul li .synlab-btn {
      top: -60px;
      left: 50%;
      transform: translate(-50%, 0);
      white-space: nowrap; }
      .compareTable-item .panel_content ul li .synlab-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 50px;
        border-top: solid 10px #003765;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        transition: all .15s ease; }
      .compareTable-item .panel_content ul li .synlab-btn:hover::after {
        border-top-color: #0077ad; }
  .compareTable-item .panel_content ul li.same {
    background-color: #f0f5e8;
    color: #68971c; }

.all-panels-link {
  text-decoration: none; }

.product-comparision-empty-card {
  border: 1px solid #bfddea;
  height: 300px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px; }

.product-comparision-text {
  color: #003765;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.product-comparision-text img {
  transform: rotate(45deg);
  margin-right: 8px; }

.compareTable-removeProduct {
  background-color: #f2f8fb;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #0077ad;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .compareTable-removeProduct img {
    width: 24px;
    height: 24px; }
  .compareTable-removeProduct .icon {
    fill: #545454;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-removeProduct:hover {
  color: #0077ad !important; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 0 1.28571rem;
  position: relative; }
  .compareTable-product:not(:last-of-type) {
    padding-right: 22px; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem;
  position: relative; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.synlab-btn {
  transition: all .15s ease;
  background-color: #003765;
  color: white;
  text-decoration: none;
  padding: 15.5px 24px;
  border-radius: 68px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .synlab-btn:hover {
    background-color: #0077ad; }

.synlab-btn:hover {
  color: white; }

.synlab-btn:disabled, .synlab-btn[disabled] {
  color: white;
  background-color: #cccccc; }

.compareTable-item.compare-description i[data-toggle]:hover {
  cursor: pointer; }

.compare-v2-toast .swal2-popup {
  background-color: #F2F8FB;
  box-shadow: 0px 4px 10px 0px #0077AD14;
  border-radius: 32px; }
  .compare-v2-toast .swal2-popup .swal2-title {
    color: #0077AD;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px; }

.compare-v2__title {
  color: #003765;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px; }

.compare-v2__items {
  display: flex;
  justify-content: start;
  align-items: stretch; }

.compare-v2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  padding: 24px 20px;
  position: relative; }
  .compare-v2-item__delete {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%); }
    .compare-v2-item__delete img {
      width: 22px;
      height: 22px; }
  .compare-v2-item__name {
    color: #003765;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    writing-mode: vertical-rl;
    height: 220px; }
  .compare-v2-item__price {
    font-size: 16px;
    font-weight: 700;
    color: #8064A8;
    line-height: 24px;
    border: 1px solid #8064A8;
    background-color: #ECE8F2;
    padding: 5px 10px;
    border-radius: 37px; }
  .compare-v2-item:first-child {
    background-color: #F2F5F7;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #003765; }
  .compare-v2-item:nth-child(2) {
    background-color: #E6EBF0; }
  .compare-v2-item:last-child {
    background-color: #BFCDD8;
    border-radius: 0 8px 8px 0;
    border-left: 1px solid #003765; }

.compare-v2__tests {
  display: flex;
  flex-direction: column; }

.compare-v2-test:first-child .compare-v2-test__header {
  border-radius: 8px 8px 0 0; }

.compare-v2-test__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #003765;
  padding: 16px; }

.compare-v2-test__name {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px; }

.compare-v2-test__icon {
  transition: all .3s ease; }
  .compare-v2-test__icon.rotated {
    transform: rotate(180deg); }

.compare-v2-test__content {
  padding: 20px 16px;
  background-color: white; }
  .compare-v2-test__content.hide {
    display: none; }

.compare-v2-test__text {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px; }

.compare-v2-test__link {
  color: #0077AD;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase; }

.compare-v2-test__footer {
  display: flex;
  justify-content: start;
  background-color: white; }

.compare-v2-test__status {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0; }
  .compare-v2-test__status:first-child {
    border-right: 1px solid #003765; }
  .compare-v2-test__status:last-child {
    border-left: 1px solid #003765; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #d7d7d7;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #a2a2a2; }
  .toggleLink:hover {
    color: #0077ad; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #d7d7d7 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #b1106b;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #f4f0ed;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #a2a2a2;
    position: relative;
    top: -1px; }

.cart {
  margin-bottom: 1.5rem;
  width: 100%; }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #d7d7d7; }

.cart-item {
  border-bottom: 1px solid #d7d7d7;
  clear: both;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block .definitionList {
  margin-bottom: 0.35714rem; }

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.78571rem; }

.cart-header-quantity,
.cart-item-quantity {
  min-width: 170px; }
  @media (min-width: 801px) {
    .cart-header-quantity,
    .cart-item-quantity {
      text-align: center; } }

.time-reservation-info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #003765; }
  .time-reservation-info .icon-box {
    margin-right: 4px;
    width: 18px;
    text-align: center;
    display: inline-block; }
    .time-reservation-info .icon-box img {
      width: 24px;
      height: 24px;
      position: relative;
      top: -2px; }
    .time-reservation-info .icon-box img.location {
      transform: scale(1.2); }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #757575;
  float: left;
  margin-bottom: 0.35714rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-warning {
  color: #ee7400;
  background: #fff8eb;
  padding: 8px 16px 8px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 12px 0; }
  .cart-item-warning img {
    margin-right: 8px; }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name a {
    color: #003765; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #2f2f2b; }

.cart-remove {
  background-color: #f4f0ed;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #545454; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #a2a2a2;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #0077ad; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions .button {
  display: block;
  margin-bottom: 0;
  background-color: #003765 !important;
  border: none;
  border-radius: 20px;
  padding: 12px; }
  .cart-actions .button:hover {
    background-color: #0077ad !important;
    color: white; }
  .cart-actions .button:disabled, .cart-actions .button[disabled] {
    pointer-events: none;
    background-color: #cccccc !important; }
  .cart-actions .button i {
    margin-right: 10px; }
  @media (min-width: 801px) {
    .cart-actions .button {
      max-width: none; } }
  @media (min-width: 551px) {
    .cart-actions .button {
      display: inline-block;
      float: right; } }

.cart-actions .checkoutMultiple {
  clear: right;
  display: block;
  float: right;
  padding-top: 0.35714rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #d7d7d7; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.21429rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #a2a2a2;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

.previewCartAction-viewCart {
  padding-left: 0.35714rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.remove-from-cart-modal .swal2-modal {
  width: 570px;
  padding: 40px;
  border-radius: 8px; }

.remove-from-cart-modal .swal2-content {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #003765; }

.remove-from-cart-modal .swal2-icon {
  width: 4em;
  height: 4em; }
  .remove-from-cart-modal .swal2-icon.swal2-warning {
    border: none;
    background-color: #fef0d6; }

.remove-from-cart-modal .swal2-actions {
  gap: 20px; }
  .remove-from-cart-modal .swal2-actions button {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: 16px 0;
    text-transform: uppercase;
    border-radius: 68px;
    font-weight: 600; }
    .remove-from-cart-modal .swal2-actions button.swal2-confirm:focus {
      color: white;
      background-color: #003765;
      border-color: #003765; }
    .remove-from-cart-modal .swal2-actions button.swal2-cancel {
      border: 1px solid #003765; }
      .remove-from-cart-modal .swal2-actions button.swal2-cancel:hover {
        color: white;
        background-color: #0077ad;
        border-color: #0077ad; }

@media screen and (max-width: 800px) {
  .remove-from-cart-modal .swal2-modal {
    width: auto; } }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #a2a2a2;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #0077ad; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #d7d7d7;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.previewCart {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      width: 100%;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.navUser-item--cart .previewCart {
  display: block; }

.navUser-item--cart .previewCartItem-image img {
  height: 100%; }

@media screen and (max-width: 800px) {
  .previewCart {
    display: block; } }

.previewCartCheckout {
  background: #f4f0ed;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      width: auto;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #f9b232;
  box-shadow: 0 0 5px #757575;
  color: #cccccc;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #cccccc; }

.maintenanceNotice-header {
  font-family: "Open Sans";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #cccccc;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #d7d7d7;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #d7d7d7;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #d7d7d7;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #757575;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #757575;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #a2a2a2;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #a2a2a2;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #d7d7d7;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: white;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #a2a2a2;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #0077ad; }

.account .pagination {
  color: #757575;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #757575; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #003765;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #d7d7d7;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #a2a2a2;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #a2a2a2; }

.icon--ratingEmpty svg {
  fill: #c1c1c1; }

.icon--ratingFull svg {
  fill: #ff9600; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.78571rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #d7d7d7;
    border-radius: 0.21429rem;
    min-height: 16.28571rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #999999;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.paymentMethod-label {
  flex: 7.14286rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.78571rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.78571rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #0077ad; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #cccccc;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #757575;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.loaderForHomePage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #e0eff6;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  border-radius: 10px;
  overflow: hidden;
  margin: 0; }
  .loaderForHomePage .loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative; }
    .loaderForHomePage .loader.loader--centered {
      top: calc(50vh - 24px);
      left: calc(50vw - 24px); }
    .loaderForHomePage .loader::after, .loaderForHomePage .loader::before {
      content: '';
      box-sizing: border-box;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #F9B232;
      position: absolute;
      left: 0;
      top: 0;
      animation: animloader 2s linear infinite; }
    .loaderForHomePage .loader::after {
      animation-delay: 1s; }

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

#home-page-carousel {
  height: 684px;
  border-bottom: 1px solid #bfddea; }
  #home-page-carousel .container {
    height: 100%; }
    #home-page-carousel .container.container--carousel {
      position: static; }
  #home-page-carousel .container > div {
    float: left; }
  #home-page-carousel .left-side {
    width: 50%;
    padding-top: 16px;
    height: 100%;
    border-right: 1px solid #bfddea; }
    #home-page-carousel .left-side .top-side {
      height: 39%; }
    #home-page-carousel .left-side .bottom-side {
      height: 61%; }
    #home-page-carousel .left-side > div:nth-child(1) {
      position: relative; }
    #home-page-carousel .left-side .vertical-center {
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
    #home-page-carousel .left-side .home-page-carousel-title {
      font-size: 64px;
      line-height: 76px;
      font-weight: bold;
      color: #003765;
      width: 95%; }
  #home-page-carousel .right-side {
    position: absolute;
    left: 50%;
    width: 50%;
    max-width: calc(1512px/2);
    margin-left: -1px;
    margin-top: -1px; }
    #home-page-carousel .right-side .slick-dots {
      position: absolute;
      bottom: 56px;
      text-align: right;
      width: calc(1512px / 2 - 64px); }
    #home-page-carousel .right-side .heroCarousel-content > p, #home-page-carousel .right-side .heroCarousel-content > span {
      font-size: 24px;
      line-height: 36px;
      color: #003765;
      font-weight: bold; }
      @media (max-width: 360px) {
        #home-page-carousel .right-side .heroCarousel-content > p, #home-page-carousel .right-side .heroCarousel-content > span {
          font-size: 18px; } }
    #home-page-carousel .right-side .heroCarousel-content .heroCarousel-action-container {
      display: flex;
      justify-content: space-between; }
    #home-page-carousel .right-side .heroCarousel-content .heroCarousel-action {
      flex-shrink: 1;
      color: white;
      font-size: 14px;
      font-weight: 600;
      transition: all 300ms;
      display: inline-block;
      max-width: calc(100% - 70px); }
      #home-page-carousel .right-side .heroCarousel-content .heroCarousel-action i {
        margin-right: 5px; }
      #home-page-carousel .right-side .heroCarousel-content .heroCarousel-action:hover {
        background-color: #0077ad; }
    #home-page-carousel .right-side .heroCarousel-content .heroCarousel-slider-placeholder {
      min-width: 143px; }
    #home-page-carousel .right-side .slick-dots li:not(:first-of-type) {
      margin-left: 15px; }
    #home-page-carousel .right-side .slick-dots li .circle-wrap {
      width: 20px;
      height: 20px;
      border-radius: 50%; }
      #home-page-carousel .right-side .slick-dots li .circle-wrap .circle .mask, #home-page-carousel .right-side .slick-dots li .circle-wrap .circle .fill {
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%; }
      #home-page-carousel .right-side .slick-dots li .circle-wrap .circle .mask {
        clip: rect(0px, 20px, 20px, 10px); }
        #home-page-carousel .right-side .slick-dots li .circle-wrap .circle .mask .fill {
          clip: rect(0px, 10px, 20px, 0px);
          background-color: #0077ad; }
      #home-page-carousel .right-side .slick-dots li .circle-wrap .inside-circle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: white;
        margin-top: 2px;
        margin-left: 2px;
        position: absolute;
        z-index: 100; }
    #home-page-carousel .right-side .slick-dots li.slick-active .mask.full,
    #home-page-carousel .right-side .slick-dots li.slick-active .circle .fill {
      animation: fill linear 10s;
      transform: rotate(180deg); }
    #home-page-carousel .right-side .slick-dots li.slick-active .dot {
      background-color: #0077ad; }
    #home-page-carousel .right-side .slick-dots li .dot {
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-left: 2px;
      background-color: #e6f1f7;
      border-radius: 50%; }

@keyframes fill {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
  #home-page-carousel #quick_links_table .synlab-basic-box {
    overflow-wrap: anywhere; }

@media screen and (min-width: 800px) {
  .left-side table {
    width: 95%; }
  .right-side img {
    max-height: 440px !important; }
  .right-side .slick-track {
    height: 684px !important; }
  .right-side .heroCarousel-content {
    transform: none !important;
    position: relative;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 34px 64px; }
  .right-side .heroCarousel-slide {
    min-height: 684px; } }

@media screen and (max-width: 1000px) {
  #home-page-carousel .left-side .home-page-carousel-title {
    font-size: 48px; }
  .heroCarousel-action-container {
    flex-direction: column; } }

@media screen and (max-width: 820px) {
  #home-page-carousel {
    margin-top: 0px !important;
    height: auto; }
    #home-page-carousel .container > div {
      width: 100%;
      float: inherit; }
    #home-page-carousel .slick-prev.slick-arrow, #home-page-carousel .slick-next.slick-arrow {
      display: inline-block !important; }
    #home-page-carousel .left-side {
      padding-top: 0px;
      padding-bottom: 40px;
      border-right: none; }
      #home-page-carousel .left-side .top-side, #home-page-carousel .left-side .bottom-side {
        height: auto; }
      #home-page-carousel .left-side .home-page-carousel-title {
        font-size: 32px;
        line-height: 120%;
        text-align: left;
        width: 100%;
        position: relative;
        top: 0;
        transform: initial;
        padding: 40px 0; }
      #home-page-carousel .left-side table {
        width: 100%; }
        #home-page-carousel .left-side table td {
          height: 100px; }
      #home-page-carousel .left-side [data-content-region="home_page_quick_links"] [data-sub-layout] {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    #home-page-carousel .right-side {
      position: relative;
      left: 0;
      width: 100vw !important;
      margin-left: -20px;
      margin-right: -20px;
      height: 500px; }
      #home-page-carousel .right-side .slick-track {
        height: 500px !important; }
      #home-page-carousel .right-side .heroCarousel-slide {
        height: 500px; }
        #home-page-carousel .right-side .heroCarousel-slide .heroCarousel-image-wrapper {
          height: 60%; }
          #home-page-carousel .right-side .heroCarousel-slide .heroCarousel-image-wrapper img {
            height: 100%;
            object-fit: cover; }
        #home-page-carousel .right-side .heroCarousel-slide .heroCarousel-content {
          height: 40%;
          padding-top: 0;
          background-color: white;
          text-align: left; }
          #home-page-carousel .right-side .heroCarousel-slide .heroCarousel-content .heroCarousel-action {
            display: none; }
      #home-page-carousel .right-side .slick-dots {
        right: auto !important;
        left: 10px;
        bottom: 10px; }
    #home-page-carousel #quick_links_table .synlab-basic-box {
      font-size: 16px;
      font-weight: 20px; }
    #home-page-carousel #quick_links_table tr:last-of-type td {
      padding-bottom: 0; } }

@media screen and (max-width: 1920px) {
  #home-page-carousel .right-side .slick-dots {
    width: auto;
    right: 64px; } }

@media screen and (max-width: 768px) {
  .fin-home-page-carousel .carousel-wrapper {
    height: 400px !important; }
  .fin-home-page-carousel .slick-list {
    height: 400px !important; }
  .fin-home-page-carousel .heroCarousel-image-wrapper {
    height: 100%; }
    .fin-home-page-carousel .heroCarousel-image-wrapper img {
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .fin-home-page-carousel .heroCarousel-slide {
    height: 400px; } }

.fin-home-page-carousel .heroCarousel-image-wrapper {
  height: 100%; }
  .fin-home-page-carousel .heroCarousel-image-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px; }

.fin-home-page-carousel .heroCarousel-slide .heroCarousel-content {
  transform: none;
  background: none;
  width: 45%;
  padding-bottom: 0;
  text-align: left;
  top: calc(50% - 60px);
  margin-left: 75px; }
  .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
    color: white;
    font-size: 29px;
    font-weight: 500;
    line-height: 32px;
    width: 100%;
    padding-left: 0px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.67); }
  .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 25px; }

@media screen and (max-width: 768px) {
  .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content {
    position: absolute;
    top: calc(60%);
    width: 100%;
    margin-left: 0; }
    .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content .slick-arrow {
      display: block !important; }
    .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content .heroCarousel-title {
      font-family: Open Sans;
      font-size: 17px;
      font-weight: 700;
      line-height: 21px;
      letter-spacing: 0em;
      text-align: left;
      padding: 0;
      width: 100%;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.85); }
    .fin-home-page-carousel .heroCarousel-slide .heroCarousel-content .heroCarousel-description {
      font-family: Open Sans;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      padding: 0; } }

.home-page-latest-articles .slick-track {
  margin-left: 0px; }
  .home-page-latest-articles .slick-track .home-page-latest-articles-slide:first-child .box {
    margin-left: 0px; }
  .home-page-latest-articles .slick-track .home-page-latest-articles-slide a {
    text-decoration: none; }
  .home-page-latest-articles .slick-track .home-page-latest-articles-slide .synlab-basic-box {
    margin-right: 15px;
    color: #003765;
    font-size: 24px;
    line-height: 36px; }
    .home-page-latest-articles .slick-track .home-page-latest-articles-slide .synlab-basic-box .synlab-basic-box-text {
      font-size: 14px;
      line-height: 20px;
      padding: 2px 8px 2px 8px;
      border-radius: 8px;
      color: #4D7393; }
  .home-page-latest-articles .slick-track .home-page-latest-articles-slide .form-action {
    margin-top: 35px; }

.home-page-latest-articles > button {
  position: absolute;
  right: 0px;
  top: -80px;
  border: none;
  font-size: 20px;
  color: #003765; }

.home-page-latest-articles > button:first-child {
  right: 65px;
  left: auto; }

.home-page-latest-articles > button:last-child {
  right: 15px; }

.services-carousel {
  margin: 30px 0 20px 0; }
  .services-carousel .slick-list {
    padding: 0 20% 0 0 !important; }
  .services-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px; }
    .services-carousel-header__title {
      color: #003765;
      font-size: 24px;
      font-weight: 700;
      line-height: 33px; }
    .services-carousel-header__description {
      color: #7F9AB1;
      font-size: 15px;
      font-weight: 400;
      line-height: 21px; }
    .services-carousel-header__link {
      color: #0077AD;
      font-size: 16px;
      line-height: 22px;
      font-weight: 600;
      text-decoration: none; }
  .services-carousel-slide {
    text-decoration: none;
    margin-right: 25px; }
    .services-carousel-slide__image {
      margin-bottom: 10px;
      width: 100%;
      height: auto; }
      .services-carousel-slide__image img {
        aspect-ratio: 267 / 124;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; }
    .services-carousel-slide__title {
      color: #003765;
      font-size: 18px;
      font-weight: 700; }
    .services-carousel-slide__description {
      color: #7F9AB1;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400; }

#left-search {
  position: fixed;
  top: 0px;
  right: -451px;
  width: 150%;
  height: 100%;
  background-color: rgba(217, 235, 243, 0.8);
  z-index: 999; }
  #left-search #box {
    width: 480px;
    height: 100%;
    background-color: white;
    padding: 15px 50px;
    position: absolute;
    right: 0px; }
    #left-search #box .page-title {
      font-size: 48px; }
    #left-search #box .close {
      float: right;
      margin-right: -35px; }
      #left-search #box .close img {
        background-color: #F2F8FB;
        padding: 10px;
        border-radius: 50%; }
    #left-search #box .close:hover {
      cursor: pointer; }
    #left-search #box form {
      margin-top: 80px; }
      #left-search #box form .input {
        position: relative;
        margin-top: 20px; }
        #left-search #box form .input input {
          padding: 16px 48px 16px 16px;
          border-color: #bfddea;
          border-radius: 8px;
          font-size: 16px;
          line-height: 24px;
          height: 56px; }
          #left-search #box form .input input:hover {
            border-color: #003765; }
          #left-search #box form .input input:focus {
            border-color: #003765;
            box-shadow: 0px 0px 0px 2px #f9b232; }
        #left-search #box form .input svg {
          position: absolute;
          right: 16px;
          top: 16px;
          fill: #0077ad; }
          #left-search #box form .input svg:hover {
            cursor: pointer; }
    #left-search #box .page-title {
      color: #003765; }

#left-search.open {
  animation: openAnimation 1s;
  right: 0px;
  display: block !important; }

#left-search.closing {
  animation: closeAnimation 1s;
  right: -481px;
  display: block !important; }

#left-search.closed {
  display: none; }

@keyframes openAnimation {
  from {
    right: -481px;
    display: block; }
  to {
    right: 0px; } }

@keyframes closeAnimation {
  from {
    right: 0px; }
  to {
    right: -481px; } }

@media only screen and (max-width: 800px) {
  #left-search {
    width: 200%; }
    #left-search #box {
      width: 375px;
      height: 812px; }
    #left-search #left-search {
      right: -375px; }
    #left-search #left-search.closing {
      right: -375px; }
  @keyframes openAnimation {
    from {
      right: -375px;
      display: block; }
    to {
      right: 0px; } }
  @keyframes closeAnimation {
    from {
      right: 0px; }
    to {
      right: -375px; } } }

.page-title.search-result-page {
  font-size: 56px; }

#synlab-search-results {
  margin-bottom: 1.5rem; }
  #synlab-search-results .no-results-image {
    display: none; }
  #synlab-search-results .synlab-search-row {
    padding: 25px 12px;
    border-bottom: 1px solid #D9EBF3; }
    #synlab-search-results .synlab-search-row > div {
      display: flex; }
    #synlab-search-results .synlab-search-row .content {
      flex-grow: 1; }
      #synlab-search-results .synlab-search-row .content h5 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 28px;
        color: #003765;
        text-transform: none; }
      #synlab-search-results .synlab-search-row .content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
        max-width: 717px;
        color: #003765; }
      #synlab-search-results .synlab-search-row .content a {
        text-decoration: none;
        color: #003765; }
    #synlab-search-results .synlab-search-row .price {
      color: #003765;
      font-size: 18px;
      font-weight: bold;
      white-space: nowrap; }
      #synlab-search-results .synlab-search-row .price .bookButton {
        background-color: #003765;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45px;
        height: 45px;
        margin: 20px 0 0 auto;
        cursor: pointer; }
        #synlab-search-results .synlab-search-row .price .bookButton:hover {
          background-color: #0077ad; }
        #synlab-search-results .synlab-search-row .price .bookButton svg {
          width: 18px;
          height: 18px; }
    #synlab-search-results .synlab-search-row .empty-image {
      width: 80px;
      height: 80px;
      text-align: center;
      font-size: 30px;
      padding-top: 20px;
      background-color: #F2F8FB;
      margin-right: 15px; }
      #synlab-search-results .synlab-search-row .empty-image i {
        padding: 0px 25px; }
    #synlab-search-results .synlab-search-row img {
      max-height: 80px;
      width: 80px;
      margin-right: 15px;
      border-radius: 8px;
      object-fit: cover; }

#search-input {
  max-width: 811px;
  position: relative;
  margin-bottom: 30px; }
  #search-input input {
    padding: 16px 48px 16px 16px;
    border-color: #bfddea;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    height: 56px; }
    #search-input input:hover {
      border-color: #003765; }
    #search-input input:focus {
      border-color: #003765;
      box-shadow: 0px 0px 0px 2px #f9b232; }
  #search-input svg {
    position: absolute;
    right: 16px;
    top: 16px;
    fill: #0077ad; }
    #search-input svg:hover {
      cursor: pointer; }

#synlab-search-filter-pills {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  #synlab-search-filter-pills .search-filter-pill {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    border: 1px solid #bfddea;
    color: #4d7393;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out; }
    #synlab-search-filter-pills .search-filter-pill span {
      width: 0;
      margin-right: 0;
      opacity: 0;
      transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out, opacity 0.2s ease-in-out; }
    #synlab-search-filter-pills .search-filter-pill.hidden {
      display: none; }
    #synlab-search-filter-pills .search-filter-pill.active {
      padding-left: 14px;
      border: 1px solid #0077ad;
      color: #0077ad;
      background-color: #d9ebf3; }
      #synlab-search-filter-pills .search-filter-pill.active span {
        width: 8px;
        height: 8px;
        background-color: #0077ad;
        border-radius: 50%;
        margin-right: 8px;
        opacity: 1; }
    #synlab-search-filter-pills .search-filter-pill:hover {
      background-color: #d9ebf3; }

.v2-search-container .search-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }
  .v2-search-container .search-top > * {
    flex: 1; }
  .v2-search-container .search-top .page-title {
    font-size: 50px;
    line-height: 75px;
    font-weight: 400; }
  .v2-search-container .search-top #search-input input {
    border-color: #D9EBF3;
    border-radius: 45px; }
    .v2-search-container .search-top #search-input input::placeholder {
      color: #4D7393;
      font-size: 14px;
      line-height: 30px;
      font-style: italic; }

.v2-search-container #synlab-search-filter-pills {
  justify-content: center; }
  .v2-search-container #synlab-search-filter-pills .search-filter-pill {
    text-transform: uppercase;
    font-weight: 600; }

.v2-search-container #synlab-search-results {
  margin: 0 80px; }
  .v2-search-container #synlab-search-results .no-results-image {
    margin: 100px auto 0 auto;
    display: block; }
  .v2-search-container #synlab-search-results .no-results-message {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    margin-top: 0; }
  .v2-search-container #synlab-search-results .search-section-title {
    margin: 36px 0 24px 0;
    color: #4D7393;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400; }
  .v2-search-container #synlab-search-results .synlab-search-row__product {
    border-bottom: none;
    box-shadow: 0 7px 10px #0077AD14; }

@media only screen and (max-width: 800px) {
  .v2-search-container .search-top {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start; }
    .v2-search-container .search-top > * {
      margin-bottom: 0; }
  .v2-search-container #synlab-search-filter-pills {
    justify-content: flex-start;
    overflow: scroll;
    scrollbar-width: none;
    flex-wrap: nowrap;
    white-space: nowrap; }
  .v2-search-container #synlab-search-results {
    margin: 0; }
    .v2-search-container #synlab-search-results .no-results-image {
      margin-top: 20px; }
    .v2-search-container #synlab-search-results .synlab-search-row__product {
      padding: 12px;
      box-shadow: none;
      border: 1px solid #D9EBF3;
      border-radius: 8px;
      margin-bottom: 12px; }
      .v2-search-container #synlab-search-results .synlab-search-row__product > div {
        flex-direction: column;
        gap: 12px; }
        .v2-search-container #synlab-search-results .synlab-search-row__product > div img {
          width: auto;
          max-height: none;
          aspect-ratio: 390 / 250;
          margin-right: 0; } }

.container {
  max-width: 1512px !important;
  padding: 0 64px !important; }

@media screen and (max-width: 800px) {
  .container {
    padding: 0 20px !important; } }

.synlab-basic-box {
  border: 1px solid #bfddea;
  height: 160px;
  font-size: 20px;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .synlab-basic-box {
      padding: 10px; } }

.synlab-basic-box-icon,
.synlab-basic-box-text {
  position: absolute;
  left: 15px;
  bottom: 15px; }
  @media screen and (max-width: 480px) {
    .synlab-basic-box-icon,
    .synlab-basic-box-text {
      left: 10px;
      bottom: 10px; } }

.synlab-basic-box-icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: transparent; }
  .synlab-basic-box-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .synlab-basic-box-icon img,
  .synlab-basic-box-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 26.67px; }

#long-description-show-handler {
  color: #0077ad;
  margin-top: 50px;
  padding-bottom: 24px; }
  #long-description-show-handler:hover {
    cursor: pointer; }

.blue-line {
  border: 1px solid #d9ebf3;
  width: 100%;
  position: absolute;
  left: 0; }

.breadcrumbs li::before {
  margin: 2px 0px; }

.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  color: #4d7393 !important;
  text-transform: none; }

/**
Tags
*/
.titleTag-container > div {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #003765;
  line-height: 30px;
  font-weight: 400; }
  .titleTag-container > div > div {
    max-width: 600px; }
  .titleTag-container > div h1 {
    font-size: 56px;
    line-height: 67.2px;
    word-break: break-word; }

@media screen and (max-width: 1000px) {
  .titleTag-container > div {
    display: block; } }

.instructionTag-container {
  margin: -15px; }
  .instructionTag-container::after {
    content: "";
    clear: both;
    display: table; }
  .instructionTag-container .design-tag {
    float: left;
    margin: 15px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    color: #003765;
    transition: all 0.2s ease-in-out; }
    .instructionTag-container .design-tag:hover {
      cursor: pointer;
      background-color: #f2f8fb; }
    .instructionTag-container .design-tag .bg-yellow {
      background-color: #fef0d6; }
  @media screen and (min-width: 1000px) {
    .instructionTag-container .design-tag {
      width: calc(33.33% - 30px); } }
  @media screen and (max-width: 1000px) {
    .instructionTag-container .design-tag {
      width: calc(100% - 30px); } }

.instructionDetailTag-container {
  margin: -15px;
  display: flex;
  flex-flow: row wrap; }
  .instructionDetailTag-container::after {
    content: "";
    clear: both;
    display: table; }
  .instructionDetailTag-container .design-tag {
    margin: 15px; }
    .instructionDetailTag-container .design-tag img {
      border: 1px solid #d9ebf3;
      border-radius: 8px; }
    .instructionDetailTag-container .design-tag .order-title {
      display: flex;
      align-items: center;
      margin-top: 28px;
      margin-bottom: 11.5px; }
      .instructionDetailTag-container .design-tag .order-title > div:first-child {
        background-color: #003765;
        color: white;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        border-radius: 50%;
        padding: 4px 8.57px;
        margin-right: 8px; }
      .instructionDetailTag-container .design-tag .order-title > div:last-child {
        color: #003765;
        font-size: 24px;
        line-height: 130%;
        font-weight: 700; }
    .instructionDetailTag-container .design-tag .description {
      font-size: 20px;
      line-height: 150%;
      font-weight: 400;
      color: #003765; }
  @media screen and (min-width: 1000px) {
    .instructionDetailTag-container .design-tag {
      width: calc(33.33% - 30px); } }
  @media screen and (max-width: 1000px) {
    .instructionDetailTag-container .design-tag {
      width: calc(100% - 30px); } }

.faqTag-container,
#faq-container {
  margin-top: 80px; }
  .faqTag-container > div,
  #faq-container > div {
    display: flex;
    justify-content: space-between; }
    .faqTag-container > div .faq-title,
    #faq-container > div .faq-title {
      width: 38.1%;
      max-width: 421px;
      color: #003765;
      font-size: 40px;
      line-height: 48px;
      font-weight: 700; }
    .faqTag-container > div .faq-accordion.faq-accordion--full-width,
    #faq-container > div .faq-accordion.faq-accordion--full-width {
      width: 100%; }
    .faqTag-container > div .faq-accordion:not(.faq-accordion--full-width),
    #faq-container > div .faq-accordion:not(.faq-accordion--full-width) {
      width: 61.9%; }
    .faqTag-container > div .faq-accordion .accordion-row,
    #faq-container > div .faq-accordion .accordion-row {
      padding-top: 24px;
      padding-bottom: 24px;
      padding-left: 32px;
      padding-right: 24px;
      border: 1px solid #bfddea;
      border-radius: 40px;
      margin-bottom: 24px; }
      .faqTag-container > div .faq-accordion .accordion-row:hover,
      #faq-container > div .faq-accordion .accordion-row:hover {
        cursor: pointer; }
      .faqTag-container > div .faq-accordion .accordion-row .question,
      #faq-container > div .faq-accordion .accordion-row .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #003765;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700; }
      .faqTag-container > div .faq-accordion .accordion-row .answer,
      #faq-container > div .faq-accordion .accordion-row .answer {
        display: none;
        margin-top: 15px;
        color: #003765;
        font-size: 16px;
        padding-right: 30px; }
      .faqTag-container > div .faq-accordion .accordion-row .answer.active,
      #faq-container > div .faq-accordion .accordion-row .answer.active {
        display: block; }

@media screen and (max-width: 800px) {
  .faqTag-container > div {
    flex-direction: column;
    align-items: center; }
    .faqTag-container > div > div {
      width: 100% !important;
      max-width: 100% !important; }
  .faqTag-container > div .faq-accordion {
    margin-top: 30px; } }

.ourDoctorTag-container {
  margin-left: -56px;
  margin-right: -56px; }
  .ourDoctorTag-container::after {
    content: "";
    clear: both;
    display: table; }
  .ourDoctorTag-container .title {
    border-top: 1px solid #bfddea;
    margin-left: 56px;
    margin-right: 56px;
    margin-bottom: 40px;
    padding-top: 80px;
    color: #003765;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700; }
  .ourDoctorTag-container .our-doctor-cell {
    float: left;
    display: flex;
    margin-left: 56px;
    margin-right: 56px;
    margin-bottom: 80px;
    color: #003765;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
    .ourDoctorTag-container .our-doctor-cell:nth-of-type(2n) {
      clear: both; }
    .ourDoctorTag-container .our-doctor-cell > img {
      margin-right: 24px;
      max-width: 199px;
      border-radius: 8px;
      object-fit: cover; }
    .ourDoctorTag-container .our-doctor-cell .name-sub-text {
      color: #4d7393; }
      .ourDoctorTag-container .our-doctor-cell .name-sub-text .dr-name {
        font-size: 24px;
        line-height: 31.2px;
        font-weight: 700;
        margin-bottom: 4px;
        color: #003765; }
    .ourDoctorTag-container .our-doctor-cell .label-value {
      margin-top: 16px;
      margin-bottom: 16px; }
      .ourDoctorTag-container .our-doctor-cell .label-value .label {
        color: #4d7393; }
    .ourDoctorTag-container .our-doctor-cell > div {
      position: relative;
      padding-bottom: 20px; }
      .ourDoctorTag-container .our-doctor-cell > div .read-more-btn {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: flex; }
        .ourDoctorTag-container .our-doctor-cell > div .read-more-btn > img {
          margin-right: 13.5px; }
  @media screen and (min-width: 1000px) {
    .ourDoctorTag-container .our-doctor-cell {
      width: calc(50% - 112px); } }
  @media screen and (max-width: 1000px) {
    .ourDoctorTag-container .our-doctor-cell {
      width: calc(100% - 112px); } }
  @media screen and (max-width: 450px) {
    .ourDoctorTag-container .our-doctor-cell {
      flex-direction: column; }
      .ourDoctorTag-container .our-doctor-cell img {
        max-width: 100%; } }

#our-doctor-detail-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 235, 243, 0.8);
  top: 0px;
  left: 0px;
  z-index: 100; }
  #our-doctor-detail-container #our-doctor-detail-box {
    max-width: 480px;
    height: 100%;
    position: fixed;
    right: 0px;
    background-color: white;
    padding-left: 40px;
    padding-right: 40px;
    color: #003765;
    font-size: 18px;
    line-height: 28px;
    overflow: auto; }
    #our-doctor-detail-container #our-doctor-detail-box.opening {
      animation: openAnimation 1s; }
    #our-doctor-detail-container #our-doctor-detail-box.closing {
      animation: closeAnimation 1s; }
    #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-header > div {
        font-size: 40px;
        line-height: 48px;
        font-weight: 700;
        margin-top: 24px; }
      #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-header > a {
        background-color: #f2f8fb;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        margin-top: 16px; }
        #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-header > a:hover {
          cursor: pointer; }
        #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-header > a img {
          width: 24px; }
    #our-doctor-detail-container #our-doctor-detail-box #our-doctor-detail-dr-name {
      margin-top: 40px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 24px; }
    #our-doctor-detail-container #our-doctor-detail-box .ourDoctorTagBtn {
      display: inline-block;
      background-color: #003765;
      color: white;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 16px 24px;
      border-radius: 34px;
      text-decoration: none;
      margin-top: 15px;
      margin-bottom: 15px; }
      #our-doctor-detail-container #our-doctor-detail-box .ourDoctorTagBtn img {
        width: 14px;
        height: 13px;
        position: relative;
        top: -1px;
        margin-right: 9.5px; }

@keyframes openAnimation {
  from {
    right: -481px; }
  to {
    right: 0px; } }

@keyframes closeAnimation {
  from {
    right: 0px; }
  to {
    right: -481px; } }

.companySectionV1Tag-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .companySectionV1Tag-container > div > img {
    max-width: 600px; }
  .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container {
    max-width: 600px;
    margin-right: 20px; }
    .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container .companySectionV1Tag-title {
      word-break: break-word;
      font-size: 56px;
      line-height: 67.2px;
      font-weight: 700;
      color: #003765; }
    .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container .companySectionV1Tag-description {
      color: #003765;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 1%;
      font-weight: 400;
      margin-top: 40px; }

@media screen and (min-width: 1310px) {
  .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container {
    max-width: 664px;
    flex-wrap: wrap; }
    .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container + div,
    .companySectionV1Tag-container > div .companySectionV1Tag-title-description-container + img {
      margin-right: -64px; } }

@media screen and (max-width: 1085px) {
  .companySectionV1Tag-container > div {
    justify-content: center;
    flex-wrap: wrap; }
    .companySectionV1Tag-container > div > div:nth-child(2) {
      display: flex;
      justify-content: center; }
    .companySectionV1Tag-container > div > img {
      max-width: 100%; }
    .companySectionV1Tag-container > div > div {
      width: 100%; } }

.companySectionV2Tag-container {
  background-color: #f2f8fb;
  width: 100%;
  max-width: 100% !important; }
  .companySectionV2Tag-container > div {
    display: flex;
    justify-content: space-between;
    padding: 0px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
    .companySectionV2Tag-container > div > img {
      max-height: 570px;
      max-width: 650px; }
    .companySectionV2Tag-container > div .companySectionV2Tag-detail-container {
      color: #003765;
      max-width: 600px;
      margin-left: 20px; }
      .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-title {
        font-size: 48px;
        line-height: 57.6px;
        font-weight: 700;
        margin-top: 8px; }
      .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-description {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1%;
        margin-top: 24px; }
      .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion {
        margin-top: 40px; }
        .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div {
          border: 1px solid #bfddea;
          border-radius: 50px;
          margin-top: 24px;
          padding-top: 32.5px;
          padding-bottom: 32.5px;
          padding-left: 34px;
          padding-right: 36px;
          transition: all 300ms; }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div:hover {
            cursor: pointer; }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div:hover, .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div.opened {
            background-color: white;
            border-color: white !important;
            box-shadow: 0px 7px 30px -10px rgba(0, 119, 173, 0.14); }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div.opened {
            border-radius: 25px; }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container .companySectionV2Tag-icon-name {
              font-size: 24px;
              line-height: 31.2px;
              font-weight: 700; }
              .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container .companySectionV2Tag-icon-name img {
                margin-right: 34px; }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-accordion-content {
            display: none;
            margin-top: 15px; }
          .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-accordion-content.active {
            display: block; }
          @media (max-width: 800px) {
            .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div {
              padding: 22px; }
              .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container .companySectionV2Tag-icon-name {
                display: flex;
                align-items: center;
                gap: 10px;
                font-size: 22px; }
                .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container .companySectionV2Tag-icon-name img {
                  margin-right: 0; } }
          @media (max-width: 600px) {
            .companySectionV2Tag-container > div .companySectionV2Tag-detail-container .companySectionV2Tag-accordion > div .companySectionV2Tag-icon-name-container .companySectionV2Tag-icon-name {
              font-size: 17px; } }
      @media (max-width: 600px) {
        .companySectionV2Tag-container > div .companySectionV2Tag-detail-container {
          margin-left: 0; } }
  @media screen and (min-width: 1085px) {
    .companySectionV2Tag-container > div .companySectionV2Tag-detail-container {
      max-width: 400px; } }
  @media screen and (min-width: 1342px) {
    .companySectionV2Tag-container > div .companySectionV2Tag-detail-container {
      max-width: 600px; } }
  @media screen and (max-width: 1085px) {
    .companySectionV2Tag-container > div {
      justify-content: center;
      flex-wrap: wrap; }
      .companySectionV2Tag-container > div > div {
        width: 100%; }
      .companySectionV2Tag-container > div > div:first-child {
        text-align: center; } }

.companyQuoteTag-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .companyQuoteTag-container > div {
    width: 33.33%;
    display: flex;
    margin-top: 40px;
    justify-content: space-between; }
    .companyQuoteTag-container > div .companyQuoteTag-box {
      width: 410.67px;
      min-height: 325px;
      padding: 24px;
      background-color: #003765;
      color: white;
      font-size: 24px;
      line-height: 31.2px;
      font-weight: 700;
      border-radius: 8px; }
      .companyQuoteTag-container > div .companyQuoteTag-box .companyQuoteTag-quote-icon {
        display: flex;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.15);
        align-items: center;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        margin-bottom: 30px; }
        .companyQuoteTag-container > div .companyQuoteTag-box .companyQuoteTag-quote-icon img {
          width: 24.6px;
          height: 16.78px; }
      .companyQuoteTag-container > div .companyQuoteTag-box .companyQuoteTag-author {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        color: #bfcdd8;
        margin-top: 16px; }
  @media screen and (min-width: 900px) {
    .companyQuoteTag-container {
      gap: 10px; }
      .companyQuoteTag-container > div {
        width: 50%; } }
  @media screen and (min-width: 900px) and (orientation: landscape) {
    .companyQuoteTag-container > div {
      width: 45%; } }
  @media screen and (min-width: 1245px) {
    .companyQuoteTag-container > div {
      width: auto; } }
  @media screen and (max-width: 900px) {
    .companyQuoteTag-container > div {
      width: 100%; } }

.companySectionV3Tag-container > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #003765; }
  .companySectionV3Tag-container > div > img {
    height: 100%; }
  .companySectionV3Tag-container > div .companySectionV3Tag-image-container img {
    border-radius: 8px;
    max-width: 600px; }
  .companySectionV3Tag-container > div .companySectionV3Tag-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin-top: 8px; }
  .companySectionV3Tag-container > div .companySectionV3Tag-check-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
    color: #4d7393;
    font-size: 18px;
    line-height: 28px; }
    .companySectionV3Tag-container > div .companySectionV3Tag-check-row .companySectionV3Tag-icon-container {
      display: flex;
      width: 48px;
      height: 48px;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #fef0d6;
      margin-right: 16px; }
  .companySectionV3Tag-container > div .companySectionV3Tag-detail-container {
    width: 100%;
    max-width: 600px; }

@media (max-width: 600px) {
  .companySectionV3Tag-container > div .companySectionV3Tag-title {
    font-size: 29px; }
  .companySectionV3Tag-container > div .companySectionV3Tag-check-row .companySectionV3Tag-icon-container {
    min-width: 48px;
    margin-right: 12px; } }

@media screen and (min-width: 1085px) {
  .companySectionV3Tag-container > div .companySectionV3Tag-detail-container {
    max-width: 400px; } }

@media screen and (min-width: 1310px) {
  .companySectionV3Tag-container > div .companySectionV3Tag-detail-container {
    max-width: 600px; } }

@media screen and (max-width: 1085px) {
  .companySectionV3Tag-container > div {
    justify-content: center; } }

.locationsTag-container {
  display: flex;
  justify-content: space-between;
  color: #003765; }
  .locationsTag-container .locationsTag-list-container {
    width: 100%;
    max-width: 450px; }
    .locationsTag-container .locationsTag-list-container .locationsTag-title {
      font-size: 48px;
      line-height: 120%;
      font-weight: 700;
      hyphens: none; }
      @media screen and (max-width: 480px) {
        .locationsTag-container .locationsTag-list-container .locationsTag-title {
          hyphens: manual; } }
    .locationsTag-container .locationsTag-list-container .locationsTag-search-container {
      position: relative;
      margin-top: 30px;
      margin-bottom: 30px; }
      .locationsTag-container .locationsTag-list-container .locationsTag-search-container input {
        width: 100%;
        height: 56px;
        border: 1px solid #bfddea;
        border-radius: 8px;
        padding: 8px;
        padding-left: 16px;
        padding-right: 35px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
        .locationsTag-container .locationsTag-list-container .locationsTag-search-container input::placeholder {
          color: #4d7393; }
        .locationsTag-container .locationsTag-list-container .locationsTag-search-container input:focus {
          outline: none; }
      .locationsTag-container .locationsTag-list-container .locationsTag-search-container img {
        position: absolute;
        right: 16px;
        top: 20px; }
    .locationsTag-container .locationsTag-list-container .locationsTag-locations {
      overflow-y: auto;
      height: 500px; }
      .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-synlab-bus {
        background-color: #003765;
        border-radius: 8px;
        padding: 24px;
        position: relative;
        color: white;
        font-size: 24px;
        font-weight: 700; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-synlab-bus .synlab-btn {
          display: block;
          background-color: white;
          color: #003765;
          text-align: center;
          margin-top: 16px; }
          .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-synlab-bus .synlab-btn i {
            margin-right: 9px; }
      .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location {
        border: 1px solid rgba(191, 221, 234, 0.25);
        border-radius: 8px;
        padding: 8px;
        margin-top: 30px;
        position: relative; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location:hover {
          cursor: pointer; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location.active {
          background-color: #f2f8fb; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location.locationsTag-hide {
          display: none; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location:first-child {
          margin-top: 0px; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location:last-child hr {
          display: none; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location hr {
          height: 1px;
          border: none;
          background-color: rgba(191, 221, 234, 0.25);
          position: absolute;
          width: 100%;
          bottom: -15px;
          left: 0px; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-name-icon-container {
          display: flex;
          text-align: left;
          justify-content: space-between; }
          .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-name-icon-container > div {
            font-weight: 700;
            font-size: 18px;
            line-height: 28px; }
          .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-name-icon-container img {
            margin-right: 8px; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-address {
          font-size: 16px;
          line-height: 24px;
          font-weight: 400; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-directions-booking-required {
          margin-top: 20px;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 10px; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-directions {
          display: flex;
          align-items: center;
          text-transform: uppercase;
          max-width: 40%;
          font-weight: 600;
          padding: 4px 16px; }
          .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-directions:hover {
            cursor: pointer;
            background-color: #f2f8fb;
            border-radius: 16px; }
          .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-directions > img {
            margin-right: 8px; }
        .locationsTag-container .locationsTag-list-container .locationsTag-locations .locationsTag-location .locationsTag-booking-required {
          padding: 6px;
          line-height: 1;
          border-radius: 6px;
          font-weight: 600;
          color: #ee7400;
          background-color: #fff8eb; }
  .locationsTag-container .locationsTag-detail-container {
    width: 100%;
    margin-left: 30px; }
    .locationsTag-container .locationsTag-detail-container .locationsTag-image-container > img {
      border-radius: 8px;
      width: 100%; }
    .locationsTag-container .locationsTag-detail-container .locationsTag-name-directions-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(191, 221, 234, 0.25);
      padding-top: 15px;
      padding-bottom: 15px; }
      .locationsTag-container .locationsTag-detail-container .locationsTag-name-directions-container .locationsTag-name {
        font-size: 25px;
        line-height: 30px;
        font-weight: 700; }
      .locationsTag-container .locationsTag-detail-container .locationsTag-name-directions-container .locationsTag-directions {
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        padding: 4px 16px;
        margin-right: -16px; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-name-directions-container .locationsTag-directions:hover {
          cursor: pointer;
          background-color: #f2f8fb;
          border-radius: 16px; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-name-directions-container .locationsTag-directions img {
          margin-right: 8px; }
    .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container {
      display: flex;
      justify-content: space-between;
      margin-top: 15px;
      font-size: 16px;
      line-height: 24px; }
      .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container {
        display: flex;
        flex-direction: column; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-title-container {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-title-container > img {
            margin-right: 5px; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-list-container {
          display: flex;
          flex-direction: column;
          margin-top: 15px;
          width: 210px; }
          .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-list-container .locationsTag-open-hours-row {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin-left: 30px; }
            .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-list-container .locationsTag-open-hours-row .locationsTag-day-container {
              margin-right: 15px; }
            .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container .locationsTag-open-hours-list-container .locationsTag-open-hours-row .locationsTag-hour-container {
              font-weight: 700; }
      .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container {
        width: 100%;
        max-width: 500px; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container .locationsTag-short-description-row {
          display: flex;
          flex-direction: row;
          align-items: flex-start;
          margin-top: 15px; }
          .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container .locationsTag-short-description-row:first-child {
            margin-top: 0px; }
          .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container .locationsTag-short-description-row > img {
            height: 18px;
            margin-right: 8px;
            margin-top: 3px; }
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container .synlab-btn {
          margin-top: 15px;
          width: 100%; }
          .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container .synlab-btn i {
            margin-right: 10px; }
      @media screen and (max-width: 1210px) {
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container {
          max-width: auto; } }
      @media screen and (max-width: 1000px) {
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-short-long-description-container,
        .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container .locationsTag-open-hours-container {
          max-width: 100%;
          min-width: 100%; } }
    @media screen and (max-width: 1000px) {
      .locationsTag-container .locationsTag-detail-container .locationsTag-description-open-hours-container {
        flex-wrap: wrap; } }

@media screen and (max-width: 990px) {
  .locationsTag-container {
    flex-wrap: wrap; }
    .locationsTag-container .locationsTag-list-container {
      max-width: 100%; }
      .locationsTag-container .locationsTag-list-container .locationsTag-locations {
        height: 300px; }
    .locationsTag-container .locationsTag-detail-container {
      margin-left: 0px;
      margin-top: 30px; } }

@media screen and (max-width: 800px) {
  .locationsTag-container {
    position: relative; }
    .locationsTag-container .locationsTag-list-container {
      opacity: 1;
      transition: opacity 1s ease-in-out; }
      .locationsTag-container .locationsTag-list-container .locationsTag-locations {
        height: auto; }
      .locationsTag-container .locationsTag-list-container.hide {
        opacity: 0; }
        .locationsTag-container .locationsTag-list-container.hide.animation-finished {
          max-height: 0;
          overflow: hidden; }
    .locationsTag-container .locationsTag-detail-container {
      position: absolute;
      top: 0;
      left: 100vw;
      z-index: 999;
      margin-top: 0;
      margin-left: -20px;
      margin-right: -20px;
      width: 100vw;
      padding-left: 20px;
      padding-right: 20px;
      background-color: white;
      transition: left 1s ease-in-out; }
      .locationsTag-container .locationsTag-detail-container.show {
        left: 0; }
        .locationsTag-container .locationsTag-detail-container.show.animation-finished {
          position: relative; }
      .locationsTag-container .locationsTag-detail-container #back-to-locations {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        padding: 4px 16px;
        margin-left: -16px;
        margin-bottom: 20px; }
        .locationsTag-container .locationsTag-detail-container #back-to-locations:hover {
          background-color: #f2f8fb;
          border-radius: 16px; }
        .locationsTag-container .locationsTag-detail-container #back-to-locations > img {
          margin-right: 8px; } }

.customerServiceContactTag-container {
  margin-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #003765;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1%;
  font-weight: 400; }
  .customerServiceContactTag-container > div {
    max-width: 371px; }
    .customerServiceContactTag-container > div .customerServiceContactTag-icon-title-container {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .customerServiceContactTag-container > div .customerServiceContactTag-icon-title-container .customerServiceContactTag-icon-container {
        height: 48px;
        width: 48px;
        background-color: #fef0d6;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px; }
    .customerServiceContactTag-container > div .customerServiceContactTag-title-container {
      font-size: 32px;
      line-height: 38.4px;
      font-weight: 700; }
    .customerServiceContactTag-container > div .customerServiceContactTag-open-hours-container {
      color: #4d7393;
      margin-top: 24px; }
    .customerServiceContactTag-container > div .customerServiceContactTag-ligth-blue {
      color: #4d7393; }
    .customerServiceContactTag-container > div .customerServiceContactTag-arrow {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      padding: 8px;
      border-radius: 100px; }
      .customerServiceContactTag-container > div .customerServiceContactTag-arrow img {
        margin-right: 13.5px; }
      .customerServiceContactTag-container > div .customerServiceContactTag-arrow a {
        font-weight: 700;
        text-decoration: none; }
      .customerServiceContactTag-container > div .customerServiceContactTag-arrow:hover {
        background: #f2f8fb; }
        .customerServiceContactTag-container > div .customerServiceContactTag-arrow:hover a {
          color: #0077ad; }

@media screen and (max-width: 800px) {
  .customerServiceContactTag-container {
    margin-top: 0;
    flex-direction: column;
    align-items: center; }
    .customerServiceContactTag-container > div {
      max-width: 100%;
      width: 100%; } }

.leaveFeedBackTag-container > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 154px;
  color: white;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
  background-color: #003765;
  border-radius: 8px;
  padding: 15px; }
  .leaveFeedBackTag-container > div a {
    display: flex;
    align-items: center;
    height: 51px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: white;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 34px;
    margin-left: 40px;
    text-transform: uppercase;
    transition: all 0.15s ease; }
    .leaveFeedBackTag-container > div a i {
      margin-right: 6px; }
    .leaveFeedBackTag-container > div a:hover {
      color: #fff;
      background-color: #0077ad; }
    .leaveFeedBackTag-container > div a img {
      margin-right: 9.5px; }

@media screen and (max-width: 800px) {
  .leaveFeedBackTag-container > div {
    flex-direction: column; }
    .leaveFeedBackTag-container > div a {
      margin-top: 15px;
      margin-left: 0px; } }

#how-it-works-right-banner {
  margin: 0 !important; }
  #how-it-works-right-banner #how-it-works-right-banner-content h3 {
    margin-bottom: 24px !important; }
  #how-it-works-right-banner #right-banner-img img {
    max-height: 450px;
    width: 100%;
    object-fit: cover; }

#how-it-works-right-banner-btn {
  font-weight: 600;
  margin-top: 0 !important;
  transition: all 300ms; }
  #how-it-works-right-banner-btn:hover {
    background-color: #0077ad !important;
    color: white !important; }

#w-how-it-works .w-row {
  border-color: #bfddea !important;
  overflow: hidden;
  transition: all 300ms; }
  #w-how-it-works .w-row:hover, #w-how-it-works .w-row.opened {
    background-color: white !important;
    border-color: white !important;
    box-shadow: 0px 7px 30px -10px rgba(0, 119, 173, 0.14); }
  #w-how-it-works .w-row .w-body {
    display: block !important;
    visibility: hidden;
    height: 0;
    padding: 0 15px;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, height 0.2s ease-in-out, padding 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  #w-how-it-works .w-row.opened {
    border-radius: 25px; }
    #w-how-it-works .w-row.opened .w-body {
      visibility: visible;
      height: auto;
      padding: 15px 15px 0 15px;
      opacity: 1; }

#w-how-it-works .w-icon {
  background-color: #f2f8fb !important; }

#w-how-it-works .w-subtitle {
  text-transform: lowercase; }
  #w-how-it-works .w-subtitle:first-letter {
    text-transform: uppercase; }

@media screen and (min-width: 800px) {
  [data-content-region="home_below_featured_products"],
  #how-it-works-container {
    margin: 0 -64px; }
    [data-content-region="home_below_featured_products"] [data-sub-layout]:first-of-type,
    #how-it-works-container [data-sub-layout]:first-of-type {
      padding-left: 64px !important; }
      [data-content-region="home_below_featured_products"] [data-sub-layout]:first-of-type p:first-of-type,
      #how-it-works-container [data-sub-layout]:first-of-type p:first-of-type {
        font-weight: 700; }
    [data-content-region="home_below_featured_products"] [data-sub-layout]:last-of-type,
    #how-it-works-container [data-sub-layout]:last-of-type {
      justify-content: flex-start !important;
      margin-top: 0 !important;
      background-color: #003765 !important; }
      [data-content-region="home_below_featured_products"] [data-sub-layout]:last-of-type #how-it-works-right-banner,
      #how-it-works-container [data-sub-layout]:last-of-type #how-it-works-right-banner {
        margin-top: 0 !important; }
  #how-it-works-right-banner-content {
    padding: 40px 64px 20px 64px !important; } }

#quick_links_table a:hover {
  color: #003765; }

@media screen and (max-width: 800px) {
  #w-how-it-works .w-title {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 54px !important; }
  #w-how-it-works .w-icon {
    height: 48px !important;
    width: 48px !important; }
  #how-it-works-right-banner-content h3 {
    font-size: 32px !important;
    line-height: 120% !important; }
  [data-content-region="home_below_featured_products"],
  #how-it-works-container {
    margin-left: -20px;
    margin-right: -20px; }
    [data-content-region="home_below_featured_products"] [data-sub-layout]:first-of-type,
    #how-it-works-container [data-sub-layout]:first-of-type {
      min-height: auto !important; }
      [data-content-region="home_below_featured_products"] [data-sub-layout]:first-of-type [data-edit-mode] p,
      #how-it-works-container [data-sub-layout]:first-of-type [data-edit-mode] p {
        font-weight: bold;
        font-size: 32px;
        line-height: 120%; }
  .breadcrumbs {
    display: none !important; } }

[data-content-region="home_below_featured_products"] [data-sub-layout]:last-of-type,
#how-it-works-container [data-sub-layout]:last-of-type {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-color: #003765 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.featured-products .productCarousel-slide {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out; }
  .featured-products .productCarousel-slide.fadedOut {
    visibility: hidden;
    opacity: 0; }

.featured-products #filter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 36px; }
  .featured-products #filter a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    padding: 8px 16px 8px 16px;
    border: 1px solid #bfddea;
    color: #4d7393;
    border-radius: 25px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out; }
    .featured-products #filter a span {
      width: 0;
      margin-right: 0;
      opacity: 0;
      transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out, opacity 0.2s ease-in-out; }
    .featured-products #filter a.active {
      padding-left: 14px;
      border: 1px solid #0077ad;
      color: #0077ad;
      background-color: #d9ebf3; }
      .featured-products #filter a.active span {
        width: 8px;
        height: 8px;
        background-color: #0077ad;
        border-radius: 50%;
        margin-right: 8px;
        opacity: 1; }
    .featured-products #filter a:hover {
      background-color: #d9ebf3; }

.locationsTag-name-directions-container .locationsTag-directions {
  display: none !important; }

#synlab-menu-v2 {
  position: relative;
  background-color: #003765;
  -webkit-tap-highlight-color: transparent; }
  #synlab-menu-v2 .menu-container {
    display: flex;
    align-items: center;
    padding: 0 64px; }
    #synlab-menu-v2 .menu-container .righ-menu-buttons {
      display: flex;
      align-items: center; }
      #synlab-menu-v2 .menu-container .righ-menu-buttons a {
        text-decoration: none;
        font-size: 20px; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a:nth-of-type(1) svg {
          width: 18px;
          height: 18px; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a:nth-of-type(2) svg {
          width: 24px;
          height: 24px; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a:hover span:not(.countPill) {
          color: green;
          background-color: #4d7393; }
          #synlab-menu-v2 .menu-container .righ-menu-buttons a:hover span:not(.countPill) svg path {
            fill: #f9b232; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a > i {
          padding: 8px;
          border: 1px solid #4d7393;
          border-radius: 20px;
          font-weight: 600; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a > span.navUser-item-cartLabel {
          padding: 13px;
          border: 1px solid #4d7393;
          border-radius: 50%;
          font-weight: 600; }
        #synlab-menu-v2 .menu-container .righ-menu-buttons a:nth-of-type(2) > span.navUser-item-cartLabel {
          padding: 10px; }
    #synlab-menu-v2 .menu-container .menu-list-wrapper {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-grow: 1;
      margin: 26px 0; }
      #synlab-menu-v2 .menu-container .menu-list-wrapper .menu-item {
        list-style: none;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px; }
        #synlab-menu-v2 .menu-container .menu-list-wrapper .menu-item a {
          text-decoration: none;
          color: #fff;
          font-weight: 600;
          font-size: 18px;
          line-height: 28px; }
        #synlab-menu-v2 .menu-container .menu-list-wrapper .menu-item.active a {
          line-height: 28px;
          border-bottom: 4px solid #f9b232;
          color: #f9b232;
          padding-bottom: 24px; }
    #synlab-menu-v2 .menu-container .fi-menu-list-wrapper a {
      text-decoration: none;
      color: #fff;
      font-weight: 600;
      font-size: 18px;
      line-height: 28px; }
      #synlab-menu-v2 .menu-container .fi-menu-list-wrapper a:hover, #synlab-menu-v2 .menu-container .fi-menu-list-wrapper a.active {
        color: #f9b232; }
  #synlab-menu-v2 .navUser-action {
    position: relative; }
    #synlab-menu-v2 .navUser-action .countPill {
      position: absolute;
      right: 6px;
      top: 12px;
      left: initial !important;
      color: #003765;
      background-color: #f9b232; }
      #synlab-menu-v2 .navUser-action .countPill:after {
        display: none; }
    #synlab-menu-v2 .navUser-action svg path {
      stroke-width: 0;
      fill: white; }
  #synlab-menu-v2 [data-content-region="header_right_side--global"] {
    display: flex;
    justify-content: center; }
  #synlab-menu-v2 .menu-container-mobile {
    height: 60px;
    max-height: 60px;
    align-items: center;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px !important; }
    #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay {
      display: none;
      opacity: 0; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay.open {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        opacity: 1;
        background-color: #003765;
        -webkit-animation: fadeIn 0.2s;
        animation: fadeIn 0.2s;
        overflow-x: hidden; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .top-overlay {
        height: 200px;
        background-color: white; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .top-overlay .mobile-menu-close {
          display: inline-flex;
          margin: 20px 0 0 16px;
          border-radius: 31px;
          background-color: #f2f8fb;
          padding: 16px;
          cursor: pointer;
          position: absolute; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .top-overlay .top-container {
          padding-top: 28px; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .mobile-menu-content,
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .mobile-menu-content-finland {
        background-color: transparent;
        color: white;
        text-align: left;
        width: 100%;
        border: none;
        outline: none;
        transition: 0.4s; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 16px;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        border-bottom: 0.2px solid #4d7393;
        cursor: pointer; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button svg line {
          stroke: white; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button .minusIcon {
          display: none; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        border-bottom: 0.2px solid #4d7393; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland a {
          text-decoration: none;
          color: #ffffff;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          cursor: pointer;
          height: 101%;
          width: 100%;
          margin-bottom: -1px;
          display: flex;
          align-items: center;
          padding: 0 16px; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland a:hover {
            background-color: #4d7393; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland svg line {
          stroke: white; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland .icons-wrapper {
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 16px;
          cursor: pointer; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland .icons-wrapper:hover {
            background-color: #4d7393; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland .icons-wrapper .minusIcon,
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland .icons-wrapper .plusIcon {
            width: 24px;
            height: 24px; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapse-button-finland .icons-wrapper .minusIcon {
            display: none; }
      #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapsed-items {
        display: none;
        overflow: hidden;
        background-color: white;
        transition: height 0.6s;
        flex-direction: column;
        justify-content: center; }
        #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapsed-items a {
          color: #003765;
          text-decoration: none;
          padding: 0 10px 0 16px;
          height: 60px;
          line-height: 60px; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapsed-items a:hover {
            background-color: #f2f8fb; }
          #synlab-menu-v2 .menu-container-mobile .mobile-menu-overlay .collapsed-items a span {
            padding: 2px 8px;
            border-radius: 4px;
            margin-left: 8px; }
    #synlab-menu-v2 .menu-container-mobile .mobile-menu-open img {
      width: 24px;
      height: 24px; }
    #synlab-menu-v2 .menu-container-mobile .logoImage {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #synlab-menu-v2 .menu-container-mobile .logoImage a {
        display: block; }
    #synlab-menu-v2 .menu-container-mobile .righ-menu-buttons {
      display: flex;
      align-items: center;
      gap: 20px; }
      #synlab-menu-v2 .menu-container-mobile .righ-menu-buttons > .navUser-action {
        display: flex;
        align-items: center; }
        #synlab-menu-v2 .menu-container-mobile .righ-menu-buttons > .navUser-action img {
          width: 24px;
          height: 24px; }
  #synlab-menu-v2 .nav-dropdown {
    position: absolute;
    width: 100%;
    min-height: 400px;
    border-top: 1px solid #cccccc;
    background-color: white;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    padding-top: 20px; }
    #synlab-menu-v2 .nav-dropdown .container::after {
      clear: both;
      display: block;
      content: ""; }
    #synlab-menu-v2 .nav-dropdown .container {
      height: 100%;
      display: flex;
      justify-content: space-between; }
      #synlab-menu-v2 .nav-dropdown .container .left-menu-content {
        height: 100%;
        display: inline-flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-shrink: 0; }
        #synlab-menu-v2 .nav-dropdown .container .left-menu-content a {
          margin-bottom: 15px;
          text-decoration: none;
          font-weight: 600;
          font-size: 14px;
          text-transform: uppercase;
          color: #003765;
          padding: 4px 16px;
          text-decoration: none;
          font-weight: 600;
          font-size: 14px !important;
          text-transform: uppercase;
          color: #003765 !important;
          padding: 4px 16px; }
          #synlab-menu-v2 .nav-dropdown .container .left-menu-content a:hover {
            color: #0077ad;
            background-color: #f2f8fb;
            border-radius: 13px; }
          #synlab-menu-v2 .nav-dropdown .container .left-menu-content a span {
            padding: 2px 8px;
            border-radius: 4px;
            margin-left: 8px; }
      #synlab-menu-v2 .nav-dropdown .container .right-menu-content {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
        width: 100%; }
        #synlab-menu-v2 .nav-dropdown .container .right-menu-content .synlab-card {
          max-width: 265px; }
  #synlab-menu-v2 .nav-dropdown.open {
    visibility: visible;
    opacity: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1012px) {
    #synlab-menu-v2 .menu-container {
      display: flex; }
    #synlab-menu-v2 .menu-container-mobile {
      display: none; } }
  @media only screen and (max-width: 1012px) {
    #synlab-menu-v2 #category-head {
      margin-top: 0px !important; }
    #synlab-menu-v2 .menu-container,
    #synlab-menu-v2 .header-section {
      display: none; }
    #synlab-menu-v2 .menu-container-mobile {
      display: flex; }
    #synlab-menu-v2 body {
      padding-top: 0px !important; }
    #synlab-menu-v2 .navUser-action {
      padding: 0px !important; }
    #synlab-menu-v2 .countPill {
      position: absolute !important;
      top: 15px !important;
      left: 5px !important; }
    #synlab-menu-v2 #synlab-cart-preview-content {
      width: 375px !important; }
      #synlab-menu-v2 #synlab-cart-preview-content .cart-item-label,
      #synlab-menu-v2 #synlab-cart-preview-content label.cart-item-label {
        display: none; } }

body.menu-open #synlab-menu-v2 {
  z-index: 999; }

body.menu-open .header-section .container {
  z-index: 999; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#synlab-menu-v3 {
  position: relative;
  background-color: #003765; }
  #synlab-menu-v3 .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #synlab-menu-v3 .container .right-menu-buttons {
      display: flex;
      align-items: center; }
      #synlab-menu-v3 .container .right-menu-buttons a {
        text-decoration: none;
        font-size: 20px; }
        #synlab-menu-v3 .container .right-menu-buttons a:nth-of-type(1) svg {
          width: 24px;
          height: 24px; }
        #synlab-menu-v3 .container .right-menu-buttons a:nth-of-type(2) svg {
          width: 24px;
          height: 24px; }
        #synlab-menu-v3 .container .right-menu-buttons a > i {
          padding: 8px;
          border: 1px solid #4d7393;
          border-radius: 20px;
          font-weight: 600; }
        #synlab-menu-v3 .container .right-menu-buttons a > span.navUser-item-cartLabel {
          padding: 13px;
          border: 1px solid #4d7393;
          border-radius: 50%;
          font-weight: 600; }
        #synlab-menu-v3 .container .right-menu-buttons a > span.navUser-item-cartLabel {
          padding: 10px; }
    #synlab-menu-v3 .container.menu-container a:hover[data-cart-preview] svg {
      fill: #4d7393; }
      #synlab-menu-v3 .container.menu-container a:hover[data-cart-preview] svg path {
        stroke: #f9b232; }
    #synlab-menu-v3 .container.menu-container a:hover[data-search] svg path {
      fill: #f9b232; }
    #synlab-menu-v3 .container.menu-container a:hover span.navUser-action {
      background-color: #4d7393; }
    #synlab-menu-v3 .container.menu-container ul {
      list-style: none;
      display: flex;
      gap: 40px;
      margin: 0; }
      #synlab-menu-v3 .container.menu-container ul a {
        display: flex;
        gap: 10px;
        color: white;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        text-decoration: none;
        padding: 14px 5px; }
        #synlab-menu-v3 .container.menu-container ul a:hover {
          color: #f9b232; }
      #synlab-menu-v3 .container.menu-container ul li {
        position: relative; }
        #synlab-menu-v3 .container.menu-container ul li ul {
          position: absolute;
          white-space: nowrap;
          height: 0;
          display: flex;
          flex-direction: column;
          gap: 10px;
          overflow: hidden;
          padding: 0 20px;
          left: -30px;
          background-color: white;
          z-index: 2;
          box-shadow: 0 20px 13px rgba(0, 0, 0, 0.2);
          transition: height 0.3s; }
          #synlab-menu-v3 .container.menu-container ul li ul li:first-of-type {
            margin-top: 20px; }
          #synlab-menu-v3 .container.menu-container ul li ul li:last-of-type {
            margin-bottom: 20px; }
          #synlab-menu-v3 .container.menu-container ul li ul a {
            color: #003765;
            padding: 14px 20px;
            font-weight: 400; }
            #synlab-menu-v3 .container.menu-container ul li ul a img {
              transition: transform 0.3s; }
        #synlab-menu-v3 .container.menu-container ul li.open a img {
          transform: rotate(180deg); }
    #synlab-menu-v3 .container.menu-container-mobile {
      display: none;
      background-color: white;
      height: 60px; }
      #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay {
        display: none; }
        #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay.open {
          display: block;
          height: 100%;
          width: 100%;
          position: fixed;
          z-index: 9999;
          top: 0;
          left: 0;
          opacity: 1;
          background-color: white;
          -webkit-animation: fadeIn 0.2s;
          animation: fadeIn 0.2s;
          overflow-x: hidden; }
        #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay .top-overlay {
          min-height: 100px; }
          #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay .top-overlay .mobile-menu-close {
            display: inline-flex;
            margin: 20px 0 0 16px;
            border-radius: 31px;
            background-color: #f2f8fb;
            padding: 16px;
            cursor: pointer;
            position: absolute; }
          #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay .top-overlay .top-container {
            padding-top: 28px; }
        #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay ul {
          list-style: none;
          display: flex;
          flex-direction: column;
          gap: 40px;
          margin: 0;
          padding: 0 40px; }
          #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay ul li a {
            display: flex;
            gap: 20px;
            text-decoration: none;
            color: #4d7393;
            font-size: 16px;
            line-height: 30px;
            font-weight: 700; }
            #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay ul li a:hover {
              color: #f9b232; }
          #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay ul li ul {
            display: none;
            padding: 20px 40px;
            margin: 0 -40px;
            background-color: #f6fbff; }
          #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-overlay ul li.open ul {
            display: flex; }
      #synlab-menu-v3 .container.menu-container-mobile .right-menu-buttons {
        display: flex;
        gap: 20px;
        align-items: center; }
        #synlab-menu-v3 .container.menu-container-mobile .right-menu-buttons svg {
          width: 24px;
          height: 24px; }
          #synlab-menu-v3 .container.menu-container-mobile .right-menu-buttons svg path {
            stroke: #0077AD; }
        #synlab-menu-v3 .container.menu-container-mobile .right-menu-buttons .navUser-action > span {
          border: none;
          padding: 0; }
      #synlab-menu-v3 .container.menu-container-mobile .mobile-menu-content {
        background-color: transparent;
        color: white;
        text-align: left;
        width: 100%;
        border: none;
        outline: none;
        transition: 0.4s; }
  #synlab-menu-v3 .navUser-action {
    position: relative; }
    #synlab-menu-v3 .navUser-action .countPill {
      position: absolute;
      right: 6px;
      top: 12px;
      left: initial !important;
      color: #003765;
      background-color: #f9b232; }
      #synlab-menu-v3 .navUser-action .countPill:after {
        display: none; }
    #synlab-menu-v3 .navUser-action[data-cart-preview] svg {
      fill: transparent; }
      #synlab-menu-v3 .navUser-action[data-cart-preview] svg path {
        stroke: white; }
    #synlab-menu-v3 .navUser-action[data-search] svg path {
      stroke-width: 0;
      fill: white; }

@media only screen and (max-width: 1012px) {
  #synlab-menu-v3 .container.menu-container-mobile {
    display: flex; }
  #synlab-menu-v3 .container.menu-container {
    display: none; } }

[data-content-region="header_language_selector_under_logo--global"] {
  margin-bottom: 10px;
  display: flex;
  justify-content: center; }
  [data-content-region="header_language_selector_under_logo--global"] div {
    display: flex;
    align-items: center;
    gap: 24px; }
    [data-content-region="header_language_selector_under_logo--global"] div a {
      text-decoration: none;
      color: #003765;
      font-size: 16px;
      padding: 4px 8px; }
      [data-content-region="header_language_selector_under_logo--global"] div a:hover {
        color: #003765 !important;
        background-color: #f2f8fb;
        border-radius: 16px; }

[data-content-region="header_right_side--global"] {
  display: flex;
  justify-content: center; }

body:has(> .header--sticky) {
  height: fit-content; }

.companySectionV4Tag-container {
  color: #003765; }
  .companySectionV4Tag-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .companySectionV4Tag-container > div > img {
      max-height: 404px;
      border-radius: 8px; }
    .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container {
      max-width: 592px;
      padding-left: 15px; }
      .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container .companySectionV4Tag-title-container {
        font-size: 40px;
        line-height: 48px;
        font-weight: 700; }
      .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container .companySectionV4Tag-description-container {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -1%;
        font-weight: 400;
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container .companySectionV4Tag-description-container .tagBtn {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin-top: 40px;
          background-color: #003765;
          color: white;
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 5%;
          font-weight: 600;
          text-transform: uppercase;
          padding: 16px 24px;
          border-radius: 34px;
          transition: all 300ms;
          text-decoration: none; }
          .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container .companySectionV4Tag-description-container .tagBtn:hover {
            color: white;
            background-color: #0077ad; }
          .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container .companySectionV4Tag-description-container .tagBtn > img {
            width: 13px;
            height: 14px;
            margin-right: 9.5px; }
  @media screen and (max-width: 1000px) {
    .companySectionV4Tag-container > div {
      flex-direction: column;
      align-items: center; }
      .companySectionV4Tag-container > div .companySectionV4Tag-title-description-container {
        margin-top: 15px;
        padding-left: 0; } }

.careerV1Tag-container {
  color: #003765; }
  .careerV1Tag-container > div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .careerV1Tag-container > div > div img {
      max-height: 644px;
      max-width: 600px; }
    .careerV1Tag-container > div > div:first-child {
      max-width: 600px; }
    .careerV1Tag-container > div .careerV1Tag-title-container {
      font-size: 56px;
      line-height: 67.2px;
      font-weight: 700; }
    .careerV1Tag-container > div .careerV1Tag-description-container {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -1%;
      font-weight: 400;
      margin-top: 40px; }
    .careerV1Tag-container > div .careerV1Tag-check-title-container {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      margin-top: 40px; }
    .careerV1Tag-container > div .careerV1Tag-checks-container {
      display: flex;
      flex-flow: row wrap;
      margin-top: 8px; }
      .careerV1Tag-container > div .careerV1Tag-checks-container > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 50%;
        margin-top: 32px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -1%;
        font-weight: 400;
        color: #4d7393; }
        .careerV1Tag-container > div .careerV1Tag-checks-container > div .careerV1Tag-icon {
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          background-color: #fef0d6;
          width: 48px;
          height: 48px;
          margin-right: 16px; }
        .careerV1Tag-container > div .careerV1Tag-checks-container > div .careerV1Tag-label {
          max-width: calc(100% - 64px); }
  @media screen and (max-width: 1150px) {
    .careerV1Tag-container > div {
      flex-direction: column; }
    .careerV1Tag-container > div .careerV1Tag-title-container {
      margin-top: 50px; }
    .careerV1Tag-container > div > div > img {
      max-height: auto;
      max-width: 100%;
      margin-top: 15px; } }

.careerV2Tag-container {
  color: #003765;
  background-color: #f2f8fb;
  padding: 80px 0px; }
  .careerV2Tag-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .careerV2Tag-container > div .careerV2Tag-title-container {
      font-size: 40px;
      line-height: 48px;
      font-weight: 700; }
    .careerV2Tag-container > div .careerV2Tag-positions-container {
      display: flex;
      flex-direction: column; }
      .careerV2Tag-container > div .careerV2Tag-positions-container > a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 24px 32px;
        text-decoration: none;
        width: 811px;
        border: 1px solid #bfddea;
        border-radius: 40px;
        margin-top: 24px; }
        .careerV2Tag-container > div .careerV2Tag-positions-container > a:first-child {
          margin-top: 0px; }
        .careerV2Tag-container > div .careerV2Tag-positions-container > a:hover {
          color: #003765; }
        .careerV2Tag-container > div .careerV2Tag-positions-container > a .careerV2Tag-label-container {
          font-size: 20px;
          line-height: 30px;
          font-weight: 700;
          flex-grow: 1; }
        .careerV2Tag-container > div .careerV2Tag-positions-container > a .careerV2Tag-tag-container {
          font-size: 14px;
          line-height: 20px;
          font-weight: 700;
          padding: 2px 8px;
          background-color: #fcd898;
          border-radius: 4px;
          margin-right: 29.5px; }

@media screen and (max-width: 1135px) {
  .careerV2Tag-container > div .careerV2Tag-positions-container > a {
    width: 600px; } }

@media screen and (max-width: 1000px) {
  .careerV2Tag-container > div .careerV2Tag-positions-container > a {
    width: 100%; }
  .careerV2Tag-container > div {
    flex-direction: column; }
  .careerV2Tag-container > div .careerV2Tag-positions-container > a:first-child {
    margin-top: 24px; } }

.careerV3Tag-container {
  color: #003765; }
  .careerV3Tag-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .careerV3Tag-container > div .careerV3Tag-detail-container {
      max-width: 592px; }
      .careerV3Tag-container > div .careerV3Tag-detail-container .careerV3Tag-title-container {
        font-size: 40px;
        line-height: 48px;
        font-weight: 700; }
      .careerV3Tag-container > div .careerV3Tag-detail-container .careerV3Tag-description-container {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin-top: 24px; }
        .careerV3Tag-container > div .careerV3Tag-detail-container .careerV3Tag-description-container a {
          font-weight: 700;
          text-decoration: none;
          color: #0077ad; }
    .careerV3Tag-container > div .careerV3Tag-image-container img {
      border-radius: 8px; }

@media screen and (max-width: 1000px) {
  .careerV3Tag-container > div {
    flex-direction: column;
    align-items: center; }
    .careerV3Tag-container > div .careerV3Tag-image-container {
      margin-top: 24px; } }

.careerV4Tag-container {
  color: #003765; }
  .careerV4Tag-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .careerV4Tag-container > div .careerV4Tag-image-container img {
      border-radius: 8px; }
    .careerV4Tag-container > div .careerV4Tag-detail-container {
      max-width: 592px;
      margin-left: 15px; }
      .careerV4Tag-container > div .careerV4Tag-detail-container .careerV4Tag-title-container {
        font-size: 40px;
        line-height: 48px;
        font-weight: 700; }
      .careerV4Tag-container > div .careerV4Tag-detail-container .careerV4Tag-list-container > div {
        display: flex;
        flex-direction: row;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -1%;
        font-weight: 400;
        margin-top: 24px; }
        .careerV4Tag-container > div .careerV4Tag-detail-container .careerV4Tag-list-container > div .careerV4Tag-dot-container {
          background-color: #0077ad;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          margin-right: 24px;
          margin-top: 10px; }

@media screen and (max-width: 1000px) {
  .careerV4Tag-container > div {
    flex-direction: column;
    align-items: center; }
  .careerV4Tag-container > div .careerV4Tag-detail-container {
    margin-top: 15px; } }

.careerDetailHeadTag-container {
  color: #003765;
  border-bottom: 1px solid #d9ebf3; }
  .careerDetailHeadTag-container > div {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative; }
    .careerDetailHeadTag-container > div .careerDetailHeadTag-down-icon {
      padding: 8px; }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-down-icon.careerDetailHeadTag-close {
        transform: rotate(180deg); }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-down-icon:hover {
        cursor: pointer; }
    .careerDetailHeadTag-container > div .careerDetailHeadTag-wrapper-container {
      display: flex; }
    .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container {
      max-width: 811px;
      padding-top: 32px; }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-title-container {
        font-size: 64px;
        line-height: 76.8px;
        font-weight: 700; }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-tag-container {
        color: #0077ad;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        padding: 2px 8px;
        background-color: #f2f8fb;
        margin-top: 16px;
        display: inline-block;
        border-radius: 4px; }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-description-container {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -1%;
        font-weight: 400;
        margin-top: 34px; }
      .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container {
        display: flex;
        flex-flow: row wrap;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -1%;
        font-weight: 400;
        color: #4d7393; }
        .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container > div {
          display: flex;
          flex-direction: row;
          align-items: center;
          width: 50%;
          margin-top: 32px; }
          .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container > div > div:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background-color: #fef0d6;
            width: 48px;
            height: 48px;
            margin-right: 16px; }
          .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container > div > div:last-child {
            max-width: 300px; }

@media screen and (max-width: 1200px) {
  .careerDetailHeadTag-container > div .careerDetailHeadTag-icon {
    left: 20px;
    bottom: 15px; }
  .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container {
    padding-bottom: 50px;
    padding-top: 50px; } }

@media screen and (max-width: 1000px) {
  .careerDetailHeadTag-container > div {
    flex-direction: column;
    align-items: center; } }

@media screen and (max-width: 700px) {
  .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container {
    flex-direction: column;
    align-items: flex-start; }
  .careerDetailHeadTag-container > div .careerDetailHeadTag-detail-container .careerDetailHeadTag-list-container .careerDetailHeadTag-row-container {
    width: auto; } }

.includeTag-container {
  color: #003765; }
  .includeTag-container.container, .includeTag-container > .container {
    padding: 0px !important; }

.titleListV1Tag-container {
  color: #003765; }
  .titleListV1Tag-container .titleListV1Tag-title-container {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
    margin-top: 54px; }
  .titleListV1Tag-container .titleListV1Tag-list-container > div {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 24px; }
    .titleListV1Tag-container .titleListV1Tag-list-container > div .titleListV1Tag-dot-container {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #0077ad;
      margin-right: 24px;
      margin-top: 12px; }

.titleTextV1Tag-container {
  color: #003765;
  margin-top: 54px; }
  .titleTextV1Tag-container .titleTextV1Tag-title-container {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700; }
  .titleTextV1Tag-container .titleTextV1Tag-text-container {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 24px; }

.areYouInterestedTag-container {
  color: white;
  margin-top: 54px; }
  .areYouInterestedTag-container > div {
    background-color: #003765;
    padding: 40px;
    border-radius: 8px;
    display: flex; }
    .areYouInterestedTag-container > div .areYouInterestedTag-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 48px;
      width: 48px;
      background-color: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      margin-right: 30px; }
    .areYouInterestedTag-container > div .areYouInterestedTag-title-container {
      font-size: 32px;
      line-height: 38.4px;
      font-weight: 700; }
    .areYouInterestedTag-container > div .areYouInterestedTag-text-container {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -1%;
      margin-top: 16px; }
      .areYouInterestedTag-container > div .areYouInterestedTag-text-container a {
        color: white;
        font-weight: 700; }

.shareTag-container {
  border-top: 1px solid #d9ebf3;
  margin-top: 54px; }
  .shareTag-container > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px; }
    .shareTag-container > div .shareTag-left-side-container {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .shareTag-container > div .shareTag-left-side-container .shareTag-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-right: 11px;
        overflow: hidden; }
      .shareTag-container > div .shareTag-left-side-container .shareTag-sub-title-container {
        color: #809bb2; }
    .shareTag-container > div .shareTag-right-side-container {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .shareTag-container > div .shareTag-right-side-container .shareTag-text-container {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        letter-spacing: 0.05em;
        color: #4d7393; }
      .shareTag-container > div .shareTag-right-side-container .shareTag-social-list-container {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .shareTag-container > div .shareTag-right-side-container .shareTag-social-list-container > a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 48px;
          height: 48px;
          border: 1px solid #003765;
          border-radius: 50%;
          margin-left: 16px; }

@media screen and (max-width: 650px) {
  .shareTag-container > div {
    flex-direction: column;
    align-items: flex-start; } }

.header-share .shareTag-container {
  margin-bottom: 54px; }
  .header-share .shareTag-container > div .shareTag-right-side-container .shareTag-social-list-container > a {
    border: 1px solid white; }

.blogOrderTag-container {
  margin-bottom: 24px;
  margin-top: 24px; }
  .blogOrderTag-container > div {
    display: flex;
    flex-direction: row; }
    .blogOrderTag-container > div .blogOrderTag-number-container {
      font-size: 48px;
      line-height: 57.6px;
      font-weight: 700;
      color: #bfddea;
      border-right: 1px solid #bfddea;
      padding-right: 32px;
      margin-right: 32px; }
    .blogOrderTag-container > div .blogOrderTag-title-container {
      color: #003765;
      font-size: 40px;
      line-height: 48px;
      font-weight: 700; }

.blog-body blockquote {
  background-color: #003765;
  color: white;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 21px; }
  .blog-body blockquote p {
    margin: 0px; }
  .blog-body blockquote > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .blog-body blockquote > div .icon-side {
      width: 48px;
      height: 48px;
      background-color: rgba(255, 255, 255, 0.15);
      display: flex;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
      .blog-body blockquote > div .icon-side img {
        width: 24.6px;
        height: 16.78px; }
    .blog-body blockquote > div .quote-side {
      width: calc(100% - 78px); }
      .blog-body blockquote > div .quote-side .quote-text-container {
        font-size: 32px;
        line-height: 38.4px;
        font-weight: 700; }
      .blog-body blockquote > div .quote-side .quote-author-container {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.01em;
        color: #bfcdd8;
        margin-top: 24px; }

.blog-body h2 {
  display: flex;
  flex-direction: row;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700; }
  .blog-body h2 span:first-child {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    color: #bfddea;
    padding-right: 30px;
    margin-top: 5px; }
  .blog-body h2 span:last-child {
    border-left: 1px solid #bfddea;
    padding-left: 30px;
    margin-top: 5px; }

.blog-body .image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }
  .blog-body .image-container img {
    flex-basis: calc(50% - 10.5px); }

@media screen and (max-width: 810px) {
  .blog-body .image-container {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }
    .blog-body .image-container img:last-child {
      margin-top: 21px; } }

.blog-body p, .blog-body ul li {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em; }

.blog-body h3 {
  width: 100%;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700; }

.blog-body ul {
  list-style: none;
  margin-left: 25px; }
  .blog-body ul li {
    margin-bottom: 24px; }
    .blog-body ul li:last-child {
      margin-bottom: 0px; }
  .blog-body ul li::before {
    content: "\2022";
    color: #0077ad;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.blog-body ol {
  list-style: none;
  counter-reset: item;
  margin-left: 0px; }
  .blog-body ol li {
    counter-increment: item;
    position: relative;
    padding-left: 40px;
    margin-top: 54px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em; }
  .blog-body ol li::before {
    content: counter(item);
    background: #003765;
    border-radius: 100%;
    color: white;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600; }

.synlab-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(217, 235, 243, 0.8);
  z-index: 2;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  .synlab-modal.open {
    visibility: visible;
    opacity: 1;
    overflow-y: auto; }
  .synlab-modal.closed {
    visibility: hidden;
    opacity: 0; }
  .synlab-modal .synlab-modal-container {
    padding: 40px 40px;
    background-color: white;
    margin: 64px auto;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 400px) {
      .synlab-modal .synlab-modal-container {
        padding: 6px; } }
    .synlab-modal .synlab-modal-container.lg {
      max-width: 1016px; }
    .synlab-modal .synlab-modal-container .header {
      display: flex;
      height: auto;
      border: none !important;
      z-index: 1; }
      .synlab-modal .synlab-modal-container .header .title {
        flex-grow: 1;
        font-size: 32px;
        line-height: 38.4px;
        color: #003765;
        font-weight: bold; }
      .synlab-modal .synlab-modal-container .header img {
        height: 44px;
        padding: 10px;
        background-color: #f2f8fb;
        border-radius: 50%;
        position: relative;
        top: -16px;
        right: -8px; }
        .synlab-modal .synlab-modal-container .header img:hover {
          cursor: pointer;
          background-color: #d9ebf3; }
    .synlab-modal .synlab-modal-container .MuiPickersToolbar-root,
    .synlab-modal .synlab-modal-container .MuiDialogActions-root {
      display: none; }
    .synlab-modal .synlab-modal-container .MuiDateCalendar-root {
      margin: 0px;
      border: 1px solid #D9EBF3;
      border-radius: 8px;
      width: 100%; }
      @media screen and (max-width: 400px) {
        .synlab-modal .synlab-modal-container .MuiDateCalendar-root {
          border: none; } }

@media screen and (max-width: 800px) {
  .MuiPickerStaticWrapper-root > div > div:nth-child(2) {
    border: none !important; }
  .synlab-modal .synlab-modal-container .header .title {
    font-size: 24px; }
  .css-125jus9-MuiStepper-root .Mui-active {
    font-size: 20px !important; } }

.MuiCalendarPicker-root {
  width: 100% !important; }

.css-epd502 {
  width: 100% !important; }

.covid-calendar-step .MuiCalendarPicker-root > div:first-of-type,
.consultation-calendar-step .MuiCalendarPicker-root > div:first-of-type,
.book-time-calendar-step .MuiCalendarPicker-root > div:first-of-type {
  padding-left: 31px;
  padding-right: 31px; }
  .covid-calendar-step .MuiCalendarPicker-root > div:first-of-type button > svg,
  .consultation-calendar-step .MuiCalendarPicker-root > div:first-of-type button > svg,
  .book-time-calendar-step .MuiCalendarPicker-root > div:first-of-type button > svg {
    display: none; }

.covid-calendar-step [role=grid],
.consultation-calendar-step [role=grid],
.book-time-calendar-step [role=grid] {
  position: relative; }

.covid-calendar-step [role=row],
.consultation-calendar-step [role=row],
.book-time-calendar-step [role=row] {
  gap: 16px;
  margin-top: 0 !important;
  margin-bottom: 8px !important; }
  @media screen and (max-width: 500px) {
    .covid-calendar-step [role=row],
    .consultation-calendar-step [role=row],
    .book-time-calendar-step [role=row] {
      gap: 8px; } }
  .covid-calendar-step [role=row]:last-of-type,
  .consultation-calendar-step [role=row]:last-of-type,
  .book-time-calendar-step [role=row]:last-of-type {
    margin-bottom: 24px !important; }

.covid-calendar-step [role=cell] button,
.consultation-calendar-step [role=cell] button,
.book-time-calendar-step [role=cell] button {
  margin: 0;
  height: 40px !important;
  width: 40px !important; }

@media screen and (max-width: 800px) {
  .book-time-calendar-step .MuiPickerStaticWrapper-root {
    min-width: 100% !important; } }

.book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1),
.book-time-calendar-step [role=row] {
  gap: 0;
  justify-content: space-around; }
  @media screen and (max-width: 800px) {
    .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1),
    .book-time-calendar-step [role=row] {
      justify-content: space-between; } }
  .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] button,
  .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] .MuiPickersDay-root,
  .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) .MuiTypography-root,
  .book-time-calendar-step [role=row] [role=cell] button,
  .book-time-calendar-step [role=row] [role=cell] .MuiPickersDay-root,
  .book-time-calendar-step [role=row] .MuiTypography-root {
    margin: 0;
    height: 40px !important;
    width: 40px !important; }
    @media screen and (max-width: 400px) {
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] button,
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] .MuiPickersDay-root,
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) .MuiTypography-root,
      .book-time-calendar-step [role=row] [role=cell] button,
      .book-time-calendar-step [role=row] [role=cell] .MuiPickersDay-root,
      .book-time-calendar-step [role=row] .MuiTypography-root {
        height: 30px !important;
        width: 30px !important; } }
    @media screen and (max-width: 300px) {
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] button,
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) [role=cell] .MuiPickersDay-root,
      .book-time-calendar-step .MuiCalendarPicker-root > div:nth-of-type(2) > div:nth-of-type(1) .MuiTypography-root,
      .book-time-calendar-step [role=row] [role=cell] button,
      .book-time-calendar-step [role=row] [role=cell] .MuiPickersDay-root,
      .book-time-calendar-step [role=row] .MuiTypography-root {
        height: 20px !important;
        width: 20px !important; } }

.css-dhopo2 {
  overflow: hidden; }

.css-1n2mv2k {
  gap: 16px; }
  .css-1n2mv2k > .MuiTypography-root {
    height: 40px !important;
    width: 40px !important;
    margin: 0; }

.css-1tp3ba8-MuiGrid-root:first-of-type > div > div > img {
  border-radius: 8px;
  object-fit: cover;
  width: 48px;
  height: 48px; }

.css-q77pgb {
  font-weight: 600; }

@media only screen and (max-width: 400px) {
  .MuiGrid-root {
    margin-left: 0 !important;
    width: 100% !important; }
  .MuiPickersCalendarHeader-root {
    padding-right: 32px; }
  .MuiGrid-item {
    padding-left: 0 !important; }
  .MuiDayCalendar-weekDayLabel {
    margin: 0 !important; }
  .MuiGrid-root > .MuiGrid-item {
    padding-left: 0 !important; } }

.MuiStepContent-root {
  padding-left: 32px !important; }

@media only screen and (max-width: 800px) {
  .MuiStepContent-root {
    border: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .MuiStepConnector-lineVertical {
    border: none !important; }
  .synlab-modal .synlab-modal-container {
    margin: 0 auto; }
    .synlab-modal .synlab-modal-container .header {
      position: relative; }
  .book-time-footer {
    display: none !important; } }

.error-alert img {
  width: 60px; }

.error-alert .swal2-icon.swal2-error {
  background: none;
  border: none; }

.v2-booking-modal,
.v2-quiz-modal {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 128px); }
  .v2-booking-modal .content,
  .v2-quiz-modal .content {
    height: 100%; }
    .v2-booking-modal .content > div,
    .v2-quiz-modal .content > div {
      height: 100%;
      width: 100%; }
    .v2-booking-modal .content iframe,
    .v2-quiz-modal .content iframe {
      height: 100%;
      width: 100%;
      border: none; }

.v2-quiz-modal {
  max-height: 800px; }

html[lang=hu] .synlab-modal .synlab-modal-container {
  padding-left: 0;
  padding-right: 5px; }
  html[lang=hu] .synlab-modal .synlab-modal-container .header {
    margin-bottom: 0; }
    html[lang=hu] .synlab-modal .synlab-modal-container .header .title {
      height: 0; }
    html[lang=hu] .synlab-modal .synlab-modal-container .header img {
      position: absolute;
      height: 30px;
      padding: 5px;
      top: -35px;
      right: 0; }

@media only screen and (max-width: 1012px) {
  .synlab-modal .synlab-modal-container.v2-booking-modal {
    padding: 10px 0 30px 0;
    height: 100vh; }
    .synlab-modal .synlab-modal-container.v2-booking-modal .header img {
      margin-right: 10px;
      top: 0 !important;
      right: 0; } }

.header--sticky ~ #dynamic-booking-modal-container .synlab-modal {
  z-index: 3; }

.loader-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #e0eff66b;
  margin: -32px -10px -25px -35px;
  border-radius: 10px; }
  .loader-container--transparent {
    opacity: 0.8; }
  .loader-container--empty {
    margin-bottom: -41px; }
  .loader-container--inline {
    position: inline-block; }

@media only screen and (max-width: 800px) {
  margin: -32px -20px -25px -10px; }

.consultation-calendar-step,
.covid-calendar-step {
  position: relative; }

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative; }
  .loader.loader--centered {
    top: calc(50% - 24px);
    left: calc(50% - 24px); }
  .loader--absolute {
    position: absolute; }
  .loader::after, .loader::before {
    content: '';
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F9B232;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite; }
  .loader::after {
    animation-delay: 1s; }

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.MuiGrid-container .no-timeslots-message {
  margin-top: 16px;
  margin-bottom: -16px; }

.synlab-product-card {
  all: unset; }

.synlab-product-card {
  width: 100%;
  border: 1px solid #bfddea;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 24px;
  box-sizing: border-box;
  transition: box-shadow 0.3s ease;
  height: 100%; }
  .synlab-product-card:hover {
    box-shadow: 0px 7px 30px rgba(0, 119, 173, 0.08); }

.synlab-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
  background-color: #f2f8fb;
  height: 250px; }
  .synlab-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.synlab-product-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5; }
  .synlab-product-image-placeholder img {
    width: 50px;
    height: 50px; }

.synlab-product-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; }

.synlab-product-category {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  background-color: #f2f8fb;
  color: #0077ad;
  border-radius: 6px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease; }
  .synlab-product-category:hover {
    background-color: #e5f1f8;
    transform: translateY(-1px); }

.synlab-product-name {
  color: #003765;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  width: 100%; }

.synlab-product-description {
  color: #4d7393;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.synlab-product-price-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 55px;
  gap: 12px;
  margin-top: auto; }

.synlab-product-price {
  color: #003765;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  flex-grow: 1; }

.synlab-product-actions {
  display: flex;
  gap: 12px; }

.synlab-product-compare {
  width: 75px;
  height: 55px;
  border: 1px solid #bfddea;
  border-radius: 35px;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold; }
  .synlab-product-compare:hover {
    background-color: #f2f8fb; }

.synlab-product-cart {
  width: 55px;
  height: 55px;
  background: linear-gradient(90deg, #f9b53a -0.38%, #ffd784 99.96%);
  border: none;
  border-radius: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .synlab-product-cart img {
    width: 24px;
    height: 24px; }
  .synlab-product-cart:hover {
    opacity: 0.9; }
  .synlab-product-cart.hidden {
    display: none; }

.productGrid .synlab-product-card {
  height: 451px; }

.productList li {
  border-bottom: 1px solid #bfddea; }
  .productList li:last-child {
    border-bottom: none; }

.productList .synlab-product-card {
  flex-direction: row;
  height: auto;
  padding: 20px 0;
  border: none;
  border-radius: 0;
  gap: 20px;
  align-items: center; }
  .productList .synlab-product-card:hover {
    box-shadow: none; }
  .productList .synlab-product-card .synlab-product-image {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px; }
    .productList .synlab-product-card .synlab-product-image img {
      border-radius: 8px; }
  .productList .synlab-product-card .synlab-product-content {
    flex: 1;
    margin-left: 0;
    gap: 5px; }
    .productList .synlab-product-card .synlab-product-content .synlab-product-name {
      font-size: 18px;
      font-weight: 600; }
  .productList .synlab-product-card .synlab-product-price-actions {
    width: auto;
    margin-left: auto;
    height: auto;
    gap: 10px; }
    .productList .synlab-product-card .synlab-product-price-actions .synlab-product-price {
      font-size: 18px;
      text-align: right;
      margin-right: 10px; }
    .productList .synlab-product-card .synlab-product-price-actions .synlab-product-actions {
      display: flex;
      gap: 10px; }

@media (max-width: 768px) {
  .productList .synlab-product-card {
    padding: 15px 0;
    gap: 15px; }
    .productList .synlab-product-card .synlab-product-image {
      width: 60px;
      height: 60px; }
    .productList .synlab-product-card .synlab-product-content .synlab-product-name {
      font-size: 16px; }
    .productList .synlab-product-card .synlab-product-price-actions {
      flex-direction: column;
      align-items: flex-end; }
      .productList .synlab-product-card .synlab-product-price-actions .synlab-product-price {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 5px; }
      .productList .synlab-product-card .synlab-product-price-actions .synlab-product-actions {
        gap: 5px;
        align-items: center; }
        .productList .synlab-product-card .synlab-product-price-actions .synlab-product-actions .synlab-product-compare {
          width: 85px;
          height: 40px; }
        .productList .synlab-product-card .synlab-product-price-actions .synlab-product-actions .synlab-product-cart {
          width: 40px;
          height: 40px; }
          .productList .synlab-product-card .synlab-product-price-actions .synlab-product-actions .synlab-product-cart img {
            width: 18px;
            height: 18px; } }

@media (max-width: 576px) {
  .productList .synlab-product-card {
    flex-wrap: wrap; }
    .productList .synlab-product-card .synlab-product-image {
      width: 50px;
      height: 50px; }
    .productList .synlab-product-card .synlab-product-content {
      flex: 1;
      min-width: 0; }
      .productList .synlab-product-card .synlab-product-content .synlab-product-name {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .productList .synlab-product-card .synlab-product-content .synlab-product-category {
        font-size: 12px;
        line-height: 24px; }
    .productList .synlab-product-card .synlab-product-price-actions {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 10px;
      margin-left: 0; }
      .productList .synlab-product-card .synlab-product-price-actions .synlab-product-price {
        text-align: left; } }

@-moz-document url-prefix() {
  header div.search-icon.submit {
    top: 25px; } }

.header {
  background-color: white;
  border-bottom: 1px solid #d7d7d7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #d7d7d7;
      overflow: visible;
      position: relative;
      margin-bottom: 15px; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #2f2f2b;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #003765; }
    .header-logo > a:active {
      color: #003765; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header--sticky {
  position: sticky;
  top: 0;
  z-index: 3; }

.header-logo-text {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 42px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 48px;
      margin-left: 0;
      margin-right: -0.14286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 24px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: "";
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2f2f2b;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2f2f2b;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

[data-content-region="header_language_selector_under_logo--global"] {
  margin-bottom: 10px;
  display: flex;
  justify-content: center; }
  [data-content-region="header_language_selector_under_logo--global"] div {
    display: flex;
    align-items: center;
    gap: 24px; }
    [data-content-region="header_language_selector_under_logo--global"] div a {
      text-decoration: none;
      color: #003765;
      font-size: 16px;
      padding: 4px 8px; }
      [data-content-region="header_language_selector_under_logo--global"] div a:hover {
        color: #003765 !important;
        background-color: #f2f8fb;
        border-radius: 16px; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.body {
  flex: 1;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: #1f1f1f;
  border-top: 1px solid #d7d7d7;
  padding: 3rem 0; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #a2a2a2;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #a2a2a2;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #0077ad; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #a2a2a2;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #a2a2a2;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #0077ad; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #545454; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.subscription-email-wrapper .privacy-policy-error {
  color: red;
  margin-top: 5px; }

.subscription-email-wrapper .privacy-policy-wrapper {
  padding-top: 5px; }
  .subscription-email-wrapper .privacy-policy-wrapper a {
    color: white; }
  .subscription-email-wrapper .privacy-policy-wrapper .privacy-policy-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    position: relative;
    background-color: white;
    margin-right: 3px;
    top: 3px; }
    .subscription-email-wrapper .privacy-policy-wrapper .privacy-policy-checkbox:checked {
      background-color: white; }
      .subscription-email-wrapper .privacy-policy-wrapper .privacy-policy-checkbox:checked::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #003765;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }

.footer-newsletter-summary {
  text-align: left; }

#consent-manager {
  display: none; }

#footer {
  background-color: #003765;
  background-image: url("../img/footer-image.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  font-size: 16px;
  color: white;
  margin-top: 80px; }
  #footer .container .contact-social {
    width: 70%;
    padding-top: 60px; }
    #footer .container .contact-social > div:first-child {
      width: 66.6%;
      float: left;
      padding-right: 50px; }
      #footer .container .contact-social > div:first-child > div {
        font-size: 20px;
        font-weight: bold; }
      #footer .container .contact-social > div:first-child form,
      #footer .container .contact-social > div:first-child .form-field {
        margin-bottom: 0px;
        max-width: 514px; }
      #footer .container .contact-social > div:first-child form .wrap {
        position: relative; }
        #footer .container .contact-social > div:first-child form .wrap input {
          height: 52px;
          width: 100%;
          margin-top: 15px;
          background-color: transparent;
          border: 1px solid #4d7393;
          border-radius: 8px;
          color: #bfcdd8;
          padding-right: 40px; }
          #footer .container .contact-social > div:first-child form .wrap input::placeholder {
            color: #bfcdd8; }
          #footer .container .contact-social > div:first-child form .wrap input:hover {
            border-color: white; }
          #footer .container .contact-social > div:first-child form .wrap input:focus {
            box-shadow: 0px 0px 0px 2px #f9b232; }
        #footer .container .contact-social > div:first-child form .wrap button {
          border: none;
          background-color: transparent;
          position: absolute;
          bottom: 13px;
          right: 10px; }
    #footer .container .contact-social > div:last-child {
      width: 33.3%;
      float: left;
      text-align: right; }
      #footer .container .contact-social > div:last-child > div {
        margin-bottom: 10px;
        text-align: left;
        font-size: 20px;
        font-weight: bold; }
      #footer .container .contact-social > div:last-child a {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        float: left;
        margin-right: 15px; }
        #footer .container .contact-social > div:last-child a .synlab-basic-box-icon {
          left: 0px;
          bottom: 0px;
          border: 1px solid #4d7393; }
          #footer .container .contact-social > div:last-child a .synlab-basic-box-icon svg {
            fill: white; }
        #footer .container .contact-social > div:last-child a:hover .synlab-basic-box-icon {
          background-color: #4d7393; }
          #footer .container .contact-social > div:last-child a:hover .synlab-basic-box-icon svg {
            fill: #f9b232; }
    #footer .container .contact-social > div:last-child:after {
      display: block;
      clear: both;
      content: ""; }
  #footer .container .contact-social:after {
    display: block;
    clear: both;
    content: ""; }
  #footer .container .help-service-about {
    width: 70%;
    border-bottom: 1px solid #25557c;
    padding-bottom: 50px;
    margin-top: 15px; }
    #footer .container .help-service-about > div {
      float: left;
      width: 33.3%; }
      #footer .container .help-service-about > div h3 {
        font-size: 20px;
        color: white; }
      #footer .container .help-service-about > div ul {
        margin: 0px;
        list-style: none; }
        #footer .container .help-service-about > div ul li {
          margin-bottom: 7px;
          margin-left: -16px; }
          #footer .container .help-service-about > div ul li a {
            display: inline-block;
            color: #bfcdd8;
            text-transform: uppercase;
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.05em;
            padding: 4px 16px; }
            #footer .container .help-service-about > div ul li a:hover {
              background-color: #4d7393;
              color: white !important;
              border-radius: 13px; }
  #footer .container .help-service-about:after {
    display: block;
    clear: both;
    content: ""; }
  #footer .container .terms {
    padding-top: 20px;
    padding-bottom: 50px; }
    #footer .container .terms a {
      text-decoration: none;
      color: #809bb2;
      margin-right: 15px; }
      #footer .container .terms a:hover {
        color: white !important; }

@media screen and (max-width: 800px) {
  #footer {
    background-image: none;
    padding-bottom: 30px;
    height: auto; }
    #footer h3 {
      margin-top: 0px; }
    #footer .container > div {
      width: 100%;
      float: inherit;
      padding-top: 30px; }
    #footer .container > div:after {
      content: "";
      clear: both;
      display: block; }
    #footer .container .social {
      text-align: center; }
      #footer .container .social a:nth-child(2) {
        margin-left: 30%; }
    #footer .container .contact-social {
      width: 100%; }
      #footer .container .contact-social > div {
        width: 100% !important;
        padding-right: 0 !important; }
        #footer .container .contact-social > div:last-of-type {
          clear: both;
          margin-top: 40px; }
    #footer .container .help-service-about {
      width: 100%; }
      #footer .container .help-service-about > div {
        width: 50%; } }

.footer-v2 {
  display: flex;
  flex-direction: column;
  background-color: #003765;
  padding: 40px 0; }
  .footer-v2__container {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 900px) {
      .footer-v2__container {
        flex-direction: row; } }
  .footer-v2__wrapper {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .footer-v2__wrapper {
        width: 33.333%;
        padding: 0px 10px; } }
  @media only screen and (max-width: 700px) {
    .footer-v2__socials [data-layout-name="Layout"] {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; } }
  .footer-v2-navigation {
    margin: 0 -20px; }
    @media screen and (min-width: 900px) {
      .footer-v2-navigation {
        margin: 0; } }
    .footer-v2-navigation-item__head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      font-size: 22px;
      font-weight: 600;
      line-height: 30px;
      color: white;
      border-bottom: 1px solid #4d7393; }
      @media screen and (min-width: 900px) {
        .footer-v2-navigation-item__head {
          border: none; } }
      .footer-v2-navigation-item__head img.rotate {
        transform: rotate(180deg); }
    .footer-v2-navigation-item__content {
      background-color: white; }
      .footer-v2-navigation-item__content p {
        margin: 0;
        padding: 0; }
      .footer-v2-navigation-item__content a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #003765;
        padding: 15px; }
      .footer-v2-navigation-item__content.hide {
        display: none; }

.footer-v3 {
  display: flex;
  flex-direction: column;
  background-color: #003765;
  padding: 40px 0;
  margin-top: 60px;
  color: white; }
  .footer-v3 hr {
    margin: 14px 0;
    color: #4D7393; }
  .footer-v3__columns {
    display: flex;
    gap: 16px;
    justify-content: space-between; }
  .footer-v3__column {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .footer-v3__block__title {
    color: #4D7393;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  .footer-v3__block ul {
    list-style-type: none;
    margin: 12px 0 0 0;
    display: grid;
    gap: 12px; }
  .footer-v3 a {
    color: white;
    text-decoration: none; }
  .footer-v3__info > div:not(:last-of-type) {
    margin-bottom: 12px; }
  .footer-v3__info__title {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    line-height: 21px; }
  .footer-v3__info__text {
    color: #809BB2;
    font-size: 12px;
    line-height: 30px; }
  .footer-v3__info__copyright {
    color: white;
    font-size: 12px;
    line-height: 30px; }

@media only screen and (max-width: 1012px) {
  .footer-v3__columns {
    flex-direction: column; }
  .footer-v3__block ul {
    grid-template-columns: 1fr 1fr; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  background-color: #F2F8FB; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #d7d7d7;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-container > div {
  width: 100%; }

.page.blog .blog-container article.blog {
  height: auto !important;
  margin: 15px 0; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #a2a2a2;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 390px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.synlab-blog.hide, .synlab-blog-search.hide {
  display: none; }

.synlab-blog {
  color: #003765;
  margin-top: -16px !important; }
  .synlab-blog .synlab-blog-header {
    border-bottom: 1px solid #d9ebf3; }
    .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices {
      display: flex;
      flex-direction: row; }
      .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top {
        max-width: 872px;
        margin-right: 40px; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top .breadcrumbs {
          margin-top: 0px !important; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top h1 {
          font-size: 48px;
          line-height: 57.6px;
          font-weight: 700; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top .synlab-blog-top-items {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
      .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        background-color: #f2f8fb;
        height: 676px; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-title {
          font-size: 24px;
          line-height: 31.2px;
          font-weight: 700; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box {
          border: 1px solid #bfddea;
          border-radius: 8px;
          padding: 16px;
          height: 120px;
          margin-top: 16px; }
          .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box:hover {
            cursor: pointer; }
          .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-icon-title-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 62px; }
            .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-icon-title-container .synlab-blog-title-container {
              width: 285px;
              font-size: 16px;
              line-height: 24px;
              font-weight: 700; }
          .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-date-tag-container {
            display: flex;
            flex-direction: row;
            align-items: center; }
            .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-date-tag-container .synlab-blog-date {
              font-size: 12px;
              line-height: 16px;
              letter-spacing: -1%;
              color: #809bb2;
              margin-right: 10px; }
            .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-date-tag-container .synlab-blog-tag-container {
              display: flex;
              flex-direction: row; }
              .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-notices-list .synlab-blog-box .synlab-blog-date-tag-container .synlab-blog-tag-container a {
                margin-right: 8px; }
        .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices .synlab-blog-btn-base {
          margin-top: 24px; }
  .synlab-blog .synlab-blog-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .synlab-blog .synlab-blog-list .synlab-blog-discover-topics {
      background-color: #f2f8fb; }
      .synlab-blog .synlab-blog-list .synlab-blog-discover-topics > div {
        width: 300px; }
      .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-discover-title {
        font-size: 24px;
        line-height: 31.2px;
        font-weight: 700; }
      .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container {
        position: relative;
        margin-top: 40px; }
        .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container input {
          width: 100%;
          height: 54px;
          border: 1px solid #bfddea;
          border-radius: 8px;
          padding: 8px;
          padding-left: 16px;
          padding-right: 35px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 400; }
          .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container input::placeholder {
            color: #4d7393; }
          .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container input:focus {
            outline: none; }
        .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container img {
          position: absolute;
          right: 16px;
          top: 20px; }
          .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-search-input-container img:hover {
            cursor: pointer; }
      .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-discover-tags {
        margin-top: 40px; }
        .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-discover-tags .synlab-blog-discover-tags-title {
          font-size: 18px;
          line-height: 28px;
          font-weight: 700;
          margin-bottom: 24px; }
        .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-discover-tags .synlab-blog-discover-tags-list {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          .synlab-blog .synlab-blog-list .synlab-blog-discover-topics .synlab-blog-discover-tags .synlab-blog-discover-tags-list a {
            margin-right: 16px;
            margin-bottom: 16px; }
    .synlab-blog .synlab-blog-list .synlab-blog-items {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 851px; }
      .synlab-blog .synlab-blog-list .synlab-blog-items .synlab-blog-card {
        margin-right: 0px;
        margin-left: 40px; }
      .synlab-blog .synlab-blog-list .synlab-blog-items .synlab-blog-btn-base {
        margin-left: 40px;
        margin-top: 24px;
        max-height: 54px;
        margin-right: 300px; }
  @media screen and (min-width: 1000px) {
    .synlab-blog .synlab-blog-notices, .synlab-blog .synlab-blog-discover-topics {
      padding: 32px; }
    .synlab-blog .synlab-blog-card {
      width: 300px; } }

.synlab-blog-btn-base {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 300ms;
  background-color: #003765;
  color: white;
  text-decoration: none;
  padding: 16px 24px;
  text-transform: uppercase;
  border-radius: 68px;
  font-weight: 600; }
  .synlab-blog-btn-base:hover {
    color: white;
    background-color: #0077ad; }
  .synlab-blog-btn-base img {
    margin-right: 9.5px;
    width: 14px;
    height: 14px; }

.synlab-blog-card {
  border: 1px solid #bfddea;
  border-radius: 8px;
  width: 50%;
  padding: 24px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  transition: background-color 0.2s ease-in-out; }
  .synlab-blog-card:hover {
    cursor: pointer;
    background-color: #f2f8fb; }
  .synlab-blog-card:first-child {
    margin-right: 40px; }
  .synlab-blog-card .synlab-blog-card-icon-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1; }
    .synlab-blog-card .synlab-blog-card-icon-title .synlab-blog-card-title {
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      max-width: 297.5px;
      white-space: normal;
      overflow: hidden; }
    .synlab-blog-card .synlab-blog-card-icon-title .synlab-blog-card-arrow {
      width: 20px; }
  .synlab-blog-card .synlab-blog-card-image {
    margin-top: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    border-radius: 8px; }
  .synlab-blog-card .synlab-blog-date-tags-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto; }
    .synlab-blog-card .synlab-blog-date-tags-container .synlab-blog-date {
      color: #4d7393;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: -1%;
      margin-right: 4px;
      margin-top: 16px; }
    .synlab-blog-card .synlab-blog-date-tags-container .synlab-blog-tags {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 16px; }
      .synlab-blog-card .synlab-blog-date-tags-container .synlab-blog-tags a {
        margin-right: 4px; }

.synlab-blog-base-tag {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none; }

.synlab-blog-yellow-tag {
  color: #003765;
  background-color: #fcd898; }
  .synlab-blog-yellow-tag:hover {
    color: #003765; }

.synlab-blog-blue-tag {
  color: #0077ad;
  background-color: #f2f8fb; }
  .synlab-blog-blue-tag:hover {
    color: #0077ad; }

.synlab-blog-search {
  color: #003765; }
  .synlab-blog-search .synlab-blog-value-results {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 54px; }
    .synlab-blog-search .synlab-blog-value-results .synlab-blog-value {
      display: flex;
      flex-flow: column wrap;
      align-items: flex-start;
      min-width: 420px; }
      .synlab-blog-search .synlab-blog-value-results .synlab-blog-value .synlab-blog-value-title {
        font-size: 56px;
        line-height: 67.2px;
        margin-top: 30px;
        font-weight: 700;
        text-transform: capitalize; }
      .synlab-blog-search .synlab-blog-value-results .synlab-blog-value .synlab-blog-btn-base {
        margin-top: 40px; }
    .synlab-blog-search .synlab-blog-value-results .synlab-blog-results {
      display: flex;
      flex-flow: row wrap;
      width: 851px; }
      .synlab-blog-search .synlab-blog-value-results .synlab-blog-results .synlab-blog-card {
        margin-right: 0px;
        margin-left: 40px; }
      .synlab-blog-search .synlab-blog-value-results .synlab-blog-results > a {
        margin-top: 40px;
        margin-left: 40px;
        margin-right: 150px; }
    .synlab-blog-search .synlab-blog-value-results.notice-results .synlab-blog-card {
      min-height: 200px; }
      .synlab-blog-search .synlab-blog-value-results.notice-results .synlab-blog-card .synlab-blog-card-image {
        height: 0px; }

.blog-detail-custom-container {
  color: white;
  position: relative;
  top: -11px; }
  .blog-detail-custom-container .blog-post-container {
    max-width: 100% !important; }
    .blog-detail-custom-container .blog-post-container .breadcrumbs {
      text-align: left; }
      .blog-detail-custom-container .blog-post-container .breadcrumbs span {
        color: #bfcdd8 !important; }
    .blog-detail-custom-container .blog-post-container .blog-detail .recent-blogs-module {
      margin-top: 53px;
      padding-top: 41px;
      border-top: 1px solid #bfddea; }
    .blog-detail-custom-container .blog-post-container .blog-detail .header-share {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 64px;
      border-top: 1px solid #4d7393;
      padding-top: 16px; }
      .blog-detail-custom-container .blog-post-container .blog-detail .header-share .dr-section {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .blog-detail-custom-container .blog-post-container .blog-detail .header-share .dr-section .profile-image {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          width: 48px;
          height: 48px;
          overflow: hidden;
          border-radius: 50%; }
        .blog-detail-custom-container .blog-post-container .blog-detail .header-share .dr-section .dr-detail {
          margin-left: 16px;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
          .blog-detail-custom-container .blog-post-container .blog-detail .header-share .dr-section .dr-detail .dr-position {
            color: #809bb2; }
      .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section {
        display: flex;
        flex-direction: row;
        align-items: center; }
        .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section .jaga {
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0.05em;
          font-weight: 600;
          color: #809bb2; }
        .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section .socials {
          display: flex;
          flex-direction: row; }
          .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section .socials a {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 1px solid #809bb2;
            margin-left: 16px; }
            .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section .socials a.blue-icon {
              display: none; }
            .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section .socials a.white-icon {
              display: inherit; }
    @media screen and (max-width: 500px) {
      .blog-detail-custom-container .blog-post-container .blog-detail .header-share {
        flex-direction: column;
        align-items: center; }
        .blog-detail-custom-container .blog-post-container .blog-detail .header-share .social-section {
          margin-top: 15px; } }
    .blog-detail-custom-container .blog-post-container .blog-detail .bottom-header-share .header-share {
      border-top: 1px solid #bfddea;
      margin-top: 64px;
      margin-bottom: 0px; }
      .blog-detail-custom-container .blog-post-container .blog-detail .bottom-header-share .header-share .social-section .socials a {
        border: 1px solid #003765; }
        .blog-detail-custom-container .blog-post-container .blog-detail .bottom-header-share .header-share .social-section .socials a.white-icon {
          display: none; }
        .blog-detail-custom-container .blog-post-container .blog-detail .bottom-header-share .header-share .social-section .socials a.blue-icon {
          display: inherit; }
    .blog-detail-custom-container .blog-post-container .blog-detail .blog-detail-date-tag {
      position: absolute;
      z-index: 1;
      left: 0px;
      top: 35px; }
      .blog-detail-custom-container .blog-post-container .blog-detail .blog-detail-date-tag .blog-detail-date {
        color: #bfcdd8;
        font-size: 12px;
        line-height: 16px; }
      .blog-detail-custom-container .blog-post-container .blog-detail .blog-detail-date-tag .blog-detail-tags-container {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start; }
        .blog-detail-custom-container .blog-post-container .blog-detail .blog-detail-date-tag .blog-detail-tags-container > a {
          margin-top: 14px; }
    @media screen and (max-width: 1012px) {
      .blog-detail-custom-container .blog-post-container .blog-detail .blog-detail-date-tag, .blog-detail-custom-container .blog-post-container .blog-detail .breadcrumb-container {
        display: none; }
      .blog-detail-custom-container .blog-post-container .blog-detail .breadcrumbs-bg {
        margin-top: -10px; }
      .blog-detail-custom-container .blog-post-container .blog-detail .in-mobile-view {
        width: 100%;
        margin-top: 40px; }
        .blog-detail-custom-container .blog-post-container .blog-detail .in-mobile-view .blog-detail-tags-container {
          display: flex;
          flex-flow: row wrap;
          margin-top: 16px;
          gap: 10px; } }
    @media screen and (min-width: 1012px) {
      .blog-detail-custom-container .blog-post-container .blog-detail .in-mobile-view {
        display: none; } }
    .blog-detail-custom-container .blog-post-container .blog-detail .blog-container {
      width: calc(100% - 64px);
      max-width: 811px;
      margin: auto; }
      .blog-detail-custom-container .blog-post-container .blog-detail .blog-container .border {
        border-bottom: 1px solid #4d7393;
        width: 100%; }
      .blog-detail-custom-container .blog-post-container .blog-detail .blog-container .author {
        margin-top: 16px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 64px; }
    .blog-detail-custom-container .blog-post-container .blog-detail header, .blog-detail-custom-container .blog-post-container .blog-detail .breadcrumbs-bg {
      background-color: #003765; }
    .blog-detail-custom-container .blog-post-container .blog-detail header {
      position: relative;
      top: -10px; }
      .blog-detail-custom-container .blog-post-container .blog-detail header h1 {
        color: white;
        font-size: 48px;
        line-height: 57.6px;
        font-weight: 700; }
      .blog-detail-custom-container .blog-post-container .blog-detail header .blog-detail-image {
        height: 456.19px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 40px;
        margin-bottom: 40px;
        border-radius: 8px; }
        .blog-detail-custom-container .blog-post-container .blog-detail header .blog-detail-image.no-image {
          height: 0px; }
    .blog-detail-custom-container .blog-post-container .blog-detail .blog-body {
      margin-top: 64px;
      margin-left: 32px;
      width: calc(100% - 64px);
      color: #003765; }

@media screen and (min-width: 1290px) {
  .synlab-blog .synlab-blog-card, .synlab-blog-search .synlab-blog-card {
    width: 350px; } }

@media screen and (min-width: 1425px) {
  .synlab-blog .synlab-blog-notices, .synlab-blog-discover-topics {
    padding: 64px; }
  .synlab-blog .synlab-blog-card, .synlab-blog-search .synlab-blog-card {
    width: 385.5px; } }

@media screen and (max-width: 1000px) {
  .synlab-blog .synlab-blog-notices, .synlab-blog-discover-topics {
    padding: 32px; }
  .synlab-blog .synlab-blog-card, .synlab-blog-search .synlab-blog-card {
    width: 300px; } }

@media screen and (max-width: 1250px) {
  .synlab-blog-search .synlab-blog-value-results .synlab-blog-value {
    min-width: 0px; }
  .synlab-blog .synlab-blog-card, .synlab-blog-search .synlab-blog-card {
    width: 300px; } }

@media screen and (max-width: 1190px) {
  .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top {
      max-width: 100%; }
    .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top-items {
      justify-content: center;
      margin-bottom: 30px; }
    .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-notices {
      align-items: center; }
  .synlab-blog .synlab-blog-list {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
  .synlab-blog .synlab-blog-discover-topics {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .synlab-blog .synlab-blog-list .synlab-blog-items {
    max-width: 100%;
    justify-content: center; }
  .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top {
    margin-right: 0px; }
  .synlab-blog-search .synlab-blog-value-results {
    flex-direction: column; }
  .synlab-blog-search .synlab-blog-value-results .synlab-blog-results {
    justify-content: center;
    width: 100%; } }

@media screen and (max-width: 720px) {
  .synlab-blog .synlab-blog-header .synlab-blog-top-and-notices .synlab-blog-top .synlab-blog-top-items {
    flex-direction: column;
    align-items: center; }
  .synlab-blog .synlab-blog-card {
    width: 100%; }
  .synlab-blog .synlab-blog-card:first-child {
    margin-right: 0px; }
  .synlab-blog .synlab-blog-list .synlab-blog-items .synlab-blog-card {
    margin-left: 0px; }
  .synlab-blog .synlab-blog-list .synlab-blog-items .synlab-blog-btn-base {
    margin-right: 0px;
    margin-left: 0px; }
  .synlab-blog-search .synlab-blog-value-results .synlab-blog-results .synlab-blog-card {
    margin-left: 0px;
    width: 100%; } }

.recent-blog {
  color: #003765;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .recent-blog .blog-name {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    margin-top: 64px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .recent-blog .blog-name a {
      font-size: 14px;
      line-height: 20px;
      margin-top: 24px; }
  .recent-blog .recent-blogs {
    display: flex;
    flex-direction: row; }

@media screen and (max-width: 1050px) {
  .recent-blog {
    flex-direction: column; } }

@media screen and (max-width: 600px) {
  .recent-blog .recent-blogs {
    flex-direction: column; }
    .recent-blog .recent-blogs .synlab-blog-card {
      width: 100%; } }

@media screen and (max-width: 800px) {
  .synlab-blog-card {
    margin-top: 16px; }
  .recent-blog .blog-name {
    font-size: 32px;
    line-height: 120%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #d7d7d7;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.productGrid-container {
  position: relative; }
  .productGrid-container .productGrid-fadeOut {
    position: absolute;
    top: 0;
    z-index: -1; }

.productGrid, .productGrid-fadeOut {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol, .productGrid-fadeOut ul,
  .productGrid-fadeOut ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after, .productGrid-fadeOut:before, .productGrid-fadeOut:after {
    content: " ";
    display: table; }
  .productGrid:after, .productGrid-fadeOut:after {
    clear: both; }
  .productGrid .product, .productGrid-fadeOut .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out; }
    .productGrid .product.fadedOut, .productGrid-fadeOut .product.fadedOut {
      visibility: hidden;
      opacity: 0; }
    @media (min-width: 551px) {
      .productGrid .product, .productGrid-fadeOut .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product, .productGrid-fadeOut .product {
        width: 25%; } }
    @media (min-width: 601px) and (max-width: 1024px) and (orientation: landscape) {
      .productGrid .product, .productGrid-fadeOut .product {
        width: 33.33333%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.synlab-card {
  position: relative;
  margin-bottom: 40px; }
  .synlab-card a {
    text-decoration: none;
    color: #003765; }
    .synlab-card a .image, .synlab-card a .empty-image {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      overflow: hidden;
      position: relative;
      height: 180px; }
    .synlab-card a .image {
      background-repeat: no-repeat;
      background-size: cover; }
      .synlab-card a .image:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #f2f8fb;
        opacity: 0;
        transition: opacity 0.5s; }
    .synlab-card a .empty-image {
      background-color: #f2f8fb; }
      .synlab-card a .empty-image .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 44px;
        width: 44px; }
        .synlab-card a .empty-image .icon i, .synlab-card a .empty-image .icon img {
          padding: 13px;
          background-color: white;
          border-radius: 50%;
          font-size: 18px; }
    .synlab-card a .detail {
      padding: 27px 15px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      border: 1px solid #bfddea;
      transition: background-color 0.2s ease-in-out;
      border-top: 0px; }
      .synlab-card a .detail .name {
        font-size: 20px;
        font-weight: bold; }
      .synlab-card a .detail .price {
        margin-top: 8px;
        font-size: 18px;
        font-weight: bold; }
  .synlab-card .add-to-cart-button,
  .synlab-card .compare-button {
    position: absolute;
    visibility: hidden;
    transition: visibility 0.5s, opacity 0.5s; }
    .synlab-card .add-to-cart-button.hidden,
    .synlab-card .compare-button.hidden {
      display: none; }
  .synlab-card .add-to-cart-button {
    opacity: 0;
    top: 117px;
    right: 50px;
    left: 50px;
    height: 48px;
    background-color: #003765;
    border-radius: 24px;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600; }
    .synlab-card .add-to-cart-button:hover {
      background-color: #0077ad; }
    .synlab-card .add-to-cart-button i {
      margin-right: 10px; }
  .synlab-card .compare-button {
    opacity: 0;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%; }
    .synlab-card .compare-button:hover {
      background-color: #d9ebf3; }
  .synlab-card:hover .image:after {
    opacity: 0.3; }
  .synlab-card:hover .detail {
    background-color: #f2f8fb; }
  .synlab-card:hover .add-to-cart-button,
  .synlab-card:hover .compare-button {
    visibility: visible;
    opacity: 1; }
  @media screen and (max-width: 1012px) {
    .synlab-card .compare-button {
      visibility: visible;
      opacity: 1; }
    .synlab-card .add-to-cart-button {
      right: 10px !important;
      left: 10px !important;
      visibility: visible;
      opacity: 1; } }

.synlab-blue-line {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #e6f1f7; }

#product-filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 1012px) {
    #product-filter-head {
      flex-direction: column;
      align-items: start;
      gap: 16px;
      margin-bottom: 24px; }
      #product-filter-head #count-and-switcher {
        width: 100%;
        display: flex;
        justify-content: space-between; } }
  #product-filter-head #filter {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    #product-filter-head #filter a {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-right: 8px;
      margin-bottom: 8px;
      text-decoration: none;
      padding: 8px 16px 8px 16px;
      border: 1px solid #bfddea;
      color: #4d7393;
      border-radius: 25px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out; }
      #product-filter-head #filter a span {
        width: 0;
        margin-right: 0;
        opacity: 0;
        transition: width 0.2s ease-in-out, margin-right 0.2s ease-in-out, opacity 0.2s ease-in-out; }
      #product-filter-head #filter a.active {
        padding-left: 14px;
        border: 1px solid #0077ad;
        color: #0077ad;
        background-color: #d9ebf3; }
        #product-filter-head #filter a.active span {
          width: 8px;
          height: 8px;
          background-color: #0077ad;
          border-radius: 50%;
          margin-right: 8px;
          opacity: 1; }
      #product-filter-head #filter a:hover {
        background-color: #d9ebf3; }
  #product-filter-head #open-metadata-filter {
    font-size: 14px;
    line-height: 20px;
    color: #4d7393;
    cursor: pointer;
    transition: color .3s ease; }
    #product-filter-head #open-metadata-filter:hover {
      color: #003765; }
  #product-filter-head #count-and-switcher {
    display: flex;
    gap: 40px; }
  #product-filter-head #count-results {
    font-size: 14px;
    line-height: 20px;
    color: #4d7393; }
  #product-filter-head #grid-list-switcher {
    display: flex;
    gap: 21px;
    font-size: 14px;
    line-height: 20px;
    color: #4d7393; }
    #product-filter-head #grid-list-switcher > div {
      cursor: pointer; }
    #product-filter-head #grid-list-switcher svg {
      position: relative;
      top: 2px; }
    #product-filter-head #grid-list-switcher .active {
      color: #003765;
      font-weight: 700; }
      #product-filter-head #grid-list-switcher .active svg * {
        fill: #003765; }

@media screen and (max-width: 900px) {
  .synlab-card a .detail {
    text-align: center;
    padding: 27px 8px;
    word-break: break-word; }
    .synlab-card a .detail .name, .synlab-card a .detail .price {
      font-size: 16px; } }

#cartPreview-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 55, 101, 0.8);
  top: 0;
  left: 0px;
  z-index: 999;
  transition: visibility 1s linear, opacity 1s linear; }
  #cartPreview-background.open {
    opacity: 1;
    visibility: visible; }
  #cartPreview-background.closed {
    opacity: 0;
    visibility: hidden; }

#category-head {
  margin-top: 64px;
  display: flex; }
  #category-head .page-heading {
    width: 100%;
    font-size: 56px;
    line-height: 56px; }
  #category-head .page-description {
    width: 100%; }

@media only screen and (max-width: 1012px) {
  #category-head {
    flex-direction: column; }
    #category-head .page-heading {
      font-size: 35px; } }

@media only screen and (max-width: 450px) {
  .product-name {
    font-size: 15px !important;
    word-break: break-word !important; } }

.productList {
  list-style: none;
  margin-left: 0;
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  column-gap: 40px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  @media screen and (max-width: 1012px) {
    .productList {
      grid-template-columns: auto; } }
  .productList li {
    padding: 16px 0;
    border-bottom: 1px solid #bfddea; }
    .productList li a {
      display: flex;
      text-decoration: none; }
    .productList li .image,
    .productList li .empty-image {
      width: 48px;
      height: 48px;
      margin-top: 5px;
      border-radius: 8px;
      margin-right: 24px; }
    .productList li .image {
      background-size: cover;
      background-position: center; }
    .productList li .empty-image {
      background-color: #f2f8fb;
      display: flex;
      justify-content: center;
      align-items: center; }
      .productList li .empty-image .icon img {
        vertical-align: initial; }
    .productList li .product-details {
      color: #003765; }
      .productList li .product-details .product-name {
        font-weight: 700;
        font-size: 20px;
        line-height: 150%; }
      .productList li .product-details .product-price {
        font-weight: 700;
        font-size: 18px;
        line-height: 28px; }
    .productList li .product-actions {
      margin-left: auto;
      display: flex;
      flex-direction: row;
      gap: 24px; }
      .productList li .product-actions button {
        width: 48px;
        height: 48px;
        border-radius: 50%; }
        .productList li .product-actions button.compare-button {
          background-color: white;
          border: 1px solid #003765; }
          .productList li .product-actions button.compare-button:hover {
            background-color: #d9ebf3; }
        .productList li .product-actions button.add-to-cart-button {
          background-color: #003765; }
          .productList li .product-actions button.add-to-cart-button img {
            width: 16px; }
          .productList li .product-actions button.add-to-cart-button:hover {
            background-color: #0077ad; }
        .productList li .product-actions button.hidden {
          display: none; }

#cartPreview.open {
  opacity: 1;
  visibility: visible; }

#cartPreview.closed {
  opacity: 0;
  visibility: hidden; }

#cartPreview {
  z-index: 1000;
  right: 126px;
  top: 156px;
  position: fixed;
  width: 375px;
  min-height: 235px;
  background-color: white;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear; }
  @media screen and (min-width: 1013px) {
    #cartPreview.cartPreview-v2 {
      top: 188px; } }
  @media screen and (max-width: 1012px) {
    #cartPreview {
      top: 64px; } }
  #cartPreview > .preview-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto; }
    #cartPreview > .preview-header > .success-message-wrapper {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 8px 16px 8px 8px;
      gap: 8px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      background: #F5F9ED;
      color: #68971C;
      border-radius: 24px;
      width: 277px; }
      #cartPreview > .preview-header > .success-message-wrapper > img {
        height: 12px; }
    #cartPreview > .preview-header > .close-icon-wrapper {
      margin-left: 10px;
      background: #F2F8FB;
      border-radius: 100px;
      padding: 8px;
      cursor: pointer; }
  #cartPreview > .preview-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 24px; }
    #cartPreview > .preview-items > .item-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 12px; }
      #cartPreview > .preview-items > .item-wrapper > img {
        height: 48px;
        width: 48px;
        border-radius: 8px;
        object-fit: cover;
        margin-right: 6px; }
      #cartPreview > .preview-items > .item-wrapper > div {
        font-size: 18px;
        font-weight: 700;
        color: #003765; }
        #cartPreview > .preview-items > .item-wrapper > div.preview-price {
          white-space: nowrap; }
  #cartPreview > .preview-button {
    margin: 24px; }
    #cartPreview > .preview-button > button {
      border-radius: 68px;
      padding: 14px 24px 14px 16px;
      gap: 4px;
      width: 100%;
      margin-bottom: 0;
      height: 52px; }
      #cartPreview > .preview-button > button > i {
        margin-right: 10px; }
    #cartPreview > .preview-button > button.button--gradient {
      height: 55px;
      background: linear-gradient(90deg, #E59F20 -0.38%, #FFC141 99.96%);
      border: none;
      border-radius: 35px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center; }
      #cartPreview > .preview-button > button.button--gradient > i {
        margin-right: 10px; }
      #cartPreview > .preview-button > button.button--gradient:hover {
        opacity: 0.9; }

@media screen and (max-width: 800px) {
  #cartPreview {
    right: 0 !important;
    width: 100% !important; }
  #cartPreview > .preview-header > .success-message-wrapper {
    width: 80%; } }

.page.category + #cartPreview {
  position: fixed; }

#cartPreview-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 55, 101, 0.8);
  top: 0;
  left: 0px;
  z-index: 999;
  transition: visibility 1s linear, opacity 1s linear; }
  #cartPreview-background.open {
    opacity: 1;
    visibility: visible; }
  #cartPreview-background.closed {
    opacity: 0;
    visibility: hidden; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  @media (min-width: 801px) {
    .productView {
      display: grid;
      grid-template-areas: "left1 right2" "left2 right2";
      grid-template-columns: 67% 33%; } }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.synlab-succes-toast, .synlab-empty-toast {
  right: 15% !important;
  top: 35% !important;
  width: 300px; }

.synlab-empty-toast .swal2-popup.swal2-toast {
  width: 300px !important;
  background: #D9EBF3; }

.synlab-empty-toast .swal2-header .swal2-title {
  color: #0077AD; }

.synlab-succes-toast .swal2-popup.swal2-toast {
  background: #F5F9ED; }

.synlab-succes-toast .swal2-icon {
  color: #68971C; }

.synlab-succes-toast .swal2-header .swal2-title {
  color: #68971C; }

.synlab-succes-toast .swal2-popup.swal2-toast, .synlab-empty-toast .swal2-popup.swal2-toast {
  box-shadow: 0px 7px 30px -10px rgba(0, 119, 173, 0.08);
  border-radius: 8px; }
  .synlab-succes-toast .swal2-popup.swal2-toast .swal2-icon, .synlab-empty-toast .swal2-popup.swal2-toast .swal2-icon {
    border: none; }
  .synlab-succes-toast .swal2-popup.swal2-toast .swal2-header .swal2-title, .synlab-empty-toast .swal2-popup.swal2-toast .swal2-header .swal2-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left; }
  .synlab-succes-toast .swal2-popup.swal2-toast .swal2-header .swal2-close, .synlab-empty-toast .swal2-popup.swal2-toast .swal2-header .swal2-close {
    opacity: 0.5; }
    .synlab-succes-toast .swal2-popup.swal2-toast .swal2-header .swal2-close:hover, .synlab-empty-toast .swal2-popup.swal2-toast .swal2-header .swal2-close:hover {
      opacity: 1; }

@media only screen and (max-width: 1012px) {
  .synlab-succes-toast, .synlab-empty-toast {
    top: 11% !important; } }

.productView-details {
  background-color: #F2F8FB; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      margin-right: -64px;
      grid-area: right2; } }
  .productView-details .box {
    text-align: center; }
    .productView-details .box #cartPreview.open {
      opacity: 1;
      visibility: visible; }
    .productView-details .box #cartPreview.closed {
      opacity: 0;
      visibility: hidden; }
    .productView-details .box #cartPreview {
      z-index: 1000;
      right: 126px;
      top: 156px;
      position: fixed;
      width: 375px;
      min-height: 235px;
      background-color: white;
      visibility: hidden;
      transition: visibility 0.5s, opacity 0.5s linear; }
      @media screen and (min-width: 1013px) {
        .productView-details .box #cartPreview.cartPreview-v2 {
          top: 188px; } }
      @media screen and (max-width: 1012px) {
        .productView-details .box #cartPreview {
          top: 64px; } }
      .productView-details .box #cartPreview > .preview-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 24px auto; }
        .productView-details .box #cartPreview > .preview-header > .success-message-wrapper {
          display: flex;
          flex-direction: row;
          align-items: center;
          padding: 8px 16px 8px 8px;
          gap: 8px;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          background: #F5F9ED;
          color: #68971C;
          border-radius: 24px;
          width: 277px; }
          .productView-details .box #cartPreview > .preview-header > .success-message-wrapper > img {
            height: 12px; }
        .productView-details .box #cartPreview > .preview-header > .close-icon-wrapper {
          margin-left: 10px;
          background: #F2F8FB;
          border-radius: 100px;
          padding: 8px;
          cursor: pointer; }
      .productView-details .box #cartPreview > .preview-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 24px; }
        .productView-details .box #cartPreview > .preview-items > .item-wrapper {
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin-top: 12px; }
          .productView-details .box #cartPreview > .preview-items > .item-wrapper > img {
            height: 48px;
            width: 48px;
            border-radius: 8px;
            object-fit: cover;
            margin-right: 6px; }
          .productView-details .box #cartPreview > .preview-items > .item-wrapper > div {
            font-size: 18px;
            font-weight: 700;
            color: #003765; }
            .productView-details .box #cartPreview > .preview-items > .item-wrapper > div.preview-price {
              white-space: nowrap; }
      .productView-details .box #cartPreview > .preview-button {
        margin: 24px; }
        .productView-details .box #cartPreview > .preview-button > button {
          border-radius: 68px;
          padding: 14px 24px 14px 16px;
          gap: 4px;
          width: 100%;
          margin-bottom: 0;
          height: 52px; }
          .productView-details .box #cartPreview > .preview-button > button > i {
            margin-right: 10px; }
        .productView-details .box #cartPreview > .preview-button > button.button--gradient {
          height: 55px;
          background: linear-gradient(90deg, #E59F20 -0.38%, #FFC141 99.96%);
          border: none;
          border-radius: 35px;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center; }
          .productView-details .box #cartPreview > .preview-button > button.button--gradient > i {
            margin-right: 10px; }
          .productView-details .box #cartPreview > .preview-button > button.button--gradient:hover {
            opacity: 0.9; }
    @media screen and (max-width: 800px) {
      .productView-details .box #cartPreview {
        right: 0 !important;
        width: 100% !important; }
      .productView-details .box #cartPreview > .preview-header > .success-message-wrapper {
        width: 80%; } }
    .productView-details .box #blue-box {
      background-color: #F2F8FB; }
    .productView-details .box #product-main-image, .productView-details .box #product-main-image-empty {
      height: 302px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .productView-details .box #product-main-image-empty {
      position: relative;
      background-color: #F2F8FB;
      border-bottom: 1px solid white; }
      .productView-details .box #product-main-image-empty .synlab-basic-box-icon {
        background-color: white;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .productView-details .box input[type=submit] {
      width: 200px; }
    .productView-details .box .productView-price {
      font-size: 55px;
      font-weight: normal; }
    .productView-details .box #price {
      margin-top: 24px; }
      .productView-details .box #price > div {
        display: inline-block; }
      .productView-details .box #price #price-value {
        color: #003765;
        font-size: 24px;
        font-weight: bold; }
      .productView-details .box #price #collections {
        position: relative;
        top: -4px;
        left: 10px;
        color: #4d7393;
        font-weight: 400;
        font-size: 16px; }
        .productView-details .box #price #collections svg {
          position: absolute;
          margin-top: 2px;
          margin-left: 6px;
          fill: #0077ad; }
    .productView-details .box .MuiChip-root {
      border: 1px solid #D9EBF3;
      background-color: transparent;
      position: relative;
      height: 40px;
      border-radius: 40px;
      color: #4D7393;
      font-weight: 700; }
      .productView-details .box .MuiChip-root .dot {
        display: none;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #0077AD;
        position: absolute;
        left: 12px;
        top: 15px; }
      .productView-details .box .MuiChip-root:hover {
        padding-left: 18px;
        border: 1px solid #0077AD;
        background-color: #D9EBF3; }
        .productView-details .box .MuiChip-root:hover .dot {
          display: inherit; }
    .productView-details .box .synlab-btn i {
      margin-right: 10px; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 58.33333%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView-left-side {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-left-side:nth-of-type(1) {
      grid-area: left1; }
    .productView-left-side:nth-of-type(2) {
      grid-area: left2; } }

.categoriesCarousel-slide.slick-slide.slick-active:last-of-type {
  margin-right: 0; }

.categoriesCarousel > button {
  position: absolute;
  right: 0px;
  top: -80px;
  width: 32px;
  height: 32px;
  border: none;
  font-size: 20px;
  color: #003765;
  border-radius: 50%;
  padding: 0 0 0 9px;
  transition: background-color 0.5s ease-in-out; }
  .categoriesCarousel > button:first-child {
    right: 50px;
    left: auto; }
  .categoriesCarousel > button:hover:not(.slick-disabled) {
    background-color: #f2f8fb; }
  .categoriesCarousel > button img, .categoriesCarousel > button svg {
    display: block; }
  .categoriesCarousel > button.slick-disabled {
    opacity: 1; }
    .categoriesCarousel > button.slick-disabled svg path {
      fill: #80BBD6; }

.categoriesCarousel .slick-list {
  margin: 0 -11.2px; }

.categoriesCarousel .slick-track {
  margin-left: 0px; }
  .categoriesCarousel .slick-track .categoriesCarousel-slide a {
    text-decoration: none;
    font-weight: bold; }
  .categoriesCarousel .slick-track .categoriesCarousel-slide .form-action {
    margin-top: 35px; }
  .categoriesCarousel .slick-track .categoriesCarousel-slide .synlab-basic-box {
    border: none;
    margin: 0 11.2px;
    background-color: #003765;
    border: 1px solid #003765;
    transition: background-color 0.2s linear, color 0.2s linear;
    font-size: 20px;
    line-height: 30px;
    color: white;
    height: 200px; }
    .categoriesCarousel .slick-track .categoriesCarousel-slide .synlab-basic-box .synlab-basic-box-icon {
      background-color: #25557C;
      transition: background-color 0.2s linear; }
    .categoriesCarousel .slick-track .categoriesCarousel-slide .synlab-basic-box:hover {
      color: #003765;
      background-color: #F2F8FB;
      border: 1px solid #bfddea; }
      .categoriesCarousel .slick-track .categoriesCarousel-slide .synlab-basic-box:hover .synlab-basic-box-icon {
        background-color: #FEF0D6; }

.page-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #003765; }

.product-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  margin-top: 60px;
  color: #003765; }

#productTypeView {
  margin-top: 18px;
  margin-bottom: 32px; }
  #productTypeView .MuiChip-root {
    text-transform: none !important;
    background-color: #F2F8FB;
    padding: 2px 8px;
    border-radius: 4px; }
    #productTypeView .MuiChip-root .MuiChip-label {
      color: #0077ad;
      font-weight: bold;
      font-size: 14px;
      padding: 0; }

#short-description {
  font-size: 20px;
  font-weight: 400;
  color: #003765;
  line-height: 30px; }

#long-description #tests_included ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px; }
  #long-description #tests_included ul li {
    margin: 3px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #f2f8fb;
    color: #0077ad;
    list-style: none;
    font-style: normal;
    font-size: 14px;
    line-height: 20px; }

#long-description iframe {
  width: 100%;
  height: auto;
  max-width: 560px;
  max-height: 315px;
  aspect-ratio: 16/9; }

#productInformationView .MuiGrid-container > div {
  line-height: 32px;
  margin-top: 24px; }
  #productInformationView .MuiGrid-container > div .information-icon-text {
    padding-left: 65px;
    min-height: 48px;
    padding-top: 8px;
    position: relative;
    color: #4D7393;
    font-size: 18px;
    font-weight: 400; }
    #productInformationView .MuiGrid-container > div .information-icon-text .synlab-basic-box-icon {
      background-color: #FEF0D6;
      left: 0px;
      top: 0;
      color: #F9B232; }

#how-it-works-container > div > div > div:nth-child(1) > div:nth-child(2) {
  padding-top: 0 !important; }

#how-it-works-container {
  margin-top: 100px; }

@media screen and (max-width: 800px) {
  .page-title {
    font-size: 24px;
    line-height: 120%; }
  .product-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 120%; }
  .productView {
    display: flex;
    flex-direction: column; }
    .productView section:nth-of-type(1) {
      order: 1; }
    .productView section:nth-of-type(2) {
      order: 3;
      margin-top: 24px; }
    .productView section:nth-of-type(3) {
      order: 2; }
  .blue-line i {
    display: none; }
  #productInformationView > div > div {
    flex-basis: 100% !important;
    max-width: 100% !important; } }

@media screen and (min-width: 801px) {
  .productView-details .box {
    margin-top: -44px; }
  .productView-left-side {
    padding-right: 85px; } }

@media screen and (max-width: 550px) {
  .categoriesCarousel .slick-list, .productCarousel .slick-list {
    margin-right: -20px; } }

#ee-medication-search {
  margin-top: 20px;
  width: calc(100% + 128px);
  margin-left: -64px; }
  #ee-medication-search .main-wrapper {
    display: flex;
    align-items: flex-start; }
    #ee-medication-search .main-wrapper .search-wrapper {
      flex-basis: 50%;
      padding-right: 40px;
      padding-left: 64px; }
    #ee-medication-search .main-wrapper .right-image {
      flex-basis: 50%; }
      #ee-medication-search .main-wrapper .right-image img {
        border-radius: 8px; }
  #ee-medication-search .title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #003765; }
  #ee-medication-search .description {
    margin-bottom: 15px;
    color: #003765;
    font-size: 18px; }
  #ee-medication-search .input-wrapper {
    position: relative; }
    #ee-medication-search .input-wrapper:before {
      content: "";
      position: absolute;
      right: 10px;
      top: 25%;
      bottom: 0;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5391 19.3105C15.9573 19.3105 19.5391 15.7288 19.5391 11.3105C19.5391 6.89227 15.9573 3.31055 11.5391 3.31055C7.12078 3.31055 3.53906 6.89227 3.53906 11.3105C3.53906 15.7288 7.12078 19.3105 11.5391 19.3105Z" stroke="%230077AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.5395 21.3109L17.1895 16.9609" stroke="%230077AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center/contain no-repeat; }
    #ee-medication-search .input-wrapper input {
      height: 50px;
      padding: 10px 16px;
      padding-right: 40px;
      border-radius: 8px;
      border: 1px solid #bfddea;
      border-radius: 8px;
      font-size: 16px;
      width: 100%; }
      #ee-medication-search .input-wrapper input:hover {
        border-color: #bfddea; }
      #ee-medication-search .input-wrapper input:focus {
        border-color: #bfddea;
        outline: none; }
      #ee-medication-search .input-wrapper input:focus-visible {
        outline: none; }
      #ee-medication-search .input-wrapper input.has-results {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
  #ee-medication-search .med-results-dropdown {
    height: 100%;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #bfddea; }
    #ee-medication-search .med-results-dropdown ul {
      margin: 0; }
      #ee-medication-search .med-results-dropdown ul li {
        list-style: none;
        padding: 10px 15px; }
      #ee-medication-search .med-results-dropdown ul .main-category {
        color: #003765; }
      #ee-medication-search .med-results-dropdown ul .sub-category {
        color: #0077ad; }
      #ee-medication-search .med-results-dropdown ul .medication-data {
        background-color: #e6f1f7;
        color: #F9B232;
        font-weight: bold; }
  @media only screen and (max-width: 768px) {
    #ee-medication-search {
      width: 100%;
      margin-left: 0; }
      #ee-medication-search .main-wrapper {
        flex-wrap: wrap; }
        #ee-medication-search .main-wrapper .search-wrapper {
          width: 100%;
          flex-basis: auto;
          margin-right: 0;
          padding: 0; }
        #ee-medication-search .main-wrapper .right-image {
          flex-basis: auto;
          margin-left: 0;
          margin-top: 20px; }
        #ee-medication-search .main-wrapper .med-results-dropdown {
          width: 100%;
          margin-bottom: 25px; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: #0077ad;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: #0077ad;
  transition: 800ms ease; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 45px;
  width: 45px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #9f9f9f;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.gift-card-container {
  /*
    New styles for FAQ widget are overwritten here, instead of in the widget template. It's easier to make changes this way.
    If FAQ is used on other pages, it should be moved to a separate CSS file.
    */ }
  .gift-card-container .section {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: row;
    gap: 112px; }
    @media screen and (max-width: 800px) {
      .gift-card-container .section {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column;
        gap: 32px; } }
    .gift-card-container .section > div {
      flex: 1; }
      .gift-card-container .section > div > img {
        height: 404px;
        width: 600px;
        min-height: 100%;
        max-height: 100%;
        min-width: 100%;
        max-width: 100%;
        border-radius: 8px; }
        @media screen and (max-width: 800px) {
          .gift-card-container .section > div > img {
            height: auto; } }
    .gift-card-container .section--list {
      gap: 42px; }
      .gift-card-container .section--list__image {
        background-color: #f2f8fb;
        margin-bottom: 25px;
        border: 1px solid #d9ebf3;
        border-radius: 8px;
        overflow: hidden; }
        .gift-card-container .section--list__image img {
          margin: auto;
          display: block; }
      .gift-card-container .section--list__title {
        color: #003765;
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        position: relative;
        padding-left: 28px;
        margin-bottom: 8px; }
        .gift-card-container .section--list__title span {
          font-size: 12px;
          line-height: 24px;
          font-weight: 600;
          color: white;
          background-color: #003765;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          text-align: center;
          position: absolute;
          left: 0;
          top: calc(50% - 10px); }
      .gift-card-container .section--list__description {
        color: #003765;
        font-size: 20px;
        line-height: 150%;
        font-weight: 400; }
      .gift-card-container .section--list > div:last-of-type img {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .gift-card-container .section--list {
          gap: 40px; } }
      .gift-card-container .section--list--last {
        padding-top: 0; }
    .gift-card-container .section__title {
      color: #003765;
      font-size: 40px;
      font-weight: 700;
      line-height: 120%;
      margin-bottom: 24px; }
    .gift-card-container .section__description {
      color: #003765;
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      margin-bottom: 40px; }
    .gift-card-container .section--main {
      width: calc(100% + 64px);
      margin-left: 0;
      margin-top: -30px;
      padding: 0 64px 0 0;
      gap: 56px;
      border-bottom: 1px solid #bfddea; }
      .gift-card-container .section--main__title {
        font-size: 56px;
        margin-top: 100px;
        margin-bottom: 40px; }
      .gift-card-container .section--main > div:last-of-type {
        margin-right: -64px; }
        .gift-card-container .section--main > div:last-of-type > img {
          width: 720px;
          height: 644px;
          min-height: 100%;
          max-height: 100%;
          min-width: 100%;
          max-width: 100%;
          object-fit: cover;
          object-position: top left;
          border-radius: 0;
          aspect-ratio: 1/0.9; }
    .gift-card-container .section--blue {
      width: calc(100% + 64px + 64px);
      margin-left: -64px;
      padding-left: 64px;
      padding-right: 64px;
      background-color: #f2f8fb; }
    .gift-card-container .section--faq {
      gap: 80px;
      width: calc(100% + 64px + 64px);
      margin-left: -64px;
      padding-left: 64px;
      padding-right: 64px;
      border-top: 1px solid #bfddea; }
      .gift-card-container .section--faq > div:first-of-type {
        flex: 1; }
      .gift-card-container .section--faq > div:last-of-type {
        flex: 2; }
  .gift-card-container .button {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 68px;
    color: #003765;
    background-color: white; }
    .gift-card-container .button i {
      margin-right: 10px; }
    .gift-card-container .button:hover {
      background-color: #0077ad;
      color: white; }
    .gift-card-container .button--dark {
      color: white;
      background-color: #003765; }
  .gift-card-container ul {
    list-style-type: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4d7393;
    margin-left: 0;
    margin-bottom: 40px; }
    .gift-card-container ul li {
      position: relative;
      padding-left: 56px; }
      .gift-card-container ul li:not(:last-of-type) {
        margin-bottom: 24px; }
      .gift-card-container ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(50% - 24px);
        width: 48px;
        height: 48px;
        background-color: #fef0d6;
        background-image: url("../icons/check-yellow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        border-radius: 50%; }
  .gift-card-container [data-layout-name='FAQ'] [data-sub-layout] {
    padding: 0; }
  .gift-card-container .faqs {
    margin: 0 0 64px 0; }
    .gift-card-container .faqs .faq {
      border: 1px solid #bfddea;
      border-radius: 40px;
      margin: 0; }
      .gift-card-container .faqs .faq:not(:last-of-type) {
        margin-bottom: 25px; }
      .gift-card-container .faqs .faq button.collapsible {
        padding: 24px 32px;
        font-size: 20px;
        line-height: 150%;
        font-weight: bold;
        color: #003765; }
        .gift-card-container .faqs .faq button.collapsible::after {
          color: #0077ad; }
        .gift-card-container .faqs .faq button.collapsible:hover {
          background-color: initial; }
      .gift-card-container .faqs .faq .collapsibleContent {
        color: #003765;
        font-size: 18px;
        line-height: 150%;
        font-weight: normal;
        padding: 0 32px 24px 32px; }

@media screen and (max-width: 800px) {
  .gift-card-container .section--reverse-mobile {
    flex-direction: column-reverse; }
  .gift-card-container .section__title {
    font-size: 32px;
    margin-bottom: 16px; }
  .gift-card-container .section--main {
    width: calc(100% + 20px + 20px);
    margin-left: 0;
    margin-top: -15px;
    padding: 0;
    border-bottom: none;
    gap: 24px; }
    .gift-card-container .section--main__title {
      font-size: 32px;
      margin-top: 0;
      width: 95vw; }
    .gift-card-container .section--main__description {
      margin-bottom: 0;
      width: 95vw; }
    .gift-card-container .section--main > div:last-of-type {
      margin-right: 0; }
      .gift-card-container .section--main > div:last-of-type > img {
        margin-left: -20px;
        height: 380px; }
  .gift-card-container .section--faq {
    border-top: 0;
    padding-top: 0; }
    .gift-card-container .section--faq__title {
      font-size: 24px; }
  .gift-card-container ul li {
    padding-left: 64px; }
    .gift-card-container ul li::before {
      top: calc(50% - 24px);
      width: 48px;
      height: 48px; }
  .gift-card-container .faqs .faq {
    border-radius: 24px; }
    .gift-card-container .faqs .faq button.collapsible {
      padding: 12px 24px;
      font-size: 16px; } }

.feedback-container {
  color: #003765; }
  .feedback-container .section {
    display: flex;
    flex-direction: row;
    gap: 112px;
    padding-bottom: 40px; }
    .feedback-container .section > div {
      flex: 1; }
      .feedback-container .section > div > img {
        min-width: 100%; }
    .feedback-container .section__title {
      font-size: 56px;
      line-height: 120%;
      font-weight: bold; }
    .feedback-container .section__description {
      font-size: 20px;
      line-height: 150%;
      font-weight: normal; }
    .feedback-container .section:first-of-type {
      padding-top: 64px; }
    .feedback-container .section:last-of-type {
      padding-top: 80px; }
    .feedback-container .section label {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 150%;
      font-weight: bold; }
    .feedback-container .section input[type=text], .feedback-container .section textarea {
      display: block;
      width: 100%;
      border: 1px solid #bfddea;
      border-radius: 8px;
      padding: 15px 20px;
      font-size: 16px;
      line-height: 150%; }
      .feedback-container .section input[type=text]:focus, .feedback-container .section textarea:focus {
        border-color: #003765;
        outline: none; }
    .feedback-container .section input[type=text] {
      margin-bottom: 24px; }
    .feedback-container .section textarea {
      height: 118px;
      margin-bottom: 40px; }
    .feedback-container .section__topics {
      margin-bottom: 32px; }
      .feedback-container .section__topics input[type=radio] {
        display: none; }
        .feedback-container .section__topics input[type=radio] + label {
          margin-bottom: 0;
          color: #4d7393;
          padding: 8px 16px;
          border: 1px solid #bfddea;
          border-radius: 50px; }
          .feedback-container .section__topics input[type=radio] + label:not(:last-of-type) {
            margin-right: 10px; }
          .feedback-container .section__topics input[type=radio] + label span {
            display: none; }
        .feedback-container .section__topics input[type=radio]:checked + label {
          color: #0077ad;
          border-color: #0077ad;
          background-color: #d9ebf3; }
          .feedback-container .section__topics input[type=radio]:checked + label span {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #0077ad;
            border-radius: 50%;
            margin-right: 8px;
            margin-bottom: 2px; }
    .feedback-container .section button[type=submit],
    .feedback-container .section input[type=submit] {
      color: white;
      background-color: #003765;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      padding: 16px 24px;
      border-radius: 26px;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      .feedback-container .section button[type=submit] i,
      .feedback-container .section input[type=submit] i {
        margin-right: 10px; }
  .feedback-container .form-actions {
    text-align: left; }
  .feedback-container .form-label {
    color: #003765; }

@media screen and (max-width: 800px) {
  .feedback-container .section {
    flex-direction: column;
    padding-bottom: 40px;
    gap: 40px; }
    .feedback-container .section__title {
      font-size: 32px; }
    .feedback-container .section:first-of-type {
      padding-top: 40px; }
    .feedback-container .section:last-of-type {
      padding-top: 40px;
      flex-direction: column-reverse; } }

@media (min-width: 551px) {
  .feedback-container .form-row--half .form-field {
    width: 100%; } }

.synlab-bus-container h2, .synlab-bus-container h3, .synlab-bus-container h4 {
  margin-top: 0; }

.synlab-bus-container .section {
  background-color: white;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 112px; }
  @media screen and (max-width: 800px) {
    .synlab-bus-container .section {
      padding-top: 40px;
      padding-bottom: 40px;
      flex-direction: column;
      gap: 32px; } }
  .synlab-bus-container .section .button {
    padding: 16px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 68px;
    color: #003765;
    background-color: white; }
    .synlab-bus-container .section .button i {
      margin-right: 10px; }
    .synlab-bus-container .section .button:hover {
      background-color: #0077ad;
      color: white; }
    .synlab-bus-container .section .button--dark {
      color: white;
      background-color: #003765; }
  .synlab-bus-container .section__title {
    color: #003765;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    flex: 0 0 100%; }
    .synlab-bus-container .section__title--main {
      font-size: 56px;
      flex: 1; }
  .synlab-bus-container .section__description {
    flex: 1;
    color: #003765;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px; }
  .synlab-bus-container .section--map {
    border: 1px solid #bfddea;
    border-radius: 8px;
    padding: 0;
    gap: 0; }
    @media screen and (max-width: 800px) {
      .synlab-bus-container .section--map {
        flex-direction: column-reverse !important;
        height: 150vh; } }
    .synlab-bus-container .section--map .calendar-locations {
      padding: 32px;
      flex-basis: 466px;
      overflow: auto; }
      @media screen and (min-width: 801px) {
        .synlab-bus-container .section--map .calendar-locations {
          max-height: 720px; } }
      .synlab-bus-container .section--map .calendar-locations .bus-calendar-loader {
        float: left; }
      .synlab-bus-container .section--map .calendar-locations h3 {
        padding-top: 5px; }
    .synlab-bus-container .section--map .calendar-map {
      flex-grow: 1; }
    .synlab-bus-container .section--map .location-details {
      margin-left: 16px; }
      .synlab-bus-container .section--map .location-details > div:first-of-type {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: #003765; }
      .synlab-bus-container .section--map .location-details > div:last-of-type {
        font-size: 16px;
        line-height: 24px;
        color: #4d7393; }
    .synlab-bus-container .section--map .calendar-location {
      cursor: pointer;
      display: flex;
      color: #003765;
      padding: 16px 0;
      border-bottom: 1px solid #bfddea; }
      .synlab-bus-container .section--map .calendar-location:hover {
        background-color: #f2f8fb; }
      .synlab-bus-container .section--map .calendar-location:last-of-type {
        border-bottom: none; }
      .synlab-bus-container .section--map .calendar-location .location-date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 64px;
        background-color: #fef0d6;
        padding: 16px; }
        .synlab-bus-container .section--map .calendar-location .location-date > div:first-of-type {
          font-size: 24px;
          font-weight: 700;
          line-height: 130%; }
        .synlab-bus-container .section--map .calendar-location .location-date > div:last-of-type {
          font-size: 14px;
          line-height: 20px; }
  .synlab-bus-container .section--list {
    gap: 42px;
    flex-wrap: wrap; }
    .synlab-bus-container .section--list__image {
      background-color: #f2f8fb;
      margin-bottom: 25px;
      border: 1px solid #d9ebf3;
      border-radius: 8px;
      overflow: hidden; }
      .synlab-bus-container .section--list__image img {
        margin: auto;
        display: block; }
    .synlab-bus-container .section--list__title {
      color: #003765;
      font-size: 24px;
      font-weight: 700;
      line-height: 130%;
      position: relative;
      padding-left: 28px;
      margin-bottom: 8px; }
      .synlab-bus-container .section--list__title span {
        font-size: 12px;
        line-height: 24px;
        font-weight: 600;
        color: white;
        background-color: #003765;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        position: absolute;
        left: 0;
        top: calc(50% - 10px); }
    .synlab-bus-container .section--list__description {
      color: #003765;
      font-size: 20px;
      line-height: 150%;
      font-weight: 400; }
    .synlab-bus-container .section--list > div:last-of-type img {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .synlab-bus-container .section--list {
        gap: 40px; } }
    .synlab-bus-container .section--list > div:not(.section__title) {
      flex: 1; }
    .synlab-bus-container .section--list .button {
      margin-top: 24px; }
    .synlab-bus-container .section--list__image {
      background-color: white; }
    .synlab-bus-container .section--list__title span {
      top: 3.5px; }
  .synlab-bus-container .section--feedback {
    background-color: #003765;
    border-radius: 8px;
    font-size: 32px;
    line-height: 120%;
    color: white;
    font-weight: 700;
    padding: 15px;
    min-height: 154px;
    justify-content: center;
    align-items: center; }

.synlab-bus-container #bookTime {
  display: none; }

.synlab-bus-container .alertBox--warning {
  margin: 10px 0 0 0; }

#bcp-location-component {
  clear: both; }

.bcp-locations-component {
  display: flex;
  color: #003765; }

.bcp-locations-list-container {
  max-width: 460px;
  min-width: 460px;
  width: 460px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 700px; }
  .bcp-locations-list-container > div {
    position: relative; }
    .bcp-locations-list-container > div > img {
      position: absolute;
      right: 16px;
      top: 20px; }
    .bcp-locations-list-container > div > input {
      width: 100%;
      height: 56px;
      border: 1px solid #bfddea;
      border-radius: 8px;
      padding: 8px 35px 8px 16px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      .bcp-locations-list-container > div > input:active, .bcp-locations-list-container > div > input:focus, .bcp-locations-list-container > div > input:target {
        outline: none;
        border-color: #003765; }
  .bcp-locations-list-container > h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: left; }

.bcp-location-box {
  border: 1px solid #bfddea;
  border-radius: 8px;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
  padding: 16px; }
  .bcp-location-box.active {
    background-color: #f2f8fb; }
  .bcp-location-box > .bcp-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    text-align: left;
    justify-content: space-between; }
    .bcp-location-box > .bcp-name > img {
      margin-right: 8px; }
  .bcp-location-box > .bcp-address {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
  .bcp-location-box .bcp-buttons {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .bcp-location-box .bcp-buttons .synlab-btn {
      padding: 4px 16px !important;
      display: flex;
      align-items: center; }
      .bcp-location-box .bcp-buttons .synlab-btn > img {
        margin-right: 8px; }
  .bcp-location-box .bcp-buttons > .bcp-directions, .bcp-location-box .bcp-button > .bcp-booking-modal {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px; }
    .bcp-location-box .bcp-buttons > .bcp-directions > a, .bcp-location-box .bcp-buttons > .bcp-directions > button, .bcp-location-box .bcp-button > .bcp-booking-modal > a, .bcp-location-box .bcp-button > .bcp-booking-modal > button {
      color: #003765;
      text-decoration: none;
      padding: 4px 16px;
      cursor: pointer; }
      .bcp-location-box .bcp-buttons > .bcp-directions > a:hover, .bcp-location-box .bcp-buttons > .bcp-directions > button:hover, .bcp-location-box .bcp-button > .bcp-booking-modal > a:hover, .bcp-location-box .bcp-button > .bcp-booking-modal > button:hover {
        cursor: pointer;
        background-color: #f2f8fb;
        border-radius: 16px; }
      .bcp-location-box .bcp-buttons > .bcp-directions > a > img, .bcp-location-box .bcp-buttons > .bcp-directions > button > img, .bcp-location-box .bcp-button > .bcp-booking-modal > a > img, .bcp-location-box .bcp-button > .bcp-booking-modal > button > img {
        margin-right: 8px; }
  .bcp-location-box > .bcp-services {
    margin-top: 16px;
    display: flex;
    margin-left: -4px; }
    .bcp-location-box > .bcp-services > div > img {
      margin: 0 4px;
      cursor: pointer;
      padding: 8px 4px;
      position: relative;
      width: 28px; }
    .bcp-location-box > .bcp-services > div:hover {
      background-color: #f2f8fb;
      border-radius: 32px;
      cursor: pointer; }
    .bcp-location-box > .bcp-services > .tooltip {
      position: relative; }
    .bcp-location-box > .bcp-services > .tooltip:before {
      content: attr(data-tooltip);
      position: absolute;
      width: 200px;
      bottom: 40px;
      padding: 10px;
      border-radius: 10px;
      background: #003765;
      color: #fff;
      box-shadow: 0px 4px 20px 0px rgba(43, 19, 19, 0.08);
      text-align: center;
      display: none;
      z-index: 1; }
    .bcp-location-box > .bcp-services > .tooltip:hover:before {
      display: block; }

#bcp-selected-location {
  margin-left: 16px;
  width: 100%; }

.bcp-locations-selected-container > .image-container > img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover; }

.bcp-locations-selected-details {
  margin-left: 16px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between; }
  .bcp-locations-selected-details > h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid rgba(191, 221, 234, 0.25);
    padding: 16px 0;
    margin-top: 0; }
  .bcp-locations-selected-details .bcp-locations-selected-address, .bcp-locations-selected-details .bcp-locations-selected-phone {
    margin-top: 16px; }
  .bcp-locations-selected-details .bcp-locations-selected-address > img, .bcp-locations-selected-details .bcp-locations-selected-phone > img, .bcp-locations-selected-details .bcp-locations-selected-hours > img {
    margin-right: 8px; }
  .bcp-locations-selected-details .bcp-locations-selected-hours > div > img {
    margin-right: 8px; }
  .bcp-locations-selected-details .bcp-locations-selected-container {
    display: flex;
    margin-left: 32px;
    margin-top: 8px;
    justify-content: space-between; }
    .bcp-locations-selected-details .bcp-locations-selected-container .bcp-locations-selected-day {
      margin-right: 32px; }
    .bcp-locations-selected-details .bcp-locations-selected-container .bcp-locations-selected-open {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-align: left; }

.bcp-locations-selected-description {
  margin-top: 32px;
  margin-left: 16px;
  font-size: 16px;
  line-height: 24px; }

.quotation-request-form-container form {
  display: flex;
  flex-direction: column; }
  .quotation-request-form-container form > div {
    display: flex;
    gap: 16px; }
    @media screen and (max-width: 600px) {
      .quotation-request-form-container form > div {
        flex-direction: column;
        gap: 0; } }
  .quotation-request-form-container form div > label {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    display: flex;
    color: #003765;
    flex-direction: column;
    gap: 4px;
    margin: 8px 0; }
    .quotation-request-form-container form div > label input:not([type='checkbox']), .quotation-request-form-container form div > label select, .quotation-request-form-container form div > label textarea {
      box-sizing: border-box;
      color: inherit;
      font: inherit;
      appearance: none;
      background-color: white;
      border-style: solid;
      border-width: 1px;
      display: block;
      margin: 0;
      transition: border-color 100ms ease-out;
      padding: 16px 48px 16px 16px;
      border-color: #bfddea;
      border-radius: 8px;
      line-height: 24px;
      height: 56px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      text-align: left; }
      .quotation-request-form-container form div > label input:not([type='checkbox']):hover, .quotation-request-form-container form div > label select:hover, .quotation-request-form-container form div > label textarea:hover {
        border-color: #003765; }
      .quotation-request-form-container form div > label input:not([type='checkbox']):focus, .quotation-request-form-container form div > label select:focus, .quotation-request-form-container form div > label textarea:focus {
        border-color: #003765;
        box-shadow: 0px 0px 0px 2px #f9b232; }
    .quotation-request-form-container form div > label input[type='checkbox'] {
      font: inherit;
      color: #003765;
      width: 1.15em;
      height: 1.15em;
      border: 0.15em solid #003765;
      border-radius: 0.15em;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center; }
    .quotation-request-form-container form div > label.checkbox {
      flex-direction: row;
      align-items: center; }
    .quotation-request-form-container form div > label textarea {
      overflow: hidden;
      height: 150px; }
    .quotation-request-form-container form div > label .select-wrapper {
      position: relative; }
    .quotation-request-form-container form div > label .select-arrow {
      position: absolute;
      top: 50%;
      right: 18px;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #003765;
      pointer-events: none; }
  .quotation-request-form-container form button {
    margin-top: 12px;
    max-width: 250px; }

.category-filter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 90%;
  border-radius: 8px;
  z-index: 100;
  padding: 35px;
  background-color: white; }
  .category-filter.closed {
    display: none; }
  .category-filter__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .category-filter__header-title {
      font-weight: 700;
      font-size: 26px;
      line-height: 1.2;
      color: #003765; }
    .category-filter__header .closeButton {
      background-color: #F2F8FB;
      border-radius: 50%;
      padding: 4px; }
      .category-filter__header .closeButton img {
        cursor: pointer; }
  .category-filter__search {
    padding-top: 25px;
    position: relative; }
    .category-filter__search-input {
      width: 100%;
      height: 55px;
      border: 1px solid #d9ebf3;
      padding: 12px 16px 12px 16px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 400;
      outline: none;
      position: relative; }
      .category-filter__search-input.has-results {
        border-radius: 5px 5px 0 0; }
    .category-filter__search-icon {
      position: absolute;
      height: 55px;
      width: 24px;
      right: 15px;
      top: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .category-filter__search-note {
      padding-left: 15px;
      padding-top: 5px;
      color: #0077ad;
      font-size: 9px; }
  .category-filter__category {
    margin-bottom: 10px; }
    .category-filter__category-title {
      font-weight: 700;
      font-size: 18px;
      line-height: 1.2;
      color: #003765;
      margin-bottom: 15px;
      padding-left: 15px; }
  .category-filter__checkboxes {
    display: flex;
    flex-direction: column;
    padding-top: 25px; }
  .category-filter__checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #003765;
    margin-left: 25px; }
    .category-filter__checkbox input[type="checkbox"] {
      appearance: none;
      width: 18px;
      height: 18px;
      border: 2px solid #003765;
      border-radius: 3px;
      margin-right: 10px;
      cursor: pointer;
      position: relative;
      /* Custom checkmark */ }
      .category-filter__checkbox input[type="checkbox"]:checked {
        background-color: #003765; }
      .category-filter__checkbox input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 2px;
        left: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
  .category-filter__button {
    width: calc(100% - 30px);
    background-color: #003765;
    border-radius: 68px;
    height: 52px;
    color: white;
    text-transform: uppercase;
    margin: 10px 15px;
    font-weight: 600;
    line-height: 20px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center; }
    .category-filter__button:hover {
      background-color: #0077ad; }
    .category-filter__button--bordered {
      background-color: transparent;
      border: 1px solid #003765;
      color: #003765; }
      .category-filter__button--bordered:hover {
        color: white; }
  .category-filter__clear {
    height: 52px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .category-filter__clear button {
      color: #003765;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center; }
      .category-filter__clear button img {
        margin-right: 5px; }
  .category-filter .filter-actions {
    display: flex;
    align-items: center;
    justify-content: center; }
  .category-filter .divider {
    height: 1px;
    background-color: #d9ebf3;
    margin: 20px 0; }
  .category-filter .search-results-dropdown {
    position: absolute;
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 15px;
    background-color: white;
    border: 1px solid #d9ebf3;
    height: 235px;
    overflow: auto;
    z-index: 10; }
    .category-filter .search-results-dropdown .search-result-item {
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #d9ebf3; }
      .category-filter .search-results-dropdown .search-result-item a {
        text-decoration: none;
        flex-grow: 1;
        color: #003765;
        font-size: 16px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .category-filter .search-results-dropdown .search-result-item a {
            text-overflow: ellipsis;
            width: 50%;
            overflow: hidden;
            white-space: nowrap; } }
      .category-filter .search-results-dropdown .search-result-item .product-price {
        color: #8064A8;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        padding: 6px 12px;
        border-radius: 34px;
        background-color: #ece8f2; }
  @media (max-width: 767px) {
    .category-filter {
      padding: 20px; }
      .category-filter .filter-actions {
        flex-direction: column; }
        .category-filter .filter-actions .category-filter__button {
          width: 100%; }
      .category-filter .search-results-dropdown {
        width: calc(100% - 40px); } }
  @media only screen and (max-width: 932px) and (orientation: landscape) {
    .category-filter {
      height: 90vh;
      overflow: auto; } }

#filtersModalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90; }

.main.fin {
  /* Media query for small screens */ }
  @media screen and (min-width: 1052px) {
    .main.fin .only-mobile {
      display: none; } }
  @media screen and (max-width: 1051px) {
    .main.fin .only-desktop {
      display: none; } }
  .main.fin .region-bg {
    background-color: white;
    padding: 30px 16px;
    border-radius: 8px;
    margin: 10px 0; }
  .main.fin .layout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem; }
    .main.fin .layout-container .full-column {
      width: 100%; }
    .main.fin .layout-container .left-column {
      flex: 0 0 75%; }
      @media screen and (max-width: 1051px) {
        .main.fin .layout-container .left-column {
          flex: 1; } }
    .main.fin .layout-container .right-column {
      flex: 1; }
  .main.fin .fin-articles-home {
    width: 100%;
    background-color: #003765;
    padding: 0 16px 30px 16px;
    border-radius: 8px; }
    .main.fin .fin-articles-home .recent-blog {
      display: flex;
      flex-direction: column; }
      .main.fin .fin-articles-home .recent-blog .top-articles {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 10px; }
        .main.fin .fin-articles-home .recent-blog .top-articles .title {
          font-family: Open Sans;
          font-size: 24px;
          font-weight: 700;
          line-height: 34px;
          letter-spacing: 0em;
          text-align: left;
          color: white; }
        .main.fin .fin-articles-home .recent-blog .top-articles .showAll a {
          font-family: Open Sans;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0.05em;
          text-align: right;
          color: white;
          text-decoration: none;
          text-transform: uppercase; }
    .main.fin .fin-articles-home .blog-name {
      display: none; }
    .main.fin .fin-articles-home .synlab-blog-card {
      width: 50%;
      padding: 10px 16px;
      background-color: white;
      margin-top: 0; }
      .main.fin .fin-articles-home .synlab-blog-card .synlab-blog-card-image {
        margin-top: 0;
        margin-bottom: 20px; }
      .main.fin .fin-articles-home .synlab-blog-card .synlab-blog-tags {
        margin-bottom: 10px; }
      .main.fin .fin-articles-home .synlab-blog-card .synlab-blog-base-tag {
        background-color: transparent;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600; }
        .main.fin .fin-articles-home .synlab-blog-card .synlab-blog-base-tag:first-child {
          padding-left: 0; }
      .main.fin .fin-articles-home .synlab-blog-card:first-child {
        margin-right: 30px; }
      .main.fin .fin-articles-home .synlab-blog-card .synlab-blog-card-icon-title {
        margin-bottom: 10px; }
      .main.fin .fin-articles-home .synlab-blog-card .blog-summary {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #7F9AB1; }
  .main.fin .featured-blog {
    display: none; }
  @media screen and (max-width: 768px) {
    .main.fin .layout-container {
      display: block; }
    .main.fin .recent-blogs {
      display: none; }
    .main.fin .featured-blog {
      display: block !important; }
    .main.fin .synlab-blog-tags {
      display: block !important;
      margin-top: 25px;
      margin-bottom: 15px; }
    .main.fin .synlab-blog-date-tags-container {
      display: block !important; }
    .main.fin .fin-articles-home {
      width: 100%;
      padding: 0 16px 16px 16px; }
      .main.fin .fin-articles-home .slick-next {
        display: none !important; }
      .main.fin .fin-articles-home .slick-prev {
        display: none !important; }
    .main.fin .left-column {
      flex: 0 0 100% !important; }
    .main.fin .right-column {
      flex: 0 0 100%; }
    .main.fin .synlab-blog-card {
      width: 100% !important;
      margin-bottom: 10px; }
      .main.fin .synlab-blog-card:first-child {
        margin-right: 0 !important; } }

.main.uk-dfp {
  /* Media query for small screens */ }
  @media screen and (min-width: 1052px) {
    .main.uk-dfp .only-mobile {
      display: none; } }
  @media screen and (max-width: 1051px) {
    .main.uk-dfp .only-desktop {
      display: none; } }
  .main.uk-dfp .region-bg {
    background-color: white;
    padding: 30px 16px;
    border-radius: 8px;
    margin: 10px 0; }
  .main.uk-dfp .layout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem; }
    .main.uk-dfp .layout-container .full-column {
      width: 100%; }
    .main.uk-dfp .layout-container .left-column {
      flex: 0 0 75%; }
      @media screen and (max-width: 1051px) {
        .main.uk-dfp .layout-container .left-column {
          flex: 1; } }
    .main.uk-dfp .layout-container .right-column {
      flex: 1; }
  .main.uk-dfp .fin-articles-home {
    width: 100%;
    background-color: #003765;
    padding: 0 16px 30px 16px;
    border-radius: 8px; }
    .main.uk-dfp .fin-articles-home .recent-blog {
      display: flex;
      flex-direction: column; }
      .main.uk-dfp .fin-articles-home .recent-blog .top-articles {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 10px; }
        .main.uk-dfp .fin-articles-home .recent-blog .top-articles .title {
          font-family: Open Sans;
          font-size: 24px;
          font-weight: 700;
          line-height: 34px;
          letter-spacing: 0em;
          text-align: left;
          color: white; }
        .main.uk-dfp .fin-articles-home .recent-blog .top-articles .showAll a {
          font-family: Open Sans;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0.05em;
          text-align: right;
          color: white;
          text-decoration: none;
          text-transform: uppercase; }
    .main.uk-dfp .fin-articles-home .blog-name {
      display: none; }
    .main.uk-dfp .fin-articles-home .synlab-blog-card {
      width: 50%;
      padding: 10px 16px;
      background-color: white;
      margin-top: 0; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card .synlab-blog-card-image {
        margin-top: 0;
        margin-bottom: 20px; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card .synlab-blog-tags {
        margin-bottom: 10px; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card .synlab-blog-base-tag {
        background-color: transparent;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600; }
        .main.uk-dfp .fin-articles-home .synlab-blog-card .synlab-blog-base-tag:first-child {
          padding-left: 0; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card:first-child {
        margin-right: 30px; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card .synlab-blog-card-icon-title {
        margin-bottom: 10px; }
      .main.uk-dfp .fin-articles-home .synlab-blog-card .blog-summary {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0em;
        text-align: left;
        color: #7f9ab1; }
  .main.uk-dfp .featured-blog {
    display: none; }
  @media screen and (max-width: 768px) {
    .main.uk-dfp .layout-container {
      display: block; }
    .main.uk-dfp .recent-blogs {
      display: none; }
    .main.uk-dfp .featured-blog {
      display: block !important; }
    .main.uk-dfp .synlab-blog-tags {
      display: block !important;
      margin-top: 25px;
      margin-bottom: 15px; }
    .main.uk-dfp .synlab-blog-date-tags-container {
      display: block !important; }
    .main.uk-dfp .fin-articles-home {
      width: 100%;
      padding: 0 16px 16px 16px; }
      .main.uk-dfp .fin-articles-home .slick-next {
        display: none !important; }
      .main.uk-dfp .fin-articles-home .slick-prev {
        display: none !important; }
    .main.uk-dfp .left-column {
      flex: 0 0 100% !important; }
    .main.uk-dfp .right-column {
      flex: 0 0 100%; }
    .main.uk-dfp .synlab-blog-card {
      width: 100% !important;
      margin-bottom: 10px; }
      .main.uk-dfp .synlab-blog-card:first-child {
        margin-right: 0 !important; } }

.header-section {
  background-color: white; }

.main.it .home-category {
  padding: 60px 0; }
  .main.it .home-category .home-category-cards-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 96px;
    justify-content: center;
    margin: 0 auto; }
    .main.it .home-category .home-category-cards-container .category-card {
      position: relative; }
      .main.it .home-category .home-category-cards-container .category-card .category-card-image {
        border-radius: 8px;
        max-width: 400px;
        max-height: 300px; }
        @media (max-width: 768px) {
          .main.it .home-category .home-category-cards-container .category-card .category-card-image {
            max-width: 100%; } }
      .main.it .home-category .home-category-cards-container .category-card .category-card-content-box {
        position: absolute;
        background: white;
        bottom: -25%;
        left: 25%;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0px 7px 30px 0px #0077ad14; }
        .main.it .home-category .home-category-cards-container .category-card .category-card-content-box h3 {
          font-weight: 400;
          font-size: 24px;
          line-height: 32px;
          text-align: center;
          margin: 0;
          padding: 12px 24px; }
        .main.it .home-category .home-category-cards-container .category-card .category-card-content-box .category-card-content {
          text-align: center;
          vertical-align: middle;
          font-weight: 600;
          font-size: 14px;
          line-height: 30px;
          letter-spacing: -0.25px;
          text-align: center;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 8px;
          color: #4d7393;
          text-decoration: none;
          padding: 12px 24px; }

.main.it .home-hero {
  background: url("../img/it-home-hero.jpg") no-repeat;
  background-position: bottom !important;
  width: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 80px 0;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .main.it .home-hero .home-hero-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 10px;
    background: #66666633;
    backdrop-filter: blur(12px);
    border-radius: 16px;
    margin-left: 10%;
    position: relative;
    z-index: 1; }
    .main.it .home-hero .home-hero-text-wrapper h1 {
      font-size: 50px;
      font-weight: 400;
      color: #fff;
      margin-top: 0;
      margin-bottom: 0; }
      .main.it .home-hero .home-hero-text-wrapper h1:last-of-type {
        margin-bottom: 20px; }
    .main.it .home-hero .home-hero-text-wrapper p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 30px;
      font-weight: 400;
      color: #fff;
      word-wrap: break-word;
      max-width: 500px; }
    .main.it .home-hero .home-hero-text-wrapper .button-wrapper {
      display: flex;
      gap: 20px; }
      .main.it .home-hero .home-hero-text-wrapper .button-wrapper .button {
        background: linear-gradient(90deg, #f9b53a -0.38%, #ffd784 99.96%);
        border: none;
        border-radius: 35px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        text-decoration: none;
        transition: opacity 0.3s ease; }
        .main.it .home-hero .home-hero-text-wrapper .button-wrapper .button i {
          margin-right: 10px;
          color: #003765; }
        .main.it .home-hero .home-hero-text-wrapper .button-wrapper .button span {
          color: #003765;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 20px; }
        .main.it .home-hero .home-hero-text-wrapper .button-wrapper .button:hover {
          opacity: 0.9; }
  @media (max-width: 768px) {
    .main.it .home-hero {
      padding: 60px 0;
      background-position: center !important;
      background-size: cover;
      background: url("../img/it-home-hero-mobile.jpg") no-repeat; }
      .main.it .home-hero .home-hero-text-wrapper {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        height: auto; }
        .main.it .home-hero .home-hero-text-wrapper h1 {
          font-size: 32px; }
        .main.it .home-hero .home-hero-text-wrapper p {
          font-size: 16px; }
        .main.it .home-hero .home-hero-text-wrapper .button-wrapper {
          flex-direction: column;
          gap: 10px; } }

.recent-blog-it {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  left: 0;
  right: 0;
  color: #003765;
  background-color: #f2f8fb; }
  .recent-blog-it .top-articles {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10%;
    margin-right: 10%; }
    .recent-blog-it .top-articles .text-wrapper {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center; }
      .recent-blog-it .top-articles .text-wrapper .title {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 40px;
        line-height: 56px;
        letter-spacing: 0%; }
      .recent-blog-it .top-articles .text-wrapper .subtitle {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0%;
        color: #4d7393; }
    .recent-blog-it .top-articles .showAll .button {
      background: linear-gradient(90deg, #f9b53a -0.38%, #ffd784 99.96%);
      border: none;
      border-radius: 35px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 24px;
      text-decoration: none;
      transition: opacity 0.3s ease; }
      .recent-blog-it .top-articles .showAll .button i {
        margin-right: 10px;
        color: #003765; }
      .recent-blog-it .top-articles .showAll .button span {
        color: #003765;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px; }
      .recent-blog-it .top-articles .showAll .button:hover {
        opacity: 0.9; }
  .recent-blog-it .recent-blogs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-left: 10%;
    margin-right: 10%; }
    .recent-blog-it .recent-blogs .synlab-blog-card.it-blog {
      border: 0px solid white !important;
      background-color: white;
      margin-top: 24px;
      width: 100%;
      display: flex;
      flex-direction: row;
      padding: 16px; }
    .recent-blog-it .recent-blogs .synlab-blog-card-image.it-blog {
      margin-top: 0; }
    .recent-blog-it .recent-blogs .synlab-blog-card-content-wrapper.it-blog {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0 16px; }
      .recent-blog-it .recent-blogs .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-title.it-blog {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0%; }
      .recent-blog-it .recent-blogs .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-summary.it-blog {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0%;
        color: #4d7393; }
    .recent-blog-it .recent-blogs .left-featured {
      flex: 1 1 45%; }
      .recent-blog-it .recent-blogs .left-featured .synlab-blog-card-image.it-blog {
        height: 506px;
        width: auto;
        min-height: 506px;
        min-width: auto; }
      .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog {
        flex-direction: column; }
      .recent-blog-it .recent-blogs .left-featured .synlab-blog-card-content-wrapper.it-blog {
        padding: 16px 0; }
    .recent-blog-it .recent-blogs .right-stack {
      flex: 1 1 45%; }
      .recent-blog-it .recent-blogs .right-stack .synlab-blog-card-image.it-blog {
        height: 182px;
        width: 200px;
        min-height: 182px;
        min-width: 200px; }
  @media (max-width: 768px) {
    .recent-blog-it .top-articles {
      flex-direction: column;
      align-items: flex-start;
      margin-left: 5%;
      margin-right: 5%;
      gap: 20px; }
      .recent-blog-it .top-articles .text-wrapper .title {
        font-size: 28px;
        line-height: 36px; }
      .recent-blog-it .top-articles .text-wrapper .subtitle {
        font-size: 16px;
        line-height: 24px; }
      .recent-blog-it .top-articles .showAll {
        align-self: flex-start; }
    .recent-blog-it .recent-blogs {
      flex-direction: column;
      margin-left: 5%;
      margin-right: 5%; }
      .recent-blog-it .recent-blogs .left-featured, .recent-blog-it .recent-blogs .right-stack {
        flex: 1 1 100%; }
        .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog, .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog {
          flex-direction: column; }
          .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog .synlab-blog-card-image.it-blog, .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog .synlab-blog-card-image.it-blog {
            height: 200px;
            width: 100%;
            min-height: auto;
            min-width: auto;
            background-size: cover;
            background-position: center; }
          .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog, .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog {
            padding: 16px 0; }
            .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-title.it-blog, .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-title.it-blog {
              font-size: 18px;
              line-height: 24px; }
            .recent-blog-it .recent-blogs .left-featured .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-summary.it-blog, .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog .synlab-blog-card-content-wrapper.it-blog .synlab-blog-card-summary.it-blog {
              font-size: 16px;
              line-height: 24px; }
      .recent-blog-it .recent-blogs .right-stack .synlab-blog-card.it-blog {
        flex-direction: column; } }

.body {
  margin-top: 15px !important; }

@media screen and (max-width: 800px) {
  .blog-v2__mobileBg {
    background-color: white;
    padding: 20px;
    margin: 0 -20px; } }

.blog-v2__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }
  .blog-v2__header-title {
    font-size: 28px;
    font-weight: 700;
    color: #003765;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0; }
  .blog-v2__header-title-it {
    font-size: 40px;
    font-weight: 600;
    color: #003765;
    line-height: 56px;
    margin-bottom: 24px;
    margin-top: 44px;
    text-align: center; }
  .blog-v2__header-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #003765; }
  .blog-v2__header-description-it {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #003765;
    text-align: center;
    max-width: 800px;
    margin: 0 auto; }
  .blog-v2__header-search {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
    .blog-v2__header-search input {
      width: 100%;
      background-color: white;
      padding: 12px 16px;
      height: 60px;
      border: 1px solid #bfcdd8;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      border-radius: 5px; }
    .blog-v2__header-search-icon {
      cursor: pointer;
      position: absolute;
      width: 45px;
      height: 60px;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
  .blog-v2__header-search-it {
    position: relative;
    margin-top: 32px;
    margin-bottom: 25px;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .blog-v2__header-search-it input {
      width: 100%;
      background-color: white;
      padding: 18px 60px 18px 32px;
      height: 60px;
      border: 1px solid #bfcdd8;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      border-radius: 999px; }
    .blog-v2__header-search-it-icon {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 12px;
      width: 45px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .blog-v2__header-tab-it {
    font-size: 24px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #003765;
    margin-bottom: 10px; }
  .blog-v2__header-tabs {
    display: flex;
    justify-content: start;
    cursor: pointer;
    margin-bottom: 15px; }
    .blog-v2__header-tabs.hide {
      display: none; }
  .blog-v2__header-tab {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #4d7393;
    margin-right: 15px;
    padding-bottom: 10px; }
    .blog-v2__header-tab.active, .blog-v2__header-tab:hover {
      color: #003765; }
    .blog-v2__header-tab.active {
      border-bottom: 3px solid #003765; }

.blog-v2__posts {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap; }
  @media screen and (min-width: 800px) {
    .blog-v2__posts {
      margin: -5px; } }
  .blog-v2__posts-found {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #4d7393; }

.blog-v2__post {
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px #0077ad14;
  min-height: 580px; }
  .blog-v2__post.hide {
    display: none; }
  @media screen and (min-width: 800px) {
    .blog-v2__post {
      width: calc(50% - 10px);
      margin: 5px; } }
  @media screen and (min-width: 1100px) {
    .blog-v2__post {
      width: calc(33.333% - 10px); } }
  .blog-v2__post-image {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    position: relative; }
    .blog-v2__post-image img {
      aspect-ratio: 390 / 250;
      width: 100%;
      object-fit: cover;
      border-radius: 8px; }
    .blog-v2__post-image--no-pic img {
      object-fit: contain; }
  .blog-v2__post-reading-time {
    position: absolute;
    bottom: 8px;
    right: 108px;
    background-color: white;
    color: #003765;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    z-index: 1; }
  .blog-v2__post-header-it {
    min-height: 140px; }
  .blog-v2__post-author {
    font-size: 14px;
    line-height: 30px;
    color: #0077ad;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px; }
  .blog-v2__post-categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 8px; }
  .blog-v2__post-category {
    display: inline-block;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 400;
    padding: 3px 5px;
    white-space: nowrap; }
  .blog-v2__post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #003765;
    margin-bottom: 20px; }
  .blog-v2__post-summary {
    color: black;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px; }
  .blog-v2__post-summary-it {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: auto;
    color: #809bb2; }
  .blog-v2__post-read-more-it {
    font-weight: 600;
    font-size: 14px;
    color: #003765;
    display: inline-flex;
    align-items: center;
    margin-top: 16px; }
    .blog-v2__post-read-more-it img {
      width: 14px;
      height: 14px;
      margin-left: 8px;
      transition: transform 0.3s; }
  .blog-v2__post-date {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-top: auto;
    color: #a3abb1; }

.blog-detail-v2-it__layout {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  gap: 40px; }
  @media screen and (max-width: 1100px) {
    .blog-detail-v2-it__layout {
      flex-direction: column; } }

.blog-detail-it-v2__content {
  flex: 1;
  max-width: 1200px;
  width: 100%; }

.blog-detail-v2-it__body {
  color: #003765; }

.blog-detail-v2-it__tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px; }

.blog-detail-v2-it__tag {
  background-color: #ece8f2;
  color: #8064a8;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  border-radius: 6px;
  padding: 0px 14px;
  height: 30px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px; }

.blog-detail-v2-it__title {
  color: #003765;
  font-size: 50px;
  font-weight: 400;
  line-height: 75px;
  margin-top: 0; }

.blog-detail-v2-it__image {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .blog-detail-v2-it__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 360px; }

.blog-detail-v2-it__related-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #003765; }

.blog-detail-v2-it__related-products {
  flex: 0 0 350px;
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px; }

.blog-detail-v2-it__related-product {
  background-color: white;
  border-radius: 16px;
  display: flex;
  border: 1px solid #bfddea;
  flex-direction: column;
  overflow: hidden;
  height: 510px;
  position: relative;
  padding: 16px; }
  .blog-detail-v2-it__related-product-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none; }
  .blog-detail-v2-it__related-product-image {
    width: 100%;
    height: 250px; }
    .blog-detail-v2-it__related-product-image img {
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover; }
  .blog-detail-v2-it__related-product-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .blog-detail-v2-it__related-product-category {
    font-size: 14px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: fit-content; }
  .blog-detail-v2-it__related-product-name {
    font-size: 20px;
    font-weight: 400;
    color: #003765;
    line-height: 30px;
    margin-bottom: 8px; }
  .blog-detail-v2-it__related-product-desc {
    font-size: 14px;
    color: #809BB2;
    flex-grow: 1; }
  .blog-detail-v2-it__related-product-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  .blog-detail-v2-it__related-product-price {
    font-size: 24px;
    font-weight: 700;
    color: #003765;
    line-height: 30px; }
  .blog-detail-v2-it__related-product-actions {
    display: flex;
    gap: 8px; }
  .blog-detail-v2-it__related-product-action-btn {
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

.blog-detail-v2-it__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 30px 0;
  font-size: 14px;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .blog-detail-v2-it__meta {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px; } }

.blog-detail-v2-it__date {
  color: #4D7393;
  margin-top: 8px; }

.blog-detail-v2-it__share {
  display: flex;
  align-items: center;
  gap: 8px; }
  .blog-detail-v2-it__share img {
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: transform 0.2s ease; }
    .blog-detail-v2-it__share img:hover {
      transform: scale(1.1); }
  .blog-detail-v2-it__share span {
    font-size: 14px;
    color: #003765;
    margin-right: 4px; }

.blog-detail-v2__body {
  color: #003765; }

.blog-detail-v2__tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap; }

.blog-detail-v2__tag {
  background-color: #ece8f2;
  color: #8064a8;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  border-radius: 39px;
  padding: 0px 14px;
  height: 30px;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px; }

.blog-detail-v2__title {
  color: #003765;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  margin-top: 0; }

.blog-detail-v2__buttons {
  margin-bottom: 25px; }

.blog-detail-v2__image {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }
  .blog-detail-v2__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    max-height: 360px; }

.blog-detail-v2__recent {
  padding: 30px 15px 50px 15px;
  margin: 0 -20px;
  background-color: #f2f8fb; }
  .blog-detail-v2__recent-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
  .blog-detail-v2__recent-title {
    color: #003765;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px; }
  .blog-detail-v2__recent-link {
    color: #0077ad;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    margin-right: 6px; }
  .blog-detail-v2__recent-slide {
    background-color: white;
    border-radius: 8px;
    padding: 16px;
    margin: 0px 5px;
    display: flex;
    align-items: stretch; }
  .blog-detail-v2__recent-image {
    margin-right: 15px;
    width: calc(25% - 15px);
    flex-shrink: 0;
    flex-grow: 1; }
    .blog-detail-v2__recent-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .blog-detail-v2__recent-content {
    width: 75%;
    flex-shrink: 1;
    flex-grow: 0;
    display: flex;
    flex-direction: column; }
    .blog-detail-v2__recent-content--full {
      width: 100%; }
    .blog-detail-v2__recent-content-title {
      font-size: 16px;
      line-height: 22px;
      color: #003765;
      font-weight: 700;
      margin-bottom: 10px; }
    .blog-detail-v2__recent-content-desc {
      color: #003765;
      font-weight: 400;
      line-height: 24px;
      font-size: 13px;
      margin-bottom: 15px; }
    .blog-detail-v2__recent-content-date {
      color: #7f9ab1;
      font-weight: 400;
      font-size: 10px;
      line-height: 24px; }
  .blog-detail-v2__recent .slick-dots {
    bottom: -45px; }
    .blog-detail-v2__recent .slick-dots li:not(:first-of-type) {
      margin-left: 15px; }
    .blog-detail-v2__recent .slick-dots li .circle-wrap {
      width: 20px;
      height: 20px;
      border-radius: 50%; }
      .blog-detail-v2__recent .slick-dots li .circle-wrap .circle .mask,
      .blog-detail-v2__recent .slick-dots li .circle-wrap .circle .fill {
        width: 20px;
        height: 20px;
        position: absolute;
        border-radius: 50%; }
      .blog-detail-v2__recent .slick-dots li .circle-wrap .circle .mask {
        clip: rect(0px, 20px, 20px, 10px); }
        .blog-detail-v2__recent .slick-dots li .circle-wrap .circle .mask .fill {
          clip: rect(0px, 10px, 20px, 0px);
          background-color: #0077ad; }
      .blog-detail-v2__recent .slick-dots li .circle-wrap .inside-circle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: white;
        margin-top: 2px;
        margin-left: 2px;
        position: absolute;
        z-index: 100; }
    .blog-detail-v2__recent .slick-dots li.slick-active .mask.full,
    .blog-detail-v2__recent .slick-dots li.slick-active .circle .fill {
      animation: fill linear 3s;
      transform: rotate(180deg); }
    .blog-detail-v2__recent .slick-dots li.slick-active .dot {
      background-color: #0077ad; }
    .blog-detail-v2__recent .slick-dots li .dot {
      width: 12px;
      height: 12px;
      margin-top: 2px;
      margin-left: 2px;
      background-color: #e6f1f7;
      border-radius: 50%; }

@keyframes fill {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

.synlab-notify-toast .swal2-popup.swal2-toast,
.synlab-warning-toast .swal2-popup.swal2-toast {
  width: auto !important;
  max-width: 600px;
  background: #d9ebf3; }
  @media (max-width: 600px) {
    .synlab-notify-toast .swal2-popup.swal2-toast,
    .synlab-warning-toast .swal2-popup.swal2-toast {
      max-width: 300px; } }

.synlab-notify-toast .swal2-header .swal2-title,
.synlab-warning-toast .swal2-header .swal2-title {
  color: #0077ad; }

.synlab-warning-toast .swal2-popup.swal2-toast {
  background: #FFF8EB; }

.synlab-warning-toast .swal2-header .swal2-title {
  color: #EE7400; }

.services-filter {
  position: relative; }
  .services-filter__input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #BFCDD8;
    padding: 12px 16px; }
  .services-filter__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer; }

.services__list {
  margin-top: 15px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap; }
  @media screen and (min-width: 700px) {
    .services__list {
      margin: 15px -5px 0 -5px; } }

.services-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  background-color: white;
  width: 100%;
  margin-bottom: 10px; }
  @media screen and (min-width: 700px) {
    .services-item {
      width: calc(50% - 10px);
      margin: 0 5px 10px 5px; } }
  @media screen and (min-width: 1199px) {
    .services-item {
      width: calc(33.33% - 10px);
      margin: 0 5px 10px 5px; } }
  .services-item.hide {
    display: none; }
  .services-item__image {
    margin-bottom: 20px;
    width: 100%;
    height: auto; }
    .services-item__image img {
      aspect-ratio: 326 / 200;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
  .services-item__title {
    color: #003765;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .services-item__description {
    color: #003765;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }
  .services-item__more {
    background-color: #F2F8FB;
    color: #0077AD;
    padding: 5px 10px;
    border-radius: 37px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: auto; }
    .services-item__more img {
      width: 20px;
      height: 20px;
      margin-right: 10px; }

.imaging-category .breadcrumbs-v2 {
  padding: 0 64px !important;
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .imaging-category .breadcrumbs-v2 {
      padding: 0 20px !important; } }

.imaging-category .imaging-category-locations-wrapper {
  padding: 20px 64px; }

@media screen and (max-width: 800px) {
  .imaging-category .imaging-category-locations-wrapper {
    padding: 0 20px; } }

.imaging-category [data-content-region="imaging-category-additional-info"] a[href=""], .imaging-category [data-content-region="imaging-category"] a[href=""] {
  pointer-events: none; }

@media screen and (max-width: 1024px) {
  .imaging-category [data-content-region="imaging-category-additional-info"] .image-banner, .imaging-category [data-content-region="imaging-category"] .image-banner {
    width: 100%; }
    .imaging-category [data-content-region="imaging-category-additional-info"] .image-banner img, .imaging-category [data-content-region="imaging-category"] .image-banner img {
      width: 100%; } }

.imaging-category [data-content-region="imaging-category-additional-info"] {
  padding: 0 64px !important; }
  @media screen and (max-width: 800px) {
    .imaging-category [data-content-region="imaging-category-additional-info"] {
      padding: 0 20px !important; } }

.imaging-category [data-content-region="imaging-category"] [data-sub-layout-container] {
  padding: 0 64px !important; }
  @media screen and (max-width: 800px) {
    .imaging-category [data-content-region="imaging-category"] [data-sub-layout-container] {
      padding: 0 20px !important; } }
  .imaging-category [data-content-region="imaging-category"] [data-sub-layout-container][data-layout-name="Layout Pink"] {
    background-color: #ebd9e3;
    padding-top: 16px !important;
    padding-bottom: 16px !important; }
    @media screen and (min-width: 1512px) {
      .imaging-category [data-content-region="imaging-category"] [data-sub-layout-container][data-layout-name="Layout Pink"] {
        margin-left: -2000px !important;
        margin-right: -2000px !important;
        padding-left: 2064px !important;
        padding-right: 2064px !important; } }

.imaging-category__title {
  color: #003765;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 20px;
  padding: 0 64px !important; }
  @media screen and (max-width: 800px) {
    .imaging-category__title {
      padding: 0 20px !important; } }

.imaging-category__description {
  padding: 0 64px !important; }
  @media screen and (max-width: 800px) {
    .imaging-category__description {
      padding: 0 20px !important; } }
  .imaging-category__description--content {
    padding: 10px 16px 0 16px;
    background-color: white;
    border-radius: 8px 8px 0 0; }
    .imaging-category__description--content > p:last-of-type {
      margin-bottom: 0; }
  .imaging-category__description + [data-content-region="imaging-category-additional-info"] [data-sub-layout-container]:first-of-type div {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.imaging-category-locations {
  padding: 10px 16px;
  background-color: white;
  border-radius: 8px; }
  .imaging-category-locations__title {
    color: #003765;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px; }
  .imaging-category-locations__description {
    color: #003765;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px; }
  .imaging-category-locations__input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .imaging-category-locations__input label {
      color: #003765;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
    .imaging-category-locations__input select {
      padding: 12px 16px;
      border: 1px solid #BFCDD8;
      border-radius: 5px; }

.imaging-clinics-selection {
  height: 48px !important;
  padding: 10px 0 10px 10px; }
  .imaging-clinics-selection .select2-selection__arrow {
    top: 10px !important; }

.imaging-clinics-dropdown .select2-results ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .imaging-clinics-dropdown .select2-results ul li span {
    display: inline-block; }
    .imaging-clinics-dropdown .select2-results ul li span:first-of-type {
      color: #003765; }
    .imaging-clinics-dropdown .select2-results ul li span:last-of-type:not(:first-of-type) {
      color: #a795c2; }
  .imaging-clinics-dropdown .select2-results ul li.select2-results__option--highlighted span:last-of-type:not(:first-of-type) {
    color: #003765; }

.js-location-select {
  position: relative; }
  .js-location-select .loader-container {
    margin: 0; }

.labservices-category {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 700px) {
    .labservices-category {
      flex-direction: row;
      flex-wrap: wrap; } }
  .labservices-category-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 12px 0; }
    @media screen and (max-width: 700px) {
      .labservices-category-container {
        flex-direction: column;
        gap: 10px; } }
  .labservices-category-dropdown {
    position: relative;
    max-width: 400px;
    width: 400px; }
    @media screen and (max-width: 700px) {
      .labservices-category-dropdown {
        width: auto; } }
    .labservices-category-dropdown::before {
      content: "";
      position: absolute;
      right: 20px;
      top: 16px;
      width: 12px;
      height: 12px;
      border: 2px solid #0077AD;
      border-top: transparent;
      border-right: transparent;
      transform: rotate(-45deg);
      pointer-events: none; }
    .labservices-category-dropdown select {
      appearance: none;
      -webkit-appearance: none;
      font-size: 1.15rem;
      cursor: pointer;
      width: 100%;
      padding: 12px 16px 12px 16px;
      border-radius: 5px;
      border: 1px solid #BFDDEA; }
  .labservices-category-filter {
    width: 100%; }
    .labservices-category-filter__button {
      color: white;
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      background-color: #003765;
      border-radius: 52px;
      margin: auto 0;
      padding: 12px;
      text-align: center;
      max-width: 400px;
      cursor: pointer;
      transition: all .3s ease; }
      .labservices-category-filter__button:hover {
        background-color: #0077ad; }
      .labservices-category-filter__button.d-none {
        display: none; }
  .labservices-category__title {
    color: #003765;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
    width: 100%; }
  .labservices-category-description {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 700px) {
      .labservices-category-description {
        width: 50%;
        margin-bottom: 20px; } }
    .labservices-category-description__image {
      width: 100%;
      height: auto; }
      .labservices-category-description__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .labservices-category-description__text {
      padding: 10px 16px;
      color: #003765;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400; }
    .labservices-category-description__compare {
      color: white;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      background-color: #003765;
      padding: 14px 24px;
      border-radius: 68px;
      display: flex;
      text-decoration: none;
      margin: 10px 16px 30px 16px;
      transition: all .3s ease; }
      .labservices-category-description__compare:hover {
        background-color: #0077ad;
        color: white; }
      .labservices-category-description__compare.hidden {
        display: none; }
      .labservices-category-description__compare img {
        margin-left: 5px; }
  .labservices-category-panels {
    background-color: white;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 700px) {
      .labservices-category-panels {
        margin-left: 20px;
        margin-bottom: 20px;
        width: calc(50% - 20px); } }
    .labservices-category-panels__title {
      color: #003765;
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #D9EBF3; }
    .labservices-category-panels-category {
      margin-bottom: 10px;
      box-shadow: 0px 4px 10px 0px #ECE8F2;
      border-radius: 8px; }
      .labservices-category-panels-category__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 16px;
        cursor: pointer; }
      .labservices-category-panels-category__icon {
        width: 16px;
        height: 16px; }
        .labservices-category-panels-category__icon.rotated {
          transform: rotate(180deg); }
      .labservices-category-panels-category__title {
        color: #003765;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px; }
      .labservices-category-panels-category__content {
        padding: 0 16px 24px 16px; }
        .labservices-category-panels-category__content.hide {
          display: none; }
    .labservices-category-panels-product {
      border: 1px solid #D9EBF3;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap; }
      .labservices-category-panels-product__image {
        width: 100%;
        height: auto;
        margin-bottom: 10px; }
        .labservices-category-panels-product__image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          aspect-ratio: 274 / 190;
          border-radius: 8px; }
      .labservices-category-panels-product__title {
        color: #003765;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 10px;
        width: 100%; }
      .labservices-category-panels-product__description {
        color: black;
        font-weight: 400;
        font-size: 13px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 10px; }
      .labservices-category-panels-product__action-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%; }
      .labservices-category-panels-product__price {
        color: #8064A8;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        padding: 6px 12px;
        border-radius: 34px;
        background-color: #ece8f2; }
        @media (max-width: 768px) {
          .labservices-category-panels-product__price {
            padding: 6px 8px; } }
      .labservices-category-panels-product__button {
        color: white;
        background-color: #003765;
        border-radius: 34px;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease;
        cursor: pointer; }
        .labservices-category-panels-product__button:hover {
          background-color: #0077ad; }
        .labservices-category-panels-product__button img {
          margin-right: 5px;
          width: 20px;
          height: 20px; }
        @media (max-width: 768px) {
          .labservices-category-panels-product__button {
            padding: 6px 8px; } }
      .labservices-category-panels-product__compare {
        color: #0077AD;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        padding: 10px 12px;
        background-color: #F2F8FB;
        border: 1px solid #F2F8FB;
        border-radius: 34px;
        transition: all .3s ease;
        cursor: pointer; }
        .labservices-category-panels-product__compare:hover {
          border-color: #0077ad; }
        .labservices-category-panels-product__compare img {
          margin-right: 5px;
          width: 24px;
          height: 24px; }
        @media (max-width: 768px) {
          .labservices-category-panels-product__compare {
            padding: 6px 8px;
            margin-top: 10px; } }
  .labservices-category-stests {
    background-color: white;
    border-radius: 8px;
    padding: 20px 16px;
    margin-bottom: 20px;
    width: 100%; }
    .labservices-category-stests__title {
      color: #003765;
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #D9EBF3; }
    .labservices-category-stests-products {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    .labservices-category-stests-product {
      padding: 16px;
      box-shadow: 0px 4px 10px 0px #0077AD14;
      border: 1px solid #ECE8F2;
      border-radius: 8px;
      width: 100%;
      cursor: pointer; }
      .labservices-category-stests-product:hover {
        background-color: #F2F8FB; }
      @media screen and (min-width: 700px) {
        .labservices-category-stests-product {
          width: calc(50% - 10px);
          margin-bottom: 20px; } }
      @media screen and (min-width: 1100px) {
        .labservices-category-stests-product {
          width: calc(33.33% - 14px); } }
      .labservices-category-stests-product__sku {
        color: #0077AD;
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px; }
      .labservices-category-stests-product__title {
        color: #003765;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 10px; }
      .labservices-category-stests-product__bottom {
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #D9EBF3; }
      .labservices-category-stests-product__price {
        color: #8064A8;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        padding: 6px 12px;
        border-radius: 34px;
        background-color: #ece8f2; }
      .labservices-category-stests-product__button {
        color: white;
        background-color: #003765;
        border-radius: 34px;
        padding: 6px 12px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        transition: all .3s ease; }
        .labservices-category-stests-product__button:hover {
          background-color: #0077ad; }
    .labservices-category-stests-pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-top: 15px; }
      .labservices-category-stests-pagination__button {
        width: 100px;
        height: 50px;
        border-radius: 8px;
        background-color: #0077AD;
        font-size: 16px;
        font-weight: 400;
        color: white;
        line-height: 30px;
        transition: all .3s ease; }
        .labservices-category-stests-pagination__button:hover {
          background-color: #003765; }
      .labservices-category-stests-pagination__select {
        width: 100px;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #E6EBF0;
        margin: 0 10px; }
  .labservices-category__floating-compare-button {
    width: 60px;
    height: 60px;
    background-color: #0077AD;
    box-shadow: 0px 4px 5px 0px #0077AD4D;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1000;
    transition: all .3s ease; }
    .labservices-category__floating-compare-button:hover {
      background-color: #003765; }
    .labservices-category__floating-compare-button.hidden {
      display: none; }

.fin-prices .pagination {
  /* Hover effect */ }
  .fin-prices .pagination .pagination-list {
    display: flex;
    justify-content: space-between; }
    .fin-prices .pagination .pagination-list .pagination-item {
      height: 50px;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left;
      text-decoration: none;
      margin: 0; }
      .fin-prices .pagination .pagination-list .pagination-item.next, .fin-prices .pagination .pagination-list .pagination-item.previous {
        background-color: #0077AD;
        color: #F2F8FB; }
      .fin-prices .pagination .pagination-list .pagination-item.disabled {
        display: none; }
  .fin-prices .pagination .pagination-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    max-width: 100px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.00098L7.5 7.00098L13.5 1.00098" stroke="%230077AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0; }
  .fin-prices .pagination .pagination-select:focus {
    outline: none;
    border-color: #007bff; }
  .fin-prices .pagination .pagination-select:hover {
    background-color: #f0f0f0; }

.fin-prices .pagination-info {
  display: flex;
  align-items: center;
  gap: 3px; }
  .fin-prices .pagination-info div {
    color: #4D7393;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left; }

.fin-prices .productGrid {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .fin-prices .productGrid .product {
    width: 100%;
    transition: opacity 0.7s ease-in-out; }
    .fin-prices .productGrid .product .synlab-card {
      padding: 16px 16px 0 16px;
      box-shadow: 0px 4px 10px 0px rgba(0, 119, 173, 0.08);
      background-color: white;
      border-radius: 8px; }
      .fin-prices .productGrid .product .synlab-card .name {
        font-family: Open Sans;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: left;
        color: #003765;
        margin-bottom: 10px;
        min-height: 50px; }
      .fin-prices .productGrid .product .synlab-card .detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 16px 0;
        border: none;
        border-top: 0.5px solid #D9EBF3; }
        .fin-prices .productGrid .product .synlab-card .detail .price {
          margin: 0;
          width: 96px;
          height: 37px;
          font-family: Open Sans;
          font-size: 18px;
          font-weight: 700;
          line-height: 25px;
          letter-spacing: 0em;
          text-align: left;
          border-radius: 34px;
          color: #8064A8;
          background-color: #ECE8F2;
          display: flex;
          align-items: center;
          justify-content: center; }
        .fin-prices .productGrid .product .synlab-card .detail button {
          width: 110px;
          height: 37px;
          position: initial;
          text-transform: none; }

@media only screen and (max-width: 600px) {
  .fin-prices .productGrid .product {
    width: 100% !important; } }

@media only screen and (max-width: 1024px) {
  .fin-prices .productGrid .product {
    width: 50%; } }

@media only screen and (min-width: 1025px) {
  .fin-prices .productGrid .product {
    width: 33.33%; } }

@media only screen and (min-width: 768px) {
  .fin-prices .pagination .pagination-list {
    justify-content: center; }
  .fin-prices .pagination-list {
    justify-content: flex-start; }
    .fin-prices .pagination-list .pagination-select {
      margin: 0 10px; } }

.fin-prices .productGrid {
  flex-direction: row;
  flex-wrap: wrap; }

.fin-prices-location-dropdown {
  justify-content: flex-end;
  position: relative; }
  @media (min-width: 768px) {
    .fin-prices-location-dropdown {
      max-width: 400px;
      width: 400px;
      justify-content: flex-end; } }

.fin-prices-category-dropdown {
  justify-content: flex-start;
  position: relative; }
  @media (min-width: 768px) {
    .fin-prices-category-dropdown {
      max-width: 400px;
      width: 400px;
      justify-content: flex-start; } }

.fin-prices-location-dropdown::before, .fin-prices-category-dropdown::before {
  content: "";
  right: 20px;
  position: absolute;
  top: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid #0077AD;
  border-top: transparent;
  border-right: transparent;
  transform: rotate(-45deg);
  pointer-events: none; }

.fin-prices-location-dropdown select, .fin-prices-category-dropdown select {
  color: #4d7393;
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.15rem;
  cursor: pointer;
  height: 60px;
  padding: 12px 16px 12px 16px;
  border-radius: 5px;
  border: 1px solid #BFDDEA;
  width: 100%; }
  @media (min-width: 768px) {
    .fin-prices-location-dropdown select, .fin-prices-category-dropdown select {
      width: 400px; } }
  .fin-prices-location-dropdown select[disabled], .fin-prices-category-dropdown select[disabled] {
    cursor: default;
    color: #bfddea; }

.category-head {
  display: flex;
  flex-direction: column; }

.category-wrapper {
  padding: 15px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px #0077AD14;
  margin-bottom: 20px; }
  .category-wrapper .synlab-card:hover .detail {
    background-color: white; }
  .category-wrapper #product-filter-head {
    margin: 0; }
  .category-wrapper .labservices-category-filter {
    margin: 20px 0; }

.wrapper-fin-filter .product-search input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #BFCDD8;
  padding: 12px 16px 12px 16px; }
  .wrapper-fin-filter .product-search input ::placeholder {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #809BB2; }
  .wrapper-fin-filter .product-search input:focus {
    outline: none; }

.wrapper-fin-filter .product-filter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px; }
  @media (min-width: 973px) {
    .wrapper-fin-filter .product-filter {
      flex-direction: row;
      align-items: center;
      gap: 15px; } }
  .wrapper-fin-filter .product-filter--buttons {
    justify-content: start; }
    @media (max-width: 973px) {
      .wrapper-fin-filter .product-filter--buttons {
        margin-top: 8px;
        flex-wrap: wrap;
        flex-direction: row; } }
    .wrapper-fin-filter .product-filter--buttons.disabled-pill .product-filter__button {
      border-color: #bfddea;
      color: #bfddea; }
      .wrapper-fin-filter .product-filter--buttons.disabled-pill .product-filter__button:hover {
        background-color: #bfddea;
        cursor: default; }
      .wrapper-fin-filter .product-filter--buttons.disabled-pill .product-filter__button.active::before {
        background-color: #bfddea; }
  .wrapper-fin-filter .product-filter__button {
    margin: 15px 5px 0 5px;
    padding: 8px 16px 8px 16px;
    border: 1px solid #bfddea;
    color: #4d7393;
    border-radius: 25px;
    background-color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 205px; }
    .wrapper-fin-filter .product-filter__button:hover {
      background-color: #d9ebf3; }
    @media (max-width: 973px) {
      .wrapper-fin-filter .product-filter__button {
        flex-wrap: wrap;
        margin: 0 5px;
        margin-left: 0 !important; } }
    .wrapper-fin-filter .product-filter__button:hover {
      background-color: #d9ebf3; }
    .wrapper-fin-filter .product-filter__button.active {
      border: 1px solid #0077ad;
      color: #0077ad;
      background-color: #d9ebf3; }
      .wrapper-fin-filter .product-filter__button.active::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #0077ad;
        border-radius: 50%;
        margin-right: 8px;
        opacity: 1; }
    .wrapper-fin-filter .product-filter__button:first-child {
      margin-left: 0; }
  .wrapper-fin-filter .product-filter.hidden {
    display: none; }

.wrapper-fin-filter .dropdown-label {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 3px;
  color: #003765; }

.wrapper-fin-filter .wrapper-filters {
  position: relative; }

.compare-button {
  visibility: visible;
  opacity: 1; }

.add-to-cart-button {
  right: 10px !important;
  left: 10px !important;
  visibility: visible !important;
  opacity: 1 !important; }

main#product-listing-container p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--text-color, #003765) !important;
  transition: color 0.8s ease-in-out; }

.custom-category-page {
  color: #003765;
  margin-top: 12px !important; }
  .custom-category-page .page-content {
    position: relative;
    z-index: 1; }
    .custom-category-page .page-content::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, var(--gradient-color, transparent) 0%, transparent 100%);
      opacity: var(--gradient-opacity, 0);
      /* Use CSS variable for opacity */
      pointer-events: none;
      width: 100vw;
      left: 0;
      right: 0;
      margin-left: calc(-50vw + 50%);
      border-radius: 8px;
      height: var(--gradient-height, 0);
      transition: opacity 0.8s ease-in-out;
      /* Add smooth transition */ }
    .custom-category-page .page-content .category-banner h1 {
      font-family: Open Sans;
      font-weight: 600;
      font-size: 40px;
      line-height: 56px;
      letter-spacing: 0%;
      text-align: center;
      color: var(--text-color, #003765);
      margin-top: 20px;
      transition: color 0.8s ease-in-out; }
    .custom-category-page .page-content .category-banner .category-icon {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .custom-category-page .page-content .category-banner .category-icon img {
        width: 75px;
        height: 75px; }
    .custom-category-page .page-content .category-banner .category-description {
      font-family: Open Sans;
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 0%;
      text-align: center;
      color: var(--text-color, #003765) !important;
      margin-top: 30px;
      transition: color 0.8s ease-in-out; }
    .custom-category-page .page-content .category-filter-wrapper {
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .custom-category-page .page-content .category-filter-wrapper {
          flex-direction: column;
          gap: 15px; }
          .custom-category-page .page-content .category-filter-wrapper #count-results {
            align-self: flex-start;
            margin-left: 12px; } }
  .custom-category-page .category-widget-region {
    background-color: #f2f8fb;
    padding: 30px 0;
    margin-bottom: 30px;
    border-radius: 8px; }
    .custom-category-page .category-widget-region .widget-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      @media (min-width: 768px) {
        .custom-category-page .category-widget-region .widget-content {
          flex-direction: row;
          text-align: left; } }
      .custom-category-page .category-widget-region .widget-content .widget-icon {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .custom-category-page .category-widget-region .widget-content .widget-icon {
            margin-right: 30px;
            margin-bottom: 0; } }
        .custom-category-page .category-widget-region .widget-content .widget-icon img {
          width: 80px;
          height: 80px; }
      .custom-category-page .category-widget-region .widget-content .widget-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
        color: #003765; }
      .custom-category-page .category-widget-region .widget-content .widget-text p {
        font-size: 16px;
        line-height: 1.5;
        color: #4d7393; }
  .custom-category-page .category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    margin-top: 30px; }
    .custom-category-page .category-pills .category-pill {
      background-color: white;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 20px;
      color: #4d7393;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-decoration: none;
      border-radius: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 1px solid #bfddea; }
      .custom-category-page .category-pills .category-pill:hover {
        background-color: #c5e0ec; }
      .custom-category-page .category-pills .category-pill.active {
        background-color: #d9ebf3;
        border: 1px solid #0077ad;
        color: #0077ad; }
        .custom-category-page .category-pills .category-pill.active span {
          width: 8px;
          height: 8px;
          background-color: #0077ad;
          border-radius: 50%;
          margin-right: 8px;
          opacity: 1; }
  .custom-category-page #grid-list-switcher {
    display: flex;
    gap: 15px;
    margin-bottom: 20px; }
    .custom-category-page #grid-list-switcher div {
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #4d7393;
      border-radius: 8px;
      padding: 10px; }
      .custom-category-page #grid-list-switcher div svg {
        width: 20px;
        height: 20px;
        margin-right: 5px; }
      .custom-category-page #grid-list-switcher div.active {
        color: #0077ad;
        font-weight: 600;
        background-color: white; }
      .custom-category-page #grid-list-switcher div:hover {
        background-color: white; }
  .custom-category-page #product-filter-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .custom-category-page #product-filter-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px; } }
    .custom-category-page #product-filter-head #filter {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
    .custom-category-page #product-filter-head #count-and-switcher {
      display: flex;
      align-items: center;
      gap: 20px; }
      @media (max-width: 768px) {
        .custom-category-page #product-filter-head #count-and-switcher {
          width: 100%;
          justify-content: space-between; } }
  .custom-category-page #count-results {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 8px 0 8px -8px; }
  .custom-category-page .search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 5px;
    width: 461px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #BFDDEA;
    border-radius: 47px;
    flex: none;
    order: 1;
    flex-grow: 0; }
    @media (max-width: 768px) {
      .custom-category-page .search {
        width: 100%;
        max-width: 461px; } }
    .custom-category-page .search input {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 10px 24px;
      gap: 10px;
      width: 100%;
      height: 53px;
      flex: 1;
      border: none;
      background: transparent;
      outline: none;
      font-family: 'Open Sans';
      font-style: italic;
      font-weight: 400;
      font-size: 14px;
      line-height: 30px;
      color: #4D7393; }
      .custom-category-page .search input::placeholder {
        color: #4D7393; }
    .custom-category-page .search button {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      padding: 10px 24px;
      gap: 10px;
      height: 53px;
      background: transparent;
      border: none;
      cursor: pointer; }
      .custom-category-page .search button svg {
        width: 24px;
        height: 24px; }
        .custom-category-page .search button svg path {
          stroke: #0077AD;
          stroke-width: 2px; }
  .custom-category-page .productGrid-container {
    margin-bottom: 40px; }
    .custom-category-page .productGrid-container .productGrid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; }
      .custom-category-page .productGrid-container .productGrid::before {
        content: none; }
      @media (min-width: 576px) {
        .custom-category-page .productGrid-container .productGrid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 992px) {
        .custom-category-page .productGrid-container .productGrid {
          grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 1200px) {
        .custom-category-page .productGrid-container .productGrid {
          grid-template-columns: repeat(4, 1fr); } }
      .custom-category-page .productGrid-container .productGrid li {
        list-style: none; }
  .custom-category-page .productList {
    margin-bottom: 40px; }
    .custom-category-page .productList li {
      list-style: none;
      margin-bottom: 20px; }
  .custom-category-page .pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0; }
    .custom-category-page .pagination .pagination-list {
      display: flex;
      list-style: none;
      gap: 5px; }
      .custom-category-page .pagination .pagination-list .pagination-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f2f8fb;
        color: #0077ad;
        text-decoration: none;
        transition: all 0.3s ease; }
        .custom-category-page .pagination .pagination-list .pagination-item a:hover {
          background-color: #e5f2f8; }
      .custom-category-page .pagination .pagination-list .pagination-item.pagination-item--current a {
        background-color: #0077ad;
        color: #ffffff; }

.locationCard {
  width: 310px;
  max-width: 310px;
  max-height: 510px;
  min-height: 430px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 0px #0077AD14;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  animation: fadeIn 0.6s ease-in; }
  .locationCard .imgContainer {
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
    .locationCard .imgContainer img {
      border-radius: 8px;
      max-width: 280px;
      max-height: 240px;
      aspect-ratio: auto; }
  .locationCard .code {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0077AD; }
  .locationCard .name {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 700;
    line-height: 29.96px;
    text-align: left;
    color: #003765;
    margin-bottom: 30px; }
  .locationCard .locationAddress {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #003765; }
    .locationCard .locationAddress .iconWrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      width: 44px;
      border-radius: 44px;
      box-shadow: 0px 4px 10px 0px #0077AD14;
      background-color: #FFFFFF;
      margin-right: 8px; }
  .locationCard .actionButtons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .locationCard .actionButtons .moreInfo {
      width: 100%;
      height: 45px;
      border-radius: 68px;
      border: 1px solid #003765;
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: 0.05em;
      text-align: center;
      text-transform: uppercase;
      color: #003765;
      text-decoration: none;
      padding: 11px 0; }
      .locationCard .actionButtons .moreInfo:hover {
        background-color: #003765;
        color: white; }
    .locationCard .actionButtons .orderButton {
      width: 100%;
      margin-top: 8px;
      height: 45px;
      padding: 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#fin-bcp-locations .locations-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px; }

#fin-bcp-locations .no-results-message {
  font-family: Open Sans;
  color: #003765;
  text-align: center; }

#fin-bcp-locations .topBar {
  display: flex;
  flex-direction: column; }
  #fin-bcp-locations .topBar .pageTitle {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 38.13px;
    text-align: left;
    color: #003765;
    margin-bottom: 20px; }
  #fin-bcp-locations .topBar .descriptionSearch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 78px; }
    #fin-bcp-locations .topBar .descriptionSearch .searchInputWrapper {
      position: relative; }
      #fin-bcp-locations .topBar .descriptionSearch .searchInputWrapper .clinicSearchInput {
        border-radius: 5px;
        padding: 0 16px 0 16px;
        height: 65px;
        width: 358px;
        outline: none;
        border: none; }
      #fin-bcp-locations .topBar .descriptionSearch .searchInputWrapper img {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%); }

.selected-location-view {
  display: flex; }
  .selected-location-view .map-container {
    flex-grow: 1;
    margin-left: 27px; }
  .selected-location-view .navigate-back {
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #003765;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .selected-location-view .navigate-back img {
      margin-right: 8px;
      transform: rotateY(180deg); }
  .selected-location-view .selected-location {
    max-width: 543px;
    height: 100vh;
    padding-left: 64px;
    background-color: white; }
    .selected-location-view .selected-location .location-info {
      height: 100%;
      padding-right: 24px;
      overflow-y: auto;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .selected-location-view .selected-location .location-info .book-time-modal {
        margin-top: 10px; }
        .selected-location-view .selected-location .location-info .book-time-modal .synlab-btn {
          width: 100%; }
          .selected-location-view .selected-location .location-info .book-time-modal .synlab-btn i {
            margin-right: 10px; }
      @media only screen and (max-width: 480px) {
        .selected-location-view .selected-location .location-info {
          padding: 0; }
          .selected-location-view .selected-location .location-info .name {
            margin-top: 15px; } }
      .selected-location-view .selected-location .location-info .location-img {
        margin-bottom: 20px; }
        .selected-location-view .selected-location .location-info .location-img img {
          width: 100%;
          height: 280px;
          object-fit: cover; }
      .selected-location-view .selected-location .location-info .name-address-wrapper {
        margin-bottom: 10px; }
        .selected-location-view .selected-location .location-info .name-address-wrapper .name {
          font-family: Open Sans;
          font-size: 20px;
          font-weight: 700;
          line-height: 30px;
          text-align: left;
          color: #003765; }
        .selected-location-view .selected-location .location-info .name-address-wrapper .location-address {
          font-family: Open Sans;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          text-align: left;
          color: #003765; }
        .selected-location-view .selected-location .location-info .name-address-wrapper .warning-note {
          display: flex;
          align-items: center;
          gap: 8px;
          margin: 16px 0;
          padding: 8px 16px 8px 8px;
          border-radius: 24px;
          font-family: Open Sans;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px; }
      .selected-location-view .selected-location .location-info .select-location-button {
        display: none; }
      .selected-location-view .selected-location .location-info .location-directions {
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 22px; }
        .selected-location-view .selected-location .location-info .location-directions a {
          font-family: Open Sans;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0.05em;
          color: #003765;
          text-decoration: none;
          text-transform: uppercase; }
          .selected-location-view .selected-location .location-info .location-directions a span {
            margin-left: 8px; }
      .selected-location-view .selected-location .location-info .location-directions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; }
        .selected-location-view .selected-location .location-info .location-directions a {
          font-family: Open Sans;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          letter-spacing: 0.05em;
          color: #003765;
          text-decoration: none;
          text-transform: uppercase; }
        .selected-location-view .selected-location .location-info .location-directions img {
          margin-right: 8px; }
        .selected-location-view .selected-location .location-info .location-directions .badges-wrapper {
          display: flex;
          gap: 8px; }
          .selected-location-view .selected-location .location-info .location-directions .badges-wrapper .category-badge {
            background-color: #F2F8FB;
            color: #0077AD;
            padding: 2px 8px 2px 8px;
            border-radius: 4px;
            font-family: Open Sans;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px; }
          .selected-location-view .selected-location .location-info .location-directions .badges-wrapper .booking-required-badge {
            display: none; }
      .selected-location-view .selected-location .location-info .location-content {
        padding-top: 20px;
        color: #003765;
        font-family: Open Sans; }
      .selected-location-view .selected-location .location-info::-webkit-scrollbar {
        width: 3px; }
      .selected-location-view .selected-location .location-info::-webkit-scrollbar-track {
        background: #D9EBF3; }
      .selected-location-view .selected-location .location-info::-webkit-scrollbar-thumb {
        background: #0077AD; }
      .selected-location-view .selected-location .location-info::-webkit-scrollbar-thumb:hover {
        background: #0077AD; }
  @media (max-width: 768px) {
    .selected-location-view {
      height: 100%;
      flex-direction: column; }
      .selected-location-view .map-container {
        height: 400px;
        margin: 0; }
      .selected-location-view .selected-location {
        padding: 0 24px;
        height: 100%; }
        .selected-location-view .selected-location .location-info {
          overflow-y: unset; } }

#ee-bcp-locations .ee-locations-layout {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch; }
  #ee-bcp-locations .ee-locations-layout .bcp-list {
    flex-grow: 1;
    max-width: 543px;
    padding: 35px 54px 0 64px;
    background-color: white; }
    #ee-bcp-locations .ee-locations-layout .bcp-list .title {
      font-family: Open Sans;
      font-size: 48px;
      font-weight: 700;
      line-height: 57.6px;
      text-align: left;
      color: #003765;
      margin-bottom: 32px; }
    #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-search input {
      border: 1px solid #BFDDEA;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 30px;
      width: 100%;
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-search input:focus {
        outline: none; }
    #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 30px; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-pills .pill {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-width: 67px;
        border-radius: 50px;
        padding: 8px 8px;
        border: 1px solid #0077AD;
        cursor: pointer;
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        color: #4D7393; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-pills .pill.active {
          background-color: #D9EBF3;
          border: 1px solid #0077AD;
          color: #0077AD; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-pills .pill .circle {
          display: none;
          width: 8px;
          height: 8px;
          background-color: #0077AD;
          border-radius: 50%; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .filters-wrapper .filter-pills .pill .circle.active {
            display: block; }
    #ee-bcp-locations .ee-locations-layout .bcp-list .results-count {
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
      color: #4D7393;
      margin-bottom: 20px; }
    #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards {
      display: flex;
      flex-direction: column;
      height: 400px;
      overflow-y: auto;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards::-webkit-scrollbar {
        width: 3px; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards::-webkit-scrollbar-track {
        background: #D9EBF3; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards::-webkit-scrollbar-thumb {
        background: #0077AD; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards::-webkit-scrollbar-thumb:hover {
        background: #0077AD; }
      #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card {
        cursor: pointer;
        padding: 20px 25px 22px 0;
        border-bottom: 1px solid #D9EBF3; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .name-address-wrapper {
          display: flex;
          justify-content: space-between;
          margin-bottom: 15px; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .name-address-wrapper .name {
            font-family: Open Sans;
            font-size: 18px;
            font-weight: 700;
            line-height: 28px;
            color: #003765; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .name-address-wrapper .location-address {
            font-family: Open Sans;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #003765; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions a {
            font-family: Open Sans;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: 0.05em;
            color: #003765;
            text-decoration: none;
            text-transform: uppercase; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions img {
            margin-right: 8px; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions .badges-wrapper {
            display: flex;
            gap: 8px; }
            #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions .badges-wrapper .category-badge {
              background-color: #F2F8FB;
              color: #0077AD;
              padding: 2px 8px 2px 8px;
              border-radius: 4px;
              font-family: Open Sans;
              font-size: 14px;
              font-weight: 700;
              line-height: 20px; }
            #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards .location-card .location-directions .badges-wrapper .booking-required-badge {
              padding: 6px;
              line-height: 1;
              border-radius: 6px;
              font-weight: 600;
              color: #ee7400;
              background-color: #fff8eb; }
    @media (max-width: 768px) {
      #ee-bcp-locations .ee-locations-layout .bcp-list {
        padding: 0; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .title {
          padding: 0 24px; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .filter-search {
          padding: 0 24px; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .filter-pills {
          padding: 0 24px; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .mobile-map {
          height: 250px; }
          #ee-bcp-locations .ee-locations-layout .bcp-list .mobile-map .map-container {
            height: 100%; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .results-count {
          margin-top: 30px;
          padding: 20px;
          border-bottom: 1px solid #D9EBF3; }
        #ee-bcp-locations .ee-locations-layout .bcp-list .locations-cards {
          padding: 0 20px; } }
  #ee-bcp-locations .ee-locations-layout .desktop-map {
    display: flex;
    flex: 1; }
    #ee-bcp-locations .ee-locations-layout .desktop-map .map-container {
      width: 100%; }

#ee-bcp-locations .opening-hours-wrapper {
  margin-bottom: 15px; }
  #ee-bcp-locations .opening-hours-wrapper .accordion-hours {
    margin-bottom: 10px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #003765; }
  #ee-bcp-locations .opening-hours-wrapper .day {
    min-width: 85px;
    display: block;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #003765; }
  #ee-bcp-locations .opening-hours-wrapper .accordion-data {
    display: none; }
  #ee-bcp-locations .opening-hours-wrapper .accordion-hours.open .accordion-data {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
  #ee-bcp-locations .opening-hours-wrapper .accordion-button {
    margin-bottom: 10px;
    color: #003765;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px; }
    #ee-bcp-locations .opening-hours-wrapper .accordion-button .message {
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
    #ee-bcp-locations .opening-hours-wrapper .accordion-button .hours-today {
      font-family: Open Sans;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
    #ee-bcp-locations .opening-hours-wrapper .accordion-button .chevron.up {
      rotate: 180deg; }

#ee-bcp-locations .w-100 {
  width: 100%; }

#ee-bcp-locations .wrapper-flex {
  display: flex; }

#ita-bcp-locations {
  color: #003765;
  position: relative; }
  #ita-bcp-locations .ita-locations-bar {
    position: sticky;
    top: 159px;
    background-color: white;
    width: 100vw;
    margin-top: -15px;
    margin-left: calc(-50vw + 50%);
    z-index: 1;
    box-shadow: 0px 7px 30px rgba(0, 119, 173, 0.08);
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; }
    #ita-bcp-locations .ita-locations-bar .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #ita-bcp-locations .ita-locations-bar button {
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      gap: 12px;
      background-color: #F9B232;
      padding: 14px 28px;
      border-radius: 45px; }
      #ita-bcp-locations .ita-locations-bar button img {
        width: 28px;
        height: 28px; }
  #ita-bcp-locations .ita-locations-layout {
    display: flex;
    gap: 36px; }
  #ita-bcp-locations .location-list-container {
    max-width: 450px;
    flex-shrink: 0; }
    #ita-bcp-locations .location-list-container h1 {
      font-size: 40px;
      line-height: 56px;
      font-weight: 600;
      margin: 0; }
    #ita-bcp-locations .location-list-container p {
      font-size: 16px;
      line-height: 30px;
      margin-bottom: 24px; }
    #ita-bcp-locations .location-list-container .MuiFormLabel-root {
      color: #003765; }
    #ita-bcp-locations .location-list-container .MuiFormGroup-root[role="radiogroup"] {
      flex-direction: row;
      gap: 6px;
      margin-bottom: 36px; }
    #ita-bcp-locations .location-list-container .MuiFormControlLabel-root {
      background-color: white;
      padding: 12px;
      gap: 6px;
      margin: 0;
      border: 1px solid #D9EBF3;
      border-radius: 8px; }
    #ita-bcp-locations .location-list-container .MuiRadio-root {
      padding: 0; }
    #ita-bcp-locations .location-list-container .MuiInputBase-root {
      padding: 10px 50px 10px 20px;
      background-color: white;
      border-radius: 45px;
      margin: 0 0 36px 0; }
      #ita-bcp-locations .location-list-container .MuiInputBase-root input {
        font-size: 14px;
        line-height: 30px;
        color: #003765; }
        #ita-bcp-locations .location-list-container .MuiInputBase-root input::placeholder {
          color: #4D7393;
          opacity: 1; }
      #ita-bcp-locations .location-list-container .MuiInputBase-root fieldset {
        border-color: #BFDDEA; }
    #ita-bcp-locations .location-list-container .MuiAutocomplete-root {
      position: relative; }
      #ita-bcp-locations .location-list-container .MuiAutocomplete-root > img {
        position: absolute;
        top: 14px;
        right: 14px;
        cursor: pointer; }
    #ita-bcp-locations .location-list-container .MuiAutocomplete-noOptions {
      display: none; }
  #ita-bcp-locations .location-list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    #ita-bcp-locations .location-list__card {
      display: flex;
      flex-direction: column;
      gap: 12px;
      background-color: white;
      border: 1px solid #D9EBF3;
      border-radius: 8px;
      padding: 12px; }
      #ita-bcp-locations .location-list__card__info {
        display: flex;
        flex-direction: column;
        gap: 12px;
        cursor: pointer; }
      #ita-bcp-locations .location-list__card__name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        line-height: 30px;
        font-weight: 700; }
      #ita-bcp-locations .location-list__card__distance, #ita-bcp-locations .location-list__card__address {
        color: #4D7393;
        font-size: 16px;
        line-height: 30px; }
      #ita-bcp-locations .location-list__card hr {
        color: #E6EBF0; }
      #ita-bcp-locations .location-list__card__buttons {
        display: flex;
        justify-content: space-between;
        gap: 12px; }
        #ita-bcp-locations .location-list__card__buttons button {
          display: flex;
          align-items: center;
          gap: 12px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 20px;
          font-weight: 600;
          text-transform: uppercase; }
          #ita-bcp-locations .location-list__card__buttons button img {
            width: 24px;
            height: 24px; }
      #ita-bcp-locations .location-list__card__timeslot {
        display: flex;
        align-self: flex-start;
        color: #68971C;
        background-color: #F0F4E9;
        font-size: 14px;
        padding: 12px;
        border-radius: 6px; }
  #ita-bcp-locations .location-details {
    flex-grow: 1;
    margin-top: 24px; }
    #ita-bcp-locations .location-details--no-location .default-map-container {
      height: 500px; }
    #ita-bcp-locations .location-details--no-location p {
      white-space: pre-wrap;
      color: #0077AD;
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      text-align: center;
      margin-top: 12px; }
    #ita-bcp-locations .location-details--selected {
      display: flex;
      flex-direction: column;
      gap: 36px; }
      #ita-bcp-locations .location-details--selected > button {
        display: none; }
      #ita-bcp-locations .location-details--selected h2 {
        margin-top: 0;
        font-size: 28px;
        line-height: 30px;
        font-weight: 700; }
      #ita-bcp-locations .location-details--selected .map-container {
        height: 500px; }
    #ita-bcp-locations .location-details__address {
      font-size: 16px;
      line-height: 30px; }
    #ita-bcp-locations .location-details__columns {
      display: flex;
      flex-direction: row;
      gap: 36px; }
      #ita-bcp-locations .location-details__columns > div {
        flex: 1; }
    #ita-bcp-locations .location-details__section {
      display: flex;
      flex-direction: column;
      gap: 12px;
      font-size: 16px;
      line-height: 30px; }
      #ita-bcp-locations .location-details__section__title {
        font-weight: 700;
        display: flex;
        gap: 12px;
        align-items: center; }
        #ita-bcp-locations .location-details__section__title img {
          width: 24px;
          height: 24px; }
      #ita-bcp-locations .location-details__section__content--openhours {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 12px; }
        #ita-bcp-locations .location-details__section__content--openhours--hours {
          display: flex;
          gap: 12px;
          font-weight: 700; }
      #ita-bcp-locations .location-details__section__content--phone {
        display: flex;
        gap: 12px; }
        #ita-bcp-locations .location-details__section__content--phone > div:last-of-type {
          font-weight: 700; }
    #ita-bcp-locations .location-details__page-content {
      font-size: 16px;
      line-height: 30px; }
      #ita-bcp-locations .location-details__page-content p:nth-of-type(odd) {
        margin-bottom: 12px;
        display: flex;
        gap: 12px;
        align-items: center; }
      #ita-bcp-locations .location-details__page-content p:nth-of-type(even) {
        margin-bottom: 36px; }
  @media (max-width: 1012px) {
    #ita-bcp-locations {
      display: flex;
      flex-direction: column-reverse; }
      #ita-bcp-locations .ita-locations-bar {
        top: 0;
        bottom: 0;
        background-color: #F6FBFF; }
        #ita-bcp-locations .ita-locations-bar button {
          padding: 14px; }
          #ita-bcp-locations .ita-locations-bar button > span {
            display: none; }
      #ita-bcp-locations .location-list-container {
        max-width: none;
        width: 100%; }
        #ita-bcp-locations .location-list-container--selected {
          display: none; }
      #ita-bcp-locations .location-details--no-location {
        display: none; }
      #ita-bcp-locations .location-details--selected > button {
        display: flex;
        align-items: center;
        gap: 6px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600; }
        #ita-bcp-locations .location-details--selected > button img {
          width: 16px;
          height: 16px; }
      #ita-bcp-locations .location-details__columns {
        flex-direction: column; } }

@media (max-width: 1012px) {
  body:has(#ita-bcp-locations) {
    background-color: white !important; } }

.company-news-carousel {
  margin: 15px 0; }
  .company-news-carousel-slide {
    text-decoration: none;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px #0077AD14;
    margin: 15px; }
    .company-news-carousel-slide__content {
      display: flex;
      flex-direction: column; }
    .company-news-carousel-slide__image {
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .company-news-carousel-slide__image img {
        aspect-ratio: 326 / 200;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px; }
    .company-news-carousel-slide__title {
      color: #003765;
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 20px; }
    .company-news-carousel-slide__description {
      color: #003765;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 20px; }
    .company-news-carousel-slide__more {
      color: #0077AD;
      font-size: 14px;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .company-news-carousel-slide__date {
      color: #A3ABB1;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px; }
  .company-news-carousel .slick-dots li:not(:first-of-type) {
    margin-left: 15px; }
  .company-news-carousel .slick-dots li .circle-wrap {
    width: 20px;
    height: 20px;
    border-radius: 50%; }
    .company-news-carousel .slick-dots li .circle-wrap .circle .mask, .company-news-carousel .slick-dots li .circle-wrap .circle .fill {
      width: 20px;
      height: 20px;
      position: absolute;
      border-radius: 50%; }
    .company-news-carousel .slick-dots li .circle-wrap .circle .mask {
      clip: rect(0px, 20px, 20px, 10px); }
      .company-news-carousel .slick-dots li .circle-wrap .circle .mask .fill {
        clip: rect(0px, 10px, 20px, 0px);
        background-color: #0077ad; }
    .company-news-carousel .slick-dots li .circle-wrap .inside-circle {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: white;
      margin-top: 2px;
      margin-left: 2px;
      position: absolute;
      z-index: 100; }
  .company-news-carousel .slick-dots li.slick-active .mask.full,
  .company-news-carousel .slick-dots li.slick-active .circle .fill {
    animation: fill linear 10s;
    transform: rotate(180deg); }
  .company-news-carousel .slick-dots li.slick-active .dot {
    background-color: #0077ad; }
  .company-news-carousel .slick-dots li .dot {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-left: 2px;
    background-color: #e6f1f7;
    border-radius: 50%; }

@keyframes fill {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

#all-product-listing-container p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--text-color, #003765) !important;
  transition: color 0.8s ease-in-out; }

.category-header {
  margin-bottom: 35px;
  text-align: left; }

.category-header h1 {
  font-size: 40px;
  font-weight: 400;
  color: #003765;
  margin-bottom: 16px;
  line-height: 56px; }

.category-header p {
  font-size: 16px;
  color: #4d7393;
  font-weight: 400;
  line-height: 30px; }

@media (max-width: 768px) {
  #products-filter-row {
    flex-direction: column;
    gap: 16px;
    align-items: stretch; } }

.all-categories-page {
  color: #003765;
  margin-top: 12px !important;
  /* Track */ }
  .all-categories-page .page-content {
    position: relative;
    z-index: 1; }
    .all-categories-page .page-content::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(180deg, var(--gradient-color, transparent) 0%, transparent 100%);
      opacity: var(--gradient-opacity, 0);
      pointer-events: none;
      width: 100vw;
      left: 0;
      right: 0;
      margin-left: calc(-50vw + 50%);
      border-radius: 8px;
      height: var(--gradient-height, 0);
      transition: opacity 0.8s ease-in-out; }
  .all-categories-page #products-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 80px;
    flex-wrap: wrap; }
  .all-categories-page #grid-list-switcher {
    display: flex;
    gap: 15px; }
    .all-categories-page #grid-list-switcher div {
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #4d7393;
      border-radius: 8px;
      padding: 10px; }
      .all-categories-page #grid-list-switcher div svg {
        width: 20px;
        height: 20px;
        margin-right: 5px; }
      .all-categories-page #grid-list-switcher div.active {
        color: #0077ad;
        font-weight: 600;
        background-color: white; }
      .all-categories-page #grid-list-switcher div:hover {
        background-color: white; }
  .all-categories-page .search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 5px;
    width: 461px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #bfddea;
    border-radius: 47px;
    flex: none;
    order: 1;
    flex-grow: 0; }
    @media (max-width: 768px) {
      .all-categories-page .search {
        width: 100%;
        max-width: 461px; } }
    .all-categories-page .search input {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 10px 24px;
      gap: 10px;
      width: 100%;
      height: 53px;
      flex: 1;
      border: none;
      background: transparent;
      outline: none;
      font-family: "Open Sans";
      font-style: italic;
      font-weight: 400;
      font-size: 14px;
      line-height: 30px;
      color: #4d7393; }
      .all-categories-page .search input::placeholder {
        color: #4d7393; }
    .all-categories-page .search button {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      padding: 10px 24px;
      gap: 10px;
      height: 53px;
      background: transparent;
      border: none;
      cursor: pointer; }
      .all-categories-page .search button svg {
        width: 24px;
        height: 24px; }
        .all-categories-page .search button svg path {
          stroke: #0077ad;
          stroke-width: 2px; }
  .all-categories-page .productGrid-container {
    margin-bottom: 40px; }
    .all-categories-page .productGrid-container .productGrid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px; }
      .all-categories-page .productGrid-container .productGrid::before {
        content: none; }
      @media (min-width: 576px) {
        .all-categories-page .productGrid-container .productGrid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 992px) {
        .all-categories-page .productGrid-container .productGrid {
          grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 1200px) {
        .all-categories-page .productGrid-container .productGrid {
          grid-template-columns: repeat(4, 1fr); } }
      .all-categories-page .productGrid-container .productGrid li {
        list-style: none; }
  .all-categories-page .productList {
    margin-bottom: 40px; }
    .all-categories-page .productList li {
      list-style: none;
      margin-bottom: 20px; }
    .all-categories-page .productList li > a {
      list-style: none;
      margin-bottom: 20px;
      background-color: #f6fbff; }
  .all-categories-page .filters-sidebar {
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 256px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 78px; }
  .all-categories-page .filter-group {
    background: #f6fbff;
    border-radius: 16px;
    border: 1px solid #d9ebf3;
    margin-bottom: 0;
    box-shadow: none;
    transition: background 0.3s, border-color 0.3s;
    padding: 0;
    box-sizing: border-box; }
  .all-categories-page .filter-group.expanded {
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0, 30, 60, 0.07); }
  .all-categories-page .filter-group-divider {
    height: 1px;
    background: #e3f0f7;
    margin: 6px 0 16px 0;
    border: none; }
  .all-categories-page .filter-group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    color: #003765;
    padding: 24px 22px 18px 22px;
    border-radius: 16px;
    user-select: none; }
  .all-categories-page .filter-group.expanded .filter-group-header {
    padding-bottom: 10px; }
  .all-categories-page .filter-group-toggle {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 8px;
    display: flex;
    align-items: center;
    transition: transform 0.3s; }
  .all-categories-page .filter-group:not(.expanded) .chevron.up {
    display: none; }
  .all-categories-page .filter-group.expanded .chevron {
    display: none; }
  .all-categories-page .filter-group.expanded .chevron.up {
    display: inline; }
  .all-categories-page .filter-group-body {
    padding: 0 18px 20px 22px;
    display: none;
    animation: fadeIn 0.3s; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px); }
  to {
    opacity: 1;
    transform: none; } }
  .all-categories-page .filter-group.expanded .filter-group-body {
    display: block; }
  .all-categories-page .filter-checkbox {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 19px;
    font-size: 19px;
    cursor: pointer;
    color: #003765;
    font-weight: 500; }
  .all-categories-page .filter-checkbox:last-child {
    margin-bottom: 0; }
  .all-categories-page .filter-checkbox input[type="checkbox"] {
    display: none; }
  .all-categories-page .filter-checkbox-custom {
    width: 27px;
    height: 27px;
    border: 2px solid #80bbd6;
    border-radius: 7px;
    display: inline-block;
    background: #f9fcff;
    position: relative;
    transition: border-color 0.2s, background 0.2s; }
  .all-categories-page .filter-checkbox input[type="checkbox"]:checked + .filter-checkbox-custom {
    border-color: #80bbd6;
    background: #80bbd6; }
  .all-categories-page .filter-checkbox input[type="checkbox"]:checked + .filter-checkbox-custom::after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  .all-categories-page .price-filter-inputs {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 18px; }
  .all-categories-page .price-input input[type="number"] {
    border: 1px solid #80bbd6;
    border-radius: 16px;
    color: #003765;
    text-align: center;
    outline: none; }
  .all-categories-page .price-input input[type="number"]:focus {
    border: 2px solid #80bbd6 !important;
    outline: none; }
  .all-categories-page .price-value-input {
    width: 80px;
    padding: 12px 8px;
    border-radius: 12px;
    border: 1px solid #80bbd6;
    text-align: center;
    font-size: 18px; }
  .all-categories-page .price-filter-separator {
    color: #80bbd6;
    font-size: 28px;
    font-weight: 400;
    margin: 0 6px; }
  .all-categories-page .price-slider-container {
    margin: 24px 0 0 0;
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%; }
  .all-categories-page .price-slider {
    position: absolute;
    width: 100%;
    z-index: 2;
    pointer-events: auto;
    appearance: none;
    height: 4px;
    background: #ddeaf1;
    border-radius: 2px;
    outline: none; }
  .all-categories-page .price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s; }
  .all-categories-page .price-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s; }
  .all-categories-page .price-slider::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s; }
  .all-categories-page .price-slider::-webkit-slider-runnable-track,
  .all-categories-page .price-slider::-ms-fill-lower,
  .all-categories-page .price-slider::-ms-fill-upper {
    background: transparent;
    border: none; }
  .all-categories-page .price-slider:focus {
    outline: none; }
  .all-categories-page .price-slider:not(:last-child) {
    z-index: 3; }
  .all-categories-page input[type="number"].price-value-input::-webkit-inner-spin-button,
  .all-categories-page input[type="number"].price-value-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .all-categories-page input[type="number"].price-value-input {
    -moz-appearance: textfield; }
  .all-categories-page .price-slider-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 36px; }
  .all-categories-page .price-slider-container input[type="range"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    pointer-events: all;
    background: none;
    appearance: none;
    height: 8px;
    margin: 0;
    padding: 0;
    z-index: 2; }
  .all-categories-page .price-slider-container input[type="range"]#price-range-max {
    background: none !important; }
  .all-categories-page .price-slider-container input[type="range"]#price-range-max::-webkit-slider-runnable-track {
    background: transparent !important; }
  .all-categories-page .price-slider-container input[type="range"]#price-range-max::-moz-range-track {
    background: transparent !important; }
  .all-categories-page .price-slider-container input[type="range"]#price-range-max::-ms-fill-lower,
  .all-categories-page .price-slider-container input[type="range"]#price-range-max::-ms-fill-upper {
    background: transparent !important; }
  .all-categories-page .price-slider-container input[type="range"]:first-child {
    z-index: 2; }
  .all-categories-page .price-slider-container input[type="range"]:last-child {
    z-index: 3; }
  .all-categories-page .price-slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: 3px solid #f6fbff;
    box-shadow: 0 2px 6px 0 #bfe4f7a0;
    margin-top: -7px; }
  .all-categories-page .price-slider-container input[type="range"]:focus::-webkit-slider-thumb {
    outline: 2px solid #80bbd6; }
  .all-categories-page .price-slider-container input[type="range"]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: 3px solid #f6fbff;
    box-shadow: 0 2px 6px 0 #bfe4f7a0; }
  .all-categories-page .price-slider-container input[type="range"]:focus::-moz-range-thumb {
    outline: 2px solid #80bbd6; }
  .all-categories-page .price-slider-container input[type="range"]::-ms-thumb {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #80bbd6;
    cursor: pointer;
    border: 3px solid #f6fbff;
    box-shadow: 0 2px 6px 0 #bfe4f7a0; }
  .all-categories-page .price-slider-container input[type="range"]:focus::-ms-thumb {
    outline: 2px solid #80bbd6; }
  .all-categories-page .price-slider-container input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: #ddebf4;
    border-radius: 4px; }
  .all-categories-page .price-slider-container input[type="range"]::-ms-fill-lower,
  .all-categories-page .price-slider-container input[type="range"]::-ms-fill-upper {
    background: #ddebf4; }
  .all-categories-page .price-slider-container input[type="range"]:focus {
    outline: none; }
  .all-categories-page .clear-filters-btn {
    width: 100%;
    margin: 18px 0 0 0;
    padding: 10px 0;
    background: #e0f5ff;
    border: none;
    border-radius: 14px;
    color: #003765;
    font-weight: bold;
    cursor: pointer; }
  .all-categories-page .clear-filters-btn:hover,
  .all-categories-page .clear-filters-btn:focus {
    background: #bfe4f7;
    color: #003765;
    outline: none; }
  .all-categories-page .mobile-filters-btn {
    display: none; }
  .all-categories-page .mobile-filters-drawer,
  .all-categories-page .mobile-filters-backdrop {
    display: none; }
  @media (max-width: 768px) {
    .all-categories-page .desktop-sidebar {
      display: none !important; }
    .all-categories-page .mobile-filters-btn {
      display: flex;
      align-items: center;
      margin: 18px 0 0 0;
      font-size: 1.1em; }
    .all-categories-page .mobile-filters-drawer {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      max-width: 100%;
      background: #f6fbff;
      box-shadow: 2px 0 20px rgba(0, 0, 0, 0.09);
      z-index: 2002;
      transform: translateX(-100%);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      overflow-y: auto; }
    .all-categories-page .mobile-filters-drawer.open {
      transform: translateX(0); }
    .all-categories-page .mobile-filters-backdrop {
      display: block;
      position: fixed;
      z-index: 2001;
      inset: 0;
      background: rgba(0, 40, 70, 0.16);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s; }
    .all-categories-page .mobile-filters-backdrop.active {
      opacity: 1;
      pointer-events: auto; } }
  .all-categories-page .close-mobile-filters {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 32px;
    border: none;
    background: none;
    color: #003765;
    cursor: pointer;
    z-index: 2; }

.barcode-gate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 212px 16px 212px;
  min-height: 300px;
  text-align: center; }

#barcode-form {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center; }

.barcode-input {
  padding: 12px 16px;
  font-size: 16px;
  min-width: 600px;
  border: 1px solid #ccc;
  border-radius: 6px; }

.barcode-submit {
  background-color: #003765;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease; }

.barcode-submit:hover {
  background-color: #00264f; }

.barcode-gated-content {
  margin-top: 32px; }

.fin-custom-product .services-carousel {
  background-color: white;
  padding: 0 64px; }
  .fin-custom-product .services-carousel .services-carousel-header {
    padding-top: 20px; }
  .fin-custom-product .services-carousel .services-carousel-slider {
    padding-bottom: 20px; }
  @media screen and (max-width: 800px) {
    .fin-custom-product .services-carousel {
      padding: 0 20px; } }

.fin-custom-product .breadcrumbs-v2 {
  padding: 0 64px; }
  @media screen and (max-width: 800px) {
    .fin-custom-product .breadcrumbs-v2 {
      padding: 0 20px; } }

.fin-custom-product .productView {
  display: initial; }
  .fin-custom-product .productView .productCard .name {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #003765;
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .fin-custom-product .productView .productCard .name {
        font-size: 23px;
        word-break: break-word; } }
  .fin-custom-product .productView .productCard .price {
    width: 86px;
    height: 38px;
    border-radius: 34px;
    padding: 6px 12px;
    background-color: #ECE8F2;
    color: #8064A8;
    text-align: center;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 25px; }
    .fin-custom-product .productView .productCard .price .euro-sign::before {
      content: "\20AC"; }
  .fin-custom-product .productView .productCard .productContent {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .fin-custom-product .productView .productCard .productContent {
        flex-direction: column; } }
    .fin-custom-product .productView .productCard .productContent .imageWrapper {
      flex: 1 1 50%;
      width: 50%;
      border-radius: 0; }
      @media screen and (max-width: 800px) {
        .fin-custom-product .productView .productCard .productContent .imageWrapper {
          width: 100%;
          flex: 1 1 100%;
          border-radius: 16px 16px 0 0;
          overflow: hidden; } }
      .fin-custom-product .productView .productCard .productContent .imageWrapper .mainProductImage {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper {
      padding: 20px 16px;
      background-color: white;
      flex: 1 1 50%;
      width: 50%; }
      @media screen and (max-width: 800px) {
        .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper {
          width: 100%;
          flex: 1 1 100%; } }
      .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper #short-description {
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #000000; }
      .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper #form-action-addToCart {
        width: 100%;
        background-color: #003765;
        border-radius: 68px;
        height: 52px;
        text-align: center;
        font-family: Open Sans;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: white; }
      .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper #collections > div {
        display: flex;
        align-items: center;
        gap: 10px; }
      .fin-custom-product .productView .productCard .productContent .shortDescriptionWrapper .synlab-btn {
        margin-top: 15px; }
    .fin-custom-product .productView .productCard .productContent .prep .title {
      text-align: center;
      font-family: Open Sans;
      font-size: 18px;
      font-weight: 700;
      line-height: 25px;
      letter-spacing: 0em;
      text-align: center;
      color: #003765;
      margin-bottom: 10px; }
    .fin-custom-product .productView .productCard .productContent .prep #productInformationView {
      padding: 16px;
      border-radius: 8px;
      box-shadow: 0px 4px 10px 0px #0077AD14; }
      .fin-custom-product .productView .productCard .productContent .prep #productInformationView .MuiGrid-item {
        margin-top: 0; }
        .fin-custom-product .productView .productCard .productContent .prep #productInformationView .MuiGrid-item .synlab-basic-box-icon {
          background-color: transparent; }
          .fin-custom-product .productView .productCard .productContent .prep #productInformationView .MuiGrid-item .synlab-basic-box-icon img {
            width: 44px;
            max-width: 44px; }
        .fin-custom-product .productView .productCard .productContent .prep #productInformationView .MuiGrid-item:not(:last-child) {
          margin-bottom: 27px; }
      .fin-custom-product .productView .productCard .productContent .prep #productInformationView .information-icon-text {
        font-family: Open Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: left;
        color: #0077AD; }

.fin-custom-product [data-content-region="preparation_region"] {
  background-color: white;
  padding: 20px 0; }

.fin-custom-product .fin-product-accordion .accordion-title {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #003765;
  margin-top: 25px;
  margin-bottom: 20px; }

.fin-custom-product .fin-product-accordion .accordion {
  border: none; }

.fin-custom-product .fin-product-accordion .accordion-item {
  border: 0.5px solid #80BBD6;
  border-radius: 8px;
  padding: 0 16px;
  margin-bottom: 5px;
  background-color: white; }
  .fin-custom-product .fin-product-accordion .accordion-item .synlab-btn {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 20px;
    background-color: #F2F8FB;
    height: 40px;
    width: 140px;
    padding: 5px 10px 5px 10px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0077AD; }
    .fin-custom-product .fin-product-accordion .accordion-item .synlab-btn::after {
      content: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12.4258H19" stroke="%230077AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 5.42578L19 12.4258L12 19.4258" stroke="%230077AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      position: absolute;
      right: 5%;
      height: 24px; }
  .fin-custom-product .fin-product-accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #D9EBF3;
    height: 50px;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #003765; }
  .fin-custom-product .fin-product-accordion .accordion-item .accordion-content {
    padding: 0;
    color: #003765; }

.fin-custom-product .fin-product-accordion .rotated {
  transition: transform 0.6s ease;
  transform: rotate(180deg); }

.fin-custom-product .extra-description {
  margin-top: 25px;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #003765; }
  .fin-custom-product .extra-description div {
    background-color: white;
    border-radius: 8px;
    padding: 22px 21px; }

.product-top-banner {
  margin-top: -15px;
  background-color: #fff;
  box-shadow: 0px 7px 30px rgba(0, 119, 173, 0.08);
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100vw;
  left: 0;
  right: 0;
  margin-left: calc(-50vw + 50%); }
  .product-top-banner .product-top-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-top-banner .product-top-banner-name {
    color: #003765;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px; }
  .product-top-banner .product-top-banner-actions button {
    height: 55px;
    background: linear-gradient(90deg, #E59F20 -0.38%, #FFC141 99.96%);
    border: none;
    border-radius: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content; }
    .product-top-banner .product-top-banner-actions button img {
      width: 24px;
      height: 24px;
      margin-left: 6px; }
    .product-top-banner .product-top-banner-actions button:hover {
      opacity: 0.9; }
  .product-top-banner .product-top-banner-actions span {
    font-weight: 600;
    color: #003765;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 5%;
    text-transform: uppercase;
    margin: 6px; }

.header--sticky ~ div.body .product-top-banner {
  top: 159px; }
  @media only screen and (max-width: 1012px) {
    .header--sticky ~ div.body .product-top-banner {
      top: 60px; } }

#product-custom-template-2 {
  color: #003765; }
  #product-custom-template-2 .product-card {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    @media (min-width: 768px) {
      #product-custom-template-2 .product-card {
        flex-wrap: nowrap; } }
    #product-custom-template-2 .product-card .image-wrapper {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        #product-custom-template-2 .product-card .image-wrapper {
          width: 50%; } }
      #product-custom-template-2 .product-card .image-wrapper .image {
        border-radius: 8px; }
      #product-custom-template-2 .product-card .image-wrapper .image-wrapper-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow: hidden; }
    #product-custom-template-2 .product-card .content-wrapper {
      width: 100%;
      padding: 16px; }
      @media (min-width: 768px) {
        #product-custom-template-2 .product-card .content-wrapper {
          width: 50%; } }
      #product-custom-template-2 .product-card .content-wrapper .category-label {
        width: fit-content;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px 12px;
        gap: 10px;
        background: #F0F4E9;
        border-radius: 6px;
        flex: none;
        order: 0;
        flex-grow: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #68971C; }
      #product-custom-template-2 .product-card .content-wrapper .custom-template-2-product-name {
        font-size: 40px;
        line-height: 66px;
        margin-bottom: 7px; }
      #product-custom-template-2 .product-card .content-wrapper .price {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px; }
      #product-custom-template-2 .product-card .content-wrapper .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 24px; }
      #product-custom-template-2 .product-card .content-wrapper .custom-field-item {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        gap: 12px; }
      #product-custom-template-2 .product-card .content-wrapper .custom-field-icon {
        width: 1.5em;
        height: 1.5em;
        margin-right: 0.5em; }
      #product-custom-template-2 .product-card .content-wrapper .custom-field-text {
        color: #4D7393;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px; }

.related-product-section-custom-template-2 {
  background-color: #D9EBF3;
  position: relative;
  padding: 3rem 0; }
  .related-product-section-custom-template-2 .carousel-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 1rem; }
  .related-product-section-custom-template-2 .carousel-header {
    margin: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem; }
  .related-product-section-custom-template-2 .carousel-title {
    color: #003765;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    vertical-align: middle; }
  .related-product-section-custom-template-2 .carousel-navigation {
    display: flex;
    gap: 0.5rem; }
  .related-product-section-custom-template-2 .slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .related-product-section-custom-template-2 .slick-arrow img {
      width: 24px;
      height: 24px; }
  .related-product-section-custom-template-2 .productCarousel {
    position: relative; }
  .related-product-section-custom-template-2 .synlab-product-card {
    width: 422.66px;
    height: 451px; }
  .related-product-section-custom-template-2 .synlab-product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 16px;
    background-color: #F2F8FB; }
    .related-product-section-custom-template-2 .synlab-product-image img {
      width: 393px;
      height: 250px;
      object-fit: cover; }
  .related-product-section-custom-template-2 .synlab-product-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5; }
    .related-product-section-custom-template-2 .synlab-product-image-placeholder img {
      width: 50px;
      height: 50px; }
  .related-product-section-custom-template-2 .synlab-product-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
  .related-product-section-custom-template-2 .synlab-product-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    background-color: #F2F8FB;
    color: #0077AD;
    border-radius: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px; }
  .related-product-section-custom-template-2 .synlab-product-name {
    color: #003765;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    width: 100%; }
  .related-product-section-custom-template-2 .synlab-product-price-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 55px;
    gap: 12px;
    margin-top: auto; }
  .related-product-section-custom-template-2 .synlab-product-price {
    color: #003765;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    flex-grow: 1; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.cardsContainer > .quickLinkCard,
.card-widget .card,
.vertical-card-container {
  transition: 350ms; }
  .cardsContainer > .quickLinkCard:hover,
  .card-widget .card:hover,
  .vertical-card-container:hover {
    box-shadow: 0px 4px 10px 0px #0077ad4d !important; }

.vertical-card-container {
  border-radius: 8px; }

.descr-link-wrapper a {
  transition: 350ms; }

.descr-link-wrapper a:hover {
  background-color: #f2f8fb;
  color: #003765 !important;
  border-radius: 16px; }
