
/*
 * 
 * ARCHIVE VIEW
 * 
 */


nav.archiveBlock .intro {
    padding-bottom: 2em;
}
.archive-topic {
    border: 0.07em dotted rgba(112, 111, 117, 0.5);
    margin-bottom: 1em;
    padding: 0.7em;
    transition: background-color 0.6s ease 0s;
}
.archive-topic h3 {
    color: #000000;
    cursor: pointer;
}
.archive-topic div {
    color: #7d7d7d;
}
.archive-topic-body {
    display: none;
}
.archive-detail {
    font-size: small;
    padding-top: 1em;
}
.archive-detail a {
    background-image: url("../images/backgrounds/pdfDoc2.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1.85em;
    height: 2em;
    padding-left: 2em;
    width: 2em;
}
.archive-trigger {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: red !important;
    border-image: none;
    border-style: none;
    border-width: medium;
    box-sizing: border-box !important;
    height: 11.25em;
    padding: 0;
}
.archive-trigger h4 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.35;
}
.archive-topic:hover {
    background-color: #f4f4f4;
    border-color: #ffed00;
    border-style: solid;
}
.archiveView .selectionBlock .collapseImg:after {
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../images/button/arrow-grey_neu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.1em auto;
    border: 0.15em solid #ffed00;
    border-radius: 1.25em;
    content: "";
    height: 2em;
    margin-left: 0.4em;
    margin-top: 0.4em;
    position: absolute;
    width: 2em;
}
article.archiveView .selectionBlock .collapseImg {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 1.6em;
    cursor: pointer;
    height: 3.1em;
    margin-left: -0.35em;
    margin-top: -0.35em;
    transition: all 0.4s ease 0s;
    width: 3.1em;
}
article.archiveView .collapsableView .collapseImg.expanded {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
article.archiveView {
    padding-top: 0.563em;
}
nav.archiveBlock ul li {
    display: list-item;
    padding-bottom: 1em;
}
.archivesBlock .intro p {
    line-height: 1.667em;
    white-space: normal;
}
article.archiveView .archive-header {
    cursor: pointer;
}
article.archiveView .targetLabel p {
    display: none;
}
article.archiveView nav .imgHolder {
    width: 100%;
}
article.archiveView nav ul.topLevel {
    display: none;
}
article.archiveView nav ul.topLevel li {
    height: auto;
}
article.archiveView nav ul.topLevel li .imgHolder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: red !important;
    border-image: none;
    border-style: none;
    border-width: medium;
    box-sizing: border-box !important;
    cursor: auto;
    height: auto;
    padding: 0;
}
article.archiveView .targetLabel {
    border: 0.1em dotted #7d7d7d;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    padding: 1.25em 0 0 0.625em;
    width: auto;
}
article.archiveView .targetLabel h4 {
    color: #7d7d7d;
    font-size: 1.125em;
    line-height: 1.25em;
}
article.archiveView .targetBanner:hover .targetLabel {
    border-color: #ffed00;
    border-style: solid;
    outline: 0.063em solid #ffed00;
}
