@keyframes introScrollFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: .35;
  }
}
@keyframes introFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav.project-home a.project-title {
  width: 300px;
  border-left: 1px solid #000;
}

.nav .coming-soon {
  padding: 10px 20px;
  color: #999;
  border-bottom: solid #404040 1px;
  background-color: #000;
}

.day-2 a {
  display: block !important;
}

.day-2 .coming-soon {
  display: none !important;
}

.day-3 a {
  display: block !important;
}

.day-3 .coming-soon {
  display: none !important;
}

.day-4 a {
  display: block !important;
}

.day-4 .coming-soon {
  display: none !important;
}

.day-5 a {
  display: block !important;
}

.day-5 .coming-soon {
  display: none !important;
}

.selected .coming-soon {
  display: none !important;
}

a.selected {
  display: block !important;
  background-color: #666;
}

.nav-indicator {
  position: absolute;
  top: 11px;
  right: 12px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 120px;
  height: 30px;
}

@media (max-width: 767px) {
  .nav a.project-title, .nav.project-home a.project-title {
    width: 100% !important;
  }

  a.nav-title.project-title {
    background-position: 95% 12px !important;
  }
}
.package-byline, .related-byline {
  display: none;
}

.small-right.reefer {
  float: right !important;
  width: 255px !important;
  margin: 0px -329px 24px 60px !important;
}
.small-right.reefer .stack-list-item {
  padding: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .small-right.reefer {
    width: 100% !important;
    float: none !important;
    margin: 20px 0 24px 0px !important;
  }
}

.ledeGraph {
  margin-bottom: .7em;
}
.ledeGraph:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 768px) {
  .related-media {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.related-media.wide {
  margin: 50px 0 20px -116px;
  width: 970px;
}
.related-media.wide.profile {
  margin-bottom: 7px;
}

.videoComp {
  width: 855px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .videoComp {
    width: 100% !important;
    float: none !important;
    margin: 20px 0 24px 0px !important;
  }
}

.videoplayer {
  width: 853px;
  margin: 4em 0 -3em 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .videoplayer {
    width: 100%;
    margin: 3em 0 0em 0;
  }
}

.videoplayer .article-media__video {
  overflow: hidden;
  border: none 0;
  width: 853px;
  height: 480px;
  margin-bottom: 1em;
}
@media (min-width: 320px) and (max-width: 768px) {
  .videoplayer .article-media__video {
    width: 100% !important;
    float: none !important;
    margin: 20px 0 24px 0px !important;
  }
}

.videoplayer .tease-photo-author {
  display: none;
}
.videoplayer .tease-photo-caption {
  font-size: 100%;
  width: 100%;
  display: block;
  letter-spacing: -0.3px;
  line-height: 140%;
  color: #222;
}

/*Uppercase on all related captions (side-saddled top caption)*/
.related-caption.topCaption b {
  text-transform: uppercase;
}

/*Readin*/
.readin {
  font-weight: bold;
  text-transform: uppercase;
}

.dropCap {
  float: left;
  font-size: 5.3em;
  line-height: 70%;
  padding-right: 6px;
  font-family: "Whitman Display", serif !important;
  margin-top: 6px;
}

.project-body h3 {
  font-family: "Whitman Display", serif;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 16px;
  font-size: 2.2em;
}
@media (max-width: 768px) {
  .project-body {
    visibility: visible;
    position: relative;
    display: block;
  }
  .project-body h3 {
    margin-top: 30px;
    font-size: 2em;
  }
}

.intro {
  width: 960px;
  margin-left: -115px;
  margin-bottom: 60px;
  font-size: 2.35em;
  margin-top: 0;
  font-family: "Whitman Display", serif;
  line-height: 140%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .intro {
    width: 100%;
    font-size: 1.85em;
  }
}

aside.article-share {
  margin-top: 153px;
}
@media (max-width: 768px) {
  aside.article-share {
    margin-top: 0;
  }
}

.topCaption {
  z-index: 2;
  width: 190px;
  position: absolute;
  right: -278px;
  margin-top: -10px;
}

.article-byline-mod {
  padding-bottom: 20px;
}

.article-byline {
  margin-top: 8px;
}

.article-byline a:hover {
  color: #999;
}

.article-byline-mod:before {
  display: none;
}

.article-byline-mod {
  margin-top: 0;
}

.article-byline.notes {
  font-size: .95em;
}

.article-dateline {
  margin-top: 6px;
}

.noCaption .related-caption, .noCaption
.related-caption.package-caption {
  display: none;
}
.noCaption .related-caption:after, .noCaption
.related-caption.package-caption:after {
  content: "";
  display: table;
  clear: both;
}

.related-caption,
.related-caption.package-caption {
  padding-top: 0;
}
.related-caption:after,
.related-caption.package-caption:after {
  content: "";
  display: table;
  clear: both;
}

.source {
  font-size: .85em;
  color: #666666;
}

.embed {
  width: 100%;
  overflow: hidden;
}

.article-help {
  font-family: "Benton Sans Condensed Medium", Helvetica, Arial, sans-serif;
  font-size: 13px;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 0.5em;
  color: #909090;
  text-decoration: none;
}

.no-project {
  display: none;
}

@media (max-width: 768px) {
  .touch .l-footer-container {
    width: 100%;
  }

  h4.mobile.home-logo {
    margin-top: 55px;
  }
  h4.mobile.home-logo:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 768px) and (min-width: 321px) and (max-width: 600px) {
  h4.mobile.home-logo {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  .package-byline {
    line-height: 110%;
  }

  .desktop {
    display: none;
  }

  .topCaption,
  .article-featured-gallery-mod {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  .noPhone {
    display: none;
  }
}
.related-media.small-right {
  float: right;
  width: 250px !important;
  margin: 24px -330px 24px 60px !important;
}
.related-media.small-right.graphic220 {
  width: 220px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.small-right {
    width: 250px !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.related-media.videoplayer.overline {
  position: absolute;
  right: -351px;
  width: 300px;
  margin: 0;
}

.related-media.wide {
  margin: 50px 0 20px -116px;
  width: 970px;
}

.related-media.size-xl {
  margin: 70px 0 45px -116px;
}

.related-media.size-l {
  margin: 70px 0 45px 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.size-l {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.breakOut {
  position: relative;
  margin-bottom: 16px;
  width: 970px;
  margin-top: 44px;
  margin-left: -117px;
  background-color: #EEEEEE;
}
.breakOut .toggle-photo-caption {
  display: none;
}
.breakOut .profile {
  position: relative;
  margin-bottom: 16px;
  width: 525px;
  margin-left: 0;
  margin-top: 0px;
  background-color: #EEEEEE;
  padding: 0;
}
.breakOut .group-caption {
  width: 270px;
  right: 15px;
  position: absolute;
  padding-bottom: 0px;
  margin-bottom: -20px;
  margin-left: -116px;
  font-family: "Benton Sans",Helvetica,Arial,sans-serif;
  font-size: .95em;
  font-weight: normal;
}
.breakOut h3 {
  font-size: 2em !important;
  margin-top: 40px;
}
.breakOut .related-media.size-l {
  margin-top: 0 !important;
}
.breakOut .stack-label {
  margin-top: 10px;
}
.breakOut .photoPackage.onetwo {
  position: relative;
  margin-bottom: 16px;
  height: 350px;
  margin-left: 0;
  width: 940px;
  padding: 15px;
  margin-top: 44px;
}
.breakOut .photoPackage.onetwo .photoOne {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
}
.breakOut .photoPackage.onetwo .article-media__video {
  height: 350px;
}

.related-media.indent-right {
  float: right;
  width: 524px !important;
  margin: 10px -329px 24px 60px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.indent-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.g-artboard {
  margin: 0 auto;
}

.g-aiAbs {
  position: absolute;
}

.g-aiImg {
  display: block;
  width: 100% !important;
}

.g-aiPtransformed p {
  white-space: nowrap;
}

.ai2html.mobile.lines {
  padding: 40px 0 30px 0;
}

.ai2html.desktop.lines {
  border-top: solid 1px #ccc;
  padding-top: 42px;
  margin-top: 50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 32px;
  margin-bottom: 70px;
  width: 820px;
}

@media (min-width: 601px) and (max-width: 768px) {
  .isMobile .storyid396197801 .ai2html.desktop.lines {
    display: block;
    width: 765px;
    margin-left: -125px;
  }
}
#g-nasseff-desktopDB-Artboard_1_copy {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-nasseff-desktopDB-Artboard_1_copy p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-nasseff-desktopDB-Artboard_1_copy .g-aiPstyle0 {
  font-size: 25px !important;
  line-height: 31px !important;
  color: #666666;
}
#g-nasseff-desktopDB-Artboard_1_copy .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-nasseff-desktopDB-Artboard_1_copy .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-nasseff-desktopDB-Artboard_1_copy .g-aiPstyle3 {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #666666;
}

#g-nasseff-mobileDB-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-nasseff-mobileDB-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-nasseff-mobileDB-Artboard_1 .g-aiPstyle0 {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #666666;
}
#g-nasseff-mobileDB-Artboard_1 .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  font-weight: bold;
  color: #666666;
}
#g-nasseff-mobileDB-Artboard_1 .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}

#g-delagarza-desktopDB-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-delagarza-desktopDB-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-delagarza-desktopDB-Artboard_1 .g-aiPstyle0 {
  font-size: 25px !important;
  line-height: 31px !important;
  color: #666666;
}
#g-delagarza-desktopDB-Artboard_1 .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-delagarza-desktopDB-Artboard_1 .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-delagarza-desktopDB-Artboard_1 .g-aiPstyle3 {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #666666;
}
#g-delagarza-desktopDB-Artboard_1 .g-aiPstyle4 {
  font-size: 10px !important;
  line-height: 12px !important;
  color: #666666;
}

#g-delagarza-mobileDB-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-delagarza-mobileDB-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-delagarza-mobileDB-Artboard_1 .g-aiPstyle0 {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #666666;
}
#g-delagarza-mobileDB-Artboard_1 .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  font-weight: bold;
  color: #666666;
}
#g-delagarza-mobileDB-Artboard_1 .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 12px !important;
  color: #666666;
}
#g-delagarza-mobileDB-Artboard_1 .g-aiPstyle3 {
  font-size: 10px !important;
  line-height: 12px !important;
  color: #666666;
}
#g-delagarza-mobileDB-Artboard_1 .g-aiPstyle4 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}

#g-musawwir-desktopDB-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-musawwir-desktopDB-Artboard_1 p {
  font-family: Benton Sans,arial,helvetica,sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-musawwir-desktopDB-Artboard_1 .g-aiPstyle0 {
  font-size: 25px !important;
  line-height: 31px !important;
  color: #666666;
}
#g-musawwir-desktopDB-Artboard_1 .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-musawwir-desktopDB-Artboard_1 .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-musawwir-desktopDB-Artboard_1 .g-aiPstyle3 {
  font-size: 18px !important;
  line-height: 22px !important;
  color: #666666;
}
#g-musawwir-desktopDB-Artboard_1 .g-aiPstyle4 {
  font-size: 10px !important;
  line-height: 12px !important;
  color: #666666;
}

#g-musawwir-mobileDB-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-musawwir-mobileDB-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle0 {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #666666;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle1 {
  font-size: 11px !important;
  line-height: 13px !important;
  font-weight: bold;
  color: #666666;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle2 {
  font-size: 11px !important;
  line-height: 12px !important;
  color: #666666;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle3 {
  font-size: 11px !important;
  line-height: 13px !important;
  color: #666666;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle4 {
  font-size: 11px !important;
  line-height: 13px !important;
  font-weight: bold;
  letter-spacing: -0.00833333333333em;
  color: #666666;
}
#g-musawwir-mobileDB-Artboard_1 .g-aiPstyle5 {
  font-size: 11px !important;
  line-height: 13px !important;
  letter-spacing: -0.00833333333333em;
  color: #666666;
}

.projectGraphicTable {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  width: 190px;
  right: -300px;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  .projectGraphicTable {
    width: 200px;
    right: -50px;
    float: right;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .projectGraphicTable {
    width: 90%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 50px 0;
  }
}

.projectGraphicTable .blurb {
  line-height: 120%;
}
.projectGraphicTable h3 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.projectGraphicTable .source {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 110%;
  color: #666;
}
.projectGraphicTable table.project-table {
  color: #333;
  width: 100%;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  padding: 0;
  vertical-align: top;
  text-align: left;
  margin: 15px 0 15px 0;
}
.projectGraphicTable .project-table th, .projectGraphicTable td {
  vertical-align: top;
  padding: 5px 2px 5px 2px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.projectGraphicTable .project-table tr:last-child td {
  border-bottom: none;
}

#graphicMNsolitary {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  width: 190px;
  right: -300px;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  #graphicMNsolitary {
    width: 200px;
    right: -50px;
    float: right;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #graphicMNsolitary {
    width: 90%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 50px 0;
  }
}

