.header, .footer, .side-bar, .footnote, .c-menu {
    display: none;
}
.container_12 {
    width: auto;
}
.container_12 .content {
    width: auto;
    float: none;
    margin: auto;
    display: block;
}

.content {
    font-size: 18pt;
    line-height: 1.4;
    margin: 0px;
}
.content .rich-text {
    line-height: 1.4;
}
.content .rich-text h1, 
.content .rich-text h2, 
.content .rich-text h3, 
.content .rich-text h4, 
.content .rich-text h5,
.content .rich-text h6 {
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0.2em;
}
.content .rich-text a {
    color: inherit;
    text-decoration: none;
}

.component.tabs > div {
    display: none;
}
.component.tabs > div.content {
    display: block;
    border: 0px none;
    padding: 0px;
    width: auto;
}
.component.tabs .content .tab-content,
.component.tabs .content .tab-content.active,
.component.tabs .content .tab-content.inactive {
    display: block;
}

.component.list-container {
    margin: 0px;
    line-height: inherit;
}
.component.list-container .item {
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: inherit;
    width: auto;
}
.component.list-container .item .title-link {
    color: inherit;
    line-height: 1.2;
    margin-top: 1em;
    margin-bottom: 0.2em;
}
.component.list-container .item .title-link:after {
    content: "";
}

