@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
 * IE10 in Windows (Phone) 8
 * Support for responsive views via media queries do not work in IE10 on mobile for
 * versions prior to WP8 Update 3 (GDR3).
 */
@-ms-viewport {
  width: device-width; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Use the iOS devices hardware accelerator to provide native scrolling.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*/
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*@import url("/count/361c09");*/
@font-face {
  font-family: 'AvenirNextLTPro-BoldCn';
  src: url("/themes/custom/veltassa_patient/fonts/361C09_0_0.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/361C09_0_0.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/361C09_0_0.ttf") format("truetype"),
  url("/themes/custom/veltassa_patient/fonts/361C09_0_0.eot") format("embedded-opentype");
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextLTPro-DemiCn';
  src: url("/themes/custom/veltassa_patient/fonts/3672FE_0_0.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/3672FE_0_0.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/3672FE_0_0.ttf") format("truetype"),
  url("/themes/custom/veltassa_patient/fonts/3672FE_0_0.eot") format("embedded-opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Medium';
  src: url("/themes/custom/veltassa_patient/fonts/Avenir-Medium.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Medium.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Medium.ttf") format("truetype"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Medium.eot") format("embedded-opentype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Heavy';
  src: url("/themes/custom/veltassa_patient/fonts/Avenir-Heavy.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Heavy.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Heavy.ttf") format("truetype"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Heavy.eot") format("embedded-opentype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Black';
  src: url("/themes/custom/veltassa_patient/fonts/Avenir-Black.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Black.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Black.eot") format("embedded-opentype"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Book';
  src: url("/themes/custom/veltassa_patient/fonts/Avenir-Book.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Book.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Book.eot") format("embedded-opentype"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Book.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Roman';
  src: url("/themes/custom/veltassa_patient/fonts/Avenir-Roman.woff2") format("woff2"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Roman.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Roman.eot") format("embedded-opentype"),
  url("/themes/custom/veltassa_patient/fonts/Avenir-Roman.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro Regular';
  src: url("/themes/custom/veltassa_patient/fonts/MyriadPro-Regular.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/MyriadPro-Regular.eot") format("embedded-opentype"),
  url("/themes/custom/veltassa_patient/fonts/MyriadPro-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Condensed Bold';
  src: url("/themes/custom/veltassa_patient/fonts/AvenirNextCondensed-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}


/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*==========================================================
  Selectric v1.9.3 Default styles - Change to match design
==========================================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #ddd;
  background: #f8f8f8;
  position: relative; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: ' ';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #bbb;
      border-bottom: 0; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul,
  .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #efefef;
      color: #444; }
    .selectric-items li:hover {
      background: #f0f0f0;
      color: #444; }
    .selectric-items li:before {
      display: none; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/themes/custom/veltassa_patient/img/global/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/themes/custom/veltassa_patient/fonts/slick.eot") format("embedded-opentype"),
  url("/themes/custom/veltassa_patient/fonts/slick.woff") format("woff"),
  url("/themes/custom/veltassa_patient/fonts/slick.ttf") format("truetype"),
  url("/themes/custom/veltassa_patient/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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%);
  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: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    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 {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

header {
  background-color: #492e8e;
  position: absolute;
  outline: 0px solid red;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow .5s;
  /* Safari */
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
  height: 102px; }
  .js-overflow-hidden header {
    -webkit-box-shadow: none;
            box-shadow: none; }
  header.relative {
    position: relative; }
  header.fixed {
    position: fixed;
    top: -25px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15); }

.header-content {
  height: 102px;
  position: relative;
  background-color: #492e8e;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  z-index: 11; }
  .header-content:before, .header-content:after {
    /*display: none;
    position: absolute;
    top: 0;
    width: 224px;
    height: inherit;
    background-color: inherit;*/ }

div.header-bg {
  background-color: inherit;
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.top-nav {
  height: 25px;
  max-width: 300px;
  margin: 0 auto 6px;
}
  .top-nav ul {
    margin: 0 0 0;
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%; }
  .top-nav li {
    text-align: center;
    height: 25px;
    display: table-cell;
    width: 33%;
    padding: 0;
    vertical-align: middle;
    line-height: initial; }
    .top-nav li.top-nav-phone {
      display: none; }
  .top-nav a {
    color: #ffffff;
    padding-top: 3px;
    text-decoration: none;
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal;
    font-size: 9px;
    font-size: 0.5625rem;
    display: inline-block; }
    .top-nav a:hover {
      text-decoration: underline; }

.logo {
  background-image: url("/themes/custom/veltassa_patient/img/global/logo-veltassa-dt.svg");
  background-size: 92px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 92px;
  height: 61px;
  margin: 0 0;
  position: absolute;
  top: 40px;
  left: 0; }

a.sot_cta {
  display: block;
  width: 165px;
  height: 46px;
  float: left;
  color: #ffffff;
  background-color: #7e61bb;
  font-size: 12.65px;
  font-size: 0.790625rem;
  line-height: 1.2;
  font-family: 'AvenirNextLTPro-DemiCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 30px;
  padding-top: 10px;
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-pencil.svg");
  background-size: 18px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-left: 100px; }
  .reg a.sot_cta, .prospect_crm_landing a.sot_cta {
    display: none; }

a.menu {
  height: 57px;
  background-image: url("/themes/custom/veltassa_patient/img/global/menu.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 50% 5px;
  display: inline-block;
  float: right;
  margin: 0px 5px 0 0;
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 28px 5px 0 5px;
  border-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
  a.menu span {
    display: inline-block; }
    a.menu span.open {
      display: none; }
  a.menu.open {
    color: #ffffff;
    background-color: #7e61bb;
    background-image: url("/themes/custom/veltassa_patient/img/global/menu-close.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 50% 10px; }
    a.menu.open span {
      display: none; }
      a.menu.open span.open {
        display: inline-block; }

nav.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  top: 101%;
  left: 0;
  width: 320px;
  background-color: #ffffff;
  z-index: 1;
  text-align: left;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%; }

ul#mobile-menu {
  margin: 0 auto;
  background-color: #ffffff;
  border-top: 8px solid #7e61bb;
  padding-bottom: 20px; }
  ul#mobile-menu li {
    width: 320px;
    margin: 0 auto; }
    ul#mobile-menu li a {
      color: #492e8e;
      font-family: "Avenir Medium", sans-serif;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.75rem;
      text-decoration: none;
      height: 38px;
      display: block;
      line-height: 38px; }
      ul#mobile-menu li a span.link_inside {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        margin-left: 10px;
        position: relative; }
        ul#mobile-menu li a span.link_inside:after {
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #492e8e;
          display: none !important; }
    ul#mobile-menu li.current-menu-item a span.link_inside:after {
      display: block !important; }
    ul#mobile-menu li.current-menu-item.current-menu-parent {
      background-color: transparent; }
      ul#mobile-menu li.current-menu-item.current-menu-parent a span.link_inside:after {
        display: none !important; }
    ul#mobile-menu li ul.sub-menu li a span.link_inside {
      margin-left: 45px; }
    ul#mobile-menu li ul.sub-menu li.current-menu-item a span.link_inside:after {
      display: block !important; }

.dt-nav {
  display: none; }

.mobile-nav .mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mobile-nav .mCS-sp-theme.mCSB_scrollTools_vertical {
  width: 10px;
  top: 10px; }

.mobile-nav .mCustomScrollBox {
  width: 100%;
  margin: 0 auto; }

.mobile-nav .mCSB_scrollTools .mCSB_dragger {
  max-height: 300px !important; }

.mobile-nav .mCS-sp-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mobile-nav .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: transparent; }

.mobile-nav .mCSB_scrollTools, .mobile-nav .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mobile-nav .mCSB_scrollTools .mCSB_buttonUp, .mobile-nav .mCSB_scrollTools .mCSB_buttonDown, .mobile-nav .mCSB_scrollTools .mCSB_buttonLeft, .mobile-nav .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: none;
  transition: none; }

.mobile-nav .mCSB_scrollTools {
  opacity: 1; }

.mobile-nav .mCS-sp-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5f4d89; }

div#dt-subnav {
  display: none; }

@media only screen and (min-width: 48em) {
  header {
    height: 138px; }
    header.fixed {
      top: -30px; }
  .header-content {
    max-width: none;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    height: inherit;
    padding-left: 0;
    padding-right: 0;
    max-width: 700px; }
  .top-nav {
    min-height: inherit;
    height: 36px;
    max-width: none;
    margin-bottom: 35px; }
    .top-nav ul {
      width: 100%;
      margin: 0 auto 0; }
    .top-nav li {
      width: auto;
      height: auto;
      padding-left: 11px;
      padding-right: 11px;
      float: left; }
      .top-nav li:last-child {
        padding-right: 0; }
      .top-nav li.top-nav-isi {
        padding-left: 0; }
      .top-nav li.top-nav-pi {
        padding: 0 32px; }
      .top-nav li.top-nav-hcp {
        padding-right: 0;
        float: right; }
      .top-nav li a {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 30px;
        padding-top: 0; }
  .logo {
    background-image: url("/themes/custom/veltassa_patient/img/global/logo-veltassa-dt.svg");
    background-size: 133px;
    width: 133px;
    height: 85px; }
  a.sot_cta {
    width: 218px;
    height: 59px;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 45px;
    padding-top: 12px;
    background-size: 25px;
    background-position: 10px 50%;
    margin-left: 390px; }
  a.menu {
    height: 73px;
    background-size: 45px;
    background-position: 50% 5px;
    margin: 0 15px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 35px 5px 0 5px;
    margin-right: 0; }
    a.menu.open {
      background-size: 16px;
      background-position: 50% 10px; }
  nav.mobile-nav {
    background-color: transparent;
    overflow: visible; }
  ul#mobile-menu {
    width: 410px;
    margin-right: 0;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); }
    ul#mobile-menu li a {
      font-size: 15.6px;
      font-size: 0.975rem;
      height: 50px;
      line-height: 50px; }
  .mobile-nav .mCSB_inside > .mCSB_container {
    overflow: visible; }
  .mobile-nav .mCustomScrollBox {
    width: 700px;
    overflow: visible; } }

@media only screen and (min-width: 62.5em) {
  header {
    height: 105px;
    position: fixed;
    top: 0;
    border-bottom: 0px;
    z-index: 4; }
    header.fixed {
      top: 0; }
    .has_dt_subnav header {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .header-content {
    height: inherit;
    width: 1000px;
    max-width: 1000px; }
  .top-nav {
    float: right;
    margin-bottom: 6px; }
    .top-nav ul {
      width: auto;
      margin-left: 0;
      margin-top: 0;
      height: 23px;
      float: right; }
    .top-nav li {
      width: auto;
      padding: 0;
      margin-right: 35px;
      display: inline-block;
      border: 0; }
      .top-nav li + li {
        border: 0; }
      .top-nav li.top-nav-hcp {
        float: left; }
      .top-nav li.top-nav-pi {
        padding: 0; }
      .top-nav li a {
        font-size: 10px;
        font-size: 0.625rem; }
  div.header-bg {
    display: none; }
  .logo {
    top: 10px; }
  a.sot_cta {
    display: none; }
  a.menu {
    display: none; }
  nav.main-nav {
    display: none; }
  nav.dt-nav {
    display: block;
    position: relative;
    outline: 0px solid yellow;
    float: right;
    width: 835px;
    height: 52px;
    background-color: #7e61bb;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 20px; }
    nav.dt-nav ul#dt-menu {
      max-width: 1000px;
      margin: 0 auto;
      text-align: left; }
      nav.dt-nav ul#dt-menu > li {
        display: inline-block;
        float: left;
        text-align: center;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 7px 20px 0;
        background-color: #7e61bb;
        position: relative;
        height: 42px; }
        nav.dt-nav ul#dt-menu > li + li {
          margin-left: 10px; }
        nav.dt-nav ul#dt-menu > li a {
          display: inline-block;
          margin: 0px;
          font-family: 'AvenirNextLTPro-DemiCn', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          font-size: 1rem;
          text-decoration: none;
          color: #ffffff; }
        nav.dt-nav ul#dt-menu > li ul.sub-menu {
          display: none;
          width: 100%;
          position: absolute;
          top: 34px;
          left: 0;
          background-color: #ffffff;
          height: auto;
          -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
                  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
          border-top: 4px solid #7e61bb;
          padding: 10px 10px;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
          z-index: 3; }
          nav.dt-nav ul#dt-menu > li ul.sub-menu > li a {
            font-family: "Avenir Medium", sans-serif;
            font-weight: normal;
            font-weight: normal;
            font-size: 12px;
            font-size: 0.75rem;
            color: #492e8e;
            padding: 10px 0; }
          nav.dt-nav ul#dt-menu > li ul.sub-menu > li:hover a {
            text-decoration: underline; }
        nav.dt-nav ul#dt-menu > li.signup {
          width: 200px;
          text-align: left;
          padding-left: 30px;
          padding-right: 0;
          background-image: url("/themes/custom/veltassa_patient/img/global/icon-pencil.svg");
          background-size: 19px;
          background-position: 5px 10px;
          background-repeat: no-repeat;
          padding-top: 5px;
          margin-top: 0px;
          height: 42px; }
          .reg nav.dt-nav ul#dt-menu > li.signup {
            display: none; }
          .prospect_crm_landing nav.dt-nav ul#dt-menu > li.signup {
            display: none; }
          nav.dt-nav ul#dt-menu > li.signup a {
            line-height: 1; }
        nav.dt-nav ul#dt-menu > li:hover {
          background-color: #492e8e; }
          nav.dt-nav ul#dt-menu > li:hover > .sub-menu {
            display: inline-block;
            z-index: 3; }
        nav.dt-nav ul#dt-menu > li.current-menu-parent {
          background-color: #492e8e; }
          nav.dt-nav ul#dt-menu > li.current-menu-parent > .sub-menu {
            display: none; }
            nav.dt-nav ul#dt-menu > li.current-menu-parent > .sub-menu > li {
              display: inline-block; }
        nav.dt-nav ul#dt-menu > li.about_veltassa ul.sub-menu {
          padding: 10px 14px; }
        nav.dt-nav ul#dt-menu > li.resources ul.sub-menu {
          padding: 10px 8px; }
  div#dt-subnav {
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
    height: 0; }
    .has_dt_subnav div#dt-subnav {
      display: block; }
    div#dt-subnav div.dt-subnav-inner {
      width: 1000px;
      margin: 0 auto;
      outline: 0px solid red;
      position: relative;
      height: 0; }
      div#dt-subnav div.dt-subnav-inner:before {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: inherit;
        background-color: #492e8e;
        height: 40px; }
      div#dt-subnav div.dt-subnav-inner div.left {
        width: 695px;
        float: left;
        height: inherit;
        height: 40px;
        background-color: #492e8e; }
        div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu {
          display: block;
          z-index: 2;
          width: auto;
          background-color: #492e8e;
          text-align: left;
          padding-top: 4px; }
          div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li {
            display: inline-block;
            padding-bottom: 3px;
            position: relative; }
            div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li + li {
              margin-left: 30px; }
              div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li + li:before, div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li + li:after {
                position: absolute;
                display: block;
                height: 10px;
                border: 1px solid #c9e0a2;
                border-top: 0;
                border-bottom: 0;
                border-right: 0;
                width: 4px;
                top: 7px;
                -webkit-transform: rotate(30deg);
                transform: rotate(30deg); }
              div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li + li:before {
                left: -18px; }
              div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li + li:after {
                left: -14px; }
            div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li a {
              font-family: "Avenir Book", sans-serif;
              font-size: 12px;
              font-size: 0.75rem;
              color: #ffffff;
              padding: 10px 0;
              text-decoration: none;
              border-bottom: 3px solid #492e8e;
              padding-bottom: 2px; }
            div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li.current-menu-item a, div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li:hover a {
              border-bottom: 3px solid #ffffff;
              padding-bottom: 2px; }
          div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu.high_potassium {
            margin-left: 205px; }
          div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu.about_veltassa {
            margin-left: 10px; }
          div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu.healthy_living {
            margin-left: 205px; }
          div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu.resources {
            margin-left: 30px; } }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #464646;
  background-repeat: no-repeat;
  background-position: center 110px;
  line-height: 1.4; }
  body.locked {
    position: fixed; }

* {
  margin-top: 0;
  margin-bottom: 0; }

header,
main,
footer,
section {
  width: 100%;
  min-width: 320px; }

section {
  margin: 0 auto; }

.footer-content,
.isi-content,
.section-content {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0 10px; }

.js-overflow-hidden {
  overflow: hidden !important; }

main {
  margin-top: 102px; }

aside {
  display: none; }

strong {
  font-weight: normal; }

span.smallCaps {
  font-variant: small-caps; }

sup.special-tm {
  font-size: 60%; }

sup.small {
  font-size: 50%;
  top: -0.75em; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0; }

h1.headline {
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #8cb9f1;
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal; }
  h2.subhead {
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal;
    font-size: 24px;
    font-size: 1.5rem;
    color: #8cb9f1;
    line-height: 1.2; }
  h2.gray {
    color: #566f93 !important; }

p {
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2; }
  p.footnote {
    font-size: 12px;
    font-size: 0.75rem; }

strong {
  font-family: "Avenir Heavy", sans-serif;
  font-weight: normal; }

li {
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #566f93; }
  a.link-inline {
    color: inherit;
    text-decoration: underline; }
  a.link-with-arrow {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Avenir Book", sans-serif; }
  a.avenir_book {
    font-family: "Avenir Book", sans-serif; }
  a.avenir_medium {
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal; }
  a.link-solo {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #566f93;
    padding-right: 14px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    font-family: "Avenir Book", sans-serif; }
    a.link-solo span.right-arrow {
      color: inherit;
      position: absolute;
      top: -1px;
      right: 0;
      display: inline-block; }
    a.link-solo.purple {
      color: #492e8e;
      border-bottom: 1px solid #492e8e; }
  a.video-cta-button {
    margin-left: 54px;
    font-family: "Avenir Book", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px; }
    a.video-cta-button:before {
      display: block;
      width: 61px;
      height: 61px;
      background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/sprite-video-cta-button-m-2x.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      position: absolute;
      top: -18px;
      left: -60px; }
    a.video-cta-button:hover {
      border-bottom: 1px solid transparent; }
    a.video-cta-button.purple:hover:before {
      background-position: 0 -322px; }
    a.video-cta-button.gray:hover:before {
      background-position: 0 -161px; }
  a.gray {
    color: #566f93; }
  a.tel {
    display: inline;
    text-decoration: none !important;
    color: inherit; }
  a.white {
    color: #ffffff; }
  a.black {
    color: #000000; }
  a.body-text {
    color: #464646; }

a.icon-cookbook {
  display: inline-block;
  padding-left: 128px;
  background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-01.png");
  background-size: 118px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  height: 107px;
  padding-top: 27px;
  color: #492e8e; }

a.faq-recipe-link {
  display: inline-block;
  padding-left: 60px;
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-faq-recipe.svg");
  background-size: 41px;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 50px;
  padding-top: 15px; }

a.link-vid {
  display: table;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url("/themes/custom/veltassa_patient/img/global/sprite-play-icon.png");
  background-size: 1029px;
  background-position: 0 50%;
  height: auto;
  min-height: 30px;
  font-family: "Avenir Book", sans-serif; }
  a.link-vid span.link-vid-copy {
    display: table-cell;
    vertical-align: middle; }
  a.link-vid:hover {
    text-decoration: none;
    background-position: -1001px 50%; }

h2 + p,
h2 + ul,
p + p,
ul + p {
  margin-top: 20px; }

p + .customButton, p + .customButtonWhite {
  margin-top: 40px; }

.tac {
  text-align: center; }

.avenir_book {
  font-family: "Avenir Book", sans-serif; }

.avenir_medium {
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal; }

.avenir_heavy {
  font-family: "Avenir Heavy", sans-serif;
  font-weight: normal; }

.avenir_black {
  font-family: "Avenir Black", sans-serif;
  font-weight: normal; }

.AvenirNextCondensedBold {
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal; }

.AvenirNextCondensedBoldItalic {
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic; }

span.small-caps {
  font-variant: small-caps; }

.invisible {
  visibility: hidden; }

.gray {
  color: #566f93; }

.vertical-outer {
  display: table;
  width: 100%; }

.vertical-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.customButton, .customButtonWhite {
  display: inline-block;
  text-decoration: none;
  background-color: #566f93;
  border: 3px solid #566f93;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Avenir Book", sans-serif;
  padding: 7px 35px 5px;
  margin: 10px auto;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3); }
  .customButton span.customButtonText, .customButtonWhite span.customButtonText {
    display: inline-block;
    text-transform: uppercase; }
  .customButton:hover, .customButtonWhite:hover {
    background-color: #ffffff; }
    .customButton:hover span.customButtonText, .customButtonWhite:hover span.customButtonText {
      color: #566f93; }
  .customButton.disabled, .disabled.customButtonWhite {
    cursor: default;
    background-color: #f0f8fd;
    border-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/global/loading.gif");
    background-size: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .customButton.disabled span.customButtonText, .disabled.customButtonWhite span.customButtonText {
      text-indent: -9999em; }

.customButtonWhite {
  background-color: #ffffff;
  color: #566f93;
  border: 3px solid #566f93; }
  .customButtonWhite:hover {
    background-color: #f0f8fd;
    border-color: #f0f8fd; }
    .customButtonWhite:hover span.customButtonText {
      color: #566f93; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem; }
  ul.bulleted li {
    position: relative;
    padding-left: 20px;
    line-height: 1.2; }
    ul.bulleted li + li {
      margin-top: 5px; }
    ul.bulleted li:before {
      content: '\2022';
      position: absolute;
      top: 0;
      left: 10px;
      color: inherit; }
  ul.orange-bullet li:before {
    color: #d47600; }
  ul.blue-bullet li:before {
    color: #004165; }
  ul.purple-bullet li:before {
    color: #492e8e; }
  ul.light-purple-bullet li {
    margin-top: 2px; }
    ul.light-purple-bullet li:before {
      color: #7d60b8; }

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
  counter-reset: section; }
  ol.numbered li {
    position: relative;
    padding-left: .75em; }
    ol.numbered li:before {
      counter-increment: section;
      content: counters(section, ".") ". ";
      position: relative;
      color: inherit;
      font-weight: bold; }
  ol.numbered_circle li {
    position: relative;
    padding-left: 50px;
    min-height: 30px;
    display: table;
    margin-top: 20px;
    background-size: 29px;
    background-repeat: no-repeat;
    background-position: 0 50%; }
    ol.numbered_circle li span.inner {
      display: table-cell;
      vertical-align: middle; }
    ol.numbered_circle li:before {
      counter-increment: section;
      content: counters(section, "") "";
      font-weight: bold;
      font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-family: "Avenir Heavy", sans-serif;
      font-weight: normal;
      font-size: 16px;
      font-size: 1rem;
      color: #ffffff;
      background-color: #566f93;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 50%; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCS-sp-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #464646;
  width: 6px; }

.mCS-sp-theme.mCSB_scrollTools_vertical {
  width: 25px; }

.mCS-sp-theme.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #ebebeb; }

div.column-container div.column {
  margin: 0px auto; }
  div.column-container div.column + .column {
    margin-top: 20px; }

div.column-container div.columns-double div.column {
  width: 100%; }

div.column-container div.columns-single div.column {
  width: 100%; }

div.jwVideoContainer {
  padding: 0px;
  background-color: #ffffff;
  position: relative; }

.jw-icon-rewind {
  display: none !important; }

.jw-icon:hover {
  color: #9e91bf !important; }

.jw-slider-container:hover .jw-knob, .jw-slider-container:hover .jw-progress {
  background: #9e91bf !important; }

.jw-slider-volume .jw-progress {
  background: #9e91bf !important;
}
footer .footer-copy a{
  color: #fff;
}
div#lightbox-video {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  z-index: 21;
  position: fixed;
  bottom: auto;
  left: 0;
  right: 0;
  top: 10%; }
  div#lightbox-video .video-close {
    display: block;
    background: url("/themes/custom/veltassa_patient/img/video-module/video-close.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: 16px;
    position: absolute;
    top: -33px;
    right: 0;
    cursor: pointer;
    background: url("/themes/custom/veltassa_patient/img/video-module/t/video-close.png") no-repeat 0 0;
    width: 33px;
    height: 33px;
    background-size: 33px;
    z-index: 1; }
  div#lightbox-video div.lightbox-video {
    display: none;
    width: 100%;
    height: auto; }
    div#lightbox-video div.lightbox-video.show {
      display: block; }
  div#lightbox-video div.related-content-container {
    display: none;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px; }
    div#lightbox-video div.related-content-container.show {
      display: block; }
    div#lightbox-video div.related-content-container h2 {
      text-transform: uppercase;
      font-family: 'AvenirNextLTPro-DemiCn', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 19px;
      letter-spacing: normal;
      color: #8874b5; }
  div#lightbox-video div.related-content {
    min-height: 220px;
    display: none; }
    div#lightbox-video div.related-content .related-cta {
      display: table;
      width: 100%;
      min-height: 100px;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-position: 0 50%; }
      div#lightbox-video div.related-content .related-cta.fpo {
        position: relative; }
        div#lightbox-video div.related-content .related-cta.fpo:before {
          content: 'FPO';
          position: absolute;
          font-family: "Avenir Medium", sans-serif;
          font-weight: normal;
          color: #fa22d4;
          font-size: 18px;
          font-size: 1.125rem;
          top: 50%;
          left: 32px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      div#lightbox-video div.related-content .related-cta .related-cta-inner {
        outline: 0 solid red;
        display: table-cell;
        height: inherit;
        vertical-align: middle;
        padding-left: 140px; }
        div#lightbox-video div.related-content .related-cta .related-cta-inner p {
          color: #492e8e;
          font-family: "Avenir Book", sans-serif;
          font-size: 12.5px;
          margin: 0; }
          div#lightbox-video div.related-content .related-cta .related-cta-inner p span.arrow {
            background-image: url("/themes/custom/veltassa_patient/img/video-module/right-arrow-2x.png");
            background-size: 6px;
            background-repeat: no-repeat;
            background-position: 100% 100%;
            display: inline-block;
            width: 10px;
            height: 11px; }
          div#lightbox-video div.related-content .related-cta .related-cta-inner p.link {
            font-family: "Avenir Medium", sans-serif;
            font-weight: normal;
            text-transform: uppercase;
            display: inline-block;
            position: relative; }
            div#lightbox-video div.related-content .related-cta .related-cta-inner p.link:after {
              display: block;
              position: absolute;
              top: 0;
              right: -20px;
              background: url("/themes/custom/veltassa_patient/img/video-module/related-cta-link.png") no-repeat 0 0;
              width: 13px;
              height: 13px;
              background-size: 13px; }
            div#lightbox-video div.related-content .related-cta .related-cta-inner p.link.down:after {
              background: url("/themes/custom/veltassa_patient/img/video-module/related-cta-link-down.png") no-repeat 0 0;
              background-size: 13px; }
      div#lightbox-video div.related-content .related-cta.related-cta-1, div#lightbox-video div.related-content .related-cta.related-cta-3, div#lightbox-video div.related-content .related-cta.related-cta-6, div#lightbox-video div.related-content .related-cta.related-cta-10, div#lightbox-video div.related-content .related-cta.related-cta-11, div#lightbox-video div.related-content .related-cta.related-cta-13, div#lightbox-video div.related-content .related-cta.related-cta-16, div#lightbox-video div.related-content .related-cta.related-cta-20, div#lightbox-video div.related-content .related-cta.related-cta-25, div#lightbox-video div.related-content .related-cta.related-cta-33, div#lightbox-video div.related-content .related-cta.related-cta-37, div#lightbox-video div.related-content .related-cta.related-cta-40, div#lightbox-video div.related-content .related-cta.related-cta-42, div#lightbox-video div.related-content .related-cta.related-cta-44 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-01.png");
        background-position: 0 50%;
        background-size: 118px; }
      div#lightbox-video div.related-content .related-cta.related-cta-2 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-02.jpg");
        background-repeat: no-repeat;
        background-position: 20px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-4 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-04.jpg");
        background-position: 20px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-5, div#lightbox-video div.related-content .related-cta.related-cta-15, div#lightbox-video div.related-content .related-cta.related-cta-19, div#lightbox-video div.related-content .related-cta.related-cta-21, div#lightbox-video div.related-content .related-cta.related-cta-27, div#lightbox-video div.related-content .related-cta.related-cta-29, div#lightbox-video div.related-content .related-cta.related-cta-38, div#lightbox-video div.related-content .related-cta.related-cta-39, div#lightbox-video div.related-content .related-cta.related-cta-41, div#lightbox-video div.related-content .related-cta.related-cta-43 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-05.png");
        background-position: 20px 50%;
        background-size: 92px; }
      div#lightbox-video div.related-content .related-cta.related-cta-7, div#lightbox-video div.related-content .related-cta.related-cta-17, div#lightbox-video div.related-content .related-cta.related-cta-23, div#lightbox-video div.related-content .related-cta.related-cta-31, div#lightbox-video div.related-content .related-cta.related-cta-35 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-07.png");
        background-position: 10px 50%;
        background-size: 97px; }
      div#lightbox-video div.related-content .related-cta.related-cta-8 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-08.jpg");
        background-position: 20px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-9, div#lightbox-video div.related-content .related-cta.related-cta-36 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-09.png");
        background-position: 10px 50%;
        background-size: 106px; }
      div#lightbox-video div.related-content .related-cta.related-cta-12 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-12.jpg");
        background-repeat: no-repeat;
        background-position: 20px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-14 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-14.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-22 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-22.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-24 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-24.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-26 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-26.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-28, div#lightbox-video div.related-content .related-cta.related-cta-30 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-28.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-32 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-32.jpg");
        background-repeat: no-repeat;
        background-position: 10px 50%;
        background-size: 78px; }
      div#lightbox-video div.related-content .related-cta.related-cta-18, div#lightbox-video div.related-content .related-cta.related-cta-34 {
        background-image: url("/themes/custom/veltassa_patient/img/video-module/related-cta-18.jpg");
        background-position: 20px 50%;
        background-size: 78px; }