#graphicMNsolitary #box {
  position: relative;
  padding-top: 10px;
}
#graphicMNsolitary .blurb {
  line-height: 120%;
  display: block;
}
#graphicMNsolitary h3 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic {
  position: relative;
  width: 180px;
}
@media (min-width: 320px) and (max-width: 768px) {
  #graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic {
    width: 200px;
    display: block;
    position: relative;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic {
    width: 100%;
    right: 0;
    float: none;
    margin: 0 auto;
  }
}

#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic .g-aiPstyle0 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: -0.0125em;
  color: #666666;
}
#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic .g-aiPstyle1 {
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #666666;
}
#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic .g-aiPstyle2 {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}
#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic .g-aiPstyle3 {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #323031;
}
#graphicMNsolitary #g-solitary-MN-sentences-Artboard_1-graphic .g-aiPstyle4 {
  font-size: 10px;
  line-height: 12px;
  color: #666666;
}

#graphicRACEsolitary {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  width: 190px;
  right: -300px;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  #graphicRACEsolitary {
    width: 200px;
    right: -50px;
    float: right;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #graphicRACEsolitary {
    width: 70%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 50px 0;
  }
}

#graphicRACEsolitary #box {
  padding-top: 10px;
  position: relative;
}
#graphicRACEsolitary .blurb {
  line-height: 120%;
  display: block;
}
#graphicRACEsolitary .lowerText {
  padding-top: 10px;
  font-size: .8em;
  line-height: 120%;
  display: block;
}
#graphicRACEsolitary .source {
  padding-top: 10px;
  line-height: 120%;
}
#graphicRACEsolitary h3 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic {
  position: relative;
  overflow: hidden;
  width: 180px;
}
@media (min-width: 320px) and (max-width: 600px) {
  #graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic {
    width: 100%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
  }
}

#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic .g-aiPstyle0 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: -0.00833333333333em;
  color: #666666;
}
#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic .g-aiPstyle1 {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.00833333333333em;
  color: #323031;
}
#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic .g-aiPstyle2 {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  letter-spacing: -0.00833333333333em;
  color: #323031;
}
#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic .g-aiPstyle3 {
  font-size: 12px;
  line-height: 10px;
  letter-spacing: -0.00833333333333em;
  color: #323031;
}
#graphicRACEsolitary #g-solitary-inmates-race_DB-Artboard_1-graphic .g-aiPstyle4 {
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  letter-spacing: -0.00833333333333em;
  color: #323031;
}

#graphicWHATISsolitary {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  width: 190px;
  right: -300px;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  #graphicWHATISsolitary {
    width: 200px !important;
    right: -50px;
    float: right !important;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #graphicWHATISsolitary {
    display: none;
  }
}

#graphicSTREETSsolitary {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: absolute;
  width: 190px;
  right: -300px;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  #graphicSTREETSsolitary {
    width: 200px;
    right: -50px;
    float: right;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  #graphicSTREETSsolitary {
    width: 70%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 50px 0;
  }
}

#graphicSTREETSsolitary #box {
  padding-top: 15px;
  position: relative;
}
#graphicSTREETSsolitary .blurb {
  line-height: 120%;
  display: block;
}
#graphicSTREETSsolitary .source {
  padding-top: 10px;
  line-height: 120%;
}
#graphicSTREETSsolitary h3 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
#graphicSTREETSsolitary #g-solitary-inmates-discharged_DB-Artboard_1-graphic {
  position: relative;
  overflow: hidden;
  width: 180px;
}
@media (min-width: 320px) and (max-width: 600px) {
  #graphicSTREETSsolitary #g-solitary-inmates-discharged_DB-Artboard_1-graphic {
    width: 100%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
  }
}

#graphicSTREETSsolitary #g-solitary-inmates-discharged_DB-Artboard_1-graphic .g-aiPstyle0 {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #666666;
}
#graphicSTREETSsolitary #g-solitary-inmates-discharged_DB-Artboard_1-graphic .g-aiPstyle1 {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #666666;
}
#graphicSTREETSsolitary #g-solitary-inmates-discharged_DB-Artboard_1-graphic .g-aiPstyle2 {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #323031;
}

#g-solitary-cell-diagramDB2-box.ai2html.lines {
  border-top: solid 1px #ccc;
  padding-top: 23px;
  margin-top: 50px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 70px;
  width: 852px;
}
@media (min-width: 601px) and (max-width: 768px) {
  #g-solitary-cell-diagramDB2-box.ai2html.lines {
    width: 760px;
    margin-left: -120px;
  }
}

#g-solitary-cell-diagramDB2-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 852px;
}
@media (min-width: 601px) and (max-width: 768px) {
  #g-solitary-cell-diagramDB2-Artboard_1 {
    width: 765px;
  }
}

#g-solitary-cell-diagramDB2-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 18px !important;
  margin: 0;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle0 {
  font-size: 25px !important;
  line-height: 28px !important;
  font-weight: bold;
  color: #666666;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle1 {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #666666;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle2 {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #666666;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle3 {
  font-size: 12px !important;
  line-height: 14px !important;
  text-align: center;
  color: #666666;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle4 {
  font-size: 10px !important;
  line-height: 13px !important;
  color: #4d4d4d;
}
#g-solitary-cell-diagramDB2-Artboard_1 .g-aiPstyle5 {
  font-size: 10px !important;
  line-height: 13px !important;
  color: #666666;
}

#g-solitary-cell-diagramDBmobile-box {
  width: 100%;
}

#g-solitary-cell-diagramDBmobile-Artboard_1 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 p {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
  margin: 0;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle0 {
  font-size: 16px !important;
  line-height: 17px !important;
  font-weight: bold;
  color: #666666;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle1 {
  font-size: 12px !important;
  line-height: 12px !important;
  text-align: center;
  color: #666666;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle2 {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #666666;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle3 {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #666666;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle4 {
  font-size: 11px !important;
  line-height: 13px !important;
  margin-top: 14px;
  color: #4d4d4d;
}
#g-solitary-cell-diagramDBmobile-Artboard_1 .g-aiPstyle5 {
  font-size: 11px !important;
  line-height: 14px !important;
  color: #666666;
}

/* 
<strib type="text" data="
&lt;div class='projectGraphic minnMap'&gt;
&lt;div class='stack-label'>Interactive&lt;/div&gt;
&lt;h4&gt;THE SPREAD OF ZEBRA MUSSELS IN MINNESOTA&lt;/h4&gt;
&lt;p&gt;The annual...&lt;/p&gt;
&lt;img src='http://stmedia.startribune.com/images/mooseBarChart3.png' /&gt;
&lt;div class='source'&gt;Sources: xxx &lt;/div&gt;
&lt;/div&gt;"></strib>
*/
.projectGraphic {
  width: 220px;
  right: 0;
  float: right;
  margin: 10px -329px 10px 29px;
  position: relative;
  padding-bottom: 16px;
}
.projectGraphic:after {
  content: "";
  display: table;
  clear: both;
}
.projectGraphic h4 {
  text-transform: uppercase;
}
.projectGraphic .blurb {
  font-size: 1em;
  line-height: 120%;
  margin-bottom: 1em;
}
.projectGraphic .stack-label {
  padding-bottom: 18px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .projectGraphic {
    width: 100%;
    left: 0;
    float: none;
    margin: 2em 0;
    position: relative;
    padding-bottom: 16px;
    overflow: hidden;
    text-align: center;
  }
  .projectGraphic:after {
    content: "";
    display: table;
    clear: both;
  }
}

