/* =======================================================================
## ++ Media Queries
========================================================================== */
/*
    Used for media queries.
    Add these mixins in your normal scss flow.

    Eg.
    .container{
        width:1024px;

        @include tablets{
            width:90%;
        }
    }
*/
/**
 * This mixin, when placed within a selector that has a BG color, will transform
 * outlined buttons to fill with white on hover. This gets passed the text color
 * so it matches the background color of the parent, as per spec (e.g. outline
 * buttons in the main footer will have grey text on hover, since the footer
 * itself is grey, stuff like that).
 */
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/**
 * This mixin, when placed within a selector that has a BG color, will transform
 * outlined buttons to fill with white on hover. This gets passed the text color
 * so it matches the background color of the parent, as per spec (e.g. outline
 * buttons in the main footer will have grey text on hover, since the footer
 * itself is grey, stuff like that).
 */
/**
 * Place this wherever you don't want text to break out of its container, or
 * stretch it out. For example, those pesky footnotes and their sometimes long
 * URLs.
 */
/**
 * Simple mixin that removes the bottom margin from the final paragraph (<p>)
 * child in the specified parent element.
 *
 * TODO: Figure out if this should be a regular pattern we utilize across the
 * board, since this seems to be a common thing.
 */
a {
  color: #CC0000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }
  a:focus {
    outline: 4px solid #80BFFE; }

button,
a.button,
input.button {
  font-weight: bold; }
  button.fat,
  a.button.fat,
  input.button.fat {
    border-radius: 10px;
    line-height: 1;
    padding: 20px 0;
    width: 215px; }
  button.gray,
  a.button.gray,
  input.button.gray {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 16px;
    padding: 10px 15px; }
    button.gray:active, button.gray:focus, button.gray:hover,
    a.button.gray:active,
    a.button.gray:focus,
    a.button.gray:hover,
    input.button.gray:active,
    input.button.gray:focus,
    input.button.gray:hover {
      background-color: #DDDDDD;
      border-color: #CCCCCC;
      color: #333333; }

/* =======================================================================
## ++ Globals
========================================================================== */
html {
  font-size: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* =======================================================================
## ++ Cleafix
========================================================================== */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible; }

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%; }

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

.clr {
  clear: both; }

svg.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

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

img {
  width: 100%;
  height: auto; }

body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) label:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) div.slick-slide.slick-active:focus {
  outline: none; }

.link-caret-right-red {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcuNDE0IDEyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojYzAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTA3NCwxMDU5Ljg1OGw1LDQuOTg3LTUsNS4wMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDczIC0xMDU4Ljg1OCkiLz48L3N2Zz4=");
  background-position: bottom 40% right;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 15px; }

.link-caret-right-white {
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcuNDE0IDEyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojZmZmO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTA3NCwxMDU5Ljg1OGw1LDQuOTg3LTUsNS4wMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDczIC0xMDU4Ljg1OCkiLz48L3N2Zz4=");
  background-position: bottom 40% right;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 15px; }

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.8);
  display: none;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  #loading-wrapper #loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: bold;
    max-width: 88px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    #loading-wrapper #loading-message svg.icon-loading-icon {
      width: 68px;
      height: 68px;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-animation-name: rotate360;
              animation-name: rotate360;
      -webkit-animation-duration: 1.2s;
              animation-duration: 1.2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
    #loading-wrapper #loading-message .loading-text {
      margin-top: 52px; }

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

.hidden {
  display: none !important; }