div.cta-1 {
  padding-left: 145px;
  background-repeat: no-repeat;
  background-position: 0 50%; }
  div.cta-1 P {
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal; }
  div.cta-1.get-recipes {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-1-get-recipes-2x.jpg");
    background-size: 135px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.cta-1.get-recipes {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-1-get-recipes-2x.jpg");
        background-size: 135px auto; } }
  div.cta-1 h2 {
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-weight: normal;
    font-style: normal; }

div.cta-2 h2 {
  line-height: 1.2; }

div.cta-2 h2, div.cta-2 p {
  text-align: center; }

div.cta-2 a.customButton, div.cta-2 a.customButtonWhite {
  display: block;
  text-align: center;
  margin: 10px auto 0; }

div.cta-3 {
  text-align: center; }
  div.cta-3 h2 {
    line-height: 1.2; }
    div.cta-3 h2:after {
      width: 100%;
      height: 204px;
      display: block;
      background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-glass-2x.png");
      background-size: 204px auto;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      margin: 30px auto 20px; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        div.cta-3 h2:after {
          background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-glass-2x.png");
          background-size: 204px auto; } }
  div.cta-3 a.customButton, div.cta-3 a.customButtonWhite {
    width: 100%;
    margin-top: 16px; }
  div.cta-3.living-well h2:after {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-living-well-2x.png");
    background-size: 204px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.cta-3.living-well h2:after {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-living-well-2x.png");
        background-size: 204px auto; } }
  div.cta-3.rcp h2:after {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-rcp-2x.png");
    background-size: 204px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.cta-3.rcp h2:after {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/cta-3-rcp-2x.png");
        background-size: 204px auto; } }

div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider {
  width: 196px;
  height: 221px;
  margin: 0 auto; }
  div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item {
    outline: 0;
    width: 196px;
    height: 221px;
    background-repeat: no-repeat;
    background-position: 0 0; }
    div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-01 {
      background-image: url("/themes/custom/veltassa_patient/img/slider/one-m-2x.jpg");
      background-size: 196px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-01 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/one-m-2x.jpg");
          background-size: 196px auto; } }
    div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-02 {
      background-image: url("/themes/custom/veltassa_patient/img/slider/two-m-2x.jpg");
      background-size: 196px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-02 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/two-m-2x.jpg");
          background-size: 196px auto; } }
    div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-03 {
      background-image: url("/themes/custom/veltassa_patient/img/slider/three-m-2x.jpg");
      background-size: 196px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-03 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/three-m-2x.jpg");
          background-size: 196px auto; } }
    div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-04 {
      background-image: url("/themes/custom/veltassa_patient/img/slider/four-t-2x.png");
      background-size: 196px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-04 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/four-t-2x.png");
          background-size: 196px auto; } }

div.cta-img-slider p {
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal;
  margin-top: 10px; }

div.cta-img-slider h2 {
  color: #96b4de;
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1; }

div.cta-img-slider a.customButton, div.cta-img-slider a.customButtonWhite {
  margin-top: 25px; }

div.video-cta {
  display: inline-block;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
  div.video-cta P {
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal; }
  div.video-cta h2 {
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #492e8e;
    line-height: 1; }
    div.video-cta h2 + p {
      margin-top: 10px; }
  div.video-cta.risk-carol h2 {
    font-size: 16px;
    font-size: 1rem; }

ul.icon-on-top {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  ul.icon-on-top li {
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: 50% 0; }
    ul.icon-on-top li span.title {
      display: block;
      font-family: "Avenir Heavy", sans-serif;
      font-weight: normal; }
    ul.icon-on-top li.health-issue.issue-1 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-heartbeat.svg");
      background-size: 75px; }
      .b_ie.bv_11 ul.icon-on-top li.health-issue.issue-1 {
        background-size: 75px 54px; }
    ul.icon-on-top li.health-issue.issue-2 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-heartbroke.svg");
      background-size: 58px; }
      .b_ie.bv_11 ul.icon-on-top li.health-issue.issue-2 {
        background-size: 58px 54px; }
    ul.icon-on-top li.health-issue.issue-3 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-hospitalized.svg");
      background-size: 106px; }
      .b_ie.bv_11 ul.icon-on-top li.health-issue.issue-3 {
        background-size: 106px 52px; }
    ul.icon-on-top li.hvw.hvw-1 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-95-percent.svg");
      background-size: 70px; }
      .b_ie.bv_11 ul.icon-on-top li.hvw.hvw-1 {
        background-size: 70px 70px; }
    ul.icon-on-top li.hvw.hvw-2 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-check-mark-note.svg");
      background-size: 76px; }
      .b_ie.bv_11 ul.icon-on-top li.hvw.hvw-2 {
        background-size: 76px 65px; }
    ul.icon-on-top li.hvw.hvw-3 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-arrow-sign.svg");
      background-size: 68px; }
      .b_ie.bv_11 ul.icon-on-top li.hvw.hvw-3 {
        background-size: 68px 67px; }
    ul.icon-on-top li.fact {
      padding-left: 40px;
      padding-right: 40px; }
      ul.icon-on-top li.fact.fact-1 {
        background-image: url("/themes/custom/veltassa_patient/img/global/icon-packet.svg");
        background-size: 73px; }
        .b_ie.bv_11 ul.icon-on-top li.fact.fact-1 {
          background-size: 73px 56px; }
      ul.icon-on-top li.fact.fact-2 {
        padding-top: 100px;
        background-image: url("/themes/custom/veltassa_patient/img/global/icon-carrying-bag.svg");
        background-size: 72px; }
        .b_ie.bv_11 ul.icon-on-top li.fact.fact-2 {
          background-size: 72px 80px; }
      ul.icon-on-top li.fact.fact-3 {
        padding-top: 100px;
        background-image: url("/themes/custom/veltassa_patient/img/global/icon-glass-packet.svg");
        background-size: 75px; }
        .b_ie.bv_11 ul.icon-on-top li.fact.fact-3 {
          background-size: 75px 89px; }
      ul.icon-on-top li.fact.fact-4 {
        background-image: url("/themes/custom/veltassa_patient/img/global/icon-nose.svg");
        background-size: 71px; }
        .b_ie.bv_11 ul.icon-on-top li.fact.fact-4 {
          background-size: 71px 62px; }
    ul.icon-on-top li.routine.routine-1 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-calendar.svg");
      background-size: 72px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-1 {
        background-size: 72px 63px; }
    ul.icon-on-top li.routine.routine-2 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-alarm-clock.svg");
      background-size: 62px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-2 {
        background-size: 62px 60px; }
    ul.icon-on-top li.routine.routine-3 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-note.svg");
      background-size: 60px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-3 {
        background-size: 60px 60px; }
    ul.icon-on-top li.routine.routine-4 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-check-mark-note.svg");
      background-size: 72px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-4 {
        background-size: 72px 63px; }
    ul.icon-on-top li.routine.routine-5 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-bottle.svg");
      background-size: 40px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-5 {
        background-size: 40px 59px; }
    ul.icon-on-top li.routine.routine-6 {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-loved-one.svg");
      background-size: 70px; }
      .b_ie.bv_11 ul.icon-on-top li.routine.routine-6 {
        background-size: 70px 56px; }
    ul.icon-on-top li + li {
      margin-top: 30px; }

div.icon-on-left-container h2 {
  text-align: center; }

div.icon-on-left-container > p {
  text-align: center; }

div.icon-on-left-container ul.ul-icon-on-left {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.icon-on-left-container ul.ul-icon-on-left > li {
  position: relative;
  padding-left: 80px;
}
#high-potassium-health-risks .icon-on-left-container ul.ul-icon-on-left > li {
  position: relative;
  padding-left: 40px;
}
div.icon-on-left-container ul.ul-icon-on-left > li:before {
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  position: absolute;
  background-position: center 0;
  background-repeat: no-repeat; }
div.icon-on-left-container ul.ul-icon-on-left > li p {
  text-align: left; }
div.icon-on-left-container ul.ul-icon-on-left > li p + p {
  margin-top: 0; }
div.icon-on-left-container ul.ul-icon-on-left > li p.link-container {
  margin-top: 20px; }
div.icon-on-left-container ul.ul-icon-on-left > li ul {
  margin-left: 20px;
}
div.icon-on-left-container ul.ul-icon-on-left > li ul > li + li {
  margin-top: 0;
}
div.icon-on-left-container ul.ul-icon-on-left > li + li {
  margin-top: 40px;
}
div.icon-on-left-container ul.ul-icon-on-left > li.kidney:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-kidney.svg");
  background-size: 52px; }
#high-potassium-health-risks .icon-on-left-container ul.ul-icon-on-left > li.kidney:before{
  background: none !important;
}
div.icon-on-left-container ul.ul-icon-on-left > li.heart-failure:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-heart-with-beat.svg");
  background-size: 58px; }
#high-potassium-health-risks .icon-on-left-container ul.ul-icon-on-left > li.heart-failure:before{
  background: none !important;
}
div.icon-on-left-container ul.ul-icon-on-left > li.flame:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-flame.svg");
  background-size: 40px; }
div.icon-on-left-container ul.ul-icon-on-left > li.bottle:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-bottle.svg");
  background-size: 34px; }
#high-potassium-health-risks .icon-on-left-container ul.ul-icon-on-left > li.bottle:before{
  background: none !important;
}
div.icon-on-left-container ul.ul-icon-on-left > li.doctor:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-doctor.svg");
  background-size: 56px; }
div.icon-on-left-container ul.ul-icon-on-left > li.ambulance:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-ambulance.svg");
  background-size: 62px; }
div.icon-on-left-container ul.ul-icon-on-left > li.meter:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-meter.svg");
  background-size: 70px; }
    div.icon-on-left-container ul.ul-icon-on-left > li.doctor:before {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-doctor.svg");
      background-size: 56px;
    }
    div.icon-on-left-container ul.ul-icon-on-left > li.ambulance:before {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-ambulance.svg");
      background-size: 62px;
    }
    div.icon-on-left-container ul.ul-icon-on-left > li.meter:before {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-meter.svg");
      background-size: 70px;
    }

div.icon-on-left-container.warning-signs > p {
  text-align: left; }

div.icon-on-left-container.warning-signs ul.ul-icon-on-left > li {
  padding-left: 90px; }
  div.icon-on-left-container.warning-signs ul.ul-icon-on-left > li:before {
    height: 80px; }
  div.icon-on-left-container.warning-signs ul.ul-icon-on-left > li p {
    text-align: left; }

div.icon-on-left-container.food-list h2 {
  text-align: left; }
  div.icon-on-left-container.food-list h2 + p {
    margin-top: 10px; }

div.icon-on-left-container.food-list > p {
  text-align: left; }

div.icon-on-left-container.food-list ul.high-potassium li.fruit:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-banana.svg");
  background-size: 70px; }

div.icon-on-left-container.food-list ul.high-potassium li.vegetables:before {
  height: 74px;
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-juice-glass.svg");
  background-size: 50px; }

div.icon-on-left-container.food-list ul.high-potassium li.other:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-milk-bottle.svg");
  background-size: 70px; }

div.icon-on-left-container.food-list ul.low-potassium li:before {
  width: 74px; }

div.icon-on-left-container.food-list ul.low-potassium li.fruit:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-apple.svg");
  background-size: 63px; }

div.icon-on-left-container.food-list ul.low-potassium li.vegetables:before {
  height: 74px;
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-eggplant.svg");
  background-size: 73px; }

div.icon-on-left-container.food-list ul.low-potassium li.other:before {
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-noodles-bowl.svg");
  background-size: 62px; }

div.icon-on-left-container.food-list + .food-list {
  margin-top: 30px; }

div.icon-on-left-container.active-ways h2 {
  text-align: left; }

div.icon-on-left-container.active-ways > p {
  text-align: left; }

div.icon-on-left-container.active-ways ul.ul-icon-on-left > li {
  padding-left: 90px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.walking:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-shoe.svg");
    background-size: 52px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.swimming:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-gardening.svg");
    background-size: 51px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.vaccume:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-vaccume-cleaner.svg");
    background-size: 51px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.sleep:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-sleep.svg");
    background-size: 70px; }
    .b_ie.bv_11 div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.sleep:before {
      background-size: 70px 58px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.others-help:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-loved-one.svg");
    background-size: 60px; }
    .b_ie.bv_11 div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.others-help:before {
      background-size: 60px 48px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.set-goals:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-notepad.svg");
    background-size: 56px; }
    .b_ie.bv_11 div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.set-goals:before {
      background-size: 56px 57px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.bar-chart:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-bar-chart.svg");
    background-size: 52px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.kidney:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-kidney.svg");
    background-size: 52px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.doctor:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-doctor.svg");
    background-size: 56px; }
  div.icon-on-left-container.active-ways ul.ul-icon-on-left > li.apple-2:before {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-apple-2.svg");
    background-size: 50px; }

div.prepare-container div.prepare-step {
  padding-top: 205px;
  text-align: center;
  background-position: 50% 40px;
  background-repeat: no-repeat; }
  div.prepare-container div.prepare-step div.hover-video {
    display: none; }
  div.prepare-container div.prepare-step p.step-title {
    font-family: "Avenir Heavy", sans-serif;
    font-weight: normal; }
  div.prepare-container div.prepare-step p.step-body {
    margin-top: 10px;
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal; }
  div.prepare-container div.prepare-step.mix {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-mix-2x.png");
    background-size: 146px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.prepare-container div.prepare-step.mix {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-mix-2x.png");
        background-size: 146px auto; } }
  div.prepare-container div.prepare-step.add {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-add-2x.png");
    background-size: 146px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.prepare-container div.prepare-step.add {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-add-2x.png");
        background-size: 146px auto; } }
  div.prepare-container div.prepare-step.drink {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-drink-2x.png");
    background-size: 146px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      div.prepare-container div.prepare-step.drink {
        background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/prepare-veltassa-drink-2x.png");
        background-size: 146px auto; } }

div.hr {
  background-color: #dcf0fc;
  height: 5px;
  width: 100%;
  margin: 0 auto; }

div.do-donot-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 90px; }
  div.do-donot-container div.do-donot p.title {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0; }
  div.do-donot-container div.do-donot ul {
    margin-left: 14px; }
    div.do-donot-container div.do-donot ul li {
      margin-top: 20px; }
  div.do-donot-container div.do-donot.do p.title {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-checkmark.svg");
    background-size: 25px;
    height: 25px; }
  div.do-donot-container div.do-donot.donot {
    margin-top: 30px; }
    div.do-donot-container div.do-donot.donot p.title {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-x.svg");
      background-size: 23px;
      height: 25px; }
  div.do-donot-container + p {
    padding-right: 90px; }

