a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

a img {
  border: none;
}

@font-face {
  font-family: hsf;
  src: url(/fonts/hsf.eot?3nzthm);
  src: url(/fonts/hsf.eot?#iefix3nzthm) format('embedded-opentype'),url(/fonts/hsf.woff?3nzthm) format('woff'),url(/fonts/hsf.ttf?3nzthm) format('truetype'),url(/fonts/hsf.svg?3nzthm#hsf) format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=' icon-'],
[class^=icon-] {
  font-family: hsf;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hsf_icon:before {
  content: "\e600";
}

.icon-home:before {
  content: "\e601";
}

.icon-bubbles:before {
  content: "\e602";
}

.icon-hammer:before {
  content: "\e603";
}

.icon-menu:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e608";
}

.icon-arrow-down:before {
  content: "\e609";
}

.icon-arrow-up:before {
  content: "\e60a";
}

.icon-arrow-right:before {
  content: "\e60b";
}

.icon-twitter:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-googleplus:before {
  content: "\e607";
}

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

html {
  font-size: 16pt;
}

@media only screen and (max-width:800px) {
  html {
    font-size: 14pt;
  }
}

@media only screen and (max-width:600px) {
  html {
    font-size: 12pt;
  }
}

@media only screen and (max-width:400px) {
  html {
    font-size: 11pt;
  }
}

body {
  height: auto;
}

img.responsive {
  max-width: 100%;
  height: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin-right: 1rem;
  margin-bottom: .5rem;
}

img.right {
  margin-left: 1rem;
  margin-bottom: .5rem;
}

a {
  color: #f19625;
  text-decoration: none;
  transition: .3s ease-in-out;
}

a:hover {
  color: #d60018;
}

.wrap {
  width: auto;
  max-width: 1180px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.wrap:after,
.wrap:before {
  content: '';
  display: table;
}

.wrap:after {
  clear: both;
}

@media only screen and (max-width:600px) {
  .wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.content {
  margin-bottom: 40px;
  overflow: hidden;
  height: auto;
  min-height: 900px;
  zoom: 1;
}

.content:after,
.content:before {
  content: "";
  display: table;
}

.content:after {
  clear: both;
}

section.main {
  margin-right: 340px;
  padding-right: 40px;
  float: left;
}

@media only screen and (min-width:1180px) {
  section.main {
    width: 760px;
  }
}

@media only screen and (max-width:900px) {
  section.main {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  section.main:first-child {
    margin-left: auto;
  }

  section.main:last-child {
    margin-right: auto;
  }
}

section.sidebar {
  width: 340px;
  margin-left: -340px;
  float: right;
}

@media only screen and (max-width:900px) {
  section.sidebar {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  section.sidebar:first-child {
    margin-left: auto;
  }

  section.sidebar:last-child {
    margin-right: auto;
  }
}

h1 {
  font-family: "open sans condensed","Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: .6rem;
  line-height: 2.8rem;
}

.pulsed {
  -webkit-animation-name: pulse;
  -ms-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  50% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }

  50% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }

  100% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

.site-header {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.site-header nav {
  margin-top: -8px;
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  position: relative;
}

.site-header nav ul {
  margin-left: -1rem;
}

.site-header nav ul li.icon {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.site-header nav ul li {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  border-right: 2px solid #000;
}

.site-header nav ul li:last-of-type {
  border: 0;
}

.site-header nav ul li a {
  color: grey;
}

.site-header nav ul li a:hover {
  color: #d60018;
}

@media only screen and (max-width:1023px) {
  .site-header nav ul {
    margin-left: 0;
    position: absolute;
  }

  .site-header nav ul li {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: .3s ease-in-out;
    border: 0;
    padding: 0;
    display: block;
  }

  .site-header nav ul li a {
    color: #fff;
  }

  .site-header nav ul li a:hover {
    color: #d60018;
  }

  .site-header nav ul li.icon {
    display: block;
    background-color: #fff;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    font-size: 1.5rem;
  }

  .site-header nav ul li.icon a {
    color: grey;
  }

  .site-header nav ul li.menu {
    background-color: grey;
    padding: 10px;
    transition: .3s ease-in-out;
  }

  .site-header nav ul:hover li {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
  }
}

.site-footer {
  zoom: 1;
  clear: both;
  background-color: #f19625;
  color: #fff;
  padding: 10px;
}

.site-footer:after,
.site-footer:before {
  content: "";
  display: table;
}

.site-footer:after {
  clear: both;
}

.site-footer .icon {
  float: left;
  clear: none;
  width: 5.583333333333332%;
  margin-left: 0;
  margin-right: 3%;
  text-align: center;
}

.site-footer .icon:after,
.site-footer .icon:before {
  content: '';
  display: table;
}

.site-footer .icon:after {
  clear: both;
}

.site-footer .icon:last-child {
  margin-right: 0;
}

.site-footer .icon .icon-hsf_icon {
  font-size: 3.3rem;
  margin-top: .4rem;
  margin-left: .4rem;
  display: block;
  color: #b10014;
}

@media only screen and (max-width:1000px) {
  .site-footer .icon .icon-hsf_icon {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width:700px) {
  .site-footer .icon .icon-hsf_icon {
    display: none;
  }
}

.site-footer .wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.83333333333334%;
  margin-left: 0;
  margin-right: 3%;
}

.site-footer .wrapper:after,
.site-footer .wrapper:before {
  content: '';
  display: table;
}

.site-footer .wrapper:after {
  clear: both;
}

.site-footer .wrapper:last-child {
  margin-right: 0;
}

@media only screen and (max-width:700px) {
  .site-footer .wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 3%;
  }

  .site-footer .wrapper:after,
  .site-footer .wrapper:before {
    content: '';
    display: table;
  }

  .site-footer .wrapper:after {
    clear: both;
  }

  .site-footer .wrapper:last-child {
    margin-right: 0;
  }
}

.site-footer .wrapper section.left {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0;
  margin-right: 3%;
}

.site-footer .wrapper section.left:after,
.site-footer .wrapper section.left:before {
  content: '';
  display: table;
}

.site-footer .wrapper section.left:after {
  clear: both;
}

.site-footer .wrapper section.left:last-child {
  margin-right: 0;
}

.site-footer .wrapper section.middle {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0;
  margin-right: 3%;
}

.site-footer .wrapper section.middle:after,
.site-footer .wrapper section.middle:before {
  content: '';
  display: table;
}

.site-footer .wrapper section.middle:after {
  clear: both;
}

.site-footer .wrapper section.middle:last-child {
  margin-right: 0;
}

.site-footer .wrapper section.right {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0;
  margin-right: 3%;
}

.site-footer .wrapper section.right:after,
.site-footer .wrapper section.right:before {
  content: '';
  display: table;
}

.site-footer .wrapper section.right:after {
  clear: both;
}

.site-footer .wrapper section.right:last-child {
  margin-right: 0;
}

.site-footer nav {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.site-footer nav ul {
  margin-top: 10px;
  text-align: left;
}

.site-footer nav ul li {
  display: block;
  margin-bottom: .4rem;
}

.site-footer nav ul li a {
  color: #fff;
}

.site-footer nav ul li a:hover {
  color: #d60018;
}

.site-footer .copyright {
  clear: both;
  float: left;
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .6rem;
  margin-top: .3rem;
  margin-bottom: .3rem;
  margin-left: .4rem;
}

@media only screen and (max-width:700px) {
  .site-footer .copyright {
    margin-left: inherit;
  }
}

.content .archive {
  zoom: 1;
}

.content .archive:after,
.content .archive:before {
  content: "";
  display: table;
}

.content .archive:after {
  clear: both;
}

.content .archive h2 {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0;
}

.content .archive .meta {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .7rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #999;
}

.content .archive .meta:first-of-type {
  margin-bottom: 0;
}

.content .archive .meta:last-of-type {
  margin-bottom: 1.5rem;
}

.content .archive .meta strong {
  font-weight: 600;
}

.content .archive .pagination {
  margin-top: 2rem;
  font-family: "open sans condensed","Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
}

.content .archive .pagination .separator {
  color: #000;
}

.content h2 {
  font-family: "open sans condensed","Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000;
}

.content p {
  font-family: Merriweather,georgia,palatino,serif;
  font-weight: 300;
  font-size: .9rem;
  margin-bottom: 1rem;
  line-height: 1.5em;
  color: #5a5a5a;
}

.content p em {
  font-style: italic;
}

.content p strong {
  font-weight: 700;
  color: #000;
}

.post .post-title {
  font-family: "open sans condensed","Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: .6rem;
  line-height: 2.8rem;
}

.post .post-title a {
  color: #000;
}

.post .post-title a:hover {
  color: #41ac27;
}

.post .post-meta {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .8rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #999;
}

.post .post-meta:first-of-type {
  margin-bottom: 0;
}

.post .post-meta:last-of-type {
  margin-bottom: 1.5rem;
}

.post .post-meta strong {
  font-weight: 600;
}

.post .content p:first-of-type {
  font-size: 1.1rem;
}

.post .content blockquote {
  margin-left: 2rem;
  padding-left: 1rem;
  border-left: 3px solid #f19625;
  font-style: italic;
}

.post .content blockquote p,
.post .content blockquote p:first-of-type {
  font-size: .8rem;
}

.post a.comment-count:before {
  content: "\e602  ";
  font-family: hsf;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post .post-navigation {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "open sans condensed","Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
}

.post .post-navigation .separator {
  color: #000;
}

.post .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  margin-bottom: 35px;
  height: 0;
  overflow: hidden;
}

.post .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  text-align: center;
}

h2 {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 10px;
}

h2#reveal-donations {
  padding-bottom: 10px;
  border-bottom: 2px solid #f19625;
}

h2#reveal-donations:hover {
  cursor: pointer;
}

#reveal-icon {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  bottom: -4px;
}

#donations.open {
  max-height: 450px;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
  border-bottom: 4px solid #f19625;
}

#donations {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  zoom: 1;
  transition: .3s ease-in-out;
}

#donations:after,
#donations:before {
  content: "";
  display: table;
}

