/*   
Theme Name: Vägra hata
Description: Tema för kampanjen "Vägra hata!"
Author: Bloggbyrån <tech@bloggbyran.se>
Version: 1.0
*/
/*
	Mixins for buttons
*/
/*
	Typgraphy
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* No links from the 90:th please */
a {
  text-decoration: none;
}
/* Make nifty image resizing for responsive stuff */
img {
  max-width: 100%;
  height: auto;
}
iframe,
object,
video {
  max-width: 100%;
}
/* Remove webkit apperence */
textarea,
input {
  border-radius: 0;
}
body {
  font-family: 'Lato', arial;
  font-size: 14px;
  position: relative;
}
a {
  color: #4a8543;
}
a:hover {
  color: #7cb975;
}
a:hover img {
  opacity: 0.8;
}
strong {
  font-weight: bold;
}
em {
  font-weight: italic;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
body {
  position: relative;
}
.fb-like {
  display: inline-block;
  width: 49% !important;
}
.fb-like span {
  width: 100% !important;
  height: 24px !important;
}
.twitter-share-button-wrapper {
  display: inline-block;
  width: 49% !important;
  text-align: right;
}
.fa-margin:before {
  margin-right: 5px;
}
.article-item {
  border-width: 1px !important;
  border-radius: 5px !important;
}
.embed {
  border: none!important;
}
.article-item-content {
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-item-content a {
  font-weight: bold;
  border-bottom: dashed 1px #b2c0a8;
}
.article-item-content img {
  margin: 10px auto;
  clear: both;
  display: block;
}
.article-item-content blockquote {
  padding-left: 40px;
  font-size: 1.3em;
}
.article-item-content blockquote:before {
  font-family: 'Yeseva One';
  margin-left: -40px;
  content: "\201C";
  font-size: 70px;
  color: #e9e1d9;
  display: inline;
  float: left;
  line-height: 1;
}
@keyframes dialogueAnimationIn {
  from {
    top: -900px;
  }
  to {
    top: 100px;
  }
}
@-webkit-keyframes dialogueAnimationIn {
  /* Safari and Chrome */
  from {
    top: -900px;
  }
  to {
    top: 100px;
  }
}
@keyframes dialogueAnimationOut {
  from {
    top: 100px;
  }
  to {
    top: -900px;
  }
}
@-webkit-keyframes dialogueAnimationOut {
  /* Safari and Chrome */
  from {
    top: 100px;
  }
  to {
    top: -900px;
  }
}
.overlay-container {
  display: none;
  background: #fff;
  border: 4px solid #4a8543;
  padding: 20px;
  z-index: 999;
  left: 45%;
}
.overlay-container.display-dialogue {
  display: block;
  position: fixed;
  top: 100px;
  box-shadow: #333333 -1px 5px 10px;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation: dialogueAnimationIn 0.3s;
  -webkit-animation: dialogueAnimationIn 0.3s;
}
.overlay-container.hide-dialogue {
  display: block;
  position: absolute;
  top: -900px;
  animation: dialogueAnimationOut 0.3s;
  -webkit-animation: dialogueAnimationOut 0.3s;
}
.overlay-container .close-window-icon {
  background: #4a8543;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 0.85em;
}
.overlay-container .wpcf7-form .wpcf7-text {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  height: 25px;
  line-height: 25px;
  border-radius: 2px;
}
.overlay-container .wpcf7-form .wpcf7-textarea {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  height: 100px;
  border-radius: 2px;
}
.overlay-container .wpcf7-form .wpcf7-submit {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
.overlay-container .wpcf7-form .wpcf7-submit:hover {
  color: #fff;
  background: #5da754;
}
#overlay_lightbox {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  display: none;
  width: 100%;
}
#overlay_lightbox #video_display {
  position: fixed;
  left: 25%;
  top: 300px;
}
#site_header {
  background: url('img/patterns/beige.jpg');
  border-bottom: 5px solid #332200;
}
#site_header a {
  color: #fff;
}
#top_logo {
  max-width: 150px;
  display: block;
  margin: 0px auto;
}
body.home #top_logo {
  max-width: 50%;
}
.bumper {
  background: #fff;
  padding: 20px;
  border: 4px solid #e2d7cc;
  border-radius: 15px;
}
#campaign_declaration {
  text-align: center;
}
#site_title {
  background: #4a8543;
  font-size: 1em;
  text-transform: uppercase;
  padding-left: 10px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  width: 90%;
  top: 0px;
  left: 0px;
  z-index: 200;
}
#header_content {
  padding: 10px 10px 10px;
}
body.home #header_content {
  padding-top: 50px;
}
#featured_header {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  z-index: 10;
  border-bottom: 50px #fff solid;
}
#featured_header .ingresse {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 20px;
  margin: 0px 10px;
}
#featured_header .cta-button {
  margin-top: 10px;
  margin-bottom: -50px;
  z-index: 100;
}
.ingresse {
  font-size: 18px;
}
.content.ingresse.collect {
  max-width: 600px;
}
#tipsa_oss_reaktioner {
  margin-top: 10px;
  margin-bottom: 30px;
}
#frontpage_content {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 10px solid #320;
  overflow: hidden;
  background: url('img/bg-trigger.jpg') no-repeat center center;
  background-size: cover;
}
#frontpage_content .block-title {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: #000000 -1px 1px 20px;
}
#event_date_tabs {
  margin: 10px;
  padding: 5px 10px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  text-align: center;
}
#event_date_tabs li {
  display: inline;
  margin-right: 5px;
}
#event_date_tabs a {
  background: #aaa;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 300;
}
#event_date_tabs a.active,
#event_date_tabs a:hover {
  background: #4a8543;
}
#event_date_tabs a span {
  display: block;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.15em;
}
.event-date-container {
  display: none;
}
.event-date-container.active {
  display: block;
}
#past_events {
  padding: 20px 0px;
  background: url('img/patterns/green-dark.jpg');
  border-top: 5px solid #332200;
  border-bottom: 10px solid #320;
}
#past_events .block-title {
  color: #fff;
  margin-bottom: 20px;
}
#past_events ul {
  overflow: hidden;
}
#past_events li {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2c0a8;
}
#past_events li .event-location,
#past_events li .event-date {
  color: #b2c0a8;
  clear: both;
  display: block;
}
#past_events li .event-location {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#past_events li .event-title {
  font-family: 'Yeseva One';
  font-size: 18px;
  font-weight: normal;
}
#past_events li a {
  color: #fff;
}
.region {
  margin: 20px 10px;
}
.region .title {
  font-family: 'Yeseva One';
  font-weight: normal;
  font-size: 1.6em;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin: 30px 0px 20px;
  padding: 2px 10px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  text-align: center;
}
.events li {
  padding-left: 70px;
  margin-bottom: 30px;
}
.small-button {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 6px;
  margin: 5px 0px;
}
.small-button:hover {
  color: #fff;
  background: #5da754;
}
.event-title {
  font-weight: 900;
}
.event-icon {
  float: left;
  margin-left: -70px;
}
.cta-button {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  padding: 10px;
  margin: 0px auto;
  width: 50%;
}
.cta-button:hover {
  color: #fff;
  background: #5da754;
}
.cta-button .big {
  text-transform: uppercase;
  clear: both;
  display: block;
}
.cta-button .sub {
  text-transform: uppercase;
  font-size: 0.80em;
}
.cta-task {
  background: #fff;
  padding: 10px;
  color: #333;
  margin: 5px;
  border-radius: 2px;
  border: 1px #d6c8b9 solid;
  text-align: center;
}
.cta-task .title {
  font-family: 'Yeseva One';
  font-weight: normal;
  font-size: 1.6em;
  font-size: 1.4em;
  color: #000;
  text-align: center;
}
.cta-task .block-content {
  margin: 5px 0px;
}
.cta-task .fa:before {
  margin-right: 5px;
  color: #b2c0a8;
}
.content {
  margin: 0px auto;
  line-height: 1.3;
}
.light-block {
  background: #fff;
}
#upcoming_events {
  padding-top: 20px;
}
.project-list-item {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.project-list-item .read-more {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  font-weight: 300;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #008ed6;
  display: inline-block;
  padding: 0px 10px 0px;
  text-transform: uppercase;
  font-size: 0.85em;
}
.project-list-item .read-more:hover {
  color: #fff;
  background: #5da754;
}
.project-list-item .read-more:hover {
  background: #0aadff;
}
.project-list-item .read-more:active {
  background: #3dbeff;
}
.project-list-item-title {
  font-size: 1.3em;
  margin-bottom: 0.25em;
}
.feature-block {
  color: #fff;
}
.post-title {
  font-family: 'Yeseva One';
  font-weight: normal;
  font-size: 1.6em;
  font-size: 2em;
}
.post-meta {
  text-transform: uppercase;
  color: #4f4f4f;
}
.block-title {
  color: #000;
  font-family: 'Yeseva One';
  font-weight: normal;
  font-size: 1.6em;
  text-align: center;
}
#art_show {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 5px solid #e2007a;
}
#art_show .block-title {
  background: #e2007a;
}
#art_show .content {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  padding: 10px;
}
#art_show .cta-button {
  background: #e2007a;
}
#art_show .cta-button:hover {
  background: #ff30a0;
}
#site_footer {
  border-top: 5px solid #332200;
  background: url('img/patterns/green-dark.jpg');
  padding: 20px 10px 0px;
}
#footer_about {
  border-radius: 5px 5px 0px 0px;
  padding: 5px 20px 20px;
  background: #e9e1d9;
}
#footer_about .block-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
#footer_about .block-content {
  margin-top: 5px;
}
#footer-content {
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  padding: 10px;
  border-bottom: #008ed6 7px solid;
}
#footer-content h2 {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
#footer-content .content {
  margin: 50px auto;
  border-radius: 10px;
  border: 5px solid #000;
  padding: 20px 20px;
  max-width: 500px;
  font-size: 1.6em;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}