/*p.icon-download-pdf{
  padding-top: 70px;
  margin-top: 30px;
  background-image: url('../img/global/icon-pdf-download.0ba40687.svg');
  background-size: 38px;
  background-position: 0 0;
  background-repeat: no-repeat;
  a.link-solo{
    margin-top: 5px;
  }
}*/
a.icon-download-pdf {
  display: inline-block;
  margin-top: 50px;
  text-decoration: none; }
  a.icon-download-pdf p.copy {
    text-decoration: none;
    color: #464646; }
  a.icon-download-pdf span.copy-with-arrow {
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Avenir Book", sans-serif;
    position: relative;
    padding-left: 40px; }
    a.icon-download-pdf span.copy-with-arrow:before {
      display: block;
      position: absolute;
      top: 4px;
      left: 0;
      width: 38px;
      height: 42px;
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-pdf-download.svg");
      background-size: 38px;
      background-position: 0 0;
      background-repeat: no-repeat; }
  a.icon-download-pdf:hover span.copy-with-arrow {
    text-decoration: none; }

ul.smart-guideline {
  height: 218px;
  background-image: url("/themes/custom/veltassa_patient/img/global/icon-smart-2x.png");
  background-size: 168px auto;
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin-top: 30px; }
  @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    ul.smart-guideline {
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-smart-2x.png");
      background-size: 168px auto; } }
  ul.smart-guideline li {
    color: #566f93;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px; }
    ul.smart-guideline li + li {
      margin-top: 17px; }
    ul.smart-guideline li span.first-letter {
      display: inline-block;
      background-color: #ffffff;
      margin-right: 5px;
      border-radius: 15px;
      width: 30px;
      text-align: center; }

ul.printable-resources li.printable-resource {
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: 50% 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid #8cb9f1; }
  ul.printable-resources li.printable-resource.resource-managing-hp {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-guide-managing-hp-2x.png");
    background-size: 207px; }
  ul.printable-resources li.printable-resource.resource-quick-guide-veltassa {
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-quick-guide-hp-2x.png");
    background-size: 174px; }
  ul.printable-resources li.printable-resource.resource-risk {
    padding-top: 150px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-nkf-2x.png");
    background-size: 181px; }
  ul.printable-resources li.printable-resource.resource-lpd {
    padding-top: 150px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-guide-lpd-2x.png");
    background-size: 183px; }
  ul.printable-resources li.printable-resource.resource-taking-veltassa {
    padding-top: 170px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-quick-guide-taking-veltassa-2x.png");
    background-size: 194px; }
  ul.printable-resources li.printable-resource.resource-smart-goals {
    padding-top: 180px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-smart-goals-2x.png");
    background-size: 180px; }
  ul.printable-resources li.printable-resource.resource-thinking-veltassa {
    padding-top: 180px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/resources-thinking-veltassa-2x.png");
    background-size: 209px; }
  ul.printable-resources li.printable-resource p {
    margin-top: 0; }
    ul.printable-resources li.printable-resource p + p {
      margin-top: .5em; }
  ul.printable-resources li.printable-resource a.link-solo {
    margin-top: 16px;
    padding-right: 0;
    line-height: 1; }
  ul.printable-resources li.printable-resource a.link-inline {
    margin-top: 10px;
    display: inline-block; }

ul.vid-list {
  margin-top: 30px; }
  ul.vid-list li {
    margin-top: 12px; }
    ul.vid-list li a {
      font-size: 18px;
      font-size: 1.125rem; }

section {
  background-repeat: no-repeat;
  background-position: center top; }
  section div.section-content {
    padding: 50px 0px; }
  section div.qus h2.subhead {
    margin-top: 50px; }
  section.first-section div.section-content {
    position: relative; }
  section.hero div.section-content {
    padding-top: 80px;
    padding-bottom: 80px; }
    section.hero div.section-content h1.headline + p {
      margin-top: 40px; }
  section.full-width-video-bg div.background-video {
    display: none; }
  section.full-width-bg {
    background-repeat: no-repeat;
    background-position: center top; }
  section.home-1 {
    height: 408px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.home-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-1-2x.jpg");
        background-size: 767px auto; } }
    section.home-1 div.section-content {
      padding-top: 45px;
      padding-right: 0;
      padding-bottom: 0; }
    section.home-1 h1.headline {
      margin-left: 120px;
      color: #ffffff;
      line-height: 1; }
    section.home-1 h2 {
      color: #492e8e;
      font-family: "Avenir Black", sans-serif;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.125rem;
      width: 200px;
      margin-left: 120px;
      line-height: 1.2;
      margin-top: 5px; }
    section.home-1 a.customButtonWhite {
      margin-top: 10px;
      margin-left: 88px;
      font-size: 16px;
      font-size: 1rem;
      padding: 7px 17px 5px; }
    section.home-1 p.footnote {
      margin-top: 116px;
      font-style: normal;
      color: #ffffff;
      margin-left: 95px;
      font-size: 10px; }
  section.home-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-2-2x.gif");
    background-size: 767px auto;
    background-position: center bottom;
    background-color: #edf6ff; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.home-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-2-2x.gif");
        background-size: 767px auto; } }
    section.home-2 div.section-content div.video-cta {
      padding-left: 0; }
      section.home-2 div.section-content div.video-cta p + p + p {
        width: 200px; }
    section.home-2 div.section-content p.footnote {
      margin-top: 1em;
      font-size: 10px;
      font-size: 0.625rem; }
  section.home-3 div.section-content {
    padding-top: 35px;
    padding-bottom: 35px; }
  section.home-3 a.customButton, section.home-3 a.customButtonWhite {
    padding: 7px 30px 5px; }
  section.home-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-4-2x.jpg");
    background-size: cover; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.home-4 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/home-4-2x.jpg");
        background-size: cover; } }
    section.home-4 div.section-content {
      padding-bottom: 20px;
      padding-top: 35px; }
  section.risk-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-1-2x.jpg");
    background-size: 767px auto;
    background-position: center 15px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.risk-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-1-2x.jpg");
        background-size: 767px auto; } }
    section.risk-1 div.section-content {
      padding-bottom: 30px; }
    section.risk-1 a.video-cta-button {
      border-bottom: 0; }
      section.risk-1 a.video-cta-button p.copy {
        text-transform: none;
        color: #000000; }
      section.risk-1 a.video-cta-button span.copy-with-arrow {
        display: inline-block;
        margin-top: 1em;
        border-bottom: 1px solid #566f93; }
      section.risk-1 a.video-cta-button:before {
        top: 0; }
      section.risk-1 a.video-cta-button:hover span.copy-with-arrow {
        border-bottom: 1px solid #f0f8fd; }
  section.risk-2 {
    background-color: #fbfdff;
    text-align: center; }
    section.risk-2 div.section-content a.customButton, section.risk-2 div.section-content a.customButtonWhite {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 7px 13px 5px; }
  section.get-recipes-section {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-5-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.get-recipes-section {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-5-2x.jpg");
        background-size: 767px auto; } }
    .faq section.get-recipes-section, .caregivers section.get-recipes-section {
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-6-2x.jpg");
      background-size: 767px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        .faq section.get-recipes-section, .caregivers section.get-recipes-section {
          background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-6-2x.jpg");
          background-size: 767px auto; } }
  section.cause-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/cause-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.cause-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/cause-1-2x.jpg");
        background-size: 767px auto; } }
  section.cause-2 {
    background-color: #fbfdff;
  }
  section.cause-2 a.customButton, section.cause-2 a.customButtonWhite {
    padding: 7px 23px 5px;
  }
  section.cause-3 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/cause-3-2x.svg");
    background-size: 166px;
    background-position: 75% 30px;
  }
  section.cause-3 h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  section.cause-4 a.customButton, section.cause-4 a.customButtonWhite {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
  section.cause-4 ul {
    text-align: center; }
    section.cause-4 ul li {
      display: inline-block; }
  section.cause-4 .icon-cup-packet {
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-glass-packet.svg");
    background-size: 45px;
    background-repeat: no-repeat;
    min-height: 100px;
    padding-left: 55px;
    padding-top: 10px; }
  section.warning-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/warning-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.warning-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/warning-1-2x.jpg");
        background-size: 767px auto; } }
  section.warning-2 {
    background-color: #fbfdff; }
    section.warning-2 h2.subhead {
      text-align: center; }
    section.warning-2 a.customButton, section.warning-2 a.customButtonWhite {
      padding: 7px 22px 5px; }
      .b_ie.bv_11 section.warning-2 a.customButton, .b_ie.bv_11 section.warning-2 a.customButtonWhite {
        padding: 7px 20px 5px; }
  section.warning-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-3-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.warning-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-3-2x.jpg");
        background-size: 767px auto; } }
    section.warning-3 h2 {
      padding-right: 70px; }
      section.warning-3 h2 + p {
        padding-right: 80px; }
    section.warning-3 a.icon-download-pdf {
      margin-bottom: 0; }
      section.warning-3 a.icon-download-pdf span.copy-with-arrow {
        margin-top: 1em; }
  section.warning-4 {
    background-color: #f0f8fd;
    /*background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-4-2x.jpg");*/
    background-size: 767px auto;
    background-position: center center; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.warning-4 {
        /*background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/risk-4-2x.jpg");*/
        background-size: 767px auto; } }
    section.warning-4 div.section-content {
      padding-top: 50px;
      padding-bottom: 50px; }
  section.benefits-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/benefits-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.benefits-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/benefits-1-2x.jpg");
        background-size: 767px auto; } }
    section.benefits-1 div.section-content {
      padding-bottom: 40px; }
    section.benefits-1 h1.headline {
      width: 150px; }
    section.benefits-1 .icon-download-pdf {
      margin-top: 2em; }
      section.benefits-1 .icon-download-pdf p.copy {
        padding-left: 50px; }
      section.benefits-1 .icon-download-pdf span.gray {
        padding-left: 50px;
        margin-top: 1em; }
        section.benefits-1 .icon-download-pdf span.gray:before {
          top: -30px; }
  section.benefits-2 {
    background-color: #fbfdff;
    text-align: center; }
    section.benefits-2 p.percent-95-neph {
      background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/percent-90-nephs-2x.png");
      background-size: 232px;
      background-repeat: no-repeat;
      display: inline-block;
      width: 232px;
      height: 87px;
      margin: 30px auto 0; }
    section.benefits-2 a.customButton, section.benefits-2 a.customButtonWhite {
      padding: 7px 16px 5px;
      margin-bottom: 30px; }
  section.benefits-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/benefits-3-2x.gif");
    background-size: 767px auto;
    background-color: #edf6ff;
    background-position: center bottom; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.benefits-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/benefits-3-2x.gif");
        background-size: 767px auto; } }
    section.benefits-3 div.section-content {
      text-align: left;
      padding-bottom: 70px; }
    section.benefits-3 div.video-cta {
      padding-left: 0; }
      section.benefits-3 div.video-cta h2 {
        line-height: 1.2; }
  section.benefits-4 {
    background-color: #f0f8fd; }
  section.taking-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.taking-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-1-2x.jpg");
        background-size: 767px auto; } }
    section.taking-1 a.thumb-play-video {
      display: block;
      background-image: url("/themes/custom/veltassa_patient/img/global/instructions-video-m-2x.jpg");
      background-size: 246px auto;
      width: 246px;
      height: 146px;
      margin: 1em auto;
      position: relative; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.taking-1 a.thumb-play-video {
          background-image: url("/themes/custom/veltassa_patient/img/global/instructions-video-m-2x.jpg");
          background-size: 246px auto; } }
      section.taking-1 a.thumb-play-video span.play-button {
        background-image: url("/themes/custom/veltassa_patient/img/global/play-button-overlay-m-2x.png");
        background-size: 78px auto;
        display: inline-block;
        width: 78px;
        height: 78px;
        position: absolute;
        top: 40px;
        left: 85px; }
        @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
          section.taking-1 a.thumb-play-video span.play-button {
            background-image: url("/themes/custom/veltassa_patient/img/global/play-button-overlay-m-2x.png");
            background-size: 78px auto; } }
    section.taking-1 h1 {
      margin-right: 160px; }
  section.taking-2 {
    background-color: #fbfdff; }
    section.taking-2 div.section-content.dose {
      padding-top: 20px;
      padding-bottom: 20px; }
    section.taking-2 div.section-content.footnote {
      padding-top: 20px; }
    section.taking-2 h2 {
      text-align: center; }
    section.taking-2 p.dose {
      padding-left: 136px;
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-cup.svg");
      background-size: 84px;
      background-repeat: no-repeat;
      background-position: 20px 50%; }
      .b_ie.bv_11 section.taking-2 p.dose {
        background-size: 84px 65px; }
    section.taking-2 p.footnote {
      margin: 20px auto;
      text-indent: -4px;
      padding-left: 10px;
      margin-bottom: 0; }
      section.taking-2 p.footnote + p.footnote {
        text-indent: -4px;
        margin-top: 0; }
    section.taking-2 a.customButton, section.taking-2 a.customButtonWhite {
      width: 100%;
      text-align: center;
      padding: 7px 10px 5px;
      margin-top: 20px; }
    section.taking-2 .icon-download-pdf {
      margin-top: 2em; }
      section.taking-2 .icon-download-pdf p.copy {
        padding-left: 50px; }
      section.taking-2 .icon-download-pdf span.gray {
        padding-left: 50px; }
        section.taking-2 .icon-download-pdf span.gray:before {
          top: -30px; }
  section.taking-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-4-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.taking-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-4-2x.jpg");
        background-size: 767px auto; } }
    section.taking-3 a.icon-download-pdf {
      margin-bottom: 20px; }
  section.taking-4 {
    background-color: #fbfdff; }
    section.taking-4 h2 {
      text-align: center; }
  section.taking-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-6-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.taking-5 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/taking-6-2x.jpg");
        background-size: 767px auto; } }
    section.taking-5 div.content {
      margin-right: 10px; }
      section.taking-5 div.content h2.subhead + p {
        margin-top: 50px; }
      section.taking-5 div.content p {
        font-size: 15px;
        font-size: 0.9375rem; }
  section.staying-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/staying-1-2x.svg");
    background-size: 150px;
    background-position: calc(50% + 88px) 44px; }
    section.staying-1 div.section-content {
      padding-bottom: 30px; }
      section.staying-1 div.section-content h1.headline {
        margin-right: 150px;
        margin-bottom: .25em; }
        section.staying-1 div.section-content h1.headline + p.pic-credit {
          font-size: 14px;
          font-size: 0.875rem;
          color: #8cb9f1;
          margin-top: 1em; }
          section.staying-1 div.section-content h1.headline + p.pic-credit + p {
            margin-top: 30px; }
    section.staying-1 a.video-cta-button {
      border-bottom: 0; }
      section.staying-1 a.video-cta-button p.copy {
        text-transform: none;
        color: #000000; }
      section.staying-1 a.video-cta-button span.copy-with-arrow {
        display: inline-block;
        margin-top: 1em;
        border-bottom: 1px solid #566f93; }
      section.staying-1 a.video-cta-button:before {
        top: 0; }
      section.staying-1 a.video-cta-button:hover span.copy-with-arrow {
        border-bottom: 1px solid #f0f8fd; }
  section.staying-2 {
    background-color: #fbfdff;
    text-align: center; }
    section.staying-2 div.content {
      width: 235px;
      margin: 0 auto; }
  section.staying-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/staying-3-2x.jpg");
    background-size: 767px auto;
    background-color: #f0f8fd; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.staying-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/staying-3-2x.jpg");
        background-size: 767px auto; } }
    section.staying-3 div.video-cta h2 {
      line-height: 1.2; }
  section.staying-4 {
    background-color: #e6eaee;
    position: relative; }
    section.staying-4:before, section.staying-4:after {
      position: absolute;
      width: 100%;
      left: 0;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 767px; }
    section.staying-4:before {
      top: 0;
      height: 202px;
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/staying-4-top-2x.png"); }
    section.staying-4:after {
      bottom: 0;
      height: 164px;
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/staying-4-bottom-2x.png"); }
    section.staying-4 div.section-content {
      position: relative;
      z-index: 1; }
    section.staying-4 h2.subhead {
      text-align: center; }
      section.staying-4 h2.subhead + p {
        text-align: center;
        margin-top: 30px; }
    section.staying-4 a.icon-download-pdf {
      margin-bottom: 20px; }
  section.staying-5 {
    background-color: #fbfdff; }
    section.staying-5 h2.subhead {
      text-align: center; }
    section.staying-5 p + ul {
      margin-top: 20px; }
  section.staying-6 {
    background-color: #f0f8fd; }
  section.lpd-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lpd1-1-2x.svg");
    background-size: 132px;
    background-position: calc(50% + 94px) 44px; }
    section.lpd-1 div.section-content {
      padding-bottom: 30px; }
      section.lpd-1 div.section-content h1.headline {
        margin-right: 140px;
        margin-bottom: .25em; }
        section.lpd-1 div.section-content h1.headline + p.pic-credit {
          font-size: 14px;
          font-size: 0.875rem;
          color: #8cb9f1;
          margin-top: 1em; }
          section.lpd-1 div.section-content h1.headline + p.pic-credit + p {
            margin-top: 30px; }
    section.lpd-1 a.video-cta-button {
      border-bottom: 0;
      min-height: 51px; }
      section.lpd-1 a.video-cta-button p.copy {
        text-transform: none;
        color: #000000; }
      section.lpd-1 a.video-cta-button span.copy-with-arrow {
        display: inline-block;
        margin-top: 1em;
        border-bottom: 1px solid #566f93; }
      section.lpd-1 a.video-cta-button:before {
        top: 0; }
      section.lpd-1 a.video-cta-button:hover span.copy-with-arrow {
        border-bottom: 0; }
  section.lpd-2 {
    background-color: #fbfdff; }
    section.lpd-2 p#p2 {
      text-align: center;
      margin-top: 40px; }
    section.lpd-2 a.customButton, section.lpd-2 a.customButtonWhite {
      padding: 7px 0;
      width: 100%;
      text-align: center; }
    section.lpd-2 div.food-list.low {
      margin-top: 60px; }
  section.section-low-potassium-recipes {
    background-color: #f1efef;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lpd-3-2x.jpg");
    background-size: 767px; }
    section.section-low-potassium-recipes div.section-content {
      padding-bottom: 0; }
      section.section-low-potassium-recipes div.section-content h2.subhead {
        text-align: center; }
        section.section-low-potassium-recipes div.section-content h2.subhead + p {
          margin-top: 30px; }
      section.section-low-potassium-recipes div.section-content ol.numbered_circle {
        margin-bottom: 30px; }
  section.lpd-3 {
    position: relative; }
    section.lpd-3 .cookbook {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Avenir Heavy", sans-serif;
      font-weight: normal;
      color: #492e8e; }
  section.lpd-4 {
    background-color: #f0f8fd;
    background-image: url(/themes/custom/veltassa_patient/img/hero/mobile/cause-3-2x.svg);
    background-size: 166px;
    background-position: calc(50% + 100px) 30px; }
    section.lpd-4 div.section-content {
      padding-top: 88px; }
      section.lpd-4 div.section-content h2 {
        font-size: 16px;
        font-size: 1rem; }
    section.lpd-4 div.video-cta {
      padding-right: 140px;
      padding-left: 0; }
      section.lpd-4 div.video-cta .video-cta-button {
        margin-top: 38px; }
  section.lpd-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lpd-5-2x.jpg");
    background-size: 767px auto;
    background-position: center bottom; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.lpd-5 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lpd-5-2x.jpg");
        background-size: 767px auto; } }
    section.lpd-5 h2.subhead + p {
      margin-top: 40px; }
    section.lpd-5 div.nutrition-facts {
      height: 100px;
      background-color: #ffffff;
      background-image: url("/themes/custom/veltassa_patient/img/global/nutrition-facts.svg");
      background-size: 470px;
      background-position: 5px 10px;
      background-repeat: no-repeat;
      margin: 40px auto; }
    section.lpd-5 p#did-you-know {
      margin-left: 90px; }
  section.lpd-6 {
    background-color: #f0f8fd;
  }
  section.lifestyle-1 {
    background-color: #f0f8fd;
    background-image: url(/themes/custom/veltassa_patient/img/Wagdevi.png);
    background-size: 138px;
    background-position: calc(50% + 94px) 44px;
  }
  section.lifestyle-1 div.section-content {
      padding-bottom: 30px; }
      section.lifestyle-1 div.section-content h1.headline {
        margin-right: 140px;
        margin-bottom: .25em; }
        section.lifestyle-1 div.section-content h1.headline + p.pic-credit {
          font-size: 14px;
          font-size: 0.875rem;
          color: #8cb9f1;
          margin-top: 1em; }
          section.lifestyle-1 div.section-content h1.headline + p.pic-credit + p {
            margin-top: 30px; }
  section.lifestyle-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lifestyle-2-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.lifestyle-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lifestyle-2-2x.jpg");
        background-size: 767px auto; } }
    section.lifestyle-2 div.content {
      margin-left: 40px; }
    section.lifestyle-2 h2.subhead, section.lifestyle-2 p {
      padding-left: 50px; }
    section.lifestyle-2 p {
      margin-top: 30px; }
  section.lifestyle-3 {
    background-color: #fbfdff; }
    section.lifestyle-3 a.icon-download-pdf {
      margin-top: 1em;
      margin-bottom: 20px; }
  section.lifestyle-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lifestyle-4-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.lifestyle-4 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/lifestyle-4-2x.jpg");
        background-size: 767px auto; } }
    section.lifestyle-4 h2.subhead {
      text-align: center; }
    section.lifestyle-4 ul {
      margin-top: 40px;
      margin-left: 90px;
      margin-right: 20px; }
  section.lifestyle-5 {
    background-color: #f0f8fd; }
  section.resources-1 {
    background-color: #f0f8fd;
    background-image: url(/themes/custom/veltassa_patient/img/hero/mobile/resources-1-2x.svg);
    background-size: 154px;
    background-position: calc(50% + 94px) 10px; }
    section.resources-1 div.section-content {
      padding-bottom: 30px; }
    section.resources-1 h1 {
      margin-right: 160px; }
      section.resources-1 h1 + p {
        margin-right: 10px; }
    section.resources-1 ul {
      margin-top: 20px;
      margin-left: 20px; }
    section.resources-1 a.video-cta-button {
      border-bottom: 0; }
      section.resources-1 a.video-cta-button p.copy {
        text-transform: none;
        color: #000000; }
      section.resources-1 a.video-cta-button span.copy-with-arrow {
        display: inline-block;
        margin-top: .25em;
        border-bottom: 1px solid #566f93; }
      section.resources-1 a.video-cta-button:before {
        top: -10px; }
      section.resources-1 a.video-cta-button:hover span.copy-with-arrow {
        border-bottom: 1px solid #f0f8fd; }
  section.resources-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/resources-2-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.resources-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/resources-2-2x.jpg");
        background-size: 767px auto; } }
    section.resources-2 p {
      margin-right: 50px; }
    section.resources-2 ul {
      margin-top: 0;
      margin-right: 120px;
      margin-left: 20px; }
      section.resources-2 ul + p {
        margin-top: 0;
        margin-right: 120px; }
    section.resources-2 a.customButton, section.resources-2 a.customButtonWhite {
      width: 100%;
      text-align: center;
      margin-top: 50px; }
  section.resources-3 {
    background-color: #fbfdff; }
    section.resources-3 div.section-content .popup-notice {
      text-decoration: underline; }
    section.resources-3 h2 {
      text-align: center; }
    section.resources-3 p#am-i-eligible:before {
      display: block;
      width: 100%;
      height: 140px;
      outline: 0px solid red;
      background-image: url("/themes/custom/veltassa_patient/img/global/icon-financial.svg");
      background-size: 74px;
      background-repeat: no-repeat;
      background-position: 50% 20px; }
      .b_ie.bv_11 section.resources-3 p#am-i-eligible:before {
        background-size: 74px 74px; }
    section.resources-3 ul {
      margin-top: 20px;
      margin-left: 20px; }
  section.resources-4 {
    background-color: #f0f8fd; }
    section.resources-4 div.section-content {
      text-align: center; }
  section.resources-5 div.section-content {
    padding-bottom: 30px;
    text-align: center; }
  section.resources-5 a.customButton, section.resources-5 a.customButtonWhite {
    padding: 7px 25px 5px; }
  section.faq-1 {
    background-color: #fbfdff; }
    section.faq-1 div.faq-container {
      padding-top: 30px; }
      section.faq-1 div.faq-container #faq-expand-all {
        display: inline; }
      section.faq-1 div.faq-container #faq-collapse-all {
        display: none; }
      section.faq-1 div.faq-container.expanded #faq-expand-all {
        display: none; }
      section.faq-1 div.faq-container.expanded #faq-collapse-all {
        display: inline; }
      section.faq-1 div.faq-container dl {
        border-bottom: 2px solid #8cb9f1;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        section.faq-1 div.faq-container dl#faq-1 {
          margin-top: 30px; }
        section.faq-1 div.faq-container dl dt {
          position: relative;
          cursor: pointer; }
          section.faq-1 div.faq-container dl dt p {
            font-family: "Avenir Black", sans-serif;
            font-weight: normal; }
          section.faq-1 div.faq-container dl dt:before {
            position: absolute;
            right: 0;
            top: 0;
            width: 22px;
            height: 22px;
            background-image: url("/themes/custom/veltassa_patient/img/interior/mobile/faq-sprite.png");
            background-size: 44px;
            background-position: 0 0;
            background-repeat: no-repeat; }
          section.faq-1 div.faq-container dl dt.open:before {
            background-position: -22px 0; }
        section.faq-1 div.faq-container dl dd {
          margin: 0;
          display: none;
          padding-top: 20px;
          padding-bottom: 0;
          padding-right: 20px; }
          section.faq-1 div.faq-container dl dd p span.faq-food-type {
            display: block;
            font-family: "Avenir Black", sans-serif;
            font-weight: normal;
            margin-top: 5px; }
          section.faq-1 div.faq-container dl dd ul.bulleted {
            margin-left: 20px; }
  section.caregivers-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/caregivers-1-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.caregivers-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/caregivers-1-2x.jpg");
        background-size: 767px auto; } }
    section.caregivers-1 h1 {
      margin-right: 140px; }
      section.caregivers-1 h1 + p {
        margin-right: 90px; }
  section.caregivers-2 {
    background-color: #fbfdff; }
    section.caregivers-2 a.icon-download-pdf {
      margin-top: 10px; }
  section.caregivers-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/caregivers-3-2x.jpg");
    background-size: 767px auto;
    background-position: center bottom;
    background-color: #efeeea; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.caregivers-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/caregivers-3-2x.jpg");
        background-size: 767px auto; } }
    section.caregivers-3 h2 + p {
      margin-top: 50px; }
    section.caregivers-3 ul {
      width: 220px;
      margin-left: 20px; }
    section.caregivers-3 a.link-vid {
      padding-left: 50px;
      height: auto;
      font-size: 18px;
      font-size: 1.125rem;
      padding-top: 0;
      margin-top: 30px; }
    section.caregivers-3 p.footnote {
      margin-right: 80px;
      margin-top: 35px; }
  section.caregivers-4 {
    background-color: #fbfdff; }
  section.caregivers-5 div.section-content div.cta-2 p {
    padding: 0 40px; }
  section.stories-1 {
    background-color: #fbfdff;
    /*background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-1-2x.svg");*/
    background-size: 159px;
    background-position: calc(50% + 94px) 44px; }
    section.stories-1 div.section-content h1.headline {
      width: 173px; }
      section.stories-1 div.section-content h1.headline + p {
        margin-top: 60px; }
  section.stories-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-2-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.stories-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-2-2x.jpg");
        background-size: 767px auto; } }
  section.stories-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-3-2x.jpg");
    background-size: 767px auto;
    height: 560px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.stories-3 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-3-2x.jpg");
        background-size: 767px auto; } }
    section.stories-3 div.content ul.vid-list {
      margin-left: 120px; }
  section.stories-4 {
    background-color: #f0f8fd; }
    section.stories-4 div.section-content.your-story {
      text-align: center; }
      section.stories-4 div.section-content.your-story h2 {
        position: relative; }
        section.stories-4 div.section-content.your-story h2:after {
          content: '';
          display: block;
          width: 100%;
          height: 204px;
          background-image: url(/themes/custom/veltassa_patient/img/hero/mobile/stories-4-2x.svg);
          background-size: 189px;
          background-position: center top;
          background-repeat: no-repeat;
          margin: 1em auto; }
  section.stories-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-5-2x.jpg");
    background-size: 767px auto;
    height: 560px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.stories-5 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-5-2x.jpg");
        background-size: 767px auto; } }
    section.stories-5 div.content .vid-list {
      padding-right: 80px; }
  section.stories-6 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-6-2x.jpg");
    background-size: 767px auto;
    height: 563px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.stories-6 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-6-2x.jpg");
        background-size: 767px auto; } }
    section.stories-6 div.content ul.vid-list {
      margin-left: 110px; }
  section.stories-7 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-7-2x.jpg");
    background-size: 767px auto;
    height: 443px; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.stories-7 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/stories-7-2x.jpg");
        background-size: 767px auto; } }
    section.stories-7 div.content {
      padding-right: 120px; }
  section.ambassador-1 {
    background-color: #f0f8fd;
    background-image: url(/themes/custom/veltassa_patient/img/hero/mobile/ambassador-1-2x.svg);
    background-size: 151px;
    background-position: calc(50% + 66px) 44px; }
    section.ambassador-1 div.section-content {
      padding-bottom: 40px; }
    section.ambassador-1 p {
      margin-top: 20px; }
  section.ambassador-confirm-1 {
    background-color: #fbfdff;
    background-image: url(/themes/custom/veltassa_patient/img/hero/mobile/ambassador-confirm-1-2x.svg);
    background-size: 150px;
    background-position: calc(50% + 81px) 40px; }
    section.ambassador-confirm-1 div.section-content {
      padding-top: 90px;
      padding-bottom: 40px; }
    section.ambassador-confirm-1 p {
      margin-top: 60px; }
  section.orphan {
    background-color: #fbfdff; }
    section.orphan div.section-content h1.headline {
      margin-bottom: 30px; }
    section.orphan div.section-content h2.subhead:first-of-type {
      margin-top: 40px;
      margin-bottom: 20px; }
    section.orphan div.section-content p + h2.subhead, section.orphan div.section-content ul + h2.subhead {
      margin-top: 40px;
      margin-bottom: 20px; }
    section.orphan div.section-content ul.bulleted {
      margin-top: 20px;
      margin-left: 20px; }
  section.contact_us {
    background-color: #f0f8fd; }
    section.contact_us div.content {
      margin-left: 20px; }
  section.site_map div.content {
    margin-left: 20px; }
  section.site_map ul.sitemap > li {
    margin-top: 10px; }
    section.site_map ul.sitemap > li ul {
      margin-left: 30px; }
      section.site_map ul.sitemap > li ul > li {
        margin-top: 10px; }
  section.stay-on-track-1 {
    background-color: #f0f8fd; }
    section.stay-on-track-1 div.section-content {
      position: relative; }
    section.stay-on-track-1 h1.headline {
      position: absolute;
      left: 170px;
      top: 80px;
      z-index: 2; }
    section.stay-on-track-1 div.stay-hero {
      display: none; }
    section.stay-on-track-1 p {
      margin-top: 20px; }
    section.stay-on-track-1 div.my-slick-slider-outer {
      position: relative;
      height: 210px;
    }
    section.stay-on-track-1 div.my-slick-slider {
      position: absolute;
      width: 330px;
      top: 0;
      left: -35px;
    }
    section.stay-on-track-1 div.my-slick-slider div.slider-item {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 183px;
      height: 210px;
    }
        section.stay-on-track-1 div.my-slick-slider div.slider-item p {
          margin-left: 207px;
          margin-top: 100px;
          font-family: "Avenir Heavy", sans-serif;
          font-weight: normal; }
        section.stay-on-track-1 div.my-slick-slider div.slider-item#slider-item-01 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-01-m-2x.png"); }
        section.stay-on-track-1 div.my-slick-slider div.slider-item#slider-item-02 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-02-m-2x.png"); }
        section.stay-on-track-1 div.my-slick-slider div.slider-item#slider-item-03 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-03-m-2x.png"); }
  section.reg-error-1 {
    background-color: #f0f8fd; }
    section.reg-error-1 div.section-content h2 + p {
      margin-top: 50px; }
  section.reg-confirm-not-prescribed-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/reg-confirm-not-prescribed-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.reg-confirm-not-prescribed-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/reg-confirm-not-prescribed-2x.jpg");
        background-size: 767px auto; } }
    section.reg-confirm-not-prescribed-1 h1.headline {
      width: 140px; }
  section.reg-confirm-prescribed-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/reg-confirm-prescribed-2x.jpg");
    background-size: 767px auto; }
    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
      section.reg-confirm-prescribed-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/reg-confirm-prescribed-2x.jpg");
        background-size: 767px auto; } }
    section.reg-confirm-prescribed-1 ul {
      margin-top: 20px;
      margin-left: 20px; }
    section.reg-confirm-prescribed-1 h2.subhead {
      margin-top: 40px; }
  section.veltassa-confirmation {
    background-color: #f0f8fd; }
    section.veltassa-confirmation h2.subhead + p {
      margin-top: 40px; }
  section.prospect-crm-landing {
    background-color: #f0f8fd; }
    section.prospect-crm-landing div.section-content {
      padding-top: 60px;
      position: relative; }
      section.prospect-crm-landing div.section-content h1.headline + p {
        width: 176px;
        margin-top: 10px; }
    section.prospect-crm-landing div.stay-hero {
      display: none; }
    section.prospect-crm-landing p {
      margin-top: 20px; }
    section.prospect-crm-landing a.customButton, section.prospect-crm-landing a.customButtonWhite {
      margin-top: 20px;
      padding: 7px 16px 5px; }
    section.prospect-crm-landing div.mobile-slider {
      position: absolute;
      top: 60px;
      left: 200px; }
    section.prospect-crm-landing div.my-slick-slider {
      position: absolute;
      width: 180px;
      top: 0;
      left: -35px; }
      section.prospect-crm-landing div.my-slick-slider div.slider-item {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 175px;
        height: 240px; }
        section.prospect-crm-landing div.my-slick-slider div.slider-item p {
          margin-left: 0px;
          margin-top: 190px;
          font-family: "Avenir Heavy", sans-serif;
          font-weight: normal;
          color: #492e8e;
          text-align: center; }
        section.prospect-crm-landing div.my-slick-slider div.slider-item#slider-item-01 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-01-m-2x.png"); }
        section.prospect-crm-landing div.my-slick-slider div.slider-item#slider-item-02 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-02-m-2x.png"); }
        section.prospect-crm-landing div.my-slick-slider div.slider-item#slider-item-03 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/reg-slider-03-m-2x.png"); }
  section.unsubscribe-1 {
    background-color: #f0f8fd; }
    section.unsubscribe-1 h1 {
      margin-bottom: 30px; }
    section.unsubscribe-1 div.form-container {
      margin-top: 0; }
  section.unsubscribe-confirm-1 {
    background-color: #f0f8fd; }
    section.unsubscribe-confirm-1 h2 {
      margin-bottom: 40px; }
  section.unsubscribe-error-1, section.error-404 {
    background-color: #f0f8fd; }
    section.unsubscribe-error-1 div.section-content h2 + p, section.error-404 div.section-content h2 + p {
      margin-top: 50px; }
  section.isi {
    background-color: #ffffff; }
    section.isi div.section-content div.content {
      margin-left: 20px; }
    section.isi div.section-content .isi-content {
      padding: 0; }
      section.isi div.section-content .isi-content p + h3 {
        margin-top: 20px; }
      section.isi div.section-content .isi-content p + ul {
        margin-top: 10px; }
  section.trial-1 {
    background-color: #fbfdff; }
    section.trial-1 div.section-content h1.headline + p {
      margin-top: 20px; }
    section.trial-1 ol.numbered_circle {
      margin-bottom: 50px; }
    section.trial-1 div.my-slick-slider-outer {
      margin-left: 66px;
      position: relative;
      height: 230px;
      margin-top: 30px;
      margin-bottom: 30px; }
    section.trial-1 div.my-slick-slider {
      position: absolute;
      width: 229px;
      top: 0;
      left: 0; }
      section.trial-1 div.my-slick-slider div.slider-item {
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: 208px;
        height: 254px; }
        section.trial-1 div.my-slick-slider div.slider-item p {
          margin: 10px auto;
          margin-top: 220px;
          font-family: "Avenir Heavy", sans-serif;
          font-weight: normal;
          text-align: center; }
        section.trial-1 div.my-slick-slider div.slider-item#slider-item-01 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/trial-01-m-2x.png"); }
        section.trial-1 div.my-slick-slider div.slider-item#slider-item-02 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/trial-02-m-2x.png"); }
        section.trial-1 div.my-slick-slider div.slider-item#slider-item-03 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/trial-03-m-2x.png"); }
    section.trial-1 div.stay-hero {
      display: none; }
  section.trial-error-1, section.trial-confirmation-1 {
    background-color: #f0f8fd; }
    section.trial-error-1 div.section-content h2 + p, section.trial-confirmation-1 div.section-content h2 + p {
      margin-top: 25px; }
    section.trial-error-1 ul, section.trial-confirmation-1 ul {
      margin-left: 20px; }
  section.survey-hero {
    background-position: center top;
    background-repeat: no-repeat;
    height: 161px;
    display: table; }
    section.survey-hero.survey-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-2x.jpg");
      background-size: 767px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.survey-hero.survey-1 {
          background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-2x.jpg");
          background-size: 767px auto; } }
    section.survey-hero.survey-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-2-2x.jpg");
      background-size: 767px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.survey-hero.survey-2 {
          background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-2-2x.jpg");
          background-size: 767px auto; } }
    section.survey-hero div.section-content {
      padding-top: 0;
      padding-bottom: 0;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      section.survey-hero div.section-content h1 {
        color: #566f93; }
        .survey2 section.survey-hero div.section-content h1 {
          color: #7e61bb; }
  section.survey-thank-you-hero {
    background-color: #f0f8fd;
    background-position: center top;
    background-repeat: no-repeat; }
    section.survey-thank-you-hero div.section-content {
      position: relative; }
      section.survey-thank-you-hero div.section-content:before {
        position: absolute;
        top: 16px;
        left: 190px;
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        background-position: 0 0; }
      section.survey-thank-you-hero div.section-content p.footnote {
        color: inherit; }
    section.survey-thank-you-hero.survey-1-thank-you-1 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-1 div.section-content:before {
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-thank-you-2x.png");
      background-size: 149px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.survey-thank-you-hero.survey-1-thank-you-1 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-1 div.section-content:before {
          background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-thank-you-2x.png");
          background-size: 149px auto; } }
    section.survey-thank-you-hero.survey-1-thank-you-1 a.customButton, section.survey-thank-you-hero.survey-1-thank-you-1 a.customButtonWhite, section.survey-thank-you-hero.survey-2-thank-you-1 a.customButton, section.survey-thank-you-hero.survey-2-thank-you-1 a.customButtonWhite {
      padding: 7px 28px 7px; }
    section.survey-thank-you-hero.survey-1-thank-you-2 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-2 div.section-content:before {
      background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-thank-you-2-2x.png");
      background-size: 149px auto; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.survey-thank-you-hero.survey-1-thank-you-2 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-2 div.section-content:before {
          background-image: url("/themes/custom/veltassa_patient/img/hero/mobile/survey-1-thank-you-2-2x.png");
          background-size: 149px auto; } }
    section.survey-thank-you-hero.survey-1-thank-you-2 a.customButton, section.survey-thank-you-hero.survey-1-thank-you-2 a.customButtonWhite, section.survey-thank-you-hero.survey-2-thank-you-2 a.customButton, section.survey-thank-you-hero.survey-2-thank-you-2 a.customButtonWhite {
      padding: 7px 18px 7px; }
    section.survey-thank-you-hero h1.headline {
      margin-bottom: 50px;
      text-transform: none;
      font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 30px;
      font-size: 1.875rem;
      color: #566f93; }
      .survey2-thank-you section.survey-thank-you-hero h1.headline {
        color: #7e61bb; }
    section.survey-thank-you-hero a.customButton, section.survey-thank-you-hero a.customButtonWhite {
      padding: 7px 18px 7px; }
  section.survey-error {
    background-color: #f0f8fd; }
    section.survey-error div.section-content h2 + p {
      margin-top: 50px; }

body.isi section#isi {
  display: none; }

body.isi section#isi-fixed {
  display: none; }

body.isi #rightISI {
  display: none; }

/* STRAT OF recipe finder tool */
div.recipes-section {
  margin: 30px auto 0;
  width: 100%;
  max-width: 375px;
  padding-bottom: 40px; }
  div.recipes-section label:hover {
    cursor: pointer; }
  div.recipes-section label.label_checkbox {
    position: relative;
    min-height: 41px;
    padding: 4px 0px 0px 40px;
    background-image: url("/themes/custom/veltassa_patient/img/recipes/sprite-checkbox.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: -5px -5px;
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4; }
    div.recipes-section label.label_checkbox:before {
      display: none; }
    div.recipes-section label.label_checkbox input[type=checkbox] {
      position: absolute;
      top: 0;
      left: -9999em;
      left: auto;
      z-index: -1; }
  div.recipes-section label.label_checkbox.checked {
    background-position: -55px -5px; }
  div.recipes-section .mCSB_draggerContainer {
    visibility: hidden; }

div.recipe-container-outer {
  padding: 0 0px;
  margin-top: 15px;
  background-image: url("/themes/custom/veltassa_patient/img/recipes/recipe-container-2x.png");
  background-size: 373px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 294px; }

div.recipe-container-title {
  font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #567093;
  text-align: center;
  margin-bottom: 40px;
  height: 46px;
  line-height: 46px; }

div.recipe-container-inner {
  min-width: 320px;
  max-width: 350px;
  margin: 0 auto;
  overflow: hidden; }
  div.recipe-container-inner-breakfast div.max-content {
    width: 1715px; }
  div.recipe-container-inner-lunch div.max-content {
    width: 2971px; }
  div.recipe-container-inner-dinner div.max-content {
    width: 4541px; }
  div.recipe-container-inner-dessert div.max-content {
    width: 2500px; }
  div.recipe-container-inner-snacks div.max-content {
    width: 2186px; }

div.recipe-item {
  width: 145px;
  margin: 0 0 0 12px;
  display: block;
  float: left;
  background-color: #f0f8fd;
  border-radius: 4px;
  position: relative; }
  div.recipe-item:first-child {
    margin-left: 0px; }
  div.recipe-item a {
    text-decoration: none;
    text-align: left;
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal;
    color: #566f93;
    font-size: 12px;
    line-height: 1.2;
    display: block; }
    div.recipe-item a span {
      display: table-cell;
      height: 56px;
      width: 95px;
      padding: 0;
      vertical-align: middle;
      padding-left: 5px; }
  div.recipe-item img {
    display: block;
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  div.recipe-item label.label_checkbox {
    position: absolute;
    bottom: 8px;
    right: 5px; }

div.recipe-download-button-wrapper {
  margin: 20px auto;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0; }
  div.recipe-download-button-wrapper a.customButton, div.recipe-download-button-wrapper a.customButtonWhite {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px; }

html.p_android.d_mobile.b_chrome .recipe-container-inner {
  overflow-x: scroll; }

html.p_android.d_mobile.b_chrome .recipe-container-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; }

html.p_android.d_mobile.b_chrome .recipe-container-inner::-webkit-scrollbar:vertical {
  width: 0;
  height: 0; }

html.p_android.d_mobile.b_chrome .recipe-container-inner::-webkit-scrollbar-thumb {
  background: #6b392e;
  border-radius: 10px; }

html.p_android.d_mobile.b_chrome .recipe-container-inner::-webkit-scrollbar-track {
  background: purple; }

/* END OF recipe finder tool */
/* overlay */
div#slide-in-cta {
  background-color: #f0f8fd;
  -webkit-box-shadow: 3.801px 12.432px 21px 0px rgba(0, 0, 0, 0.49);
          box-shadow: 3.801px 12.432px 21px 0px rgba(0, 0, 0, 0.49);
  width: 317px;
  position: fixed;
  top: calc(50vh - 100px);
  left: calc(-100vw - 45%);
  padding: 21px;
  -webkit-transition: left 1s;
  transition: left 1s;
  z-index: 5; }
  div#slide-in-cta.active {
    left: calc(50vw - 45%); }
  div#slide-in-cta .close {
    display: inline-block;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2245.5%22%20height%3D%2245.5%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23566F93%22%20fill%3D%22%23566f93%22%20d%3D%22M43.858%2043.151l-.716.698L22.506%2022.71%201.198%2043.514l-.704-.721%2021.308-20.804-19.66-20.14.716-.699%2019.66%2020.14L42.802%201.486l.704.721-20.284%2019.804%2020.636%2021.14z%22/%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23566F93%22%20d%3D%22M43.858%2043.151l-.716.698L22.506%2022.71%201.198%2043.514l-.704-.721%2021.308-20.804-19.66-20.14.716-.699%2019.66%2020.14L42.802%201.486l.704.721-20.284%2019.804%2020.636%2021.14z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 14px; }
  div#slide-in-cta h2 {
    color: #8cb9f1;
    font-size: 25px;
    font-size: 1.5625rem; }
  div#slide-in-cta a {
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
    padding: 3px 35px 1px; }

div#overlay, #overlayBG {
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 10;
  z-index: 12;
  background: #000;
  opacity: 0.75; }
  div#overlay.videoOverlay, #overlayBG.videoOverlay {
    z-index: 12;
    background: #000;
    opacity: 0.75; }

div.leavingPanel {
  width: 100%;
  height: 281px;
  display: none;
  z-index: 12;
  position: fixed;
  left: 0;
  top: 209px; }
  div.leavingPanel div.leavingPanelInner {
    width: 290px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 25px 20px 35px;
    position: relative; }
  div.leavingPanel p {
    margin: 10px auto 10px;
    text-align: left;
    color: #464646; }
  div.leavingPanel a.leavingPanelClose {
    content: 'x';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    text-decoration: none; }
  div.leavingPanel div.panelButtons {
    width: 100%;
    height: 40px;
    margin: 0 auto; }
    div.leavingPanel div.panelButtons a.customButton, div.leavingPanel div.panelButtons a.customButtonWhite {
      padding-left: 30px;
      padding-right: 30px; }
      div.leavingPanel div.panelButtons a.customButton.leavingContinue, div.leavingPanel div.panelButtons a.leavingContinue.customButtonWhite {
        margin-right: 15px; }

div#popup-notice {
  top: 80px;
  height: 410px; }
  div#popup-notice div.leavingPanelInner {
    background-color: #f0f8fd;
    padding-right: 5px;
    width: 320px;
    padding-bottom: 20px; }
  div#popup-notice div.popup-notice {
    height: 350px; }
    div#popup-notice div.popup-notice h2 {
      font-family: 'AvenirNextLTPro-DemiCn', sans-serif;
      font-weight: normal;
      font-style: normal; }
    div#popup-notice div.popup-notice .mCSB_inside > .mCSB_container {
      margin-right: 10px; }
    div#popup-notice div.popup-notice .mCS-sp-theme.mCSB_scrollTools_vertical {
      width: 8px; }
    div#popup-notice div.popup-notice .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding-right: 20px; }
    div#popup-notice div.popup-notice .mCS-sp-theme.mCSB_scrollTools_vertical {
      width: 8px; }
    div#popup-notice div.popup-notice .mCustomScrollBox {
      width: 100%;
      margin: 0 auto; }
    div#popup-notice div.popup-notice .mCS-sp-theme.mCSB_scrollTools .mCSB_draggerRail {
      background-color: #efecf5;
      width: 8px;
      border-radius: 0; }
    div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_dragger {
      max-height: 100px !important; }
    div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_draggerContainer {
      background-color: transparent; }
    div#popup-notice div.popup-notice .mCSB_scrollTools, div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_buttonUp, div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_buttonDown, div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_buttonLeft, div#popup-notice div.popup-notice .mCSB_scrollTools .mCSB_buttonRight {
      -webkit-transition: none;
      transition: none; }
    div#popup-notice div.popup-notice .mCSB_scrollTools {
      opacity: 1; }
    div#popup-notice div.popup-notice .mCS-sp-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #8874b5; }
  div#popup-notice a.leavingPanelClose {
    background-image: url("/themes/custom/veltassa_patient/img/global/popup-close-m-2x.png");
    background-size: 19px;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -20px; }

