.intro-copy {
	margin-bottom: 4em;
}
.intro-copy p {
    font-family: "Domine", "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 3.6rem;
    margin-bottom: 2rem;
}
.read-more {
    position: relative;
    margin-left: 10px;
	font-size: 14px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.read-more:before {
	content: 'READ LESS';
}
.read-more.collapsed:before {
	content: 'READ MORE';
}
.read-more:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 4px;
    right: -14px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #369ad3;
}
.page-template-page-structured-journalism .mobile-sidebar {
    display: none;
}
.page-template-page-structured-journalism .top-bar {
    position: absolute;
    top: 0;
}
.page.page-template-page-structured-journalism .sidebar-outer {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.page.page-template-page-structured-journalism .info {
    height: auto;
    min-height: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.page.page-template-page-structured-journalism .logo-page-footer {
    width: 252px;
    height: 91px;
}
@media only screen and (max-width: 767px) {}
    .page-template-page-structured-journalism .top-bar {
        position: relative;
    }
}