/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; font-weight: 300; color: #111; background-color: #fdfdfd; }

body, * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/** Set `margin-bottom` to maintain vertycal rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 300; }

/** Links */
a { color: #3E4095; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #111; text-decoration: underline; }

/** Blockquotes */
blockquote { color: #828282; border-left: 4px solid #e8e8e8; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }
blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8e8e8; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: scroll; }
pre > code { border: 0; padding-right: 0; padding-left: 0; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(800px - (30px * 2)); max-width: calc(800px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }
@media screen and (min-width: 1224px) { .wrapper { max-width: -webkit-calc(1024 - (30px)); max-width: calc(1024px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }
.icon > svg path { fill: #828282; }

strong { font-weight: 700; }

abbr { border-bottom: 1px dotted black; }

/** Site header */
.logo, a.logo.logo, html body a.logo.logo { color: #00A859; background: #FFCC29; font-weight: 900; }
.logo span:last-child, a.logo.logo span:last-child, html body a.logo.logo span:last-child { color: #3E4095; }

html body header .logo.logo.logo { font-size: 35px; line-height: 1.5; }

/** INDEX */
.cover { width: 100%; max-width: 100%; height: 450px; overflow: auto; background: url("/images/cover.jpg") no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: #FFF; }

.cover h2 { text-align: center; color: #FFF; font-weight: 500; text-shadow: 1px 1px 2px #000; font-size: 40px; margin-top: 30%; }
@media screen and (min-width: 768px) { .cover h2 { margin-top: 10%; font-size: 60px; } }

.home, .help { margin: 30px 0; }

.home h3, .help h3 { font-size: 24px; margin: 0; text-align: center; }

.help h3 { margin: 40px 0 50px 0; }

.help table, .help iframe { margin: 0 auto; }

.help table { margin-bottom: 50px; }

.help table .value { text-align: center; }

.help .call { font-size: 20px; line-height: 1.5; }

.help .donatewrapper { background: #f7f1ec; font-size: 19px; }

.help .donatewrapper td > p { font-size: 22px; margin-bottom: 20px; }

.help .donatewrapper td { padding: 50px; text-align: center; }

.help .donate { overflow: hidden; width: 45%; float: left; }

.help .donate:last-child { float: right; }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 30px 0; background: #F7F7F7; }

.site-footer div { clear: both; }

.site-footer a { color: #333; }

.footer-heading { margin: 0; }
.footer-heading a { font-size: 18px; margin: 0; display: inline-block; padding: 0 5px; border-radius: 3px; box-shadow: 0 0 1px #807F7F; }
.footer-heading a, .footer-heading a:hover { text-decoration: none; }

.site-footer .email { text-decoration: underline; font-size: 14px; font-weight: 900; float: left; }

.site-footer .text { margin-top: 30px; font-size: 15px; font-weight: 300; clear: both; overflow: auto; }

.site-footer ul { list-style: none; margin: 0; float: right; }
.site-footer ul li { margin: 0 0 0 10px; font-size: 15px; float: left; font-weight: 700; }

/** Page content */
.page-heading { font-size: 20px; }

.post-list { margin-left: 0; list-style: none; }
.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** page */
.page-title { font-size: 42px; letter-spacing: -1px; line-height: 1; margin-top: 10px; }
@media screen and (min-width: 1224px) { .page-title { font-size: 36px; } }

.page-content { margin-bottom: 30px; }
.page-content h2 { font-size: 32px; }
@media screen and (min-width: 1224px) { .page-content h2 { font-size: 28px; } }
.page-content h3 { font-size: 26px; }
@media screen and (min-width: 1224px) { .page-content h3 { font-size: 22px; } }
.page-content h4 { font-size: 20px; }
@media screen and (min-width: 1224px) { .page-content h4 { font-size: 18px; } }

.sources, .partners { border-top: 1px solid #e8e8e8; padding: 30px 0; }
.sources h4, .partners h4 { font-size: 25px; }
.sources ul, .sources li, .partners ul, .partners li { margin: 0; padding: 0; list-style: none; }
.sources li, .partners li { float: left; margin: 0 15px 25px 0; text-align: center; }
.sources a, .partners a { width: 125px; display: block; }
.sources img, .partners img { margin: 0 auto; max-width: 125px; border-radius: 5px; position: relative; top: 50%; max-height: 125px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.sources span, .partners span { display: block; font-weight: 700; color: #000; }
.sources span.image, .partners span.image { height: 125px; border-radius: 5px; border: 1px solid #e8e8e8; transform-style: preserve-3d; background: #FFF; }

.sources { background: #f2f2fa; }

.button.request { margin: 0 auto; margin-bottom: 30px; display: block; padding: 15px 50px; background: #3E4095; border: 1px solid #333; border-radius: 5px; color: #FFF; text-align: center; width: 95%; max-width: 400px; font-weight: 500; }
.button.request:hover { background: #4c4fb5; text-decoration: none; }

/*$base-font-color: $text-color;*/
/*$large-screen: $on-tablet;*/
/*$sans-serif: $base-font-family;*/
/*$base-border-radius: 3px;*/
.table-minimal { border-collapse: separate; border-spacing: 0; }
.table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th { background-color: #fafafa; }
.table-minimal tbody tr:first-child td { border-top: 2px solid #ddd; }
.table-minimal thead th { background-color: white; padding: 1em; border-bottom: 0px; }
.table-minimal tbody { background-color: #FFF; }
.table-minimal tbody td { padding: 1em; border-top: 1px solid #ddd; border-bottom: 0px; }

.title-div { margin-top: 25px; border-bottom: 1px solid #ccc; }

.coverimg { overflow: hidden; position: relative; margin-bottom: 20px; }
.coverimg img { width: 100%; }
.coverimg .credits { font-size: 12px; color: #CCC; bottom: 10px; right: 10px; position: absolute; }

/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
