.editorial {
	height: 90vh;
	overflow: scroll;
	top: 60px;
}
.editorial.footer {
    width: 100% !important;
    left: 0px !important;
}
.editorial .footer-icon {
    display: none !important;
}
.editorial .footer-content {
    max-width: 760px;
    margin: auto;
}
.editorial p.author {
	margin-top: 40px !important;
}
.modal--static .modal-body .content .overlay {
	background-image: linear-gradient(0deg, #000000 42%, rgba(0, 0, 0, 0.6) 80%) !important; 
}
.editorial h1::before {
    content: ' ';
    background-image: url('../img/newspaper.svg');
    background-size: 120px 111px;
    width: 120px;
    height: 108px;
    display: block;
    left: -160px;
    position: relative;
    top: 112px;
}
.editorial h1 {
    font-size: 60px;
    font-family: 'Open Sans';
    line-height: 60px;
    margin: 0px 0 30px 0;
    font-weight: normal;
}
.editorial h2 {
	font-size: 30px;
	font-family: 'Open Sans';
    margin: 0 0 30px 0;
}
.editorial p {
    line-height: 1.6 !important;
}
.editorial blockquote {
    font-size: 40px !important;
    font-family: 'Open Sans';
    line-height: 45px;
    padding-left: 60px;
    opacity: 0.8;
    margin: 0 0 60px 0;
    width: 80%;
    font-style: normal;
    font-weight: normal;
}
.editorial blockquote::before {
    content: "“";
    font-size: 150px;
    position: relative;
    top: 40px;
    left: -65px;
    display: block;
    opacity: 0.5;
}
.editorial hr {
	border: 0px;
    height: 1px;
    background: #ffffff;
    opacity: 0.5;
    margin: 40px 0 0 0;
}
@media screen and (max-width: 1030px) {
    .editorial h1::before {
        display: none !important;
    }
    .editorial h1 {
        margin: 80px 0 30px 0 !important;
    }
}
@media screen and (max-width: 650px) {
    .editorial h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .editorial blockquote {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 20px 0px 40px 0 !important;
        padding-left: 30px !important;
    }
    .editorial blockquote::before {
        top: 20px !important;
        left: -5px !important;
    }
}