/* Death count - disparities */
.death-c {
  	background: linear-gradient(180deg, #FFF 0%, #FAE4D9 100%);
    padding: 150px 0;
  	position: relative;
    z-index: 10;
}

helix-core-layout-container.death-c::part(inner-container) {
	max-width: 1124px;
}

.death-c .nod-head helix-core-heading p {
  margin: 0;
}

.death-c .nod-head helix-core-heading::part(heading) {
    background: #3891cb;
    padding: 24px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.death-c .nod-sec {
    display: flex;
    margin: 0 -15px;
}

.death-c .nod-box {
  	padding: 24px;
    background: #fff;
    box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, .08), 0px 2px 4px -2px rgba(24, 39, 75, .12);
    font-weight: 700;
    margin: 0 15px;
    flex: 1;
}

.death-c .nod-box .nod-upper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 6px solid #153a57;
}

.death-c .nod-upper helix-core-content p, .death-c .nod-lower helix-core-content p {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-weight: 700;
}

.death-c .nod-upper .nod-num p {
    font-size: 56px;
    line-height: 64px;
    font-weight: 700;
    color: #e77a42;
}

.death-c .nod-upper .nod-text p {
    font-size: 20px;
    margin: 0 0 0 5px;
    color: #3891cb;
    line-height: 28px;
}

.death-c .nod-lower helix-core-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}

.death-c .nod-lower helix-core-content p strong {
    color: #e77a42;
}

.death-c .nod-lower helix-core-content p u {
  color: #3891cb;
  text-decoration: none;
}

/* Heart section - immunocompromised*/
.heart-section-age {
    background-color: #153a57;
    padding: 80px 0 120px 0
}

.heart-section-age .age-heart-inner .age-heart-first {
    padding: 24px;
    margin-bottom: 48px;
    background-color: #b1d3ea;
    display: flex;
    column-gap: 103px;
    justify-content: space-between;
    align-items: center
}

.heart-section-age .age-heart-inner .age-heart-first p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .25px;
    font-weight: 700;
    color: #153a57
}

.heart-section-age .age-heart-inner .whitebox-two-column {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    margin-bottom: 64px
}

.heart-section-age .age-heart-inner .whitebox-two-column helix-core-heading[variant="h3"] p {
  margin: 0;
}

.heart-section-age .age-heart-inner .whitebox-two-column helix-core-heading[variant="h3"]::part(heading) {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  	color: #033b58;
  	font-weight: 700;
  	font-family: "Roboto", sans-serif;
}

