/*LATESTDOCUMENT*/
.latestdocument {
    clear: both;
}

    .latestdocument h1 {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 10px;
    }

        .latestdocument h1 span, .latestdocument h1 a {
            float: left;
            font-size: 20px;
            font-weight: normal;
            color: #363636;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

    .latestdocument ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .latestdocument ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .latestdocument ul li.sep {
                clear: both;
                font-size: 1px;
                height: 10px;
                /*display: none;*/
            }

            .latestdocument ul li a {
                padding: 0 0 0 20px;
                float: left;
                color: #363636;
                font-weight: normal;
                min-height: 17px;
                background: url(images/rect-bullet.png) no-repeat left 2px;
            }

.latestdocument-i {
    clear: both;
    text-align: justify;
}


.documentdetail {
    clear: both;
}

    .documentdetail h1 {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 10px;
    }

        .documentdetail h1 span, .documentdetail h1 a {
            float: left;
            font-size: 20px;
            font-weight: normal;
            color: #363636;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

    .documentdetail ul {
        clear: both;
        display: block;
        list-style: none;
    }

    .documentdetail li {
        padding: 10px 0 10px 150px;
        line-height: 1.4;
        border-bottom: #E1E1E1 1px solid;
        position: relative;
    }

        .documentdetail li label {
            position: absolute;
            z-index: 0;
            font-weight: bold;
            left: 0;
            top: 10px;
        }

    .documentdetail a.download {
        display: inline-block;
        padding: 4px 15px;
        color: #ffffff;
        margin-left: 10px;
        background-color: #FF6248;
        font-weight: bold;
    }

    .documentdetail p {
        padding: 0;
        margin: 0;
    }

.documentdetail-i {
    clear: both;
    padding: 0 0;
}

.documentlist {
    clear: both;
    color: #363636;
}

    .documentlist h1 {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 10px;
    }

        .documentlist h1 span, .documentlist h1 a {
            float: left;
            font-size: 20px;
            font-weight: normal;
            color: #363636;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

    .documentlist h3 {
        clear: both;
        padding: 10px 0;
    }

        .documentlist h3 a, .documentlist h3 span {
            font-weight: normal;
            color: #363636;
        }

    .documentlist a {
        color: #363636;
    }

        .documentlist a.title {
            font-weight: bold;
        }

.documentlist-i {
    clear: both;
    padding: 0 0;
    margin-bottom: 10px;
}

.documenthead {
    font-weight: bold;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: #E1E1E1 1px solid;
}

.documentitem {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    border-bottom: #E1E1E1 1px solid;
}

    .documentitem a {
        color: #333;
    }

    .documentitem span {
        float: left;
        width: 150px;
    }

        .documentitem span.number {
            float: left;
            width: 200px;
        }

        .documentitem span.type {
            float: left;
            width: 200px;
            font-weight: bold;
        }

        .documentitem span.release {
            float: left;
            width: 130px;
        }

    .documentitem a.download {
        font-weight: bold;
        float: right;
        padding-left: 18px;
        background: url(images/download.png) no-repeat left top;
    }

.documentitem-i {
    clear: both;
    padding-top: 10px;
}

/*MEDIA QUERY*/
@media (min-width:320px) {
    /*.latestdocument h1 {
        margin-bottom: 5px;
    }*/

        .latestdocument h1 span, .latestdocument h1 a {
            padding: 0 10px;
        }

    .latestdocument-i {
        padding: 0 10px;
    }

    /*.documentlist h1 {
        margin-bottom: 5px;
    }*/

        .documentlist h1 span, .documentlist h1 a {
            padding: 0 10px;
        }

    .documentlist-i {
        padding: 0 10px;
    }

    .documentitem span.type {
        display: none;
    }

    .documentitem span.release {
        display: none;
    }

    /*.documentdetail h1 {
        margin-bottom: 5px;
    }*/

        .documentdetail h1 span, .documentdetail h1 a {
            padding: 0 10px;
        }

    .documentdetail-i {
        padding: 0 10px;
    }

    .documentdetail li {
        padding: 10px 0;
        position: initial;
    }

        .documentdetail li label {
            display: block;
            position: initial;
            left: 0;
            top: 0;
        }
}

@media (min-width:481px) {
    .documentitem span.type {
        display: block;
    }
}

@media (min-width:641px) {

    .documentdetail li {
        padding: 10px 0 10px 150px;
        position: relative;
    }

        .documentdetail li label {
            position: absolute;
            left: 0;
            top: 10px;
        }
}

@media (min-width:769px) {
    .documentitem span.type {
        display: block;
    }

    .documentitem span.release {
        display: block;
    }
}

@media (min-width:981px) {
    /*.latestdocument h1 {
        margin-bottom: 10px;
    }*/

        .latestdocument h1 span, .latestdocument h1 a {
            padding: 0 0;
        }

    .latestdocument-i {
        padding: 0 0;
    }

    /*.documentlist h1 {
        margin-bottom: 10px;
    }*/

        .documentlist h1 span, .documentlist h1 a {
            padding: 0 0;
        }

    .documentlist-i {
        padding: 0 0;
    }

    /*.documentdetail h1 {
        margin-bottom: 10px;
    }*/

        .documentdetail h1 span, .documentdetail h1 a {
            padding: 0 0;
        }

    .documentdetail-i {
        padding: 0 0;
    }

    .documentdetail li {
        padding: 10px 0 10px 150px;
        position: relative;
    }

        .documentdetail li label {
            position: absolute;
            left: 0;
            top: 10px;
        }
}