/* 
* Fluid Typography
*/
/* 
*  Implements baseline fluid-type for the default font sizes
*   including a default bottom margin for each element that is
*   equal to one line-height.
*/
/* Root */
:root {
  font-size: 14px;
  line-height: 1.333; }
  @media screen and (min-width: 375px) {
    :root {
      font-size: calc( 14px + 4 * ((100vw - 375px) / 825));
      line-height: calc( (1.333 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    :root {
      font-size: 18px;
      line-height: 1.333; } }

/* Paragraph 1 (default) */
p {
  font-size: 14px;
  line-height: 1.333; }
  @media screen and (min-width: 375px) {
    p {
      font-size: calc( 14px + 4 * ((100vw - 375px) / 825));
      line-height: calc( (1.333 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    p {
      font-size: 18px;
      line-height: 1.333; } }

p {
  margin-bottom: 18.662px; }
  @media screen and (min-width: 375px) {
    p {
      margin-bottom: calc( 18.662px + 5.332 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    p {
      margin-bottom: 23.994px; } }

/* Paragraph 2 (default) */
.p2 {
  font-size: 11.66667px;
  line-height: 1.375; }
  @media screen and (min-width: 375px) {
    .p2 {
      font-size: calc( 11.66667px + ( 14.4 - 11.66667 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.375 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .p2 {
      font-size: 14.4px;
      line-height: 1.375; } }

.p2 {
  margin-bottom: 19.25px; }
  @media screen and (min-width: 375px) {
    .p2 {
      margin-bottom: calc( 19.25px + 5.5 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .p2 {
      margin-bottom: 24.75px; } }

/* Paragraph 3 (default) */
.p3 {
  font-size: 9.72222px;
  line-height: 1.429; }
  @media screen and (min-width: 375px) {
    .p3 {
      font-size: calc( 9.72222px + ( 11.52 - 9.72222 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.429 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .p3 {
      font-size: 11.52px;
      line-height: 1.429; } }

.p3 {
  margin-bottom: 20.006px; }
  @media screen and (min-width: 375px) {
    .p3 {
      margin-bottom: calc( 20.006px + 5.716 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .p3 {
      margin-bottom: 25.722px; } }

/* Lead / Highlighted */
.lead, .highlighted {
  font-size: 16.8px;
  line-height: 1.364; }
  @media screen and (min-width: 375px) {
    .lead, .highlighted {
      font-size: calc( 16.8px + ( 22.5 - 16.8 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.364 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .lead, .highlighted {
      font-size: 22.5px;
      line-height: 1.364; } }

.lead, .highlighted {
  margin-bottom: 19.096px; }
  @media screen and (min-width: 375px) {
    .lead, .highlighted {
      margin-bottom: calc( 19.096px + 5.456 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .lead, .highlighted {
      margin-bottom: 24.552px; } }

/* Small / reduced */
.small {
  font-size: 11.66667px;
  line-height: 1.5; }
  @media screen and (min-width: 375px) {
    .small {
      font-size: calc( 11.66667px + ( 14.4 - 11.66667 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.5 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .small {
      font-size: 14.4px;
      line-height: 1.5; } }

.small {
  margin-bottom: 21px; }
  @media screen and (min-width: 375px) {
    .small {
      margin-bottom: calc( 21px + 6 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .small {
      margin-bottom: 27px; } }

/* H1 (Header 1) */
h1, .h1 {
  font-size: 34.83648px;
  line-height: 1.067; }
  @media screen and (min-width: 375px) {
    h1, .h1 {
      font-size: calc( 34.83648px + ( 54.93164 - 34.83648 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.067 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      font-size: 54.93164px;
      line-height: 1.067; } }

h1, .h1 {
  margin-bottom: 14.938px; }
  @media screen and (min-width: 375px) {
    h1, .h1 {
      margin-bottom: calc( 14.938px + 4.268 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h1, .h1 {
      margin-bottom: 19.206px; } }

/* H2 (Header 2) */
h2, .h2 {
  font-size: 29.0304px;
  line-height: 1.042; }
  @media screen and (min-width: 375px) {
    h2, .h2 {
      font-size: calc( 29.0304px + ( 43.94531 - 29.0304 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.042 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h2, .h2 {
      font-size: 43.94531px;
      line-height: 1.042; } }

h2, .h2 {
  margin-bottom: 14.588px; }
  @media screen and (min-width: 375px) {
    h2, .h2 {
      margin-bottom: calc( 14.588px + 4.168 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h2, .h2 {
      margin-bottom: 18.756px; } }

/* H3 (Header 3) */
h3, .h3 {
  font-size: 24.192px;
  line-height: 1.111; }
  @media screen and (min-width: 375px) {
    h3, .h3 {
      font-size: calc( 24.192px + ( 35.15625 - 24.192 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.111 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h3, .h3 {
      font-size: 35.15625px;
      line-height: 1.111; } }

h3, .h3 {
  margin-bottom: 15.554px; }
  @media screen and (min-width: 375px) {
    h3, .h3 {
      margin-bottom: calc( 15.554px + 4.444 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h3, .h3 {
      margin-bottom: 19.998px; } }

/* H4 (Header 4) */
h4, .h4 {
  font-size: 20.16px;
  line-height: 1.071; }
  @media screen and (min-width: 375px) {
    h4, .h4 {
      font-size: calc( 20.16px + ( 28.125 - 20.16 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.071 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h4, .h4 {
      font-size: 28.125px;
      line-height: 1.071; } }

h4, .h4 {
  margin-bottom: 14.994px; }
  @media screen and (min-width: 375px) {
    h4, .h4 {
      margin-bottom: calc( 14.994px + 4.284 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h4, .h4 {
      margin-bottom: 19.278px; } }

/* H5 (Header 5) */
h5, .h5 {
  font-size: 16.8px;
  line-height: 1.167; }
  @media screen and (min-width: 375px) {
    h5, .h5 {
      font-size: calc( 16.8px + ( 22.5 - 16.8 ) * ((100vw - 375px) / 825));
      line-height: calc( (1.167 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h5, .h5 {
      font-size: 22.5px;
      line-height: 1.167; } }

h5, .h5 {
  margin-bottom: 16.338px; }
  @media screen and (min-width: 375px) {
    h5, .h5 {
      margin-bottom: calc( 16.338px + 4.668 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h5, .h5 {
      margin-bottom: 21.006px; } }

/* H6 (Header 6) */
h6, .h6 {
  font-size: 14px;
  line-height: 1.333; }
  @media screen and (min-width: 375px) {
    h6, .h6 {
      font-size: calc( 14px + 4 * ((100vw - 375px) / 825));
      line-height: calc( (1.333 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h6, .h6 {
      font-size: 18px;
      line-height: 1.333; } }

h6, .h6 {
  margin-bottom: 18.662px; }
  @media screen and (min-width: 375px) {
    h6, .h6 {
      margin-bottom: calc( 18.662px + 5.332 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    h6, .h6 {
      margin-bottom: 23.994px; } }

h1 {
  margin-top: 0; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em; }

.lead {
  font-weight: bold; }
  .lead p {
    font-size: 16.8px;
    line-height: 1.364; }
    @media screen and (min-width: 375px) {
      .lead p {
        font-size: calc( 16.8px + ( 22.5 - 16.8 ) * ((100vw - 375px) / 825));
        line-height: calc( (1.364 * 100%) + 0 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .lead p {
        font-size: 22.5px;
        line-height: 1.364; } }
  .lead p {
    margin-bottom: 19.096px; }
    @media screen and (min-width: 375px) {
      .lead p {
        margin-bottom: calc( 19.096px + 5.456 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .lead p {
        margin-bottom: 24.552px; } }

nav#block-cvs-health-main-menu a {
  /* end media breakpoint @ 750px */ }
  nav#block-cvs-health-main-menu a {
    font-size: 14px;
    line-height: 20px; }
    @media screen and (min-width: 750px) {
      nav#block-cvs-health-main-menu a {
        font-size: calc( 14px + 2 * ((100vw - 750px) / 450));
        line-height: calc( (20px * 100%) + 0 * ((100vw - 750px) / 450)); } }
    @media screen and (min-width: 1200px) {
      nav#block-cvs-health-main-menu a {
        font-size: 16px;
        line-height: 20px; } }
  @media only screen and (max-width: 750px) {
    nav#block-cvs-health-main-menu a {
      font-size: 16px;
      line-height: 22px; } }

.fixed-14px {
  font-size: 14px; }

.fixed-16px {
  font-size: 16px; }
  .fixed-16px > p {
    font-size: 16px; }

.fixed-18px {
  font-size: 18px; }

.fixed-24px {
  font-size: 24px;
  line-height: 24px; }

.fixed-50px {
  font-size: 50px;
  line-height: 50px; }

.footnote-container {
  font-size: 9px;
  line-height: 9px; }
  @media screen and (min-width: 375px) {
    .footnote-container {
      font-size: calc( 9px + 2 * ((100vw - 375px) / 825));
      line-height: calc( (9px * 100%) + 2 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .footnote-container {
      font-size: 11px;
      line-height: 11px; } }

.sidebar-header {
  font-size: 22px;
  line-height: 22px; }
  @media screen and (min-width: 375px) {
    .sidebar-header {
      font-size: calc( 22px + 2 * ((100vw - 375px) / 825));
      line-height: calc( (22px * 100%) + 2 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .sidebar-header {
      font-size: 24px;
      line-height: 24px; } }

/* Styling for font colors when appearing over certain background-colors */
.bg-color-red,
.bg-color-red-light,
.bg-color-red-dark,
.bg-color-navy-light,
.bg-color-navy,
.bg-color-navy-dark,
.bg-color-black,
.bg-color-dark-gray,
.bg-color-gray,
.bg-color-gray-alternative {
  color: #FFFFFF; }
  .bg-color-red h1, .bg-color-red .h1,
  .bg-color-red h2, .bg-color-red .h2,
  .bg-color-red h3, .bg-color-red .h3,
  .bg-color-red h4, .bg-color-red .h4,
  .bg-color-red h5, .bg-color-red .h5,
  .bg-color-red h6, .bg-color-red .h6,
  .bg-color-red-light h1,
  .bg-color-red-light .h1,
  .bg-color-red-light h2,
  .bg-color-red-light .h2,
  .bg-color-red-light h3,
  .bg-color-red-light .h3,
  .bg-color-red-light h4,
  .bg-color-red-light .h4,
  .bg-color-red-light h5,
  .bg-color-red-light .h5,
  .bg-color-red-light h6,
  .bg-color-red-light .h6,
  .bg-color-red-dark h1,
  .bg-color-red-dark .h1,
  .bg-color-red-dark h2,
  .bg-color-red-dark .h2,
  .bg-color-red-dark h3,
  .bg-color-red-dark .h3,
  .bg-color-red-dark h4,
  .bg-color-red-dark .h4,
  .bg-color-red-dark h5,
  .bg-color-red-dark .h5,
  .bg-color-red-dark h6,
  .bg-color-red-dark .h6,
  .bg-color-navy-light h1,
  .bg-color-navy-light .h1,
  .bg-color-navy-light h2,
  .bg-color-navy-light .h2,
  .bg-color-navy-light h3,
  .bg-color-navy-light .h3,
  .bg-color-navy-light h4,
  .bg-color-navy-light .h4,
  .bg-color-navy-light h5,
  .bg-color-navy-light .h5,
  .bg-color-navy-light h6,
  .bg-color-navy-light .h6,
  .bg-color-navy h1,
  .bg-color-navy .h1,
  .bg-color-navy h2,
  .bg-color-navy .h2,
  .bg-color-navy h3,
  .bg-color-navy .h3,
  .bg-color-navy h4,
  .bg-color-navy .h4,
  .bg-color-navy h5,
  .bg-color-navy .h5,
  .bg-color-navy h6,
  .bg-color-navy .h6,
  .bg-color-navy-dark h1,
  .bg-color-navy-dark .h1,
  .bg-color-navy-dark h2,
  .bg-color-navy-dark .h2,
  .bg-color-navy-dark h3,
  .bg-color-navy-dark .h3,
  .bg-color-navy-dark h4,
  .bg-color-navy-dark .h4,
  .bg-color-navy-dark h5,
  .bg-color-navy-dark .h5,
  .bg-color-navy-dark h6,
  .bg-color-navy-dark .h6,
  .bg-color-black h1,
  .bg-color-black .h1,
  .bg-color-black h2,
  .bg-color-black .h2,
  .bg-color-black h3,
  .bg-color-black .h3,
  .bg-color-black h4,
  .bg-color-black .h4,
  .bg-color-black h5,
  .bg-color-black .h5,
  .bg-color-black h6,
  .bg-color-black .h6,
  .bg-color-dark-gray h1,
  .bg-color-dark-gray .h1,
  .bg-color-dark-gray h2,
  .bg-color-dark-gray .h2,
  .bg-color-dark-gray h3,
  .bg-color-dark-gray .h3,
  .bg-color-dark-gray h4,
  .bg-color-dark-gray .h4,
  .bg-color-dark-gray h5,
  .bg-color-dark-gray .h5,
  .bg-color-dark-gray h6,
  .bg-color-dark-gray .h6,
  .bg-color-gray h1,
  .bg-color-gray .h1,
  .bg-color-gray h2,
  .bg-color-gray .h2,
  .bg-color-gray h3,
  .bg-color-gray .h3,
  .bg-color-gray h4,
  .bg-color-gray .h4,
  .bg-color-gray h5,
  .bg-color-gray .h5,
  .bg-color-gray h6,
  .bg-color-gray .h6,
  .bg-color-gray-alternative h1,
  .bg-color-gray-alternative .h1,
  .bg-color-gray-alternative h2,
  .bg-color-gray-alternative .h2,
  .bg-color-gray-alternative h3,
  .bg-color-gray-alternative .h3,
  .bg-color-gray-alternative h4,
  .bg-color-gray-alternative .h4,
  .bg-color-gray-alternative h5,
  .bg-color-gray-alternative .h5,
  .bg-color-gray-alternative h6,
  .bg-color-gray-alternative .h6 {
    color: #FFFFFF; }
  .bg-color-red a,
  .bg-color-red-light a,
  .bg-color-red-dark a,
  .bg-color-navy-light a,
  .bg-color-navy a,
  .bg-color-navy-dark a,
  .bg-color-black a,
  .bg-color-dark-gray a,
  .bg-color-gray a,
  .bg-color-gray-alternative a {
    color: #FFFFFF;
    text-decoration: underline; }
    .bg-color-red a:hover, .bg-color-red a:focus,
    .bg-color-red-light a:hover,
    .bg-color-red-light a:focus,
    .bg-color-red-dark a:hover,
    .bg-color-red-dark a:focus,
    .bg-color-navy-light a:hover,
    .bg-color-navy-light a:focus,
    .bg-color-navy a:hover,
    .bg-color-navy a:focus,
    .bg-color-navy-dark a:hover,
    .bg-color-navy-dark a:focus,
    .bg-color-black a:hover,
    .bg-color-black a:focus,
    .bg-color-dark-gray a:hover,
    .bg-color-dark-gray a:focus,
    .bg-color-gray a:hover,
    .bg-color-gray a:focus,
    .bg-color-gray-alternative a:hover,
    .bg-color-gray-alternative a:focus {
      color: #FFFFFF; }
  .bg-color-red .button.outline,
  .bg-color-red-light .button.outline,
  .bg-color-red-dark .button.outline,
  .bg-color-navy-light .button.outline,
  .bg-color-navy .button.outline,
  .bg-color-navy-dark .button.outline,
  .bg-color-black .button.outline,
  .bg-color-dark-gray .button.outline,
  .bg-color-gray .button.outline,
  .bg-color-gray-alternative .button.outline {
    background-color: #FFFFFF;
    text-decoration: none; }

.bg-color-gray-light,
.bg-color-lightest-gray,
.bg-color-white {
  color: #000000; }
  .bg-color-gray-light h1, .bg-color-gray-light .h1,
  .bg-color-gray-light h2, .bg-color-gray-light .h2,
  .bg-color-gray-light h3, .bg-color-gray-light .h3,
  .bg-color-gray-light h4, .bg-color-gray-light .h4,
  .bg-color-gray-light h5, .bg-color-gray-light .h5,
  .bg-color-gray-light h6, .bg-color-gray-light .h6,
  .bg-color-lightest-gray h1,
  .bg-color-lightest-gray .h1,
  .bg-color-lightest-gray h2,
  .bg-color-lightest-gray .h2,
  .bg-color-lightest-gray h3,
  .bg-color-lightest-gray .h3,
  .bg-color-lightest-gray h4,
  .bg-color-lightest-gray .h4,
  .bg-color-lightest-gray h5,
  .bg-color-lightest-gray .h5,
  .bg-color-lightest-gray h6,
  .bg-color-lightest-gray .h6,
  .bg-color-white h1,
  .bg-color-white .h1,
  .bg-color-white h2,
  .bg-color-white .h2,
  .bg-color-white h3,
  .bg-color-white .h3,
  .bg-color-white h4,
  .bg-color-white .h4,
  .bg-color-white h5,
  .bg-color-white .h5,
  .bg-color-white h6,
  .bg-color-white .h6 {
    color: #000000; }
  .bg-color-gray-light a,
  .bg-color-lightest-gray a,
  .bg-color-white a {
    color: #CC0000;
    text-decoration: underline; }
    .bg-color-gray-light a:hover, .bg-color-gray-light a:focus,
    .bg-color-lightest-gray a:hover,
    .bg-color-lightest-gray a:focus,
    .bg-color-white a:hover,
    .bg-color-white a:focus {
      color: #EB0000; }
    .bg-color-gray-light a:active,
    .bg-color-lightest-gray a:active,
    .bg-color-white a:active {
      color: #A1050D; }

.search-form .js-form-type-search label {
  font-size: 14px;
  line-height: 20px; }
  @media screen and (min-width: 375px) {
    .search-form .js-form-type-search label {
      font-size: calc( 14px + 2 * ((100vw - 375px) / 825));
      line-height: calc( (20px * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .search-form .js-form-type-search label {
      font-size: 16px;
      line-height: 20px; } }

ul {
  margin-bottom: 18.662px; }
  @media screen and (min-width: 375px) {
    ul {
      margin-bottom: calc( 18.662px + 5.332 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    ul {
      margin-bottom: 23.994px; } }

/**
 * The final children shall have no bottom margin. So sayeth me!
 */
.field__item:last-child,
.p2:last-child {
  margin-bottom: 0; }

.paragraph--type--poll-entity-reference .form-type-radio label {
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--poll-entity-reference .form-type-radio label {
      font-size: calc( 16px + 2 * ((100vw - 375px) / 825));
      line-height: calc( (20px * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--poll-entity-reference .form-type-radio label {
      font-size: 18px;
      line-height: 20px; } }

.field-summary-read-more,
.field--name-field-summary,
.fsu-list-layout .summary .field--name-body.field--type-text-with-summary p {
  font-size: 14px;
  line-height: 22px; }
  @media screen and (min-width: 375px) {
    .field-summary-read-more,
    .field--name-field-summary,
    .fsu-list-layout .summary .field--name-body.field--type-text-with-summary p {
      font-size: calc( 14px + 2 * ((100vw - 375px) / 825));
      line-height: calc( (22px * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field-summary-read-more,
    .field--name-field-summary,
    .fsu-list-layout .summary .field--name-body.field--type-text-with-summary p {
      font-size: 16px;
      line-height: 22px; } }

.webform-confirmation .js-form-type-email label,
.webform-submission-form .js-form-type-email label {
  font-size: 14px; }

.webform-confirmation .form-type-checkbox .description,
.webform-submission-form .form-type-checkbox .description {
  font-size: 14px; }

.webform-confirmation .form-item-checkboxes-note,
.webform-submission-form .form-item-checkboxes-note {
  font-size: 14px; }

.webform-submission-email-news-alerts-form .form-type-textfield label,
.webform-submission-email-news-alerts-form .form-type-email label {
  font-size: 14px; }

.webform-submission-email-news-alerts-form .tableselect thead tr th,
.webform-submission-email-news-alerts-form .tableselect thead tr td,
.webform-submission-email-news-alerts-form .tableselect tbody tr th,
.webform-submission-email-news-alerts-form .tableselect tbody tr td {
  font-size: 14px; }

.form-item--error-message {
  color: #CC0000;
  font-size: 14px;
  margin: 10px 0; }
  .form-item--error-message strong {
    font-weight: normal !important; }
  .form-item--error-message::before {
    display: none; }

figure figcaption {
  font-size: 12px;
  line-height: 1.333; }
  @media screen and (min-width: 375px) {
    figure figcaption {
      font-size: calc( 12px + 4 * ((100vw - 375px) / 825));
      line-height: calc( (1.333 * 100%) + 0 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    figure figcaption {
      font-size: 16px;
      line-height: 1.333; } }

header {
  width: 100%;
  z-index: 90;
  position: relative;
  background-color: #FFFFFF; }
  header .region.region-header {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 14px;
    padding-bottom: 22px;
    /* end media breakpoint @ 750px */ }
    @media only screen and (max-width: 750px) {
      header .region.region-header {
        padding-top: 20px;
        padding-bottom: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  header ul.menu a {
    color: #000000;
    text-decoration: none; }
    header ul.menu a:visited {
      color: #000000; }
  header .header-nav-search-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    /* end media breakpoint @ 750px */ }
    @media only screen and (max-width: 750px) {
      header .header-nav-search-panel {
        display: block;
        position: absolute;
        top: 0;
        left: 0; } }
    header .header-nav-search-panel .close-panel {
      display: none; }
  header #menu-expanded {
    display: none; }
  header .mobile-buttons {
    display: none;
    /* end media breakpoint @ 750px */ }
    @media only screen and (max-width: 750px) {
      header .mobile-buttons {
        display: block; } }

.page-wrapper main {
  background-color: #E9E9E9; }
  .page-wrapper main .layout-content {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px; }
    .page-wrapper main .layout-content {
      padding-top: 30px; }
      @media screen and (min-width: 375px) {
        .page-wrapper main .layout-content {
          padding-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .page-wrapper main .layout-content {
          padding-top: 50px; } }
    .page-wrapper main .layout-content .fullwidth {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0px;
      margin-bottom: 0px;
      background-color: #FFFFFF; }
      .page-wrapper main .layout-content .fullwidth .container {
        max-width: 1020px;
        margin: 0 auto;
        padding: 0 20px; }
        .page-wrapper main .layout-content .fullwidth .container {
          padding-top: 30px; }
          @media screen and (min-width: 375px) {
            .page-wrapper main .layout-content .fullwidth .container {
              padding-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-wrapper main .layout-content .fullwidth .container {
              padding-top: 50px; } }
    .page-wrapper main .layout-content .field--type-text-long ul ul {
      margin-bottom: 0; }
    .page-wrapper main .layout-content .field--type-text-long .text-align-center {
      text-align: center; }
    .page-wrapper main .layout-content .field--type-text-long .text-align-right {
      text-align: right; }
    .page-wrapper main .layout-content .field--type-text-long .text-align-justify {
      text-align: justify; }
    .page-wrapper main .layout-content .field--type-text-long hr {
      margin-bottom: 18px; }
      @media screen and (min-width: 375px) {
        .page-wrapper main .layout-content .field--type-text-long hr {
          margin-bottom: calc( 18px + 6 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .page-wrapper main .layout-content .field--type-text-long hr {
          margin-bottom: 24px; } }
    .page-wrapper main .layout-content .field--type-text-long blockquote > p {
      margin-left: 18px; }
      @media screen and (min-width: 375px) {
        .page-wrapper main .layout-content .field--type-text-long blockquote > p {
          margin-left: calc( 18px + 6 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .page-wrapper main .layout-content .field--type-text-long blockquote > p {
          margin-left: 24px; } }

footer {
  color: #FFFFFF;
  background-color: #666666;
  padding-top: 47px; }
  footer button.outline, footer button.secondary-outline,
  footer a.button.outline,
  footer a.button.secondary-outline {
    border-color: #FFFFFF;
    color: #FFFFFF; }
    footer button.outline:hover, footer button.outline:active, footer button.outline:focus, footer button.secondary-outline:hover, footer button.secondary-outline:active, footer button.secondary-outline:focus,
    footer a.button.outline:hover,
    footer a.button.outline:active,
    footer a.button.outline:focus,
    footer a.button.secondary-outline:hover,
    footer a.button.secondary-outline:active,
    footer a.button.secondary-outline:focus {
      background-color: #FFFFFF;
      border-color: #FFFFFF;
      color: #666666;
      text-decoration: none; }
  footer {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      footer {
        padding-bottom: calc( 60px + 30 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      footer {
        padding-bottom: 90px; } }
  footer h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px; }
  footer p, footer li, footer a, footer div, footer span {
    font-size: 14px;
    line-height: 20px; }
  footer .region.region-footer {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
        grid-template-areas: "sign-up follow-us follow-us" "divider-1 divider-1 divider-1" "about-cvs-health quick-links corp-info" "divider-2 divider-2 divider-2" "disclaimers disclaimers disclaimers";
    /* end media breakpoint @ 600px */ }
    @media only screen and (max-width: 600px) {
      footer .region.region-footer {
        display: block; } }
    footer .region.region-footer {
      grid-gap: 20px; }
      @media screen and (min-width: 375px) {
        footer .region.region-footer {
          grid-gap: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        footer .region.region-footer {
          grid-gap: 40px; } }
    footer .region.region-footer:before {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      content: '';
      grid-area: divider-1;
      width: 100%;
      height: 1px;
      background-color: #D1CCCC; }
    footer .region.region-footer:after {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
      content: '';
      grid-area: divider-2;
      width: 100%;
      height: 1px;
      background-color: #D1CCCC; }
    footer .region.region-footer .field--name-body {
      padding: 0px; }
  footer ul.menu {
    margin: 0; }
    footer ul.menu li {
      padding: 0; }
      footer ul.menu li a {
        color: #FFFFFF;
        text-decoration: none; }
        footer ul.menu li a.is-active {
          color: #FFFFFF; }
        footer ul.menu li a:hover, footer ul.menu li a:focus {
          text-decoration: underline; }

#block-secondary-header-menu {
  font-size: 14px;
  line-height: 20px;
  /* end media breakpoint @ 75px */ }
  #block-secondary-header-menu ul.menu {
    text-align: right; }
    #block-secondary-header-menu ul.menu li {
      display: inline-block;
      float: none; }
      #block-secondary-header-menu ul.menu li:not(:last-of-type) {
        margin-right: 30px; }
      #block-secondary-header-menu ul.menu li a {
        color: #000000;
        margin: 0;
        padding: 0; }
        #block-secondary-header-menu ul.menu li a.menuparent {
          padding-right: 20px;
          background-color: transparent;
          background-image: url("/themes/add/cvs_master_theme/images/downarrow-black.svg");
          background-position: 100% 67%;
          background-repeat: no-repeat;
          background-size: 12px; }
      #block-secondary-header-menu ul.menu li ul {
        z-index: 0;
        position: absolute;
        top: 24px;
        right: 0;
        left: unset;
        margin: 0;
        padding: 8px 26px 25px 20px;
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        background-color: #666666; }
        #block-secondary-header-menu ul.menu li ul li {
          padding: 11px 0; }
          #block-secondary-header-menu ul.menu li ul li a {
            color: #FFFFFF;
            font-weight: bold; }
            #block-secondary-header-menu ul.menu li ul li a:hover, #block-secondary-header-menu ul.menu li ul li a:focus {
              text-decoration: underline; }
  @media only screen and (max-width: 750px) {
    #block-secondary-header-menu {
      display: none; } }

#block-cvs-health-branding h1 {
  margin: 0;
  padding: 0; }
  #block-cvs-health-branding h1 {
    line-height: 18px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-branding h1 {
        line-height: calc( 18px + 7 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-branding h1 {
        line-height: 25px; } }
  #block-cvs-health-branding h1 {
    height: 18px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-branding h1 {
        height: calc( 18px + 7 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-branding h1 {
        height: 25px; } }

#block-cvs-health-branding a.site-logo {
  display: inline-block;
  text-indent: -99999px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0px; }
  #block-cvs-health-branding a.site-logo {
    width: 140px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-branding a.site-logo {
        width: calc( 140px + 50 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-branding a.site-logo {
        width: 190px; } }
  #block-cvs-health-branding a.site-logo {
    height: 18px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-branding a.site-logo {
        height: calc( 18px + 7 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-branding a.site-logo {
        height: 25px; } }
  @media only print {
    #block-cvs-health-branding a.site-logo {
      display: none; } }

.print-only {
  display: none; }
  @media only print {
    .print-only {
      display: block;
      width: 25%;
      padding-left: 20px; } }

div#block-search {
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 36px;
  width: 36px;
  display: block;
  z-index: 99; }
  div#block-search label {
    display: none; }
  div#block-search input {
    z-index: 100;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    height: 36px;
    border: none;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    display: none;
    padding: 0;
    padding-left: 8px;
    outline: none; }
  div#block-search input::-webkit-input-placeholder {
    color: #FFFFFF; }
  div#block-search input::-moz-placeholder {
    color: #FFFFFF; }
  div#block-search input:-ms-input-placeholder {
    color: #FFFFFF; }
  div#block-search input::-ms-input-placeholder {
    color: #FFFFFF; }
  div#block-search input::placeholder {
    color: #FFFFFF; }
  div#block-search input[type=submit] {
    display: none; }
  div#block-search #submit-search {
    display: none;
    height: 36px;
    position: absolute;
    top: 0;
    right: 28px;
    z-index: 99;
    cursor: pointer;
    background: #CC0000;
    padding: 0 20px; }
  div#block-search #close-search {
    display: none;
    height: 36px;
    width: 44px;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 99;
    padding: 9px;
    cursor: pointer;
    border: none;
    background-color: transparent; }
  div#block-search #close-mobile-search {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none; }

#search-desktop,
#search-mobile {
  background: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: none;
  padding: 0px; }
  #search-desktop svg,
  #search-mobile svg {
    fill: #000000; }

#search-desktop {
  margin-top: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 99;
  overflow: visible;
  display: block;
  right: -8px;
  top: 0px;
  clip: auto; }

#block-cvs-health-content .search-form #search-desktop {
  display: none; }

/*
 *
 *    Mobile viewport styling sub-750px
 *
 */
@media only screen and (max-width: 750px) {
  div#block-search {
    position: relative;
    bottom: unset;
    right: unset;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100% !important;
    height: 100%;
    background-color: #000000;
    display: block;
    overflow-y: scroll;
    z-index: 999;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    div#block-search.open-mobile {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0); }
    div#block-search #search-desktop {
      display: none; }
    div#block-search #search-block-form {
      height: 100%;
      width: calc( 100% - 60px);
      z-index: 9999;
      background-color: #E9E9E9;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      div#block-search #search-block-form .js-form-type-search {
        display: block;
        background-color: #FFFFFF;
        width: 100%;
        height: 52px;
        margin: 0;
        padding: 0 10px; }
        div#block-search #search-block-form .js-form-type-search label {
          display: none; }
        div#block-search #search-block-form .js-form-type-search .form-search {
          display: block !important;
          background-color: #FFFFFF;
          width: 100%;
          height: 52px;
          line-height: 52px;
          padding: 0;
          color: #000000; }
          div#block-search #search-block-form .js-form-type-search .form-search::-webkit-input-placeholder {
            color: #000000; }
          div#block-search #search-block-form .js-form-type-search .form-search::-moz-placeholder {
            color: #000000; }
          div#block-search #search-block-form .js-form-type-search .form-search:-ms-input-placeholder {
            color: #000000; }
          div#block-search #search-block-form .js-form-type-search .form-search::-ms-input-placeholder {
            color: #000000; }
          div#block-search #search-block-form .js-form-type-search .form-search::placeholder {
            color: #000000; }
      div#block-search #search-block-form #edit-actions {
        width: 44px;
        height: 52px; }
        div#block-search #search-block-form #edit-actions input[type=submit] {
          display: block;
          width: 44px;
          height: 52px;
          padding: 0;
          margin: 0;
          background-color: #FFFFFF;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.66 24.93'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch-icon%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg id='work'%3E%3Cpath class='cls-1' d='M1,10.09a9.09,9.09,0,1,1,9.09,9.09h0A9.09,9.09,0,0,1,1,10.09Z'/%3E%3Cline class='cls-1' x1='16.53' y1='16.8' x2='23.95' y2='24.22'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: 20px center;
          background-size: 20px 20px;
          text-indent: -9999px;
          cursor: pointer; }
    div#block-search #close-search {
      display: none; }
    div#block-search #close-mobile-search {
      background: transparent;
      display: block;
      padding: 0;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px; } }

/* end media breakpoint @ 750px */
nav#block-cvs-health-main-menu {
  position: relative;
  width: calc(100% - 36px);
  margin-top: 30px; }
  nav#block-cvs-health-main-menu ul.menu.top-level {
    font-weight: bold;
    margin-left: 30px;
    margin-bottom: 0; }
    nav#block-cvs-health-main-menu ul.menu.top-level li {
      display: inline-block; }
      nav#block-cvs-health-main-menu ul.menu.top-level li {
        margin-right: 18px; }
        @media screen and (min-width: 750px) {
          nav#block-cvs-health-main-menu ul.menu.top-level li {
            margin-right: calc( 18px + 17 * ((100vw - 750px) / 450)); } }
        @media screen and (min-width: 1200px) {
          nav#block-cvs-health-main-menu ul.menu.top-level li {
            margin-right: 35px; } }
      nav#block-cvs-health-main-menu ul.menu.top-level li > a.is-active {
        color: #8B8B8B; }
        body.path-frontpage nav#block-cvs-health-main-menu ul.menu.top-level li > a.is-active {
          color: #000000; }
      nav#block-cvs-health-main-menu ul.menu.top-level li ul {
        display: none; }
      nav#block-cvs-health-main-menu ul.menu.top-level li.selected a {
        color: #CC0000; }

#main-nav-mobile {
  background: transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0px; }
  #main-nav-mobile svg {
    fill: #000000; }

#mobile-menu,
#close-mobile-nav-menu-button-wrapper {
  display: none; }

@media only screen and (max-width: 750px) {
  nav#block-cvs-health-main-menu {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #E9E9E9;
    display: block;
    overflow-y: scroll;
    z-index: 1000;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    nav#block-cvs-health-main-menu.open-mobile {
      -webkit-transform: translate(-100%, 0);
              transform: translate(-100%, 0); }
    nav#block-cvs-health-main-menu > .menu {
      display: none; }
    nav#block-cvs-health-main-menu #mobile-menu {
      display: block;
      background-color: #E9E9E9;
      margin: 0;
      width: calc(100% - 20px); }
      nav#block-cvs-health-main-menu #mobile-menu li {
        display: block;
        list-style-type: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #000000; }
        nav#block-cvs-health-main-menu #mobile-menu li a {
          display: block;
          width: calc(100% - 70px);
          padding: 20px 16px;
          text-decoration: none;
          color: #000000;
          font-weight: bold; }
        nav#block-cvs-health-main-menu #mobile-menu li.menu-item--expanded > a, nav#block-cvs-health-main-menu #mobile-menu li.menuparent > a {
          background: transparent url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU2OSIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgNTY5IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBmaWxsPSJub25lIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjgwLjU4NTUiIHN0cm9rZT0iIzAwMCIgZD0iTTI4LjUyNyA5OTUuNTUzbDQ4My41MTMtNDgzLjUxMy00ODMuNTEzLTQ4My41MTMiPjwvcGF0aD4KPC9zdmc+Cg==");
          background-repeat: no-repeat;
          background-position: right 0px center;
          background-size: auto 19px; }
      nav#block-cvs-health-main-menu #mobile-menu .sub-level li {
        background-color: #CC0000;
        border-bottom: 1px solid #FFFFFF; }
        nav#block-cvs-health-main-menu #mobile-menu .sub-level li a {
          color: #FFFFFF;
          width: calc(100% - 70px); }
        nav#block-cvs-health-main-menu #mobile-menu .sub-level li.menu-item--expanded > a, nav#block-cvs-health-main-menu #mobile-menu .sub-level li.menuparent > a {
          background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjA2MSAxMi43MDciPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgICAgc3Ryb2tlOiAjZmZmOwogICAgICAgIHN0cm9rZS1taXRlcmxpbWl0OiAxMDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9Ikdyb3VwXzExNyIgZGF0YS1uYW1lPSJHcm91cCAxMTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjA0NiAtMC4wNDYpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzE1MiIgZGF0YS1uYW1lPSJQYXRoIDE1MiIgY2xhc3M9ImNscy0xIiBkPSJNLjQsMTIuNGw2LTYtLjEtLjFMLjQuNCIvPgogIDwvZz4KPC9zdmc+Cg==");
          background-repeat: no-repeat;
          background-position: right 0px center;
          background-size: auto 19px; }
      nav#block-cvs-health-main-menu #mobile-menu .sub-level .closeLevel {
        background-color: #E9E9E9; }
        nav#block-cvs-health-main-menu #mobile-menu .sub-level .closeLevel a {
          color: #000000 !important;
          text-align: center !important;
          background: transparent url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjU2OSIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgNTY5IDEwMjQiPgo8dGl0bGU+PC90aXRsZT4KPGcgaWQ9Imljb21vb24taWdub3JlIj4KPC9nPgo8cGF0aCBmaWxsPSJub25lIiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjgwLjU4NTUiIHN0cm9rZT0iIzAwMCIgZD0iTTU0MC40ODcgMjguNTI3bC00ODMuNTEzIDQ4My41MTMgNDgzLjUxMyA0ODMuNTEzIj48L3BhdGg+Cjwvc3ZnPgo=") !important;
          background-repeat: no-repeat !important;
          background-position: left 15px center !important;
          background-size: auto 19px !important; }
      nav#block-cvs-health-main-menu #mobile-menu ul.slideNav_level {
        padding: 0;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 200%;
        background-color: #E9E9E9;
        display: block;
        overflow-y: scroll;
        z-index: 1000;
        -webkit-transform-origin: 0% 0%;
                transform-origin: 0% 0%;
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        -o-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
        nav#block-cvs-health-main-menu #mobile-menu ul.slideNav_level.isOpen {
          -webkit-transform: none;
                  transform: none; }
    nav#block-cvs-health-main-menu #close-mobile-nav-menu-button-wrapper {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      left: 100%;
      width: 60px;
      height: 100%;
      background-color: #000000;
      z-index: 99999;
      -webkit-transform: none;
              transform: none;
      -webkit-backface-visibility: hidden;
      overflow: hidden; }
      nav#block-cvs-health-main-menu #close-mobile-nav-menu-button-wrapper.open-mobile {
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0); }
      nav#block-cvs-health-main-menu #close-mobile-nav-menu-button-wrapper #close-mobile-nav-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 20px;
        height: 20px;
        background: transparent;
        padding: 0px; } }

@media only screen and (max-width: 400px) {
  nav#block-cvs-health-main-menu #close-mobile-nav-menu-button-wrapper {
    height: 200%;
    overflow: hidden; } }

#menu-expanded {
  background-color: #CC0000; }
  #menu-expanded a {
    color: #FFFFFF;
    text-decoration: none; }
    #menu-expanded a:hover, #menu-expanded a:focus {
      text-decoration: underline;
      outline: none; }
    #menu-expanded a.is-active {
      text-decoration: underline; }
  #menu-expanded ul.menu.sub-level.menu-level-2 {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 100px; }
    #menu-expanded ul.menu.sub-level.menu-level-2 li {
      display: block;
      margin-bottom: 30px; }
    #menu-expanded ul.menu.sub-level.menu-level-2 a {
      font-weight: bold; }
    @media only screen and (max-width: 1024px) {
      #menu-expanded ul.menu.sub-level.menu-level-2 {
        margin-left: 30px; } }
  #menu-expanded ul.menu.sub-level.menu-level-3 {
    margin: 0;
    margin-top: 10px; }
    #menu-expanded ul.menu.sub-level.menu-level-3 li {
      display: inline-block;
      margin: 0;
      margin-right: 30px; }
    #menu-expanded ul.menu.sub-level.menu-level-3 a {
      font-size: 16px;
      font-weight: normal; }
  #menu-expanded .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: transparent; }
    #menu-expanded .close:hover, #menu-expanded .close:focus {
      outline: 1px solid;
      cursor: pointer; }

.fade-enter-done div div:nth-child(2) div:nth-child(2) div a {
  display: none !important; }

a[aria-label="Powered by Curalate - Opens in new tab"],
a[href^="https://www.curalate.com/solution/fanreel/"] {
  display: none !important;
  opacity: 0 !important; }

#block-cvs-health-content [id^="crl8-gallery-"] a[aria-label="Powered by Curalate - Opens in new tab"] {
  display: none !important; }

#block-cvs-health-content .curalate-gallery-outer {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 35px; }
  #block-cvs-health-content .curalate-gallery-outer .field--name-field-title {
    margin-top: 13px;
    margin-bottom: -13px; }
  #block-cvs-health-content .curalate-gallery-outer .field--name-field-title,
  #block-cvs-health-content .curalate-gallery-outer .curalate-gallery-inner {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto; }
    #block-cvs-health-content .curalate-gallery-outer .field--name-field-title > div,
    #block-cvs-health-content .curalate-gallery-outer .curalate-gallery-inner > div {
      margin-left: -10px;
      margin-right: -10px; }
    @media only screen and (max-width: 1260px) {
      #block-cvs-health-content .curalate-gallery-outer .field--name-field-title,
      #block-cvs-health-content .curalate-gallery-outer .curalate-gallery-inner {
        max-width: calc(100% - 40px);
        margin-left: 40px;
        margin-right: 40px; } }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner div {
    color: #FFFFFF; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    max-width: 148px;
    text-transform: lowercase; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner button:hover {
    background-color: #FFFFFF; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner button:first-letter {
    text-transform: capitalize; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner div[role="list"] button {
    max-width: none;
    text-transform: none;
    border: none; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner div[role="list"] button:first-letter {
    text-transform: none; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner div, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner div {
    color: #000000 !important; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner button, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner button {
    color: #000000;
    border: 1px solid #000000;
    max-width: 148px;
    text-transform: lowercase; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner button:hover, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner button:hover {
    background-color: #000000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner button:first-letter {
    text-transform: capitalize; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner div[role="list"] button, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner div[role="list"] button {
    max-width: none;
    text-transform: none;
    border: none; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner div[role="list"] button:first-letter, #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner div[role="list"] button:first-letter {
    text-transform: none; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner button {
    background-color: #CC0000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red .curalate-gallery-inner button:hover {
    color: #CC0000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner button {
    background-color: #EB0000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red-light .curalate-gallery-inner button:hover {
    color: #EB0000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner button {
    background-color: #A1050D; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-red-dark .curalate-gallery-inner button:hover {
    color: #A1050D; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner button {
    background-color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy .curalate-gallery-inner button:hover {
    color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner button {
    background-color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-light .curalate-gallery-inner button:hover {
    color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner button {
    background-color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-navy-dark .curalate-gallery-inner button:hover {
    color: #0B315E; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner button {
    background-color: #000000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-black .curalate-gallery-inner button:hover {
    color: #000000; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner button {
    background-color: #FFFFFF; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-white .curalate-gallery-inner button:hover {
    color: #FFFFFF; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner button {
    background-color: #4F4F4F; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-dark-gray .curalate-gallery-inner button:hover {
    color: #4F4F4F; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner button {
    background-color: #666666; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray .curalate-gallery-inner button:hover {
    color: #666666; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner button {
    background-color: #E9E9E9; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-light .curalate-gallery-inner button:hover {
    color: #E9E9E9; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner button {
    background-color: #F8F8F8; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-lightest-gray .curalate-gallery-inner button:hover {
    color: #F8F8F8; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner button {
    background-color: #8C8C8C; }
  #block-cvs-health-content .curalate-gallery-outer.bg-color-gray-alternative .curalate-gallery-inner button:hover {
    color: #8C8C8C; }

table.bwtablemarginb {
  border-collapse: collapse;
  border-spacing: 0;
  display: table; }
  table.bwtablemarginb tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit; }
    table.bwtablemarginb tbody tr {
      display: table-row;
      vertical-align: inherit;
      border-color: inherit; }
      table.bwtablemarginb tbody tr td {
        display: table-cell;
        vertical-align: inherit;
        font-size: 10px;
        padding: 2px; }
        table.bwtablemarginb tbody tr td p {
          font-size: 10px;
          margin-bottom: 0px; }
      table.bwtablemarginb tbody tr td:first-child {
        max-width: 120px; }

.bwsinglebottomborder, .bwsinglebottom {
  border-bottom: 1px solid #000000; }

.bwdoublebottomborder, .bwdoublebottom {
  border-bottom: 4px double #000000; }

.bwtextaligncenter, .bwalignc {
  clear: both;
  text-align: center; }

body > .addthis-smartlayers .at4-share {
  z-index: 90; }
  body > .addthis-smartlayers .at4-share .at4-share-title {
    background-color: #CC0000;
    color: #FFFFFF;
    cursor: default;
    font-size: 12px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    text-align: center; }
  body > .addthis-smartlayers .at4-share .at-share-btn:hover .at-icon-wrapper {
    background-color: #EB0000 !important; }
  body > .addthis-smartlayers .at4-share .at-share-btn .at-icon-wrapper .at-icon {
    width: 24px; }

body.hide-share #at4-share,
body.hide-share .addthis_inline_share_toolbox {
  display: none; }

.addthis_inline_share_toolbox_pre {
  display: none; }
  @media (max-width: 599px) {
    .addthis_inline_share_toolbox_pre {
      display: block;
      text-align: right;
      padding-bottom: 5px; } }

.addthis_inline_share_toolbox {
  vertical-align: middle;
  text-align: right; }
  .addthis_inline_share_toolbox .at-share-tbx-element {
    vertical-align: middle; }
    .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn {
      margin-bottom: 0;
      margin-right: 15px; }
      .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn:last-child {
        margin-right: 0; }
  .addthis_inline_share_toolbox:first-child:before {
    content: 'Share';
    font-weight: bold; }
  .addthis_inline_share_toolbox:before {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 15px;
    vertical-align: middle; }
    @media (max-width: 599px) {
      .addthis_inline_share_toolbox:before {
        vertical-align: baseline; } }
  .addthis_inline_share_toolbox:last-child:before {
    padding-right: 5px; }
    @media only screen and (max-width: 500px) {
      .addthis_inline_share_toolbox:last-child:before {
        display: block;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left; } }
  @media (max-width: 599px) {
    .addthis_inline_share_toolbox:last-child .at-share-tbx-element .at-share-btn:last-child {
      margin-right: 0; } }
  .addthis_inline_share_toolbox .at-share-tbx-element {
    display: inline-block !important; }

#block-cvs-health-page-title,
#block-cvs-health-local-tasks {
  padding-top: 0; }
  #block-cvs-health-page-title,
  #block-cvs-health-local-tasks {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        padding-left: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        padding-left: 30px; } }
  #block-cvs-health-page-title,
  #block-cvs-health-local-tasks {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        padding-right: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        padding-right: 30px; } }
  #block-cvs-health-page-title,
  #block-cvs-health-local-tasks {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        margin-bottom: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #block-cvs-health-page-title,
      #block-cvs-health-local-tasks {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 750px) {
    #block-cvs-health-page-title,
    #block-cvs-health-local-tasks {
      padding-left: 0px; } }
  #block-cvs-health-page-title .page-title,
  #block-cvs-health-local-tasks .page-title {
    margin-bottom: 0; }

.node--view-mode-full .field--name-body {
  padding: 0px 35px; }
  .node--view-mode-full .field--name-body {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .node--view-mode-full .field--name-body {
        margin-bottom: calc( 20px + 30 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .node--view-mode-full .field--name-body {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 750px) {
    .node--view-mode-full .field--name-body {
      padding: 0; } }
  .node--view-mode-full .field--name-body.lead {
    font-weight: normal; }
  .node--view-mode-full .field--name-body a:not(.button) {
    text-decoration: underline; }

.field--name-field-page-contents {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents {
      margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents {
      margin-top: 50px; } }

.field--name-field-page-contents {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents {
      padding-bottom: 100px; } }

.field--name-field-page-contents > .field__item {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents > .field__item {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents > .field__item {
      margin-top: 35px; } }

.field--name-field-page-contents > .field__item {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents > .field__item {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents > .field__item {
      margin-bottom: 35px; } }

.field--name-field-page-contents > .field__item:first-child {
  margin-top: 0; }

.field--name-field-page-contents > .field__item:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 750px) {
  .field--name-field-page-contents > .field__item {
    margin-bottom: 0; } }

.field--name-field-below-the-fold {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .field--name-field-below-the-fold {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-below-the-fold {
      padding-bottom: 100px; } }

.field--name-field-below-the-fold > .container > .field__item {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .field--name-field-below-the-fold > .container > .field__item {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-below-the-fold > .container > .field__item {
      margin-top: 35px; } }

.field--name-field-below-the-fold > .container > .field__item {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .field--name-field-below-the-fold > .container > .field__item {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-below-the-fold > .container > .field__item {
      margin-bottom: 35px; } }

/* Default styling for large viewport (over 750px) */
#block-homepageheroslider {
  position: relative;
  /* Smaller viewport style adjustments for sub 750px viewports */
  /* end media breakpoint @ 750px */ }
  #block-homepageheroslider .field--name-field-slides {
    height: 66.667vw;
    min-height: 800px;
    overflow: hidden; }
    @media only screen and (max-width: 750px) {
      #block-homepageheroslider .field--name-field-slides {
        height: auto;
        min-height: unset;
        overflow: hidden;
        max-height: 850px; }
        #block-homepageheroslider .field--name-field-slides img {
          opacity: 0;
          -webkit-transition: opacity 0.5 ease;
          -o-transition: opacity 0.5 ease;
          transition: opacity 0.5 ease; } }
  #block-homepageheroslider .paragraph--type--hps-slide {
    height: 66.667vw;
    min-height: 800px;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    #block-homepageheroslider .paragraph--type--hps-slide h2 a {
      color: #FFFFFF;
      text-decoration: none; }
      #block-homepageheroslider .paragraph--type--hps-slide h2 a:hover, #block-homepageheroslider .paragraph--type--hps-slide h2 a:focus {
        text-decoration: underline; }
  #block-homepageheroslider .slide-panel {
    opacity: 0;
    -webkit-transition: opacity 0.5 ease;
    -o-transition: opacity 0.5 ease;
    transition: opacity 0.5 ease;
    position: absolute;
    top: 130px;
    left: calc( (100% - 1020px + 40px) / 2);
    min-height: 540px;
    width: 46%;
    max-width: 472px;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    /* end media breakpoint @ 1000px */ }
    #block-homepageheroslider .slide-panel {
      padding-top: 27px; }
      @media screen and (min-width: 375px) {
        #block-homepageheroslider .slide-panel {
          padding-top: calc( 27px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #block-homepageheroslider .slide-panel {
          padding-top: 37px; } }
    #block-homepageheroslider .slide-panel {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        #block-homepageheroslider .slide-panel {
          padding-left: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #block-homepageheroslider .slide-panel {
          padding-left: 30px; } }
    #block-homepageheroslider .slide-panel {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        #block-homepageheroslider .slide-panel {
          padding-right: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #block-homepageheroslider .slide-panel {
          padding-right: 30px; } }
    #block-homepageheroslider .slide-panel {
      padding-bottom: 46px; }
      @media screen and (min-width: 375px) {
        #block-homepageheroslider .slide-panel {
          padding-bottom: calc( 46px + -10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #block-homepageheroslider .slide-panel {
          padding-bottom: 36px; } }
    @media only screen and (max-width: 1000px) {
      #block-homepageheroslider .slide-panel {
        left: 20px; } }
    #block-homepageheroslider .slide-panel .slide-title {
      margin-bottom: 20px; }
      @media screen and (min-width: 375px) {
        #block-homepageheroslider .slide-panel .slide-title {
          margin-bottom: calc( 20px + 13 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #block-homepageheroslider .slide-panel .slide-title {
          margin-bottom: 33px; } }
    #block-homepageheroslider .slide-panel .slick-dots li a {
      color: #FFFFFF; }
      #block-homepageheroslider .slide-panel .slick-dots li a:hover, #block-homepageheroslider .slide-panel .slick-dots li a:active {
        text-decoration: none; }
  #block-homepageheroslider .slick-track {
    display: -ms-flexbox !important;
    display: flex !important; }
  #block-homepageheroslider .slick-slide {
    height: inherit !important; }
    #block-homepageheroslider .slick-slide.slick-active:focus .slide-panel {
      outline: -webkit-focus-ring-color auto 5px; }
  #block-homepageheroslider .hero-bottom-nav {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    #block-homepageheroslider .hero-bottom-nav .slide-pager {
      margin-bottom: 0;
      width: 50%;
      display: inline-block; }
    #block-homepageheroslider .hero-bottom-nav .hero-read-more {
      width: 50%;
      display: inline-block;
      text-align: right; }
      #block-homepageheroslider .hero-bottom-nav .hero-read-more a {
        color: #FFFFFF;
        font-weight: bold; }
  #block-homepageheroslider .slick-dots {
    margin-bottom: 0px;
    margin-left: 0px; }
    #block-homepageheroslider .slick-dots li {
      display: inline-block; }
      #block-homepageheroslider .slick-dots li a {
        font-weight: bold;
        margin-right: 30px;
        cursor: pointer; }
        #block-homepageheroslider .slick-dots li a:hover, #block-homepageheroslider .slick-dots li a:focus, #block-homepageheroslider .slick-dots li a.active {
          border-bottom: 2px solid #FFFFFF;
          text-decoration: none; }
  @media only screen and (max-width: 750px) {
    #block-homepageheroslider .paragraph--type--hps-slide {
      background-image: none !important;
      min-height: unset;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 102%;
      margin-left: -1%; }
    #block-homepageheroslider img.sr-only {
      position: relative;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: hidden;
      clip: unset; }
    #block-homepageheroslider .slide-panel {
      position: relative;
      top: 0px;
      left: 0px;
      min-height: 0px;
      width: 100%;
      max-width: none;
      -ms-flex-positive: 1;
          flex-grow: 1; } }

.paragraph--type--tile-slider {
  position: relative; }
  .paragraph--type--tile-slider .field--name-field-article-tiles .paragraph--type--corporate-page-entity-reference,
  .paragraph--type--tile-slider .field--name-field-article-tiles .paragraph--type--article-entity-reference {
    opacity: 0;
    -webkit-transition: opacity 0.5 ease;
    -o-transition: opacity 0.5 ease;
    transition: opacity 0.5 ease; }
  .paragraph--type--tile-slider .field--name-field-title {
    margin-bottom: 0; }
  .paragraph--type--tile-slider .tile-slider-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    margin: 0; }
    .paragraph--type--tile-slider .tile-slider-header {
      margin-bottom: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--tile-slider .tile-slider-header {
          margin-bottom: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--tile-slider .tile-slider-header {
          margin-bottom: 30px; } }
  .paragraph--type--tile-slider .slick-list {
    margin: 0 -17px; }
  .paragraph--type--tile-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center; }
    .paragraph--type--tile-slider .slick-track .slick-slide {
      height: auto;
      margin: 0 17px; }
  .paragraph--type--tile-slider .slider-buttons {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 64px; }
    .paragraph--type--tile-slider .slider-buttons .slick-arrow {
      background-color: transparent;
      width: 24px;
      height: 26px;
      border: none;
      padding: 0;
      margin: 0; }
      .paragraph--type--tile-slider .slider-buttons .slick-arrow .icon {
        width: 100%;
        height: 100%; }
      .paragraph--type--tile-slider .slider-buttons .slick-arrow .icon {
        display: inline-block;
        stroke-width: 0;
        stroke: currentColor;
        fill: currentColor; }
  .paragraph--type--tile-slider .paragraph--type--hcn-page-entity-reference,
  .paragraph--type--tile-slider .field--name-field-hcn-page-item,
  .paragraph--type--tile-slider .paragraph--type--article-entity-reference,
  .paragraph--type--tile-slider .field--name-field-health-trends-item,
  .paragraph--type--tile-slider .paragraph--type--health-trends-entity-reference,
  .paragraph--type--tile-slider .field--name-field-article,
  .paragraph--type--tile-slider .paragraph--type--corporate-page-entity-reference,
  .paragraph--type--tile-slider .field--name-field-corporate-page {
    height: 100%; }
  .paragraph--type--tile-slider .paragraph--type--hurricane-page-entity-reference,
  .paragraph--type--tile-slider .field--name-field-hurricane-page {
    height: 100%; }
    .paragraph--type--tile-slider .paragraph--type--hurricane-page-entity-reference .field--name-body.field--type-text-with-summary,
    .paragraph--type--tile-slider .field--name-field-hurricane-page .field--name-body.field--type-text-with-summary {
      padding: 0; }

.paragraph--type--hurricane-page-entity-reference- {
  height: 100%; }

.paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
article.node--view-mode-tile-preview {
  position: relative;
  height: 100%;
  padding-top: 35px; }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
  article.node--view-mode-tile-preview {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-left: 35px; } }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
  article.node--view-mode-tile-preview {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-right: 35px; } }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
  article.node--view-mode-tile-preview {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-bottom: calc( 60px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished,
      article.node--view-mode-tile-preview {
        padding-bottom: 70px; } }
  @media only screen and (min-width: 751px) {
    .paragraph--type--tile-slider[data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished, .paragraph--type--tile-slider[data-col-count="1"]
    article.node--view-mode-tile-preview {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 751px) and (min-width: 375px) {
    .paragraph--type--tile-slider[data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished, .paragraph--type--tile-slider[data-col-count="1"]
    article.node--view-mode-tile-preview {
      padding-bottom: calc( 60px + 80 * ((100vw - 375px) / 825)); } }
  @media only screen and (min-width: 751px) and (min-width: 1200px) {
    .paragraph--type--tile-slider[data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished, .paragraph--type--tile-slider[data-col-count="1"]
    article.node--view-mode-tile-preview {
      padding-bottom: 140px; } }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article,
  article.node--view-mode-tile-preview.article {
    background-color: #FFFFFF; }
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article a.tile-link,
    article.node--view-mode-tile-preview.article a.tile-link {
      color: #000000; }
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article a.tile-link:hover,
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article a.tile-link:hover h3, .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article a.tile-link:focus,
      .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.article a.tile-link:focus h3,
      article.node--view-mode-tile-preview.article a.tile-link:hover,
      article.node--view-mode-tile-preview.article a.tile-link:hover h3,
      article.node--view-mode-tile-preview.article a.tile-link:focus,
      article.node--view-mode-tile-preview.article a.tile-link:focus h3 {
        color: #CC0000; }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.press-release,
  article.node--view-mode-tile-preview.press-release {
    background-color: #CC0000; }
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished.press-release a.tile-link,
    article.node--view-mode-tile-preview.press-release a.tile-link {
      color: #FFFFFF; }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-field-section,
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-field-display-date,
  article.node--view-mode-tile-preview .field--name-field-section,
  article.node--view-mode-tile-preview .field--name-field-display-date {
    font-weight: bold;
    margin-bottom: 10px; }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-title,
  article.node--view-mode-tile-preview .field--name-title {
    margin-bottom: 10px; }
    [data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-title, [data-col-count="1"]
    article.node--view-mode-tile-preview .field--name-title {
      margin-bottom: 10px; }
      @media screen and (min-width: 751px) {
        [data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-title, [data-col-count="1"]
        article.node--view-mode-tile-preview .field--name-title {
          margin-bottom: calc( 10px + 39 * ((100vw - 751px) / 449)); } }
      @media screen and (min-width: 1200px) {
        [data-col-count="1"] .paragraph--type--hurricane-page-entity-reference- article.node--unpublished .field--name-title, [data-col-count="1"]
        article.node--view-mode-tile-preview .field--name-title {
          margin-bottom: 49px; } }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.tile-link,
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more,
  article.node--view-mode-tile-preview a.tile-link,
  article.node--view-mode-tile-preview a.read-more {
    display: inline-block;
    text-decoration: none; }
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.tile-link:hover, .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.tile-link:focus,
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more:hover,
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more:focus,
    article.node--view-mode-tile-preview a.tile-link:hover,
    article.node--view-mode-tile-preview a.tile-link:focus,
    article.node--view-mode-tile-preview a.read-more:hover,
    article.node--view-mode-tile-preview a.read-more:focus {
      text-decoration: underline; }
  .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more,
  article.node--view-mode-tile-preview a.read-more {
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 33px; }
    .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more,
    article.node--view-mode-tile-preview a.read-more {
      left: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more,
        article.node--view-mode-tile-preview a.read-more {
          left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--hurricane-page-entity-reference- article.node--unpublished a.read-more,
        article.node--view-mode-tile-preview a.read-more {
          left: 35px; } }

.paragraph--type--vertical-banner-link {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--vertical-banner-link {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--vertical-banner-link {
      margin-top: 35px; } }

.paragraph--type--vertical-banner-link {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--vertical-banner-link {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--vertical-banner-link {
      margin-bottom: 35px; } }

.paragraph--type--vertical-banner-link a {
  text-decoration: none; }

.paragraph--type--vertical-banner-link a:hover {
  text-decoration: none !important; }

.paragraph--type--vertical-banner-link a.vertical-bar-link {
  color: #CC0000;
  font-weight: bold; }

.paragraph--type--vertical-banner-link a:hover.vertical-bar-link {
  text-decoration: underline !important; }

.paragraph--type--vertical-banner-link img {
  display: block; }

@media only screen and (min-width: 800px) {
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles {
    display: -ms-flexbox;
    display: flex; }
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles:nth-child(2n) {
      margin-right: 0; }
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles:nth-child(-n+2) {
      margin-bottom: 0; } }

.field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item {
  display: block;
  margin-right: 35px;
  width: 472px;
  height: 720px; }
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item {
        margin-bottom: 35px; } }
  @media only screen and (max-width: 799px) {
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item {
      height: auto;
      width: 100%; } }
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference,
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference,
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference {
    background-color: #E9E9E9;
    position: relative;
    padding: 0; }
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .h6,
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .h6,
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .h6 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      background-color: #666666;
      margin: 0 auto 32px;
      height: 48px;
      width: 48px; }
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .h6 .field--name-field-title,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .h6 .field--name-field-title,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .h6 .field--name-field-title {
        text-indent: -9999px;
        background: transparent url("/themes/custom/cvs_health/images/icons-social-hd.png") no-repeat;
        background-size: auto 24px;
        display: block;
        width: 24px;
        height: 24px; }
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
      height: 600px;
      overflow-y: auto; }
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
        padding-left: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
            padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
            padding-left: 35px; } }
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
      .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
        padding-right: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
            padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
          .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
            padding-right: 35px; } }
      @media only screen and (max-width: 799px) {
        .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .block-socialfeed,
        .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .block-socialfeed,
        .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .block-socialfeed {
          height: auto; } }
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--twitter-entity-reference .h6 .field--name-field-title {
    background-position: -24px 0; }
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--facebook-entity-reference .h6 .field--name-field-title {
    background-position: 0 0; }
  .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .h6 .field--name-field-title {
    background-position: -96px 0; }
  @media only screen and (max-width: 799px) {
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .item-list ul li .ig-caption {
      padding-left: 15px;
      margin-top: 20px; }
    .field--name-field-below-the-fold .social_media_feeds .field--name-field-tiles > .field__item .paragraph--type--instagram-entity-reference .item-list ul li .ig-media img {
      display: block;
      padding: 0 30px; } }

.paragraph--type--twitter-entity-reference,
.paragraph--type--facebook-entity-reference,
.paragraph--type--instagram-entity-reference {
  background-color: #FFFFFF;
  position: relative;
  height: 100%;
  padding-top: 35px; }
  .paragraph--type--twitter-entity-reference,
  .paragraph--type--facebook-entity-reference,
  .paragraph--type--instagram-entity-reference {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-left: 35px; } }
  .paragraph--type--twitter-entity-reference,
  .paragraph--type--facebook-entity-reference,
  .paragraph--type--instagram-entity-reference {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-right: 35px; } }
  .paragraph--type--twitter-entity-reference,
  .paragraph--type--facebook-entity-reference,
  .paragraph--type--instagram-entity-reference {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-bottom: calc( 60px + -10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--twitter-entity-reference,
      .paragraph--type--facebook-entity-reference,
      .paragraph--type--instagram-entity-reference {
        padding-bottom: 50px; } }
  .paragraph--type--twitter-entity-reference .h6,
  .paragraph--type--facebook-entity-reference .h6,
  .paragraph--type--instagram-entity-reference .h6 {
    line-height: 1.3333;
    margin-bottom: 16px; }
  .paragraph--type--twitter-entity-reference ul,
  .paragraph--type--facebook-entity-reference ul,
  .paragraph--type--instagram-entity-reference ul {
    list-style-type: none;
    margin-bottom: 0; }
    .paragraph--type--twitter-entity-reference ul li,
    .paragraph--type--facebook-entity-reference ul li,
    .paragraph--type--instagram-entity-reference ul li {
      margin: 0; }
  .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul,
  .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul,
  .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul {
    margin: 0; }
    @media only screen and (max-width: 799px) {
      .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul,
      .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul,
      .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul {
        padding-bottom: 60px; } }
    .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li,
    .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li,
    .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      font-size: 14px;
      list-style-type: none;
      margin-left: 0; }
      .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li,
      .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li,
      .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li {
        margin-bottom: 20px; }
        @media screen and (min-width: 375px) {
          .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li,
          .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li,
          .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li {
            margin-bottom: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li,
          .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li,
          .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li {
            margin-bottom: 30px; } }
      .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li a,
      .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li a,
      .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li a {
        text-decoration: none; }
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li a:hover, .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li a:active,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li a:hover,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li a:active,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li a:hover,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li a:active {
          color: #CC0000;
          text-decoration: underline; }
      .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-pic,
      .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-pic,
      .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-pic {
        padding-right: 10px; }
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-pic img,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-pic img,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-pic img {
          width: 48px; }
      .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-details,
      .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-details,
      .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-details {
        -ms-flex-positive: 1;
            flex-grow: 1; }
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-user,
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-user,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-user,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet {
          margin: 0 0 4px;
          line-height: 1.25; }
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-tweet {
          overflow-wrap: break-word;
          word-wrap: break-word;
          word-break: break-all;
          word-break: break-word;
          -webkit-hyphens: auto;
              -ms-hyphens: auto;
                  hyphens: auto;
          max-width: 100%; }
        .paragraph--type--twitter-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-date,
        .paragraph--type--facebook-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-date,
        .paragraph--type--instagram-entity-reference .block-twitter-post-block .item-list ul li .tw-details .tw-date {
          font-size: 12px;
          line-height: 1.6667; }
  @media only screen and (max-width: 799px) {
    .paragraph--type--twitter-entity-reference .block-instagram-post-block,
    .paragraph--type--facebook-entity-reference .block-instagram-post-block,
    .paragraph--type--instagram-entity-reference .block-instagram-post-block {
      padding-bottom: 60px; } }
  .paragraph--type--twitter-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
  .paragraph--type--facebook-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
  .paragraph--type--instagram-entity-reference .block-instagram-post-block .item-list ul li .instagram-post {
    margin-bottom: 35px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--twitter-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
      .paragraph--type--facebook-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
      .paragraph--type--instagram-entity-reference .block-instagram-post-block .item-list ul li .instagram-post {
        margin-bottom: calc( 35px + -20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--twitter-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
      .paragraph--type--facebook-entity-reference .block-instagram-post-block .item-list ul li .instagram-post,
      .paragraph--type--instagram-entity-reference .block-instagram-post-block .item-list ul li .instagram-post {
        margin-bottom: 15px; } }
  .paragraph--type--twitter-entity-reference .block-instagram-post-block .item-list ul li:last-child .instagram-post,
  .paragraph--type--facebook-entity-reference .block-instagram-post-block .item-list ul li:last-child .instagram-post,
  .paragraph--type--instagram-entity-reference .block-instagram-post-block .item-list ul li:last-child .instagram-post {
    margin-bottom: 0; }
  .paragraph--type--twitter-entity-reference .block-instagram-post-block .item-list ul li .ig-caption,
  .paragraph--type--facebook-entity-reference .block-instagram-post-block .item-list ul li .ig-caption,
  .paragraph--type--instagram-entity-reference .block-instagram-post-block .item-list ul li .ig-caption {
    display: block;
    font-size: 14px;
    line-height: 1.42857; }
  .paragraph--type--twitter-entity-reference.paragraph--view-mode--sidebar .tw-pic,
  .paragraph--type--facebook-entity-reference.paragraph--view-mode--sidebar .tw-pic,
  .paragraph--type--instagram-entity-reference.paragraph--view-mode--sidebar .tw-pic {
    display: none; }
  .paragraph--type--twitter-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a,
  .paragraph--type--twitter-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:hover,
  .paragraph--type--twitter-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:active,
  .paragraph--type--facebook-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a,
  .paragraph--type--facebook-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:hover,
  .paragraph--type--facebook-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:active,
  .paragraph--type--instagram-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a,
  .paragraph--type--instagram-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:hover,
  .paragraph--type--instagram-entity-reference.paragraph--view-mode--sidebar .block-twitter-post-block .item-list ul li a:active {
    color: inherit;
    text-decoration: underline; }

.field--name-field-below-the-fold .paragraph--type--featured-content-pager {
  margin-bottom: 0; }

.paragraph--type--featured-content-pager .slick-track {
  display: -ms-flexbox !important;
  display: flex !important; }

.paragraph--type--featured-content-pager .slick-slide {
  height: auto !important; }

.paragraph--type--featured-content-pager .paragraph--type--fcp-slide-set {
  background-color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  height: 100%; }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-slide-set > * {
    width: 50%; }
    .paragraph--type--featured-content-pager .paragraph--type--fcp-slide-set > * > * {
      margin: 0; }

.paragraph--type--featured-content-pager .paragraph--type--brightcove-video,
.paragraph--type--featured-content-pager .paragraph--type--youtube-video {
  background-color: #000000;
  height: 100%;
  min-height: 275px;
  position: relative; }
  .paragraph--type--featured-content-pager .paragraph--type--brightcove-video img,
  .paragraph--type--featured-content-pager .paragraph--type--youtube-video img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0; }
    @media only screen and (max-width: 750px) {
      .paragraph--type--featured-content-pager .paragraph--type--brightcove-video img,
      .paragraph--type--featured-content-pager .paragraph--type--youtube-video img {
        position: relative;
        display: block; } }

.paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
.paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
  .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
    padding-top: 30px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-top: calc( 30px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-top: 35px; } }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
  .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-left: 35px; } }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
  .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide {
        padding-right: 35px; } }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body,
  .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body > p:last-child,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body > p:only-child,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body > p:last-child,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body > p:only-child {
      margin-bottom: 0; }
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body a:not(.button),
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body a:not(.button) {
      text-decoration: underline; }
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body a:not(.button).button,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body a:not(.button).button {
        text-decoration: none;
        margin: 0px 0px 25px 0px;
        display: block;
        float: left;
        width: 75%; }
    @media only screen and (max-width: 750px) {
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body {
        margin-bottom: 15px; } }
  @media only screen and (max-width: 750px) and (min-width: 375px) {
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body {
      margin-bottom: calc( 15px + 10 * ((100vw - 375px) / 825)); } }
  @media only screen and (max-width: 750px) and (min-width: 1200px) {
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body {
      margin-bottom: 25px; } }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots,
  .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots {
    display: inline-block;
    margin: 0px; }
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots li,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots li {
      display: inline-block; }
      .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots li a,
      .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots li a {
        color: #000000;
        font-weight: bold;
        margin-right: 30px;
        cursor: pointer; }
        .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots li a:hover, .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots li a:focus,
        .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots li a:hover,
        .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots li a:focus {
          border-bottom: 2px solid #000000;
          text-decoration: none; }
        .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .slide-pager ul.slick-dots li a.active,
        .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .slide-pager ul.slick-dots li a.active {
          color: #000000;
          border-bottom: 2px solid #000000;
          text-decoration: none; }

.paragraph--type--featured-content-pager .field--name-field-right-slide .slide-pager {
  text-align: right;
  display: none; }

.paragraph--type--featured-content-pager .paragraph--type--fcp-image-slide {
  height: 100%; }
  .paragraph--type--featured-content-pager .paragraph--type--fcp-image-slide img {
    display: block;
    width: 100%;
    height: auto; }

@media only screen and (max-width: 750px) {
  .paragraph--type--featured-content-pager .paragraph--type--fcp-slide-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100% !important; }
    .paragraph--type--featured-content-pager .paragraph--type--fcp-slide-set > * {
      width: 100%; }
  .paragraph--type--featured-content-pager .field--name-field-left-slide {
    -ms-flex-order: 2;
        order: 2; }
  .paragraph--type--featured-content-pager .field--name-field-right-slide {
    -ms-flex-order: 1;
        order: 1; }
  .paragraph--type--featured-content-pager .slide-pager {
    text-align: left !important; } }

/**
 * TODO: Place this in a more generalized location, to support other paragraph
 *       types placed below-the-fold?
 */
.field--name-field-below-the-fold > .container > .field__item.background-alt {
  background-color: #E9E9E9 !important; }

.field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: transparent; }
  .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
    padding-top: 30px; }
    @media screen and (min-width: 375px) {
      .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
        padding-top: calc( 30px + 70 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
        padding-top: 100px; } }
  .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
        padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
        padding-bottom: 100px; } }
  @media only screen and (max-width: 980px) {
    .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set {
      padding-left: 20px;
      padding-right: 20px; } }
  .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-left-slide,
  .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-right-slide {
    background-color: #FFFFFF; }
    .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-left-slide .h5,
    .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-right-slide .h5 {
      margin-top: 0; }
    .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-left-slide p,
    .field--name-field-below-the-fold > .container > .field__item .paragraph--type--fcp-slide-set .field--name-field-right-slide p {
      font-size: 16px;
      line-height: 1.375; }

.paragraph--type--simple-text-pane {
  position: relative;
  height: 100%; }
  .paragraph--type--simple-text-pane .media--type-image,
  .paragraph--type--simple-text-pane .field--type-image,
  .paragraph--type--simple-text-pane img {
    width: 100%;
    height: auto; }
  .paragraph--type--simple-text-pane .text-panel {
    padding-top: 35px; }
    .paragraph--type--simple-text-pane .text-panel {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-left: 35px; } }
    .paragraph--type--simple-text-pane .text-panel {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-right: 35px; } }
    .paragraph--type--simple-text-pane .text-panel {
      padding-bottom: 60px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-bottom: calc( 60px + -10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--simple-text-pane .text-panel {
          padding-bottom: 50px; } }
    .paragraph--type--simple-text-pane .text-panel .field--name-field-subtitle {
      font-weight: bold;
      margin-bottom: 10px; }
    .paragraph--type--simple-text-pane .text-panel .field--name-field-link {
      font-weight: bold; }
  .paragraph--type--simple-text-pane a.read-more {
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 33px; }
    .paragraph--type--simple-text-pane a.read-more {
      left: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--simple-text-pane a.read-more {
          left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--simple-text-pane a.read-more {
          left: 35px; } }
  .path-frontpage .paragraph--type--simple-text-pane a {
    text-decoration: none; }
    .path-frontpage .paragraph--type--simple-text-pane a:hover, .path-frontpage .paragraph--type--simple-text-pane a:focus {
      text-decoration: underline; }

#executive-container-outer {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    #executive-container-outer {
      margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    #executive-container-outer {
      margin-top: 50px; } }

#executive-container-outer h2 {
  margin-bottom: 15px; }
  @media screen and (min-width: 375px) {
    #executive-container-outer h2 {
      margin-bottom: calc( 15px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    #executive-container-outer h2 {
      margin-bottom: 30px; } }

#executive-container-outer #executive-container-grid {
  margin: auto;
  padding-left: 55px; }
  #executive-container-outer #executive-container-grid {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      #executive-container-outer #executive-container-grid {
        padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #executive-container-outer #executive-container-grid {
        padding-bottom: 100px; } }
  @media only screen and (max-width: 1024px) {
    #executive-container-outer #executive-container-grid {
      padding-left: 62px; } }
  @media only screen and (max-width: 750px) {
    #executive-container-outer #executive-container-grid {
      padding-left: 28px; } }
  #executive-container-outer #executive-container-grid .leadership-tile .field--name-field-position {
    margin-bottom: 70px; }
  #executive-container-outer #executive-container-grid .leadership-tile .field--name-field-image img {
    display: block;
    width: 100%;
    height: auto; }
  #executive-container-outer #executive-container-grid .leadership-tile .field--name-field-body {
    width: 60%;
    max-width: 639px;
    display: inline-block; }
  #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr; }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
      grid-gap: 20px; }
      @media screen and (min-width: 375px) {
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
          grid-gap: calc( 20px + 12 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
          grid-gap: 32px; } }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item {
      background-color: #E9E9E9; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a {
        color: #000000;
        text-decoration: none; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a:hover, #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a:focus {
          color: #CC0000;
          text-decoration: none; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a img {
          height: auto;
          margin: auto; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
          padding-top: 20px; }
          @media screen and (min-width: 375px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-top: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-top: 30px; } }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
          padding-left: 20px; }
          @media screen and (min-width: 375px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-left: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-left: 30px; } }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
          padding-right: 20px; }
          @media screen and (min-width: 375px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-right: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-right: 30px; } }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
          padding-bottom: 80px; }
          @media screen and (min-width: 375px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-bottom: calc( 80px + 55 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
              padding-bottom: 135px; } }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info .position {
          margin-top: 20px; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .field--name-image {
          text-align: center; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .field__item {
          width: 100%;
          margin-bottom: 0px; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .field--type-image {
          margin: 0%; }

@media only screen and (max-width: 750px) {
  #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
    display: block; }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 35px; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item a .person-info {
          vertical-align: top; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .field__item {
        margin: 0px; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .leadership-tile {
        max-height: 220px;
        display: -ms-flexbox;
        display: flex; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item img {
        width: auto;
        height: 100%;
        max-height: 220px;
        display: block;
        margin: 0; } }

@media only screen and (max-width: 350px) {
  #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item {
    max-width: 300px; }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .leadership-tile {
      display: block;
      max-width: 300px;
      max-height: 100%; }
      #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .leadership-tile {
        margin-bottom: 20px; } }
      @media only screen and (max-width: 350px) and (min-width: 375px) {
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .leadership-tile {
          margin-bottom: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
      @media only screen and (max-width: 350px) and (min-width: 1200px) {
        #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .leadership-tile {
          margin-bottom: 40px; } }

@media only screen and (max-width: 350px) {
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .thumbnail {
      width: 100%; }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .person-info {
      width: 100%; }
    #executive-container-outer #executive-container-grid .field--name-field-executive-officers .field__item .thumbnail img {
      width: 100%;
      height: auto;
      max-height: 100%; } }

#executive-container-full {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
  padding-left: 55px; }
  #executive-container-full {
    padding-top: 20px; }
    @media screen and (min-width: 375px) {
      #executive-container-full {
        padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #executive-container-full {
        padding-top: 35px; } }
  #executive-container-full {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      #executive-container-full {
        padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      #executive-container-full {
        padding-bottom: 100px; } }
  @media only screen and (max-width: 1024px) {
    #executive-container-full {
      padding-left: 62px; } }
  @media only screen and (max-width: 750px) {
    #executive-container-full {
      padding-left: 28px; } }
  #executive-container-full .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    #executive-container-full .content .field--name-field-position {
      width: 100%;
      font-weight: bold; }
      #executive-container-full .content .field--name-field-position {
        margin-bottom: 30px; }
        @media screen and (min-width: 375px) {
          #executive-container-full .content .field--name-field-position {
            margin-bottom: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          #executive-container-full .content .field--name-field-position {
            margin-bottom: 50px; } }
    #executive-container-full .content > .field--name-field-image {
      width: 100%;
      max-width: 300px;
      margin-right: 35px; }
      #executive-container-full .content > .field--name-field-image img {
        width: 100%;
        height: auto; }
    #executive-container-full .content .field--name-field-body {
      width: calc(100% - 335px); }
      #executive-container-full .content .field--name-field-body a:not(.button) {
        text-decoration: underline; }
    @media only screen and (max-width: 1050px) {
      #executive-container-full .content .field--name-field-body {
        padding-right: 35px; } }
    @media only screen and (max-width: 750px) {
      #executive-container-full .content > .field--name-field-image {
        -ms-flex-order: 3;
            order: 3;
        margin-right: 0; }
      #executive-container-full .content .field--name-field-body {
        width: 100%;
        -ms-flex-order: 2;
            order: 2;
        padding-right: 0; }
        #executive-container-full .content .field--name-field-body {
          margin-bottom: 10px; } }
    @media only screen and (max-width: 750px) and (min-width: 375px) {
      #executive-container-full .content .field--name-field-body {
        margin-bottom: calc( 10px + 40 * ((100vw - 375px) / 825)); } }
    @media only screen and (max-width: 750px) and (min-width: 1200px) {
      #executive-container-full .content .field--name-field-body {
        margin-bottom: 50px; } }

