/* Resources page styles.

   developer:   marionm
   requires:    nothing
   ========================================================================== */

/* setup the environment
   ========================================================================== */

*,
*:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #393939;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

/* header
   ========================================================================== */

#header {
    margin: 70px auto 0 auto;
    position: relative;
    width: 966px;
}

#header h1 {
    color: #dd1100;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 120%;
    margin: 0;
    text-transform: uppercase;
}

#header .button {
    background: #dd1100;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 14px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 13px;
}

#header .button:hover {
    background: #f77700;
}

/* main
   ========================================================================== */

main {
    width: 966px;
    margin: 7px auto 60px auto;
}

main a {
    color: #dd1100;
    text-decoration: none;
}

main a:hover {
    color: #f77700;
}

main hr {
    border: none;
    border-top: 1px solid #ddd;
    display: block;
    margin: 0 0 40px 0;
}

main h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px 0;
}

.intro {
    font-size: 20px;
    font-weight: 200;
    line-height: 31px;
    padding-bottom: 40px;
}

/* grid
   ================================== */

.table {
    display: table;
    position: relative;
    width: 100%;
}

.table .tr {
    display: table-row;
    position: relative;
    width: 100%;
}

.table .td {
    display: table-cell;
    min-height: 1px;
    padding: 0 53px 40px 0;
    position: relative;
    vertical-align: top;
    width: 340px;
}

.table .tr .td:last-of-type {
    padding-right: 0;
    width: 285px;
}

/* content
   ================================== */

.table .td ul {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

.table .td img {
    border: 1px solid #ddd;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 12px;
}

#wa.table .td img {
    margin-bottom: 0;
}

.table .td p:nth-of-type(1) {
    color: #dd1100;
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
}

.table .td a:hover p:nth-of-type(1) {
    color: #f77700;
}

.table .td p:nth-of-type(2) {
    color: #393939;
    font-size: 14px;
    line-height: 19px;
    margin: 0.5em 0 0;
}

#additional.table .td p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 15px 0;
}