div#popup-starter-rx {
  top: 80px;
  height: 410px; }
  div#popup-starter-rx div.leavingPanelInner {
    background-color: #f0f8fd;
    padding-right: 0;
    padding-left: 0;
    width: 320px;
    padding-bottom: 20px; }
    div#popup-starter-rx div.leavingPanelInner h2 {
      font-family: "Avenir Medium", sans-serif;
      font-weight: normal;
      text-align: center; }
  div#popup-starter-rx div.popup-starter-rx {
    height: 350px; }
    div#popup-starter-rx div.popup-starter-rx div.starter-form {
      padding-left: 150px;
      height: 110px;
      background-position: 0 0;
      background-repeat: no-repeat;
      padding-top: 20px;
      margin-top: 20px;
      margin-left: 20px; }
      div#popup-starter-rx div.popup-starter-rx div.starter-form.starter-form-1 {
        background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/starter-rx-form-1-2x.png");
        background-size: 140px; }
      div#popup-starter-rx div.popup-starter-rx div.starter-form.starter-form-2 {
        background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/starter-rx-form-2-2x.png");
        background-size: 140px; }
      div#popup-starter-rx div.popup-starter-rx div.starter-form a.link-solo {
        padding-right: 0; }
  div#popup-starter-rx a.leavingPanelClose {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-image: url("/themes/custom/veltassa_patient/img/global/popup-close-t-2x.png");
    background-size: 39px;
    top: -20px;
    right: -20px; }

footer {
  background-color: #7e61bb; }
  footer div.footer-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px; }
  footer nav.footer-nav ul#footer-menu li {
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 10px; }
    footer nav.footer-nav ul#footer-menu li:nth-child(4) {
      margin-left: 90px; }
    footer nav.footer-nav ul#footer-menu li a {
      color: #ffffff;
      font-family: 'AvenirNextLTPro-DemiCn', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase;
      text-decoration: none; }
  footer p.footer-copy {
    margin-top: 10px;
    color: #ffffff;
    text-align: center;
    font-family: "Avenir Book", sans-serif;
    font-size: 12px;
    font-size: 0.75rem; }
  footer a.footer-logo {
    display: block;
    width: 111px;
    height: 48px;
    background-image: url("/themes/custom/veltassa_patient/img/global/vifor-pharma-logo-vector_desktop.png");
    background-size: 111px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 10px auto 0; }

.mobile_break {
  display: block; }

.nobr {
  white-space: nowrap; }

.mobile-only {
  display: block !important; }

.tablet-only {
  display: none !important; }

.desktop-only {
  display: none !important; }

.mobile-tablet-only {
  display: block !important; }

.no-mobile {
  display: none !important; }

.mobile-inline {
  display: inline !important; }

.tablet-inline {
  display: none !important; }

.desktop-inline {
  display: none !important; }

div#lightbox-video div.related-content .related-cta {
  height: 100px; }

/* Shit fix */
html.p_ios strong em {
  font-family: "Avenir Book", sans-serif;
  font-weight: bold; }

@media only screen and (min-width: 48em) {
  .footer-content,
  .isi-content {
    max-width: 700px; }
  main {
    margin-top: 138px; }
  h1.headline {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 54px;
    line-height: 3.375rem; }
  h2 {
    font-size: 24px;
    font-size: 1.5rem; }
    h2.subhead {
      font-size: 24px;
      font-size: 1.5rem; }
  p {
    font-size: 15px;
    font-size: 0.9375rem; }
    p.footnote {
      font-size: 12px;
      font-size: 0.75rem; }
  li {
    font-size: 15px;
    font-size: 0.9375rem; }
  a.video-cta-button {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 82px;
    margin-top: 40px;
    padding-right: 20px; }
    a.video-cta-button:before {
      display: block;
      width: 90px;
      height: 90px;
      background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/sprite-video-cta-button-t-2x.png");
      background-position: 0 0;
      background-size: 76px;
      position: absolute;
      top: -24px;
      left: -90px; }
    a.video-cta-button.purple:hover:before {
      background-position: 0 -352px; }
    a.video-cta-button.gray:hover:before {
      background-position: 0 -176px; }
  a.tel {
    cursor: text; }
  .customButton, .customButtonWhite {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 35px 4px; }
  div.column-container div.column + .column {
    margin-top: 0; }
  div.column-container div.columns-double div.column {
    width: 248px; }
  div.column-container div.columns-single div.column {
    width: 400px;
    margin: 0 auto; }
  div#lightbox-video .video-close {
    background: url("/themes/custom/veltassa_patient/img/video-module/t/video-close.png") no-repeat 0 0;
    width: 33px;
    height: 33px;
    background-size: 33px;
    top: -20px;
    right: -15px;
    z-index: 1; }
  div#lightbox-video div.related-content-container {
    border-top: 12px solid #9e91bf; }
  div#lightbox-video div.related-content {
    min-height: 100px; }
    div#lightbox-video div.related-content h2 {
      font-size: 18px;
      margin-bottom: 10px; }
    div#lightbox-video div.related-content .related-cta {
      margin-bottom: 0;
      width: 50%;
      min-height: 115px;
      float: left;
      background-position: 0 50%; }
      div#lightbox-video div.related-content .related-cta.fpo:before {
        left: 32px; }
      div#lightbox-video div.related-content .related-cta .related-cta-inner {
        padding-left: 140px; }
        div#lightbox-video div.related-content .related-cta .related-cta-inner p {
          font-size: 15px;
          line-height: 1.4; }
          div#lightbox-video div.related-content .related-cta .related-cta-inner p.link:after {
            right: -25px;
            top: 3px;
            background: url("/themes/custom/veltassa_patient/img/video-module/t/related-cta-link.png") no-repeat 0 0;
            width: 17px;
            height: 17px;
            background-size: 17px; }
          div#lightbox-video div.related-content .related-cta .related-cta-inner p.link.down:after {
            background: url("/themes/custom/veltassa_patient/img/video-module/t/related-cta-link-down.png") no-repeat 0 0;
            background-size: 17px; }
      div#lightbox-video div.related-content .related-cta.related-cta-1, div#lightbox-video div.related-content .related-cta.related-cta-6, div#lightbox-video div.related-content .related-cta.related-cta-11, div#lightbox-video div.related-content .related-cta.related-cta-13, div#lightbox-video div.related-content .related-cta.related-cta-16, div#lightbox-video div.related-content .related-cta.related-cta-20, div#lightbox-video div.related-content .related-cta.related-cta-25, div#lightbox-video div.related-content .related-cta.related-cta-33, div#lightbox-video div.related-content .related-cta.related-cta-37 {
        background-position: 5px 50%;
        width: 340px; }
      div#lightbox-video div.related-content .related-cta.related-cta-33, div#lightbox-video div.related-content .related-cta.related-cta-3 {
        width: 320px; }
        div#lightbox-video div.related-content .related-cta.related-cta-33 a.related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-3 a.related-cta-inner {
          padding-left: 140px; }
      div#lightbox-video div.related-content .related-cta.related-cta-2 {
        width: 280px;
        background-position: 10px 50%; }
        div#lightbox-video div.related-content .related-cta.related-cta-2 .related-cta-inner {
          padding-left: 110px; }
      div#lightbox-video div.related-content .related-cta.related-cta-4 {
        background-position: 10px 50%;
        width: 295px; }
        div#lightbox-video div.related-content .related-cta.related-cta-4 .related-cta-inner {
          padding-left: 110px; }
      div#lightbox-video div.related-content .related-cta.related-cta-5, div#lightbox-video div.related-content .related-cta.related-cta-15, div#lightbox-video div.related-content .related-cta.related-cta-19, div#lightbox-video div.related-content .related-cta.related-cta-21, div#lightbox-video div.related-content .related-cta.related-cta-27, div#lightbox-video div.related-content .related-cta.related-cta-29, div#lightbox-video div.related-content .related-cta.related-cta-38 {
        width: 270px;
        background-position: 0px 50%; }
        div#lightbox-video div.related-content .related-cta.related-cta-5 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-15 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-19 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-21 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-27 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-29 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-38 .related-cta-inner {
          padding-left: 100px; }
      div#lightbox-video div.related-content .related-cta.related-cta-6 {
        width: 340px; }
        div#lightbox-video div.related-content .related-cta.related-cta-6 .related-cta-inner {
          padding-left: 140px; }
      div#lightbox-video div.related-content .related-cta.related-cta-7, div#lightbox-video div.related-content .related-cta.related-cta-17, div#lightbox-video div.related-content .related-cta.related-cta-23, div#lightbox-video div.related-content .related-cta.related-cta-31, div#lightbox-video div.related-content .related-cta.related-cta-35 {
        background-position: 10px 50%; }
        div#lightbox-video div.related-content .related-cta.related-cta-7 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-17 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-23 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-31 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-35 .related-cta-inner {
          padding-left: 120px; }
      div#lightbox-video div.related-content .related-cta.related-cta-8 {
        background-position: 10px 50%;
        background-size: 100px; }
      div#lightbox-video div.related-content .related-cta.related-cta-9, div#lightbox-video div.related-content .related-cta.related-cta-36 {
        background-position: 0 50%;
        width: 250px; }
        div#lightbox-video div.related-content .related-cta.related-cta-9 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-36 .related-cta-inner {
          padding-left: 110px;
          padding-top: 0; }
      div#lightbox-video div.related-content .related-cta.related-cta-10, div#lightbox-video div.related-content .related-cta.related-cta-16 {
        width: 340px;
        background-position: 5px 50%; }
      div#lightbox-video div.related-content .related-cta.related-cta-12 {
        width: 280px;
        background-position: 20px 50%; }
        div#lightbox-video div.related-content .related-cta.related-cta-12 .related-cta-inner {
          padding-left: 120px; }
      div#lightbox-video div.related-content .related-cta.related-cta-14 {
        width: 270px; }
        div#lightbox-video div.related-content .related-cta.related-cta-14 .related-cta-inner {
          padding-left: 120px; }
      div#lightbox-video div.related-content .related-cta.related-cta-22, div#lightbox-video div.related-content .related-cta.related-cta-24, div#lightbox-video div.related-content .related-cta.related-cta-26, div#lightbox-video div.related-content .related-cta.related-cta-28, div#lightbox-video div.related-content .related-cta.related-cta-30, div#lightbox-video div.related-content .related-cta.related-cta-32 {
        width: 280px; }
        div#lightbox-video div.related-content .related-cta.related-cta-22 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-24 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-26 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-28 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-30 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-32 .related-cta-inner {
          padding-left: 105px; }
      div#lightbox-video div.related-content .related-cta.related-cta-32 {
        width: 290px; }
      div#lightbox-video div.related-content .related-cta.related-cta-18, div#lightbox-video div.related-content .related-cta.related-cta-34 {
        background-position: 20px 50%;
        width: 295px; }
        div#lightbox-video div.related-content .related-cta.related-cta-18 .related-cta-inner, div#lightbox-video div.related-content .related-cta.related-cta-34 .related-cta-inner {
          padding-left: 120px; }
  div.cta-1 {
    padding-left: 400px;
    min-height: 302px;
    background-position: 50px 50%;
    display: table; }
    div.cta-1 div.cta-1-inner {
      display: table-cell;
      vertical-align: middle; }
    div.cta-1 P {
      font-size: 15px;
      font-size: 0.9375rem; }
    div.cta-1.get-recipes {
      background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/cta-1-get-recipes-2x.jpg");
      background-size: 302px auto; } }
    @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
      div.cta-1.get-recipes {
        background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/cta-1-get-recipes-2x.jpg");
        background-size: 302px auto; } }

