@charset "UTF-8";
@import url(../../node_modules/aos/dist/aos.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto Slab:400,400i,500,500i,600,600i,700,700i|Open+Sans:300,300i,400,400i,600,600i&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css");
@import url("https://use.typekit.net/imx6ewk.css");
@import url(../../node_modules/magnific-popup/dist/magnific-popup.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * This is where you put in your helper mixins and classes.
 */
/* Responsive Helpers */
/**
 * This file contains all the color variables for the site
 */
/**
 * This file contains various fixes, like box-model fixes, text rendering, etc.
 * There should be no mix-ins in this file. Those belong in _utils.scss.
 */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-y: scroll; }

.cf {
  zoom: 1; }
  .cf:before {
    content: '';
    display: table; }
  .cf:after {
    clear: both;
    content: ' ';
    display: table; }

::-moz-selection {
  background: #64CBE8;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #64CBE8;
  color: #ffffff;
  text-shadow: none; }

ins {
  background-color: #64CBE8;
  color: #ffffff; }

mark {
  background-color: #64CBE8;
  color: #ffffff;
  font-style: italic;
  font-weight: bold; }

a:link {
  -webkit-tap-highlight-color: #64CBE8; }

.contextual-region {
  z-index: 10; }

.row {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }

.col-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

.col-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-2 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 16.66667%;
      width: 16.66667%; } }

.col-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-3 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 25%;
      width: 25%; } }

.col-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-4 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.col-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-5 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.col-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-6 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      width: 50%; } }

.col-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-7 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 58.33333%;
      width: 58.33333%; } }

.col-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-8 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }

.col-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-9 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 75%;
      width: 75%; } }

.col-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-10 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 83.33333%;
      width: 83.33333%; } }

.col-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-11 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 91.66667%;
      width: 91.66667%; } }

.col-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    .col-12 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }

@media (min-width: 0px) {
  .offset-0 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 0) + 15px) !important; } }

@media (min-width: 0px) {
  .offset-1 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }

@media (min-width: 0px) {
  .offset-2 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 2) + 75px) !important; } }

@media (min-width: 0px) {
  .offset-3 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }

@media (min-width: 0px) {
  .offset-4 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 4) + 135px) !important; } }

@media (min-width: 0px) {
  .offset-5 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 5) + 165px) !important; } }

@media (min-width: 0px) {
  .offset-6 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 6) + 195px) !important; } }

@media (min-width: 0px) {
  .offset-7 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 7) + 225px) !important; } }

@media (min-width: 0px) {
  .offset-8 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 8) + 255px) !important; } }

@media (min-width: 0px) {
  .offset-9 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 9) + 285px) !important; } }

@media (min-width: 0px) {
  .offset-10 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 10) + 315px) !important; } }

@media (min-width: 0px) {
  .offset-11 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 11) + 345px) !important; } }

.col-sm-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

.col-sm-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-2 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 16.66667%;
      width: 16.66667%; } }

.col-sm-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-3 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 25%;
      width: 25%; } }

.col-sm-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-4 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.col-sm-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-5 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.col-sm-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-6 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      width: 50%; } }

.col-sm-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-7 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 58.33333%;
      width: 58.33333%; } }

.col-sm-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-8 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }

.col-sm-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-9 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 75%;
      width: 75%; } }

.col-sm-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-10 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 83.33333%;
      width: 83.33333%; } }

.col-sm-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-11 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 91.66667%;
      width: 91.66667%; } }

.col-sm-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 768px) {
    .col-sm-12 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }

@media (min-width: 768px) {
  .offset-sm-0 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 0) + 15px) !important; } }

@media (min-width: 768px) {
  .offset-sm-1 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }

@media (min-width: 768px) {
  .offset-sm-2 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 2) + 75px) !important; } }

@media (min-width: 768px) {
  .offset-sm-3 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }

@media (min-width: 768px) {
  .offset-sm-4 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 4) + 135px) !important; } }

@media (min-width: 768px) {
  .offset-sm-5 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 5) + 165px) !important; } }

@media (min-width: 768px) {
  .offset-sm-6 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 6) + 195px) !important; } }

@media (min-width: 768px) {
  .offset-sm-7 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 7) + 225px) !important; } }

@media (min-width: 768px) {
  .offset-sm-8 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 8) + 255px) !important; } }

@media (min-width: 768px) {
  .offset-sm-9 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 9) + 285px) !important; } }

@media (min-width: 768px) {
  .offset-sm-10 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 10) + 315px) !important; } }

@media (min-width: 768px) {
  .offset-sm-11 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 11) + 345px) !important; } }

.col-md-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

.col-md-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-2 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 16.66667%;
      width: 16.66667%; } }

.col-md-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-3 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 25%;
      width: 25%; } }

.col-md-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-4 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.col-md-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-5 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.col-md-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-6 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      width: 50%; } }

.col-md-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-7 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 58.33333%;
      width: 58.33333%; } }

.col-md-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-8 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }

.col-md-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-9 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 75%;
      width: 75%; } }

.col-md-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-10 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 83.33333%;
      width: 83.33333%; } }

.col-md-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-11 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 91.66667%;
      width: 91.66667%; } }

.col-md-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-md-12 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }

@media (min-width: 1025px) {
  .offset-md-0 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 0) + 15px) !important; } }

@media (min-width: 1025px) {
  .offset-md-1 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }

@media (min-width: 1025px) {
  .offset-md-2 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 2) + 75px) !important; } }

@media (min-width: 1025px) {
  .offset-md-3 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }

@media (min-width: 1025px) {
  .offset-md-4 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 4) + 135px) !important; } }

@media (min-width: 1025px) {
  .offset-md-5 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 5) + 165px) !important; } }

@media (min-width: 1025px) {
  .offset-md-6 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 6) + 195px) !important; } }

@media (min-width: 1025px) {
  .offset-md-7 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 7) + 225px) !important; } }

@media (min-width: 1025px) {
  .offset-md-8 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 8) + 255px) !important; } }

@media (min-width: 1025px) {
  .offset-md-9 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 9) + 285px) !important; } }

@media (min-width: 1025px) {
  .offset-md-10 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 10) + 315px) !important; } }

@media (min-width: 1025px) {
  .offset-md-11 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 11) + 345px) !important; } }

.col-lg-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

.col-lg-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-2 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 16.66667%;
      width: 16.66667%; } }

.col-lg-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-3 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 25%;
      width: 25%; } }

.col-lg-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-4 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.col-lg-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-5 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.col-lg-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-6 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      width: 50%; } }

.col-lg-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-7 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 58.33333%;
      width: 58.33333%; } }

.col-lg-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-8 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }

.col-lg-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-9 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 75%;
      width: 75%; } }

.col-lg-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-10 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 83.33333%;
      width: 83.33333%; } }

.col-lg-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-11 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 91.66667%;
      width: 91.66667%; } }

.col-lg-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }

@media (min-width: 1025px) {
  .offset-lg-0 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 0) + 15px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-1 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-2 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 2) + 75px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-3 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-4 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 4) + 135px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-5 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 5) + 165px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-6 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 6) + 195px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-7 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 7) + 225px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-8 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 8) + 255px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-9 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 9) + 285px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-10 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 10) + 315px) !important; } }

@media (min-width: 1025px) {
  .offset-lg-11 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 11) + 345px) !important; } }

.col-xl-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

.col-xl-2 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-2 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 16.66667%;
      width: 16.66667%; } }

.col-xl-3 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-3 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 25%;
      width: 25%; } }

.col-xl-4 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-4 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.col-xl-5 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-5 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.col-xl-6 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-6 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 50%;
      width: 50%; } }

.col-xl-7 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-7 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 58.33333%;
      width: 58.33333%; } }

.col-xl-8 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-8 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }

.col-xl-9 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-9 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 75%;
      width: 75%; } }

.col-xl-10 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-10 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 83.33333%;
      width: 83.33333%; } }

.col-xl-11 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-11 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 91.66667%;
      width: 91.66667%; } }

.col-xl-12 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .col-xl-12 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }

@media (min-width: 1025px) {
  .offset-xl-0 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 0) + 15px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-1 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-2 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 2) + 75px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-3 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-4 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 4) + 135px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-5 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 5) + 165px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-6 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 6) + 195px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-7 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 7) + 225px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-8 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 8) + 255px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-9 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 9) + 285px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-10 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 10) + 315px) !important; } }

@media (min-width: 1025px) {
  .offset-xl-11 {
    margin-right: 15px;
    margin-left: calc(((((100% - 360px) / 12)) * 11) + 345px) !important; } }

/**
 * This file is where you put the @font-face directives for the site.
 */
/**
 * This file contains the structure of the site. These styles build the basic
 * wire-frame of the site. Specific components such as slide-shows, accordions,
 * etc. should have their own partial.
 */
html {
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (min-width: 0px) and (max-width: 768px) {
    html.enable_sticky_mobile .sticky-header {
      padding-top: 63px; }
      html.enable_sticky_mobile .sticky-header .layout-container > header {
        position: fixed;
        top: 0;
        left: 0; } }
  @media (min-width: 768px) and (max-width: 1025px) {
    html.enable_sticky_mobile .sticky-header {
      padding-top: 63px; }
      html.enable_sticky_mobile .sticky-header .layout-container > header {
        position: fixed;
        top: 0;
        left: 0; } }
  @media (min-width: 1025px) {
    html.enable_sticky_desktop .sticky-header {
      padding-top: 145px; }
      html.enable_sticky_desktop .sticky-header .layout-container > header {
        position: fixed;
        top: 0;
        left: 0; } }

body {
  position: relative; }

a {
  color: #64CBE8; }

.layout-container {
  margin: 0 auto;
  max-width: 1308px; }
  @media (min-width: 0px) and (max-width: 768px) {
    .layout-container {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 1025px) {
    .layout-container {
      overflow: hidden; } }
  .layout-container > main {
    display: block; }
    .layout-container > main img {
      height: auto;
      max-width: 100%; }
    .layout-container > main ul {
      padding-left: 18px; }
  .layout-container > .prefooter {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    @media (min-width: 0px) {
      .layout-container > .prefooter {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > .prefooter {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > .prefooter {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > .prefooter {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > .prefooter {
        margin-left: -15px;
        margin-right: -15px; } }

sup {
  font-size: 65%; }

.layout-container h3, .mfp-container h3, .layout-container h4, .mfp-container h4, .layout-container h2, .mfp-container h2, .layout-container h5, .mfp-container h5, .layout-container nav li a, .mfp-container nav li a, .layout-container h1, .mfp-container h1 {
  color: #3E3E3E;
  font-family: "motiva-sans", 'Roboto Slab', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px; }
  @media (min-width: 1025px) {
    .layout-container h3, .mfp-container h3, .layout-container h4, .mfp-container h4, .layout-container h2, .mfp-container h2, .layout-container h5, .mfp-container h5, .layout-container nav li a, .mfp-container nav li a, .layout-container h1, .mfp-container h1 {
      font-size: 32px;
      line-height: 36px; } }

.layout-container h3, .mfp-container h3, .layout-container h4, .mfp-container h4, .layout-container h2, .mfp-container h2, .layout-container h5, .mfp-container h5 {
  font-size: 20px;
  line-height: 23px; }
  @media (min-width: 1025px) {
    .layout-container h3, .mfp-container h3, .layout-container h4, .mfp-container h4, .layout-container h2, .mfp-container h2, .layout-container h5, .mfp-container h5 {
      font-size: 28px;
      line-height: 38px; } }

.layout-container footer p, .layout-container footer li, .layout-container footer a, .mfp-container footer p, .mfp-container footer li, .mfp-container footer a, .layout-container div, .layout-container p, .layout-container li, .mfp-container div, .mfp-container p, .mfp-container li, .layout-container a, .mfp-container a, form, .select2-results__option,
.select2-search__field {
  font-family: "motiva-sans", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #58595B; }

.layout-container nav li a, .mfp-container nav li a {
  font-size: 21px;
  font-weight: normal;
  line-height: 25px; }
  @media (min-width: 1025px) {
    .layout-container nav li a, .mfp-container nav li a {
      font-size: 16px;
      line-height: 19px; } }

.layout-container footer p, .layout-container footer li, .layout-container footer a, .mfp-container footer p, .mfp-container footer li, .mfp-container footer a {
  font-size: 14px;
  line-height: 20px; }

.layout-container p.footnote, .mfp-container p.footnote {
  font-size: 12px;
  line-height: 15px;
  color: #000; }
  .layout-container p.small-line-height.footnote, .mfp-container p.small-line-height.footnote {
    line-height: 17px; }
  .layout-container p.footnote .hang, .mfp-container p.footnote .hang {
    position: absolute;
    margin-left: -10px;
    width: 10px;
    text-align: right; }

.layout-container h3, .mfp-container h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400; }
  @media (min-width: 1025px) {
    .layout-container h3, .mfp-container h3 {
      font-size: 36px;
      line-height: 40px; } }

.layout-container h4, .mfp-container h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .layout-container h4, .mfp-container h4 {
      font-size: 21px;
      line-height: 32px; } }

.thin-space {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px; }

.small-caps {
  font-variant: small-caps;
  font-size: 10px; }

@media (min-width: 1025px) {
  .indent-subhead {
    padding-left: 32px; } }

a.no-underline {
  text-decoration: none; }

.layout-container .collapse-margin, .mfp-container .collapse-margin {
  margin-bottom: 0; }
  .layout-container .collapse-margin + .collapse-margin, .mfp-container .collapse-margin + .collapse-margin {
    margin-top: 0; }

.layout-container span.block, .mfp-container span.block {
  display: block; }

.layout-container .main-heading, .mfp-container .main-heading {
  border-left: 14px solid #2CB34A;
  padding-left: 16px; }
  .layout-container .main-heading h3, .mfp-container .main-heading h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #58595B; }
    @media (min-width: 1025px) {
      .layout-container .main-heading h3, .mfp-container .main-heading h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: -16px; } }

.layout-container h1 + p, .mfp-container h1 + p {
  margin-top: -11px; }

.layout-container h1.colored-bar, .mfp-container h1.colored-bar {
  margin-left: -10px; }

@media (min-width: 1025px) {
  .layout-container h2, .mfp-container h2 {
    margin-top: 56px; } }

.layout-container h3, .mfp-container h3 {
  margin-top: 32px;
  color: #F89C4D;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }
  @media (min-width: 1025px) {
    .layout-container h3, .mfp-container h3 {
      margin-top: 32px; } }

.layout-container h4, .mfp-container h4 {
  margin-bottom: 6px; }

.layout-container h5, .mfp-container h5 {
  color: #64CBE8;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; }

.layout-container .colored-bar, .mfp-container .colored-bar {
  border-left: 14px solid #2CB34A;
  padding-left: 16px; }
  .layout-container .colored-bar h3, .mfp-container .colored-bar h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #58595B; }
    @media (min-width: 1025px) {
      .layout-container .colored-bar h3, .mfp-container .colored-bar h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: -16px; } }
  .layout-container .colored-bar h2 + p, .mfp-container .colored-bar h2 + p {
    margin-top: -10px; }
  @media (min-width: 1025px) {
    .layout-container .colored-bar h2 + p, .mfp-container .colored-bar h2 + p {
      margin-top: -15px;
      font-size: 18px; } }

.layout-container div.hanging-footnotes, .mfp-container div.hanging-footnotes {
  display: flex;
  flex-direction: column;
  margin: 1em 0; }
  .layout-container div.hanging-footnotes .hanging, .mfp-container div.hanging-footnotes .hanging {
    margin: 0;
    display: flex; }
    .layout-container div.hanging-footnotes .hanging .footnote-symbol, .mfp-container div.hanging-footnotes .hanging .footnote-symbol {
      width: 7px;
      display: inline-block;
      position: absolute;
      text-align: right; }
    .layout-container div.hanging-footnotes .hanging .footnote-text, .mfp-container div.hanging-footnotes .hanging .footnote-text {
      padding-left: 7px; }

.layout-container footer h2, .mfp-container footer h2 {
  font-size: 15px; }

.layout-container footer .menu a, .mfp-container footer .menu a {
  text-decoration: none; }
  .layout-container footer .menu a:hover, .mfp-container footer .menu a:hover {
    color: #3E3E3E; }

.layout-container .txt-green, .mfp-container .txt-green {
  color: #2CB34A; }

.bullets {
  list-style: none; }
  .bullets li {
    position: relative; }
    .bullets li:before {
      width: 8px;
      height: 8px;
      border-radius: 43px;
      content: '';
      display: block;
      left: -17px;
      position: absolute;
      top: 9px;
      transform: translateY(-50%);
      background-color: #2CB34A; }
  .bullets li {
    margin-bottom: 15px; }

.tooltip {
  background: #2CB34A;
  padding: 20px 6px;
  position: relative;
  max-width: 343px;
  height: 100px; }
  .tooltip p {
    color: white;
    font-weight: bold;
    font-size: 17px;
    margin: 0; }
    .tooltip p .large {
      font-size: 75px;
      line-height: 75px;
      margin-right: 8px;
      float: left; }
      .tooltip p .large sup {
        top: -0.4em; }
  .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 12px 0 12px;
    border-color: #2CB34A transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 29px; }
  @media (min-width: 1025px) {
    .tooltip {
      height: auto;
      max-width: 198px;
      padding: 30px 16px; }
      .tooltip p {
        text-align: center; }
        .tooltip p .large {
          float: none;
          display: block;
          margin-right: 0; }
      .tooltip:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14.5px 26px 14.5px 0;
        border-color: transparent #2CB34A transparent transparent;
        right: auto;
        left: -26px;
        bottom: 25px; } }

.layout-container > footer {
  box-shadow: 0 50vh 0 50vh #ffffff;
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: auto;
  overflow: hidden;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 13px;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 0px) {
    .layout-container > footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .layout-container > footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .layout-container > footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .layout-container > footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .layout-container > footer {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1308px) {
    .layout-container > footer {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .layout-container > footer > div {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 0px) {
      .layout-container > footer > div {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > footer > div {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > footer > div {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > footer > div {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container > footer > div {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 1025px) {
      .layout-container > footer > div {
        align-items: center; } }
  .layout-container > footer .footer-logo {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 0px) {
      .layout-container > footer .footer-logo {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > footer .footer-logo {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 16.66667%;
        width: 16.66667%; } }
  .layout-container > footer .footer-copyright {
    background: #2CB34A;
    flex: 100%;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 1308px) {
      .layout-container > footer .footer-copyright {
        margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        padding-left: calc(((100vw - 1308px) / 2 * 1));
        padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
    .layout-container > footer .footer-copyright p {
      margin: 4px 0;
      font-size: 11px;
      font-family: Arial;
      color: white;
      text-align: center; }
    @media (min-width: 1025px) {
      .layout-container > footer .footer-copyright {
        margin-top: 12px; } }
    .layout-container > footer .footer-copyright .unsubscribe-copy {
      display: none; }
  .layout-container > footer #block-envivent-footer {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    margin: 6px 0; }
    @media (min-width: 0px) {
      .layout-container > footer #block-envivent-footer {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > footer #block-envivent-footer {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .layout-container > footer #block-envivent-footer {
        margin-right: 15px;
        margin-left: calc(((((100% - 360px) / 12)) * 1) + 45px) !important; } }
    .layout-container > footer #block-envivent-footer .menu {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 345px;
      margin: 0 auto; }
      @media (min-width: 1025px) {
        .layout-container > footer #block-envivent-footer .menu {
          display: flex;
          max-width: none; } }
      .layout-container > footer #block-envivent-footer .menu li {
        padding: 0px 18px; }
        .layout-container > footer #block-envivent-footer .menu li + li {
          position: relative; }
          .layout-container > footer #block-envivent-footer .menu li + li:before {
            content: '';
            width: 1px;
            height: 13px;
            display: inline-block;
            background-color: #3E3E3E;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        .layout-container > footer #block-envivent-footer .menu li a {
          color: #3E3E3E;
          font-size: 14px;
          font-family: Arial; }
        .layout-container > footer #block-envivent-footer .menu li:nth-child(3):before {
          content: none; }
          @media (min-width: 1025px) {
            .layout-container > footer #block-envivent-footer .menu li:nth-child(3):before {
              content: ''; } }
  .layout-container > footer #block-social {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-container > footer #block-social {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > footer #block-social {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 16.66667%;
        width: 16.66667%; } }
    .layout-container > footer #block-social .menu {
      padding-left: 0;
      display: flex;
      list-style: none;
      justify-content: center;
      margin-bottom: 28px; }
      @media (min-width: 1025px) {
        .layout-container > footer #block-social .menu {
          justify-content: flex-start; } }
      .layout-container > footer #block-social .menu li {
        padding: 0 16px; }
        .layout-container > footer #block-social .menu li a {
          text-indent: -9999px;
          display: block;
          width: 26px;
          height: 26px; }
        .layout-container > footer #block-social .menu li:first-child a {
          background: url("../../img/twitter.svg") center/contain no-repeat; display:none; }
        .layout-container > footer #block-social .menu li:nth-child(2) a {
          background: url("../../img/linkedin.svg") center/cover no-repeat; }
  .layout-container > footer h2 {
    color: #58595B;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase; }
  .layout-container > footer p {
    color: #58595B; }
  .layout-container > footer #block-getintouchformtray {
    z-index: 20;
    display: none; }
    .layout-container > footer #block-getintouchformtray .heading h2 {
      margin-bottom: -8px; }
    @media (min-width: 1025px) {
      .layout-container > footer #block-getintouchformtray {
        display: block; } }
    .layout-container > footer #block-getintouchformtray .fixed {
      box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
      transform: translateY(150%);
      bottom: 0;
      left: 0;
      position: fixed;
      width: 100%;
      background: white;
      transition: transform 0.5s;
      padding-top: 22px;
      background: #F8F8F8; }
      .layout-container > footer #block-getintouchformtray .fixed .container {
        width: 100%;
        max-width: 1308px;
        margin-left: auto;
        margin-right: auto;
        max-height: 75vh;
        overflow: auto; }
        @media (min-width: 0px) {
          .layout-container > footer #block-getintouchformtray .fixed .container {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 0px) {
          .layout-container > footer #block-getintouchformtray .fixed .container {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 0px) {
          .layout-container > footer #block-getintouchformtray .fixed .container {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 0px) {
          .layout-container > footer #block-getintouchformtray .fixed .container {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (min-width: 0px) {
          .layout-container > footer #block-getintouchformtray .fixed .container {
            padding-left: 15px;
            padding-right: 15px; } }
        .layout-container > footer #block-getintouchformtray .fixed .container .row {
          display: flex;
          flex-wrap: wrap; }
          @media (min-width: 0px) {
            .layout-container > footer #block-getintouchformtray .fixed .container .row {
              margin-left: -15px;
              margin-right: -15px; } }
          @media (min-width: 0px) {
            .layout-container > footer #block-getintouchformtray .fixed .container .row {
              margin-left: -15px;
              margin-right: -15px; } }
          @media (min-width: 0px) {
            .layout-container > footer #block-getintouchformtray .fixed .container .row {
              margin-left: -15px;
              margin-right: -15px; } }
          @media (min-width: 0px) {
            .layout-container > footer #block-getintouchformtray .fixed .container .row {
              margin-left: -15px;
              margin-right: -15px; } }
          @media (min-width: 0px) {
            .layout-container > footer #block-getintouchformtray .fixed .container .row {
              margin-left: -15px;
              margin-right: -15px; } }
      .layout-container > footer #block-getintouchformtray .fixed .content .layout:last-child {
        position: absolute;
        top: 230px;
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity .5s;
        max-width: 1308px; }
        .layout-container > footer #block-getintouchformtray .fixed .content .layout:last-child .layout__region {
          position: relative; }
      .layout-container > footer #block-getintouchformtray .fixed .content .layout:nth-last-child(3) .layout__region--first {
        transition: opacity 0.5s; }
    .layout-container > footer #block-getintouchformtray.submitted .fixed .container {
      overflow: visible; }
    .layout-container > footer #block-getintouchformtray.submitted .fixed .content .layout:last-child {
      opacity: 1;
      pointer-events: auto; }
    .layout-container > footer #block-getintouchformtray.submitted .fixed .content .layout .heading {
      opacity: 0;
      pointer-events: none; }
    .layout-container > footer #block-getintouchformtray.submitted .fixed .content .webform-submission-get-in-touch-form {
      opacity: 0;
      pointer-events: none; }
    .layout-container > footer #block-getintouchformtray.active .fixed {
      transform: translateY(0); }
    .layout-container > footer #block-getintouchformtray .heading {
      border-left: 14px solid #2CB34A;
      padding-left: 16px; }
      .layout-container > footer #block-getintouchformtray .heading h3 {
        font-size: 15px;
        line-height: 20px;
        margin-top: -10px;
        font-weight: normal;
        margin-bottom: 15px;
        color: #58595B; }
        @media (min-width: 1025px) {
          .layout-container > footer #block-getintouchformtray .heading h3 {
            font-size: 20px;
            line-height: 24px;
            margin-top: -16px; } }
      .layout-container > footer #block-getintouchformtray .heading h2 {
        font-size: 25px;
        font-weight: bold;
        text-transform: none;
        color: black; }
      .layout-container > footer #block-getintouchformtray .heading p {
        font-size: 15px; }
    .layout-container > footer #block-getintouchformtray img {
      width: 100%; }
    .layout-container > footer #block-getintouchformtray .contact-form-trigger {
      bottom: auto;
      top: -40px; }
      .layout-container > footer #block-getintouchformtray .contact-form-trigger:before, .layout-container > footer #block-getintouchformtray .contact-form-trigger:after {
        transform: rotate(90deg) translateY(-50%); }