/*
<strib type="text" data="
&lt;div class='projectGraphic table'&gt;
&lt;h3&gt;HEADLINE&lt;/h3&gt;
&lt;div class='blurb'&gt;blurb goes here.&lt;/div&gt;
&lt;table&gt;
&lt;tr class='project-firstrow'&gt;&lt;th colspan=2&gt;Bold header&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;group one &lt;/td&gt;&lt;td style='text-align:right'&gt;&lt;b&gt; 30,000 &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;group two &lt;/td&gt;&lt;td style='text-align:right'&gt;&lt;b&gt; 5,369 &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;group three &lt;/td&gt;&lt;td style='text-align:right'&gt;&lt;b&gt; 5,335 &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;group four &lt;/td&gt;&lt;td style='text-align:right'&gt;&lt;b&gt; 4,922 &lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;div class='source'&gt;Source: Minnesota Department of Corrections&lt;/div&gt;
&lt;/div&gt;">
</strib>
*/
.projectGraphic.table {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  width: 190px;
  float: right;
}
.projectGraphic.table h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #333;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.projectGraphic.table .source {
  margin: 20px 0 0 0;
  line-height: 120%;
  color: #666;
}
.projectGraphic.table table {
  color: #333;
  width: 100%;
  font-size: 12px;
  line-height: 140%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  padding: 0;
  vertical-align: top;
  text-align: left;
  margin: 15px 0 15px 0;
}
.projectGraphic.table table th, .projectGraphic.table table td {
  vertical-align: top;
  padding: 5px 2px 5px 2px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.projectGraphic.table table th.right, .projectGraphic.table table td.right {
  text-align: right;
}
.projectGraphic.table table th.left, .projectGraphic.table table td.left {
  text-align: left;
}
.projectGraphic.table table th.center, .projectGraphic.table table td.center {
  text-align: center;
}
.projectGraphic.table table tr:last-child td {
  border-bottom: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .projectGraphic.table {
    width: 200px;
    right: -50px;
    float: right;
    position: relative;
    padding: 2em 0;
  }
}

@media (min-width: 320px) and (max-width: 600px) {
  .projectGraphic.table {
    width: 90%;
    right: 0;
    float: none;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 50px 0;
  }
}

.projectGraphic.iframe {
  width: 425px;
  right: 0;
  float: right;
  margin: 10px -329px 10px 29px;
  position: relative;
  padding-bottom: 16px;
}
.projectGraphic.iframe:after {
  content: "";
  display: table;
  clear: both;
}
.projectGraphic.iframe.big {
  height: 405px;
  width: 970px;
  border: 1px solid #ccc;
  border-width: 1px 0;
  margin: 3em -329px 4em 29px;
}
.projectGraphic.iframe.big .source {
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  .projectGraphic.iframe {
    width: 100%;
    left: 0;
    float: none;
    margin: 2em 0;
    position: relative;
    padding-bottom: 16px;
    overflow: hidden;
    text-align: center;
  }
  .projectGraphic.iframe:after {
    content: "";
    display: table;
    clear: both;
  }
  .projectGraphic.iframe h4 {
    font-size: 1.25em;
    margin-bottom: 9px;
    line-height: 120%;
  }
  .projectGraphic.iframe h4.label {
    text-align: left;
    font-size: 1em;
    left: 0;
  }
}

.projectGraphic.mooseMap {
  width: 425px;
  right: 0;
  float: right;
  margin: 10px -329px 10px 29px;
  position: relative;
  padding-bottom: 16px;
}
.projectGraphic.mooseMap:after {
  content: "";
  display: table;
  clear: both;
}
.projectGraphic.mooseMap .rangeKeyBox {
  margin-bottom: 7px;
}
.projectGraphic.mooseMap span.rangeKey {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #bbb095;
  margin-right: 10px;
  margin-top: -2px;
}
.projectGraphic.mooseMap span.rangeKey1 {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #95c0cd;
  margin-right: 10px;
  margin-top: -2px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .projectGraphic.mooseMap {
    width: 100%;
    left: 0;
    float: none;
    margin: 2em 0;
    position: relative;
    padding-bottom: 16px;
    overflow: hidden;
    text-align: center;
  }
  .projectGraphic.mooseMap:after {
    content: "";
    display: table;
    clear: both;
  }
  .projectGraphic.mooseMap h4 {
    font-size: 1.25em;
    margin-bottom: 9px;
    line-height: 120%;
  }
  .projectGraphic.mooseMap h4.label {
    text-align: left;
    font-size: 1em;
    left: 0;
  }
  .projectGraphic.mooseMap .rangeKeyBox {
    text-align: left;
    font-size: 1em;
    left: 0;
  }
}

.embed {
  width: 100%;
  overflow: hidden;
}
.embed.interactive {
  margin-left: -116px;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 970px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .embed.interactive {
    margin-left: 0;
    border: none;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.package-byline {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.hero {
  overflow: hidden;
  position: relative;
  margin-bottom: 3em;
  margin-top: -2px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  height: calc(100vh - 50px);
  opacity: 0;
  animation: introFade 3s 1s ease-out forwards;
}
.hero h1 {
  text-align: left;
  color: #ededed;
  background-color: transparent;
  font-weight: normal;
  text-shadow: 2px 2px 10px black;
  font-family: "Whitman Display", serif;
  font-size: 5.9em;
  line-height: 100%;
  letter-spacing: -1px;
  width: 470px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero h1 {
    font-family: "Whitman Display", serif;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    font-size: 5.4em;
    width: 100%;
    bottom: 10px !important;
    text-align: center;
    line-height: 90%;
    padding: 0 10px;
    z-index: 2;
  }
}
.hero .heroTextBox {
  display: block;
  top: 100px;
  right: 150px;
  width: 400px;
  height: 175px;
  position: absolute;
  opacity: 1;
}
.hero .heroTextBox .heroLineBox {
  margin-left: 4px;
}
.hero .heroTextBox .heroLineBox .heroLine {
  width: 75px;
  margin: 16px 0 -7px 0;
  border-bottom: #FFF 6px solid;
}
.hero .heroTextBox .heroTitle h1 {
  font-family: "Popular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.hero .heroTextBox .intro {
  font-size: 2.35em;
  top: 20px;
  color: #fff;
  position: relative;
  width: 310px;
  z-index: 10;
  display: block;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.bigTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100px;
  z-index: 10;
}
.bigTitle h4 {
  font-weight: normal;
  color: #fff;
  font-family: "Whitman Display", serif;
  font-size: 6em;
  letter-spacing: 4px;
  line-height: 100%;
  text-transform: uppercase;
  opacity: 0;
  animation: introFade 2s 6s ease-in forwards;
}

.crop-gradient {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(76%, rgba(0, 0, 0, 0.65)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 76%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 76%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 76%, #000000 100%);
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 50%;
}

.scroll-label {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 1em !important;
  text-align: center;
  margin-top: 36px !important;
  position: absolute;
  bottom: 40px;
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  animation: introScrollFade 5s 7s ease-out forwards;
}
.scroll-label img {
  display: block;
  margin: 6px auto 0 auto;
  width: 30px;
}

.mobile-hero {
  display: none;
}

.isMobile .hero {
  display: none;
}

@media (max-width: 768px) {
  .mobileIntro {
    font-family: "Whitman Display", serif;
    line-height: 130%;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    position: relative;
    width: 95%;
    z-index: 10;
    display: block;
    font-size: .8em;
    margin-top: 10px;
  }

  section.mobile-hero {
    display: block;
    width: 100%;
    background-size: cover;
    top: -5px !important;
    background-color: #333;
    position: relative;
    height: 450px;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  section.mobile-hero {
    height: 450px;
    top: 50px !important;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  section.mobile-hero {
    height: 350px;
    top: 50px !important;
  }
}
@media (max-width: 768px) {
  section.mobile-hero h1 {
    max-width: 500px;
    text-align: left;
    font-family: "Popular", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    bottom: 20px !important;
    position: absolute;
    text-transform: uppercase;
    margin: 0 0 10px 130px;
    opacity: 0;
    animation: introFade 2s 1s ease-in forwards;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  section.mobile-hero h1 {
    margin: 0 0 0px 10px;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  section.mobile-hero h1 {
    margin: 0 0 0px 10px;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .mfp-bg {
    max-width: 100%;
    min-width: 100%;
  }

  .mfp-wrap {
    max-width: 100%;
    min-width: 100%;
  }

  .mobile-hero.mobile {
    height: 600px;
    max-width: 1024px;
  }
}
.related-media.wide {
  margin: 50px 0 20px -116px;
  width: 970px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.wide {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
  .related-media.wide:after {
    content: "";
    display: table;
    clear: both;
  }
}

.related-media.large {
  margin: 50px 0 20px 0px;
  width: 853px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.large {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
  .related-media.large:after {
    content: "";
    display: table;
    clear: both;
  }
}

.related-media.large-right {
  float: right;
  width: 524px !important;
  margin: 10px -329px 24px 60px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.large-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
  .related-media.large-right:after {
    content: "";
    display: table;
    clear: both;
  }
}

.related-media.medium-right {
  float: right;
  right: 0;
  width: 400px;
  margin: 24px -329px 24px 60px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.medium-right {
    position: relative;
    width: 270px;
    margin: 24px -100px 24px 60px;
    right: auto;
  }
  .related-media.medium-right:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .related-media.medium-right {
    position: relative;
    width: 100%;
    margin: 24px auto 18px auto;
    right: auto;
    float: none;
  }
  .related-media.medium-right:after {
    content: "";
    display: table;
    clear: both;
  }
}

.related-media.small-right {
  float: right;
  width: 250px !important;
  margin: 24px -330px 24px 60px !important;
}
.related-media.small-right.graphic220 {
  width: 220px !important;
}
.related-media.small-right.graphic200 {
  width: 200px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .related-media.small-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.photo-package {
  float: left;
  margin-bottom: 24px;
}
.photo-package .related-byline {
  display: none;
}
.photo-package .related-media {
  padding-bottom: 0;
}

/*Photo Package 1*/
/*
<div class="photo-package photo-package-1">
  <strib class="photo1" byline="Tom Wallace" scale="m" type="image" src="moose_tableCROP.jpg" caption="Caption ..."></strib>
  <strib class="photo2" byline="Photographer" scale="m" type="image" src="moose_glovesCROP.jpg" caption="Caption ..."></strib>
  <strib class="photo3" byline="Photographer" scale="m" type="image" src="moose_teethCROP.jpg" caption="Caption ..."></strib> 
  <strib type="text" data="&lt;div class='package-byline '&gt;Photos by Photographer, Star Tribune &lt;/div&gt; &lt;div class='related-caption package-caption '&gt;&lt;span class='readin'&gt;READIN: &lt;/span&gt; Caption...&lt;/div&gt;"></strib>
</div>
*/
.photo-package-1 {
  margin: 70px 0 45px -117px;
  position: relative;
  width: 970px;
}
.photo-package-1 .related-caption {
  display: none;
}
.photo-package-1 .expand-icn-wrapper {
  overflow: hidden;
}
.photo-package-1 .photo1 {
  float: left;
  width: 650px;
  clear: none;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-1 .photo1 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-1 .photo2 {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
  width: 306px;
  clear: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-1 .photo2 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-1 .photo3 {
  margin-top: 10px;
  margin-bottom: 0;
  float: right;
  width: 306px;
  clear: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-1 .photo3 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-1 .related-caption.package-caption {
  padding-top: 5px;
  display: table;
}
.photo-package-1 .package-byline {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-1 .package-byline {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-1 {
    width: 100%;
    float: none;
    position: relative;
    margin: 2.5em 0 0 0;
  }
}

/*.photo-package-1 {
    .photo1 {width:650px}
    .photo2, .photo3 {width:306px}
    .photo3 {}
}*/
/*Photo Package 2*/
.photo-package-2 {
  margin: 70px 0 45px -117px;
  position: relative;
  width: 970px;
}
.photo-package-2 .related-caption {
  display: none;
}
.photo-package-2 .expand-icn-wrapper {
  overflow: hidden;
}
.photo-package-2 .photo1 {
  float: left;
  width: 306px;
  clear: none;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-2 .photo1 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-2 .photo2 {
  margin-top: 0px;
  margin-bottom: 0;
  float: right;
  margin-left: 10px;
  width: 650px;
  clear: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-2 .photo2 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-2 .photo3 {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
  width: 306px;
  clear: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-2 .photo3 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-2 .related-caption.package-caption {
  padding-top: 5px;
  display: table;
  clear: none;
}
.photo-package-2 .package-byline {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-2 .package-byline {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-2 {
    width: 100%;
    float: none;
    position: relative;
    margin: 2.5em 0 0 0;
  }
}

/*Photo Package 3*/
.photo-package-3 {
  margin: 70px 0 45px -117px;
  position: relative;
  width: 970px;
}
.photo-package-3 .expand-icn-wrapper {
  overflow: hidden;
}
.photo-package-3 .photo1 {
  float: left;
  width: 780px;
  clear: none;
  margin: 0;
}
.photo-package-3 .photo1 .related-caption {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-3 .photo1 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-3 .photo2 {
  float: right;
  width: 170px;
  clear: none;
  margin: 0;
}
.photo-package-3 .photo2 .related-caption {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-3 .photo2 {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-3 .related-caption.package-caption {
  margin-top: 10px;
  margin-bottom: 0;
  float: right;
  width: 170px;
  clear: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-3 .related-caption.package-caption {
    width: 100%;
    float: none;
    position: relative;
    margin: 1em 0 0 0;
  }
}

.photo-package-3 .related-caption.package-caption .package-byline {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0px;
  margin-top: 10px;
  line-height: 130%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-3 .related-caption.package-caption .package-byline {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .photo-package-3 {
    width: 100%;
    float: none;
    position: relative;
    margin: 2.5em 0 0 0;
  }
}

/*Photo Package 4*/
/*Photo Package 5*/
/*Photo Package 6*/
/*
<strib type="text" data="
&lt;div class='small-right reefer'&gt;
&lt;div class='promo stack'&gt;
&lt;div class='stack-label'&gt;Database&lt;/div&gt; 
&lt;a href='http://dataviz-dev.startribune.com/20151117-police_deaths/index.html?mental=yes' target='_new'&gt;
&lt;ul class='stack-list'&gt;&lt;li class='stack-list-item is-story show-icon'&gt; 
&lt;figure class='tease-photo video is-video  zone1'&gt;
&lt;img src='http://stmedia.stimg.co/teaser-datavis-04.jpg?h=168w=220&amp;fit=crop&amp;crop=left,bottom' class='tease-video-thumbnail'&gt;
&lt;/figure&gt; 
&lt;div class='stack-headline'&gt
;&lt;b&gt;TITLE&lt;/b&gt;&lt;br&gt;caption for reefer.&lt;/div&gt; 
&lt;/li&gt;&lt;/ul&gt; &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;">
</strib>
*/
/*
<strib type="text" data="&lt;div class='small-right reefer'&gt;&lt;div class='promo stack'&gt;&lt;div class='stack-label'&gt;Database&lt;/div&gt; &lt;a href='http://dataviz-dev.startribune.com/20170615-zebra/builds/development/?chart=lookup' target='_new'&gt;&lt;ul class='stack-list'&gt;&lt;li class='stack-list-item is-story show-icon'&gt;&lt;figure class='tease-photo video is-video  zone1'&gt;&lt;img src='http://stmedia.startribune.com/images/zebra1_lookup_thmb.png' class='tease-video-thumbnail'&gt;&lt;/figure&gt;&lt;div class='stack-headline'&gt;&lt;b&gt;INFECTED WATERBODIES&lt;/b&gt;&lt;br&gt;More than 100 bodies of water in Minnesota have tested positive for the presence of zebra mussels so far. Use the search tool to see which lakes and rivers have been affected.&lt;/div&gt; &lt;/li&gt;&lt;/ul&gt; &lt;/a&gt;&lt;/div&gt;&lt;/div&gt;"></strib>
*/
.small-right.reefer {
  float: right;
  width: 255px;
  margin: 0px -329px 24px 60px;
}

.related-media.videoplayer.overline {
  position: absolute;
  right: -351px;
  width: 300px;
  margin: 0;
}

.breakOut {
  position: relative;
  margin-bottom: 16px;
  width: 970px;
  margin-top: 44px;
  margin-left: -117px;
  background-color: #EEEEEE;
}
.breakOut .toggle-photo-caption {
  display: none;
}
.breakOut .profile {
  position: relative;
  margin-bottom: 16px;
  width: 525px;
  margin-left: 0;
  margin-top: 0px;
  background-color: #EEEEEE;
  padding: 0;
}
.breakOut .group-caption {
  width: 270px;
  right: 15px;
  position: absolute;
  padding-bottom: 0px;
  margin-bottom: -20px;
  margin-left: -116px;
  font-family: "Benton Sans",Helvetica,Arial,sans-serif;
  font-size: .95em;
  font-weight: normal;
}
.breakOut h3 {
  font-size: 2em !important;
  margin-top: 40px;
}
.breakOut .related-media.size-l {
  margin-top: 0 !important;
}
.breakOut .stack-label {
  margin-top: 10px;
}
.breakOut .photoPackage.onetwo {
  position: relative;
  margin-bottom: 16px;
  height: 350px;
  margin-left: 0;
  width: 940px;
  padding: 15px;
  margin-top: 44px;
}
.breakOut .photoPackage.onetwo .photoOne {
  position: absolute;
  top: 0;
  left: 0;
  width: 620px;
}
.breakOut .photoPackage.onetwo .article-media__video {
  height: 350px;
}

.phpdebugbar {
  display: none;
}

@media (max-width: 599px) {
  ul.project-nav, ul.project-nav.open {
    left: 25% !important;
  }
}
.hero {
  margin-bottom: 0;
}
.hero h1 {
  display: none;
}

.divider.betweenP {
  margin-top: 70px;
}
.divider.belowPhoto {
  margin-bottom: 60px;
}

.divider1.belowPhoto {
  margin-bottom: 0;
}

.divider2.belowPhoto {
  margin-bottom: 8px;
}

.drop-cap2 {
  font-family: "Whitman Display", serif;
  float: left;
  font-size: 6.5em;
  line-height: 70%;
  padding: 20px 0 0 0;
  color: #000;
  border-top: 2px solid #000;
  margin: -18px 10px 0 -2px;
}

.heroCaption {
  margin-bottom: 5em;
  letter-spacing: -0.3px;
  padding-top: 5px;
}

.intro {
  display: none;
}

.stack-headline {
  line-height: 24px;
  width: 200px;
  margin: 0 auto;
}

.story-intro2 {
  width: 970px;
  margin: auto;
}
.story-intro2 .body-width {
  background-color: #fff;
  padding-left: 116px;
  padding-bottom: .35em;
}
.story-intro2 .body-width .intro-text {
  font-family: "Popular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-size: 1.5em;
  line-height: 2.5em;
  width: 970px;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
  letter-spacing: 0;
}
.story-intro2 .body-width h2 {
  margin-bottom: .2em;
  font-family: "Whitman Display", serif;
  font-size: 5.75em;
  line-height: 100%;
  letter-spacing: -2.75px;
  word-spacing: 7px;
  max-width: 100%;
  text-transform: uppercase;
}
.story-intro2 .body-width .byline {
  position: relative;
  font-size: 1.15em;
  margin-bottom: 5em;
  display: inline-block;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
  font-weight: bold;
  padding-right: 1em;
  margin-right: 1em;
}
.story-intro2 .body-width .byline .strib {
  font-weight: normal;
}
.story-intro2 .body-width .byline .bullet {
  display: inline-block;
  padding: 0 1em;
  font-weight: 900;
  position: relative;
  font-size: 1.5em;
  top: 3px;
}
.story-intro2 .body-width .byline .date {
  color: #909090;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
}
.story-intro2 .body-width .intro-copy {
  font-family: "Poynter Serif RE", Georgia, Times, serif;
  font-size: 1.55em;
  line-height: 1.5em;
  letter-spacing: -.5px;
}
.story-intro2 .body-width .intro-copy p {
  margin-bottom: 1.65em;
  position: relative;
}
.story-intro2 .body-width .intro-copy .drop-cap {
  font-family: "Whitman Display", serif;
  float: left;
  font-size: 12.3em;
  line-height: 70%;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 0px;
  margin-left: -6px;
  color: #000;
}

.article-author-contact {
  margin-top: 4em;
  margin-bottom: 4em;
}

.package-byline, .related-byline {
  display: none;
}

.hero {
  height: calc(100vh - 200px);
}

.scroll-label {
  display: none;
}

h2 {
  color: #000;
}

.crop-gradient {
  height: 30%;
}

.related-media.size-l .expand-icn-wrapper::after {
  display: none;
}

.photo-package .related-media.size-l .expand-icn-wrapper::after {
  display: block;
}

.pullquote {
  float: right;
  right: 0;
  width: 220px;
  margin: 24px -329px 24px 60px;
}
@media (max-width: 767px) {
  .pullquote {
    display: none;
  }
}

.mfp-container.mfp-image-holder .mfp-figure {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

div.sepia, .videoplayer {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.locationLine {
  margin-bottom: 0.5em !important;
}

aside.article-share {
  margin-top: 18px;
}

.isMobile .story-intro2 {
  width: 100%;
}
.isMobile h4.home-logo {
  padding-bottom: 2em;
}
.isMobile h4.home-logo a {
  height: 16px;
  width: 105px;
  margin: 0 auto;
}
.isMobile .heroHed {
  display: none;
}
.isMobile .heroCaption {
  display: none;
}
.isMobile .article-share {
  display: none;
}
@media (min-width: 601px) {
  .isMobile .hero {
    display: block;
    height: 450px;
  }
  .isMobile .heroHed {
    display: block;
  }
  .isMobile .heroCaption {
    display: block;
  }
  .isMobile .mobile-hero {
    display: none;
  }
  .isMobile .article-share {
    display: block;
  }
}
.isMobile .body-width {
  padding: 0 18px;
}
.isMobile .body-width .intro-text {
  text-align: left;
  font-size: 1.6em;
  line-height: 2.5em;
  width: 100%;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.isMobile .body-width h2 {
  margin-bottom: .2em;
  font-size: 9vh;
  line-height: 90%;
  letter-spacing: -2px;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .isMobile .body-width h2 {
    line-height: 91%;
    font-size: 8vh;
  }
}
.isMobile .body-width .byline {
  font-size: 1.1em;
  margin-bottom: 9vh;
  letter-spacing: -.25px;
  line-height: 120%;
}
.isMobile .body-width .byline .author-bullet {
  padding: 0 4px;
}
.isMobile .body-width .byline .photographer-bullet {
  display: block;
  height: 0;
  width: 0;
  color: transparent;
}
.isMobile .body-width .byline .credit-bullet {
  visibility: hidden;
  width: 0;
  padding: 0 4px;
}
.isMobile .body-width .intro-copy {
  font-size: 3.7vh;
  line-height: 5.5vh;
  margin-bottom: 8vh;
}
@media (min-width: 601px) {
  .isMobile .body-width .intro-copy {
    font-size: 2.2vh;
    line-height: 3.5vh;
    margin-bottom: 6vh;
  }
}
.isMobile .body-width .intro-copy p {
  margin-bottom: 4.5vh;
}
.isMobile .body-width .intro-copy .drop-cap {
  font-size: 37vh;
  margin-top: -3px;
}
@media (min-width: 601px) {
  .isMobile .body-width .intro-copy .drop-cap {
    font-size: 30vh;
    margin-top: -3px;
  }
}
.isMobile .body-width .intro-image {
  margin: 0 auto 9vh auto;
  width: 70vw;
  height: auto;
  padding-bottom: 70vw;
}
.isMobile .body-width .intro-text.part-label {
  font-size: 2.5vh;
  line-height: 2.5em;
  letter-spacing: 0;
}

.storyid450624983.page-article, .storyid450625443.page-article, .storyid450626193.page-article, .storyid450626813.page-article {
  padding-top: 0px;
}
.storyid450624983 .article-share, .storyid450625443 .article-share, .storyid450626193 .article-share, .storyid450626813 .article-share {
  margin-top: 0px;
}
.storyid450624983 .dropCap, .storyid450625443 .dropCap, .storyid450626193 .dropCap, .storyid450626813 .dropCap {
  float: none;
  font-size: inherit;
  line-height: inherit;
  padding-right: inherit;
  margin-top: inherit;
  font-family: "Poynter Serif RE", Georgia, Times, serif !important;
}
.storyid450624983 .pullquote blockquote, .storyid450625443 .pullquote blockquote, .storyid450626193 .pullquote blockquote, .storyid450626813 .pullquote blockquote {
  font-family: "Whitman OSF", serif;
  font-size: 1.6em;
  color: #000;
  font-style: normal;
}
.storyid450624983 .article-body, .storyid450625443 .article-body, .storyid450626193 .article-body, .storyid450626813 .article-body {
  font-family: "Poynter Serif RE", Georgia, Times, serif;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
  min-height: 200px;
}
.storyid450624983 .article-featured-media-wrapper.is-photo, .storyid450625443 .article-featured-media-wrapper.is-photo, .storyid450626193 .article-featured-media-wrapper.is-photo, .storyid450626813 .article-featured-media-wrapper.is-photo {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 970px;
  height: auto;
  margin-left: -115px;
  margin-bottom: 28px;
  margin-top: 20px;
}
.isMobile .storyid450624983 .article-featured-media-wrapper.is-photo, .isMobile .storyid450625443 .article-featured-media-wrapper.is-photo, .isMobile .storyid450626193 .article-featured-media-wrapper.is-photo, .isMobile .storyid450626813 .article-featured-media-wrapper.is-photo {
  margin-top: 0;
}
@media (max-width: 768px) {
  .storyid450624983 .article-featured-media-wrapper.is-photo, .storyid450625443 .article-featured-media-wrapper.is-photo, .storyid450626193 .article-featured-media-wrapper.is-photo, .storyid450626813 .article-featured-media-wrapper.is-photo {
    width: 100%;
    margin-left: 0;
  }
}
.storyid450624983 .article-featured-media-wrapper.is-photo figcaption, .storyid450625443 .article-featured-media-wrapper.is-photo figcaption, .storyid450626193 .article-featured-media-wrapper.is-photo figcaption, .storyid450626813 .article-featured-media-wrapper.is-photo figcaption {
  display: none;
}
.storyid450624983 .article-featured-media-wrapper.is-photo .expand-icn-wrapper::after, .storyid450625443 .article-featured-media-wrapper.is-photo .expand-icn-wrapper::after, .storyid450626193 .article-featured-media-wrapper.is-photo .expand-icn-wrapper::after, .storyid450626813 .article-featured-media-wrapper.is-photo .expand-icn-wrapper::after {
  display: none;
}
.storyid450624983 .l-article-topper.wide, .storyid450624983 .article-subhead, .storyid450624983 .article-byline-mod.hero-override, .storyid450625443 .l-article-topper.wide, .storyid450625443 .article-subhead, .storyid450625443 .article-byline-mod.hero-override, .storyid450626193 .l-article-topper.wide, .storyid450626193 .article-subhead, .storyid450626193 .article-byline-mod.hero-override, .storyid450626813 .l-article-topper.wide, .storyid450626813 .article-subhead, .storyid450626813 .article-byline-mod.hero-override {
  display: none;
}
.storyid450624983 .hero-override, .storyid450625443 .hero-override, .storyid450626193 .hero-override, .storyid450626813 .hero-override {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 970px;
  margin: 90px auto 2em auto !important;
}
.isMobile .storyid450624983 .hero-override, .isMobile .storyid450625443 .hero-override, .isMobile .storyid450626193 .hero-override, .isMobile .storyid450626813 .hero-override {
  margin-top: 45px;
}
.isMobile .storyid450624983 .hero-override, .isMobile .storyid450625443 .hero-override, .isMobile .storyid450626193 .hero-override, .isMobile .storyid450626813 .hero-override {
  margin-top: 45px;
}
.storyid450624983 h1, .storyid450625443 h1, .storyid450626193 h1, .storyid450626813 h1 {
  font-family: "Whitman Display", serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 4.6em;
  width: 970px;
  margin-left: -115px;
  line-height: 90%;
  color: #222;
  text-align: center;
  text-shadow: none;
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 h1, .isMobile .storyid450625443 h1, .isMobile .storyid450626193 h1, .isMobile .storyid450626813 h1 {
    text-align: center;
    font-size: 7.5vh;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .storyid450624983 h1, .storyid450625443 h1, .storyid450626193 h1, .storyid450626813 h1 {
    width: 90%;
    display: block;
    margin-left: 0;
  }
}
.storyid450624983 aside.article-share, .storyid450625443 aside.article-share, .storyid450626193 aside.article-share, .storyid450626813 aside.article-share {
  margin-top: 122px;
}
@media (max-width: 1023px) {
  .storyid450624983 aside.article-share, .storyid450625443 aside.article-share, .storyid450626193 aside.article-share, .storyid450626813 aside.article-share {
    margin-top: 175px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .storyid450624983 aside.article-share, .storyid450625443 aside.article-share, .storyid450626193 aside.article-share, .storyid450626813 aside.article-share {
    min-width: 100% !important;
    display: block;
    margin: 0px auto 0 auto !important;
    position: relative !important;
  }
}

.isMobile .storyid450624983 aside.article-share, .isMobile .storyid450625443 aside.article-share, .isMobile .storyid450626193 aside.article-share, .isMobile .storyid450626813 aside.article-share {
  display: none;
}
.storyid450624983 .scroll-label, .storyid450625443 .scroll-label, .storyid450626193 .scroll-label, .storyid450626813 .scroll-label {
  display: none;
}
.storyid450624983 .intro, .storyid450625443 .intro, .storyid450626193 .intro, .storyid450626813 .intro {
  display: none;
  text-align: center;
  width: 970px;
  margin-left: -115px;
  font-size: 2.35em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: "Whitman Display", serif;
  line-height: 140%;
}
.storyid450624983 .l-section-container, .storyid450625443 .l-section-container, .storyid450626193 .l-section-container, .storyid450626813 .l-section-container {
  margin-top: 80px;
}
.storyid450624983 .article-section, .storyid450625443 .article-section, .storyid450626193 .article-section, .storyid450626813 .article-section {
  display: none;
}
.storyid450624983 .article-dateline, .storyid450625443 .article-dateline, .storyid450626193 .article-dateline, .storyid450626813 .article-dateline {
  margin-top: 6px;
  display: inline-block;
}
.storyid450624983 .article-byline-mod, .storyid450625443 .article-byline-mod, .storyid450626193 .article-byline-mod, .storyid450626813 .article-byline-mod {
  padding-bottom: 22px;
  padding-top: 25px;
}
.storyid450624983 .article-subhead, .storyid450625443 .article-subhead, .storyid450626193 .article-subhead, .storyid450626813 .article-subhead {
  font-family: "Whitman Display", serif;
  width: 970px;
  margin-left: -117px;
  font-size: 2.6em !important;
  line-height: 120%;
}

.storyid374523971 {
  background-color: black;
}
.storyid374523971 .notPublished img {
  opacity: .6;
}
.storyid374523971 .intro {
  font-family: "Whitman Display", serif;
  color: #fff;
  z-index: 4;
  font-size: 2.25em !important;
  text-align: center;
  line-height: 130%;
  width: 80%;
  font-weight: normal;
  position: relative;
  margin: 5px auto 0px auto;
  padding-bottom: 15px;
  text-shadow: 4px 4px 8px black;
}
@media (max-width: 768px) {
  .storyid374523971 .intro {
    margin: 1em auto 0px auto;
    font-size: 2em !important;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .storyid374523971 .intro {
    width: 100%;
    margin: .5em auto 0px auto;
    font-size: 1.7em !important;
  }
}

@media (max-width: 768px) and (max-width: 600px) and (max-width: 320px) {
  .storyid374523971 .intro {
    width: 100%;
    margin: .3em auto 0px auto;
    font-size: 1.5em !important;
  }
}

.storyid374523971 .article-byline-mod {
  display: none;
}
.storyid374523971 .dataDay {
  width: 100%;
  display: table;
  text-align: center;
  width: 100%;
  font-family: "Benton Sans",serif;
  text-align: center;
  color: #999999;
  font-size: 1.1em;
  line-height: 130%;
  letter-spacing: .3px;
  padding-top: 60px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .storyid374523971 .dataDay {
    width: 80%;
    margin: 2em auto 0px auto;
    line-height: 140%;
    padding-top: 0;
  }
}

.storyid374523971 .dataDay .titleBox {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 0px;
}
.storyid374523971 .dataDay .dataRead {
  color: #fff;
  font-weight: bold;
}
.storyid374523971 .videoCredit {
  margin-top: 50px;
  text-align: center;
  color: #666;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
}
.storyid374523971 h1.desktop {
  text-align: center;
  letter-spacing: 4px;
  font-size: 5em;
  text-shadow: 4px 4px 8px black;
  font-weight: normal;
}
.storyid374523971 h1.mobile {
  font-size: 4em !important;
  margin: 20px auto .5em auto;
  font-family: 'Whitman Display', serif;
  line-height: 93%;
  text-align: center;
  display: block;
  padding: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .storyid374523971 h1.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .storyid374523971 h1.mobile {
    line-height: 105%;
    margin-top: 10px;
    font-size: 3.7em !important;
  }
}
@media (max-width: 600px) {
  .storyid374523971 h1.mobile {
    margin-top: 60px;
    font-size: 2.8em !important;
  }
}
@media (max-width: 320px) {
  .storyid374523971 h1.mobile {
    line-height: 105%;
    margin-top: 80px;
    font-size: 2.3em !important;
  }
}
.storyid374523971 .mentalBucket {
  width: 100%;
  font-family: "Benton Sans",serif;
  text-align: center;
  color: #999999;
  font-size: 1.1em;
  line-height: 130%;
  letter-spacing: .3px;
  margin-top: 50px;
  z-index: 50;
}
@media (max-width: 768px) {
  .storyid374523971 .mentalBucket {
    width: 80%;
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 600px) {
  .storyid374523971 .mentalBucket {
    width: 100%;
    margin-top: 20px;
    z-index: 50;
  }
}
@media (max-width: 320px) {
  .storyid374523971 .mentalBucket {
    width: 100%;
    font-size: 1em;
    margin: 30px auto 0 auto;
  }
}
.storyid374523971 .mentalDay {
  float: left;
  width: 296px;
  padding: 0;
  position: relative;
  margin-right: 40px;
}
.storyid374523971 .mentalDay:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .storyid374523971 .mentalDay {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 20px;
    text-align: left;
  }
  .storyid374523971 .mentalDay img {
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .storyid374523971 .mentalDay p {
    display: table;
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .storyid374523971 .mentalDay {
    float: none;
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .storyid374523971 .mentalDay img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .storyid374523971 .mentalDay p {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .storyid374523971 .mentalDay {
    float: none;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .storyid374523971 .mentalDay img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .storyid374523971 .mentalDay p {
    width: 100%;
  }
}
.storyid374523971 .titleBox {
  font-family: "Benton Sans",serif;
  height: 37px;
  width: 300px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: none;
  margin: 7px 0 0 0;
  border: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 8px black;
}
@media (max-width: 768px) {
  .storyid374523971 .titleBox {
    height: auto;
    font-size: 1.3em;
    width: 200px;
    text-align: left;
    float: left;
    padding: 0;
    display: block;
    margin: 0px 0 .5em 0;
  }
}
@media (max-width: 600px) {
  .storyid374523971 .titleBox {
    width: 100%;
    margin: 1.4em 0 .7em 0;
    text-align: center;
  }
}
@media (max-width: 320px) {
  .storyid374523971 .titleBox {
    width: 100%;
    margin: 1.4em 0 .7em 0;
    text-align: center;
  }
}
.storyid374523971 .project-body h3 {
  font-family: "Whitman Display", serif;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 2.2em;
  text-align: center;
  line-height: 110%;
  width: 300px;
  color: #fff;
}
.storyid374523971 .l-article-body {
  z-index: 10;
  width: 970px !important;
  margin: 0 auto 0 auto !important;
}
.storyid374523971 .article-share {
  display: none;
}
.storyid374523971 .nav {
  opacity: 0;
  animation-name: navFade;
  animation-duration: 5s;
  animation-delay: 16s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 100;
}
@media (max-width: 768px) {
  .storyid374523971 .nav {
    opacity: 1;
    animation-delay: 1s;
  }
}
.storyid374523971 .l-footer-container {
  display: none;
}
@keyframes stribFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: .7;
  }
}
@keyframes navFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes buttonFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes strokeSwell {
  0% {
    background-color: #000;
  }
  25% {
    background-color: #666;
  }
  100% {
    background-color: #000;
  }
}
.storyid374523971 .introTextBox {
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 1900;
}
.storyid374523971 .introTextBox .stribLogo {
  opacity: 0;
  width: 180px;
  margin: 30px auto 0 auto;
  animation-name: stribFade;
  animation-duration: 4s;
  animation-delay: 2s;
  animation-iteration-count: 1;
}
.storyid374523971 .introTextBox .introText {
  text-align: center;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 2em;
  display: block;
  margin-bottom: 0em;
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.storyid374523971 .introTextBox .firstText {
  margin-top: -30px;
  opacity: 0;
  font-size: 2.5em;
  animation-name: textFade;
  animation-duration: 4s;
  animation-delay: 7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.storyid374523971 .introTextBox .secondText {
  opacity: 0;
  font-size: 2.5em;
  animation-name: textFade;
  animation-duration: 4s;
  animation-delay: 10s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.storyid374523971 .introTextBox .thirdText {
  opacity: 0;
  animation-name: buttonFade;
  animation-duration: 4s;
  animation-delay: 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  text-align: center;
  z-index: 100;
  margin: 60px 0 15px 0;
}
.storyid374523971 .introTextBox .thirdText .startButton {
  outline: none;
  animation-name: strokeSwell;
  animation-duration: 2s;
  animation-delay: 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  width: 110px;
  background-color: #000;
  color: #fff;
  border-color: #666;
  border-width: 1px;
  margin: 0 auto;
  font-size: .6em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  padding: 10px;
  border-style: solid;
}
.storyid374523971 .introTextBox .thirdText .startButton:hover {
  border: 1px #FFF solid;
}
.storyid374523971 .introTextBox .fourthText {
  opacity: 0;
  animation-name: buttonFade;
  animation-duration: 4s;
  animation-delay: 13s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-size: .85em;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
.storyid374523971 .introTextBox .fourthText .lowerText {
  display: none;
  letter-spacing: 0.5px;
}
.storyid374523971 .introTextBox .fifthText {
  opacity: 0;
  animation-name: textFade;
  animation-duration: 5s;
  animation-delay: 16s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 100;
}
.storyid374523971 .introTextBox .fifthText .skipButton {
  outline: none;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #666;
  font-size: .5em;
  font-weight: 600;
  border: none;
  border-bottom: 1px #666 solid;
  margin: 0;
  text-align: center;
  letter-spacing: 3px;
  padding: 5px 0;
}
.storyid374523971 .introTextBox .fifthText .skipButton:hover {
  color: #FFF;
  border-bottom: 1px #CCC solid;
}
.storyid374523971 #heroVideo {
  position: relative;
  top: 0%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  background-size: 100%;
  z-index: 1;
}
.storyid374523971 .hero {
  opacity: 1;
  animation: none;
  background: none;
}
.storyid374523971 .hero .heroTextBox {
  display: block;
  top: 30%;
  left: 20%;
  width: 335px;
  position: relative;
}
.storyid374523971 li.nav-block {
  opacity: 0;
}
.storyid374523971 li.nav-block.nav-logo, .storyid374523971 li.nav-block.share {
  opacity: 1;
}
@media (max-width: 768px) {
  .storyid374523971 {
    background: #000 url("http://stmedia.stimg.co/glassShatter_bkg3.jpg") top center no-repeat;
  }
}
@media (max-width: 768px) and (max-width: 320px) {
  .storyid374523971 {
    background: #000 url("http://stmedia.stimg.co/glassShatter_bkg3.jpg?w=400") top center no-repeat;
  }
}
@media (max-width: 768px) {
  .storyid374523971 .home-logo {
    display: none;
  }
}

.storyid450623913.page-article {
  padding-top: 0;
}

.storyid450623913 .package-intro {
  background-color: #000;
  padding-top: 48px;
  padding-bottom: 24px;
  margin-bottom: 127px;
}
.storyid450623913 nav {
  display: none;
}
.storyid450623913 .hero {
  background-image: none;
  background-color: #fff;
  height: auto;
  animation: none;
  opacity: 1;
  margin-top: -40px;
}
.storyid450623913 .hero .strib-logo {
  height: 40px;
  background-image: url("http://assets.startribune.com/static/img/branding/logos/reverse-startribune-logo-white.svg");
  background-repeat: no-repeat;
  width: 150px;
  margin: 36px auto 0 auto;
  height: 36px;
  opacity: 0;
}
.storyid450623913 .hero .report-flag {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 16px;
  word-spacing: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin: 6px auto 0 auto;
  opacity: 0;
}
.storyid450623913 .hero .package-intro .intro-text {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.85em;
  line-height: 2.25em;
  width: 700px;
  margin: 3em auto 5em auto;
  opacity: 0;
}
.storyid450623913 .hero .package-intro .intro-text.part-label {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  line-height: 2.5em;
  width: 970px;
  margin: 2em auto 9em auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0;
}
.storyid450623913 .hero .package-intro h1 {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  text-align: center;
  letter-spacing: 0px;
  font-size: 13em;
  opacity: 0;
  font-variant-ligatures: none;
}
.storyid450623913 .hero .package-intro h1 .ft {
  letter-spacing: 3px;
}
.storyid450623913 .hero .package-intro h1 .ffe {
  letter-spacing: -2px;
}
.storyid450623913 .hero .photo-grid {
  width: 970px;
  height: 640px;
  margin: auto;
  position: relative;
  margin-bottom: 9em;
}
.storyid450623913 .hero .photo-grid .photo {
  display: none;
  position: absolute;
  width: 49.5%;
  height: 49.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.storyid450623913 .hero .photo-grid .photo.row1 {
  top: 0;
}
.storyid450623913 .hero .photo-grid .photo.row2 {
  bottom: 0;
}
.storyid450623913 .hero .photo-grid .photo.photo-1 {
  left: 0;
  background-image: url("http://stmedia.stimg.co/elder_grid_1_bw.jpg");
}
.storyid450623913 .hero .photo-grid .photo.photo-2 {
  right: 0;
  background-image: url("http://stmedia.stimg.co/elder_grid_2_bw.jpg");
}
.storyid450623913 .hero .photo-grid .photo.photo-3 {
  left: 0;
  background-image: url("http://stmedia.stimg.co/elder_grid_3_bw.jpg");
}
.storyid450623913 .hero .photo-grid .photo.photo-4 {
  right: 0;
  background-image: url("http://stmedia.stimg.co/elder_grid_4_bw.jpg");
}
.storyid450623913 .hero .story-intro {
  width: 970px;
  margin: auto;
}
.storyid450623913 .hero .body-width {
  padding-left: 116px;
  background-color: #fff;
  padding-bottom: 1.75em;
}
.storyid450623913 .hero .body-width .intro-text {
  font-family: "Popular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  text-align: left;
  font-size: 1.5em;
  line-height: 2.5em;
  width: 970px;
  margin: 0 auto 0 auto;
  text-transform: uppercase;
  letter-spacing: 0;
}
.storyid450623913 .hero .body-width h2 {
  margin-bottom: .2em;
  font-family: "Whitman Display", serif;
  font-size: 5.7em;
  line-height: 100%;
  letter-spacing: -2.75px;
  word-spacing: 7px;
  max-width: 700px;
  text-transform: uppercase;
}
.storyid450623913 .hero .body-width .byline {
  position: relative;
  font-size: 1.15em;
  margin-bottom: 5em;
  display: inline-block;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
  font-weight: bold;
  padding-right: 1em;
  margin-right: 1em;
}
.storyid450623913 .hero .body-width .byline .strib {
  font-weight: normal;
}
.storyid450623913 .hero .body-width .byline .bullet {
  display: inline-block;
  padding: 0 1em;
  font-weight: 900;
  position: relative;
  font-size: 1.5em;
  top: 3px;
}
.storyid450623913 .hero .body-width .byline .date {
  color: #909090;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
}
.storyid450623913 .hero .body-width .intro-copy {
  font-family: "Poynter Serif RE", Georgia, Times, serif;
  font-size: 1.55em;
  line-height: 1.5em;
  letter-spacing: -.5px;
}
.storyid450623913 .hero .body-width .intro-copy p {
  margin-bottom: 1.65em;
  position: relative;
}
.storyid450623913 .hero .body-width .intro-copy .drop-cap {
  font-family: "Whitman Display", serif;
  float: left;
  font-size: 12.3em;
  line-height: 70%;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 0px;
  margin-left: -6px;
  color: #000;
}
.storyid450623913 .hero .body-width .intro-image {
  margin-bottom: 7em;
  width: 450px;
  height: 450px;
  background-image: url("http://stmedia.stimg.co/elder_day1_cover5.jpg?mono=737373&w=450&h=450&fit=crop&crop=focalpoint&fp-y=0.5&fp-x=0.58");
  background-repeat: no-repeat;
  background-size: cover;
}
.storyid450623913 .article-byline, .storyid450623913 .article-dateline, .storyid450623913 p.intro, .storyid450623913 .article-byline-mod, .storyid450623913 .l-section-container {
  display: none;
}
.storyid450623913 .article-share {
  margin-top: 18px;
}
.storyid450623913 .photo-package-1 .photo1 {
  width: 641px;
}
.storyid450623913 .photo-package-1 .photo2 {
  width: 316px;
}
.storyid450623913 .related-media.projectGraphic.iframe.Day1-1 {
  width: 205px;
}
.storyid450623913 .related-media.projectGraphic.iframe.Day1-1 .source {
  margin-left: 8px;
}
.storyid450623913 .related-media.projectGraphic.iframe.Day1-2 {
  width: 205px;
}
.storyid450623913 .related-media.projectGraphic.iframe.Day1-2 .source {
  margin-left: 10px;
}
.storyid450623913 .related-media.indent-right {
  float: right;
  width: 524px;
  margin: 10px -329px 24px 60px;
}
.storyid450623913 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (max-width: 768px) {
  .storyid450623913 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    float: none;
  }
}
@media (max-width: 320px) {
  .storyid450623913 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0;
    float: none;
  }
}
.storyid450623913 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450623913 .related-media.small-right.profile .is-photo {
  width: 150px;
  margin-right: 40px;
  float: left;
}
.storyid450623913 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450623913 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450623913 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450623913 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450623913 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450623913 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450623913 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450623913 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450623913 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450623913 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}

@media (max-width: 2499px) {
  .isMobile .storyid450623913 .hero .body-width {
    padding: 0 4vw;
  }
  .isMobile .storyid450623913 .hero .body-width h2 {
    max-width: 700px !important;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-image {
    margin: 0 auto 9vh 0;
    width: 45vw;
    height: auto;
    padding-bottom: 45vw;
  }
}
@media (max-width: 1023px) {
  .isMobile .storyid450623913 .mobile-hero {
    display: none;
  }
  .isMobile .storyid450623913 .hero {
    display: block;
    margin-bottom: 0;
  }
  .isMobile .storyid450623913 .hero .strib-logo {
    margin: 18px auto 0 auto;
    height: 36px;
  }
  .isMobile .storyid450623913 .hero .report-flag {
    font-size: 1.1em;
    word-spacing: 3px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
  .isMobile .storyid450623913 .hero .photo-grid {
    width: 100%;
    height: 50vh;
    margin-bottom: 9vh;
  }
  .isMobile .storyid450623913 .hero .photo-grid .photo {
    width: 49.35%;
    height: 49%;
  }
  .isMobile .storyid450623913 .hero .package-intro {
    margin-bottom: 7vh;
  }
  .isMobile .storyid450623913 .hero .package-intro .intro-text {
    font-size: 1.75em;
    line-height: 2em;
    width: 68%;
    margin: 7vh auto 9vh auto;
    padding: 0 2em;
  }
  .isMobile .storyid450623913 .hero .package-intro .intro-text.part-label {
    font-size: 1.65em;
    line-height: 2.5em;
    width: 100%;
    margin: 3vh auto 5vh auto;
    word-spacing: 3px;
    letter-spacing: 3px;
  }
  .isMobile .storyid450623913 .hero .package-intro h1 {
    letter-spacing: -.015em;
    font-size: 14vh;
    line-height: .8em;
    word-spacing: -1vw;
  }
  .isMobile .storyid450623913 .hero .body-width {
    padding: 0 4vw;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-text {
    text-align: left;
    font-size: 1.6em;
    line-height: 2.5em;
    width: 100%;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .isMobile .storyid450623913 .hero .body-width h2 {
    margin-bottom: .2em;
    font-size: 9vh;
    line-height: 90%;
    letter-spacing: -2px;
    max-width: 100% !important;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy {
    font-size: 1.65em;
    line-height: 1.65em;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy p {
    margin-bottom: 1.65em;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy .drop-cap {
    font-size: 39vh;
    margin-top: -3px;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-image {
    margin: 0 auto 9vh 0;
    width: 45vw;
    height: auto;
    padding-bottom: 45vw;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-text.part-label {
    font-size: 1.65em;
    line-height: 2.5em;
  }
  .isMobile .storyid450623913 .hero .story-intro {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450623913 .mobile-hero {
    display: none;
  }
  .isMobile .storyid450623913 .hero {
    display: block;
    margin-bottom: 0;
  }
  .isMobile .storyid450623913 .hero .strib-logo {
    margin: 18px auto 0 auto;
    height: 36px;
  }
  .isMobile .storyid450623913 .hero .report-flag {
    font-size: 2.5vh;
    word-spacing: 3px;
    letter-spacing: 3px;
    margin-bottom: 0;
  }
  .isMobile .storyid450623913 .hero .photo-grid {
    width: 100%;
    height: 40vh;
    margin-bottom: 9vh;
  }
  .isMobile .storyid450623913 .hero .photo-grid .photo {
    width: 49.35%;
    height: 49%;
  }
  .isMobile .storyid450623913 .hero .package-intro {
    margin-bottom: 7vh;
  }
  .isMobile .storyid450623913 .hero .package-intro .intro-text {
    font-size: 1.55em;
    line-height: 1.75em;
    width: 100%;
    margin: 7vh auto 9vh auto;
    padding: 0 2em;
  }
  .isMobile .storyid450623913 .hero .package-intro .intro-text.part-label {
    font-size: 2.5vh;
    line-height: 2.5em;
    width: 100%;
    margin: 3vh auto 5vh auto;
    word-spacing: 3px;
    letter-spacing: 3px;
  }
  .isMobile .storyid450623913 .hero .package-intro h1 {
    letter-spacing: -.015em;
    font-size: 20vh;
    line-height: .8em;
    word-spacing: -2vw;
  }
  .isMobile .storyid450623913 .hero .body-width {
    padding: 0 18px;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-text {
    text-align: left;
    font-size: 1.6em;
    line-height: 2.5em;
    width: 100%;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .isMobile .storyid450623913 .hero .body-width h2 {
    margin-bottom: .2em;
    line-height: 91%;
    font-size: 8.1vh;
    letter-spacing: -2px;
  }
  .isMobile .storyid450623913 .hero .body-width .byline {
    font-size: 1.1em;
    margin-bottom: 9vh;
    letter-spacing: -.25px;
    line-height: 120%;
  }
  .isMobile .storyid450623913 .hero .body-width .byline .author-bullet {
    padding: 0 4px;
  }
  .isMobile .storyid450623913 .hero .body-width .byline .photographer-bullet {
    display: block;
    height: 0;
    width: 0;
    color: transparent;
  }
  .isMobile .storyid450623913 .hero .body-width .byline .credit-bullet {
    visibility: hidden;
    width: 0;
    padding: 0 4px;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy {
    margin-bottom: 10vh;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy p {
    margin-bottom: 4vh;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-copy .drop-cap {
    font-size: 37vh;
    margin-top: -3px;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-image {
    margin: 0 auto 9vh auto;
    width: 70vw;
    height: auto;
    padding-bottom: 70vw;
  }
  .isMobile .storyid450623913 .hero .body-width .intro-text.part-label {
    font-size: 2.5vh;
    line-height: 2.5em;
    letter-spacing: 1px;
  }
  .isMobile .storyid450623913 .hero .story-intro {
    width: 100%;
  }
  .isMobile .storyid450623913 h4.home-logo {
    display: none;
  }
  .isMobile .storyid450623913 aside.article-share {
    max-width: 100%;
    width: 100%;
    position: absolute;
    margin: 225px auto 0 auto;
  }
  .isMobile .storyid450623913 aside.article-share .share__textsize {
    display: none;
  }
  .isMobile .storyid450623913 aside.article-share .clickQS {
    width: 16%;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .isMobile .storyid450623913 aside.article-share {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450623913 .topCaption.mobile {
    display: block;
    position: relative;
    float: none;
    right: 0px;
    margin: 3em auto 1em auto;
    width: 200px;
  }
  .isMobile .storyid450623913 .inlineBlock {
    display: inline-block;
  }
  .isMobile .article-byline, .isMobile .article-byline strong {
    display: inline;
  }
  .isMobile .article-share {
    position: relative;
    margin: 0 auto 24px auto;
    width: 100%;
    z-index: 2;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    color: #bcbcbc;
    text-transform: uppercase;
    text-align: center;
  }
  .isMobile .article-share .share__email,
  .isMobile .article-share .share__print,
  .isMobile .article-share .share-more {
    display: none;
  }
  .isMobile .article-share .share__comments,
  .isMobile .article-share .share__facebook,
  .isMobile .article-share .share__twitter {
    position: relative;
    display: inline-block;
    margin: 0 2px;
  }
  .isMobile .article-share .share__comments .share-txt,
  .isMobile .article-share .share__facebook .share-txt,
  .isMobile .article-share .share__twitter .share-txt {
    display: none;
  }
  .isMobile .article-share .share__comments .share-count,
  .isMobile .article-share .share__facebook .share-count,
  .isMobile .article-share .share__twitter .share-count {
    position: absolute;
    left: 7.5px;
    top: 22px;
    display: block;
    width: 25px;
  }
  .isMobile .article-share .share__comments .share-icon,
  .isMobile .article-share .share__facebook .share-icon,
  .isMobile .article-share .share__twitter .share-icon {
    height: 40px;
    width: 40px;
  }
  .isMobile .article-share .share__facebook .share-label,
  .isMobile .article-share .share__twitter .share-label {
    display: none;
  }
  .isMobile .article-share .share__comments .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.svg), none;
  }
  .isMobile .article-share .share__facebook .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.svg), none;
  }
  .isMobile .article-share .share__twitter .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.svg), none;
  }
  .isMobile .article-share .share__comments:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.svg), none;
  }
  .isMobile .article-share .share__facebook:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.svg), none;
  }
  .isMobile .article-share .share__twitter:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.svg), none;
  }
  .isMobile .article-share-item:before,
  .isMobile .share__comments:before,
  .isMobile .share__facebook:before,
  .isMobile .share__twitter:before {
    display: none;
  }
}
.storyid450624983 .photo-package-1 .photo1 {
  width: 638px;
}
.storyid450624983 .photo-package-1 .photo2, .storyid450624983 .photo-package-1 .photo3 {
  width: 319px;
}
.storyid450624983 .topCaption {
  margin-top: 23px;
}
.storyid450624983 .related-media.indent-right {
  float: right;
  width: 524px;
  margin: 10px -329px 24px 60px;
}
.storyid450624983 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (max-width: 768px) {
  .storyid450624983 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    float: none;
  }
}
@media (max-width: 320px) {
  .storyid450624983 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0;
    float: none;
  }
}
.storyid450624983 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450624983 .related-media.small-right.profile .is-photo {
  width: 150px;
  margin-right: 40px;
  float: left;
}
.storyid450624983 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450624983 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450624983 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450624983 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450624983 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450624983 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450624983 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450624983 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450624983 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450624983 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .isMobile .storyid450624983 .mobile-hero.mobile {
    background-size: cover;
    height: 580px;
    width: 100%;
    display: block;
    margin-top: -5px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile .project-nav {
    margin-top: 0;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1 {
    top: 35%;
    padding-top: 20px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1.hed {
    top: 35%;
  }
}
.storyid450625343 .hero {
  background-image: url("http://stmedia.stimg.co/elder_day2_cover6.jpg?mono=737373&width=2500");
  background-position: center center;
}
@media (max-width: 2499px) {
  .storyid450625343 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day2_cover6.jpg?mono=737373&width=1024");
    background-position: center center;
  }
}
@media (max-width: 1023px) {
  .storyid450625343 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day2_cover6.jpg?mono=737373&w=768");
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .storyid450625343 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day2_coverMobile.jpg");
    background-position: top center;
  }
}
.storyid450625343 .hero h1 {
  display: none;
}
.storyid450625343 .story-intro2 .body-width h2 {
  max-width: 85%;
}
.storyid450625343 .related-media.wide.size-l .related-caption {
  display: none;
}
.storyid450625343 .topCaption {
  width: 240px;
  right: -329px;
}
.storyid450625343 .topCaption img {
  width: 240px;
  height: auto;
  margin-top: 1em;
}
.storyid450625343 .projectGraphic.iframe.big {
  height: 550px;
  margin-bottom: 95px;
  margin-top: 57px;
  padding-top: 20px;
}
.storyid450625343 .projectGraphic.iframe.big .credit {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-align: left;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0.5px;
  float: left;
}
.storyid450625343 .projectGraphic.iframe.big .source {
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 9px;
  text-align: right;
  text-transform: uppercase;
  color: #909090;
  letter-spacing: 0.5px;
  float: none;
}
.storyid450625343 .scatterPlot {
  width: 435px;
  height: 660px;
  overflow: hidden;
  float: right;
  margin-right: -330px;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .storyid450625343 .scatterPlot {
    width: 100%;
    margin: 35px auto 20px auto;
  }
}
@media (max-width: 320px) {
  .storyid450625343 .scatterPlot {
    width: 100%;
    margin: 35px auto 20px auto;
  }
}
.storyid450625343 .related-media.indent-right {
  float: right;
  width: 524px;
  padding-top: 80px;
  margin: 10px -329px 24px 60px;
}
.storyid450625343 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .storyid450625343 .related-media.indent-right {
    width: 100%;
    margin: 35px auto 20px auto;
    float: none;
    padding-top: 0;
  }
}

.storyid450625343 .related-media.small-right {
  margin-top: 6px !important;
}
.storyid450625343 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450625343 .related-media.small-right.profile .is-photo {
  width: 130px;
  margin-right: 40px;
  float: left;
}
.storyid450625343 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450625343 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450625343 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450625343 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450625343 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450625343 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450625343 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto !important;
    float: none !important;
  }
  .storyid450625343 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450625343 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450625343 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
  .storyid450625343 .related-media.small-right.profile.profile .related-caption {
    line-height: 150%;
    font-size: 1.15em;
  }
}
.storyid450625343 .photoPackage {
  position: relative;
  margin-bottom: 16px;
  width: 970px;
  margin-left: -117px;
  margin-top: 44px;
}
.storyid450625343 .photoPackage.twoOne {
  height: 484px;
  padding: 15px;
}
.storyid450625343 .photoPackage.twoOne .photoOne {
  position: absolute;
  top: 0;
  left: 0;
  width: 628px;
}
.storyid450625343 .photoPackage.twoOne .photoTwo {
  width: 331px;
  position: absolute;
  top: 0;
  right: 0;
}
.storyid450625343 .photoPackage.twoOne .photoThree {
  width: 331px;
  position: absolute;
  top: 252px;
  right: 0;
}
.storyid450625343 .photoPackage .related-caption {
  display: none;
}
.storyid450625343 .group-caption {
  width: 970px;
  padding-bottom: 0px;
  padding-top: 8px;
  margin-bottom: -20px;
  margin-left: -116px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: .95em;
  font-weight: normal;
}

.isMobile .storyid450625343 .mobile-hero {
  background-image: url("http://stmedia.stimg.co/elder_day2_coverMobile.jpg");
  background-position: bottom center;
}

.storyid450625443 .photo-package-1 .photo1 {
  width: 652px;
}
.storyid450625443 .photo-package-1 .photo2, .storyid450625443 .photo-package-1 .photo3 {
  width: 304px;
}
.storyid450625443 .related-media.indent-right {
  float: right;
  width: 524px;
  margin: 10px -329px 24px 60px;
}
.storyid450625443 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (max-width: 768px) {
  .storyid450625443 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    float: none;
  }
}
@media (max-width: 320px) {
  .storyid450625443 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0;
    float: none;
  }
}
.storyid450625443 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450625443 .related-media.small-right.profile .is-photo {
  width: 150px;
  margin-right: 40px;
  float: left;
}
.storyid450625443 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450625443 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450625443 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450625443 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450625443 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450625443 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450625443 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450625443 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450625443 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450625443 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .isMobile .storyid450624983 .mobile-hero.mobile {
    background: url("http://stmedia.stimg.co/elder_day1_cover5.jpg?w=768") center center no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    display: block;
    margin-top: -5px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile .project-nav {
    margin-top: 0;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1 {
    top: 35%;
    padding-top: 20px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1.hed {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .mobile-hero {
    position: relative;
    background: url("http://stmedia.stimg.co/elder_day1_cover_mobile.jpg") center center no-repeat;
    background-size: cover;
    top: 0px !important;
    height: 450px;
    background-color: #000;
  }
  .isMobile .storyid450624983 .mobile-hero h1 {
    top: 35%;
    font-size: 3.5em;
    width: 90%;
    padding-top: 10px;
  }
  .isMobile .storyid450624983 aside.article-share {
    max-width: 100%;
    width: 100%;
    position: absolute;
    margin: 225px auto 0 auto;
  }
  .isMobile .storyid450624983 aside.article-share .share__textsize {
    display: none;
  }
  .isMobile .storyid450624983 aside.article-share .clickQS {
    width: 16%;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .isMobile .storyid450624983 aside.article-share {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .topCaption.mobile {
    display: block;
    position: relative;
    float: none;
    right: 0px;
    margin: 3em auto 1em auto;
    width: 200px;
  }
  .isMobile .storyid450624983 .inlineBlock {
    display: inline-block;
  }
  .isMobile .article-byline, .isMobile .article-byline strong {
    display: inline;
  }
  .isMobile .article-share {
    position: relative;
    margin: 0 auto 24px auto;
    width: 100%;
    z-index: 2;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    color: #bcbcbc;
    text-transform: uppercase;
    text-align: center;
  }
  .isMobile .article-share .share__email,
  .isMobile .article-share .share__print,
  .isMobile .article-share .share-more {
    display: none;
  }
  .isMobile .article-share .share__comments,
  .isMobile .article-share .share__facebook,
  .isMobile .article-share .share__twitter {
    position: relative;
    display: inline-block;
    margin: 0 2px;
  }
  .isMobile .article-share .share__comments .share-txt,
  .isMobile .article-share .share__facebook .share-txt,
  .isMobile .article-share .share__twitter .share-txt {
    display: none;
  }
  .isMobile .article-share .share__comments .share-count,
  .isMobile .article-share .share__facebook .share-count,
  .isMobile .article-share .share__twitter .share-count {
    position: absolute;
    left: 7.5px;
    top: 22px;
    display: block;
    width: 25px;
  }
  .isMobile .article-share .share__comments .share-icon,
  .isMobile .article-share .share__facebook .share-icon,
  .isMobile .article-share .share__twitter .share-icon {
    height: 40px;
    width: 40px;
  }
  .isMobile .article-share .share__facebook .share-label,
  .isMobile .article-share .share__twitter .share-label {
    display: none;
  }
  .isMobile .article-share .share__comments .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.svg), none;
  }
  .isMobile .article-share .share__facebook .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.svg), none;
  }
  .isMobile .article-share .share__twitter .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.svg), none;
  }
  .isMobile .article-share .share__comments:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.svg), none;
  }
  .isMobile .article-share .share__facebook:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.svg), none;
  }
  .isMobile .article-share .share__twitter:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.svg), none;
  }
  .isMobile .article-share-item:before,
  .isMobile .share__comments:before,
  .isMobile .share__facebook:before,
  .isMobile .share__twitter:before {
    display: none;
  }
}
.storyid450625693 .hero {
  background-image: url("http://stmedia.stimg.co/elder_day3_cover2.jpg?mono=737373&w=2500");
  background-position: center center;
}
@media (max-width: 2499px) {
  .storyid450625693 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day3_cover2.jpg?mono=737373&w=1024");
    background-position: center center;
  }
}
@media (max-width: 1023px) {
  .storyid450625693 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day3_cover2.jpg?mono=737373&w=768");
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .storyid450625693 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day3_coverMobile.jpg");
    background-position: top center;
  }
}
.storyid450625693 .hero h1 {
  width: 400px;
}
.storyid450625693 .story-intro2 .body-width h2 {
  max-width: 80%;
}
.storyid450625693 .photo-package-1 .photo1 {
  width: 539px;
}
.storyid450625693 .photo-package-1 .photo2 {
  width: 417px;
}
.storyid450625693 .related-media.indent-right {
  float: right;
  width: 524px !important;
  margin: 10px -329px 24px 60px !important;
}
.storyid450625693 .related-media.indent-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 20px;
  line-height: 171%;
  font-size: 1.25em;
}
@media (min-width: 320px) and (max-width: 768px) {
  .storyid450625693 .related-media.indent-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.isMobile .storyid450625693 .mobile-hero {
  background-image: url("http://stmedia.stimg.co/elder_day3_coverMobile.jpg");
  background-position: bottom center;
}

.storyid450626083 .hero {
  background-image: url("http://stmedia.stimg.co/elder_day4_cover5.jpg?mono=737373&w=2500");
  background-position: top center;
}
@media (max-width: 2499px) {
  .storyid450626083 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day4_cover5.jpg?mono=737373&w=1024");
    background-position: top center;
  }
}
@media (max-width: 1023px) {
  .storyid450626083 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day4_cover5.jpg?mono=737373&w=768");
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .storyid450626083 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day4_coverMobile.jpg");
    background-position: top center;
  }
}
.storyid450626083 .hero h1 {
  text-align: center;
}
.storyid450626083 .story-intro2 .body-width h2 {
  max-width: 70%;
}
.storyid450626083 .related-media.indent-right {
  float: right;
  width: 524px !important;
  margin: 10px -329px 24px 60px !important;
}
.storyid450626083 .related-media.indent-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 20px;
  line-height: 171%;
  font-size: 1.25em;
}
@media (min-width: 320px) and (max-width: 768px) {
  .storyid450626083 .related-media.indent-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.isMobile .storyid450626083 .mobile-hero {
  background-image: url("http://stmedia.stimg.co/elder_day4_coverMobile.jpg");
  background-position: bottom center;
}

.storyid450626193 .related-media.indent-right {
  float: right;
  width: 524px;
  margin: 10px -329px 24px 60px;
}
.storyid450626193 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (max-width: 768px) {
  .storyid450626193 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    float: none;
  }
}
@media (max-width: 320px) {
  .storyid450626193 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0;
    float: none;
  }
}
.storyid450626193 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450626193 .related-media.small-right.profile .is-photo {
  width: 150px;
  margin-right: 40px;
  float: left;
}
.storyid450626193 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450626193 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450626193 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450626193 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450626193 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450626193 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450626193 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450626193 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450626193 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450626193 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .isMobile .storyid450624983 .mobile-hero.mobile {
    background: url("http://stmedia.stimg.co/elder_day1_cover5.jpg?w=768") center center no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    display: block;
    margin-top: -5px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile .project-nav {
    margin-top: 0;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1 {
    top: 35%;
    padding-top: 20px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1.hed {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .mobile-hero {
    position: relative;
    background: url("http://stmedia.stimg.co/elder_day1_cover_mobile.jpg") center center no-repeat;
    background-size: cover;
    top: 0px !important;
    height: 450px;
    background-color: #000;
  }
  .isMobile .storyid450624983 .mobile-hero h1 {
    top: 35%;
    font-size: 3.5em;
    width: 90%;
    padding-top: 10px;
  }
  .isMobile .storyid450624983 aside.article-share {
    max-width: 100%;
    width: 100%;
    position: absolute;
    margin: 225px auto 0 auto;
  }
  .isMobile .storyid450624983 aside.article-share .share__textsize {
    display: none;
  }
  .isMobile .storyid450624983 aside.article-share .clickQS {
    width: 16%;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .isMobile .storyid450624983 aside.article-share {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .topCaption.mobile {
    display: block;
    position: relative;
    float: none;
    right: 0px;
    margin: 3em auto 1em auto;
    width: 200px;
  }
  .isMobile .storyid450624983 .inlineBlock {
    display: inline-block;
  }
  .isMobile .article-byline, .isMobile .article-byline strong {
    display: inline;
  }
  .isMobile .article-share {
    position: relative;
    margin: 0 auto 24px auto;
    width: 100%;
    z-index: 2;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    color: #bcbcbc;
    text-transform: uppercase;
    text-align: center;
  }
  .isMobile .article-share .share__email,
  .isMobile .article-share .share__print,
  .isMobile .article-share .share-more {
    display: none;
  }
  .isMobile .article-share .share__comments,
  .isMobile .article-share .share__facebook,
  .isMobile .article-share .share__twitter {
    position: relative;
    display: inline-block;
    margin: 0 2px;
  }
  .isMobile .article-share .share__comments .share-txt,
  .isMobile .article-share .share__facebook .share-txt,
  .isMobile .article-share .share__twitter .share-txt {
    display: none;
  }
  .isMobile .article-share .share__comments .share-count,
  .isMobile .article-share .share__facebook .share-count,
  .isMobile .article-share .share__twitter .share-count {
    position: absolute;
    left: 7.5px;
    top: 22px;
    display: block;
    width: 25px;
  }
  .isMobile .article-share .share__comments .share-icon,
  .isMobile .article-share .share__facebook .share-icon,
  .isMobile .article-share .share__twitter .share-icon {
    height: 40px;
    width: 40px;
  }
  .isMobile .article-share .share__facebook .share-label,
  .isMobile .article-share .share__twitter .share-label {
    display: none;
  }
  .isMobile .article-share .share__comments .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.svg), none;
  }
  .isMobile .article-share .share__facebook .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.svg), none;
  }
  .isMobile .article-share .share__twitter .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.svg), none;
  }
  .isMobile .article-share .share__comments:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.svg), none;
  }
  .isMobile .article-share .share__facebook:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.svg), none;
  }
  .isMobile .article-share .share__twitter:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.svg), none;
  }
  .isMobile .article-share-item:before,
  .isMobile .share__comments:before,
  .isMobile .share__facebook:before,
  .isMobile .share__twitter:before {
    display: none;
  }
}
.storyid450626583 .hero {
  background-image: url("http://stmedia.stimg.co/elder_day5_cover2.jpg?mono=737373&w=2500");
  background-position: top center;
}
@media (max-width: 2499px) {
  .storyid450626583 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day5_cover2.jpg?mono=737373&w=1024");
    background-position: top center;
  }
}
@media (max-width: 1023px) {
  .storyid450626583 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day5_cover2.jpg?mono=737373&w=768");
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .storyid450626583 .hero {
    background-image: url("http://stmedia.stimg.co/elder_day5_coverMobile.jpg");
    background-position: top center;
  }
}
.storyid450626583 .hero h1 {
  color: #000;
  text-align: center;
  font-size: 6.1em;
  text-shadow: 2px 2px 10px #666;
}
.storyid450626583 .story-intro2 .body-width h2 {
  max-width: 80%;
}
.storyid450626583 .topCaption {
  margin-top: 22px;
}
.storyid450626583 .photo-package-1 .photo1 {
  width: 496px;
}
.storyid450626583 .photo-package-1 .photo2 {
  width: 461px;
}
.storyid450626583 .related-media.indent-right {
  float: right;
  width: 524px !important;
  margin: 10px -329px 24px 60px !important;
}
.storyid450626583 .related-media.indent-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 20px;
  line-height: 171%;
  font-size: 1.25em;
}
@media (min-width: 320px) and (max-width: 768px) {
  .storyid450626583 .related-media.indent-right {
    width: 100% !important;
    margin: 35px auto 20px auto !important;
    float: none !important;
  }
}

.isMobile .storyid450626583 .mobile-hero {
  background-image: url("http://stmedia.stimg.co/elder_day5_coverMobile.jpg");
  background-position: bottom center;
}

.storyid450626813 .related-media.indent-right {
  float: right;
  width: 524px;
  margin: 10px -329px 24px 60px;
}
.storyid450626813 .related-media.indent-right.profile {
  margin: 10px -329px 5px 60px;
}
@media (max-width: 768px) {
  .storyid450626813 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    float: none;
  }
}
@media (max-width: 320px) {
  .storyid450626813 .related-media.indent-right.profile {
    width: 100%;
    margin: 35px auto 0 auto;
    padding: 0;
    float: none;
  }
}
.storyid450626813 .related-media.small-right.profile {
  float: right;
  width: 525px;
  margin: 0px -329px 24px 60px;
}
.storyid450626813 .related-media.small-right.profile .is-photo {
  width: 150px;
  margin-right: 40px;
  float: left;
}
.storyid450626813 .related-media.small-right.profile .is-photo img {
  margin-top: 5px;
}
.storyid450626813 .related-media.small-right.profile .related-caption {
  letter-spacing: 0;
  font-family: "Whitman Display", serif;
  padding-top: 0;
  margin-top: 0;
  line-height: 171%;
  font-size: 1.25em;
}
@media (max-width: 768px) {
  .storyid450626813 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450626813 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px -329px 24px 60px;
  }
  .storyid450626813 .related-media.small-right.profile.profile .is-photo {
    width: 150px;
    margin-right: 40px;
    float: left;
  }
  .storyid450626813 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .storyid450626813 .related-media.small-right.profile {
    width: 100%;
    margin: 10px auto 20px auto;
    float: none;
  }
  .storyid450626813 .related-media.small-right.profile.profile {
    float: right;
    width: 100%;
    margin: 0px;
  }
  .storyid450626813 .related-media.small-right.profile.profile .is-photo {
    width: 70px;
    margin-right: 20px;
    float: left;
  }
  .storyid450626813 .related-media.small-right.profile.profile .is-photo img {
    margin-top: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (orientation: portrait) {
  .isMobile .storyid450624983 .mobile-hero.mobile {
    background: url("http://stmedia.stimg.co/elder_day1_cover5.jpg?w=768") center center no-repeat;
    background-size: cover;
    height: 580px;
    width: 100%;
    display: block;
    margin-top: -5px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile .project-nav {
    margin-top: 0;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1 {
    top: 35%;
    padding-top: 20px;
  }
  .isMobile .storyid450624983 .mobile-hero.mobile h1.hed {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .mobile-hero {
    position: relative;
    background: url("http://stmedia.stimg.co/elder_day1_cover_mobile.jpg") center center no-repeat;
    background-size: cover;
    top: 0px !important;
    height: 450px;
    background-color: #000;
  }
  .isMobile .storyid450624983 .mobile-hero h1 {
    top: 35%;
    font-size: 3.5em;
    width: 90%;
    padding-top: 10px;
  }
  .isMobile .storyid450624983 aside.article-share {
    max-width: 100%;
    width: 100%;
    position: absolute;
    margin: 225px auto 0 auto;
  }
  .isMobile .storyid450624983 aside.article-share .share__textsize {
    display: none;
  }
  .isMobile .storyid450624983 aside.article-share .clickQS {
    width: 16%;
  }
}
@media (max-width: 767px) and (max-width: 599px) {
  .isMobile .storyid450624983 aside.article-share {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  .isMobile .storyid450624983 .topCaption.mobile {
    display: block;
    position: relative;
    float: none;
    right: 0px;
    margin: 3em auto 1em auto;
    width: 200px;
  }
  .isMobile .storyid450624983 .inlineBlock {
    display: inline-block;
  }
  .isMobile .article-byline, .isMobile .article-byline strong {
    display: inline;
  }
  .isMobile .article-share {
    position: relative;
    margin: 0 auto 24px auto;
    width: 100%;
    z-index: 2;
    font-family: "Benton Sans", Helvetica, Arial, sans-serif;
    font-size: 8.5px;
    font-weight: bold;
    color: #bcbcbc;
    text-transform: uppercase;
    text-align: center;
  }
  .isMobile .article-share .share__email,
  .isMobile .article-share .share__print,
  .isMobile .article-share .share-more {
    display: none;
  }
  .isMobile .article-share .share__comments,
  .isMobile .article-share .share__facebook,
  .isMobile .article-share .share__twitter {
    position: relative;
    display: inline-block;
    margin: 0 2px;
  }
  .isMobile .article-share .share__comments .share-txt,
  .isMobile .article-share .share__facebook .share-txt,
  .isMobile .article-share .share__twitter .share-txt {
    display: none;
  }
  .isMobile .article-share .share__comments .share-count,
  .isMobile .article-share .share__facebook .share-count,
  .isMobile .article-share .share__twitter .share-count {
    position: absolute;
    left: 7.5px;
    top: 22px;
    display: block;
    width: 25px;
  }
  .isMobile .article-share .share__comments .share-icon,
  .isMobile .article-share .share__facebook .share-icon,
  .isMobile .article-share .share__twitter .share-icon {
    height: 40px;
    width: 40px;
  }
  .isMobile .article-share .share__facebook .share-label,
  .isMobile .article-share .share__twitter .share-label {
    display: none;
  }
  .isMobile .article-share .share__comments .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-gray.svg), none;
  }
  .isMobile .article-share .share__facebook .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-gray.svg), none;
  }
  .isMobile .article-share .share__twitter .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-gray.svg), none;
  }
  .isMobile .article-share .share__comments:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-comments-color.svg), none;
  }
  .isMobile .article-share .share__facebook:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-facebook-color.svg), none;
  }
  .isMobile .article-share .share__twitter:hover .share-icon {
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.png);
    background-image: url(http://assets.startribune.com/static/img/icons/icn-rnd-twitter-color.svg), none;
  }
  .isMobile .article-share-item:before,
  .isMobile .share__comments:before,
  .isMobile .share__facebook:before,
  .isMobile .share__twitter:before {
    display: none;
  }
}