.heart-section-age .age-heart-inner .whitebox-two-column .light-blue p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    color: #3891cb;
    margin-bottom: 0;
    line-height: 28px
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner {
    display: flex;
    justify-content: center
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner.border-divider .whitebox-two-column-one:last-child {
    border-left: 2px solid #153a57;
    padding-left: 36px
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one {
    flex: 1;
    display: flex
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one .blue-box {
    background: #3891cb;
    width: 120px;
    max-width: 120px;
    height: 120px;
    border-radius: 16px;
    margin-right: 16px;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one .image-content p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: .21px;
    color: #153a57;
    margin-bottom: 0
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one .image-content.alignLeft p {
    text-align: left
}

.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border: 2px solid #153a57;
    border-radius: 16px;
    margin-top: 40px;
    color: #153a57
}

.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-img {
    background: #e77a42;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,.12);
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    margin: 0 40px
}

.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-img p {
    font-size: 72px;
  	font-weight: 700;
}

.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-one {
    flex: 1
}

.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-one P {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0
}

.heart-section-age .age-heart-inner .whitebox-two-column:last-child {
    margin-bottom: 0
}

.heart-section-age .age-heart-inner helix-core-content p strong {
  color: #e77a42;
}

.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one:nth-child(1) .blue-box::part(image) {
  width:82px;
  height:92px;
}
.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one:nth-child(2) .blue-box::part(image) {
  width:86px;
  height:88px;
}

/* obesity section */
.risk-factor-2 {
    padding: 60px 0 96px;
    background-color: #153a57;
    background-image: url(/images/8c973a2fab67ebe9214f2a07c724f037.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.risk-factor-2 .container-inner .risk-bottom-title {
    background-color: #3891cb;
    text-align: center;
    padding: 16px 24px;
    margin-bottom: 86px
}

.risk-factor-2 .container-inner .risk-bottom-title helix-core-heading::part(heading) {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .19px;
  	color: #fff;
}

.risk-factor-2 .container-inner .two-column {
    text-align: center;
 	display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.risk-factor-2 .container-inner .two-column .circle.light-blue {
    background-color: #3891cb;
}

.risk-factor-2 .container-inner .two-column .circle.bg-orange {
  background-color: #e77a42;
}

.risk-factor-2 .container-inner .two-column .circle.light-blue,
.risk-factor-2 .container-inner .two-column .circle.bg-orange {
 	width: 170px;
    height: 170px;
    margin: 38px auto 42px auto;
    border-radius: 50%;
	display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.risk-factor-3 {
    background-color: #3891cb;
    padding: 40px 0 64px
}

.risk-factor-3 helix-core-heading::part(heading) {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .19px;
    margin-bottom: 24px;
  	color: #fff;
  	text-align: left;
}

.risk-factor-3 .outcome-list {
    background-color: #b1d3ea;
    width: 100%;
  	display: flex;
    justify-content: space-between;
    margin: 0
}

.risk-factor-3 .outcome-list .outcome {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  	height:70px;
  	position: relative;
}

.risk-factor-3 .outcome-list .outcome p {
    color: #153a57;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: .25px;
    text-transform: inherit
}

.risk-factor-3 .outcome-list .outcome p strong {
    color: #3891cb
}

.risk-factor-3 .outcome-list .outcome:not(:last-child):after {
    background-color: #153a57;
 	position:absolute;
  	top:15px;
    left:unset;
    right:0;
    width:2px;
    height:40px;
    content:"";
}

.risk-factor-2 helix-core-heading p, .risk-factor-3 helix-core-heading p {
  margin: 0;
}

.risk-factor-2 helix-core-content p, .risk-factor-3 helix-core-content p,
.risk-factor-2 helix-core-heading::part(heading), .risk-factor-3 helix-core-heading::part(heading) {
	font-family: "Roboto", sans-serif;
}

.risk-factor-2 .container-inner, .risk-factor-3 .container-inner {
    max-width: 1058px;
    width: 100%;
    margin: 0 auto;
}

.risk-factor-2 .cell helix-core-content.no-mobile-size p {
    font-size: 20px;
    line-height: 28px;
  	color:#fff;
  	font-weight: 700;
}

.risk-factor-2 .cell helix-core-content.no-mobile-size p strong {
	color: #e77a42;
}

.risk-factor-2 .container-inner .two-column .circle.light-blue p, .risk-factor-2 .container-inner .two-column .circle.bg-orange p {
	font-size: 56px;
    line-height: 64px;
    color: #fff;
    font-weight: 700;
}

.risk-factor-2 helix-core-grid::part(grid), .risk-factor-3 helix-core-grid::part(grid) {
  margin:0
}

/* years change - age */
section.covid-age {
    display: block;
    position: relative;
    padding: 42px 0px 10px;
    overflow: hidden;
    z-index: 10;
}

#covid-and-age {
    height: 1700px;
    background: linear-gradient(180deg,#fff,#f1b08e 33%,#e77a42 66%,#81421b);
    z-index: 1;
    background-position: 0% 0%;
}

#covid-and-age .covid-and-age-inner {
    position: relative;
    padding-top: 100px;
}

#covid-and-age .top-gradient-overhang {
    position: absolute;
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#fff,hsla(0deg,0%,100%,0));
}

#covid-and-age .narrow {
    margin: 0 auto;
}

#covid-and-age .narrow .one-column,#covid-and-age .narrow .two-column {
    display: block;
}

#covid-and-age .narrow .one-column.strongest-risk,#covid-and-age .narrow .two-column.strongest-risk {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 22px 14px 12px;
    background-color: #153a57;
    z-index: 11;
}

#covid-and-age .narrow .scrolling-age-list {
    position: relative;
    width: 100%;
    height: 1464px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 250px;
    padding-left: 215px;
    -webkit-mask-image: linear-gradient(180deg,transparent 5%,#000 20%,#000 100%,transparent 0);
    mask-image: linear-gradient(180deg,transparent 5%,#000 20%,#000 100%,transparent 0);
    z-index: 1;
}

#covid-and-age .narrow .scrolling-age-list img.animation-active {
    transform: translateY(-1500px);
    -webkit-transform: translateY(-1500px);
    transition-duration: 100ms;
}

#covid-and-age .highlighted-age-information {
    position: absolute;
    top: 451px;
    width: 100%;
    height: 124px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 8;
}

#covid-and-age .highlighted-age-information .highlighted-age {
    position: relative;
    width: 344px;
    height: 100%;
    background-color: #153a57;
    overflow: hidden;
}