#footer-content .cta-button {
  margin-top: 20px;
  margin-bottom: -60px;
  font-size: 0.85em;
}
#recent_news {
  padding-bottom: 1px;
}
.article-item {
  background: #ffF;
  border: 2px solid #e0e0e0;
  margin: 5px;
  position: relative;
}
.article-item-footer {
  margin-top: 10px;
  border-top: 2px solid #e0e0e0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.85em;
}
.article-item-footer a {
  font-weight: bold;
}
.article-item-title {
  font-size: 1.3em;
  margin-bottom: 0.4em;
  margin-left: 10px;
}
.article-item-content {
  padding: 0px 10px;
  line-height: 1.3;
}
.article-item-footer {
  padding-bottom: 10px;
  position: relative;
  height: 15px;
}
.article-item-footer .fb_iframe_widget {
  display: block;
  position: absolute;
  right: 5px;
  top: 3px;
}
#feedback_form {
  margin-top: 15px;
}
#feedback_form .comment-reply-title {
  display: none;
}
#feedback_form .comment-respond {
  width: 100%;
  float: none;
  display: block;
}
#feedback_form form {
  border: none;
  margin: 0px;
  padding: 0px;
}
#feedback_form .block-title {
  background: transparent;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  color: #000;
  text-transform: none;
  font-weight: 600;
}
#feedback_form .content {
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid #c7c7c7;
}
#feedback_form .content > div {
  margin: 0px 5px 5px;
  padding: 10px;
}
#footer_feedback_form {
  margin-top: 10px;
  float: none;
}
#footer_feedback_form textarea,
#footer_feedback_form input {
  display: block;
  width: 96%;
  margin-bottom: 5px;
  border: 1px solid #4f4f4f;
}
#footer_feedback_form input {
  padding: 2%;
}
#footer_feedback_form textarea {
  height: 100px;
  width: 99%;
}
#footer_feedback_form .message-wrapper {
  clear: both;
}
#footer_feedback_form #footer_form_submit {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 0px;
  width: 100%;
  padding: 0px;
  margin-top: 10px;
  cursor: pointer;
}
#footer_feedback_form #footer_form_submit:hover {
  color: #fff;
  background: #5da754;
}
#about .content {
  padding: 15px;
}
#project_list .project-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 5px;
  padding: 0px;
}
#project_list .project-item .title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#project_list .item-content-wrapper > div {
  padding: 10px 10px;
}
.action-links .button {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  font-weight: 300;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #008ed6;
  text-transform: uppercase;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 3px;
}
.action-links .button:hover {
  color: #fff;
  background: #5da754;
}
.action-links .share-box {
  display: none;
  text-align: center;
  background: #e0e0e0;
  padding: 5px 5px 2px;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
}
.action-links .share-box:before {
  content: " ";
  height: 0px;
  width: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #e0e0e0 transparent;
  display: block;
  position: absolute;
  top: -20px;
  left: 46%;
}
.share-box a.button {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  width: 45px;
  padding: 0px;
  font-size: 2em;
}
.share-box a.button:hover {
  color: #fff;
  background: #5da754;
}
.post-edit-link {
  display: none;
}
.main-content {
  margin-top: 20px;
}
.main-content:hover .post-edit-link {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  font-weight: 300;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #e2007a;
  clear: both;
  text-transform: uppercase;
  padding: 2px 10px;
}
.main-content:hover .post-edit-link:hover {
  color: #fff;
  background: #5da754;
}
.additional-info,
.comments-container {
  display: none;
}
.comment-respond .comment-reply-title {
  text-align: center;
  font-size: 1.3em;
  background: #008ed6;
  color: #fff;
  margin: 5px 10px 0px;
  padding: 8px 0px;
  border-radius: 3px 3px 0px 0px;
}
.comment-respond form {
  border: 2px solid #008ed6;
  padding: 10px;
  margin: 0px 10px;
  border-radius: 0px 0px 3px 3px;
}
.comment-respond form textarea,
.comment-respond form input[type="text"] {
  border: 1px solid #4f4f4f;
  width: 98%;
  font-size: 1em;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 3px;
}
.comment-respond form input[type="submit"] {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #008ed6;
  padding: 0px 15px;
  display: block;
  width: 200px;
  border: none;
  cursor: pointer;
  margin: 10px auto;
}
.comment-respond form input[type="submit"]:hover {
  color: #fff;
  background: #5da754;
}
.comment-respond form input[type="submit"]:hover {
  background: #0aadff;
}
.comment-respond form .comment-notes {
  font-style: italic;
  text-align: center;
}
.avatar {
  border-radius: 100px;
  float: left;
}
.comment {
  overflow: hidden;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin: 5px 10px;
}
.comments-heading {
  border-top: 3px solid #e0e0e0;
  border-bottom: 3px solid #e0e0e0;
  margin: 10px 0px;
  padding: 5px;
  font-size: 1.5em;
  text-align: center;
  clear: both;
}
.comment-author {
  font-weight: bold;
  padding-left: 100px;
}
.comment-content {
  padding-left: 100px;
}
body.single #featured_header {
  background-size: 100%;
  padding: 1px 0px 0px;
  margin: -1px 0px 0px;
}
body.single #featured_header .wp-post-image {
  margin-bottom: -40px;
}
body.single .content {
  margin: 0px 15px;
}
.overlay {
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.7);
}
.author-byline {
  position: relative;
  margin: 0px 5px;
  overflow: hidden;
  padding: 5px 0px;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
.author-byline .author-name {
  line-height: 50px;
  padding-left: 60px;
  text-transform: capitalize;
}
.tag-list {
  margin-top: 10px;
}
.tag-list ul {
  list-style: none;
}
.tag-list li {
  display: inline;
  margin-right: 5px;
}
.tag-list a {
  border-radius: 3px;
  background: #008ed6;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #fff;
  padding: 2px 10px;
}
.mini-nav {
  position: absolute;
  right: 0px;
  top: 5px;
}
.mini-nav .button {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  width: 50px;
  padding: 0px;
  cursor: pointer;
  background: #ccc;
  font-size: 4em;
  line-height: 38px;
}
.mini-nav .button:hover {
  color: #fff;
  background: #5da754;
}
.mini-nav .button:hover {
  background: #aaa;
}
.mini-nav .button[href="#"] {
  background: #eee;
  text-indent: -999px;
}
.button.see-all-news {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  text-align: center;
  clear: both;
  padding: 0px 15px;
  margin: 10px auto;
  display: block;
  max-width: 300px;
}
.button.see-all-news:hover {
  color: #fff;
  background: #5da754;
}
.post-header,
.post-content,
.post-footer {
  margin: 10px;
}
#news_listing {
  overflow: hidden;
}
.play-video {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 30%;
  background: #008ed6;
  position: absolute;
  left: 35%;
  top: 30%;
  font-size: 1.8em;
}
.play-video:hover {
  color: #fff;
  background: #5da754;
}
.play-video:hover {
  background: #0aadff;
}
.wysiwyg-content {
  line-height: 1.45;
}
.wysiwyg-content h1 {
  font-family: 'Yeseva One';
  font-size: 2em;
}
.wysiwyg-content h2 {
  font-family: 'Yeseva One';
  font-size: 1.6em;
  margin: 1em 0em 0.5em;
}
.wysiwyg-content h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1em 0em 0.5em;
}
.wysiwyg-content h4 {
  font-size: 1em;
  text-transform: uppercase;
  color: #4f4f4f;
  margin: 2em 0px 1em;
}
.wysiwyg-content p {
  margin: 1em 0px;
}
.wysiwyg-content a {
  font-weight: bold;
}
.wysiwyg-content a.faceook-event-link,
.wysiwyg-content a.content-button {
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  background: #4a8543;
  text-align: left;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: auto;
  margin: 0px;
  font-size: 12px;
}
.wysiwyg-content a.faceook-event-link:hover,
.wysiwyg-content a.content-button:hover {
  color: #fff;
  background: #5da754;
}
.wysiwyg-content a.faceook-event-link:before,
.wysiwyg-content a.content-button:before {
  margin-right: 8px;
}
.wysiwyg-content ul {
  margin: 1em;
  list-style: disc;
  list-style-position: inside;
}
.wysiwyg-content ol {
  margin: 1em;
  list-style: decimal;
  list-style-position: inside;
}
.wysiwyg-content li {
  margin: 0.5em 0em;
}
.wysiwyg-content .alignright {
  float: right;
  margin: 10px 10px 10px 0px;
}
.wysiwyg-content .alignleft {
  float: left;
  margin: 10px 10px 10px 0px;
}
.wysiwyg-content .aligncenter {
  margin: 10px auto;
  clear: both;
  display: block;
}
.wysiwyg-content table {
  clear: both;
  display: block;
  margin: 30px 0px;
}
.wysiwyg-content table th {
  background: #4a8543;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}
.wysiwyg-content table td {
  padding: 5px;
}
.wysiwyg-content table tr:nth-child(even) {
  background: #b2c0a8;
}
.wysiwyg-content table tfoot tr {
  background: transparent !important;
  border-top: 5px solid #4f4f4f;
  font-weight: bold;
}
.wysiwyg-content blockquote {
  font-size: 1.2em;
  color: #4e6b41;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wysiwyg-content blockquote a {
  color: #4a8543;
  font-weight: bold;
}
.wysiwyg-content blockquote:before {
  font-family: 'Yeseva One';
  margin-left: -40px;
  content: "\201C";
  font-size: 70px;
  color: #e9e1d9;
  display: inline;
  float: left;
  line-height: 1;
}
.wysiwyg-content .wp-video {
  max-width: 100% !important;
}
.wysiwyg-content .wp-video .mejs-video {
  max-width: 100% !important;
}
#search_wrapper form {
  display: block;
  max-width: 500px;
  margin: 20px auto;
  font-size: 2em;
}
#search_wrapper label {
  display: none;
}
#search_wrapper input[type="text"] {
  font-size: 1.2em;
  width: 60%;
  border: 2px solid #4f4f4f;
  height: 50px;
}
#search_wrapper input[type="submit"] {
  background: #4a8543;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  height: 50px;
  text-align: center;
  font-size: 1em;
  display: inline;
  line-height: 50px;
  width: 30%;
  padding: 5px;
}
#search_wrapper input[type="submit"]:hover {
  color: #fff;
  background: #5da754;
}
.overlay-container {
  max-width: 250px;
}
.overlay-container .block-title {
  margin-bottom: 10px;
}
.overlay-container input,
.overlay-container textarea {
  max-width: 100%;
}
.overlay-container .ingress {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
#hamta_banner p {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
#hamta_banner textarea {
  width: 100%;
  border: #e0e0e0 1px solid;
  font-family: courier;
  height: 60px;
}
#banner_size_options {
  padding: 5px;
  border: #e0e0e0 1px solid;
  margin: 5px 0px;
}
.article-item {
  overflow: hidden;
}
.article-item img {
  display: block;
  margin: 0px auto;
}
.article-item-title {
  padding-top: 10px;
}
.project-list-item img {
  float: right;
  border-radius: 100px;
  background-color: #2C7DC8;
  width: 100px;
  height: 100px;
}
.project-list-item {
  overflow: hidden;
}
.project-list-item-content {
  padding-bottom: 10px;
}
.img-container {
  float: right;
  height: 70px;
  width: 100px;
  border-radius: 90px;
  position: relative;
  background-color: #2C7DC8;
}
.project-item {
  overflow: hidden;
  display: block;
}
.project-item img {
  display: block;
  margin: 0px auto;
}
#site_navigation {
  height: 45px;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  z-index: 10;
  border-bottom: #ffffff 1px solid;
}
#site_navigation ul {
  z-index: 0;
  position: absolute;
  top: -900px;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  border-bottom: #4a8543 5px solid;
}
#site_navigation li a {
  color: #fff;
  background: #4e6b41;
  padding: 15px 10px;
  display: block;
  border-top: #4a8543 1px solid;
}
#site_navigation li a:hover {
  background: #b2c0a8;
}
@keyframes menuAnimationIn {
  from {
    top: -900px;
  }
  to {
    top: 45px;
  }
}
@-webkit-keyframes menuAnimationIn {
  /* Safari and Chrome */
  from {
    top: -900px;
  }
  to {
    top: 45px;
  }
}
@keyframes menuAnimationOut {
  from {
    top: 45px;
  }
  to {
    top: -900px;
  }
}
@-webkit-keyframes menuAnimationOut {
  /* Safari and Chrome */
  from {
    top: 45px;
  }
  to {
    top: -900px;
  }
}
#mobile_nav {
  color: #fff;
  background: #4a8543;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  padding: 0px 10px;
  line-height: 45px;
  height: 45px;
  width: 9.5%;
  text-align: center;
  border-left: 2px solid #4e6b41;
}
#mobile_nav:hover,
#mobile_nav.active {
  background: #4e6b41;
}
#site_navigation ul.visible {
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation: menuAnimationIn 0.3s;
  -webkit-animation: menuAnimationIn 0.3s;
  top: 45px;
}
#site_navigation ul.hidden {
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation: menuAnimationOut 1s;
  -webkit-animation: menuAnimationOut 1s;
}
#sharing_widget ul {
  overflow: hidden;
}
#sharing_widget li {
  display: inline;
}
#sharing_widget a {
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  color: #fff;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  background: #4a8543;
  width: 55px;
  height: 35px;
  line-height: 37px;
  font-size: 18px;
}
#sharing_widget a:hover {
  color: #fff;
  background: #5da754;
}
#sharing_widget a:before {
  margin-right: 0px;
  color: #fff;
}
/*
	Screens larger than mobile
 */
