@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}
blockquote, q {
    quotes: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
button:-moz-focus-inner, input[type="reset"]:-moz-focus-inner, input[type="button"]:-moz-focus-inner, input[type="submit"]:-moz-focus-inner, input[type="file"] > input[type="button"]:-moz-focus-inner {
    border: 0
}
a img {
    border: 0
}
html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    margin-bottom: 18px;
    color: #726659;
}
body.home .row.smaller p {
    color: #404041;
}
ul, ol {
    margin: 0 0 18px 18px
}
ul {
    list-style: inside none disc;
    color: #726659;
}
ol {
    list-style-type: decimal;
    color:#726659;
}
ol ol {
    list-style: upper-alpha
}
ol ol ol {
    list-style: lower-roman
}
ol ol ol ol {
    list-style: lower-alpha
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0
}
dl {
    margin: 0 0 18px 0
}
dt {
    font-weight: bold
}
dd {
    margin: 0 0 9px 18px
}
strong, b {
    font-weight: bold;
}
cite, em, i {
    font-style: italic
}
pre {
    overflow: auto;
    font: 11px/18px "Consolas", Courier New, Courier, monospace;
    color: #333333;
    padding: 4px 6px;
    background: #f9f9f9;
    margin: 0 0 18px;
    border: 1px solid #e5e5e5;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
code, kbd, samp, var {
    font: 11px "Consolas", Courier New, Courier, monospace
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 18px;
}
ins {
    background: #ffffdd;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex
}
sub {
    top: .5ex
}
small, .small {
    font-size: 11px;
    color: #8f8f8f;
    line-height: inherit;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-weight: normal;
    padding: 0 0 0 13px;
    margin: 0 0 12px;
    color: #444444;
    border-left: 1px solid #e5e5e5;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal
}
blockquote cite {
    color: #666666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
hr {
    background-color: #d8d3e4;
    border: 0;
    height: 3px;
    margin-bottom: 18px;
}
table {
    margin: 0 0 18px;
    width: 100%;
    border-collapse: collapse;
}
td, th {
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
}
th {
    background-color: #f9f9f9;
    font-weight: bold;
    color: #3a3a3a;
}
tfoot th {
    border-top: none
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
a {
    color: #d43d27;
    text-decoration: none;
}
#content a {
    text-decoration: underline;
}
a:hover,
#content a:hover {
    text-decoration: none
}
.hide {
    opacity: 0;
}