@media only screen and (min-width: 48em) {
  div.cta-2 {
    width: 340px;
    margin: 0 auto; }
    div.cta-2 h2 {
      font-size: 30px;
      font-size: 1.875rem; }
  div.cta-3 {
    padding-left: 300px; }
    div.cta-3 h2 {
      font-size: 30px;
      font-size: 1.875rem;
      position: relative; }
      div.cta-3 h2:after {
        position: absolute;
        top: -10px;
        left: -250px;
        width: 204px;
        margin: 0; }
    div.cta-3 a.customButton, div.cta-3 a.customButtonWhite {
      width: 330px; }
  div.cta-img-slider div.copy {
    margin-left: 0;
    margin-top: 25px;
    display: inline-block;
    width: 278px;
    vertical-align: top; }
  div.cta-img-slider div.my-slick-slider-outer {
    display: inline-block;
    width: 390px; }
    div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider {
      width: 316px;
      height: 340px;
      margin-left: 50px;
      margin-right: 50px; }
      div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item {
        width: 316px;
        height: 340px; }
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-01 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/one-t-2x.jpg");
          background-size: 316px auto; } }
        @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
          div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-01 {
            background-image: url("/themes/custom/veltassa_patient/img/slider/one-t-2x.jpg");
            background-size: 316px auto; } }

@media only screen and (min-width: 48em) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-02 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/two-t-2x.jpg");
          background-size: 316px auto; } }
        @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
          div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-02 {
            background-image: url("/themes/custom/veltassa_patient/img/slider/two-t-2x.jpg");
            background-size: 316px auto; } }

@media only screen and (min-width: 48em) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-03 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/three-t-2x.jpg");
          background-size: 316px auto; } }
        @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
          div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-03 {
            background-image: url("/themes/custom/veltassa_patient/img/slider/three-t-2x.jpg");
            background-size: 316px auto; } }

@media only screen and (min-width: 48em) {
        div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-04 {
          background-image: url("/themes/custom/veltassa_patient/img/slider/four-t-2x.png");
          background-size: 316px auto; } }
        @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
          div.cta-img-slider div.my-slick-slider-outer div.my-slick-slider div.slider-item#slider-item-04 {
            background-image: url("/themes/custom/veltassa_patient/img/slider/four-t-2x.png");
            background-size: 316px auto; } }

@media only screen and (min-width: 48em) {
  div.cta-img-slider div.button-container a.customButton, div.cta-img-slider div.button-container a.customButtonWhite {
    width: 278px;
    min-width: 278px; }
  div.cta-img-slider h2 {
    font-size: 38.5px;
    font-size: 2.40625rem; }
  div.video-cta {
    padding-left: 50px; }
    div.video-cta P {
      font-size: 15px;
      font-size: 0.9375rem; }
    div.video-cta h2 {
      font-size: 30px;
      font-size: 1.875rem; }
    div.video-cta.home-nick {
      padding-left: 440px; }
      div.video-cta.home-nick h2 {
        font-size: 38.5px;
        font-size: 2.40625rem; }
    div.video-cta.home-carol {
      padding-left: 395px; }
      div.video-cta.home-carol h2 {
        font-size: 38.5px;
        font-size: 2.40625rem; }
  ul.icon-on-top li {
    width: 33.3%;
    float: left; }
    ul.icon-on-top li.hvw {
      padding-top: 90px; }
      ul.icon-on-top li.hvw.hvw-2 {
        padding-left: 20px;
        padding-right: 20px; }
    ul.icon-on-top li.routine.routine-1 {
      width: 36%; }
    ul.icon-on-top li.routine.routine-2 {
      width: 30%; }
    ul.icon-on-top li + li {
      margin-top: 0px; }
  ul.icon-on-top.facts {
    width: 480px;
    margin: 50px auto 0; }
    ul.icon-on-top.facts li.fact {
      width: 100%;
      float: none;
      text-align: left;
      padding-top: 0 !important;
      padding-left: 100px;
      padding-right: 0;
      background-position: 0 0; }
    ul.icon-on-top.facts li + li {
      margin-top: 30px; }
    ul.icon-on-top.facts li.fact-3 {
      min-height: 90px; }
  div.icon-on-left-container {
    width: 580px;
    margin-left: 40px; }
    div.icon-on-left-container h2 {
      text-align: left; }
    div.icon-on-left-container > p {
      text-align: left; }
    div.icon-on-left-container ul.ul-icon-on-left {
      margin-top: 50px;
      margin-bottom: 35px;
      margin-left: 20px; }
      div.icon-on-left-container ul.ul-icon-on-left > li {
        position: relative; }
        div.icon-on-left-container ul.ul-icon-on-left > li p {
          text-align: left; }
        div.icon-on-left-container ul.ul-icon-on-left > li.meter {
          padding-left: 100px; }
          div.icon-on-left-container ul.ul-icon-on-left > li.meter:before {
            background-size: 90px;
            width: 100px; }
    div.icon-on-left-container.warning-signs {
      width: 380px;
      margin-left: 0; }
      div.icon-on-left-container.warning-signs ul.ul-icon-on-left {
        margin-left: 0; }
        div.icon-on-left-container.warning-signs ul.ul-icon-on-left > li:before {
          background-position: 0 0; }
    div.icon-on-left-container.food-list {
      margin-left: 0;
      padding-left: 20px; }
      div.icon-on-left-container.food-list ul.food-list {
        margin-left: 0;
        margin-top: 35px; }
        div.icon-on-left-container.food-list ul.food-list li {
          padding-left: 100px; }
    div.icon-on-left-container.active-ways {
      margin-left: 0; }
      div.icon-on-left-container.active-ways h2 {
        margin-left: 90px; }
        div.icon-on-left-container.active-ways h2 + p {
          margin-left: 90px; }
      div.icon-on-left-container.active-ways > p {
        margin-left: 20px; }
      div.icon-on-left-container.active-ways ul.ul-icon-on-left {
        margin-left: 0; }
  div.prepare-container h2 {
    padding-left: 185px;
    text-align: left; }
  div.prepare-container div.prepare-step {
    height: 170px;
    padding-left: 185px;
    padding-top: 0;
    background-position: 10px 50%;
    text-align: left; }
  div.do-donot-container div.do-donot {
    float: left;
    width: 245px; }
    div.do-donot-container div.do-donot.donot {
      margin-top: 0;
      margin-left: 30px; }
  div.do-donot-container + p {
    padding-right: 0;
    width: 480px; }
  p.icon-download-pdf {
    padding-top: 0;
    padding-left: 55px;
    background-position: 0 0;
    min-height: 42px; }
  a.icon-download-pdf {
    padding-top: 0;
    padding-left: 65px;
    background-position: 0 0;
    min-height: 42px;
    background-image: url("/themes/custom/veltassa_patient/img/global/icon-pdf-download.svg");
    background-size: 38px;
    background-position: 0 0;
    background-repeat: no-repeat; }
    a.icon-download-pdf span.copy-with-arrow {
      padding-left: 0; }
      a.icon-download-pdf span.copy-with-arrow:before {
        display: none !important; }
  ul.smart-guideline {
    width: 340px; }
  ul.printable-resources {
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 40px auto 0; }
    ul.printable-resources li.printable-resource {
      width: 50%;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 50px;
      text-align: center;
      border-bottom: 0px solid #8cb9f1;
      background-position: center 0; }
      ul.printable-resources li.printable-resource:last-child {
        border-right: 0 solid #8cb9f1; }
      ul.printable-resources li.printable-resource.resource-managing-hp {
        padding-top: 118px;
        background-size: 191px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        border-right: 2px solid #8cb9f1; }
      ul.printable-resources li.printable-resource.resource-quick-guide-veltassa {
        padding-top: 118px;
        background-size: 184px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      ul.printable-resources li.printable-resource.resource-taking-veltassa {
        padding-top: 113px;
        background-size: 155px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        border-right: 2px solid #8cb9f1; }
      ul.printable-resources li.printable-resource.resource-smart-goals {
        padding-top: 113px;
        background-size: 152px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      ul.printable-resources li.printable-resource.resource-thinking-veltassa {
        padding-top: 118px;
        background-size: 153px;
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      ul.printable-resources li.printable-resource p {
        margin-top: 0; }
      ul.printable-resources li.printable-resource a.link-inline {
        margin-top: 5px; }
  section div.section-content {
    max-width: 700px;
    padding: 50px 0; }
  section div.qus {
    width: 300px; }
  section.hero {
    background-position: 50% 100%; }
    section.hero div.section-content {
      padding-top: 85px; }
      section.hero div.section-content h1.headline + p {
        margin-top: 30px; }
  section.home-1 {
    height: 478px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-1-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.home-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-1-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.home-1 h1.headline {
      width: 350px;
      line-height: initial;
      margin-left: 390px;
      font-size: 40px;
      font-size: 2.5rem;
      text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6); }
    section.home-1 h2 {
      text-indent: -9999em;
      height: 0; }
    section.home-1 a.customButtonWhite {
      margin-top: 2em;
      margin-left: 390px;
      padding: 8px 55px 4px;
      padding: 8px 20px 4px; }
    section.home-1 p.footnote {
      margin-top: 103px;
      margin-left: 390px;
      width: 270px;
      font-size: 12px;
      font-size: 0.75rem; }
  section.home-2 {
    height: 376px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-2-2x.gif");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.home-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-2-2x.gif");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.home-2 div.section-content div.video-cta {
      padding-left: 0; }
      section.home-2 div.section-content div.video-cta p {
        width: 450px; }
        section.home-2 div.section-content div.video-cta p + p,
        section.home-2 div.section-content div.video-cta p + p + p {
          width: 230px; }
    section.home-2 div.section-content p.footnote {
      font-size: 12px;
      font-size: 0.75rem; }
  section.home-3 div.section-content {
    padding-top: 70px;
    padding-bottom: 70px; }
  section.home-4 {
    height: 396px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-4-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.home-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/home-4-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.home-4 div.section-content {
      padding-top: 70px; }
  section.risk-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-1-2x.svg");
    background-size: 345px;
    background-position: calc(50% + 170px) bottom; }
    section.risk-1 div.section-content h1.headline {
      width: 365px; }
    section.risk-1 div.section-content p {
      width: 330px; }
  section.risk-2 div.section-content a.customButton, section.risk-2 div.section-content a.customButtonWhite {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 7px 30px 5px; }
  section.risk-2 div.section-content h2.subhead {
    width: 400px;
    margin: 0 auto; }
    section.risk-2 div.section-content h2.subhead + p {
      width: 460px;
      margin-left: auto;
      margin-right: auto; }
  section.risk-2 div.section-content ul.icon-on-top + p {
    width: 490px;
    margin-left: auto;
    margin-right: auto; }
  section.get-recipes-section {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-5-2x.jpg");
    background-size: 2135px auto;
    background-position: -550px top; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.get-recipes-section {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-5-2x.jpg");
      background-size: 2135px auto; } }

@media only screen and (min-width: 48em) {
    section.get-recipes-section div.section-content {
      padding: 40px 160px 40px 0; }
    .faq section.get-recipes-section, .caregivers section.get-recipes-section {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-5-2x.jpg");
      background-size: 999px auto;
      background-position: center top; } }
    @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
      .faq section.get-recipes-section, .caregivers section.get-recipes-section {
        background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-5-2x.jpg");
        background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.get-recipes-section div.cta-2 {
      width: 100%;
      margin: 0 auto; }
      section.get-recipes-section div.cta-2 h2 {
        font-size: 30px;
        font-size: 1.875rem;
        width: 400px;
        margin: 0 auto 1em; }
      section.get-recipes-section div.cta-2 p {
        width: 400px;
        margin: 1em auto; }
      section.get-recipes-section div.cta-2 .customButton, section.get-recipes-section div.cta-2 .customButtonWhite {
        max-width: 333px; }
  section.cause-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/cause-1-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.cause-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/cause-1-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.cause-1 div.section-content h1.headline {
      width: 375px; }
    section.cause-1 div.section-content p {
      width: 312px; }
  section.cause-2 div.section-content h2 {
    text-align: center; }
  section.cause-2 a.customButton, section.cause-2 a.customButtonWhite {
    padding: 7px 30px 5px; }
  section.cause-3 {
    background-size: 202px;
    background-position: 70% 46px; }
    section.cause-3 h2 {
      font-size: 30px;
      font-size: 1.875rem; }
  section.cause-4 .section-content {
    text-align: center; }
    section.cause-4 .section-content h2 {
      text-align: center; }
  section.warning-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/warning-1-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.warning-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/warning-1-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.warning-1 div.section-content {
      padding-left: 349px; }
  section.warning-2 div.content {
    width: 480px;
    margin-left: 76px; }
    section.warning-2 div.content h2.subhead {
      text-align: left; }
  section.warning-2 div.icon-on-left-container.warning-signs {
    width: auto; }
    section.warning-2 div.icon-on-left-container.warning-signs .ul-icon-on-left {
      width: 380px; }
  section.warning-2 a.customButton, section.warning-2 a.customButtonWhite {
    padding: 7px 30px 5px;
    width: 335px;
    display: block; }
  section.warning-3 {
    height: 355px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-3-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.warning-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-3-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.warning-3 div.content {
      width: 390px;
      margin-left: 70px; }
    section.warning-3 h2 {
      padding-right: 0; }
      section.warning-3 h2 + p {
        padding-right: 60px; }
    section.warning-3 a.icon-download-pdf {
      margin-bottom: 0;
      padding-left: 48px; }
  section.warning-4 {
    /*background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-4-2x.jpg");*/
    background-size: 999px auto;
    background-position: center 0; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.warning-4 {
      /*background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/risk-4-2x.jpg");*/
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.warning-4 div.section-content {
      margin: 40px auto 0;
      padding-top: 10px; }
    section.warning-4 div.video-cta.risk-carol h2 {
      font-size: 30px;
      font-size: 1.875rem; }
  section.benefits-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/benefits-1-2x.svg");
    background-size: 345px;
    background-position: calc(50% + 175px) bottom;
    height: 556px; }
    section.benefits-1 h1.headline {
      padding-right: 0;
      width: 380px; }
    section.benefits-1 p {
      padding-right: 350px; }
    section.benefits-1 a.icon-download-pdf {
      padding-left: 0; }
  section.benefits-2 p.percent-95-neph {
    background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/percent-90-nephs-2x.png");
    background-size: 247px;
    width: 247px;
    height: 93px; }
  section.benefits-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/benefits-3-2x.gif");
    background-size: 999px auto;
    height: 370px; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.benefits-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/benefits-3-2x.gif");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.benefits-3 div.section-content {
      text-align: left;
      padding-top: 40px;
      padding-bottom: 0;
      padding: 40px 0 40px 40px; }
    section.benefits-3 div.video-cta {
      padding-left: 0; }
      section.benefits-3 div.video-cta h2 {
        font-size: 38px;
        font-size: 2.375rem;
        width: 360px; }
  section.benefits-4 div.cta-3 {
    text-align: left; }
  section.benefits-4 .controls input.type-text, section.benefits-4 .controls input.type-email {
    width: 278px; }
  section.benefits-4 div.button-container a.customButton, section.benefits-4 div.button-container a.customButtonWhite {
    width: 167px;
    min-width: 167px; }
  section.taking-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/taking-1-2x.svg");
    background-size: 369px;
    background-position: calc(50% + 200px) bottom; }
    section.taking-1 div.section-content .footnote {
      margin-right: 395px; }
    section.taking-1 h1 {
      margin-right: 350px; }
    section.taking-1 p {
      margin-right: 350px; }
    section.taking-1 a.thumb-play-video {
      background-image: url("/themes/custom/veltassa_patient/img/global/instructions-video-m-2x.jpg");
      background-size: 246px auto;
      width: 246px;
      height: 146px;
      margin: 1em 0; } }
    @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
      section.taking-1 a.thumb-play-video {
        background-image: url("/themes/custom/veltassa_patient/img/global/instructions-video-m-2x.jpg");
        background-size: 246px auto; } }

@media only screen and (min-width: 48em) {
      section.taking-1 a.thumb-play-video span.play-button {
        background-image: url("/themes/custom/veltassa_patient/img/global/play-button-overlay-m-2x.png");
        background-size: 78px auto;
        width: 78px;
        height: 78px;
        top: 40px;
        left: 85px; } }
      @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
        section.taking-1 a.thumb-play-video span.play-button {
          background-image: url("/themes/custom/veltassa_patient/img/global/play-button-overlay-m-2x.png");
          background-size: 78px auto; } }

@media only screen and (min-width: 48em) {
  section.taking-2 div.section-content {
    outline: 0; }
    section.taking-2 div.section-content.dose {
      display: table;
      padding-top: 0;
      padding-bottom: 0; }
    section.taking-2 div.section-content.footnote {
      text-align: center; }
  section.taking-2 p.dose {
    height: 100px;
    padding-left: 170px;
    background-position: 50px 50%;
    display: table-cell;
    vertical-align: middle;
    border-top: 5px solid #dcf0fc;
    border-bottom: 5px solid #dcf0fc;
    margin-left: 4px;
    margin-right: 4px; }
  section.taking-2 p.footnote {
    width: 300px;
    float: left;
    margin: 0;
    text-align: left;
    text-indent: -5px; }
    section.taking-2 p.footnote + p.footnote {
      margin-left: 20px;
      width: 340px; }
  section.taking-2 a.customButton, section.taking-2 a.customButtonWhite {
    display: inline-block;
    width: auto;
    margin-top: 40px;
    padding: 7px 30px 5px; }
  section.taking-2 .icon-download-pdf {
    padding-left: 40px; }
    section.taking-2 .icon-download-pdf p.copy {
      padding-left: 10px; }
    section.taking-2 .icon-download-pdf span.gray {
      padding-left: 10px; }
  section.taking-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/taking-4-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.taking-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/taking-4-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.taking-3 h2.subhead + p {
      width: 480px;
      margin-top: 40px; }
    section.taking-3 a.icon-download-pdf {
      margin-bottom: 0; }
  section.taking-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/taking-6-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.taking-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/taking-6-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.taking-5 div.content {
      margin-left: 50px;
      margin-right: 320px; }
  section.staying-1 {
    background-color: #f0f8fd;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/staying-1-2x.svg");
    background-size: 358px;
    background-position: calc(50% + 172px) 113px; }
    section.staying-1 div.section-content {
      padding-right: 260px;
      position: relative;
      padding-bottom: 75px; }
      section.staying-1 div.section-content h1.headline {
        margin-right: 30px; }
        section.staying-1 div.section-content h1.headline + p.pic-credit {
          position: absolute;
          bottom: 13px;
          left: 249px;
          margin: 0; }
      section.staying-1 div.section-content p {
        width: 300px; }
        section.staying-1 div.section-content p.copy {
          width: auto; }
      section.staying-1 div.section-content a.video-cta-button {
        min-height: 60px;
        width: 240px; }
  section.staying-2 div.content {
    width: 100%; }
  section.staying-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/staying-3-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.staying-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/staying-3-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.staying-3 div.video-cta {
      padding-right: 40px; }
  section.staying-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/staying-4-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.staying-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/staying-4-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.staying-4:before, section.staying-4:after {
      display: none !important; }
    section.staying-4 div.content {
      margin-left: 300px; }
    section.staying-4 h2.subhead {
      text-align: left; }
      section.staying-4 h2.subhead + p {
        text-align: left; }
    section.staying-4 a.icon-download-pdf {
      margin-bottom: 0; }
  section.staying-5 div.content {
    width: 480px;
    margin: 0 auto; }
  section.staying-5 h2.subhead {
    text-align: left; }
  section.staying-5 ul {
    margin-left: 20px; }
  section.staying-6 div.section-content div.cta-3 {
    text-align: left; }
  section.staying-6 .controls input.type-text, section.staying-6 .controls input.type-email {
    width: 278px; }
  section.staying-6 div.button-container a.customButton, section.staying-6 div.button-container a.customButtonWhite {
    width: 167px;
    min-width: 167px; }
  section.lpd-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lpd-1-2x.svg");
    background-size: 411px;
    background-position: calc(50% + 160px) bottom; }
    section.lpd-1 div.section-content {
      position: relative; }
      section.lpd-1 div.section-content .pic-credit {
        position: absolute;
        bottom: 13px;
        left: 300px;
        margin: 0;
        display: inline-block;
        text-align: right; }
      section.lpd-1 div.section-content h1.headline {
        margin-right: 0; }
    section.lpd-1 div.content {
      margin-right: 372px; }
    section.lpd-1 a.video-cta-button {
      min-height: 60px; }
  section.lpd-2 {
    text-align: center; }
    section.lpd-2 a.customButton, section.lpd-2 a.customButtonWhite {
      padding: 7px 35px 7px;
      width: auto; }
    section.lpd-2 div.food-list {
      width: 350px;
      float: left; }
      section.lpd-2 div.food-list.low {
        margin-top: 0; }
  section.section-low-potassium-recipes {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-5-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.section-low-potassium-recipes {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-5-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.section-low-potassium-recipes div.section-content h2.subhead {
      text-align: center; }
      section.section-low-potassium-recipes div.section-content h2.subhead + p {
        margin-top: 40px;
        margin-right: 30px; }
    section.section-low-potassium-recipes div.content {
      margin-left: 90px;
      margin-right: 90px; }
  section.lpd-4 {
    background-size: 203px;
    background-position: calc(50% + 178px) 30px; }
    section.lpd-4 div.section-content {
      padding: 88px 0; }
    section.lpd-4 div.video-cta {
      padding-right: 300px;
      padding-left: 51px; }
      section.lpd-4 div.video-cta h2 {
        font-size: 30px;
        font-size: 1.875rem; }
      section.lpd-4 div.video-cta .video-cta-button {
        margin-top: 38px; }
  section.lpd-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lpd-5-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.lpd-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lpd-5-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.lpd-5 div.content {
      margin-left: 190px;
      margin-right: 20px; }
    section.lpd-5 div.nutrition-facts {
      background-size: 480px;
      margin: 30px auto; }
    section.lpd-5 p#did-you-know {
      margin-left: 250px;
      margin-right: 10px; }
  section.lifestyle-1 {
    /*background-image: url(/themes/custom/veltassa_patient/img/hero/tablet/lifestyle-1-2x.svg);*/
    background-image: url(/themes/custom/veltassa_patient/img/Wagdevi.png);
    background-size: 330px;
    background-position: 75% bottom;
    height: 585px;
  }
    section.lifestyle-1 div.section-content {
      position: relative; }
      section.lifestyle-1 div.section-content .pic-credit {
        position: absolute;
        bottom: -22px;
        left: 273px;
        margin: 0;
        display: inline-block;
        text-align: right; }
      section.lifestyle-1 div.section-content h1.headline {
        margin-right: 0; }
    section.lifestyle-1 div.content {
      margin-right: 372px; }
  section.lifestyle-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lifestyle-2-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.lifestyle-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lifestyle-2-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.lifestyle-2 div.content {
      margin-left: 280px;
      margin-right: 40px; }
    section.lifestyle-2 h2.subhead {
      padding-left: 0; }
    section.lifestyle-2 ol {
      margin-top: 40px; }
  section.lifestyle-3 div.content {
    padding-left: 125px;
    padding-right: 150px; }
  section.lifestyle-3 p.icon-download-pdf {
    position: relative; }
    section.lifestyle-3 p.icon-download-pdf a.link-solo {
      position: relative;
      width: auto;
      bottom: auto;
      left: auto; }
  section.lifestyle-3 div.icon-on-left-container ul.ul-icon-on-left + p {
    margin-left: 87px; }
  section.lifestyle-3 a.icon-download-pdf {
    margin-left: 23px;
    margin-bottom: 0; }
  section.lifestyle-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lifestyle-4-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.lifestyle-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/lifestyle-4-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.lifestyle-4 div.content {
      margin-left: 335px; }
    section.lifestyle-4 h2.subhead {
      text-align: left; }
    section.lifestyle-4 ul {
      margin-left: 20px; }
  section.resources-1 {
    background-color: #fbfdff;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-1-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.resources-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-1-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.resources-1 div.content {
      margin-right: 350px; }
    section.resources-1 h1 {
      margin-right: 0; }
      section.resources-1 h1 + p {
        margin-right: 0; }
  section.resources-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-2-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.resources-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/resources-2-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.resources-2 div.content {
      margin-left: 160px;
      margin-right: 160px; }
    section.resources-2 p {
      margin-right: 0; }
    section.resources-2 ul {
      margin-right: 0;
      margin-top: 20px; }
      section.resources-2 ul + p {
        margin-top: 1em;
        margin-right: 0; }
    section.resources-2 a.customButton, section.resources-2 a.customButtonWhite {
      width: 330px; }
  section.resources-3 div.content {
    margin-left: 145px;
    margin-right: 80px; }
  section.resources-3 h2 {
    text-align: left; }
  section.resources-3 p#am-i-eligible {
    position: relative;
    margin-top: 40px; }
    section.resources-3 p#am-i-eligible:before {
      position: absolute;
      top: 0;
      left: -90px;
      width: 64px;
      height: 64px;
      background-size: 64px;
      background-position: 0 0; }
      .b_ie.bv_11 section.resources-3 p#am-i-eligible:before {
        background-size: 64px 64px; }
  section.resources-4 div.section-content {
    text-align: left; }
  section.resources-4 div.content {
    margin-left: 0; }
    section.resources-4 div.content > h2,
    section.resources-4 div.content > p {
      margin-left: 90px; }
  section.resources-5 div.content p {
    text-align: left; }
  section.faq-1 div.content {
    width: 510px;
    margin-left: 100px; }
  section.caregivers-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/caregivers-1-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.caregivers-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/caregivers-1-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.caregivers-1 div.content {
      margin-left: 50px; }
    section.caregivers-1 h1 {
      width: 440px; }
      section.caregivers-1 h1 + p {
        width: 310px; }
  section.caregivers-2 div.content {
    padding-left: 80px; }
  section.caregivers-2 a.icon-download-pdf {
    margin-left: 20px; }
  section.caregivers-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/caregivers-3-2x.jpg");
    background-size: 999px auto;
    background-position: center top;
    background-color: #fff; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.caregivers-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/caregivers-3-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.caregivers-3 div.content {
      margin-left: 90px; }
    section.caregivers-3 h2 {
      width: 300px; }
    section.caregivers-3 ul {
      width: 235px; }
    section.caregivers-3 a.link-vid {
      margin-top: 20px; }
    section.caregivers-3 p.footnote {
      margin-right: 0;
      width: 290px; }
  section.caregivers-4 div.content {
    padding-left: 80px; }
  section.caregivers-4 div.icon-on-left-container {
    width: 570px; }
  section.caregivers-5 div.section-content div.cta-2 p {
    padding: 0; }
  section.stories-1 {
    /*background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-1-2x.svg");*/
    background-size: 333px;
    background-position: calc(50% + 183px) bottom; }
    section.stories-1 div.section-content {
      padding: 30px 320px 40px 0; }
      section.stories-1 div.section-content h1.headline {
        width: 370px; }
        section.stories-1 div.section-content h1.headline + p {
          margin-top: 1em; }
      section.stories-1 div.section-content p {
        width: 344px; }
    section.stories-1 div.content {
      margin-left: 0; }
  section.stories-2 {
    height: 400px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-2-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.stories-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-2-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.stories-2 div.content {
      margin-left: 285px; }
    section.stories-2 h2 + p {
      width: 330px; }
  section.stories-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-3-2x.jpg");
    background-size: cover;
    height: 432px; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.stories-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-3-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 48em) {
    section.stories-3 div.content {
      margin-left: 25px; }
      section.stories-3 div.content ul.vid-list {
        margin-left: 0; }
    section.stories-3 h2 + p {
      width: 330px; }
  section.stories-4 div.section-content.your-story {
    text-align: left;
    padding-left: 220px;
    padding-right: 110px; }
    section.stories-4 div.section-content.your-story h2:after {
      width: 189px;
      margin: 0;
      position: absolute;
      top: 0;
      left: -220px; }
  section.stories-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-5-2x.jpg");
    background-size: 999px auto;
    height: 389px; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.stories-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-5-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.stories-5 div.section-content {
      padding-right: 220px; }
    section.stories-5 div.content .vid-list {
      padding-right: 0; }
  section.stories-6 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-6-2x.jpg");
    background-size: 999px auto;
    height: 426px; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.stories-6 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-6-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.stories-6 div.section-content {
      padding-left: 285px; }
    section.stories-6 div.content ul.vid-list {
      margin-left: 0; }
  section.stories-7 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-7-2x.jpg");
    background-size: 999px auto;
    height: 403px; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.stories-7 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/stories-7-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.stories-7 div.content {
      padding-right: 360px; }
  section.ambassador-1 {
    background-size: 222px;
    background-position: calc(50% - 240px) 75px; }
    section.ambassador-1 div.section-content {
      padding-top: 70px;
      padding-bottom: 40px;
      padding-left: 242px;
      padding-right: 40px; }
    section.ambassador-1 p {
      margin-top: 20px; }
  section.ambassador-2 div.section-content {
    padding-left: 40px; }
  section.ambassador-confirm-1 {
    background-image: url(/themes/custom/veltassa_patient/img/hero/tablet/ambassador-confirm-1-2x.svg);
    background-size: 313px;
    background-position: calc(50% + 171px) 80px; }
    section.ambassador-confirm-1 div.section-content {
      padding-top: 65px;
      padding-bottom: 82px;
      padding-left: 20px; }
    section.ambassador-confirm-1 p {
      margin-top: 60px;
      padding-right: 370px; }
  section.stay-on-track-1 h1.headline {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 10px;
    z-index: 0; }
  section.stay-on-track-1 h1.headline, section.stay-on-track-1 p {
    margin-left: 110px;
    margin-right: 110px; }
  section.stay-on-track-1 div.stay-hero {
    display: block;
    margin-top: 30px;
    padding-top: 290px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/stay-on-track-1-2x.png");
    background-size: 680px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative; }
    section.stay-on-track-1 div.stay-hero p {
      position: absolute;
      top: 230px;
      left: 0;
      text-align: center;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0; }
      section.stay-on-track-1 div.stay-hero p#stay-hero-copy-1 {
        left: 20px;
        width: 200px; }
      section.stay-on-track-1 div.stay-hero p#stay-hero-copy-2 {
        left: 270px;
        width: 160px; }
      section.stay-on-track-1 div.stay-hero p#stay-hero-copy-3 {
        left: 480px;
        width: 200px; }
      section.stay-on-track-1 div.stay-hero p:last-child {
        margin-right: 0; }
  section.stay-on-track-2 div.content {
    width: 600px;
    margin-left: 20px; }
  section.stay-on-track-2 h2.subhead {
    margin-bottom: 00px; }
  section.reg-error-1 div.content {
    width: 480px;
    margin: 0 auto; }
  section.ambassador_error-1 div.content {
    width: 490px;
    margin: 0 auto; }
  section.reg-confirm-not-prescribed-1 {
    background-color: #fbfdff;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/reg-confirm-not-prescribed-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.reg-confirm-not-prescribed-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/reg-confirm-not-prescribed-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.reg-confirm-not-prescribed-1 h1.headline {
      width: 350px; }
    section.reg-confirm-not-prescribed-1 p {
      width: 333px; }
  section.reg-confirm-prescribed-1 {
    background-color: #fbfdff;
    background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/reg-confirm-prescribed-2x.jpg");
    background-size: 999px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.reg-confirm-prescribed-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/reg-confirm-prescribed-2x.jpg");
      background-size: 999px auto; } }

