.press-releases{
	padding-left: 0px;
	padding-right: 0px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.well article {
    color: #636262;
    margin-bottom: 10px;
}
article .article-summary {
    margin-top: 10px;
}
article .article-date, article .article-title {
    font-size: 18px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 600;
}
article .readmore {
    color: inherit;
    text-decoration: underline;
}
.article-full {
    padding: 7rem 7rem 3rem;
    width: 55%;
    background: #fff;
    position: fixed;
    top: 0;
    right: -62%;
    box-shadow: 0 0 15px rgb(0 0 0 / 50%);
    transition: all 0.5s;
    z-index: 4;
    height: 100%;
}
.article-full {
    top: 47px;
}
.article-full article .article-heading {
    margin-bottom: 40px;
}
.article-full article .article-heading p {
    font-size: 2.722rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.article-date p{
	margin-bottom: 11px !important;
}
.article-full.open {
    right: 0;
}
.article-full .close-article {
    position: absolute;
    top: 70px;
    right: 100%;
    cursor: pointer;
}
.article-full .close-article {
    top: 0;
}
.article-full article {
    margin-bottom: 10px;
    overflow-y: scroll;
    padding-right: 20px;
}
.article-body{
	padding: 30px 0px;
}

@media only screen and (max-width: 480px){
	.article-full.open {
		padding: 100px 10px 10px 80px;
	}
}
@media (max-width: 786px){
    .article-full article .article-heading p {
        font-size: 1.5rem;
    }
    .article-full {
        box-shadow: none;
    }
}
@media only screen and (max-width: 992px){
	.article-full {
		width: 100%;
		right: -100%;
	}
	.article-full .close-article {
		right: auto;
		left: 0;
	}
    .article-full {
        box-shadow: none;
    }
}