.layout-container > header {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%;
  z-index: 500; }
  @media (min-width: 1025px) {
    .layout-container > header {
      width: 100vw; }
      .layout-container > header:before {
        content: '';
        width: 68px;
        height: 66px;
        background: url("../../img/stripes.svg") -83px/169px 183px no-repeat;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: all 0.5s linear; } }
    @media (min-width: 1025px) and (min-width: 1420px) {
      .layout-container > header:before {
        transform: translateX(0); } }
  @media (min-width: 1308px) {
    .layout-container > header {
      left: calc(((100vw - 1308px) / 2 *  -1)); } }
  .layout-container > header .menu-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 59px;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .layout-container > header .menu-container {
        max-height: none;
        overflow: auto; } }
  .layout-container > header .top-bar-region {
    order: 2;
    width: 100%;
    display: none; }
    @media (min-width: 1025px) {
      .layout-container > header .top-bar-region {
        display: block;
        background-color: #EBEBEB; }
        .layout-container > header .top-bar-region > div {
          width: 100%;
          max-width: 1308px;
          margin-left: auto;
          margin-right: auto;
          display: flex; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .layout-container > header .top-bar-region > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .layout-container > header .top-bar-region > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .layout-container > header .top-bar-region > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .layout-container > header .top-bar-region > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .layout-container > header .top-bar-region > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) {
        .layout-container > header .top-bar-region a {
          color: #ffffff; } }
  .layout-container > header .main-header-region {
    width: 100%;
    max-width: 1308px;
    margin-left: auto;
    margin-right: auto;
    order: 1; }
    @media (min-width: 0px) {
      .layout-container > header .main-header-region {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 0px) {
      .layout-container > header .main-header-region {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 0px) {
      .layout-container > header .main-header-region {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 0px) {
      .layout-container > header .main-header-region {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 0px) {
      .layout-container > header .main-header-region {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) {
      .layout-container > header .main-header-region {
        order: 2;
        height: 53px; } }
    .layout-container > header .main-header-region > div {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 0px) {
        .layout-container > header .main-header-region > div {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 0px) {
        .layout-container > header .main-header-region > div {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 0px) {
        .layout-container > header .main-header-region > div {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 0px) {
        .layout-container > header .main-header-region > div {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 0px) {
        .layout-container > header .main-header-region > div {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1025px) {
        .layout-container > header .main-header-region > div {
          justify-content: center; } }
  .layout-container > header #block-envivent-branding {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 2px; }
    @media (min-width: 0px) {
      .layout-container > header #block-envivent-branding {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > header #block-envivent-branding {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      .layout-container > header #block-envivent-branding {
        margin-top: 22px;
        display: none; } }
    .layout-container > header #block-envivent-branding img {
      height: 44px; }
      @media (min-width: 1025px) {
        .layout-container > header #block-envivent-branding img {
          height: 64px; } }
  .layout-container > header #block-envivent-site-branding a + a {
    display: none; }
  .layout-container > header #block-envivent-site-branding img {
    max-width: 200px; }
  .layout-container > header #block-envivent-main-menu,
  .layout-container > header #block-patientmenu {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-container > header #block-envivent-main-menu,
      .layout-container > header #block-patientmenu {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > header #block-envivent-main-menu,
      .layout-container > header #block-patientmenu {
        width: auto;
        max-width: 1050px;
        position: absolute;
        padding: 0 54px; } }
  @media (min-width: 1025px) {
    .layout-container > header #block-topmenu {
      width: 50%; } }
  .layout-container > header #block-topmenu-2,
  .layout-container > header #block-footer,
  .layout-container > header #block-social-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-container > header #block-topmenu-2,
      .layout-container > header #block-footer,
      .layout-container > header #block-social-2 {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > header #block-topmenu-2,
      .layout-container > header #block-footer,
      .layout-container > header #block-social-2 {
        display: none; } }
  .layout-container > header #block-mobilesectionswitcher {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-container > header #block-mobilesectionswitcher {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout-container > header #block-mobilesectionswitcher {
        display: none; } }
  @media (min-width: 1025px) {
    .layout-container > header #block-sectionswitcher {
      width: 50%; } }
  .layout-container > header h1 {
    color: #3E3E3E;
    font-size: 64px;
    margin: 0 0 30px; }
    .layout-container > header h1 span {
      color: #3E3E3E; }
  .layout-container > header .footer-logo {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 0px) {
      .layout-container > header .footer-logo {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    .layout-container > header .footer-logo p {
      margin: 10px 0; }
    .layout-container > header .footer-logo img {
      max-width: 110px; }
    @media (min-width: 1025px) {
      .layout-container > header .footer-logo {
        display: none; } }
  .layout-container > header .footer-copyright {
    background: #2CB34A;
    flex: 100%;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16); }
    @media (min-width: 1308px) {
      .layout-container > header .footer-copyright {
        margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        padding-left: calc(((100vw - 1308px) / 2 * 1));
        padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
    .layout-container > header .footer-copyright p {
      margin: 4px 0;
      font-size: 11px;
      font-family: Arial;
      color: white;
      text-align: center; }
    @media (min-width: 1025px) {
      .layout-container > header .footer-copyright {
        display: none; } }
    .layout-container > header .footer-copyright .unsubscribe-copy {
      display: none; }

input.button, form input.webform-button--submit,
a.button {
  background-color: #2CB34A;
  border-radius: 46px;
  border: 2px solid #2CB34A;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin-top: 16px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  input.button:hover, form input.webform-button--submit:hover,
  a.button:hover {
    background-color: #ffffff !important;
    border-color: #2CB34A !important;
    color: #2CB34A !important; }
    input.button:hover:after, form input.webform-button--submit:hover:after,
    a.button:hover:after {
      background: url("../../img/green-arrow-right.svg") 0 0/cover no-repeat !important; }
  @media (min-width: 1025px) {
    input.button, form input.webform-button--submit,
    a.button {
      font-size: 15px;
      padding: 12px 40px; } }

.white-arrow:after, .webform-submission-form .webform-actions:after, .referral-form-cta .button:after, .referral-form-cta form input.webform-button--submit:after, form .referral-form-cta input.webform-button--submit:after, .verkazia-patient-access-support-page-cta .button:after, .verkazia-patient-access-support-page-cta form input.webform-button--submit:after, form .verkazia-patient-access-support-page-cta input.webform-button--submit:after, section.isi .fixed .read-more:after, .home article #home-hero-buttons .button:after, .home article #home-hero-buttons form input.webform-button--submit:after, form .home article #home-hero-buttons input.webform-button--submit:after, .for-patients-and-caregivers article > div .layout:nth-child(10) #get-support-for-verkazia .button:after, .for-patients-and-caregivers article > div .layout:nth-child(10) #get-support-for-verkazia form input.webform-button--submit:after, form .for-patients-and-caregivers article > div .layout:nth-child(10) #get-support-for-verkazia input.webform-button--submit:after, .downloads ul li a.button:after {
  content: '';
  background: url("../../img/white-arrow.svg") 0 0/cover no-repeat;
  width: 8px;
  height: 14px;
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle; }

.layout-container main .anchor-menu li a:after {
  content: '';
  background: url("../../img/green-arrow.svg") 0 0/cover no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-left: 19px;
  vertical-align: middle; }

input.button.blue, form input.blue.webform-button--submit,
a.button.blue {
  background-color: #64CBE8;
  border-color: #64CBE8; }

input.button.orange, form input.orange.webform-button--submit,
a.button.orange {
  background-color: #F89C4D;
  border-color: #F89C4D; }

input.button.gray, form input.gray.webform-button--submit,
a.button.gray {
  background-color: #58595B;
  border-color: #58595B;
  color: #ffffff; }

input.button.green, form input.green.webform-button--submit,
a.button.green {
  background-color: #2CB34A;
  border-color: #2CB34A;
  color: #ffffff; }

input.button.red, form input.red.webform-button--submit,
a.button.red {
  background-color: #FF0000;
  border-color: #FF0000;
  color: #ffffff; }

.left-edge-buttons {
  margin-left: -15px; }
  .left-edge-buttons .btn-container {
    text-align: left; }
  .left-edge-buttons .button, .left-edge-buttons form input.webform-button--submit, form .left-edge-buttons input.webform-button--submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.btn-container {
  text-align: center; }

.webform-required {
  display: none; }

div[aria-label='Error message'] {
  display: none; }

.js-form-item.error:after {
  display: block;
  content: attr(data-webform-required-error);
  color: #FF0000;
  text-align: right;
  font-style: italic;
  content: none; }

.js-form-item.error input,
.js-form-item.error select,
.js-form-item.error textarea {
  color: #FF0000;
  border-width: 2px;
  border-color: #FF0000 !important; }
  .js-form-item.error input::placeholder,
  .js-form-item.error select::placeholder,
  .js-form-item.error textarea::placeholder {
    color: #FF0000 !important; }

.js-form-item.error .select2-container--default {
  border-bottom: 2px solid #FF0000; }
  .js-form-item.error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FF0000; }

.form-item--error-message {
  text-align: right;
  font-style: italic;
  color: #FF0000; }

.webform-address--wrapper.error:after {
  display: none; }

form.submitted input:invalid,
form.submitted select:invalid,
form.submitted label:invalid {
  color: #FF0000;
  border-width: 1px;
  border-color: #FF0000; }

form.submitted .js-form-submit.disabled {
  background: #BFBFBF;
  border-color: #BFBFBF;
  cursor: not-allowed; }

form.submitted .js-form-item-required-field-text.error p {
  color: #FF0000;
  font-weight: bold; }

form fieldset.webform-composite-hidden-title {
  margin: 0;
  padding: 0; }

form textarea {
  width: 100%;
  margin-bottom: 16px; }

form .js-webform-type-checkboxes {
  margin-top: 24px; }
  form .js-webform-type-checkboxes legend {
    margin-bottom: 16px; }

form .js-form-type-checkbox {
  display: flex;
  margin-left: 0 !important; }
  form .js-form-type-checkbox input[type=checkbox] {
    box-shadow: 0; }
    form .js-form-type-checkbox input[type=checkbox]:checked:before {
      color: #3E3E3E; }
  form .js-form-type-checkbox.error label,
  form .js-form-type-checkbox.error label a {
    color: #FF0000; }
  form .js-form-type-checkbox input:checked + label:before {
    color: #3E3E3E;
    background-position: 0 -17px; }
  form .js-form-type-checkbox input:checked + label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    background: #58595B;
    top: -2px;
    left: 3px; }
  form .js-form-type-checkbox label {
    margin: 0 0 24px;
    padding-left: 40px;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    font-family: "motiva-sans", Arial;
    text-transform: none; }
    form .js-form-type-checkbox label:before {
      content: '';
      width: 26px;
      height: 26px;
      display: block;
      border: 1px solid #58595B;
      background-color: #58595b3d;
      margin-top: -5px;
      position: absolute;
      left: 0; }
  form .js-form-type-checkbox.js-form-item-i-am-a-us-healthcare-professional label {
    font-size: 16px; }

form label {
  display: block;
  margin: 24px 0 6px;
  font-family: "motiva-sans", Arial;
  font-size: 15px;
  color: #58595B; }

form input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  border: 1px solid #58595B;
  margin: 0px 0 24px;
  padding: 11px;
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  height: 44px; }
  form input:not([type=checkbox]):not([type=submit])::placeholder {
    color: #58595B; }

form .select2-container--default {
  border-bottom: 1px solid #C2D1D9;
  padding-bottom: 7px;
  margin-bottom: 12px; }
  form .select2-container--default .select2-selection--single {
    border: 0;
    margin: -9px 0 12px;
    padding: 12px 0;
    width: 100%; }
    form .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 14px; }
    form .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0; }

form input.webform-button--submit {
  margin: 24px 0; }

.select2-results__option,
.select2-search__field {
  font-weight: bold; }

input[type=text],
input[type=email],
input[type=tel],
.select2-container--default .select2-selection--single,
select,
textarea {
  background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #58595B; }

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px; }

.webform-submission-form {
  transition: opacity .5s; }
  .webform-submission-form textarea {
    border: 1px solid #58595B; }
  .webform-submission-form select {
    width: 100%;
    height: 44px;
    border-radius: 0;
    border-color: #58595B;
    border: 1px solid #58595B;
    margin: 0px 0 24px;
    font-size: 15px;
    color: #58595B;
    padding: 0 11px;
    appearance: none;
    background: url(../../img/down_arrow.svg) calc(100% - 28px) calc(50% + 2px)/22px 18px no-repeat;
    background-color: transparent; }
  .webform-submission-form input[type=checkbox] {
    position: absolute;
    opacity: 0; }
  .webform-submission-form .js-form-item-required-field-text {
    font-size: 12px; }
    .webform-submission-form .js-form-item-required-field-text p {
      margin: 0; }
  .webform-submission-form .webform-actions {
    margin: 24px 0;
    position: relative; }
    .webform-submission-form .webform-actions:after {
      position: absolute;
      left: calc(50% + 30px);
      top: 50%;
      transform: translateY(-50%);
      margin-top: -2px; }
    .webform-submission-form .webform-actions:hover:after {
      background: url("../../img/green-arrow-right.svg") 0 0/cover no-repeat !important; }
    .webform-submission-form .webform-actions .js-form-submit {
      width: 100%;
      margin: 0; }
  @media (min-width: 1025px) {
    .webform-submission-form {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; }
      .webform-submission-form .js-form-item,
      .webform-submission-form .webform-actions {
        padding: 0 15px; }
      .webform-submission-form .js-form-item-i-am-a-us-healthcare-professional {
        width: 100%; }
      .webform-submission-form .js-form-item-name,
      .webform-submission-form .js-form-item-last-name,
      .webform-submission-form .js-form-item-email,
      .webform-submission-form .js-form-item-city,
      .webform-submission-form .js-form-item-state,
      .webform-submission-form .js-form-item-zip-code {
        width: 33.3%; }
      .webform-submission-form .js-form-item-institution {
        width: 33.3%; }
      .webform-submission-form .js-form-item-specialty {
        width: 66.6%; }
      .webform-submission-form .js-form-item-required-field-text {
        width: 100%; }
      .webform-submission-form .js-form-item-message {
        width: 100%; }
      .webform-submission-form .js-form-item-i-would-also-like-to-schedule-a-visit-from-a-representative-for {
        width: 50%; }
      .webform-submission-form .js-form-item-by-submitting-this-information-i-agree-to-receive-email-correspo {
        width: 50%; }
      .webform-submission-form .webform-actions {
        width: 100%; }
      .webform-submission-form .js-form-item-contact {
        width: 100%; } }
  .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-email {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-email {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-email input:not([type=checkbox]):not([type=submit]) {
      margin-bottom: 0; }
  .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-markup {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-markup {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-markup p {
      font-size: 12px; }
  .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-markup-01 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 1025px) {
      .webform-submission-form.webform-submission-unsubscribe-form .js-form-item-markup-01 {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        width: 75%; } }

#block-getintouchformtray .webform-submission-form select {
  background-color: #F8F8F8; }

.contact article .webform-submission-form select {
  background-color: white; }

.grid-overlay {
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: 1308px;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 5%; }
  @media (min-width: 0px) {
    .grid-overlay {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .grid-overlay {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .grid-overlay {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .grid-overlay {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .grid-overlay {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1025px) {
    .grid-overlay {
      left: 50%;
      transform: translateX(-50%); } }

.grid-overlay .col-1 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  background-color: #6464ff;
  border-left: 15px solid #64ff00;
  border-right: 15px solid #64ff00;
  color: black;
  font-family: sans-serif;
  font-size: 12px;
  height: 9999px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }
  @media (min-width: 0px) {
    .grid-overlay .col-1 {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 8.33333%;
      width: 8.33333%; } }

@media (min-width: 0px) and (max-width: 768px) {
  .mobile-hide {
    display: none; } }

@media (min-width: 768px) and (max-width: 1025px) {
  .tablet-hide {
    display: none; } }

@media (min-width: 1025px) {
  .desktop-hide {
    display: none; } }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }

@media (min-width: 1025px) {
  .mobile-tablet-only {
    display: none; } }

.tablet-only {
  display: none; }
  @media (min-width: 768px) {
    .tablet-only {
      display: block !important; } }

.desktop-only {
  display: none; }
  @media (min-width: 1025px) {
    .desktop-only {
      display: block; } }

@media (max-width: 767px) {
  .flip > div {
    display: flex;
    flex-direction: column-reverse; } }

.under-development {
  position: relative; }
  .under-development:before {
    content: 'Under development';
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1; }
  .under-development:after {
    content: '';
    background: #F8F8F8;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0; }

.break-space {
  position: relative;
  z-index: 200; }
  .break-space .embedded-entity {
    margin: 0 auto;
    margin-bottom: -200px;
    margin-top: 25px;
    max-width: 200px;
    padding-left: 5vw; }
    @media (min-width: 768px) {
      .break-space .embedded-entity {
        margin-bottom: -18vw;
        margin-left: -40px;
        margin-top: -12vw;
        max-width: 300px;
        padding-left: 0;
        width: 250px; } }
    @media (min-width: 1025px) {
      .break-space .embedded-entity {
        margin-bottom: -12vw;
        margin-top: -7vw;
        width: auto; } }
    @media (min-width: 1025px) and (max-width: 1025px) {
      .break-space .embedded-entity {
        margin-bottom: -15vw;
        margin-top: -7vw; } }

.break-push {
  padding-top: 160px !important; }
  @media (min-width: 768px) {
    .break-push {
      padding-top: 9vw !important; } }

.no-wrap, .nowrap {
  white-space: nowrap; }

.align-center img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

article[role=article] {
  position: relative;
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 0px) {
    article[role=article] {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    article[role=article] {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    article[role=article] {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    article[role=article] {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    article[role=article] {
      padding-left: 15px;
      padding-right: 15px; } }

.layout-builder-form {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0px) {
    .layout-builder-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-builder-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-builder-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-builder-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-builder-form {
      margin-left: -15px;
      margin-right: -15px; } }
  .layout-builder-form .js-form-type-vertical-tabs,
  .layout-builder-form .layout-builder__message,
  .layout-builder-form .form-actions {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-builder-form .js-form-type-vertical-tabs,
      .layout-builder-form .layout-builder__message,
      .layout-builder-form .form-actions {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
  .layout-builder-form #edit-actions {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #3E3E3E;
    padding: 24px 24px 0 24px;
    margin-bottom: 16px;
    margin-left: 18px; }
    @media (min-width: 0px) {
      .layout-builder-form #edit-actions {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-builder-form #edit-actions {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-builder-form #edit-actions {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-builder-form #edit-actions {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-builder-form #edit-actions {
        margin-left: -15px;
        margin-right: -15px; } }
  .layout-builder-form #edit-revert,
  .layout-builder-form #edit-submit,
  .layout-builder-form #edit-discard-changes {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout-builder-form #edit-revert,
      .layout-builder-form #edit-submit,
      .layout-builder-form #edit-discard-changes {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
  .layout-builder-form #edit-submit {
    background-color: #2CB34A;
    color: #ffffff; }
  .layout-builder-form #edit-discard-changes {
    background-color: #FF0000;
    color: #ffffff; }

#layout-builder {
  padding: 0;
  border: 0;
  margin-top: 32px; }
  #layout-builder .block--type--collapsible-item .collapsible-content {
    display: block; }
  #layout-builder .block--type--collapsible-item .toggle {
    top: 0; }
  #layout-builder .block--type--modal {
    display: block !important; }
  @media (min-width: 1308px) {
    #layout-builder .block--type--hero-banner.full-width {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  #layout-builder .layout-builder-block {
    padding: 0px; }

.vertical-tabs {
  display: none; }

.layout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 0px) {
    .layout {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout {
      margin-left: -15px;
      margin-right: -15px; } }
  .layout .spacer {
    background-color: gray;
    width: 100%;
    margin-bottom: 20px; }
  .layout.layout--onecol .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--onecol .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
  .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .layout.layout--twocol-section.layout--twocol-section--50-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
  .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 66.66667%;
        width: 66.66667%; } }
    @media (min-width: 1025px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 66.66667%;
        width: 66.66667%; } }
  .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .layout.layout--twocol-section.layout--twocol-section--67-33 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
  .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        width: 75%; } }
    @media (min-width: 1025px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--first {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        width: 75%; } }
  .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      .layout.layout--twocol-section.layout--twocol-section--75-25 .layout__region--second {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
  .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region:nth-child(2) {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--25-50-25 .layout__region:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
  .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region:nth-child(3) {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--25-25-50 .layout__region:nth-child(3) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
  .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region:nth-child(1) {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--50-25-25 .layout__region:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
  .layout.layout--threecol-section.layout--threecol-section--33-34-33 .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--threecol-section.layout--threecol-section--33-34-33 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 768px) {
      .layout.layout--threecol-section.layout--threecol-section--33-34-33 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .layout.layout--threecol-section.layout--threecol-section--33-34-33 .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 33.33333%;
        width: 33.33333%; } }
  .layout.layout--fourcol-section .layout__region {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .layout.layout--fourcol-section .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .layout.layout--fourcol-section .layout__region {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }

/**
 * This page contains the default navigation menu styling
 */
.layout-container nav[aria-labelledby=system-breadcrumb] {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0px) {
    .layout-container nav[aria-labelledby=system-breadcrumb] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-container nav[aria-labelledby=system-breadcrumb] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-container nav[aria-labelledby=system-breadcrumb] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-container nav[aria-labelledby=system-breadcrumb] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .layout-container nav[aria-labelledby=system-breadcrumb] {
      margin-left: -15px;
      margin-right: -15px; } }
  .layout-container nav[aria-labelledby=system-breadcrumb] ol {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    padding: 0; }
    @media (min-width: 0px) {
      .layout-container nav[aria-labelledby=system-breadcrumb] ol {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container nav[aria-labelledby=system-breadcrumb] ol {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container nav[aria-labelledby=system-breadcrumb] ol {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container nav[aria-labelledby=system-breadcrumb] ol {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      .layout-container nav[aria-labelledby=system-breadcrumb] ol {
        margin-left: -15px;
        margin-right: -15px; } }
    .layout-container nav[aria-labelledby=system-breadcrumb] ol li + li {
      margin-left: 16px; }
      .layout-container nav[aria-labelledby=system-breadcrumb] ol li + li:before {
        content: ">";
        position: relative;
        left: -6px;
        top: 2px; }

.layout-container .hamburger {
  display: block;
  height: 55px;
  position: absolute;
  right: 17px;
  top: 0;
  width: 83px;
  z-index: 99;
  background-color: #2CB34A;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (min-width: 768px) {
    .layout-container .hamburger {
      right: 30px; } }
  @media (min-width: 1025px) {
    .layout-container .hamburger {
      display: none; } }
  .layout-container .hamburger.active {
    background-color: transparent; }
    .layout-container .hamburger.active > div {
      visibility: hidden;
      width: 40px;
      height: 8px;
      background-color: #2CB34A; }
      .layout-container .hamburger.active > div:before, .layout-container .hamburger.active > div:after {
        visibility: visible;
        transform-origin: center center;
        transform: translateY(0);
        background-color: #2CB34A; }
      .layout-container .hamburger.active > div:before {
        transform: rotate(-45deg);
        animation: burger1 250ms linear;
        width: 40px;
        height: 8px; }

@keyframes burger1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0) rotate(-45deg); } }
      .layout-container .hamburger.active > div:after {
        transform: rotate(45deg);
        animation: burger2 250ms linear;
        width: 40px;
        height: 8px; }

@keyframes burger2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0) rotate(45deg); } }
  .layout-container .hamburger > div {
    background-color: #ffffff;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    border-radius: 10px; }
    .layout-container .hamburger > div:before, .layout-container .hamburger > div:after {
      background-color: #ffffff;
      content: '';
      height: 5px;
      position: absolute;
      width: 48px;
      border-radius: 10px; }
    .layout-container .hamburger > div:before {
      animation: burger3 250ms linear;
      transform: translateY(-12px); }

@keyframes burger3 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(-7px) rotate(0deg); } }
    .layout-container .hamburger > div:after {
      animation: burger4 250ms linear;
      transform: translateY(12px);
      width: 48px; }

@keyframes burger4 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(7px) rotate(0deg); } }

@media (min-width: 1025px) {
  .layout-container > header {
    box-shadow: none; }
    .layout-container > header:after {
      content: none; } }

.layout-container > header #block-envivent-branding {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 1px; }

@media (min-width: 1025px) {
  .layout-container > header .top-bar-region .menu {
    margin: 0; }
    .layout-container > header .top-bar-region .menu li a {
      color: black;
      text-decoration: none;
      font-size: 13px; } }

.layout-container > header ul {
  list-style: none; }

.layout-container > header .menu-container.active {
  max-height: 100vh;
  overflow: auto; }

.layout-container #block-envivent-main-menu {
  background: #2CB34A; }
  @media (min-width: 1025px) {
    .layout-container #block-envivent-main-menu > ul li:hover > a {
      color: #2CB34A; } }

.layout-container #block-patientmenu {
  background: #64CBE8;
  display: none; }
  @media (min-width: 1025px) {
    .layout-container #block-patientmenu > ul li:hover > a {
      color: #64CBE8; } }

.layout-container #block-envivent-main-menu,
.layout-container #block-patientmenu {
  padding-top: 7px; }
  @media (min-width: 1025px) {
    .layout-container #block-envivent-main-menu,
    .layout-container #block-patientmenu {
      margin-top: 28px;
      border-radius: 48px; }
      .layout-container #block-envivent-main-menu > ul,
      .layout-container #block-patientmenu > ul {
        display: flex;
        justify-content: flex-end; } }
  .layout-container #block-envivent-main-menu > ul,
  .layout-container #block-patientmenu > ul {
    padding-left: 0;
    margin: 0 0 0; }
    @media (min-width: 1025px) {
      .layout-container #block-envivent-main-menu > ul,
      .layout-container #block-patientmenu > ul {
        justify-content: center; }
        .layout-container #block-envivent-main-menu > ul li .menu,
        .layout-container #block-patientmenu > ul li .menu {
          display: none;
          flex-direction: column;
          position: absolute;
          background-color: rgba(255, 255, 255, 0.95);
          padding-left: 0;
          box-shadow: 0 3px 6px #0000003d; }
          .layout-container #block-envivent-main-menu > ul li .menu li a,
          .layout-container #block-patientmenu > ul li .menu li a {
            color: #2CB34A;
            font-size: 13px; }
          .layout-container #block-envivent-main-menu > ul li .menu li:hover a,
          .layout-container #block-patientmenu > ul li .menu li:hover a {
            color: white;
            background-color: #2CB34A;
            box-shadow: 0 3px 6px #0000003d; }
        .layout-container #block-envivent-main-menu > ul li.has-children:hover .menu,
        .layout-container #block-patientmenu > ul li.has-children:hover .menu {
          display: flex; }
        .layout-container #block-envivent-main-menu > ul li a,
        .layout-container #block-patientmenu > ul li a {
          padding: 0;
          font-size: 15px; }
        .layout-container #block-envivent-main-menu > ul li:hover > a,
        .layout-container #block-patientmenu > ul li:hover > a {
          background: white; } }
    .layout-container #block-envivent-main-menu > ul li a,
    .layout-container #block-patientmenu > ul li a {
      display: block;
      text-decoration: none;
      color: #ffffff;
      padding: 13px 30px;
      font-size: 15px; }
      @media (min-width: 1025px) {
        .layout-container #block-envivent-main-menu > ul li a,
        .layout-container #block-patientmenu > ul li a {
          padding: 15px 30px; } }
    .layout-container #block-envivent-main-menu > ul > li > a,
    .layout-container #block-patientmenu > ul > li > a {
      font-weight: 500; }
      @media (min-width: 1025px) {
        .layout-container #block-envivent-main-menu > ul > li > a.is-active,
        .layout-container #block-patientmenu > ul > li > a.is-active {
          background: white;
          color: #2CB34A; } }
      .layout-container #block-envivent-main-menu > ul > li > a:after,
      .layout-container #block-patientmenu > ul > li > a:after {
        content: '';
        width: 9px;
        height: 14px;
        display: inline-block;
        background: url("../../img/white-arrow.svg") 0 0/cover no-repeat;
        margin-left: 23px;
        vertical-align: middle; }
        @media (min-width: 1025px) {
          .layout-container #block-envivent-main-menu > ul > li > a:after,
          .layout-container #block-patientmenu > ul > li > a:after {
            content: none; } }

.layout-container #block-envivent-main-menu > ul {
  margin: 0 0 32px; }
  .layout-container #block-envivent-main-menu > ul > li:last-child > a {
    background-color: #F89C4D;
    color: #ffffff;
    font-weight: 600; }

@media (min-width: 1025px) {
  .layout-container #block-envivent-main-menu > ul {
    margin: 0; }
    .layout-container #block-envivent-main-menu > ul > li:last-child > a {
      background-color: #2CB34A; }
      .layout-container #block-envivent-main-menu > ul > li:last-child > a:hover {
        background-color: white;
        color: #2CB34A; }
    .layout-container #block-envivent-main-menu > ul > li > a.is-active {
      background-color: white;
      color: #2CB34A; } }

.layout-container #block-mobilesectionswitcher .menu {
  display: flex;
  padding-left: 0;
  margin: 0 -15px; }
  .layout-container #block-mobilesectionswitcher .menu li {
    line-height: normal;
    width: 50%; }
    .layout-container #block-mobilesectionswitcher .menu li a {
      font-size: 13px;
      text-decoration: none;
      text-align: center;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000; }
    .layout-container #block-mobilesectionswitcher .menu li:first-child a {
      background: #64CBE8;
      color: #ffffff;
      font-weight: bold; }