.paragraph--type--campaign-header-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #FFFFFF; }
  .paragraph--type--campaign-header-block .main-column {
    max-width: calc(100% - 340px);
    width: 100%;
    margin-right: 0; }
    .paragraph--type--campaign-header-block .main-column {
      padding-top: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-top: 35px; } }
    .paragraph--type--campaign-header-block .main-column {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-left: 35px; } }
    .paragraph--type--campaign-header-block .main-column {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-right: 35px; } }
    .paragraph--type--campaign-header-block .main-column {
      padding-bottom: 30px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-bottom: calc( 30px + 30 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--campaign-header-block .main-column {
          padding-bottom: 60px; } }
    @media only screen and (max-width: 750px) {
      .paragraph--type--campaign-header-block .main-column {
        max-width: 100%;
        margin-right: 0;
        padding-bottom: 0; } }
    .paragraph--type--campaign-header-block .main-column .field--name-field-main-content-section > div:last-of-type {
      margin-bottom: 0; }
  .paragraph--type--campaign-header-block .field--name-field-videos .slick-slider {
    margin-bottom: 30px; }
  .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager {
    margin-top: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager {
        margin-top: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager {
        margin-top: 30px; } }
  .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots {
    display: inline-block;
    margin: 0px; }
    .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots li {
      display: inline-block; }
      .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots li a {
        font-weight: bold;
        margin-right: 30px;
        color: #000000;
        cursor: pointer; }
        .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots li a:hover, .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots li a:focus {
          border-bottom: 2px solid #000000;
          text-decoration: none; }
        .paragraph--type--campaign-header-block .field--name-field-videos .slide-pager ul.slick-dots li a.active {
          border-bottom: 2px solid #000000;
          color: #000000;
          text-decoration: none; }
  .paragraph--type--campaign-header-block .sidebar {
    width: 270px;
    width: 340px;
    padding: 0px 0px 60px 0px; }
  .paragraph--type--campaign-header-block .field--name-field-link {
    margin-top: 20px; }
    .paragraph--type--campaign-header-block .field--name-field-link a.link {
      font-weight: bold; }
  .paragraph--type--campaign-header-block .field--name-field-body {
    margin-top: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--campaign-header-block .field--name-field-body {
        margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--campaign-header-block .field--name-field-body {
        margin-top: 35px; } }
  .paragraph--type--campaign-header-block .field--name-field-body {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--campaign-header-block .field--name-field-body {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--campaign-header-block .field--name-field-body {
        margin-bottom: 35px; } }
  .paragraph--type--campaign-header-block .field--name-field-body > p:last-child,
  .paragraph--type--campaign-header-block .field--name-field-body > p:only-child {
    margin-bottom: 0; }
  .paragraph--type--campaign-header-block .field--name-field-body a:not(.button) {
    text-decoration: underline; }
  .paragraph--type--campaign-header-block .field--name-field-chb-sidebar {
    width: 340px; }
    @media only screen and (max-width: 750px) {
      .paragraph--type--campaign-header-block .field--name-field-chb-sidebar {
        width: 100%; } }

.paragraph--type--chb-sidebar-items {
  height: 100%;
  padding-top: 35px; }
  .paragraph--type--chb-sidebar-items {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--chb-sidebar-items {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--chb-sidebar-items {
        padding-left: 35px; } }
  .paragraph--type--chb-sidebar-items {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--chb-sidebar-items {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--chb-sidebar-items {
        padding-right: 35px; } }
  .paragraph--type--chb-sidebar-items {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--chb-sidebar-items {
        padding-bottom: calc( 60px + -25 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--chb-sidebar-items {
        padding-bottom: 35px; } }
  .paragraph--type--chb-sidebar-items .field--name-field-sidebar-content {
    margin: 0; }
    .paragraph--type--chb-sidebar-items .field--name-field-sidebar-content > .field__item > .paragraph {
      background-color: transparent; }
  @media only screen and (max-width: 750px) {
    .paragraph--type--chb-sidebar-items .field--name-field-image {
      max-width: 280px; } }
  .paragraph--type--chb-sidebar-items .field--name-field-link {
    font-weight: bold; }

.paragraph--type--brightcove-video {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--brightcove-video {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--brightcove-video {
      margin-top: 35px; } }

.paragraph--type--brightcove-video {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--brightcove-video {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--brightcove-video {
      margin-bottom: 35px; } }

.paragraph--type--youtube-video {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--youtube-video {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--youtube-video {
      margin-top: 35px; } }

.paragraph--type--youtube-video {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--youtube-video {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--youtube-video {
      margin-bottom: 35px; } }

.p3sdk-interactive-transcript-content {
  height: auto !important;
  max-height: 350px;
  overflow-y: scroll; }

.p3sdk-current-word {
  background: transparent !important;
  color: inherit !important; }

.swal2-container {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch; }
  .swal2-container .swal2-popup {
    border-radius: 0;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    background-color: #FFFFFF;
    overflow: scroll;
    width: 100%;
    max-width: 980px;
    height: auto;
    max-height: 100%;
    margin: 0 auto; }
    .swal2-container .swal2-popup {
      margin-top: 0px; }
      @media screen and (min-width: 375px) {
        .swal2-container .swal2-popup {
          margin-top: calc( 0px + 80 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .swal2-container .swal2-popup {
          margin-top: 80px; } }
    .swal2-container .swal2-popup {
      padding-top: 40px; }
      @media screen and (min-width: 375px) {
        .swal2-container .swal2-popup {
          padding-top: calc( 40px + 50 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .swal2-container .swal2-popup {
          padding-top: 90px; } }
    .swal2-container .swal2-popup {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .swal2-container .swal2-popup {
          padding-left: calc( 20px + 70 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .swal2-container .swal2-popup {
          padding-left: 90px; } }
    .swal2-container .swal2-popup {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .swal2-container .swal2-popup {
          padding-right: calc( 20px + 70 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .swal2-container .swal2-popup {
          padding-right: 90px; } }
    .swal2-container .swal2-popup {
      padding-bottom: 50px; }
      @media screen and (min-width: 375px) {
        .swal2-container .swal2-popup {
          padding-bottom: calc( 50px + 60 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .swal2-container .swal2-popup {
          padding-bottom: 110px; } }
    .swal2-container .swal2-popup .swal2-close {
      position: absolute;
      padding: 0;
      margin: 0;
      border: 0; }
      .swal2-container .swal2-popup .swal2-close {
        top: 12px; }
        @media screen and (min-width: 375px) {
          .swal2-container .swal2-popup .swal2-close {
            top: calc( 12px + 23 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .swal2-container .swal2-popup .swal2-close {
            top: 35px; } }
      .swal2-container .swal2-popup .swal2-close {
        right: 20px; }
        @media screen and (min-width: 375px) {
          .swal2-container .swal2-popup .swal2-close {
            right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .swal2-container .swal2-popup .swal2-close {
            right: 35px; } }
      .swal2-container .swal2-popup .swal2-close {
        width: 15px; }
        @media screen and (min-width: 375px) {
          .swal2-container .swal2-popup .swal2-close {
            width: calc( 15px + 5 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .swal2-container .swal2-popup .swal2-close {
            width: 20px; } }
      .swal2-container .swal2-popup .swal2-close {
        height: 15px; }
        @media screen and (min-width: 375px) {
          .swal2-container .swal2-popup .swal2-close {
            height: calc( 15px + 5 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .swal2-container .swal2-popup .swal2-close {
            height: 20px; } }
      .swal2-container .swal2-popup .swal2-close:focus {
        outline: auto 5px -webkit-focus-ring-color; }
    .swal2-container .swal2-popup .transcript {
      height: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.capture-click {
  cursor: pointer; }
  .capture-click iframe {
    pointer-events: none; }

.paragraph--type--our-giving-details .field--name-field-tiles {
  background-color: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 35px; }
  .paragraph--type--our-giving-details .field--name-field-tiles {
    padding-top: 30px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-top: calc( 30px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-top: 35px; } }
  .paragraph--type--our-giving-details .field--name-field-tiles {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-left: 35px; } }
  .paragraph--type--our-giving-details .field--name-field-tiles {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-right: 35px; } }
  .paragraph--type--our-giving-details .field--name-field-tiles {
    padding-bottom: 40px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--our-giving-details .field--name-field-tiles {
        padding-bottom: 60px; } }
  .paragraph--type--our-giving-details .field--name-field-tiles .field__item {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }

.paragraph--type--our-giving-details .paragraph--type--ogd-tile {
  position: relative;
  margin-top: 35px;
  background-color: #F8F8F8;
  padding-top: 97px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 47px; }
  .paragraph--type--our-giving-details .paragraph--type--ogd-tile .field--name-field-image {
    position: absolute;
    top: -35px;
    left: 35px;
    border-radius: 50%; }

.paragraph--type--our-giving-details .field--name-field-link a {
  text-decoration: none; }
  .paragraph--type--our-giving-details .field--name-field-link a:hover, .paragraph--type--our-giving-details .field--name-field-link a:focus {
    text-decoration: underline; }

@media only screen and (max-width: 750px) {
  .paragraph--type--our-giving-details .field--name-field-tiles {
    display: block; }
  .paragraph--type--our-giving-details .paragraph--type--ogd-tile {
    margin-bottom: 20px; } }
  @media only screen and (max-width: 750px) and (min-width: 375px) {
    .paragraph--type--our-giving-details .paragraph--type--ogd-tile {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media only screen and (max-width: 750px) and (min-width: 1200px) {
    .paragraph--type--our-giving-details .paragraph--type--ogd-tile {
      margin-bottom: 35px; } }

@media only screen and (max-width: 750px) {
  .paragraph--type--our-giving-details .paragraph--type--ogd-tile .field--name-field-image {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

body:not(.page-node-type-hcn-page) .view .pager {
  text-align: center;
  margin-bottom: 0; }
  body:not(.page-node-type-hcn-page) .view .pager {
    margin-top: 20px; }
    @media screen and (min-width: 375px) {
      body:not(.page-node-type-hcn-page) .view .pager {
        margin-top: calc( 20px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body:not(.page-node-type-hcn-page) .view .pager {
        margin-top: 25px; } }
  body:not(.page-node-type-hcn-page) .view .pager .pager__item {
    display: inline-block;
    padding: 0; }
    body:not(.page-node-type-hcn-page) .view .pager .pager__item a {
      display: inline-block;
      color: #CC0000;
      height: 69px;
      width: 69px;
      padding: 35px;
      background-image: url("/themes/custom/cvs_health/images/button-load-more.png");
      background-repeat: no-repeat;
      background-color: transparent;
      line-height: 0;
      font-size: 0;
      color: transparent;
      border: none; }

.fsu-grid-layout #newsroom-fsu-container {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .fsu-grid-layout #newsroom-fsu-container {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .fsu-grid-layout #newsroom-fsu-container {
      padding-bottom: 100px; } }

.fsu-grid-layout h2 {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .fsu-grid-layout h2 {
      margin-bottom: calc( 20px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .fsu-grid-layout h2 {
      margin-bottom: 60px; } }

.fsu-grid-layout .views-infinite-scroll-content-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  -ms-grid-columns: 30%; }
  .fsu-grid-layout .views-infinite-scroll-content-wrapper {
    grid-gap: 20px; }
    @media screen and (min-width: 375px) {
      .fsu-grid-layout .views-infinite-scroll-content-wrapper {
        grid-gap: calc( 20px + 13 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-grid-layout .views-infinite-scroll-content-wrapper {
        grid-gap: 33px; } }

.fsu-grid-layout article {
  height: 100%; }
  .fsu-grid-layout article .view-tile {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .fsu-grid-layout article img {
    display: block; }
  .fsu-grid-layout article .text-container {
    background-color: #E9E9E9;
    height: 100%;
    padding-top: 30px; }
    .fsu-grid-layout article .text-container {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .fsu-grid-layout article .text-container {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .fsu-grid-layout article .text-container {
          padding-left: 35px; } }
    .fsu-grid-layout article .text-container {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .fsu-grid-layout article .text-container {
          padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .fsu-grid-layout article .text-container {
          padding-right: 35px; } }
    .fsu-grid-layout article .text-container {
      padding-bottom: 60px; }
      @media screen and (min-width: 375px) {
        .fsu-grid-layout article .text-container {
          padding-bottom: calc( 60px + -30 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .fsu-grid-layout article .text-container {
          padding-bottom: 30px; } }
    .fsu-grid-layout article .text-container .title {
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 20px;
      display: block; }
      .fsu-grid-layout article .text-container .title:hover, .fsu-grid-layout article .text-container .title:focus {
        color: #CC0000;
        text-decoration: underline; }
    .fsu-grid-layout article .text-container .field--name-field-summary {
      margin-bottom: 20px; }
    .fsu-grid-layout article .text-container a.read-more,
    .fsu-grid-layout article .text-container a.video-link {
      color: #CC0000;
      text-decoration: none; }
      .fsu-grid-layout article .text-container a.read-more:focus, .fsu-grid-layout article .text-container a.read-more:hover,
      .fsu-grid-layout article .text-container a.video-link:focus,
      .fsu-grid-layout article .text-container a.video-link:hover {
        text-decoration: underline; }

.fsu-list-layout {
  background-color: #FFFFFF; }
  .fsu-list-layout {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .fsu-list-layout {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-list-layout {
        padding-left: 35px; } }
  .fsu-list-layout {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .fsu-list-layout {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-list-layout {
        padding-right: 35px; } }
  .fsu-list-layout {
    padding-top: 20px; }
    @media screen and (min-width: 375px) {
      .fsu-list-layout {
        padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-list-layout {
        padding-top: 35px; } }
  .fsu-list-layout {
    padding-bottom: 40px; }
    @media screen and (min-width: 375px) {
      .fsu-list-layout {
        padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-list-layout {
        padding-bottom: 60px; } }
  .fsu-list-layout .views-row {
    margin-bottom: 25px; }
    @media screen and (min-width: 375px) {
      .fsu-list-layout .views-row {
        margin-bottom: calc( 25px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .fsu-list-layout .views-row {
        margin-bottom: 40px; } }
  .fsu-list-layout .view-image-container {
    display: inline-block;
    margin-right: 20px;
    width: 146.5px;
    height: auto; }
    @media only screen and (max-width: 500px) {
      .fsu-list-layout .view-image-container {
        width: 100%;
        margin-bottom: 10px; } }
    .fsu-list-layout .view-image-container a.view-image-overlay {
      display: block;
      position: relative; }
      .fsu-list-layout .view-image-container a.view-image-overlay::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .fsu-list-layout .view-image-container a.view-image-overlay:focus::after, .fsu-list-layout .view-image-container a.view-image-overlay:hover::after {
        background-color: #E9E9E9;
        opacity: 0.5; }
    .fsu-list-layout .view-image-container img {
      display: block;
      width: 146.5px;
      height: auto; }
      @media only screen and (max-width: 500px) {
        .fsu-list-layout .view-image-container img {
          width: 100%;
          height: auto; } }
  .fsu-list-layout .view-text-container {
    display: inline-block;
    width: calc(100% - 180px);
    vertical-align: top; }
    @media only screen and (max-width: 500px) {
      .fsu-list-layout .view-text-container {
        width: 100%; } }
    .fsu-list-layout .view-text-container h3 {
      font-weight: bold;
      margin-bottom: 10px; }
      .fsu-list-layout .view-text-container h3 .new-entry {
        color: #CC0000;
        display: inline-block; }
      .fsu-list-layout .view-text-container h3 a {
        color: #000000;
        text-decoration: none;
        display: block; }
      .fsu-list-layout .view-text-container h3 a:hover {
        color: #CC0000; }
    .fsu-list-layout .view-text-container .summary .field--name-field-summary {
      display: inline-block;
      margin-bottom: 10px; }
    .fsu-list-layout .view-text-container .summary .field--name-body.field--type-text-with-summary {
      display: inline-block;
      padding: 0;
      margin-bottom: 10px; }
      .fsu-list-layout .view-text-container .summary .field--name-body.field--type-text-with-summary p {
        margin: 0; }

.restaurant-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  background-color: #FFFFFF; }
  .restaurant-menu .restaurant-menu-left {
    width: 50%;
    display: block; }
    .restaurant-menu .restaurant-menu-left {
      padding-top: 30px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left {
          padding-top: calc( 30px + 5 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left {
          padding-top: 35px; } }
    .restaurant-menu .restaurant-menu-left {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left {
          padding-right: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left {
          padding-right: 30px; } }
    .restaurant-menu .restaurant-menu-left {
      padding-bottom: 45px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left {
          padding-bottom: calc( 45px + 35 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left {
          padding-bottom: 80px; } }
    @media only screen and (max-width: 750px) {
      .restaurant-menu .restaurant-menu-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 0; } }
    .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
    .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
    .restaurant-menu .restaurant-menu-left .field--name-field-body {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
        .restaurant-menu .restaurant-menu-left .field--name-field-body {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
        .restaurant-menu .restaurant-menu-left .field--name-field-body {
          padding-left: 35px; } }
    .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
    .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
    .restaurant-menu .restaurant-menu-left .field--name-field-body {
      padding-right: 0px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
        .restaurant-menu .restaurant-menu-left .field--name-field-body {
          padding-right: calc( 0px + 30 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-title,
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link,
        .restaurant-menu .restaurant-menu-left .field--name-field-body {
          padding-right: 30px; } }
    .restaurant-menu .restaurant-menu-left .field--name-field-body a:not(.button) {
      color: #CC0000;
      text-decoration: underline; }
    .restaurant-menu .restaurant-menu-left .restaurant-menu-link {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link {
          padding-left: 35px; } }
    @media only screen and (max-width: 750px) {
      .restaurant-menu .restaurant-menu-left .restaurant-menu-link {
        padding-right: 45px;
        background-color: transparent;
        background-image: url(/themes/custom/cvs_health/images/icon-arrow-down-accordian.png);
        background-repeat: no-repeat;
        background-position: 95% center; }
        .restaurant-menu .restaurant-menu-left .restaurant-menu-link.selected {
          background-image: url(/themes/custom/cvs_health/images/icon-arrow-up-accordian.png); } }
    .restaurant-menu .restaurant-menu-left a {
      text-decoration: none;
      color: inherit; }
    .restaurant-menu .restaurant-menu-left h2 {
      font-weight: bold;
      margin-bottom: 20px; }
    .restaurant-menu .restaurant-menu-left .restaurant-menu-items {
      list-style: none;
      margin-left: 0px; }
      .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item {
        border-bottom: 1px solid #000000; }
        .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
          color: #CC0000;
          font-weight: bold;
          margin-bottom: 0;
          cursor: pointer; }
          .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
            padding-top: 20px; }
            @media screen and (min-width: 375px) {
              .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
                padding-top: calc( 20px + 4 * ((100vw - 375px) / 825)); } }
            @media screen and (min-width: 1200px) {
              .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
                padding-top: 24px; } }
          .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
            padding-bottom: 20px; }
            @media screen and (min-width: 375px) {
              .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
                padding-bottom: calc( 20px + 4 * ((100vw - 375px) / 825)); } }
            @media screen and (min-width: 1200px) {
              .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link {
                padding-bottom: 24px; } }
          .restaurant-menu .restaurant-menu-left .restaurant-menu-items .restaurant-menu-item .restaurant-menu-link.selected {
            color: #000000; }
  .restaurant-menu .restaurant-menu-right {
    width: 50%;
    display: inline-block;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
    @media only screen and (max-width: 750px) {
      .restaurant-menu .restaurant-menu-right {
        display: none; } }
  .restaurant-menu .restaurant-menu-text-image-container {
    width: 100%;
    height: 100%;
    display: none; }
    .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-image img {
      display: block;
      width: 100%; }
    .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
      background-color: #CC0000;
      color: #FFFFFF;
      height: 100%; }
      .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
        padding-top: 20px; }
        @media screen and (min-width: 375px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-top: 35px; } }
      .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
        padding-left: 20px; }
        @media screen and (min-width: 375px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-left: 35px; } }
      .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
        padding-right: 20px; }
        @media screen and (min-width: 375px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-right: 35px; } }
      .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
        padding-bottom: 60px; }
        @media screen and (min-width: 375px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-bottom: calc( 60px + 25 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text {
            padding-bottom: 85px; } }
      .restaurant-menu .restaurant-menu-text-image-container .restaurant-menu-text a {
        color: #FFFFFF;
        text-decoration: underline; }
    .restaurant-menu .restaurant-menu-text-image-container.selected {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: stretch;
          align-items: stretch; }
    .restaurant-menu .restaurant-menu-text-image-container.mobile {
      display: none; }

.paragraph--type--article-body-block-quote {
  margin-top: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      margin-top: 35px; } }

.paragraph--type--article-body-block-quote {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      margin-bottom: 35px; } }

.paragraph--type--article-body-block-quote {
  padding-top: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      padding-top: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      padding-top: 30px; } }

.paragraph--type--article-body-block-quote {
  padding-left: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      padding-left: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      padding-left: 30px; } }

.paragraph--type--article-body-block-quote {
  padding-right: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      padding-right: calc( 20px + 10 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      padding-right: 30px; } }

.paragraph--type--article-body-block-quote {
  padding-bottom: 30px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote {
      padding-bottom: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote {
      padding-bottom: 40px; } }

.paragraph--type--article-body-block-quote .field--name-field-title {
  font-weight: bold; }

.paragraph--type--article-body-block-quote .field--name-field-title,
.paragraph--type--article-body-block-quote .field--name-field-body p {
  margin-bottom: 18px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--article-body-block-quote .field--name-field-title,
    .paragraph--type--article-body-block-quote .field--name-field-body p {
      margin-bottom: calc( 18px + 6 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--article-body-block-quote .field--name-field-title,
    .paragraph--type--article-body-block-quote .field--name-field-body p {
      margin-bottom: 24px; } }

.paragraph--type--article-body-block-quote .field--name-field-body > p:last-child,
.paragraph--type--article-body-block-quote .field--name-field-body > p:only-child {
  margin-bottom: 0; }

.paragraph--type--article-body-image-pager {
  margin-bottom: 24px; }
  .paragraph--type--article-body-image-pager .image-list {
    margin-bottom: 24px; }
  .paragraph--type--article-body-image-pager .media--type-image {
    position: relative; }
  .paragraph--type--article-body-image-pager .hidden_field_item {
    display: none; }
  .paragraph--type--article-body-image-pager .field--type-image {
    margin-bottom: 0px !important; }
    .paragraph--type--article-body-image-pager .field--type-image img {
      display: block; }
  .paragraph--type--article-body-image-pager .field--name-field-caption {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    padding: 8px 1%;
    bottom: 0; }
  .paragraph--type--article-body-image-pager .pager-links a.image-pager-link {
    color: #000000;
    font-weight: bold;
    text-decoration: none !important;
    margin-right: 20px; }
    .paragraph--type--article-body-image-pager .pager-links a.image-pager-link:hover, .paragraph--type--article-body-image-pager .pager-links a.image-pager-link:focus {
      color: #000000;
      border-bottom: 2px solid #000000;
      text-decoration: none; }
    .paragraph--type--article-body-image-pager .pager-links a.image-pager-link.selected {
      color: #000000;
      border-bottom: 2px solid #000000; }
  .paragraph--type--article-body-image-pager .image-pager-link:hover,
  .paragraph--type--article-body-image-pager .image-pager-link:focus {
    font-weight: none;
    color: #CC0000; }

.logo-cloud img {
  max-height: 60px;
  width: auto;
  margin: 20px 10px; }

.logo-cloud-small img {
  max-height: 60px;
  width: auto;
  margin: 5px 0px; }

.paragraph--type--split-page-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 35px 1fr;
  grid-gap: 35px;
  /**
   * Skyscraper Tile styling
   */ }
  @media only screen and (max-width: 980px) {
    .paragraph--type--split-page-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .paragraph--type--split-page-content .field--name-field-left-side-content {
        margin-bottom: 20px; }
      .paragraph--type--split-page-content > * {
        width: 100%; } }
  .paragraph--type--split-page-content .skyscraper-image .field--type-image img {
    display: block; }
  .paragraph--type--split-page-content .skyscraper-body {
    background-color: #FFFFFF; }
    .paragraph--type--split-page-content .skyscraper-body {
      padding-top: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-top: calc( 20px + 30 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-top: 50px; } }
    .paragraph--type--split-page-content .skyscraper-body {
      padding-right: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-right: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-right: 40px; } }
    .paragraph--type--split-page-content .skyscraper-body {
      padding-bottom: 60px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-bottom: calc( 60px + 70 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-bottom: 130px; } }
    .paragraph--type--split-page-content .skyscraper-body {
      padding-left: 20px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--split-page-content .skyscraper-body {
          padding-left: 35px; } }
    .paragraph--type--split-page-content .skyscraper-body .h3 {
      margin-bottom: 30px; }
    .paragraph--type--split-page-content .skyscraper-body a .h3 {
      color: #000000;
      text-decoration: none; }
    .paragraph--type--split-page-content .skyscraper-body a .h3:hover,
    .paragraph--type--split-page-content .skyscraper-body a .h3:focus {
      text-decoration: underline; }
    .paragraph--type--split-page-content .skyscraper-body .paragraph--type--generic-list-item {
      margin-bottom: 20px; }
      .paragraph--type--split-page-content .skyscraper-body .paragraph--type--generic-list-item .field--name-field-link {
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3333;
        margin-bottom: 10px; }
      .paragraph--type--split-page-content .skyscraper-body .paragraph--type--generic-list-item .field--name-field-body p {
        font-size: 16px;
        line-height: 1.375; }
        .paragraph--type--split-page-content .skyscraper-body .paragraph--type--generic-list-item .field--name-field-body p:last-child {
          margin-bottom: 0; }

button.open-modal {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  width: 100%; }
  button.open-modal.youtube-video, button.open-modal.bc-video {
    position: initial;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    text-align: unset;
    background-color: transparent; }
    button.open-modal.youtube-video::after, button.open-modal.bc-video::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(/themes/custom/cvs_health/images/play-button-black-transparent-60.png);
      background-repeat: no-repeat;
      background-position: center; }
    button.open-modal.youtube-video:hover::after, button.open-modal.youtube-video:focus::after, button.open-modal.bc-video:hover::after, button.open-modal.bc-video:focus::after {
      background-image: url(/themes/custom/cvs_health/images/play-button-red.png) !important; }

.field--name-field-videos {
  display: none; }
  .field--name-field-videos {
    margin-bottom: 30px; }
    @media screen and (min-width: 375px) {
      .field--name-field-videos {
        margin-bottom: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-videos {
        margin-bottom: 50px; } }
  .field--name-field-videos .field__item > .paragraph {
    margin: 0; }

.paragraph--type--csr-goal .tile-section {
  position: relative;
  /* Image and Progress bar wrapper */ }
  @media only screen and (max-width: 600px) {
    .paragraph--type--csr-goal .tile-section {
      margin-bottom: 40px; } }
  .paragraph--type--csr-goal .tile-section .image-progress-circle {
    position: relative;
    width: 240px;
    height: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 100%;
    z-index: 1; }
    .paragraph--type--csr-goal .tile-section .image-progress-circle .image-wrapper {
      background-color: #fff;
      position: relative;
      top: 20px;
      left: 20px;
      text-align: center;
      width: 200px;
      height: 200px;
      border-radius: 100%;
      overflow: hidden;
      z-index: 2; }
      .paragraph--type--csr-goal .tile-section .image-progress-circle .image-wrapper img {
        display: block;
        background-color: #fff;
        height: 112px;
        width: 152px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .paragraph--type--csr-goal .tile-section .title-label {
    margin-bottom: 10px; }
  .paragraph--type--csr-goal .tile-section .title {
    color: #CC0000;
    line-height: 1.5; }
    .paragraph--type--csr-goal .tile-section .title:hover, .paragraph--type--csr-goal .tile-section .title:focus {
      text-decoration: underline; }
    .paragraph--type--csr-goal .tile-section .title.selected {
      color: #000000; }
      .paragraph--type--csr-goal .tile-section .title.selected.link-caret-right {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcuNDE0IDEyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS13aWR0aDoycHg7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTA3NCwxMDU5Ljg1OGw1LDQuOTg3LTUsNS4wMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDczIC0xMDU4Ljg1OCkiLz48L3N2Zz4="); }
  .paragraph--type--csr-goal .tile-section:focus .title {
    text-decoration: underline; }

.paragraph--type--csr-goal .goal-details {
  display: none;
  z-index: 2; }
  @media only screen and (max-width: 600px) {
    .paragraph--type--csr-goal .goal-details {
      display: block; } }
  .paragraph--type--csr-goal .goal-details .body-copy {
    margin-bottom: 60px;
    max-width: 580px;
    font-size: 18px; }
    @media only screen and (max-width: 600px) {
      .paragraph--type--csr-goal .goal-details .body-copy {
        margin-bottom: 0; } }
  .paragraph--type--csr-goal .goal-details .progress-section .label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }
  .paragraph--type--csr-goal .goal-details .progress-section .progress-bar-wrapper {
    position: relative;
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    margin-bottom: 40px; }
  .paragraph--type--csr-goal .goal-details .progress-section .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    display: inline-block;
    text-indent: -99999px; }
  @media only screen and (max-width: 600px) {
    .paragraph--type--csr-goal .goal-details .progress-section {
      display: none; } }
  .paragraph--type--csr-goal .goal-details .field--name-field-link a {
    font-weight: bold; }
  .paragraph--type--csr-goal .goal-details .button-close-submenu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    cursor: pointer; }
    @media only screen and (max-width: 600px) {
      .paragraph--type--csr-goal .goal-details .button-close-submenu {
        display: none; } }

.paragraph--type--csr-goal.health-in-action .progress-bar {
  background-color: #37BAAB; }

.paragraph--type--csr-goal.leaders-in-growth .progress-bar {
  background-color: #93277E; }

.paragraph--type--csr-goal.planet-in-balance .progress-bar {
  background-color: #A7CE39; }

.paragraph--type--csr-goal.expanded .tile-section::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #E9E9E9;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.paragraph--type--csr-goal.expanded .goal-details {
  display: block;
  background-color: #E9E9E9;
  padding: 65px 32px 40px 32px;
  position: absolute;
  left: 32px;
  right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.paragraph--type--csr-goal .download-report {
  margin-bottom: 40px;
  padding: 0 32px; }

.paragraph--type--csr-progress .csr-goal-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
  margin-right: -32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
  .paragraph--type--csr-progress .csr-goal-list .csr-goal-wrapper {
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 32px 32px 55px 32px;
    margin-right: 32px;
    width: calc( (100% - 96px) / 3); }
    @media only screen and (max-width: 900px) {
      .paragraph--type--csr-progress .csr-goal-list .csr-goal-wrapper {
        width: calc( (100% - 64px) / 2); } }
    @media only screen and (max-width: 600px) {
      .paragraph--type--csr-progress .csr-goal-list .csr-goal-wrapper {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 0px; } }

.paragraph--type--poll-entity-reference {
  background-color: #FFFFFF; }
  .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll,
  .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll,
  .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll {
    background-color: #FFFFFF;
    display: table; }
    .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .vote-form,
    .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .vote-form,
    .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .vote-form {
      display: table; }
    .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
    .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
    .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
      display: table-cell;
      width: 30%;
      background: #666666;
      color: #FFFFFF;
      vertical-align: top; }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
        padding-left: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-left: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
        padding-right: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-right: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
        padding-top: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-top: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
        padding-bottom: 40px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
            padding-bottom: 60px; } }
      @media only screen and (max-width: 750px) {
        .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
        .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
        .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
          display: block;
          width: 100%; } }
    .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container,
    .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container,
    .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container {
      display: none; }
    .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
    .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
    .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
    .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
    .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
      margin: 0px;
      display: table-cell; }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
        padding-left: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-left: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
        padding-right: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-right: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
        padding-top: 20px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-top: 35px; } }
      .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
      .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
        padding-bottom: 40px; }
        @media screen and (min-width: 375px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
          .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
            padding-bottom: 60px; } }
      @media only screen and (max-width: 750px) {
        .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll dl, .field--name-field-page-contents > .field__item > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
        .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl,
        .page-node-type-corporate-page .field--name-field-page-contents .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
        .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl,
        .page-node-type-custom-page .field--name-field-page-contents .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
          display: block; } }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-left: 35px; } }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-right: 35px; } }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
    padding-top: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-top: 35px; } }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
    padding-bottom: 40px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference {
        padding-bottom: 60px; } }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .bar .foreground,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .bar .foreground {
    background-color: #0B315E; }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
    display: block; }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container,
  .page-node-type-custom-page .field--name-field-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container {
    display: none; }
  .article-sidebar-content .paragraph--type--poll-entity-reference {
    background-color: inherit; }
    .article-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .bar .foreground {
      background-color: #FFFFFF; }
    .article-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
      display: block; }
    .article-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container {
      display: none; }
    .article-sidebar-content .paragraph--type--poll-entity-reference .poll-view .poll .voting-closed {
      padding-bottom: 0px;
      border-bottom: none; }
  .article-main-content .paragraph--type--poll-entity-reference .poll-view .poll {
    display: block; }
    .article-main-content .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
      display: none; }
    .article-main-content .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container {
      display: block;
      margin-bottom: 30px; }
  .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-left: 35px; } }
  .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-right: 35px; } }
  .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
    padding-top: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-top: 35px; } }
  .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
  .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
    padding-bottom: 40px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference,
      .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference {
        padding-bottom: 60px; } }
  .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll,
  .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll {
    display: block; }
    .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container,
    .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container {
      display: none; }
    .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container,
    .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll .main-content-poll-container {
      display: block;
      margin-bottom: 30px; }
    .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll dl.results-section,
    .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll dl.results-section {
      display: block;
      padding: 0; }
    .page-node-type-corporate-page .field--name-field-page-contents .paragraph--type--corp-page-content-section.has-sidebar .field--name-field-main-content > .paragraph--type--poll-entity-reference .poll-view .poll fieldset,
    .page-node-type-custom-page .field--name-field-page-contents .paragraph--type--custom-page-content-section.has-sidebar .field--name-field-main-content-section .paragraph--type--poll-entity-reference .poll-view .poll fieldset {
      padding: 0; }
  .paragraph--type--poll-entity-reference .poll-view #edit-cancel, .paragraph--type--poll-entity-reference .poll-view #edit-cancel--2 {
    display: none; }
  .paragraph--type--poll-entity-reference .poll-view .poll .choice-title, .paragraph--type--poll-entity-reference .poll-view .poll .percent {
    font-weight: bold; }
  .paragraph--type--poll-entity-reference .poll-view .poll .percent {
    display: inline-block;
    vertical-align: top;
    margin-top: -0.1em; }
  .paragraph--type--poll-entity-reference .poll-view .poll .sidebar-poll-container p {
    font-weight: bold; }
  .paragraph--type--poll-entity-reference .poll-view .poll .results-section .choice-title {
    margin-bottom: 10px; }
  .paragraph--type--poll-entity-reference .poll-view .poll .choice-result {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block; }
    .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .bar {
      height: 3em;
      background-color: inherit; }
      .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .bar .foreground {
        height: 3em;
        margin-right: 10px;
        background-color: #0B315E; }
    .paragraph--type--poll-entity-reference .poll-view .poll .choice-result .percent {
      width: 90px;
      text-align: left; }
  .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item {
    /* hide input */
    /* style label */
    /* toggle on */ }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item .form-type-radio {
      margin-right: 30px;
      position: relative;
      margin: 0;
      margin-bottom: 20px; }
      .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item .form-type-radio label {
        display: block;
        font-weight: normal;
        width: 100%;
        margin: 0; }
        .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item .form-type-radio label.disabled {
          color: #666666; }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio:empty {
      position: absolute;
      top: 7px;
      left: 9px;
      opacity: 0; }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio:empty ~ label {
      position: relative;
      line-height: 28px;
      text-indent: 0px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      margin-left: 38px;
      width: calc(100% - 38px); }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio ~ label:after {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: -38px;
      content: '';
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid #000000; }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio:empty ~ label:before {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: -38px;
      content: '';
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #FFFFFF; }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio:checked ~ label:before {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      content: '';
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #000000;
      border: 6px solid #FFFFFF; }
    .paragraph--type--poll-entity-reference .poll-view .poll .js-form-item input.form-radio:focus ~ label:before {
      -webkit-box-shadow: 0 0 3pt 3pt #66b4f6;
              box-shadow: 0 0 3pt 3pt #66b4f6; }
  .paragraph--type--poll-entity-reference .poll-view .poll .voting-closed {
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000; }
  .paragraph--type--poll-entity-reference .poll-view .poll #edit-choice--wrapper {
    border-bottom: 1px solid #000000; }

.article-sidebar-content .article-sidebar-section:last-child .paragraph--type--poll-entity-reference .poll-view .poll .voting-closed {
  padding-bottom: 20px;
  border-bottom: 2px solid #FFFFFF; }

.page-node-type-article .paragraph--type--article-body-infographic .infographic-aside {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  max-width: 175px; }

.field--name-field-sidebar-content {
  width: 100%;
  max-width: 270px; }
  .field--name-field-sidebar-content {
    margin-left: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content {
        margin-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content {
        margin-left: 35px; } }
  .field--name-field-sidebar-content > div:first-of-type > .paragraph {
    margin-top: 0; }
  .field--name-field-sidebar-content > .field__item > .paragraph {
    background-color: #FFFFFF; }
    .field--name-field-sidebar-content > .field__item > .paragraph {
      margin-bottom: 20px; }
      @media screen and (min-width: 375px) {
        .field--name-field-sidebar-content > .field__item > .paragraph {
          margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .field--name-field-sidebar-content > .field__item > .paragraph {
          margin-bottom: 35px; } }
  .field--name-field-sidebar-content > .field__item:last-child > .paragraph {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    .field--name-field-sidebar-content {
      width: 100%;
      max-width: 100%;
      margin-left: 0; }
      .field--name-field-sidebar-content {
        margin-top: 20px; } }
    @media only screen and (max-width: 800px) and (min-width: 375px) {
      .field--name-field-sidebar-content {
        margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media only screen and (max-width: 800px) and (min-width: 1200px) {
      .field--name-field-sidebar-content {
        margin-top: 35px; } }
  @media only screen and (max-width: 800px) {
      .field--name-field-sidebar-content {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 800px) and (min-width: 375px) {
      .field--name-field-sidebar-content {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media only screen and (max-width: 800px) and (min-width: 1200px) {
      .field--name-field-sidebar-content {
        margin-bottom: 35px; } }
  .field--name-field-sidebar-content .paragraph--type--link-button a.button {
    text-decoration: none;
    color: #FFFFFF; }
  .field--name-field-sidebar-content .paragraph--type--link-button a.button:hover,
  .field--name-field-sidebar-content .paragraph--type--link-button a.button:focus {
    color: #CC0000; }
  .field--name-field-sidebar-content .sidebar-body .field--name-field-title {
    display: none; }

.paragraph--type--article-sidebar-custom-html {
  padding-top: 35px;
  margin-bottom: 35px; }
  .paragraph--type--article-sidebar-custom-html {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-left: 35px; } }
  .paragraph--type--article-sidebar-custom-html {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-right: 35px; } }
  .paragraph--type--article-sidebar-custom-html {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-bottom: calc( 60px + -25 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .paragraph--type--article-sidebar-custom-html {
        padding-bottom: 35px; } }
  .paragraph--type--article-sidebar-custom-html .field--name-body {
    padding: 0px; }
  .paragraph--type--article-sidebar-custom-html a.button.primary {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-decoration: none; }

.page-node-type-article .paragraph--type--article-sidebar-custom-html {
  padding: 0; }

body.path-webform .webform-submission-stay-informed-alerts-page-v2-form,
body.path-webform .webform-submission-stay-informed-alerts-page-form {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: none;
  background-color: white;
  margin-bottom: -35px; }
  body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container,
  body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: rgba(0, 0, 0, 0.4); }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message,
    body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message {
      background-color: #E9E9E9;
      margin: 0;
      padding: 40px 75px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      max-width: 750px;
      width: calc(100% - 40px); }
      @media only screen and (max-width: 500px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message {
          padding: 20px 30px; } }
      @media only screen and (max-width: 979px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message {
          margin-bottom: 50px; } }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message .captcha,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message .captcha {
        margin-bottom: 20px;
        margin-top: -20px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul {
        list-style-type: none;
        margin-left: 0; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li {
          line-height: 1;
          margin-bottom: 20px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li p, body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li ul, body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li ul li,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li p,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li ul,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li ul li {
            font-size: 16px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li input[type="radio"],
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li input[type="radio"] {
            width: 20px;
            height: 20px;
            cursor: pointer;
            text-indent: -9999px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: 2px solid #8C8C8C;
            border-radius: 10px;
            background-color: #FFFFFF;
            margin-right: 6px;
            padding: 0;
            vertical-align: text-bottom; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li input[type="radio"]:checked,
            body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li input[type="radio"]:checked {
              border: 6px solid #000000; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li a, body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message ul li label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li a,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message ul li label {
            color: #CC0000;
            cursor: pointer;
            font-weight: bold;
            text-decoration: underline; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message #conflict_segments_submitted,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message #conflict_segments_selected,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message #conflict_segments_submitted,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message #conflict_segments_selected {
        font-weight: bold; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-conflict-container #edit-conflict-message .modal-buttons,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-conflict-container #edit-conflict-message .modal-buttons {
        margin-top: auto; }
  body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container,
  body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container {
    max-width: 980px;
    margin: auto; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-text,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-text {
      max-width: 911px;
      margin: auto; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-text,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-text {
          width: calc(100% - 80px); } }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checkbox-label-text-checked,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checkbox-label-text-checked {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checkbox-label-text-checking,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checkbox-label-text-checking {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .stay-informed-checked label:before,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .stay-informed-checked label:before {
      border-color: #FFFFFF; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checked label,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checked label {
      border: none;
      background-color: inherit; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checked label:before,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checked label:before {
        opacity: 1; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-checked,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-checked {
      display: block; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-checking,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-checking {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-unchecked,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checked .stay-informed-checkbox-label-text-unchecked {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-checked,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-checked {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-checking,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-checking {
      display: block; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-unchecked,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .stay-informed-checking .stay-informed-checkbox-label-text-unchecked {
      display: none; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .form-item-select-all,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .form-item-select-all {
      max-width: 911px;
      margin: auto;
      padding-bottom: 30px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .form-item-select-all #edit-select-all,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .form-item-select-all #edit-select-all {
        display: none; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .form-item-select-all .stay-informed-select-all-checkbox,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .form-item-select-all .stay-informed-select-all-checkbox {
        top: auto;
        left: auto; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .form-item-select-all .stay-informed-select-all-text,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .form-item-select-all .stay-informed-select-all-text {
        margin-left: 45px;
        cursor: pointer;
        display: inline-block; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .form-item-select-all,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .form-item-select-all {
          width: calc(100% - 80px); } }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox {
      display: -ms-flexbox;
      display: flex;
      width: 980px;
      margin: auto; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox p,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox p {
        margin-bottom: 0px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex {
        margin-bottom: 10px; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container {
          display: table;
          height: 98.9%;
          width: 100%;
          margin: 0; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image .leaders-in-care-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image img,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image .leaders-in-care-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image img {
            height: 360px;
            width: 100%; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container {
            white-space: initial;
            padding-right: 46px;
            padding-left: 46px;
            padding-bottom: 40px;
            display: table-cell;
            vertical-align: middle;
            background-color: #A1050D;
            color: #FFFFFF;
            position: relative; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label {
              position: absolute;
              bottom: 25px; }
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label input[type="checkbox"],
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label input[type="checkbox"],
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label input[type="checkbox"],
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label input[type="checkbox"] {
                display: block; }
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label .stay-informed-checkbox-label-checkbox,
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label .stay-informed-checkbox-label-checkbox,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label .stay-informed-checkbox-label-checkbox,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label .stay-informed-checkbox-label-checkbox {
                left: auto; }
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text {
                margin-left: 30px;
                margin-top: 3px;
                cursor: pointer;
                text-decoration: underline; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .description,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .description {
            margin-left: 0px;
            font-weight: normal; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .description .webform-element-description,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .description .webform-element-description {
              font-size: 16px; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox {
          width: calc(100% - 40px);
          margin: auto;
          display: block; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex {
            display: block; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container {
              display: block; }
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container {
                display: block;
                height: 200px;
                padding: 20px; }
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image-2,
              body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image-2,
              body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container #edit-header-image {
                display: none; } }
      @media only screen and (max-width: 500px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container {
          height: 250px; } }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section {
      width: 980px;
      margin: auto;
      display: -ms-flexbox;
      display: flex; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-title,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-title {
        width: 50%; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-title h2,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-title h2 {
          margin-bottom: 0px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-checkbox,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-checkbox {
        width: 50%;
        text-align: right;
        padding-right: 50px; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label label,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label label {
          left: auto; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label .stay-informed-checkbox-label-text {
          margin-left: 25px;
          display: inline-block; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section {
          width: calc(100% - 40px);
          margin: auto;
          display: block; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-checkbox,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-checkbox {
            width: 100%;
            padding-right: 25px; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-checkbox .stay-informed-checkbox-label .stay-informed-checkbox-label-text {
              margin-left: 0px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .title-section .header-title,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .title-section .header-title {
            width: 100%; } }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container {
      width: 214px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title.h6,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title.h6 {
        margin-bottom: 10px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label {
        bottom: 190px; }
        @media only screen and (max-width: 1070px) {
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label {
            bottom: auto;
            margin-top: 25px; } }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(1),
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(2),
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(3),
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(1),
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(2),
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container:nth-child(3) {
      margin-right: 36px; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container {
      width: 304px;
      margin-top: 0px; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container:nth-child(3n + 1),
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container:nth-child(3n + 2),
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container:nth-child(3n + 1),
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container:nth-child(3n + 2) {
      margin-right: 25px; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3,
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3,
    body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes {
      width: 980px;
      margin: auto; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container {
        height: 305px;
        padding: 20px;
        position: relative;
        background-color: #E9E9E9;
        display: inline-block;
        vertical-align: top;
        position: relative; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-title,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-title,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title {
          height: 50px; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label {
          position: absolute;
          bottom: 25px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label label {
            top: 20px;
            left: 0px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label .stay-informed-checkbox-label-text {
            margin-left: 30px;
            text-decoration: underline;
            cursor: pointer; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .description,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .description,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .description,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .description {
          margin-left: 0px;
          font-weight: normal; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .description .webform-element-description,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .description .webform-element-description,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .description .webform-element-description,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .description .webform-element-description {
            font-size: 16px; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes {
          width: calc(100% - 40px);
          margin: auto;
          display: block; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container {
            width: 100%;
            height: 200px;
            margin-right: 0px; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-title,
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-title,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-title {
              height: auto; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label,
            body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label {
              top: auto; } }
      @media only screen and (max-width: 500px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container {
          height: 250px; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label input,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label input,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label input,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label input {
            display: none; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container .checkboxes-3 .subscribe-container .stay-informed-checkbox-label label,
          body.path-webform .webform-submission-stay-informed-alerts-page-form .form-outer-container #edit-checkboxes .subscribe-container .stay-informed-checkbox-label label {
            top: 0px; } }
  body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom,
  body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
    background-color: #CC0000;
    bottom: 0;
    z-index: 1;
    padding-bottom: 35px;
    margin-bottom: -35px; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner,
    body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner {
      padding-bottom: 20px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-type-textfield,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-type-textfield {
        vertical-align: top; }
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner,
    body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container,
    body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner,
    body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container {
      max-width: 980px;
      margin: auto; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-error-message,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container #edit-error-message,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-error-message,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container #edit-error-message {
        display: block;
        font-size: 16px;
        margin: 0 0 5px;
        width: 100%; }
      @media only screen and (max-width: 1070px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container {
          max-width: calc(100% - 110px); } }
      @media only screen and (max-width: 600px) {
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container {
          max-width: calc(100% - 122px); } }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]),
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]),
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]),
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]) {
        color: #FFFFFF;
        border: solid 1px #FFFFFF; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):active, body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):focus, body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):hover,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):active,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):focus,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):hover,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):active,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):focus,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input:not([disabled]):hover,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):active,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):focus,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions input:not([disabled]):hover {
          background-color: #FFFFFF;
          color: #CC0000; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-item input,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-item input {
        border: none; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item label.form-required:after,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-item label.form-required:after,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item label.form-required:after,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-item label.form-required:after {
        color: #FFFFFF; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container {
        display: inline-block;
        width: 300px; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container input,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions input,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-item input,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-item input,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container input {
          max-width: 300px;
          width: 300px;
          margin-top: 10px; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-item {
        margin-right: 34px;
        margin-bottom: 0; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container .form-actions {
        margin-right: 0;
        margin-bottom: 0; }
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-error-message-container #edit-captcha-submit-container {
        margin-top: 25px; }
    @media only screen and (max-width: 1070px) {
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom {
        height: auto; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container {
          width: 100%; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .captcha .g-recaptcha div,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .captcha .g-recaptcha div {
            margin: auto; }
            body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .captcha .g-recaptcha div div,
            body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .captcha .g-recaptcha div div {
              margin: initial; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .form-actions input,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner #edit-captcha-submit-container .form-actions input {
            max-width: 100%;
            width: 100%; }
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
        body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions,
        body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item {
          margin-top: .5em;
          margin-bottom: .5em;
          width: 100%; }
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input,
          body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-actions input,
          body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom #edit-sticky-bottom-inner .form-item input {
            margin-top: 5px;
            width: 100%;
            max-width: 100%; } }
    @media only screen and (max-width: 600px) {
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom {
        max-width: 100vw; } }
    @media only screen and (max-width: 408px) {
      body.path-webform .webform-submission-stay-informed-alerts-page-v2-form #edit-sticky-bottom .captcha,
      body.path-webform .webform-submission-stay-informed-alerts-page-form #edit-sticky-bottom .captcha {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 0px;
        margin-bottom: 0px; } }

.path-webform main .layout-content {
  padding-top: 0; }
  .path-webform main .layout-content .region-content {
    padding-bottom: 35px; }

.field--name-field-webform .webform-confirmation,
.field--name-field-webform .webform-submission-form {
  background-color: inherit;
  padding: 0px; }
  .field--name-field-webform .webform-confirmation .messages--error,
  .field--name-field-webform .webform-submission-form .messages--error {
    background-color: #FFFFFF;
    color: #CC0000;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px; }

.webform-confirmation,
.webform-submission-form {
  max-width: 663px;
  background-color: #FFFFFF;
  padding: 35px; }
  .webform-confirmation .js-form-type-email label,
  .webform-submission-form .js-form-type-email label {
    font-weight: bold; }
  .webform-confirmation .form-type-checkbox label,
  .webform-submission-form .form-type-checkbox label {
    top: auto;
    left: 35px; }
  .webform-confirmation .form-type-checkbox .description,
  .webform-submission-form .form-type-checkbox .description {
    font-weight: bold; }
  .webform-confirmation .form-item-checkboxes-note,
  .webform-submission-form .form-item-checkboxes-note {
    font-weight: bold; }

.field--name-field-main-content .webform-confirmation .form-item .required-asterisk,
.field--name-field-main-content .webform-confirmation .form-item label.form-required:after,
.field--name-field-main-content .webform-submission-form .form-item .required-asterisk,
.field--name-field-main-content .webform-submission-form .form-item label.form-required:after {
  background-image: none; }

.field--name-field-main-content .webform-confirmation .form-item .required-asterisk,
.field--name-field-main-content .webform-submission-form .form-item .required-asterisk {
  color: #CC0000; }

@media only screen and (max-width: 420px) {
  .field--name-field-main-content .g-recaptcha:not([data-size="compact"]) > div {
    -webkit-transform: scale(calc(200 / 304));
            transform: scale(calc(200 / 304));
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    margin-bottom: -20px; } }

.field--name-field-sidebar-content .webform-confirmation .form-item .required-asterisk,
.field--name-field-sidebar-content .webform-confirmation .form-item label.form-required:after,
.field--name-field-sidebar-content .webform-submission-form .form-item .required-asterisk,
.field--name-field-sidebar-content .webform-submission-form .form-item label.form-required:after {
  color: #FFFFFF;
  background-image: none; }

.field--name-field-sidebar-content .paragraph--type--webform-entity-reference .form-item--error-message {
  color: #FFFFFF; }

.paragraph--type--webform-entity-reference .webform-tableselect .js-form-type-checkbox .form-item--error-message {
  display: none; }

.paragraph--type--webform-entity-reference .js-form-type-checkbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  .paragraph--type--webform-entity-reference .js-form-type-checkbox input.form-checkbox {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    -ms-flex-order: 1;
        order: 1;
    z-index: 1; }
  .paragraph--type--webform-entity-reference .js-form-type-checkbox label {
    top: auto;
    left: auto;
    -ms-flex-order: 2;
        order: 2; }
  .paragraph--type--webform-entity-reference .js-form-type-checkbox .form-item--error-message {
    margin-left: 35px;
    -ms-flex-order: 4;
        order: 4; }
  .paragraph--type--webform-entity-reference .js-form-type-checkbox .description {
    width: calc(80% - 35px);
    margin-left: 35px;
    -ms-flex-order: 3;
        order: 3; }

.field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
  background-color: #CC0000 !important;
  color: #FFFFFF; }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    padding-top: 15px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-top: calc( 15px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-top: 20px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    padding-bottom: 15px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-bottom: calc( 15px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-bottom: 20px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-left: 35px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        padding-right: 35px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    margin-top: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        margin-top: 35px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-sidebar-content .paragraph--type--webform-entity-reference {
        margin-bottom: 35px; } }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input.error {
    background-color: #FFCCCC; }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input.error + label {
    background-color: #FFCCCC; }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input[type="text"], .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input[type="email"] {
    border: none;
    display: block;
    width: 100%;
    height: 48px; }
  .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input[type="submit"] {
    background-color: #CC0000;
    padding: 15px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #FFFFFF;
    font-weight: bold; }
    .field--name-field-sidebar-content .paragraph--type--webform-entity-reference input[type="submit"]:hover {
      background-color: #FFFFFF;
      color: #CC0000;
      border: 1px solid #CC0000; }
  @media only screen and (min-width: 801px) {
    .field--name-field-sidebar-content .paragraph--type--webform-entity-reference .g-recaptcha:not([data-size="compact"]) > div {
      -webkit-transform: scale(calc(200 / 304));
              transform: scale(calc(200 / 304));
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      margin-bottom: -20px; } }
  @media only screen and (max-width: 384px) {
    .field--name-field-sidebar-content .paragraph--type--webform-entity-reference .g-recaptcha:not([data-size="compact"]) > div {
      -webkit-transform: scale(calc(200 / 304));
              transform: scale(calc(200 / 304));
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      margin-bottom: -20px; } }

.field--name-field-main-content .paragraph--type--webform-entity-reference {
  background-color: #FFFFFF;
  max-width: 700px;
  padding: 35px; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference h5 {
    display: none; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference input.error {
    background-color: #FFFFFF;
    border-color: #CC0000; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference input.error + label {
    border-color: #CC0000; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference #edit-description {
    display: block; }
    .field--name-field-main-content .paragraph--type--webform-entity-reference #edit-description p {
      font-weight: normal; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference .js-form-type-checkbox label {
    border: 1px solid #000000; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference .js-form-type-email label {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em; }
    @media only screen and (max-width: 530px) {
      .field--name-field-main-content .paragraph--type--webform-entity-reference .js-form-type-email label {
        display: inline-block; } }
  .field--name-field-main-content .paragraph--type--webform-entity-reference input[type="email"] {
    max-width: 239px;
    margin-bottom: 1em; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference input[type="submit"] {
    background-color: #CC0000;
    padding: 15px;
    color: #FFFFFF;
    width: 235px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    font-weight: bold; }
  .field--name-field-main-content .paragraph--type--webform-entity-reference input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: #CC0000;
    border: 1px solid #CC0000; }

.webform-submission-email-news-alerts-form .form-type-webform-markup {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 35px; }
  .webform-submission-email-news-alerts-form .form-type-webform-markup + .form-type-webform-markup {
    margin-top: inherit;
    margin-bottom: inherit; }

.webform-submission-email-news-alerts-form .form-type-textfield label {
  display: block;
  margin-bottom: 10px; }

.webform-submission-email-news-alerts-form .form-type-textfield .form-text {
  max-width: 235px; }

.webform-submission-email-news-alerts-form .tableselect {
  margin-top: 55px; }
  .webform-submission-email-news-alerts-form .tableselect thead tr th:first-child,
  .webform-submission-email-news-alerts-form .tableselect thead tr td:first-child,
  .webform-submission-email-news-alerts-form .tableselect tbody tr th:first-child,
  .webform-submission-email-news-alerts-form .tableselect tbody tr td:first-child {
    width: 34px;
    height: 24px;
    vertical-align: middle; }
  .webform-submission-email-news-alerts-form .tableselect thead tr.selected td,
  .webform-submission-email-news-alerts-form .tableselect tbody tr.selected td {
    background-color: transparent; }
  .webform-submission-email-news-alerts-form .tableselect thead tr th,
  .webform-submission-email-news-alerts-form .tableselect tbody tr th {
    padding-bottom: 20px; }
    .webform-submission-email-news-alerts-form .tableselect thead tr th:last-child,
    .webform-submission-email-news-alerts-form .tableselect tbody tr th:last-child {
      position: relative;
      left: -34px; }
      .webform-submission-email-news-alerts-form .tableselect thead tr th:last-child:after,
      .webform-submission-email-news-alerts-form .tableselect tbody tr th:last-child:after {
        background-image: none;
        content: ' *';
        color: #CC0000;
        vertical-align: super; }
  .webform-submission-email-news-alerts-form .tableselect thead tr td,
  .webform-submission-email-news-alerts-form .tableselect tbody tr td {
    padding-bottom: 30px;
    vertical-align: middle; }
    .webform-submission-email-news-alerts-form .tableselect thead tr td:last-child,
    .webform-submission-email-news-alerts-form .tableselect tbody tr td:last-child {
      cursor: pointer; }
    .webform-submission-email-news-alerts-form .tableselect thead tr td .form-item,
    .webform-submission-email-news-alerts-form .tableselect tbody tr td .form-item {
      height: 24px;
      margin: 0; }

.required-asterisk {
  color: #CC0000;
  margin-left: 2px; }

.form-item label.form-required:after {
  background-image: none;
  vertical-align: text-top; }

.paragraph--type--html-content {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--html-content {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--html-content {
      margin-bottom: 35px; } }

/**
 * Global styling for footnotes across the board
 *
 * NOTE: For Article- or Corp/Custom-Page specific styling, check the respective
 * stylesheet
 */
.footnote-container:empty {
  padding: 0 !important; }

.footnote-container ul.footnotes-list li {
  line-height: 1.27273;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .footnote-container ul.footnotes-list li {
    margin-bottom: 10px; }
    @media screen and (min-width: 375px) {
      .footnote-container ul.footnotes-list li {
        margin-bottom: calc( 10px + 5 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .footnote-container ul.footnotes-list li {
        margin-bottom: 15px; } }
  .footnote-container ul.footnotes-list li a {
    text-decoration: underline; }

.field--name-field-body.text-formatted img {
  height: auto;
  width: auto;
  max-width: 100%; }

.paragraph--type--earnings-content .earnings-link {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--earnings-content .earnings-link {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--earnings-content .earnings-link {
      margin-bottom: 35px; } }

#block-sign-up-form-get-the-latest {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sign-up;
  -ms-grid-row-align: center;
      align-self: center;
  /* end media breakpoint @ 600px */ }
  #block-sign-up-form-get-the-latest .field--type-text-with-summary {
    line-height: 25px; }
  @media only screen and (max-width: 600px) {
    #block-sign-up-form-get-the-latest {
      margin-bottom: 40px; } }
  #block-sign-up-form-get-the-latest p {
    display: inline-block;
    margin-bottom: 0; }
    @media only screen and (max-width: 900px) {
      #block-sign-up-form-get-the-latest p {
        display: block;
        margin-bottom: 20px; } }
  #block-sign-up-form-get-the-latest a {
    border: 1px solid #FFFFFF;
    padding: 17px 31px;
    margin-left: 15px; }
    @media only screen and (max-width: 900px) {
      #block-sign-up-form-get-the-latest a {
        display: inline-block;
        margin-left: 0; } }
  #block-sign-up-form-get-the-latest .button.secondary {
    margin-left: 18px;
    white-space: nowrap; }
    @media only screen and (max-width: 900px) {
      #block-sign-up-form-get-the-latest .button.secondary {
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0; } }

.follow-us .menu {
  margin: 0px; }

.follow-us,
#block-followus {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: follow-us;
  -ms-grid-row-align: center;
      align-self: center;
  /* end media breakpoint @ 900px */
  /* end media breakpoint @ 900px */ }
  @media only screen and (max-width: 900px) {
    .follow-us,
    #block-followus {
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start; } }
  @media only screen and (max-width: 600px) {
    .follow-us,
    #block-followus {
      padding-bottom: 60px;
      border-bottom: 1px solid #D1CCCC;
      margin-bottom: 30px; } }
  .follow-us h2,
  #block-followus h2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 40px; }
    @media only screen and (max-width: 900px) {
      .follow-us h2,
      #block-followus h2 {
        display: block;
        margin-right: 0;
        margin-bottom: 22px; } }
  .follow-us ul.menu,
  #block-followus ul.menu {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 900px) {
      .follow-us ul.menu,
      #block-followus ul.menu {
        display: block;
        margin-left: -7px; } }
    .follow-us ul.menu li,
    #block-followus ul.menu li {
      display: inline-block;
      padding: 0; }
      .follow-us ul.menu li:not(:last-of-type),
      #block-followus ul.menu li:not(:last-of-type) {
        margin-right: 25px; }
      .follow-us ul.menu li a,
      #block-followus ul.menu li a {
        display: inline-block;
        height: 25px;
        width: 25px;
        text-indent: -9999px; }
        .follow-us ul.menu li a.facebook,
        #block-followus ul.menu li a.facebook {
          background: transparent url(/themes/custom/cvs_health/images/icons-social-hd.png) no-repeat 0 0;
          background-size: auto 25px; }
        .follow-us ul.menu li a.twitter,
        #block-followus ul.menu li a.twitter {
          background: transparent url(/themes/custom/cvs_health/images/icons-social-hd.png) no-repeat -25px 0;
          background-size: auto 25px; }
        .follow-us ul.menu li a.youtube,
        #block-followus ul.menu li a.youtube {
          background: transparent url(/themes/custom/cvs_health/images/icons-social-hd.png) no-repeat -50px 0;
          background-size: auto 25px; }
        .follow-us ul.menu li a.linkedin,
        #block-followus ul.menu li a.linkedin {
          background: transparent url(/themes/custom/cvs_health/images/icons-social-hd.png) no-repeat -75px 0;
          background-size: auto 25px; }
        .follow-us ul.menu li a.instagram,
        #block-followus ul.menu li a.instagram {
          background: transparent url(/themes/custom/cvs_health/images/icons-social-hd.png) no-repeat -100px 0;
          background-size: auto 25px; }
        .follow-us ul.menu li a:hover, .follow-us ul.menu li a:focus,
        #block-followus ul.menu li a:hover,
        #block-followus ul.menu li a:focus {
          opacity: .65; }

#block-about-cvs-health {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: about-cvs-health;
  /* end media breakpoint @ 600px */ }
  @media only screen and (max-width: 600px) {
    #block-about-cvs-health {
      display: none; } }

#block-corp-info-menu {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: corp-info;
  /* end media breakpoint @ 600px */ }
  #block-corp-info-menu ul li {
    margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    #block-corp-info-menu {
      margin-bottom: 60px; } }

#block-about-cvs-health {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: about-cvs-health;
  /* end media breakpoint @ 600px */ }
  @media only screen and (max-width: 600px) {
    #block-about-cvs-health {
      display: none; } }

#block-quick-links-menu {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: quick-links;
  /* end media breakpoint @ 600px */ }
  #block-quick-links-menu ul li {
    margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    #block-quick-links-menu {
      margin-bottom: 60px; } }

#block-footer-disclaimers-menu {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: disclaimers;
  /* end media breakpoint @ 600px */ }
  @media only screen and (max-width: 600px) {
    #block-footer-disclaimers-menu {
      border-top: 1px solid #D1CCCC;
      padding-top: 35px; } }
  #block-footer-disclaimers-menu ul.menu {
    display: inline-block;
    /* end media breakpoint @ 600px */ }
    @media only screen and (max-width: 600px) {
      #block-footer-disclaimers-menu ul.menu {
        margin-bottom: 15px; } }
    #block-footer-disclaimers-menu ul.menu li {
      display: inline-block;
      margin-right: 18px;
      margin-bottom: 15px; }
  #block-footer-disclaimers-menu #copyright {
    font-size: 14px;
    line-height: 20px;
    display: inline-block; }

#block-cvs-health-content {
  display: block; }
  #block-cvs-health-content .field--name-field-fact-tiles .field__label {
    display: none; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__label .field__label {
      display: block; }
  #block-cvs-health-content .field--name-field-fact-tiles .field__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: auto; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item {
      width: 31%;
      margin-bottom: 30px; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-field-description {
        font-weight: bold; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-field-image {
        margin: auto; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-field-image img {
          height: 100px;
          width: auto; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-field-figure {
        font-weight: bold;
        margin-left: 0px !important;
        margin-bottom: 5px !important;
        margin-top: 15px !important; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-field-prefix {
        color: #FFFFFF;
        font-weight: bold;
        margin-top: 30px !important;
        margin-bottom: -10px !important;
        margin-left: 0px !important; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile {
        min-height: 374px;
        position: relative; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-link-overlay,
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-dummy-overlay {
          display: block;
          padding: 31px;
          position: absolute;
          width: 100%;
          height: 100%; }
          #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-link-overlay:hover, #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-link-overlay:active,
          #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-dummy-overlay:hover,
          #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .paragraph--type--fact-tile .tile-dummy-overlay:active {
            text-decoration: none; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field--name-image {
        margin: 0 !important; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field__item {
        width: 100%;
        display: block;
        margin: 0; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field__item:nth-child(n) {
        background-color: inherit; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2),
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5),
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8),
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11),
    #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) {
      margin: 0% 3.5% 30px 3.5%; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(14),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(14),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(14),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(14),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(14) {
        margin: 0; }
  @media only screen and (max-width: 1024px) {
    #block-cvs-health-content .field--name-field-fact-tiles .field__items {
      width: 100%; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__items {
        width: inherit; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item {
        display: block;
        width: 48%;
        margin-bottom: 30px; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field__item {
          margin-bottom: 0px; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) {
        margin: 0% 0% 30px 0%; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(2),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(8),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(2) .field__item:nth-child(14),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(2),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(8),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(14),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(2),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(8),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(8) .field__item:nth-child(14),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(2),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(8),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(14),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(2),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(8),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(14) .field__item:nth-child(14) {
          margin: 0; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) {
        margin: 0% 3.5% 30px 0%; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(15) {
          margin: 0; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field--name-field-image .field__item {
        margin: 0; } }
  @media only screen and (max-width: 750px) {
    #block-cvs-health-content .field--name-field-fact-tiles .field__items {
      width: 100%; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__items {
        width: inherit; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item {
        display: block;
        width: 100%;
        margin-bottom: 33px; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item .field__item {
          margin-bottom: 0px; }
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13),
      #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) {
        margin: 0% 0% 30px 0%; }
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(1) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(3) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(5) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(7) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(9) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(11) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(13) .field__item:nth-child(15),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(1),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(3),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(5),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(7),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(9),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(11),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(13),
        #block-cvs-health-content .field--name-field-fact-tiles .field__items .field__item:nth-child(15) .field__item:nth-child(15) {
          margin: 0; } }
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(1),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(5),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(9),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(10),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(14) {
    background-color: #CC0000; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(1) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(1) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(5) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(5) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(9) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(9) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(10) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(10) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(14) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(14) .field--name-field-figure {
      color: #FFFFFF; }
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(2),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(6),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(7),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(11),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(15) {
    background-color: #0B315E; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(2) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(2) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(6) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(6) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(7) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(7) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(11) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(11) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(15) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(15) .field--name-field-figure {
      color: #FFFFFF; }
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(3),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(4),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(8),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(12),
  #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(13) {
    background-color: #666666; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(3) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(3) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(4) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(4) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(8) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(8) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(12) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(12) .field--name-field-figure,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(13) .field--name-field-description,
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(13) .field--name-field-figure {
      color: #FFFFFF; }
  @media only screen and (max-width: 1024px) {
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(1),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(4),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(7),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(10),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(13) {
      background-color: #CC0000; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(2),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(5),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(8),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(11),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(14) {
      background-color: #0B315E; }
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(3),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(6),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(9),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(12),
    #block-cvs-health-content .field--name-field-fact-tiles .field__item:nth-child(15) {
      background-color: #666666; } }

.path-media #block-cvs-health-page-title .page-title {
  margin-bottom: 53px;
  margin-top: 1px; }

.path-media #block-cvs-health-content {
  display: block; }
  .path-media #block-cvs-health-content .field--name-name,
  .path-media #block-cvs-health-content .field--name-field-media-file {
    display: none; }

.path-media #block-cvs-health-local-tasks {
  top: -25px; }

.path-taxonomy #block-views-block-media-gallery-categories,
.path-taxonomy #block-views-block-media-gallery-category-listing {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .path-taxonomy #block-views-block-media-gallery-categories,
    .path-taxonomy #block-views-block-media-gallery-category-listing {
      margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .path-taxonomy #block-views-block-media-gallery-categories,
    .path-taxonomy #block-views-block-media-gallery-category-listing {
      margin-top: 50px; } }

.region-content .block > .media,
.region-content > .media {
  background: #FFFFFF;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0px;
  margin-bottom: 0px; }
  .region-content .block > .media,
  .region-content > .media {
    padding-top: 20px; }
    @media screen and (min-width: 375px) {
      .region-content .block > .media,
      .region-content > .media {
        padding-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .region-content .block > .media,
      .region-content > .media {
        padding-top: 35px; } }
  .region-content .block > .media,
  .region-content > .media {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .region-content .block > .media,
      .region-content > .media {
        padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .region-content .block > .media,
      .region-content > .media {
        padding-bottom: 100px; } }
  .region-content .block > .media,
  .region-content > .media {
    margin-top: 30px; }
    @media screen and (min-width: 375px) {
      .region-content .block > .media,
      .region-content > .media {
        margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .region-content .block > .media,
      .region-content > .media {
        margin-top: 50px; } }
  .region-content .block > .media .media-container-outer,
  .region-content > .media .media-container-outer {
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto; }
    .region-content .block > .media .media-container-outer .media-container-inner,
    .region-content > .media .media-container-outer .media-container-inner {
      max-width: 672px; }
      .region-content .block > .media .media-container-outer .media-container-inner #media-image-size,
      .region-content > .media .media-container-outer .media-container-inner #media-image-size {
        display: none; }
      .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"],
      .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"] {
        visibility: hidden; }
        .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"] + label,
        .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"] + label {
          font-weight: bold; }
          .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"] + label:before,
          .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"] + label:before {
            border: 1px solid #000000;
            content: "\A0";
            display: inline-block;
            font: 16px/1em sans-serif;
            height: 16px;
            padding: 3px;
            margin-right: 8px;
            margin-left: -20px;
            vertical-align: top;
            width: 16px; }
        .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"]:checked + label:before,
        .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"]:checked + label:before {
          background: #FFFFFF;
          color: #000000;
          content: "\2713";
          text-align: center; }
        .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"]:checked + label:after,
        .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"]:checked + label:after {
          font-weight: bold; }
        .region-content .block > .media .media-container-outer .media-container-inner input[type="checkbox"]:focus + label::before,
        .region-content > .media .media-container-outer .media-container-inner input[type="checkbox"]:focus + label::before {
          outline: #000000 auto 5px; }
      .region-content .block > .media .media-container-outer .media-container-inner .download-container .active-download-link,
      .region-content > .media .media-container-outer .media-container-inner .download-container .active-download-link {
        display: none; }
      .region-content .block > .media .media-container-outer .media-container-inner .download-container .download-link a,
      .region-content > .media .media-container-outer .media-container-inner .download-container .download-link a {
        display: inline-block;
        background-color: #CC0000;
        padding: 12px 42px;
        color: #FFFFFF;
        font-weight: bold;
        border: 1px solid #CC0000; }
      .region-content .block > .media .media-container-outer .media-container-inner .download-container .download-link a:hover,
      .region-content > .media .media-container-outer .media-container-inner .download-container .download-link a:hover {
        color: #CC0000;
        background-color: #FFFFFF; }

#block-views-block-media-gallery-categories,
#block-views-block-media-gallery-category-listing {
  background: #FFFFFF;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 88px 0px; }
  #block-views-block-media-gallery-categories .view-content,
  #block-views-block-media-gallery-category-listing .view-content {
    max-width: 977px;
    margin: auto; }
    #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper,
    #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row,
      #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row {
        width: 31.02%;
        margin-bottom: 35px;
        vertical-align: top;
        margin-right: 33px; }
        #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n),
        #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(3n) {
          margin-right: 0; }
        @media only screen and (max-width: 1000px) {
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container,
        #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container {
          height: 300px;
          border: 5px solid #E9E9E9;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content {
            width: 100%; }
            #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content .field--name-name,
            #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content .field--name-name {
              display: none; }
            #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content .field--name-image,
            #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content .field--name-image {
              text-align: center; }
            #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content img,
            #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content img {
              display: block;
              padding: 10px;
              width: auto;
              max-width: 290px;
              max-height: 270px;
              margin: auto; }
              @media only screen and (max-width: 1000px) {
                #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content img,
                #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-image-container .content img {
                  max-width: 100%; } }
        #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
        #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
          height: 212px;
          background-color: #E9E9E9;
          padding-top: 35px; }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
            padding-left: 20px; }
            @media screen and (min-width: 375px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
            @media screen and (min-width: 1200px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-left: 35px; } }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
            padding-right: 20px; }
            @media screen and (min-width: 375px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
            @media screen and (min-width: 1200px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-right: 35px; } }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
            padding-bottom: 60px; }
            @media screen and (min-width: 375px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-bottom: calc( 60px + -25 * ((100vw - 375px) / 825)); } }
            @media screen and (min-width: 1200px) {
              #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container,
              #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container {
                padding-bottom: 35px; } }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container h2 a,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container h2 a {
            color: #000000;
            text-decoration: none; }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container h2 a:hover,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container h2 a:hover {
            text-decoration: underline; }
          #block-views-block-media-gallery-categories .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container a,
          #block-views-block-media-gallery-category-listing .view-content .views-infinite-scroll-content-wrapper .views-row .media-gallery-text-container a {
            font-weight: bold; }

body.path-search .region.region-content {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    body.path-search .region.region-content {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    body.path-search .region.region-content {
      padding-bottom: 100px; } }

body.path-search #block-cvs-health-content {
  background: #FFFFFF;
  padding-top: 35px; }
  body.path-search #block-cvs-health-content {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      body.path-search #block-cvs-health-content {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body.path-search #block-cvs-health-content {
        padding-left: 35px; } }
  body.path-search #block-cvs-health-content {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      body.path-search #block-cvs-health-content {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body.path-search #block-cvs-health-content {
        padding-right: 35px; } }
  body.path-search #block-cvs-health-content {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      body.path-search #block-cvs-health-content {
        padding-bottom: calc( 60px + -25 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body.path-search #block-cvs-health-content {
        padding-bottom: 35px; } }
  body.path-search #block-cvs-health-content #edit-help-link,
  body.path-search #block-cvs-health-content #edit-advanced,
  body.path-search #block-cvs-health-content h2 {
    display: none; }
  body.path-search #block-cvs-health-content a {
    color: #000000;
    text-decoration: none; }
  body.path-search #block-cvs-health-content a:hover {
    color: #CC0000; }
  body.path-search #block-cvs-health-content #search-form {
    max-width: 335px; }
    body.path-search #block-cvs-health-content #search-form {
      margin-bottom: 50px; }
      @media screen and (min-width: 375px) {
        body.path-search #block-cvs-health-content #search-form {
          margin-bottom: calc( 50px + 10 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        body.path-search #block-cvs-health-content #search-form {
          margin-bottom: 60px; } }
  body.path-search #block-cvs-health-content #edit-basic #edit-keys {
    border: 1px solid #D1CCCC; }
  body.path-search #block-cvs-health-content #edit-basic input,
  body.path-search #block-cvs-health-content #edit-basic label,
  body.path-search #block-cvs-health-content #edit-basic .instructions {
    display: block;
    margin-bottom: 15px;
    margin-left: 0px; }
  body.path-search #block-cvs-health-content #edit-basic #edit-keys,
  body.path-search #block-cvs-health-content #edit-basic #edit-submit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 220px; }
  body.path-search #block-cvs-health-content .item-list {
    width: 100%;
    max-width: 600px; }
    body.path-search #block-cvs-health-content .item-list li {
      margin: 0; }
      body.path-search #block-cvs-health-content .item-list li {
        margin-bottom: 30px; }
        @media screen and (min-width: 375px) {
          body.path-search #block-cvs-health-content .item-list li {
            margin-bottom: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          body.path-search #block-cvs-health-content .item-list li {
            margin-bottom: 40px; } }
      body.path-search #block-cvs-health-content .item-list li h3 {
        margin-left: 0; }
      body.path-search #block-cvs-health-content .item-list li p {
        color: #666666; }
        body.path-search #block-cvs-health-content .item-list li p strong {
          color: #000000; }
  body.path-search #block-cvs-health-content ul {
    margin-left: 0;
    text-align: center;
    max-width: 600px; }
    body.path-search #block-cvs-health-content ul .pager__item a img {
      width: auto; }

.field--name-field-page-contents {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents {
      padding-bottom: 100px; } }

.field--name-field-page-contents.display-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  .field--name-field-page-contents.display-grid {
    grid-gap: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-page-contents.display-grid {
        grid-gap: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-page-contents.display-grid {
        grid-gap: 35px; } }
  @media only screen and (max-width: 750px) {
    .field--name-field-page-contents.display-grid {
      display: block; } }
  .field--name-field-page-contents.display-grid > .field__item {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: 0; }
    @media only screen and (max-width: 750px) {
      .field--name-field-page-contents.display-grid > .field__item {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 750px) and (min-width: 375px) {
    .field--name-field-page-contents.display-grid > .field__item {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media only screen and (max-width: 750px) and (min-width: 1200px) {
    .field--name-field-page-contents.display-grid > .field__item {
      margin-bottom: 35px; } }

.field--name-field-page-contents .about_page_tile {
  background-color: #FFFFFF;
  vertical-align: top; }
  @media only screen and (max-width: 750px) {
    .field--name-field-page-contents .about_page_tile {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 750px) and (min-width: 375px) {
    .field--name-field-page-contents .about_page_tile {
      margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
  @media only screen and (max-width: 750px) and (min-width: 1200px) {
    .field--name-field-page-contents .about_page_tile {
      margin-bottom: 35px; } }
  .field--name-field-page-contents .about_page_tile .tile-copy {
    padding-top: 30px; }
    @media screen and (min-width: 375px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-top: 50px; } }
  .field--name-field-page-contents .about_page_tile .tile-copy {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-left: 35px; } }
  .field--name-field-page-contents .about_page_tile .tile-copy {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-right: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-right: 40px; } }
  .field--name-field-page-contents .about_page_tile .tile-copy {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-bottom: calc( 60px + 70 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .field--name-field-page-contents .about_page_tile .tile-copy {
        padding-bottom: 130px; } }
  .field--name-field-page-contents .about_page_tile .tile-copy .field--name-field-body a {
    color: #CC0000;
    text-decoration: underline; }
  .field--name-field-page-contents .about_page_tile .tile-copy .field--name-field-body a:hover {
    text-decoration: none; }
  .field--name-field-page-contents .about_page_tile .tile-copy .h3 a {
    color: #000000; }
  .field--name-field-page-contents .about_page_tile .field-tile-link a {
    color: #CC0000;
    text-decoration: none; }
  .field--name-field-page-contents .about_page_tile .field-tile-link a:hover {
    text-decoration: underline; }

.field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide {
  padding: 0px 0px 30px 0px;
  background-color: #CC0000; }
  .field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide h3 {
    padding: 44px 33px 0px 33px; }
  .field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide p {
    margin: 32px; }
    .field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide p.no-padding {
      margin: 0; }
  .field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide a {
    text-decoration: underline; }
  .field--name-field-page-contents .field--name-field-right-slide .paragraph--type--fcp-text-slide a:hover {
    text-decoration: none; }

body.path-frontpage .layout-content {
  padding-top: 30px; }
  @media screen and (min-width: 375px) {
    body.path-frontpage .layout-content {
      padding-top: calc( 30px + 70 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    body.path-frontpage .layout-content {
      padding-top: 100px; } }

body.path-frontpage .field--name-field-page-contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
  /* end media breakpoint @ 750px */ }
  body.path-frontpage .field--name-field-page-contents {
    grid-gap: 20px; }
    @media screen and (min-width: 375px) {
      body.path-frontpage .field--name-field-page-contents {
        grid-gap: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body.path-frontpage .field--name-field-page-contents {
        grid-gap: 35px; } }
  body.path-frontpage .field--name-field-page-contents > .field__item {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    margin: 0; }
    body.path-frontpage .field--name-field-page-contents > .field__item.tile_slider {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      width: 100% !important; }
  @media only screen and (max-width: 750px) {
    body.path-frontpage .field--name-field-page-contents {
      display: block; }
      body.path-frontpage .field--name-field-page-contents > .field__item:not(.last) {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 750px) and (min-width: 375px) {
      body.path-frontpage .field--name-field-page-contents > .field__item:not(.last) {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media only screen and (max-width: 750px) and (min-width: 1200px) {
      body.path-frontpage .field--name-field-page-contents > .field__item:not(.last) {
        margin-bottom: 35px; } }

.page-node-type-article .page-wrapper main {
  background-color: #FFFFFF; }
  .page-node-type-article .page-wrapper main .layout-content {
    max-width: none;
    padding-top: 0px; }
    .page-node-type-article .page-wrapper main .layout-content .subhead {
      font-weight: bold; }
      .page-node-type-article .page-wrapper main .layout-content .subhead {
        font-size: 14px;
        line-height: 1.333; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content .subhead {
            font-size: calc( 14px + 4 * ((100vw - 375px) / 825));
            line-height: calc( (1.333 * 100%) + 0 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content .subhead {
            font-size: 18px;
            line-height: 1.333; } }
      .page-node-type-article .page-wrapper main .layout-content .subhead {
        margin-bottom: 18.662px; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content .subhead {
            margin-bottom: calc( 18.662px + 5.332 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content .subhead {
            margin-bottom: 23.994px; } }
    .page-node-type-article .page-wrapper main .layout-content .paragraph--type--brightcove-video {
      margin-bottom: 40px; }
    .page-node-type-article .page-wrapper main .layout-content .footnote-container {
      margin-top: 20px;
      overflow-wrap: break-word; }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content {
      margin-top: 30px; }
      @media screen and (min-width: 375px) {
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content {
          margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content {
          margin-top: 50px; } }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .field__label {
      display: none; }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .field--name-field-hero-image {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0px;
      margin-bottom: 0px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .field--name-field-hero-image .field--name-image {
        max-height: 670px;
        overflow: hidden; }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .page-title {
      margin-top: 60px;
      margin-bottom: 60px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .page-title h1 {
        max-width: 640px;
        margin: auto; }
        @media only screen and (max-width: 750px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .page-title h1 {
            max-width: calc(100% - 40px);
            margin-right: 20px;
            margin-left: 20px; } }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content {
      position: relative;
      background-color: #FFFFFF;
      word-break: break-word;
      max-width: 640px;
      margin: auto; }
      @media only screen and (max-width: 750px) {
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content {
          max-width: calc(100% - 40px);
          margin-right: 20px;
          margin-left: 20px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content ol {
        list-style: decimal; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content ol {
          margin-left: 16px; }
          @media screen and (min-width: 375px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content ol {
              margin-left: calc( 16px + 4 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content ol {
              margin-left: 20px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .field--name-field-body-contents {
        margin-top: 20px; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .field--name-field-body-contents {
            margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .field--name-field-body-contents {
            margin-top: 35px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .field--name-field-body-contents a:not(.button) {
        text-decoration: underline; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
        border-left: 2px solid #000000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
          padding-left: 20px; }
          @media screen and (min-width: 375px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              padding-left: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              padding-left: 40px; } }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
          padding-top: 0px; }
          @media screen and (min-width: 375px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              padding-top: calc( 0px + 10 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              padding-top: 10px; } }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
          margin-top: 30px; }
          @media screen and (min-width: 375px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              margin-top: calc( 30px + 0 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              margin-top: 30px; } }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
          margin-bottom: 40px; }
          @media screen and (min-width: 375px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              margin-bottom: calc( 40px + 20 * ((100vw - 375px) / 825)); } }
          @media screen and (min-width: 1200px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote {
              margin-bottom: 60px; } }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .field--name-field-quote-text {
          font-size: 20px;
          font-weight: normal;
          font-style: italic; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row;
              flex-flow: row;
          margin-top: 20px;
          margin-left: auto; }
          @media screen and (max-width: 750px) {
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu {
              margin-left: 0; } }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .label {
            font-weight: bold;
            font-size: 12px;
            line-height: 1.75; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons {
            list-style-type: none;
            margin: 0; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons li {
              display: inline-block; }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons li .icon {
                background-position: center center;
                background-repeat: no-repeat;
                background-size: auto 16px;
                margin-left: 10px;
                display: block;
                width: 20px;
                height: 20px;
                text-indent: -9999px; }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons li .facebook {
                background-image: url("/themes/custom/cvs_health/images/icon-social-red-facebook.svg"); }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons li .twitter {
                background-image: url("/themes/custom/cvs_health/images/icon-social-red-twitter.svg"); }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote .shareable-quote-menu .share-icons li .linkedin {
                background-image: url("/themes/custom/cvs_health/images/icon-social-red-linkedin.svg"); }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer {
        font-size: 12px;
        font-weight: bold;
        padding-top: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar {
        top: 0px;
        width: 185px;
        position: absolute;
        right: calc(((100% - 640px) / 2) + 640px); }
        @media only screen and (max-width: 1024px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar {
            display: none; } }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat {
          padding-top: 10px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .addthis_inline_share_toolbox {
          text-align: left; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .addthis_inline_share_toolbox .at-share-tbx-element .at-share-btn {
            margin-right: 8px; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .addthis_inline_share_toolbox .at-share-btn-elements {
            margin-left: -5px;
            margin-top: 5px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--article-body-link-to-stay-inform {
        padding-bottom: 20px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--article-body-link-to-stay-inform a {
          margin: 0px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--article-body-link-to-stay-inform {
        width: calc(100% + 40px);
        padding-left: 40px;
        margin-left: -40px;
        border-left: 2px solid #666666;
        margin-top: 35px;
        margin-bottom: 70px; }
        @media only screen and (max-width: 750px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--shareable-quote,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--article-body-link-to-stay-inform {
            margin-left: -20px;
            padding-left: 20px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 100px;
        padding-top: 20px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container {
          display: -ms-flexbox;
          display: flex;
          width: 50%; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .addthis_inline_share_toolbox {
          text-align: right;
          margin-left: 10px; }
        @media only screen and (max-width: 750px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer {
            display: block; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container {
              width: 100%; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .addthis_inline_share_toolbox {
              text-align: left;
              width: 100%;
              margin-left: 0px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar {
        font-size: 12px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container,
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container {
          margin-bottom: 20px; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .label-text,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .label-text {
            margin-right: 20px; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
                flex-flow: row; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat .likes-readout,
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat .likes-readout {
              margin-left: 5px; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat .heart,
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat .heart {
              max-width: 25px;
              -webkit-transition: -webkit-transform 0.2s ease-in-out;
              transition: -webkit-transform 0.2s ease-in-out;
              -o-transition: transform 0.2s ease-in-out;
              transition: transform 0.2s ease-in-out;
              transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat .heart.pulse,
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat .heart.pulse {
                -webkit-transform: scale(2);
                        transform: scale(2); }
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat .heart img,
              .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat .heart img {
                display: block; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .heartbeat .like-counter,
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .heartbeat .like-counter {
              color: #8B8B8B;
              font-weight: normal;
              margin-left: 10px;
              vertical-align: top;
              line-height: 1; }
        @media only screen and (max-width: 500px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container {
            display: block; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-footer .heartbeat-container .label-text,
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .article-sidebar .heartbeat-container .label-text {
              display: block;
              line-height: 1;
              margin-bottom: 10px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
        margin-top: 15px; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            margin-top: calc( 15px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            margin-top: 35px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
        margin-bottom: 50px; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            margin-bottom: calc( 50px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            margin-bottom: 70px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
        padding-left: 20px; }
        @media screen and (min-width: 375px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            padding-left: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference {
            padding-left: 40px; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .form-type-email {
        display: inline-block;
        margin: 0;
        width: 72%; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .form-type-email label {
          display: block;
          margin-bottom: 10px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .form-type-email .form-email {
          width: 100%; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .form-item-description {
        margin-bottom: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions {
        display: inline-block;
        width: 24%; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions .webform-button--submit {
          background-color: #CC0000;
          padding: 14px 30px;
          border: 1px solid #CC0000; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions .webform-button--submit:active, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions .webform-button--submit:hover {
            background-color: #FFFFFF;
            color: #CC0000; }
      @media only screen and (max-width: 899px) {
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .form-type-email,
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions {
          display: block;
          width: 100%; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions {
          margin: 20px 0 0; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-main-content .paragraph--type--webform-entity-reference .webform-actions .webform-button--submit {
            width: 100%; } }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .paragraph--type--article-body-image {
      margin-bottom: 40px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .paragraph--type--article-body-image .field--name-image img {
        display: block; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .paragraph--type--article-body-image .has-image-caption {
        position: relative; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .paragraph--type--article-body-image .has-image-caption .image-caption {
          position: absolute;
          width: 100%;
          background: rgba(0, 0, 0, 0.7);
          color: #FFFFFF;
          padding: 8px 1%;
          bottom: 0; }
    .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content {
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0px;
      margin-bottom: 0px;
      background-color: #4F4F4F;
      color: #FFFFFF;
      vertical-align: top;
      padding: 35px; }
      @media only screen and (max-width: 750px) {
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.outline, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.secondary-outline,
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.outline,
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.secondary-outline {
          border-color: #FFFFFF;
          color: #FFFFFF; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.outline:hover, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.outline:active, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.outline:focus, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.secondary-outline:hover, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.secondary-outline:active, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content button.secondary-outline:focus,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.outline:hover,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.outline:active,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.outline:focus,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.secondary-outline:hover,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.secondary-outline:active,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a.button.secondary-outline:focus {
            background-color: #FFFFFF;
            border-color: #FFFFFF;
            color: #4F4F4F;
            text-decoration: none; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .button {
          text-decoration: none; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .field--name-field-title {
        display: none; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content {
        display: -ms-flexbox;
        display: flex; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content .views-row,
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content .views-row {
          width: 28%; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content .views-row:nth-child(2),
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content .views-row:nth-child(2) {
          margin-right: 8%;
          margin-left: 8%; }
        @media only screen and (max-width: 750px) {
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content,
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content {
            display: block; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content .views-row,
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content .views-row {
              width: 100%; }
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-articles-view .view-content .views-row:nth-child(2),
            .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-body .related-press-releases-view .view-content .views-row:nth-child(2) {
              margin-right: 0%;
              margin-left: 0%; } }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-section {
        max-width: 900px;
        margin: auto; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.white, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.light-gray, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.lightest-gray {
        color: #000000; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.white a, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.light-gray a, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.lightest-gray a {
          color: #000000;
          text-decoration: underline; }
          .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.white a:hover, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.white a:active, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.light-gray a:hover, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.light-gray a:active, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.lightest-gray a:hover, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.lightest-gray a:active {
            text-decoration: none; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.white .article-sidebar-section, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.light-gray .article-sidebar-section, .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content.lightest-gray .article-sidebar-section {
          border-bottom-color: #000000; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-press-releases .views-row:last-child .press-release-link,
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-custom-prs .field__item:last-child .press-release-link {
        margin-bottom: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-custom-html .field--name-body {
        margin-bottom: 0; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-custom-html .field--name-body *:last-child {
          margin-bottom: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-grouped-links .h6 {
        margin-bottom: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-grouped-links .field__item {
        margin-bottom: 20px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .paragraph--type--article-sidebar-grouped-links .field--name-field-link-group .field__item:last-child {
        margin-bottom: 0; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .sidebar-header {
        margin-bottom: 30px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .press-release-timestamp {
        font-size: 16px;
        margin-bottom: 10px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-link {
        margin-bottom: 20px; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-link.press-release-link {
          margin-bottom: 30px; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-section {
        margin-bottom: 40px;
        padding-bottom: 28px;
        border-bottom: 2px solid #FFFFFF; }
        .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-section .field--name-body {
          padding: 0; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content .article-sidebar-section:last-child {
        margin-bottom: 0;
        border-bottom: none; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a {
        color: #FFFFFF;
        text-decoration: underline;
        font-weight: bold; }
      .page-node-type-article .page-wrapper main .layout-content #block-cvs-health-content .article-sidebar-content a:hover {
        text-decoration: none; }

@media only print {
  body.page-node-type-article .addthis_inline_share_toolbox_pre,
  body.page-node-type-article .addthis_inline_share_toolbox {
    display: none; }
    body.page-node-type-article .addthis_inline_share_toolbox_pre:before,
    body.page-node-type-article .addthis_inline_share_toolbox:before {
      display: none;
      content: none; }
  body.page-node-type-article .layout-container header .region.region-header #block-secondary-header-menu,
  body.page-node-type-article .layout-container header .region.region-header .header-nav-search-panel {
    display: none; }
  body.page-node-type-article .layout-container .page-wrapper main {
    background-color: transparent; }
    body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content {
      padding-bottom: 40px; }
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content-with-sidebar {
        width: 100%; }
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--brightcove-video,
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--article-body-image {
        display: none; }
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--article-body-block-quote {
        background-color: transparent !important; }
        body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--article-body-block-quote p, body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--article-body-block-quote a {
          color: #000000; }
        body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .field--name-field-body-contents .paragraph--type--article-body-block-quote a {
          text-decoration: underline; }
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-main-content .article-sidebar {
        display: none; }
      body.page-node-type-article .layout-container .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article .article-sidebar-content {
        display: none; }
  body.page-node-type-article .layout-container footer {
    background-color: transparent;
    padding: 0; }
    body.page-node-type-article .layout-container footer .region.region-footer {
      display: block; }
      body.page-node-type-article .layout-container footer .region.region-footer #block-sign-up-form-get-the-latest,
      body.page-node-type-article .layout-container footer .region.region-footer #block-about-cvs-health,
      body.page-node-type-article .layout-container footer .region.region-footer nav:not(#block-footer-disclaimers-menu) {
        display: none; }
      body.page-node-type-article .layout-container footer .region.region-footer #block-footer-disclaimers-menu .menu {
        display: none; }
      body.page-node-type-article .layout-container footer .region.region-footer #block-footer-disclaimers-menu #copyright {
        color: #000000; } }

.page-node-type-corporate-page .footnote-container {
  background-color: #FFFFFF; }
  .page-node-type-corporate-page .footnote-container {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .footnote-container {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .footnote-container {
        padding-left: 35px; } }
  .page-node-type-corporate-page .footnote-container {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .footnote-container {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .footnote-container {
        padding-right: 35px; } }
  .page-node-type-corporate-page .footnote-container {
    padding-bottom: 30px; }
    @media screen and (min-width: 375px) {
      .page-node-type-corporate-page .footnote-container {
        padding-bottom: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-corporate-page .footnote-container {
        padding-bottom: 40px; } }

.page-node-type-corporate-page .lead {
  font-weight: normal; }

.page-node-type-corporate-page .view-content .view-tile a {
  color: #000000;
  text-decoration: none; }

.page-node-type-corporate-page .view-content .view-tile a:hover {
  color: #CC0000;
  text-decoration: none; }

.page-node-type-corporate-page .paragraph--type--corp-page-content-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  @media only screen and (max-width: 800px) {
    .page-node-type-corporate-page .paragraph--type--corp-page-content-section {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-node-type-corporate-page .paragraph--type--corp-page-content-section .field--name-field-main-content {
    width: 100%;
    display: block; }

.page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--article-sidebar-related-articles {
  display: block;
  vertical-align: top;
  padding: 35px; }
  .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--article-sidebar-related-articles .article-sidebar-link {
    margin-bottom: 20px; }
    .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--article-sidebar-related-articles .article-sidebar-link a {
      text-decoration: underline;
      font-weight: bold; }
    .page-node-type-corporate-page .field--name-field-sidebar-content .paragraph--type--article-sidebar-related-articles .article-sidebar-link a:hover {
      text-decoration: none; }

.page-node-type-custom-page .footnote-container {
  background-color: #FFFFFF; }
  .page-node-type-custom-page .footnote-container {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-custom-page .footnote-container {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-custom-page .footnote-container {
        padding-left: 35px; } }
  .page-node-type-custom-page .footnote-container {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-custom-page .footnote-container {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-custom-page .footnote-container {
        padding-right: 35px; } }
  .page-node-type-custom-page .footnote-container {
    padding-bottom: 30px; }
    @media screen and (min-width: 375px) {
      .page-node-type-custom-page .footnote-container {
        padding-bottom: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-custom-page .footnote-container {
        padding-bottom: 40px; } }

.page-node-type-custom-page .lead {
  font-weight: normal; }

.page-node-type-custom-page .view-content .view-tile a {
  color: #000000;
  text-decoration: none; }

.page-node-type-custom-page .view-content .view-tile a:hover {
  color: #CC0000;
  text-decoration: none; }

.page-node-type-custom-page .paragraph--type--custom-page-content-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  @media only screen and (max-width: 800px) {
    .page-node-type-custom-page .paragraph--type--custom-page-content-section {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-node-type-custom-page .paragraph--type--custom-page-content-section .field--name-field-main-content-section {
    width: 100%;
    display: block; }

.field--name-field-page-contents.media-contacts .about_page_tile .tile-copy {
  padding-bottom: 50px; }
  @media screen and (min-width: 375px) {
    .field--name-field-page-contents.media-contacts .about_page_tile .tile-copy {
      padding-bottom: calc( 50px + 45 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .field--name-field-page-contents.media-contacts .about_page_tile .tile-copy {
      padding-bottom: 95px; } }

/**
 * Section Break component, used pretty much only on Newsroom/PR page
 */
.corp-page-section-break {
  margin-top: 10px; }
  @media screen and (min-width: 375px) {
    .corp-page-section-break {
      margin-top: calc( 10px + 5 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .corp-page-section-break {
      margin-top: 15px; } }

.corp-page-section-break {
  margin-bottom: 10px; }
  @media screen and (min-width: 375px) {
    .corp-page-section-break {
      margin-bottom: calc( 10px + 5 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .corp-page-section-break {
      margin-bottom: 15px; } }

.corp-page-section-break .h3 {
  margin-bottom: 0; }

/**
 * All Newsroom-specific styling, such as exposed filters
 */
.newsroom-press-releases-list-feed .view-filters .form--inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item {
    float: none;
    margin: 0; }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title,
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    margin-bottom: 10px;
    margin-right: 20px; }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title label,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year label {
      margin-bottom: 10px;
      font-size: 16px; }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-select,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-select {
      -webkit-appearance: none;
      background-position: 120px center;
      background-size: 24px 12px;
      padding: 15px;
      font-size: 16px;
      font-weight: bold;
      width: 160px; }
      @media only screen and (max-width: 900px) {
        .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-select,
        .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-select {
          background-position: 180px center; } }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-select::-ms-expand,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-select::-ms-expand {
      display: none; }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title #year-selector,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year #year-selector {
      display: none;
      border: 1px solid #000000;
      border-top: none;
      background-color: #FFFFFF;
      margin: 80px 0 0 0;
      padding: 0;
      position: absolute;
      height: 240px;
      width: 160px;
      overflow: scroll;
      overflow: hidden;
      overflow-y: auto;
      z-index: 10; }
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title #year-selector li,
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year #year-selector li {
        padding: 10px 15px;
        margin: 0;
        list-style: none;
        width: 130px;
        font-weight: bold;
        cursor: pointer; }
        .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title #year-selector li.active,
        .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year #year-selector li.active {
          color: #CC0000; }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-text,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-select,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-text,
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-select {
      border: 1px solid #000000;
      border-radius: 0; }
    @media only screen and (max-width: 900px) {
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title .form-select,
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year .form-select {
        max-width: 220px;
        width: auto; } }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title {
    width: calc( (100% - 200px));
    max-width: 360px;
    -ms-flex-order: 1;
        order: 1; }
    @media only screen and (max-width: 900px) {
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title {
        width: 100%; } }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year {
    -ms-flex-order: 2;
        order: 2; }
    @media only screen and (max-width: 900px) {
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year {
        width: 100%;
        -ms-flex-order: 3;
            order: 3;
        margin-bottom: 20px; } }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-notice {
    margin-bottom: 20px;
    -ms-flex-order: 3;
        order: 3; }
    @media only screen and (max-width: 900px) {
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-notice {
        -ms-flex-order: 2;
            order: 2;
        margin-bottom: 30px;
        max-width: 360px; } }
  .newsroom-press-releases-list-feed .view-filters .form--inline .form-actions {
    margin: 0;
    -ms-flex-order: 4;
        order: 4; }
    .newsroom-press-releases-list-feed .view-filters .form--inline .form-actions .button {
      border: 2px solid #CC0000;
      background-color: #CC0000;
      color: #FFFFFF;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 26px;
      text-align: center;
      width: 220px; }
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-actions .button:hover, .newsroom-press-releases-list-feed .view-filters .form--inline .form-actions .button:active {
        background-color: #FFFFFF;
        color: #CC0000; }
  @media only screen and (max-width: 750px) {
    .newsroom-press-releases-list-feed .view-filters .form--inline {
      -ms-flex-flow: column;
          flex-flow: column; }
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title,
      .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year {
        margin-right: 0; } }

.newsroom-press-releases-list-feed .view-content .views-row {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .newsroom-press-releases-list-feed .view-content .views-row {
      margin-top: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .newsroom-press-releases-list-feed .view-content .views-row {
      margin-top: 40px; } }

.newsroom-press-releases-list-feed .view-content .views-row .views-field-field-display-date {
  font-size: 14px; }

.newsroom-press-releases-list-feed .view-content .views-row .views-field-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px; }
  .newsroom-press-releases-list-feed .view-content .views-row .views-field-title a {
    color: #000000; }

.newsroom-press-releases-list-feed ul.pager {
  margin-left: 0; }
  .newsroom-press-releases-list-feed ul.pager {
    margin-top: 30px; }
    @media screen and (min-width: 375px) {
      .newsroom-press-releases-list-feed ul.pager {
        margin-top: calc( 30px + 30 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .newsroom-press-releases-list-feed ul.pager {
        margin-top: 60px; } }

body.err-page-not-found #at4-share,
body.err-page-not-found .addthis_inline_share_toolbox {
  display: none; }

.page-node-type-hurricane-page .last-updated {
  color: #CC0000; }

.page-node-type-hurricane-page #block-cvs-health-content {
  margin-top: 30px; }
  @media screen and (min-width: 375px) {
    .page-node-type-hurricane-page #block-cvs-health-content {
      margin-top: calc( 30px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .page-node-type-hurricane-page #block-cvs-health-content {
      margin-top: 50px; } }

.page-node-type-hurricane-page #block-cvs-health-content {
  padding-bottom: 60px; }
  @media screen and (min-width: 375px) {
    .page-node-type-hurricane-page #block-cvs-health-content {
      padding-bottom: calc( 60px + 40 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .page-node-type-hurricane-page #block-cvs-health-content {
      padding-bottom: 100px; } }

.page-node-type-hurricane-page article {
  background-color: #FFFFFF;
  padding-top: 35px; }
  .page-node-type-hurricane-page article {
    padding-left: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-hurricane-page article {
        padding-left: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-hurricane-page article {
        padding-left: 35px; } }
  .page-node-type-hurricane-page article {
    padding-right: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-hurricane-page article {
        padding-right: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-hurricane-page article {
        padding-right: 35px; } }
  .page-node-type-hurricane-page article {
    padding-bottom: 60px; }
    @media screen and (min-width: 375px) {
      .page-node-type-hurricane-page article {
        padding-bottom: calc( 60px + -25 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-hurricane-page article {
        padding-bottom: 35px; } }
  .page-node-type-hurricane-page article .article-main-content {
    max-width: 600px; }

.page-node-type-hurricane-page .last-updated {
  font-weight: bold;
  margin-bottom: 10px; }
  .page-node-type-hurricane-page .last-updated {
    margin-top: 20px; }
    @media screen and (min-width: 375px) {
      .page-node-type-hurricane-page .last-updated {
        margin-top: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .page-node-type-hurricane-page .last-updated {
        margin-top: 35px; } }

.page-node-type-hurricane-page .field--name-body {
  padding: 0; }

.page-node-type-hurricane-page .button-as-link {
  padding: 0;
  margin-bottom: 30px; }

.page-node-type-hurricane-page form {
  font-weight: bold; }
  .page-node-type-hurricane-page form #form-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    @media only screen and (max-width: 480px) {
      .page-node-type-hurricane-page form #form-fields {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .page-node-type-hurricane-page form .form-item {
    margin: 0;
    min-height: 81px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .page-node-type-hurricane-page form .form-item label {
      display: inline-block;
      margin-bottom: 10px; }
  .page-node-type-hurricane-page form .form-item-zip-code {
    width: 100%;
    max-width: 150px;
    margin-right: 10px; }
    .page-node-type-hurricane-page form .form-item-zip-code.form-item--error {
      margin-right: 11px; }
    @media only screen and (max-width: 479px) {
      .page-node-type-hurricane-page form .form-item-zip-code {
        max-width: calc((100% - 10px) / 2); } }
    .page-node-type-hurricane-page form .form-item-zip-code input#edit-zip-code {
      width: 100%;
      overflow: hidden;
      padding: 15px;
      font-size: 16px; }
      .page-node-type-hurricane-page form .form-item-zip-code input#edit-zip-code.user-located {
        padding-left: 45px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI1IDI2Ij4KICA8ZyBpZD0iTG9jYXRpb24taWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDQpIj4KICAgIDxwYXRoIGlkPSJQYXRoXzk2MSIgZGF0YS1uYW1lPSJQYXRoIDk2MSIgZD0iTTEyLjUsNy4yNUE1Ljc1LDUuNzUsMCwxLDAsMTguMjUsMTMsNS43NTEsNS43NTEsMCwwLDAsMTIuNSw3LjI1WiIgZmlsbD0iI2MwMCIvPgogICAgPHBhdGggaWQ9IlBhdGhfOTYyIiBkYXRhLW5hbWU9IlBhdGggOTYyIiBkPSJNMjUsMTIuMTQ2SDIzLjIwN0ExMC43MzcsMTAuNzM3LDAsMCwwLDEzLjI1LDIuMjg4VjBoLTEuNVYyLjI4OGExMC43MzcsMTAuNzM3LDAsMCwwLTkuOTU3LDkuODU4SDB2MS41SDEuNzgzQTEwLjczNCwxMC43MzQsMCwwLDAsMTEuNzUsMjMuNzEyVjI2aDEuNVYyMy43MTJhMTAuNzM0LDEwLjczNCwwLDAsMCw5Ljk2Ny0xMC4wNjZIMjVabS01Ljk1NSw3LjRhOS4yMTYsOS4yMTYsMCwwLDEtNS43OTEsMi42NzFWMjFoLTEuNXYxLjIxMmE5LjIxMiw5LjIxMiwwLDAsMS04LjQ2Ny04LjU2Nkg1di0xLjVoLTEuN0E5LjIyNSw5LjIyNSwwLDAsMSwxMS43NSwzLjc4OFY1aDEuNVYzLjc4OGE5LjIyNSw5LjIyNSwwLDAsMSw4LjQ1Nyw4LjM1OEgyMHYxLjVoMS43MjFBOS4yMTUsOS4yMTUsMCwwLDEsMTkuMDQxLDE5LjU0MVoiIGZpbGw9IiNjMDAiLz4KICA8L2c+Cjwvc3ZnPgo=");
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 10px 50%; }
  .page-node-type-hurricane-page form .form-item-radius {
    font-size: 16px;
    margin-right: 10px;
    width: 100%;
    max-width: 134px; }
    @media only screen and (max-width: 479px) {
      .page-node-type-hurricane-page form .form-item-radius {
        max-width: calc((100% - 10px) / 2);
        margin-right: 0; } }
    .page-node-type-hurricane-page form .form-item-radius select#edit-radius {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: inline-block;
      width: 100%;
      padding: 15px 50px 15px 20px;
      border-radius: 0;
      background-image: url(/themes/add/cvs_master_theme/images/downarrow-black.svg);
      background-position: right 10px bottom 50%;
      background-repeat: no-repeat;
      background-size: 20px; }
  .page-node-type-hurricane-page form .form-actions {
    display: -ms-flexbox;
    display: flex;
    height: 81px;
    margin: 0; }
    @media only screen and (max-width: 479px) {
      .page-node-type-hurricane-page form .form-actions {
        display: block;
        width: 100%;
        margin-top: 20px;
        height: 50px; } }
    .page-node-type-hurricane-page form .form-actions input#edit-submit {
      -ms-flex-item-align: end;
          align-self: flex-end;
      line-height: 26px;
      width: 100%; }
  .page-node-type-hurricane-page form #search-results-container {
    margin-bottom: 40px; }
    .page-node-type-hurricane-page form #search-results-container {
      margin-top: 55px; }
      @media screen and (min-width: 375px) {
        .page-node-type-hurricane-page form #search-results-container {
          margin-top: calc( 55px + -15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .page-node-type-hurricane-page form #search-results-container {
          margin-top: 40px; } }
    .page-node-type-hurricane-page form #search-results-container a.store-locator {
      display: block;
      font-weight: normal;
      text-decoration: underline; }
    .page-node-type-hurricane-page form #search-results-container .header {
      margin-bottom: 10px; }
    .page-node-type-hurricane-page form #search-results-container .result-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .page-node-type-hurricane-page form #search-results-container .result-list {
        margin-bottom: 30px; }
        @media screen and (min-width: 375px) {
          .page-node-type-hurricane-page form #search-results-container .result-list {
            margin-bottom: calc( 30px + 10 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .page-node-type-hurricane-page form #search-results-container .result-list {
            margin-bottom: 40px; } }
      .page-node-type-hurricane-page form #search-results-container .result-list .result {
        padding: 20px;
        background-color: #E9E9E9;
        border: 1px solid #8B8B8B;
        width: 50%; }
        @media only screen and (max-width: 500px) {
          .page-node-type-hurricane-page form #search-results-container .result-list .result {
            width: 100%; } }
    .page-node-type-hurricane-page form #search-results-container span.radius {
      text-decoration: underline; }

.page-node-type-hurricane-page button.button-as-link {
  background: none;
  border: none;
  color: #CC0000;
  text-decoration: underline;
  font-weight: normal; }

body.page-node-type-hcn-page header .region-header-secondary,
body.page-node-type-community-video header .region-header-secondary,
body.page-node-type-community-podcast header .region-header-secondary,
body.page-node-type-community-story header .region-header-secondary {
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE; }
  body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu,
  body.page-node-type-community-video header .region-header-secondary #block-hcn-menu,
  body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu,
  body.page-node-type-community-story header .region-header-secondary #block-hcn-menu {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px; }
    body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu,
    body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu,
    body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu,
    body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu {
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row; }
      @media only screen and (max-width: 599px) {
        body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu,
        body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu,
        body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu,
        body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu {
          display: block;
          -ms-flex-direction: unset;
              flex-direction: unset;
          position: relative; } }
      body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item,
      body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item,
      body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item,
      body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        text-align: right;
        padding: 0; }
        body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
        body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
        body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
        body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type {
          -ms-flex-positive: 1;
              flex-grow: 1;
          text-align: unset; }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
            body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
            body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type,
            body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item:first-of-type {
              position: absolute;
              left: 0;
              top: calc(50% - 50px);
              width: 100px;
              height: 100px; } }
        body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
        body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
        body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
        body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a {
          display: block;
          font-size: 22px;
          font-weight: bold;
          margin: 60px 0 65px; }
          @media only screen and (max-width: 899px) {
            body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a {
              margin: 40px 0 45px; } }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a {
              margin: 10px 0; } }
          body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
          body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
          body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
          body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo {
            background: url("/themes/custom/cvs_health/images/hcn_logo.png") no-repeat left center;
            margin: 0;
            text-indent: -9999px;
            width: 255px;
            height: 100%;
            text-align: left; }
          @media only screen and (max-width: 899px) {
            body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a,
            body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a {
              font-size: 20px; }
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-logo {
                background-size: 100px auto;
                width: auto; } }
          body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:active, body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:focus, body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:hover,
          body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:active,
          body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:focus,
          body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:hover,
          body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:active,
          body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:focus,
          body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:hover,
          body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:active,
          body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:focus,
          body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a:hover {
            text-decoration: underline; }
          body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
          body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
          body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
          body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon {
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-direction: row;
                flex-direction: row;
            line-height: 1; }
            @media only screen and (max-width: 899px) {
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon {
                font-size: 18px; } }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon {
                font-size: 16px; } }
            @media only screen and (min-width: 1000px) {
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon::before,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon::before,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon::before,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon::before {
                background-color: transparent;
                background-position: center;
                background-repeat: no-repeat;
                background-size: auto 24px;
                content: '';
                display: block;
                width: 24px;
                height: 24px;
                margin-right: 5px;
                image-rendering: -moz-crisp-edges;
                image-rendering: -o-crisp-edges;
                image-rendering: -webkit-optimize-contrast;
                image-rendering: crisp-edges;
                -ms-interpolation-mode: nearest-neighbor; }
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.video::before,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.video::before,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.video::before,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.video::before {
                background-image: url("/themes/custom/cvs_health/images/icon-video.png"); }
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.podcast::before,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.podcast::before,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.podcast::before,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.podcast::before {
                background-image: url("/themes/custom/cvs_health/images/icon-headphones.png"); }
              body.page-node-type-hcn-page header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.news::before,
              body.page-node-type-community-video header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.news::before,
              body.page-node-type-community-podcast header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.news::before,
              body.page-node-type-community-story header .region-header-secondary #block-hcn-menu ul.menu li.menu-item a.hcn-icon.news::before {
                background-image: url("/themes/custom/cvs_health/images/icon-newspaper.png"); } }

body.page-node-type-hcn-page .page-wrapper main,
body.page-node-type-community-video .page-wrapper main,
body.page-node-type-community-podcast .page-wrapper main,
body.page-node-type-community-story .page-wrapper main {
  background-color: #FFFFFF; }
  body.page-node-type-hcn-page .page-wrapper main #block-cvs-health-page-title,
  body.page-node-type-community-video .page-wrapper main #block-cvs-health-page-title,
  body.page-node-type-community-podcast .page-wrapper main #block-cvs-health-page-title,
  body.page-node-type-community-story .page-wrapper main #block-cvs-health-page-title {
    margin-top: 30px;
    padding-left: 0; }
    body.page-node-type-hcn-page .page-wrapper main #block-cvs-health-page-title .page-title,
    body.page-node-type-community-video .page-wrapper main #block-cvs-health-page-title .page-title,
    body.page-node-type-community-podcast .page-wrapper main #block-cvs-health-page-title .page-title,
    body.page-node-type-community-story .page-wrapper main #block-cvs-health-page-title .page-title {
      font-size: 32px;
      font-weight: bold;
      color: #BE2D4F; }
  body.page-node-type-hcn-page .page-wrapper main .layout-content,
  body.page-node-type-community-video .page-wrapper main .layout-content,
  body.page-node-type-community-podcast .page-wrapper main .layout-content,
  body.page-node-type-community-story .page-wrapper main .layout-content {
    padding-top: 0; }
    @media only screen and (max-width: 899px) {
      body.page-node-type-hcn-page .page-wrapper main .layout-content,
      body.page-node-type-community-video .page-wrapper main .layout-content,
      body.page-node-type-community-podcast .page-wrapper main .layout-content,
      body.page-node-type-community-story .page-wrapper main .layout-content {
        max-width: 730px; } }
    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content,
    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content,
    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content,
    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content {
      position: relative; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks {
        margin: 0;
        padding: 0;
        position: absolute;
        top: -30px;
        z-index: 100;
        opacity: 0.25;
        text-align: center;
        width: 100%; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:hover, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:focus,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:hover,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:focus,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:hover,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:focus,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:hover,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-local-tasks:focus {
          opacity: 1; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-video,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-video,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-video,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-video {
        margin: 0 0 30px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast:not(.node--view-mode-full),
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast:not(.node--view-mode-full),
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast:not(.node--view-mode-full),
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast:not(.node--view-mode-full) {
        padding: 50px 0 10px;
        border-top: 2px solid #EEEEEE; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast.node--view-mode-full,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast.node--view-mode-full,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast.node--view-mode-full,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > article.node--type-community-podcast.node--view-mode-full {
        padding-bottom: 60px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image {
        background-size: 100% auto !important;
        height: 460px;
        margin-bottom: 40px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before {
          background: url("/themes/custom/cvs_health/images/comm-podcast-gradient-bg.png") bottom left repeat-x;
          content: ' ';
          display: block;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          height: 460px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image > *,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image > *,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image > *,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image > * {
          color: #FFFFFF;
          margin: 0 auto;
          text-align: center;
          text-shadow: 2px 2px 15px #000000;
          width: 75%;
          position: relative;
          z-index: 20; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image h1,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image h1,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image h1,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image h1 {
          font-size: 30px;
          padding-top: 60px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image .hero-display-date,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image .hero-display-date,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image .hero-display-date,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image .hero-display-date {
          font-size: 20px;
          padding-top: 20px;
          text-transform: uppercase; }
        @media only screen and (max-width: 1039px) {
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image {
            position: relative;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-bottom: 40px; } }
        @media only screen and (max-width: 899px) {
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image::before {
            height: 400px; } }
        @media only screen and (max-width: 599px) {
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content > .hero-image {
            background-attachment: scroll !important;
            height: 300px; } }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content h3,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content h3,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content h3,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content h3,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content h3,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content h3,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content h3,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content h3,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content h3,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content h3,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content h3,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content h3,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content h3,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content h3,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content h3,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content h3 {
        color: #BE2D4F;
        font-size: 20px;
        margin: 0; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .video-date,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .video-date,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .video-date,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .video-date,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .video-date,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .video-date,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .video-date,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .video-date,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .video-date,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .video-date,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .video-date,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .video-date,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .video-date,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .video-date,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .video-date,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .video-date {
        font-size: 20px;
        margin-bottom: 20px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body {
        margin: 0 0 20px;
        padding: 0; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body p,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body p,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body p,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body p,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body p,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body p,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body p,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body p,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body p,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body p,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body p,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body p,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .field--name-body p,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .field--name-body p,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .field--name-body p,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .field--name-body p {
          font-size: 18px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .podcast-embed .transistor-podcast-embed,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .podcast-embed .transistor-podcast-embed {
        width: 100%;
        height: 180px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--youtube-video,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--youtube-video,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--youtube-video,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--youtube-video,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--youtube-video {
        margin: 0; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form {
        max-width: unset;
        margin-bottom: 60px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form h2 {
          font-size: 24px;
          font-weight: normal; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item label {
          display: block;
          font-weight: bold;
          font-size: 16px;
          line-height: 1.3;
          margin: 0 0 4px 0;
          padding: 0; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email {
          border-radius: 2px;
          border: 1px solid #CCCCCC;
          color: #333333;
          display: block;
          font-size: 16px;
          padding: 6px 10px;
          height: 38px;
          max-width: 60%;
          width: 100%;
          line-height: 1.3; }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-text,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-item .form-email {
              max-width: unset; } }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .node__content .paragraph--type--webform-entity-reference .webform-submission-hcn-subscribe-form .form-actions {
          padding-top: 10px; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more {
        margin-bottom: 40px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a {
          text-decoration: underline; }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:active, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:focus, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:hover,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:active,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:focus,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:hover,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:active,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:focus,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:hover,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:active,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:focus,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:hover,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:active,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:focus,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:hover,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:active,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:focus,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:hover,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:active,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:focus,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:hover,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:active,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:focus,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:hover,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:active,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:focus,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:hover,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:active,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:focus,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:hover,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:active,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:focus,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:hover,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:active,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:focus,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:hover,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:active,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:focus,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .story-read-more a:hover,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:active,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:focus,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .story-read-more a:hover,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:active,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:focus,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .story-read-more a:hover,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:active,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:focus,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .story-read-more a:hover {
            text-decoration: none; }
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item,
      body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item,
      body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item,
      body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item,
      body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item {
        border-bottom: 2px solid #EEEEEE; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2 {
          color: #BE2D4F;
          font-size: 32px;
          text-align: center;
          margin: 0;
          padding: 30px 0 20px; }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header h2.purple,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-header h2.purple {
            color: #A44990; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos.view-display-id-most_recent {
          padding: 40px 0; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser {
          margin-bottom: 60px; }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content h3 {
              margin-bottom: 20px;
              text-align: center; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video.node--view-mode-teaser .node__content .video-date {
              text-align: center; } }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row; }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container {
              -ms-flex-direction: column;
                  flex-direction: column; } }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details {
            -ms-flex: 0 0 41.6667%;
                flex: 0 0 41.6667%;
            padding-right: 30px; }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details {
                padding-right: 0; } }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2 {
              font-size: 32px; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body {
              margin: 0;
              padding: 0; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p {
                font-size: 16px; }
            @media only screen and (max-width: 899px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details h2 {
                font-size: 20px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-details .field--name-body p {
                font-size: 14px; } }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed {
            -ms-flex: 0 0 58.3333%;
                flex: 0 0 58.3333%; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed iframe.youtube-embed-player {
              width: 570px;
              height: 320px; }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-content article.node--type-community-video .community-video-container .video-embed {
                margin-bottom: 20px; } }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer {
          padding-right: 30px;
          width: calc(100% * (5 / 12)); }
          @media only screen and (max-width: 599px) {
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-videos .view-footer {
              padding-right: 0;
              width: 100%; } }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-header a {
          color: #7D3F98;
          text-decoration: underline; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast {
          border-bottom: 2px solid #EEEEEE;
          margin-bottom: 60px;
          padding-bottom: 10px; }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row; }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container {
                -ms-flex-direction: column;
                    flex-direction: column; } }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date {
              -ms-flex-positive: 0;
                  flex-grow: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              -ms-flex-preferred-size: calc(100% / 12);
                  flex-basis: calc(100% / 12);
              font-size: 12px;
              margin-top: 5px;
              white-space: nowrap; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details {
              padding-right: 20px;
              -ms-flex-positive: 0;
                  flex-grow: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              -ms-flex-preferred-size: calc(100% * 2 / 3);
                  flex-basis: calc(100% * 2 / 3); }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2 {
                font-size: 20px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .field--name-body p {
                font-size: 18px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details .transistor-podcast-embed {
                margin-top: 20px; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail {
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail {
                -ms-flex-order: 0;
                    order: 0; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-thumbnail .field--name-field-hero-image {
                  width: 450px;
                  margin: 0 auto 10px;
                  max-width: 100%; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details {
                padding-right: 0;
                -ms-flex-order: 1;
                    order: 1; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-details h2 {
                  margin-bottom: 20px;
                  text-align: center; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container.col-3 .podcast-date {
                -ms-flex-order: 2;
                    order: 2; } }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-thumbnail {
              -ms-flex: 0 0 33.3333%;
                  flex: 0 0 33.3333%; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details {
              -ms-flex: 0 0 66.6667%;
                  flex: 0 0 66.6667%;
              padding-left: 20px; }
              @media only screen and (max-width: 599px) {
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details {
                  padding-left: 0; } }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details h3 a {
                color: #000000;
                font-size: 18px;
                margin: 0; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body {
                margin: 0;
                padding: 0; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details .field--name-body p {
                  font-size: 14px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-content article.node--type-community-podcast .community-podcast-container .podcast-details iframe.transistor-podcast-embed {
                margin-top: 0 !important;
                width: 100%;
                height: 180px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer {
          padding-top: 10px;
          padding-bottom: 40px; }
          @media only screen and (max-width: 899px) {
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-podcasts .view-footer {
              padding-top: 40px; } }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content {
          margin-top: 10px; }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
            @media only screen and (max-width: 599px) {
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper {
                -ms-flex-flow: column;
                    flex-flow: column; } }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container {
              padding: 0 5px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more {
                color: #BE2D4F;
                display: block;
                font-size: 16px;
                font-weight: bold;
                margin-top: 20px; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row .node--type-community-story .community-story-container a.read-more::after {
                  background: transparent url("/themes/custom/cvs_health/images/icon-arrow-right.png") no-repeat center center;
                  background-size: 16px auto;
                  content: ' ';
                  display: inline-block;
                  margin-left: 10px;
                  width: 16px;
                  height: 16px;
                  vertical-align: text-bottom; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) {
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: row;
                    flex-flow: row;
                text-align: left;
                padding-bottom: 60px; }
                @media only screen and (max-width: 899px) {
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container {
                    -ms-flex-flow: column;
                        flex-flow: column; } }
                @media only screen and (min-width: 600px) and (max-width: 899px) {
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container {
                    padding-left: 5px;
                    padding-right: 20px; } }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image {
                  border-radius: 0;
                  width: 240px; }
                  @media only screen and (max-width: 599px) {
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .field--name-image {
                      margin: auto;
                      width: 100%;
                      max-width: 450px; } }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details {
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-flow: column;
                      flex-flow: column;
                  width: 100%; }
                  @media only screen and (min-width: 900px) {
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details {
                      padding-left: 20px; } }
                  @media only screen and (max-width: 599px) {
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details {
                      margin: 10px auto 0;
                      max-width: 450px;
                      text-align: center; } }
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details h3 {
                    -ms-flex-order: 1;
                        order: 1; }
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details .field--name-field-display-date {
                    -ms-flex-order: 2;
                        order: 2;
                    font-size: 20px; }
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(n+4) .node--type-community-story .community-story-container .story-details a.read-more {
                    -ms-flex-order: 3;
                        order: 3; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3),
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) {
              -ms-flex: 0 0 33.3333%;
                  flex: 0 0 33.3333%; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: column;
                    flex-flow: column;
                padding-bottom: 50px;
                text-align: center; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image {
                  border-radius: 135px;
                  width: 270px;
                  height: 270px;
                  margin: 0 auto 10px;
                  overflow: hidden; }
                  @media only screen and (max-width: 899px) {
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image,
                    body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-image {
                      width: 170px;
                      height: 170px; } }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container .field--name-field-display-date {
                  font-size: 12px;
                  font-weight: bold;
                  padding-bottom: 10px; }
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3,
                body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 {
                  line-height: 1; }
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a,
                  body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories .view-content .views-infinite-scroll-content-wrapper .views-row:nth-child(-n+3) .node--type-community-story .community-story-container h3 a {
                    color: #7F4199;
                    font-size: 16px; }
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager,
        body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager {
          margin: 0 0 40px; }
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item,
          body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item {
            display: block;
            padding: 0; }
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button,
            body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button {
              background-color: #A44990;
              border: 2px solid #A44990;
              border-radius: 10px;
              display: block;
              font-weight: bold;
              font-style: 18px;
              margin: 0 auto;
              padding: 20px 10px;
              width: 215px; }
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus, body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-hcn-page .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-video .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-podcast .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-hcn-page .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-video .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-podcast .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:active,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:focus,
              body.page-node-type-community-story .page-wrapper main .layout-content .region.region-content #block-cvs-health-content article.node--type-community-story .field--name-field-contents > .field__item .views-element-container .view-hcn-community-stories ul.pager li.pager__item a.button:hover {
                background-color: #FFFFFF;
                color: #A44990;
                text-decoration: none; }

body.page-node-type-health-trends-page header .region.region-header {
  max-width: 1142px;
  padding-left: 35px;
  padding-right: 35px; }

body.page-node-type-health-trends-page .page-wrapper main {
  background-color: #FFFFFF; }
  body.page-node-type-health-trends-page .page-wrapper main .layout-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    body.page-node-type-health-trends-page .page-wrapper main .layout-content #hero-section {
      position: relative; }
    body.page-node-type-health-trends-page .page-wrapper main .layout-content h1 {
      margin: 0; }
    body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
      position: absolute;
      color: #1B2542;
      line-height: 110px;
      top: 78px;
      background-color: #FFFFFF;
      height: 250px;
      padding-right: 5px; }
      body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
        left: 40px; }
        @media screen and (min-width: 1020px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
            left: calc( 40px + 80 * ((100vw - 1020px) / 380)); } }
        @media screen and (min-width: 1400px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
            left: 120px; } }
      body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-small-title {
        font-size: 50px;
        line-height: 110px; }
        @media screen and (min-width: 375px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-small-title {
            font-size: calc( 50px + 25 * ((100vw - 375px) / 825));
            line-height: calc( (110px * 100%) + 0 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-small-title {
            font-size: 75px;
            line-height: 110px; } }
      body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-large-title {
        font-size: 133px;
        line-height: 110px; }
        @media screen and (min-width: 375px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-large-title {
            font-size: calc( 133px + 67 * ((100vw - 375px) / 825));
            line-height: calc( (110px * 100%) + 0 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-large-title {
            font-size: 200px;
            line-height: 110px; } }
    @media screen and (max-width: 1000px) {
      body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
        line-height: 50px;
        color: #1B2542;
        top: 60px;
        left: 16px;
        height: 140px;
        background-color: transparent; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-small-title {
          font-size: 40px;
          line-height: 1;
          background-color: #FFFFFF;
          margin-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container .ht-large-title {
          display: inline-block;
          font-size: 70px;
          line-height: 1;
          background-color: #FFFFFF;
          padding: 10px; } }
    @media screen and (max-width: 500px) {
      body.page-node-type-health-trends-page .page-wrapper main .layout-content .ht-title-container {
        top: 20px; } }
    body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page {
      max-width: 1400px;
      margin: 0 auto; }
      body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content {
        position: relative;
        padding-top: 191px; }
        @media only screen and (max-width: 900px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content {
            padding-top: 143px; } }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-less-link,
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-more-link {
          display: none; }
        @media only screen and (max-width: 900px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .field--name-body {
            padding: 0px 35px; }
            body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .field--name-body.read-more {
              position: relative;
              height: 200px;
              overflow: hidden;
              margin-bottom: 20px; }
            body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .field--name-body.read-more:after {
              content: "";
              position: absolute;
              z-index: 1;
              bottom: 0;
              left: 0;
              pointer-events: none;
              background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
              background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 90%);
              background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
              width: 100%;
              height: 4em; }
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-less-link {
            display: none; }
            body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-less-link .arrow {
              position: absolute;
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-bottom: 10px solid #D02039;
              border-top: none;
              right: 10px;
              top: 4px; }
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-more-link {
            display: block; }
            body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-more-link .arrow {
              position: absolute;
              width: 0;
              height: 0;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              border-top: 10px solid #D02039;
              right: 10px;
              top: 4px; }
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-less-link,
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-more-link {
            margin: auto;
            font-weight: bold;
            margin-bottom: 60px;
            width: 125px;
            position: relative; } }
        @media only screen and (max-width: 550px) {
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-less-link .arrow {
            right: 20px; }
          body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-main-body .read-more-link .arrow {
            right: 20px; } }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-end-container {
          width: 100%; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-artists-credits {
          margin: auto;
          max-width: 900px;
          border-top: solid 1px #8A8C8C;
          border-bottom: solid 1px #8A8C8C;
          color: #8A8C8C;
          text-transform: uppercase;
          font-size: 17px;
          line-height: 40px;
          margin-bottom: 50px;
          text-align: center;
          letter-spacing: 5px; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-end-container .ht-conclusion p {
          line-height: 1.6;
          font-size: 17px; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .node__content .ht-conclusion {
          margin: auto;
          max-width: 900px;
          border-top: 6px solid #D8D8D8;
          padding-top: 48px;
          border-bottom: 0;
          max-width: calc(100% - 60px);
          text-align: left;
          font-size: 17px;
          line-height: 1.6;
          margin-bottom: 50px; }
      body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .field--name-body.lead {
        max-width: 870px;
        margin: 0 auto;
        padding: 0 35px; }
        body.page-node-type-health-trends-page .page-wrapper main .layout-content article.node--type-health-trends-page .field--name-body.lead p {
          font-size: 17px;
          line-height: 27px; }
  body.page-node-type-health-trends-page .page-wrapper main .health-trends-opening-text {
    text-transform: uppercase;
    color: #D02039;
    font-weight: bold;
    letter-spacing: 1.2px; }
  body.page-node-type-health-trends-page .page-wrapper main img {
    display: block; }

article.node--type-health-trends-page #navbar {
  position: absolute;
  top: 43px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  max-width: 1243px;
  background-color: #FFFFFF;
  height: 74px;
  border-radius: 37px;
  -webkit-box-shadow: 0 0 20px #8A8C8C;
          box-shadow: 0 0 20px #8A8C8C;
  z-index: 999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px; }
  article.node--type-health-trends-page #navbar.sticky {
    position: fixed;
    top: 0; }
  article.node--type-health-trends-page #navbar button#chapter-select {
    display: none; }
  article.node--type-health-trends-page #navbar .navbar-element {
    display: inline-block;
    width: 11.11%;
    text-align: center; }
    article.node--type-health-trends-page #navbar .navbar-element a {
      color: #4D4D4C;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 10px; }
      article.node--type-health-trends-page #navbar .navbar-element a:hover {
        color: #D02039; }
    article.node--type-health-trends-page #navbar .navbar-element.active a {
      color: #D02039; }
    article.node--type-health-trends-page #navbar .navbar-element.intro {
      margin-left: 11px; }
    article.node--type-health-trends-page #navbar .navbar-element.theme {
      border-left: 1px solid #D8D8D8; }
    article.node--type-health-trends-page #navbar .navbar-element.anchor-link {
      background-color: #FFFFFF; }
      article.node--type-health-trends-page #navbar .navbar-element.anchor-link span.label {
        width: 100px;
        display: inline-block; }
    article.node--type-health-trends-page #navbar .navbar-element.download-report {
      width: 165px;
      background-color: #1B2542;
      color: #FFFFFF;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      article.node--type-health-trends-page #navbar .navbar-element.download-report a {
        font-size: 12px;
        width: 115px;
        margin: 0 auto;
        line-height: 1.5;
        letter-spacing: 1px;
        color: #FFFFFF; }
        article.node--type-health-trends-page #navbar .navbar-element.download-report a:hover, article.node--type-health-trends-page #navbar .navbar-element.download-report a:focus {
          color: #BABABA;
          text-decoration: none; }
    article.node--type-health-trends-page #navbar .navbar-element.social-links {
      width: 165px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      background-color: #14AA9C;
      color: #FFFFFF;
      height: 100%;
      border-radius: 0 37px 37px 0; }
      article.node--type-health-trends-page #navbar .navbar-element.social-links ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        margin: 0;
        padding: 0;
        padding-left: 12px; }
        article.node--type-health-trends-page #navbar .navbar-element.social-links ul li {
          display: inline-block; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li a {
            display: inline-block;
            text-indent: -999999px;
            height: 100%;
            width: 30px; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.facebook a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-facebook-icon@2x.png");
            background-position: 50% 46%;
            background-repeat: no-repeat;
            background-size: 10px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.facebook a:hover {
            background-size: 12px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.twitter a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-twitter-icon@2x.png");
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 17px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.twitter a:hover {
            background-size: 21px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.linkedin a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-linkedin-icon@2x.png");
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 18px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.linkedin a:hover {
            background-size: 21px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.doximity a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-doximity-icon@2x.png");
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 18px auto; }
          article.node--type-health-trends-page #navbar .navbar-element.social-links ul li.doximity a:hover {
            background-size: 21px auto; }
  article.node--type-health-trends-page #navbar.mobile {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    -webkit-box-shadow: 0 20px 15px -15px #DCDEDC;
            box-shadow: 0 20px 15px -15px #DCDEDC; }
    article.node--type-health-trends-page #navbar.mobile button#chapter-select {
      display: block;
      width: 100%;
      background-color: #1B2542;
      color: #FFFFFF;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1.6px;
      border: 0;
      padding: 10px 0; }
      article.node--type-health-trends-page #navbar.mobile button#chapter-select .label {
        position: relative;
        display: inline-block;
        max-width: 305px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        padding: 0 35px; }
      article.node--type-health-trends-page #navbar.mobile button#chapter-select .arrow {
        position: absolute;
        top: 3px;
        right: 35px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 14px solid #FFFFFF; }
    article.node--type-health-trends-page #navbar.mobile .navbar-element {
      width: 100%; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element a {
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1.6px;
        padding: 8px 0;
        display: inline-block; }
        article.node--type-health-trends-page #navbar.mobile .navbar-element a .label {
          display: inline-block;
          max-width: 305px;
          width: 100%;
          margin: 0 auto;
          text-align: left;
          padding: 0 35px; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element.intro {
        margin: 0;
        border-bottom: 1px solid #D8D8D8; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element.theme {
        border-left: none;
        border-bottom: 1px solid #D8D8D8; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element.anchor-link {
        display: none; }
        article.node--type-health-trends-page #navbar.mobile .navbar-element.anchor-link span.label {
          width: 100%; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element.download-report {
        display: block;
        background-color: #FFFFFF;
        height: auto;
        border-bottom: 1px solid #D8D8D8; }
        article.node--type-health-trends-page #navbar.mobile .navbar-element.download-report a {
          color: #BABABA; }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.download-report a:hover, article.node--type-health-trends-page #navbar.mobile .navbar-element.download-report a:focus {
            color: #D02039; }
      article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links {
        border-radius: 0;
        background-color: #FFFFFF;
        display: block;
        height: auto; }
        article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul {
          display: inline-block;
          max-width: 305px;
          width: 100%;
          margin: 0 auto;
          text-align: left;
          padding: 0 35px; }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul li:first-of-type {
            margin-left: -10px; }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul li.facebook a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-facebook-icon-red@2x.png"); }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul li.twitter a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-twitter-icon-red@2x.png"); }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul li.linkedin a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-linkedin-icon-red@2x.png"); }
          article.node--type-health-trends-page #navbar.mobile .navbar-element.social-links ul li.doximity a {
            content: '';
            background-image: url("/themes/custom/cvs_health/images/health_trends/ht-doximity-icon-red@2x.png"); }
    article.node--type-health-trends-page #navbar.mobile.expanded button#chapter-select .arrow {
      position: absolute;
      top: 3px;
      right: 35px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 14px solid #FFFFFF;
      border-top: none; }
    article.node--type-health-trends-page #navbar.mobile.expanded .navbar-element.anchor-link {
      display: block; }

.theme-label {
  max-width: 1212px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3.12px;
  color: #8A8C8C;
  padding: 0 35px; }
  .theme-label {
    margin-left: 0px; }
    @media screen and (min-width: 1212px) {
      .theme-label {
        margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
    @media screen and (min-width: 1400px) {
      .theme-label {
        margin-left: 130px; } }
  .theme-label {
    margin-right: 0px; }
    @media screen and (min-width: 1212px) {
      .theme-label {
        margin-right: calc( 0px + 58 * ((100vw - 1212px) / 188)); } }
    @media screen and (min-width: 1400px) {
      .theme-label {
        margin-right: 58px; } }
  @media only screen and (max-width: 900px) {
    .theme-label {
      font-size: 14px;
      letter-spacing: 2.19px; } }

.banner-image {
  width: 100vw;
  margin-left: calc((1400px - 100vw) / 2); }
  .banner-image {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .banner-image {
        margin-bottom: calc( 20px + 30 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .banner-image {
        margin-bottom: 50px; } }
  .banner-image {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      .banner-image {
        margin-bottom: calc( 20px + 70 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      .banner-image {
        margin-bottom: 90px; } }
  @media only screen and (max-width: 1400px) {
    .banner-image {
      width: 100%;
      margin-left: 0px; } }

.paragraph--type--health-trends-theme.paragraph--view-mode--default header,
.paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
  max-width: 1212px;
  margin: 0;
  padding: 0 35px; }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
  .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
    margin-left: 0px; }
    @media screen and (min-width: 1212px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
        margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
    @media screen and (min-width: 1400px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
        margin-left: 130px; } }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
  .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
    margin-right: 0px; }
    @media screen and (min-width: 1212px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
        margin-right: calc( 0px + 58 * ((100vw - 1212px) / 188)); } }
    @media screen and (min-width: 1400px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header,
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
        margin-right: 58px; } }

.paragraph--type--health-trends-theme.paragraph--view-mode--default header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 50px; }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default header .title {
    width: 472px;
    max-width: 472px;
    border-right: 1px solid #D8D8D8;
    padding-right: 75px;
    font-size: 58px;
    font-weight: bold;
    line-height: 58px; }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default header .subtitle {
    max-width: 400px;
    padding-left: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #D02039;
    line-height: 32px; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--health-trends-theme.paragraph--view-mode--default header {
      display: block;
      margin-bottom: 30px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header .title {
        border-right: none;
        border-bottom: 1px solid #D8D8D8;
        font-size: 35px;
        width: 100%;
        max-width: none;
        padding-right: 0px;
        padding-bottom: 15px;
        line-height: 35px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default header .subtitle {
        border-bottom: 1px solid #D8D8D8;
        width: 100%;
        max-width: none;
        padding-left: 0px;
        font-size: 19px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 25px; } }

.paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section {
    width: 100%; }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content > * {
        margin-bottom: 25px; }
        @media screen and (min-width: 375px) {
          .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content > * {
            margin-bottom: calc( 25px + 30 * ((100vw - 375px) / 825)); } }
        @media screen and (min-width: 1200px) {
          .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content > * {
            margin-bottom: 55px; } }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .paragraph--type--text-component {
      max-width: 600px; }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-less-link,
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link {
      display: none; }
    @media only screen and (max-width: 900px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .paragraph--type--text-component {
        max-width: 100%; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content.read-more {
        position: relative;
        height: 250px;
        overflow: hidden;
        margin-bottom: 20px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .field--name-field-ht-main-content.read-more:after {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        pointer-events: none;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, white));
        background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 90%);
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 90%);
        width: 100%;
        height: 4em; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-less-link .arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 10px solid #D02039;
        border-top: none;
        right: 10px;
        top: 4px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link {
        display: block; }
        .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link .arrow {
          position: absolute;
          width: 0;
          height: 0;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 10px solid #D02039;
          right: 0px;
          top: 4px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-less-link,
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link {
        margin: auto;
        font-weight: bold;
        margin-bottom: 60px;
        width: 120px;
        position: relative; } }
    @media only screen and (max-width: 550px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-less-link .arrow {
        right: 20px; }
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link .arrow {
        right: 10px; } }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .paragraph--type--brightcove-video {
      margin-top: 0; }
  .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar {
    width: 320px;
    min-width: 320px; }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar {
      margin-left: 40px; }
      @media screen and (min-width: 375px) {
        .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar {
          margin-left: calc( 40px + 40 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar {
          margin-left: 80px; } }
    @media only screen and (max-width: 900px) {
      .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar {
        width: 100%;
        margin-left: 0; } }
    .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .sidebar .field--name-field-ht-sidebar {
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.paragraph--type--health-trends-theme.paragraph--view-mode--default .graphic-section {
  width: 100%; }

.paragraph--type--health-trends-theme.paragraph--view-mode--default footer.related-content {
  margin-bottom: 50px; }

body.ie11 .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-less-link,
body.ie11 .paragraph--type--health-trends-theme.paragraph--view-mode--default .content .main-section .read-more-link {
  margin: 0px calc(50% - 75px) 0px 0px; }

body.page-node-type-health-trends-page .field--type-text-with-summary p,
body.page-node-type-health-trends-page .paragraph--type--text-component p {
  font-size: 17px;
  line-height: 1.6; }

.paragraph--type--ht-blood-stats {
  width: 100%;
  max-width: 250px;
  margin-top: 0px; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-blood-stats {
      margin: auto; } }
  @media only screen and (max-width: 376px) {
    .paragraph--type--ht-blood-stats {
      display: block;
      left: -20px;
      position: relative; } }
  .paragraph--type--ht-blood-stats #blood-stats-animation {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1; }

body.ie11 .paragraph--type--ht-blood-stats {
  height: 840px; }

.paragraph--type--ht-data-stats {
  width: 320px;
  background-color: #F2F3F0;
  padding: 30px 45px;
  text-align: center;
  line-height: normal; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-data-stats {
      margin: auto; } }
  @media only screen and (max-width: 376px) {
    .paragraph--type--ht-data-stats {
      left: -10px;
      position: relative;
      width: 90%; } }
  .paragraph--type--ht-data-stats .ht-data-stats-title {
    padding-top: 4px;
    font-weight: bold;
    font-size: 30px;
    width: 230px;
    margin: auto; }
  .paragraph--type--ht-data-stats .ht-data-stats-stat {
    color: #D02039;
    font-size: 77px;
    font-weight: bold; }
  .paragraph--type--ht-data-stats .ht-data-stats-stat-small {
    color: #D02039;
    font-size: 50px;
    font-weight: bold; }
  .paragraph--type--ht-data-stats .ht-data-stats-paragraph {
    font-size: 14px;
    width: 148px;
    margin: auto;
    padding-top: 5px; }
  .paragraph--type--ht-data-stats .ht-data-stats-paragraph-short {
    margin-top: -8px;
    padding-top: 0px; }
  .paragraph--type--ht-data-stats .ht-data-stats-paragraph-padding-top {
    padding-top: 40px; }
  .paragraph--type--ht-data-stats .ht-data-stats-substat {
    color: #1B2542;
    font-size: 26px;
    font-weight: bold;
    margin-top: -8px; }
  .paragraph--type--ht-data-stats .ht-data-stats-subtitle {
    font-weight: bold;
    font-size: 14px; }

.paragraph--type--ht-kidney-disease-awareness {
  width: 100%;
  max-width: 250px;
  margin-top: 0;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-kidney-disease-awareness {
      margin-top: 35px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 376px) {
    .paragraph--type--ht-kidney-disease-awareness {
      display: block;
      margin: auto;
      left: -20px;
      position: relative; } }
  .paragraph--type--ht-kidney-disease-awareness .title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 10px; }
  .paragraph--type--ht-kidney-disease-awareness .description {
    font-size: 14px;
    line-height: 1.4;
    color: #4D4D4C;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 5px; }
  .paragraph--type--ht-kidney-disease-awareness .label {
    font-size: 14px;
    line-height: 1.35;
    font-weight: bold;
    letter-spacing: 0.88px;
    text-transform: uppercase; }
  .paragraph--type--ht-kidney-disease-awareness .animation-wrapper {
    position: relative;
    margin: auto;
    margin-bottom: 25px;
    width: 70%; }
    .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      width: 100%;
      text-align: left; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats > * {
        width: 50%; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats .left {
        color: #14AA9C; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats .right {
        color: #D02039; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats .num {
        font-size: 48px;
        font-weight: 500;
        line-height: 1;
        width: 80px;
        margin: 0 auto; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats .percentage {
        font-size: 25px;
        line-height: 1; }
      .paragraph--type--ht-kidney-disease-awareness .animation-wrapper .stats .metric {
        font-size: 14px;
        line-height: 1.42;
        letter-spacing: 0.58px;
        font-weight: bold;
        width: 80px;
        margin: 0 auto; }
  .paragraph--type--ht-kidney-disease-awareness #kidney-animation-1-callout-info-panel {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(110%, -33%);
            transform: translate(110%, -33%);
    background-color: #D02039;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.15;
    font-weight: bold;
    letter-spacing: 0.53px;
    max-width: 115px;
    padding: 15px 10px;
    z-index: 2;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
            animation: 3s ease 0s normal forwards 1 fadein; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .paragraph--type--ht-kidney-disease-awareness #kidney-animation-1-callout-info-panel::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-right: 15px solid #D02039;
      z-index: 1; }
    @media only screen and (max-width: 1350px) {
      .paragraph--type--ht-kidney-disease-awareness #kidney-animation-1-callout-info-panel {
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: none;
                transform: none;
        margin-right: 0;
        margin-left: auto;
        max-width: 175px;
        margin-top: 10px;
        margin-right: -40px; }
        .paragraph--type--ht-kidney-disease-awareness #kidney-animation-1-callout-info-panel::before {
          content: '';
          position: absolute;
          top: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #D02039;
          border-top: none; } }

.paragraph--type--ht-project-health-landscape-map {
  margin-top: -300px; }
  @media only screen and (max-width: 1100px) {
    .paragraph--type--ht-project-health-landscape-map {
      margin-top: -150px; } }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-project-health-landscape-map {
      margin-top: 20px; }
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy h2.theme-title {
        width: 100%; } }
  .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    max-width: 1212px;
    margin: 0;
    margin-bottom: 35px;
    padding: 0 35px; }
    .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
      margin-left: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
          margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
          margin-left: 130px; } }
    .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
      margin-right: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
          margin-right: calc( 0px + 58 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper {
          margin-right: 58px; } }
    @media only screen and (min-width: 900px) {
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper::after {
        content: '';
        width: 320px;
        min-width: 320px; }
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper::after {
          margin-left: 40px; } }
    @media only screen and (min-width: 900px) and (min-width: 375px) {
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper::after {
        margin-left: calc( 40px + 40 * ((100vw - 375px) / 825)); } }
    @media only screen and (min-width: 900px) and (min-width: 1200px) {
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper::after {
        margin-left: 80px; } }
    .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media only screen and (max-width: 900px) {
        .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy {
          max-width: 100%;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy h2.theme-title {
        border-top: 6px solid #D8D8D8;
        padding-top: 20px;
        max-width: 600px; }
        @media only screen and (max-width: 900px) {
          .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy h2.theme-title {
            max-width: 100%; } }
      .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy .theme-description {
        max-width: 600px; }
        @media only screen and (max-width: 900px) {
          .paragraph--type--ht-project-health-landscape-map .copy-wrapper > .copy .theme-description {
            max-width: 100%; } }
  .paragraph--type--ht-project-health-landscape-map .map-wrapper {
    height: auto;
    width: 100%;
    max-width: 1212px;
    margin: 0;
    padding: 0 35px; }
    .paragraph--type--ht-project-health-landscape-map .map-wrapper {
      margin-left: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-project-health-landscape-map .map-wrapper {
          margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-project-health-landscape-map .map-wrapper {
          margin-left: 130px; } }
    .paragraph--type--ht-project-health-landscape-map .map-wrapper {
      margin-right: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-project-health-landscape-map .map-wrapper {
          margin-right: calc( 0px + 58 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-project-health-landscape-map .map-wrapper {
          margin-right: 58px; } }
    @media only screen and (max-width: 900px) {
      .paragraph--type--ht-project-health-landscape-map .map-wrapper {
        padding: 0; } }
  .paragraph--type--ht-project-health-landscape-map .desktop-map {
    position: relative;
    display: block; }
    @media only screen and (max-width: 900px) {
      .paragraph--type--ht-project-health-landscape-map .desktop-map {
        display: none; } }
    .paragraph--type--ht-project-health-landscape-map .desktop-map svg {
      width: 100%;
      height: auto; }
    .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      width: 336px;
      height: auto;
      background-color: #FFFFFF;
      border: 1px solid #BABABA;
      padding: 45px 35px 25px 35px;
      text-align: center; }
      .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card .cities {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        line-height: 1.1;
        padding-bottom: 12px;
        margin-bottom: 10px; }
        .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card .cities::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 28px;
          height: 1px;
          background-color: #000000;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); }
        .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card .cities span {
          display: block; }
      .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card .stat {
        color: #D02039;
        font-size: 51px;
        font-weight: normal;
        line-height: 66px;
        margin-bottom: 5px; }
        .paragraph--type--ht-project-health-landscape-map .desktop-map .info-card .stat .num {
          font-size: 80px;
          font-weight: bold; }
    .paragraph--type--ht-project-health-landscape-map .desktop-map #close-map-info-panel {
      display: none;
      position: absolute;
      background-color: transparent;
      padding: 0;
      margin: 0;
      border: none;
      background-image: url("/themes/custom/cvs_health/images/health_trends/close-hot-spot@2x.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      text-indent: -99999999px; }
  .paragraph--type--ht-project-health-landscape-map .mobile-map {
    display: none; }
    @media only screen and (max-width: 900px) {
      .paragraph--type--ht-project-health-landscape-map .mobile-map {
        display: block; } }
    .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-image {
      width: 188px;
      height: 188px;
      margin: auto; }
      .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-image img {
        width: 188px;
        height: 188px; }
    .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text {
      padding-top: 75px;
      padding-right: 26px;
      padding-left: 26px;
      border: 1px solid #D8D8D8;
      -webkit-box-shadow: 0px 0px 5px 0px #D8D8D8;
              box-shadow: 0px 0px 5px 0px #D8D8D8;
      height: 320px;
      text-align: center;
      line-height: normal;
      margin-top: -60px; }
      .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-slide-pager {
        position: absolute;
        width: calc(100% - 52px); }
        .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-slide-pager .slick-prev {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-prev.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 27px;
          height: 46px;
          padding: 0px;
          left: -14px;
          top: -15px; }
        .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-slide-pager .slick-next {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-next.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 27px;
          height: 46px;
          padding: 0px;
          right: -10px;
          top: -15px; }
      .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-text-location {
        font-weight: bold;
        font-size: 14px; }
      .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-spacer {
        border-bottom: 2px solid #000000;
        width: 20px;
        margin: auto;
        padding-top: 20px; }
      .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-text-stat {
        font-size: 80px;
        color: #D02039;
        font-weight: bold; }
        .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-text-stat .mobile-map-slide-text-stat-small {
          font-size: 50px; }
        .paragraph--type--ht-project-health-landscape-map .mobile-map .map-wrapper .mobile-map-slide .mobile-map-slide-text .mobile-map-slide-text-stat .mobile-map-slide-text-description {
          font-size: 17px;
          max-width: 225px;
          margin: auto; }

body.ie11 .paragraph--type--ht-project-health-landscape-map .desktop-map svg {
  height: 800px; }

.paragraph--type--ht-read-full-report-pdf {
  display: inline-block; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-read-full-report-pdf {
      display: block;
      margin: auto; } }
  @media only screen and (max-width: 376px) {
    .paragraph--type--ht-read-full-report-pdf {
      display: block;
      margin: auto;
      width: calc(100% + 35px);
      left: -35px;
      position: relative; } }
  .paragraph--type--ht-read-full-report-pdf > ._inner {
    width: 250px;
    background-color: #1B2542;
    padding: 35px 25px;
    text-align: center;
    margin: auto; }
    .paragraph--type--ht-read-full-report-pdf > ._inner .heart-image {
      width: 104px;
      height: auto;
      margin: auto; }
      .paragraph--type--ht-read-full-report-pdf > ._inner .heart-image img {
        width: 104px;
        height: auto; }
    .paragraph--type--ht-read-full-report-pdf > ._inner .label {
      color: #FFFFFF;
      display: block;
      font-size: 16px;
      font-weight: bold;
      margin-top: 17px; }
    .paragraph--type--ht-read-full-report-pdf > ._inner .download-report {
      background-color: #D02039;
      color: #FFFFFF;
      font-size: 12px;
      width: 180px;
      height: 50px;
      padding: 10px 30px;
      display: block;
      margin-right: auto;
      margin-left: auto;
      margin-top: 17px;
      margin-bottom: 9px;
      text-transform: uppercase;
      line-height: normal;
      letter-spacing: 2px;
      font-weight: bold; }

body.page-node-type-health-trends-page .related-content {
  max-width: 928px;
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 40px; }
  body.page-node-type-health-trends-page .related-content {
    margin-left: 0px; }
    @media screen and (min-width: 1212px) {
      body.page-node-type-health-trends-page .related-content {
        margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
    @media screen and (min-width: 1400px) {
      body.page-node-type-health-trends-page .related-content {
        margin-left: 130px; } }
  @media screen and (max-width: 900px) {
    body.page-node-type-health-trends-page .related-content .related-content-title {
      font-size: 18px; } }
  body.page-node-type-health-trends-page .related-content .related-content-title {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 8px;
    border-top: solid 8px #000000; }
  body.page-node-type-health-trends-page .related-content .related-articles-view .view-content {
    display: -ms-flexbox;
    display: flex; }
    body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .views-row:nth-child(2) {
      margin-left: 54px;
      margin-right: 54px; }
    @media screen and (max-width: 950px) {
      body.page-node-type-health-trends-page .related-content .related-articles-view .view-content {
        display: block; }
        body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .views-row:nth-child(2) {
          margin-left: 0px;
          margin-right: 0px; }
        body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .views-row {
          display: -ms-flexbox;
          display: flex; }
          body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .views-row .view-text-container {
            padding-left: 10px; } }
    body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-image-container {
      margin-bottom: 15px; }
      body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-image-container img {
        width: 250px; }
        @media screen and (max-width: 500px) {
          body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-image-container img {
            width: 100px; } }
    body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-text-container h3 {
      line-height: normal; }
      body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-text-container h3 a {
        font-size: 20px;
        color: #000000;
        text-decoration: underline; }
        @media screen and (max-width: 500px) {
          body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-text-container h3 a {
            font-size: 12px; } }
      body.page-node-type-health-trends-page .related-content .related-articles-view .view-content .view-text-container h3 a:hover {
        text-decoration: none; }

.paragraph--type--ht-loneliness-statistics-slider .slick-dots {
  left: 115px; }

.paragraph--type--ht-healthcare-costs-slider .slick-dots {
  left: 130px; }

.paragraph--type--ht-loneliness-statistics-slider,
.paragraph--type--ht-healthcare-costs-slider {
  width: 320px;
  margin-top: 10px;
  line-height: normal; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-loneliness-statistics-slider,
    .paragraph--type--ht-healthcare-costs-slider {
      margin-left: auto;
      margin-right: auto; } }
  .paragraph--type--ht-loneliness-statistics-slider .slick-dots,
  .paragraph--type--ht-healthcare-costs-slider .slick-dots {
    list-style: none;
    margin: auto;
    position: absolute;
    bottom: 20px; }
    .paragraph--type--ht-loneliness-statistics-slider .slick-dots li,
    .paragraph--type--ht-healthcare-costs-slider .slick-dots li {
      width: 11px;
      height: 11px;
      margin-right: 5px;
      display: inline-block; }
      .paragraph--type--ht-loneliness-statistics-slider .slick-dots li button,
      .paragraph--type--ht-healthcare-costs-slider .slick-dots li button {
        width: 11px;
        height: 11px;
        background-color: #949494;
        padding: 0px;
        border-radius: 10px;
        text-indent: 9999px;
        white-space: nowrap;
        overflow: hidden; }
    .paragraph--type--ht-loneliness-statistics-slider .slick-dots li.slick-active button,
    .paragraph--type--ht-healthcare-costs-slider .slick-dots li.slick-active button {
      background-color: #D02039; }
    .paragraph--type--ht-loneliness-statistics-slider .slick-dots li:last-child,
    .paragraph--type--ht-healthcare-costs-slider .slick-dots li:last-child {
      margin-right: 0px; }
  .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide,
  .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide,
  .paragraph--type--ht-healthcare-costs-slider .loneliness-slide,
  .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide {
    width: 320px;
    margin: auto;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px #D8D8D8;
            box-shadow: 0px 0px 5px 0px #D8D8D8;
    border: 1px solid #D8D8D8; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top {
      padding: 36px 43px 31px 43px; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top {
      padding: 27px 48px; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top,
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top {
      background-color: #F2F3F0; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-title,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top .loneliness-slide-description {
        margin-top: 5px;
        font-size: 20px;
        color: #000000; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-description {
        font-size: 14px;
        color: #4D4D4C; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-top .healthcare-cost-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top .loneliness-slide-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-top .healthcare-cost-slide-description {
        font-weight: bold; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom {
      height: 375px; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom {
      height: 436px; }
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom,
    .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom,
    .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom,
    .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom {
      background-color: #FFFFFF;
      padding: 20px 48px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev {
        top: 55px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev {
        top: 70px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager {
        position: absolute; }
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow {
          background-color: transparent; }
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover, .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-arrow:focus,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:hover,
          .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-arrow:focus {
            opacity: .6; }
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-prev,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-prev {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-prev.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 27px;
          height: 46px;
          padding: 0px;
          left: -32px; }
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-slide-pager .slick-next,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-slide-pager .slick-next {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-next.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 27px;
          height: 46px;
          padding: 0px;
          left: 225px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-image img {
        width: 153px;
        height: 153px;
        margin: auto; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-image img,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-image img {
        width: 191px;
        height: 191px;
        margin: auto; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat {
        font-size: 96px;
        color: #D02039;
        font-weight: bold; }
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat .loneliness-slide-stat-small {
          font-size: 60px;
          color: #D02039;
          font-weight: bold; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat {
        font-size: 80px;
        color: #D02039; }
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small,
        .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat .healthcare-cost-slide-stat-small {
          font-size: 50px;
          color: #D02039; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .loneliness-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .loneliness-slide-stat-description {
        font-size: 14px;
        margin-bottom: 50px; }
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-loneliness-statistics-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .loneliness-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .loneliness-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .loneliness-slide-bottom .healthcare-cost-slide-stat-description,
      .paragraph--type--ht-healthcare-costs-slider .healthcare-cost-slide .healthcare-cost-slide-bottom .healthcare-cost-slide-stat-description {
        font-size: 17px;
        margin-bottom: 50px; }

.paragraph--type--ht-slide-set {
  margin-top: 20px; }
  .paragraph--type--ht-slide-set .copy-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    max-width: 1212px;
    margin: 0;
    margin-bottom: 35px;
    padding: 0 35px; }
    .paragraph--type--ht-slide-set .copy-wrapper {
      margin-left: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-slide-set .copy-wrapper {
          margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-slide-set .copy-wrapper {
          margin-left: 130px; } }
    .paragraph--type--ht-slide-set .copy-wrapper {
      margin-right: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-slide-set .copy-wrapper {
          margin-right: calc( 0px + 58 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-slide-set .copy-wrapper {
          margin-right: 58px; } }
    @media only screen and (min-width: 900px) {
      .paragraph--type--ht-slide-set .copy-wrapper::after {
        content: '';
        width: 320px;
        min-width: 320px; }
        .paragraph--type--ht-slide-set .copy-wrapper::after {
          margin-left: 40px; } }
    @media only screen and (min-width: 900px) and (min-width: 375px) {
      .paragraph--type--ht-slide-set .copy-wrapper::after {
        margin-left: calc( 40px + 40 * ((100vw - 375px) / 825)); } }
    @media only screen and (min-width: 900px) and (min-width: 1200px) {
      .paragraph--type--ht-slide-set .copy-wrapper::after {
        margin-left: 80px; } }
    .paragraph--type--ht-slide-set .copy-wrapper > .copy {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      @media only screen and (max-width: 900px) {
        .paragraph--type--ht-slide-set .copy-wrapper > .copy {
          max-width: 100%;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
      .paragraph--type--ht-slide-set .copy-wrapper > .copy h2.title {
        width: 100%;
        max-width: 600px;
        padding-top: 20px;
        border-top: 6px solid #D8D8D8; }
        @media only screen and (max-width: 900px) {
          .paragraph--type--ht-slide-set .copy-wrapper > .copy h2.title {
            max-width: 100%;
            text-align: center; } }
      .paragraph--type--ht-slide-set .copy-wrapper > .copy .description {
        width: 100%;
        max-width: 600px; }
        @media only screen and (max-width: 900px) {
          .paragraph--type--ht-slide-set .copy-wrapper > .copy .description {
            max-width: 100%;
            text-align: center; } }
  .paragraph--type--ht-slide-set .slider-wrapper {
    max-width: 1124px;
    margin: 0;
    margin-top: 40px;
    margin-right: auto;
    padding: 0 35px; }
    .paragraph--type--ht-slide-set .slider-wrapper {
      margin-left: 0px; }
      @media screen and (min-width: 1212px) {
        .paragraph--type--ht-slide-set .slider-wrapper {
          margin-left: calc( 0px + 130 * ((100vw - 1212px) / 188)); } }
      @media screen and (min-width: 1400px) {
        .paragraph--type--ht-slide-set .slider-wrapper {
          margin-left: 130px; } }
    @media only screen and (max-width: 900px) {
      .paragraph--type--ht-slide-set .slider-wrapper {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0; } }
  .paragraph--type--ht-slide-set .ht-slide-top {
    background-color: #F2F3F0;
    border: 1px solid #D8D8D8;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 14px;
    padding-right: 14px; }
    @media screen and (max-width: 900px) {
      .paragraph--type--ht-slide-set .ht-slide-top {
        display: none; } }
    .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides {
      display: -ms-flexbox;
      display: flex; }
      .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single {
        margin-right: 14px;
        opacity: .4; }
        .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single {
          width: 60px; }
          @media screen and (min-width: 901px) {
            .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single {
              width: calc( 60px + 21 * ((100vw - 901px) / 223)); } }
          @media screen and (min-width: 1124px) {
            .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single {
              width: 81px; } }
        .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single:hover, .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single.active {
          opacity: 1; }
        .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner {
          position: relative;
          text-align: center;
          cursor: pointer; }
          .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-slide-description {
            display: none; }
          .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-title {
            padding-top: 8px;
            text-align: center; }
            .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-title {
              font-size: 11px;
              line-height: 1.4; }
              @media screen and (min-width: 901px) {
                .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-title {
                  font-size: calc( 11px + 2 * ((100vw - 901px) / 153));
                  line-height: calc( (1.4 * 100%) + 0.3 * ((100vw - 901px) / 153)); } }
              @media screen and (min-width: 1054px) {
                .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-title {
                  font-size: 13px;
                  line-height: 1.7; } }
          .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image {
            display: inline-block; }
            .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image {
              width: 100%;
              max-width: 77px;
              height: auto; }
              .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image img {
                width: 100%;
                height: auto; }
      .paragraph--type--ht-slide-set .ht-slide-top .field--name-field-slides .ht-slide-single:last-child {
        margin-right: 0px; }
  .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide {
    -webkit-box-shadow: 0px 0px 5px 0px #D8D8D8;
            box-shadow: 0px 0px 5px 0px #D8D8D8;
    border: 1px solid #D8D8D8;
    border-top: none;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 1100px) {
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide {
        height: 392px; } }
    @media only screen and (max-width: 900px) {
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide {
        height: 280px;
        padding-top: 0px;
        padding-bottom: 0px; } }
    @media screen and (max-width: 550px) {
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide {
        height: 320px;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner {
      width: 612px;
      margin: auto;
      display: table; }
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image {
        display: table-cell; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image {
          width: 282px;
          height: 282px; }
          .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image img {
            width: 282px;
            height: 282px; }
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 30px;
        font-size: 17px; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text .field--name-field-title {
          text-transform: uppercase;
          font-weight: bold;
          color: #D02039; }
      .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager {
        position: absolute; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-arrow {
          background-color: transparent; }
          .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-arrow:hover, .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-arrow:focus {
            opacity: .6; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-prev {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-prev-big.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 37px;
          height: 58px;
          padding: 0px;
          left: -700px;
          top: 111px; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
          background-image: url("/themes/custom/cvs_health/images/health_trends/arrow-next-big.svg");
          background-repeat: no-repeat;
          background-color: #FFFFFF;
          text-indent: 9999px;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          width: 37px;
          height: 58px;
          padding: 0px;
          left: 35px;
          top: 111px; }
      @media screen and (max-width: 900px) {
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner {
          width: 100%;
          display: block;
          text-align: center; }
          .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image {
            display: block; }
            .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image {
              margin: auto;
              width: 188px;
              height: 188px; }
              .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-image .field--name-field-image img {
                width: 188px;
                height: 188px; }
          .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text {
            display: block;
            width: calc(100% - 120px);
            margin-right: 60px;
            margin-left: 60px;
            padding: 0px;
            margin-top: 10px;
            font-size: 14px; }
          .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager {
            width: 100%;
            height: 10px;
            bottom: 0px; }
            .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-prev {
              top: -70px;
              left: 20px; }
            .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
              top: -70px;
              left: unset;
              right: 20px; } }
      @media screen and (max-width: 550px) {
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-text {
          width: calc(100% - 120px);
          margin-right: 60px;
          margin-left: 60px; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-prev {
          left: 0px;
          top: -110px; }
        .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
          right: 0px;
          top: -110px; } }

body.ie11 .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-prev {
  top: -75px; }

body.ie11 .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
  top: -75px; }
  @media screen and (max-width: 900px) {
    body.ie11 .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
      left: calc(100vw - 80px); } }
  @media screen and (max-width: 550px) {
    body.ie11 .paragraph--type--ht-slide-set .ht-slide-bottom .paragraph--type--ht-slide .ht-slide-inner .ht-slide-slide-pager .slick-next {
      left: calc(100vw - 60px); } }

.paragraph--type--ht-blood-stats {
  width: 100%;
  max-width: 250px;
  margin-top: 0px; }
  @media only screen and (max-width: 900px) {
    .paragraph--type--ht-blood-stats {
      margin: auto; } }
  @media only screen and (max-width: 376px) {
    .paragraph--type--ht-blood-stats {
      display: block;
      left: -20px;
      position: relative; } }
  .paragraph--type--ht-blood-stats #blood-stats-animation {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1; }

body.ie11 .paragraph--type--ht-blood-stats {
  height: 840px; }

body.ie11 .region.region-footer > div.block,
body.ie11 .region.region-footer > nav {
  padding-bottom: 20px; }
  @media screen and (min-width: 375px) {
    body.ie11 .region.region-footer > div.block,
    body.ie11 .region.region-footer > nav {
      padding-bottom: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    body.ie11 .region.region-footer > div.block,
    body.ie11 .region.region-footer > nav {
      padding-bottom: 40px; } }

body.ie11 .region.region-footer > div.block,
body.ie11 .region.region-footer > nav {
  margin-bottom: 20px; }
  @media screen and (min-width: 375px) {
    body.ie11 .region.region-footer > div.block,
    body.ie11 .region.region-footer > nav {
      margin-bottom: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    body.ie11 .region.region-footer > div.block,
    body.ie11 .region.region-footer > nav {
      margin-bottom: 40px; } }

body.ie11 .region.region-footer #block-sign-up-form-get-the-latest,
body.ie11 .region.region-footer #block-about-cvs-health,
body.ie11 .region.region-footer #block-quick-links-menu {
  padding-right: 20px; }
  @media screen and (min-width: 375px) {
    body.ie11 .region.region-footer #block-sign-up-form-get-the-latest,
    body.ie11 .region.region-footer #block-about-cvs-health,
    body.ie11 .region.region-footer #block-quick-links-menu {
      padding-right: calc( 20px + 20 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    body.ie11 .region.region-footer #block-sign-up-form-get-the-latest,
    body.ie11 .region.region-footer #block-about-cvs-health,
    body.ie11 .region.region-footer #block-quick-links-menu {
      padding-right: 40px; } }

body.ie11 .region.region-footer #block-sign-up-form-get-the-latest,
body.ie11 .region.region-footer #block-followus,
body.ie11 .region.region-footer #block-about-cvs-health,
body.ie11 .region.region-footer #block-corp-info-menu,
body.ie11 .region.region-footer #block-quick-links-menu {
  position: relative; }
  @media only screen and (min-width: 601px) {
    body.ie11 .region.region-footer #block-sign-up-form-get-the-latest::after,
    body.ie11 .region.region-footer #block-followus::after,
    body.ie11 .region.region-footer #block-about-cvs-health::after,
    body.ie11 .region.region-footer #block-corp-info-menu::after,
    body.ie11 .region.region-footer #block-quick-links-menu::after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      border-bottom: 1px solid #D1CCCC; } }

@media only screen and (max-width: 900px) {
  body.ie11 .region.region-footer #block-sign-up-form-get-the-latest,
  body.ie11 .region.region-footer #block-followus {
    height: 116px; } }

@media only screen and (min-width: 601px) {
  body.ie11 .region.region-footer #block-followus {
    padding-top: 15px;
    padding-bottom: 50px; } }
  @media only screen and (min-width: 601px) and (min-width: 985px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 51px; } }
  @media only screen and (min-width: 601px) and (min-width: 1015px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 52px; } }
  @media only screen and (min-width: 601px) and (min-width: 1094px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 53px; } }
  @media only screen and (min-width: 601px) and (min-width: 1139px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 54px; } }
  @media only screen and (min-width: 601px) and (min-width: 1163px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 55px; } }
  @media only screen and (min-width: 601px) and (min-width: 1305px) {
    body.ie11 .region.region-footer #block-followus {
      padding-bottom: 56px; } }

@media only screen and (max-width: 600px) {
  body.ie11 .region.region-footer > div.block,
  body.ie11 .region.region-footer > nav {
    padding-bottom: 0; }
  body.ie11 .region.region-footer #block-sign-up-form-get-the-latest::after,
  body.ie11 .region.region-footer #block-corp-info-menu::after,
  body.ie11 .region.region-footer #block-quick-links-menu::after {
    content: none; } }

body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid > div {
    width: calc( (100% - 35px) / 2); }
    body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid > div:nth-of-type(odd) {
      margin-right: 35px; }
    body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid > div {
      margin-bottom: 20px; }
      @media screen and (min-width: 375px) {
        body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid > div {
          margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid > div {
          margin-bottom: 35px; } }

body.ie11 .field--name-field-sidebar-content {
  max-width: 500px; }

body.ie11.path-frontpage .field--name-field-page-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  body.ie11.path-frontpage .field--name-field-page-contents > .field__item {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
    body.ie11.path-frontpage .field--name-field-page-contents > .field__item.tile_slider {
      width: 100%; }
    body.ie11.path-frontpage .field--name-field-page-contents > .field__item.simple_text_pane {
      width: calc( (100% - 35px) / 2); }
      @media only screen and (max-width: 750px) {
        body.ie11.path-frontpage .field--name-field-page-contents > .field__item.simple_text_pane {
          width: 100%; } }
  body.ie11.path-frontpage .field--name-field-page-contents > .field__item {
    margin-bottom: 20px; }
    @media screen and (min-width: 375px) {
      body.ie11.path-frontpage .field--name-field-page-contents > .field__item {
        margin-bottom: calc( 20px + 15 * ((100vw - 375px) / 825)); } }
    @media screen and (min-width: 1200px) {
      body.ie11.path-frontpage .field--name-field-page-contents > .field__item {
        margin-bottom: 35px; } }

body.ie11 .paragraph--type--split-page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.ie11 .paragraph--type--split-page-content .field--type-entity-reference-revisions {
    -ms-flex: 1 0 47%;
        flex: 1 0 47%;
    margin-right: 3%;
    margin-bottom: 35px; }

body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper,
body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper .views-row,
  body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper .views-row {
    -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    margin-right: 3%;
    margin-bottom: 35px; }
    body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper .views-row .view-tile .image-container-link,
    body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper .views-row .view-tile .image-container-link {
      height: 330px; }
  @media only screen and (max-width: 1024px) {
    body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper .views-row,
    body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper .views-row {
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
      margin-right: 2%; }
      body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper .views-row .view-tile a,
      body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper .views-row .view-tile a {
        height: inherit;
        overflow: hidden; } }
  @media only screen and (max-width: 750px) {
    body.ie11 .fsu-grid-layout .views-infinite-scroll-content-wrapper .views-row,
    body.ie11 .features-stories-updates-grid-feed .views-infinite-scroll-content-wrapper .views-row {
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
      margin-right: 0%; } }

@media only screen and (max-width: 750px) {
  body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid {
    display: block; }
    body.page-node-type-page.ie11 .field--name-field-page-contents.display-grid .about_page_tile {
      width: 100%; } }

body.ie11 .paragraph--type--our-giving-details .field--name-field-tiles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.ie11 .paragraph--type--our-giving-details .field--name-field-tiles > .field__item {
    display: block;
    margin-right: 35px;
    margin-bottom: 70px;
    width: 48%; }
    body.ie11 .paragraph--type--our-giving-details .field--name-field-tiles > .field__item .paragraph--type--ogd-tile {
      height: 100%; }
    body.ie11 .paragraph--type--our-giving-details .field--name-field-tiles > .field__item:nth-of-type(2n) {
      margin-right: 0; }
    body.ie11 .paragraph--type--our-giving-details .field--name-field-tiles > .field__item:nth-last-child(-n+2) {
      margin-bottom: 0; }

body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item {
    width: 30.6%; }
    body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item {
      margin-bottom: 32px; }
      @media screen and (min-width: 375px) {
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item {
          margin-bottom: calc( 32px + -12 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item {
          margin-bottom: 20px; } }
    body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item:not(:nth-child(3n)) {
      margin-right: 32px; }
      @media screen and (min-width: 375px) {
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item:not(:nth-child(3n)) {
          margin-right: calc( 32px + -12 * ((100vw - 375px) / 825)); } }
      @media screen and (min-width: 1200px) {
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item:not(:nth-child(3n)) {
          margin-right: 20px; } }
    @media only screen and (min-width: 751px) {
      body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item:nth-last-child(-n+3) {
        margin-bottom: 0; } }
    @media only screen and (max-width: 750px) {
      body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item {
        display: block;
        margin-right: 0 !important;
        width: 100%; }
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item:last-child {
          margin-bottom: 0; }
        body.ie11 #executive-container-outer #executive-container-grid .field--name-field-executive-officers > .field__item .leadership-tile {
          display: -ms-flexbox;
          display: flex; } }

body.page-node-type-page.ie11 #block-homepageheroslider .slide-panel {
  display: table; }
  body.page-node-type-page.ie11 #block-homepageheroslider .slide-panel .text {
    display: table-row;
    caption-side: top; }
  body.page-node-type-page.ie11 #block-homepageheroslider .slide-panel .hero-bottom-nav {
    display: table-row-group;
    vertical-align: bottom; }
    body.page-node-type-page.ie11 #block-homepageheroslider .slide-panel .hero-bottom-nav .slide-pager {
      width: 49%;
      vertical-align: bottom; }
    body.page-node-type-page.ie11 #block-homepageheroslider .slide-panel .hero-bottom-nav .hero-read-more {
      width: 49%;
      vertical-align: bottom; }

@media only screen and (max-width: 599px) {
  body.page-node-type-hcn-page.ie11 .community-video-container,
  body.page-node-type-hcn-page.ie11 .community-podcast-container,
  body.page-node-type-hcn-page.ie11 .views-infinite-scroll-content-wrapper,
  body.page-node-type-hcn-page.ie11 .node--type-community-story .community-story-container,
  body.page-node-type-hcn-page.ie11 .story-details {
    display: block !important; } }

body.ie11 .webform-submission-email-news-alerts-form #edit-check-the-following-alerts-you-want-to-receive thead trth:first-child,
body.ie11 .webform-submission-email-news-alerts-form #edit-check-the-following-alerts-you-want-to-receive tbody trth:first-child {
  display: none; }

body.ie11 .webform-submission-email-news-alerts-form #edit-check-the-following-alerts-you-want-to-receive thead tr th:last-child,
body.ie11 .webform-submission-email-news-alerts-form #edit-check-the-following-alerts-you-want-to-receive tbody tr th:last-child {
  float: left; }

body.path-webform.ie11 .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
body.path-webform.ie11 .webform-submission-stay-informed-alerts-page-v2-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container,
body.path-webform.ie11 .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .sign-up-to-stay-informed,
body.path-webform.ie11 .webform-submission-stay-informed-alerts-page-form .form-outer-container .header-image-checkbox .webform-flex .webform-flex--container .leaders-in-care-container {
  margin-top: 10px; }

body.ie11 #block-secondary-header-menu ul.menu li a.menuparent {
  background-size: 28px; }

body.ie11 .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-title #year-selector,
body.ie11 .newsroom-press-releases-list-feed .view-filters .form--inline .form-item-year #year-selector {
  margin: 0px; }

body.ie11 .restaurant-menu .restaurant-menu-right .restaurant-menu-text-image-container.selected {
  display: block;
  overflow: hidden; }

body.ie11 .restaurant-menu .restaurant-menu-right .restaurant-menu-text-image-container .restaurant-menu-text {
  position: relative; }

.paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body p, .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body h3,
.paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body p,
.paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body h3 {
  margin-bottom: 16px; }
  @media screen and (min-width: 375px) {
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body p, .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body h3,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body p,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body h3 {
      margin-bottom: calc( 16px + 4 * ((100vw - 375px) / 825)); } }
  @media screen and (min-width: 1200px) {
    .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body p, .paragraph--type--featured-content-pager .paragraph--type--fcp-quotation-slide .field--name-field-body h3,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body p,
    .paragraph--type--featured-content-pager .paragraph--type--fcp-text-slide .field--name-field-body h3 {
      margin-bottom: 20px; } }

body.ie11 .paragraph--type--split-page-content {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.ie11 .paragraph--type--split-page-content .field--name-field-right-side-content,
  body.ie11 .paragraph--type--split-page-content .field--name-field-left-side-content {
    display: inline-block;
    width: 46%;
    vertical-align: top; }
  @media only screen and (max-width: 750px) {
    body.ie11 .paragraph--type--split-page-content .field--name-field-right-side-content,
    body.ie11 .paragraph--type--split-page-content .field--name-field-left-side-content {
      display: block;
      width: 100%; } }
  body.ie11 .paragraph--type--split-page-content > .field__item:first-child {
    margin-right: 35px; }

