Press "Enter" to skip to content

SHN+ Report: The Bull and Bear Cases for Rapid Senior Living Recovery

While senior living providers are again in the trenches as Covid-19 infection rates soar across the United States, industry leaders are largely confident in their ability to operate through the pandemic, and are pinning their hopes — and 2021 plans — on the arrival of an effective vaccine. 

Those hopes appear to be well-founded, as each day seems to bring more good news, with the potential for Pfizer’s vaccine to be available by the end of December

.agingmedia-sponsored-post .inner-content-ad {
text-align: center;
display: none;
}
.accountButton{
border:none !important;
background-image: none !important;
}
.accountButton:hover{
background-color:white;
color:#00aeef;
}
.pre-header-ad-holder {
display: none;
}
.inner-content-ad {
display:none;
}
.headline{
font-size: 60px;
line-height: 68px;
margin-top:0px;
margin-bottom:0px;
}
body.page .entry-header.with-featured-image {
padding: 16rem 0;
background-position: center center;
background-size: cover;
}
body.page .entry-header.with-featured-image:after {
background-image: none;
}
body.page .entry-header.with-featured-image .entry-title {
display:none;
}
.pricing-table {
/* position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: flex;*/
}
.pricing-table .card {
width: 250px;
height: 250px;
padding: 30px;
border-radius: 1.5rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
position: relative;
overflow: hidden;
/*box-shadow: 2px 2px 46px -4px rgba(0, 0, 0, 0.6);*/
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:35px;
}
.pricing-table .card.individual {
background: #133d55;
}
.pricing-table .card.members {
/*margin: 0 30px;*/
background: #00aeef;
}
.pricing-table .card.enterprise {
/*margin: 0 30px;*/
background: #2f2f2e;
}
.pricing-table .card:nth-child(1) .buy-button, .pricing-table .card:nth-child(2) .buy-button {
width: 230px;
height: 170px;
}
.pricing-table .card:nth-child(1) .buy-button h3, .pricing-table .card:nth-child(2) .buy-button h3 {
top: 12%;
left: 10%;
font-size: 1rem;
}
.pricing-table .card .type {
margin-top: 30px;
letter-spacing: 0.1rem;
}
.pricing-table .card .price {
font-size: 5.5rem;
line-height:1;
position: relative;
/* margin: 10px 0px 20px; */
z-index: 2;
color:#ffffff;
}
.pricing-table .card.members .price {
font-size: 5.5rem;
position: relative;
margin: 0px;
z-index: 2;
color:#133d55;
}
.pricing-table .card .price span {
font-size: 1.8rem;
position: absolute;
left: -10%;
top: 20%;
}
.pricing-table .card .price .yearly{
font-size: 1.8rem;
position: absolute;
left: 100%;
top: 60%;
}
.pricing-table .card .price::before {
position: absolute;
content: “”;
color: rgba(255, 255, 255, 0.06);
font-size: 9.5rem;
z-index: -1;
right: -30%;
bottom: 15%;
text-shadow: 0 0 0px rgba(51, 55, 69, 0);
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.pricing-table .card .plan {
font-size: 1.3rem;
position: relative;
margin-bottom: 0px;
margin-top:0px;
color:#ffffff;
}
.pricing-table .card.members .plan {
font-size: 1.3rem;
position: relative;
margin-bottom: 0px;
color:#133d55;
}
.pricing-table .card .plan::before, .pricing-table .card .plan::after {
position: absolute;
content: “”;
width: 35px;
height: 2px;
background: #fff;
bottom: 40%;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.pricing-table .card.members .plan::before, .pricing-table .card.members .plan::after {
position: absolute;
content: “”;
width: 35px;
height: 2px;
background: #133d55;
bottom: 40%;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.pricing-table .card .plan::before {
right: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pricing-table .card .plan::after {
right: -60%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.pricing-table .card.members .plan::after {
right: -50%;
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
}
.pricing-table .card .details {
text-transform: capitalize;
}
.pricing-table .card .details li {
margin: 15px 0px;
color:#ffffff;
}
.pricing-table .card.members .details li {
margin: 15px 0px;
color:#133d55;
}
.pricing-table .card .buy-button {
cursor: pointer;
position: absolute;
width: 250px;
height: 180px;
background: #EBF8FF;
border-radius: 15%;
right: -43%;
bottom: -37%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.pricing-table .card .buy-button h3 {
text-shadow: 0 0 0;
text-decoration: none;
color: #fff;
position: absolute;
left: 8%;
top: 10%;
color: #333745;
font-size: 1.2rem;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-transform: uppercase;
}
.pricing-table .card:hover {
-webkit-transform: scale(1.02);
transform: scale(1.02);
}
.pricing-table .card:hover .price::before {
-webkit-animation: text-hover 1s ease-in-out infinite normal;
animation: text-hover 1s ease-in-out infinite normal;
}
.pricing-table .card:hover .plan::before {
right: 90%;
}
.pricing-table .card:hover .plan::after {
right: -50%;
}
.pricing-table .card.members:hover .plan::after {
right: -38%;
}
.pricing-table .card:hover .buy-button {
width: 100%;
right: 0%;
border-radius: 0%;
}
.pricing-table .card:hover .buy-button h3 {
left: 50%;
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}

@-webkit-keyframes text-hover {
0% {
right: -30%;
}
50% {
right: -37%;
}
100% {
right: -30%;
}
}

@keyframes text-hover {
0% {
right: -30%;
}
50% {
right: -37%;
}
100% {
right: -30%;
}
}
.pricing-section{
display:flex;
flex-direction:row;
margin-bottom:30px;
justify-content: space-between;
align-items: flex-start;
}
.intro_container{
display:flex;
flex-direction:row;
padding-right:50px;
margin-bottom:75px;
/* margin-top:50px;*/
}
.image{
flex:1;
}
.image > img{
max-width:600px;
}
.text_holder{
flex:1;
padding-right:25px;
}
.text_holder > h3{
font-size: 28px;
line-height:35px;
font-weight:400;
margin-bottom:60px;
}
.text_holder > h5{
font-size:18px;
line-height:24px;
font-weight:700;
}
.text_holder > ul > li{
font-size:18px;
line-height:24px;
font-weight:400;
font-family:’freight-sans-pro’, sans-serif;
}
#post-36556 > div > div.article-contents > div.entry-content > section.pricing-table > a > p{
display:none;
}
@media screen and (max-width: 1024px) {
.intro_container{
flex-direction:column;
padding-right:0px;
}
.pricing-section{
display:flex;
flex-direction:column;
margin-bottom:30px;
justify-content: space-between;
align-items: flex-start;
}
.image{
background-image:url(“https://seniorhousingnews.com/wp-content/uploads/sites/3/2020/10/SHN-Plus_Left_Banner.png”);
background-size:cover;
width:100%;
height:350px;
flex:auto;
}
.text_holder{
flex:1;
padding-left:0px;
padding-right:25px;
}
}
@media screen and (max-width:924px){
.pricing-section{
display:flex;
flex-direction:column;
margin-bottom:50px;
align-items:center;
justify-content:center;
}
.pricing-table .card{
width:600px;
}
.pricing-table .card.individual .price {
font-size: 8.5rem;
line-height: 1;
position: relative;
/* margin: 10px 0px 20px; */
z-index: 2;
color: #ffffff;
}
.pricing-table .card.members .price {
font-size: 8.5rem;
line-height: 1;
position: relative;
/* margin: 10px 0px 20px; */
z-index: 2;
color: #ffffff;
}
.pricing-table .card .buy-button {
cursor: pointer;
position: absolute;
width: 250px;
height: 180px;
background: #EBF8FF;
border-radius: 15%;
right: -17%;
bottom: -38%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
body.page .entry-header.with-featured-image {
padding: 12rem 0;
background-position: center center;
background-size: cover;
margin-top:0px;
}
}
@media screen and (max-width:678px){
body.page .entry-header.with-featured-image {
padding: 8rem 0;
background-position: center center;
background-size: cover;
margin-top:0px;
}
.pricing-table .card{
width:350px;
margin-right:0px;
}
.pricing-table .card.individual .price {
font-size: 6.5rem;
line-height: 1;
position: relative;
/* margin: 10px 0px 20px; */
z-index: 2;
color: #ffffff;
}
.pricing-table .card.members .price {
font-size: 6.5rem;
line-height: 1;
position: relative;
/* margin: 10px 0px 20px; */
z-index: 2;
color: #ffffff;
}
@media screen and (max-width:375px){
body.page .entry-header.with-featured-image {
padding: 5rem 0;
background-position: center center;
background-size: cover;
margin-top:0px;
}
.headline{
font-size: 40px;
line-height: 48px;
margin-top:0px;
}
}
}

Interested in this report? Sign Up for SHN+

Senior Housing News+, a premium membership that provides you with access to our exclusive analysis, insights, and new opportunities to interact with industry leaders to help keep you ahead of the competition.

As an SHN+ individual member, you will receive all of the following for an introductory price of $400/year:
  • 4 new & exclusive trend reports per year ($1,000 value)
  • Access to full survey results exclusive to SHN+ members
  • Access to all paid report archives (20+ industry reports)
  • Member-exclusive content & events
    • SHN+ Talks, interactive one on one interview session with top executives and the ability to ask questions live.
    • A quarterly editorial conference call with SHN edit teams to discuss industry trends
    • Monthly editor email with exclusive insights sent to SHN+ members only
  • 15% off standard ticketed priced for SHN live events, paid webinars and virtual events

Visit our FAQ if you have any more questions.

Our Plans

Individual
$400/yr

Purchase



Need more than 5 members? Contact us for more information.

* per member

Already a member?

The post SHN+ Report: The Bull and Bear Cases for Rapid Senior Living Recovery appeared first on Senior Housing News.

Source: For the full article please visit Senior Housing News

Be First to Comment

    Leave a Reply