@charset "UTF-8";
@font-face {
  font-family: "OpenSans";
  src: local("OpenSans-Regular"), local("OpenSans"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-SemiBoldItalic";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: url("../fonts/OpenSansCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "OpenSansCondensed-Light";
  src: url("../fonts/OpenSansCondensed-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-stretch: condensed;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .group {
  zoom: 1;
}

/* IE6 */
*:first-child + html .group {
  zoom: 1;
}

/* IE7 */
.clearfix {
  clear: both;
}

svg {
  transform-origin: 50% 50% 0;
}

* {
  transform-origin: 0 0 0;
}
* svg {
  transform-origin: 50% 50% 0;
}

html.overlay-showing body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}

body {
  font-size: 15px;
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  color: #4A4A4A;
  position: relative;
  display: block;
  cursor: default;
  overflow-x: hidden;
}
@media print {
  body {
    background-color: #ffffff;
    color: #000000;
  }
}

[data-role=content] {
  padding: 0 0 5px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: content-box;
  background-color: #ffffff;
}
[data-role=content].full-width-section {
  max-width: 100%;
}
@media print {
  [data-role=content] {
    padding-top: 0;
    max-width: 100%;
  }
}

[data-role=content] {
  transition: top 300ms;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  [data-role=content] {
    overflow-x: hidden;
  }
}
.static-header .overlay {
  padding-top: 12vh;
}
@media (max-height: 800px) {
  .static-header .overlay {
    padding-top: 14vh;
  }
}

.hiding .overlay {
  padding-top: 3vh;
}
@media (max-height: 800px) {
  .hiding .overlay {
    padding-top: 4vh;
  }
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.caption {
  font-size: 14px;
  line-height: 22px;
}

.red {
  color: #cf1435;
}

.black {
  color: #000000;
}

.dark-grey {
  color: #4A4A4A;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-family: "OpenSans-Italic", sans-serif;
  font-style: italic;
}

.cond-bold {
  font-family: "OpenSansCondensed-Bold", sans-serif;
}

.cond-italic {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-style: italic;
}

.bold {
  font-family: "OpenSans-Bold", sans-serif;
}

.bold-italic {
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
}

.medium {
  font-family: "OpenSans-SemiBold", sans-serif;
}

.href {
  cursor: pointer;
}

.mobile {
  display: none;
}

.desktop {
  display: inline;
}

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

.padding-bottom {
  padding-bottom: 20px !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-top {
  padding-top: 20px !important;
}

.extra-padding-top {
  padding-top: 40px !important;
}

.less-padding-top {
  padding-top: 10px !important;
}

.less-padding-bottom {
  padding-bottom: 10px !important;
}

.least-padding-bottom {
  padding-bottom: 5px !important;
}

.img-padding-left {
  padding-left: 5px;
}

span.no-break {
  white-space: nowrap;
}

.no-break {
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  main, [data-role=content], .main {
    padding-top: 0;
  }

  .inner {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  body {
    font-size: 18px;
    line-height: 1.4;
  }
}
h1 {
  font-size: 28px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  padding-bottom: 20px;
}
h1.underbrow span {
  padding-top: 10px;
}
h1.underbrow span.force-break-line {
  display: block;
  padding-top: 10px;
}
h1.eyebrow span {
  padding-bottom: 10px;
}
h1 span {
  font-size: 22px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #4A4A4A;
  display: block;
}

h2 {
  font-size: 22px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  padding-bottom: 20px;
}
h2.grey {
  color: #4A4A4A;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  padding-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  padding-bottom: 20px;
}

p {
  font-size: 15px;
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  color: #4A4A4A;
  margin: 0;
  padding-bottom: 20px;
}
p.large-font {
  font-size: 18px;
  line-height: 1.4;
}
p.extra-space {
  padding-top: 10px;
}
p > a {
  color: #cf1435;
  text-decoration: underline;
}

a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out 0.1s;
  color: inherit;
}

ul li {
  font-size: 15px;
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  padding: 5px 0;
}
ul li.large-font {
  font-size: 18px;
  line-height: 1.4;
}

sup {
  vertical-align: text-top;
  font-size: 0.65em;
  line-height: initial;
}

sub {
  vertical-align: text-bottom;
  font-size: 12px;
  line-height: 12px;
}
sub.extra-space {
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0;
}
sub.small-padding-top {
  padding-top: 10px;
}
sub.smallest-padding-top {
  padding-top: 5px;
}
sub.block-sub {
  display: block;
}
sub.padding-bottom-sub {
  padding-bottom: 15px;
}

small {
  font-size: 13px;
  line-height: 1.4;
  display: block;
}
small a {
  color: #cf1435;
}

.btn-tel {
  text-decoration: none;
  cursor: default;
  white-space: nowrap;
}

.specific-patients h1,
.what-is-livalo h1 {
  font-size: 22px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  padding-bottom: 20px;
}

.what-is-livalo h1 {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  ul li {
    font-size: 18px;
    line-height: 1.4;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }
  p.large-font {
    font-size: 20px;
    line-height: 1.4;
  }

  h1.underbrow span {
    padding-top: 5px;
  }
  h1.underbrow span.force-break-line {
    display: inline-block;
  }
  h1.eyebrow span {
    padding-bottom: 5px;
  }

  li {
    font-size: 18px;
    line-height: 1.4;
  }
}
#cholesterol-basics [data-role=content] .svg-boxes {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box {
  width: 21%;
  height: auto;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box h2 {
  min-height: 65px;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper {
  padding: 5px 0 15px;
  width: 100%;
  height: 130px;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .ray, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .big-c, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .letter, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .shadow-wrapper, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .arrow, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-1, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-2, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-3, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-4 {
  transform-origin: 50% 50%;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .hormones .ray, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .vitamin-d .ray {
  transform-origin: 25% 50%;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg #shine {
  transform-origin: 25% 50% 0;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box #transport-svg {
  padding-bottom: 0;
  padding-top: 25px;
  height: 105px;
}
#cholesterol-basics [data-role=content] .svg-boxes .info-box #cholesterol-svg {
  padding-bottom: 20px;
  padding-top: 0;
}
#cholesterol-basics [data-role=content] h2 a {
  color: #cf1435;
}

@media (max-width: 980px) {
  #cholesterol-basics [data-role=content] .svg-boxes .info-box h2 {
    min-height: 95px;
  }
}
@media (max-width: 768px) {
  #cholesterol-basics [data-role=content] .svg-boxes {
    padding: 10px 25px 25px;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box {
    padding: 15px 0;
    width: 48%;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box h2 {
    min-height: 55px;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper {
    padding: 10px 0;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box #transport-svg {
    padding-top: 40px;
    height: 110px;
  }
}
@media (max-width: 600px) {
  #cholesterol-basics [data-role=content] .svg-boxes {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  #cholesterol-basics [data-role=content] .svg-boxes .info-box {
    width: 100%;
    padding: 25px 0;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box h2 {
    min-height: 50px;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper {
    padding: 5px 0 15px;
    width: 100%;
    height: 130px;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .ray, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .big-c, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .letter, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .shadow-wrapper, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .arrow, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-1, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-2, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-3, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .bubble-4 {
    transform-origin: 50% 50%;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .hormones .ray, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg .vitamin-d .ray, #cholesterol-basics [data-role=content] .svg-boxes .info-box .svg-wrapper svg #shine {
    transform-origin: 25% 48%;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box #transport-svg {
    padding-bottom: 0;
    padding-top: 25px;
    height: 105px;
  }
  #cholesterol-basics [data-role=content] .svg-boxes .info-box #cholesterol-svg {
    padding-bottom: 20px;
    padding-top: 0;
  }
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block {
  width: 100%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link {
  flex: 0 1 23%;
  border: 1px solid #4A4A4A;
  background: #E6E6E6;
  height: 100%;
  text-align: center;
  margin-right: 20px;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link:last-of-type {
  margin-right: 0;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link.active {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link.active a .link-copy-wrapper {
  color: #cf1435;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link a {
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #000000;
  display: block;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link a .link-copy-wrapper {
  padding: 20px 10px;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link a:hover {
  color: #cf1435;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper {
  border: 1px solid #4A4A4A;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -1px;
  z-index: 10;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .liv-btn {
  margin: 20px 0 0;
  text-align: center;
  display: block;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .paragraph-block {
  width: 100%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart {
  max-width: 725px;
  width: 100%;
  border: 1px solid #979797;
  box-sizing: border-box;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart.small-chart {
  max-width: 642px;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart.full-width {
  max-width: 100%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart.full-width .chart-content .flex-img-wrapper {
  justify-content: space-between;
  align-content: space-between;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart.full-width .chart-content .flex-img-wrapper .flex-image {
  flex-basis: 33%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-header {
  display: block;
  background-color: #D8D8D8;
  padding: 10px 20px;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-header h3 {
  text-align: center;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content {
  padding: 20px;
  box-sizing: border-box;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper .flex-img {
  padding-top: 20px;
  flex-basis: 33%;
  box-sizing: border-box;
  flex-shrink: 1;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper .flex-img img {
  height: 100%;
  width: 100%;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper {
  padding: 10px 0 0;
  text-align: center;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper img.desktop {
  display: inline;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper img.mobile {
  display: none;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .chart-footnote {
  text-align: center;
  padding-top: 20px;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .chart-footnote p {
  font-size: 11px;
  line-height: 1.2;
  padding: 0;
}
.statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper {
  display: none;
}

@media (max-width: 950px) {
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper .tab-link span {
    display: block;
  }
}
@media (max-width: 820px) {
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .paragraph-block h4 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .statin-comparisons [data-role=content] .intro h1 {
    border-bottom: 1px solid #979797;
    padding-bottom: 20px !important;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block {
    border-left: none;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tab-link-wrapper {
    display: none;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper {
    border: none;
    padding: 0;
    margin-top: 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper {
    display: block;
    width: 100%;
    padding: 40px 0 20px;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper .mobile-link-el {
    width: 100%;
    padding: 5px 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper .mobile-link-el:first-of-type {
    padding-top: 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper .mobile-link-el:last-of-type {
    padding-bottom: 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper .mobile-link-el a {
    display: block;
    color: #000000;
    font-size: 22px;
    line-height: 1.4;
    font-family: "OpenSansCondensed-Bold", sans-serif;
    text-align: left;
    padding: 15px 40px 15px 20px;
    width: auto;
    min-width: 305px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #E6E6E6;
    border: 1px solid #4A4A4A;
    text-decoration: none;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .mobile-link-wrapper .mobile-link-el a::after {
    content: url("/img/global/red-carrot.svg");
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 60px;
  }
}
@media (max-width: 650px) {
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .paragraph-block h3.padding-top {
    padding-top: 0 !important;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .paragraph-block h3.mobile-padding-top {
    padding-top: 20px !important;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper .flex-img {
    flex: 0 0 100%;
    text-align: center;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper .flex-img:first-of-type {
    padding-top: 0;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .flex-img-wrapper .flex-img img {
    width: auto;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper {
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper img {
    max-width: 100%;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper img.desktop {
    display: none;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper img.mobile {
    display: inline;
  }
  .statin-comparisons [data-role=content] .copy-block .tabbed-block .tabbed-copy-wrapper .chart-block .chart .chart-content .img-wrapper + .chart-footnote {
    padding-top: 10px;
  }
}
/* The LIVALO Savings P: */
.coupon-page .main-section {
  box-sizing: border-box;
}
.coupon-page .main-section .breadcrumbs {
  max-width: 974px;
  margin: 0 auto;
  padding: 20px 25px;
}
.coupon-page .main-section [data-row=coupon-hero] {
  padding-top: 0;
  overflow-x: hidden;
}
.coupon-page .main-section [data-row=coupon-hero] .content {
  max-width: 974px;
  width: 84.375%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  font-family: "OpenSans", sans-serif;
  box-sizing: border-box;
  border-bottom: 1px solid #979797;
}
.coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper {
  max-width: 48%;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  top: 20px;
  position: relative;
}
.coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper img {
  width: 100%;
  max-width: 437px;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 18px;
  font-family: "OpenSans", sans-serif;
  line-height: 1.4;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details sup {
  vertical-align: top;
  font-size: 1em;
  line-height: 1em;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  padding-bottom: 10px;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details p a {
  color: #cf1435;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details ul {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "OpenSans", sans-serif;
  width: 100%;
  padding-bottom: 10px;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details ul li {
  padding-bottom: 10px;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details ul li:before {
  content: "";
  display: none;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details small {
  display: block;
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
  margin-bottom: 20px;
}
.coupon-page .main-section [data-row=coupon-hero] .content div.details p:first-of-type {
  margin-top: 20px;
}
.coupon-page .main-section h2.description {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 35px;
  text-align: center;
  margin: 40px auto 0;
  max-width: 86%;
  line-height: 45px;
  padding-bottom: 0;
}
.coupon-page .main-section [data-row=option1],
.coupon-page .main-section [data-row=option2],
.coupon-page .main-section [data-row=option3] {
  padding: 20px 0;
  box-sizing: border-box;
}
.coupon-page .main-section [data-row=option1] .content,
.coupon-page .main-section [data-row=option2] .content,
.coupon-page .main-section [data-row=option3] .content {
  max-width: 974px;
  width: 84.375%;
  margin: 40px auto 0;
  font-family: "OpenSans", sans-serif;
  box-sizing: border-box;
}
.coupon-page .main-section [data-row=option1] .content p,
.coupon-page .main-section [data-row=option2] .content p,
.coupon-page .main-section [data-row=option3] .content p {
  font-size: 18px;
  line-height: 22px;
}
.coupon-page .main-section [data-row=option1] .content .header-row,
.coupon-page .main-section [data-row=option2] .content .header-row,
.coupon-page .main-section [data-row=option3] .content .header-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.coupon-page .main-section [data-row=option1] .content .header-row .img-wrapper,
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper,
.coupon-page .main-section [data-row=option3] .content .header-row .img-wrapper {
  flex: 0 0 100px;
  margin-right: 20px;
  text-align: left;
}
.coupon-page .main-section [data-row=option1] .content .header-row .img-wrapper img,
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper img,
.coupon-page .main-section [data-row=option3] .content .header-row .img-wrapper img {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.coupon-page .main-section [data-row=option1] .content .header-row h2,
.coupon-page .main-section [data-row=option2] .content .header-row h2,
.coupon-page .main-section [data-row=option3] .content .header-row h2 {
  flex: 1 1 auto;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 35px;
  line-height: 1.05;
  text-align: left;
  max-width: 85%;
  align-self: center;
  color: #4A4A4A;
}
.coupon-page .main-section [data-row=option1] .content .copay-fineprint,
.coupon-page .main-section [data-row=option2] .content .copay-fineprint,
.coupon-page .main-section [data-row=option3] .content .copay-fineprint {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  max-width: 90%;
}
.coupon-page .main-section [data-row=option1] .content .copay-fineprint a,
.coupon-page .main-section [data-row=option2] .content .copay-fineprint a,
.coupon-page .main-section [data-row=option3] .content .copay-fineprint a {
  color: #cf1435;
}
.coupon-page .main-section [data-row=option1] .content form,
.coupon-page .main-section [data-row=option2] .content form,
.coupon-page .main-section [data-row=option3] .content form {
  display: block;
  width: auto;
}
.coupon-page .main-section [data-row=option1] .content form label,
.coupon-page .main-section [data-row=option2] .content form label,
.coupon-page .main-section [data-row=option3] .content form label {
  display: block;
  font-family: "OpenSansCondensed-Bold", sans-serif, sans-serif;
  color: #4A4A4A;
  font-size: 18px;
  line-height: 22px;
}
.coupon-page .main-section [data-row=option1] .content form label input,
.coupon-page .main-section [data-row=option2] .content form label input,
.coupon-page .main-section [data-row=option3] .content form label input {
  border: 1px solid #8b8989;
  padding: 10px 9px 10px 9px;
  margin-top: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #4A4A4A;
  height: 40px;
  width: 250px;
  display: block;
  box-sizing: border-box;
}
.coupon-page .main-section [data-row=option1] .content {
  box-sizing: border-box;
}
.coupon-page .main-section [data-row=option1] .content [data-form=copay] .loader {
  display: none;
}
.coupon-page .main-section [data-row=option1] .content form label {
  margin-top: 20px;
}
.coupon-page .main-section [data-row=option1] .content form.show-email-error small a {
  color: #ffffff;
}
.coupon-page .main-section [data-row=option1] .content form.show-email-error small.error {
  display: block;
  margin: 20px 0 0;
}
.coupon-page .main-section [data-row=option2] {
  display: block;
  background: #f7f7f7;
  padding: 30px 0 20px;
  transition: 0.25s all ease-in-out;
}
.coupon-page .main-section [data-row=option2].text-successful {
  padding: 0 0 20px;
}
.coupon-page .main-section [data-row=option2].text-successful .content .header-row {
  background-color: #cf1435;
}
.coupon-page .main-section [data-row=option2].text-successful .content .header-row h2.success-header {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.coupon-page .main-section [data-row=option2].text-successful .content .header-row h2.form-header {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.coupon-page .main-section [data-row=option2].text-successful .content .content-wrapper {
  opacity: 0;
  position: absolute;
  height: 0;
  z-index: -1;
}
.coupon-page .main-section [data-row=option2].text-successful .content .success-content-wrapper {
  opacity: 1;
  position: static;
  height: auto;
}
.coupon-page .main-section [data-row=option2] .content {
  margin: 0 auto;
  max-width: 1014px;
}
.coupon-page .main-section [data-row=option2] .content .header-row {
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.25s all ease-in-out;
}
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cf1435;
  border-radius: 50%;
}
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper img {
  width: 62px;
  height: auto;
}
.coupon-page .main-section [data-row=option2] .content .header-row h2.success-header {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #ffffff;
  max-width: 650px;
  transition: 0.25s all ease-in-out;
}
.coupon-page .main-section [data-row=option2] .content .header-row h2.form-header {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.25s all ease-in-out;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper {
  padding: 0 20px;
  opacity: 1;
  transition: 0.25s all ease-in-out;
  height: auto;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper .mobile-click-to-text {
  display: none;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #4A4A4A;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper form.hide-copay-form {
  display: none;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper .copay-submitting-msg {
  display: none;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper .copay-submitting-msg h2 {
  color: #4A4A4A;
  font-size: 22px;
  line-height: 28px;
  margin-left: 0;
  margin-bottom: 20px;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper .copay-submitting-msg.show-copay-msg {
  display: block;
}
.coupon-page .main-section [data-row=option2] .content .content-wrapper .button-wrapper .liv-btn a.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  color: #ffffff;
}
.coupon-page .main-section [data-row=option2] .content .success-content-wrapper {
  padding: 20px 20px 0;
  transition: 0.25s all ease-in-out;
  opacity: 0;
  position: absolute;
  height: 0;
}
.coupon-page .main-section [data-row=option2] .content .success-content-wrapper p a {
  color: #cf1435;
}
.coupon-page .main-section [data-row=option3] {
  margin-bottom: 100px;
  box-sizing: border-box;
}
.coupon-page .main-section [data-row=option3] .content p {
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  width: auto;
}
.coupon-page .main-section [data-row=option3] .content p a {
  color: #cf1435;
}
.coupon-page .main-section [data-row=option3] .content p.bold {
  font-family: "OpenSans-SemiBold", sans-serif;
  padding-top: 20px;
}

/*  Saving page  */
.saving-program .main-section {
  max-width: 974px;
}
.saving-program .main-section .small-section-content {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 11px !important;
}
.saving-program .main-section .breadcrumbs {
  padding: 20px 0px;
}
.saving-program .main-section .padding-left-12 {
  padding-left: 12px;
}
.saving-program .main-section .section_serving .content {
  color: #000000;
  width: 100% !important;
  margin-top: 0px;
}
.saving-program .main-section .section_serving .content .option-3 {
  margin-top: 26px;
}
.saving-program .main-section .section_serving .content small.copay-fineprint {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 111.8%;
  color: #000000;
  max-width: 100%;
}
.saving-program .main-section .section_serving .content label.bold-label {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.saving-program .main-section .section_serving .content .content-wrapper {
  margin-top: 20px;
  padding: 0px;
}
.saving-program .main-section .section_serving .content .header-section p {
  font-size: 16px;
  color: #000;
}
.saving-program .main-section .section_serving .content .header-section .liv-btn span {
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
}
.saving-program .main-section .section_serving .content .header-section .liv-btn button.gac-track,
.saving-program .main-section .section_serving .content .header-section .liv-btn a {
  padding: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.saving-program .main-section .section_serving .content .header-section input {
  height: 62px;
}
.saving-program .main-section .sparator {
  display: block;
  padding: 20px 0px;
}
.saving-program .main-section .header-section {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.saving-program .main-section .header-section strong {
  font-weight: 800;
}
.saving-program .main-section .option-section {
  font-weight: 700;
  font-size: 21px;
  line-height: 29px;
  color: #cf1345;
}
.saving-program .main-section .banner-section {
  margin-left: -33.33%;
  margin-right: -33.33%;
  background: #cf1345;
  color: #fff;
}
.saving-program .main-section .banner-section .content {
  width: 100%;
  max-width: 974px;
  margin: 0 auto;
  padding: 15px 0px;
}
.saving-program .main-section .banner-section .content h1 {
  color: #fff;
  padding-bottom: 0px;
  font-size: 25px;
}
.saving-program .main-section .option-hr {
  display: inline-block;
  width: 90%;
  background: #f5f5f5;
  border: 1px solid #00000038;
  float: right;
  margin-top: 13px;
}
.saving-program .main-section .option-1-header {
  padding: 12px 0px;
}
.saving-program .main-section .option-1-header h2.left {
  display: inline-block;
  float: left;
  padding-top: 6px;
  padding-right: 12px;
  font-size: 30px !important;
  padding-top: 10px;
  font-family: "OpenSans-Bold", sans-serif !important;
}
.saving-program .main-section .option-1-header .image-section img {
  vertical-align: middle;
  padding: 10px;
}
.saving-program .main-section [data-row=coupon-hero] {
  overflow-x: unset;
}
.saving-program .main-section [data-row=coupon-hero] .content {
  width: 100%;
  max-width: 100%;
  border-bottom: unset;
}
.saving-program .main-section [data-row=coupon-hero] .content .img-wrapper {
  top: 0px;
  width: 40%;
}
.saving-program .main-section [data-row=coupon-hero] .content section .main-head-txt {
  font-size: 18px;
}
.saving-program .main-section [data-row=coupon-hero] .content section p:first-of-type {
  margin-top: 0px !important;
}
.saving-program .main-section [data-row=coupon-hero] .content section .header-section h1 {
  font-size: 38px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .details {
  width: 59%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}
.saving-program .main-section [data-row=coupon-hero] .content section .details p {
  font-size: 16px;
  color: #000;
}
.saving-program .main-section [data-row=coupon-hero] .content section .details p.normal-text {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  padding-top: 12px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .details .bottom-section-option-2 p {
  color: #cf1345;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 22px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .details .bottom-section-option-2 p span.txt-black {
  color: #000000;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on li {
  display: inline-flex;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on li .bullet {
  width: 20px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on li .bullet._less-space {
  width: 13px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on li::before {
  content: none;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on.bullet_on li {
  padding-left: 12px;
  position: relative;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on.bullet_on li:first-of-type {
  padding-top: 6px;
  margin-top: 3px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul.list-style-on.bullet_on li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0px;
  top: 14px;
  background: #cf1345;
}
.saving-program .main-section [data-row=coupon-hero] .content section .ol-selection li {
  padding-bottom: 0px !important;
}
.saving-program .main-section [data-row=coupon-hero] .content section .ol-selection .desc {
  padding-top: 6px;
  padding-left: 6px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul li,
.saving-program .main-section [data-row=coupon-hero] .content section ol li {
  line-height: 22px;
  font-size: 16px;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul li span,
.saving-program .main-section [data-row=coupon-hero] .content section ol li span {
  color: #cf1345;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul li strong,
.saving-program .main-section [data-row=coupon-hero] .content section ol li strong {
  font-weight: 700;
}
.saving-program .main-section [data-row=coupon-hero] .content section ul li span.ol-type,
.saving-program .main-section [data-row=coupon-hero] .content section ol li span.ol-type {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 139.54%;
  font-family: "OpenSans-Bold";
  padding-right: 9px;
}
.saving-program .main-section [data-row=coupon-hero] .content section p.medium,
.saving-program .main-section [data-row=coupon-hero] .content section p.txt-blk {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.saving-program .main-section [data-row=coupon-hero] .content section h3.txt-crl-red {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #cf1345;
  padding-bottom: 0px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section {
  margin-bottom: 15px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section p {
  font-size: 22px;
  font-weight: 800;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section .liv-btn button.gac-track {
  margin: 0px;
  padding: 10px 10px;
  padding-left: 24px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section .liv-btn button.gac-track span {
  text-transform: none;
  color: rgba(0, 0, 0, 0.75);
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section .liv-btn button.gac-track span.cust {
  font-size: 14px;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section .liv-btn .cu_option {
  padding: 10px 30px !important;
  box-shadow: unset;
  border: 1px solid #000000;
}
.saving-program .main-section [data-row=coupon-hero] .content section .bottom-section .liv-btn .cu_option span {
  font-size: 14px;
}
.saving-program .main-section [data-row=option3] {
  margin-bottom: 40px !important;
}

/*  Saving page  */
@media (max-width: 1024px) {
  .coupon-page .main-section .breadcrumbs {
    padding: 20px 25px 0;
  }
  .coupon-page .main-section div:not([data-row=option2]) .content {
    padding: 0 20px 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 890px) {
  .coupon-page .main-section [data-row=coupon-hero] {
    padding-top: 25px;
  }
}
@media (max-width: 800px) {
  .coupon-page .main-section .breadcrumbs {
    padding: 20px 25px 0;
  }
  .coupon-page .main-section [data-row=coupon-hero] {
    background-position: 50% 100%;
    padding-top: 0;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content {
    padding: 0 20px 0;
    margin: 0;
    width: 100%;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper img {
    top: 0;
    padding: 0;
    max-width: 52%;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content div.details {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content div.details ul.list-style-on li {
    display: inline-flex;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content div.details ul.list-style-on li .bullet {
    width: 37px;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content p,
.coupon-page .main-section [data-row=coupon-hero] .content ul {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper img {
    max-width: 65%;
  }
  .coupon-page .main-section [data-row=option1] .content,
.coupon-page .main-section [data-row=option2] .content,
.coupon-page .main-section [data-row=option3] .content {
    padding: 40px 20px 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .coupon-page .main-section [data-row=option1] .content small,
.coupon-page .main-section [data-row=option2] .content small,
.coupon-page .main-section [data-row=option3] .content small {
    max-width: 100%;
  }
  .coupon-page .main-section [data-row=option1] .content small.copay-fineprint,
.coupon-page .main-section [data-row=option2] .content small.copay-fineprint,
.coupon-page .main-section [data-row=option3] .content small.copay-fineprint {
    max-width: 100%;
  }
  .coupon-page .main-section [data-row=option1] .header-row h2,
.coupon-page .main-section [data-row=option2] .header-row h2,
.coupon-page .main-section [data-row=option3] .header-row h2 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .coupon-page .main-section .breadcrumbs {
    padding: 20px 25px 0;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content {
    border-bottom: none;
  }
  .coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper img {
    max-width: 75%;
  }
  .coupon-page .main-section h2.description {
    margin: 20px 20px 0;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #cf1435;
  }
  .coupon-page .main-section [data-row=option1] .content,
.coupon-page .main-section [data-row=option2] .content,
.coupon-page .main-section [data-row=option3] .content {
    max-width: 100%;
    width: auto;
    padding: 5px 20px;
  }
  .coupon-page .main-section [data-row=option1] .content .header-row .img-wrapper,
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper,
.coupon-page .main-section [data-row=option3] .content .header-row .img-wrapper {
    flex: 0 0 80px;
  }
  .coupon-page .main-section [data-row=option1] .content .header-row .img-wrapper img,
.coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper img,
.coupon-page .main-section [data-row=option3] .content .header-row .img-wrapper img {
    width: 80px;
    height: 80px;
  }
  .coupon-page .main-section [data-row=option1] .content .header-row h2,
.coupon-page .main-section [data-row=option2] .content .header-row h2,
.coupon-page .main-section [data-row=option3] .content .header-row h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .coupon-page .main-section [data-row=option1] .content form label input,
.coupon-page .main-section [data-row=option2] .content form label input,
.coupon-page .main-section [data-row=option3] .content form label input {
    width: 100%;
  }
  .coupon-page .main-section [data-row=option1] .content form .liv-btn,
.coupon-page .main-section [data-row=option2] .content form .liv-btn,
.coupon-page .main-section [data-row=option3] .content form .liv-btn {
    text-align: center;
    margin: 10px 0;
  }
  .coupon-page .main-section [data-row=option1] .content .copay-fineprint,
.coupon-page .main-section [data-row=option2] .content .copay-fineprint,
.coupon-page .main-section [data-row=option3] .content .copay-fineprint {
    margin-bottom: 0;
  }
  .coupon-page .main-section [data-row=option2] {
    padding: 0;
  }
  .coupon-page .main-section [data-row=option2] .content {
    padding: 0;
  }
  .coupon-page .main-section [data-row=option2] .content .header-row {
    padding: 25px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper {
    width: 80px;
    height: 80px;
  }
  .coupon-page .main-section [data-row=option2] .content .header-row .img-wrapper img {
    width: 52px;
    height: auto;
  }
  .coupon-page .main-section [data-row=option2] .content .header-row h2.success-header {
    max-width: 425px;
  }
  .coupon-page .main-section [data-row=option2] .content .content-wrapper {
    padding: 0 20px 25px;
  }
  .coupon-page .main-section [data-row=option2] .content .content-wrapper form.show-error .error {
    margin-top: 20px;
  }
  .coupon-page .main-section [data-row=option2] .content .content-wrapper .mobile-click-to-text {
    display: inline-block;
  }
  .coupon-page .main-section [data-row=option2] .content .content-wrapper .button-wrapper .liv-btn {
    text-align: center;
    margin: 10px 0;
  }
}
@media (max-width: 450px) {
  .coupon-page .main-section [data-row=coupon-hero] .content .img-wrapper img {
    max-width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .saving-program .main-section .banner-section {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 16px;
  }
  .saving-program .main-section section .option-hr {
    width: 100%;
  }
  .saving-program .main-section section .header-section h1 {
    font-size: 30px !important;
  }
  .saving-program .main-section section .option-1-header h2.left {
    font-size: 22px !important;
  }
  .saving-program .main-section section .option-1-header img.img-sec {
    width: 92px;
    padding-top: 9px;
  }
  .saving-program .main-section section .option-1-header .image-section img {
    display: block;
    margin: 0 auto;
  }
  .saving-program .main-section .section_serving .content-wrapper {
    padding: 0px !important;
  }
}
#assessment-page [data-role=content] .intro,
#assessment-page [data-role=content] .assessment-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
#assessment-page [data-role=content] .intro p.bold {
  padding-bottom: 5px;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question {
  padding: 20px 0;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question:first-of-type {
  padding-top: 0;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .instructions {
  padding-bottom: 10px;
  font-family: "OpenSans-Bold", sans-serif;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper.same-line .options {
  display: inline-block;
  margin-right: 50px;
  padding-bottom: 0;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper.same-line .options:last-of-type {
  margin-right: 0;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options {
  display: block;
  padding-bottom: 10px;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options label {
  display: block;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:checked,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:checked + label,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4A4A4A;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:checked + label:before,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8C8C8C;
  border-radius: 100%;
  background: #fff;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:checked + label:after,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cf1435;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:not(:checked),
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:not(:checked) + label,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:not(:checked) + label:before,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #8C8C8C;
  background: #ffffff;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:not(:checked) + label:after,
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #cf1435;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .choices-wrapper .options input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .footnote-wrapper {
  display: block;
  padding: 20px 0 0;
}
#assessment-page [data-role=content] .assessment-wrapper form .assessment-question .footnote-wrapper p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 5px;
  color: #4A4A4A;
}
#assessment-page [data-role=content] .assessment-wrapper form .submit-btn-wrapper {
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  #assessment-page [data-role=content] .intro,
#assessment-page [data-role=content] .assessment-wrapper {
    padding: 0 20px 20px;
  }
  #assessment-page [data-role=content] .intro {
    padding-bottom: 60px;
  }
  #assessment-page [data-role=content] .assessment-wrapper form .assessment-question {
    padding: 25px 0;
  }
  #assessment-page [data-role=content] .assessment-wrapper form .assessment-question .footnote-wrapper p {
    padding: 0 0 10px;
  }
  #assessment-page [data-role=content] .assessment-wrapper form .assessment-question .footnote-wrapper p:last-of-type {
    padding-bottom: 0;
  }
  #assessment-page [data-role=content] .assessment-wrapper form .submit-btn-wrapper {
    padding-bottom: 25px;
  }
}
#results-page [data-role=content] .print-only-logo {
  display: none;
}
#results-page [data-role=content] .breadcrumbs {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#results-page [data-role=content] .intro,
#results-page [data-role=content] .max-width-container {
  max-width: 924px;
  margin: 0 auto;
  box-sizing: border-box;
}
#results-page [data-role=content] .intro.tablet-padding,
#results-page [data-role=content] .max-width-container.tablet-padding {
  padding-top: 20px;
}
#results-page [data-role=content] .intro.tablet-padding h2,
#results-page [data-role=content] .max-width-container.tablet-padding h2 {
  padding: 0 0 15px;
}
#results-page [data-role=content] .full-width-content {
  padding: 25px 0;
  background: rgba(230, 230, 230, 0.5);
}
#results-page [data-role=content] .full-width-content .max-width-container {
  padding: 0 20px;
}
#results-page [data-role=content] .intro h1 {
  font-size: 22px;
}
#results-page [data-role=content] .max-width-container .content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 40px 0 60px;
  border-left: 4px solid #cf1435;
}
#results-page [data-role=content] .max-width-container .content:before {
  content: "Results";
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: 50% 50%;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  padding-bottom: 0;
  color: #cf1435;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  position: absolute;
  left: -80px;
  top: 40px;
}
#results-page [data-role=content] .max-width-container .content .print-only-header {
  display: none;
}
#results-page [data-role=content] .max-width-container .content ul {
  margin-left: 20px;
}
#results-page [data-role=content] .max-width-container .content ul li {
  padding-bottom: 5px;
  line-height: 1.1;
}
#results-page [data-role=content] .max-width-container .content ul li:last-of-type {
  padding-bottom: 0;
}
#results-page [data-role=content] .max-width-container .content .regular-content {
  padding: 0 20px 40px;
}
#results-page [data-role=content] .max-width-container .content .regular-content.no-padding-bottom .content-section:last-of-type {
  padding-bottom: 40px;
}
#results-page [data-role=content] .max-width-container .content .regular-content .content-section {
  padding-bottom: 40px;
}
#results-page [data-role=content] .max-width-container .content .regular-content .content-section:last-of-type {
  padding-bottom: 0;
}
#results-page [data-role=content] .max-width-container .content .regular-content .header-content {
  padding-bottom: 20px;
}
#results-page [data-role=content] .max-width-container .content .boxed-content {
  width: 100%;
  padding: 20px 40px;
  border: 4px solid #cf1435;
  border-left: none;
  box-sizing: border-box;
}
#results-page [data-role=content] .max-width-container .content .boxed-content h3 {
  padding-bottom: 10px;
  text-align: center;
}
#results-page [data-role=content] .max-width-container .content .boxed-content p {
  padding-bottom: 0;
}
#results-page [data-role=content] .max-width-container .content .boxed-content .inner-content {
  padding-bottom: 20px;
}
#results-page [data-role=content] .max-width-container .content .boxed-content .inner-content:last-of-type {
  padding-bottom: 0;
}
#results-page [data-role=content] .grey-section-wrapper {
  background-color: #f8f8f8;
  padding: 30px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  box-sizing: border-box;
}
#results-page [data-role=content] .grey-section-wrapper .results-form {
  flex: 0 0 54%;
  border-right: 1px solid #979797;
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form {
  display: block;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form.show-error .fineprint-section {
  padding: 0 0 10px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form.show-error .error {
  margin-top: 0;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form label {
  display: block;
  font-family: "OpenSansCondensed-Bold", sans-serif, sans-serif;
  padding-bottom: 5px;
  font-size: 18px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form label span {
  font-family: "OpenSansCondensed-Light", sans-serif;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form input[type=tel] {
  border: 1px solid #8b8989;
  padding: 2px 5px 2px 10px;
  font-size: 16px;
  margin-bottom: 5px;
  height: 30px;
  display: block;
  width: 200px;
  font-family: "OpenSans", sans-serif;
  color: #5A5A5A;
  box-sizing: border-box;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form .fineprint-section {
  padding: 20px 0 30px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form .fineprint-section .fineprint {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 0;
}
#results-page [data-role=content] .grey-section-wrapper .results-form form.hide-form {
  display: none;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .submitting-msg {
  display: none;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .submitting-msg p {
  font-size: 18px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  padding-bottom: 15px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .submitting-msg.show-msg {
  display: block;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .success-msg {
  display: none;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .success-msg p {
  font-size: 18px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  padding-bottom: 15px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .success-msg.show-msg {
  display: block;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .button-wrapper .liv-btn a {
  margin: 0;
  width: 210px;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .button-wrapper .liv-btn a span {
  text-align: center;
}
#results-page [data-role=content] .grey-section-wrapper .results-form .button-wrapper .liv-btn a.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  color: #ffffff;
}
#results-page [data-role=content] .grey-section-wrapper .print-wrapper {
  flex: 0 0 45%;
  padding: 10px 20px;
  box-sizing: border-box;
}
#results-page [data-role=content] .grey-section-wrapper .print-wrapper P {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 18px;
  padding-bottom: 15px;
  text-align: center;
}
#results-page [data-role=content] .grey-section-wrapper .print-wrapper .button-wrapper {
  text-align: center;
}
#results-page [data-role=content] .grey-section-wrapper .print-wrapper .button-wrapper .liv-btn a {
  margin: 0;
  width: 210px;
}
#results-page [data-role=content] .grey-section-wrapper .print-wrapper .button-wrapper .liv-btn a span {
  text-align: center;
}

@media (max-width: 1050px) {
  #results-page [data-role=content] .intro,
#results-page [data-role=content] .max-width-container {
    max-width: 824px;
  }
}
@media (max-width: 950px) {
  #results-page [data-role=content] .max-width-container .content {
    margin: 40px 0 40px;
  }
  #results-page [data-role=content] .max-width-container .content:before {
    content: "Results";
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    position: static;
    left: 0;
    top: 0;
    padding: 0 0 20px 20px;
  }
  #results-page [data-role=content] .max-width-container .content .boxed-content {
    padding: 20px;
  }
}
@media (max-width: 850px) {
  #results-page [data-role=content] .max-width-container.tablet-padding h2 {
    padding: 0 20px 15px;
  }
}
@media (max-width: 800px) {
  #results-page [data-role=content] .intro {
    padding-top: 0;
  }
  #results-page [data-role=content] .intro h1 {
    font-size: 25px;
  }
  #results-page [data-role=content] .max-width-container .content:before {
    font-size: 30px;
  }
  #results-page [data-role=content] .max-width-container .content ul li {
    line-height: 1.4;
  }
  #results-page [data-role=content] .max-width-container .content .boxed-content h3 {
    font-size: 24px;
  }
  #results-page [data-role=content] .results-form {
    padding: 0 20px;
    max-width: 100%;
  }
  #results-page [data-role=content] .action-buttons {
    padding: 0 20px 50px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #results-page [data-role=content] .grey-section-wrapper {
    padding: 30px 20px;
    flex-flow: row wrap;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
  }
  #results-page [data-role=content] .grey-section-wrapper .results-form {
    flex: 0 0 100%;
    border-bottom: 1px solid #979797;
    border-right: 0;
    padding: 0 0 50px;
  }
  #results-page [data-role=content] .grey-section-wrapper .results-form form input[type=tel] {
    padding: 2px 10px 2px 10px;
    height: 40px;
    width: 100%;
  }
  #results-page [data-role=content] .grey-section-wrapper .results-form form .fineprint-section .fineprint {
    line-height: 20px;
  }
  #results-page [data-role=content] .grey-section-wrapper .print-wrapper {
    flex: 0 0 100%;
    padding: 30px 0 10px;
  }
  #results-page [data-role=content] .grey-section-wrapper .print-wrapper P {
    text-align: left;
  }
  #results-page [data-role=content] .grey-section-wrapper .print-wrapper .button-wrapper {
    text-align: left;
  }
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper {
  padding: 15px 0;
  text-align: center;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.fiber-svg svg {
  width: 100%;
  max-width: 237px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.fats-svg svg {
  width: 100%;
  max-width: 235px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.trans-fat-svg svg {
  width: 100%;
  max-width: 231px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.boiling-svg svg {
  width: 100%;
  max-width: 184px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.salt-img img {
  width: 100%;
  max-width: 213px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block .icon-wrapper.calories-svg svg {
  width: 100%;
  max-width: 187px;
}
#low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block p {
  padding: 15px 0;
  vertical-align: top;
  width: 100%;
}

@media (max-width: 980px) {
  #low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block h2 {
    height: 60px;
  }
}
@media (max-width: 768px) {
  #low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block {
    width: 47%;
  }
}
@media (max-width: 600px) {
  #low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block {
    width: 100%;
    padding: 10px 0;
  }
  #low-cholesterol-diet [data-role=content] .eat-healthier-block .icon-block h2 {
    height: auto;
  }
}
.four04.fiveHund0 [data-role=content] {
  background-image: url("../img/error/img-500.png");
}
.four04 [data-role=content] {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 47px 300px;
  background: url(../img/error/img-404.png) no-repeat 20px 170px;
  font-size: 15px;
  line-height: 1.4666666667em;
  color: #4A4A4A;
  box-sizing: border-box;
  overflow-x: hidden;
}
.four04 [data-role=content] h1 {
  font-size: 41px;
  line-height: 1.1463414634em;
  color: #cf1435;
}
.four04 [data-role=content] h2 {
  font-size: 25px;
  line-height: 1.2em;
}
.four04 [data-role=content] h3 {
  font-size: 23px;
  line-height: 1.3043478261em;
  color: #cf1435;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .four04.fiveHund0 [data-role=content] {
    background-image: url("../img/error/img-500.png");
  }
  .four04 [data-role=content] {
    padding: 275px 20px 275px;
    background: url(../img/error/img-404.png) no-repeat 50% 5%;
  }
}
#exercise [data-role=content] .exercise-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
#exercise [data-role=content] .exercise-block .icon-block {
  width: 24%;
}
#exercise [data-role=content] .exercise-block .icon-block .icon-wrapper {
  padding: 15px 0;
  text-align: center;
}
#exercise [data-role=content] .exercise-block .icon-block .icon-wrapper #green-watch #hand {
  transform-origin: 50% 80.50458716%;
}
#exercise [data-role=content] .exercise-block .icon-block .icon-wrapper .running .rays {
  transform-origin: 50% 50%;
}
#exercise [data-role=content] .exercise-block .icon-block p {
  vertical-align: top;
  width: 100%;
}

@media (max-width: 980px) {
  #exercise [data-role=content] .exercise-block .icon-block {
    width: 48%;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(1) {
    padding-bottom: 10px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(2) {
    padding-bottom: 10px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(3) {
    padding-top: 10px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(4) {
    padding-top: 10px;
  }
  #exercise [data-role=content] .exercise-block .icon-block .icon-wrapper svg {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #exercise [data-role=content] .exercise-block {
    padding: 25px 20px;
  }
  #exercise [data-role=content] .exercise-block .icon-block {
    width: 100%;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(1) {
    padding-bottom: 20px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(2) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(3) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #exercise [data-role=content] .exercise-block .icon-block:nth-of-type(4) {
    padding-top: 20px;
  }
  #exercise [data-role=content] .exercise-block .icon-block .icon-wrapper svg {
    width: 50%;
  }
  #exercise [data-role=content] .exercise-block .icon-block p {
    padding: 10px 0;
  }
}
.home {
  background: #ffffff;
}
.home [data-role=content] {
  box-sizing: border-box;
  padding: 0 0 40px;
  overflow-x: hidden;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .home [data-role=content] {
    padding: 0 0 20px;
  }
}
.home [data-role=content] .full-width-hero {
  background: url("/img/home/home-hero.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home [data-role=content] .full-width-hero {
    display: none;
  }
}
.home [data-role=content] .full-width-hero .copy-wrapper {
  padding: 90px 90px 90px 127px;
  background-color: rgba(254, 195, 45, 0.84);
  display: inline-block;
  max-width: 350px;
}
@media (max-width: 1228px) {
  .home [data-role=content] .full-width-hero .copy-wrapper {
    padding: 90px;
  }
}
@media (max-width: 1100px) {
  .home [data-role=content] .full-width-hero .copy-wrapper {
    padding: 90px 60px 90px 60px;
  }
}
@media (max-width: 980px) {
  .home [data-role=content] .full-width-hero .copy-wrapper {
    padding: 90px 30px 90px 30px;
  }
}
@media (max-width: 768px) {
  .home [data-role=content] .full-width-hero .copy-wrapper {
    padding: 30px 30px 40px;
  }
}
.home [data-role=content] .full-width-hero .copy-wrapper h1 {
  line-height: 32px;
}
.home [data-role=content] .full-width-hero .copy-wrapper h2 {
  line-height: 30px;
}
.home [data-role=content] .full-width-hero .copy-wrapper p.small {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.home [data-role=content] .full-width-hero-mobile {
  display: none;
}
@media (max-width: 768px) {
  .home [data-role=content] .full-width-hero-mobile {
    display: block;
  }
}
.home [data-role=content] .full-width-hero-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
.home [data-role=content] .full-width-hero-mobile .copy-wrapper {
  padding: 30px 20px;
  background-color: rgba(254, 195, 45, 0.84);
}
.home [data-role=content] .full-width-hero-mobile .copy-wrapper h1 {
  line-height: 32px;
  padding-bottom: 10px;
}
.home [data-role=content] .full-width-hero-mobile .copy-wrapper h2 {
  line-height: 30px;
  padding-bottom: 10px;
}
.home [data-role=content] .full-width-hero-mobile .copy-wrapper p.small {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
.home [data-role=content] .goal-getter-hero {
  max-width: 974px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .home [data-role=content] .goal-getter-hero {
    padding: 40px 0;
  }
}
.home [data-role=content] .goal-getter-hero .section-padding {
  padding: 0 20px;
  box-sizing: border-box;
}
.home [data-role=content] .goal-getter-hero .section-padding .img-wrapper {
  text-align: center;
  width: 100%;
}
.home [data-role=content] .goal-getter-hero .section-padding .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.home [data-role=content] .goal-getter-hero .section-padding .img-wrapper.img-padding-bottom {
  padding-bottom: 40px;
}
.home [data-role=content] .goal-getter-hero .section-padding p.max-width {
  max-width: 690px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.home [data-role=content] .goal-getter-hero .section-padding .liv-btn {
  display: block;
  text-align: center;
}
.home [data-role=content] .goal-getter-hero .full-width-img-wrapper {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 10px;
}
.home [data-role=content] .goal-getter-hero .full-width-img-wrapper img {
  width: 100%;
  height: auto;
}
.home [data-role=content] .goal-getter-hero .full-width-img-wrapper img.mobile-img {
  display: none;
}
@media (max-width: 600px) {
  .home [data-role=content] .goal-getter-hero .full-width-img-wrapper img.mobile-img {
    display: block;
  }
}
@media (max-width: 600px) {
  .home [data-role=content] .goal-getter-hero .full-width-img-wrapper img.desktop-img {
    display: none;
  }
}
.home [data-role=content] .journey-section {
  max-width: 974px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
@media (max-width: 768px) {
  .home [data-role=content] .journey-section {
    padding: 0 0 40px;
  }
}
.home [data-role=content] .journey-section .with-padding {
  padding: 0 20px;
}
@media (max-width: 400px) {
  .home [data-role=content] .journey-section .with-padding h1 br {
    display: none;
  }
}
.home [data-role=content] .journey-section .with-padding h2 br {
  display: none;
}
@media (max-width: 575px) {
  .home [data-role=content] .journey-section .with-padding h2 br {
    display: block;
  }
}
.home [data-role=content] .journey-section .journey-section-desktop {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .home [data-role=content] .journey-section .journey-section-desktop {
    display: none;
  }
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs {
  flex: 0 0 50%;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab {
  padding-bottom: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab {
    padding-bottom: 20px;
  }
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab:last-of-type {
  padding-bottom: 0;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab.active-tab .tab-copy h2 {
  color: #cf1435;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab.active-tab .tab-copy svg .cls-1-right-carrot {
  fill: #cf1435;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab.active-tab .tab-line {
  flex: 0 0 auto;
  height: 1px;
  width: 100%;
  background-color: #cf1435;
}
@media (max-width: 850px) {
  .home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab.active-tab .tab-line {
    display: none;
  }
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab .tab-copy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 15px;
  box-sizing: border-box;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab .tab-copy h2 {
  padding-right: 15px;
  padding-bottom: 0;
}
@media (max-width: 850px) {
  .home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab .tab-copy h2 {
    padding-right: 10px;
  }
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-tabs .tab .tab-copy svg {
  min-height: 17px;
  min-width: 10px;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content {
  flex: 0 0 50%;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item {
  display: none;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item.show-content {
  display: block;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item .img-wrapper {
  padding-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item p {
  padding-bottom: 20px;
}
.home [data-role=content] .journey-section .journey-section-desktop .journey-content .content-item .liv-btn a {
  margin-top: 0;
}
.home [data-role=content] .journey-section .journey-section-mobile {
  display: none;
}
@media (max-width: 768px) {
  .home [data-role=content] .journey-section .journey-section-mobile {
    display: block;
    padding: 10px 0 40px;
  }
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible {
  box-sizing: border-box;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-copy {
  display: none;
  padding: 0 20px 20px;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-copy .img-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-copy .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-copy .liv-btn a {
  margin-top: 0;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link {
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px;
  border-top: 1px solid #8C8C8C;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link.border-bottom {
  border-bottom: 1px solid #8C8C8C;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link.hide-border-bottom {
  border-bottom: 0;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link h2 {
  padding-bottom: 0;
  color: #cf1435;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link h2 br {
  display: none;
}
@media (max-width: 500px) {
  .home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link h2 br {
    display: block;
  }
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link svg {
  transition: 0.2s all ease-in;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible .collapsible-link svg path {
  transform: rotate(0);
  transform-origin: 50% 50%;
  transition: 0.2s all;
}
.home [data-role=content] .journey-section .journey-section-mobile .collapsible.collapsible-open .collapsible-link svg #Path_5597 {
  transform: rotate(90deg) translate(0px, -12px);
}
.home [data-role=content] .cta-section {
  max-width: 974px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section {
    padding: 0 0 40px;
  }
}
.home [data-role=content] .cta-section .savings-cta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .savings-cta {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .savings-cta {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.home [data-role=content] .cta-section .savings-cta .copy-section {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .savings-cta .copy-section {
    padding-left: 40px;
  }
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .savings-cta .copy-section {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .savings-cta .copy-section p {
    max-width: 425px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .savings-cta .copy-section p br {
    display: none;
  }
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .savings-cta .copy-section .liv-btn {
    display: block;
    text-align: center;
  }
}
.home [data-role=content] .cta-section .savings-cta .copy-section .liv-btn a {
  padding: 15px 20px;
}
.home [data-role=content] .cta-section .savings-cta .img-section {
  flex: 0 0 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .savings-cta .img-section {
    flex: 0 0 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.home [data-role=content] .cta-section .savings-cta .img-section .img-wrapper {
  width: 330px;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .savings-cta .img-section .img-wrapper {
    width: 100%;
  }
}
.home [data-role=content] .cta-section .savings-cta .img-section .img-wrapper img {
  height: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.home [data-role=content] .cta-section .savings-cta .img-section .img-wrapper p.small {
  font-size: 11px;
  line-height: 13px;
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
}
.home [data-role=content] .cta-section .savings-cta .img-section .img-wrapper p.small::before {
  content: "*";
  font-family: "OpenSans", sans-serif;
  font-size: 11px;
  position: absolute;
  top: 10px;
  left: 4px;
}
.home [data-role=content] .cta-section .compare-cta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 40px;
  background-color: #f8f8f8;
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .compare-cta {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 40px 20px;
  }
}
.home [data-role=content] .cta-section .compare-cta .liv-btn {
  flex: 0 0 50%;
  display: block;
  padding-left: 60px;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .compare-cta .liv-btn {
    padding-left: 40px;
  }
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .compare-cta .liv-btn {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.home [data-role=content] .cta-section .compare-cta .copy-section {
  flex: 0 0 50%;
}
@media (max-width: 650px) {
  .home [data-role=content] .cta-section .compare-cta .copy-section {
    flex: 0 0 100%;
  }
}
.home [data-role=content] .cta-section .compare-cta .copy-section h1 {
  line-height: 32px;
}
@media (max-width: 885px) {
  .home [data-role=content] .cta-section .compare-cta .copy-section h1 br {
    display: none;
  }
}
.home [data-role=content] .cta-section .compare-cta .copy-section p {
  padding-bottom: 0;
}
.home [data-role=content] .cta-section .ddg-cta {
  padding: 60px 20px 0;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .ddg-cta {
    padding: 40px 20px 0;
  }
}
.home [data-role=content] .cta-section .ddg-cta p {
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home [data-role=content] .cta-section .ddg-cta p {
    padding-bottom: 0;
  }
}
.home [data-role=content] .cta-section .ddg-cta .liv-btn {
  display: block;
  text-align: center;
}

.lander-page .main-section {
  max-width: 100% !important;
}
.lander-page section {
  box-sizing: border-box;
}
.lander-page section .container {
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 15px;
}
.lander-page section .container .pb5 {
  padding-bottom: 5px;
}
.lander-page section .container .pt25 {
  padding-top: 25px;
}
.lander-page section .container .img-max {
  max-width: 100%;
  height: auto;
}
.lander-page section .container.max-width {
  max-width: 885px;
}
.lander-page section .container h1 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "OpenSans", sans-serif;
  color: #000000;
}
.lander-page section .container h1 span {
  display: inline;
  color: #cf1435;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-family: "OpenSans", sans-serif;
}
.lander-page section.intro {
  padding: 0;
  box-sizing: border-box;
}
.lander-page section.intro .container {
  padding: 0;
}
.lander-page section.intro .container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.lander-page section.intro-paragraph {
  padding: 40px 15px;
}
.lander-page section.about {
  background-color: rgba(230, 230, 230, 0.5);
  text-align: center;
  padding: 40px 0;
}
.lander-page section.about h1 {
  padding-bottom: 10px;
}
.lander-page section.about .trust-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .lander-page section.about .trust-row {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-content: center;
  }
}
.lander-page section.about .trust-row .col {
  flex-basis: 33%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.lander-page section.about .trust-row .col.col-ldl {
  padding: 0 55px;
}
.lander-page section.about .trust-row .col.col-ldl .trust-head {
  margin-bottom: 30px;
}
.lander-page section.about .trust-row .col.col-ldl svg {
  max-width: 218px;
  padding-top: 15px;
}
.lander-page section.about .trust-row .col.col-pain svg {
  max-width: 202px;
}
.lander-page section.about .trust-row .col.col-pills .svg-wrap svg {
  top: 30px;
}
.lander-page section.about .trust-row .col.col-pills svg {
  max-width: 224px;
  padding-top: 10px;
}
.lander-page section.about .trust-row .col:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #8C8C8C;
}
.lander-page section.about .trust-row .col:last-child:after {
  display: none;
}
.lander-page section.about .trust-row .col .svg-wrap {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.lander-page section.about .trust-row .col .svg-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lander-page section.about .trust-row .col .svg-wrap {
    padding-top: 0;
    height: auto;
  }
  .lander-page section.about .trust-row .col .svg-wrap svg {
    position: relative;
  }
}
@media (max-width: 767px) {
  .lander-page section.about .trust-row .col {
    flex: 0 0 100%;
    padding: 0 0 30px !important;
    margin-bottom: 30px;
    border-bottom: 1px solid #4A4A4A;
  }
  .lander-page section.about .trust-row .col:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .lander-page section.about .trust-row .col:after {
    display: none;
  }
  .lander-page section.about .trust-row .col.col-ldl {
    text-align: center;
  }
  .lander-page section.about .trust-row .col.col-ldl svg {
    padding-top: 0;
  }
  .lander-page section.about .trust-row .col.col-pills .svg-wrap svg {
    top: 10px;
  }
  .lander-page section.about .trust-row .col.col-pain {
    padding: 0 0 10px !important;
  }
}
.lander-page section.about .trust-row .col .trust-head {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #cf1435;
  margin-bottom: 10px;
  font-family: "OpenSans-SemiBold", sans-serif;
}
@media (max-width: 767px) {
  .lander-page section.about .trust-row .col .trust-head {
    max-width: 80%;
    margin: 0 auto 10px;
  }
}
.lander-page section.savings {
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .lander-page section.savings .container p {
    max-width: 85%;
    margin: 0 auto;
  }
}
.lander-page section.compare {
  padding: 30px 0 50px 0;
}
@media (max-width: 767px) {
  .lander-page section.compare {
    padding: 20px 0 40px;
  }
  .lander-page section.compare h1 br {
    display: block;
  }
}
.lander-page section.compare h1 {
  text-align: center;
}
.lander-page section.compare h1 br {
  display: none;
}
.lander-page section.compare .compare-row {
  display: flex;
}
@media (max-width: 767px) {
  .lander-page section.compare .compare-row {
    display: block;
  }
}
.lander-page section.compare .compare-chart {
  max-width: 696px;
}
.lander-page section.compare .compare-chart img {
  max-width: 100%;
  height: auto;
}
.lander-page section.compare .compare-chart .mobile-state {
  display: none;
}
@media (max-width: 767px) {
  .lander-page section.compare .compare-chart .mobile-state {
    display: block;
  }
  .lander-page section.compare .compare-chart .mobile-state .list-group {
    padding: 20px 0 0 0;
  }
  .lander-page section.compare .compare-chart .mobile-state .list-group p {
    padding-bottom: 5px;
  }
  .lander-page section.compare .compare-chart .mobile-state .list-group ul {
    margin: 0;
  }
  .lander-page section.compare .compare-chart .mobile-state .list-group ul li {
    padding-bottom: 0;
  }
  .lander-page section.compare .compare-chart .chart-img {
    display: none;
  }
}
.lander-page section.compare .compare-info {
  padding-left: 30px;
}
.lander-page section.compare .compare-info ul li {
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .lander-page section.compare .compare-info {
    padding: 20px 0 0 0;
  }
  .lander-page section.compare .compare-info p {
    padding-bottom: 5px !important;
  }
}
.lander-page section.videos {
  padding: 45px 0;
  background-color: rgba(230, 230, 230, 0.5);
}
.lander-page section.videos .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.lander-page section.videos .youtube-container iframe {
  opacity: 0;
}
.lander-page section.videos .youtube-container.video-playing iframe {
  z-index: 15;
  opacity: 1;
  transition: 0.2s opacity ease 0.2s;
}
.lander-page section.videos .youtube-container.video-poster:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  display: block;
  cursor: pointer;
  opacity: 0;
}
.lander-page section.videos .youtube-container.video-poster.poster-driving:after, .lander-page section.videos .youtube-container.video-poster.poster-portal:after {
  opacity: 1;
  transition: 0.5s opacity ease;
}
.lander-page section.videos .youtube-container.video-poster.poster-driving:after {
  background-image: url(/img/landers/video-driving-poster.jpg);
}
.lander-page section.videos .youtube-container.video-poster.poster-portal:after {
  background-image: url(/img/landers/video-portal-poster.jpg);
}
.lander-page section.videos .youtube-container iframe,
.lander-page section.videos .youtube-container object,
.lander-page section.videos .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 338px;
}
@media (max-width: 768px) {
  .lander-page section.videos {
    padding: 50px 0;
  }
}
.lander-page section.videos .video-row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lander-page section.videos .video-row {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
}
.lander-page section.videos .video-row .video-content {
  flex: 0 0 35%;
  padding-left: 5%;
}
@media (max-width: 767px) {
  .lander-page section.videos .video-row .video-content {
    padding-left: 0;
    padding-bottom: 20px;
    order: 1;
    flex: 0 0 100%;
  }
}
.lander-page section.videos .video-row .video-content h1 {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .lander-page section.videos .video-row .video-content h1 {
    padding-bottom: 15px;
    max-width: 75%;
    margin: 0 auto;
  }
}
.lander-page section.videos .video-row .video {
  flex: 0 0 60%;
  position: relative;
}
@media (max-width: 767px) {
  .lander-page section.videos .video-row .video {
    flex: 0 0 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .lander-page section.videos .video-row .youtube-container iframe {
    max-width: 100%;
    max-height: 100%;
  }
  .lander-page section.videos .video-row .mobile-state {
    margin-top: 15px;
  }
}
.lander-page section.cta {
  padding: 70px 0 50px 0;
}
.lander-page section.cta .cta-row {
  display: block;
}
.lander-page section.cta .cta-row h1 {
  display: block;
}
.lander-page section.cta .cta-row p.max-width-paragraph {
  max-width: 65%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lander-page section.cta .cta-row p.max-width-paragraph {
    max-width: 100%;
  }
}
.lander-page section.cta .cta-row .liv-btn {
  display: block;
  text-align: center;
}
.lander-page section.prefooter {
  padding: 30px 0;
  border-top: 2px solid #cf1435;
}
@media (max-width: 767px) {
  .lander-page section.prefooter {
    padding: 40px 10px;
  }
}
.lander-page section.prefooter .prefooter-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .lander-page section.prefooter .prefooter-row {
    flex-flow: row wrap;
  }
}
.lander-page section.prefooter .copyright p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .lander-page section.prefooter .copyright {
    order: 2;
    flex: 0 0 100%;
  }
}
.lander-page section.prefooter .prefooter-logo {
  padding-left: 30px;
}
.lander-page section.prefooter .prefooter-logo img {
  max-width: 139px;
}
@media (max-width: 767px) {
  .lander-page section.prefooter .prefooter-logo {
    order: 1;
    padding-left: 0;
    padding-bottom: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    flex: 0 0 100%;
  }
}

.mmit-data .shadow-div-extra {
  height: 100px;
}
.mmit-data [data-role=content] .intro {
  max-width: 1024px;
  margin: 0 auto;
}
.mmit-data [data-role=content] .mmit-wrapper {
  display: block;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  box-sizing: border-box;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label {
  color: #4A4A4A;
  width: 20%;
  box-sizing: border-box;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 18px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.state {
  width: 24%;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.region {
  width: 39%;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.plan-type {
  width: 34%;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.search {
  flex: 0 0 50%;
  margin-top: 10px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label select {
  width: 100%;
  padding: 5px;
  color: #4A4A4A;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 15px;
  margin-top: 5px;
  background: url("../img/global/dropdown_background_new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #4A4A4A;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label select::-ms-expand {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label select:focus {
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label #select-region.region-selected {
  font-size: 15px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.search.hide-search input {
  background-color: #E6E6E6;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input {
  width: 100%;
  padding: 5px 5px 5px 45px;
  border: 1px solid #979797;
  color: #4A4A4A;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 15px;
  margin-top: 5px;
  line-height: normal;
  box-sizing: border-box;
  white-space: normal;
  background: url("../img/global/search_background-new.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 0;
  /* FF 19+ */
  /* FF 4-18 */
  /* IE 10+ */
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input::-moz-placeholder {
  color: #4A4A4A;
  font-size: 15px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:-ms-input-placeholder {
  color: #4A4A4A;
  font-size: 15px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input::placeholder {
  color: #4A4A4A;
  font-size: 15px;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:focus {
  outline: none;
  outline-offset: 0;
  /* FF 19+ */
  /* FF 4-18 */
  /* IE 10+ */
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:focus::-moz-placeholder {
  color: transparent;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:focus:-ms-input-placeholder {
  color: transparent;
}
.mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:focus::placeholder {
  color: transparent;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper {
  margin-top: 5px;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_info {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_filter {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper {
  max-width: 100%;
  border-bottom: 1px solid #4A4A4A;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #8C8C8C;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table thead {
  width: 100%;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table thead tr {
  display: inline-flex;
  width: 100%;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table thead tr td {
  height: auto;
  background-color: #091744;
  color: #ffffff;
  text-align: center;
  font-size: 18px !important;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  line-height: 1;
  font-weight: 200;
  padding: 10px 8px;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table thead tr td:nth-of-type(1) {
  width: 53% !important;
  border-right: 1px solid #ffffff;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table thead tr td:nth-of-type(2) {
  width: 47% !important;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr {
  display: inline-flex;
  border-top: 1px solid #4A4A4A;
  outline: none;
  width: 100%;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr.row-selected {
  background-color: #E6E6E6;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr:first-of-type {
  border-top: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr:last-of-type {
  border-bottom: 1px solid #4A4A4A;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr.shown {
  background-color: #E6E6E6;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr.shown td.details-control {
  background: url(../img/global/close.svg) no-repeat center center;
  background-size: 25px auto;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr.childRow td:first-of-type {
  width: 100% !important;
  background-color: #E6E6E6;
  border-right: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr.childRow span:nth-of-type(3) {
  display: inline-block;
  padding-left: 5px;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td {
  height: auto;
  font-size: 15px !important;
  font-family: "OpenSans", sans-serif;
  padding: 5px 8px;
  box-sizing: border-box;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td br {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td:nth-of-type(1) {
  width: 53% !important;
  border-right: 1px solid #8C8C8C;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td:nth-of-type(2) {
  width: 43% !important;
  border-right: none;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td:nth-of-type(3) {
  width: 4% !important;
  outline: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper table tbody tr td.details-control {
  width: 4% !important;
  outline: none;
  background: url(../img/global/open.svg) no-repeat center center;
  background-size: 25px auto;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_filter {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_info {
  clear: none;
  float: none;
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #8C8C8C;
  font-family: "OpenSans", sans-serif;
  display: block;
  text-align: right;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate {
  margin: 0.5em 0;
  padding: 0.25em 0;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate:after {
  content: "";
  clear: both;
  display: block;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
  font-family: "OpenSans", sans-serif;
  color: #4A4A4A !important;
  font-size: 12px;
  line-height: 16px;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, font-size 0.25s ease-in-out;
  margin: 0 2px;
  border: 1px solid #4A4A4A;
  box-shadow: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #4A4A4A !important;
  font-family: "OpenSans", sans-serif;
  border: 1px solid #4A4A4A;
  background: transparent;
  background-color: #E6E6E6;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: not-allowed;
  color: #979797 !important;
  border: 1px solid #979797;
  background: transparent;
  box-shadow: none;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #979797 !important;
  font-family: "OpenSans", sans-serif;
}
.mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #4A4A4A !important;
  font-family: "OpenSans-Bold", sans-serif;
  border: 1px solid #4A4A4A;
  background: transparent;
  background-color: #E6E6E6;
}
.mmit-data [data-role=content] .mmit-wrapper .table-blocker {
  display: block;
  width: 100%;
  height: 40vh;
  background: #f6f4f4;
  margin: 20px 0;
}
.mmit-data [data-role=content] .mmit-wrapper .table-blocker.hidden {
  display: none;
}
.mmit-data [data-role=content] .mmit-wrapper .table-blocker .table-blocker-copy {
  padding: 25px 5px 0 0;
  text-align: center;
}
.mmit-data [data-role=content] .mmit-wrapper .table-blocker .table-blocker-copy h3 {
  color: #091744;
}
.mmit-data [data-role=content] .mmit-wrapper .footnote {
  padding: 0 0 10px;
}
.mmit-data [data-role=content] .mmit-wrapper .footnote.hidden {
  display: none;
}

@media (max-width: 768px) {
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #4A4A4A !important;
    border: 1px solid #4A4A4A;
    background: transparent;
    background-color: #ffffff;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.state {
    width: 100%;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.region {
    width: 100%;
    padding-top: 10px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.plan-type {
    width: 100%;
    padding-top: 10px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.search {
    flex: 0 0 100%;
    margin-top: 0;
    padding-top: 10px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label select {
    font-size: 16px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input {
    font-size: 16px;
    line-height: 24px;
    /* FF 19+ */
    /* FF 4-18 */
    /* IE 10+ */
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input::-moz-placeholder {
    font-size: 16px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input:-ms-input-placeholder {
    font-size: 16px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label input::placeholder {
    font-size: 16px;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: inherit !important;
    border: 1px solid #4A4A4A;
    background-color: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  }
}
@media (max-width: 600px) {
  .mmit-data [data-role=content] .intro h1 {
    text-align: center;
  }
  .mmit-data [data-role=content] .mmit-wrapper {
    padding: 0 10px 10px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label {
    margin: 0 auto;
  }
  .mmit-data [data-role=content] .mmit-wrapper .mmit-data-form label.search {
    margin: 0 auto;
    padding-bottom: 5px;
  }
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_info {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper table tbody tr td:nth-of-type(2) {
    width: 37% !important;
  }
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper table tbody tr td:nth-of-type(3) {
    width: 10% !important;
  }
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper table tbody tr td.details-control {
    width: 10% !important;
  }
  .mmit-data [data-role=content] .mmit-wrapper .table-blocker {
    margin: 10px 0 20px;
  }
}
@media (max-width: 450px) {
  .mmit-data [data-role=content] .mmit-wrapper .data-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-top: 5px;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-top: 5px;
  }
}
.optout [data-role=content] #optOut {
  padding: 50px 25px 0;
}
.optout [data-role=content] #optOut h1.instruction {
  width: 65%;
  color: #4A4A4A;
}
.optout [data-role=content] #optOut h2 {
  color: #cf1435;
  font-size: 28px;
  line-height: 33px;
}
.optout [data-role=content] #optOut a {
  text-decoration: none;
}
.optout [data-role=content] #optOut form fieldset {
  margin-top: 20px;
}
.optout [data-role=content] #optOut form fieldset legend {
  font-size: 1.2em;
  margin-bottom: 5px;
}

@media (max-width: 960px) {
  .optout [data-role=content] #optOut h1.instruction {
    width: 100%;
  }
}
.patient-assistance [data-role=content] .intro {
  text-align: center;
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}
.patient-assistance [data-role=content] .intro p {
  margin: 0 auto;
  width: 90%;
}
.patient-assistance [data-role=content] .copy-block {
  border-bottom: 1px solid #979797;
  margin-bottom: 20px;
}
.patient-assistance [data-role=content] .copy-block.no-border-bottom {
  border-bottom: none;
}
.patient-assistance [data-role=content] .copy-block .flex-section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
}
.patient-assistance [data-role=content] .copy-block .flex-section .header-section {
  flex: 0 0 35%;
}
.patient-assistance [data-role=content] .copy-block .flex-section .header-section .title span {
  display: block;
  clear: both;
}
.patient-assistance [data-role=content] .copy-block .flex-section .header-section .image {
  text-align: center;
}
.patient-assistance [data-role=content] .copy-block .flex-section .copy-section {
  flex: 0 0 60%;
  margin-top: auto;
  margin-bottom: auto;
}
.patient-assistance [data-role=content] .copy-block .disclaimer {
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .patient-assistance [data-role=content] .intro p {
    width: 100%;
    text-align: left;
  }
  .patient-assistance [data-role=content] .copy-block .flex-section {
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .patient-assistance [data-role=content] .copy-block .flex-section .header-section {
    flex: 1 1 100%;
    padding-bottom: 20px;
  }
  .patient-assistance [data-role=content] .copy-block .flex-section .header-section .title {
    text-align: center;
  }
  .patient-assistance [data-role=content] .copy-block .flex-section .header-section .title span {
    display: inline;
  }
  .patient-assistance [data-role=content] .copy-block .flex-section .copy-section {
    flex: 1 1 100%;
  }
  .patient-assistance [data-role=content] .copy-block .disclaimer {
    width: 100%;
  }
}
#goal-getters .hero-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  #goal-getters .hero-section {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-top: 10px;
  }
}
#goal-getters .hero-section .copy-section {
  flex: 0 0 42%;
}
@media (max-width: 850px) {
  #goal-getters .hero-section .copy-section {
    flex: 0 0 47%;
  }
}
@media (max-width: 768px) {
  #goal-getters .hero-section .copy-section {
    flex: 0 0 100%;
    order: 2;
    padding-top: 20px;
  }
}
#goal-getters .hero-section .copy-section h2 {
  color: #1B2454;
}
#goal-getters .hero-section .img-wrapper {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #goal-getters .hero-section .img-wrapper {
    flex: 0 0 100%;
    text-align: center;
  }
}
#goal-getters .hero-section .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
#goal-getters .copy-block {
  padding: 20px;
  max-width: 1024px;
}
@media (max-width: 600px) {
  #goal-getters .copy-block {
    padding: 0 20px 40px;
  }
}
#goal-getters .copy-block .wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #8C8C8C;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper {
    padding-top: 0;
    flex-flow: row-reverse wrap;
  }
}
#goal-getters .copy-block .wrapper .text-wrapper {
  flex: 0 0 41%;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .text-wrapper {
    flex: 1 1 100%;
    order: 2;
  }
  #goal-getters .copy-block .wrapper .text-wrapper .hide-on-mobile {
    display: none;
  }
}
#goal-getters .copy-block .wrapper .text-wrapper h2 {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  padding-bottom: 20px;
}
#goal-getters .copy-block .wrapper .text-wrapper .before-quote {
  display: inline-block;
  font-size: 42px;
  vertical-align: top;
  line-height: 24px;
  color: #1B2454;
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
  padding-top: 5px;
  padding-right: 2px;
}
#goal-getters .copy-block .wrapper .text-wrapper .quote {
  color: #1B2454;
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  max-width: 92%;
  padding-bottom: 5px;
}
#goal-getters .copy-block .wrapper .text-wrapper .quote span {
  font-size: 42px;
  vertical-align: text-bottom;
  line-height: 2px;
}
#goal-getters .copy-block .wrapper .text-wrapper h3 {
  color: #1B2454;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding: 20px 0 10px;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .text-wrapper h3 {
    padding-top: 30px;
  }
}
#goal-getters .copy-block .wrapper .text-wrapper p.regular-text {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 22px;
  font-family: "OpenSans", sans-serif;
  padding-bottom: 10px;
  margin: 0;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .text-wrapper p.regular-text {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }
}
#goal-getters .copy-block .wrapper .text-wrapper p.regular-text span.italic {
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
}
#goal-getters .copy-block .wrapper .text-wrapper p.regular-text span.no-break {
  white-space: nowrap;
}
#goal-getters .copy-block .wrapper .video-wrapper {
  flex: 0 0 55%;
  padding: 0;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .video-wrapper {
    flex: 1 1 100%;
    padding-bottom: 30px;
  }
}
#goal-getters .copy-block .wrapper .video-wrapper h2 {
  display: none;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  padding-bottom: 20px;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .video-wrapper h2 {
    display: block;
  }
}
#goal-getters .copy-block .wrapper .video-wrapper .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  #goal-getters .copy-block .wrapper .video-wrapper .youtube-container {
    padding-bottom: 40%;
  }
}
@media (max-width: 650px) {
  #goal-getters .copy-block .wrapper .video-wrapper .youtube-container {
    padding-bottom: 56.25%;
  }
}
#goal-getters .copy-block .wrapper .video-wrapper .youtube-container iframe,
#goal-getters .copy-block .wrapper .video-wrapper .youtube-container object,
#goal-getters .copy-block .wrapper .video-wrapper .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 338px;
}
#goal-getters .copy-block .wrapper .video-wrapper #jayVideo-container {
  background-image: url("/img/goal-getters/jayVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #jayVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #janeVideo-container {
  background-image: url("/img/goal-getters/janeVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #janeVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #jeanetteVideo-container {
  background-image: url("/img/goal-getters/jeanetteVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #jeanetteVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #debbieVideo-container {
  background-image: url("/img/goal-getters/debVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #debbieVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #robertVideo-container {
  background-image: url("/img/goal-getters/robVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #robertVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #donnieVideo-container {
  background-image: url("/img/goal-getters/donnieVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #donnieVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #jeanVideo-container {
  background-image: url("/img/goal-getters/jeanVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #jeanVideo-container.hide-bg {
  background-image: none;
}
#goal-getters .copy-block .wrapper .video-wrapper #pamVideo-container {
  background-image: url("/img/goal-getters/pamVideo.png");
}
#goal-getters .copy-block .wrapper .video-wrapper #pamVideo-container.hide-bg {
  background-image: none;
}
#goal-getters #donnie {
  padding-bottom: 60px;
}
#goal-getters .cta-copy-block {
  padding: 20px 20px 40px;
  max-width: 1024px;
}
@media (max-width: 768px) {
  #goal-getters .cta-copy-block {
    padding: 60px 0 40px;
  }
}
#goal-getters .cta-copy-block .cta-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  #goal-getters .cta-copy-block .cta-wrapper {
    justify-content: flex-start;
  }
}
#goal-getters .cta-copy-block .cta-wrapper .cta-block {
  background: #f8f8f8;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  max-width: 500px;
  width: 49%;
  height: 290px;
  flex: 0 0 49%;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media (max-width: 810px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block {
    height: 330px;
  }
}
@media (max-width: 768px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block {
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  #goal-getters .cta-copy-block .cta-wrapper .cta-block:first-of-type {
    margin-bottom: 40px;
  }
}
#goal-getters .cta-copy-block .cta-wrapper .cta-block h2 {
  font-family: "OpenSansCondensed-Bold", sans-serif;
  font-size: 24px;
  color: #000000;
  text-align: center;
  line-height: 24px;
  padding-bottom: 10px;
}
@media (max-width: 850px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block h2 br {
    display: none;
  }
}
#goal-getters .cta-copy-block .cta-wrapper .cta-block p {
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding-bottom: 10px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block p {
    padding-bottom: 20px;
  }
}
#goal-getters .cta-copy-block .cta-wrapper .cta-block p.extra-padding {
  padding: 0 35px 10px;
}
@media (max-width: 1000px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block p.extra-padding {
    padding: 0 0 10px;
  }
}
@media (max-width: 768px) {
  #goal-getters .cta-copy-block .cta-wrapper .cta-block p.extra-padding {
    padding-bottom: 20px;
  }
}
#goal-getters .cta-copy-block .cta-wrapper .cta-block .btn-wrapper .liv-btn a {
  margin: 0;
  height: auto;
}

#refill-reminders {
  background: #f6f4f4;
}
#refill-reminders .main-section {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#refill-reminders .main-section .copy-block {
  width: 53%;
  float: left;
  padding-right: 0;
  box-sizing: border-box;
}
#refill-reminders .main-section .copy-block .form-fineprint {
  font-size: 14px;
  padding-bottom: 20px;
  display: block;
}
#refill-reminders .main-section .copy-block #success,
#refill-reminders .main-section .copy-block #submitting {
  display: none;
  width: 100%;
  padding: 20px;
  color: #000000;
  box-sizing: border-box;
}
#refill-reminders .main-section .copy-block #success {
  background: #f8f8f8;
}
#refill-reminders .main-section .copy-block #submitting {
  background: #f8f8f8;
}
#refill-reminders .main-section .copy-block form {
  padding-top: 20px;
}
#refill-reminders .main-section .copy-block form .liv-btn {
  padding-bottom: 25px;
}
#refill-reminders .main-section .copy-block form .liv-btn button {
  margin: 0;
}
#refill-reminders .main-section .copy-block form .errOpt {
  background: #cf1435;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px;
  display: block;
}
#refill-reminders .main-section .copy-block form select,
#refill-reminders .main-section .copy-block form input[type=date] {
  color: #8C8C8C;
  font-size: 15px;
  line-height: 22px;
  padding: 7px;
  border: #4A4A4A solid 1px;
  border-radius: 3px;
  font-family: "OpenSans", sans-serif;
}
#refill-reminders .main-section .copy-block form input[type=email],
#refill-reminders .main-section .copy-block form input[type=text],
#refill-reminders .main-section .copy-block form input[name=MobilePhone],
#refill-reminders .main-section .copy-block form input.just-text-input {
  background: #ffffff;
  padding: 7px;
  height: 40px;
  min-height: 40px;
  color: #8C8C8C;
  font-size: 15px;
  line-height: 22px;
  border: #4A4A4A solid 1px;
  border-radius: 3px;
  box-sizing: border-box;
}
#refill-reminders .main-section .copy-block form input[type=email] {
  width: 100%;
}
#refill-reminders .main-section .copy-block form fieldset {
  padding-bottom: 20px;
}
#refill-reminders .main-section .copy-block form fieldset.mainchecks {
  margin: 0;
  padding-bottom: 20px;
}
#refill-reminders .main-section .copy-block form fieldset.mainchecks legend {
  margin: 0;
}
#refill-reminders .main-section .copy-block form fieldset.mainchecks label {
  display: block;
}
#refill-reminders .main-section .copy-block form fieldset.quants label {
  padding-right: 30px;
}
#refill-reminders .main-section .copy-block form fieldset.timeset label {
  padding-left: 30px;
}
#refill-reminders .main-section .copy-block form fieldset.optins {
  margin-bottom: 10px;
}
#refill-reminders .main-section .copy-block form fieldset.optins label {
  display: block;
}
#refill-reminders .main-section .copy-block form fieldset legend {
  font-size: 20px;
  margin: 0 0 10px;
  color: #4A4A4A;
  font-family: "OpenSansCondensed-Bold", sans-serif;
}
#refill-reminders .main-section .copy-block form fieldset div#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
  left: 240.5px !important;
  top: 800px !important;
}
#refill-reminders .main-section .copy-block form fieldset .hide {
  display: none;
}
#refill-reminders .main-section .right {
  width: 45%;
  float: left;
  padding: 20px 20px 20px 0;
  box-sizing: border-box;
}
#refill-reminders .main-section .right img {
  margin: 0 auto;
  display: block;
  clear: right;
}

@media (max-width: 1024px) {
  #refill-reminders .main-section {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  #refill-reminders .main-section .copy-block {
    width: 100%;
    padding-right: 20px;
    float: none;
  }
  #refill-reminders .main-section .copy-block form input[type=email] {
    width: 80%;
  }
  #refill-reminders .main-section .right {
    display: none;
  }
}
@media (max-width: 400px) {
  #refill-reminders .main-section .copy-block form fieldset.timeset label {
    padding-left: 10px;
  }
}
.response .response-panel {
  padding: 20px;
  padding-top: 40px;
  background-color: #ffffff;
}
.response .response-panel h1 {
  text-align: center;
}
.response .response-panel .response-paragraph {
  padding: 5px 0;
}
.response .response-panel .response-disclaimer {
  font-size: 8px;
}
.response .response-panel .footnote {
  padding-top: 30px;
}

.print-header {
  padding: 0 20px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.print-header .inner {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.print-header .inner a {
  text-decoration: none;
  color: #4A4A4A;
}
.print-header .inner a:hover {
  cursor: pointer;
  text-decoration: none;
}
.print-header .inner a:hover p {
  color: #cf1435;
}
.print-header .inner a img {
  vertical-align: middle;
  padding-right: 2px;
}
.print-header .inner a p {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  vertical-align: bottom;
  transition: 0.25s all ease-in-out;
}
.print-header .inner a::after {
  content: url("/img/global/red-carrot.svg");
  position: absolute;
  padding-left: 10px;
  padding-top: 5px;
}

.homepage-savings-card .desktop {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}

.homepage-savings-card .mobile {
  display: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .print-header {
    padding: 20px 20px 20px;
  }

  .homepage-savings-card .desktop {
    display: none;
  }

  .homepage-savings-card .mobile {
    display: block;
    width: 100%;
  }
}
#statin-options .container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
#statin-options .copy-block {
  width: 80%;
  margin: 0 auto;
}
#statin-options .copy-block.less-padding-bottom {
  padding-bottom: 10px;
}
#statin-options .copy-block .copy-container {
  padding-left: 20px;
}
#statin-options .copy-block .copy-container p {
  margin: 0;
}
#statin-options .copy-block .copy-container ul {
  display: table;
  padding: 10px 20px;
}
#statin-options .copy-block .copy-container ul > li {
  display: table;
  padding-bottom: 10px;
}
#statin-options .copy-block .copy-container ul > li .bold-red {
  font-family: "OpenSans-SemiBold", sans-serif;
  color: #cf1435;
}
#statin-options .copy-block .copy-container ul > li .break-line {
  display: block;
}
#statin-options .copy-block .copy-container ul > li::before {
  content: "•";
  display: table-cell;
  padding: 2px 10px 0 0;
  color: #cf1435;
  font-size: 20px;
  vertical-align: top;
}
#statin-options .copy-block .copy-container ul > li:last-of-type {
  padding-bottom: 0;
}
#statin-options .copy-block .copy-container ul > li > ul {
  display: table;
  padding: 10px 0;
}
#statin-options .copy-block .copy-container ul > li > ul li {
  display: table;
  padding-bottom: 5px;
}
#statin-options .copy-block .copy-container ul > li > ul li::before {
  content: "o";
  display: table-cell;
  padding: 0 10px 0 25px;
  color: #cf1435;
  font-size: 14px;
  vertical-align: top;
}
#statin-options .copy-block .list-block ul li a {
  color: #cf1435;
}

@media (max-width: 600px) {
  #statin-options .container .copy-block {
    width: 100%;
    box-sizing: border-box;
  }
  #statin-options .container .copy-block .copy-container {
    padding-left: 0;
  }
  #statin-options .container .copy-block .copy-container p {
    margin: 0;
  }
  #statin-options .container .copy-block .copy-container ul {
    padding: 10px 20px;
  }
}
#stopping-statins .intro p.max-width {
  max-width: 730px;
  width: 100%;
}
#stopping-statins .copy-block.cta-pre-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}
#stopping-statins .copy-block.cta-pre-copy h2 {
  max-width: 75%;
}
#stopping-statins .copy-block p.border-bottom {
  border-bottom: 1px solid #979797;
  padding-bottom: 40px;
}
#stopping-statins .copy-block .liv-btn a {
  padding-bottom: 15px;
}
#stopping-statins .copy-block a {
  color: #cf1435;
  font-family: "OpenSans-SemiBold", sans-serif;
  padding-bottom: 40px;
}
#stopping-statins .copy-block a span {
  text-decoration: none;
  padding-left: 10px;
}
#stopping-statins .copy-block a span img {
  height: 10px;
  width: 6px;
  vertical-align: baseline;
}

@media (max-width: 1024px) {
  #stopping-statins .copy-block.cta-pre-copy h2 {
    max-width: 80%;
  }
}
@media (max-width: 920px) {
  #stopping-statins .copy-block.cta-pre-copy h2 {
    max-width: 90%;
  }
}
@media (max-width: 820px) {
  #stopping-statins .copy-block.cta-pre-copy h2 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #stopping-statins .copy-block.cta-pre-copy {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #stopping-statins .copy-block p.border-bottom {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  #stopping-statins #flex-cta-wrapper {
    padding: 0 0 20px;
  }
}
#taking-as-directed .list-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
}
#taking-as-directed .list-wrapper .list-container {
  flex: 1 1 48%;
  padding: 30px 45px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: center;
  box-sizing: border-box;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #taking-as-directed .list-wrapper .list-container {
    max-width: 50%;
  }
}
#taking-as-directed .list-wrapper .list-container:nth-of-type(even) {
  border-left: 0;
  border-bottom: 0;
}
#taking-as-directed .list-wrapper .list-container:nth-of-type(odd) {
  border-bottom: 0;
}
#taking-as-directed .list-wrapper .list-container:nth-of-type(9) {
  border-bottom: 1px solid #E6E6E6;
}
#taking-as-directed .list-wrapper .list-container:nth-of-type(10) {
  border-bottom: 1px solid #E6E6E6;
}
#taking-as-directed .list-wrapper .list-container .list-img {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
#taking-as-directed .list-wrapper .list-container .list-copy {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#taking-as-directed .list-wrapper .list-container .list-copy p {
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  #taking-as-directed .list-wrapper .list-container {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  #taking-as-directed .list-wrapper .list-container {
    flex: 1 1 100%;
  }
  #taking-as-directed .list-wrapper .list-container:nth-of-type(even) {
    border-left: 1px solid #E6E6E6;
    border-bottom: 0;
  }
  #taking-as-directed .list-wrapper .list-container:nth-of-type(odd) {
    border-bottom: 0;
  }
  #taking-as-directed .list-wrapper .list-container:nth-of-type(9) {
    border-bottom: 0;
  }
  #taking-as-directed .list-wrapper .list-container:nth-of-type(10) {
    border-bottom: 1px solid #E6E6E6;
  }
}
.who-treats [data-role=content] .intro .hero-img-wrapper img {
  width: 68%;
  height: auto;
  max-width: 768px;
  display: block;
}

@media (max-width: 650px) {
  .who-treats [data-role=content] .intro .hero-img-wrapper img {
    width: 100%;
  }
}
.section-page [data-role=content] {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
}
.section-page [data-role=content] .breadcrumbs {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-page [data-role=content] .flex-hero {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px 60px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-hero {
    padding: 0 0 40px;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.section-page [data-role=content] .flex-hero .copy {
  flex: 0 0 40%;
  box-sizing: border-box;
}
.section-page [data-role=content] .flex-hero .copy.larger-copy {
  flex: 0 0 44%;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-hero .copy.larger-copy {
    flex: 0 0 100%;
  }
}
.section-page [data-role=content] .flex-hero .copy.larger-copy p {
  max-width: 385px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-hero .copy.larger-copy p {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .flex-hero .copy {
    flex: 0 0 43%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-hero .copy {
    flex: 0 0 100%;
    order: 2;
    padding: 20px 20px 0;
  }
}
.section-page [data-role=content] .flex-hero .copy h1 {
  font-size: 28px;
  line-height: 32px;
}
.section-page [data-role=content] .flex-hero .copy p {
  padding-bottom: 0;
}
.section-page [data-role=content] .flex-hero .img-wrapper {
  flex: 0 0 48%;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .flex-hero .img-wrapper {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-hero .img-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
  .section-page [data-role=content] .flex-hero .img-wrapper.mobile-padding {
    padding: 0 40px;
  }
}
.section-page [data-role=content] .flex-hero .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.section-page [data-role=content] .hero-cta-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  text-align: center;
}
.section-page [data-role=content] .hero-cta-wrapper.grey-cta {
  margin: 20px auto;
  padding: 30px 20px;
  background-color: #f8f8f8;
  max-width: 1024px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .hero-cta-wrapper.grey-cta {
    margin: 60px auto 0;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .hero-cta-wrapper {
    padding: 0 20px 40px;
  }
}
@media (max-width: 650px) {
  .section-page [data-role=content] .hero-cta-wrapper {
    max-width: 100%;
  }
}
.section-page [data-role=content] .goal-getter-hero {
  width: 100%;
  background-image: url("/img/understanding/understanding-hc-robert-hero.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
.section-page [data-role=content] .goal-getter-hero.jay {
  background-image: url("/img/discovering-livalo/discovering-jay-hero.png");
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .goal-getter-hero.jay {
    background-position: 40%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.jay {
    background-position: 35%;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.jay {
    background-image: url("/img/discovering-livalo/discovering-jay-hero-mobile.png");
    background-position: top;
  }
}
.section-page [data-role=content] .goal-getter-hero.jay .hero-content {
  padding: 180px 20px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.jay .hero-content {
    padding: 120px 20px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.jay .hero-content {
    padding: 20px 20px 40px;
    margin: 0;
  }
}
.section-page [data-role=content] .goal-getter-hero.donnie {
  background-image: url("/img/starting-livalo/starting-donnie-hero.png");
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .goal-getter-hero.donnie {
    background-position: 40%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.donnie {
    background-position: 45%;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.donnie {
    background-image: url("/img/starting-livalo/starting-donnie-hero-mobile.png");
    background-position: top;
    min-height: 535px;
  }
}
.section-page [data-role=content] .goal-getter-hero.donnie .hero-content {
  padding: 180px 20px;
}
@media (max-width: 950px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content {
    padding: 120px 20px;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content {
    padding: 80px 20px;
  }
}
@media (max-width: 600px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content {
    padding: 20px 20px 40px;
    margin: 0;
  }
}
.section-page [data-role=content] .goal-getter-hero.donnie .hero-content p {
  max-width: 395px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p {
    max-width: 345px;
  }
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p.orange {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p {
    max-width: 300px;
  }
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p.orange {
    max-width: 275px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p {
    max-width: 100%;
  }
  .section-page [data-role=content] .goal-getter-hero.donnie .hero-content p.orange {
    max-width: 100%;
  }
}
.section-page [data-role=content] .goal-getter-hero.jane {
  background-image: url("/img/supporting-you-on-livalo/supporting-jane-hero.png");
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .goal-getter-hero.jane {
    background-position: 40%;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.jane {
    background-image: url("/img/supporting-you-on-livalo/supporting-jane-hero-mobile.png");
    background-position: top;
    min-height: 535px;
  }
}
.section-page [data-role=content] .goal-getter-hero.jane .hero-content {
  padding: 120px 20px;
}
@media (max-width: 950px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content {
    padding: 120px 20px;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content {
    padding: 80px 20px;
  }
}
@media (max-width: 600px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content {
    padding: 20px;
    margin: 0;
  }
}
.section-page [data-role=content] .goal-getter-hero.jane .hero-content p {
  max-width: 395px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p {
    max-width: 345px;
  }
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p.orange {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p {
    max-width: 300px;
  }
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p.orange {
    max-width: 275px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p {
    max-width: 100%;
  }
  .section-page [data-role=content] .goal-getter-hero.jane .hero-content p.orange {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .goal-getter-hero {
    background-position: left;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .goal-getter-hero {
    background-position: 35%;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero {
    background-image: url("/img/understanding/understanding-hc-robert-hero-mobile.png");
    min-height: 520px;
    background-position: top;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
  }
}
.section-page [data-role=content] .goal-getter-hero .hero-content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 140px 20px;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .section-page [data-role=content] .goal-getter-hero .hero-content {
    padding: 80px 20px;
  }
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero .hero-content {
    padding: 20px 20px 40px;
    margin: 0;
  }
}
.section-page [data-role=content] .goal-getter-hero .hero-content img {
  max-width: 250px;
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero .hero-content img {
    padding-bottom: 10px;
  }
}
.section-page [data-role=content] .goal-getter-hero .hero-content h1 {
  padding-bottom: 10px;
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero .hero-content h1 {
    padding-bottom: 5px;
  }
}
.section-page [data-role=content] .goal-getter-hero .hero-content p {
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 500px) {
  .section-page [data-role=content] .goal-getter-hero .hero-content p {
    padding-bottom: 10px;
  }
}
.section-page [data-role=content] .goal-getter-hero .hero-content p.orange {
  color: #D66745;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 0;
}
.section-page [data-role=content] .video-section {
  width: 100%;
  background-color: #f8f8f8;
}
.section-page [data-role=content] .video-section .flex-video {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .flex-video {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 40px 0;
  }
}
.section-page [data-role=content] .video-section .flex-video .video {
  flex: 0 0 48%;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .flex-video .video {
    flex: 0 0 100%;
    box-sizing: border-box;
  }
}
.section-page [data-role=content] .video-section .flex-video .video .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-page [data-role=content] .video-section .flex-video .video .youtube-container iframe,
.section-page [data-role=content] .video-section .flex-video .video .youtube-container object,
.section-page [data-role=content] .video-section .flex-video .video .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-page [data-role=content] .video-section .flex-video .video #robertVideo-container {
  background-image: url("/img/goal-getters/robVideo.png");
}
.section-page [data-role=content] .video-section .flex-video .video #robertVideo-container.hide-bg {
  background-image: none;
}
.section-page [data-role=content] .video-section .flex-video .video #jayVideo-container {
  background-image: url("/img/goal-getters/jayVideo.png");
}
.section-page [data-role=content] .video-section .flex-video .video #jayVideo-container.hide-bg {
  background-image: none;
}
.section-page [data-role=content] .video-section .flex-video .video #donnieVideo-container {
  background-image: url("/img/goal-getters/donnieVideo.png");
}
.section-page [data-role=content] .video-section .flex-video .video #donnieVideo-container.hide-bg {
  background-image: none;
}
.section-page [data-role=content] .video-section .flex-video .video #janeVideo-container {
  background-image: url("/img/goal-getters/janeVideo.png");
}
.section-page [data-role=content] .video-section .flex-video .video #janeVideo-container.hide-bg {
  background-image: none;
}
.section-page [data-role=content] .video-section .flex-video .quote-section {
  flex: 0 0 49%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .flex-video .quote-section {
    flex: 0 0 100%;
    padding: 20px 20px 0 5px;
  }
}
.section-page [data-role=content] .video-section .flex-video .quote-section .before-quote {
  display: inline-block;
  font-size: 48px;
  vertical-align: top;
  line-height: 24px;
  color: #1B2454;
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
  padding-top: 10px;
  padding-right: 2px;
}
.section-page [data-role=content] .video-section .flex-video .quote-section .quote {
  color: #1B2454;
  font-family: "OpenSans-SemiBoldItalic", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  display: inline-block;
  max-width: 90%;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .flex-video .quote-section .quote {
    max-width: 88%;
  }
}
.section-page [data-role=content] .video-section .flex-video .quote-section .quote span {
  font-size: 48px;
  vertical-align: bottom;
  line-height: 1px;
}
.section-page [data-role=content] .video-section .video-copy-section {
  padding: 0 20px 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .video-copy-section {
    padding: 0 20px 40px;
  }
}
.section-page [data-role=content] .video-section .video-copy-section h2 {
  color: #1B2454;
  padding-bottom: 10px;
}
.section-page [data-role=content] .video-section .video-copy-section p {
  max-width: 566px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.section-page [data-role=content] .video-section .video-copy-section p:last-of-type {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .video-section .video-copy-section p {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .section-page [data-role=content] .video-section .video-copy-section p br {
    display: none;
  }
}
.section-page [data-role=content] .video-section .video-copy-section a {
  color: #cf1435;
}
.section-page [data-role=content] .learn-more-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px 45px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section .header-section {
    padding: 0 20px;
  }
}
.section-page [data-role=content] .learn-more-section .header-section h1 {
  padding-bottom: 10px;
}
.section-page [data-role=content] .learn-more-section .header-section p {
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section .header-section p {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.section-page [data-role=content] .learn-more-section .flex-section {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item {
  flex: 0 0 35%;
  padding-bottom: 85px;
  box-sizing: border-box;
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item.empty-div {
  min-width: 328px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section .flex-section .flex-item {
    flex: 0 0 100%;
    background-color: #f8f8f8;
    padding: 20px;
    margin-bottom: 40px;
  }
  .section-page [data-role=content] .learn-more-section .flex-section .flex-item.hide-on-mobile {
    display: none;
  }
  .section-page [data-role=content] .learn-more-section .flex-section .flex-item.no-padding-bottom {
    padding-bottom: 20px !important;
  }
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item a {
  text-decoration: none;
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item a img {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section .flex-section .flex-item a img {
    display: none;
  }
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item a h2 {
  color: #1B2454;
  padding-bottom: 10px;
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item a p {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .learn-more-section .flex-section .flex-item a p:last-of-type {
    padding-bottom: 0;
  }
}
.section-page [data-role=content] .learn-more-section .flex-section .flex-item a p.footnote {
  font-size: 11px;
  line-height: 16px;
}
.section-page [data-role=content] .flex-cta-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 40px 0;
  }
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta {
  justify-content: center;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta {
    padding: 60px 0 40px;
  }
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta .copy-section {
  flex: 0 0 29%;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta .copy-section {
    flex: 0 0 100%;
    order: 2;
  }
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta .copy-section .liv-btn {
    text-align: center;
    display: block;
  }
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper {
  flex: 0 0 40%;
  max-width: 330px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper {
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 20px;
    order: 1;
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper {
    max-width: 90%;
  }
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper img {
  max-width: 300px;
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper img {
    max-width: 100%;
  }
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper p {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 15px;
  position: relative;
  padding-left: 7px;
}
.section-page [data-role=content] .flex-cta-wrapper.savings-cta .img-wrapper p:before {
  content: "*";
  position: absolute;
  top: 10px;
  left: 0;
}
.section-page [data-role=content] .flex-cta-wrapper .copy-section {
  flex: 0 0 39%;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .section-page [data-role=content] .flex-cta-wrapper .copy-section {
    flex: 0 0 44%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper .copy-section {
    flex: 0 0 100%;
    order: 2;
    padding: 0 20px;
  }
}
.section-page [data-role=content] .flex-cta-wrapper .copy-section h1 {
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 950px) {
  .section-page [data-role=content] .flex-cta-wrapper .copy-section h1 br {
    display: none;
  }
}
.section-page [data-role=content] .flex-cta-wrapper .copy-section p {
  padding-bottom: 0;
}
.section-page [data-role=content] .flex-cta-wrapper .img-wrapper {
  flex: 0 0 52%;
}
@media (max-width: 950px) {
  .section-page [data-role=content] .flex-cta-wrapper .img-wrapper {
    flex: 0 0 48%;
  }
}
@media (max-width: 768px) {
  .section-page [data-role=content] .flex-cta-wrapper .img-wrapper {
    flex: 0 0 100%;
    order: 1;
    padding-bottom: 20px;
  }
}
.section-page [data-role=content] .flex-cta-wrapper .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.breadcrumbs {
  padding: 20px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 20px;
  }
}
.breadcrumbs span {
  color: #979797;
  font-size: 12px;
  line-height: 15px;
}
.breadcrumbs span:last-of-type {
  color: #4A4A4A;
}
.breadcrumbs span sup {
  vertical-align: super;
  font-size: 9px;
  line-height: 9px;
}
.breadcrumbs a {
  text-decoration: none;
  outline: none;
  color: #979797;
  font-size: 12px;
  line-height: 15px;
}
.breadcrumbs a:hover {
  color: #cf1435;
}
.breadcrumbs img {
  padding: 0 5px;
}

.liv-btn {
  display: inline-block;
}
.liv-btn.red-btn button,
.liv-btn.red-btn a {
  background: #cf1435;
  box-shadow: none;
  transition: 0.25s all ease-in-out;
}
.liv-btn.red-btn button span,
.liv-btn.red-btn a span {
  color: #ffffff;
}
.liv-btn.red-btn button:hover,
.liv-btn.red-btn a:hover {
  box-shadow: none;
  text-decoration: none;
  transform: none;
  background: rgba(207, 20, 53, 0.75);
}
.liv-btn.red-btn button:hover span,
.liv-btn.red-btn a:hover span {
  color: #ffffff;
}
.liv-btn.white-btn button,
.liv-btn.white-btn a {
  background: #ffffff;
  transition: 0.25s all ease-in-out;
  margin: 10px 0 20px;
}
.liv-btn.white-btn button span,
.liv-btn.white-btn a span {
  color: #4A4A4A;
}
.liv-btn.white-btn button:hover,
.liv-btn.white-btn a:hover {
  box-shadow: none;
  text-decoration: none;
  transform: none;
  background: rgba(255, 255, 255, 0.75);
}
.liv-btn button,
.liv-btn a {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 15px;
  border: none;
  width: auto;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #ffc300;
  box-shadow: 2px 4px 0 0 #D4A406;
  transition: box-shadow 0.1s;
  text-decoration: none;
}
.liv-btn button span,
.liv-btn a span {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 5px;
  width: 100%;
}
.liv-btn button .button-arrow,
.liv-btn a .button-arrow {
  display: inline-flex;
}
.liv-btn button:hover,
.liv-btn a:hover {
  box-shadow: inset 4px 4px 0 0 #ffc300;
  transform: translateY(4px) translateX(2px);
  text-decoration: none;
}
.liv-btn button:hover span,
.liv-btn a:hover span {
  color: #4A4A4A;
}
.liv-btn.no-arrow button span,
.liv-btn.no-arrow a span {
  padding-right: 0;
  padding-left: 0;
}
.liv-btn.previous-btn button .button-arrow-desktop,
.liv-btn.previous-btn a .button-arrow-desktop {
  display: inline-flex;
}
.liv-btn.previous-btn button .button-arrow-desktop img,
.liv-btn.previous-btn a .button-arrow-desktop img {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.liv-btn.previous-btn button span,
.liv-btn.previous-btn a span {
  padding-right: 5px;
  padding-left: 15px;
}

.flex-button-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex-button-wrapper .liv-btn {
  margin: 0 20px;
}
.flex-button-wrapper .liv-btn:first-of-type {
  margin-left: 0;
}
.flex-button-wrapper .liv-btn:last-of-type {
  margin-right: 0;
}

@media (max-width: 650px) {
  .flex-button-wrapper {
    flex-flow: row wrap;
  }
  .flex-button-wrapper .liv-btn {
    flex: 0 0 100%;
    margin: 0;
  }
  .flex-button-wrapper .liv-btn a {
    width: 100%;
  }
}
@media (max-width: 415px) {
  .flex-button-wrapper .liv-btn a {
    display: flex;
    width: 100%;
  }
}
.collapsible-block {
  margin: 0 20px 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  position: relative;
  box-sizing: border-box;
}
.collapsible-block.open .flex-headline .collapsible-arrow img.open-arrow {
  display: block;
}
.collapsible-block.open .flex-headline .collapsible-arrow img.closed-arrow {
  display: none;
}
.collapsible-block.open .collapsible-content {
  display: block;
  height: auto;
  z-index: 1;
}
.collapsible-block .flex-headline {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-bottom: 20px;
}
.collapsible-block .flex-headline h2 {
  padding-bottom: 0;
}
.collapsible-block .flex-headline .collapsible-arrow {
  flex: 0 0 15px;
  margin-right: 10px;
}
.collapsible-block .flex-headline .collapsible-arrow img {
  max-width: 100%;
  max-height: 100%;
}
.collapsible-block .flex-headline .collapsible-arrow img.open-arrow {
  display: none;
}
.collapsible-block .flex-headline .collapsible-arrow img.closed-arrow {
  display: block;
}
.collapsible-block .collapsible-content {
  padding: 0 25px 20px 25px;
  display: none;
}
.collapsible-block .collapsible-content p.list-header {
  padding-bottom: 10px;
}
.collapsible-block .collapsible-content p.footnote {
  padding-bottom: 0;
  font-size: 12px;
  padding-top: 10px;
}
.collapsible-block .collapsible-content p.bold {
  padding-top: 20px;
  padding-bottom: 0;
}
.collapsible-block .collapsible-content ul {
  margin-left: 25px;
}
.collapsible-block .collapsible-content ul li {
  padding-bottom: 5px;
  line-height: 1;
}
.collapsible-block .collapsible-content ul li:before {
  padding: 2px 5px 0 0;
}

.mobile-collapsible-block .mobile-flex-headline {
  display: none;
}

@media (max-width: 800px) {
  .mobile-collapsible-block {
    margin: 0 20px 20px;
    border-bottom: 1px solid #979797;
    position: relative;
    box-sizing: border-box;
  }
  .mobile-collapsible-block:last-of-type {
    margin-bottom: 0;
  }
  .mobile-collapsible-block.open .mobile-flex-headline .collapsible-arrow img.open-arrow {
    display: block;
  }
  .mobile-collapsible-block.open .mobile-flex-headline .collapsible-arrow img.closed-arrow {
    display: none;
  }
  .mobile-collapsible-block.open .mobile-collapsible-content {
    display: block;
    height: auto;
    z-index: 1;
  }
  .mobile-collapsible-block .mobile-flex-headline {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding-bottom: 20px;
  }
  .mobile-collapsible-block .mobile-flex-headline h2 {
    padding-bottom: 0;
  }
  .mobile-collapsible-block .mobile-flex-headline .collapsible-arrow {
    flex: 0 0 15px;
    margin-right: 10px;
  }
  .mobile-collapsible-block .mobile-flex-headline .collapsible-arrow img {
    max-width: 100%;
    max-height: 100%;
  }
  .mobile-collapsible-block .mobile-flex-headline .collapsible-arrow img.open-arrow {
    display: none;
  }
  .mobile-collapsible-block .mobile-flex-headline .collapsible-arrow img.closed-arrow {
    display: block;
  }
  .mobile-collapsible-block .mobile-collapsible-content {
    padding: 0 0 20px;
    display: none;
  }
}
@media (max-width: 768px) {
  .collapsible-block .collapsible-content {
    padding: 0 0 20px 0;
  }
  .collapsible-block .collapsible-content ul {
    margin-left: 10px;
  }
  .collapsible-block .collapsible-content ul li {
    line-height: 1.4;
  }
}
.copy-block {
  padding: 20px;
}
.copy-block .footnote sub {
  display: block;
  padding-bottom: 5px;
  line-height: 1.4;
}

.copy-block-callout {
  padding: 40px;
  margin: 20px auto 40px;
  max-width: 670px;
  background-color: #f8f8f8;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .copy-block-callout {
    padding: 30px;
  }
}
.copy-block-callout h1 {
  color: #1B2454;
}
@media (max-width: 650px) {
  .copy-block-callout p br {
    display: none;
  }
}

.new-cta-wrapper {
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
.new-cta-wrapper .new-cta {
  flex: 0 0 49%;
  margin-right: 20px;
  background-color: #f8f8f8;
  border: 1px solid #E6E6E6;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 228px;
}
.new-cta-wrapper .new-cta:first-of-type h2 {
  padding-bottom: 15px;
}
.new-cta-wrapper .new-cta:last-of-type {
  margin-right: 0;
}
.new-cta-wrapper .new-cta:last-of-type p {
  padding-bottom: 15px;
}
.new-cta-wrapper .new-cta h2,
.new-cta-wrapper .new-cta p,
.new-cta-wrapper .new-cta .liv-btn {
  flex: 1 0 auto;
  width: 100%;
  text-align: center;
}
.new-cta-wrapper .new-cta .liv-btn {
  flex: 0 0 auto;
}
.new-cta-wrapper .new-cta .liv-btn.extra-width {
  padding-bottom: 10px;
}
.new-cta-wrapper .new-cta .liv-btn.extra-width a {
  padding: 15px 25px;
}
.new-cta-wrapper .new-cta .liv-btn a {
  margin: 0 0 10px;
}
.new-cta-wrapper .new-cta .footnote-wrapper p {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  max-width: 100%;
  padding-bottom: 0;
}
.new-cta-wrapper .new-cta p {
  max-width: 75%;
  margin: 0 auto;
  font-size: 16px;
}
.new-cta-wrapper .new-cta p.extra-width {
  max-width: 100%;
}
.new-cta-wrapper .new-cta h2 {
  max-width: 85%;
  margin: 0 auto;
  line-height: 1.1;
  padding-bottom: 10px;
}
.new-cta-wrapper .new-cta h2.extra-width {
  max-width: 100%;
}

.box-links {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.box-links.three-boxes {
  justify-content: space-between;
}
.box-links.three-boxes .box-link-wrapper {
  margin: 0;
  flex: 0 0 32%;
  min-width: auto;
}
.box-links.three-boxes .box-link-wrapper a .box-copy-wrapper p {
  max-width: 90%;
  padding-right: 5px;
}
.box-links .box-link-wrapper {
  min-width: 330px;
  min-height: 117px;
  border: 1px solid #4A4A4A;
  margin: 20px;
  flex: 0 0 35%;
}
.box-links .box-link-wrapper a {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.box-links .box-link-wrapper a .box-img-wrapper {
  height: 117px;
  width: auto;
}
.box-links .box-link-wrapper a .box-img-wrapper img {
  height: 100%;
  width: auto;
}
.box-links .box-link-wrapper a .box-copy-wrapper {
  padding: 0 5px 0 10px;
  position: relative;
}
.box-links .box-link-wrapper a .box-copy-wrapper h2 {
  text-decoration: underline;
  padding-bottom: 5px;
  font-size: 1.333em;
}
.box-links .box-link-wrapper a .box-copy-wrapper p {
  padding-right: 30px;
  font-size: 1.067em;
  line-height: 1.25em;
  max-width: 85%;
}
.box-links .box-link-wrapper a .box-arrow-wrapper {
  margin-right: 10px;
  align-self: center;
}

.call-out {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .call-out.no-padding-mobile {
    padding: 0;
  }
  .call-out.no-padding-mobile .liv-btn {
    padding-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .call-out.no-padding-mobile .liv-btn {
    display: block;
  }
  .call-out.no-padding-mobile .liv-btn button {
    width: 100%;
  }
  .call-out.no-padding-mobile .liv-btn button span {
    text-align: center;
  }
}
.call-out .cta-wrapper {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  background: #f8f8f8;
  border: 1px solid #E6E6E6;
}
.call-out .cta-wrapper.extra-space a {
  padding: 20px 40px;
}
@media (max-width: 950px) {
  .call-out .cta-wrapper.extra-space a {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .call-out .cta-wrapper.extra-space a {
    padding: 0;
  }
}
.call-out .cta-wrapper.extra-space a .img-wrapper.half-width-img {
  padding-right: 60px;
}
@media (max-width: 950px) {
  .call-out .cta-wrapper.extra-space a .img-wrapper.half-width-img {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .call-out .cta-wrapper.extra-space a .img-wrapper.half-width-img {
    padding-right: 0;
  }
}
.call-out .cta-wrapper a {
  text-decoration: none;
  outline: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}
.call-out .cta-wrapper a:hover .copy-wrapper .liv-btn button {
  box-shadow: inset 4px 4px 0 0 #ffc300;
  transform: translateY(4px) translateX(2px);
  color: #4A4A4A;
}
.call-out .cta-wrapper a .img-wrapper {
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  flex: 0 2 20%;
}
.call-out .cta-wrapper a .img-wrapper.large-img {
  flex: 0 2 30%;
}
.call-out .cta-wrapper a .img-wrapper.half-width-img {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 20px 50px 20px 20px;
}
.call-out .cta-wrapper a .img-wrapper.half-width-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.call-out .cta-wrapper a .img-wrapper img {
  width: 100%;
  height: 100%;
}
.call-out .cta-wrapper a .img-wrapper img.desktop-img {
  display: block;
}
.call-out .cta-wrapper a .img-wrapper img.mobile-img {
  display: none;
}
.call-out .cta-wrapper a .copy-wrapper {
  align-self: center;
  flex: 0 1 75%;
}
.call-out .cta-wrapper a .copy-wrapper.copy-with-button .liv-btn button {
  margin: 5px 0;
}
.call-out .cta-wrapper a .copy-wrapper.large-width {
  flex: 0 1 65%;
}
.call-out .cta-wrapper a .copy-wrapper.half-width {
  flex: 0 0 50%;
}
.call-out .cta-wrapper a .copy-wrapper h2 {
  font-size: 22px;
  line-height: 26px;
  padding: 0;
}
.call-out .cta-wrapper a .copy-wrapper h2 img {
  padding-left: 10px;
  vertical-align: middle;
}
.call-out .cta-wrapper a .copy-wrapper p {
  padding: 5px 0;
}

@media (max-width: 1024px) {
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper {
    padding: 0 0 0 10px;
  }

  .call-out .cta-wrapper a .img-wrapper.half-width-img {
    padding: 0 30px 0 0;
  }
  .call-out .cta-wrapper a .copy-wrapper.half-width h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 950px) {
  .new-cta-wrapper .new-cta {
    min-height: 250px;
  }

  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper h2 {
    font-size: 1.133em;
    line-height: 1.2;
  }
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper p {
    max-width: 100%;
    font-size: 1em;
  }
}
@media (max-width: 875px) {
  .box-links {
    justify-content: space-around;
  }
  .box-links.three-boxes {
    padding: 20px 5px;
  }
  .box-links.three-boxes .box-link-wrapper {
    flex: 0 0 33%;
  }
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper p {
    font-size: 0.9em;
  }
  .box-links.three-boxes .box-link-wrapper a .box-arrow-wrapper {
    margin-right: 5px;
  }
  .box-links .box-link-wrapper {
    margin: 20px 5px;
    flex: 0 0 45%;
  }
}
@media (max-width: 850px) {
  .new-cta-wrapper .new-cta p {
    max-width: 85%;
  }
  .new-cta-wrapper .new-cta h2 {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .new-cta-wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
    padding: 20px 0;
  }
  .new-cta-wrapper .new-cta {
    flex: 0 0 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .new-cta-wrapper .new-cta:last-of-type {
    margin-bottom: 0;
  }
  .new-cta-wrapper .new-cta:last-of-type p {
    padding-bottom: 20px;
  }
  .new-cta-wrapper .new-cta:first-of-type h2 {
    padding-bottom: 10px;
  }
  .new-cta-wrapper .new-cta h2,
.new-cta-wrapper .new-cta p,
.new-cta-wrapper .new-cta .liv-btn {
    flex: 0 0 auto;
  }
  .new-cta-wrapper .new-cta p {
    max-width: 100%;
  }
  .new-cta-wrapper .new-cta h2 {
    max-width: 100%;
  }
  .new-cta-wrapper .new-cta .footnote-wrapper p {
    padding-bottom: 0;
  }

  .box-links {
    flex-flow: row wrap;
  }
  .box-links.three-boxes {
    padding: 20px;
  }
  .box-links.three-boxes .box-link-wrapper {
    flex: 0 0 100%;
    margin: 10px 0;
  }
  .box-links.three-boxes .box-link-wrapper a {
    justify-content: space-between;
  }
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper {
    padding: 0 15px;
    flex: 1 1 75%;
  }
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper h2 {
    padding-bottom: 5px;
    font-size: 0.9em;
    line-height: 0.9em;
  }
  .box-links.three-boxes .box-link-wrapper a .box-copy-wrapper p {
    max-width: 85%;
    font-size: 0.833em;
    line-height: 1.267em;
    padding-right: 30px;
  }
  .box-links.three-boxes .box-link-wrapper a .box-arrow-wrapper {
    margin-right: 20px;
  }
  .box-links .box-link-wrapper {
    flex: 0 0 100%;
    margin: 10px 0;
    box-sizing: border-box;
  }
  .box-links .box-link-wrapper a {
    justify-content: space-between;
  }
  .box-links .box-link-wrapper a .box-copy-wrapper {
    padding: 0 15px;
    flex: 1 1 75%;
  }
  .box-links .box-link-wrapper a .box-copy-wrapper h2 {
    padding-bottom: 5px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
  .box-links .box-link-wrapper a .box-copy-wrapper p {
    max-width: 85%;
    font-size: 0.833em;
    line-height: 1.267em;
    padding-right: 30px;
  }
  .box-links .box-link-wrapper a .box-arrow-wrapper {
    margin-right: 20px;
  }

  .call-out.no-padding {
    padding: 0;
  }
  .call-out .cta-wrapper a .img-wrapper.half-width-img {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .call-out .cta-wrapper a .copy-wrapper.half-width {
    flex: 0 0 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .call-out .cta-wrapper a .img-wrapper {
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    flex: 0 2 100%;
  }
  .call-out .cta-wrapper a .img-wrapper.large-img {
    flex: 0 0 100%;
  }
  .call-out .cta-wrapper a .img-wrapper.large-img img {
    height: auto;
    max-width: 294px;
    margin: 0 auto;
  }
  .call-out .cta-wrapper a .img-wrapper.half-width-img img {
    max-width: 100%;
  }
  .call-out .cta-wrapper a .img-wrapper img {
    max-width: 100%;
    height: auto;
  }
  .call-out .cta-wrapper a .img-wrapper img.desktop-img {
    display: none;
  }
  .call-out .cta-wrapper a .img-wrapper img.mobile-img {
    display: block;
  }
  .call-out .cta-wrapper a .copy-wrapper {
    flex: 0 1 100%;
    padding-top: 20px;
  }
  .call-out .cta-wrapper a .copy-wrapper.large-width h2, .call-out .cta-wrapper a .copy-wrapper.half-width h2 {
    text-align: left;
  }
  .call-out .cta-wrapper a .copy-wrapper h2 {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .new-cta-wrapper .new-cta h2,
.new-cta-wrapper .new-cta p,
.new-cta-wrapper .new-cta .liv-btn {
    text-align: left;
  }
  .new-cta-wrapper .new-cta .footnote-wrapper p {
    text-align: left;
  }
}
.main-footer {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px -1px 1px #E6E6E6;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 250px;
  z-index: 50;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out;
}
.main-footer.is--fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 250px;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .main-footer.is--fixed {
    height: 280px;
  }
}
@media (max-width: 650px) {
  .main-footer.is--fixed {
    height: 325px;
  }
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only h2 {
  padding-bottom: 5px;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col .col {
  flex: 0 0 50%;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col .col:last-of-type {
  flex: 0 0 48%;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col .col p.bold {
  padding-bottom: 3px;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col .col ul {
  padding-bottom: 8px;
}
.main-footer.is--fixed .main-isi .scroll-area .copy .isi-section.fixed-only .two-col .col ul li {
  padding: 0;
}
.main-footer.is--open {
  height: calc(100% - 80px);
}
.main-footer.is--open section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper {
  justify-content: flex-end;
}
.main-footer.is--open section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .toggle-isi img {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.main-footer.is--open section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .collapse-isi {
  display: none;
}

.main-footer.is--fixed.has-collapsed {
  height: 30px;
}
@media (max-width: 768px) {
  .main-footer.is--fixed.has-collapsed {
    height: 60px;
  }
}
.main-footer.is--fixed.has-collapsed section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper {
  justify-content: flex-end;
}
.main-footer.is--fixed.has-collapsed section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .collapse-isi {
  display: none;
}

.footnote small {
  font-size: 12px;
  line-height: 1;
}
.footnote small.bottom-padding {
  padding-bottom: 15px;
}
.footnote.padding {
  padding: 20px 0;
}

input[type=email].error {
  background: #cf1435;
  color: #ffffff;
}

input[type=checkbox] {
  font-size: x-large;
}

input[type=email] {
  box-sizing: border-box;
  background: #ffffff;
  padding: 15px 20px;
  height: 60px;
  line-height: 60px;
  color: #4A4A4A;
  font-size: 25px;
  font-family: "OpenSans", sans-serif;
  width: 100%;
}
input[type=email]:-ms-input-placeholder {
  padding: 0 0 0 10px;
  color: #4A4A4A;
}

form small {
  display: none;
  background: #cf1435;
  color: #ffffff;
  margin: 5px 0;
  padding: 5px;
}
form small a {
  color: #ffffff;
  text-decoration: none;
}
form.show-error .error {
  display: block;
  margin-top: 15px;
}
form.show-error #customPhone {
  margin-top: 15px;
}

img.loader {
  margin-left: 81%;
  margin-top: -41px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  display: none;
}

img.loader.show {
  display: block;
}

@media (max-width: 640px) {
  img.loader {
    margin-left: 89%;
    margin-top: -41px;
    width: 30px;
    height: 30px;
    display: none;
  }
}
.graph-block {
  height: 100%;
  padding: 0 20px 20px;
}
.graph-block table {
  width: 75%;
  margin: 0 auto;
  border: 1px solid #8C8C8C;
  table-layout: fixed;
  border-collapse: collapse;
}
.graph-block table th, .graph-block table td {
  padding: 10px 20px;
  border: 1px solid #8C8C8C;
}
.graph-block table th {
  text-align: left;
  background: #ffc300;
  color: #4A4A4A;
  font-family: "OpenSans-SemiBold", sans-serif;
}
.graph-block table th:first-of-type {
  background: #cf1435;
  color: #ffffff;
}
.graph-block small {
  width: 75%;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.graph-block small b {
  font-weight: bold;
}

#low-cholesterol-diet [data-role=content] .graph-block tr th:first-of-type {
  width: 30%;
}

@media (max-width: 768px) {
  .graph-block table {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #low-cholesterol-diet [data-role=content] .graph-block table td {
    padding: 10px;
  }
  #low-cholesterol-diet [data-role=content] .graph-block tr th:first-of-type {
    width: 40%;
  }
  #low-cholesterol-diet [data-role=content] .graph-block small {
    width: 100%;
  }
}
.hero {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero .hero-overlay {
  height: 100%;
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.hero .hero-overlay .content-container {
  max-width: 375px;
  position: absolute;
  right: 100px;
}
.hero .hero-overlay .content-container .hero-copy h2 {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 15px;
}
.hero .hero-overlay .content-container .hero-copy h1 {
  font-size: 50px;
  line-height: 55px;
  padding-bottom: 25px;
}
.hero.statin-options {
  height: 550px;
  background: url("/img/discovering-livalo/statin-options/hero-desktop-new.png") no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.hero.statin-options .video-container {
  width: 100%;
  height: 550px;
  position: absolute;
  display: inline;
}
.hero.statin-options .video-container #statin-videobg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 2;
}
.hero.statin-options .hero-overlay {
  background-image: url("/img/discovering-livalo/statin-options/hero-overlay.png");
  background-size: 100% 101%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}
.hero.statin-options .hero-overlay .content-container .breadcrumbs {
  padding: 20px 0 10px;
}
.hero.statin-options .hero-overlay .content-container .hero-copy {
  padding-top: 50px;
}
.hero.statin-options .hero-overlay .content-container .hero-copy h2 {
  padding-bottom: 25px;
}

@media (max-width: 980px) {
  .hero .hero-overlay .content-container {
    max-width: 375px;
    position: relative;
    right: auto;
    padding: 0 25px 0 20px;
  }
  .hero .hero-overlay .content-container .hero-copy h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .hero .hero-overlay .content-container .hero-copy h1 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .hero.statin-options {
    background-position: 75% top;
  }
  .hero.statin-options .video-container {
    right: -10%;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .hero.statin-options .video-container {
    right: -17%;
  }
}
@media (max-width: 650px) {
  .hero {
    position: relative;
  }
  .hero .hero-overlay {
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .hero .hero-overlay .content-container {
    max-width: 699px;
    position: relative;
    padding: 50px 20px 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .hero .hero-overlay .content-container .hero-copy h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .hero .hero-overlay .content-container .hero-copy h1 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .hero.statin-options {
    background-size: 200%;
    height: 571px;
    background-position: 95% -25px;
    background-image: url("/img/discovering-livalo/statin-options/hero-desktop-new.png");
  }
  .hero.statin-options .video-container {
    display: none;
  }
  .hero.statin-options .hero-overlay {
    background-image: url("/img/discovering-livalo/statin-options/hero-overlay-mobile.png");
    height: 60%;
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .hero.statin-options .hero-overlay .content-container .breadcrumbs {
    display: none;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy {
    padding-top: 40px;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy h2 {
    padding-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .hero.statin-options .hero-overlay .content-container .hero-copy {
    padding-top: 25px;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy h2 {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }
  .hero.statin-options .hero-overlay .content-container .hero-copy h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 350px) {
  .hero .hero-overlay .content-container .hero-copy h2 {
    padding-bottom: 10px;
  }
  .hero .hero-overlay .content-container .hero-copy h1 {
    padding-bottom: 10px;
  }
}
.intro {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.intro .img-wrapper {
  padding: 20px 0 0;
  margin: 0;
}
.intro .img-wrapper.no-padding-top {
  padding-top: 0;
}
.intro .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.intro .hero-img-wrapper {
  padding: 0 0 20px;
}
.intro .hero-img-wrapper img {
  width: 100%;
  height: auto;
}

#compare-statins .intro .img-wrapper img {
  max-width: 550px;
}

#shadow-isi {
  height: 250px;
}
@media (max-width: 768px) {
  #shadow-isi {
    height: 280px;
  }
}
@media (max-width: 650px) {
  #shadow-isi {
    height: 325px;
  }
}
@media print {
  #shadow-isi {
    display: none;
  }
}

html.isi--is--detached .savings-card-right-fixed {
  transform: translateX(100%);
  transition: 0.5s transform ease;
}
html.isi--is--detached footer.main-footer {
  position: static;
}
html.isi--is--detached footer.main-footer section.main-isi.isi .isi-bar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
html.isi--is--detached footer.main-footer section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper {
  justify-content: flex-end;
}
html.isi--is--detached footer.main-footer section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .collapse-isi {
  display: none;
}
html.isi--is--detached footer.main-footer section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .toggle-isi img {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
html.isi--is--detached footer.main-footer section.main-isi.isi .scroll-area .copy .isi-section.fixed-only {
  display: none;
}
html.isi--is--detached #shadow-isi {
  height: 0;
}
html.isi--is--detached [data-role=content] {
  margin-bottom: 0;
}

section.main-isi.isi {
  background: #ffffff;
  width: 100%;
  height: auto;
}
section.main-isi.isi .isi-bar-wrapper {
  width: 100%;
  background-color: #cf1435;
  z-index: 100;
}
section.main-isi.isi .isi-bar-wrapper.lock-for-ie {
  position: fixed;
}
section.main-isi.isi .isi-bar-wrapper .isi-bar {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link {
  width: 100%;
  height: 30px;
  background: #cf1435;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
}
@media (max-width: 768px) {
  section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link {
    height: 60px;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 400px) {
  section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link {
    padding: 0 10px;
  }
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .text-wrapper {
  font-family: "OpenSans-SemiBold", sans-serif;
  line-height: 30px;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  color: #ffffff;
  padding: 0;
}
@media (max-width: 768px) {
  section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .text-wrapper {
    line-height: 1.1;
  }
}
@media (max-width: 600px) {
  section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .text-wrapper {
    font-size: 15px;
  }
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .text-wrapper br {
  display: none;
}
@media (max-width: 768px) {
  section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .text-wrapper br {
    display: block;
  }
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper {
  height: 30px;
  width: 65px;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .img {
  height: 30px;
  width: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
section.main-isi.isi .isi-bar-wrapper .isi-bar .isi-open-link .img-wrapper .img img {
  height: 12px;
  width: auto;
}
section.main-isi.isi .scroll-area {
  overflow-y: auto;
  height: 100%;
  background-color: #E2E2E2;
}
section.main-isi.isi .scroll-area .copy {
  width: 100%;
  max-width: 1024px;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #E2E2E2;
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy {
    padding-top: 18px;
  }
}
section.main-isi.isi .scroll-area .copy .isi-section {
  padding: 0 20px 25px;
}
section.main-isi.isi .scroll-area .copy .isi-section.fixed-only {
  padding: 0 20px 50px;
}
section.main-isi.isi .scroll-area .copy .isi-section.extra-indent {
  padding-left: 50px;
}
section.main-isi.isi .scroll-area .copy .isi-section.no-padding-bottom {
  padding-bottom: 0;
}
section.main-isi.isi .scroll-area .copy .isi-section.isi-top-button {
  text-align: center;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  section.main-isi.isi .scroll-area .copy .isi-section.isi-top-button {
    padding-bottom: 20px;
  }
}
section.main-isi.isi .scroll-area .copy .isi-section h3 {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  font-family: "OpenSans-Bold", sans-serif;
  color: #cf1435;
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy .isi-section h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
section.main-isi.isi .scroll-area .copy .isi-section p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
section.main-isi.isi .scroll-area .copy .isi-section p a {
  color: #cf1435;
}
section.main-isi.isi .scroll-area .copy .isi-section p a:hover {
  color: #cf1435;
}
section.main-isi.isi .scroll-area .copy .isi-section ul {
  list-style-type: none;
}
section.main-isi.isi .scroll-area .copy .isi-section ul li {
  font-size: 16px;
  line-height: 24px;
  display: table;
  padding: 0;
}
section.main-isi.isi .scroll-area .copy .isi-section ul li::before {
  content: "•";
  display: table-cell;
  padding-right: 5px;
  color: #cf1435;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps {
  padding: 0 20px 20px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper img {
  clear: both;
  display: block;
  min-width: 41px;
  min-height: 23px;
  padding: 0;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper span {
  padding-left: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #8C8C8C;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper span.USA {
  font-family: "OpenSansCondensed-Bold", sans-serif;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper span.JAPAN {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.8px;
  max-width: 625px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .maps .flag-wrapper a:hover {
  outline: none;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links {
  display: block;
  padding: 0 20px 20px;
  text-align: center;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul {
  display: block;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li {
  display: inline-block;
  padding: 0 5px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li:before {
  display: none;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li a {
  color: #cf1435;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.25s ease-in-out;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li a:hover {
  text-decoration: underline;
  outline: none;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li:nth-of-type(2) a {
  border-right: 1px solid #cf1435;
  border-left: 1px solid #cf1435;
  padding: 0 10px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li.social-links {
  display: block;
  padding-top: 12px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li.social-links a {
  padding: 10px 5px;
  text-decoration: none;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li.social-links a:hover {
  outline: none;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .isi-links ul li.social-links a img {
  height: 20px;
  width: 20px;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint {
  width: 100%;
  border-top: 5px solid #cf1435;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint {
    flex-flow: column-reverse;
  }
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-copy p {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-copy p .liv-desktop {
  display: inline-block;
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-copy p .liv-desktop {
    display: none;
  }
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-copy p .liv-mobile {
  display: none;
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-copy p .liv-mobile {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-img {
    padding-bottom: 15px;
  }
}
section.main-isi.isi .scroll-area .copy .isi-fineprint .fineprint .fineprint-img img {
  vertical-align: bottom;
}

.show-isi {
  overflow: hidden;
}
.show-isi section.main-isi.isi {
  top: 80px;
  height: 100%;
  transition: height 500ms;
}
.show-isi section.main-isi.isi .scroll-area {
  height: calc(100% - 30px);
}
@media (max-width: 768px) {
  .show-isi section.main-isi.isi .scroll-area {
    height: calc(100% - 60px);
  }
}
.show-isi section.main-isi.isi .scroll-area .copy {
  padding: 20px 0;
}
.show-isi section.main-isi.isi .scroll-area .copy .isi-section.fixed-only {
  display: none;
}

ul {
  display: table;
}
ul li {
  display: table;
  padding-bottom: 10px;
}
ul li:first-of-type {
  padding-top: 0;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li:before {
  content: "•";
  display: table-cell;
  padding: 2px 10px 0 0;
  color: #cf1435;
  font-size: 18px;
  vertical-align: text-top;
}
ul li > ul {
  display: table;
  padding: 10px 0;
}
ul li > ul li {
  display: table;
  padding-bottom: 5px;
}
ul li > ul li:before {
  content: "o";
  display: table-cell;
  padding: 0 10px 0 25px;
  color: #cf1435;
  font-size: 14px;
  vertical-align: inherit;
}
ul li > ul li:last-of-type {
  padding-bottom: 0;
}
ul.extra-spaced-bullets li::before {
  padding-right: 20px;
}
ul.tight-list li {
  padding-bottom: 0;
}
ul.padding {
  padding-bottom: 40px;
}
ul.specific-list {
  display: table;
}
ul.specific-list > li {
  display: table;
  padding-bottom: 5px;
}
ul.specific-list > li .break-line {
  display: block;
}
ul.specific-list > li::before {
  content: "•";
  display: table-cell;
  padding: 2px 10px 0 0;
  color: #cf1435;
  font-size: 20px;
  vertical-align: text-top;
}
ul.specific-list > li:first-of-type {
  padding-top: 0;
}
ul.specific-list > li:last-of-type {
  padding-bottom: 0;
}
ul.specific-list > li > ul {
  display: table;
  padding: 10px 0;
}
ul.specific-list > li > ul li {
  display: table;
  padding-bottom: 5px;
}
ul.specific-list > li > ul li::before {
  content: "o";
  display: table-cell;
  padding: 0 10px 0 25px;
  color: #cf1435;
  font-size: 14px;
  vertical-align: text-top;
}
ul.specific-list > li > ul li:first-of-type {
  padding-top: 0;
}
ul.specific-list > li > ul li:last-of-type {
  padding-bottom: 0;
}
ul.black-bullets {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 20px;
}
ul.black-bullets > li {
  padding-bottom: 5px;
}
ul.black-bullets > li::before {
  color: #000000;
}

.list-block {
  padding: 0 40px;
}
.list-block.wider-list {
  padding: 0 20px;
}
.list-block ul li {
  padding: 5px 0;
}
.list-block ul li:first-of-type {
  padding-top: 0;
}
.list-block ul li.no-padding-bottom {
  padding: 5px 0 0;
}
.list-block.two-col {
  width: 100%;
  max-width: 600px;
}
.list-block.two-col ul {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}

.list-header {
  padding: 0 0 10px;
}

.list-footer {
  padding: 20px 0 0;
}

@media (max-width: 768px) {
  .list-block {
    padding: 0 20px;
  }
}
/*
	GLOBAL NAVIGATION STYLES
 */
.main-header {
  z-index: 1000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  transition: top 300ms;
}
.main-header .utility-nav {
  height: 20px;
  position: relative;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.main-header .utility-nav ul {
  width: 100%;
  max-width: 974px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.main-header .utility-nav ul li {
  display: block;
  margin: 0 10px;
  height: 100%;
  padding: 5px 0;
}
.main-header .utility-nav ul li:first-of-type {
  padding-top: 5px;
}
.main-header .utility-nav ul li:last-of-type {
  padding-bottom: 5px;
}
.main-header .utility-nav ul li:before {
  content: "";
  display: none;
}
.main-header .utility-nav ul li a {
  display: block;
  margin: 5px 0;
  font-size: 9px;
  color: #979797;
  letter-spacing: 0;
  line-height: 10px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out 0.1s;
}
.main-header .utility-nav ul li a:hover {
  color: #cf1435;
}
.main-header .utility-nav ul li a:focus {
  color: #cf1435;
  outline: #8C8C8C dotted 1px;
}
.main-header .utility-nav ul li.isi-utility {
  margin: 0px;
}
.main-header .utility-nav ul li.isi-utility a {
  border-right: 1px solid #979797;
  border-left: 1px solid #979797;
  padding: 0 10px;
}
.main-header nav {
  background-image: linear-gradient(-180deg, #FEFEFE 0%, #F2F2F2 100%);
  box-shadow: 0 1px 2px 0 #D5D5D5;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 90;
}
.main-header nav .main-nav-wrapper {
  max-width: 974px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 90;
}
.main-header nav .main-nav-wrapper ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.main-header nav .main-nav-wrapper ul li {
  padding-bottom: 5px;
}
.main-header nav .main-nav-wrapper ul li:first-of-type {
  padding-top: 5px;
}
.main-header nav .main-nav-wrapper ul li:before {
  content: "";
  display: none;
}
.main-header nav .main-nav-wrapper ul li a {
  display: inline-block;
}
.main-header nav .main-nav-wrapper ul li a:focus {
  outline: #8C8C8C dotted 1px;
}
.main-header nav .main-nav-wrapper ul li a img {
  vertical-align: bottom;
  margin-right: 20px;
}
.main-header nav .main-nav-wrapper ul li.btn-logo {
  flex: 0 0 10%;
  margin-right: 20px;
}
.main-header nav .main-nav-wrapper ul li.link-list {
  flex: 1 1 80%;
  height: 100%;
  display: flex;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul {
  width: 100%;
  justify-content: center;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows {
  height: 100%;
  line-height: 60px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-top: none;
  padding-bottom: 5px;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows:hover .link-copy span,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows:hover .link-copy span {
  color: #cf1435;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows:hover .link-copy span svg #Desktop-Nav,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows:hover .link-copy span svg #Desktop-Nav {
  fill: #cf1435;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.active .link-copy span,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows.active .link-copy span {
  color: #cf1435;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.active .link-copy span svg #Desktop-Nav,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows.active .link-copy span svg #Desktop-Nav {
  fill: #cf1435;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy {
  align-self: flex-end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy:focus span,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy:focus span {
  color: #cf1435;
  outline: 1px #8C8C8C dotted;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy:focus span svg #Desktop-Nav,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy:focus span svg #Desktop-Nav {
  fill: #cf1435;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy span,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy span {
  padding: 0 30px 10px;
  font-family: "OpenSans", sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out 0.1s;
  display: block;
  text-align: left;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy span svg,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy span svg {
  padding-left: 5px;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .link-copy span svg #Desktop-Nav,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .link-copy span svg #Desktop-Nav {
  transition: all 0.25s ease-in-out 0.1s;
}
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows .bar,
.main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-without-arrows .bar {
  height: 40px;
  width: 1px;
  min-width: 1px;
  display: table;
  background-color: #979797;
}
.main-header nav .main-nav-wrapper ul li.btn-nav-open {
  display: none;
  transition: 0.25s ease-in-out;
  transform: rotate(0deg);
  cursor: pointer;
  margin-left: 30px;
}
.main-header nav .main-nav-wrapper ul li.btn-nav-open svg rect {
  transition: 0.25s ease-in-out;
}
.main-header nav .main-nav-wrapper ul li.btn-nav-open span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
  color: #cf1435;
  text-align: center;
}
.main-header .full-menu {
  position: fixed;
  bottom: 100%;
  background-image: linear-gradient(-180deg, #FEFEFE 0%, #F2F2F2 100%);
  width: 100%;
  height: calc(100% - 110px);
  z-index: 80;
  transition: all 0.75s ease;
  box-shadow: 0 1px 2px 0 #D5D5D5;
  overflow-y: scroll;
  padding-top: 81px;
  box-sizing: border-box;
}
.main-header .full-menu .link-section-wrapper {
  width: 100%;
  max-width: 975px;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  margin: 0 auto;
  opacity: 0;
  padding: 20px;
  box-sizing: border-box;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block {
  display: none;
  flex: 0 0 100%;
}
@media (max-width: 650px) {
  .main-header .full-menu .link-section-wrapper .mobile-menu-block {
    display: block;
  }
  .main-header .full-menu .link-section-wrapper .mobile-menu-block.hide {
    display: none;
  }
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block a {
  font-family: "OpenSans", sans-serif;
  padding: 20px 0;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block a:last-of-type {
  border-top: 1px solid #8C8C8C;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block a.active {
  color: #cf1435;
  font-family: "OpenSans-SemiBold", sans-serif;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block .mobile-link {
  font-family: "OpenSans", sans-serif;
  padding: 20px 10px 20px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  border-top: 1px solid #8C8C8C;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block .mobile-link.active p {
  color: #cf1435;
  font-family: "OpenSans-SemiBold", sans-serif;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block .mobile-link.active svg path {
  fill: #cf1435;
}
.main-header .full-menu .link-section-wrapper .mobile-menu-block .mobile-link p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
}
.main-header .full-menu .link-section-wrapper .menu-block {
  flex: 0 0 48%;
  padding: 0 20px;
  margin-bottom: 40px;
  border-left: 2px solid #cf1435;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  .main-header .full-menu .link-section-wrapper .menu-block {
    display: none;
    border: none;
    padding: 0;
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .main-header .full-menu .link-section-wrapper .menu-block.show-menu-block {
    display: block;
  }
}
.main-header .full-menu .link-section-wrapper .menu-block.full-width {
  flex: 0 0 100%;
}
.main-header .full-menu .link-section-wrapper .menu-block .back-btn {
  display: none;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 650px) {
  .main-header .full-menu .link-section-wrapper .menu-block .back-btn {
    display: flex;
  }
}
.main-header .full-menu .link-section-wrapper .menu-block .back-btn p {
  font-size: 13px;
  line-height: 15px;
  color: #cf1435;
  padding: 0 0 0 15px;
}
.main-header .full-menu .link-section-wrapper .menu-block a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  transition: all 0.25s ease-in-out;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 650px) {
  .main-header .full-menu .link-section-wrapper .menu-block a {
    padding: 20px 0;
    border-top: 1px solid #8C8C8C;
  }
}
.main-header .full-menu .link-section-wrapper .menu-block a:last-of-type {
  padding-bottom: 0;
}
.main-header .full-menu .link-section-wrapper .menu-block a.active {
  color: #cf1435;
}
.main-header .full-menu .link-section-wrapper .menu-block a:focus {
  color: #cf1435;
  outline: #cf1435;
}
.main-header .full-menu .link-section-wrapper .menu-block a sup {
  font-size: 9px;
  line-height: 9px;
}
.main-header .nav-link-section-wrapper {
  position: absolute;
  bottom: 100%;
  padding-top: 81px;
  background-image: linear-gradient(-180deg, #FEFEFE 0%, #F2F2F2 100%);
  z-index: -1;
  transition: all 0.75s ease;
  box-shadow: 0 1px 2px 0 #D5D5D5;
  overflow-x: hidden;
}
.main-header .nav-link-section-wrapper .menu-block {
  padding: 0;
  margin: 0 auto;
  width: auto;
  max-width: 400px;
  background: white;
  border: 1px solid #E6E6E6;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items {
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
  box-sizing: border-box;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link.active a {
  color: #cf1435;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link:last-of-type a {
  padding-bottom: 15px;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link a {
  padding: 15px 20px 0 30px;
  text-decoration: none;
  transition: color 0.05s ease-in-out, background-color 0.05s ease-in-out;
  color: #4A4A4A;
  display: block;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link a.active {
  color: #cf1435;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link a:focus {
  color: #cf1435;
  outline: 1px dotted #8C8C8C;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link a:hover {
  color: #cf1435;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link a sup {
  font-size: 9px;
  line-height: 9px;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link.light-grey-link.active a {
  color: #cf1435;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link.light-grey-link a {
  color: #8C8C8C;
}
.main-header .nav-link-section-wrapper .menu-block .grouped-menu-items .sub-link.light-grey-link a:hover {
  color: #cf1435;
}
@media print {
  .main-header {
    display: none;
  }
}

.show-main-navigation {
  overflow: hidden;
}
.show-main-navigation.footer-collapsed .main-header .full-menu {
  height: calc(100% - 30px);
}
.show-main-navigation .main-header .full-menu {
  transform: translateY(100%);
  height: calc(100% - 250px);
}
@media (max-width: 768px) {
  .show-main-navigation .main-header .full-menu {
    height: calc(100% - 280px);
  }
}
@media (max-width: 650px) {
  .show-main-navigation .main-header .full-menu {
    height: 100%;
  }
}
.show-main-navigation .main-header .full-menu .link-section-wrapper {
  opacity: 1;
}
.show-main-navigation .main-header nav .main-nav-wrapper ul .link-list .link-list-wrapper ul .showing--menu span {
  color: #cf1435;
}
.show-main-navigation .main-header nav .main-nav-wrapper ul .link-list .link-list-wrapper ul .showing--menu span svg #Desktop-Nav {
  fill: #cf1435;
}

.show-hover-navigation .main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.showing--menu {
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-bottom: none;
  border-top: none;
  border-bottom: 1px solid #ffffff;
  z-index: 50;
}
.show-hover-navigation .main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.showing--menu span {
  color: #cf1435;
}
.show-hover-navigation .main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.showing--menu span svg #Desktop-Nav {
  fill: #cf1435;
}
.show-hover-navigation .main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.showing--menu .bar {
  background-color: transparent;
}
.show-hover-navigation .main-header nav .main-nav-wrapper ul li.link-list .link-list-wrapper ul .link-with-arrows.showing--menu + .link-with-arrows .bar {
  background-color: transparent;
}
.show-hover-navigation .main-header .nav-link-section-wrapper.show {
  transform: translateY(100%);
  z-index: 80;
}

@media (max-width: 980px) {
  .main-header nav .main-nav-wrapper ul {
    padding: 0 20px;
  }
  .main-header nav .main-nav-wrapper ul li.btn-logo {
    flex: unset;
  }
  .main-header nav .main-nav-wrapper ul li.link-list {
    display: none;
  }
  .main-header nav .main-nav-wrapper ul li.btn-nav-open {
    display: block;
    width: 30px;
  }
}
@media (max-width: 600px) {
  .main-header .utility-nav ul li:first-of-type {
    display: none;
  }
  .main-header .utility-nav ul li:nth-of-type(2) a {
    border-left: none;
  }
  .main-header nav .main-nav-wrapper ul {
    padding: 0 20px;
  }
}
.overlay {
  position: fixed;
  top: -100%;
  left: -100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  z-index: 99;
  padding: 8vh 0 10vh;
  box-sizing: border-box;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#80000000",GradientType=0 );
  /* IE6-8 */
}
.overlay.show-overlay {
  top: 0;
  left: 0;
}
.overlay .shell {
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.overlay header {
  background: #cf1435;
  padding: 0 30px;
  color: #ffffff;
  font-size: 32px;
  border-radius: 10px 10px 0 0;
  height: 60px;
  line-height: 60px;
  font-family: "OpenSansCondensed-Bold", sans-serif;
}
.overlay .btn-close {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 30px;
  width: 30px;
  display: block;
  background: url(/img/global/btn-close.png) no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
.overlay .content {
  display: block;
  overflow-y: auto;
  height: 90%;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}
.overlay .content p {
  font-size: 15px;
  color: #4A4A4A;
  line-height: 1.4;
  padding-bottom: 20px;
  font-family: "OpenSans", sans-serif;
}
.overlay .content p + ol {
  margin-top: -1em;
}
.overlay .content strong {
  font-family: "OpenSans-Bold", sans-serif;
}
.overlay .content ol {
  list-style: outside decimal;
  padding: 0 0 1em 1.5em;
}
.overlay .content ol li {
  font-size: 15px;
}
.overlay .content ol li.no-list-style {
  list-style-type: none;
}

#copyright .shell {
  max-height: 710px;
}
#copyright .shell .content {
  height: 95%;
}

#leaving .shell,
#leaving-zocdoc .shell {
  width: 95%;
}
#leaving .shell header,
#leaving-zocdoc .shell header {
  box-sizing: border-box;
  margin-left: 0;
  width: 100%;
}
#leaving .shell .content,
#leaving-zocdoc .shell .content {
  padding: 0 20px 20px;
}
#leaving p,
#leaving-zocdoc p {
  padding: 10px 0;
}
#leaving .btn-wrapper,
#leaving-zocdoc .btn-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 65%;
  margin: 0 auto;
}
#leaving .btn-wrapper a,
#leaving-zocdoc .btn-wrapper a {
  width: 200px;
  margin: 20px 0 0;
}
#leaving .btn-wrapper a span,
#leaving-zocdoc .btn-wrapper a span {
  text-align: center;
}

#leaving .shell {
  max-height: 400px;
}

#leaving-zocdoc .shell {
  max-height: 325px;
}
#leaving-zocdoc p {
  padding: 0.75em 0;
}

#faq .shell {
  max-height: 795px;
}
#faq .shell .content p {
  font-family: "OpenSans", sans-serif;
}
#faq .shell .content strong {
  font-family: "OpenSans-Bold", sans-serif;
}

#savings-terms-overlay .shell {
  max-height: 790px;
}
#savings-terms-overlay .shell .content {
  height: 95%;
}

/*
	Open adds the class show-overlay
	Close adds the class hide-overlay, and then removes show-overlay hide-overlay after 1 second
*/
.csstransforms .overlay {
  transition: opacity 0.5s ease-in-out 0s;
  opacity: 0;
}
.csstransforms .overlay .shell {
  transform: translateY(-200%);
  transition: all 0.5s ease-in-out 0.5s;
}
.csstransforms .overlay.show-overlay {
  opacity: 1;
}
.csstransforms .overlay.show-overlay .shell {
  transform: translateY(0%);
}
.csstransforms .overlay.hide-overlay {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.csstransforms .overlay.hide-overlay .shell {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(-200%);
}

@media (max-height: 1000px) {
  .overlay .shell .content {
    height: 90%;
  }

  #copyright .shell .content {
    height: 90%;
  }

  #savings-terms-overlay .shell .content {
    height: 87%;
  }
}
@media (max-height: 600px) {
  .overlay .shell .content {
    height: 80%;
  }

  #savings-terms-overlay .shell .content,
#copyright .shell .content {
    height: 80%;
  }
}
@media (max-width: 1000px) {
  .overlay .shell {
    margin: 1em auto 0;
  }
}
@media (max-width: 875px) {
  .overlay .shell {
    max-width: 95%;
  }
}
@media (max-width: 800px) {
  #leaving .shell,
#leaving-zocdoc .shell {
    max-height: 75vh;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .overlay {
    padding: 100px 10px 20px;
  }
  .overlay header {
    height: auto;
    line-height: 1em;
    padding: 11px 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 22px;
  }
  .overlay .content {
    height: 89%;
  }
  .overlay .content p {
    font-size: 16px;
  }
  .overlay .content ul li {
    font-size: 16px;
  }

  .overlay div.shell {
    width: 100%;
    margin: 0 auto;
  }
  .overlay div.shell .btn-close {
    right: -5px;
  }

  #leaving .shell,
#leaving-zocdoc .shell {
    padding: 0 0 20px;
  }
  #leaving .btn-wrapper,
#leaving-zocdoc .btn-wrapper {
    width: 100%;
  }

  #leaving-zocdoc .shell header {
    line-height: 1.2em;
  }

  #savings-terms-overlay .shell .content,
#copyright .shell .content {
    height: 89%;
  }
}
@media (max-width: 500px) {
  #leaving .btn-wrapper a,
#leaving-zocdoc .btn-wrapper a {
    width: 190px;
  }
}
@media (max-width: 480px) {
  #leaving,
#leaving-zocdoc {
    padding: 4vh 5px 20px;
  }
  #leaving .shell,
#leaving-zocdoc .shell {
    padding: 0;
  }
  #leaving .shell header,
#leaving-zocdoc .shell header {
    font-size: 22px;
  }
  #leaving .shell .scrolling-area,
#leaving-zocdoc .shell .scrolling-area {
    height: auto;
    max-height: 62vh;
    overflow: scroll;
  }
  #leaving .shell .content,
#leaving-zocdoc .shell .content {
    padding: 20px;
  }
  #leaving p,
#leaving-zocdoc p {
    padding: 0 0 1em;
    font-size: 0.85em;
  }
  #leaving .btn-wrapper,
#leaving-zocdoc .btn-wrapper {
    flex-flow: column;
    align-items: center;
  }
  #leaving .btn-wrapper .liv-btn,
#leaving-zocdoc .btn-wrapper .liv-btn {
    width: 100%;
    text-align: center;
  }
  #leaving .btn-wrapper .liv-btn a,
#leaving-zocdoc .btn-wrapper .liv-btn a {
    width: 100%;
    margin: 10px 0;
  }
  #leaving .btn-wrapper .liv-btn a span,
#leaving-zocdoc .btn-wrapper .liv-btn a span {
    text-align: center;
  }
}
@media (max-height: 550px) {
  #leaving,
#leaving-zocdoc {
    padding: 6vh 5px 10px;
  }
  #leaving .shell .scrolling-area,
#leaving-zocdoc .shell .scrolling-area {
    max-height: 70vh;
  }
  #leaving .shell .content,
#leaving-zocdoc .shell .content {
    padding: 10px 20px;
  }
  #leaving p,
#leaving-zocdoc p {
    padding: 0 0 10px;
    font-size: 0.95em;
  }
  #leaving .btn-wrapper .liv-btn a,
#leaving-zocdoc .btn-wrapper .liv-btn a {
    margin: 10px 0 0;
  }
}
.savings-card-right-fixed {
  position: fixed;
  top: 110px;
  right: 0;
  background-color: #ffc300;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 15px 10px 15px 20px;
  z-index: 1;
  transition: 0.2s transform ease;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .savings-card-right-fixed {
    top: 90px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (max-width: 950px) {
  .savings-card-right-fixed {
    top: 180px;
  }
}
@media (max-width: 768px) {
  .savings-card-right-fixed {
    display: none;
  }
}
.savings-card-right-fixed .sc-flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.savings-card-right-fixed .sc-flex-wrapper .sc-img {
  height: 96px;
}
.savings-card-right-fixed .sc-flex-wrapper .sc-img img {
  height: 100%;
  width: 100%;
}
@media (max-width: 1180px) {
  .savings-card-right-fixed .sc-flex-wrapper .sc-img {
    height: 81px;
  }
}
@media (max-width: 1080px) {
  .savings-card-right-fixed .sc-flex-wrapper .sc-img {
    height: 66px;
  }
}
.savings-card-right-fixed .sc-flex-wrapper .copy-wrapper {
  padding-left: 10px;
}
.savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p {
  font-size: 33px;
  line-height: 1;
  color: #cf1435;
  padding: 0;
}
@media (max-width: 1180px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p {
    font-size: 28px;
  }
}
@media (max-width: 1080px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p {
    font-size: 20px;
  }
}
.savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold {
  font-size: 55px;
}
@media (max-width: 1180px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold {
    font-size: 46px;
  }
}
@media (max-width: 1080px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold {
    font-size: 33px;
  }
}
.savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold sup {
  font-family: "OpenSans", sans-serif;
  font-size: 25px;
  vertical-align: super;
}
@media (max-width: 1180px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold sup {
    font-size: 21px;
  }
}
@media (max-width: 1080px) {
  .savings-card-right-fixed .sc-flex-wrapper .copy-wrapper p.cond-bold sup {
    font-size: 15px;
  }
}

.tab-container {
  padding: 20px 20px 40px;
  width: 100%;
  box-sizing: border-box;
}
.tab-container .desktop-tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
.tab-container .desktop-tabs .tab-wrapper {
  flex: 0 0 277px;
  margin-right: 25px;
}
.tab-container .desktop-tabs .tab-wrapper .tab {
  background-color: #E6E6E6;
  border: 1px solid #4A4A4A;
  border-bottom: none;
  width: 258px;
  height: 70px;
  display: flex;
  box-sizing: border-box;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}
.tab-container .desktop-tabs .tab-wrapper .tab:last-of-type {
  border-bottom: 1px solid #4A4A4A;
}
.tab-container .desktop-tabs .tab-wrapper .tab.active-tab {
  background: url(/img/global/active-tab-bg.svg);
  border: none;
  width: 277px;
  transition: all 0.1s ease-in-out;
}
.tab-container .desktop-tabs .tab-wrapper .tab.active-tab h2 {
  color: #cf1435;
}
.tab-container .desktop-tabs .tab-wrapper .tab.active-tab h2:after {
  content: "";
}
.tab-container .desktop-tabs .tab-wrapper .tab.active-tab + .tab {
  border-top: none;
}
.tab-container .desktop-tabs .tab-wrapper .tab h2 {
  box-sizing: border-box;
  display: table;
  width: 100%;
  padding: 0 15px;
  line-height: 1.1;
  transition: all 0.1s ease-in-out;
}
.tab-container .desktop-tabs .tab-wrapper .tab h2::after {
  content: url(/img/global/red-carrot.svg);
  display: table-cell;
  padding: 0 0 0 15px;
  width: 10%;
  vertical-align: middle;
  transition: all 0.1s ease-in-out;
}
.tab-container .desktop-tabs .tab-content-wrapper {
  flex: 0 1 auto;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.tab-container .desktop-tabs .tab-content-wrapper .tab-content {
  padding: 40px 0;
  border-bottom: 1px solid #979797;
  box-sizing: border-box;
}
.tab-container .desktop-tabs .tab-content-wrapper .tab-content:first-of-type {
  padding-top: 15px;
}
.tab-container .desktop-tabs .tab-content-wrapper #asian {
  border-bottom: none;
  padding-bottom: 60px;
}

@media (max-width: 800px) {
  .tab-container {
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .tab-container .desktop-tabs {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
  }
  .tab-container .desktop-tabs .tab-wrapper {
    display: none;
  }
  .tab-container .desktop-tabs .tab-content-wrapper {
    flex: 0 0 100%;
    overflow: auto;
    position: static;
  }
  .tab-container .desktop-tabs .tab-content-wrapper .tab-content {
    padding: 0;
    border-bottom: 1px solid #979797;
    box-sizing: border-box;
  }
  .tab-container .desktop-tabs .tab-content-wrapper .tab-content:first-of-type {
    padding-top: 0;
  }
  .tab-container .desktop-tabs .tab-content-wrapper .tab-content.mobile-collapsible-block {
    padding-bottom: 0;
  }
  .tab-container .desktop-tabs .tab-content-wrapper .tab-content .mobile-collapsible-content h2 {
    display: none;
  }
  .tab-container .desktop-tabs .tab-content-wrapper .tab-content .mobile-collapsible-content h2.do-not-hide {
    display: block;
  }
  .tab-container .desktop-tabs .tab-content-wrapper #asian {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.video-block {
  text-align: center;
  padding: 0;
  margin: 20px;
}
.video-block h2 {
  margin: 0 auto;
  width: 50%;
}
.video-block .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: url(/img/discovering-livalo/video-screen-shot.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.video-block .video-container.hide-bg {
  background-image: none;
}
.video-block .video-container iframe,
.video-block .video-container object,
.video-block .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  max-height: 577px;
}

@media (max-width: 600px) {
  .video-block h2 {
    width: 100%;
  }
}
.jump-link-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 15px 30px;
  background-color: #ffc300;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: -5px auto 30px;
  max-width: 840px;
  box-sizing: border-box;
}
@media (max-width: 850px) {
  .jump-link-nav {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .jump-link-nav {
    flex-flow: row wrap;
    justify-content: center;
    width: 380px;
  }
}
@media (max-width: 500px) {
  .jump-link-nav {
    width: 100%;
  }
}
.jump-link-nav p {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .jump-link-nav .jump-link {
    flex: 0 0 100%;
    padding: 10px 0 0;
  }
  .jump-link-nav .jump-link:first-of-type {
    padding-top: 15px;
  }
}
.jump-link-nav .jump-link p {
  text-align: center;
}
.jump-link-nav .bullet {
  align-self: center;
}
@media (max-width: 768px) {
  .jump-link-nav .bullet {
    display: none;
  }
}
.jump-link-nav .bullet p {
  font-size: 12px;
}

.goal-getter-form-wrapper {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .goal-getter-form-wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .goal-getter-form-wrapper {
    padding: 0;
  }
}
.goal-getter-form-wrapper .intro-section h1 {
  max-width: 450px;
}
@media (max-width: 768px) {
  .goal-getter-form-wrapper .intro-section h1 {
    max-width: 100%;
  }
}
.goal-getter-form-wrapper .intro-section h1.full-width {
  max-width: 100%;
}
.goal-getter-form-wrapper .img-wrapper {
  flex: 0 0 48%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.goal-getter-form-wrapper .img-wrapper img {
  max-width: 400px;
  max-height: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 1050px) {
  .goal-getter-form-wrapper .img-wrapper {
    flex: 0 0 42%;
  }
}
@media (max-width: 768px) {
  .goal-getter-form-wrapper .img-wrapper {
    flex: 0 0 100%;
    text-align: center;
  }
}
.goal-getter-form-wrapper .form-wrapper {
  flex: 0 0 52%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1050px) {
  .goal-getter-form-wrapper .form-wrapper {
    flex: 0 0 58%;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .goal-getter-form-wrapper .form-wrapper {
    flex: 0 0 100%;
    padding: 20px;
  }
}
.goal-getter-form-wrapper .form-wrapper.success .success-message {
  display: block;
}
.goal-getter-form-wrapper .form-wrapper.success .intro-section {
  display: none;
}
.goal-getter-form-wrapper .form-wrapper.success #goal-getter-form {
  display: none;
}
.goal-getter-form-wrapper .form-wrapper .success-message {
  display: none;
}
.goal-getter-form-wrapper .form-wrapper .success-message h2 {
  color: #4A4A4A;
}
.goal-getter-form-wrapper .form-wrapper .success-message p {
  max-width: 475px;
}
@media (max-width: 768px) {
  .goal-getter-form-wrapper .form-wrapper .success-message p {
    max-width: 100%;
  }
}
.goal-getter-form-wrapper .form-wrapper .intro-section p {
  padding-bottom: 10px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label {
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error {
  margin-top: 0;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error span {
  color: #cf1435;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error input[type=text],
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error input[type=tel] {
  border-color: #cf1435;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error-valid .valid-msg {
  display: block;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label.error-required .required-msg {
  display: block;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label span {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #4A4A4A;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label span.error-msg {
  font-family: "OpenSans-SemiBold", sans-serif;
  padding-top: 5px;
  display: none;
  font-size: 15px;
  line-height: 22px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label input[type=text] {
  background-color: #ffffff;
  border: 1px solid #979797;
  border-radius: 10px;
  padding: 13px 20px;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
  display: block;
  width: 100%;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form label input[type=text]:focus-visible {
  outline-offset: 1px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper {
  padding: 10px 0;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper.error p.form-label {
  color: #cf1435;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper.error .radio-wrapper label .control__indicator {
  border-color: #cf1435;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper.error-required .required-msg {
  display: block;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper p.form-label {
  font-family: "OpenSans-Bold", sans-serif;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #4A4A4A;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper {
  display: inline-block;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 10px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label:last-of-type {
  margin-bottom: 0;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label span.label {
  font-family: "OpenSans", sans-serif;
  padding-bottom: 0;
  width: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label .control__indicator {
  height: 18px;
  width: 18px;
  border: 1px solid #4A4A4A;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 13px 0 0;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper .radio-wrapper label input:checked ~ .control__indicator {
  background: #4A4A4A;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .on-livalo-wrapper span.error-msg {
  font-family: "OpenSans-SemiBold", sans-serif;
  padding-top: 5px;
  display: none;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .fineprint {
  padding: 10px 0;
  box-sizing: border-box;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .fineprint p {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 0;
}
@media (max-width: 650px) {
  .goal-getter-form-wrapper .form-wrapper #goal-getter-form .button-wrapper .liv-btn {
    text-align: center;
    display: block;
  }
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .button-wrapper .liv-btn button {
  margin: 10px 0;
  padding: 12px 15px;
}
.goal-getter-form-wrapper .form-wrapper #goal-getter-form .button-wrapper .liv-btn button span {
  text-align: center;
}

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