@import "../plugins/jscrollpane/jquery.jscrollpane.css";

@import url(//fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic);

@import "../plugins/prettyphoto/css/prettyPhoto.css";
/* ==========================================================================
   Imports
   ========================================================================== */
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
	 HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
	 ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
ul,
ol {
  padding-left: 25px;
}
dl {
  padding-left: 5px;
}
/*
|--------------------------------------------------------------------------
| VARIABLES
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| HELPERS
|--------------------------------------------------------------------------
*/
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.lighter {
  font-weight: lighter;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.no-decoration {
  text-decoration: none;
}
.d-overline {
  text-decoration: overline;
}
.d-underline {
  text-decoration: underline;
}
.d-blink {
  text-decoration: blink;
}
.d-line-through {
  text-decoration: line-through;
}
.placeholder {
  color: #aaa;
}
.container {
  width: 100%;
}
.wrapper {
  width: 940px;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-e-resize {
  cursor: e-resize;
}
.cursor-n-resize {
  cursor: n-resize;
}
.cursor-ne-resize {
  cursor: ne-resize;
}
.cursor-nw-resize {
  cursor: nw-resize;
}
.cursor-progress {
  cursor: progress;
}
.cursor-s-resize {
  cursor: s-resize;
}
.cursor-se-resize {
  cursor: se-resize;
}
.cursor-sw-resize {
  cursor: sw-resize;
}
.cursor-cursor-text {
  cursor: text;
}
.cursor-w-resize {
  cursor: w-resize;
}
.cursor-wait {
  cursor: wait;
}
.cursor-help {
  cursor: help;
}
.floated {
  overflow: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.preload-img {
  background: url(../img/loading-img.gif) no-repeat center center;
}
/* ==========================================================================
   Mixins
   ========================================================================== */
.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

}
.grayscale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

}
.no-grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}
.sepia {
  -webkit-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: url(filters/sepia.svg);
  -moz-filter: sepia(100%);
  -webkit-filter: sepia(1);
  filter: sepia(100%);
  background-color: #5E2612;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}
.lt-ie9 .sepia {
  filter: alpha(opacity=50);
}
.no-sepia {
  -moz-filter: sepia(0);
  -ms-filter: sepia(0);
  -o-filter: sepia(0);
  -webkit-filter: sepia(0);
  filter: alpha(opacity=100);
  filter: sepia(0);
  zoom: 1;
  filter: none;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: url(filters/blur.svg);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
}
.lt-ie9 .blur {
  position: absolute;
  clip: rect(2px, 398px, 198px, 2px);
}
.no-blur {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.color-shift {
  -webkit-transition: 1.2s all ease-in;
  -o-transition: 1.2s all ease-in;
  -moz-transition: 1.2s all ease-in;
  transition: 1.2s all ease-in;
}
.fliph {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  float: none;
}
.flipv {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  float: none;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.btn.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.btn.oval {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.btn.btn-link {
  background: transparent;
  border: none;
}
.btn.btn-link:hover {
  text-decoration: underline;
}
.btn.btn-block {
  display: block;
}
/*
|--------------------------------------------------------------------------
| MAKERS -  mixins
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "GandhiSans-Regular";
  src: url("GandhiSans-Regular.eot") format("eot"), url("GandhiSans-Regular.woff") format("woff"), url("GandhiSans-Regular.ttf") format("truetype"), url("GandhiSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GandhiSans-Regular";
  src: url("GandhiSans-Regular.eot") format("eot"), url("GandhiSans-Regular.woff") format("woff"), url("GandhiSans-Regular.ttf") format("truetype"), url("GandhiSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GandhiSerif-Regular";
  src: url("GandhiSerif-Regular.eot") format("eot"), url("GandhiSerif-Regular.woff") format("woff"), url("GandhiSerif-Regular.ttf") format("truetype"), url("GandhiSerif-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   GENERAL
   ========================================================================== */
a {
  border-bottom: solid 1px;
  text-decoration: none;
  color: #779562;
}
a:hover {
  color: #425c2c;
}
body {
  font-size: 13px;
  font-weight: 400;
  color: #757272;
  background: #fff;
  font-family: "GandhiSerif-Regular";
}
input,
textarea {
  outline: none;
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.list-reset {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.no-link {
  text-decoration: none;
  border-bottom: none;
}
.link {
  text-decoration: none;
  border-bottom: solid 1px;
}
/* ==========================================================================
   CLASSES
   ========================================================================== */
.nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.nav-horizontal {
  *zoom: 1;
}
.nav-horizontal > li {
  float: left;
}
.nav-vertical li {
  float: none;
}
.hr.green {
  border-top: solid 1px #425c2c;
}
.hr.grayl {
  border-top: solid 1px #999999;
}
.tsw {
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.tsb {
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.btn {
  text-decoration: none;
  border-bottom: none;
  border: none;
  padding: 8px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.btn-gray {
  background: #dcdddf;
  border-bottom: solid 1px #545454;
  color: #666;
  font-size: 13px;
  text-shadow: none;
}
.btn-gray:hover {
  background: #dcdddf;
}
.load-more-content {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.btn-newsletter {
  padding: 10px 20px;
}
.btn-green {
  background: #5b813d;
  border-bottom: solid 1px #425c2c;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-green:hover {
  background: #779562;
  color: #fff;
  -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.2);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.btn-banner {
  background: #88a376;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 30px;
}
.btn-banner:hover {
  background: #7b9967;
}
.btn-greenl {
  background: #779562;
  border-bottom: solid 1px #425c2c;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-greenl:hover {
  background: #84a170;
}
.bg.white {
  background-color: #f6f5f5;
}
.bg.whitel {
  background: #fff;
}
.bg.green {
  background: #5b813d;
}
.bg.gray {
  background-color: #edeeef;
}
.title {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  font-family: "GandhiSans-Regular";
  color: #545454;
}
.title.bolded {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), -1px 0 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.title.white {
  color: #fff;
  text-shadow: none;
}
.title.red {
  color: #844229;
}
.title.red a {
  color: #844229;
}
.title.redl {
  color: #8f533d;
}
.title.redl a {
  color: #8f533d;
}
.title.gray {
  color: #757272;
}
.title.gray a {
  color: #757272;
}
.title.grayd {
  color: #545454;
}
.title.grayd a {
  color: #545454;
}
.title.grayl {
  color: #999999;
}
.title.grayl a {
  color: #999999;
}
.title.green {
  color: #5b813d;
}
.title.green a {
  color: #5b813d;
}
.title.green.cross:after {
  border-top: solid 1px #5b813d;
}
.title.greenl {
  color: #779562;
}
.title.greenl a {
  color: #779562;
}
.title.greend {
  color: #425c2c;
}
.title.greend a {
  color: #425c2c;
}
.title.cross {
  position: relative;
}
.title.cross:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 0;
}
.title.cross span {
  background: #f6f5f5;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 5px 0 0;
}
.title .link {
  border-width: 2px;
}
.title.title-header {
  font-family: "GandhiSans-Regular";
  background: #5b813d;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: lighter;
  line-height: 25px;
  border-bottom: solid 3px #779562;
  margin-bottom: 0;
}
.title.normal {
  font-weight: normal;
}
.h-rules {
  margin-top: 0;
}
.h1 {
  margin-top: 0;
  font-size: 25px;
}
.h2 {
  font-family: "GandhiSans-Regular";
  margin-top: 0;
  font-size: 22px;
}
.h3 {
  margin-top: 0;
  font-size: 20px;
  font-family: "GandhiSans-Regular";
}
.h4 {
  font-family: "GandhiSans-Regular";
  margin-top: 0;
  font-size: 18px;
}
.h5 {
  font-family: "GandhiSans-Regular";
  margin-top: 0;
  font-size: 17px;
}
.h6 {
  font-family: "GandhiSans-Regular";
  margin-top: 0;
  font-size: 16px;
}
.padding-10 {
  padding: 10px;
}
.padding-5 {
  padding: 5px;
}
.pc-s {
  padding: 10px;
}
.pc-m {
  padding: 5px;
}
.padding-content {
  padding: 25px 20px;
}
.pc {
  padding: 25px 20px;
}
.pc-l {
  padding-left: 0;
}
.pc-r {
  padding-right: 0;
}
.pc-t {
  padding-top: 0;
}
.pc-b {
  padding-bottom: 0;
}
.fullwidth {
  width: 100%;
}
.image-frame {
  background: #fff;
  padding: 10px;
  padding-bottom: 0;
}
.image-frame img {
  width: 100%;
}
.image-caption {
  display: block;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  color: #fff;
}
.header a {
  color: #7C3E26;
}
.logo {
  background: url(../img/header/alianza-mexico-redd.png) no-repeat;
  width: 219px;
  height: 61px;
  display: block;
}
.logo:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.lt-ie9 .logo:hover {
  filter: alpha(opacity=90);
}
.header-components {
  background: rgba(204, 204, 204, 0.31);
  padding: 15px 0;
  position: relative;
  z-index: 100;
  /*.drop-shadow ( 0, 0, 40px, 0.15 );*/

}
.header-components-list,
.header-areas-list {
  display: none;
  background: #eeeded;
  padding: 15px 0 0 0;
}
.header-components-list ul,
.header-areas-list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.header-components-list li,
.header-areas-list li {
  width: 20%;
  min-height: 90px;
}
.header-components-list a,
.header-areas-list a {
  display: block;
  text-decoration: none;
  border-bottom: none;
  color: #999999;
  text-transform: uppercase;
  font-weight: 900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
  padding: 5px 0;
}
.header-components-list a img,
.header-areas-list a img {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.lt-ie9 .header-components-list a img,
.lt-ie9 .header-areas-list a img {
  filter: alpha(opacity=90);
}
.header-components-list a:hover,
.header-areas-list a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .header-components-list a:hover,
.lt-ie9 .header-areas-list a:hover {
  filter: alpha(opacity=100);
}
.header-components-list a:hover img,
.header-areas-list a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .header-components-list a:hover img,
.lt-ie9 .header-areas-list a:hover img {
  filter: alpha(opacity=100);
}
.header-components-list a:hover span,
.header-areas-list a:hover span {
  text-decoration: underline;
}
.header-components-list img,
.header-areas-list img,
.header-components-list span,
.header-areas-list span {
  display: inline-block;
}
.header-components-list img,
.header-areas-list img {
  width: 56px;
}
.header-components-list span,
.header-areas-list span {
  padding-top: 15px;
  width: 130px;
}
.header-components-list .two-rows span,
.header-areas-list .two-rows span {
  padding-top: 8px;
}
.header-components-list .three-rows span,
.header-areas-list .three-rows span {
  padding-top: 4px;
}
.header-areas-list ul {
  list-style: none;
  padding-left: 20px;
}
.header-areas-list ul > li {
  position: relative;
}
.header-areas-list ul > li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: '•';
  color: #757272;
  font-size: 20px;
}
.header-areas-list li {
  width: 48%;
  min-height: 40px;
}
.header-areas-list a {
  color: #808080;
  text-decoration: underline;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.lt-ie9 .header-areas-list a {
  filter: alpha(opacity=80);
}
.header-areas-list a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .header-areas-list a:hover {
  filter: alpha(opacity=100);
}
.header-container {
  background: #fff;
}
/* ==========================================================================
   NAV
   ========================================================================== */
.nav-menu {
  margin-top: 30px;
  position: relative;
  z-index: 200;
}
.nav-menu li:hover > ul {
  display: block;
}
.nav-menu > li {
  position: relative;
  margin-right: 25px;
  padding-bottom: 30px;
}
.nav-menu > li:last-child {
  margin-right: 0;
}
.nav-menu > li:hover {
  border-top: solid 2px #779562;
}
.nav-menu > li > a {
  text-decoration: none;
  border-bottom: none;
  padding-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 15px;
}
.nav-submenu {
  display: none;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #dfdfdf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fffefe), to(#dfdfdf));
  background-image: -moz-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -ms-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffefe), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -o-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: linear-gradient(top, #fffefe, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#dfdfdf', GradientType=0);
  padding: 10px 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
  z-index: 300;
  min-width: 180px;
}
.nav-submenu:before {
  position: absolute;
  content: '';
  top: -20px;
  left: 15%;
  right: auto;
  bottom: auto;
  width: 0;
  height: 0;
  border-bottom: 20px solid rgba(91, 129, 61, 0.52);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.nav-submenu a {
  color: #5b813d;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: none;
  padding-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.nav-submenu a:hover,
.nav-submenu a.active {
  background: #5b813d;
  color: #fff;
}
.has-submenu {
  position: relative;
}
.has-submenu:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 105%;
  right: auto;
  bottom: auto;
  background: url(../img/icons/submenu-icon-arrow-down.png) no-repeat;
  width: 10px;
  height: 10px;
}
.nav-submenu-2 {
  display: none;
  padding: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  background-color: #dfdfdf;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fffefe), to(#dfdfdf));
  background-image: -moz-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -ms-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffefe), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: -o-linear-gradient(top, #fffefe, #dfdfdf);
  background-image: linear-gradient(top, #fffefe, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefe', endColorstr='#dfdfdf', GradientType=0);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
  z-index: 1000;
}
.nav-submenu-2 a {
  color: #5b813d;
  padding: 5px 10px;
  text-decoration: none;
  border-bottom: none;
  min-width: 200px;
  padding-top: 10px;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.nav-submenu-2 a:hover,
.nav-submenu-2 a.active {
  background: #779562;
  color: #fff;
}
.has-submenu-2 {
  position: relative;
}
.has-submenu-2:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 2px;
  left: auto;
  bottom: auto;
  background: url(../img/icons/submenu-icon-arrow-right-green.png) no-repeat;
  width: 10px;
  height: 10px;
}
.has-submenu-2:hover:after {
  background: url(../img/icons/submenu-icon-arrow-right.png) no-repeat;
  width: 10px;
  height: 10px;
}
/* ==========================================================================
   TITLES
   ========================================================================== */
.js-toggle {
  cursor: pointer;
  padding-right: 20px;
  background: url(../img/icons/components-icon-arrow-down.png) no-repeat right center;
}
.js-toggle.active {
  background: url(../img/icons/components-icon-arrow-up.png) no-repeat right center;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-container {
  background: #E9E9E9;
  border-top: solid 10px #425c2c;
}
.footer {
  color: white;
  font-size: 11px;
  font-weight: lighter;
}
.footer a {
  color: #5b813d;
}
.footer h6 {
  font-size: 12px;
  margin: 0 0 5px 0;
  font-weight: 700;
  color: #5b813d;
}
.footer p {
  color: #5b813d;
  line-height: 1.5em;
}
.footer-social-title {
  font-family: "GandhiSans-Regular";
  width: 476px;
  height: 32px;
  display: block;
  position: relative;
  top: 3px;
  z-index: 10;
}
.footer-social-title.facebook {
  background: url(../img/footer/title-facebook.png) no-repeat;
}
.footer-social-title.twitter {
  background: url(../img/footer/title-twitter.png) no-repeat;
}
.footer-timelines {
  margin-bottom: 20px;
}
.footer-timelines > div {
  width: 440px;
  min-width: 440px;
  height: 440px;
}
.footer-timelines iframe {
  min-width: 475px !important;
}
.footer-timelines .fb-like-box {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  behavior: url(http://alianza-mredd.org/assets/site/css/PIE.htc);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.footer-about h6 {
  margin-bottom: 15px;
}
.footer-timelines,
.footer-nav,
.footer-about,
.footer-social {
  padding: 15px 0;
}
.footer-nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-left: 15px;
  list-style: none;
}
.footer-nav ul > li {
  position: relative;
}
.footer-nav ul > li:before {
  position: absolute;
  left: -6px;
  top: 5px;
  content: '•';
  color: #ffffff;
  font-size: 5px;
}
.footer-nav li {
  margin-bottom: 5px;
}
.footer-nav a {
  text-decoration: none;
  border-bottom: none;
}
.footer-nav a:hover {
  text-decoration: none;
  border-bottom: solid 1px;
}
.footer-nav-1 {
  width: 175px;
}
.footer-nav-2 {
  width: 160px;
}
.footer-nav-3 {
  width: 115px;
}
.footer-nav-4 {
  width: 118px;
}
.footer-nav-5 {
  width: 112px;
}
.footer-nav-6 {
  width: 140px;
}
.footer-nav-7 {
  width: 115px;
}
.footer-social ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.footer-social li {
  margin-left: 50px;
}
.footer-social li:first-child {
  margin-left: 0;
}
.footer-icon {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.lt-ie9 .footer-icon {
  filter: alpha(opacity=90);
}
.footer-icon:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .footer-icon:hover {
  filter: alpha(opacity=100);
}
.footer-icon.facebook {
  background: url(../img/footer/icon-facebook.png) no-repeat;
}
.footer-icon.youtube {
  background: url(../img/footer/icon-youtube.png) no-repeat;
}
.footer-icon.twitter {
  background: url(../img/footer/icon-twitter.png) no-repeat;
}
.footer-icon.email {
  background: url(../img/footer/icon-email.png) no-repeat;
}
/* ==========================================================================
   FORMS
   ========================================================================== */
.form-row {
  margin-bottom: 20px;
}
.form-suscribe {
  color: #fff;
}
.form-suscribe label {
  display: inline-block;
  width: 60px;
}
.form-suscribe label.label-login {
  width: 80px;
}
.btn-login-community {
  margin-right: 35px;
}
.form-search {
  background: #5b813d;
  padding: 4px 4px 4px 10px;
}
.form-search label {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.form-search div {
  position: relative;
  display: inline-block;
}
.form-search .input.text {
  padding-left: 25px;
}
.form-search .input.text.main-search {
  width: 450px;
  background: #ffffff url(../img/icons/icon-search.png) no-repeat left center;
}
.form-search .submit {
  position: absolute;
  top: -1px;
  right: -35px;
  left: auto;
  bottom: auto;
}
.form-search-header {
  width: 615px;
}
.form-search-header .text {
  width: 480px;
}
.input.submit {
  border: none;
}
.input.block {
  width: 100%;
}
.input.text {
  background: #fff;
  padding: 4px 5px;
}
.input.icon-search {
  width: 18px;
  background-color: transparent;
  background-image: url(../img/icons/icon-search.png);
  background-repeat: no-repeat;
}
.input.comment {
  font-size: 12px;
  border: solid 1px #cccccc;
}
.input.comment:focus {
  border-color: #8e8c8c;
}
/* ==========================================================================
   ALLIANCES
   ========================================================================== */
.newsletter-container {
  background: #e9e9e9;
  margin-top: 40px;
}
.form-newsletter {
  background: #844229;
  color: #fff;
}
.form-newsletter legend {
  width: 258px;
  text-transform: uppercase;
  height: 56px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  display: block;
}
.form-newsletter fieldset > div {
  background: #a86248;
  width: 680px;
  padding: 10px 0;
}
.form-newsletter fieldset > div div {
  width: 260px;
  padding: 0 5px;
  padding-top: 5px;
}
.form-newsletter fieldset > div div:last-child {
  width: 155px;
  padding-top: 0;
}
.form-newsletter label {
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.alliances-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  background-color: #e9e9e9;
}
.alliance-item-1 {
  width: 240px;
  margin-left: 20px;
}
.alliance-item-2 {
  width: 185px;
}
.alliance-item-3 {
  width: 175px;
}
.alliance-item-4 {
  width: 125px;
}
.alliance-item-5 {
  width: 195px;
}
.alliance-item-6 {
  width: 145px;
}
.alliance-icon {
  display: block;
  vertical-align: middle;
}
.alliance-icon.usaid {
  background: url(../img/alliances/usaid.png) no-repeat;
  width: 206px;
  height: 62px;
}
.alliance-icon.nature-conservancy {
  background: url(../img/alliances/nature-conservancy2.png) no-repeat;
  width: 150px;
  height: 62px;
}
.alliance-icon.rainforest {
  background: url(../img/alliances/rainforest.png) no-repeat;
  width: 127px;
  height: 62px;
}
.alliance-icon.woods-hole {
  background: url(../img/alliances/woods-hole.png) no-repeat;
  width: 73px;
  height: 62px;
}
.alliance-icon.espacios {
  background: url(../img/alliances/espacios-naturales.png) no-repeat;
  width: 155px;
  height: 62px;
}
.alliance-icon.conafor {
  background: url(../img/alliances/conafor.png) no-repeat;
  width: 104px;
  height: 62px;
}
/* ==========================================================================
   ICONS
   ========================================================================== */
.icon {
  display: inline-block;
}
.icon-home-next-news {
  width: 11px;
  height: 13px;
  background: url(../img/icons/icon-home-next-news.png) no-repeat;
}
.icon-home-prev-news {
  width: 11px;
  height: 13px;
  background: url(../img/icons/icon-home-prev-news.png) no-repeat;
}
.icon-resource-center {
  background: url(../img/icons/icon-resource-center.png) no-repeat;
  width: 31px;
  height: 32px;
}
.icon-arrow-search {
  background: url(../img/icons/icon-arrow-search.png) no-repeat;
  width: 36px;
  height: 29px;
}
.icon-search {
  background: url(../img/icons/icon-search.png) no-repeat;
  width: 18px;
  height: 19px;
}
.submenu-icon-arrow-down {
  background: url(../img/icons/submenu-icon-arrow-down.png) no-repeat;
  width: 10px;
  height: 10px;
}
.submenu-icon-arrow-right {
  background: url(../img/icons/submenu-icon-arrow-right.png) no-repeat;
  width: 10px;
  height: 10px;
}
.submenu-icon-arrow-right-green {
  background: url(../img/icons/submenu-icon-arrow-right-green.png) no-repeat;
  width: 10px;
  height: 10px;
}
.icon-sgallery {
  background: url(../img/icons/icon-sgallery.jpg) no-repeat;
  width: 96px;
  height: 94px;
}
.icon-prev-calendar-widget {
  background: url(../img/icons/icon-prev-calendar-widget.png) no-repeat;
  width: 11px;
  height: 20px;
}
.icon-next-calendar-widget {
  background: url(../img/icons/icon-next-calendar-widget.png) no-repeat;
  width: 11px;
  height: 20px;
}
/* ==========================================================================
   COLUMNS
   ========================================================================== */
.team-columns {
  margin-bottom: 50px;
}
.team-columns .left {
  width: 162px;
}
.team-columns .left img {
  width: 100%;
}
.team-columns .right {
  width: 440px;
}
.team-columns .title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "GandhiSans-Regular";
}
.two-columns.big > .left {
  width: 430px;
}
.two-columns.big > .right {
  width: 510px;
}
.two-columns img,
.two-columns iframe {
  max-width: 100%;
  max-height: 100%;
}
.two-columns.home > .left {
  width: 400px;
}
.two-columns.home > .right {
  width: 540px;
}
.two-columns.normal > .left {
  width: 340px;
}
.two-columns.normal > .right {
  width: 600px;
}
.two-columns.medium > .left {
  width: 380px;
}
.two-columns.medium > .right {
  width: 520px;
}
.two-columns.small > .left {
  width: 280px;
}
.two-columns.small > .right {
  width: 660px;
}
.two-columns figure img {
  padding: 5px;
  border: solid 1px #b3b3b3;
  background: #e5e5e5;
}
.two-columns .article-image img {
  padding: 0;
  background: transparent;
  border: none;
  width: 90px;
}
.two-columns .articles-list img {
  padding: 0;
  background: transparent;
  border: none;
}
.two-columns ol {
  padding-left: 50px;
}
/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  font-size: 15px;
  color: #779562;
  list-style-type: none;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  color: #757272;
}
.breadcrumbs a:hover {
  color: #545454;
}
.breadcrumb-separator {
  margin-left: 5px;
  margin-right: 5px;
}
/* ==========================================================================
   TABS
   ========================================================================== */
.tabs-list {
  background: #efeff0;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.tabs-list a {
  text-decoration: none;
  border-bottom: none;
  display: block;
  background: #efeff0;
  color: #757272;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 15px;
}
.tabs-list a:hover {
  background: #e9eaeb;
}
.tabs-list a.active {
  background: #dcdddf;
}
.tabs-list li {
  height: 72px;
}
.tabs-list .ui-state-active a {
  background: #dcdddf;
}
#tabs-1 img {
  padding: 5px;
  border: solid 1px #b3b3b3;
  background: #e5e5e5;
}
/* ==========================================================================
   AGENDA
   ========================================================================== */
.agenda-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.agenda-list li {
  border-top: solid 1px #dad9d9;
}
.agenda-list li:first-child {
  border-bottom: none;
}
.agenda-list li:last-child {
  border-bottom: solid 1px #dad9d9;
}
.agenda-list li > a {
  display: block;
  padding: 10px 5px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.agenda-list li > a:hover {
  background: #edeeef;
}
.agenda-date {
  font-size: 13px;
  color: #999999;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 0 10px 14px;
}
.agenda-content {
  color: #757272;
  font-size: 12px;
  margin-top: 0;
}
.agenda-content a {
  text-decoration: none;
  border-bottom: solid 1px;
  color: #779562;
}
/* ==========================================================================
   BANNER
   ========================================================================== */
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.banner a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  text-decoration: none;
  border-bottom: none;
  display: block;
}
.lt-ie9 .banner a {
  filter: alpha(opacity=90);
}
.banner a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .banner a:hover {
  filter: alpha(opacity=100);
}
/* ==========================================================================
   LOCATIONS 
   ========================================================================== */
.locations-list {
  padding: 10px;
  padding-right: 0;
  width: 215px;
  font-size: 14px;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.locations-list li {
  border-top: solid 1px #d9d9d9;
  padding: 10px;
  padding-left: 2px;
  padding-right: 2px;
}
.locations-list li:hover {
  background: #f3f3f3;
}
.locations-list li.active {
  background: #eee;
}
.locations-list li ul {
  list-style-type: none;
}
.locations-list li ul li {
  padding-left: 12px;
}
.locations-list a {
  text-decoration: none;
  border-bottom: none;
  color: #425c2c;
}
.locations-list a:hover {
  text-decoration: none;
  border-bottom: none;
}
/* ==========================================================================
   TAGS 
   ========================================================================== */
.tags-list {
  padding: 10px;
  padding-right: 0;
  width: 215px;
  font-size: 14px;
  list-style-type: none;
}
.tags-list li {
  border-top: solid 1px #d9d9d9;
}
.tags-list li:last-child {
  border-bottom: solid 1px #d9d9d9;
}
.tags-list a {
  text-decoration: none;
  border-bottom: none;
  padding: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  color: #425c2c;
  font-size: 16px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.tags-list a:hover {
  background: #edeeef;
}
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
.results-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.results-list li {
  border-bottom: solid 1px #d9d9d9;
  padding: 10px;
  padding-left: 0;
}
.results-list li:hover {
  background: #f0f0f0;
}
.results-list .title {
  margin-bottom: 5px;
  font-family: "GandhiSans-Regular";
}
.results-list a {
  color: #844229;
}
.results-list p > a {
  text-decoration: none;
  border-bottom: none;
}
.results-list p > a:hover {
  text-decoration: none;
  border-bottom: solid 1px;
}
/* ==========================================================================
   RESOURCE CENTER
   ========================================================================== */
.resource-center-form {
  width: 525px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.resource-center-form div {
  background: #5b813d;
}
.resource-center-form .text {
  margin: 2px 2px 3px 2px;
  width: 480px;
  padding-left: 25px;
  background: #ffffff url(../img/icons/icon-search.png) no-repeat left center;
}
.resource-center-form .submit {
  margin-top: 2px;
  margin-right: 2px;
}
.resource-center-form legend {
  margin-bottom: 15px;
}
.resource-center-form legend .icon {
  vertical-align: middle;
}
.resource-list > .left {
  width: 265px;
  margin-right: 45px;
}
.resource-list > .left:nth-child(3n + 3) {
  margin-right: 0;
}
.resource-title {
  font-family: "GandhiSans-Regular";
  vertical-align: middle;
  padding: 25px 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 5px #5b813d;
}
/* ==========================================================================
   FORUMS LIST
   ========================================================================== */
.forums-list .articles-list {
  margin-bottom: 20px;
}
.forum-response .left {
  border-right: solid 1px #cecece;
}
.forum-response .left img {
  width: 90%;
}
.forum_indicator_title {
  font-family: "GandhiSans-Regular";
  font-size: 12px;
  color: #757272;
  position: absolute;
  top: -10px;
  right: 0px;
  left: auto;
  bottom: auto;
  font-weight: normal;
  padding: 2px 4px;
  background: #c4c4c4;
}
.topic-closed {
  font-size: 13px;
  color: #757272;
  font-weight: normal;
  padding: 2px 4px;
  background: #ccc;
}
/* ==========================================================================
   ARTICLES LIST
   ========================================================================== */
.articles-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  word-break: break-word;
}
.articles-list li {
  border-bottom: solid 1px #fff;
}
.articles-list li:hover {
  background: #edeeef;
}
.articles-list article {
  min-height: 100px;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
.articles-list .left {
  width: 70px;
}
.articles-list figcaption {
  padding: 5px 0;
}
.articles-list figcaption a {
  color: #5b813d;
  text-decoration: none;
  border-bottom: none;
}
.articles-list figcaption a:hover {
  text-decoration: none;
  border-bottom: solid 1px;
}
.articles-list img {
  width: 100%;
  border: none;
  background: transparent;
}
.articles-list figure a {
  text-decoration: none;
  border-bottom: none;
}
.articles-list h3,
.articles-list h4,
.articles-list p {
  margin: 0;
}
.articles-list h3 {
  font-family: "GandhiSans-Regular";
  color: #757272;
  position: relative;
  margin-bottom: 5px;
}
.articles-list h3 a {
  text-decoration: none;
  border-bottom: none;
  color: #757272;
}
.articles-list h3 a:hover {
  text-decoration: none;
  border-bottom: solid 1px;
}
.articles-list h4 {
  color: #779562;
  border-bottom: solid 1px #cdcccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.articles-list p > a {
  color: #779562;
  text-decoration: none;
  border-bottom: solid 1px;
}
.articles-list p > a:hover {
  color: #5b813d;
}
.articles-list p {
  margin-bottom: 10px;
}
.article-pagination-btn {
  display: block;
  width: 100%;
  height: 45px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.lt-ie9 .article-pagination-btn {
  filter: alpha(opacity=60);
}
.article-pagination-btn:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .article-pagination-btn:hover {
  filter: alpha(opacity=100);
}
.article-pagination-btn.x2 {
  height: 75px;
}
.article-prev {
  display: block;
  width: 100%;
  height: 45px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background: #dcdddf url(../img/icons/icon-article-prev.png) no-repeat center center;
}
.lt-ie9 .article-prev {
  filter: alpha(opacity=60);
}
.article-prev:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .article-prev:hover {
  filter: alpha(opacity=100);
}
.article-prev.x2 {
  height: 75px;
}
.article-prev.x2 {
  background: #dcdddf url(../img/icons/icon-article-prev-2x.png) no-repeat center center;
}
.article-next {
  display: block;
  width: 100%;
  height: 45px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background: #dcdddf url(../img/icons/icon-article-next.png) no-repeat center center;
}
.lt-ie9 .article-next {
  filter: alpha(opacity=60);
}
.article-next:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .article-next:hover {
  filter: alpha(opacity=100);
}
.article-next.x2 {
  height: 75px;
}
.article-next.x2 {
  border-top: solid 1px #5b813d;
  background: #dcdddf url(../img/icons/icon-article-next-2x.png) no-repeat center center;
}
.article-item-forum {
  border-bottom: solid 1px #cfcfcf;
}
.article-item-forum .left {
  margin-left: 10px;
}
.article-item-forum .right {
  width: 530px;
}
.article-item-news {
  border-bottom: solid 1px #cfcfcf;
  background: #efeff0;
}
.article-item-news .left {
  width: 130px;
  margin-left: 20px;
  padding-top: 10px;
}
.article-item-news .right {
  width: 200px;
  margin-right: 20px;
  padding-top: 10px;
}
.article-item-news h3 {
  font-size: 13px;
  margin-bottom: 10px;
  font-family: "GandhiSans-Regular";
}
.article-item-date {
  color: #366a59;
}
.article-item-community {
  width: 230px;
}
.article-item-community .right {
  width: 158px;
}
.article-item-resource {
  border-bottom: solid 1px #5b813d;
}
.article-item-resource .right {
  width: 185px;
}
.article-item-resource .right.product {
  width: 390px;
}
/* ==========================================================================
   Forms
   ========================================================================== */
.form p {
  margin-top: 0;
}
.message-sent {
  border: solid 1px #779562;
  background: #eef2eb;
  color: #425c2c;
  font-size: 18px;
  padding: 10px;
}
.message-warning {
  border: solid 1px #8f533d;
  background: #f7f0ed;
  color: #844229;
  font-size: 18px;
  padding: 10px;
}
.label {
  display: block;
  font-size: 15px;
  color: #5b813d;
  margin-bottom: 5px;
}
.error {
  color: #844229;
  font-size: 15px;
}
.input {
  padding: 8px 10px;
  border: solid 1px #91ab7f;
  font-size: 15px;
  width: 60%;
  background: #fff;
}
.input.icon {
  background: url(../img/icons/icon-arrow-search.png) no-repeat;
  width: 36px;
}
.input:focus {
  border-color: #5b813d;
}
.input:focus.icon {
  background: url(../img/icons/icon-arrow-search.png) no-repeat;
}
.select {
  -webkit-appearance: none;
  padding: 8px 10px;
  border: solid 1px #91ab7f;
  font-size: 15px;
  width: 60%;
  background: #fff;
  outline: none;
  background-image: url(../img/icons/components-icon-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}
/* ==========================================================================
   COMMUNITY
   ========================================================================== */
.community-sidebar {
  width: 240px;
}
.community-sidebar a {
  color: #5b813d;
}
/* ==========================================================================
   SIDEBAR GALLERY
   ========================================================================== */
.sidebar-gallery-description {
  width: 254px;
  background: #d7d7d7;
  height: 94px;
  color: #366a59;
}
.sidebar-gallery-description p {
  margin: 0;
}
.sidebar-gallery-btn {
  width: 96px;
}
.sidebar-gallery {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-gallery a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.lt-ie9 .sidebar-gallery a {
  filter: alpha(opacity=90);
}
.sidebar-gallery a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .sidebar-gallery a:hover {
  filter: alpha(opacity=100);
}
.sidebar-gallery figure img {
  width: 350px;
  border: solid 1px #366a59;
  border-bottom: solid 5px #779562;
}
/* ==========================================================================
   NAVIGATION
   ========================================================================== */
.navigation-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-left: solid 1px #dad9d9;
  border-right: solid 1px #dad9d9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.navigation-list.nav-list-communities a {
  color: white;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}
.lt-ie9 .navigation-list.nav-list-communities a {
  filter: alpha(opacity=90);
}
.navigation-list.nav-list-communities a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .navigation-list.nav-list-communities a:hover {
  filter: alpha(opacity=100);
}
.navigation-list li {
  border-top: solid 1px #dad9d9;
}
.navigation-list li:last-child {
  border-bottom: solid 1px #dad9d9;
}
.navigation-list a {
  padding: 5px 10px;
  color: #757272;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  border-top: solid 1px #fff;
  text-decoration: none;
  border-bottom: none;
  background: #edeeef;
  display: block;
}
.navigation-list a:hover {
  background: #f2f2f3;
}
.navigation-list a.active {
  background: #e0e0e1;
}
/* ==========================================================================
   POSTS
   ========================================================================== */
.post-author {
  background: #edeeef;
}
.post-author img {
  border: solid 5px #779562;
  width: 100%;
}
.post-author figure {
  width: 70px;
  margin-right: 20px;
}
.post-author address {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.post-author a,
.post-author span,
.post-author strong {
  color: #779562;
}
.post-title {
  font-family: "GandhiSans-Regular";
  border-top: solid 1px #dddcdc;
  border-bottom: solid 1px #dddcdc;
  margin: 20px 0;
}
.post-title .h1 {
  margin-bottom: 0;
}
.post-date {
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-top: 0;
}
.post-footer {
  border-top: solid 1px #366a59;
  border-bottom: solid 1px #366a59;
}
.post-footer .h3 {
  margin-bottom: 20px;
  font-family: "GandhiSans-Regular";
}
.post-downloads {
  list-style-type: none;
  padding: 0;
  width: 370px;
}
.post-downloads li {
  margin-right: 20px;
  margin-bottom: 25px;
}
.post-downloads .btn {
  padding: 5px 10px;
}
.post-tags {
  width: 485px;
}
.post-tags a {
  color: #779562;
}
.post-tags a:hover {
  color: #425c2c;
}
.post-share {
  list-style-type: none;
}
.post-share img {
  vertical-align: middle;
}
.post-share li {
  margin-left: 20px;
}
.post-share li:first-child {
  margin-left: 0;
}
.post-share a {
  color: #545454;
  text-decoration: none;
  border-bottom: none;
  display: block;
}
/* ==========================================================================
   COMPONENTS
   ========================================================================== */
.components-header > div {
  padding: 10px;
}
.components-header .title {
  margin: 0;
  font-family: "GandhiSans-Regular";
}
.components-sidebar {
  width: 350px;
}
.components-body {
  background: url(../img/components/components-decoration.png) no-repeat right bottom;
}
.component-tagline {
  font-size: 15px;
  padding: 0 20px;
  color: #545454;
  font-weight: lighter;
}
/* ==========================================================================
   HOME
   ========================================================================== */
.news-slides-container {
  background: #844229;
  color: #fff;
  font-size: 14px;
}
.news-slides-container h2 {
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
}
.news-slides-container a {
  color: #fff;
}
.news-slides-container > .left {
  width: 100px;
}
.news-slides-container > .right {
  width: 840px;
  background: #8f533d;
  height: 40px;
}
.news-prev-slide {
  width: 11px;
  height: 13px;
  background: url(../img/icons/icon-home-prev-news.png) no-repeat;
  position: absolute;
  top: 13px;
  left: 5px;
  right: auto;
  bottom: auto;
}
.news-next-slide {
  width: 11px;
  height: 13px;
  background: url(../img/icons/icon-home-next-news.png) no-repeat;
  position: absolute;
  top: 13px;
  right: 5px;
  left: auto;
  bottom: auto;
}
.news-slides {
  width: 790px;
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 40px;
  font-weight: lighter;
}
.news-slides a {
  line-height: 40px;
  text-decoration: none;
  border-bottom: none;
}
.news-slides a span {
  text-decoration: underline;
}
.home-slides {
  width: 940px;
  height: 400px;
  overflow: hidden;
}
.home-slides div {
  width: 940px;
  height: 400px;
}
.home-slides article {
  color: white;
  text-shadow: 1px 1px 0 #000;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 65px;
  right: 0px;
  top: auto;
  left: auto;
  background-color: #5b813d;
  background-color: rgba(90, 128, 60, 0.7);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b35a803c, endColorstr=#b35a803c)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b35a803c, endColorstr=#b35a803c);
  width: 550px;
  height: auto;
  padding: 12px 24px;
  z-index: 100;
  text-transform: uppercase;
}
.home-slides article h1 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1;
}
.home-slides article p {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  line-height: 1;
}
.home-slides img {
  width: 100%;
}
.home-slides-container {
  position: relative;
  top: -2px;
}
.home-prev-slide {
  background: url(../img/icons/home-slide-prev.png) no-repeat;
  width: 53px;
  height: 48px;
  position: absolute;
  top: 45%;
  left: 1%;
  right: auto;
  bottom: auto;
  display: inline-block;
  z-index: 100;
}
.home-next-slide {
  display: inline-block;
  background: url(../img/icons/home-slide-next.png) no-repeat;
  width: 53px;
  height: 48px;
  position: absolute;
  top: 45%;
  right: 1%;
  left: auto;
  bottom: auto;
  z-index: 100;
}
.example-pager {
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0px;
  top: auto;
  right: auto;
  z-index: 100;
  text-align: center;
}
.example-pager img {
  width: 100px;
  height: 50px;
  margin: 0px 8px 0px 0px;
  border: 3px solid #ccc;
  box-shadow: 5px 5px 10px #333;
}
.home-actions {
  position: absolute;
  top: 130px;
  left: -82px;
  right: auto;
  bottom: auto;
  z-index: 100;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.home-actions li {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff, endColorstr=#80ffffff);
  margin-right: 10px;
}
.home-actions li:last-child {
  margin-right: 0;
}
.home-actions a {
  color: #366a59;
  text-decoration: none;
  border-bottom: none;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  text-align: center;
  display: block;
}
.lt-ie9 .home-actions a {
  filter: alpha(opacity=90);
}
.home-actions a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .home-actions a:hover {
  filter: alpha(opacity=100);
}
.home-actions span {
  display: block;
  border-top: solid 1px #999999;
  padding: 5px 0;
}
.home-action {
  width: 54px;
  height: 54px;
  display: block;
  margin: 8px;
}
.home-action.video {
  background: url(../img/icons/home-video.png) no-repeat;
}
.home-action.location {
  background: url(../img/icons/home-ubicacion.png) no-repeat;
}
.home-action.event {
  background: url(../img/icons/home-eventos.png) no-repeat;
}
.home {
  margin: 20px 0 0 0;
}
/* ==========================================================================
   SCROLL
   ========================================================================== */
.list-news {
  border: solid 1px #e5e5e5;
}
.list-news ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.list-news .article {
  border-bottom: solid 1px #425c2c;
}
.list-news li:last-child .article {
  border-bottom: none;
}
.article-date {
  color: #425c2c;
  margin-top: 0;
}
.article-image {
  margin-right: 7px;
  margin-bottom: 7px;
  border: solid 1px #425c2c;
}
.article-content {
  padding-bottom: 20px;
}
.article-link {
  font-style: italic;
  color: #3e3e3e;
}
.article-title {
  font-family: "GandhiSans-Regular";
  font-size: 14px;
  color: #779562;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.article-title a {
  color: #779562;
  border-bottom: none;
  text-decoration: none;
  border-bottom: solid 1px;
}
.article-title a:hover {
  color: #5b813d;
}
.home-banners-container {
  width: 535px;
  height: 335px;
  position: relative;
  overflow: hidden;
}
.home-banners {
  width: 535px;
  height: 335px;
}
.home-banners .btn-banner {
  position: absolute;
  bottom: 20px;
  left: 22%;
  top: auto;
  right: auto;
  z-index: 101;
}
.home-banners .btn-banner:hover {
  color: #fff;
}
.home-banners div {
  width: 535px;
  height: 335px;
  position: relative;
}
.home-banners div img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  z-index: 100;
  width: 100%;
}
.home-banners div h3 {
  background: #5b813d;
  font-size: 19px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  padding: 25px 80px 35px 80px;
  text-transform: uppercase;
  text-align: center;
  z-index: 101;
  width: 535px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  min-height: 110px;
  font-family: "GandhiSans-Regular";
}
.home-banners-next {
  background: url(../img/icons/banner-slide-next.png) no-repeat;
  width: 33px;
  height: 31px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 5px;
  top: auto;
  left: auto;
  z-index: 101;
}
.home-banner-icon {
  background: url(../img/icons/home-banner-icon.png) no-repeat;
  width: 70px;
  height: 71px;
  display: block;
  position: absolute;
  bottom: -45px;
  left: 45%;
  top: auto;
  right: auto;
}
.home-banners-prev {
  background: url(../img/icons/banner-slide-prev.png) no-repeat;
  width: 33px;
  height: 31px;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 50px;
  top: auto;
  left: auto;
  z-index: 101;
}
.title-home {
  font-family: "GandhiSans-Regular";
  margin-bottom: 0;
}
.home-products-container {
  border: solid 1px #e5e5e5;
  border-top: solid 5px #5b813d;
  position: relative;
}
.home-videos-container {
  border: solid 1px #e5e5e5;
  border-top: solid 5px #5b813d;
  position: relative;
}
.home-products {
  width: 100%;
  height: 200px;
}
.home-products article {
  min-width: 100%;
  min-height: 200px;
}
.home-products figure {
  margin-top: 30px;
  margin-left: 90px;
  width: 135px;
}
.home-products figure img {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
.home-products .h3 {
  margin-bottom: 0;
  font-family: "GandhiSans-Regular";
}
.home-products .h4 {
  margin-bottom: 0;
  color: #6da845;
}
.home-products p {
  font-size: 15px;
}
.home-products p a {
  color: #5b813d;
  text-decoration: none;
  border-bottom: solid 1px;
}
.home-products div {
  margin-top: 30px;
  width: 280px;
  margin-right: 10px;
}
.home-products-prev-slide {
  background: url(../img/icons/icon-article-prev-2x.png) no-repeat;
  width: 54px;
  height: 53px;
  display: block;
  z-index: 101;
  position: absolute;
  top: 25px;
  left: 20px;
  right: auto;
  bottom: auto;
}
.home-products-next-slide {
  background: url(../img/icons/icon-article-next-2x.png) no-repeat;
  width: 54px;
  height: 53px;
  display: block;
  z-index: 101;
  position: absolute;
  bottom: 25px;
  left: 20px;
  top: auto;
  right: auto;
}
/* ==========================================================================
   SCROLL
   ========================================================================== */
.jspTrack {
  background: #aeaeae;
}
.jspDrag {
  background: #8d8d8d;
}
.jspVerticalBar {
  width: 7px;
}
.jscrollpane {
  width: 100%;
  overflow: auto;
}
.scroll-news-home {
  height: 970px;
}
.scroll-youtube-videos {
  height: 390px;
}
/* ==========================================================================
   CALENDAR WIDGET
   ========================================================================== */
.js-calendar-widget {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
  position: absolute;
  top: 100px;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 200;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff, endColorstr=#e6ffffff);
  width: 470px;
  height: 355px;
  display: none;
}
.js-calendar-widget:before {
  z-index: 210;
  position: absolute;
  content: '';
  top: -20px;
  left: 140px;
  right: auto;
  bottom: auto;
  width: 0;
  height: 0;
  border-bottom: 20px solid rgba(255, 255, 255, 0.9);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.js-calendar-widget-months {
  padding: 0;
  list-style-type: none;
  margin: 0;
  height: 55px;
  text-transform: uppercase;
}
.js-calendar-widget-months a {
  font-size: 15px;
  font-weight: 400;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: #366a59;
  display: block;
  border-bottom: none;
  text-align: center;
  padding-top: 15px;
}
.lt-ie9 .js-calendar-widget-months a {
  filter: alpha(opacity=50);
}
.js-calendar-widget-months span {
  font-size: 16px;
  font-weight: 400;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  color: #366a59;
  display: block;
  text-align: center;
  display: none;
}
.lt-ie9 .js-calendar-widget-months span {
  filter: alpha(opacity=50);
}
.js-calendar-widget-months li.active a,
.js-calendar-widget-months li.active span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-ie9 .js-calendar-widget-months li.active a,
.lt-ie9 .js-calendar-widget-months li.active span {
  filter: alpha(opacity=100);
}
.js-calendar-widget-months li.active span {
  display: block;
}
.js-calendar-widget-months li.active a {
  padding-top: 0;
  font-size: 25px;
}
.js-jcarousel {
  position: relative;
  overflow: hidden;
  width: 400px;
  margin: 10px 35px;
}
.js-jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */

  list-style: none;
  margin: 0;
  padding: 0;
}
.js-jcarousel li {
  /* Required only for block elements like <li>'s */

  float: left;
  width: 133px;
}
.js-calendar-widget-events {
  border-top: solid 1px #dde7e2;
  margin-top: 5px;
}
.js-calendar-widget-events ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  background: #fff;
  padding: 0 12px;
}
.js-calendar-widget-events li {
  border-bottom: solid 1px #dde7e2;
  padding: 12px 0;
}
.js-calendar-widget-events li:last-child {
  border-bottom: none;
}
.js-calendar-widget-events li .left {
  width: 88px;
  height: 60px;
  background: #366a59;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  padding-top: 10px;
}
.js-calendar-widget-events li .left span {
  font-size: 13px;
}
.js-calendar-widget-events li .right {
  width: 300px;
}
.js-calendar-widget-events li .right p {
  margin: 0;
  font-size: 12px;
  color: #366a59;
  text-transform: uppercase;
}
.scroll-calendar-widget {
  height: 260px;
  border: solid 1px #dde7e2;
  width: 450px;
  margin: 5px 10px;
  outline: none;
}
.icon-prev-calendar-widget {
  position: absolute;
  top: 24px;
  left: 20px;
  right: auto;
  bottom: auto;
}
.icon-next-calendar-widget {
  position: absolute;
  top: 24px;
  right: 20px;
  left: auto;
  bottom: auto;
}
.social-share-static {
  position: absolute;
  top: 100%;
  left: -80px;
  right: auto;
  bottom: auto;
}
.social-share-static p {
  text-align: center;
  color: #545454;
  font-size: 12px;
  text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.social-share-static a span {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}
.social-share-static > div {
  z-index: 2000;
  padding: 5px;
  margin-top: 15px;
  background-color: #f4f4f4;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dadada), to(#f4f4f4));
  background-image: -moz-linear-gradient(top, #dadada, #f4f4f4);
  background-image: -ms-linear-gradient(top, #dadada, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #dadada, #f4f4f4);
  background-image: -o-linear-gradient(top, #dadada, #f4f4f4);
  background-image: linear-gradient(top, #dadada, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#f4f4f4', GradientType=0);
  border: solid 1px #c5c3c4;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  behavior: url('http://alianza-mredd.org/assets/site/css/plugins/css3pie/PIE.htc');
}
.social-share-static > div .addthis_32x32_style {
  width: auto;
}
.social-share-static > div a {
  text-decoration: none;
  border-bottom: none;
}
.youtube-videos-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  width: 170px;
}
.youtube-videos-list li {
  margin-bottom: 20px;
}
.youtube-videos-list hr {
  margin: 5px 0;
}
.youtube-videos-list p {
  margin: 5px 0;
}
.youtube-videos-list p span {
  border-top: solid 1px #999999;
  display: block;
  margin: 5px 0;
}
.youtube-videos-list small {
  display: block;
}
.youtube-video {
  width: 320px;
}
.youtube-video h2 {
  margin-bottom: 0;
}
.youtube-video > div div {
  border: solid 1px #cccccc;
}
.youtube-video-stats .left,
.youtube-video-stats .right {
  width: 50%;
}
.youtube-suscribe span {
  vertical-align: top;
  font-size: 10px;
}
.pagination {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin: 10px;
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
}
.pagination .active {
  background: #5b813d;
  color: white;
}
.pagination span {
  padding: 5px 10px;
}
.pagination a {
  padding: 2px 9px;
  text-decoration: none;
  border-bottom: none;
  color: #5b813d;
  border: solid 1px #8db96b;
}
ol {
  margin: 20px 0;
}
ol.alpha-ol {
  list-style-type: upper-alpha;
}
.table {
  border: solid 1px #ccc;
  margin: 40px 0;
}
.table td {
  padding: 5px;
}
.table tr {
  border-bottom: solid 1px #ccc;
}
.table td {
  border-right: solid 1px #ccc;
}