#covid-and-age .highlighted-age-information .highlighted-age .age {
    position: absolute;
    top: 124px;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#covid-and-age .highlighted-age-information .highlighted-age .age.fifty {
    top: 0;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-information-text {
    text-align: right;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 12px;
    padding-top: 8px;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 110px;
    height: 94px;
    text-align: center;
    background: #fff;
}

#covid-and-age .bg {
  	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  	width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#covid-and-age .two-column .cell.risk-header {
    position: relative;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
}

#covid-and-age .two-column .cell.old-woman {
    -webkit-flex-basis: 76px;
    -ms-flex-preferred-size: 76px;
    flex-basis: 76px;
}

#covid-and-age .two-column .cell.risk-header .strongest-risk-header helix-core-heading::part(heading) {
    margin-bottom: 14px;
}

#covid-and-age .two-column .cell.old-woman helix-core-image::part(image) {
   float: right;
}

#covid-and-age helix-core-heading p, #covid-and-age helix-core-content p, #covid-and-age helix-core-heading::part(heading) {
	font-family:"Roboto", sans-serif;
}

#covid-and-age helix-core-heading p {
	margin:0;
}

#covid-and-age .two-column .cell.risk-header .strongest-risk-header helix-core-heading::part(heading) {
    font-size: 18px;
    line-height: 27px;
	color:#fff;
    font-weight:700
}

#covid-and-age .two-column .cell.risk-header helix-core-content p,
#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-heading::part(heading) {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
	font-weight:700;
}

#covid-and-age .two-column .cell.risk-header helix-core-content p, #covid-and-age helix-core-content p strong, #covid-and-age helix-core-heading p strong {
  	color: #e77a42;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-heading::part(heading) {
  	color: #fff;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-content p {
    font-size: 12px;
    line-height: 20px;
	color: #fff;
	font-weight:400;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-count .dark-blue p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
	color: #153a57;
  	font-weight:700;
}

#covid-and-age .highlighted-age-information .highlighted-age .age-count .orange p {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
	color: #e77a42;
  	font-weight:700;
}

.js-stickybit-parent:has(.covid-age) {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    top: 0;
}

#covid-and-age .bg img#cells {
    min-width: unset;
    object-fit: unset;
    min-height: unset;
    margin: auto auto 0;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
  
@media (max-width: 1025px) {
  /* Death count - disparities */
   .death-c .nod-box {
      flex-basis: 45%;
   }
  
  .death-c .nod-sec {
    flex-wrap: wrap;
  }
  
  .death-c .nod-box {
    margin-bottom: 16px;
  }
}

@media (max-width: 1024px) {
    /* Heart section - immunocompromised*/
    .heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one {
        margin-bottom:40px
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one:last-child {
        margin-bottom:0px
    }
}

@media (max-width: 1023px) {
    #covid-and-age {
        padding-top:20px;
    }
  
  	#covid-and-age .highlighted-age-information .highlighted-age .age-count .orange p {
      	font-size: 40px;
        line-height: 48px;
  	}
  
  	#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-heading::part(heading) {
      	font-size: 24px;
        line-height: 32px;
      	margin-bottom: 20px;
  	}
  
  	#covid-and-age:not(:has(helix-core-layout-container)) .narrow {
    	padding: 0px 16px;
    }
}