@media only screen and (min-width: 48em) {
    section.reg-confirm-prescribed-1 p {
      width: 333px; }
    section.reg-confirm-prescribed-1 ul {
      margin-top: 30px;
      margin-bottom: 30px; }
  section.unsubscribe-1 div.content {
    width: 580px;
    margin: 0 auto; }
  section.unsubscribe-confirm-1 div.content {
    width: 480px;
    margin: 0 auto 0 30px; }
  section.veltassa-confirmation div.content {
    width: 480px;
    margin: 0 auto 0 30px; }
  section.prospect-crm-landing div.section-content h1.headline {
    margin-bottom: 10px; }
    section.prospect-crm-landing div.section-content h1.headline + p {
      width: 490px;
      margin-top: 10px; }
  section.prospect-crm-landing div.section-content h1.headline, section.prospect-crm-landing div.section-content p {
    margin-left: 110px;
    margin-right: 110px; }
  section.prospect-crm-landing div.stay-hero {
    display: block;
    margin-top: 40px;
    padding-top: 280px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/stay-on-track-1-2x.jpg");
    background-size: 662px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative; }
    section.prospect-crm-landing div.stay-hero p {
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      font-family: "Avenir Heavy", sans-serif;
      font-weight: normal;
      color: #492e8e; }
      section.prospect-crm-landing div.stay-hero p#stay-hero-copy-1 {
        left: 20px;
        width: 200px; }
      section.prospect-crm-landing div.stay-hero p#stay-hero-copy-2 {
        left: 270px;
        width: 160px; }
      section.prospect-crm-landing div.stay-hero p#stay-hero-copy-3 {
        left: 480px;
        width: 200px; }
      section.prospect-crm-landing div.stay-hero p:last-child {
        margin-right: 0; }
  section.unsubscribe-error-1 div.content, section.error-404 div.content {
    width: 480px;
    margin: 0 auto; }
  section.isi div.content {
    margin: 0 auto; }
  section.trial-1 div.trial-input-wrapper-for-tablet-and-desktop {
    width: 600px; }
  section.trial-1 div.stay-hero {
    display: block;
    margin-top: 50px;
    margin-left: 96px;
    padding-top: 240px;
    background-image: url("/themes/custom/veltassa_patient/img/interior/tablet/trial-3-images-2x.png");
    background-size: 542px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative; }
    section.trial-1 div.stay-hero p {
      position: absolute;
      top: 190px;
      left: 0;
      text-align: center;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      font-family: "Avenir Heavy", sans-serif;
      font-weight: normal; }
      section.trial-1 div.stay-hero p#stay-hero-copy-1 {
        left: 10px; }
      section.trial-1 div.stay-hero p#stay-hero-copy-2 {
        left: 210px; }
      section.trial-1 div.stay-hero p#stay-hero-copy-3 {
        left: 380px; }
      section.trial-1 div.stay-hero p:last-child {
        margin-right: 0; }
  section.trial-error-1 div.content, section.trial-confirmation-1 div.content {
    width: 480px;
    margin: 0 auto; }
  section.survey-hero {
    background-position: bottom center;
    height: 240px; }
    section.survey-hero.survey-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/survey-1-2x.jpg");
      background-size: 1000px auto; } }
    @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
      section.survey-hero.survey-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/survey-1-2x.jpg");
        background-size: 1000px auto; } }

@media only screen and (min-width: 48em) {
    section.survey-hero.survey-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/survey-2-2x.jpg");
      background-size: 1000px auto; } }
    @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
      section.survey-hero.survey-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/tablet/survey-2-2x.jpg");
        background-size: 1000px auto; } }

@media only screen and (min-width: 48em) {
    section.survey-hero div.section-content {
      width: 700px; }
      section.survey-hero div.section-content h1 {
        padding-right: 50px; }
  section.survey-thank-you-hero div.section-content {
    min-height: 500px;
    background-repeat: no-repeat; }
    section.survey-thank-you-hero div.section-content:before {
      top: 90px;
      left: 370px;
      width: 345px;
      height: 354px; }
  section.survey-thank-you-hero.survey-1-thank-you-1 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-1 div.section-content:before {
    width: 311px;
    height: 327px;
    top: 70px;
    left: 370px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-thank-you-2x.png");
    background-size: 311px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.survey-thank-you-hero.survey-1-thank-you-1 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-1 div.section-content:before {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-thank-you-2x.png");
      background-size: 311px auto; } }

@media only screen and (min-width: 48em) {
  section.survey-thank-you-hero.survey-1-thank-you-1 a.customButton, section.survey-thank-you-hero.survey-1-thank-you-1 a.customButtonWhite, section.survey-thank-you-hero.survey-2-thank-you-1 a.customButton, section.survey-thank-you-hero.survey-2-thank-you-1 a.customButtonWhite {
    padding: 7px 35px 7px; }
  section.survey-thank-you-hero.survey-1-thank-you-2 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-2 div.section-content:before {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-thank-you-2-2x.png");
    background-size: 345px auto; } }
  @media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (min-resolution: 120dpi) {
    section.survey-thank-you-hero.survey-1-thank-you-2 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-2 div.section-content:before {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-thank-you-2-2x.png");
      background-size: 345px auto; } }

@media only screen and (min-width: 48em) {
  section.survey-thank-you-hero.survey-1-thank-you-2 a.customButton, section.survey-thank-you-hero.survey-1-thank-you-2 a.customButtonWhite, section.survey-thank-you-hero.survey-2-thank-you-2 a.customButton, section.survey-thank-you-hero.survey-2-thank-you-2 a.customButtonWhite {
    padding: 7px 35px 7px; }
  section.survey-thank-you-hero h1.headline {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 330px; }
  section.survey-thank-you-hero p {
    padding-right: 350px; }
  section.survey-thank-you-hero a.customButton, section.survey-thank-you-hero a.customButtonWhite {
    margin-top: 50px;
    margin-left: 0; }
  section.survey-error div.content {
    width: 480px;
    margin: 0 auto; }
  /* START OF recipe finder tool */
  div.recipes-section {
    max-width: 700px;
    padding-bottom: 50px; }
  div.recipe-container-outer {
    background-image: url("/themes/custom/veltassa_patient/img/recipes/recipe-container-t-2x.png");
    background-size: 700px;
    margin-top: 40px; }
  div.recipe-container-inner {
    max-width: 650px; }
  /* END OF recipe finder tool */
  /* overlay */
  div.leavingPanel div.leavingPanelInner {
    width: 460px;
    padding: 30px 30px 40px; }
  div#popup-notice div.leavingPanelInner {
    width: 700px; }
  div#popup-notice div.popup-notice {
    height: 360px; }
  div#popup-notice a.leavingPanelClose {
    width: 40px;
    height: 40px;
    background-image: url("/themes/custom/veltassa_patient/img/global/popup-close-t-2x.png");
    background-size: 39px;
    top: -20px;
    right: -20px; }
  div#popup-starter-rx div.leavingPanelInner {
    width: 650px;
    padding-left: 100px;
    padding-top: 40px; }
    div#popup-starter-rx div.leavingPanelInner h2 {
      margin-left: 70px;
      text-align: left; }
  div#popup-starter-rx div.popup-starter-rx div.starter-form {
    padding-left: 180px;
    height: 130px; }
    div#popup-starter-rx div.popup-starter-rx div.starter-form.starter-form-1 {
      background-size: 160px; }
    div#popup-starter-rx div.popup-starter-rx div.starter-form.starter-form-2 {
      background-size: 160px; }
  div#popup-starter-rx a.leavingPanelClose {
    width: 40px;
    height: 40px;
    background-image: url("/themes/custom/veltassa_patient/img/global/popup-close-t-2x.png");
    background-size: 39px;
    top: -20px;
    right: -20px; }
  footer div.footer-content {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px; }
  footer nav.footer-nav {
    display: inline-block; }
    footer nav.footer-nav ul#footer-menu li {
      margin: 0 20px 0 0;
      line-height: 1; }
      footer nav.footer-nav ul#footer-menu li:nth-child(4) {
        margin-left: 0; }
      footer nav.footer-nav ul#footer-menu li a {
        font-size: 16px;
        font-size: 1rem; }
  footer p.footer-copy {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
  footer a.footer-logo {
    margin: 0;
    float: right;
    margin-top: -92px; }
  /*footer .thank-you-page a.footer-logo {*/
  /*  margin-top: -52px;*/
  /*}*/
    body.trial footer a.footer-logo,
    body.survey_orphan footer a.footer-logo {
      margin-top: -20px; }
  .mobile_break {
    display: inline; }
  .tablet_break {
    display: block; }
  .mobile-only {
    display: none !important; }
  .tablet-only {
    display: block !important; }
  .desktop-only {
    display: none !important; }
  .mobile-tablet-only {
    display: block !important; }
  .no-mobile {
    display: block !important; }
  .no-mobile.inline-block {
    display: inline-block !important; }
  .mobile-inline {
    display: none !important; }
  .tablet-inline {
    display: inline !important; }
  html.b_firefox a.link-vid {
    line-height: 28px; } }

@media only screen and (min-width: 62.5em) {
  .footer-content,
  .isi-content {
    width: 1000px;
    max-width: 1000px; }
  main {
    min-width: 1000px;
    margin-top: 105px; }
  ul.has-hover-state li:hover a {
    text-decoration: none; }
  ul.has-hover-state li:hover:before {
    color: #566f93; }
  div.cta-3 {
    padding-left: 290px; }
  div.icon-on-left-container.food-list {
    padding-left: 0; }
  div.prepare-container div.prepare-step {
    position: relative; }
    div.prepare-container div.prepare-step div.hover-video {
      position: absolute;
      top: 12px;
      left: 10px;
      height: 100%;
      display: table; }
      div.prepare-container div.prepare-step div.hover-video div.hover-video-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100%; }
  section div.section-content {
    width: 1000px;
    max-width: 1000px;
    padding-right: 320px;
    height: auto; }
  section.hero div.section-content {
    padding-top: 115px; }
  section.home-1 {
    height: 478px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-1-2x.jpg");
    background-size: 1919px auto;
    background-color: #8874b5; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.home-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-1-2x.jpg");
      background-size: 1919px auto; } }

@media only screen and (min-width: 62.5em) {
    section.home-1 div.section-content {
      padding-right: 320px; }
    section.home-1 h1.headline {
      margin-left: 365px; }
    section.home-1 p.footnote {
      margin-left: 365px;
      margin-top: 112px; }
    section.home-1 a.customButton, section.home-1 a.customButtonWhite {
      margin-left: 365px;
      padding: 8px 20px 4px;
      margin-top: 35px; }
  section.home-2 {
    height: 376px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-2-2x.gif");
    background-size: 1919px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.home-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-2-2x.gif");
      background-size: 1919px auto; } }

@media only screen and (min-width: 62.5em) {
  section.home-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-4-2x.jpg");
    background-size: 1919px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.home-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/home-4-2x.jpg");
      background-size: 1919px auto; } }

@media only screen and (min-width: 62.5em) {
  section.risk-1 {
    background-position: calc(50% + 11px) bottom; }
  section.get-recipes-section {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-5-2x.jpg");
    background-size: 2135px auto;
    background-position: center top; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.get-recipes-section {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-5-2x.jpg");
      background-size: 2135px auto; } }

@media only screen and (min-width: 62.5em) {
    .faq section.get-recipes-section, .caregivers section.get-recipes-section {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-6-2x.jpg");
      background-size: 1920px auto; } }
    @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
      .faq section.get-recipes-section, .caregivers section.get-recipes-section {
        background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-6-2x.jpg");
        background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.get-recipes-section div.section-content {
      padding: 40px 370px 40px 0; }
    section.get-recipes-section div.cta-2 {
      width: 100%;
      margin: 0 auto; }
      section.get-recipes-section div.cta-2 h2 {
        font-size: 30px;
        font-size: 1.875rem;
        width: 400px;
        margin: 0 auto 1em; }
      section.get-recipes-section div.cta-2 p {
        width: 400px;
        margin: 1em auto; }
      section.get-recipes-section div.cta-2 .customButton, section.get-recipes-section div.cta-2 .customButtonWhite {
        max-width: 333px; }
  section.cause-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/cause-1-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.cause-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/cause-1-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
  section.cause-3 {
    background-position: calc(50% - 20px) 46px; }
  section.warning-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/warning-1-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.warning-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/warning-1-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.warning-1 div.section-content {
      padding-left: 320px; }
  section.warning-2 div.content {
    margin-left: 104px; }
  section.warning-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-3-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.warning-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-3-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.warning-3 div.content {
      margin-left: 100px; }
  section.warning-4 {
    /*background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-4-2x.jpg");*/
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.warning-4 {
      /*background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/risk-4-2x.jpg");*/
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
  section.benefits-1 {
    background-position: calc(50% + 20px) bottom;
    height: 580px; }
  section.benefits-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/benefits-3-2x.gif");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.benefits-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/benefits-3-2x.gif");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.benefits-3 div.section-content {
      padding-left: 40px;
      padding-bottom: 40px; }
  section.taking-1 {
    background-size: 369px;
    background-position: calc(50% + 9px) bottom; }
    section.taking-1 h1 {
      margin-right: 330px; }
  section.taking-2 p.footnote {
    width: 300px; }
    section.taking-2 p.footnote + p.footnote {
      width: 340px; }
  section.taking-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/taking-4-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.taking-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/taking-4-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 62.5em) {
  section.taking-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/taking-6-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.taking-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/taking-6-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.taking-5 div.content {
      margin-left: 10px;
      margin-right: 300px; }
  section.staying-1 {
    background-position: calc(50% + 9px) 147px; }
    section.staying-1 div.section-content {
      padding-right: 510px; }
  section.staying-2 div.section-content {
    padding-right: 310px; }
  section.staying-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/staying-3-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.staying-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/staying-3-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
  section.staying-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/staying-4-2x.jpg");
    background-size: cover; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.staying-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/staying-4-2x.jpg");
      background-size: cover; } }

@media only screen and (min-width: 62.5em) {
    section.staying-4 div.content {
      margin-left: 270px; }
  section.lpd-1 {
    background-position: calc(50% - 28px) bottom; }
    section.lpd-1 div.section-content .pic-credit {
      left: 249px; }
    section.lpd-1 div.content {
      margin-right: 350px; }
  section.lpd-2 div.food-list {
    width: 340px; }
    section.lpd-2 div.food-list.low {
      padding-left: 10px; }
  section.section-low-potassium-recipes {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-5-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.section-low-potassium-recipes {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-5-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.section-low-potassium-recipes div.section-content h2.subhead {
      text-align: left; }
  section.lpd-4 {
    background-position: calc(50% + 38px) 30px; }
  section.lpd-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lpd-5-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.lpd-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lpd-5-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.lpd-5 div.content {
      margin-right: 0; }
  section.lifestyle-1 {
    background-position: 50% bottom;
    height: 620px;
  }
    section.lifestyle-1 div.section-content .pic-credit {
      left: 256px; }
    section.lifestyle-1 div.content {
      margin-right: 350px; }
  section.lifestyle-2 {
    height: 769px;
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lifestyle-2-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.lifestyle-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lifestyle-2-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.lifestyle-2 div.section-content {
      padding-top: 40px; }
    section.lifestyle-2 div.content {
      margin-left: 290px;
      margin-right: 10px; }
  section.lifestyle-3 div.section-content {
    padding-right: 340px; }
  section.lifestyle-3 div.content {
    padding-right: 0; }
  section.lifestyle-3 div.icon-on-left-container {
    width: 560px; }
  section.lifestyle-4 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lifestyle-4-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.lifestyle-4 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/lifestyle-4-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.lifestyle-4 ul {
      margin-right: 0;
      margin-top: 35px; }
  section.resources-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-1-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.resources-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-1-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.resources-1 div.content {
      margin-right: 340px; }
  section.resources-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-2-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.resources-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/resources-2-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.resources-2 div.content {
      margin-left: 180px;
      margin-right: 120px; }
    section.resources-2 a.customButton, section.resources-2 a.customButtonWhite {
      margin-top: 35px; }
  section.resources-3 div.content {
    margin-left: 160px;
    margin-right: 50px; }
  section.resources-5 div.content {
    margin-left: 110px;
    margin-right: 50px; }
  section.caregivers-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/caregivers-1-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.caregivers-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/caregivers-1-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.caregivers-1 div.content {
      margin-left: 30px; }
  section.caregivers-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/caregivers-3-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.caregivers-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/caregivers-3-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.caregivers-3 div.content {
      margin-left: 20px; }
  section.stories-1 {
    background-position: calc(50% + 20px) bottom; }
    section.stories-1 div.section-content {
      padding: 85px 320px 40px 0; }
  section.stories-2 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-2-2x.jpg");
    background-size: 2056px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.stories-2 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-2-2x.jpg");
      background-size: 2056px auto; } }

@media only screen and (min-width: 62.5em) {
  section.stories-3 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-3-2x.jpg");
    background-size: 2056px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.stories-3 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-3-2x.jpg");
      background-size: 2056px auto; } }

@media only screen and (min-width: 62.5em) {
  section.stories-4 div.section-content.your-story {
    padding-left: 220px;
    padding-right: 410px; }
  section.stories-5 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-5-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.stories-5 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-5-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.stories-5 div.section-content {
      padding-right: 500px; }
  section.stories-6 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-6-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.stories-6 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-6-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.stories-6 div.section-content {
      padding-left: 305px;
      padding-right: 346px; }
  section.stories-7 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-7-2x.jpg");
    background-size: 1920px auto; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.stories-7 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/stories-7-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.stories-7 div.content {
      padding-right: 340px; }
  section.ambassador-1 {
    background-position: calc(50% - 385px) 115px; }
    section.ambassador-1 div.section-content {
      padding-right: 360px; }
  section.ambassador-2 div.section-content {
    padding-left: 40px;
    padding-right: 360px; }
  section.ambassador-confirm-1 {
    background-position: calc(50% + 1px) 120px; }
    section.ambassador-confirm-1 div.section-content {
      padding-top: 115px; }
  section.contact_us {
    min-height: 530px; }
  section.reg-error-1 {
    min-height: 530px; }
    section.reg-error-1 div.content {
      margin-left: 100px; }
  section.reg-confirm-not-prescribed-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/reg-confirm-prescribed-2x.jpg");
    background-size: 1920px auto;
    background-position: 50% 160px; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.reg-confirm-not-prescribed-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/reg-confirm-prescribed-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
  section.reg-confirm-prescribed-1 {
    background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/reg-confirm-prescribed-2x.jpg");
    background-size: 1920px auto;
    background-position: 50% 180px; } }
  @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
    section.reg-confirm-prescribed-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/reg-confirm-prescribed-2x.jpg");
      background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.reg-confirm-prescribed-1 div.section-content {
      min-height: 660px; }
  section.veltassa-confirmation {
    min-height: 530px; }
  section.prospect-crm-landing div.section-content {
    padding-top: 70px; }
  section.unsubscribe-confirm-1 {
    min-height: 530px; }
  section.unsubscribe-error-1, section.error-404 {
    min-height: 530px; }
  section.isi div.section-content {
    min-height: 630px;
    padding-right: 0; }
    section.isi div.section-content .isi-content {
      max-width: none;
      width: 100%; }
  section.trial-1 div.section-content {
    padding-top: 80px;
    padding-left: 20px; }
  section.trial-1 div.trial-input-wrapper-for-tablet-and-desktop {
    width: 590px; }
  section.trial-error-1, section.trial-confirmation-1 {
    min-height: 530px; }
    section.trial-error-1 div.section-content, section.trial-confirmation-1 div.section-content {
      padding-top: 60px; }
    section.trial-error-1 div.content, section.trial-confirmation-1 div.content {
      margin-left: 100px; }
  section.survey-hero {
    background-position: bottom center;
    height: 240px; }
    section.survey-hero.survey-1 {
      background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-2x.jpg");
      background-size: 1920px auto; } }
    @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
      section.survey-hero.survey-1 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-1-2x.jpg");
        background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.survey-hero.survey-2 {
      background-image: url("../img/hero/desktop/survey-2-2x.jpg");
      background-size: 1920px auto; } }
    @media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (min-resolution: 120dpi) {
      section.survey-hero.survey-2 {
        background-image: url("/themes/custom/veltassa_patient/img/hero/desktop/survey-2-2x.jpg");
        background-size: 1920px auto; } }

