/*
    Tertiary Pages (e.g. Terms, Privacy)
*/

/**
 * Tertiary header
 */

.tertiary .section_header {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
    .tertiary .section_header .social {
        bottom: 20px;
    }


/**
 * Tertiary listings
 */

/** Icons -- possible @todo: Merge with overall icon style? **/
    .tertiary .icon.rss {
        background-position: 0 -250px;
        width: 13px;
        height: 13px;
        margin: 0 17px 0 -30px;
    }
 
 .tertiary h1 {
   padding: 0;
   margin: 0;
   font-weight: bold;
 }
    

/**
 * Inner content (used for paragraphs of content)
 */ 
.inner_content p {
    font-family: Arial, sans-serif;
    font-size: 13px;
}

/**
 * Divided listing
 */
.divided_listing {
    margin: 45px 0;
}
    .divided_listing > article {

    }
    .divided_listing h3,
    .divided_listing h4 {
        margin-bottom: 5px;
    }
    .divided_listing > article + article {
        border-top: 1px solid #ebebeb;
        padding-top: 20px;
    }
    .divided_listing > article ul {
        list-style: none;
        margin-bottom: 20px;
    }
    .divided_listing > article p {
        font-family: Arial, sans-serif;
        margin-bottom: 20px;
    }