@media screen and (min-width: 600px) {
  .article-item {
    width: 48%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    float: left;
    display: inline;
  }
  .cta-button {
    max-width: 300px;
    font-size: 1em;
  }
  .block-title {
    font-size: 3em;
    margin: 0.5em;
    margin: 0.25em;
  }
  #recent_news {
    overflow: hidden;
  }
  #project_listing {
    overflow: hidden;
  }
  #project_listing .item-container {
    width: 48%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    float: left;
    display: inline;
    text-align: center;
    min-height: 300px;
  }
  #primary_content {
    width: 50%;
    float: left;
  }
  #secondary_content {
    width: 45%;
    margin-left: 5%;
    float: right;
  }
  #site_header {
    border-bottom: 0px;
  }
  #featured_header .title {
    font-size: 2em;
    font-size: 5vmin;
    margin-top: 3vmin;
  }
  #featured_header .ingresse {
    max-width: 560px;
    margin: 10px auto;
    font-size: 1.3em;
    font-size: 2.2vmin;
    margin-bottom: 3vmin;
  }
  #header_content {
    overflow: hidden;
  }
  body.home #header_content {
    content: "";
    display: table;
    clear: both;
    overflow: visible;
  }
  #top_logo {
    width: 25%;
    margin: 0px 0% 0px 0%;
    float: left;
  }
  #campaign_declaration {
    width: 55%;
    margin: 0px 5% 0px;
    float: right;
  }
  #campaign_declaration .block-content {
    font-size: 1.2em;
  }
  .cta-task {
    padding: 2%;
    width: 44%;
    margin-right: 1%;
    float: left;
    display: inline;
  }
  .cta-task .title {
    font-size: 26px;
  }
  .cta-task p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cta-task:nth-child(even) {
    margin-right: 0%;
  }
  #upcoming_events {
    overflow: hidden;
  }
  .region {
    width: 30%;
    float: left;
    display: inline;
  }
  #social_channels {
    margin: 5px 0px;
  }
  #social_channels .cta-text {
    text-align: right;
    font-size: 1.5em;
    width: 30%;
    margin-left: 18%;
    padding: 10px 0px;
  }
  #social_channels .button-list {
    text-align: left;
    padding-top: 10px;
  }
  #social_channels .button-list .button {
    background: #4a8543;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #4a8543), color-stop(87%, #4a8543), color-stop(100%, #7fc462));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #4a8543 0%, #4a8543 87%, #7fc462 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a8543', endColorstr='#7fc462', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    width: 60px;
    padding: 0px;
  }
  #social_channels .button-list .button:hover {
    color: #fff;
    background: #5da754;
  }
  .two-columns {
    overflow: hidden;
  }
  .two-columns > div {
    width: 49%;
    margin: 0px 0.5%;
    padding: 0px;
    float: left;
    display: inline;
  }
  #feedback_form {
    margin-bottom: 15px;
  }
  #feedback_form input[type="text"],
  #feedback_form input[type="email"] {
    width: 45%;
    float: left;
    display: inline;
  }
  #feedback_form input[type="text"] {
    margin-right: 0.5%;
  }
  #feedback_form .content {
    max-width: 800px;
  }
  #feedback_form .content .form-text {
    padding: 20px 50px 0px;
  }
  #feedback_form .form-text,
  #feedback_form .legal {
    text-align: center;
  }
  #feedback_form .legal {
    margin-top: 10px;
    font-style: italic;
  }
  #feedback_form input[type="text"],
  #feedback_form input[type="email"],
  #feedback_form textarea {
    font-size: 1.3em;
    text-align: center;
  }
  #feedback_form textarea {
    height: 75px;
    text-align: left;
  }
  #feedback_form #footer_form_submit {
    font-size: 1.3em;
    margin: 10px auto;
    max-width: 300px;
  }
  #about {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #008ed6 100px solid;
    line-height: 1.3;
  }
  #project_list .project-item {
    padding: 50px 0px;
  }
  #project_list .item-content-wrapper > div {
    padding: 0px;
  }
  #project_list .item-content-wrapper .title,
  #project_list .item-content-wrapper .item-content {
    padding: 0px 50px;
  }
  #project_list .item-content-wrapper .title {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.1;
    margin-top: -5px;
  }
  #project_list .action-links {
    padding: 0px 50px;
  }
  .main-content .item-content {
    font-size: 1.2em;
  }
  .action-links .button {
    background: #008ed6;
    text-transform: uppercase;
    padding: 10px 20px;
  }
  .wysiwyg-content {
    line-height: 1.45;
    font-size: 1.1em;
  }
  .wysiwyg-content h2 {
    font-size: 1.3em;
    margin: 1em 0em 0.5em;
  }
  .wysiwyg-content h3 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 1em 0em 0.5em;
  }
  .wysiwyg-content p {
    margin: 1em 0px;
    line-height: 1.4;
  }
  .wysiwyg-content ul {
    margin: 1em;
    list-style: disc;
    list-style-position: inside;
  }
  .wysiwyg-content ol {
    margin: 1em;
    list-style: decimal;
    list-style-position: inside;
  }
  .wysiwyg-content li {
    margin: 0.5em 0em;
  }
  .comment-respond,
  .comment-list {
    width: 50%;
    float: left;
    display: inline;
  }
  .content-container {
    overflow: hidden;
  }
  .main-content {
    content: "";
    display: table;
    clear: both;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .post-footer {
    clear: both;
  }
  #sidebar {
    float: left;
    display: inline;
    width: 26%;
    margin-left: 4%;
  }
  #site_navigation {
    background: #4a8543;
  }
  #site_navigation ul {
    z-index: 0;
    position: relative;
    top: 0px;
    width: 100%;
  }
  #site_navigation ul li {
    border: 0px;
  }
  #site_navigation ul a {
    background: #4a8543;
    color: #fff;
  }
}
/*
	Screens larger than screen readers
*/
@media screen and (min-width: 900px) {
  body.single .content {
    margin: 0px auto;
  }
  #past_events ul {
    overflow: hidden;
  }
  #past_events li {
    width: 23%;
    float: left;
    min-height: 80px;
  }
  .content {
    max-width: 1200px;
  }
  .article-item {
    width: 23.5%;
  }
  .article-item.col_2 {
    width: 48%;
  }
  .article-item.col_3 {
    width: 73%;
  }
  .article-item.col_4 {
    width: 100%;
    margin: 0%;
  }
  #project_listing .item-container {
    width: 19%;
    position: relative;
    padding-bottom: 35px;
  }
  #project_listing .item-container .read-more {
    position: absolute;
    bottom: 20px;
    left: 25%;
  }
  #project_listing .item-container > div {
    border-bottom: none;
  }
  #site_footer .block-content {
    max-width: 800px;
    text-align: center;
    margin: 10px auto;
    /*
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
		*/
  }
}
@media screen and (min-width: 600px) {
  .project-list-item {
    overflow: hidden;
  }
  .project-list-item img {
    float: none;
    display: block;
    border-radius: 90px;
    margin: 10px auto;
  }
  .img-container {
    background-color: #2C7DC8;
    border-radius: 90px;
  }
  .project-item .complementary {
    float: right;
    margin: 0px;
    width: 50%;
  }
  .item-content-wrapper {
    width: 50%;
  }
  .item-content-wrapper > div {
    padding: 30px;
  }
  .project-item:nth-child(odd) .complementary {
    float: left;
  }
  .project-item:nth-child(odd) .item-content-wrapper {
    float: right;
  }
  .project-item .complementary.additional-info {
    float: left;
  }
  .project-item {
    overflow: hidden;
    padding-top: 5px;
  }
  .project-item-title {
    padding-top: 50px;
  }
  #site_title {
    display: none;
  }
  #site_navigation {
    top: 0px;
    border-bottom: #4e6b41 2px solid;
    border-top: #b2c0a8 2px solid;
  }
  #mobile_nav {
    display: none;
  }
  #site_navigation ul {
    border-bottom: none;
    position: relative;
    overflow: hidden;
  }
  #site_navigation li {
    display: inline;
    float: left;
  }
}
@media screen and (min-width: 600px) and screen and (min-width: 800px) {
  .article-item img {
    float: right;
    display: block;
    border-radius: 250px;
    margin: 10px auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