@media (max-width: 992px) {
    /* Death count - disparities */
    .death-c {
        padding: 91px 0 80px;
    }
  
  	/* Heart section - immunocompromised*/
    .heart-section-age .age-heart-inner .age-heart-first {
        gap:40px
    }
}

@media (max-width: 991px) {
    /* Heart section - immunocompromised*/
    .heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner.border-divider .whitebox-two-column-one:last-child {
        border-left:none;
        border-top: 2px solid #153a57;
        padding: 24px 0 0 0;
        flex-direction: row
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one {
        flex-direction:row;
        display: flex
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one:last-child {
        flex-direction:row
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner {
        flex-direction:column
    }
  
  	/*obesity section*/
  	.risk-factor-2 .two-column .cell.left, .risk-factor-2 .two-column .cell.right {
      flex-basis: 320px;
      flex-grow: 0;
    }
  
    .risk-factor-2 .cell helix-core-content.no-mobile-size p br {
      display:none;
    }
}

@media (max-width: 767px) {
  /* Death count - disparities */  
  .death-c .nod-lower helix-core-content p {
    font-size: 12px;
    line-height: 20px;
  }
  
  /* Heart section - immunocompromised*/
  .heart-section-age .age-heart-inner .age-heart-first p {
        margin:0;
        font-size: 18px;
        line-height: 28px
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column helix-core-heading[variant="h3"]::part(heading) {
        font-size:20px;
        line-height: 32px
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .light-blue p {
        font-size:18px;
        line-height: 28px
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one {
        flex-direction:column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one:last-child {
        flex-direction:column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one .blue-box {
        margin:0 0 16px 0
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .whitebox-two-column-inner .whitebox-two-column-one .image-content p {
        font-size:18px;
        line-height: 26px;
        text-align: center
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-img {
        margin:40px 0
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-one P {
        font-size:16px
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column .blue-border-two-column-one P br {
        display:none
    }
	
	.heart-section-age .age-heart-inner .whitebox-two-column .blue-border-two-column {
        flex-direction:column;
        text-align: center
    }
	
	.heart-section-age {
        padding:60px 0
    }
  
    /* obesity section */
    .risk-factor-2 {
        background-position:0px 180px;
        background-size: contain
    }
	
	.risk-factor-2 .container-inner .risk-bottom-title {
        margin-bottom:279px
    }
	
	.risk-factor-2 .container-inner .two-column, .risk-factor-3 .outcome-list {
        display: block;
    }
	
	.risk-factor-2 .container-inner .two-column .cell.left {
        margin-bottom:154px
    }
	
	.risk-factor-2 .container-inner .two-column .circle.light-blue, .risk-factor-2 .container-inner .two-column .circle.bg-orange {
        margin:40px auto
    }
	
	.risk-factor-3 .outcome-list .outcome {
        height:95px;
        padding: 24px 30px
    }
  
    .risk-factor-3 .outcome-list .outcome:not(:last-child):after {
      bottom:0;
      left:20px;
      width:calc(100% - 40px);
      height:2px;
      top: unset;
    }
  
  	/* years section-age*/  
  	#covid-and-age .narrow .one-column.strongest-risk,#covid-and-age .narrow .two-column.strongest-risk {
        height:224px;
    }
  
  	#covid-and-age .highlighted-age-information {
      left:0;
    }
  
    #covid-and-age .two-column .cell.risk-header helix-core-content.orange p {
        font-size: 16px;
        line-height: 24px;
        width: 130%;
      	padding-top: 20px;
    }
  
  	#covid-and-age .two-column .cell.old-woman helix-core-image::part(image) {
        width: 76px;
    }
}

@media (min-width: 768px) {
  /* years section-age*/
    #covid-and-age {
        height:1800px;
    }
	
	#covid-and-age .narrow .one-column.strongest-risk,#covid-and-age .narrow .two-column.strongest-risk {
        padding:25px 42px 25px 25px;
    }
	
	#covid-and-age .narrow .scrolling-age-list {
        padding-top:270px;
    }
	
	#covid-and-age .highlighted-age-information {
        padding-right:68px;
    }
  
  	#covid-and-age .two-column .cell.risk-header {
        -webkit-flex-basis: 450px;
        -ms-flex-preferred-size: 450px;
        flex-basis: 450px;
    }
  
  	#covid-and-age .two-column .cell.old-woman {
        -webkit-flex-basis: 148px;
        -ms-flex-preferred-size: 148px;
        flex-basis: 148px;
    }
  
  	#covid-and-age .two-column .cell.risk-header .strongest-risk-header helix-core-heading::part(heading) {
        font-size: 32px;
        line-height: 40px;
    }
  
  	#covid-and-age .highlighted-age-information .highlighted-age .age-count .dark-blue p {
        font-size: 20px;
        line-height: 28px;
    }
  
  	#covid-and-age .two-column .cell.old-woman helix-core-image::part(image) {
        width: 122px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* Death count - disparities */
  helix-core-layout-container.death-c::part(inner-container), helix-core-layout-container.heart-section-age::part(inner-container),
  .risk-factor-2 helix-core-layout-container::part(inner-container), .risk-factor-3 helix-core-layout-container::part(inner-container) {
    max-width: 768px;
  }
  
  .death-c .nod-lower helix-core-content p {
    font-size: 12px;
    line-height: 20px;
  }
  
  .risk-factor-2 .container-inner .two-column .circle.light-blue, .risk-factor-2 .container-inner .two-column .circle.bg-orange {
 	margin: 10px auto 42px auto;
  }
  
  #covid-and-age .two-column .cell.risk-header helix-core-content p {
    	font-size: 24px;
        line-height: 32px;
    	margin-top: 30px;
  }
}

