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

/** Basic styling */
body { font: normal 1rem/1.5rem "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; }

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

/** Images */
img { max-width: 100%; vertical-align: middle; border: 1px solid #ddd; }

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

figcaption { font-size: 0.875rem; }

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

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

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 1rem; }

h1 { font-weight: 900; color: #1a1a1a; }

h2 { font-weight: 900; color: #333333; }

h3 { font-weight: 700; color: #4d4d4d; }

h4 { font-weight: 300; color: #666666; }

/** Links */
a { color: #2a7ae2; text-decoration: none; }
a:visited { color: #1756a9; }
a:hover { color: #111; text-decoration: none; }

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

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

code { padding: 1px 5px; }

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

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

/** Clearfix */
.wrapper:after, .footer-col-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; }

footer { background: #353e48; color: #D2D2D2; }

/** Site header */
.site-header { border-top: 5px solid #424242; border-bottom: 1px solid #e8e8e8; position: relative; }

.site-title { font-weight: 600; line-height: 2rem; float: left; }
.site-title, .site-title:visited { color: #424242; }

nav a { text-decoration: none; }

nav li { display: inline; line-height: 2rem; }
nav li:last-child { padding-right: 0; }

nav li.current a { color: #333; font-weight: 600; }

nav ul { list-style-type: none; padding: 0; margin: 0; }

.site-nav { float: right; }
.site-nav .menu-icon { display: none; }
.site-nav .page-link { color: #111; line-height: 2rem; }
.site-nav .page-link:not(:last-child) { margin-right: 20px; }
@media screen and (max-width: 600px) { .site-nav { right: 10px; background-color: #fdfdfd; text-align: right; }
  .site-nav .menu-icon { display: block; float: right; line-height: 0; padding-top: 8px; text-align: center; }
  .site-nav .menu-icon > svg { width: 18px; height: 15px; }
  .site-nav .menu-icon > svg path { fill: #424242; }
  .site-nav .trigger { clear: both; display: none; }
  .site-nav:hover .trigger { display: block; padding-bottom: 5px; }
  .site-nav .page-link { display: block; padding: 5px 0 0 10px; }
  .site-nav .page-link:not(:last-child) { margin-right: 0; }
  .site-nav .button.button-primary { background: none; color: inherit; box-shadow: none; }
  .site-nav .button.button-primary:hover { text-decoration: underline; background: none; } }

.langs { text-align: right; height: 0; font-size: 0; }
.langs p, .langs .lang { display: inline; background-color: rgba(255, 255, 255, 0.8); top: 0; font-size: 1rem; padding: 6px; }

.tagline { height: 0; padding: 0; }
.tagline p { top: -100px; position: absolute; background-color: rgba(0, 0, 0, 0.6); font-size: 1rem; padding: 6px; color: white; margin: 0; max-width: 75%; }

/** Site footer */
.site-footer { border-top: 1px solid #e8e8e8; padding: 20px 0; }
.site-footer a { color: #e8e8e8; }
.site-footer a:link, .site-footer a:hover { color: #828282; }

.footer-heading { font-size: 1rem; margin-bottom: 10px; }

.contact-list, .social-media-list { list-style: none; margin-left: 0; }

.footer-col-wrapper { font-size: 1rem; color: #828282; margin-left: -10px; }

.footer-col { float: left; margin-bottom: 10px; padding-left: 10px; }

.footer-col-left { width: -webkit-calc(67% - (20px / 2)); width: calc(67% - (20px / 2)); }

.footer-col-right { width: -webkit-calc(33% - (20px / 2)); width: calc(33% - (20px / 2)); }

#mc-embedded-subscribe-form.validate { padding: 0; }

@media screen and (max-width: 800px) { .footer-col-1, .footer-col-2 { width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); }
  .footer-col-3 { width: -webkit-calc(100% - (20px / 2)); width: calc(100% - (20px / 2)); } }
@media screen and (max-width: 600px) { .footer-col { float: none; width: -webkit-calc(100% - (20px / 2)); width: calc(100% - (20px / 2)); } }
/** Page content */
.page-content { padding: 20px 0; position: relative; }

.page-heading { font-size: 1rem; }

.post { position: relative; }

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

.post-meta { font-size: 0.875rem; color: #828282; }

.post-link { display: block; font-size: 1rem; }

.post-organizers-name { color: grey; }

/** Posts */
.post-header { margin-bottom: 20px; }

.post-date { margin: 10px 0 0 0; padding: 0; }

.post-time, .post-organizers-name { margin: 0; color: #A6A6A6; }

.title { word-wrap: break-word; width: 75%; }
@media screen and (max-width: 800px) { .title { font-size: 1rem; width: 70%; } }
@media screen and (max-width: 600px) { .title { width: 50%; } }

.content { margin-bottom: 20px; }
.content h2 { font-size: 1rem; font-weight: 900; color: #333333; }
.content h3 { font-size: 1rem; font-weight: 700; color: #4d4d4d; }
.content h4 { font-size: 1rem; font-weight: 300; color: #666666; }

.clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ }
.clearfix:after { clear: both; }

.cover { height: 180px; background-size: cover; background-position: center center; z-index: 1; border-bottom: 1px solid #E8E8E8; }
@media screen and (max-width: 800px) { .cover { height: 130px; } }
@media screen and (max-width: 600px) { .cover { height: 100px; } }

.activity-card, .location-card { color: white; border: 1px solid #372121; position: relative; background-size: cover; background-position: center center; width: 30%; float: left; margin: 0 20px 20px 0; height: 100%; box-sizing: border-box; height: 180px; border-radius: 3px; background-color: #333; box-shadow: 0 0 1px rgba(0, 0, 0, 0.05); border: 1px solid #ddd; -webkit-tap-highlight-color: transparent; }
.activity-card h2, .location-card h2 { font-weight: normal; position: absolute; color: #f2f2f2; bottom: 0px; left: 10px; z-index: 3; }
.activity-card h2 span, .location-card h2 span { display: block; font-size: 0.875rem; color: #bfbfbf; }

.location-card { width: 100%; }
.location-card h2 span { display: inline; }

.activity-card-overlay { z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; word-wrap: break-word; background-color: transparent; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0, rgba(15, 20, 31, 0.1) 25%, rgba(15, 20, 31, 0.8) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0, rgba(15, 20, 31, 0.1) 25%, rgba(15, 20, 31, 0.8) 100%); }

.activity-card-foreign-overlay { z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; word-wrap: break-word; background-color: transparent; background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3) 0, rgba(100, 100, 100, 0.5) 50%, rgba(100, 100, 100, 0.8) 100%); background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(100, 100, 100, 0.5) 50%, rgba(100, 100, 100, 0.8) 100%); }

.location-card-overlay { z-index: 2; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; word-wrap: break-word; background-color: transparent; background-image: -webkit-linear-gradient(rgba(15, 20, 31, 0) 0, rgba(15, 20, 31, 0.3) 75%, rgba(15, 20, 31, 0.8) 100%); background-image: linear-gradient(rgba(15, 20, 31, 0) 0, rgba(15, 20, 31, 0.3) 75%, rgba(15, 20, 31, 0.8) 100%); }

.author { position: absolute; top: -170px; right: 0px; height: 120px; width: 120px; border-radius: 2px; background-color: white; background-size: cover; box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 800px) { .author { top: -120px; height: 70px; width: 70px; } }
@media screen and (max-width: 600px) { .author { height: 60px; width: 60px; top: 40px; } }

@media screen and (max-width: 800px) { .activity-card { margin-right: 10px; width: -webkit-calc(50% - (20px / 2)); width: calc(50% - (20px / 2)); } }
@media screen and (max-width: 600px) { .activity-card { float: none; width: -webkit-calc(100% - (20px / 2)); width: calc(100% - (20px / 2)); } }
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.4.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-link:before { content: "\f0c1"; }

.fa-pencil:before { content: "\f040"; }

/* Responsive Stuff */
@media screen and (max-width: 600px) { /* Sometimes, you just want to be different on small screens */
  .center-on-mobiles { text-align: center !important; }
  .hide-on-mobiles { display: none !important; } }
/** Syntax highlighting styles */
.highlight { background: #fff; }
.highlighter-rouge .highlight { background: #eef; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: 600; }
.highlight .o { font-weight: 600; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: 600; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: 600; 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: 600; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: 600; }
.highlight .kd { font-weight: 600; }
.highlight .kp { font-weight: 600; }
.highlight .kr { font-weight: 600; }
.highlight .kt { color: #458; font-weight: 600; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: 600; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: 600; }
.highlight .nf { color: #900; font-weight: 600; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: 600; }
.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; }

.button.button-primary { color: #ffffff; background: #965CB8; box-shadow: #324832 0 2px 0 0; padding: 10px 16px 8px 16px; border-radius: 6px; text-decoration: none; }
.button.button-primary:hover { background: #ab82b8; }
.button.button-secondary { color: #ffffff; background: #A8A3BD; box-shadow: #324832 0 2px 0 0; padding: 10px 16px 8px 16px; border-radius: 6px; text-decoration: none; }
.button.button-secondary:hover { background: #ab82b8; }

article.post .improve { margin-top: 2px; float: right; }
article.post .improve a:link, article.post .improve a:visited { color: rgba(42, 122, 226, 0.8); text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
article.post .improve a:hover { color: rgba(0, 0, 0, 0.8); }