@media (min-width: 1025px) {
  .layout-container #block-sectionswitcher .menu {
    display: flex;
    padding-left: 0; }
    .layout-container #block-sectionswitcher .menu li:first-child a {
      background: #64CBE8;
      color: white;
      font-weight: bold; }
    .layout-container #block-sectionswitcher .menu li a {
      padding: 5px 15px;
      display: block;
      height: 100%; } }

.layout-container #block-topmenu > ul {
  margin: 0;
  padding-left: 0; }
  .layout-container #block-topmenu > ul li a {
    text-decoration: none;
    padding: 16px 0;
    display: block;
    text-align: center;
    font-weight: 600; }
  @media (min-width: 1025px) {
    .layout-container #block-topmenu > ul {
      display: flex;
      justify-content: flex-end; }
      .layout-container #block-topmenu > ul li {
        padding: 0 22px; }
        .layout-container #block-topmenu > ul li:first-child {
          padding-left: 0; }
        .layout-container #block-topmenu > ul li:last-child {
          padding-right: 0; }
        .layout-container #block-topmenu > ul li + li {
          position: relative; }
          .layout-container #block-topmenu > ul li + li:before {
            content: '';
            width: 1px;
            height: 11px;
            background: #58595B;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        .layout-container #block-topmenu > ul li a {
          padding: 4px 0;
          font-weight: 400; } }

.layout-container #block-topmenu-2 {
  background-color: #C6C6C6; }
  .layout-container #block-topmenu-2 .menu {
    padding-left: 30px; }
    .layout-container #block-topmenu-2 .menu li a {
      font-family: 'Arial';
      font-size: 14px;
      text-decoration: none; }

.layout-container #block-footer {
  background-color: #EBEBEB; }
  .layout-container #block-footer .menu {
    padding-left: 30px;
    margin-bottom: 30px; }
    .layout-container #block-footer .menu li a {
      font-family: 'Arial';
      font-size: 14px;
      text-decoration: none; }

.layout-container #block-social-2 {
  background: #EBEBEB; }
  .layout-container #block-social-2 .menu {
    margin: 0;
    padding-left: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 13px; }
    @media (min-width: 1025px) {
      .layout-container #block-social-2 .menu {
        justify-content: flex-start; } }
    .layout-container #block-social-2 .menu li {
      padding: 0 16px; }
      .layout-container #block-social-2 .menu li a {
        text-indent: -9999px;
        display: block;
        width: 26px;
        height: 26px; }
      .layout-container #block-social-2 .menu li:first-child a {
        background: url("../../img/twitter.svg") center/contain no-repeat; }
      .layout-container #block-social-2 .menu li:nth-child(2) a {
        background: url("../../img/linkedin.svg") center/cover no-repeat; }

.layout-container main .anchor-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center; }
  .layout-container main .anchor-menu li {
    margin: 0px 38px; }
    .layout-container main .anchor-menu li a {
      text-decoration: none;
      font-weight: bold;
      color: #2CB34A;
      font-size: 13px;
      display: block;
      text-align: center; }
      .layout-container main .anchor-menu li a:after {
        display: block;
        margin: 7px auto 0; }

section:not(.full-width):not(.isi) {
  display: flex;
  flex-wrap: wrap; }
  section:not(.full-width):not(.isi)::after {
    display: block;
    content: "";
    clear: both; }
  @media (min-width: 0px) {
    section:not(.full-width):not(.isi) {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    section:not(.full-width):not(.isi) {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    section:not(.full-width):not(.isi) {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    section:not(.full-width):not(.isi) {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    section:not(.full-width):not(.isi) {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1308px) {
    section:not(.full-width):not(.isi) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }

#block-envivent-local-tasks,
#block-envivent-primary-local-tasks {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0px) {
    #block-envivent-local-tasks,
    #block-envivent-primary-local-tasks {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-local-tasks,
    #block-envivent-primary-local-tasks {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-local-tasks,
    #block-envivent-primary-local-tasks {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-local-tasks,
    #block-envivent-primary-local-tasks {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-local-tasks,
    #block-envivent-primary-local-tasks {
      margin-left: -15px;
      margin-right: -15px; } }
  #block-envivent-local-tasks ul,
  #block-envivent-primary-local-tasks ul {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    border-bottom: 1px solid #3E3E3E;
    height: 28px;
    list-style: none;
    padding: 0; }
    @media (min-width: 0px) {
      #block-envivent-local-tasks ul,
      #block-envivent-primary-local-tasks ul {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    #block-envivent-local-tasks ul li,
    #block-envivent-primary-local-tasks ul li {
      display: inline; }
      #block-envivent-local-tasks ul li a,
      #block-envivent-primary-local-tasks ul li a {
        font-size: 11px;
        padding: 4px 12px 2px;
        text-decoration: none; }
        #block-envivent-local-tasks ul li a:hover,
        #block-envivent-primary-local-tasks ul li a:hover {
          color: #F89C4D; }
        #block-envivent-local-tasks ul li a.is-active,
        #block-envivent-primary-local-tasks ul li a.is-active {
          border: 1px solid #3E3E3E;
          border-bottom: 1px solid #ffffff;
          border-radius: 3px 3px 0 0; }