#donations:after {
  clear: both;
}

#donations p {
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .8rem;
  line-height: 1rem;
  font-weight: 300;
  color: grey;
  margin-bottom: 20px;
}

#donations p strong {
  font-weight: 600;
}

#donations p.message {
  font-size: .6rem;
  font-weight: 400;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: .3s ease-in-out;
}

#donations p.message.ok {
  color: #2d781b;
  background-color: #d6f4ce;
  border: 2px solid #41ac27;
  padding: 6px;
  margin-bottom: 20px;
  max-height: 50px;
}

#donations p.message.error {
  color: #62000b;
  background-color: #ffb5bd;
  border: 2px solid #8c0010;
  padding: 6px;
  margin-bottom: 20px;
  max-height: 50px;
}

#donations .pure-button {
  background-color: #f19625;
  color: #fff;
  border-radius: 2px;
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .7rem;
  transition: .3s ease-in-out;
}

#donations .pure-button:hover {
  color: #d60018;
}

.ad-price {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
}

.ad-text {
  margin: 0 auto 3%;
  color: #5a5a5a;
  font-family: "Open Sans","Helvetica Neue",helvetica,sans-serif;
  font-size: .8rem;
  font-weight: 300;
  padding: 4px;
  border-top: 1px dotted #5a5a5a;
  border-bottom: 1px dotted #5a5a5a;
}

.ad-text strong {
  font-weight: 600;
}

.ad-square {
  background-color: #999;
  height: 160px;
  width: 160px;
  margin-bottom: 3%;
  margin-right: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ad-square:last-of-type {
  margin-right: 0;
}

.ad-banner {
  background-color: grey;
  width: 320px;
  height: 60px;
  margin-bottom: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ad-big-banner {
  background-color: #999;
  height: 160px;
  width: 320px;
  margin-bottom: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.ad-skyscraper {
  background-color: grey;
  height: 600px;
  width: 160px;
  margin-bottom: 3%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.wide-banner {
  background-color: grey;
  height: 60px;
  width: 468px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}