@media only screen and (min-width: 62.5em) {
    section.survey-hero div.section-content {
      width: 1000px; }
  section.survey-thank-you-hero div.section-content:before {
    top: 90px;
    left: 340px;
    width: 345px;
    height: 354px; }
  section.survey-thank-you-hero.survey-1-thank-you-1 div.section-content:before, section.survey-thank-you-hero.survey-2-thank-you-1 div.section-content:before {
    top: 70px;
    left: 360px; }
  section.survey-error {
    min-height: 530px; }
    section.survey-error div.content {
      margin-left: 100px; }
  /* START OF recipe finder tool */
  div.recipes-section {
    max-width: 1000px; }
  div.recipe-wrapper {
    width: 680px;
    margin-left: 0;
    border: 2px solid #a5c6f1;
    border-radius: 5px; }
  div.recipe-wrapper-inner {
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
    background-color: #ffffff;
    padding-bottom: 40px; }
    div.recipe-wrapper-inner h2.subhead {
      margin-top: 40px; }
  div.recipe-header-outer {
    background-color: #c5dcf8;
    padding-top: 15px;
    height: 45px;
    border-radius: 3px; }
    div.recipe-header-outer div.recipe-header {
      width: 120px;
      height: 30px;
      line-height: 30px;
      display: inline-block;
      float: left;
      text-align: center;
      font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1rem;
      color: #566f93;
      text-transform: uppercase;
      cursor: pointer;
      margin-right: 10px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
      div.recipe-header-outer div.recipe-header.selected {
        cursor: default;
        background: #ffffff; }
      div.recipe-header-outer div.recipe-header-breakfast {
        margin-left: 20px; }
  div.recipe-container-outer {
    margin-top: 0;
    background-color: #ffffff;
    padding: 20px 0;
    display: none;
    background-image: none;
    height: auto;
    padding-bottom: 0; }
    div.recipe-container-outer.selected {
      display: block; }
  div.recipe-container-title {
    display: none; }
  div.recipe-container-inner {
    max-width: 620px; }
    div.recipe-container-inner div.max-content {
      width: auto !important; }
  div.recipe-item {
    margin-left: 0;
    margin-right: 12px;
    margin-bottom: 25px; }
    div.recipe-item:nth-child(4), div.recipe-item:nth-child(8), div.recipe-item:nth-child(12), div.recipe-item:nth-child(16), div.recipe-item:nth-child(20), div.recipe-item:nth-child(24), div.recipe-item:nth-child(28), div.recipe-item:nth-child(32) {
      margin-right: 0; }
  div.recipe-download-button-wrapper {
    margin-top: 0; }
    div.recipe-download-button-wrapper a.customBtn span {
      display: inline-block;
      font-size: 18px;
      line-height: 1.4; }
      div.recipe-download-button-wrapper a.customBtn span:after {
        top: 30px; }
  /* END OF recipe finder tool */
  footer div.footer-content {
    padding-right: 320px; }
  /*  !! This has been moved to js because some pages have a sub-nav and footer height isn't consistent across site
  body.short-page{
    main{
      section:first-child{
        min-height: calc(100vh - 257px); // height of footer is 152px; and header height is 105px; total 257px
      }
    }
  }
  */
  .mobile_break {
    display: inline; }
  .tablet_break {
    display: inline; }
  .desktop_break {
    display: block; }
  .mobile-only {
    display: none !important; }
  .tablet-only {
    display: none !important; }
  .desktop-only {
    display: block !important; }
  .mobile-tablet-only {
    display: none !important; }
  .mobile-inline {
    display: none !important; }
  .tablet-inline {
    display: none !important; }
  .desktop-inline {
    display: inline !important; }
  .no-desktop {
    display: none !important; } }

#isi {
  background-color: #ffffff; }
  #isi .isi-more {
    display: none; }
  #isi .isi-content {
    padding-right: 17px; }

.isi-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0; }
  .isi-content h2 {
    text-transform: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Avenir Black", sans-serif;
    font-weight: normal;
    margin-bottom: 0;
    color: #492e8e; }
  .isi-content h3 {
    font-family: "Avenir Black", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    color: #492e8e;
    font-weight: normal;
    text-transform: none; }
  .isi-content p, .isi-content ul {
    color: #464646;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal;
    font-weight: normal; }
  .isi-content strong {
    font-family: "Avenir Black", sans-serif;
    font-weight: normal;
    font-weight: normal; }
  .isi-content h2 + p {
    margin-top: 0; }
  .isi-content p + p, .isi-content ul + p, .isi-content p + h2, .isi-content p + h3 {
    margin-top: 10px; }
  .isi-content h2 + h3 {
    margin-top: 10px; }
  .isi-content h3 + p, .isi-content p + ul {
    margin-top: 0; }
  .isi-content a {
    color: inherit;
    text-decoration: underline; }
    .isi-content a:hover {
      text-decoration: underline; }
  .isi-content ul.bulleted li {
    padding-left: 30px; }
    .isi-content ul.bulleted li:before {
      left: 10px; }
  .isi-content p.show-on-trial-pages {
    display: none; }
    .trial-error .isi-content p.show-on-trial-pages, .trial-confirmation .isi-content p.show-on-trial-pages, .trial-signup .isi-content p.show-on-trial-pages {
      display: block; }
  .trial-error .isi-content p.hide-on-trial-pages, .trial-confirmation .isi-content p.hide-on-trial-pages, .trial-signup .isi-content p.hide-on-trial-pages {
    display: none; }

#isi-fixed {
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  width: 100%;
  height: 170px;
  padding: 10px 0 0;
  display: block;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: height 0.5s, visibility 0.5s, opacity 0.5s;
  transition: height 0.5s, visibility 0.5s, opacity 0.5s;
  /*.isi-header-bar {
    background-color: #000;
    width: 100%;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
  }*/ }
  #isi-fixed.hide {
    display: none !important; }
  #isi-fixed.isVisible {
    visibility: visible;
    opacity: 1; }
  #isi-fixed.expanded {
    padding-top: 30px; }
    #isi-fixed.expanded .isi-more:before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    #isi-fixed.expanded .static-only-isi {
      height: calc(100% - 0px); }
  #isi-fixed .isi-content {
    position: relative;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 2px;
    height: 100%; }
  #isi-fixed h2.isi-heading {
    display: none; }
  #isi-fixed p.isi-first-p {
    margin-top: 0; }
  #isi-fixed .static-only-isi {
    height: 100%; }
  #isi-fixed .isi-more {
    position: absolute;
    top: 5px;
    right: 0;
    width: 16px;
    height: 10px;
    display: block;
    outline: 0px solid red;
    z-index: 2;
    text-decoration: none; }
    #isi-fixed .isi-more:before {
      display: inline-block;
      margin: 0 auto;
      width: 16px;
      height: 10px;
      border: 0px solid red;
      right: 0;
      background-image: url("/themes/custom/veltassa_patient/img/global/isi-see-more.svg");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 16px; }

/*div.isi_top {
  width: 100%;
  margin: 0 auto;
  height: 26px;
  background-image: url('../img/global/mobile/sticky-isi-top-bg-2.png');
  background-size: 1px 26px;
  background-repeat: repeat-x;
  //@include background-hr-image("../img/global/mobile/sticky-isi-top-bg.png", "../img/global/mobile/sticky-isi-top-bg-x2.png", 1px, 33px);

  div.isi_top_copy {
    position: relative;
    max-width: $tablet-device-width;
    margin: 0 auto;
    padding: 0 20px;

    h2 {
      @include font-size-rem(12px);
      color: $white;
      text-transform: uppercase;
      margin: 0;
      padding-top: 7px;
    }
    .expand {
      @include background-hr-image("../img/global/mobile/expand.png", "../img/global/mobile/expand-x2.png", 8px, 8px);
      background-repeat: no-repeat;
      background-position: 100% 50%;
      width: 60px;
      height: 20px;
      position: absolute;
      top: 4px;
      right: 10px;
      @include font-size-rem(10px);
      @include line-height-rem(20px);
      color: $white;
      text-decoration: none;
    }
  }
}*/
div.isi_container {
  width: 100%; }

div.isi_container_copy {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px; }
  div.isi_container_copy p {
    margin: 10px auto;
    font-size: 12px;
    font-size: 0.75rem;
    color: #464646; }

#isi-fixed .mCS-sp-theme.mCSB_scrollTools {
  top: 20px;
  right: 3px; }

#isi-fixed .mCSB_inside > .mCSB_container {
  margin-right: 0;
  padding-right: 17px; }

#isi-fixed .mCS-sp-theme.mCSB_scrollTools_vertical {
  width: 10px; }

#isi-fixed .mCustomScrollBox {
  width: 100%;
  margin: 0 auto; }

#isi-fixed .mCS-sp-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ccc2e6; }

#isi-fixed .mCSB_scrollTools .mCSB_dragger {
  max-height: 100px !important; }

#isi-fixed .mCSB_scrollTools .mCSB_draggerContainer {
  background-color: transparent; }

#isi-fixed .mCSB_scrollTools, #isi-fixed .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, #isi-fixed .mCSB_scrollTools .mCSB_buttonUp, #isi-fixed .mCSB_scrollTools .mCSB_buttonDown, #isi-fixed .mCSB_scrollTools .mCSB_buttonLeft, #isi-fixed .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: none;
  transition: none; }

#isi-fixed .mCSB_scrollTools {
  opacity: 1; }

#isi-fixed .mCS-sp-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #8874b5; }

.rowholder {
  display: none; }

@media only screen and (min-width: 62.5em) {
  #isi {
    display: none; }
  #isi-fixed {
    display: none; }
  .rowholder {
    display: block;
    width: 1000px;
    margin: 0 auto;
    max-width: 1000px; }
    .rowholder div.lcol {
      display: inline-block;
      width: 674px;
      height: 0px;
      float: left; }
    .rowholder div.rcol {
      position: relative;
      display: inline-block;
      float: right;
      width: 305px;
      height: 0px; }
  div#rightISI {
    width: 305px;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    margin-top: 0;
    z-index: 2;
    z-index: 3;
    position: fixed;
    top: 115px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .has_dt_subnav div#rightISI {
      top: 105px; }
    div#rightISI div.isi-content {
      width: 100%;
      outline: 0; }
    div#rightISI p.fineprint {
      display: none; }
    div#rightISI .isi-more {
      display: none; }
    div#rightISI div.isi-content {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 9px;
      padding-right: 9px; }
      div#rightISI div.isi-content h2 {
        font-size: 20px;
        font-size: 1.25rem; }
      div#rightISI div.isi-content p + p, div#rightISI div.isi-content p + h2 {
        margin-top: 14px; }
      div#rightISI div.isi-content h3 {
        font-size: 15px;
        font-size: 0.9375rem; }
      div#rightISI div.isi-content p {
        font-size: 15px;
        font-size: 0.9375rem; }
      div#rightISI div.isi-content ul li {
        font-size: 15px;
        font-size: 0.9375rem; }
    div#rightISI .mCSB_inside > .mCSB_container {
      margin-right: 0;
      padding-right: 8px; }
    div#rightISI .mCS-sp-theme.mCSB_scrollTools_vertical {
      width: 8px; }
    div#rightISI .mCustomScrollBox {
      width: 100%;
      margin: 0 auto; }
    div#rightISI .mCS-sp-theme.mCSB_scrollTools .mCSB_draggerRail {
      background-color: #efecf5;
      width: 8px;
      border-radius: 0; }
    div#rightISI .mCSB_scrollTools .mCSB_dragger {
      max-height: 100px !important; }
    div#rightISI .mCSB_scrollTools .mCSB_draggerContainer {
      background-color: transparent; }
    div#rightISI .mCSB_scrollTools, div#rightISI .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, div#rightISI .mCSB_scrollTools .mCSB_buttonUp, div#rightISI .mCSB_scrollTools .mCSB_buttonDown, div#rightISI .mCSB_scrollTools .mCSB_buttonLeft, div#rightISI .mCSB_scrollTools .mCSB_buttonRight {
      -webkit-transition: none;
      transition: none; }
    div#rightISI .mCSB_scrollTools {
      opacity: 1; }
    div#rightISI .mCS-sp-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: #8874b5; } }

div.form-container {
  margin-top: 20px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input.type-text::-ms-clear,
input.type-email::-ms-clear,
input.type-tel::-ms-clear {
  display: none; }

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0; }

.controls {
  text-align: left;
  position: relative;
  margin-top: 45px; }
  .controls input.type-text,
  .controls input.type-email,
  .controls input.type-tel,
  .controls textarea,
  .controls button,
  .controls select {
    height: 44px;
    padding: 0px 10px;
    font-size: 14px;
    border: 1px solid #e6e7e8;
    background-color: #e6e7e8;
    width: 100%;
    color: #58595b;
    font-family: "Avenir Book", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .controls input.type-text:focus, .controls input.type-text:hover,
    .controls input.type-email:focus,
    .controls input.type-email:hover,
    .controls input.type-tel:focus,
    .controls input.type-tel:hover,
    .controls textarea:focus,
    .controls textarea:hover,
    .controls button:focus,
    .controls button:hover,
    .controls select:focus,
    .controls select:hover {
      outline: none; }
      .controls input.type-text:focus + label, .controls input.type-text:hover + label,
      .controls input.type-email:focus + label,
      .controls input.type-email:hover + label,
      .controls input.type-tel:focus + label,
      .controls input.type-tel:hover + label,
      .controls textarea:focus + label,
      .controls textarea:hover + label,
      .controls button:focus + label,
      .controls button:hover + label,
      .controls select:focus + label,
      .controls select:hover + label {
        cursor: text; }
  .controls select {
    background-image: url("/themes/custom/veltassa_patient/img/forms/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
  .controls label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-family: "Avenir Book", sans-serif;
    color: #363636;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 4px 10px;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-transition: top 0.3s, background-color 0.8s;
    transition: top 0.3s, background-color 0.8s; }
    .controls label span.more {
      color: #aeaeae;
      -webkit-transition: color 0.1s;
      transition: color 0.1s; }
    .controls label.active {
      top: -25px; }
      .controls label.active span.more {
        color: transparent; }
  .controls textarea {
    resize: none;
    height: 200px; }
  .controls button {
    cursor: pointer;
    background-color: #07B3A1;
    border: none;
    color: #fff;
    padding: 12px 0; }
    .controls button:hover {
      background-color: #08ccb7; }
  .controls.error input[type="text"],
  .controls.error input[type="email"],
  .controls.error input[type="tel"],
  .controls.error input.type-text,
  .controls.error input.type-email,
  .controls.error input.type-tel,
  .controls.error select {
    border: 1px solid #ff0000; }

div.button-container {
  margin-top: 40px;
  text-align: center; }
  div.button-container a.customButton, div.button-container a.customButtonWhite {
    min-width: 300px; }

/*.bg-radio_error {
  width: 79px;
  height: 79px;
  background: url('../img/sprite-radio.png') -10px -10px;
}

.bg-radio_selected {
  width: 79px;
  height: 79px;
  background: url('../img/sprite-radio.png') -109px -109px;
}

.bg-radio {
  width: 79px;
  height: 79px;
  background: url('../img/sprite-radio.png') -208px -208px;
}*/
/*.bg-checkbox_checked {
  width: 67px;
  height: 67px;
  background: url('../img/sprite-checkbox.png') -10px -10px;
}*/
/*.bg-checkbox_error {
  width: 67px;
  height: 67px;
  background: url('../img/sprite-checkbox.png') -97px -97px;
}*/
/*.bg-checkbox {
  width: 67px;
  height: 67px;
  background: url('../img/sprite-checkbox.png') -184px -184px;
}*/
fieldset {
  margin-top: 0;
  margin: 0;
  border: 0;
  padding: 0;
  position: relative; }
  fieldset span.error {
    display: none;
    color: #ff0000;
    font-style: italic;
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 0;
    font-size: 14px;
    font-size: 0.875rem; }
  fieldset span.optional-copy {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    font-style: italic; }
    fieldset span.optional-copy.hide {
      display: none; }
  fieldset label span.optional-copy {
    font-style: normal; }
  fieldset #email-optional-copy {
    margin-top: 10px; }
  fieldset div.radioList {
    margin-top: 10px; }
    fieldset div.radioList.div_radioListConcerned label {
      display: block;
      width: 100%; }
  fieldset label {
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal; }
  fieldset.error-req span.error-req {
    display: block; }
  fieldset.error-18 span.error-18 {
    display: block; }
  fieldset.error-120 span.error-120 {
    display: block; }
  fieldset.error-yearDigit span.error-yearDigit {
    display: block; }
  fieldset.error-invalidDate span.error-invalidDate {
    display: block; }
  fieldset.error-invalidLength span.error-invalidLength {
    display: block; }
  fieldset.error-invalidId span.error-invalidId {
    display: block; }
  fieldset.error-invalid span.error-invalid {
    display: block; }
  fieldset#optin_fields label {
    display: inline-block;
    margin-right: 20px; }
  fieldset.radio {
    margin-top: 35px; }
    fieldset.radio p {
      margin-bottom: 0; }
  fieldset#fieldset_takingVeltassa {
    display: none; }
    fieldset#fieldset_takingVeltassa .label_radio {
      width: 150px; }
  fieldset#fieldset_trialid .controls {
    margin-top: 0; }
  fieldset#fieldset_trialid.error {
    margin-bottom: 30px; }
    fieldset#fieldset_trialid.error .error {
      top: 48px;
      line-height: 1.2; }
  fieldset.checkbox {
    margin-top: 25px; }
  fieldset.checkbox.error + .checkbox {
    margin-top: 38px; }
  fieldset#fieldset_heard_from p {
    margin-bottom: 20px; }

.label_checkbox {
  display: inline-block;
  width: auto;
  position: relative;
  min-height: 40px;
  padding: 10px 0 0 45px;
  margin-top: 5px;
  color: #464646;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  cursor: pointer; }
  .label_checkbox:before {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 0;
    left: 0;
    background-image: url("/themes/custom/veltassa_patient/img/forms/sprite-checkbox.png");
    background-position: 0 0;
    background-size: 40px;
    background-repeat: no-repeat; }
  .label_checkbox.checked {
    background-position: 0 -159px; }
    .label_checkbox.checked:before {
      background-position: 0 -159px; }
  .label_checkbox.error {
    background-position: 0 -318px; }
    .label_checkbox.error:before {
      background-position: 0 -318px; }
  .label_checkbox.disabled {
    opacity: 0.5;
    cursor: default; }

.label_radio {
  display: inline-block;
  width: auto;
  position: relative;
  min-height: 40px;
  padding: 10px 0 0 45px;
  background-repeat: no-repeat;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  width: 120px;
  cursor: pointer;
  background-image: url("/themes/custom/veltassa_patient/img/forms/sprite-radio.png");
  background-position: 0 0;
  background-size: 40px; }
  .label_radio.checked {
    background-position: 0 -140px; }
  .label_radio.error {
    background-position: 0 -280px; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -9999px; }

fieldset div.field-container {
  margin-bottom: 20px; }
  fieldset div.field-container .selectric-hide-select {
    margin-bottom: 0; }

input[type='text'], input[type="number"], input[type="tel"], input[type="email"] {
  padding: 0 15px;
  border-radius: 0;
  -webkit-appearance: none; }

select {
  padding: 0 13px;
  outline: 0; }

span.field-validation-error {
  display: block;
  color: red;
  font-size: 10px;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
  margin-bottom: 5px; }

.selectric-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 10px; }

input,
select,
.selectric {
  /*width: 100%;
  height: 27px;
  @include font-size-rem(10px);
  border: 1px solid $purple;
  background-color: transparent;
  color: $waikawaGray;*/ }

/*.selectric {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #f0a055;
  background: transparent;

  .label {
    display: block;
    @include font-size-rem(12px);
    height: 27px;
    color: $waikawaGray;
    line-height: 27px;
  }

  .button {
    width: 32px;
    height: 25px;
    background: #f0a055;
    color: #FFFFFF;
    line-height: 25px;
    font-size: 0px;
    @include background-hr-image('../img/form/m-select-dropdown.png', '../img/form/m-select-dropdown-2x.png', 32px);
    background-repeat: no-repeat;
    background-position: 100% 0px;

    &:before {
      display: none;
      content: '';
      position: absolute;
      top: 6px;
      right: 0;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      border: 6px solid transparent;
      border-bottom-color: $purple;
      border-top: 0;

    }

    &:after {
      top: 14px;
      right: 0;
      bottom: inherit;
      left: 0;
      margin: auto;
      border: 6px solid transparent;
      border-top-color: $purple;
      border-bottom: 0;
      display: none;
    }

  }

}

.selectric-items {
  margin-bottom: 0;
  background: $white;
  border: 0;
  border-right: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  box-shadow: inset 1px 2px 10px -6px;

  li {
    border: 0;
    color: #000;

    &.selected {
      background-color: #ededed;
    }

  }

  .selectric-scroll {
    margin-bottom: 0;
  }

}*/
p.footnote {
  color: #7a7a7a; }
  p.footnote a {
    text-decoration: none; }

div.copay-card-container {
  margin-top: 40px; }
  div.copay-card-container p {
    margin-bottom: 0.5em;
    line-height: 1; }
  div.copay-card-container img {
    max-width: 320px; }

hr.signup-hr {
  display: block;
  height: 1px;
  border: 0;
  background-color: #ccc;
  margin: 30px auto;
  padding: 0;
  width: 80%; }

div.float_container, div.float_left, div.float_right, div.float_right div {
  margin-bottom: 0; }

div.legal-copy-container {
  margin-top: 50px; }

#fieldset_terms label.label_checkbox,
#fieldset_terms p.chkbox-copy,
#fieldset_terms span.error, #fieldset_newsletter label.label_checkbox,
#fieldset_newsletter p.chkbox-copy,
#fieldset_newsletter span.error, .legal-copy-container label.label_checkbox,
.legal-copy-container p.chkbox-copy,
.legal-copy-container span.error {
  padding-left: 66px; }

#fieldset_terms p.chkbox-copy.no-padding-left-mobile, #fieldset_newsletter p.chkbox-copy.no-padding-left-mobile, .legal-copy-container p.chkbox-copy.no-padding-left-mobile {
  padding-left: 0; }

#fieldset_terms label.label_checkbox, #fieldset_newsletter label.label_checkbox, .legal-copy-container label.label_checkbox {
  padding-top: 0; }
  #fieldset_terms label.label_checkbox:before, #fieldset_newsletter label.label_checkbox:before, .legal-copy-container label.label_checkbox:before {
    top: 3px; }

#fieldset_terms span.chkbox-copy-heading, #fieldset_newsletter span.chkbox-copy-heading, .legal-copy-container span.chkbox-copy-heading {
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  color: #8cb9f1;
  margin-bottom: 10px;
  display: block; }

#fieldset_terms span.error, #fieldset_newsletter span.error, .legal-copy-container span.error {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  padding-top: 10px; }

body.trial fieldset#fieldset_email span.error-invalid {
  position: relative;
  top: auto;
  bottom: auto; }

body.trial fieldset#optin_fields label {
  display: block; }