div[data-drupal-messages] {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 16px 0; }
  @media (min-width: 0px) {
    div[data-drupal-messages] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    div[data-drupal-messages] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    div[data-drupal-messages] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    div[data-drupal-messages] {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    div[data-drupal-messages] {
      margin-left: -15px;
      margin-right: -15px; } }
  div[data-drupal-messages] > div {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    background-color: #FF0000;
    color: #FFD600;
    padding: 12px; }
    @media (min-width: 0px) {
      div[data-drupal-messages] > div {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    div[data-drupal-messages] > div a {
      color: #ffffff; }

.user-login-form {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 0px) {
    .user-login-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .user-login-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .user-login-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .user-login-form {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    .user-login-form {
      margin-left: -15px;
      margin-right: -15px; } }
  .user-login-form > .js-form-item {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .user-login-form > .js-form-item {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .user-login-form > .js-form-item {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .user-login-form > .js-form-item {
        margin-right: 15px;
        margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }
  .user-login-form .form-actions {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      .user-login-form .form-actions {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      .user-login-form .form-actions {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 50%;
        width: 50%; } }
    @media (min-width: 1025px) {
      .user-login-form .form-actions {
        margin-right: 15px;
        margin-left: calc(((((100% - 360px) / 12)) * 3) + 105px) !important; } }
    .user-login-form .form-actions input {
      width: 100%; }

#block-envivent-help {
  display: flex;
  flex-wrap: wrap;
  margin-left: 9px;
  margin-right: 9px;
  margin-bottom: 24px; }
  @media (min-width: 0px) {
    #block-envivent-help {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-help {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-help {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-help {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 0px) {
    #block-envivent-help {
      margin-left: -15px;
      margin-right: -15px; } }
  #block-envivent-help p {
    margin: 0; }

.back-to-top {
  bottom: 16px;
  opacity: 0.5;
  position: fixed;
  right: 16px;
  transition: opacity ease-in-out 0.2s;
  z-index: 9999; }
  .back-to-top:hover {
    opacity: 1.0; }
  .back-to-top a {
    background-color: #2CB34A;
    border-radius: 55px;
    border: 1px solid #2CB34A;
    display: block;
    font-size: 0;
    height: 55px;
    position: relative;
    width: 55px; }
    .back-to-top a:after {
      color: #ffffff;
      content: "";
      display: block;
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      font-weight: 900;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }

/* 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; }

/* 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: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    color: #3E3E3E;
    opacity: 0.75;
    -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 {
  padding-left: 0 !important;
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); }
  .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: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 20px;
        height: 20px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: transparent;
        border: 1px solid #2CB34A;
        border-radius: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      background-color: #2CB34A; }

@media (min-width: 1025px) {
  .stats-carousel .slide .content p {
    font-size: 18px;
    line-height: 23px; } }

.block--type--collapsible-item {
  position: relative;
  margin-bottom: 16px;
  width: 100%; }
  .block--type--collapsible-item.js-layout-builder-block .toggle {
    top: calc(0px + 12px);
    right: 16px; }
  .block--type--collapsible-item.opened .toggle:before {
    content: ""; }
  .block--type--collapsible-item.opened .collapsible-button {
    background-color: #FF0000; }
  .block--type--collapsible-item .toggle {
    position: absolute;
    top: 0px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    min-width: 44px;
    height: 64px;
    color: #ffffff; }
    .block--type--collapsible-item .toggle:before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "";
      display: block;
      text-decoration: underline; }
  .block--type--collapsible-item .collapsible-button {
    width: 100%;
    background-color: #2CB34A;
    color: #ffffff;
    cursor: pointer;
    margin: 0;
    padding: 16px; }
    .block--type--collapsible-item .collapsible-button:hover {
      background-color: #58595B; }
  .block--type--collapsible-item .collapsible-content {
    padding: 0;
    overflow: hidden;
    display: none; }

.block--type--cta {
  margin-bottom: 62px; }
  .block--type--cta * {
    text-align: center; }
  .block--type--cta > div {
    max-width: 95px;
    margin: 0 auto; }
  @media (min-width: 1025px) {
    .block--type--cta {
      display: flex;
      flex-wrap: wrap; }
      .block--type--cta * {
        text-align: left; }
      .block--type--cta p {
        width: calc(100% - 115px);
        margin-left: 20px; }
      .block--type--cta > div {
        margin: 0; } }
  .block--type--cta a.button {
    display: table;
    margin: 0 auto;
    color: #2CB34A;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin-top: -10px; }
    @media (min-width: 1025px) {
      .block--type--cta a.button {
        padding: 0;
        margin: -10px 0 0 115px; } }
    .block--type--cta a.button:after {
      content: '';
      width: 45px;
      height: 45px;
      display: inline-block;
      background: url("../../img/white-arrow-with-two-green-circles.svg") 0 0/cover no-repeat;
      margin-bottom: -20px;
      margin-left: 13px; }
    .block--type--cta a.button:hover {
      background: transparent;
      color: #2CB34A; }
  .block--type--cta img {
    width: 100%; }

.referral-form-cta {
  margin: 0 -15px;
  padding: 30px 50px; }
  .referral-form-cta .button, .referral-form-cta form input.webform-button--submit, form .referral-form-cta input.webform-button--submit {
    margin-top: 0;
    font-size: 18px;
    padding: 16px 24px; }
    .referral-form-cta .button:after, .referral-form-cta form input.webform-button--submit:after, form .referral-form-cta input.webform-button--submit:after {
      transform: rotate(90deg); }

.verkazia-patient-access-support-page-cta {
  margin: 0 -15px; }
  .verkazia-patient-access-support-page-cta p {
    margin-top: 0; }
  .verkazia-patient-access-support-page-cta .button, .verkazia-patient-access-support-page-cta form input.webform-button--submit, form .verkazia-patient-access-support-page-cta input.webform-button--submit {
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding: 11px 74px 11px 60px;
    position: relative;
    margin-top: 0; }
    .verkazia-patient-access-support-page-cta .button:after, .verkazia-patient-access-support-page-cta form input.webform-button--submit:after, form .verkazia-patient-access-support-page-cta input.webform-button--submit:after {
      position: absolute;
      right: 43px;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
  @media (min-width: 1025px) {
    .verkazia-patient-access-support-page-cta .button, .verkazia-patient-access-support-page-cta form input.webform-button--submit, form .verkazia-patient-access-support-page-cta input.webform-button--submit {
      width: auto;
      border-radius: 30px;
      padding: 15px 48px 15px 26px; }
      .verkazia-patient-access-support-page-cta .button:after, .verkazia-patient-access-support-page-cta form input.webform-button--submit:after, form .verkazia-patient-access-support-page-cta input.webform-button--submit:after {
        right: 25px; } }

.block--type--hero-banner {
  min-height: 229px;
  border-bottom: 0 solid #3E3E3E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 1025px) {
    .block--type--hero-banner {
      min-height: 450px;
      margin-left: 0;
      margin-right: 0; } }
  .block--type--hero-banner.full-width {
    margin: 0 -15px 0px -15px;
    padding: 15px; }
    @media (min-width: 1308px) {
      .block--type--hero-banner.full-width {
        margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        padding-left: calc(((100vw - 1308px) / 2 * 1));
        padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .block--type--hero-banner h1, .block--type--hero-banner h2, .block--type--hero-banner p, .block--type--hero-banner li {
    color: #ffffff;
    text-shadow: 0 0 10px #000; }
  .block--type--hero-banner .layout__region--content {
    display: none; }

article > div .layout:first-child {
  position: relative; }
  @media (min-width: 1025px) {
    article > div .layout:first-child .block--type--hero-banner {
      background-size: 100%;
      animation: zoom 14s forwards infinite linear; } }
  article > div .layout:first-child .hero-foreground-image {
    position: absolute;
    bottom: 0; }

.for-patients-and-caregivers article > div .layout:nth-child(3) {
  position: relative; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(3) .block--type--hero-banner {
      background-size: 100%;
      animation: zoom 14s forwards infinite linear; } }

@keyframes zoom {
  0% {
    background-size: 110%; }
  50% {
    background-size: 100%; }
  100% {
    background-size: 110%; } }

.contact-form-trigger {
  background: #F89C4D;
  color: #ffffff;
  border: none;
  font-weight: bold;
  font-size: 20px;
  padding: 9px 76px;
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 784px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -3px 6px inset rgba(0, 0, 0, 0.16);
  cursor: pointer; }
  .contact-form-trigger:before, .contact-form-trigger:after {
    content: '';
    background: url("../../img/white-arrow.svg") 0 0/cover no-repeat;
    width: 9px;
    height: 14px;
    display: inline-block;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    transform-origin: top; }
  .contact-form-trigger:before {
    left: 42px; }
  .contact-form-trigger:after {
    right: 42px; }

section.isi {
  background: #F8F8F8;
  position: relative;
  z-index: 11;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1308px) {
    section.isi {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  section.isi .contact-form-trigger {
    display: none; }
    @media (min-width: 1025px) {
      section.isi .contact-form-trigger {
        display: block; } }
  section.isi .content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      section.isi .content {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      section.isi .content {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        width: 75%; } }
    @media (min-width: 1025px) {
      section.isi .content {
        order: 1; } }
  section.isi .references {
    order: 2;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      section.isi .references {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
  section.isi .santen-text {
    order: 3;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      section.isi .santen-text {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
  section.isi .patient-content {
    display: none;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      section.isi .patient-content {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      section.isi .patient-content {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        width: 75%; } }
    @media (min-width: 1025px) {
      section.isi .patient-content {
        order: 1; } }
  section.isi h2 {
    color: #F89C4D;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 22px; }
    @media (min-width: 1025px) {
      section.isi h2 {
        margin-bottom: 22px; } }
  section.isi h3, section.isi p {
    font-size: 15px;
    line-height: 24px; }
  section.isi .logo {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media (min-width: 0px) {
      section.isi .logo {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 100%;
        width: 100%; } }
    @media (min-width: 1025px) {
      section.isi .logo {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        width: 25%; } }
    @media (min-width: 1025px) {
      section.isi .logo {
        order: 2; } }
    section.isi .logo img {
      width: 100%; }
  section.isi h3 {
    font-weight: bold;
    margin: 0;
    color: #58595B;
    text-transform: uppercase; }
    section.isi h3:first-of-type {
      color: #000; }
  section.isi p {
    margin-top: 0; }
  section.isi .logo {
    display: none; }
    @media (min-width: 1025px) {
      section.isi .logo {
        display: block; } }
  section.isi .santen-text {
    font-size: 12px;
    line-height: 14px;
    color: black;
    font-family: Arial; }
  section.isi .ref-block {
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: black;
    font-family: Arial; }
  @media (min-width: 1025px) {
    section.isi {
      margin-top: 70px; }
      section.isi p {
        margin-bottom: 22px; } }
  section.isi .fixed {
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    background-color: #F8F8F8;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transition: transform 0.5s;
    max-height: 58px;
    z-index: 10; }
    @media (min-width: 1025px) {
      section.isi .fixed {
        max-height: none;
        height: 151px;
        padding-top: 45px; } }
    section.isi .fixed .row {
      max-height: 180px;
      margin: 0 auto;
      max-width: 1308px;
      position: relative; }
      section.isi .fixed .row.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
    section.isi .fixed.hidden {
      display: block;
      transform: translateY(150%); }
    section.isi .fixed .read-more {
      text-decoration: none;
      z-index: 9999;
      display: block;
      background: #F89C4D;
      color: #ffffff;
      height: 58px;
      font-weight: bold;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      line-height: normal; }
      section.isi .fixed .read-more:after {
        transform: rotate(-90deg); }
      @media (min-width: 1025px) {
        section.isi .fixed .read-more {
          text-indent: -9999px;
          background: #2CB34A;
          width: 35px;
          position: absolute;
          top: -36px;
          height: 36px;
          left: 15px;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px; }
          section.isi .fixed .read-more:after {
            position: absolute;
            margin-left: 0; } }
      @media (min-width: 1308px) {
        section.isi .fixed .read-more {
          left: calc(50% - 638px); } }
  section.isi .static {
    padding-top: 30px; }
    @media (min-width: 1025px) {
      section.isi .static {
        padding-top: 45px; } }
    section.isi .static .container {
      width: 100%;
      max-width: 1308px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 0px) {
        section.isi .static .container {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        section.isi .static .container {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        section.isi .static .container {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        section.isi .static .container {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        section.isi .static .container {
          padding-left: 15px;
          padding-right: 15px; } }
      section.isi .static .container .row {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 0px) {
          section.isi .static .container .row {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          section.isi .static .container .row {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          section.isi .static .container .row {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          section.isi .static .container .row {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          section.isi .static .container .row {
            margin-left: -15px;
            margin-right: -15px; } }

.mfp-content {
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 0px) {
    .mfp-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .mfp-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .mfp-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .mfp-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    .mfp-content {
      padding-left: 15px;
      padding-right: 15px; } }

.block--type--modal video {
  width: 100%; }

.block--type--modal .mfp-close {
  background: url(../../img/close-btn.svg) 0 0/cover no-repeat;
  opacity: 1;
  text-indent: -9999px;
  height: 24px;
  width: 24px;
  right: 12px;
  top: 12px; }

@media (min-width: 1025px) {
  .block--type--modal .mfp-close {
    height: 35px;
    width: 35px;
    right: 30px;
    top: 25px; } }

.expert-video-modal-container .mfp-content {
  max-width: 1100px; }

#expert-video-modal .loading {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../../img/loading.gif") 0 0/cover no-repeat; }
  #expert-video-modal .loading.hide {
    display: none; }

#expert-video-modal .layout__region {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 12px; }

#expert-video-modal .content {
  display: none; }
  #expert-video-modal .content.active {
    display: block; }
  #expert-video-modal .content .video {
    max-width: 100%;
    padding-top: 56.25%;
    position: relative;
    width: 100%; }
    #expert-video-modal .content .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  #expert-video-modal .content h3 {
    margin-top: 15px;
    color: #2CB34A; }
  #expert-video-modal .content .next-video {
    font-size: 12px;
    font-weight: bold;
    color: #2CB34A;
    text-align: right;
    line-height: 14px;
    padding-right: 45px;
    position: relative;
    cursor: pointer; }
    #expert-video-modal .content .next-video:after {
      content: '';
      width: 36px;
      height: 36px;
      display: inline-block;
      background: url("../../img/white-arrow-with-two-green-circles.svg") 0 0/cover no-repeat;
      margin-left: 13px;
      top: 50%;
      transform: translateY(-50%);
      position: absolute; }

@media (min-width: 1025px) {
  #expert-video-modal .layout {
    margin-bottom: 0; }
  #expert-video-modal .layout__region {
    padding-left: 148px;
    padding-right: 148px;
    padding-top: 64px;
    padding-bottom: 0; }
  #expert-video-modal .content .heading, #expert-video-modal .content .description {
    max-width: 70%; }
  #expert-video-modal .content h3 {
    margin-top: 27px; }
  #expert-video-modal .content .next-video {
    position: absolute;
    right: 151px;
    bottom: 40px; } }

.audience-modal .mfp-content {
  background: #2CB34A; }

.audience-modal .layout__region > div > div ul {
  list-style: none;
  padding-left: 0;
  text-align: center; }
  .audience-modal .layout__region > div > div ul li a {
    color: white;
    display: block;
    padding: 4px 10px;
    border: 1px solid white;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    border-radius: 18px;
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto; }
  .audience-modal .layout__region > div > div ul li + li {
    margin-top: 10px; }

.audience-modal .layout__region > div > div p {
  font-size: 18px;
  color: white;
  text-align: center; }

@media (min-width: 1025px) {
  .audience-modal .mfp-content {
    padding-top: 176px;
    max-width: 826px;
    min-height: 479px; }
  .audience-modal .layout__region > div > div ul {
    display: flex;
    justify-content: center; }
    .audience-modal .layout__region > div > div ul li {
      width: 50%;
      max-width: 282px; }
      .audience-modal .layout__region > div > div ul li + li {
        margin-top: 0;
        margin-left: 25px; }
      .audience-modal .layout__region > div > div ul li a {
        padding: 4px 36px;
        transition: width .25s linear, background-color .25s linear; }
        .audience-modal .layout__region > div > div ul li a span {
          position: absolute;
          width: 100%;
          left: 50%;
          transform: translateX(-50%); }
        .audience-modal .layout__region > div > div ul li a:after {
          content: 'ACCEPT';
          width: 100%;
          height: 100%;
          position: absolute;
          display: block;
          left: 0;
          top: 0;
          padding: 4px 10px;
          font-size: 13px;
          font-weight: bold;
          opacity: 0;
          transition: all .25s;
          color: #006783; }
        .audience-modal .layout__region > div > div ul li a:hover {
          width: 209px;
          color: white;
          background: white; }
          .audience-modal .layout__region > div > div ul li a:hover:after {
            opacity: 1; } }

.mfp-bg {
  z-index: 600;
  background-color: black; }

.mfp-iframe-holder .mfp-close {
  color: #3E3E3E;
  right: 0;
  top: -8px; }

.mfp-iframe-holder .mfp-iframe-scaler {
  overflow: visible;
  padding-top: 73%; }
  @media (min-width: 768px) {
    .mfp-iframe-holder .mfp-iframe-scaler {
      padding-top: 64.35%; } }
  @media (min-width: 1025px) {
    .mfp-iframe-holder .mfp-iframe-scaler {
      padding-top: 63%; } }
  .mfp-iframe-holder .mfp-iframe-scaler:after {
    content: '';
    display: block;
    background: url(../../dist/images/cfx_sig_hz_rgb_grade.svg);
    width: 129px;
    height: 42px;
    background-color: #ffffff;
    position: relative;
    top: -53px;
    left: 22px; }
  .mfp-iframe-holder .mfp-iframe-scaler iframe {
    border: 24px solid #ffffff;
    border-bottom: 64px solid #ffffff; }

.mfp-content {
  background-color: #ffffff;
  max-width: 1308px; }

#popleave {
  text-align: center; }

.violator {
  display: none;
  background: #2CB34A; }
  .violator.active {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    transition: bottom 0.5s;
    padding-top: 16px;
    padding-bottom: 15px; }
    @media (min-width: 1308px) {
      .violator.active {
        margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
        padding-left: calc(((100vw - 1308px) / 2 * 1));
        padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
    .violator.active > div {
      width: 100%;
      max-width: 1308px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 0px) {
        .violator.active > div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        .violator.active > div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        .violator.active > div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        .violator.active > div {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 0px) {
        .violator.active > div {
          padding-left: 15px;
          padding-right: 15px; } }
      .violator.active > div > div {
        display: flex;
        flex-wrap: wrap; }
        @media (min-width: 0px) {
          .violator.active > div > div {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          .violator.active > div > div {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          .violator.active > div > div {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          .violator.active > div > div {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (min-width: 0px) {
          .violator.active > div > div {
            margin-left: -15px;
            margin-right: -15px; } }
        .violator.active > div > div > div {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%; }
          @media (min-width: 0px) {
            .violator.active > div > div > div {
              padding-left: 15px;
              padding-right: 15px;
              flex: 0 0 100%;
              width: 100%; } }
          @media (min-width: 1025px) {
            .violator.active > div > div > div {
              display: flex; } }
    .violator.active button {
      z-index: 100;
      width: 190px;
      min-width: 190px;
      height: 31px;
      background-color: transparent;
      border: 0;
      color: white;
      border: 1px solid white;
      border-radius: 10px;
      text-decoration: none;
      font-size: 13px;
      border-radius: 18px;
      font-family: "motiva-sans", "Open Sans", sans-serif;
      transition: background-color .25s;
      font-weight: bold; }
      .violator.active button:hover {
        background-color: white;
        color: #006783; }
    .violator.active p {
      margin-top: 0;
      font-size: 12px;
      color: #ffffff;
      line-height: 15px; }
      @media (min-width: 1025px) {
        .violator.active p:first-child {
          margin-right: 0px;
          margin-bottom: 0; } }
      .violator.active p a {
        color: inherit;
        font-size: inherit;
        line-height: inherit; }

.sticky-isi .violator.active {
  bottom: 58px; }
  @media (min-width: 1025px) {
    .sticky-isi .violator.active {
      bottom: 151px; } }

#block-getintouchformtray {
  width: 100%;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 0px) {
    #block-getintouchformtray {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    #block-getintouchformtray {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    #block-getintouchformtray {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    #block-getintouchformtray {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 0px) {
    #block-getintouchformtray {
      padding-left: 15px;
      padding-right: 15px; } }
  #block-getintouchformtray .row {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 0px) {
      #block-getintouchformtray .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      #block-getintouchformtray .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      #block-getintouchformtray .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      #block-getintouchformtray .row {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 0px) {
      #block-getintouchformtray .row {
        margin-left: -15px;
        margin-right: -15px; } }
    #block-getintouchformtray .row .content {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
      @media (min-width: 0px) {
        #block-getintouchformtray .row .content {
          padding-left: 15px;
          padding-right: 15px;
          flex: 0 0 100%;
          width: 100%; } }

.block--type--video-library-item h3 {
  color: #2CB34A;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px; }
  @media (min-width: 0px) and (max-width: 768px) {
    .block--type--video-library-item h3 {
      margin: 18px 0 12px; } }
  @media (min-width: 1025px) {
    .block--type--video-library-item h3 {
      font-size: 21px;
      line-height: 25px;
      margin-top: 24px; } }

.block--type--video-library-item p {
  font-size: 21px;
  line-height: 22px; }
  @media (min-width: 0px) and (max-width: 768px) {
    .block--type--video-library-item p {
      margin: 0 0 30px; } }

.block--type--video-library-item .video-image-container {
  position: relative; }
  .block--type--video-library-item .video-image-container:after {
    content: '';
    background: url("../../img/play-icon.svg") 0 0/cover no-repeat;
    left: -6px;
    margin-top: -43px;
    width: 49px;
    height: 36px;
    display: block;
    position: absolute;
    z-index: 10; }

#main-heading {
  margin-left: -5px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 0px) {
    #main-heading {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 100%;
      width: 100%; } }
  @media (min-width: 1025px) {
    #main-heading {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 66.66667%;
      width: 66.66667%; } }
  @media (min-width: 1025px) {
    #main-heading {
      position: absolute;
      background: white;
      margin-top: 43px;
      z-index: 11;
      padding-top: 30px;
      padding-bottom: 30px; } }
  #main-heading > div > div.colored-bar {
    margin-left: -10px; }

.home section.isi .home-ref {
  display: block; }

@media (min-width: 1025px) {
  .home #main-heading {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -5px; }
  .home #block-envivent-content .layout-container h2 {
    margin-bottom: 0px; } }

@media (max-width: 410px) {
  .home article #home-hero-buttons .button, .home article #home-hero-buttons form input.webform-button--submit, form .home article #home-hero-buttons input.webform-button--submit {
    padding: 12px; } }

@media (min-width: 1025px) {
  .home article #home-hero-buttons {
    margin-left: 0;
    position: absolute;
    margin-top: -145px; } }

.home article .layout:nth-of-type(3) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding: 40px 0;
  margin-bottom: 10px; }
  @media (min-width: 1308px) {
    .home article .layout:nth-of-type(3) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .home article .layout:nth-of-type(3) .layout__region:last-child .block--type--cta {
    margin-bottom: 0; }
  .home article .layout:nth-of-type(3) .layout__region--first a.button {
    margin-top: -12px; }
    .home article .layout:nth-of-type(3) .layout__region--first a.button:hover {
      color: #F89C4D !important;
      background-color: transparent !important; }
      .home article .layout:nth-of-type(3) .layout__region--first a.button:hover:after {
        background-image: url("../../img/orange-arrow-with-circle.svg") !important; }
  .home article .layout:nth-of-type(3) .layout__region--second a.button:hover {
    color: #64CBE8 !important;
    background-color: transparent !important; }
    .home article .layout:nth-of-type(3) .layout__region--second a.button:hover:after {
      background-image: url("../../img/blue-arrow-with-circle.svg") !important; }
  .home article .layout:nth-of-type(3) .layout__region--third a.button:hover {
    color: #FFD600 !important;
    background-color: transparent !important; }
    .home article .layout:nth-of-type(3) .layout__region--third a.button:hover:after {
      background-image: url("../../img/yellow-arrow-with-circle.svg") !important; }
  @media (min-width: 0px) and (max-width: 768px) {
    .home article .layout:nth-of-type(3) {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 1025px) {
    .home article .layout:nth-of-type(3) {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .home article .layout:nth-of-type(3) .layout__region--first a.button {
      margin-top: 39px; }
    .home article .layout:nth-of-type(3) .layout__region--third a.button {
      margin-top: 30px; }
    .home article .layout:nth-of-type(3) .layout__region .block--type--cta {
      margin-bottom: 0; } }

.home article .layout:nth-of-type(4) {
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .home article .layout:nth-of-type(4) {
      margin-bottom: 104px; } }

.home article .layout .girl-img {
  width: 413px;
  margin-left: calc(50%  - 219px);
  position: relative;
  margin-bottom: -50px; }
  @media (min-width: 1025px) {
    .home article .layout .girl-img {
      position: absolute;
      right: -144px;
      width: 464px;
      margin-bottom: 0;
      margin-top: -434px;
      margin-left: 0; } }

.contact article #main-heading {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .contact article #main-heading {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.contact article > div .layout:first-child {
  position: relative; }
  .contact article > div .layout:first-child .hero-foreground-image {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 319px; }

.contact article .layout:nth-child(3) {
  display: none; }
  .contact article .layout:nth-child(3) .layout__region {
    position: relative; }

@media (min-width: 1025px) {
  .contact article #main-heading {
    padding-top: 23px;
    padding-bottom: 23px;
    margin-top: 235px; }
  .contact article .block--type--hero-banner {
    min-height: 560px; }
  .contact article > div .layout:first-child {
    position: relative; }
    .contact article > div .layout:first-child .hero-foreground-image {
      position: absolute;
      bottom: 0;
      right: 50px;
      width: 721px; } }

.contact.submitted article .layout:first-child, .contact.submitted article .layout:nth-child(2) {
  display: none; }

.contact.submitted article .layout:nth-child(3) {
  display: flex; }

.contact section.isi .contact-form-trigger {
  display: none; }

.unsubscribe #main-heading {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .unsubscribe #main-heading {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 33.33333%;
      width: 33.33333%; } }

.unsubscribe .block--type--hero-banner {
  min-height: 245px; }

.unsubscribe form.webform-submission-unsubscribe-form {
  margin-top: 40px; }
  .unsubscribe form.webform-submission-unsubscribe-form #edit-markup-01 {
    margin-bottom: 40px; }

.unsubscribe article > div .layout:first-child {
  position: relative; }
  .unsubscribe article > div .layout:first-child .hero-foreground-image {
    position: absolute;
    bottom: 0;
    right: -81px; }

.unsubscribe #block-envivent-content .thank-you-background {
  min-height: 245px !important; }

.unsubscribe #block-envivent-content .thank-you-foreground {
  width: 451px;
  right: -81px; }
  @media (min-width: 1025px) {
    .unsubscribe #block-envivent-content .thank-you-foreground {
      right: 110px;
      width: 724px; } }

.unsubscribe footer .footer-copyright p:first-of-type, .unsubscribe header .footer-copyright p:first-of-type {
  display: none; }

.unsubscribe footer .footer-copyright .unsubscribe-copy, .unsubscribe header .footer-copyright .unsubscribe-copy {
  display: block; }

@media (min-width: 1025px) {
  .unsubscribe #main-heading {
    padding: 23px 0;
    margin-top: 131px; }
    .unsubscribe #main-heading > div > div.colored-bar {
      margin-left: 0px; }
  .unsubscribe .block--type--hero-banner {
    min-height: 360px; }
  .unsubscribe form.webform-submission-unsubscribe-form {
    margin-top: 66px; } }

.unsubscribe article > div .layout:first-child .hero-foreground-image {
  width: 451px; }
  @media (min-width: 1025px) {
    .unsubscribe article > div .layout:first-child .hero-foreground-image {
      right: 110px;
      width: 724px; } }

.unsubscribe article .layout:nth-child(3) {
  display: none; }
  .unsubscribe article .layout:nth-child(3) .layout__region {
    position: relative; }

.unsubscribe.submitted article .layout:first-child, .unsubscribe.submitted article .layout:nth-child(2) {
  display: none; }

.unsubscribe.submitted article .layout:nth-child(3) {
  display: flex; }

.support article #main-heading {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .support article #main-heading {
      padding-left: 15px;
      padding-right: 15px;
      flex: 0 0 41.66667%;
      width: 41.66667%; } }

.support article .verkazia-patient-access-support-page-cta {
  margin-top: -20px;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .support article .verkazia-patient-access-support-page-cta {
      margin-top: 0; } }
  .support article .verkazia-patient-access-support-page-cta p:last-of-type {
    margin-bottom: 0; }

.support article .layout .support-icon-cta {
  margin-bottom: 50px;
  padding: 0 12px; }
  .support article .layout .support-icon-cta h3 {
    font-size: 20px;
    line-height: 25px;
    color: #58595B;
    text-align: center;
    margin: 20px 0; }
  .support article .layout .support-icon-cta img {
    width: 125px; }
  @media (min-width: 1025px) {
    .support article .layout .support-icon-cta > div > div {
      float: left;
      margin-top: -18px; }
    .support article .layout .support-icon-cta > div h3 {
      text-align: left;
      padding-right: 30px; }
    .support article .layout .support-icon-cta > div h3, .support article .layout .support-icon-cta > div ul {
      margin-left: 140px; }
    .support article .layout .support-icon-cta img {
      margin: 0; } }

.support article .layout:nth-of-type(3) .block--type--cta {
  align-items: center;
  padding: 0 54px; }
  .support article .layout:nth-of-type(3) .block--type--cta a.button:after {
    background-image: url("../../img/white-arrow-with-green-circle.svg");
    width: 32px;
    height: 32px;
    margin-bottom: -10px; }

.support article .layout:nth-of-type(5) .layout__region {
  padding: 0;
  margin: 0; }

.support article .layout:nth-of-type(6) {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 50px; }
  @media (min-width: 1308px) {
    .support article .layout:nth-of-type(6) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .support article .layout:nth-of-type(6) h2 {
    margin: 0; }
  .support article .layout:nth-of-type(6) .downloads li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0; }
    @media (min-width: 1025px) {
      .support article .layout:nth-of-type(6) .downloads li {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start; } }
    @media (min-width: 1025px) {
      .support article .layout:nth-of-type(6) .downloads li:first-child > div {
        margin-right: 54px; } }
    .support article .layout:nth-of-type(6) .downloads li:first-child > div img {
      max-width: 198px; }
    .support article .layout:nth-of-type(6) .downloads li:nth-child(2) > div img {
      max-width: 228px; }
  @media (min-width: 1025px) {
    .support article .layout:nth-of-type(6) h2 {
      margin: 8px 0 24px; } }

.support article .layout:nth-of-type(7) {
  margin-bottom: 0;
  padding-bottom: 50px; }
  @media (min-width: 1308px) {
    .support article .layout:nth-of-type(7) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .support article .layout:nth-of-type(7) .downloads {
    margin-top: 60px; }
  @media (min-width: 1025px) {
    .support article .layout:nth-of-type(7) .downloads {
      margin-top: 80px; }
      .support article .layout:nth-of-type(7) .downloads ul li:first-of-type, .support article .layout:nth-of-type(7) .downloads ul li:nth-of-type(2) {
        padding-right: 70px;
        position: relative; }
        .support article .layout:nth-of-type(7) .downloads ul li:first-of-type:after, .support article .layout:nth-of-type(7) .downloads ul li:nth-of-type(2):after {
          content: '';
          width: 2px;
          height: 100%;
          background: #707070;
          position: absolute;
          right: 0;
          top: 0;
          transform: translateY(-20px); }
    .support article .layout:nth-of-type(7) .patients-and-caregivers-bullets .bullets {
      display: flex; }
      .support article .layout:nth-of-type(7) .patients-and-caregivers-bullets .bullets li {
        max-width: 404px;
        font-size: 20px;
        line-height: 24px; }
        .support article .layout:nth-of-type(7) .patients-and-caregivers-bullets .bullets li + li {
          margin-left: 74px; }
        .support article .layout:nth-of-type(7) .patients-and-caregivers-bullets .bullets li:last-child {
          max-width: 300px; }
    .support article .layout:nth-of-type(7) .layout__region--first .block--type--basic {
      max-width: 472px; }
      .support article .layout:nth-of-type(7) .layout__region--first .block--type--basic ul li {
        font-size: 20px;
        margin-bottom: 22px; } }

.support article .layout:nth-of-type(7) {
  background: #f8f8f8;
  padding-bottom: 76px;
  padding-top: 40px; }
  @media (min-width: 1025px) {
    .support article .layout:nth-of-type(7) {
      padding-top: 0; } }
  .support article .layout:nth-of-type(7) .downloads ul {
    flex-wrap: wrap;
    gap: 96px 0; }
    .support article .layout:nth-of-type(7) .downloads ul .book-list-item {
      display: flex; }
    .support article .layout:nth-of-type(7) .downloads ul li {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .support article .layout:nth-of-type(7) .downloads ul li .book-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column; }
        .support article .layout:nth-of-type(7) .downloads ul li .book-wrapper img {
          margin-bottom: 10px;
          max-width: 138px; }
      @media (min-width: 1025px) {
        .support article .layout:nth-of-type(7) .downloads ul li {
          padding: 0 0 0 70px;
          flex-direction: row;
          align-items: flex-start; }
          .support article .layout:nth-of-type(7) .downloads ul li div:first-of-type {
            margin-right: 15%; }
          .support article .layout:nth-of-type(7) .downloads ul li div:last-of-type {
            margin-right: 0; } }
      .support article .layout:nth-of-type(7) .downloads ul li:first-child .book-wrapper {
        text-align: center; }
        .support article .layout:nth-of-type(7) .downloads ul li:first-child .book-wrapper img {
          max-width: 138px;
          margin-bottom: 15px; }
        .support article .layout:nth-of-type(7) .downloads ul li:first-child .book-wrapper p {
          margin: 0; }
          @media (min-width: 1025px) {
            .support article .layout:nth-of-type(7) .downloads ul li:first-child .book-wrapper p {
              margin: 14px 0; } }
      .support article .layout:nth-of-type(7) .downloads ul li:first-child p {
        max-width: 100%; }
      .support article .layout:nth-of-type(7) .downloads ul li:first-child > div {
        width: auto; }
      @media (min-width: 1025px) {
        .support article .layout:nth-of-type(7) .downloads ul li:first-child {
          order: 1; }
          .support article .layout:nth-of-type(7) .downloads ul li:first-child p {
            max-width: 270px; } }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) {
        border-left: 0; }
        .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) .book-wrapper {
          text-align: center; }
          .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) .book-wrapper img {
            max-width: 138px;
            margin-bottom: 15px; }
          .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) .book-wrapper p {
            margin: 0; }
            @media (min-width: 1025px) {
              .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) .book-wrapper p {
                margin: 14px 0; } }
        .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) p {
          max-width: 100%; }
        .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) > div {
          width: auto; }
        @media (min-width: 1025px) {
          .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) {
            order: 3; }
            .support article .layout:nth-of-type(7) .downloads ul li:nth-child(2) p {
              max-width: 260px; } }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(3) img {
        max-width: 185px; }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(3) p {
        max-width: 200px; }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(3) > div {
        width: auto; }
      @media (min-width: 1025px) {
        .support article .layout:nth-of-type(7) .downloads ul li:nth-child(3) {
          order: 2; } }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(4) img {
        max-width: 185px; }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(4) p {
        max-width: 100%; }
      .support article .layout:nth-of-type(7) .downloads ul li:nth-child(4) > div {
        width: auto; }
      @media (min-width: 1025px) {
        .support article .layout:nth-of-type(7) .downloads ul li:nth-child(4) {
          order: 4;
          margin-bottom: 0; }
          .support article .layout:nth-of-type(7) .downloads ul li:nth-child(4) p {
            max-width: 258px; } }

@media (min-width: 1025px) {
  .support article .referral-form-cta {
    background: #ffffff; } }

.support article .referral-form-cta .enrollment-form {
  text-align: center; }
  .support article .referral-form-cta .enrollment-form a.enrollment-form-link {
    pointer-events: none;
    color: #58595B;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .support article .referral-form-cta .enrollment-form a.enrollment-form-link {
        pointer-events: initial;
        color: #2CB34A;
        font-weight: 600; } }
  @media (min-width: 1025px) {
    .support article .referral-form-cta .enrollment-form a.__is-mobile {
      display: none; } }

.support article .referral-form-cta .enrollment-form-link {
  text-decoration: none;
  color: #2CB34A;
  font-weight: bold; }

@media (min-width: 1025px) {
  .support article .referral-form-cta {
    padding: 0 50px;
    margin: 24px 15px 46px; } }

.support article .sample-letter-container {
  display: none; }
  @media (min-width: 1025px) {
    .support article .sample-letter-container {
      display: block;
      background-color: #f8f8f8;
      padding: 35px 0;
      margin-bottom: 30px; }
      .support article .sample-letter-container .sample-letter-wrapper {
        margin: 0;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0 198px 0 212px; }
        .support article .sample-letter-container .sample-letter-wrapper h2 {
          font-size: 20px;
          margin: 0; }
        .support article .sample-letter-container .sample-letter-wrapper p {
          margin-top: 10px 0 19px; }
        .support article .sample-letter-container .sample-letter-wrapper a {
          padding: 16px 30px;
          margin-top: 6px;
          font-size: 18px; }
          .support article .sample-letter-container .sample-letter-wrapper a:after {
            content: '';
            transform: rotate(90deg);
            background: url(../../img/white-arrow.svg) 0 0/cover no-repeat;
            width: 8px;
            height: 14px;
            display: inline-block;
            margin-left: 19px;
            vertical-align: middle; } }

.support article .securing-container {
  background: #f8f8f8;
  padding: 40px 15px; }
  .support article .securing-container .securing-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: center; }
  .support article .securing-container .securing-wrapper .securing {
    display: flex;
    flex-direction: column;
    text-align: center; }
    .support article .securing-container .securing-wrapper .securing .letter-wrapper {
      padding-bottom: 40px;
      border-bottom: 2px solid #707070; }
      .support article .securing-container .securing-wrapper .securing .letter-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
        color: #58595B;
        padding: 0 70px; }
      .support article .securing-container .securing-wrapper .securing .letter-wrapper p {
        font-size: 15px;
        margin: 0 auto; }
      .support article .securing-container .securing-wrapper .securing .letter-wrapper .button, .support article .securing-container .securing-wrapper .securing .letter-wrapper form input.webform-button--submit, form .support article .securing-container .securing-wrapper .securing .letter-wrapper input.webform-button--submit {
        margin-top: 24px;
        padding: 16px 30px;
        font-size: 18px; }
        .support article .securing-container .securing-wrapper .securing .letter-wrapper .button:after, .support article .securing-container .securing-wrapper .securing .letter-wrapper form input.webform-button--submit:after, form .support article .securing-container .securing-wrapper .securing .letter-wrapper input.webform-button--submit:after {
          transform: rotate(90deg);
          content: '';
          background: url("../../img/white-arrow.svg") 0 0/cover no-repeat;
          width: 8px;
          height: 14px;
          display: inline-block;
          margin-left: 19px;
          vertical-align: middle; }
    .support article .securing-container .securing-wrapper .securing .icd-wrapper h3 {
      font-size: 20px;
      line-height: 24px;
      color: #58595B; }
    .support article .securing-container .securing-wrapper .securing .icd-wrapper p {
      font-size: 15px;
      margin: 0 auto; }
    .support article .securing-container .securing-wrapper .securing .icd-wrapper ul {
      list-style: none; }
      .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li {
        text-align: left;
        width: 100%; }

@media (min-width: 1025px) {
  .support article #main-heading {
    margin-top: 210px; }
  .support article .block--type--hero-banner {
    min-height: 560px; }
  .support article .securing-container {
    padding: 34px 15px; }
    .support article .securing-container .securing-wrapper h2 {
      padding: 0;
      margin: 0 0 32px; }
    .support article .securing-container .securing-wrapper .securing {
      flex-direction: row; }
      .support article .securing-container .securing-wrapper .securing .letter-wrapper {
        padding-right: 40px;
        border-right: 2px solid #707070;
        padding-left: 40px;
        max-width: 435px;
        padding-bottom: 0;
        border-bottom: none; }
        .support article .securing-container .securing-wrapper .securing .letter-wrapper h3 {
          padding: 0; }
        .support article .securing-container .securing-wrapper .securing .letter-wrapper p {
          max-width: 94%; }
      .support article .securing-container .securing-wrapper .securing .icd-wrapper {
        padding-left: 52px;
        padding-right: 30px; }
        .support article .securing-container .securing-wrapper .securing .icd-wrapper ul {
          display: flex;
          flex-wrap: wrap; }
          .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li {
            max-width: calc(50% - 20px);
            margin-right: 20px;
            padding-right: 20px; }
            .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li:nth-of-type(1) {
              order: 1; }
            .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li:nth-of-type(2) {
              order: 3; }
            .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li:nth-of-type(3) {
              order: 5; }
            .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li:nth-of-type(4) {
              order: 2;
              padding-right: 0;
              margin-right: 0; }
            .support article .securing-container .securing-wrapper .securing .icd-wrapper ul li:nth-of-type(5) {
              order: 4;
              margin-bottom: 0;
              padding-right: 0; } }

.thank-you-content {
  background: #2CB34A;
  position: absolute;
  padding: 15px;
  top: 0;
  left: 0;
  z-index: 2;
  margin-top: 68px; }
  @media (min-width: 1025px) {
    .thank-you-content {
      left: 15px;
      padding: 40px 30px;
      margin-top: 118px; } }
  .thank-you-content h2,
  .thank-you-content p {
    color: #ffffff !important;
    margin: 0; }
  .thank-you-content h2 {
    font-size: 20px;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .thank-you-content h2 {
        font-size: 25px !important;
        line-height: 38px !important; } }

.thank-you-background {
  min-height: 368px !important; }

.thank-you-foreground {
  position: absolute;
  right: 15px;
  z-index: 1;
  bottom: 0;
  width: 319px; }
  @media (min-width: 1025px) {
    .thank-you-foreground {
      width: 721px; } }
  .thank-you-foreground img {
    height: auto; }

.contact #block-envivent-content .thank-you-background {
  min-height: 245px !important; }
  @media (min-width: 1025px) {
    .contact #block-envivent-content .thank-you-background {
      min-height: 560px !important; } }

@media (min-width: 1025px) {
  .contact #block-envivent-content .thank-you-content {
    margin-top: 200px; } }

.dosing-and-admin section.isi .dosing-ref {
  display: block; }

.dosing-and-admin article > div .layout:nth-child(1) {
  margin-bottom: 70px; }
  .dosing-and-admin article > div .layout:nth-child(1) .block--type--hero-banner {
    min-height: 205px; }
  .dosing-and-admin article > div .layout:nth-child(1) .foreground {
    position: absolute;
    width: 256px;
    bottom: -50px;
    left: calc(50% - 130px); }
  @media (min-width: 1025px) {
    .dosing-and-admin article > div .layout:nth-child(1) #main-heading {
      max-width: 648px;
      padding-left: 0;
      margin-top: 210px; }
    .dosing-and-admin article > div .layout:nth-child(1) .block--type--hero-banner {
      min-height: 560px; }
    .dosing-and-admin article > div .layout:nth-child(1) .foreground {
      width: 626px;
      bottom: -77px;
      left: calc(50% - 0px); } }

.dosing-and-admin article > div .layout:nth-child(3) {
  margin-bottom: 0; }
  @media (min-width: 1308px) {
    .dosing-and-admin article > div .layout:nth-child(3) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .dosing-and-admin article > div .layout:nth-child(3) .layout__region {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1308px) {
    .dosing-and-admin article > div .layout:nth-child(3) {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      .dosing-and-admin article > div .layout:nth-child(3) .layout__region {
        width: auto;
        max-width: none;
        padding: 0; } }

.dosing-and-admin article > div .layout:nth-child(4) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD; }
  @media (min-width: 1308px) {
    .dosing-and-admin article > div .layout:nth-child(4) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .dosing-and-admin article > div .layout:nth-child(4) .touts-block {
    margin: 38px 0; }
    .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li img {
      max-width: 118px; }
    .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li:nth-child(3) p:last-child {
      color: #2CB34A; }
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li:nth-child(3) p:last-child strong {
        display: block; }
  @media (min-width: 1025px) {
    .dosing-and-admin article > div .layout:nth-child(4) .touts-block {
      max-width: none;
      margin-left: -15px;
      margin-right: -15px; }
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li {
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0; }
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li .content {
          width: calc(100% - 131px); }
          .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li .content p {
            text-align: left; }
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li img {
          max-width: 107px;
          margin-right: 24px; }
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block ul li:nth-child(3) p:last-child strong {
          display: inline; }
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        width: 100%;
        max-width: 1308px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1025px) and (min-width: 0px) {
      .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1025px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          display: flex;
          flex-wrap: wrap; } }
      @media (min-width: 1025px) and (min-width: 0px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1025px) and (min-width: 0px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1025px) and (min-width: 0px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1025px) and (min-width: 0px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1025px) and (min-width: 0px) {
        .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul {
          margin-left: -15px;
          margin-right: -15px; } }
  @media (min-width: 1025px) {
          .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul li {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%; } }
        @media (min-width: 1025px) and (min-width: 0px) {
          .dosing-and-admin article > div .layout:nth-child(4) .touts-block > div ul li {
            padding-left: 15px;
            padding-right: 15px;
            flex: 0 0 33.33333%;
            width: 33.33333%; } }

.dosing-and-admin article > div .layout:nth-child(5) .blue-callout span {
  font-size: 30px;
  line-height: 38px;
  display: block;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 350px) {
    .dosing-and-admin article > div .layout:nth-child(5) .blue-callout span {
      font-size: 25px;
      line-height: 33px; } }

.dosing-and-admin article > div .layout:nth-child(5) .blue-callout p {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px; }

@media (min-width: 1025px) {
  .dosing-and-admin article > div .layout:nth-child(5) .footnote-block .footnote {
    position: relative; }
  .dosing-and-admin article > div .layout:nth-child(5) .blue-callout {
    max-width: 622px;
    margin: 0 auto;
    padding: 30px 44px; }
    .dosing-and-admin article > div .layout:nth-child(5) .blue-callout span {
      font-size: 30px;
      line-height: normal; }
      .dosing-and-admin article > div .layout:nth-child(5) .blue-callout span br {
        display: none; }
  .dosing-and-admin article > div .layout:nth-child(5) .footnote {
    text-align: center; } }

.dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #E0F5FB; }
    .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type {
      margin-bottom: 20px; }
    .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:last-of-type {
      margin-bottom: 30px; }
    .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      text-align: center;
      justify-content: center; }
      .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li {
        width: 50%;
        margin: 0; }
        @media (min-width: 768px) {
          .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li {
            width: 33%; } }
        @media (min-width: 1024px) {
          .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li {
            width: 20%; } }
        .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li img {
          max-width: 112px; }
    .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item .title {
      font-size: 16px;
      text-align: center;
      line-height: 20px;
      padding: 0 33px;
      min-height: 32px;
      margin: 20px 0 0; }

@media (min-width: 1025px) {
  .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap; }
    .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item {
      display: flex;
      flex-direction: column;
      width: 100%;
      background: #E0F5FB; }
      .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li {
        margin-left: 10px; }
        .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item ul li img {
          width: 112px;
          max-width: 100%; }
      .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type {
        margin-bottom: 0;
        justify-content: space-around; }
        .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type ul {
          align-items: flex-start;
          flex-direction: row; }
          .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type ul li {
            width: 20%;
            margin-top: 0; }
        .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type ul {
          justify-content: space-around;
          flex-wrap: nowrap;
          margin-bottom: 0; }
          .dosing-and-admin article > div .layout:nth-child(6) .prescribe-img-container .prescribe-item:first-of-type ul li {
            width: 20%;
            margin-top: 0; } }

@media (min-width: 1025px) {
  .dosing-and-admin article > div .layout:nth-child(6) .touts-block {
    float: left;
    width: 80.7%;
    margin-top: 0;
    margin-bottom: 60px; }
    .dosing-and-admin article > div .layout:nth-child(6) .touts-block ul li {
      max-width: none;
      width: 25%;
      margin: 0; }
      .dosing-and-admin article > div .layout:nth-child(6) .touts-block ul li:nth-child(3), .dosing-and-admin article > div .layout:nth-child(6) .touts-block ul li:nth-child(4) {
        margin-top: 0; }
  .dosing-and-admin article > div .layout:nth-child(6) .orange-callout {
    float: left;
    width: calc(19.3% - 19px);
    margin-left: 19px;
    max-width: 218px;
    padding: 25px 17px; }
    .dosing-and-admin article > div .layout:nth-child(6) .orange-callout p {
      text-align: left;
      font-size: 20px;
      line-height: 25px; }
    .dosing-and-admin article > div .layout:nth-child(6) .orange-callout + .block--type--basic {
      clear: both; }
  .dosing-and-admin article > div .layout:nth-child(6) .bullets {
    display: flex; }
    .dosing-and-admin article > div .layout:nth-child(6) .bullets li + li {
      margin-left: 136px; } }

.dosing-and-admin article > div #how-prescribe {
  border-left: 0;
  padding-left: 30px;
  position: relative; }
  .dosing-and-admin article > div #how-prescribe h2 {
    line-height: 1; }
  .dosing-and-admin article > div #how-prescribe:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 45px;
    background: #2CB34A;
    left: 0;
    top: 0; }
  @media (min-width: 1025px) {
    .dosing-and-admin article > div #how-prescribe {
      border-left: 14px solid #2CB34A;
      position: initial;
      padding-left: 16px; }
      .dosing-and-admin article > div #how-prescribe:after {
        content: none; } }

@media (min-width: 1025px) {
  .dosing-and-admin #main-heading .colored-bar {
    margin-left: 5px; } }

.why-verkazia section.isi .why-verkazia-ref {
  display: block; }

.why-verkazia article > div > .layout:nth-child(1) {
  margin-bottom: 70px; }
  .why-verkazia article > div > .layout:nth-child(1) .block--type--hero-banner {
    min-height: 265px; }
  .why-verkazia article > div > .layout:nth-child(1) .foreground {
    width: 507px;
    position: absolute;
    bottom: -91px;
    left: calc(50% - 276px); }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(1) #main-heading {
      max-width: 626px;
      margin-top: 304px; }
    .why-verkazia article > div > .layout:nth-child(1) .block--type--hero-banner {
      min-height: 565px; }
    .why-verkazia article > div > .layout:nth-child(1) .foreground {
      width: 1246px;
      position: absolute;
      bottom: auto;
      top: -132px;
      left: calc(50% - 596px);
      pointer-events: none; }
    .why-verkazia article > div > .layout:nth-child(1) .anchor-menu-block {
      margin-top: 70px; } }

.why-verkazia article > div > .layout:nth-child(2) {
  background-color: rgba(100, 203, 232, 0.2);
  padding-bottom: 30px; }
  @media (min-width: 1308px) {
    .why-verkazia article > div > .layout:nth-child(2) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .why-verkazia article > div > .layout:nth-child(2) .cta {
    max-width: 265px;
    margin: 0 auto; }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(2) {
      padding-top: 0px;
      padding-bottom: 0px; }
      .why-verkazia article > div > .layout:nth-child(2) .block--type--basic:first-child {
        margin-top: 54px;
        float: left;
        width: 66.7%; }
        .why-verkazia article > div > .layout:nth-child(2) .block--type--basic:first-child h2 {
          margin: 0; }
      .why-verkazia article > div > .layout:nth-child(2) .cta {
        float: left;
        width: 33.3%; }
        .why-verkazia article > div > .layout:nth-child(2) .cta img {
          max-width: 265px; } }

.why-verkazia article > div > .layout:nth-child(4) {
  margin-bottom: 61px; }
  @media (min-width: 768px) {
    .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide .desktop-hide {
      max-width: 500px;
      margin: 0 auto; } }
  .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide h3 {
    border-left: 14px solid #64CBE8;
    padding-left: 16px;
    color: black; }
    .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide h3 h3 {
      font-size: 15px;
      line-height: 20px;
      margin-top: -10px;
      font-weight: normal;
      margin-bottom: 15px;
      color: #58595B; }
      @media (min-width: 1025px) {
        .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide h3 h3 {
          font-size: 20px;
          line-height: 24px;
          margin-top: -16px; } }
  .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide .padded {
    padding: 0 30px; }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(4) {
      margin-bottom: 20px;
      margin-top: -20px; }
      .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide {
        background: #F8F8F8;
        clear: left;
        position: relative;
        padding-top: 1px;
        padding-right: 50px;
        min-height: 620px; }
        .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide:before {
          content: '';
          background: #fff;
          width: 100%;
          height: 105px;
          top: 0;
          left: 0;
          position: absolute; }
        .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide h3 {
          margin-left: 500px;
          margin-top: 50px;
          margin-right: 40px; }
        .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide > div {
          min-height: 516px;
          display: inline-block;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: absolute;
          bottom: 0; }
          .why-verkazia article > div > .layout:nth-child(4) .block--type--carousel-slide > div > div:first-child {
            position: absolute;
            bottom: 0;
            left: 0; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div {
        display: flex !important;
        align-items: center; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div > div:nth-child(2) {
          max-width: 414px;
          position: absolute;
          bottom: 0;
          left: 0; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div > div:nth-child(2) img {
            transform: scale(1.2) translate(36px, -48px); }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div:nth-child(4) {
          left: 0; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div h3 {
          margin-left: 524px;
          margin-top: 25px;
          margin-right: 40px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div .padded {
          margin-left: 490px;
          padding-right: 90px; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div .padded p:first-child {
            margin-bottom: 0;
            margin-top: 10px; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div .padded p:nth-child(2) {
            margin-bottom: 16px; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div .padded p:nth-child(3) {
            margin-bottom: 16px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide00 .block--type--carousel-slide > div .blue-callout-no-fill {
          margin-left: 524px;
          padding: 8px 27px;
          max-width: 615px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide01 .block--type--carousel-slide .colored-bar {
        border-width: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide01 .block--type--carousel-slide > div {
        bottom: -25px;
        display: flex !important;
        align-items: center; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide01 .block--type--carousel-slide > div > div:first-child {
          max-width: 217px;
          bottom: auto;
          top: 50%;
          transform: translateY(-50%);
          left: 160px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide01 .block--type--carousel-slide > div h3 {
          margin-top: 0;
          margin-bottom: 0; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide02 .block--type--carousel-slide .colored-bar {
        border-width: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide02 .block--type--carousel-slide > div > div:first-child {
        max-width: 329px;
        top: 50%;
        transform: translateY(-50%);
        left: 135px;
        height: 324px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide02 .block--type--carousel-slide > div h3 {
        margin-right: 24px;
        margin-left: 530px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide02 .block--type--carousel-slide > div .padded {
        margin-left: 571px;
        margin-top: 140px;
        max-width: 560px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide02 .block--type--carousel-slide > div .padded p:first-child {
          color: black;
          font-size: 18px;
          line-height: 30px;
          font-weight: 500; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide03 .block--type--carousel-slide .colored-bar {
        border-width: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide03 .block--type--carousel-slide > div > div:first-child {
        max-width: 636px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide03 .block--type--carousel-slide > div h3 {
        margin-left: 530px;
        margin-right: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide03 .block--type--carousel-slide > div .padded {
        margin-left: 564px;
        margin-top: 140px;
        max-width: 560px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide03 .block--type--carousel-slide > div .padded p:first-child {
          color: black;
          font-size: 18px;
          line-height: 30px;
          font-weight: 500; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide .colored-bar {
        border-width: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide > div > div:first-child {
        max-width: 665px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide > div h3 {
        margin-right: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide > div .padded {
        margin-left: 652px;
        margin-top: 140px;
        max-width: 590px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide > div .padded li {
          color: black;
          font-size: 18px;
          line-height: 30px;
          font-weight: 500; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide04 .block--type--carousel-slide > div .padded li:before {
            top: 16px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide .colored-bar {
        border-width: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide > div > div:first-child {
        max-width: 636px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide > div h3 {
        margin-right: 24px; }
      .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide > div .padded {
        margin-left: 618px;
        margin-top: 140px;
        max-width: 560px; }
        .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide > div .padded li {
          color: black;
          font-size: 18px;
          line-height: 30px;
          font-weight: 500; }
          .why-verkazia article > div > .layout:nth-child(4) #slick-slide05 .block--type--carousel-slide > div .padded li:before {
            top: 16px; } }

.why-verkazia article > div > .layout:nth-child(6) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  padding-top: 30px; }
  @media (min-width: 1308px) {
    .why-verkazia article > div > .layout:nth-child(6) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(6) {
      margin-top: 50px; } }

.why-verkazia article > div > .layout:nth-child(7) .touts-block ul li img {
  max-width: 136px; }

@media (min-width: 1025px) {
  .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li:nth-child(1) {
    order: 1; }
  .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li:nth-child(2) {
    order: 3; }
  .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li:nth-child(3) {
    order: 2; }
  .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li:nth-child(4) {
    order: 4; } }

@media (min-width: 1025px) {
  .why-verkazia article > div > .layout:nth-child(7) .touts-block {
    max-width: 66.7%; }
    .why-verkazia article > div > .layout:nth-child(7) .touts-block ul {
      flex-wrap: wrap; }
      .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li {
        display: flex;
        width: 50%;
        margin: 0 0 50px;
        max-width: none;
        align-items: center; }
        .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li > div {
          margin: 0; }
        .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li img {
          max-width: 112px; }
        .why-verkazia article > div > .layout:nth-child(7) .touts-block ul li p {
          text-align: left;
          margin-left: 20px; }
  .why-verkazia article > div > .layout:nth-child(7) .orange-callout {
    max-width: 66.7%; }
    .why-verkazia article > div > .layout:nth-child(7) .orange-callout p {
      text-align: left; } }

.why-verkazia article > div > .layout:nth-child(8) {
  margin-bottom: 0; }
  .why-verkazia article > div > .layout:nth-child(8) .layout__region {
    position: relative; }
  .why-verkazia article > div > .layout:nth-child(8) .block--type--hero-banner {
    min-height: 198px;
    margin-top: 136px; }
  .why-verkazia article > div > .layout:nth-child(8) .foreground {
    width: 395px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 224px); }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(8) .block--type--hero-banner {
      min-height: 161px;
      margin-top: 15px; }
    .why-verkazia article > div > .layout:nth-child(8) .foreground {
      width: 664px;
      left: auto;
      right: -108px;
      z-index: 1;
      pointer-events: none; } }

.why-verkazia article > div > .layout:nth-child(9) {
  padding-top: 30px;
  background: #E0F5FB; }
  @media (min-width: 1308px) {
    .why-verkazia article > div > .layout:nth-child(9) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block {
    margin-top: 86px;
    margin-bottom: 70px; }
    .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat {
      color: #64CBE8;
      font-weight: bold;
      font-size: 25px;
      margin: 50px auto 60px;
      position: relative;
      text-align: center; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat:after {
        content: '';
        width: 190px;
        height: 3px;
        background: #F89C4D;
        display: block;
        position: absolute;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%); }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat .large {
        font-size: 99px;
        letter-spacing: -7px;
        display: block;
        line-height: 30px;
        position: relative;
        top: -3px; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat .medium {
        font-size: 27px;
        display: block;
        position: relative;
        top: -41px; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat .small {
        position: relative;
        top: 28px; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat + p {
        text-align: center;
        color: black;
        letter-spacing: -0.1px;
        line-height: 18px;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto; }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block {
      margin-left: calc(41.67% + 15px);
      max-width: calc(50% - 15px);
      margin-bottom: 50px; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block > div {
        display: flex;
        max-width: 590px;
        align-items: center; }
      .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat {
        min-width: 190px; }
        .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat:after {
          width: 3px;
          height: 146px;
          bottom: -34px;
          left: auto;
          right: -32px; }
        .why-verkazia article > div > .layout:nth-child(9) .steroid-fact-block .stat + p {
          text-align: left;
          margin-left: 70px;
          margin-top: -12px;
          font-size: 18px;
          line-height: 30px;
          max-width: none; } }

.why-verkazia article > div > .layout:nth-child(10) {
  padding-bottom: 400px;
  position: relative; }
  .why-verkazia article > div > .layout:nth-child(10) .orange-callout {
    margin-top: -49px;
    margin-bottom: 49px; }
  .why-verkazia article > div > .layout:nth-child(10) .circled-boy-image {
    width: 525px;
    position: absolute;
    bottom: -239px;
    left: calc(50% - 261px);
    z-index: 1; }
  .why-verkazia article > div > .layout:nth-child(10) .touts-block {
    position: relative;
    z-index: 2; }
  @media (min-width: 1025px) {
    .why-verkazia article > div > .layout:nth-child(10) {
      padding-bottom: 0; }
      .why-verkazia article > div > .layout:nth-child(10) .orange-callout {
        margin-left: calc(41.67% + 15px);
        max-width: calc(50% - 15px);
        padding: 14px; }
        .why-verkazia article > div > .layout:nth-child(10) .orange-callout p {
          font-size: 25px;
          line-height: 29px; }
      .why-verkazia article > div > .layout:nth-child(10) .touts-block {
        margin-left: calc(41.67% + 15px);
        max-width: calc(50% - 15px); }
        .why-verkazia article > div > .layout:nth-child(10) .touts-block ul li {
          margin: 0;
          max-width: 112px; }
          .why-verkazia article > div > .layout:nth-child(10) .touts-block ul li + li {
            margin-left: 48px; }
      .why-verkazia article > div > .layout:nth-child(10) .circled-boy-image {
        width: 706px;
        left: calc(50% - 728px);
        bottom: -64px; } }

.why-verkazia article > div > .layout .significance-block {
  margin-bottom: 70px; }

.efficacy section.isi .efficacy-ref {
  display: block; }

.efficacy article > div > .layout:nth-child(1) {
  margin-bottom: 50px; }
  .efficacy article > div > .layout:nth-child(1) .block--type--hero-banner {
    min-height: 280px; }
  .efficacy article > div > .layout:nth-child(1) .foreground {
    position: absolute;
    width: 357px;
    bottom: -43px;
    right: calc(50% - 160px); }
  @media (min-width: 1025px) {
    .efficacy article > div > .layout:nth-child(1) #main-heading {
      max-width: 634px;
      margin-top: 212px; }
    .efficacy article > div > .layout:nth-child(1) .block--type--hero-banner {
      min-height: 560px;
      margin-bottom: 60px; }
    .efficacy article > div > .layout:nth-child(1) .foreground {
      width: 626px;
      right: 26px;
      bottom: auto;
      top: 50px; } }

.efficacy article > div > .layout:nth-child(2) #remission {
  max-width: 100%; }
  .efficacy article > div > .layout:nth-child(2) #remission h2 {
    font-size: 20px;
    max-width: 90%;
    line-height: 1;
    color: #3E3E3E;
    padding-bottom: 15px;
    border-bottom: 1px solid #2CB34A; }
  .efficacy article > div > .layout:nth-child(2) #remission h3 {
    max-width: 90%;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000000;
    font-weight: bold; }
  .efficacy article > div > .layout:nth-child(2) #remission p {
    line-height: 1;
    margin: 0;
    font-weight: bold;
    color: #000000; }

.efficacy article > div > .layout:nth-child(2) .mobile-only img {
  max-width: 308px;
  margin-top: 50px;
  margin-bottom: 30px; }

.efficacy article > div > .layout:nth-child(2) .desktop-only img {
  max-width: 1244px;
  margin: 88px 0 58px;
  width: 100%; }

.efficacy article > div > .layout:nth-child(2) .footnote-block + .footnote-block {
  margin-top: 24px; }
  @media (min-width: 1025px) {
    .efficacy article > div > .layout:nth-child(2) .footnote-block + .footnote-block {
      margin-top: unset; } }

@media (min-width: 1025px) {
  .efficacy article > div > .layout:nth-child(2) .colored-bar {
    max-width: calc(83.3% - 15px); }
  .efficacy article > div > .layout:nth-child(2) #remission h2 {
    font-size: 28px;
    line-height: 1;
    color: #3E3E3E;
    padding-bottom: 22px;
    border-bottom: 1px solid #2CB34A; }
  .efficacy article > div > .layout:nth-child(2) #remission h3 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 21px;
    color: #000000;
    font-weight: bold; }
  .efficacy article > div > .layout:nth-child(2) #remission p {
    line-height: 1;
    margin: 0;
    font-weight: bold;
    color: #000000; } }

@media (min-width: 1025px) {
  .efficacy article > div > .layout:nth-child(3) .colored-bar {
    max-width: calc(66.7% - 15px); } }

.efficacy article > div > .layout:nth-child(4) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  position: relative;
  overflow: hidden;
  padding-bottom: 271px; }
  @media (min-width: 1308px) {
    .efficacy article > div > .layout:nth-child(4) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .efficacy article > div > .layout:nth-child(4) .chart {
    position: relative;
    padding-top: 130px; }
    .efficacy article > div > .layout:nth-child(4) .chart .tooltip {
      position: absolute;
      top: 0;
      right: 0; }
  .efficacy article > div > .layout:nth-child(4) .kids-img {
    width: 370px;
    position: absolute;
    bottom: -155px;
    left: calc(50% - 189px); }
  @media (min-width: 1025px) {
    .efficacy article > div > .layout:nth-child(4) {
      padding-top: 20px;
      padding-bottom: 0;
      overflow: visible;
      margin-bottom: 75px; }
      .efficacy article > div > .layout:nth-child(4) .txt-green {
        font-size: 21px; }
      .efficacy article > div > .layout:nth-child(4) .block--type--basic:first-child {
        max-width: calc(66.7% - 15px); }
      .efficacy article > div > .layout:nth-child(4) .chart {
        max-width: calc(50% - 15px);
        margin-left: 8.83%;
        padding-top: 0;
        margin-top: 50px; }
        .efficacy article > div > .layout:nth-child(4) .chart .tooltip {
          position: absolute;
          right: -238px;
          top: auto;
          bottom: 30%;
          z-index: 10; }
      .efficacy article > div > .layout:nth-child(4) .footnote-block {
        margin-top: 50px;
        margin-left: 8.83%; }
      .efficacy article > div > .layout:nth-child(4) .kids-img {
        width: 799px;
        z-index: 1;
        left: calc(50% + 167px);
        bottom: -135px; } }

@media (min-width: 1025px) {
  .efficacy article > div > .layout:nth-child(5) .colored-bar {
    max-width: calc(66.7% - 15px);
    margin-left: calc(25% + 15px); } }

.efficacy article > div > .layout:nth-child(6) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  position: relative;
  overflow: hidden;
  padding-bottom: 271px; }
  @media (min-width: 1308px) {
    .efficacy article > div > .layout:nth-child(6) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .efficacy article > div > .layout:nth-child(6) .chart {
    position: relative;
    padding-top: 130px; }
    .efficacy article > div > .layout:nth-child(6) .chart .tooltip {
      position: absolute;
      top: 0;
      right: 0; }
  .efficacy article > div > .layout:nth-child(6) .girl-skate {
    width: 370px;
    position: absolute;
    bottom: -167px;
    left: calc(50% - 186px); }
  @media (min-width: 1025px) {
    .efficacy article > div > .layout:nth-child(6) {
      padding-top: 20px;
      padding-bottom: 0;
      overflow: visible;
      margin-bottom: 80px; }
      .efficacy article > div > .layout:nth-child(6) .txt-green {
        font-size: 21px; }
      .efficacy article > div > .layout:nth-child(6) .block--type--basic:first-child {
        max-width: calc(66.7% - 15px);
        margin-left: calc(25% + 15px); }
      .efficacy article > div > .layout:nth-child(6) .chart {
        max-width: calc(50% - 15px);
        margin-left: calc(33.3% + 15px);
        padding-top: 0;
        margin-top: 50px; }
        .efficacy article > div > .layout:nth-child(6) .chart .tooltip {
          position: absolute;
          right: -219px;
          top: auto;
          bottom: 34%;
          z-index: 10; }
      .efficacy article > div > .layout:nth-child(6) .footnote-block {
        margin-top: 50px;
        margin-left: calc(33.3% + 15px); }
      .efficacy article > div > .layout:nth-child(6) .girl-skate {
        width: 833px;
        left: auto;
        right: calc(50% + 245px);
        bottom: -129px;
        z-index: 1; } }

.efficacy article > div > .layout:nth-child(8) {
  position: relative;
  padding-top: 70px;
  overflow: hidden;
  margin-bottom: 0; }
  .efficacy article > div > .layout:nth-child(8) .block--type--hero-banner {
    min-height: 77px;
    background-position: top center; }
  .efficacy article > div > .layout:nth-child(8) .foreground {
    width: 399px;
    position: absolute;
    bottom: -110px;
    left: calc(50% - 200px); }
  @media (min-width: 1025px) {
    .efficacy article > div > .layout:nth-child(8) {
      overflow: visible; }
      .efficacy article > div > .layout:nth-child(8) .block--type--hero-banner {
        min-height: 180px;
        background-position: top center; }
      .efficacy article > div > .layout:nth-child(8) .foreground {
        width: 999px;
        bottom: 0;
        left: calc(50% - 386px); } }

.efficacy article > div > .layout:nth-child(9) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  margin-bottom: 0; }
  @media (min-width: 1308px) {
    .efficacy article > div > .layout:nth-child(9) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }

.safety section.isi .safety-ref {
  display: block; }

.safety article > div > .layout:first-child {
  position: relative;
  margin-bottom: 81px; }
  .safety article > div > .layout:first-child .block--type--hero-banner {
    min-height: 223px; }
  .safety article > div > .layout:first-child .foreground {
    width: 295px;
    position: absolute;
    bottom: -68px; }
  @media (min-width: 1025px) {
    .safety article > div > .layout:first-child {
      margin-bottom: 42px; }
      .safety article > div > .layout:first-child #main-heading {
        margin-top: 212px;
        max-width: 783px; }
      .safety article > div > .layout:first-child .block--type--hero-banner {
        min-height: 560px; }
      .safety article > div > .layout:first-child .foreground {
        width: 626px;
        right: -10px; } }

.safety article > div > .layout:nth-child(2) {
  padding-bottom: 388px;
  position: relative; }
  .safety article > div > .layout:nth-child(2) .blue-callout {
    padding: 42px 33px; }
    .safety article > div > .layout:nth-child(2) .blue-callout p {
      font-size: 22px;
      line-height: 28px; }
  .safety article > div > .layout:nth-child(2) .girl-img {
    width: 485px;
    position: absolute;
    margin-left: calc(50% - 260px);
    bottom: -202px; }
  @media (min-width: 1025px) {
    .safety article > div > .layout:nth-child(2) {
      padding-bottom: 0;
      margin-bottom: 130px; }
      .safety article > div > .layout:nth-child(2) .colored-bar,
      .safety article > div > .layout:nth-child(2) .table-chart,
      .safety article > div > .layout:nth-child(2) .footnote-block,
      .safety article > div > .layout:nth-child(2) .blue-callout {
        margin-left: calc(25% + 8px);
        max-width: 75%; }
      .safety article > div > .layout:nth-child(2) .blue-callout {
        padding: 32px 64px;
        margin-top: 29px;
        position: relative;
        z-index: 2;
        max-width: calc(58.3% + 49px);
        margin-left: calc(33.3% - 20px); }
      .safety article > div > .layout:nth-child(2) .girl-img {
        width: 781px;
        bottom: -85px;
        right: calc(50% - -230px);
        z-index: 1; }
      .safety article > div > .layout:nth-child(2) .footnote-block {
        margin-top: -26px; } }

.for-patients-and-caregivers .colored-bar {
  border-left: 14px solid #F89C4D;
  padding-left: 16px; }
  .for-patients-and-caregivers .colored-bar h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #58595B; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers .colored-bar h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: -16px; } }

.for-patients-and-caregivers .layout-container footer .footer-copyright {
  background: #64CBE8; }

.for-patients-and-caregivers .layout-container #block-patientmenu {
  display: block; }

.for-patients-and-caregivers .layout-container #block-envivent-main-menu {
  display: none; }

.for-patients-and-caregivers .layout-container #block-mobilesectionswitcher .menu li:first-child a,
.for-patients-and-caregivers .layout-container #block-sectionswitcher .menu li:first-child a {
  background: transparent;
  color: black;
  font-weight: normal; }

.for-patients-and-caregivers .layout-container #block-mobilesectionswitcher .menu li:nth-child(2) a,
.for-patients-and-caregivers .layout-container #block-sectionswitcher .menu li:nth-child(2) a {
  background: #F89C4D;
  color: #ffffff;
  font-weight: bold; }

.for-patients-and-caregivers .layout-container .hamburger {
  background-color: #64CBE8; }
  .for-patients-and-caregivers .layout-container .hamburger.active {
    background: transparent; }

.for-patients-and-caregivers .layout-container #block-topmenu .menu li:nth-child(3) {
  display: none; }

.for-patients-and-caregivers .layout-container #block-topmenu-2 .menu li:nth-child(3) {
  display: none; }

.for-patients-and-caregivers section.isi h2 {
  color: #64CBE8; }

.for-patients-and-caregivers section.isi .content {
  display: none; }

.for-patients-and-caregivers section.isi .patient-content {
  display: block; }

.for-patients-and-caregivers section.isi .contact-form-trigger {
  display: none; }

@media (min-width: 1025px) {
  .for-patients-and-caregivers article > div .layout:nth-child(1) {
    display: none; } }

.for-patients-and-caregivers article > div .layout:nth-child(2) {
  display: none; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(2) {
      display: flex;
      position: relative;
      z-index: 1;
      position: absolute;
      background: white;
      margin-top: 53px;
      padding: 7px 0px;
      width: 100%; }
      .for-patients-and-caregivers article > div .layout:nth-child(2) .layout__region--second {
        align-items: center;
        display: flex;
        justify-content: center; }
      .for-patients-and-caregivers article > div .layout:nth-child(2) .colored-bar + p {
        padding-left: 30px; } }

.for-patients-and-caregivers article > div .layout:nth-child(3) .layout__region {
  position: relative; }
  .for-patients-and-caregivers article > div .layout:nth-child(3) .layout__region .block--type--hero-banner {
    margin-bottom: 74px; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(3) .layout__region .block--type--hero-banner {
        min-height: 560px;
        margin-bottom: 154px; } }
  .for-patients-and-caregivers article > div .layout:nth-child(3) .layout__region .hero-foreground-image {
    position: absolute;
    width: 506px;
    right: calc(50% - 239px);
    z-index: 2;
    top: 4px;
    pointer-events: none; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(3) .layout__region .hero-foreground-image {
        width: 1182px;
        right: calc(50% - 531px);
        top: 30px; } }

@media (min-width: 1025px) {
  .for-patients-and-caregivers article > div .layout:nth-child(4) {
    margin-bottom: 70px; } }

.for-patients-and-caregivers article > div .layout:nth-child(5) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  @media (min-width: 1308px) {
    .for-patients-and-caregivers article > div .layout:nth-child(5) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }

.for-patients-and-caregivers article > div .layout:nth-child(6) {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .for-patients-and-caregivers article > div .layout:nth-child(6) .block--type--hero-banner {
    min-height: 462px; }
    .for-patients-and-caregivers article > div .layout:nth-child(6) .block--type--hero-banner .layout {
      display: none; }
  .for-patients-and-caregivers article > div .layout:nth-child(6) .content {
    position: absolute;
    top: 34px;
    background: white;
    max-width: calc(100% - 30px);
    padding: 20px; }
    .for-patients-and-caregivers article > div .layout:nth-child(6) .content > div {
      text-align: center; }
      .for-patients-and-caregivers article > div .layout:nth-child(6) .content > div h3 {
        margin-top: 0; }
      .for-patients-and-caregivers article > div .layout:nth-child(6) .content > div *:last-child {
        margin-bottom: 0; }
  .for-patients-and-caregivers article > div .layout:nth-child(6) .foreground {
    width: 376px;
    position: absolute;
    bottom: -67px;
    left: calc(50% - 192px); }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(6) {
      overflow: visible; }
      .for-patients-and-caregivers article > div .layout:nth-child(6) .block--type--hero-banner {
        min-height: 234px; }
      .for-patients-and-caregivers article > div .layout:nth-child(6) .content {
        max-width: 733px;
        z-index: 2;
        padding-right: 110px;
        padding-left: 70px; }
        .for-patients-and-caregivers article > div .layout:nth-child(6) .content > div {
          text-align: left; }
      .for-patients-and-caregivers article > div .layout:nth-child(6) .foreground {
        width: 463px;
        height: 230px;
        overflow: hidden;
        left: calc(50% + 178px);
        bottom: 0; } }

@media (min-width: 1025px) {
  .for-patients-and-caregivers article > div .layout:nth-child(7) {
    margin-bottom: 27px; }
    .for-patients-and-caregivers article > div .layout:nth-child(7) .layout__region {
      position: relative; }
      .for-patients-and-caregivers article > div .layout:nth-child(7) .layout__region .girl-2-image {
        width: 537px;
        position: absolute;
        bottom: 0;
        right: -67px; } }

@media (min-width: 1025px) {
  .for-patients-and-caregivers article > div .layout:nth-child(8) {
    margin-bottom: 120px; } }

.for-patients-and-caregivers article > div .layout:nth-child(9) {
  background: rgba(248, 156, 77, 0.2);
  padding: 26px 0 50px;
  margin-bottom: 102px; }
  @media (min-width: 1308px) {
    .for-patients-and-caregivers article > div .layout:nth-child(9) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .for-patients-and-caregivers article > div .layout:nth-child(9) img {
    max-width: 265px;
    margin: 0 auto; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(9) {
      padding-bottom: 26px;
      margin-bottom: 91px; }
      .for-patients-and-caregivers article > div .layout:nth-child(9) .layout__region .block--type--basic:first-child {
        margin-top: 54px;
        float: left;
        width: 66.7%; }
        .for-patients-and-caregivers article > div .layout:nth-child(9) .layout__region .block--type--basic:first-child h2 {
          margin: 0; }
      .for-patients-and-caregivers article > div .layout:nth-child(9) .layout__region .block--type--basic:nth-child(2) {
        float: left;
        width: 33.3%; }
        .for-patients-and-caregivers article > div .layout:nth-child(9) .layout__region .block--type--basic:nth-child(2) img {
          margin: 0; } }

.for-patients-and-caregivers article > div .layout:nth-child(10) {
  background: #f8f8f8;
  padding: 26px 0 50px; }
  @media (min-width: 1308px) {
    .for-patients-and-caregivers article > div .layout:nth-child(10) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }
  .for-patients-and-caregivers article > div .layout:nth-child(10) #get-support-for-verkazia h2 + p + p {
    text-align: center; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(10) #get-support-for-verkazia h2 + p + p {
      text-align: left; } }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-of-type, .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-of-type(2) {
      padding-right: 70px;
      position: relative; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-of-type:after, .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-of-type(2):after {
        content: '';
        width: 2px;
        height: 100%;
        background: #707070;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-20px); } }
  .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul {
    flex-wrap: wrap;
    gap: 80px 0; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul .book-list-item {
      display: flex;
      flex-direction: column; }
      @media (min-width: 1025px) {
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul .book-list-item {
          flex-direction: row;
          padding-right: 0; }
          .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul .book-list-item div:nth-child(2) {
            max-width: 230px;
            margin-right: 0; } }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li {
        padding: 0 0 0 70px;
        flex-direction: row;
        align-items: flex-start; }
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li div:first-of-type {
          margin-right: 9%; }
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li div:last-of-type {
          margin-right: 0; } }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li .book-wrapper {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li .book-wrapper img {
        margin-bottom: 10px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child .book-wrapper {
      text-align: center; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child .book-wrapper img {
        max-width: 138px;
        margin-bottom: 15px; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child .book-wrapper p {
        margin: 0; }
        @media (min-width: 1025px) {
          .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child .book-wrapper p {
            margin: 14px 0; } }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child p {
      max-width: 500px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child > div {
      width: auto; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:first-child {
        order: 1; } }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) {
      border-left: 0; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) .book-wrapper {
        text-align: center; }
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) .book-wrapper img {
          max-width: 138px;
          margin-bottom: 15px; }
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) .book-wrapper p {
          margin: 0; }
          @media (min-width: 1025px) {
            .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) .book-wrapper p {
              margin: 14px 0; } }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) p {
        max-width: 500px; }
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) > div {
        width: auto; }
      @media (min-width: 1025px) {
        .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(2) {
          order: 3;
          margin-bottom: 0; } }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(3) img {
      max-width: 185px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(3) p {
      max-width: 450px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(3) > div {
      width: auto; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(3) {
        order: 2; } }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(4) img {
      max-width: 185px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(4) p {
      max-width: 450px; }
    .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(4) > div {
      width: auto; }
    @media (min-width: 1025px) {
      .for-patients-and-caregivers article > div .layout:nth-child(10) .downloads ul li:nth-child(4) {
        order: 4;
        margin-bottom: 0; } }

.for-patients-and-caregivers article > div .layout #resources-for-you-and-family h3 {
  margin-top: 52px;
  margin-bottom: 24px; }

@media (min-width: 1025px) {
  .for-patients-and-caregivers article > div .layout #resources-for-you-and-family h3 {
    margin-top: 62px;
    margin-bottom: 24px; } }

.for-patients-and-caregivers .patient-verkazia-works-cta {
  margin-top: 50px; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers .patient-verkazia-works-cta {
      margin-top: 0; } }
  .for-patients-and-caregivers .patient-verkazia-works-cta p:first-child {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 16px; }
  .for-patients-and-caregivers .patient-verkazia-works-cta a {
    margin-top: 0; }

.for-patients-and-caregivers .girl-img {
  width: 370px;
  margin-left: calc(50%  - 191px);
  position: relative;
  margin-bottom: -126px; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers .girl-img {
      position: absolute;
      right: -144px;
      width: 464px;
      margin-bottom: 0;
      margin-top: -434px;
      margin-left: 0; } }

.for-patients-and-caregivers .stats-block {
  margin-top: 50px; }
  .for-patients-and-caregivers .stats-block .stats img {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers .stats-block {
      position: relative;
      z-index: 2;
      margin-bottom: 90px; }
      .for-patients-and-caregivers .stats-block > div {
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
      .for-patients-and-caregivers .stats-block .stats {
        max-width: 370px; }
        .for-patients-and-caregivers .stats-block .stats img {
          max-width: 100%; } }

.for-patients-and-caregivers .boys-img {
  width: 527px;
  margin-left: calc(50% - 250px);
  margin-top: -44px;
  margin-bottom: -149px;
  position: relative;
  z-index: 1;
  pointer-events: none; }
  @media (min-width: 1025px) {
    .for-patients-and-caregivers .boys-img {
      position: absolute;
      margin: 0;
      bottom: 0;
      left: calc(50% - 240px);
      width: 50%;
      z-index: 1;
      max-width: 527px; } }

.for-patients-and-caregivers .facts-block ul {
  padding-left: 0;
  list-style: none; }
  .for-patients-and-caregivers .facts-block ul li {
    margin-bottom: 40px; }
    .for-patients-and-caregivers .facts-block ul li .box {
      background: #64CBE8;
      height: 103px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .for-patients-and-caregivers .facts-block ul li .box p {
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 23px;
        text-align: center;
        margin: 0;
        line-height: normal;
        letter-spacing: -0.5px; }
    .for-patients-and-caregivers .facts-block ul li .content {
      margin-top: 4px;
      background: transparent linear-gradient(0deg, #FFFDFD00 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
      text-align: center;
      color: black;
      padding: 18px 28px; }
      .for-patients-and-caregivers .facts-block ul li .content p {
        margin: 0; }
    .for-patients-and-caregivers .facts-block ul li:first-child .box p {
      font-size: 18px; }
      .for-patients-and-caregivers .facts-block ul li:first-child .box p .small {
        font-size: 41px;
        letter-spacing: -3.69px;
        position: relative;
        left: -11px; }
      .for-patients-and-caregivers .facts-block ul li:first-child .box p .large {
        font-size: 66px;
        letter-spacing: -5.5px;
        position: relative;
        left: -6px;
        display: inline-block;
        margin-bottom: -16px;
        top: 3px;
        line-height: 56px; }
      .for-patients-and-caregivers .facts-block ul li:first-child .box p .medium {
        font-size: 45px;
        text-transform: none; }
    .for-patients-and-caregivers .facts-block ul li:nth-child(4) .box p {
      font-size: 17px;
      max-width: 108px; }
      .for-patients-and-caregivers .facts-block ul li:nth-child(4) .box p .small {
        font-size: 39px;
        position: relative;
        top: 5px; }
      .for-patients-and-caregivers .facts-block ul li:nth-child(4) .box p .large {
        font-size: 62px;
        letter-spacing: -5.5px;
        position: relative;
        top: 5px;
        line-height: 60px; }
      .for-patients-and-caregivers .facts-block ul li:nth-child(4) .box p .years {
        position: relative;
        left: 5px; }
    .for-patients-and-caregivers .facts-block ul li:nth-child(5) .box p {
      position: relative;
      top: 7px;
      font-size: 64px;
      letter-spacing: -5.76px; }

@media (min-width: 1025px) {
  .for-patients-and-caregivers .facts-block {
    margin-top: 63px; }
    .for-patients-and-caregivers .facts-block ul {
      margin-bottom: 0; }
      .for-patients-and-caregivers .facts-block ul li {
        display: flex;
        margin-bottom: 16px; }
        .for-patients-and-caregivers .facts-block ul li .box {
          width: 178px;
          min-width: 178px;
          max-width: 178px;
          padding: 0 17px;
          height: auto;
          min-height: 103px; }
        .for-patients-and-caregivers .facts-block ul li .content {
          background: transparent linear-gradient(270deg, #FFFDFD00 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
          margin-top: 0;
          margin-left: 8px;
          width: calc(100% - 186px);
          text-align: left;
          min-height: 103px;
          display: flex;
          align-items: center;
          padding-right: 411px; }
        .for-patients-and-caregivers .facts-block ul li:last-child {
          margin-bottom: 0; }
        .for-patients-and-caregivers .facts-block ul li:nth-child(1) .box {
          background-color: #64cbe8; }
        .for-patients-and-caregivers .facts-block ul li:nth-child(2) .box {
          background-color: rgba(100, 203, 232, 0.85); }
        .for-patients-and-caregivers .facts-block ul li:nth-child(3) .box {
          background-color: rgba(100, 203, 232, 0.7); }
        .for-patients-and-caregivers .facts-block ul li:nth-child(4) .box {
          background-color: rgba(100, 203, 232, 0.6); }
        .for-patients-and-caregivers .facts-block ul li:nth-child(5) .box {
          background-color: rgba(100, 203, 232, 0.51); } }

.for-patients-and-caregivers .downloads a.button {
  background: #F89C4D;
  border-color: #F89C4D; }

.for-patients-and-caregivers .online-resources p {
  color: #64CBE8;
  font-weight: bold; }
  .for-patients-and-caregivers .online-resources p a {
    color: inherit;
    font-weight: inherit; }

.expert-videos section.isi .expert-video-ref {
  display: block; }

@media (min-width: 0px) and (max-width: 768px) {
  .expert-videos article > div > .layout h2 {
    margin: 36px 0 50px; }
  .expert-videos article > div > .layout #managing-vkc h2 {
    margin-top: -12px;
    margin-bottom: 31px; }
  .expert-videos article > div > .layout #understanding-verkazia h2 {
    margin-top: 52px;
    margin-bottom: 45px;
    max-width: 150px; }
  .expert-videos article > div > .layout #verkazia-in-practice h2 {
    margin-top: 33px;
    margin-bottom: 45px;
    max-width: 120px; } }

.expert-videos article > div > .layout:nth-child(1) {
  margin-bottom: 50px; }
  .expert-videos article > div > .layout:nth-child(1) .block--type--hero-banner {
    min-height: 280px; }
  .expert-videos article > div > .layout:nth-child(1) .foreground {
    position: absolute;
    width: 348px;
    bottom: 0px;
    right: calc(50% - 160px); }
  @media (min-width: 1025px) {
    .expert-videos article > div > .layout:nth-child(1) #main-heading {
      max-width: 544px;
      margin-top: 212px; }
    .expert-videos article > div > .layout:nth-child(1) .block--type--hero-banner {
      min-height: 560px; }
    .expert-videos article > div > .layout:nth-child(1) .foreground {
      width: 648px;
      right: -30px; } }

@media (min-width: 1025px) {
  .expert-videos article > div > .layout:nth-child(4) {
    margin-bottom: 46px; } }

.expert-videos article > div > .layout:nth-child(5), .expert-videos article > div > .layout:nth-child(6), .expert-videos article > div > .layout:nth-child(7) {
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  margin-bottom: 0;
  padding-bottom: 20px; }
  @media (min-width: 1308px) {
    .expert-videos article > div > .layout:nth-child(5), .expert-videos article > div > .layout:nth-child(6), .expert-videos article > div > .layout:nth-child(7) {
      margin-left: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      margin-right: calc(((100vw + 36px - 1308px) / 2 * -1) + 0px);
      padding-left: calc(((100vw - 1308px) / 2 * 1));
      padding-right: calc(((100vw - 1308px) / 2 * 1)); } }

.expert-videos article > div > .layout:nth-child(5), .expert-videos article > div > .layout:nth-child(6) {
  border-bottom: 0; }

.expert-videos article > div > .layout:nth-child(6), .expert-videos article > div > .layout:nth-child(7) {
  border-top: 0; }

@media (min-width: 1025px) {
  .expert-videos article > div > .layout:nth-child(7) {
    padding-bottom: 65px; } }

.downloads ul {
  margin: 0;
  list-style: none;
  padding-left: 0 !important; }
  .downloads ul li {
    text-align: center;
    max-width: 272px;
    margin: 0 auto 20px; }
    .downloads ul li img {
      margin-bottom: 38px; }
    .downloads ul li + li {
      margin: 60px auto 20px; }
    .downloads ul li a.button {
      margin-top: 6px;
      padding: 16px 30px;
      font-size: 18px; }
      .downloads ul li a.button:after {
        transform: rotate(90deg); }
    .downloads ul li p {
      margin-bottom: 10px; }

@media (min-width: 1025px) {
  .downloads ul {
    display: flex; }
    .downloads ul li {
      width: 50%;
      text-align: left;
      padding: 0 40px;
      margin-bottom: 0;
      max-width: none; }
      .downloads ul li:nth-child(3), .downloads ul li:nth-child(4) {
        padding: 0 70px; }
        .downloads ul li:nth-child(3) > div, .downloads ul li:nth-child(4) > div {
          width: 230px; }
      .downloads ul li img {
        margin-bottom: 0; }
      .downloads ul li > div {
        margin: 0;
        margin-right: 36px;
        width: 185px; }
      .downloads ul li p, .downloads ul li a {
        margin-left: 0; }
      .downloads ul li p {
        max-width: 490px; }
      .downloads ul li + li {
        margin: 0; } }

.orange-callout, .blue-callout {
  padding: 20px; }
  .orange-callout *:last-child, .blue-callout *:last-child {
    margin: 0; }
  .orange-callout p, .blue-callout p {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }

.orange-callout {
  background: #F89C4D; }

.blue-callout {
  background: #64CBE8; }

.layout-container .blue-callout-no-fill {
  border: 2px solid #64CBE8;
  font-weight: bold;
  color: #64CBE8;
  padding: 8px; }

.layout-container > main .touts-block ul {
  padding-left: 0;
  list-style: none; }
  .layout-container > main .touts-block ul li p {
    text-align: center; }
  .layout-container > main .touts-block ul li img {
    max-width: 100px; }
  .layout-container > main .touts-block ul li + li {
    margin-top: 40px; }

@media (min-width: 1025px) {
  .layout-container > main .touts-block {
    max-width: 83.3%;
    margin-top: 50px; }
    .layout-container > main .touts-block ul {
      display: flex; }
      .layout-container > main .touts-block ul li {
        max-width: 287px;
        margin: 0 34px; }
        .layout-container > main .touts-block ul li + li {
          margin-top: 0; } }

.category-piece {
  margin-top: 50px;
  position: relative; }
  .category-piece .start {
    display: flex;
    flex-direction: column; }
    .category-piece .start .categories {
      order: 2; }
      .category-piece .start .categories li {
        margin-bottom: 27px; }
        .category-piece .start .categories li img {
          max-width: 357px;
          position: relative;
          left: -29px;
          margin-bottom: 30px; }
        .category-piece .start .categories li p {
          text-align: center; }
          .category-piece .start .categories li p:after {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            background: url("../../img/white-arrow-with-green-circle.svg") 0 0/cover no-repeat;
            vertical-align: middle;
            margin-left: 14px; }
        .category-piece .start .categories li:last-child {
          margin-top: -27px; }
    .category-piece .start .cta {
      order: 1;
      color: white;
      background-color: #2CB34A;
      font-size: 20px;
      margin: 0 auto 30px;
      font-weight: bold;
      text-align: center;
      max-width: 252px;
      min-width: 252px;
      padding: 12px 0; }
  .category-piece .categories {
    list-style: none;
    padding-left: 0; }
    .category-piece .categories li {
      cursor: pointer; }
      .category-piece .categories li p {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        color: #2CB34A; }
  .category-piece .content {
    display: none; }
    .category-piece .content .cta {
      color: white;
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      background: #64CBE8;
      padding: 12px 33px;
      border-top-left-radius: 26px;
      border-bottom-left-radius: 26px; }
      .category-piece .content .cta.orange {
        background: #F89C4D; }
    .category-piece .content .chart {
      padding-top: 150px;
      position: relative; }
      .category-piece .content .chart .tooltip {
        height: auto;
        right: 0;
        position: absolute;
        top: 0; }
      .category-piece .content .chart .mobile-only img {
        width: 100%; }
    .category-piece .content h3 {
      font-size: 20px;
      color: #58595B; }
    .category-piece .content .categories li p {
      color: #58595B; }
      .category-piece .content .categories li p:after {
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url("../../img/gray-arrow-right.svg") 0 0/cover no-repeat;
        vertical-align: middle;
        margin-left: 14px; }
    .category-piece .content .categories li:nth-child(1).active p {
      color: #64CBE8; }
      .category-piece .content .categories li:nth-child(1).active p:after {
        background-image: url("../../img/blue-arrow-down.svg"); }
    .category-piece .content .categories li:nth-child(2).active p {
      color: #F89C4D; }
      .category-piece .content .categories li:nth-child(2).active p:after {
        background-image: url("../../img/orange-arrow-down.svg"); }
    .category-piece .content .categories li:nth-child(3).active p {
      color: #FFD600; }
      .category-piece .content .categories li:nth-child(3).active p:after {
        background-image: url("../../img/yellow-arrow-down.svg"); }
  @media (min-width: 1025px) {
    .category-piece .slick-list {
      overflow: visible; }
    .category-piece .slick-track {
      display: flex;
      align-items: flex-end; }
    .category-piece .start {
      display: block; }
      .category-piece .start .cta {
        order: unset;
        min-width: 0;
        max-width: none; }
      .category-piece .start .categories {
        order: unset;
        display: flex; }
        .category-piece .start .categories li {
          width: 33.3%; }
          .category-piece .start .categories li:last-child {
            margin-top: 0; }
    .category-piece .content .chart {
      padding-top: 0;
      margin-top: 50px;
      margin-bottom: 70px;
      max-width: calc(58.3% - 104px); }
      .category-piece .content .chart .tooltip {
        right: -234px;
        top: 100px;
        z-index: 2; }
    .category-piece .content .cta {
      max-width: 204px;
      float: left;
      margin-top: -6px; }
    .category-piece .content .categories {
      display: flex;
      margin-left: 10px; }
      .category-piece .content .categories li {
        margin: 0 20px; }
    .category-piece .content .slides {
      margin-top: 30px;
      padding-left: 33px; }
      .category-piece .content .slides .slick-slide {
        position: relative; }
        .category-piece .content .slides .slick-slide .slide > div:last-child {
          position: absolute;
          bottom: 0;
          pointer-events: none; }
        .category-piece .content .slides .slick-slide:nth-child(1) .slide > div:last-child {
          width: 634px;
          left: calc(50% + 111px); }
        .category-piece .content .slides .slick-slide:nth-child(2) .tooltip {
          top: 123px; }
        .category-piece .content .slides .slick-slide:nth-child(2) .slide > div:last-child {
          width: 605px;
          left: calc(50% + 111px); }
        .category-piece .content .slides .slick-slide:nth-child(3) .tooltip {
          top: 119px; }
        .category-piece .content .slides .slick-slide:nth-child(3) .slide > div:last-child {
          width: 554px;
          left: calc(50% + 111px); }
    .category-piece .content h3, .category-piece .content .footnote {
      max-width: calc(58.3% - 28px); } }

.stats-carousel {
  padding-bottom: 440px;
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .stats-carousel {
      overflow: visible;
      padding-bottom: 0;
      margin: 0;
      padding-left: 0;
      padding-right: 0; } }
  .stats-carousel .slick-list {
    overflow: visible; }
  .stats-carousel .nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center; }
    .stats-carousel .nav li {
      max-width: 68px;
      margin: 0 9px;
      position: relative; }
      .stats-carousel .nav li.active:before {
        content: '';
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        display: block;
        position: absolute;
        top: -2px;
        left: -2px;
        border: 4px solid;
        border-radius: 44px; }
      .stats-carousel .nav li.active:nth-child(1).active:before {
        border-color: #4799B1; }
      .stats-carousel .nav li.active:nth-child(2).active:before {
        border-color: #C36F28; }
      .stats-carousel .nav li.active:nth-child(3).active:before {
        border-color: #C6A601; }
      .stats-carousel .nav li.active:nth-child(4).active:before {
        border-color: #1E7632; }
    @media (min-width: 1025px) {
      .stats-carousel .nav {
        position: absolute;
        bottom: 33px;
        left: 241px;
        z-index: 10; }
        .stats-carousel .nav li {
          max-width: 92px; }
          .stats-carousel .nav li.active:before {
            width: 96px;
            height: 96px;
            border-radius: 50px; } }
  .stats-carousel .slides .slide .content > div {
    max-width: 207px;
    margin: 0 auto 40px; }
    .stats-carousel .slides .slide .content > div + p {
      color: black; }
  .stats-carousel .slides .slide .nav {
    margin: 30px 0; }
    .stats-carousel .slides .slide .nav + p {
      text-align: center;
      font-weight: bold;
      color: #2B2B2B; }
  .stats-carousel .slides .slide > .img-container {
    pointer-events: none;
    position: absolute; }
  @media (min-width: 1025px) {
    .stats-carousel .slides .slide {
      min-height: 696px;
      position: relative;
      padding-top: 1px; }
      .stats-carousel .slides .slide .content {
        display: flex;
        align-items: center;
        margin-left: 116px;
        margin-top: 150px; }
        .stats-carousel .slides .slide .content > div {
          max-width: 312px;
          margin: 0 20px 0 0; }
          .stats-carousel .slides .slide .content > div + p {
            max-width: 315px; }
      .stats-carousel .slides .slide .nav + p {
        position: absolute;
        bottom: 7px;
        left: 401px;
        z-index: 20; } }
  .stats-carousel .slides .slick-slide:nth-child(1) .slide > .img-container {
    bottom: -544px;
    left: calc(50% - 417px);
    width: 660px; }
  @media (min-width: 1025px) {
    .stats-carousel .slides .slick-slide:nth-child(1) .content > div + p {
      max-width: 316px; }
    .stats-carousel .slides .slick-slide:nth-child(1) .slide > .img-container {
      left: 550px;
      position: absolute;
      width: 1052px;
      bottom: 0px; } }
  .stats-carousel .slides .slick-slide:nth-child(2) .slide > .img-container {
    bottom: -544px;
    left: calc(50% - 420px);
    width: 660px; }
  @media (min-width: 1025px) {
    .stats-carousel .slides .slick-slide:nth-child(2) .slide > .img-container {
      left: calc(50% - 24px);
      position: absolute;
      width: 862px;
      bottom: -40px; } }
  .stats-carousel .slides .slick-slide:nth-child(3) .slide > .img-container {
    bottom: -544px;
    left: calc(50% - 321px);
    width: 580px; }
  @media (min-width: 1025px) {
    .stats-carousel .slides .slick-slide:nth-child(3) .content > div + p {
      max-width: 288px; }
    .stats-carousel .slides .slick-slide:nth-child(3) .slide > .img-container {
      left: calc(50% + 46px);
      position: absolute;
      width: 862px;
      bottom: -23px; } }
  .stats-carousel .slides .slick-slide:nth-child(4) .slide > .img-container {
    bottom: -544px;
    left: calc(50% - 263px);
    width: 500px; }
  @media (min-width: 1025px) {
    .stats-carousel .slides .slick-slide:nth-child(4) .content > div + p {
      max-width: 324px; }
    .stats-carousel .slides .slick-slide:nth-child(4) .slide > .img-container {
      left: calc(50% + 180px);
      position: absolute;
      width: 764px;
      bottom: -50px; } }

.scrollable-table {
  margin-top: 30px; }
  .scrollable-table .categories {
    margin-bottom: 20px; }
    .scrollable-table .categories > p {
      text-align: center;
      font-weight: bold; }
    .scrollable-table .categories ul {
      list-style: none;
      padding-left: 0;
      display: flex;
      justify-content: center; }
      .scrollable-table .categories ul li {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        text-align: center;
        font-weight: bold;
        color: #4C4C4C;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 18px;
        cursor: pointer; }
        .scrollable-table .categories ul li:first-child {
          color: white;
          background: #2CB34A; }
        .scrollable-table .categories ul li:nth-child(2) {
          background-color: rgba(248, 156, 77, 0.3); }
        .scrollable-table .categories ul li:nth-child(3) {
          background-color: rgba(163, 163, 163, 0.3); }
  .scrollable-table .scroller {
    overflow: scroll; }
  .scrollable-table .table {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: flex-start;
    width: 200%;
    margin: 0 -4px; }
    .scrollable-table .table li {
      width: calc(25% - 8px);
      margin: 0 4px;
      background: white;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      color: black;
      padding: 4px 0px; }
      .scrollable-table .table li:nth-child(4n + 1) {
        position: sticky;
        left: 0;
        text-align: right;
        padding-left: 10px;
        padding-right: 34px;
        justify-content: flex-end; }
      .scrollable-table .table li:nth-child(1), .scrollable-table .table li:nth-child(2), .scrollable-table .table li:nth-child(3), .scrollable-table .table li:nth-child(4) {
        align-items: flex-start; }
      .scrollable-table .table li:nth-child(4n + 1), .scrollable-table .table li:nth-child(2), .scrollable-table .table li:nth-child(3), .scrollable-table .table li:nth-child(4) {
        font-weight: bold; }
      .scrollable-table .table li:nth-child(5), .scrollable-table .table li:nth-child(6), .scrollable-table .table li:nth-child(7), .scrollable-table .table li:nth-child(8) {
        padding-top: 8px;
        padding-bottom: 8px; }
      .scrollable-table .table li:nth-child(9), .scrollable-table .table li:nth-child(10), .scrollable-table .table li:nth-child(11), .scrollable-table .table li:nth-child(12) {
        padding-top: 20px;
        padding-bottom: 20px; }
      .scrollable-table .table li:nth-child(13), .scrollable-table .table li:nth-child(14), .scrollable-table .table li:nth-child(15), .scrollable-table .table li:nth-child(16), .scrollable-table .table li:nth-child(25), .scrollable-table .table li:nth-child(26), .scrollable-table .table li:nth-child(27), .scrollable-table .table li:nth-child(28) {
        padding-top: 8px; }
      .scrollable-table .table li:nth-child(21), .scrollable-table .table li:nth-child(22), .scrollable-table .table li:nth-child(23), .scrollable-table .table li:nth-child(24), .scrollable-table .table li:nth-child(33), .scrollable-table .table li:nth-child(34), .scrollable-table .table li:nth-child(35), .scrollable-table .table li:nth-child(36) {
        padding-bottom: 8px; }
      .scrollable-table .table li:nth-child(2) {
        color: #2CB34A; }
      .scrollable-table .table li:nth-child(3) {
        color: #F89C4D; }
      .scrollable-table .table li:nth-child(4) {
        color: #A3A3A3; }
      .scrollable-table .table li:nth-child(5), .scrollable-table .table li:nth-child(6), .scrollable-table .table li:nth-child(7), .scrollable-table .table li:nth-child(8), .scrollable-table .table li:nth-child(13), .scrollable-table .table li:nth-child(14), .scrollable-table .table li:nth-child(15), .scrollable-table .table li:nth-child(16), .scrollable-table .table li:nth-child(17), .scrollable-table .table li:nth-child(18), .scrollable-table .table li:nth-child(19), .scrollable-table .table li:nth-child(20), .scrollable-table .table li:nth-child(21), .scrollable-table .table li:nth-child(22), .scrollable-table .table li:nth-child(23), .scrollable-table .table li:nth-child(24) {
        background: #f3f3f3; }
      .scrollable-table .table li .hang {
        position: absolute;
        width: 10px;
        text-align: left; }
  @media (min-width: 1025px) {
    .scrollable-table .categories {
      display: none; }
    .scrollable-table .scroller {
      overflow: visible; }
    .scrollable-table .table {
      width: auto; }
      .scrollable-table .table li {
        font-size: 18px;
        line-height: 22px; }
        .scrollable-table .table li:nth-child(5), .scrollable-table .table li:nth-child(6), .scrollable-table .table li:nth-child(7), .scrollable-table .table li:nth-child(8) {
          padding-top: 21px;
          padding-bottom: 21px; }
        .scrollable-table .table li:nth-child(9), .scrollable-table .table li:nth-child(10), .scrollable-table .table li:nth-child(11), .scrollable-table .table li:nth-child(12) {
          padding-top: 21px;
          padding-bottom: 21px; }
        .scrollable-table .table li:nth-child(13), .scrollable-table .table li:nth-child(14), .scrollable-table .table li:nth-child(15), .scrollable-table .table li:nth-child(16), .scrollable-table .table li:nth-child(25), .scrollable-table .table li:nth-child(26), .scrollable-table .table li:nth-child(27), .scrollable-table .table li:nth-child(28) {
          padding-top: 21px; }
        .scrollable-table .table li:nth-child(21), .scrollable-table .table li:nth-child(22), .scrollable-table .table li:nth-child(23), .scrollable-table .table li:nth-child(24), .scrollable-table .table li:nth-child(33), .scrollable-table .table li:nth-child(34), .scrollable-table .table li:nth-child(35), .scrollable-table .table li:nth-child(36) {
          padding-bottom: 21px; }
        .scrollable-table .table li:nth-child(4n + 1) {
          width: calc(27% - 8px); }
        .scrollable-table .table li:nth-child(4n + 2), .scrollable-table .table li:nth-child(4n + 3) {
          width: calc(19% - 8px); }
        .scrollable-table .table li:nth-child(4n + 4) {
          width: calc(35% - 8px); } }

/*# sourceMappingURL=main.css.map */


#uuid-f67e0d62-170a-4c9a-9058-54f98e53cf93  {
  background: #64CBE8;
    flex: 100%;
}
#uuid-f67e0d62-170a-4c9a-9058-54f98e53cf93 p {
  margin: 4px 0;
    font-size: 11px;
    font-family: Arial;
    color: white;
    text-align: center;
}