@media (min-width: 1024px) {
    /* Death count - disparities */
    helix-core-layout-container.death-c::part(inner-container) {
        max-width: 1124px;
    }
  
  /*obesity section*/
  .risk-factor-2 .two-column .cell.left, .risk-factor-2 .two-column .cell.right {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    flex-grow: 0;
  }
  
  .risk-factor-3 .outcome-list .outcome {
    padding: 0 30px;
  }
  
  /* years section-age*/
  section.covid-age {
        padding: 44px 0px 0px;
    }
	
	#covid-and-age .covid-and-age-inner {
        padding-top:128px;
    }
	
	#covid-and-age {
        padding-top:0;
        height: 2200px;
    }
	
	#covid-and-age .narrow {
        max-width:920px;
    }
	
	#covid-and-age .narrow .one-column,#covid-and-age .narrow .two-column {
        display:-webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
	
	#covid-and-age .narrow .one-column.strongest-risk,#covid-and-age .narrow .two-column.strongest-risk {
        padding:18px 32px 22px;
    }
	
	#covid-and-age .narrow .scrolling-age-list {
        padding-top:250px;
        padding-left: 145px;
    }
	
	#covid-and-age .highlighted-age-information {
        top:384px;
    }
  
  	#covid-and-age .two-column .cell.risk-header {
        -webkit-flex-basis: 600px;
        -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
        padding-top: 6px;
    }
  
  	#covid-and-age .two-column .cell.old-woman {
        -webkit-flex-basis: 122px;
        -ms-flex-preferred-size: 122px;
        flex-basis: 122px;
    }
  
  	#covid-and-age .two-column .cell.risk-header .strongest-risk-header helix-core-heading::part(heading) {
        margin-bottom: 24px;
    }
  
  	#covid-and-age .two-column .cell.risk-header helix-core-content p, 
  	#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-heading::part(heading) {
        font-size: 24px;
        line-height: 32px;
    }

    #covid-and-age .two-column .cell.risk-header helix-core-content p {
      	width: 90%;
    }
  	
  	#covid-and-age .highlighted-age-information .highlighted-age .age-information-text helix-core-content p {
        font-size: 16px;
        line-height: 24px;
    }
  
  	#covid-and-age .highlighted-age-information .highlighted-age .age-count .dark-blue p {
        font-size: 20px;
        line-height: 28px;
    }
  
  	#covid-and-age .highlighted-age-information .highlighted-age .age-count .orange p {
        font-size: 40px;
        line-height: 48px;
    }
  
  	#covid-and-age .two-column .cell.old-woman helix-core-image::part(image) {  
  		width: 122px;
  	}
}
