@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*
 * 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;
}
/*
 * Typography IE8 legacy supprot
 */
.old-ie * {
  font-weight: normal !important;
  font-style: normal !important;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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] {
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * 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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1em;
  line-height: 1.25;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.

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

::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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
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*/
.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;
  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: none;
}

.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: 0.5;
  cursor: default;
  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;
  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 .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  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;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

header,
footer,
#isi {
  padding: 20px;
}

h2 {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #83389b;
}
h2.white {
  color: #fff;
}
h2 sup {
  top: -0.35em;
}

h3 {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #83389b;
}
h3.martoplarger {
  margin-top: 1.5em;
}

.sub-header {
  margin-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.bulleted li {
  position: relative;
  padding-left: 8px;
  margin: 1em 0;
  /*
  ul {
  margin-top: 0.5em;

  &:before {
   content: 'o';
  }

  &.topmar1 {
    margin-top: 1em;

    li {
      margin-top: 1em;
    }
  }
  }*/
}
ul.bulleted li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
ul.bulleted.purple-bullet > li:before {
  color: #83389b;
}
ul.circle > li {
  position: relative;
  padding-left: 13px;
  margin: 1em 0;
}
ul.circle > li:before {
  content: "o";
  position: absolute;
  background-image: none;
  top: 0;
  left: 0;
  display: inline-block;
}
ul.petal-list > li {
  position: relative;
  padding-left: 24px;
  margin: 1em 0;
}
ul.petal-list > li:before {
  content: "";
  position: absolute;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -101px;
  width: 16px;
  height: 11px;
  background-size: 150px;
  background-repeat: no-repeat;
  top: 1px;
  left: 0;
  display: inline-block;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  ul.petal-list > li:before {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -101px;
    width: 17px;
    height: 11px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
ul.petal-list.blue-bullets > li:before {
  width: 18px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.98%2011.98%22%3E%3Cpath%20d%3D%22M5.78%2C12h0a5.73%2C5.73%2C0%2C0%2C1-2.5-.6%2C6%2C6%2C0%2C0%2C1-2.7-8A5.8%2C5.8%2C0%2C0%2C1%2C8.38.58a6.42%2C6.42%2C0%2C0%2C1%2C2%2C1.6h0L18%2C12Z%22%20fill%3D%22%234f758b%22%2F%3E%3C%2Fsvg%3E");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px 12px;
}
.s_no_svg ul.petal-list.blue-bullets > li:before {
  background-image: url("../img/bullet-blue-petal.png");
}

strong {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}

q:before {
  content: "“";
}
q:after {
  content: "”";
}

cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #83389b;
  padding: 23px 0 33px 29px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.tooltip {
  cursor: pointer;
  position: relative;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.tooltip:hover, .tooltip.hover {
  color: #5c7489;
}
.tooltip:hover:after, .tooltip.hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 19px solid #5c7489;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 100%;
  left: 50%;
}
.tooltip:hover .tooltip-popup, .tooltip.hover .tooltip-popup {
  visibility: visible;
}

.tooltip-popup {
  display: inline-block;
  width: 300px;
  border: 9px solid #83389b;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  padding: 10px;
  position: absolute;
  top: 200%;
  left: 0;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 1;
  visibility: hidden;
}
.tooltip-popup strong {
  display: block;
  margin-bottom: 4px;
  color: #5c7489;
}

.medium-font {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}

.bold-font {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}

.small-text {
  font-size: 10px;
  font-size: 0.625rem;
}

.smallest-text {
  font-size: 8px;
  font-size: 0.5rem;
}

.small-text-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.large-text {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1em;
  margin: 0.5em 0;
}

.plain-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.purple {
  color: #83389b;
}

.blue {
  color: #608295;
}

.tar {
  text-align: right;
}

.no-margin {
  margin: 0px;
}

a {
  color: #83389b;
}
a.dots {
  text-decoration: none;
  border-bottom: 1px dotted #83389b;
}
a.pink {
  color: #eb95fa;
}
a.pink.dots {
  border-bottom: 1px dotted #eb95fa;
}
a .purple {
  color: #83389b;
}
a .purple.dots {
  border-bottom-color: #83389b;
}
a.white {
  color: #fff;
}
a.white.dots {
  border-bottom: 1px dotted #fff;
}
a.arrow {
  position: relative;
}
a.arrow:after {
  content: "›";
  position: absolute;
  right: -0.65em;
  font-size: 1.25em;
  bottom: -0.15em;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  background-color: #83389b;
  border-radius: 5em;
  color: #fff;
  position: relative;
  padding: 0.85em 2.375em 0.85em 0.8125em;
}
.button + .button {
  margin-top: 1em;
}
.button + .loading {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  vertical-align: middle;
  background-image: url("../img/loading.gif");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.button:after {
  content: "";
  position: absolute;
  background-image: url(../img/sprites/arrows.png);
  background-position: -66px center;
  width: 18px;
  background-size: 243px;
  background-repeat: no-repeat;
  right: 10px;
  top: 0;
  height: 100%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button:after {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: -133px center;
    width: 18px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}
.button:hover {
  background-color: #83389b;
  background-image: -webkit-linear-gradient(top, #83389b, #491b50);
  background-image: linear-gradient(to bottom, #83389b, #491b50);
}
.button.white {
  background-color: #fff;
  color: #83389b;
}
.button.white:after {
  background-image: url(../img/sprites/arrows.png);
  background-position: -134px center;
  width: 19px;
  background-size: 243px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button.white:after {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: -65px center;
    width: 18px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}
.button.white:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #b9b9b9);
  background-image: linear-gradient(to bottom, #fff, #b9b9b9);
}
.button.petal {
  padding: 0.65em 0.9375em 0.65em 4.4375em;
  margin-left: 1.5em;
  border-radius: 0 1.25em 1.25em 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.button.petal:before {
  content: "";
  position: absolute;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -529px;
  width: 56px;
  height: 36px;
  background-size: 150px;
  background-repeat: no-repeat;
  bottom: -0.0625em;
  left: -1.5em;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button.petal:before {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -588px;
    width: 56px;
    height: 36px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
.button.petal:after {
  display: none;
}
.button.brochure {
  margin: 0.625em 0 0.9375em 30px;
  padding: 0.75em 2.375em 0.75em 48px;
  max-width: 270px;
}
.button.brochure:before {
  content: "";
  position: absolute;
  background-image: url("../img/button-brochure.png");
  background-size: 68px 69px;
  top: -0.625em;
  left: -1.875em;
  display: inline-block;
  width: 68px;
  height: 69px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button.brochure:before {
    background-image: url("../img/button-brochure-2x.png");
    background-size: 68px 69px;
  }
}
.button.sp-video {
  margin: 0.625em 10px 0.9375em 30px;
  padding: 0.75em 2.375em 0.75em 110px;
}
.button.sp-video:before {
  content: "";
  position: absolute;
  background-image: url("../img/m-icon-sp-video.png");
  background-size: 114px 63px;
  display: inline-block;
  top: -10%;
  left: -1.875em;
  width: 114px;
  height: 63px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button.sp-video:before {
    background-image: url("../img/m-icon-sp-video-2x.png");
    background-size: 114px 63px;
  }
}
.button.down:after {
  background-image: url(../img/sprites/arrows.png);
  background-position: 0px 0px;
  width: 16px;
  height: 40px;
  background-size: 243px;
  background-repeat: no-repeat;
  right: 10px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .button.down:after {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: 0px 0px;
    width: 15px;
    height: 40px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}
.button.disabled {
  background-color: #ddd !important;
  cursor: default;
  outline: none;
}
.button.disabled:hover {
  background-image: none;
}

.petal-link {
  display: block;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -716px;
  width: 70px;
  height: 45px;
  background-size: 150px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .petal-link {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -992.5px;
    width: 70px;
    height: 45px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
.petal-link.purple68 {
  background-image: url(../img/sprites/global.png);
  background-position: 0px -856px;
  width: 70px;
  height: 45px;
  background-size: 150px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .petal-link.purple68 {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -783.5px;
    width: 70px;
    height: 44.5px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
.petal-link.purple10 {
  background-image: url(../img/sprites/global.png);
  background-position: 0px -786px;
  width: 70px;
  height: 45px;
  background-size: 150px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .petal-link.purple10 {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -714px;
    width: 70px;
    height: 44.5px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

.phonecall p:first-child {
  position: relative;
}
.phonecall p:first-child:before {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url(../img/sprites/arrows.png);
  background-position: -203px 0px;
  width: 40px;
  height: 40px;
  background-size: 243px;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: 5px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .phonecall p:first-child:before {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: -201px 0px;
    width: 40px;
    height: 40px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}

.left-bar {
  margin: 1.5em 0 2em 24px;
  padding-left: 20px;
  border-left: 3px solid #83389b;
}

.find-zip-input {
  display: inline-block;
  position: relative;
}
.find-zip-input .find-zip-field {
  width: 144px;
  padding: 8px 12px;
  border: 0 none;
  border-radius: 999px;
  font-size: 12px;
  font-size: 0.75rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35) inset;
}
.find-zip-input .find-zip-submit {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  padding: 0;
  background-color: #863695;
  border: 0 none;
  border-radius: 999px;
  text-indent: -9999px;
}
.find-zip-input .find-zip-submit:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/sprites/global.png);
  background-position: 0px -251px;
  width: 13px;
  height: 17px;
  background-size: 150px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .find-zip-input .find-zip-submit:after {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -251px;
    width: 13px;
    height: 16.5px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

.featured-question {
  padding: 0;
  margin: 229px 0 0;
  position: relative;
}
.featured-question:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../img/talk-bubble2.png");
  background-size: 84px 47px;
  left: 0;
  top: -66px;
  width: 84px;
  height: 47px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .featured-question:before {
    background-image: url("../img/talk-bubble2-2x.png");
    background-size: 84px 47px;
  }
}
.featured-question dt,
.featured-question dd {
  margin: 0 0 1em;
  padding: 48px 0 0;
  position: relative;
}
.featured-question dt:before,
.featured-question dd:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 47px;
  font-size: 2.9375rem;
  line-height: 0.75em;
  color: #4f758b;
}
.featured-question dt {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
.featured-question dt:before {
  content: "Q";
}
.featured-question dd:before {
  content: "A";
}

.box {
  background-color: #e7e7e7;
  border-radius: 15px;
  width: 300px;
  text-align: center;
  color: #333;
  padding: 129px 15px 28px;
  margin: 0 auto 1em;
  position: relative;
}
.box.white-box {
  background-color: #fff;
  text-align: left;
  padding: 15px;
  width: 100%;
}
.box h4 {
  color: #83389b;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0;
}
.box h4 + p {
  margin-top: 0;
}
.box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 129px;
  width: 100%;
  background-position: center 30px;
  background-repeat: no-repeat;
}
.box.tired:before {
  background-image: url("../img/icon-tired.png");
  background-size: 58px 74px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .box.tired:before {
    background-image: url("../img/icon-tired-2x.png");
    background-size: 58px 74px;
  }
}
.box.headache:before {
  background-image: url("../img/icon-headache.png");
  background-size: 58px 74px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .box.headache:before {
    background-image: url("../img/icon-headache-2x.png");
    background-size: 58px 74px;
  }
}

.story {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  color: #333;
  padding: 15px;
  margin: 0 auto 1em;
  position: relative;
}

header {
  padding-top: 10px;
  height: 104px;
  position: fixed;
  z-index: 7;
  width: 100%;
  background-color: #ffffff;
}

.header-content {
  max-width: 500px;
  min-width: 300px;
  width: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-harvoni,
.logo-harvoni-mobile {
  display: none;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -926px;
  width: 150px;
  height: 45px;
  background-size: 150px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .logo-harvoni,
  .logo-harvoni-mobile {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -922.5px;
    width: 150px;
    height: 45px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

.logo-harvoni-mobile {
  display: block;
}

.header-right {
  display: flex;
  flex-direction: column;
}
.header-right .logo-lockup {
  display: flex;
  justify-content: space-between;
}
.header-right .nav-utility {
  margin-bottom: 9px;
  display: flex;
}
.header-right .nav-utility li {
  display: block;
}
.header-right .nav-utility li.call {
  display: none;
}
.header-right .nav-utility a {
  font-size: 12px;
  color: #797979;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.header-right .nav-utility li:nth-child(2) a {
  font-size: 10px;
}
.header-right .button-save {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #83389b;
  background-color: #83389b;
  height: 41px;
  border-radius: 50px;
  text-align: center;
  line-height: 19px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  position: relative;
  min-width: 112px;
  margin-top: 0.3rem;
}
.header-right .button-save:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -173px;
  width: 12px;
  height: 12px;
  background-size: 150px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .header-right .button-save:after {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -173px;
    width: 11px;
    height: 12px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
.header-right .hamburger {
  display: none;
  border: 0;
  outline: 0;
  background-color: #5a7e92;
  height: 41px;
  border-radius: 50px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  line-height: 19px;
  color: #fff;
  position: relative;
  min-width: 120px;
}
.b_ie.bv_8 .header-right .hamburger {
  max-width: 60px !important;
  padding: 0;
}
.header-right .hamburger:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -33px;
  width: 13px;
  height: 9px;
  background-size: 150px;
  background-repeat: no-repeat;
  margin-left: 4px;
  width: 12px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .header-right .hamburger:after {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -33px;
    width: 13px;
    height: 9px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}

.nav-main {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #50758c;
  background-image: -webkit-linear-gradient(top, #50758c, #080b0e);
  background-image: linear-gradient(to bottom, #50758c, #080b0e);
  display: none;
}
.nav-main > ul {
  max-width: 500px;
  width: 93.75%;
  margin: 0 auto;
}
.nav-main > ul > li {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  padding: 0.6em 0;
}
.nav-main > ul > li > a {
  border-bottom: 1px solid #8aa2b0;
}
.nav-main > ul > li.find-a-specialist {
  display: none;
}
.nav-main li {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.nav-main li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.15em 0;
}

main {
  margin: 0;
  padding: 90px 0 0 0;
}
.homepage main {
  background-image: url("../img/backgrounds/homepage-1-toppad.jpg");
  background-repeat: no-repeat;
  background-size: 767px 90px;
  background-position: center top;
}
main section {
  padding: 32px 10px;
  position: relative;
}

.main-content {
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
  display: block;
}
.main-content .right-col {
  display: none;
}

.cure-map {
  background-image: url("../img/cure-map.jpg");
  background-size: 300px auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 175px;
  margin: 25px auto 0;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .cure-map {
    background-image: url("../img/cure-map-2x.jpg");
    background-size: 300px auto;
  }
}

.result-table {
  width: 100%;
  max-width: 360px;
  margin: 0px auto 1.5em auto;
  border-radius: 15px;
  color: #666;
  z-index: 5;
}
.result-table tbody:after {
  content: "";
  display: table-row;
  height: 10px;
}
.result-table caption {
  padding-bottom: 0.75em;
  text-align: left;
  color: #4d758c;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.result-table caption .note {
  font-size: 0.875em;
  color: #424242;
}
.result-table th,
.result-table td {
  vertical-align: bottom;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.result-table th:after,
.result-table td:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #4f758b;
}
.result-table th.first-col:after,
.result-table td.first-col:after {
  left: 12px;
}
.result-table th.mid-col:after,
.result-table td.mid-col:after {
  width: 90%;
}
.result-table th.purple-col,
.result-table td.purple-col {
  white-space: nowrap;
}
.result-table th.purple-col:after,
.result-table td.purple-col:after {
  width: 80%;
  left: 10%;
}
.result-table th.last-col:after,
.result-table td.last-col:after {
  width: 90%;
}
.result-table th.no-border:after,
.result-table td.no-border:after {
  background-color: #fff;
}
.result-table th.no-border.purple-col:after,
.result-table td.no-border.purple-col:after {
  background-color: #83389b;
}
.result-table th {
  padding-top: 8px;
  padding-bottom: 5px !important;
}
.result-table th:after {
  height: 3px;
  /*margin-top: 3px;*/
}
.result-table th.first-col {
  border-radius: 15px 0px 0px 0px;
  text-align: left;
}
.result-table th.last-col {
  text-align: right;
  padding-right: 12px;
  border-radius: 0px 15px 0px 0px;
}
.result-table th.last-col:after {
  width: 90%;
}
.result-table td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
.result-table td strong {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
.result-table td:after {
  height: 1px;
  /*margin-top: 8px;*/
}
.result-table .final-row td,
.result-table .final-row-mobile td,
.result-table .final-row-stacked td {
  padding-bottom: 15px;
}
.result-table .final-row td:after,
.result-table .final-row-mobile td:after,
.result-table .final-row-stacked td:after {
  bottom: 10px;
}
.result-table .final-row td.first-col,
.result-table .final-row-mobile td.first-col,
.result-table .final-row-stacked td.first-col {
  border-radius: 0 0 0 15px;
}
.result-table .final-row td.last-col,
.result-table .final-row-mobile td.last-col,
.result-table .final-row-stacked td.last-col {
  border-radius: 0 0 15px;
}
.result-table .final-row-sidexside {
  display: none;
}
.result-table th + th,
.result-table td + td {
  text-align: center;
}
.result-table .first-col {
  width: 122px;
  padding-left: 12px;
}
.result-table .first-col.two {
  width: 170px;
  padding-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 0;
}
.result-table .mid-col {
  width: 87px;
  padding-right: 10px;
}
.result-table .purple-col {
  width: 104px;
  color: #fff;
  background-color: #83389b;
  padding: 5px 10px 0px 10px;
}
.result-table .purple-col.top {
  border-radius: 0 15px 0 0;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
.result-table .purple-col.bottom {
  border-radius: 0 0 15px;
}
.result-table .purple-col:after {
  background-color: #fff;
}
.result-table.previous td:after {
  margin-top: 49px;
}

.full-bleed {
  width: auto;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.full-bleed.i-am-cured {
  max-height: 812px;
  background-image: url(../img/backgrounds/d-homepage-landing-gradient.png);
  background-size: cover;
}
.full-bleed.cure-rates {
  min-height: 572px;
  background-color: #d8cdb9;
  background-image: url("../img/backgrounds/homepage-2.jpg");
  background-size: 767px auto;
  background-position: center bottom;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.cure-rates {
    background-image: url("../img/backgrounds/homepage-2-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.patient-stories {
  height: 615px;
  background-color: #0c101a;
  background-image: url("../img/backgrounds/homepage-3.jpg");
  background-size: 767px auto;
  background-position: center bottom;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.patient-stories {
    background-image: url("../img/backgrounds/homepage-3-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.testimonial {
  position: relative;
  min-height: 376px;
}
.full-bleed.testimonial:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/backgrounds/m-homepage-5.jpg");
  background-size: 767px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.testimonial:before {
    background-image: url("../img/backgrounds/m-homepage-5-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.testimonial.blur:before {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.full-bleed.about-one {
  background-color: #e0dbd7;
  background-image: url("../img/backgrounds/about-1.jpg");
  background-size: 767px auto;
  background-position: 66.6666666667% bottom;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.about-one {
    background-image: url("../img/backgrounds/about-1-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.treatment-one {
  min-height: 850px;
  background-image: url("../img/backgrounds/treatment-1.jpg");
  background-size: 767px auto;
  background-color: #0d2031;
  background-position: center bottom;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.treatment-one {
    background-image: url("../img/backgrounds/treatment-1-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
  background-image: url("../img/backgrounds/bg-faq.jpg");
  background-size: 767px auto;
  background-position: center top;
  min-height: 581px;
  max-height: none;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
    background-image: url("../img/backgrounds/bg-faq-2x.jpg");
    background-size: 767px auto;
  }
}
.full-bleed.support-path-two {
  background-image: url("../img/backgrounds/support-path-2.jpg");
  background-size: 767px auto;
  background-position: center bottom;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .full-bleed.support-path-two {
    background-image: url("../img/backgrounds/support-path-2-2x.jpg");
    background-size: 767px auto;
  }
}

.i-am-cured .left-col {
  position: relative;
  margin-top: 24px;
}
.i-am-cured .left-col .watch-commercial {
  text-align: right;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
  position: absolute;
  top: -40px;
  right: 0;
}
.i-am-cured .left-col .watch-commercial:after {
  display: inline-block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23fff%22%2F%3E%3Cpolygon%20points%3D%227.3%2014.7%207.3%205%2014.6%209.8%207.3%2014.7%22%20fill%3D%22%23863995%22%2F%3E%3C%2Fsvg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 15px;
  height: 100%;
  top: 0;
  left: -20px;
}
.i-am-cured .left-col .hero-header {
  position: relative;
  margin-top: 0;
}
.i-am-cured .left-col .hero-header h1,
.i-am-cured .left-col .hero-header h2 {
  text-align: left;
}
.i-am-cured .left-col h1,
.i-am-cured .left-col h2 {
  margin: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.i-am-cured .left-col h1 .w,
.i-am-cured .left-col h2 .w {
  color: #fff;
}
.i-am-cured .left-col h2 {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
}
.i-am-cured .left-col h1 {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
  font-size: 4.5rem;
  color: #bb60d6;
}
.i-am-cured .left-col .hero-copy {
  margin-top: 32px;
}
.i-am-cured .left-col p {
  width: fit-content;
  max-width: 340px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.i-am-cured .left-col p.hero-indication {
  font-size: 14px;
  font-size: 0.875rem;
}
.i-am-cured .left-col .flavor-text {
  width: 60%;
}
.i-am-cured .left-col .flavor-text strong {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-style: italic;
}
.i-am-cured .left-col .button.petal {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.i-am-cured .left-col .small-text {
  font-size: 9px;
  font-size: 0.5625rem;
  width: 50%;
  max-width: inherit;
  margin: 0.25em 0;
}
.i-am-cured .left-col .cure-text {
  width: 300px;
  margin-top: 3em;
}

.home-ticker {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 0;
  background-color: #7c3b90;
  color: #fff;
}
.home-ticker .main-content {
  position: relative;
  min-height: 72px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
}
.home-ticker .main-content .ticker-lantern {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 27px;
  height: 43px;
}
.home-ticker .main-content .ticker-lantern img {
  width: 100%;
  height: 100%;
}
.home-ticker .main-content .ticker-lantern.animate {
  -webkit-animation: opacity 1.2s;
  -moz-animation: opacity 1.2s;
  -o-animation: opacity 1.2s;
  animation: opacity 1.2s;
}
.home-ticker .main-content .cures {
  display: block;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.home-ticker .main-content .cures .cure {
  display: block;
  position: absolute;
  left: 0px;
  top: 30px;
  line-height: 30px;
  width: 450px;
  height: 30px;
}
.home-ticker .main-content .cures .cure:first-child {
  top: 0px;
}
.home-ticker p {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
.home-ticker a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.cure-rates .left-col {
  /*a.arrow {
    color: $white;
    border-bottom-color: $white;
  }*/
}
.cure-rates .left-col h2 + p {
  margin-bottom: 2em;
}
.cure-rates .left-col p {
  margin: 0 0 2em 0;
}
.cure-rates .left-col p.exit-sofvel {
  margin: 2em 0 0 0;
}
.cure-rates .left-col p.exit-sofvel a {
  /*color: $white;
  border-bottom-color: $white;*/
}
.cure-rates .left-col .petal-link {
  margin-bottom: 108px;
}

.patient-stories .left-col {
  margin-top: 40px;
}
.patient-stories .left-col h2,
.patient-stories .left-col p,
.patient-stories .left-col li,
.patient-stories .left-col a,
.patient-stories .left-col strong {
  color: #fff;
}
.patient-stories .left-col a.dots {
  border-bottom: 1px dotted #fff;
}
.patient-stories .left-col p {
  margin-bottom: 2em;
}

.wall {
  height: auto;
}
.wall .left-col .petal-link {
  margin-top: 0;
}
.wall .left-col .cure-map-source {
  text-align: center;
}

.testimonial .left-col {
  position: relative;
  margin-top: 44px;
  margin-bottom: 44px;
  text-align: right;
}
.testimonial .left-col .video-container {
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.testimonial .left-col .quote q {
  display: block;
  width: 233px;
  height: 55px;
  margin: 0 0 0 auto;
  background-image: url("../img/m-quote-terry.png");
  background-size: 233px 55px;
  background-position: left top;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -9999px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .testimonial .left-col .quote q {
    background-image: url("../img/m-quote-terry-2x.png");
    background-size: 233px 55px;
  }
}
.testimonial .left-col .quote p {
  display: inline-block;
  width: 200px;
  margin: 1em auto;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  color: #000;
}
.testimonial .left-col .watch {
  margin: 0 0 0 auto;
}
.testimonial .left-col .watch a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #753a91;
  text-decoration: none;
}
.testimonial .left-col .watch a span {
  margin-left: 8px;
  border-bottom: 1px dotted #753a91;
}
.testimonial .left-col .watch a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2237%22%20height%3D%2237%22%20viewBox%3D%220%200%2037%2037%22%3E%3Cpath%20d%3D%22M13.3%2010.3v16.4l12.4-8.2zM18.5%202A16.5%2016.5%200%201%201%202%2018.5%2016.5%2016.5%200%200%201%2018.5%202m0-2A18.5%2018.5%200%201%200%2037%2018.5%2018.5%2018.5%200%200%200%2018.5%200z%22%20fill%3D%22%23863695%22/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px;
}
.testimonial .left-col .watch a:hover {
  text-decoration: none;
}
.testimonial .left-col .small-quote {
  margin-top: 13px;
  position: relative;
}
.testimonial .left-col .small-quote:before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 118px;
}
.testimonial .left-col .small-quote:after {
  background-image: url("../img/thumbnail-carol.png");
  background-size: 53px 39px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 39px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 53px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .testimonial .left-col .small-quote:after {
    background-image: url("../img/thumbnail-carol-2x.png");
    background-size: 53px 39px;
  }
}
.testimonial .left-col .small-quote q {
  font-size: 8px;
  font-size: 0.5rem;
  color: #753a91;
  display: inline-block;
  margin-top: 10px;
  padding-left: 60px;
  width: 140px;
}
.testimonial .left-col .small-quote cite {
  font-size: 8px;
  font-size: 0.5rem;
  color: #000;
  padding: 10px 0 0 20px;
}
.testimonial .left-col .small-quote .watch {
  margin-top: 0;
  padding-left: 34px;
}
.testimonial .left-col .small-quote .watch a {
  font-size: 8px;
  font-size: 0.5rem;
}
.testimonial .left-col .small-quote .watch a:before {
  background-size: 13px;
  height: 13px;
  top: 7px;
  width: 13px;
}
.testimonial.overlay {
  position: relative;
}

.purple-bar {
  background-color: #863695;
  padding: 0 10px;
  position: relative;
}
.purple-bar .main-content {
  text-align: center;
  margin: 32px auto 36px;
}
.purple-bar .main-content h3 {
  margin: 0;
  color: #fff;
}
.purple-bar .main-content p {
  margin: 1em 0 1.5em;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.about-one .left-col {
  margin-top: 36px;
}
.about-one .left-col .about-one-cta {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 221px;
  margin-bottom: 105px;
  padding: 12px 64px 12px 16px;
  background-color: #4f758b;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
}
.about-one .left-col .about-one-cta:after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background-image: url(../img/sprites/d-arrows.png);
  background-position: -67px center;
  width: 18px;
  background-size: 335px;
  background-repeat: no-repeat;
  height: 18px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-one .left-col .about-one-cta:after {
    background-image: url(../img/sprites/d-arrows-x2.png);
    background-position: 0px center;
    width: 17px;
    background-size: 335px;
    background-repeat: no-repeat;
  }
}

.button.pic-icon {
  padding-left: 121px;
}
.button.pic-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0px;
  width: 106px;
  height: 68px;
  border-radius: 5px;
  border: 1px solid #863695;
  -ms-transform: rotate(-11deg);
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.button.pic-icon.carol:before {
  background: url("../img/d-icon-carol.jpg") no-repeat center center;
  background-size: 106px 68px;
}

.about-two {
  padding: 0;
  background-color: #f3eaf5;
}
.about-two .left-col .video-container {
  display: none;
}
.about-two .left-col .video-container.chosenhero {
  display: block;
}
.about-two .left-col .video-container.terry .video-elem {
  background-image: url("../img/backgrounds/m-vid-about.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.terry .video-elem {
    background-image: url("../img/backgrounds/m-vid-about-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.mitch .video-elem {
  background-image: url("../img/backgrounds/m-vid-mitch.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.mitch .video-elem {
    background-image: url("../img/backgrounds/m-vid-mitch-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.carol .video-elem {
  background-image: url("../img/backgrounds/m-vid-carol.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.carol .video-elem {
    background-image: url("../img/backgrounds/m-vid-carol-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.bill .video-elem {
  background-image: url("../img/backgrounds/m-vid-bill.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.bill .video-elem {
    background-image: url("../img/backgrounds/m-vid-bill-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.rebecca .video-elem {
  background-image: url("../img/backgrounds/m-vid-rebecca.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.rebecca .video-elem {
    background-image: url("../img/backgrounds/m-vid-rebecca-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.rob .video-elem {
  background-image: url("../img/backgrounds/m-vid-rob.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.rob .video-elem {
    background-image: url("../img/backgrounds/m-vid-rob-2x.jpg");
    background-size: cover;
  }
}
.about-two .left-col .video-container.shayne .video-elem {
  background-image: url("../img/backgrounds/m-vid-shayne.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-two .left-col .video-container.shayne .video-elem {
    background-image: url("../img/backgrounds/m-vid-shayne-2x.jpg");
    background-size: cover;
  }
}

.about-three .about-genotype {
  padding: 20px 14px 36px;
  background-color: #f8f3f9;
}
.about-three .about-genotype h4 {
  margin: 0;
  color: #873795;
}
.about-three .genotype-75 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-three .genotype-75 h4 {
  -webkit-flex: 2 0 100%;
  -ms-flex: 2 0 100%;
  flex: 2 0 100%;
}
.about-three .genotype-75 p {
  -webkit-flex: 0 1 calc(100% - 95px);
  -ms-flex: 0 1 calc(100% - 95px);
  flex: 0 1 calc(100% - 95px);
  width: calc(100% - 95px);
  margin-bottom: 0;
  padding-right: 16px;
}
.about-three .genotype-75 figure {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about-three .chart-75 {
  position: relative;
  width: 95px;
  height: 95px;
  margin: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20247.62%20247.17%22%3E%3Cpath%20d%3D%22M240.19%2C84l-49.56%2C16.7a70.7%2C70.7%2C0%2C0%2C1%2C.47%2C43.66L241%2C159.95a123%2C123%2C0%2C0%2C0-.82-76Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.2%22%2F%3E%3Cpath%20d%3D%22M124.44%2C193.87h0l.57%2C52.29h0a122.36%2C122.36%2C0%2C0%2C0%2C72-24.28l-31.19-42A70.31%2C70.31%2C0%2C0%2C1%2C124.44%2C193.87Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.4%22%2F%3E%3Cpath%20d%3D%22M165.81%2C179.92l31.19%2C42a123.16%2C123.16%2C0%2C0%2C0%2C44-61.94L191.1%2C144.32A70.77%2C70.77%2C0%2C0%2C1%2C165.81%2C179.92Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.2%22%2F%3E%3Cpath%20d%3D%22M82.78%2C180.82%2C52.5%2C223.45A122.35%2C122.35%2C0%2C0%2C0%2C125%2C246.16l-.57-52.29A70.31%2C70.31%2C0%2C0%2C1%2C82.78%2C180.82Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.4%22%2F%3E%3Cpath%20d%3D%22M7%2C161.94l49.74-16.16a70.7%2C70.7%2C0%2C0%2C1%2C0-43.66L7%2C86a123%2C123%2C0%2C0%2C0%2C0%2C76Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.65%22%2F%3E%3Cpath%20d%3D%22M123.95%2C53.29h0V1h0A122.36%2C122.36%2C0%2C0%2C0%2C51.69%2C24.5L82.43%2C66.8A70.31%2C70.31%2C0%2C0%2C1%2C123.95%2C53.29Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%22%2F%3E%3Cpath%20d%3D%22M82.43%2C66.8%2C51.69%2C24.5A123.16%2C123.16%2C0%2C0%2C0%2C7%2C86l49.74%2C16.16A70.77%2C70.77%2C0%2C0%2C1%2C82.43%2C66.8Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%22%2F%3E%3Cpath%20d%3D%22M56.75%2C145.78%2C7%2C161.94a123.17%2C123.17%2C0%2C0%2C0%2C44.68%2C61.45l30.73-42.3A70.77%2C70.77%2C0%2C0%2C1%2C56.75%2C145.78Z%22%20style%3D%22fill%3A%23873299%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%3Bopacity%3A0.65%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.about-three .chart-75 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #873795;
}
.about-three .chart-sofo {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 42.2%;
  background-image: url("../img/m-chart-sofo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .about-three .chart-sofo {
    background-image: url("../img/m-chart-sofo-2x.png");
    background-size: cover;
  }
}

.results-one {
  padding-bottom: 0;
  background-color: #f1f2f2;
}
.results-one .main-content {
  z-index: 1;
  position: relative;
}
.results-one .main-content .left-col {
  z-index: 1;
}
.results-one .main-content .left-col h3 .sub-header {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.results-one .main-content .left-col .tab-content h3 {
  margin: 0 0 0.75em 0;
  text-align: left;
  color: #4d758c;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.results-one .main-content .left-col .gt456 {
  float: none;
  margin: 0px auto;
  max-width: 420px;
  height: auto;
}
.results-one .main-content .left-col .gt456 caption {
  text-align: left;
}
.results-one .main-content .left-col .gt456 th {
  width: 140px;
  text-align: center;
}
.results-one .main-content .left-col .gt456 td {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 140px;
  text-align: center;
}
.results-one .main-content .left-col .gt456 tr.final-row td {
  padding-bottom: 20px;
}
.results-one .petal-link {
  margin: 2em 0;
}

.tab-container {
  margin: 1em 0px 2em 0px;
}
.tab-container .tabs {
  display: table;
  width: 100%;
}
.tab-container .tabs .tab {
  display: table-cell;
  width: 25%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}
.tab-container .tabs .tab a {
  display: block;
  margin-left: 5px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  color: #83389b;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  text-decoration: none;
}
.tab-container .tabs .tab.mob2 a {
  line-height: 14px;
  padding-top: 17px;
}
.tab-container .tabs .tab.mob3 a {
  line-height: 14px;
  padding-top: 10px;
}
.tab-container .tabs .tab:first-child a {
  margin-left: 0px;
}
.tab-container .tabs .tab.active a {
  background-color: #d6dfe4;
}
.tab-container .tab-contents {
  background: url("../img/bg-white-1x20.gif") repeat-x;
}
.tab-container .tab-contents .tab-content {
  display: none;
  padding: 10px;
  background-color: #d6dfe4;
  border-radius: 10px 10px 10px 10px;
}
.tab-container .tab-contents .tab-content.active {
  display: block;
}
.tab-container .tab-contents .tab-content.tab1 {
  border-radius: 0px 10px 10px 10px;
}
.tab-container .tab-contents .tab-content.tab4 {
  border-radius: 10px 0px 10px 10px;
}

.results-two {
  padding-bottom: 47px;
}
.results-two .brochure {
  margin-top: 48px;
}

.side-effects-one .box {
  display: table;
  width: 100%;
  height: 197px;
  max-width: 314px;
  padding: 0;
}
.side-effects-one .box:before {
  display: none;
}
.side-effects-one .box h4 {
  display: table-cell;
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding-bottom: 53px;
}
.side-effects-one .box .box-copy {
  display: table-cell;
  padding-left: 14px;
  text-align: left;
}
.side-effects-one .box .box-copy > p {
  margin-top: 30px;
}
.side-effects-one .box.tired h4 {
  background-image: url("../img/d-icon-tired.png");
  background-size: 69px 106px;
  background-position: right 43px;
  width: 29.9363057325%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .side-effects-one .box.tired h4 {
    background-image: url("../img/d-icon-tired-2x.png");
    background-size: 69px 106px;
  }
}
.side-effects-one .box.tired .box-copy {
  width: 70.0636942675%;
}
.side-effects-one .box.headache h4 {
  background-image: url("../img/d-icon-headache.png");
  background-size: 75px 109px;
  background-position: right 40px;
  width: 30.8917197452%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .side-effects-one .box.headache h4 {
    background-image: url("../img/d-icon-headache-2x.png");
    background-size: 75px 109px;
  }
}
.side-effects-one .box.headache .box-copy {
  width: 69.1082802548%;
}
.side-effects-one .box.weakness h4 {
  background-image: url("../img/d-icon-weakness.png");
  background-size: 75px 109px;
  background-position: right 40px;
  width: 30.8917197452%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .side-effects-one .box.weakness h4 {
    background-image: url("../img/d-icon-weakness-2x.png");
    background-size: 75px 109px;
  }
}
.side-effects-one .box.weakness .box-copy {
  width: 69.1082802548%;
}

.safety-one {
  padding-bottom: 52px;
}

.patient-stories-one .box {
  display: table;
  width: 100%;
  height: 197px;
  max-width: 314px;
  padding: 0;
}
.patient-stories-one .box:before {
  display: none;
}
.patient-stories-one .box h4 {
  display: table-cell;
  background-repeat: no-repeat;
  vertical-align: bottom;
  padding-bottom: 53px;
}
.patient-stories-one .box .box-copy {
  display: table-cell;
  padding-left: 14px;
  text-align: left;
}
.patient-stories-one .box .box-copy > p {
  margin-top: 30px;
}
.patient-stories-one .box.tired h4 {
  background-image: url("../img/d-icon-tired.png");
  background-size: 69px 106px;
  background-position: right 43px;
  width: 29.9363057325%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .patient-stories-one .box.tired h4 {
    background-image: url("../img/d-icon-tired-2x.png");
    background-size: 69px 106px;
  }
}
.patient-stories-one .box.tired .box-copy {
  width: 70.0636942675%;
}
.patient-stories-one .box.headache h4 {
  background-image: url("../img/d-icon-headache.png");
  background-size: 75px 109px;
  background-position: right 40px;
  width: 30.8917197452%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .patient-stories-one .box.headache h4 {
    background-image: url("../img/d-icon-headache-2x.png");
    background-size: 75px 109px;
  }
}
.patient-stories-one .box.headache .box-copy {
  width: 69.1082802548%;
}
.patient-stories-one .box.weakness h4 {
  background-image: url("../img/d-icon-weakness.png");
  background-size: 75px 109px;
  background-position: right 40px;
  width: 30.8917197452%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .patient-stories-one .box.weakness h4 {
    background-image: url("../img/d-icon-weakness-2x.png");
    background-size: 75px 109px;
  }
}
.patient-stories-one .box.weakness .box-copy {
  width: 69.1082802548%;
}

.request-info main section .main-content .left-col .timeline {
  width: 100%;
  padding-top: 16%;
  background: url("../img/onward-timeline.svg") no-repeat center top;
  background-size: 100%;
}
.s_no_svg .request-info main section .main-content .left-col .timeline {
  background-image: url("../img/onward-timeline.png");
}
.request-info main section .main-content .left-col .timeline div {
  float: left;
  width: 33.33%;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.3em;
  color: #843a93;
  text-align: center;
}
.request-info main section .main-content .left-col .timeline div.step1 {
  margin-left: 1%;
  width: 32.4%;
}
.request-info main section .main-content .left-col .timeline div.step2 {
  width: 31.6%;
}
.request-info main section .main-content .left-col .timeline div.step3 {
  width: 33.6%;
}

.treatment-one .intro {
  margin-bottom: 1em;
}
.treatment-one .intro .large-text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.25em;
}
.treatment-one .intro .large-text + p {
  margin-top: 0.3em;
}
.treatment-one .petal-link {
  margin-top: 46px;
}
.treatment-one p {
  color: #fff;
}
.treatment-one p.large-text {
  color: #fff;
}
.treatment-one .partner-up .partner-up-title {
  margin: 1em 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.treatment-one .partner-up p {
  font-size: 12px;
  font-size: 0.75rem;
}

.treatment-two {
  background-color: #fff;
}
.treatment-two .left-col .video-container .video-elem {
  background-image: url("../img/backgrounds/m-vid-treatment.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .treatment-two .left-col .video-container .video-elem {
    background-image: url("../img/backgrounds/m-vid-treatment-2x.jpg");
    background-size: cover;
  }
}

.treatment-three {
  padding: 0 10px;
  background: #ebebeb;
}
.treatment-three .main-content {
  z-index: 1;
  position: relative;
}
.treatment-three .main-content .left-col {
  z-index: 1;
}
.treatment-three .main-content .treatment-consider {
  padding: 0 32px 16px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}
.treatment-three .main-content .treatment-consider h4 {
  color: #83389b;
}
.treatment-three .main-content .tab-container {
  margin-top: 2em;
}
.treatment-three .main-content .tab-container .tab-content h3 {
  margin: 0 0 0.75em 0;
  text-align: left;
  color: #4d758c;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
.treatment-three .main-content .result-table {
  width: 100%;
  max-width: 360px;
}
.treatment-three .main-content .result-table.tbl1 th.first-col,
.treatment-three .main-content .result-table.tbl1 td.first-col, .treatment-three .main-content .result-table.tbl2 th.first-col,
.treatment-three .main-content .result-table.tbl2 td.first-col {
  width: 90%;
}
.treatment-three .main-content .result-table.gt456 {
  margin: 0px auto;
}
.treatment-three .main-content .result-table.gt456 caption {
  text-align: left;
}
.treatment-three .main-content .result-table.gt456 th,
.treatment-three .main-content .result-table.gt456 td {
  width: 50%;
  text-align: center;
}
.treatment-three .main-content .result-table.gt456 td {
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 10px;
  padding-bottom: 10px;
}
.treatment-three .main-content .result-table.gt456 tr.final-row td {
  padding-bottom: 20px;
}

.petal-link {
  margin: 46px 0;
}

.treatment-four {
  padding-top: 56px;
  background: #fff;
}
.treatment-four figure {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  background-color: #f3eaf5;
}
.treatment-four figure img {
  margin: 8px 0 0 16px;
}
.treatment-four figure figcaption {
  padding: 4px 32px 4px 24px;
}
.treatment-four figure h5,
.treatment-four figure p {
  margin: 0;
}
.treatment-four .icon-list {
  margin-top: 32px;
}
.treatment-four .icon-list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 48px;
}
.treatment-four .icon-list li p {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-top: 0;
  padding-left: 24px;
}
.treatment-four .icon-list li:before {
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  width: 44px;
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.treatment-four .icon-list li.scrip:before {
  width: 34px;
  height: 47px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080.16%20106.39%22%3E%3Crect%20x%3D%223.03%22%20y%3D%223.03%22%20width%3D%2274.1%22%20height%3D%22100.32%22%20rx%3D%2212%22%20ry%3D%2212%22%20style%3D%22fill%3Anone%3Bstroke%3A%23803995%3Bstroke-miterlimit%3A10%3Bstroke-width%3A6.06285989284515px%22%2F%3E%3Cpath%20d%3D%22M35.05%2C59.93H28.38c2.26-3%2C4.5-6.08%2C6.78-9.11.48-.63.91-1.1.25-2-2.37-3-4.65-6.15-7-9.2a1.77%2C1.77%2C0%2C0%2C0-1.1-.7c-1.73-.08-3.47%2C0-5.37%2C0V51.47H16.09V17.79h16.5c.44.12.88.24%2C1.33.35A9.7%2C9.7%2C0%2C0%2C1%2C41.7%2C25.8c1%2C4.38-.44%2C8.65-3.78%2C10.9a29.52%2C29.52%2C0%2C0%2C1-3.83%2C1.86l5.21%2C6.76c1.4-1.81%2C2.67-3.46%2C4-5.09.28-.36.62-.91%2C1-.93%2C2-.09%2C4%2C0%2C6.26%2C0-2.51%2C3.36-4.75%2C6.42-7.06%2C9.42a1.42%2C1.42%2C0%2C0%2C0%2C0%2C2.1c2.4%2C3%2C4.71%2C6.1%2C7.06%2C9.16h-7l-4.07-5.79ZM22%2C23.07c0%2C3.39%2C0%2C6.59%2C0%2C9.79a1.31%2C1.31%2C0%2C0%2C0%2C.88.93%2C82.26%2C82.26%2C0%2C0%2C0%2C8.58-.16A5.1%2C5.1%2C0%2C0%2C0%2C36%2C28.24a5.13%2C5.13%2C0%2C0%2C0-5-5.14C28.09%2C23%2C25.17%2C23.07%2C22%2C23.07Z%22%20style%3D%22fill%3A%23803995%22%2F%3E%3Crect%20x%3D%2216.09%22%20y%3D%2268.6%22%20width%3D%2249.09%22%20height%3D%226.67%22%20style%3D%22fill%3A%23803995%22%2F%3E%3Crect%20x%3D%2216.09%22%20y%3D%2283.93%22%20width%3D%2249.09%22%20height%3D%226.67%22%20style%3D%22fill%3A%23803995%22%2F%3E%3C%2Fsvg%3E");
}
.treatment-four .icon-list li.talk:before {
  width: 44px;
  height: 35px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20105.49%2085.97%22%3E%3Ctitle%3EconvoAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M91.59%2C58.11C98.1%2C52.38%2C102%2C45.17%2C102%2C37.33c0-18.69-22-33.83-49.24-33.83S3.5%2C18.65%2C3.5%2C37.33s22%2C33.83%2C49.24%2C33.83a69.16%2C69.16%2C0%2C0%2C0%2C18-2.35L93.66%2C80.08S92.7%2C69.43%2C91.59%2C58.11Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23803995%3Bstroke-miterlimit%3A10%3Bstroke-width%3A7px%22%2F%3E%3C%2Fsvg%3E");
}
.treatment-four .icon-list li.daily:before {
  width: 39px;
  height: 39px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100.06%2099.91%22%3E%3Ctitle%3EcalendarAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M93.14.28c4.4.86%2C6.85%2C4.54%2C6.85%2C10.09%2C0%2C22.29%2C0%2C44.57.07%2C66.86a8.71%2C8.71%2C0%2C0%2C1-2.87%2C7c-5.31%2C5.09-10.37%2C10.44-15.53%2C15.68H6.86C1.6%2C97.9%2C0%2C93.93%2C0%2C88.51.14%2C62.69.06%2C36.87.07%2C11.06A26.11%2C26.11%2C0%2C0%2C1%2C.29%2C7.38%2C8.35%2C8.35%2C0%2C0%2C1%2C8.06.15c1.36-.1%2C2.73%2C0%2C4.1%2C0C12-.08%2C91.5%2C0%2C93.14.28Zm1.14%2C11.67H5.78c0%2C1%2C0%2C1.93%2C0%2C2.83q0%2C21.69%2C0%2C43.38c0%2C10.69%2C0%2C21.38%2C0%2C32.07%2C0%2C3.37.51%2C4%2C3.65%2C4q34.27%2C0%2C68.53%2C0c1.78%2C0%2C2.51-.74%2C2.47-2.49a44.22%2C44.22%2C0%2C0%2C1%2C0-5c.29-4.11%2C2.61-6.24%2C6.72-6.33%2C1.46%2C0%2C1.92%2C0%2C3.38%2C0%2C3.55%2C0%2C3.67-.11%2C3.67-3.59%2C0-20.71%2C0-41.36%2C0-62.07Z%22%20style%3D%22fill%3A%23803995%22%2F%3E%3Cpath%20d%3D%22M37.61%2C39.7c5.1-.21%2C10.13-.78%2C11.65-7.07h7.28V77.23H46.2V46.44H37.61Z%22%20style%3D%22fill%3A%23803995%22%2F%3E%3Cpath%20d%3D%22M89.78.06%22%2F%3E%3C%2Fsvg%3E");
}
.treatment-four .icon-list li.drink:before {
  width: 27px;
  height: 39px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2080.78%20113.28%22%3E%3Ctitle%3EglassAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M75%2C0c4.56.07%2C6.23%2C1.87%2C5.72%2C6.64-1.11%2C10.43-2.36%2C20.84-3.55%2C31.26Q73.86%2C66.47%2C70.59%2C95c-.5%2C4.37-.72%2C8.79-1.59%2C13.08-.38%2C1.86-2.09%2C3.45-3.19%2C5.17H17.68c-3.94-2.23-3.45-6.36-4-9.88Q6.86%2C55.53.21%2C7.63C-.62%2C1.74.87%2C0%2C6.85%2C0%2C23.78%2C0%2C73.68%2C0%2C75%2C0ZM24.62%2C103.48c-2-17.67-3.82-34.37-5.77-51.05a1.61%2C1.61%2C0%2C0%2C0-1.66-1.55c-1.28.44-1.37%2C1-1.27%2C2q2.76%2C25%2C5.79%2C50.07c.12%2C1%2C1%2C.93%2C1.57%2C1.9C23.85%2C103.8%2C24.43%2C103.81%2C24.62%2C103.48ZM14.42%2C6C8%2C6%2C6.07%2C8%2C6.87%2C14.45c1%2C7.78%2C2.08%2C15.55%2C3.27%2C23.3.86%2C5.61%2C3.52%2C7.8%2C9.13%2C7.81q21.63%2C0%2C43.26%2C0c5.86%2C0%2C8.44-2.35%2C9.08-8.15.86-7.8%2C1.66-15.6%2C2.59-23.39.67-5.54-1.31-8-6.87-8-8.88-.05-17.77%2C0-26.65%2C0S23.17%2C6%2C14.42%2C6Z%22%20style%3D%22fill%3A%23803995%22%2F%3E%3C%2Fsvg%3E");
}
.treatment-four .icon-list li.time:before {
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100.37%20100.37%22%3E%3Ctitle%3EclockAsset%201%3C%2Ftitle%3E%3Ccircle%20cx%3D%2250.18%22%20cy%3D%2250.18%22%20r%3D%2246.67%22%20style%3D%22fill%3Anone%3Bstroke%3A%23803995%3Bstroke-miterlimit%3A10%3Bstroke-width%3A7.03296709060669px%22%2F%3E%3Cpath%20d%3D%22M52.35%2C50.36%2C70.54%2C37.8l1.27-.87c1.43-1%2C2.83-.94%2C3.84.5s.53%2C2.8-.87%2C3.77q-7.29%2C5.07-14.6%2C10.11C57.4%2C53.23%2C54.7%2C55.23%2C51.83%2C57a4.22%2C4.22%2C0%2C0%2C1-3.36.49c-.75-.34-1.32-1.89-1.33-2.92-.09-11.26-.07-22.53%2C0-33.8%2C0-2.15%2C1.09-3.44%2C2.7-3.26%2C1.87.22%2C2.48%2C1.46%2C2.47%2C3.25%2C0%2C9.29%2C0%2C18.58%2C0%2C27.87C52.25%2C49%2C52.3%2C49.47%2C52.35%2C50.36Z%22%20style%3D%22fill%3A%23803995%22%2F%3E%3C%2Fsvg%3E");
}
.treatment-four .icon-list li.warning:before {
  width: 46px;
  height: 42px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20106.57%2090.59%22%3E%3Cpolygon%20points%3D%226.08%2087.08%2052.22%206.94%20100.36%2087.08%206.08%2087.08%22%20style%3D%22fill%3Anone%3Bstroke%3A%23803995%3Bstroke-miterlimit%3A10%3Bstroke-width%3A7.03296709060669px%22/%3E%3Cpath%20d%3D%22M48%2C75a4.43%2C4.43%2C0%2C0%2C1%2C4.45-4.68%2C4.69%2C4.69%2C0%2C0%2C1%2C0%2C9.36A4.43%2C4.43%2C0%2C0%2C1%2C48%2C75Zm1.89-10.79L48.86%2C28H56.1L55%2C64.23Z%22%20style%3D%22fill%3A%23803995%22/%3E%3C/svg%3E");
}
.treatment-four .button.brochure {
  margin-top: 4.625em;
  margin-bottom: 5em;
}

.stories-one .learn-btn {
  margin: 3em 0px 0px 0px;
}
.stories-one .frame {
  background: #f7f7f8;
  padding: 13px 28px 50px;
  overflow: hidden;
  position: relative;
}
.stories-one .frame > span {
  display: none;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
  text-align: center;
  color: #b2b2b2;
  font-weight: bold;
  width: 28px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 46px 0;
  background: #f7f7f8;
  height: 100%;
  z-index: 6;
}
.stories-one .frame > span.prev {
  right: auto;
  left: 0;
}
.stories-one a.action {
  text-align: center;
  background: #4f758b;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  font-size: 10px;
  font-size: 0.625rem;
  text-decoration: none;
  width: auto;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  float: right;
  margin-top: 15px;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.stories-one a.action:after {
  display: none;
}
.stories-one .thumbnails {
  overflow: hidden;
  display: block;
  margin: auto;
  padding-top: 20px;
  transition: 1s left;
  position: relative;
  left: 0;
}
.stories-one .thumbnails > a {
  width: 111px;
  height: 98px;
  border-radius: 5px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: 100% 100%;
}
.stories-one .thumbnails > a:first-of-type {
  margin-left: 0;
}
.stories-one .thumbnails > a .new {
  position: absolute;
  width: 100%;
  height: 11px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22134.4%22%20height%3D%2240.4%22%20viewBox%3D%220%200%20134.4%2040.4%22%3E%3Cpath%20d%3D%22M21.2%200l6.6%2013.3%2014.7%202.1-10.6%2010.4%202.5%2014.6-13.2-6.9-13.1%206.9%202.5-14.6L0%2015.4l14.7-2.1zm33.2%2036.7h5.7V20l12.7%2016.7h4.9V10.4h-5.6v16.2L59.8%2010.4h-5.4zm38.6.5a10.1%2010.1%200%200%200%208.2-3.8l-3.3-2.9a6.6%206.6%200%200%201-4.9%202.1%204.7%204.7%200%200%201-4.9-3.9h14c0-.5.1-1%20.1-1.5%200-5.7-3.1-10.9-9.8-10.9s-9.9%204.7-9.9%2010.5c0%206.1%204.4%2010.3%2010.5%2010.3zm-4.9-12.1c.5-2.6%202-4.3%204.4-4.3s3.9%201.7%204.2%204.3zm22%2011.8h5.1l3.9-12.3%203.9%2012.3h5.1l6.3-20.3h-5.7l-3.3%2012.2-3.8-12.3h-4.9l-3.8%2012.3-3.2-12.2h-5.8z%22%20fill%3D%22%234f758b%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 36px 11px;
  top: -20px;
}
.stories-one .thumbnails > a blockquote {
  display: none;
}
.stories-one .thumbnails > a.story1 {
  background-image: url(../img/thumbnail-pic-story1.png);
}
.stories-one .thumbnails > a.story3 {
  background-image: url(../img/thumbnail-pic-story3.png);
}
.stories-one .thumbnails > a.story4 {
  background-image: url(../img/thumbnail-pic-story4.png);
}
.stories-one .thumbnails > a.story-wj {
  background-image: url(../img/thumbnail-pic-story-wj.png);
}
.stories-one .thumbnails > a.story-tc {
  background-image: url(../img/thumbnail-pic-story-tc.png);
}
.stories-one .thumbnails > a.story-ms {
  background-image: url(../img/thumbnail-pic-story-ms.png);
}
.stories-one .thumbnails > a span {
  display: block;
  text-align: center;
  color: #fff;
  background: #83389b;
  height: 36px;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  padding: 6px 0;
  position: absolute;
  bottom: 0;
  z-index: 4;
  border-radius: 0 0 5px 5px;
}
.stories-one .thumbnails > a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../img/thumbnail-icon-text.png) no-repeat;
  background-size: 100% 100%;
  right: 8px;
  top: 38px;
  z-index: 3;
}
.stories-one .thumbnails > a.action {
  text-align: center;
  background: #4f758b;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  font-size: 10px;
  font-size: 0.625rem;
  text-decoration: none;
  width: auto;
  height: 20px;
  line-height: 20px;
  border-radius: 30px;
  float: right;
  margin-top: 15px;
}
.stories-one .thumbnails > a.action:after {
  display: none;
}
.stories-one .thumbnails > a.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #83389b;
  opacity: 0.5;
  z-index: 5;
  border-radius: 5px;
}
.stories-one .thumbnails > a.video:after {
  background: url(../img/thumbnail-icon-video.png) no-repeat;
  background-size: 100% 100%;
}
.stories-one .stories + p, .stories-one .stories + p + p {
  padding-left: 18px;
  display: none;
}
.stories-one .stories .story {
  display: none;
  padding: 0;
}
.stories-one .stories .story:first-of-type {
  display: block;
}
.stories-one .stories .story.video-story #spVideo .video,
.stories-one .stories .story.video-story #spVideo2 .video,
.stories-one .stories .story.video-story .ContentVideoPlayer .video {
  background: #fff url(/sofldv_str/harvoni_com/v2/img/story-poster-story1.png) no-repeat;
  background-size: 100%;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper {
  margin-top: -1px;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
  background: url(../img/patient-stories-icons.png) no-repeat;
  background-size: 615px;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon {
  background-position: -492px 0;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon {
  background-position: -123px 0;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon {
  background-position: -246px 0;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon {
  background-position: -369px 0;
}
.stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
.stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
.stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon {
  background-position: -492px 0;
}
.stories-one .stories .story.video-story#terry-vid #spVideo .video,
.stories-one .stories .story.video-story#terry-vid #spVideo2 .video,
.stories-one .stories .story.video-story#terry-vid .ContentVideoPlayer .video {
  background: #fff url(../img/story-poster-storyterry.jpg) no-repeat;
  background-size: 100%;
}
.stories-one .stories .story.video-story#terry-vid #spVideo .contentWrapper,
.stories-one .stories .story.video-story#terry-vid #spVideo2 .contentWrapper,
.stories-one .stories .story.video-story#terry-vid .ContentVideoPlayer .contentWrapper {
  margin-top: -1px;
}
.stories-one .stories .story.video-story#mitch-vid #spVideo .video,
.stories-one .stories .story.video-story#mitch-vid #spVideo2 .video,
.stories-one .stories .story.video-story#mitch-vid .ContentVideoPlayer .video {
  background: #fff url(../img/story-poster-storymitch.jpg) no-repeat;
  background-size: 100%;
}
.stories-one .stories .story.video-story#mitch-vid #spVideo .contentWrapper,
.stories-one .stories .story.video-story#mitch-vid #spVideo2 .contentWrapper,
.stories-one .stories .story.video-story#mitch-vid .ContentVideoPlayer .contentWrapper {
  margin-top: -1px;
}
.stories-one .stories .story .story-header {
  margin: 0 0 32px;
  padding-top: 35px;
}
.stories-one .stories .story .story-header blockquote {
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}
.stories-one .stories .story p {
  padding-left: 18px;
}
.stories-one .stories .story#tn .story-header blockquote {
  background-image: url(../img/story-header-story3.png);
  width: 142px;
  height: 104px;
}
.stories-one .stories .story#tn .story-header .story-img {
  width: 140px;
  height: 96px;
  background: url(../img/story-header3.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.stories-one .stories .story#pa .story-header .story-img {
  content: "";
  width: 140px;
  height: 96px;
  background: url(../img/story-header4.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.stories-one .stories .story#pa .story-header blockquote {
  background-image: url(../img/story-header-story4.png);
  width: 135px;
  height: 91px;
}
.stories-one .stories .story#oh .story-header .story-img {
  content: "";
  width: 140px;
  height: 96px;
  background: url(../img/story-header-wj.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.stories-one .stories .story#oh .story-header blockquote {
  background-image: url(../img/story-header-story-wj.png);
  width: 145px;
  height: 101px;
}
.stories-one .stories .story video,
.stories-one .stories .story iframe {
  width: 100%;
}
.stories-one .stories .story .related-content {
  background: #83389b;
  background-image: -webkit-linear-gradient(top, #83389b, #491b50);
  background-image: linear-gradient(to bottom, #83389b, #491b50);
  padding: 10px;
  margin: 3px 10px 0;
  position: relative;
}
.stories-one .stories .story .related-content:before {
  content: "";
  height: 0;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 3px solid #36084c;
  position: absolute;
  width: 103.4482758621%;
  top: -3px;
  left: -1.724137931%;
}
.stories-one .stories .story .related-content > * {
  color: #fff;
}
.stories-one .stories .story .related-content h3 {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  margin-top: 0;
  display: inline-block;
}
.stories-one .stories .story .related-content h3 + a {
  float: right;
  font-size: 10px;
  font-size: 0.625rem;
}
.stories-one .stories .story .related-content .related h2 {
  color: #fff;
  margin-left: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  width: 125px;
}
.stories-one .stories .story .related-content .related > a {
  display: inline-block;
}
.stories-one .stories .story .related-content .related img {
  width: 120px;
}
.stories-one .stories .story .related-content .related-controls {
  text-align: center;
}
.stories-one .stories .story .related-content .related-controls a {
  text-align: center;
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  margin: 0 4px;
}
.stories-one .stories .story .related-content .related-controls span {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
.stories-one .stories .story .related-content .related-controls span.prev {
  margin-right: 4px;
}
.stories-one .stories .story .related-content .related-controls span.next {
  margin-left: 4px;
}

.subhead {
  padding-left: 15px;
  border-left: 1px solid #83389b;
}
.subhead p {
  color: #83389b;
}

.wall-one .map .map-action {
  text-align: center;
  color: #9e9e9e;
  font-size: 12px;
  font-size: 0.75rem;
}
.wall-one .map .regions {
  margin: 20px 0;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}
.wall-one .map .regions a {
  font-size: 9px;
  font-size: 0.5625rem;
  background: #f7f7f7;
  display: inline-block;
  width: 60px;
  text-align: center;
  border-radius: 21px;
  line-height: 21px;
  color: #83389b;
  font-weight: bold;
  margin: 0 6px;
  display: table-cell;
  text-decoration: none;
}
.wall-one .map .regions a.active {
  background: #83389b;
  color: #fff;
}
.wall-one .map .main-map {
  position: relative;
  margin: 0 auto 30px;
  width: 310px;
  height: 173px;
  background: url(../img/wall-map.jpg) no-repeat 0 0;
  background-size: 100% 500%;
}
.wall-one .map .main-map.west {
  background-position: 0 25%;
}
.wall-one .map .main-map.south {
  background-position: 0 50%;
}
.wall-one .map .main-map.midwest {
  background-position: 0 75%;
}
.wall-one .map .main-map.northeast {
  background-position: 0 100%;
}
.wall-one .map .main-map .map-marker,
.wall-one .map .main-map .story {
  display: none;
}
.wall-one .map .main-map .region {
  position: absolute;
  display: inline-block;
  z-index: 8;
}
.wall-one .map .main-map .region .label {
  display: none;
}
.wall-one .map .main-map .region.west {
  width: 37.1517027864%;
  height: 100%;
  left: 0;
  top: 0;
}
.wall-one .map .main-map .region.west .label {
  top: 16.4383561644%;
  left: 41.6666666667%;
}
.wall-one .map .main-map .region.south {
  width: 64.3962848297%;
  height: 46.5753424658%;
  right: 0;
  bottom: 0;
}
.wall-one .map .main-map .region.south .label {
  bottom: 76.4705882353%;
  right: 55.2884615385%;
}
.wall-one .map .main-map .region.midwest {
  width: 39.6284829721%;
  height: 53.4246575342%;
  left: 37.1517027864%;
  top: 0;
}
.wall-one .map .main-map .region.midwest .label {
  top: 43.5897435897%;
  left: 33.203125%;
}
.wall-one .map .main-map .region.northeast {
  width: 22.2910216718%;
  height: 53.4246575342%;
  right: 0;
  top: 0;
}
.wall-one .map .main-map .region.northeast .label {
  top: -7.6923076923%;
  right: -5.1282051282%;
}
.wall-one .map .region-map {
  display: none;
}
.wall-one .map .region-map .selectric-wrapper .selectric {
  background: #83389b url(../img/dropdown-chevrons.png) no-repeat 140px -22px;
  background-size: 15px;
}
.wall-one .map .region-map .selectric-wrapper .selectric .label {
  color: #fff;
}
.wall-one .map .map-legend p {
  font-size: 10px;
  font-size: 0.625rem;
  color: #83389b;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}
.wall-one .map .map-legend .legend {
  width: 156px;
  height: 15px;
  margin: 0 auto 15px;
  background: url(../img/wall-legend-mobile.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.wall-one .map .map-title {
  text-align: center;
  color: #d1d1d1;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.wall-one .map .map-title b {
  color: #83389b;
}
.wall-one .map .map-title span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #83389b;
  text-align: left;
  vertical-align: -1px;
  line-height: 11px;
}
.wall-one .map .selectric-wrapper {
  width: 178px;
  margin: 0 auto 30px;
}
.wall-one .map .selectric-wrapper.selectric-open {
  background: #83389b;
  border-radius: 16px 16px 0 0;
}
.wall-one .map .selectric-wrapper.selectric-above {
  border-radius: 0 0 16px 16px;
}
.wall-one .map .selectric-wrapper.selectric-above .selectric-items {
  border-radius: 16px 16px 0 0;
}
.wall-one .map .selectric-wrapper .selectric {
  border: 2px solid #83389b;
  border-radius: 16px;
  padding: 0 30px;
  position: relative;
  z-index: 0;
  background: #fff url(../img/dropdown-chevrons.png) no-repeat 130px 2px;
  background-size: 15px;
}
.wall-one .map .selectric-wrapper .selectric .label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  height: 30px;
  color: #83389b;
  font-weight: bold;
  margin: 0;
  padding-right: 22px;
  text-align: center;
}
.wall-one .map .selectric-wrapper .selectric .button {
  display: none;
}
.wall-one .map .selectric-wrapper .selectric-items {
  background: #83389b;
  border: 0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll {
  margin: 15px 0;
  height: 160px;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li {
  color: #fff;
  padding: 0;
  line-height: 18px;
  padding: 0 0 18px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 0;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li:first-child {
  display: none;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li:last-of-type {
  padding-bottom: 0;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li.selected, .wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li:hover {
  background: transparent;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll .jspVerticalBar {
  width: 3px;
  right: 20px;
  background: #d9d9d9;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll .jspVerticalBar .jspTrack {
  background: #d9d9d9;
}
.wall-one .map .selectric-wrapper .selectric-items .selectric-scroll .jspVerticalBar .jspTrack .jspDrag {
  width: 19px;
  border-radius: 19px;
  background: #fff;
  left: -8px;
}
.wall-one .map-results {
  display: none;
}
.wall-one .map-results .wall-chart {
  position: relative;
  width: 100%;
  left: 10px;
  margin: 0 0 25px;
  table-layout: fixed;
}
.wall-one .map-results .wall-chart caption {
  font-size: 10px;
  font-size: 0.625rem;
  color: #83389b;
  margin-bottom: 25px;
  text-align: left;
}
.wall-one .map-results .wall-chart caption:before {
  content: "★";
  color: #648699;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.wall-one .map-results .wall-chart thead {
  display: block;
}
.wall-one .map-results .wall-chart thead tr {
  display: table;
  width: 90%;
}
.wall-one .map-results .wall-chart thead tr th {
  color: #83389b;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
}
.wall-one .map-results .wall-chart thead tr th:first-child {
  text-align: left;
  width: 75px;
}
.wall-one .map-results .wall-chart thead tr th:first-child + th {
  width: 120px;
}
.wall-one .map-results .wall-chart tbody {
  display: block;
  height: 160px;
  overflow: auto;
}
.wall-one .map-results .wall-chart tbody .jspVerticalBar {
  width: 3px;
  right: 15px;
}
.wall-one .map-results .wall-chart tbody .jspVerticalBar .jspTrack {
  background: #d9d9d9;
}
.wall-one .map-results .wall-chart tbody .jspVerticalBar .jspTrack .jspDrag {
  width: 15px;
  border-radius: 15px;
  background: #648699;
  left: -6px;
}
.wall-one .map-results .wall-chart tbody tr {
  display: table;
  width: 90%;
}
.wall-one .map-results .wall-chart tbody tr td {
  border-bottom: 1px solid #dcdcdc;
  line-height: 32px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
.wall-one .map-results .wall-chart tbody tr td:first-child {
  text-align: left;
  width: 75px;
}
.wall-one .map-results .wall-chart tbody tr td:first-child + td {
  width: 120px;
}
.wall-one .map-results .wall-chart tbody tr td.star:after {
  content: "★";
  color: #648699;
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.wall-one .map-results .wall-chart tbody tr td[colspan="3"] {
  text-align: center;
}
.wall-one .map-results .wall-chart + .button {
  border: 1px solid #83389b;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 13px 27px 13px 13px;
  margin-bottom: 95px;
  width: 100%;
}
.wall-one .map-return {
  display: none;
  margin: 0 0 35px;
}
.wall-one .map-return a {
  padding-left: 24px;
  background: url(../img/map-return-arrow.png) no-repeat left center;
  background-size: 16px;
}
.wall-one .box {
  width: 100%;
  padding: 28px;
  text-align: left;
}
.wall-one .box h2 {
  margin-top: 0;
}
.wall-one .box .button {
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 9px 32px 9px 12px;
}
.wall-one .box .button:after {
  background-image: url(../img/sprites/arrows.png);
  background-position: -66px center;
  width: 18px;
  background-size: 243px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .wall-one .box .button:after {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: -133px center;
    width: 18px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}
.wall-one .box hr {
  border-color: #83389b;
}
.wall-one .featured-cure {
  background: #f5f5f5;
  width: 106.6666666667%;
  margin-left: -3.3333333333%;
  padding: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  height: 187px;
}
.wall-one .featured-cure h4 {
  text-align: center;
  margin-top: 0;
  font-size: 10px;
  font-size: 0.625rem;
  color: #808285;
  text-transform: uppercase;
  font-weight: normal;
}
.wall-one .featured-cure .featured {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 45px 20px 12px;
  display: none;
}
.wall-one .featured-cure .featured.active {
  display: block;
}
.wall-one .featured-cure .featured .featured-img {
  width: 114px;
  height: 80px;
  float: right;
  margin-left: -5px;
  background-size: 100%;
}
.wall-one .featured-cure .featured .featured-img.ct {
  background-image: url(../img/featured-slide1.png);
}
.wall-one .featured-cure .featured .featured-img.tn {
  background-image: url(../img/featured-slide3.png);
}
.wall-one .featured-cure .featured .featured-img.pa {
  background-image: url(../img/featured-slide4.png);
}
.wall-one .featured-cure .featured .featured-img.oh {
  background-image: url(../img/featured-slide-wj.png);
}
.wall-one .featured-cure .featured .featured-img.fresnoCA {
  background-image: url(../img/featured-slide-tc.png);
}
.wall-one .featured-cure .featured .featured-img.colfaxCA {
  background-image: url(../img/featured-slide-ms.png);
}
.wall-one .featured-cure .featured blockquote {
  font-size: 12px;
  font-size: 0.75rem;
  color: #83389b;
  padding: 0;
  margin: 0 0 6px 0;
}
.wall-one .featured-cure .featured blockquote:before {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 14px;
  content: "“";
  display: inline-block;
  margin-left: -8px;
  vertical-align: middle;
}
.wall-one .featured-cure .featured blockquote:after {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 14px;
  content: "”";
  display: inline-block;
  vertical-align: middle;
}
.wall-one .featured-cure .featured blockquote + p {
  font-size: 8px;
  font-size: 0.5rem;
  color: #83389b;
  margin: 0 0 12px 30px;
}
.wall-one .featured-cure .featured .button {
  font-size: 8px;
  font-size: 0.5rem;
  padding: 8px 25px;
  margin: 0 0 20px 30px;
  text-transform: uppercase;
}
.wall-one .featured-cure .featured .button:after {
  display: none;
}
.wall-one .featured-cure nav {
  text-align: center;
  position: absolute;
  bottom: 14px;
  width: 100%;
}
.wall-one .featured-cure nav a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #bebebe;
  margin: 0 5px;
}
.wall-one .featured-cure nav a.active {
  background: #83389b;
}

.faq-one div.tab-top-holder {
  display: none;
}
.faq-one div.tab-button-holder {
  width: 100%;
  background-color: #83389b;
  display: table;
  height: 60px;
}
.faq-one div.tab-button-holder a.tab-button {
  display: table-cell;
  /*float:left;*/
  /*max-width:42%;*/
  vertical-align: middle;
  padding: 0px 10px;
  font-size: 12px;
  font-size: 0.75em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: inherit;
  position: relative;
}
.faq-one div.tab-button-holder a.tab-button.active {
  color: #fff;
  background-image: url("../img/tab-arrow.png");
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .faq-one div.tab-button-holder a.tab-button.active {
    background-image: url("../img/tab-arrow-2x.png");
    background-size: 18px auto;
  }
}
.faq-one div.tab-button-holder a.tab-button.inactive {
  color: #cc9fd4;
}
.faq-one div.tab-button-holder a.tab-button#tab-button1 {
  /*width:40%;
  max-width:152px;*/
}
.faq-one div.tab-button-holder a.tab-button#tab-button2 {
  /*width:24%;*/
}
.faq-one div.tab-button-holder a.tab-button#tab-button3 {
  /*width:33%;*/
}
.faq-one div.tabs-holder br.tabInfoOnly {
  display: none;
}
.faq-one div.tabs-holder div.tabs {
  display: none;
}
.faq-one div.tabs-holder div.tabs.active {
  display: block;
}
.faq-one div.tabs-holder div.tabs.inactive {
  display: none;
}
.faq-one h3 {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-right: 115px;
}
.faq-one button {
  background-color: transparent;
  /*position: absolute;*/
  border: 0;
  outline: 0;
  color: #83389b;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 9px;
  font-size: 0.5625rem;
  /*bottom: 0;
  right: 0;*/
}
.faq-one dl {
  padding: 17px 0;
  border-bottom: 1px solid #83389b;
  margin: 0;
  margin-right: 10px;
}
.faq-one dt,
.faq-one dd {
  margin: 0;
  padding: 0;
}
.faq-one dt {
  color: #83389b;
  position: relative;
  padding-right: 38px;
  cursor: pointer;
}
.faq-one dt:after {
  content: "+";
  position: absolute;
  top: 0;
  right: -10px;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.faq-one dt.open:after {
  content: "-";
}
.faq-one dd {
  display: none;
}
.faq-one dd ul {
  margin-top: 1em;
}
.faq-one dd li {
  margin: 0;
}
.faq-one dd p {
  margin-bottom: 0;
}
.faq-one dd p.faq-ques {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  color: #83389b;
}
.faq-one dd p.footnote {
  font-size: 12px;
  font-size: 0.75em;
}
.faq-one dd a.faq-button {
  margin-top: 1em;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  padding-right: 3em;
}
.faq-one ul.faq li h3 {
  display: block;
}
.faq-one ul.faq li h3 + p {
  display: block;
}

.next-steps #nextSteps {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px;
}
.next-steps #nextSteps .statementHeader {
  margin-bottom: 10px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #83389b;
  text-align: center;
  text-transform: uppercase;
  background: url("../img/next-steps/bg-statements-header.gif") repeat-x left center;
}
.next-steps #nextSteps .statementHeader span {
  display: inline-block;
  padding: 0px 5px;
  background-color: #fff;
}
.next-steps #nextSteps .statements {
  width: 100%;
  display: table;
  border-spacing: 0px 7px;
  border-collapse: separate;
}
.next-steps #nextSteps .statements .statement {
  display: table-row;
  position: relative;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #83389b;
  text-decoration: none;
}
.next-steps #nextSteps .statements .statement .wrapper {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 54px;
  padding: 5px 15px 5px 90px;
  text-align: left;
  vertical-align: middle;
  background: #f1f3f3 url("../img/next-steps/m-bg-statements.png") no-repeat 0px 0px;
  background-size: 299px 554px;
  border-radius: 8px;
  /*&:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 53px;
    left: 0px;
    bottom: 0px;
    background-image: url("../img/next-steps/m-bg-statements.png");
    background-repeat: no-repeat;
    background-size: 80px 429px;
  }*/
}
.next-steps #nextSteps .statements .statement.active {
  color: #fff;
}
.next-steps #nextSteps .statements .statement.active .wrapper {
  background-color: #863694;
}
.next-steps #nextSteps .statements .statement.active .wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 6px;
  right: 6px;
  background: url("../img/next-steps/m-bg-statements-x.png") no-repeat right top;
  background-size: 8px 8px;
}
.next-steps #nextSteps .statements .statement.statement1 .wrapper {
  background-position: 0px 0px;
  background-size: 299px 624px;
}
.next-steps #nextSteps .statements .statement.statement1.active .wrapper {
  background-position: 0px -111px;
}
.next-steps #nextSteps .statements .statement.statement2 .wrapper {
  background-position: 0px -225px;
  background-size: 299px 624px;
}
.next-steps #nextSteps .statements .statement.statement2.active .wrapper {
  background-position: 0px -338px;
}
.next-steps #nextSteps .statements .statement.statement3 .wrapper {
  background-position: 0px -400px;
}
.next-steps #nextSteps .statements .statement.statement3.active .wrapper {
  background-position: 0px -500px;
}
.next-steps #nextSteps .stepIndicators.state2 .wrapper {
  background-position: 108px top;
}
.next-steps #nextSteps .stepIndicators.state2 .wrapper .arrow1 {
  background-position: 0px 0px !important;
}
.next-steps #nextSteps .stepIndicators.state2 .wrapper .stepIndicator.stepIndicator1 a {
  color: #c5c5c5;
}
.next-steps #nextSteps .stepIndicators.state2 .wrapper .stepIndicator.stepIndicator1 a .num {
  background-position: 0px 0px;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper {
  background-position: 228px top;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper .arrow1,
.next-steps #nextSteps .stepIndicators.state3 .wrapper .arrow2 {
  background-position: 0px 0px !important;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator1 a {
  color: #c5c5c5;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator1 a .num {
  background-position: 0px 0px;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator2 a {
  color: #c5c5c5;
}
.next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator2 a .num {
  background-position: 0px -50px;
}
.next-steps #nextSteps .stepIndicators .wrapper .arrow {
  margin: 8px 0px 8px 12px;
  width: 13px;
  height: 8px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/next-steps/m-step-arrow.png") no-repeat 0px 0px;
  background-size: 13px 28px;
}
.next-steps #nextSteps .stepIndicators .wrapper .arrow.active {
  background-position: 0px -10px;
}
.next-steps #nextSteps .stepIndicators .wrapper .arrow.selected {
  background-position: 0px -20px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator {
  width: 100%;
  margin: 0px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a {
  display: table-row;
  text-decoration: none;
  text-transform: uppercase;
  color: #5c7489;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a .num {
  display: table-cell;
  width: 39px;
  height: 39px;
  text-align: left;
  text-indent: -9999px;
  background-image: url("../img/next-steps/m-sprite-steps-nums.png");
  background-repeat: no-repeat;
  background-size: 139px 239px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a .copy {
  display: table-cell;
  vertical-align: middle;
  padding-left: 14px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator1 .num {
  background-position: -50px 0px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator2 .num {
  background-position: -50px -50px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator3 .num {
  background-position: -50px -100px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator4 .num {
  background-position: -50px -150px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator5 .num {
  background-position: -50px -200px;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active a {
  color: #83389b;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator1 .num {
  background-position: -100px 0px !important;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator2 .num {
  background-position: -100px -50px !important;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator3 .num {
  background-position: -100px -100px !important;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator4 .num {
  background-position: -100px -150px !important;
}
.next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator5 .num {
  background-position: -100px -200px !important;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper {
  background-image: none;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .arrow {
  background-position: 0px 0px;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator a {
  color: #c5c5c5;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator1 .num {
  background-position: 0px 0px;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator2 .num {
  background-position: 0px -50px;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator3 .num {
  background-position: 0px -100px;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator4 .num {
  background-position: 0px -150px;
}
.next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator5 .num {
  background-position: 0px -200px;
}
.next-steps #nextSteps .steps {
  display: none;
}
.next-steps #nextSteps .stepsafter {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.next-steps #nextSteps .steps .stepNav {
  display: none;
}
.next-steps #nextSteps .step {
  display: none;
}
.next-steps #nextSteps .step .wrapper {
  margin-top: 0px;
  padding-top: 10px;
}
.next-steps #nextSteps .step .wrapper h3 {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.next-steps #nextSteps .step .wrapper h3:first-child,
.next-steps #nextSteps .step .wrapper p:first-child {
  display: none;
}
.next-steps #nextSteps .step .next {
  display: block;
  margin-bottom: 10px;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #83389b;
  text-align: left;
  text-decoration: none;
}
.next-steps #nextSteps .step .next span {
  color: #333;
  text-decoration: underline;
}
.next-steps #nextSteps .step .callout {
  margin: 1.5em 0px 2em 0px;
}
.next-steps #nextSteps .step .callout p {
  display: block !important;
  margin: 0px 0px 0.5em 0px;
}
.next-steps #nextSteps .step .callout .button.guide {
  position: relative;
  margin-top: 7px;
  padding: 0px 36px 0px 48px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  font-size: 0.75rem;
}
.next-steps #nextSteps .step .callout .button.guide:before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  display: block;
  width: 44px;
  height: 47px;
  background: url("../img/d-icon-checklist-white.png") no-repeat left bottom;
}
.next-steps #nextSteps .step .callout .button.guide:after {
  top: -3px;
}
.next-steps #nextSteps .step.step1 .search {
  width: 266px;
  height: 37px;
  background: #fff url("../img/next-steps/d-bg-search-left.png") no-repeat left top;
  padding-left: 7px;
}
.next-steps #nextSteps .step.step1 .search .searchInner {
  padding-top: 7px;
  height: 37px;
  background: url("../img/next-steps/d-bg-search-right.png") no-repeat right top;
}
.next-steps #nextSteps .step.step1 .search .searchInner input {
  width: 205px;
  height: 23px;
  border-width: 0px;
  outline: none;
  vertical-align: middle;
}
.next-steps #nextSteps .step.step1 .search .searchInner a {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0px 0px 0px 14px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/next-steps/d-search.png") no-repeat center top;
}
.next-steps #nextSteps .step.step5 .connect {
  color: #83389b;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.next-steps #nextSteps .step.step5 .connect .big {
  font-size: 16px;
  font-size: 1rem;
}

#vid-modal {
  display: none;
}
#vid-modal .modal-vid {
  display: none;
}
#vid-modal .modal-vid:first-child {
  display: block;
}

#spVideo.modal-vid,
#spVideo2.modal-vid {
  margin-top: 0px;
  width: 100% !important;
}
#spVideo.modal-vid .video,
#spVideo2.modal-vid .video {
  width: 100%;
  height: 100%;
  min-height: 180px;
  min-width: 320px;
}
#spVideo.modal-vid.terry1 .video,
#spVideo2.modal-vid.terry1 .video {
  background-image: url("../img/teddy-vid-over-poster1.jpg");
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid.terry1 .video,
  #spVideo2.modal-vid.terry1 .video {
    background-image: url("../img/teddy-vid-over-poster1-2x.jpg");
    background-size: 100% auto;
  }
}
#spVideo.modal-vid.terry2 .video,
#spVideo2.modal-vid.terry2 .video {
  background-image: url("../img/terry-vid-over-poster2.jpg");
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid.terry2 .video,
  #spVideo2.modal-vid.terry2 .video {
    background-image: url("../img/terry-vid-over-poster2-2x.jpg");
    background-size: 100% auto;
  }
}
#spVideo.modal-vid.mitch1 .video,
#spVideo2.modal-vid.mitch1 .video {
  background-image: url("../img/mitch-vid-over-poster1.jpg");
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid.mitch1 .video,
  #spVideo2.modal-vid.mitch1 .video {
    background-image: url("../img/mitch-vid-over-poster1-2x.jpg");
    background-size: 100% auto;
  }
}
#spVideo.modal-vid.mitch2 .video,
#spVideo2.modal-vid.mitch2 .video {
  background-image: url("../img/mitch-vid-over-poster2.jpg");
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid.mitch2 .video,
  #spVideo2.modal-vid.mitch2 .video {
    background-image: url("../img/mitch-vid-over-poster2-2x.jpg");
    background-size: 100% auto;
  }
}
#spVideo.modal-vid .contentWrapper,
#spVideo2.modal-vid .contentWrapper {
  background: none;
  padding-left: 0;
  border: 5px solid transparent;
  border-top: 5px solid #36084c;
  width: 100%;
}
#spVideo.modal-vid .contentWrapper .outerWrapper,
#spVideo2.modal-vid .contentWrapper .outerWrapper {
  background: none;
  padding: 0;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper {
  padding-bottom: 20px;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .top,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .top {
  padding: 16px 10px;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides {
  height: auto;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: auto;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp {
  padding-left: 100px;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp .icon,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp .icon {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22126%22%20height%3D%22126%22%20viewBox%3D%220%200%20126%20126%22%3E%3Cpath%20d%3D%22M126%2063A63%2063%200%201%201%2063%200a63.1%2063.1%200%200%201%2063%2063zM5.5%2063l45.1-37c-3.9%206.8-9.9%2017.2-9.9%2037.1s5.7%2029.6%209.8%2036.7l.2.3a13.2%2013.2%200%200%200%202.1%202.7c5.7%205.7%2016.4%206.6%2020.5%205.4%201.2-.3%207.3-3%208.5-8a2.5%202.5%200%200%200-.2-1.7l-9.8-17.9a2.5%202.5%200%200%200-2.5-1.2%2078.2%2078.2%200%200%201-9.8%201c-1.3-2.4-2.6-12.6-2.6-17.3s1.3-14.9%202.6-17.3a78%2078%200%200%201%209.8%201%202.5%202.5%200%200%200%202.5-1.3l9.7-17.9a2.5%202.5%200%200%200%20.2-1.7%208.9%208.9%200%200%200-2.5-4.3%2016.1%2016.1%200%200%200-6-3.7c-4.7-1.4-17.9-.1-22.6%208.1zM55%2097.6%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52px;
  width: 52px;
  height: 100%;
  display: inline-block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 28px;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp h3,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp h3 {
  font-size: 13px;
  font-size: 0.8125rem;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p {
  color: #fff;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p a,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p a {
  margin-top: 0;
}
#spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p a:before,
#spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp p a:before {
  display: none;
}
#spVideo.modal-vid .relcon,
#spVideo2.modal-vid .relcon {
  font-size: 12px;
  font-size: 0.75rem;
}
#spVideo.modal-vid .relcon a,
#spVideo2.modal-vid .relcon a {
  color: #fff;
  position: relative;
  display: inline-block;
}
#spVideo.modal-vid .relcon > div,
#spVideo2.modal-vid .relcon > div {
  color: #fff;
  padding: 0 10px;
}
#spVideo.modal-vid .relcon > div + div,
#spVideo2.modal-vid .relcon > div + div {
  padding: 14px 0 0;
  border-top: 1px solid #fff;
  margin: 15px 10px 0;
}
#spVideo.modal-vid .relcon .vid-copy,
#spVideo2.modal-vid .relcon .vid-copy {
  display: inline-block;
  width: -webkit-calc(100% - 123px);
  width: calc(100% - 123px);
  padding-left: 14px;
  font-size: 12px;
  font-size: 0.75rem;
}
#spVideo.modal-vid .relcon .vid-copy strong,
#spVideo2.modal-vid .relcon .vid-copy strong {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
#spVideo.modal-vid .relcon .vid-copy .play-arrow,
#spVideo2.modal-vid .relcon .vid-copy .play-arrow {
  margin-top: 3px;
  display: block;
}
#spVideo.modal-vid .relcon .vid-copy .play-arrow:before,
#spVideo2.modal-vid .relcon .vid-copy .play-arrow:before {
  content: "";
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #fff;
  margin-right: 5px;
  position: relative;
}
#spVideo.modal-vid .relcon .icon-pin,
#spVideo2.modal-vid .relcon .icon-pin {
  display: inline-block;
  padding-left: 25px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  position: relative;
}
#spVideo.modal-vid .relcon .icon-pin a:before,
#spVideo2.modal-vid .relcon .icon-pin a:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230.1%22%20height%3D%2220.9%22%20viewBox%3D%220%200%2030.1%2020.9%22%3E%3Cpath%20d%3D%22M29.7%2011.6a2%202%200%200%200-.4-2.8L18.6.4c-2-1.6-4.5%201.5-2.5%203.1l6.2%204.9H1.9c-2.6%200-2.6%204%200%204h20.4l-6.2%204.9c-2%201.6.4%204.8%202.5%203.1L29.3%2012z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  content: "";
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  position: relative;
  width: 13px;
}
#spVideo.modal-vid .relcon .icon-pin:before,
#spVideo2.modal-vid .relcon .icon-pin:before {
  content: "";
  background-image: url("../img/vid-overlay-pin.png");
  background-size: 100% auto;
  width: 20px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid .relcon .icon-pin:before,
  #spVideo2.modal-vid .relcon .icon-pin:before {
    background-image: url("../img/vid-overlay-pin-2x.png");
    background-size: 100% auto;
  }
}
#spVideo.modal-vid a.close,
#spVideo2.modal-vid a.close {
  display: block;
  position: absolute;
  top: -45px;
  right: 10px;
  width: 20px;
  height: 19px;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/sprites/global.png);
  background-position: 0px -590px;
  width: 36px;
  height: 36px;
  background-size: 150px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo.modal-vid a.close,
  #spVideo2.modal-vid a.close {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -527.5px;
    width: 36px;
    height: 35.5px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
#spVideo.modal-vid .thumbnail,
#spVideo2.modal-vid .thumbnail {
  width: 103px;
  height: 91px;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-size: 100% 100%;
  vertical-align: top;
}
#spVideo.modal-vid .thumbnail.story-tc,
#spVideo2.modal-vid .thumbnail.story-tc {
  background-image: url(../img/thumbnail-pic-story-tc.png);
}
#spVideo.modal-vid .thumbnail.story-ms,
#spVideo2.modal-vid .thumbnail.story-ms {
  background-image: url(../img/thumbnail-pic-story-ms.png);
}
#spVideo.modal-vid .thumbnail span,
#spVideo2.modal-vid .thumbnail span {
  display: block;
  text-align: center;
  color: #83389b;
  background: #fff;
  height: 36px;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 100%;
  padding: 6px 0;
  position: absolute;
  bottom: 0;
  z-index: 4;
  border-radius: 0 0 5px 5px;
}
#spVideo.modal-vid .thumbnail:after,
#spVideo2.modal-vid .thumbnail:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../img/thumbnail-icon-video.png) no-repeat;
  background-size: 100% 100%;
  right: 8px;
  top: 38px;
  z-index: 3;
}

.partner-one .dlc-callout .dlc-header {
  margin-bottom: 0;
}
.partner-one .dlc-callout p {
  margin-top: 0;
}
.partner-one .video-container .video-elem {
  background-image: url("../img/backgrounds/m-vid-partner.jpg");
  background-size: cover;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .partner-one .video-container .video-elem {
    background-image: url("../img/backgrounds/m-vid-partner-2x.jpg");
    background-size: cover;
  }
}

.partner-two {
  height: 468px;
  background-image: url("../img/backgrounds/m-partner-2.jpg");
  background-size: 767px 468px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .partner-two {
    background-image: url("../img/backgrounds/m-partner-2-2x.jpg");
    background-size: 767px 468px;
  }
}
.partner-two .left-col {
  padding-top: 48px;
}
.partner-two .card-callout {
  margin-top: 72px;
}
.partner-two .card-callout .card-callout-txt-m {
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 0.75rem;
}
.partner-two .card-callout .card-img span {
  display: inline-block;
  margin-left: 12px;
}
.partner-two .card-callout .card-img:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 63px;
  border: 1px solid #939598;
  background-image: url("../img/m-copay-card.png");
  background-size: 100px 63px;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .partner-two .card-callout .card-img:before {
    background-image: url("../img/m-copay-card-2x.png");
    background-size: 100px 63px;
  }
}

.partner-three {
  position: relative;
  min-height: 740px;
  background-color: #f6f1f8;
  background-image: url("../img/backgrounds/m-partner-3.png");
  background-size: 767px 522px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .partner-three {
    background-image: url("../img/backgrounds/m-partner-3-2x.png");
    background-size: 767px 522px;
  }
}
.partner-three .left-col {
  padding-top: 48px;
}
.partner-three .left-col h2 {
  margin-bottom: 48px;
}
.partner-three .left-col .zip-search {
  margin-top: 68px;
  margin-bottom: 0;
}
.partner-three .left-col .zip-search p {
  width: 200px;
}
.partner-three .specialists .specialist {
  margin-bottom: 2em;
}
.partner-three .specialists .specialist .specialist-name {
  margin: 0 0 0 -4px;
  padding: 0.5em 0 0 4px;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.partner-three .specialists .specialist .specialist-specialty {
  margin: 0 0 0 -4px;
  padding-left: 4px;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.partner-three .specialists .specialist .specialist-address {
  margin: 0 0 0 -4px;
  padding: 1em 0 0.5em 4px;
}
.partner-three .specialists .specialist .specialist-cta {
  display: inline-block;
  margin: 0.5em 0;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.onward-reg .onward-features {
  margin: 30px 0;
}
.onward-reg .onward-features .feature {
  background: url("../img/onward-bulb-bg.png") repeat-y left top;
}
.onward-reg .onward-features .feature .inner {
  background-repeat: no-repeat;
  background-position: left 10px;
}
.onward-reg .onward-features .feature .inner h3 {
  margin: 0 0 1em 30%;
  padding: 23px 0 0 0;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #873895;
}
@media screen and (min-width: 375px) {
  .onward-reg .onward-features .feature .inner h3 {
    margin-left: 113px;
  }
}
.onward-reg .onward-features .feature .inner p {
  margin: 1em 0 0 30%;
  padding: 0 0 23px 0;
}
@media screen and (min-width: 375px) {
  .onward-reg .onward-features .feature .inner p {
    margin-left: 113px;
  }
}
.onward-reg .onward-features .feature.feature1 .inner {
  background-position: left -1px;
  min-height: 120px;
  background-image: url("../img/onward-bulb-1.svg");
}
.s_no_svg .onward-reg .onward-features .feature.feature1 .inner {
  background-image: url("../img/onward-bulb-1.png");
}
.onward-reg .onward-features .feature.feature1 .inner h3 {
  border-top-width: 0;
  padding-top: 12px;
}
.onward-reg .onward-features .feature.feature2 .inner {
  min-height: 117px;
  background-image: url("../img/onward-bulb-2.svg");
}
.s_no_svg .onward-reg .onward-features .feature.feature2 .inner {
  background-image: url("../img/onward-bulb-2.png");
}
.onward-reg .onward-features .feature.feature3 {
  background-repeat: no-repeat;
  background-size: 82px 15px;
}
.onward-reg .onward-features .feature.feature3 .inner {
  min-height: 109px;
  background-image: url("../img/onward-bulb-3.svg");
}
.s_no_svg .onward-reg .onward-features .feature.feature3 .inner {
  background-image: url("../img/onward-bulb-3.png");
}

.financial-insurance-one {
  padding-top: 0px;
  padding-bottom: 0;
}
.financial-insurance-one .row .call {
  padding: 10px;
  color: #83389b;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4em;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 15px;
  display: none;
}
.financial-insurance-one .row .call a {
  white-space: nowrap;
  color: #83389b;
  text-decoration: none;
}
.financial-insurance-one .row .call a.big {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4em;
}
.financial-insurance-one .row .call .copy {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4em;
}
.financial-insurance-one .taptocall {
  background-color: #f7f7f7;
  border-radius: 9px;
  height: 44px;
  width: 100%;
  background-image: url("../img/tap-t-call.png");
  background-size: 293px 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 15px 0 0;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .financial-insurance-one .taptocall {
    background-image: url("../img/tap-t-call-2x.png");
    background-size: 293px 44px;
  }
}
.financial-insurance-one p.talk-button {
  margin: 0.5em 0 1.5em 0;
  text-align: center;
}
.financial-insurance-one p.talk-button a.button.phone {
  width: 300px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.financial-insurance-one p.talk-button a.button.phone:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url("../img/icon-phone.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px 27px;
}
.financial-insurance-one p.talk-button a.button.phone:after {
  display: none;
}
.financial-insurance-one p.icon-form {
  position: relative;
  margin: 1.5em 0;
  padding-left: 48px;
}
.financial-insurance-one p.icon-form:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 38px;
  height: 46px;
  background-image: url("../img/icon-form.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 38px 46px;
}
.financial-insurance-one .tab-container .tabs .tab {
  width: 50%;
  height: 55px;
  vertical-align: top;
}
.financial-insurance-one .tab-container .tabs .tab a {
  height: 55px;
  line-height: 45px;
  color: #608295;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #608295;
  border-bottom-width: 0px;
}
.financial-insurance-one .tab-container .tabs .tab.active a {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  border-color: #d6dfe4;
}
.financial-insurance-one .tab-container .tab-contents {
  margin-top: -10px;
  background-image: none;
}
.financial-insurance-one .tab-container .box {
  float: none;
  /*li {
    &.copay {
      position: relative;
      padding-right: 98px;
      &:after {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 78px;
        height: 65px;
        background: url("../img/copay-large.png") no-repeat left center;
        background-size: 100%;
      }
    }
  }*/
}
.financial-insurance-one .tab-container .box a {
  color: #608295;
}
.financial-insurance-one .tab-container .box a.dots {
  border-bottom-color: #608295;
}

.support-path-one .row .call {
  padding: 10px;
  color: #83389b;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4em;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 15px;
}
.support-path-one .row .call a {
  white-space: nowrap;
  color: #83389b;
  text-decoration: none;
}
.support-path-one .row .call a.big {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4em;
}
.support-path-one .row .call .copy {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4em;
}
.support-path-one #spVideo a.close,
.support-path-one #spVideo2 a.close,
.support-path-one .ContentVideoPlayer a.close {
  display: none;
}

#spVideo,
#spVideo2,
.ContentVideoPlayer {
  position: relative;
  margin-top: 17px;
}
#spVideo .video,
#spVideo2 .video,
.ContentVideoPlayer .video {
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  height: 100%;
  background: url("../img/support-path/sp-video-wallpaper.jpg") no-repeat left top;
  background-size: 100%;
}
#spVideo .video iframe,
#spVideo2 .video iframe,
.ContentVideoPlayer .video iframe {
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  height: 100%;
}
#spVideo .contentWrapper,
#spVideo2 .contentWrapper,
.ContentVideoPlayer .contentWrapper {
  background: url("../img/support-path/video-player-bottom.png") no-repeat left top;
  padding-left: 5px;
}
#spVideo .contentWrapper .outerWrapper,
#spVideo2 .contentWrapper .outerWrapper,
.ContentVideoPlayer .contentWrapper .outerWrapper {
  background: url("../img/support-path/video-player-bottom.png") no-repeat right top;
  padding: 5px 5px 0px 0px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper {
  position: relative;
  background: #863694 url("../img/support-path/bg-video-player-content.png") repeat-x left top;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .top,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 4px 9px 0px 9px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .top .left,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top .left,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top .left {
  float: left;
  color: #fff;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .top .right,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top .right,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top .right {
  float: right;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .top .right a,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top .right a,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top .right a {
  color: #fff;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides {
  position: relative;
  height: 190px;
  overflow: hidden;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 190px;
  padding: 15px 9px;
  /*.button {
    @include font-size-rem(14px);
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0px 42px 0px 12px;

    &.white {
      &:after {
        width: 18px;
        height: 32px;
        background-image: url("../img/sprites/d-arrows-purple.png");
        background-size: 86px 52px;
        background-position: 0px center;
      }
    }

    &.white {
      &.down {
        &:after {
          background-position: -68px center;
        }
      }
    }
  }*/
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide:after,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide:after,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide:first-child,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide:first-child,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide:first-child {
  display: block;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
  float: left;
  width: 123px;
  height: 64px;
  background-color: #fff;
  margin: 0px 15px 0px 0px;
  background-image: url("../img/support-path/m-related.png");
  background-size: 123px auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
    background-image: url("../img/support-path/m-related-2x.png");
    background-size: 123px auto;
  }
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon {
  background-position: 0px -360px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon {
  background-position: 0px -90px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon {
  background-position: 0px -180px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon {
  background-position: 0px -270px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon {
  background-position: 0px -360px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon {
  background-position: 0px -450px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon {
  background-position: 0px -540px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 {
  height: auto;
  margin-top: 47px;
  padding: 10px;
  background-color: #5b2067;
  text-align: center;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 h3,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 h3,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 h3 {
  margin: 0px;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a {
  display: inline;
  margin: 0px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-size: 1.0625rem;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a:before,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a:before,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a:before {
  display: none;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a.big,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a.big,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 a.big {
  display: inline-block;
  margin: 5px 0px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon {
  background-position: 0px -630px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide h3,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide h3,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide h3 {
  margin: 0px 0px 1em 0px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide a,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide a,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide a {
  position: relative;
  display: block;
  margin: 1em 0px 0px 0px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide a:before,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide a:before,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide a:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 0px;
  margin-right: 6px;
  width: 8px;
  height: 8px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide a.down:before,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide a.down:before,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide a.down:before {
  top: 4px;
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav {
  text-align: center;
  padding-bottom: 5px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a {
  display: inline-block;
  width: 14px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.prev, #spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.next,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.prev,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.next,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.prev,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.next {
  position: relative;
  top: -2px;
  width: 20px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.prev:hover, #spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.next:hover,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.prev:hover,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.next:hover,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.prev:hover,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.next:hover {
  background-color: #9d5da9;
  border-radius: 10px;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.dot,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.dot,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.dot {
  color: #b07cb9;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  font-size: 1.4375rem;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.dot:hover,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.dot:hover,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.dot:hover {
  color: #572360;
}
#spVideo .contentWrapper .outerWrapper .innerWrapper .nav a.dot.active,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .nav a.dot.active,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .nav a.dot.active {
  color: #fff;
}

.support-path-two .call {
  color: #83389b;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
}
.support-path-two .call .learn {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
.support-path-two .call a {
  white-space: nowrap;
  color: #83389b;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}
.support-path-two .call a.big {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
}
.support-path-two .spCircle {
  position: relative;
  width: 299px;
  height: 245px;
  margin: 0px auto;
  background-image: url("../img/support-path/sp-circle.svg");
  background-repeat: no-repeat;
  background-size: 299px 245px;
}
.support-path-two .spCircle img {
  position: absolute;
  width: 299px;
  height: 245px;
  top: 0px;
  left: 0px;
}
.support-path-two .spCircle .info {
  position: absolute;
  width: 300px;
  padding: 12px;
  display: none;
  border: 1px solid #be94c6;
  border-radius: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  font-size: 0.8125rem;
}
.support-path-two .spCircle .info h3 {
  margin-top: 0px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #83389b;
  text-align: center;
}
.support-path-two .spCircle .info p {
  color: #625e64;
}
.support-path-two .spCircle .info a {
  color: #83389b;
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.support-path-two .spCircle #infoFinancial {
  top: 35px;
  left: 0px;
}
.support-path-two .spCircle #infoInsurance {
  top: 203px;
  left: 0px;
}
.support-path-two .spCircle #infoSupport {
  top: 209px;
  left: 0px;
}

.s_no_svg .support-path-two .spCircle {
  background-image: url("../img/support-path/sp-circle.svg");
}

.financial-insurance-two {
  background-color: #f5f5f5;
}

.support-path-three .chart .step,
.financial-insurance-two .chart .step {
  color: #fff;
  text-align: center;
}
.support-path-three .chart .step:after,
.financial-insurance-two .chart .step:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.support-path-three .chart .step.step1,
.financial-insurance-two .chart .step.step1 {
  background-color: #b07cb9;
}
.support-path-three .chart .step.step2,
.financial-insurance-two .chart .step.step2 {
  background-color: #9854a4;
  border-top: 1px solid #fff;
}
.support-path-three .chart .step.step3,
.financial-insurance-two .chart .step.step3 {
  background-color: #753890;
  border-top: 1px solid #fff;
}
.support-path-three .chart .step .time,
.financial-insurance-two .chart .step .time {
  float: left;
  width: 38.83%;
  padding: 25px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.support-path-three .chart .step .time strong,
.support-path-three .chart .step .time b,
.financial-insurance-two .chart .step .time strong,
.financial-insurance-two .chart .step .time b {
  font-size: 14px;
  font-size: 0.875rem;
}
.support-path-three .chart .step .copy,
.financial-insurance-two .chart .step .copy {
  float: left;
  border-left: 1px solid #fff;
  width: 61.17%;
  padding: 25px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.section-bottom-cta {
  display: none;
}

.below-isi .main-content {
  padding: 10px 10px 0px 10px;
}
.results-with-harvoni .below-isi .button {
  margin: 15px 0px;
}
.financial-assistance .below-isi .button {
  margin: 15px 0px;
}
.below-isi .button.pic-icon {
  margin: 20px 0px;
}

.onward-one .box {
  padding-top: 130px;
}
.onward-one .box h4 {
  margin-top: 0px;
  margin-bottom: 1em;
}
.onward-one .box.planning:before {
  background: url("../img/icon-planning.svg") no-repeat center center;
  background-size: 100px 101px;
}
.s_no_svg .onward-one .box.planning:before {
  background-image: url("../img/icon-planning.png");
}
.onward-one .box.support:before {
  background: url("../img/icon-live-support.svg") no-repeat center center;
  background-size: 97px 94px;
}
.s_no_svg .onward-one .box.support:before {
  background-image: url("../img/icon-live-support.png");
}
.onward-one .box.info:before {
  background: url("../img/icon-info.svg") no-repeat center center;
  background-size: 111px 68px;
}
.s_no_svg .onward-one .box.info:before {
  background-image: url("../img/icon-info.png");
  background-size: 115px 72px;
}

.contact-one strong,
.contact-one .heading {
  color: #83389b;
}
.contact-one .heading {
  font-size: 17px;
  font-size: 1.0625rem;
}
.contact-one h2 + p {
  margin-bottom: 25px;
  max-width: 352px;
}
.contact-one ul {
  margin-bottom: 25px;
}
.contact-one li {
  line-height: 1.5em;
}

.site-map-one ul {
  margin-bottom: 20px;
}
.site-map-one a {
  text-decoration: none;
}
.site-map-one ul li {
  margin-bottom: 15px;
}
.site-map-one ul li a {
  color: #333;
}
.site-map-one ul ul {
  margin-top: 5px;
}
.site-map-one ul ul li {
  margin-left: 15px;
  margin-bottom: 5px;
}
.site-map-one .list-2 {
  margin-top: 0;
}
.site-map-one .list-2 li {
  margin-bottom: 5px;
}
.site-map-one ul.list {
  margin-bottom: 0;
}
.site-map-one .heading {
  color: #83389b;
  font-size: 17px;
  font-size: 1.0625rem;
}

.cta-band {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 30px;
  padding: 15px 23px;
  color: #fff;
  background-color: rgb(81, 118, 138);
  background-color: rgba(81, 118, 138, 0.9);
  border-radius: 18px 18px 0px 0px;
  -moz-border-radius-topleft: 28px 18px;
  -moz-border-radius-topright: 28px 18px;
  -webkit-border-top-left-radius: 28px 18px;
  -webkit-border-top-right-radius: 28px 18px;
  border-top-left-radius: 28px 18px;
  border-top-right-radius: 28px 18px;
}
.cta-band .inner {
  display: table-row;
}
.cta-band .inner .col {
  display: table-cell;
  vertical-align: middle;
}
.cta-band p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0px !important;
  padding: 0px !important;
}
.cta-band .button {
  margin-top: 0px !important;
  margin-left: 10px !important;
  width: 140px !important;
  font-size: 13px;
  font-size: 0.8125rem;
}

main > section {
  overflow: hidden;
}
main > section .main-content .left-col .onward-logo {
  width: 179px;
  height: 30px;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/logo-onward.svg") no-repeat center center;
  background-size: 179px 30px;
}
main > section .main-content .left-col .m-w-40 {
  width: 40%;
}
main > section .main-content .left-col .m-w-50 {
  width: 50%;
}
main > section .main-content .left-col .m-w-60 {
  width: 60%;
}
main > section .main-content .left-col .m-w-66 {
  width: 66.6666666667%;
}
main > section .main-content .left-col .read-more-trigger {
  font-family: "Gotham 7r", "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
main > section .main-content .left-col .read-more-target {
  display: none;
}
main > section.video-section {
  padding: 0 10px;
}

.video-container {
  position: relative;
  left: -10px;
  width: calc(100% + 20px);
  margin: 0;
}
.video-container .video-elem {
  width: 100%;
  padding-bottom: 56.3461538462%;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-container .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  text-align: center;
  background-color: rgba(118, 59, 145, 0.38);
}
.video-container .video-overlay .video-title {
  margin: 0;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}
.video-container .video-overlay .video-play {
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 0 none;
  text-align: left;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037%2037%22%3E%3Cpath%20d%3D%22M13.3%2010.3v16.4l12.4-8.2zM18.5%202A16.5%2016.5%200%201%201%202%2018.5%2016.5%2016.5%200%200%201%2018.5%202m0-2A18.5%2018.5%200%201%200%2037%2018.5%2018.5%2018.5%200%200%200%2018.5%200z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.video-container .video-overlay .video-quote {
  color: #fff;
}
.video-container .video-overlay .video-quote q {
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.video-container .video-overlay .video-quote cite {
  margin: 0.5em 0 0 0;
  padding: 0;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.slide-in-panel {
  position: fixed;
  top: 50%;
  left: -10px;
  width: 0px;
  max-width: 96vw;
  height: 250px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  overflow: hidden;
}
.slide-in-panel .slide-in-content {
  position: absolute;
  right: 0px;
  width: 96vw;
  height: 250px;
  padding: 20px 17%; /*54px;*/
  background-color: rgba(255, 255, 255, 0.8);
  border: 5px solid rgba(131, 56, 155, 0.8);
  border-left-width: 0px;
  border-radius: 0px 20px 20px 0px;
}
.slide-in-panel .slide-in-content .slide-in-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-color: rgba(131, 56, 155, 0.27);
  border-radius: 999px;
}
.slide-in-panel .slide-in-content .slide-in-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/sprites/d-global.png);
  background-position: 0px -107px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
}
.slide-in-panel .slide-in-content .icon-onward {
  position: relative;
}
.slide-in-panel .slide-in-content .icon-onward:before {
  content: "";
  position: absolute;
  top: -18px;
  left: -36px;
  width: 30px;
  height: 36px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2057.52%2069.43%22%3E%3Cpath%20d%3D%22M57.52%2C28.76A28.76%2C28.76%2C0%2C0%2C0%2C28.76%2C0V17a11.76%2C11.76%2C0%2C0%2C1%2C8.32%2C20.08L28.76%2C45.4l12%2C12%2C8.32-8.32a28.67%2C28.67%2C0%2C0%2C0%2C8.42-20.34%22%20fill%3D%22%236f2a7d%22%2F%3E%3Cpath%20d%3D%22M20.44%2C37.08A11.76%2C11.76%2C0%2C0%2C1%2C28.76%2C17V0A28.76%2C28.76%2C0%2C0%2C0%2C8.42%2C49.09L28.76%2C69.43l12-12Z%22%20fill%3D%22%23853795%22%2F%3E%3Cpolygon%20points%3D%2241.4%2056.79%2040.78%2057.41%2028.78%2045.41%2030.53%2043.66%2041.4%2056.79%22%20fill%3D%22%234f2a63%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}
.slide-in-panel .slide-in-content p {
  color: #83389b;
}
.slide-in-panel.copay-slide-in {
  position: fixed;
  top: 50%;
  left: -10px;
  wwidth: 0;
  max-width: 96vw;
  height: 250px;
  transform: translateY(-50%);
  z-index: 3;
  overflow: hidden;
}
.slide-in-panel.copay-slide-in .slide-in-content {
  background-color: #49a2d2;
  border: 3px solid #000;
  padding: 40px 0 0 20px;
}
.slide-in-panel.copay-slide-in .slide-in-content .copay-card {
  position: relative;
  margin: 0;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.slide-in-panel.copay-slide-in .slide-in-content .slide-in-close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: transparent;
  text-indent: -9999px;
  border-radius: 50%;
}
.slide-in-panel.copay-slide-in .slide-in-content .slide-in-close::after {
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/slideIn-close-icon.png);
  background-position: center;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
}
.slide-in-panel.copay-slide-in .button {
  display: inline-block;
  text-decoration: none;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  line-height: 1em;
  background-color: unset !important;
  border-radius: unset !important;
  color: #fff;
  position: relative;
  padding: unset !important;
  margin-left: -5px !important;
}
.slide-in-panel.copay-slide-in .button::after {
  all: unset;
}
.slide-in-panel.copay-slide-in .button button {
  all: unset !important;
  pointer-events: none !important;
}
.slide-in-panel.copay-slide-in .button button::after {
  all: unset;
}
.slide-in-panel.copay-slide-in .button button span {
  position: absolute;
  left: 17px;
  font-size: 23px;
  font-weight: 600;
  top: 49%;
  transform: translateY(-50%);
  color: #49a2d2;
  pointer-events: none;
}

.share-your-story .reg-form .main-content .left-col .form {
  color: #666;
}
.share-your-story .reg-form .main-content .left-col .form label {
  margin-bottom: 4px;
}
.share-your-story .reg-form .main-content .left-col .form .errorMsg {
  margin-top: 4px;
}
.share-your-story .reg-form .main-content .left-col .form .all-required {
  margin-bottom: 0;
}
.share-your-story .reg-form .main-content .left-col .form .contact-sect {
  display: none;
}
.share-your-story .reg-form .main-content .left-col .form .row .row-cell.small-cell input[type=text],
.share-your-story .reg-form .main-content .left-col .form .row .row-cell.small-cell select {
  width: 128px;
}
.share-your-story .reg-form .main-content .left-col .form .row.row-dob, .share-your-story .reg-form .main-content .left-col .form .row.row-phone {
  max-width: 354px;
}
.share-your-story .reg-form .main-content .left-col .form input[type=text],
.share-your-story .reg-form .main-content .left-col .form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.share-your-story .reg-form .main-content .left-col .form .input-email,
.share-your-story .reg-form .main-content .left-col .form .input-email-conf {
  max-width: 388px;
}
.share-your-story .reg-form .main-content .left-col .form .input-name-first,
.share-your-story .reg-form .main-content .left-col .form .input-name-last {
  max-width: 354px;
}
.share-your-story .reg-form .main-content .left-col .form .label-for-consent {
  margin-bottom: 0;
}
.share-your-story .reg-form .main-content .left-col .form .label-for-consent a {
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
.share-your-story .reg-conf {
  min-height: 540px;
  padding: 0;
  padding-top: 0 !important;
  background-image: url("../img/backgrounds/reg-form.jpg");
  background-size: 767px auto;
  background-color: #000;
  background-position: center top;
  background-repeat: no-repeat;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .share-your-story .reg-conf {
    background-image: url("../img/backgrounds/reg-form-2x.jpg");
    background-size: 767px auto;
  }
}
.share-your-story .reg-conf .main-content {
  color: #fff;
}
.share-your-story .reg-conf .main-content .left-col {
  position: relative;
  text-align: center;
}
.share-your-story .reg-conf .main-content .left-col h3 {
  color: #fff;
}
.share-your-story .reg-conf .main-content .left-col .anim-panel {
  position: relative;
  min-height: 408px;
  max-height: 440px;
}
.share-your-story .reg-conf .main-content .left-col .lantern-ready {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.share-your-story .reg-conf .main-content .left-col .lantern {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.share-your-story .reg-conf .main-content .left-col .lantern .cure {
  position: relative;
  left: 50px;
  z-index: 1;
  display: inline-block;
  padding: 10px 10px;
  background-color: rgba(131, 56, 155, 0.75);
  background-image: -moz-linear-gradient(-121deg, rgba(131, 56, 155, 0) 0%, rgb(131, 56, 155) 100%);
  background-image: -webkit-linear-gradient(-121deg, rgba(131, 56, 155, 0) 0%, rgb(131, 56, 155) 100%);
  background-image: linear-gradient(-121deg, rgba(131, 56, 155, 0) 0%, rgb(131, 56, 155) 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.share-your-story .reg-conf .main-content .left-col .lantern .cure:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgb(131, 56, 155);
  right: calc(100% - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.share-your-story .reg-conf .main-content .left-col .lantern .cure .cure-who:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  margin: 5px auto;
  border-top: 1px solid #fff;
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img {
  position: absolute;
  left: -72px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 144px;
  height: 160px;
  background-image: url("../img/share-story/lampara.gif");
  background-repeat: no-repeat;
  background-size: 100%;
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img:after {
  content: "";
  position: absolute;
  top: 43px;
  left: 41px;
  width: 72px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img.blessed:after {
  background-image: url("../img/share-story/blessed.png");
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img.fortunate:after {
  background-image: url("../img/share-story/fortunate.png");
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img.hopeful:after {
  background-image: url("../img/share-story/hopeful.png");
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img.relieved:after {
  background-image: url("../img/share-story/relieved.png");
}
.share-your-story .reg-conf .main-content .left-col .lantern .lantern-img.thankful:after {
  background-image: url("../img/share-story/thankful.png");
}
.share-your-story .reg-conf .main-content .left-col .lantern-ctas a {
  margin-left: 16px;
}
.share-your-story .reg-conf .main-content .left-col .button {
  margin-bottom: 1em;
}
.share-your-story .reg-conf .main-content .left-col .lantern-released {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  padding: 0 10px;
}
.share-your-story .reg-conf .main-content .right-col {
  margin-top: 76px;
}
.share-your-story .reg-conf .show-contact-ok {
  display: none;
}
.share-your-story .reg-conf.contact-ok .show-contact-ok {
  display: block;
}
.share-your-story .reg-conf.contact-ok .lantern {
  margin-top: 28px;
}

.safety-info #isi {
  display: none;
}
#isi strong,
#isi .question,
#isi li:before {
  color: #83389b;
}
#isi h2 {
  font-size: 21px;
  font-size: 1.3125em;
  line-height: 25px;
}
.homepage #isi {
  background-color: #f7ddfe;
}

.isi-content {
  max-width: 500px;
  min-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4f;
}
.isi-content h2 {
  color: #83389b;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
.isi-content p {
  margin: 0;
}
.isi-content p:nth-child(2) {
  display: none;
}
.isi-content .isi-more {
  display: none;
}
.isi-content ul li:before {
  color: #4d4d4f;
}

#isi-fixed {
  margin-bottom: 12px;
  position: fixed;
  bottom: 0;
  height: 70px;
  width: 100%;
  z-index: 6;
  /*   @include background-hr-image-auto("../img/backgrounds/bg-footer", 767px, 275px, '.jpg', '-2x');
  background-position: center bottom; */
  background-color: transparent;
  display: none;
}
#isi-fixed .isi-content {
  display: flex;
  align-items: center;
  width: 92%;
  height: 70px;
  padding: 0px 10px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
#isi-fixed .isi-content a {
  display: block;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  margin: 0px auto;
  color: #853795;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  text-align: center;
}

@media screen and (max-width: 359px) {
  #isi-fixed {
    height: 80px;
  }
  #isi-fixed .isi-content {
    height: 80px;
  }
}
footer {
  background-color: #fff;
  margin-top: 1em;
  /* padding-bottom: 60px; */
  padding-bottom: 1em;
}
.homepage footer {
  background-image: none;
  background-color: #fff;
}

.footer-content {
  max-width: 500px;
  min-width: 300px;
  margin: 2em auto 1em;
  font-family: "Gotham 4r", "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
  color: #505050;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-content .legal,
.footer-content .trademark {
  margin-bottom: 0.5em;
  color: #505050;
}

hr {
  margin: 1.5em 0;
}

@media screen and (max-width: 999px) {
  hr {
    display: none;
  }
}
.nav-footer {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 0.7fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 8px 0px;
  grid-template-areas: "logo logo logo" "item-a item-b item-c" "item-d item-e item-f";
}
.nav-footer .logo-gilead {
  grid-area: logo;
  background-image: url(../img/logo-gilead.svg);
  background-size: contain;
  width: 162px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 999px) {
  .nav-footer .logo-gilead {
    margin-top: -5rem;
  }
}
.nav-footer .item-a {
  grid-area: item-a;
}
.nav-footer .item-b {
  grid-area: item-b;
}
.nav-footer .item-c {
  grid-area: item-c;
}
.nav-footer .item-d {
  grid-area: item-d;
}
.nav-footer .item-e {
  grid-area: item-e;
}
.nav-footer .item-f {
  grid-area: item-f;
}
.nav-footer a {
  color: #656565;
  font-size: 14px;
  font-size: 0.875rem;
}
.homepage .nav-footer a {
  color: #656565;
}

.trademark {
  margin-top: 0.5em;
}

.backToTop {
  margin: 30px 0px 15px 0px;
  text-align: center;
}
.backToTop a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding-left: 35px;
  text-decoration: none;
  color: #83389b;
  font-family: "Gotham 5r", "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.video-callout {
  height: 96px;
  margin-top: 33px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.video-callout:before {
  background-position: left bottom;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: -webkit-calc(50% - 310px);
  left: calc(50% - 310px);
  position: absolute;
  top: 0;
  width: 600px;
}
.video-callout:after {
  content: "";
  width: 1280px;
  height: 100%;
  position: absolute;
  background-color: #f6f1f8;
  z-index: -1;
  display: inline-block;
  left: -50%;
  top: 0;
}
.video-callout.terry1:before {
  background-image: url("../img/m-callout-vid-terry1.png");
  background-size: 600px 96px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .video-callout.terry1:before {
    background-image: url("../img/m-callout-vid-terry1-2x.png");
    background-size: 600px 96px;
  }
}
.video-callout.terry2:before {
  background-image: url("../img/m-callout-vid-terry2.png");
  background-size: 600px 96px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .video-callout.terry2:before {
    background-image: url("../img/m-callout-vid-terry2-2x.png");
    background-size: 600px 96px;
  }
}
.video-callout.terry2:after {
  background-color: #f6f8f9;
}
.video-callout.mitch1 {
  height: 102px;
}
.video-callout.mitch1:before {
  background-image: url("../img/m-callout-vid-mitch1.png");
  background-size: 600px 102px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .video-callout.mitch1:before {
    background-image: url("../img/m-callout-vid-mitch1-2x.png");
    background-size: 600px 102px;
  }
}
.video-callout.mitch2 {
  margin-top: 0;
}
.video-callout.mitch2:before {
  background-image: url("../img/m-callout-vid-mitch2.png");
  background-size: 600px 96px;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dppx) {
  .video-callout.mitch2:before {
    background-image: url("../img/m-callout-vid-mitch2-2s.png");
    background-size: 600px 96px;
  }
}
.video-callout.mitch2:after {
  background-color: #fbf7fb;
}

div.modal-external {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 20px);
  -x-data-width: calc(100% - 20px);
  max-width: 350px;
  height: auto;
  border: 2px solid #84339c;
  border-radius: 12px;
  background-color: #ffffff;
  z-index: 99;
}
div.modal-external a.close {
  position: absolute;
  top: 6px;
  right: 6px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: left;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px;
  background-color: #dec9e2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6Izg2Mzg5NTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Zz48bGluZSBjbGFzcz0ic3QwIiB4MT0iMSIgeTE9IjEiIHgyPSIxMSIgeTI9IjExIi8+PC9nPjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxIiB5MT0iMTEiIHgyPSIxMSIgeTI9IjEiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
div.modal-external .modal-content {
  text-align: center;
  padding: 20px 20px;
}
div.modal-external .modal-content p.header {
  font-size: 18px;
  font-size: 1.125rem;
  color: #84339c;
}
div.modal-external .modal-content p.buttons a.button {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  width: 220px;
  margin: 1em auto;
}
div.modal-external .modal-content p.buttons a.button:after {
  display: none;
}

.no-mobile,
.desktop-only {
  display: none;
}

br.mobile-only {
  display: inline;
}
br.screen-lte-360 {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.mobile_break {
  display: block;
}

@media only screen and (max-width: 360px) {
  br.screen-lte-360 {
    display: inline;
  }
}
.form .box {
  width: 100%;
  background-color: #f8f8f8;
  padding: 15px;
  text-align: left;
  color: #666;
}
.form .field {
  width: 100%;
}
.form label {
  display: block;
  margin-top: 1em;
}
.form input[type=text],
.form .form input[type=email] {
  width: 100%;
  height: 38px;
  padding: 5px;
  border: 1px solid #ece4ee;
}
.form select {
  width: 100%;
  height: 38px;
  padding: 5px;
  border: 1px solid #ece4ee;
  min-width: 70px;
}
.form select.dateMD {
  width: 27.6679841897%;
}
.form select.dateY {
  width: 40.7114624506%;
}
.form input[type=text] + input[type=text],
.form input[type=email] + input[type=text],
.form select + select {
  margin-left: 1.976284585%;
}
.form .errorMsg {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
}
.form .button {
  margin-top: 1em;
}
.form .button {
  display: inline-block;
  text-decoration: none;
  line-height: 1em;
  border-radius: 5em;
  position: relative;
  padding: 0.85em 2.375em 0.85em 0.8125em;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 48em) {
  ul.left-list {
    width: 49%;
    float: left;
    padding-right: 25px;
  }
  ul.right-list {
    float: right;
    width: 49%;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .small-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .smallest-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  cite {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 0 65px 54px;
  }
  .tooltip-popup {
    width: 318px;
  }
  .button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .button:after {
    background-image: url(../img/sprites/d-arrows.png);
    background-position: -67px center;
    width: 18px;
    background-size: 335px;
    background-repeat: no-repeat;
    right: 10px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .button:after {
    background-image: url(../img/sprites/d-arrows-x2.png);
    background-position: 0px center;
    width: 17px;
    background-size: 335px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .button.white:after {
    background-image: url(../img/sprites/d-arrows.png);
    background-position: -209px center;
    width: 24px;
    background-size: 335px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .button.white:after {
    background-image: url(../img/sprites/d-arrows-x2.png);
    background-position: -135px center;
    width: 24px;
    background-size: 335px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .button.petal:before {
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -1013px;
    width: 85px;
    height: 54px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .button.petal:before {
    background-image: url(../img/sprites/d-global-x2.png);
    background-position: 0px -881px;
    width: 85px;
    height: 54px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .button.brochure {
    margin: 3.125em 0 2.5em 30px;
    padding-left: 100px;
    max-width: inherit;
  }
  .button.brochure:before {
    background-image: url("../img/d-button-brochure.png");
    background-size: 128px 128px;
    top: -3.125em;
    width: 128px;
    height: 128px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .button.brochure:before {
    background-image: url("../img/d-button-brochure-2x.png");
    background-size: 128px 128px;
  }
}
@media only screen and (min-width: 48em) {
  .button.sp-video {
    margin: 3.125em 0 2.5em 30px;
    padding-left: 140px;
    max-width: inherit;
  }
  .button.sp-video:before {
    background: url("../img/d-icon-sp-video.png") no-repeat left top;
    background-size: 147px 81px;
    top: -1.375em;
    width: 147px;
    height: 81px;
  }
}
@media only screen and (min-width: 48em) {
  .petal-link {
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -555px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .petal-link {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -660.5px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .petal-link.purple68 {
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -275px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .petal-link.purple68 {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -380.5px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .petal-link.purple10 {
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -415px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .petal-link.purple10 {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -520.5px;
    width: 70px;
    height: 45px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .phonecall {
    position: relative;
    margin-left: 73px;
    border-left: 1px solid #c1c3c5;
    padding-left: 22px;
    margin-top: 3em;
  }
  .phonecall:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/sprites/d-arrows.png);
    background-position: -283px center;
    width: 52px;
    background-size: 335px;
    background-repeat: no-repeat;
    margin-right: 5px;
    left: -73px;
    height: 100%;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .phonecall:before {
    background-image: url(../img/sprites/d-arrows-x2.png);
    background-position: -283px center;
    width: 52px;
    background-size: 335px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .phonecall p:first-child:before {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .left-bar {
    margin-left: 48px;
  }
}
@media only screen and (min-width: 48em) {
  .featured-question {
    margin: 229px 0 0;
  }
  .featured-question:before {
    top: -66px;
  }
  .featured-question dt,
  .featured-question dd {
    padding: 0 0 0 50px;
  }
  .featured-question dt {
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    width: 430px;
  }
  .featured-question dt.one {
    line-height: 2.2em;
    padding-bottom: 0.3em;
  }
  .featured-question dd {
    width: 330px;
  }
}
@media only screen and (min-width: 48em) {
  .box {
    width: 279px;
    padding: 129px 15px 28px;
    float: left;
    margin: 0 15px 38px 0;
  }
  .box h4 {
    margin-bottom: 1em;
  }
  .box.tired:before {
    background-image: url("../img/d-icon-tired.png");
    background-size: 60px 80px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .box.tired:before {
    background-image: url("../img/d-icon-tired-2x.png");
    background-size: 60px 80px;
  }
}
@media only screen and (min-width: 48em) {
  .box.headache:before {
    background-image: url("../img/d-icon-headache.png");
    background-size: 60px 73px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .box.headache:before {
    background-image: url("../img/d-icon-headache-2x.png");
    background-size: 60px 73px;
  }
}
@media only screen and (min-width: 48em) {
  .header-content {
    max-width: 60%;
    min-width: 600px;
  }
}
@media only screen and (min-width: 48em) {
  .header-right {
    max-width: 863px;
    width: 100%;
  }
  .header-right .nav-utility {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .header-right .nav-utility li:nth-child(2) a {
    font-size: 10px;
  }
  .header-right .nav-utility li {
    margin-right: 0;
  }
  .header-right .nav-utility a {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7777777778em;
  }
  .header-right .button-save {
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 178px;
    margin-top: 1px;
  }
  .header-right .button-save:before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    background-image: url(../img/sprites/global.png);
    background-position: 0px -173px;
    width: 12px;
    height: 12px;
    background-size: 150px;
    background-repeat: no-repeat;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .header-right .button-save:before {
    background-image: url(../img/sprites/global-x2.png);
    background-position: 0px -173px;
    width: 11px;
    height: 12px;
    background-size: 150px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .header-right .button-save:after {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .header-right .hamburger {
    height: 25px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 23px;
    min-width: 124px;
  }
  .b_ie.bv_8 .header-right .hamburger {
    max-width: 124px !important;
  }
  .header-right .hamburger:after {
    top: 0;
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -33px;
    width: 13px;
    height: 9px;
    background-size: 205px;
    background-repeat: no-repeat;
    width: 12px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .header-right .hamburger:after {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -33px;
    width: 13px;
    height: 9px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .nav-main > ul {
    max-width: 600px;
    width: 60%;
  }
}
@media only screen and (min-width: 48em) {
  .homepage main {
    background-image: url("../img/backgrounds/t-homepage-1-toppad.jpg");
    background-size: 999px 90px;
  }
}
@media only screen and (min-width: 48em) {
  .main-content {
    max-width: 1120px;
    min-width: 500px;
    width: 90%;
  }
}
@media only screen and (min-width: 48em) {
  .cure-map {
    background-repeat: no-repeat;
    background-image: url("../img/t-cure-map.jpg") !important;
    background-size: 503px auto;
    background-position: center top;
    width: 100%;
    height: 294px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .result-table {
    width: 360px;
    max-width: none;
  }
  .result-table caption {
    font-size: 16px;
    font-size: 1rem;
  }
  .result-table .final-row-mobile td {
    padding-bottom: 5px;
  }
  .result-table .final-row-mobile td:after {
    bottom: 0px;
  }
  .result-table .final-row-mobile td.first-col {
    border-radius: 0px;
  }
  .result-table .final-row-mobile td.last-col {
    border-radius: 0px;
  }
  .result-table .final-row-mobile td.purple-col {
    border-radius: 0px;
  }
  .result-table .final-row-sidexside {
    display: table-row;
  }
  .result-table .final-row-sidexside td {
    padding-bottom: 15px;
  }
  .result-table .final-row-sidexside td:after {
    bottom: 10px;
  }
  .result-table .final-row-sidexside td.first-col {
    border-radius: 0 0 0 15px;
  }
  .result-table .final-row-sidexside td.last-col {
    border-radius: 0 0 15px;
  }
  .result-table .final-row-sidexside td.purple-col {
    border-radius: 0 0 15px;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.i-am-cured {
    height: 986px;
    min-height: 0;
    max-height: none;
    background-image: url("../img/backgrounds/d-homepage-landing.png");
    background-position: 50% 82%;
  }
  .full-bleed.cure-rates {
    min-height: 570px;
    background-image: url("../img/backgrounds/t-homepage-2.jpg");
    background-size: 999px auto;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.cure-rates {
    background-image: url("../img/backgrounds/t-homepage-2-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.patient-stories {
    background-image: url("../img/backgrounds/t-homepage-3.jpg");
    background-size: 999px auto;
    height: 540px;
    background-position: center center;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.patient-stories {
    background-image: url("../img/backgrounds/t-homepage-3-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.testimonial {
    max-height: none;
    min-height: 540px;
  }
  .full-bleed.testimonial:before {
    background-image: url("../img/backgrounds/t-homepage-5.jpg");
    background-size: 999px auto;
    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 (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.testimonial:before {
    background-image: url("../img/backgrounds/t-homepage-5-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.about-one {
    background-image: url("../img/backgrounds/t-about-1.jpg");
    background-size: 999px auto;
    background-position: center bottom;
    max-height: inherit;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.about-one {
    background-image: url("../img/backgrounds/t-about-1-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.treatment-one {
    background-image: url("../img/backgrounds/t-treatment-1.jpg");
    background-size: 999px auto;
    height: 905px;
    min-height: 0;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.treatment-one {
    background-image: url("../img/backgrounds/t-treatment-1-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
    background-image: url("../img/backgrounds/t-bg-faq.jpg");
    background-size: 1280px auto;
    height: 534px;
    max-height: none;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
    background-image: url("../img/backgrounds/t-bg-faq-2x.jpg");
    background-size: 1280px auto;
  }
}
@media only screen and (min-width: 48em) {
  .full-bleed.support-path-two {
    background-image: url("../img/backgrounds/t-support-path-2.jpg");
    background-size: 999px 690px;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 48em) {
  .i-am-cured {
    padding-top: 24px;
  }
  .i-am-cured .left-col {
    margin-top: 24px;
    margin-left: 50px;
  }
  .i-am-cured .left-col .watch-commercial {
    top: -24px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .i-am-cured .left-col .watch-commercial:after {
    background-size: 15px;
    width: 15px;
    height: 15px;
    left: -20px;
  }
  .i-am-cured .left-col .hero-header {
    width: 66.6666666667%;
    min-width: 382px;
    margin-top: 0;
  }
  .i-am-cured .left-col h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .i-am-cured .left-col h2.no-mobile {
    display: none;
  }
  .i-am-cured .left-col h1 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 44px;
    font-size: 2.75rem;
  }
  .i-am-cured .left-col h1.no-mobile {
    display: none;
  }
  .i-am-cured .left-col .hero-copy {
    margin-top: 48px;
  }
  .i-am-cured .left-col .flavor-text {
    width: 332px;
  }
  .i-am-cured .left-col .hero-indication {
    width: 344px;
  }
  .i-am-cured .left-col .button.petal {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .i-am-cured .left-col .small-text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .home-ticker .main-content {
    padding: 12px 0;
  }
  .home-ticker .main-content .ticker-lantern {
    left: 10px;
  }
  .home-ticker p {
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .home-ticker a {
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 48em) {
  .cure-rates .left-col {
    margin-left: 50px;
  }
  .cure-rates .left-col h2.quote {
    background-image: url(../img/sprites/t-headers.png);
    background-position: 0px 0px;
    width: 509px;
    height: 70px;
    background-size: 509px;
    background-repeat: no-repeat;
    margin: 67px 0 0;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .cure-rates .left-col h2.quote {
    background-image: url(../img/sprites/t-headers-x2.png);
    background-position: 0px 0px;
    width: 509px;
    height: 70px;
    background-size: 509px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .cure-rates .left-col a.arrow {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (min-width: 48em) {
  .patient-stories .main-content {
    margin-bottom: 0;
  }
  .patient-stories .left-col {
    margin-left: 50px;
  }
  .patient-stories .left-col h2 {
    margin-top: 2.7em;
  }
  .patient-stories .left-col p {
    margin-bottom: 3em;
  }
  .patient-stories .left-col .petal-link {
    margin: 46px 0;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .testimonial .left-col .video-container {
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .testimonial .left-col .quote q {
    width: 233px;
    height: 55px;
    background-image: url("../img/t-quote-terry.png");
    background-size: 233px 55px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .testimonial .left-col .quote q {
    background-image: url("../img/t-quote-terry-2x.png");
    background-size: 233px 55px;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col .watch a span {
    margin-left: 10px;
  }
  .testimonial .left-col .watch a:before {
    width: 38px;
    height: 38px;
    background-size: 38px;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col .small-quote {
    margin-top: 0;
  }
  .testimonial .left-col .small-quote:before {
    width: 179px;
  }
  .testimonial .left-col .small-quote:after {
    left: 0;
    top: 20px;
    width: 62px;
    height: 46px;
    background-image: url("../img/t-thumbnail-carol.png");
    background-size: 62px 46px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .testimonial .left-col .small-quote:after {
    background-image: url("../img/t-thumbnail-carol-2x.png");
    background-size: 62px 46px;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col .small-quote q {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 69px;
    margin-top: 21px;
    width: 215px;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col .small-quote cite {
    padding: 9px 0 0 68px;
  }
}
@media only screen and (min-width: 48em) {
  .testimonial .left-col .small-quote .watch {
    padding-left: 64px;
    margin-top: 5px;
  }
  .testimonial .left-col .small-quote .watch a {
    line-height: 13px;
  }
  .testimonial .left-col .small-quote .watch a:before {
    top: 0;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 48em) {
  .purple-bar .main-content h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .purple-bar .main-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .about-two {
    padding: 48px 0;
  }
  .about-two .left-col .video-container.terry .video-elem {
    background-image: url("../img/backgrounds/t-vid-about.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.terry .video-elem {
    background-image: url("../img/backgrounds/t-vid-about-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.mitch .video-elem {
    background-image: url("../img/backgrounds/t-vid-mitch.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.mitch .video-elem {
    background-image: url("../img/backgrounds/t-vid-mitch-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.carol .video-elem {
    background-image: url("../img/backgrounds/t-vid-carol.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.carol .video-elem {
    background-image: url("../img/backgrounds/t-vid-carol-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.bill .video-elem {
    background-image: url("../img/backgrounds/t-vid-bill.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.bill .video-elem {
    background-image: url("../img/backgrounds/t-vid-bill-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.rebecca .video-elem {
    background-image: url("../img/backgrounds/t-vid-rebecca.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.rebecca .video-elem {
    background-image: url("../img/backgrounds/t-vid-rebecca-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.rob .video-elem {
    background-image: url("../img/backgrounds/t-vid-rob.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.rob .video-elem {
    background-image: url("../img/backgrounds/t-vid-rob-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-two .left-col .video-container.shayne .video-elem {
    background-image: url("../img/backgrounds/t-vid-shayne.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-two .left-col .video-container.shayne .video-elem {
    background-image: url("../img/backgrounds/t-vid-shayne-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .about-three .about-genotype {
    padding: 20px 16px 40px;
  }
  .about-three .genotype-75 {
    position: relative;
  }
  .about-three .genotype-75 h4,
  .about-three .genotype-75 p {
    -webkit-flex: 0 1 448px;
    -ms-flex: 0 1 448px;
    flex: 0 1 448px;
  }
  .about-three .chart-75 {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 105px;
  }
  .about-three .chart-75 span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .about-three .chart-sofo {
    width: 600px;
    height: 221px;
    margin: 20px 0;
    padding-bottom: 0;
    background-image: url("../img/t-chart-sofo.png");
    background-size: 600px 221px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .about-three .chart-sofo {
    background-image: url("../img/t-chart-sofo-2x.png");
    background-size: 600px 221px;
  }
}
@media only screen and (min-width: 48em) {
  .results-one .main-content .left-col .gt456 {
    width: 420px;
  }
  .results-one .main-content .left-col .tab-content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .results-one .result-table .final-row-sidexside {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .tab-container .tabs .tab {
    height: 45px;
    line-height: 45px;
  }
  .tab-container .tabs .tab a {
    margin-left: 16px;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .tab-container .tabs .tab.mob2 a, .tab-container .tabs .tab.mob3 a {
    line-height: inherit;
    padding-top: inherit;
  }
  .tab-container .tabs .tab.twoline a {
    line-height: 17px;
    padding-top: 7px;
  }
  .tab-container .tab-contents .tab-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 48em) {
  .results-two .brochure {
    margin-top: 107px;
  }
  .results-two .featured-question {
    margin: 97px 0 0;
  }
}
@media only screen and (min-width: 48em) {
  .side-effects-one .button {
    margin-bottom: 38px;
  }
  .side-effects-one .box {
    max-width: 295px;
    margin-right: 10px;
  }
  .side-effects-one .box + .box {
    margin-right: 0;
  }
  .side-effects-one .box.tired {
    margin-bottom: 20px;
  }
  .side-effects-one .box.headache {
    margin-bottom: 20px;
  }
  .side-effects-one .box.weakness {
    margin-left: 157px;
  }
}
@media only screen and (min-width: 48em) {
  .harvoni-stories-one .button {
    margin-bottom: 38px;
  }
  .harvoni-stories-one .box {
    max-width: 295px;
    margin-right: 10px;
  }
  .harvoni-stories-one .box + .box {
    margin-right: 0;
  }
  .harvoni-stories-one .box.tired {
    margin-bottom: 20px;
  }
  .harvoni-stories-one .box.headache {
    margin-bottom: 20px;
  }
  .harvoni-stories-one .box.weakness {
    margin-left: 157px;
  }
}
@media only screen and (min-width: 48em) {
  .treatment-one {
    padding-top: 32px;
  }
  .treatment-one .intro {
    margin-bottom: 1em;
  }
  .treatment-one .intro .large-text {
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 0 0 0.5em;
  }
}
@media only screen and (min-width: 48em) {
  .treatment-two .left-col .video-container .video-elem {
    background-image: url("../img/backgrounds/t-vid-treatment.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .treatment-two .left-col .video-container .video-elem {
    background-image: url("../img/backgrounds/t-vid-treatment-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .treatment-three {
    padding: 12px 10px;
  }
  .treatment-three .main-content .left-col .tab-content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .treatment-three .main-content .result-table {
    float: none;
    height: auto;
    margin-top: 0px;
  }
  .treatment-three .main-content .result-table.tbl1, .treatment-three .main-content .result-table.tbl2 {
    float: left;
    width: 48.2142857143%;
    margin-left: 3.5714285714%;
  }
  .treatment-three .main-content .result-table.tbl1:first-child, .treatment-three .main-content .result-table.tbl2:first-child {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 48em) {
  .patient-stories main {
    background: #eeeef0;
  }
}
@media only screen and (min-width: 48em) {
  .stories-one .learn-btn {
    margin: 3em 0px;
  }
  .stories-one .frame {
    border-radius: 15px;
    margin-bottom: 36px;
    padding: 12px 0 50px;
    overflow: hidden;
    position: relative;
  }
  .stories-one .frame > span {
    display: none;
    vertical-align: middle;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 28px;
    text-align: center;
    color: #b2b2b2;
    font-weight: bold;
    width: 28px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 46px 0;
    background: #f7f7f8;
    height: 100%;
    z-index: 20;
  }
  .stories-one .frame > span.prev {
    right: auto;
    left: 0;
  }
  .stories-one .thumbnails {
    overflow: hidden;
    display: block;
    margin: auto;
    vertical-align: middle;
    transition: 1s left;
    position: relative;
    left: 0;
  }
  .stories-one .thumbnails > a {
    width: 108px;
    height: 95px;
  }
  .stories-one .stories .story {
    padding: 0 32px 5px;
    border-radius: 0;
    background: #fff;
  }
  .stories-one .stories .story.video-story {
    padding: 0;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
    background-size: 685px;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon {
    background-position: -548px 0;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon {
    background-position: -137px 0;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon {
    background-position: -274px 0;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon {
    background-position: -411px 0;
  }
  .stories-one .stories .story.video-story #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
  .stories-one .stories .story.video-story #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
  .stories-one .stories .story.video-story .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon {
    background-position: -548px 0;
  }
  .stories-one .stories .story .story-header {
    padding-top: 35px;
  }
  .stories-one .stories .story p {
    padding-left: 0;
  }
  .stories-one .stories .story#ct, .stories-one .stories .story#mitch-vid, .stories-one .stories .story#terry-vid {
    background: transparent;
  }
  .stories-one .stories .story#tn .story-header blockquote {
    background-image: url(../img/d-story-header-story3.png);
    width: 372px;
    height: 124px;
  }
  .stories-one .stories .story#tn .story-header .story-img {
    content: "";
    width: 210px;
    height: 140px;
    position: absolute;
    right: -20px;
    background: url(../img/d-story-header3.png) no-repeat;
  }
  .stories-one .stories .story#pa .story-header .story-img {
    content: "";
    width: 215px;
    height: 150px;
    position: absolute;
    left: -12px;
    top: -16px;
    margin-left: 0;
    background: url(../img/d-story-header4.png) no-repeat;
  }
  .stories-one .stories .story#pa .story-header blockquote {
    background-image: url(../img/d-story-header-story4.png);
    width: 351px;
    height: 133px;
    margin-left: 200px;
  }
  .stories-one .stories .story#oh .story-header {
    padding-bottom: 1em;
  }
  .stories-one .stories .story#oh .story-header .story-img {
    content: "";
    width: 209px;
    height: 146px;
    position: absolute;
    left: -12px;
    top: 10px;
    margin-left: 0;
    background: url(../img/d-story-header-wj.png) no-repeat;
  }
  .stories-one .stories .story#oh .story-header blockquote {
    background-image: url(../img/d-story-header-story-wj.png);
    width: 347px;
    height: 99px;
    margin-left: 200px;
  }
  .stories-one .stories .story .related-content {
    margin: 12px 12px 0;
    padding: 15px 30px;
  }
  .stories-one .stories .story .related-content:before {
    border-top: 12px solid #36084c;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -12px;
  }
  .stories-one .stories .story .related-content h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .stories-one .stories .story .related-content h3 + a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .stories-one .stories .story .related-content .related h2 {
    width: auto;
    margin-left: 0;
  }
  .stories-one .stories .story .related-content .related p {
    margin: 0;
  }
  .stories-one .stories .story .related-content .related > a {
    float: left;
  }
  .stories-one .stories .story .related-content .related img {
    width: 135px;
    margin: 0 20px;
  }
  .stories-one .stories .story .related-content .related-controls {
    margin-top: 22px;
  }
  .stories-one .stories .story .related-content .related-controls a {
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .stories-one .stories .story .related-content .related-controls span.prev {
    margin-right: 16px;
  }
  .stories-one .stories .story .related-content .related-controls span.next {
    margin-left: 16px;
  }
  .stories-one .stories + p, .stories-one .stories + p + p {
    padding: 0 32px;
    margin-bottom: 30px;
  }
  .stories-one .stories + p + .button, .stories-one .stories + p + p + .button {
    margin-bottom: 85px;
  }
}
@media only screen and (min-width: 48em) {
  .faq-one div.tab-top-holder {
    display: block;
    height: 244px;
    width: 600px;
  }
  .faq-one div.tab-top-holder div.tab-top {
    display: none;
    height: inherit;
    background-size: 600px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 90px 0px 0 20px;
    color: #fff;
    border-radius: 16px 16px 0px 0px;
  }
  .faq-one div.tab-top-holder div.tab-top.active {
    display: block;
  }
  .faq-one div.tab-top-holder div.tab-top#tab-top1 {
    background-image: url("../img/tab3top.jpg");
  }
  .faq-one div.tab-top-holder div.tab-top#tab-top2 {
    background-image: url("../img/tab2top.jpg");
  }
  .faq-one div.tab-top-holder div.tab-top#tab-top3 {
    background-image: url("../img/tab1top.jpg");
  }
  .faq-one div.tab-top-holder div.tab-top h3,
  .faq-one div.tab-top-holder div.tab-top p {
    color: #fff;
  }
  .faq-one div.tab-button-holder {
    height: 40px;
  }
  .faq-one div.tabs-holder .tabDesc {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .next-steps #spVideo,
  .next-steps #spVideo2,
  .next-steps .ContentVideoPlayer {
    width: 600px;
  }
  .next-steps #nextSteps .step .callout .button.guide {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 48em) {
  .partner-one h3.clipboard:before {
    content: "";
    top: -18px;
  }
  .partner-one .video-container .video-elem {
    background-image: url("../img/backgrounds/t-vid-partner.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .partner-one .video-container .video-elem {
    background-image: url("../img/backgrounds/t-vid-partner-2x.jpg");
    background-size: 600px 338px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-two {
    height: 458px;
    background-image: url("../img/backgrounds/t-partner-2.jpg");
    background-size: 999px 458px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .partner-two {
    background-image: url("../img/backgrounds/t-partner-2-2x.jpg");
    background-size: 999px 458px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-two .card-callout {
    position: relative;
  }
  .partner-two .card-callout:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -8px;
    width: 89px;
    height: 56px;
    background-image: url("../img/t-copay-card.png");
    background-size: 89px 56px;
    border: 1px solid #939598;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .partner-two .card-callout:before {
    background-image: url("../img/t-copay-card-2x.png");
    background-size: 89px 56px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-two .card-callout .card-callout-txt-d {
    display: block;
    margin-top: 4px;
    padding-left: 104px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-two .card-callout .button {
    padding-left: 104px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-three {
    min-height: 540px;
    padding-bottom: 48px;
    background-image: url("../img/backgrounds/t-partner-3.jpg");
    background-size: 999px auto;
    background-position: center bottom;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .partner-three {
    background-image: url("../img/backgrounds/t-partner-3-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .partner-three .left-col .zip-search {
    margin: 1.5em 0 2em 24px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-three .featured-question {
    margin-top: 190px;
  }
}
@media only screen and (min-width: 48em) {
  .partner-three .specialists {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 334px;
    margin-top: 48px;
  }
  .partner-three .specialists .specialist {
    -webkit-flex: 0 0 134px;
    -ms-flex: 0 0 134px;
    flex: 0 0 134px;
  }
  .partner-three .specialists .specialist .specialist-name {
    margin: 0;
    padding: 0;
    border-left: 0 none;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .partner-three .specialists .specialist .specialist-specialty {
    margin: 0;
    padding: 0;
    border-left: 0 none;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .partner-three .specialists .specialist .specialist-address {
    margin: 1em 0 0.75em;
    padding: 0;
    border-left: 0 none;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .partner-three .specialists .specialist .specialist-cta {
    display: block;
    margin: 0;
    padding-top: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 48em) {
  .wall-one .map .selectric-wrapper.selectric-open {
    z-index: 40;
  }
  .wall-one .map .selectric-wrapper .selectric {
    padding: 0 20px;
  }
  .wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li {
    padding-left: 20px;
  }
  .wall-one .map .region-map {
    width: 690px;
  }
  .wall-one .map .region-map .regions {
    display: block;
    margin: 30px 0;
  }
  .wall-one .map .region-map .regions a {
    font-size: 12px;
    font-size: 0.75rem;
    width: 100px;
    line-height: 32px;
    margin-right: 25px;
    display: inline-block;
  }
  .wall-one .map .region-map .featured-cure {
    display: block;
  }
  .wall-one .map .region-map .map-title {
    font-size: 35px;
    font-size: 2.1875rem;
    width: 405px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  .wall-one .map .region-map .map-title span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 15px;
  }
  .wall-one .map .region-map .map-title + .main-map {
    display: inline-block;
    width: 270px;
    height: 170px;
    margin-left: 15px;
    vertical-align: middle;
  }
  .wall-one .map .region-map .selectric-wrapper {
    margin-top: -70px;
  }
  .wall-one .map .full-map .map-action {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .wall-one .map .main-map {
    margin: 0 0 25px;
    display: block;
    height: 370px;
    width: 646px;
  }
  .wall-one .map .map-legend {
    float: right;
  }
  .wall-one .map .map-legend p {
    text-align: left;
  }
  .wall-one .map .map-legend .legend {
    width: 286px;
    height: 39px;
    background: url(../img/d-wall-legend.png);
  }
  .wall-one .map .selectric-wrapper {
    width: 172px;
    margin: 0 0 45px;
  }
  .wall-one .map .selectric-wrapper.selectric-open {
    background-color: transparent;
  }
  .wall-one .map .selectric-wrapper .selectric-items {
    color: #6d6f71;
    background: #e7e7e7;
    -webkit-box-shadow: 1.5px 2.598px 2.94px 0.06px rgba(0, 0, 0, 0.19);
    box-shadow: 1.5px 2.598px 2.94px 0.06px rgba(0, 0, 0, 0.19);
    margin-top: -15px;
    padding-top: 15px;
    width: 171px !important;
  }
  .wall-one .map .selectric-wrapper .selectric-items .selectric-scroll li {
    color: #6d6f71;
  }
  .wall-one .map .selectric-wrapper .selectric-items .selectric-scroll .jspVerticalBar .jspTrack .jspDrag {
    background: #83389b;
  }
  .wall-one .map .selectric-wrapper.selectric-above .selectric-items {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: -15px;
    padding-bottom: 15px;
  }
  .wall-one .map-results .wall-chart {
    margin: 0 0 25px;
  }
  .wall-one .map-results .wall-chart thead tr th {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .wall-one .map-results .wall-chart thead tr th:first-child {
    width: 210px;
  }
  .wall-one .map-results .wall-chart tbody {
    height: 190px;
  }
  .wall-one .map-results .wall-chart tbody tr td {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    line-height: 37px;
  }
  .wall-one .map-results .wall-chart tbody tr td:first-child {
    width: 210px;
    padding-left: 10px;
  }
  .wall-one .map-results .wall-chart tbody tr td.star:after {
    content: "★";
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 15px;
    right: 130px;
    position: absolute;
  }
  .wall-one .map-results .wall-chart tbody tr td.star:before {
    content: "Trailblazer";
    text-transform: uppercase;
    color: #83389b;
    font-size: 9px;
    font-size: 0.5625rem;
    position: absolute;
    right: 60px;
  }
  .wall-one .map-results .wall-chart tbody tr td[colspan="3"] {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    padding-left: 0;
  }
  .wall-one .map-results .wall-chart + .button {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 50px;
    width: auto;
  }
  .wall-one .map-return {
    text-align: right;
  }
  .wall-one .map-return a {
    display: inline-block;
  }
  .wall-one .featured-cure {
    padding: 25px;
    width: 616px;
    margin: 0 0 30px;
    height: 180px;
  }
  .wall-one .featured-cure h4 {
    margin-left: 340px;
    text-align: left;
  }
  .wall-one .featured-cure .featured {
    padding: 25px;
    height: 180px;
    left: 0;
  }
  .wall-one .featured-cure .featured .featured-img {
    width: 174px;
    height: 124px;
    float: left;
    margin: 0 25px 0 0;
  }
  .wall-one .featured-cure .featured blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
  }
  .wall-one .featured-cure .featured blockquote + p {
    text-align: center;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .wall-one .featured-cure .featured blockquote:before {
    margin-left: -16px;
  }
  .wall-one .featured-cure .featured .button {
    margin: 0 0 10px 310px;
    display: block;
    padding: 3px 33px;
    width: 150px;
    text-align: center;
  }
  .wall-one .featured-cure nav a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
  .wall-one .box {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .financial-insurance #spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp .icon,
  .financial-insurance #spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .slides .slide.callsp .icon {
    height: 52px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 48em) {
  .financial-insurance-one {
    padding-bottom: 0;
  }
  .financial-insurance-one .row .left {
    float: none;
    display: block;
  }
  .financial-insurance-one .row .call {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-top: 1.5em;
  }
  .financial-insurance-one .row .call .copy {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .financial-insurance-one .row .call a {
    cursor: text;
  }
  .financial-insurance-one .row .call a.big {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .financial-insurance-one .taptocall {
    display: none;
  }
  .financial-insurance-one .tab-container .tabs .tab {
    vertical-align: top;
  }
  .financial-insurance-one .tab-container .tabs .tab a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .financial-insurance-one .tab-container .box ul.copay > li > ul > li:first-child {
    position: relative;
    padding-right: 176px;
  }
  .financial-insurance-one .tab-container .box ul.copay > li > ul > li:first-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 156px;
    height: 130px;
    background: url("../img/copay-large.png") no-repeat left center;
    background-size: 156px 130px;
  }
}
@media only screen and (min-width: 48em) {
  .support-path-one .row .call {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .support-path-one .row .call .copy {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .support-path-one .row .call a.big {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and (min-width: 48em) {
  #spVideo .video,
  #spVideo2 .video,
  .ContentVideoPlayer .video {
    width: 600px;
    max-width: none;
    height: 338px;
    background: url("../img/support-path/t-sp-video-wallpaper.jpg") no-repeat left top;
  }
  #spVideo .video iframe,
  #spVideo2 .video iframe,
  .ContentVideoPlayer .video iframe {
    width: 642px;
    min-width: 0px;
    max-width: none;
    height: 361px;
  }
  #spVideo .contentWrapper,
  #spVideo2 .contentWrapper,
  .ContentVideoPlayer .contentWrapper {
    background: url("../img/support-path/t-video-player-bottom.png") no-repeat left top;
    padding-left: 11px;
  }
  #spVideo .contentWrapper .outerWrapper,
  #spVideo2 .contentWrapper .outerWrapper,
  .ContentVideoPlayer .contentWrapper .outerWrapper {
    background: url("../img/support-path/t-video-player-bottom.png") no-repeat right top;
    padding: 11px 10px 0px 0px;
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper {
    background-image: url("../img/support-path/d-bg-video-player-content.png");
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper .top,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .top,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 16px 28px 0px 28px;
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides {
    height: 120px;
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide {
    padding: 15px 28px;
    height: 120px;
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide8 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .support-path-two .spCircle {
    position: relative;
    width: 391px;
    height: 321px;
    background-size: 391px 321px;
  }
  .support-path-two .spCircle img {
    width: 391px;
    height: 321px;
  }
  .support-path-two .spCircle #infoFinancial {
    top: 45px;
    left: 65px;
  }
  .support-path-two .spCircle #infoInsurance {
    top: 265px;
    left: 200px;
  }
  .support-path-two .spCircle #infoSupport {
    top: 273px;
    left: -90px;
    width: 300px;
  }
}
@media only screen and (min-width: 48em) {
  .s_no_svg .support-path-two .spCircle {
    background-image: url("../img/support-path/d-sp-circle.png");
  }
}
@media only screen and (min-width: 48em) {
  .insurance-one {
    padding-top: 45px;
  }
  .insurance-one .button {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 48em) {
  .insurance-two .featured-question {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 48em) {
  .onward-one .box {
    width: 190px;
    min-height: 390px;
  }
  .onward-one .box:last-child {
    margin-right: 0px;
  }
  .onward-one .box.planning h4 {
    margin: 0 0 2.25em 0;
  }
}
@media only screen and (min-width: 48em) {
  .onward-two .left-col {
    padding-bottom: 50px;
  }
  .onward-two .featured-question {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 48em) {
  .cta-band {
    margin-top: 50px;
    padding: 15px 26px 15px 100px;
    border-radius: 26px 26px 0px 0px;
    -moz-border-radius-topleft: 40px 26px;
    -moz-border-radius-topright: 40px 26px;
    -webkit-border-top-left-radius: 40px 26px;
    -webkit-border-top-right-radius: 40px 26px;
    border-top-left-radius: 40px 26px;
    border-top-right-radius: 40px 26px;
  }
  .cta-band:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url("../img/logo-onward-petal.svg") no-repeat center center;
    left: 25px;
    top: -14px;
    width: 59px;
    height: 70px;
  }
  .s_no_svg .cta-band:before {
    background-image: url("../img/logo-onward-petal.png");
  }
}
@media only screen and (min-width: 48em) {
  .below-isi .main-content {
    padding: 0px;
  }
  .results-with-harvoni .below-isi .button {
    margin: 15px 0px 0px 0px;
  }
  .financial-assistance .below-isi .button {
    margin: 15px 0px 0px 0px;
  }
}
@media only screen and (min-width: 48em) {
  main > section .main-content .left-col .onward-logo {
    width: 244px;
    height: 41px;
    margin-top: 20px;
    margin-bottom: 28px;
    background-size: 244px 41px;
  }
  main > section .main-content .left-col .m-w-40,
  main > section .main-content .left-col .m-w-50,
  main > section .main-content .left-col .m-w-60,
  main > section .main-content .left-col .m-w-66 {
    width: auto;
  }
  main > section .main-content .left-col .t-w-50 {
    width: 50%;
  }
  main > section .main-content .left-col .t-w-60 {
    width: 60%;
  }
  main > section .main-content .left-col .t-w-66 {
    width: 66.6666666667%;
  }
  main > section.video-section {
    padding: 48px 10px;
  }
  main section {
    padding: 48px 10px;
  }
}
@media only screen and (min-width: 48em) {
  .video-container {
    left: 0;
    width: 600px;
    height: 338px;
  }
  .video-container .video-elem {
    width: 600px;
    height: 338px;
    padding-bottom: 0;
  }
  .video-container .video-overlay {
    padding: 80px 10px 40px 10px;
  }
  .video-container .video-overlay .video-play {
    width: 60px;
    height: 60px;
  }
  .video-container .video-overlay .video-title,
  .video-container .video-overlay .video-quote {
    max-width: 75%;
  }
}
@media only screen and (min-width: 48em) {
  .slide-in-panel {
    max-width: 66vw;
    height: 250px;
  }
  .slide-in-panel .slide-in-content {
    width: 66vw;
    height: 250px;
    padding: 40px 40px 30px 180px;
  }
  .slide-in-panel .slide-in-content .copay-card:before {
    background-image: url("../img/d-cta-card.png");
    background-size: 95px 76px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .slide-in-panel .slide-in-content .copay-card:before {
    background-image: url("../img/d-cta-card-2x.png");
    background-size: 95px 76px;
  }
}
@media only screen and (min-width: 48em) {
  .slide-in-panel.copay-slide-in .slide-in-content {
    padding: 40px 0 0 100px;
  }
}
@media only screen and (min-width: 48em) {
  .share-your-story .reg-form .main-content .left-col .form .row.row-dob, .share-your-story .reg-form .main-content .left-col .form .row.row-phone {
    max-width: 286px;
  }
  .share-your-story .reg-conf {
    min-height: 100vh;
    max-height: 1443px;
    background-image: url("../img/backgrounds/t-reg-form.jpg");
    background-size: 999px auto;
    background-position: center center;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .share-your-story .reg-conf {
    background-image: url("../img/backgrounds/t-reg-form-2x.jpg");
    background-size: 999px auto;
  }
}
@media only screen and (min-width: 48em) {
  .share-your-story .reg-conf .main-content .left-col .anim-panel {
    max-height: 540px;
    margin-top: 76px;
  }
  .share-your-story .reg-conf .main-content .left-col .lantern .lantern-img {
    left: -120px;
    width: 202px;
    height: 224px;
  }
  .share-your-story .reg-conf .main-content .left-col .lantern .lantern-img:after {
    top: 56px;
    left: 57px;
    width: 102px;
    height: 62px;
  }
}
@media only screen and (min-width: 48em) {
  .isi-content {
    max-width: 600px;
    min-width: 500px;
  }
}
@media only screen and (min-width: 48em) {
  #isi-fixed {
    /* @include background-hr-image-auto("../img/backgrounds/t-bg-footer", 994px, 220px, '.jpg', '-2x'); */
  }
  #isi-fixed .isi-content a {
    min-width: 500px;
    max-width: 600px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
  }
}
@media only screen and (min-width: 48em) {
  footer {
    margin-top: 50px;
  }
  .homepage footer {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 48em) {
  .footer-content {
    max-width: 600px;
    min-width: 500px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 48em) {
  .logo-gilead {
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -224px;
    width: 93px;
    height: 26px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .logo-gilead {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -267.5px;
    width: 93px;
    height: 26px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .homepage .logo-gilead {
    background-image: url(../img/sprites/t-global.png);
    background-position: 0px -174px;
    width: 89px;
    height: 25px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .homepage .logo-gilead {
    background-image: url(../img/sprites/t-global-x2.png);
    background-position: 0px -217.5px;
    width: 89px;
    height: 25px;
    background-size: 205px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 48em) {
  .video-callout {
    height: 96px;
    margin-top: 33px;
  }
  .video-callout:before {
    left: -webkit-calc(50% - 396px);
    left: calc(50% - 396px);
    width: 792px;
  }
  .video-callout.terry1:before {
    background-image: url("../img/t-callout-vid-terry1.png");
    background-size: 792px 96px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .video-callout.terry1:before {
    background-image: url("../img/t-callout-vid-terry1-2x.png");
    background-size: 792px 96px;
  }
}
@media only screen and (min-width: 48em) {
  .video-callout.terry2 {
    margin-top: 0;
  }
  .video-callout.terry2:before {
    background-image: url("../img/t-callout-vid-terry2.png");
    background-size: 792px 96px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .video-callout.terry2:before {
    background-image: url("../img/t-callout-vid-terry2-2x.png");
    background-size: 792px 96px;
  }
}
@media only screen and (min-width: 48em) {
  .video-callout.mitch1 {
    height: 102px;
  }
  .video-callout.mitch1:before {
    background-image: url("../img/t-callout-vid-mitch1.png");
    background-size: 792px 102px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .video-callout.mitch1:before {
    background-image: url("../img/t-callout-vid-mitch1-2x.png");
    background-size: 792px 102px;
  }
}
@media only screen and (min-width: 48em) {
  .video-callout.mitch2 {
    margin-top: 17px;
    height: 104px;
  }
  .video-callout.mitch2:before {
    background-image: url("../img/t-callout-vid-mitch2.png");
    background-size: 792px 104px;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  .video-callout.mitch2:before {
    background-image: url("../img/t-callout-vid-mitch2-2x.png");
    background-size: 792px 104px;
  }
}
@media only screen and (min-width: 48em) {
  #spVideo.modal-vid,
  #spVideo2.modal-vid {
    width: 642px !important;
  }
  #spVideo.modal-vid .video,
  #spVideo2.modal-vid .video {
    width: 642px;
    height: 361px;
  }
  #spVideo.modal-vid .contentWrapper,
  #spVideo2.modal-vid .contentWrapper {
    background: none;
    padding-left: 0;
    border: 11px solid transparent;
    border-top: 11px solid #36084c;
    max-width: 1290px;
    width: 642px !important;
  }
  #spVideo.modal-vid .contentWrapper .outerWrapper,
  #spVideo2.modal-vid .contentWrapper .outerWrapper {
    background: none;
    padding: 0;
  }
  #spVideo.modal-vid .contentWrapper .outerWrapper .innerWrapper .top,
  #spVideo2.modal-vid .contentWrapper .outerWrapper .innerWrapper .top {
    padding: 16px 28px;
  }
  #spVideo.modal-vid .relcon,
  #spVideo2.modal-vid .relcon {
    display: table;
    width: 100%;
  }
  #spVideo.modal-vid .relcon > div,
  #spVideo2.modal-vid .relcon > div {
    display: table-cell;
    width: 54.2574257426%;
    padding: 0 10px 0 20px;
    vertical-align: top;
  }
  #spVideo.modal-vid .relcon > div + div,
  #spVideo2.modal-vid .relcon > div + div {
    width: 45.7425742574%;
    padding: 0 20px 0 30px;
    border-left: 1px solid #fff;
    border-top: 0;
    margin: 0;
  }
  #spVideo.modal-vid .relcon .vid-copy,
  #spVideo2.modal-vid .relcon .vid-copy {
    width: 50%;
  }
  #spVideo.modal-vid .relcon .icon-pin,
  #spVideo2.modal-vid .relcon .icon-pin {
    display: inline-block;
    padding-left: 25px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    position: relative;
  }
  #spVideo.modal-vid .relcon .icon-pin a,
  #spVideo2.modal-vid .relcon .icon-pin a {
    margin-top: 10px;
  }
  #spVideo.modal-vid .relcon .icon-pin a:before,
  #spVideo2.modal-vid .relcon .icon-pin a:before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230.1%22%20height%3D%2220.9%22%20viewBox%3D%220%200%2030.1%2020.9%22%3E%3Cpath%20d%3D%22M29.7%2011.6a2%202%200%200%200-.4-2.8L18.6.4c-2-1.6-4.5%201.5-2.5%203.1l6.2%204.9H1.9c-2.6%200-2.6%204%200%204h20.4l-6.2%204.9c-2%201.6.4%204.8%202.5%203.1L29.3%2012z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 13px;
    content: "";
    display: inline-block;
    height: 9px;
    margin-right: 5px;
    position: relative;
    width: 13px;
  }
  #spVideo.modal-vid .relcon .icon-pin:before,
  #spVideo2.modal-vid .relcon .icon-pin:before {
    content: "";
    background-image: url("../img/vid-overlay-pin.png");
    background-size: 100% auto;
    width: 20px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 48em) and (min-resolution: 120dppx) {
  #spVideo.modal-vid .relcon .icon-pin:before,
  #spVideo2.modal-vid .relcon .icon-pin:before {
    background-image: url("../img/vid-overlay-pin-2x.png");
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 48em) {
  #spVideo.modal-vid a.close,
  #spVideo2.modal-vid a.close {
    width: 36px;
    height: 36px;
    top: -36px;
    right: -40px;
  }
}
@media only screen and (min-width: 48em) {
  div.modal-external {
    width: 600px;
    -x-data-width: 600px;
    max-width: none;
    border-width: 3px;
    border-radius: 16px;
  }
  div.modal-external a.close {
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border-radius: 19px;
    background-size: 11px 11px;
  }
  div.modal-external .modal-content {
    padding: 30px 45px;
  }
  div.modal-external .modal-content p.header {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  div.modal-external .modal-content p.buttons a.button {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    width: 38%;
    margin: 1em 5%;
  }
  div.modal-external .modal-content p.buttons a.button:after {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  .no-mobile {
    display: inline;
  }
}
@media only screen and (min-width: 48em) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 48em) {
  br.mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .container {
    padding-top: 146px;
  }
  .container main {
    padding-top: 0px;
  }
  .homepage .container main {
    background-image: none;
  }
  .container main section:first-child {
    padding-top: 76px;
  }
  .container main section:first-child .left-col h2 {
    margin-top: 0;
  }
  .container main section:first-child .right-col .sticky-isi {
    padding-bottom: 50px;
    min-width: 297px;
    padding-right: 20px;
  }
  .container main section:first-child .right-col .sticky-isi h2 {
    line-height: 28px;
  }
  .container main section:first-child .right-col .sticky-isi p:first-child {
    margin-top: 9px;
  }
  .homepage .container, .site-map .container, .contact-us .container, .replace-coupon .container, .unsubscribe .container, .error-page .container {
    padding-top: 86px;
  }
  .homepage .container main section:first-child .right-col .sticky-isi p:first-child {
    margin-top: 0;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .button.petal:before {
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -1013px;
    width: 85px;
    height: 54px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .button.petal:before {
    background-image: url(../img/sprites/d-global-x2.png);
    background-position: 0px -881px;
    width: 85px;
    height: 54px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) {
  .featured-question {
    margin: 91px 0 0;
  }
  .featured-question dt:before,
  .featured-question dd:before {
    font-size: 48px;
    font-size: 3rem;
  }
  .featured-question dt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 62.5em) {
  header {
    padding: 15px 0 0;
    height: 86px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
  }
}
@media only screen and (min-width: 62.5em) {
  .header-content {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 62.5em) {
  .logo-harvoni-mobile {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .logo-harvoni {
    display: block;
  }
}
@media only screen and (min-width: 62.5em) {
  .header-right .nav-utility {
    margin-bottom: 0;
    width: 100%;
    display: flex;
  }
  .header-right .nav-utility li {
    display: inline-block;
    width: auto;
  }
  .header-right .nav-utility li.isi-link, .header-right .nav-utility li.call {
    display: inline-block;
  }
  .header-right .nav-utility li.call {
    font-family: "Gotham 7r", "Gotham A", "Gotham B";
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3888888889em;
    color: #83389b;
    position: relative;
  }
  .header-right .nav-utility a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.5em;
    text-align: left;
  }
  .header-right .nav-utility li:nth-child(2) a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header-right .button-save {
    display: none;
  }
  .header-right .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .nav-main {
    display: none;
    top: 39px;
    left: 0;
    background-color: transparent;
    background-image: none;
    text-align: center;
  }
  .nav-main > ul {
    max-width: 1000px;
    width: 1000px;
    height: 47px;
    padding-left: 225px;
    display: inline-block;
    margin: 0 auto;
    text-align: justify;
  }
  .nav-main > ul:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .nav-main > ul > li {
    font-family: "Gotham 7r", "Gotham A", "Gotham B";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    width: auto;
    height: 47px;
    padding: 0.85em 0;
  }
  .nav-main > ul > li > a {
    color: #4f758b;
    border-bottom: 0;
    text-transform: uppercase;
    position: relative;
  }
  .nav-main > ul > li:hover > a, .nav-main > ul > li.active > a {
    color: #83389b;
  }
  .nav-main > ul > li.active .sub-nav {
    display: block;
  }
  .nav-main > ul > li.find-a-specialist {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .nav-main > ul > li.find-a-specialist > a {
    padding: 8px 14px 4px;
    background-color: #ebebeb;
    color: #83389b;
  }
  .nav-main > ul > li.find-a-specialist > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -230px;
    width: 19px;
    height: 20px;
  }
  .nav-main > ul > li.find-a-specialist .find-zip-input {
    position: absolute;
    display: none;
    width: 100%;
    padding: 8px 14px;
    background-color: #ebebeb;
  }
  .nav-main > ul > li.find-a-specialist .find-zip-input .find-zip-submit {
    top: 26px;
    right: 6px;
    background-color: #ebebeb;
  }
  .nav-main > ul > li.find-a-specialist .find-zip-input .find-zip-submit:after {
    background-image: url(../img/sprites/arrows.png);
    background-position: -134px center;
    width: 19px;
    background-size: 243px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .nav-main > ul > li.find-a-specialist .find-zip-input .find-zip-submit:after {
    background-image: url(../img/sprites/arrows-x2.png);
    background-position: -65px center;
    width: 18px;
    background-size: 241px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) {
  .nav-main > ul > li.find-a-specialist.show-zip .find-zip-input {
    display: block;
  }
}
@media only screen and (min-width: 62.5em) {
  .nav-main li {
    font-family: "Gotham 7r", "Gotham A", "Gotham B";
    font-weight: 700;
    font-style: normal;
  }
  .nav-main li a {
    color: #cc9fd4;
    text-decoration: none;
    display: inline-block;
    padding: 0.15em 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .nav-main .sub-nav {
    display: none;
    background-color: #83389b;
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: 60px;
    max-height: 60px;
    text-align: center;
  }
  .nav-main .sub-nav .marker {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 8px solid #83389b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
  }
  .nav-main .sub-nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
  }
  .nav-main .sub-nav li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-height: 60px;
  }
  .nav-main .sub-nav li + li {
    padding-left: 28px;
  }
  .nav-main .sub-nav li a {
    text-transform: uppercase;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 0;
  }
  .nav-main .sub-nav li:hover a, .nav-main .sub-nav li.active a {
    color: #fff;
  }
}
@media only screen and (min-width: 62.5em) {
  .main-content {
    max-width: inherit;
    width: 1000px;
  }
  .main-content .left-col {
    width: 642px;
    float: left;
    margin-right: 80px;
  }
  .main-content .right-col {
    display: inline-block;
    width: 278px;
    float: left;
    position: relative;
  }
}
@media only screen and (min-width: 62.5em) {
  .result-table {
    float: left;
  }
  .result-table td,
  .result-table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .result-table .first-col.two {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .result-table .final-row-stacked td {
    padding-bottom: 5px;
  }
  .result-table .final-row-stacked td:after {
    bottom: 0px;
  }
  .result-table .final-row-stacked td.first-col {
    border-radius: 0px;
  }
  .result-table .final-row-stacked td.last-col {
    border-radius: 0px;
  }
  .result-table .final-row-stacked td.purple-col {
    border-radius: 0px;
  }
  .result-table tr.desktop-no-border td:after {
    background-color: #fff;
  }
  .result-table tr.desktop-no-border td.purple-col:after {
    background-color: #83389b;
  }
}
@media only screen and (min-width: 62.5em) {
  .cure-map {
    background-repeat: no-repeat;
    background-image: url("../img/d-cure-map.jpg") !important;
    background-size: 773px auto;
    background-position: center top;
    width: 773px;
    height: 452px;
    margin-top: 25px;
    margin-left: -73px;
  }
}
@media only screen and (min-width: 62.5em) {
  .full-bleed.i-am-cured {
    min-height: 730px;
    height: 730px;
    max-height: none;
    background-image: url("../img/backgrounds/d-homepage-landing.png");
    background-position: 50% 82%;
  }
  .full-bleed.cure-rates {
    height: 770px;
    max-height: none;
    background-image: url("../img/backgrounds/d-homepage-2.jpg");
    background-size: 1920px;
    background-position: center center;
  }
  .full-bleed.patient-stories {
    height: 568px;
    background-color: #0c111a;
    background-position: center center;
    background-image: url("../img/backgrounds/d-homepage-3.jpg");
    background-size: 1920px;
  }
  .full-bleed.testimonial {
    min-height: 754px;
    max-height: none;
    /*&.lowres {
      background-image: url("../img/backgrounds/d-homepage-5-low-res.jpg");
    }*/
  }
  .full-bleed.testimonial .right-col h2 {
    margin-top: 0;
  }
  .full-bleed.testimonial:before {
    background-image: url("../img/backgrounds/d-homepage-5.jpg");
    background-position: 56% 50%;
    background-size: cover;
  }
  .full-bleed.about-one {
    background-image: url("../img/backgrounds/d-about-1.jpg");
    background-size: 1920px;
    background-position: center bottom;
    height: auto;
    max-height: inherit;
  }
  .full-bleed.treatment-one {
    background-image: url("../img/backgrounds/d-treatment-1.jpg");
    background-size: 1920px;
    height: 979px;
    min-height: 0;
    max-height: none;
  }
  .full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
    background-image: url("../img/backgrounds/d-bg-faq.jpg");
    background-size: 1920px auto;
    background-position: center center;
    height: auto;
    min-height: 596px;
    max-height: 783px;
    padding-top: 90px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .full-bleed.results-two, .full-bleed.financial-two, .full-bleed.insurance-two, .full-bleed.onward-two {
    background-image: url("../img/backgrounds/d-bg-faq-2x.jpg");
    background-size: 1920px auto;
  }
}
@media only screen and (min-width: 62.5em) {
  .bv_8 .full-bleed.results-two, .bv_8 .full-bleed.financial-two, .bv_8 .full-bleed.insurance-two, .bv_8 .full-bleed.onward-two {
    min-height: 0;
    max-height: 596px;
    height: 596px !important;
  }
}
@media only screen and (min-width: 62.5em) {
  .full-bleed.partner-three {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 62.5em) {
  .full-bleed.support-path-two {
    background-image: url("../img/backgrounds/d-support-path-2.jpg");
    background-size: 1920px 510px;
    background-position: center bottom;
    height: 510px;
    min-height: 0px;
    max-height: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .i-am-cured .left-col {
    margin-top: 0;
    margin-left: 0;
  }
  .i-am-cured .left-col .watch-commercial {
    top: -32px;
    left: auto;
    right: -278px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .i-am-cured .left-col h2,
  .i-am-cured .left-col h1 {
    text-align: left;
  }
  .i-am-cured .left-col h2 {
    white-space: nowrap;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .i-am-cured .left-col h2.no-mobile {
    display: block;
  }
  .i-am-cured .left-col h1 {
    font-size: 76px;
    font-size: 4.75rem;
  }
  .i-am-cured .left-col h1.no-mobile {
    display: block;
    margin-left: -0.35rem;
  }
  .i-am-cured .left-col .hero-copy {
    margin-top: 12px;
  }
  .i-am-cured .left-col .hero-copy p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .i-am-cured .left-col p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .i-am-cured .left-col .flavor-text {
    width: 432px;
    margin-bottom: 0;
    padding-left: 10px;
  }
  .i-am-cured .left-col .small-text {
    width: 376px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #333;
  }
  .i-am-cured .left-col .cure-text {
    margin-top: 0;
    color: #83389b;
  }
  .i-am-cured .left-col .button.petal {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  .i-am-cured .right-col h2,
  .i-am-cured .right-col p,
  .i-am-cured .right-col li,
  .i-am-cured .right-col li:before,
  .i-am-cured .right-col strong,
  .i-am-cured .right-col .question {
    color: #fff !important;
  }
}
@media only screen and (min-width: 62.5em) {
  .home-ticker .main-content {
    padding: 12px 0;
  }
  .home-ticker .main-content .ticker-lantern {
    left: 10px;
  }
  .home-ticker p {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
    padding-top: 6px;
  }
  .home-ticker a {
    margin: 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .cure-rates {
    padding: 76px 0 0;
  }
  .cure-rates .main-content {
    margin-bottom: 158px;
  }
  .cure-rates .left-col {
    margin-left: 0;
  }
  .cure-rates .left-col h2 {
    margin-right: -48px;
  }
  .cure-rates .left-col p {
    margin: 0 0 3em 0;
  }
  .cure-rates .left-col p.exit-sofvel {
    margin: 3em 0 0 0;
  }
  .cure-rates .left-col a.arrow {
    font-size: 17px;
    font-size: 1.0625rem;
    /*color: $white;*/
  }
  .cure-rates .left-col .petal-link {
    margin-top: 50px;
  }
  .cure-rates .right-col {
    /*h2,
    p,
    .question,
    li,
    li:before {
      color: $white!important;
    }*/
  }
}
@media only screen and (min-width: 62.5em) {
  .patient-stories {
    padding: 60px 0 0 0;
  }
  .patient-stories .main-content {
    margin-bottom: 170px;
  }
  .patient-stories .left-col {
    width: 270px;
    margin-right: 452px;
    margin-left: 0;
  }
  .patient-stories .left-col h2 {
    margin-top: 0.83em;
  }
  .patient-stories .left-col p {
    margin-bottom: 3em;
    padding-right: 48px;
  }
  .patient-stories .left-col a.arrow {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .patient-stories .right-col h2,
  .patient-stories .right-col p,
  .patient-stories .right-col strong,
  .patient-stories .right-col .question,
  .patient-stories .right-col li,
  .patient-stories .right-col li:before,
  .patient-stories .right-col a {
    color: #fff !important;
  }
}
@media only screen and (min-width: 62.5em) {
  .stories-one .thumbnails > a.thumbnail:hover blockquote {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #4f758b;
    display: block;
    top: 0;
    left: 0;
    padding: 8px 4px;
    z-index: 15;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    margin: 0;
  }
  .stories-one .thumbnails > a.thumbnail:hover blockquote b {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .stories-one a.action {
    left: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .wall-one .left-col p.leftside {
    width: 355px;
    float: left;
    margin-top: 0;
  }
  .wall-one .subhead {
    width: 260px;
    float: right;
    margin-left: 25px;
  }
  .wall-one .subhead p {
    margin-top: 0;
  }
  .wall-one .subhead p + p {
    margin-bottom: 0;
  }
  .wall-one .map .main-map .map-marker {
    display: inline-block;
    width: 52px;
    height: 54px;
    position: absolute;
    background: url(../img/wall-marker.png) no-repeat;
    margin: 0 -20px 0 0;
    z-index: 10;
  }
  .wall-one .map .main-map .map-marker.nv {
    right: 86.0681114551%;
    bottom: 56.7123287671%;
  }
  .wall-one .map .main-map .map-marker.tn {
    right: 212px;
    bottom: 180px;
  }
  .wall-one .map .main-map .map-marker.pa {
    right: 82px;
    bottom: 264px;
  }
  .wall-one .map .main-map .map-marker.ct {
    right: 49px;
    bottom: 284px;
  }
  .wall-one .map .main-map .map-marker.oh {
    right: 146px;
    bottom: 261px;
  }
  .wall-one .map .main-map .map-marker.fresnoCA {
    right: 602px;
    bottom: 201px;
  }
  .wall-one .map .main-map .map-marker.colfaxCA {
    right: 613px;
    bottom: 234px;
  }
  .wall-one .map .main-map .region .label {
    background: #83389b;
    font-weight: bold;
    opacity: 0.85;
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.36);
    position: absolute;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
    padding: 0 8px;
  }
  .wall-one .map .main-map .region .label:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-top: 14px solid #83389b;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
  }
  .wall-one .map .main-map .region.active .label {
    display: inline-block;
  }
  .wall-one .map .main-map .story {
    width: 280px;
    height: 160px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    position: absolute;
    z-index: 10;
  }
  .wall-one .map .main-map .story.tn {
    top: 55px;
    left: 178px;
  }
  .wall-one .map .main-map .story.nv {
    top: 100px;
    left: 70px;
  }
  .wall-one .map .main-map .story.pa {
    top: 60px;
    left: 290px;
  }
  .wall-one .map .main-map .story.ct {
    top: 16px;
    left: 337px;
  }
  .wall-one .map .main-map .story.oh {
    top: 30px;
    left: 250px;
  }
  .wall-one .map .main-map .story .close {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #83389b;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    display: inline-block;
    background: #fff;
  }
  .wall-one .map .main-map .story .featured-img {
    width: 148px;
    height: 107px;
    margin: -56px auto 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .wall-one .map .main-map .story .featured-img.ct {
    background-image: url(../img/marker-img1.png);
  }
  .wall-one .map .main-map .story .featured-img.tn {
    background-image: url(../img/marker-img3.png);
  }
  .wall-one .map .main-map .story .featured-img.pa {
    background-image: url(../img/marker-img4.png);
  }
  .wall-one .map .main-map .story .featured-img.oh {
    background-image: url(../img/marker-img-wj.png);
  }
  .wall-one .map .main-map .story .featured-img.fresnoCA {
    background-image: url(../img/marker-img-tc.png);
  }
  .wall-one .map .main-map .story .featured-img.colfaxCA {
    background-image: url(../img/marker-img-ms.png);
  }
  .wall-one .map .main-map .story blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    line-height: 16px;
    color: #83389b;
    padding: 0;
    width: 200px;
    margin: 0 auto 4px;
    display: block;
    font-weight: bold;
  }
  .wall-one .map .main-map .story blockquote:before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 14px;
    content: "“";
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
  }
  .wall-one .map .main-map .story blockquote:after {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 14px;
    content: "”";
    display: inline-block;
    vertical-align: middle;
  }
  .wall-one .map .main-map .story blockquote + p {
    font-size: 11px;
    font-size: 0.6875rem;
    color: #83389b;
    margin: 0 auto 4px;
    width: 200px;
    text-align: center;
  }
  .wall-one .map .main-map .story .button {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px 0;
    width: 190px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
  }
  .wall-one .map .main-map .story .button:after {
    display: none;
  }
  .wall-one .box .box-column {
    width: 293px;
    height: 166px;
    padding-right: 25px;
    float: left;
    position: relative;
    border-right: 1px solid #83389b;
  }
  .wall-one .box .box-column p {
    margin-top: 0;
  }
  .wall-one .box .box-column .button {
    position: absolute;
    bottom: 0;
    width: 270px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .wall-one .box hr {
    display: none;
  }
  .wall-one .box hr + .box-column {
    padding-right: 0;
    padding-left: 25px;
    border-right: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial {
    padding-top: 76px;
  }
  .testimonial .left-col {
    margin-top: 12px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .testimonial .left-col .video-container {
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .testimonial .left-col .quote {
    padding-top: 142px;
  }
  .testimonial .left-col .quote q {
    width: 355px;
    height: 68px;
    margin-right: 10px;
    background-image: url("../img/d-quote-terry.png");
    background-size: 355px 68px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .testimonial .left-col .quote q {
    background-image: url("../img/d-quote-terry-2x.png");
    background-size: 355px 68px;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .quote p {
    width: 320px;
    margin: 1.5em 48px 1.5em auto;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .watch {
    margin-right: 60px;
  }
  .testimonial .left-col .watch a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 67px;
  }
  .testimonial .left-col .watch a span {
    margin-left: 18px;
  }
  .testimonial .left-col .watch a:before {
    width: 67px;
    height: 67px;
    background-size: 67px;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .small-quote {
    margin-left: 71px;
    padding-left: 50px;
  }
  .testimonial .left-col .small-quote:before {
    width: 335px;
  }
  .testimonial .left-col .small-quote:after {
    left: 40px;
    top: 31px;
    width: 113px;
    height: 83px;
    background-image: url("../img/d-thumbnail-carol.png");
    background-size: 113px 83px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .testimonial .left-col .small-quote:after {
    background-image: url("../img/d-thumbnail-carol-2x.png");
    background-size: 113px 83px;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .small-quote q {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 115px;
    width: 275px;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .small-quote cite {
    padding: 9px 0 0 115px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .small-quote .watch {
    padding-left: 42px;
  }
  .testimonial .left-col .small-quote .watch a {
    line-height: 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .testimonial .left-col .small-quote .watch a span {
    margin-left: 10px;
  }
  .testimonial .left-col .small-quote .watch a:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .left-col .VideoPlayer {
    margin: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .testimonial .right-col {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (min-width: 62.5em) {
  .purple-bar .main-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .purple-bar .main-content h3 {
    -webkit-flex: 2 0 100%;
    -ms-flex: 2 0 100%;
    flex: 2 0 100%;
    margin-bottom: 16px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .purple-bar .main-content p {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 24px 0 0;
  }
  .purple-bar .main-content .gs-input {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 30px;
  }
  .purple-bar .main-content .gs-field {
    width: 188px;
    padding: 10px 12px;
    font-size: 16px;
    font-size: 1rem;
  }
  .purple-bar .main-content .gs-submit {
    width: 35px;
    height: 35px;
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -275px;
    width: 17px;
    height: 22px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .purple-bar .main-content .gs-submit {
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -137.5px;
    width: 8.5px;
    height: 11px;
    background-size: 95px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) {
  .about-one .left-col {
    width: 592px;
    margin-right: 130px;
    margin-top: 0;
  }
  .about-one .left-col h2 {
    margin-top: 0;
  }
  .about-one .left-col .intro {
    width: 510px;
  }
  .about-one .left-col .intro + p {
    padding-right: 150px;
  }
  .about-one .left-col .mob-narrow {
    width: 410px;
    padding-right: 0;
  }
  .about-one .left-col .mob-narrow + .small-text {
    width: 410px;
    padding-right: 0;
  }
  .about-one .button {
    margin-top: 48px;
  }
  .about-one .petal-link {
    margin: 48px 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .about-two .left-col .video-container.terry .video-elem {
    background-image: url("../img/backgrounds/d-vid-about.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.mitch .video-elem {
    background-image: url("../img/backgrounds/d-vid-mitch.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.carol .video-elem {
    background-image: url("../img/backgrounds/d-vid-carol.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.bill .video-elem {
    background-image: url("../img/backgrounds/d-vid-bill.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.rebecca .video-elem {
    background-image: url("../img/backgrounds/d-vid-rebecca.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.rob .video-elem {
    background-image: url("../img/backgrounds/d-vid-rob.jpg");
    background-size: 642px;
  }
  .about-two .left-col .video-container.shayne .video-elem {
    background-image: url("../img/backgrounds/d-vid-shayne.jpg");
    background-size: 642px;
  }
}
@media only screen and (min-width: 62.5em) {
  .about-three .about-genotype {
    padding: 20px 16px 42px;
  }
  .about-three .genotype-75 h4,
  .about-three .genotype-75 p {
    -webkit-flex: 0 1 470px;
    -ms-flex: 0 1 470px;
    flex: 0 1 470px;
  }
  .about-three .chart-75 {
    top: -12px;
    width: 140px;
    height: 140px;
  }
  .about-three .chart-75 span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .about-three .chart-sofo {
    width: 642px;
    height: 236px;
    margin: 28px 0;
    background-image: url("../img/d-chart-sofo.png");
    background-size: 642px 236px;
  }
}
@media only screen and (min-width: 62.5em) {
  .results-with-harvoni section .left-col {
    width: 682px;
    margin-right: 40px;
  }
}
@media only screen and (min-width: 62.5em) {
  .results-one .result-table .final-row-sidexside {
    display: table-row;
  }
  .results-one .result-table.tbl1 caption, .results-one .result-table.tbl2 caption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .results-one .result-table.tbl1 {
    width: 48.4423676012%;
    margin-right: 3.1152647975%;
  }
  .results-one .result-table.tbl1 .first-col {
    width: 50%;
  }
  .results-one .result-table.tbl1 .first-col.two strong {
    display: inline-block;
    padding-right: 65px;
  }
  .results-one .result-table.tbl1 .mid-col {
    width: 25%;
  }
  .results-one .result-table.tbl1 .purple-col {
    width: 25%;
  }
  .results-one .result-table.tbl2 {
    width: 48.4423676012%;
  }
  .results-one .result-table.tbl2 td:after {
    margin-top: 41px;
  }
  .results-one .result-table.tbl2 .first-col {
    width: 50%;
  }
  .results-one .result-table.tbl2 .mid-col {
    width: 25%;
  }
  .results-one .result-table.tbl2 .purple-col {
    width: 25%;
  }
  .results-one .result-table td,
  .results-one .result-table th {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .results-one .result-table .first-col {
    width: 132px;
  }
  .results-one .result-table .first-col.two {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
  }
  .results-one .result-table .mid-col {
    width: 87px;
  }
  .results-one .result-table .purple-col {
    width: 94px;
  }
}
@media only screen and (min-width: 62.5em) {
  .results-two {
    padding-top: 108px;
    padding-bottom: 47px;
  }
  .results-two .brochure {
    margin-top: 107px;
  }
}
@media only screen and (min-width: 62.5em) {
  .safety-one {
    padding: 55px 0 94px;
  }
  .safety-one .button {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 62.5em) {
  .request-info main section .main-content .left-col .timeline {
    width: 642px;
    padding-top: 102px;
  }
  .request-info main section .main-content .left-col .timeline div {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .container main section.treatment-one .headline {
    width: auto;
  }
  .container main section.treatment-one .main-content .right-col h2,
  .container main section.treatment-one .main-content .right-col ul li {
    color: #fff;
  }
  .container main section.treatment-one .main-content .right-col .sticky-isi strong,
  .container main section.treatment-one .main-content .right-col .sticky-isi .question,
  .container main section.treatment-one .main-content .right-col .sticky-isi ul.bulleted li:before {
    color: #fff;
  }
}
@media only screen and (min-width: 62.5em) {
  .treatment-two .left-col .video-container .video-elem {
    background-image: url("../img/backgrounds/d-vid-treatment.jpg");
    background-size: 642px 361px;
  }
}
@media only screen and (min-width: 62.5em) {
  .treatment-three .main-content .treatment-consider ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 48px;
    -webkit-column-gap: 48px;
    column-gap: 48px;
  }
  .treatment-three .main-content .treatment-consider ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-top: 0;
  }
  .treatment-three .main-content .result-table {
    /*&.tbl1 {
      caption {
        padding: 0.5em 0px 1.5em 0px;
      }
    }*/
  }
  .treatment-three .main-content .result-table.tbl1, .treatment-three .main-content .result-table.tbl2 {
    width: 48.4423676012%;
    margin-left: 3.1152647975%;
  }
  .treatment-three .main-content .result-table.tbl1:first-child, .treatment-three .main-content .result-table.tbl2:first-child {
    margin-left: 0px;
  }
  .treatment-three .main-content .result-table.tbl1 caption, .treatment-three .main-content .result-table.tbl2 caption {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .treatment-three .main-content .sticky-isi h2 {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .side-effects-one .box {
    max-width: 314px;
    margin-right: 13px;
  }
  .side-effects-one .box + .box {
    margin-right: 0;
  }
  .bv_8 .side-effects-one .box {
    margin-right: 7px;
  }
  .side-effects-one .box.weakness {
    margin-left: 164px;
  }
}
@media only screen and (min-width: 62.5em) {
  .treatment-four figure figcaption {
    padding: 16px 32px 16px 24px;
  }
  .treatment-four .icon-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .treatment-four .icon-list li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 32px;
  }
  .treatment-four .icon-list li p {
    padding: 0 36px 0 16px;
  }
}
@media only screen and (min-width: 62.5em) {
  .faq-one {
    padding: 50px 0;
  }
  .faq-one div.tab-top-holder {
    height: 260px;
    width: 642px;
  }
  .faq-one div.tab-top-holder div.tab-top {
    background-size: 642px;
  }
  .faq-one div.tab-button-holder a.tab-button#tab-button1 {
    /*width:40%;
    max-width:152px;*/
  }
  .faq-one div.tab-button-holder a.tab-button#tab-button2 {
    /*width:24%;*/
  }
  .faq-one div.tab-button-holder a.tab-button#tab-button3 {
    /*width:33%;*/
  }
  .faq-one h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .faq-one h3 button {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .faq-one dl {
    padding: 24px 0;
    margin-right: 0;
  }
  .faq-one dt {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 110px;
  }
  .faq-one dt:after {
    right: 10px;
  }
  .faq-one ul.faq li h3 {
    display: none;
  }
  .faq-one ul.faq li h3 + p {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .next-steps #nextSteps {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .next-steps #nextSteps .statementHeader {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .next-steps #nextSteps .statements {
    display: table-row;
  }
  .next-steps #nextSteps .statements .statement {
    display: table-cell;
    position: relative;
    width: 200px;
    height: 204px;
    padding: 15px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    background-image: url("../img/next-steps/d-bg-statements.png");
    background-size: auto;
    border-radius: 15px;
  }
  .next-steps #nextSteps .statements .statement .wrapper {
    display: block;
    width: auto;
    height: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    text-align: center;
    background-color: transparent;
    background-image: none;
  }
  .next-steps #nextSteps .statements .statement .wrapper:before {
    display: none;
  }
  .next-steps #nextSteps .statements .statement:hover, .next-steps #nextSteps .statements .statement.hover {
    color: #fff;
  }
  .next-steps #nextSteps .statements .statement.active {
    left: 64px !important;
    width: 511px;
    height: 58px;
    margin: 0px auto;
    padding: 0px 15px 0px 140px;
    color: #fff;
  }
  .next-steps #nextSteps .statements .statement.active .wrapper {
    padding-right: 20px;
    text-align: left;
    background-color: transparent;
  }
  .next-steps #nextSteps .statements .statement.active .wrapper:after {
    display: none;
  }
  .next-steps #nextSteps .statements .statement.active:after {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    top: 10px;
    right: 10px;
    background: url("../img/next-steps/d-bg-statements-x.png") no-repeat right top;
    background-size: 11px 11px;
  }
  .next-steps #nextSteps .statements .statement.statement1 {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .statements .statement.statement1:hover, .next-steps #nextSteps .statements .statement.statement1.hover {
    background-position: -250px 0px;
  }
  .next-steps #nextSteps .statements .statement.statement1.active {
    background-position: 0px -250px;
  }
  .next-steps #nextSteps .statements .statement.statement2 {
    left: 20px;
    background-position: 0px -350px;
  }
  .next-steps #nextSteps .statements .statement.statement2:hover, .next-steps #nextSteps .statements .statement.statement2.hover {
    background-position: -250px -350px;
  }
  .next-steps #nextSteps .statements .statement.statement2.active {
    background-position: 0px -600px;
  }
  .next-steps #nextSteps .statements .statement.statement3 {
    left: 40px;
    background-position: 0px -700px;
  }
  .next-steps #nextSteps .statements .statement.statement3:hover, .next-steps #nextSteps .statements .statement.statement3.hover {
    background-position: -250px -700px;
  }
  .next-steps #nextSteps .statements .statement.statement3.active {
    background-position: 0px -950px;
  }
  .next-steps #nextSteps .stepIndicators {
    margin: 22px 0px 0px 29px;
    background: url("../img/next-steps/d-dotted-line.gif") no-repeat 50px 64px;
  }
  .next-steps #nextSteps .stepIndicators.state2 .wrapper {
    background-position: 108px top;
  }
  .next-steps #nextSteps .stepIndicators.state2 .wrapper .arrow1 {
    background-image: none;
  }
  .next-steps #nextSteps .stepIndicators.state2 .wrapper .stepIndicator.stepIndicator1 a {
    color: #c5c5c5;
  }
  .next-steps #nextSteps .stepIndicators.state2 .wrapper .stepIndicator.stepIndicator1 a .num {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .stepIndicators.state2 .wrapper .stepIndicator.stepIndicator1.active a .num {
    background-position: -225px 0px !important;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper {
    background-position: 228px top;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .arrow1 {
    background-position: 0px 0px !important;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .arrow2 {
    background-image: none;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator1 a {
    color: #c5c5c5;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator1 a .num {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator1.active a .num {
    background-position: -225px 0px !important;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator2 a {
    color: #c5c5c5;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator2 a .num {
    background-position: 0px -75px;
  }
  .next-steps #nextSteps .stepIndicators.state3 .wrapper .stepIndicator.stepIndicator2.active a .num {
    background-position: -225px -75px !important;
  }
  .next-steps #nextSteps .stepIndicators .wrapper {
    padding: 35px 0px 0px 16px;
    background: url("../img/next-steps/d-here.png") no-repeat left top;
  }
  .next-steps #nextSteps .stepIndicators .wrapper:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .arrow {
    float: left;
    width: 12px;
    height: 21px;
    margin: 19px 0px 0px 0px;
    text-align: left;
    text-indent: -9999px;
    background: url("../img/next-steps/d-step-arrow.png") no-repeat 0px -30px;
    background-size: auto;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .arrow.active {
    background-position: 0px -30px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .arrow.selected {
    background-position: 0px -60px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator {
    float: left;
    width: 98px;
    margin: 0px;
    font-family: "Gotham 5r", "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a {
    text-decoration: none;
    text-transform: uppercase;
    color: #5c7489;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a .num {
    display: block;
    width: 59px;
    height: 59px;
    margin: 0px auto 6px auto;
    text-align: left;
    text-indent: -9999px;
    background-image: url("../img/next-steps/d-sprite-steps-nums.png");
    background-repeat: no-repeat;
    background-size: auto;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator a .copy {
    display: inline;
    padding-left: 0px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator1 {
    width: 96px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator1 .num {
    background-position: -75px 0px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator2 {
    width: 109px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator2 .num {
    background-position: -75px -75px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator3 {
    width: 117px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator3 .num {
    background-position: -75px -150px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator4 {
    width: 110px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator4 .num {
    background-position: -75px -225px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator5 {
    width: 100px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.stepIndicator5 .num {
    background-position: -75px -300px;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active a {
    color: #83389b;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator1 .num {
    background-position: -150px 0px !important;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator2 .num {
    background-position: -150px -75px !important;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator3 .num {
    background-position: -150px -150px !important;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator4 .num {
    background-position: -150px -225px !important;
  }
  .next-steps #nextSteps .stepIndicators .wrapper .stepIndicator.active.stepIndicator5 .num {
    background-position: -150px -300px !important;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper {
    background-image: none;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .arrow {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator a {
    color: #c5c5c5;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator1 .num {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator2 .num {
    background-position: 0px -75px;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator3 .num {
    background-position: 0px -150px;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator4 .num {
    background-position: 0px -225px;
  }
  .next-steps #nextSteps .stepIndicators.inactive .wrapper .stepIndicator.stepIndicator5 .num {
    background-position: 0px -300px;
  }
  .next-steps #nextSteps .steps {
    display: none;
    position: relative;
    top: 0px !important;
  }
  .next-steps #nextSteps .stepsafter {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  .next-steps #nextSteps .steps .stepNav {
    display: block;
    float: right;
    margin: 40px 25px 0px 0px;
  }
  .next-steps #nextSteps .steps .stepNav a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: left;
    text-indent: -9999px;
    background-image: url("../img/next-steps/d-step-nav.png");
    background-repeat: no-repeat;
  }
  .next-steps #nextSteps .steps .stepNav a.inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    cursor: default;
  }
  .next-steps #nextSteps .steps .stepNav a.prev {
    background-position: 0px 0px;
  }
  .next-steps #nextSteps .steps .stepNav a.next {
    margin-left: 10px;
    background-position: 0px -50px;
  }
  .next-steps #nextSteps .steps .step {
    display: none;
    margin-top: 30px;
    padding: 0px 25px;
    border-top: 1px solid #83389b;
  }
  .next-steps #nextSteps .steps .step .wrapper {
    margin-top: -1px;
    padding-top: 40px;
    background-image: url("../img/next-steps/d-step-arrow-down.gif");
    background-repeat: no-repeat;
  }
  .next-steps #nextSteps .steps .step .wrapper h3:first-child {
    display: block;
    margin-top: 0px;
  }
  .next-steps #nextSteps .steps .step .next {
    text-align: right;
  }
  .next-steps #nextSteps .steps .step.step1 .wrapper {
    background-position: 55px 0px;
  }
  .next-steps #nextSteps .steps .step.step2 .wrapper {
    background-position: 169px 0px;
  }
  .next-steps #nextSteps .steps .step.step3 .wrapper {
    background-position: 295px 0px;
  }
  .next-steps #nextSteps .steps .step.step4 .wrapper {
    background-position: 420px 0px;
  }
  .next-steps #nextSteps .steps .step.step5 .wrapper {
    background-position: 537px 0px;
  }
  .next-steps #nextSteps .steps .step.step5 .connect {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-radius: 20px;
    padding: 0px 20px;
  }
  .next-steps #spVideo,
  .next-steps #spVideo2,
  .next-steps .ContentVideoPlayer {
    width: 642px;
  }
}
@media only screen and (min-width: 62.5em) {
  .partner-one .video-container .video-elem {
    background-image: url("../img/backgrounds/d-vid-partner.jpg");
    background-size: 642px 361px;
  }
}
@media only screen and (min-width: 62.5em) {
  .partner-two {
    height: auto; /*618px;*/
    min-height: 0;
    max-height: none;
    background-color: #fefdf9;
    background-image: url("../img/backgrounds/d-partner-2.jpg");
    background-position: center top;
    background-size: 1920px auto;
    padding-bottom: 0px;
  }
  .partner-two .card-callout {
    margin-top: 138px;
  }
  .partner-two .card-callout:before {
    top: -20px;
    width: 120px;
    height: 76px;
    background-image: url("../img/d-copay-card.png");
    background-size: 120px 76px;
  }
  .partner-two .card-callout .card-callout-txt-d {
    margin-top: 4px;
    padding-left: 132px;
  }
  .partner-two .card-callout .button {
    padding-left: 132px;
  }
  .partner-two .right-col {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 62.5em) {
  .partner-three {
    min-height: 606px;
    padding-top: 120px;
    background-image: url("../img/backgrounds/d-partner-3a.png");
    background-size: 500px 554px;
    background-position: 48% bottom;
  }
  .partner-three .featured-question {
    margin-top: 91px;
  }
  .partner-three .left-col .zip-search p {
    width: auto;
  }
  .partner-three .right-col {
    margin-bottom: 15px;
  }
  .partner-three .specialists {
    width: 480px;
    margin-top: 48px;
  }
  .partner-three .specialists .specialist {
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }
  .partner-three .specialists .specialist .specialist-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .partner-three .specialists .specialist .specialist-specialty {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .partner-three .specialists .specialist .specialist-address {
    margin: 1em 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .partner-three .specialists .specialist .specialist-cta {
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 0 none;
  }
}
@media only screen and (min-width: 62.5em) {
  .financial-insurance-one {
    padding-bottom: 0;
  }
  .financial-insurance-one .row .left {
    float: left;
    width: 410px;
  }
  .financial-insurance-one .row .call {
    float: right;
    width: 200px;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 62.5em) {
  .support-path-one .row p {
    float: left;
    width: 410px;
  }
  .support-path-one .row .call {
    float: right;
    width: 200px;
    margin-top: 1em;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo,
  #spVideo2,
  .ContentVideoPlayer {
    margin-top: 22px;
  }
  #spVideo .video,
  #spVideo2 .video,
  .ContentVideoPlayer .video {
    width: 642px;
    height: 361px;
    background: url("../img/support-path/d-sp-video-wallpaper.jpg") no-repeat left top;
  }
  #spVideo .video iframe,
  #spVideo2 .video iframe,
  .ContentVideoPlayer .video iframe {
    width: 642px;
    height: 361px;
  }
  #spVideo .contentWrapper,
  #spVideo2 .contentWrapper,
  .ContentVideoPlayer .contentWrapper {
    background: url("../img/support-path/d-video-player-bottom.png") no-repeat left top;
    padding-left: 11px;
  }
  #spVideo .contentWrapper .outerWrapper,
  #spVideo2 .contentWrapper .outerWrapper,
  .ContentVideoPlayer .contentWrapper .outerWrapper {
    background: url("../img/support-path/d-video-player-bottom.png") no-repeat right top;
    padding: 11px 10px 0px 0px;
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper {
    background-image: url("../img/support-path/d-bg-video-player-content.png");
  }
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
    width: 137px;
    height: 71px;
    margin: 0px 20px 0px 0px;
    background-image: url("../img/support-path/d-related.png");
    background-size: 137px 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 (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide .icon {
    background-image: url("../img/support-path/d-related-2x.png");
    background-size: 137px auto;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide1 .icon {
    background-position: 0px -400px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide2 .icon {
    background-position: 0px -100px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide3 .icon {
    background-position: 0px -200px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide4 .icon {
    background-position: 0px -300px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide5 .icon {
    background-position: 0px -400px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide6 .icon {
    background-position: 0px -500px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide7 .icon {
    background-position: 0px -600px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide.slide9 .icon {
    background-position: 0px -700px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide h3,
  #spVideo .contentWrapper .outerWrapper .innerWrapper .slides .slide a,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide h3,
  #spVideo2 .contentWrapper .outerWrapper .innerWrapper .slides .slide a,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide h3,
  .ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .slides .slide a {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .support-path-two {
    padding-top: 60px;
  }
  .support-path-two:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  .support-path-two .copy {
    float: left;
    width: 251px;
  }
  .support-path-two .spCircle {
    float: left;
  }
  .support-path-two .spCircle #infoInsurance {
    left: 150px;
  }
  .support-path-two .petal-link {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .financial-insurance-two {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 62.5em) {
  .support-path-three,
  .financial-insurance-two {
    padding-top: 60px;
  }
  .support-path-three .chart,
  .financial-insurance-two .chart {
    overflow: hidden;
  }
  .support-path-three .chart .step,
  .financial-insurance-two .chart .step {
    float: left;
    width: 33%;
    padding-bottom: 300px;
    margin-bottom: -300px;
    background-image: url("../img/support-path/dot.gif");
    background-repeat: repeat-y;
  }
  .support-path-three .chart .step:first-child,
  .financial-insurance-two .chart .step:first-child {
    background-image: none;
  }
  .support-path-three .chart .step.step2,
  .financial-insurance-two .chart .step.step2 {
    border-top-width: 0px;
  }
  .support-path-three .chart .step.step2 .time,
  .financial-insurance-two .chart .step.step2 .time {
    background: url("../img/support-path/d-bg-chart-arrow-1.png") no-repeat left center;
  }
  .support-path-three .chart .step.step3,
  .financial-insurance-two .chart .step.step3 {
    border-top-width: 0px;
  }
  .support-path-three .chart .step.step3 .time,
  .financial-insurance-two .chart .step.step3 .time {
    background: url("../img/support-path/d-bg-chart-arrow-2.png") no-repeat left center;
  }
  .support-path-three .chart .step:after,
  .financial-insurance-two .chart .step:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  .support-path-three .chart .step .time,
  .financial-insurance-two .chart .step .time {
    clear: both;
    float: none;
    width: auto;
    padding: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    height: 104px;
    display: table-row;
  }
  .support-path-three .chart .step .time div,
  .financial-insurance-two .chart .step .time div {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 0px 25px;
  }
  .support-path-three .chart .step .time strong,
  .support-path-three .chart .step .time b,
  .financial-insurance-two .chart .step .time strong,
  .financial-insurance-two .chart .step .time b {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .support-path-three .chart .step .copy,
  .financial-insurance-two .chart .step .copy {
    clear: both;
    float: none;
    border-left-width: 0px;
    border-top: 10px solid #fff;
    width: auto;
    padding: 20px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .support-path-three .chart:after,
  .financial-insurance-two .chart:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
}
@media only screen and (min-width: 62.5em) {
  .support-path .below-isi .main-content {
    padding: 10px 0px 50px 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .insurance-two .featured-question {
    margin-top: 91px;
  }
}
@media only screen and (min-width: 62.5em) {
  .onward-one {
    padding-top: 42px;
  }
  .onward-one .box {
    width: 204px;
    min-height: 373px;
  }
}
@media only screen and (min-width: 62.5em) {
  .onward-two .featured-question {
    margin-top: 97px;
  }
}
@media only screen and (min-width: 62.5em) {
  .section-bottom-cta {
    display: block;
    margin: 40px 0px;
  }
  .homepage .section-bottom-cta {
    display: none;
  }
  .partner-three .section-bottom-cta {
    margin-top: 200px;
  }
  .section-bottom-cta .button.sp-video {
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .below-isi {
    display: none;
    position: relative;
    /*
    .button {

    .results-with-harvoni & {
      position: absolute;
      top: -208px;
      margin: 0px;
    }
    .financial-assistance & {
      position: absolute;
      top: -208px;
      margin: 0px;
    }

    &.brochure {
      position: absolute;
      top: -244px;

      .about-harvoni & {
        top: -148px;
      }
    }
    &.sp-video {
      position: absolute;
      top: -244px;

      .about-harvoni & {
        top: -300px;
      }

      .treatment-harvoni & {
        top: -164px;
      }
      .insurance-support & {
        top: -190px;
      }
    }


    }

    .common-side-effects & {
      .buttons {
        position: absolute;
        top: -211px;
      }
    }

    .treatment-harvoni & {

      .button.brochure {
        position: absolute;
        top: -161px;
      }

    }

    .insurance-support & {

      .button.brochure {
        position: absolute;
        top: -161px;
      }

    }

    .onward & {

      .button.brochure {
        position: absolute;
        top: -146px;
      }

    }

    .partner-with & {

      .button.card {
        position: absolute;
        top: -200px;
      }

      p {
        position: absolute;
        top: -149px;
      }

    }
    */
  }
  .homepage .below-isi {
    display: block;
  }
}
@media only screen and (min-width: 62.5em) {
  main > section .main-content .left-col .onward-logo {
    margin-top: 0px;
    margin-bottom: 38px;
  }
  main > section .main-content .left-col .t-w-50,
  main > section .main-content .left-col .t-w-60,
  main > section .main-content .left-col .t-w-66 {
    width: auto;
  }
  main > section .main-content .left-col .d-w-40 {
    width: 50%;
  }
  main > section .main-content .left-col .d-w-50 {
    width: 40%;
  }
  main > section .main-content .left-col .d-w-60 {
    width: 60%;
  }
  main > section .main-content .left-col .d-w-625 {
    width: 62.5%;
  }
  main > section .main-content .left-col .d-w-70 {
    width: 70%;
  }
  main > section .main-content .left-col .d-w-80 {
    width: 80%;
  }
  main > section .main-content .left-col .d-w-90 {
    width: 90%;
  }
  main > section.video-section .right-col .sticky-isi h2:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  .video-container {
    left: 0;
    width: 642px;
    height: 361px;
  }
  .video-container .video-elem {
    width: 642px;
    height: 361px;
    background-size: 642px 361px;
  }
  .video-container .video-overlay .video-play {
    /*@include sprite-responsive($sprite-d-cta-play, $sprite-d-cta-play);*/
  }
}
@media only screen and (min-width: 62.5em) {
  .slide-in-panel {
    max-width: 500px;
    height: 260px;
  }
  .slide-in-panel .slide-in-content {
    width: 500px;
    height: 250px;
    padding: 30px 50px 30px 196px;
  }
}
@media only screen and (min-width: 62.5em) {
  .share-your-story .reg-form .main-content .left-col .form .row .row-cell.row-cell-half {
    display: inline-block;
    width: 300px;
    vertical-align: top;
  }
  .share-your-story .reg-form .main-content .left-col .form .row .row-cell.small-cell input[type=text],
  .share-your-story .reg-form .main-content .left-col .form .row .row-cell.small-cell select {
    width: 172px;
  }
  .share-your-story .reg-conf {
    max-height: none;
    background-attachment: fixed;
    background-image: url("../img/backgrounds/d-reg-form.jpg");
    background-position: center top;
    background-size: 1920px auto;
  }
  .share-your-story .reg-conf .main-content .right-col h2,
  .share-your-story .reg-conf .main-content .right-col .question,
  .share-your-story .reg-conf .main-content .right-col ul.bulleted li:before,
  .share-your-story .reg-conf .main-content .right-col a {
    color: #fff;
  }
}
@media only screen and (min-width: 62.5em) {
  .main-content .right-col .sticky-isi {
    position: relative;
  }
  .main-content .right-col .sticky-isi strong,
  .main-content .right-col .sticky-isi .question,
  .main-content .right-col .sticky-isi ul.bulleted li:before {
    color: #83389b;
  }
  .main-content .right-col .sticky-isi p.question {
    margin-bottom: 10px;
  }
  .main-content .right-col .sticky-isi ul li {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 62.5em) {
  .isi-continue {
    font-family: "Gotham 7r", "Gotham A", "Gotham B";
    font-weight: 700;
    font-style: normal;
    color: #83389b;
  }
}
@media only screen and (min-width: 62.5em) {
  #isi {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  #isi-fixed {
    display: none !important;
  }
}
@media only screen and (min-width: 62.5em) {
  footer {
    margin-top: 0;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 62.5em) {
  .footer-content {
    max-width: 1000px;
    min-width: 600px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
  }
  .footer-content p.legal,
  .footer-content p.trademark {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .logo-gilead {
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -527px;
    width: 119px;
    height: 34px;
    background-size: 190px;
    background-repeat: no-repeat;
    float: left;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .logo-gilead {
    background-image: url(../img/sprites/d-global-x2.png);
    background-position: 0px -338px;
    width: 119px;
    height: 33px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) {
  .homepage .logo-gilead {
    background-image: url(../img/sprites/d-global.png);
    background-position: 0px -469px;
    width: 119px;
    height: 33px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .homepage .logo-gilead {
    background-image: url(../img/sprites/d-global-x2.png);
    background-position: 0px -396px;
    width: 119px;
    height: 33px;
    background-size: 190px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 62.5em) {
  .nav-footer {
    display: flex;
    align-items: center;
  }
  .nav-footer div:not(:last-child) {
    margin-right: 30px;
  }
  .nav-footer .logo-gilead {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 62.5em) {
  .video-callout {
    height: 191px;
    margin-top: 0;
  }
  .video-callout:before {
    left: -webkit-calc(50% - 334px);
    left: calc(50% - 321px);
    width: 642px;
    border-radius: 12px;
  }
  .video-callout:after {
    display: none;
  }
  .video-callout.terry1 {
    height: 191px;
  }
  .video-callout.terry1:before {
    background-image: url("../img/d-callout-vid-terry1.png");
    background-size: 650px 191px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .video-callout.terry1:before {
    background-image: url("../img/d-callout-vid-terry1-2x.png");
    background-size: 650px 191px;
  }
}
@media only screen and (min-width: 62.5em) {
  .video-callout.terry2 {
    height: 176px;
  }
  .video-callout.terry2:before {
    background-image: url("../img/d-callout-vid-terry2.png");
    background-size: 668px 176px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .video-callout.terry2:before {
    background-image: url("../img/d-callout-vid-terry2-2x.png");
    background-size: 668px 176px;
  }
}
@media only screen and (min-width: 62.5em) {
  .video-callout.mitch1 {
    height: 191px;
  }
  .video-callout.mitch1:before {
    background-image: url("../img/d-callout-vid-mitch1.png");
    background-size: 668px 191px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .video-callout.mitch1:before {
    background-image: url("../img/d-callout-vid-mitch1-2x.png");
    background-size: 668px 191px;
  }
}
@media only screen and (min-width: 62.5em) {
  .video-callout.mitch2 {
    height: 181px;
  }
  .video-callout.mitch2:before {
    background-image: url("../img/d-callout-vid-mitch2.png");
    background-size: 668px 181px;
  }
}
@media only screen and (min-width: 62.5em) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-width: 62.5em) and (-o-min-device-pixel-ratio: 5/4), only screen and (min-width: 62.5em) and (min-resolution: 120dppx) {
  .video-callout.mitch2:before {
    background-image: url("../img/d-callout-vid-mitch2-2x.png");
    background-size: 668px 181px;
  }
}
@media only screen and (min-width: 62.5em) {
  #spVideo.modal-vid .contentWrapper,
  #spVideo2.modal-vid .contentWrapper {
    background: none;
    padding-left: 0;
    border: 11px solid transparent;
    border-top: 11px solid #36084c;
  }
  #spVideo.modal-vid .contentWrapper .outerWrapper,
  #spVideo2.modal-vid .contentWrapper .outerWrapper {
    background: none;
    padding: 0;
  }
}
@media only screen and (min-width: 62.5em) {
  div.modal-external {
    width: 800px;
    -x-data-width: 800px;
    border-width: 4px;
    border-radius: 20px;
  }
  div.modal-external a.close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    background-size: 12px 12px;
  }
  div.modal-external .modal-content {
    padding: 35px 50px;
  }
  div.modal-external .modal-content p.header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 62.5em) {
  .no-desktop {
    display: none;
  }
}
@media only screen and (min-width: 62.5em) {
  .desktop-only {
    display: inherit;
  }
}
@media only screen and (min-width: 62.5em) {
  .isi-content p:nth-child(2) {
    display: block;
  }
}
/*! Helper classes */
/*
 * Image replacement
 */
.ir, .logo-harvoni,
.logo-harvoni-mobile {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before, .logo-harvoni:before,
.logo-harvoni-mobile:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

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

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.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: h5bp.com/p
 */
.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.
 */
.cf:before, header:before,
main:before,
footer:before,
.row:before, main section:before, .purple-bar:before, .request-info main section .main-content .left-col .timeline:before, .faq-one div.tab-button-holder:before, .financial-insurance-one .row:before, .support-path-one .row:before, #spVideo .contentWrapper .outerWrapper .innerWrapper .top:before,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top:before,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top:before {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after, header:after,
main:after,
footer:after,
.row:after, main section:after, .purple-bar:after, .request-info main section .main-content .left-col .timeline:after, .faq-one div.tab-button-holder:after, .financial-insurance-one .row:after, .support-path-one .row:after, #spVideo .contentWrapper .outerWrapper .innerWrapper .top:after,
#spVideo2 .contentWrapper .outerWrapper .innerWrapper .top:after,
.ContentVideoPlayer .contentWrapper .outerWrapper .innerWrapper .top:after {
  content: " "; /* 1 */
  display: table; /* 2 */
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.left {
  float: left;
}

.right {
  float: right;
}

/*# sourceMappingURL=main.css.map */
.modal-content .button:hover {

       background-color: #83389b !important;
    background-image: -webkit-linear-gradient(top, #83389b, #491b50)!important;
    background-image: linear-gradient(to bottom, #83389b, #491b50)!important;

}