.survey2 section.survey-content h2.subhead {
  color: #492e8e; }

section.survey-content div.q_group {
  padding-left: 50px;
  position: relative;
  margin-top: 50px; }
  section.survey-content div.q_group div.q_group_num {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
    background-color: #566f93;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    border-radius: 15px; }
    .survey2 section.survey-content div.q_group div.q_group_num {
      background-color: #492e8e; }
    .b_ie section.survey-content div.q_group div.q_group_num {
      line-height: 30px; }
  section.survey-content div.q_group div.q_group_inner p.q_fieldset_title span.error-copy span.normal-state {
    display: inline-block; }
  section.survey-content div.q_group div.q_group_inner p.q_fieldset_title span.error-copy span.error-state {
    display: none; }
  section.survey-content div.q_group div.q_group_inner p.q_fieldset_title span.error-copy.highlight {
    color: #ff0000; }
    section.survey-content div.q_group div.q_group_inner p.q_fieldset_title span.error-copy.highlight span.normal-state {
      display: none; }
    section.survey-content div.q_group div.q_group_inner p.q_fieldset_title span.error-copy.highlight span.error-state {
      display: inline-block; }
  section.survey-content div.q_group div.q_group_inner fieldset p.q_title {
    padding-left: 25px;
    position: relative; }
    section.survey-content div.q_group div.q_group_inner fieldset p.q_title span.q_alpha {
      position: absolute;
      top: -2px;
      left: 0;
      display: block;
      color: #ffffff;
      background-color: #8cb9f1;
      width: 20px;
      height: 20px;
      line-height: 21px;
      text-align: center;
      border-radius: 10px;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: "Avenir Medium", sans-serif;
      font-weight: normal; }
      @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        section.survey-content div.q_group div.q_group_inner fieldset p.q_title span.q_alpha {
          line-height: 22px; } }
      .survey2 section.survey-content div.q_group div.q_group_inner fieldset p.q_title span.q_alpha {
        background-color: #7e61bb; }
  section.survey-content div.q_group div.q_group_inner fieldset div.radioList, section.survey-content div.q_group div.q_group_inner fieldset div.checkboxList {
    margin-top: 20px; }
  section.survey-content div.q_group div.q_group_inner fieldset div.radioListInner {
    padding: 2px;
    width: auto;
    display: inline-block; }
  section.survey-content div.q_group div.q_group_inner fieldset div.radioList_num {
    margin-top: 10px; }
  section.survey-content div.q_group div.q_group_inner fieldset div.q_marking {
    position: relative;
    height: 20px; }
    section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span {
      position: absolute;
      top: 0;
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Avenir Medium", sans-serif;
      font-weight: normal; }
      section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.first {
        left: 0;
        width: 51px;
        text-align: center; }
      section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.middle {
        left: 102px;
        width: 70px;
        text-align: center; }
      section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.last {
        right: 0;
        width: 51px;
        text-align: center; }
    section.survey-content div.q_group div.q_group_inner fieldset div.q_marking.q_marking-2 {
      height: 40px; }
  section.survey-content div.q_group div.q_group_inner fieldset.error div.radioListInner {
    background-color: #ff0000; }
  section.survey-content div.q_group div.q_group_inner fieldset.block label.label_radio, section.survey-content div.q_group div.q_group_inner fieldset.block label.label_checkbox {
    display: table;
    min-height: 40px;
    padding-top: 0;
    width: auto; }
    section.survey-content div.q_group div.q_group_inner fieldset.block label.label_radio span.vertical-inner, section.survey-content div.q_group div.q_group_inner fieldset.block label.label_checkbox span.vertical-inner {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
  section.survey-content div.q_group div.q_group_inner fieldset.radio_num {
    margin-top: 20px; }
    section.survey-content div.q_group div.q_group_inner fieldset.radio_num + .radio_num {
      margin-top: 30px; }
  section.survey-content div.q_group div.q_group_inner fieldset + fieldset {
    margin-top: 30px; }
  section.survey-content div.q_group div.q_group_inner fieldset#fieldset_cause {
    display: none; }
  section.survey-content div.q_group label.label_radio_num {
    display: inline-block;
    width: 51px;
    position: relative;
    height: 38px;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'AvenirNextLTPro-BoldCn', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background-color: #e6e7e8;
    float: left; }
    section.survey-content div.q_group label.label_radio_num + label.label_radio_num {
      margin-left: 2px; }
    section.survey-content div.q_group label.label_radio_num.checked {
      border: 1px solid #492e8e;
      background-color: #492e8e;
      color: #ffffff; }

@-moz-document url-prefix() {
  section.survey-content div.q_group div.q_group_inner fieldset.block label.label_radio, section.survey-content div.q_group div.q_group_inner fieldset.block label.label_checkbox {
    height: 40px; } }

@media only screen and (min-width: 48em) {
  div.form-container {
    margin-top: 0; }
  .label_checkbox {
    font-size: 15px;
    font-size: 0.9375rem; }
  .label_radio {
    font-size: 15px;
    font-size: 0.9375rem; }
  fieldset span.error {
    font-size: 15px;
    font-size: 0.9375rem; }
  fieldset span.optional-copy {
    font-size: 15px;
    font-size: 0.9375rem; }
  fieldset div.radioList.div_radioListConcerned label {
    display: inline-block;
    width: auto;
    margin-right: 40px; }
    fieldset div.radioList.div_radioListConcerned label:last-child {
      margin-right: 0; }
  fieldset#fieldset_heard_from select#heard_from {
    width: 280px; }
  fieldset#fieldset_state, fieldset#fieldset_zip {
    width: 280px;
    display: inline-block; }
  fieldset#fieldset_zip {
    float: right; }
  body.trial fieldset#optin_fields label {
    display: inline-block; }
  .controls label {
    font-size: 15px;
    font-size: 0.9375rem; }
  div.button-container {
    text-align: left; }
    div.button-container a.customButton, div.button-container a.customButtonWhite {
      width: 330px;
      text-align: center; }
    .trial-signup div.button-container {
      margin-left: 66px; }
  div.legal-copy-container {
    margin-top: 30px; }
  #fieldset_terms p.chkbox-copy.no-padding-left-mobile, #fieldset_newsletter p.chkbox-copy.no-padding-left-mobile, .legal-copy-container p.chkbox-copy.no-padding-left-mobile {
    padding-left: 66px; }
  div.copay-card-container img {
    max-width: 210px; }
  section.survey-content div.q_group div.q_group_inner fieldset p.q_title {
    padding-left: 30px; }
    section.survey-content div.q_group div.q_group_inner fieldset p.q_title span.q_alpha {
      line-height: 21px; }
  section.survey-content div.q_group div.q_group_inner fieldset div.radioList_num {
    width: auto;
    display: inline-block; }
  section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.first {
    width: 75px; }
  section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.middle {
    left: 163px; }
  section.survey-content div.q_group div.q_group_inner fieldset div.q_marking span.last {
    width: 75px; }
  section.survey-content div.q_group div.q_group_inner fieldset#fieldset_hear label.label_radio {
    width: auto;
    float: left; }
    section.survey-content div.q_group div.q_group_inner fieldset#fieldset_hear label.label_radio + label.label_radio {
      margin-left: 40px; }
  section.survey-content div.q_group label.label_radio_num {
    width: 75px;
    height: 26px;
    line-height: 30px; }
    .b_ie section.survey-content div.q_group label.label_radio_num {
      line-height: 26px; } }

@media only screen and (min-width: 62.5em) {
  body.trial-signup fieldset#fieldset_trialid.error {
    margin-bottom: 0; }
  body.trial-signup div.content {
    position: relative; } }

/*! Helper classes */
/*
 * Image replacement
 */
.logo, section.benefits-2 p.percent-95-neph, .ir {
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }
  .logo:before, section.benefits-2 p.percent-95-neph:before, .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `cf` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
header:before, .header-content:before, .top-nav:before, ul#mobile-menu li a span.link_inside:before, .dt-nav ul#dt-menu:before, .dt-nav ul#dt-menu li ul.sub-menu li a:before, div#dt-subnav div.dt-subnav-inner:before, div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li:before, a.link-solo:before, .customButton:before, .customButtonWhite:before, div.float_container:before, div.float_container_tablet:before, div.float_left:before, div.float_left_tablet:before, div.float_right:before, div.float_right_tablet:before, div.column-container:before, div.column-container div.column:before, div.column-container div.columns-double:before, div.column-container div.columns-single:before, div#lightbox-video div.related-content-container:before, div#lightbox-video div.related-content:before, div#lightbox-video div.related-content .related-cta .related-cta-inner p:before, div.cta-3 h2:before, div.cta-img-slider:before, ul.icon-on-top:before, div.icon-on-left-container ul.ul-icon-on-left:before, div.icon-on-left-container ul.ul-icon-on-left > li:before, div.prepare-container:before, div.prepare-container div.prepare-step:before, div.do-donot-container:before, div.do-donot-container div.do-donot:before, a.icon-download-pdf span.copy-with-arrow:before, section:before, section div.section-content:before, section.staying-4:before, section.lpd-2 div.content:before, section.resources-3 p#am-i-eligible:before, section.faq-1 div.faq-container dl dt:before, section.ambassador-2 div.form-container:before, section.stay-on-track-1 div.stay-hero:before, section.stay-on-track-2 div.form-container:before, section.prospect-crm-landing div.stay-hero:before, section.trial-1 div.stay-hero:before, section.survey-thank-you-hero div.section-content:before, div.recipe-wrapper:before, div.recipe-wrapper-inner:before, div.recipe-header-outer:before, div.recipe-container-inner:before, div.recipe-container-inner div.max-content:before, div#popup-starter-rx div.popup-starter-rx div.starter-form:before, #isi-fixed .isi-more:before, div.isi_container:before, div.isi_container_copy:before, .rowholder:before, .label_checkbox:before, div.button-container:before, div.copay-card-container:before, section.survey-content div.q_group div.q_group_inner fieldset div.radioListInner:before, section.survey-content div.q_group div.q_group_inner fieldset div.q_marking:before, .cf:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

header:after, .header-content:after, .top-nav:after, ul#mobile-menu li a span.link_inside:after, .dt-nav ul#dt-menu:after, .dt-nav ul#dt-menu li ul.sub-menu li a:after, div#dt-subnav div.dt-subnav-inner:after, div#dt-subnav div.dt-subnav-inner div.left ul.sub-menu > li:after, a.link-solo:after, .customButton:after, .customButtonWhite:after, div.float_container:after, div.float_container_tablet:after, div.float_left:after, div.float_left_tablet:after, div.float_right:after, div.float_right_tablet:after, div.column-container:after, div.column-container div.column:after, div.column-container div.columns-double:after, div.column-container div.columns-single:after, div#lightbox-video div.related-content-container:after, div#lightbox-video div.related-content:after, div#lightbox-video div.related-content .related-cta .related-cta-inner p:after, div.cta-3 h2:after, div.cta-img-slider:after, ul.icon-on-top:after, div.icon-on-left-container ul.ul-icon-on-left:after, div.icon-on-left-container ul.ul-icon-on-left > li:after, div.prepare-container:after, div.prepare-container div.prepare-step:after, div.do-donot-container:after, div.do-donot-container div.do-donot:after, a.icon-download-pdf span.copy-with-arrow:after, section:after, section div.section-content:after, section.staying-4:after, section.lpd-2 div.content:after, section.resources-3 p#am-i-eligible:after, section.faq-1 div.faq-container dl dt:after, section.ambassador-2 div.form-container:after, section.stay-on-track-1 div.stay-hero:after, section.stay-on-track-2 div.form-container:after, section.prospect-crm-landing div.stay-hero:after, section.trial-1 div.stay-hero:after, section.survey-thank-you-hero div.section-content:after, div.recipe-wrapper:after, div.recipe-wrapper-inner:after, div.recipe-header-outer:after, div.recipe-container-inner:after, div.recipe-container-inner div.max-content:after, div#popup-starter-rx div.popup-starter-rx div.starter-form:after, #isi-fixed .isi-more:after, div.isi_container:after, div.isi_container_copy:after, .rowholder:after, .label_checkbox:after, div.button-container:after, div.copay-card-container:after, section.survey-content div.q_group div.q_group_inner fieldset div.radioListInner:after, section.survey-content div.q_group div.q_group_inner fieldset div.q_marking:after, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }

/*
 * Prevent text from breaking over two lines.
 */
.nobr {
  white-space: nowrap; }

/*
 * Float rules
 */
.left {
  float: left; }

.right {
  float: right; }

/*
* positioning rules
*/
.relative {
  position: relative; }

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

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

#block-veltassa-patient-content article {
  min-height: 60vh;
  margin-left: 30vh;
}

#block-veltassa-patient-content {
  margin-top: 20vh;
}

@media (max-width: 768px) {
  #block-veltassa-patient-content  {
    margin-top: 40vh;
  }

  #block-veltassa-patient-content article {
    margin-left: 20vh;
  }

  .mobile_break {
    display: inline-block;
  }
}

@media (max-width: 550px) {
  #block-veltassa-patient-content  {
    margin-top: 40vh;
  }

  #block-veltassa-patient-content article {
    margin-left: 15vh;
  }
}

@media (max-width: 470px) {
  #block-veltassa-patient-content article {
    margin-left: 10vh;
  }
}

/*
| corrections
*/

/* high potassium health risks */
#high-potassium-health-risks{

}
#high-potassium-health-risks #four-icons-title{
  font-family: Avenir Heavy, sans-serif !important;
}
#high-potassium-health-risks #four-icons .img-holder{
  display: inline-block;
  width: 62px;
  text-align: center;
}
#high-potassium-health-risks #four-icons img{
  width: auto;
}
#high-potassium-health-risks #four-icons p{
  vertical-align: top;
  display: inline-block;
  margin-top: 11px;
  box-sizing: border-box;
  margin-left: 30px;
  font-family: Avenir Black, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
#high-potassium-health-risks #four-icons .blood-drop p{
  line-height: 20px;
  margin-top: 2px;
}
#high-potassium-health-risks #four-icons p span{
  display: block;
}
#high-potassium-health-risks #four-icons .kidney img{
  height: 48px;
}
#high-potassium-health-risks #four-icons .blood-drop img{
  height: 48px;
}
#high-potassium-health-risks #four-icons .heart-failure img{
  height: 48px;
}
#high-potassium-health-risks #four-icons .bottle img{
  height: 48px;
}
#high-potassium-health-risks #four-icons-btn{
  padding-left: 65px;
  box-sizing: border-box;
}
#high-potassium-submit{
  background-color: #f0f8fd;
}
#high-potassium-submit-inner{
  width: 1000px;
  margin: 0 auto;
  padding-left: 98px;
  box-sizing: border-box;
}
#high-potassium-health-risks #health-risks-title-text{
  width: 300px;
}
/*=== TABLET ===*/
@media screen and (max-width: 1200px) {
  #high-potassium-submit-inner{
    width: auto;
  }
}
#high-potassium-submit h2{
  margin: 55px 0 40px;
  color: #566f93;
  font-size: 30px;
  font-family: Avenir Next Condensed Bold, sans-serif;
}
#high-potassium-submit #high-potassium-submit-w{

}
#high-potassium-submit #high-potassium-submit-w img{
  display: inline-block;
  width: 140px;
  height: auto;
  vertical-align: top;
  margin-left: -14px;
}
#high-potassium-submit #high-potassium-submit-y{
  display: inline-block;
  width: 380px;
  vertical-align: top;
  padding-top: 10px;
  box-sizing: border-box;
  margin-left: 40px;
}
#high-potassium-submit #high-potassium-submit-y p{

}
#high-potassium-submit #high-potassium-submit-y a{
  margin-top: 23px !important;
}
#high-potassium-submit #high-potassium-submit-z{
  font-family: Avenir Medium, sans-serif;
  font-size: 12px;
  margin: 30px 0 50px;
}
#four-icons-only-mobile{
  display: none;
}
.brr-button{
  font-family: Avenir Roman, sans-serif !important;
}
/*=== MOBILE ===*/
@media screen and (max-width: 766px) {
  #high-potassium-health-risks .section-content{
    padding-top: 66px !important;
  }
  #high-potassium-health-risks p{
    font-size: 15px;
  }
  #high-potassium-health-risks-second-section .section-content{
    padding-top: 20px !important;
    padding-bottom: 40px;
  }
  #high-potassium-health-risks-first-section .section-content{
    padding-bottom: 40px;
  }
  #high-potassium-health-risks h1{
    width: 148px;
    font-size: 26px;
  }
  #four-icons-title{
    text-align: left;
  }
  #four-icons li{
    padding-left: 0 !important;
    font-size: 16px;
  }
  #high-potassium-health-risks #four-icons p{
    margin-left: 15px;
  }
  #high-potassium-health-risks .blood-drop p{
    width: 236px;
  }
  #high-potassium-health-risks .blood-drop p span{
    display: inline !important;
  }
  #four-icons-btn{
    padding-left: 0 !important;
  }
  #four-icons-btn a{
    padding: 7px 8px 5px !important;
  }
  #high-potassium-submit #high-potassium-submit-w img{
    display: inline-block;
    width: 126px;
  }
  #high-potassium-submit #high-potassium-submit-w a{
    display: none;
  }
  #high-potassium-submit #high-potassium-submit-y{
    display: inline-block;
    width: 188px;
    margin-left: 10px;
  }
  #high-potassium-submit #high-potassium-submit-z{
    margin: 15px 0 25px;
  }
  #high-potassium-submit-inner{
    width: 320px;
    padding-left: 0 !important;
  }
  #high-potassium-submit-inner h2{
    width: 250px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  #four-icons-only-mobile{
    display: block;
    width: 310px;
    padding: 7px 20px 5px !important;
    margin-bottom: 45px;
  }
}
/* Nick's high potassium */
#niks-high-potassium{

}
#niks-high-potassium .risk-1{
  background-image: url("/themes/custom/veltassa_patient/img/Nick_Desktop_version.png");
}
#niks-high-potassium .section-content{
  padding-top: 60px;
}
#niks-high-potassium h1{
  color: #8cb9f1;
  font-size: 42px;
  font-family: Avenir Next Condensed Bold, sans-serif;
  margin-bottom: 20px;
}
#niks-high-potassium-section-one{
background-size: 405px;
}
#niks-high-potassium-section-one img{
  display: none;
}
#niks-high-potassium-section-one p{
  width: 280px;
}
#niks-high-potassium-section-one p.smalltext{
  width: 230px;
  font-size: 12px;
  font-family: 'MyriadPro Regular', sans-serif;
}
#niks-high-potassium-section-one .link-solo{
  margin: 24px 0 30px 54px;
  padding-right: 0;
}
#niks-high-potassium-section-one .link-solo:before{
  width: 50px;
  height: 50px;
  background-size: 50px;
  left: -60px;
}
#niks-high-potassium-section-one .link-solo span{
  margin-top: 10px;
}
#niks-high-potassium-section-two{
  background-color: #fff;
}
#niks-high-potassium #niks-high-potassium-tit-two{
  font-size: 24px;
  font-family: "Avenir Heavy", sans-serif;
  color: #8cb9f1;
  margin-left: 108px;
}
#niks-high-potassium #bzz-btn{

}
#niks-high-potassium-tit-two-mobile-images{
  display: none;
}
/*=== MOBILE ===*/
@media screen and (max-width: 766px) {
  #niks-high-potassium-section-one{
    background-image: none !important;
  }
  #niks-high-potassium .section-content{
    padding-top: 30px;
  }
  #niks-high-potassium-section-one h1{
    display: inline-block;
    font-size: 30px;
    width: 150px;
    vertical-align: top;
    margin-top: 32px;
    line-height: 32px;
  }
  #niks-high-potassium-section-one img{
    display: inline-block;
    width: 162px;
    height: auto;
    vertical-align: top;
  }
  #niks-high-potassium-section-one p{
    font-size: 15px;
  }
  #niks-high-potassium-section-one p{
    width: auto;
  }
  #niks-high-potassium-section-one-first-p{
    margin-top: 20px;
  }
  #niks-high-potassium-section-one .link-solo{
    margin: 30px 0 30px 38px;
  }
  #niks-high-potassium-section-one .link-solo:before{
    width: 50px;
    height: 50px;
    background-size: 50px;
    left: -45px;
  }
  #niks-high-potassium-section-one .link-solo span{
    margin-top: 10px;
    margin-left: 10px;
  }
  #niks-high-potassium-section-one p.smalltext{
    width: auto;
  }
  #niks-high-potassium-tit-two{
    margin-left: 0 !important;
  }
  #niks-high-potassium-section-two p{
    font-size: 15px;
  }
  #niks-high-potassium-section-two .mobile-only{
    display: none !important;
  }
  #niks-high-potassium-tit-two{
    line-height: 26px;
  }
  #bzz-btn a{
    padding: 7px 28px 5px;
    margin: 4px auto 35px;
  }
  #bzz-btn a em{
    font-weight: 100;
  }
  #niks-high-potassium-section-two .no-margin-mobile{
    margin-top: 5px;
  }
  #niks-high-potassium-section-two .section-content{
    padding-bottom: 30px;
  }
  #niks-high-potassium-tit-two-mobile-images{
    display: block;
    margin-top: 40px;
  }
  #niks-high-potassium-tit-two-mobile-images img{
    display: block;
    width: 130px;
    height: auto;
    margin: 25px auto 10px;
  }
  #niks-high-potassium-tit-two-mobile-images p{
    display: block;
    width: 200px;
    margin: 10px auto;
    text-align: center;
  }
  #niks-high-potassium-tit-two-mobile-images #rry{
    margin-bottom: 0;
  }
  #niks-high-potassium-tit-two-mobile-images #rrz{
    width: 170px;
    display: block;
    font-size: 11px;
    margin-top: 0;
  }

  /*menu*/
  header a.sot_cta {
    width: 105px;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    background-image: none;
  }
  header .top-nav-co-pay #co-pay-icon {
    display: block!important;
    position: absolute;
    right: 48px;
    width: 65px;
    text-align: left;
    padding: 11px 0;
    bottom: 11px;
  }
  header .top-nav-co-pay #co-pay-icon img {
    display: none;
  }
  header .top-nav-co-pay #co-pay-icon p {
    width: auto;
  }
  header .logo {
    background-size: 84px;
    width: 85px;
    height: 60px;
    top: 35px;
  }

}

/*
| Co-pay changes
*/
/* header button */
header .top-nav-co-pay{
  margin-right: 0;
}
header .top-nav-co-pay #co-pay-icon{
  width: 150px;
  background-color: #fff;
  padding: 5px 0 2px;
  box-sizing: border-box;
  border-radius: 5px;
}
header .top-nav-co-pay #co-pay-icon img{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: auto;
}
header .top-nav-co-pay #co-pay-icon p{
  display: inline-block;
  vertical-align: top;
  width: 83px;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #3e2376;
  margin-top: 3px;
  margin-left: 8px;
  text-align: left;
}
#nicks-copay{
  margin-top: 15px;
}
/* Home page - PAY AS LOW AS $0 */
.home-copay-section .section-content{

}
.home-copay-section .section-content img{
  display: inline-block;
  width: 90px;
  height: auto;
  margin: 10px 20px 0 0;
}
.home-copay-section .section-content .home-copay-section-texts{
  display: inline-block;
  vertical-align: top;
  width: 560px;
}
.home-copay-section .section-content .home-copay-section-texts h2{
  font-size: 41px;
  color: #96b4de;
}
.home-copay-section .section-content .home-copay-section-texts h3{
  font-size: 21px;
  line-height: 27px;
  margin-top: 15px;
  font-family: "Avenir Medium", sans-serif;
  color: #566f93;
}
.home-copay-section .section-content .home-copay-section-texts a{
  margin: 20px 0;
}
.home-copay-section .section-content .home-copay-section-texts a:hover{
  color: #566f93;
}
.home-3 .home-3-footnote{
  width: 276px;
  margin-left: 50px;
  text-align: center;
}
/* high potassium warning signs - Joe's video */
.warning-4 img{
  display: inline-block;
  width: 200px;
  margin-left: 54px;
  vertical-align: top;
}
.warning-4 .video-cta{
  width: 300px;
  margin-top: 25px;
}
/* videos page */
.videos-page .stories-1 .section-content{
  position: relative;
}
.videos-page .stories-1 img{
  position: absolute;
  bottom: 0;
  left: 370px;
  width: 310px;
  height: auto;
}
/* resources page */
.resource-library-page .resources-2 .section-content{
  padding-top: 35px;
}
.resource-library-page .resources-2 .section-content a{
  margin-top: 20px;
  margin-bottom: 0;
}
.high-potassium-causes-page #zzr-video-cta{
  padding-left: 0;
}
/* fitness */
#bbrt{
  margin-top: 10px;
}
/* join the stay-on-track program */
.stay-on-track-1 .stay-hero {
  margin-bottom: 50px;
}
.stay-on-track-1 .stay-hero #stay-hero-copy-3 span{
  font-size: 12px;
  font-weight: 100;
  padding-top: 10px;
  box-sizing: border-box;
  display: block;
}
.stay-on-track-1 .my-slick-slider #slider-item-03 span{
  font-size: 12px;
  font-weight: 100;
  padding-top: 10px;
  box-sizing: border-box;
  display: block;
}
/* HOW VELTASSA CAN HELP */
#vfhsjejkhv{
  position: relative;
}
#stay-on-track-disclaimer{
  position: absolute;
  top: 255px;
  left: 52px;
  width: 184px;
  color: #7a7a7a;
  font-family: "Avenir Medium", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
/* break lines in the home page slider title */
.break-on-desktop-and-tablet{
  display: block;
}

@media screen and (max-width: 768px) {
  /* break lines in the home page slider title */
  .break-on-desktop-and-tablet{
    display: inline;
  }
  #kljwf{
    width: 150px;
  }


  .home-3 .cta-img-slider .footnote{
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #jjkp {
    width: 205px;
  }
  #wlkfejheuirh{
    margin-top: 90px;
  }
  #stay-on-track-disclaimer{
    position: absolute;
    top: 355px;
    left: calc((100% - 184px)/2);
    width: 184px;
    color: #7a7a7a;
    font-family: "Avenir Medium", sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .home-copay-section .section-content .home-copay-section-texts{
    width: 320px;
  }
  .home-copay-section .section-content .home-copay-section-texts h2{
    font-size: 24px;
    line-height: 28px;
  }
  .home-copay-section .section-content .home-copay-section-texts h3{
    font-size: 18px;
    line-height: 24px;
  }

  /*menu*/
  header a.sot_cta {
    width: 105px;
    height: 60px;
    padding-left: 10px;
    padding-top: 10px;
    background-image: none;
    margin-left: 93px;
  }
  header .top-nav-co-pay #co-pay-icon {
    display: block!important;
    position: absolute;
    right: 48px;
    width: 65px;
    text-align: left;
    padding: 6px 0;
    bottom: 11px;
  }
  header .top-nav-co-pay #co-pay-icon img {
    display: none;
  }
  header .top-nav-co-pay #co-pay-icon p {
    width: auto;
    font-family: 'AvenirNextLTPro-DemiCn',sans-serif;
    font-size: 0.790625rem;
    line-height: 1.2;
  }
  header .logo {
    background-size: 84px;
    width: 85px;
    height: 60px;
    top: 35px;
  }
  section.stay-on-track-1 div.my-slick-slider {
    width: 180px!important;
  }

}
