/* ==========================================================================
   NMC Bootstrap

   This LESS file imports all other LESS files. You should compile
   and minify this file before site launch.
   ========================================================================== */
/* Import NMC bootstrap */
/**
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com
 * Twitter: @rich_clark
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/**
 * New Media Campaigns Idioms
 *
 * These are common patterns we use in all of our
 * projects. They are consolidated here to keep code DRY.
 *
 * Listing
 *    * .noText,.textReplace
 *    * .noList
 *    * .noForm
 *    * .fixedWidth(@width)
 *    * .columnWidth(@width)
 *    * .columnLeft(@width)
 *    * .columnRight(@width)
 *    * .fullSize
 *    * .absoluteDefault
 *    * .absoluteFullSize
 *    * .clearFix
 */
/*  Hides text when using image replacement */
.noText,
.textReplace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*  Removes bullets, margin, and padding from list */
.noList {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*  Removes webkit styling from form element */
.noForm {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}
/*  Center a fixed width container */
/*  Adds left or right columns (e.g. content and sidebar) */
/*  Set width and height of element to that of its parent */
.fullSize {
  height: 100%;
  width: 100%;
}
/*  Position element absolutely to 0,0 */
.absoluteDefault {
  position: absolute;
  left: 0;
  top: 0;
}
/*  Position element absolutely and set its width and height to that of its parent (useful for slideshows) */
.absoluteFullSize {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*  The micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
/**
 * Spacing
 *
 * This LESS file defines margins and paddings for block-level
 * elements. Helper classes are included for use elsewhere
 * in site styles.
 */
/* Settings */
/* ==========================================================================
   Site Vars
   ========================================================================== */
/* ==========================================================================
   Spacing
   ========================================================================== */
/* ==========================================================================
   Typography Reset
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/**
 * Spacing
 * p, m, lh = padding, margin, line-height
 * a, t, r, b, l, h, v = all, top, right, bottom, left, horizontal, vertical
 * n, h, s, d = none(0px), half(@baseline / 2), single(@baseline), double(@baseline * 2), none(0px)
 * i = ! important
 */
.ptn {
  padding-top: 0px;
}
.ptni {
  padding-top: 0px !important;
}
.pbn {
  padding-bottom: 0px;
}
.pbni {
  padding-bottom: 0px !important;
}
.pln {
  padding-left: 0px;
}
.plni {
  padding-left: 0px !important;
}
.prn {
  padding-right: 0px;
}
.prni {
  padding-right: 0px !important;
}
.pvn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pvni {
  padding-top: 0px;
  padding-bottom: 0px;
}
.phn {
  padding-left: 0px;
  padding-right: 0px;
}
.phni {
  padding-left: 0px;
  padding-right: 0px;
}
.pan {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.pani {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.mtn {
  margin-top: 0px;
}
.mtni {
  margin-top: 0px !important;
}
.mbn {
  margin-bottom: 0px;
}
.mbni {
  margin-bottom: 0px !important;
}
.mln {
  margin-left: 0px;
}
.mlni {
  margin-left: 0px !important;
}
.mrn {
  margin-right: 0px;
}
.mrni {
  margin-right: 0px !important;
}
.mvn {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mvni {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mhn {
  margin-left: 0px;
  margin-right: 0px;
}
.mhni {
  margin-left: 0px;
  margin-right: 0px;
}
.man {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.mani {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.lhn {
  line-height: 0px;
}
.lhni {
  line-height: 0px !important;
}
.ptq {
  padding-top: 4px;
}
.ptqi {
  padding-top: 4px !important;
}
.pbq {
  padding-bottom: 4px;
}
.pbqi {
  padding-bottom: 4px !important;
}
.plq {
  padding-left: 4px;
}
.plqi {
  padding-left: 4px !important;
}
.prq {
  padding-right: 4px;
}
.prqi {
  padding-right: 4px !important;
}
.pvq {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pvqi {
  padding-top: 4px;
  padding-bottom: 4px;
}
.phq {
  padding-left: 4px;
  padding-right: 4px;
}
.phqi {
  padding-left: 4px;
  padding-right: 4px;
}
.paq {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.paqi {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
.mtq {
  margin-top: 4px;
}
.mtqi {
  margin-top: 4px !important;
}
.mbq {
  margin-bottom: 4px;
}
.mbqi {
  margin-bottom: 4px !important;
}
.mlq {
  margin-left: 4px;
}
.mlqi {
  margin-left: 4px !important;
}
.mrq {
  margin-right: 4px;
}
.mrqi {
  margin-right: 4px !important;
}
.mvq {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mvqi {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mhq {
  margin-left: 4px;
  margin-right: 4px;
}
.mhqi {
  margin-left: 4px;
  margin-right: 4px;
}
.maq {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.maqi {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
}
.lhq {
  line-height: 4px;
}
.lhqi {
  line-height: 4px !important;
}
.pth {
  padding-top: 8px;
}
.pthi {
  padding-top: 8px !important;
}
.pbh {
  padding-bottom: 8px;
}
.pbhi {
  padding-bottom: 8px !important;
}
.plh {
  padding-left: 8px;
}
.plhi {
  padding-left: 8px !important;
}
.prh {
  padding-right: 8px;
}
.prhi {
  padding-right: 8px !important;
}
.pvh {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pvhi {
  padding-top: 8px;
  padding-bottom: 8px;
}
.phh {
  padding-left: 8px;
  padding-right: 8px;
}
.phhi {
  padding-left: 8px;
  padding-right: 8px;
}
.pah {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.pahi {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.mth {
  margin-top: 8px;
}
.mthi {
  margin-top: 8px !important;
}
.mbh {
  margin-bottom: 8px;
}
.mbhi {
  margin-bottom: 8px !important;
}
.mlh {
  margin-left: 8px;
}
.mlhi {
  margin-left: 8px !important;
}
.mrh {
  margin-right: 8px;
}
.mrhi {
  margin-right: 8px !important;
}
.mvh {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mvhi {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mhh {
  margin-left: 8px;
  margin-right: 8px;
}
.mhhi {
  margin-left: 8px;
  margin-right: 8px;
}
.mah {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
.mahi {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
}
.lhh {
  line-height: 8px;
}
.lhhi {
  line-height: 8px !important;
}
.pts {
  padding-top: 16px;
}
.ptsi {
  padding-top: 16px !important;
}
.pbs {
  padding-bottom: 16px;
}
.pbsi {
  padding-bottom: 16px !important;
}
.pls {
  padding-left: 16px;
}
.plsi {
  padding-left: 16px !important;
}
.prs {
  padding-right: 16px;
}
.prsi {
  padding-right: 16px !important;
}
.pvs {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pvsi {
  padding-top: 16px;
  padding-bottom: 16px;
}
.phs {
  padding-left: 16px;
  padding-right: 16px;
}
.phsi {
  padding-left: 16px;
  padding-right: 16px;
}
.pas {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.pasi {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
.mts {
  margin-top: 16px;
}
.mtsi {
  margin-top: 16px !important;
}
.mbs {
  margin-bottom: 16px;
}
.mbsi {
  margin-bottom: 16px !important;
}
.mls {
  margin-left: 16px;
}
.mlsi {
  margin-left: 16px !important;
}
.mrs {
  margin-right: 16px;
}
.mrsi {
  margin-right: 16px !important;
}
.mvs {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mvsi {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mhs {
  margin-left: 16px;
  margin-right: 16px;
}
.mhsi {
  margin-left: 16px;
  margin-right: 16px;
}
.mas {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.masi {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.lhs {
  line-height: 16px;
}
.lhsi {
  line-height: 16px !important;
}
.pt3h {
  padding-top: 24px;
}
.pt3hi {
  padding-top: 24px !important;
}
.pb3h {
  padding-bottom: 24px;
}
.pb3hi {
  padding-bottom: 24px !important;
}
.pl3h {
  padding-left: 24px;
}
.pl3hi {
  padding-left: 24px !important;
}
.pr3h {
  padding-right: 24px;
}
.pr3hi {
  padding-right: 24px !important;
}
.pv3h {
  padding-top: 24px;
  padding-bottom: 24px;
}
.pv3hi {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ph3h {
  padding-left: 24px;
  padding-right: 24px;
}
.ph3hi {
  padding-left: 24px;
  padding-right: 24px;
}
.pa3h {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.pa3hi {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
.mt3h {
  margin-top: 24px;
}
.mt3hi {
  margin-top: 24px !important;
}
.mb3h {
  margin-bottom: 24px;
}
.mb3hi {
  margin-bottom: 24px !important;
}
.ml3h {
  margin-left: 24px;
}
.ml3hi {
  margin-left: 24px !important;
}
.mr3h {
  margin-right: 24px;
}
.mr3hi {
  margin-right: 24px !important;
}
.mv3h {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mv3hi {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mh3h {
  margin-left: 24px;
  margin-right: 24px;
}
.mh3hi {
  margin-left: 24px;
  margin-right: 24px;
}
.ma3h {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
.ma3hi {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}
.lh3h {
  line-height: 24px;
}
.lh3hi {
  line-height: 24px !important;
}
.ptd {
  padding-top: 32px;
}
.ptdi {
  padding-top: 32px !important;
}
.pbd {
  padding-bottom: 32px;
}
.pbdi {
  padding-bottom: 32px !important;
}
.pld {
  padding-left: 32px;
}
.pldi {
  padding-left: 32px !important;
}
.prd {
  padding-right: 32px;
}
.prdi {
  padding-right: 32px !important;
}
.pvd {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pvdi {
  padding-top: 32px;
  padding-bottom: 32px;
}
.phd {
  padding-left: 32px;
  padding-right: 32px;
}
.phdi {
  padding-left: 32px;
  padding-right: 32px;
}
.pad {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.padi {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.mtd {
  margin-top: 32px;
}
.mtdi {
  margin-top: 32px !important;
}
.mbd {
  margin-bottom: 32px;
}
.mbdi {
  margin-bottom: 32px !important;
}
.mld {
  margin-left: 32px;
}
.mldi {
  margin-left: 32px !important;
}
.mrd {
  margin-right: 32px;
}
.mrdi {
  margin-right: 32px !important;
}
.mvd {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mvdi {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mhd {
  margin-left: 32px;
  margin-right: 32px;
}
.mhdi {
  margin-left: 32px;
  margin-right: 32px;
}
.mad {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}
.madi {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 32px;
  margin-right: 32px;
}
.lhd {
  line-height: 32px;
}
.lhdi {
  line-height: 32px !important;
}
.pt5h {
  padding-top: 40px;
}
.pt5hi {
  padding-top: 40px !important;
}
.pb5h {
  padding-bottom: 40px;
}
.pb5hi {
  padding-bottom: 40px !important;
}
.pl5h {
  padding-left: 40px;
}
.pl5hi {
  padding-left: 40px !important;
}
.pr5h {
  padding-right: 40px;
}
.pr5hi {
  padding-right: 40px !important;
}
.pv5h {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv5hi {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ph5h {
  padding-left: 40px;
  padding-right: 40px;
}
.ph5hi {
  padding-left: 40px;
  padding-right: 40px;
}
.pa5h {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.pa5hi {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.mt5h {
  margin-top: 40px;
}
.mt5hi {
  margin-top: 40px !important;
}
.mb5h {
  margin-bottom: 40px;
}
.mb5hi {
  margin-bottom: 40px !important;
}
.ml5h {
  margin-left: 40px;
}
.ml5hi {
  margin-left: 40px !important;
}
.mr5h {
  margin-right: 40px;
}
.mr5hi {
  margin-right: 40px !important;
}
.mv5h {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv5hi {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mh5h {
  margin-left: 40px;
  margin-right: 40px;
}
.mh5hi {
  margin-left: 40px;
  margin-right: 40px;
}
.ma5h {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.ma5hi {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
.lh5h {
  line-height: 40px;
}
.lh5hi {
  line-height: 40px !important;
}
.ptt {
  padding-top: 48px;
}
.ptti {
  padding-top: 48px !important;
}
.pbt {
  padding-bottom: 48px;
}
.pbti {
  padding-bottom: 48px !important;
}
.plt {
  padding-left: 48px;
}
.plti {
  padding-left: 48px !important;
}
.prt {
  padding-right: 48px;
}
.prti {
  padding-right: 48px !important;
}
.pvt {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pvti {
  padding-top: 48px;
  padding-bottom: 48px;
}
.pht {
  padding-left: 48px;
  padding-right: 48px;
}
.phti {
  padding-left: 48px;
  padding-right: 48px;
}
.pat {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
.pati {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
.mtt {
  margin-top: 48px;
}
.mtti {
  margin-top: 48px !important;
}
.mbt {
  margin-bottom: 48px;
}
.mbti {
  margin-bottom: 48px !important;
}
.mlt {
  margin-left: 48px;
}
.mlti {
  margin-left: 48px !important;
}
.mrt {
  margin-right: 48px;
}
.mrti {
  margin-right: 48px !important;
}
.mvt {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mvti {
  margin-top: 48px;
  margin-bottom: 48px;
}
.mht {
  margin-left: 48px;
  margin-right: 48px;
}
.mhti {
  margin-left: 48px;
  margin-right: 48px;
}
.mat {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 48px;
  margin-right: 48px;
}
.mati {
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 48px;
  margin-right: 48px;
}
.lht {
  line-height: 48px;
}
.lhti {
  line-height: 48px !important;
}
/**
 * Typography
 *
 * This LESS file defines the baseline, color, font-size, and other typographical
 * styles for text elements.
 */
/* Settings */
/* ==========================================================================
   Site Vars
   ========================================================================== */
/* ==========================================================================
   Spacing
   ========================================================================== */
/* ==========================================================================
   Typography Reset
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/* Base */
html,
body {
  font-family: 'Lato', sans-serif;
  color: #555555;
  font-size: 1em;
  line-height: 16px;
}
/* Block-level */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
blockquote,
table,
form,
pre {
  margin-bottom: 16px;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta,
.giga,
.mega,
.kilo,
.milli {
  color: #1c60a0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1,
.alpha {
  font-size: 1.5em;
  line-height: 32px;
}
h2,
.beta {
  font-size: 1.4em;
  line-height: 32px;
}
h3,
.gamma {
  font-size: 1.3em;
}
h4,
.delta {
  font-size: 1.2em;
  margin-bottom: 0px;
}
h5,
.epsilon {
  font-size: 1.1em;
  margin-bottom: 0px;
}
h6,
.zeta {
  font-size: 1em;
  margin-bottom: 0px;
}
/* Headers (above scale) */
.giga {
  font-size: 1.8em;
  line-height: 32px;
}
.mega {
  font-size: 1.7000000000000002em;
  line-height: 32px;
}
.kilo {
  font-size: 1.6em;
  line-height: 32px;
}
/* Headers (below scale) */
.milli {
  font-size: 0.9em;
}
/* Text */
a {
  color: #1c60a0;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
small {
  font-size: 80%;
}
sup,
sub {
  font-size: 80%;
  line-height: 0px;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 16px;
}
blockquote :last-child {
  margin-bottom: 0px;
}
pre,
code,
kbd {
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 5px;
  font-family: Consolas, "Courier New", Courier, mono;
  font-size: 0.9em;
  color: #555555;
  word-wrap: break-word;
}
pre {
  margin-left: 16px;
  margin-right: 16px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ol,
ul,
dl {
  margin-left: 16px;
  padding-left: 16px;
}
ol ol,
ul ol,
dl ol,
ol ul,
ul ul,
dl ul {
  margin-bottom: 0px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 16px;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table th,
.table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px;
  text-align: left;
}
.table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.table thead tr:first-child th {
  border-top: none;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-left: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  background-clip: padding-box;
}
.table-striped tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.04);
}
/* ==========================================================================
   Forms
   ========================================================================== */
label {
  display: block;
}
label .req {
  color: red;
  font-weight: bold;
}
input.text,
fieldset,
textarea,
select,
.radio-group,
.checkbox-group {
  display: block;
  margin-bottom: 16px;
}
fieldset {
  margin-bottom: 0px;
}
input.text,
textarea {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  margin-bottom: 16px;
}
input.text.error,
textarea.error {
  background-color: #F2DEDE;
  border-color: red;
  outline-color: red;
}
textarea {
  height: 96px;
}
select {
  min-width: 30%;
}
.checkbox-group label,
.radio-group label {
  font-weight: normal;
}
/**
 * Hybrid Grid Sytem
 *
 * Blend of the Semantic Grid System and Zurb Foundation with a little Twitter Bootstrap
 */
/* Settings */
/* ==========================================================================
   Site Vars
   ========================================================================== */
/* ==========================================================================
   Spacing
   ========================================================================== */
/* ==========================================================================
   Typography Reset
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/* Grid */
.grid {
  *zoom: 1;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto;
  *zoom: 1;
}
.grid .row:before,
.grid .row:after {
  content: "";
  display: table;
}
.grid .row:after {
  clear: both;
}
.grid .row .center,
.grid .row .center:last-child {
  float: none;
  display: block;
  margin: 0 auto;
}
.grid {
  width: 100%;
  /* This is duplicated in both classes. Unavoidable. */

}
.grid .col12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col12:first-child {
  margin-left: 0;
}
.grid .col11 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 91.36363636363636%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col11:first-child {
  margin-left: 0;
}
.grid .col10 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 82.72727272727272%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col10:first-child {
  margin-left: 0;
}
.grid .col9 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 74.0909090909091%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col9:first-child {
  margin-left: 0;
}
.grid .col8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65.45454545454545%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col8:first-child {
  margin-left: 0;
}
.grid .col7 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 56.81818181818181%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col7:first-child {
  margin-left: 0;
}
.grid .col6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48.18181818181818%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col6:first-child {
  margin-left: 0;
}
.grid .col5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 39.54545454545455%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col5:first-child {
  margin-left: 0;
}
.grid .col4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30.909090909090907%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col4:first-child {
  margin-left: 0;
}
.grid .col3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 22.272727272727273%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col3:first-child {
  margin-left: 0;
}
.grid .col2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 13.636363636363637%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col2:first-child {
  margin-left: 0;
}
.grid .col1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 5%;
  margin-left: 3.6363636363636362%;
  position: relative;
  display: inline;
  float: left;
  min-height: 1px;
}
.grid .col1:first-child {
  margin-left: 0;
}
.grid .offset11 {
  margin-left: 98.63636363636363%;
}
.grid .offset10 {
  margin-left: 90%;
}
.grid .offset9 {
  margin-left: 81.36363636363636%;
}
.grid .offset8 {
  margin-left: 72.72727272727272%;
}
.grid .offset7 {
  margin-left: 64.0909090909091%;
}
.grid .offset6 {
  margin-left: 55.45454545454545%;
}
.grid .offset5 {
  margin-left: 46.81818181818181%;
}
.grid .offset4 {
  margin-left: 38.18181818181818%;
}
.grid .offset3 {
  margin-left: 29.545454545454547%;
}
.grid .offset2 {
  margin-left: 20.909090909090907%;
}
.grid .offset1 {
  margin-left: 12.272727272727273%;
}
.grid .push11 {
  left: 95%;
}
.grid .push10 {
  left: 86.36363636363637%;
}
.grid .push9 {
  left: 77.72727272727273%;
}
.grid .push8 {
  left: 69.0909090909091%;
}
.grid .push7 {
  left: 60.45454545454545%;
}
.grid .push6 {
  left: 51.81818181818182%;
}
.grid .push5 {
  left: 43.18181818181819%;
}
.grid .push4 {
  left: 34.54545454545455%;
}
.grid .push3 {
  left: 25.90909090909091%;
}
.grid .push2 {
  left: 17.272727272727273%;
}
.grid .push1 {
  left: 8.636363636363637%;
}
.grid .pull11 {
  right: 95%;
}
.grid .pull10 {
  right: 86.36363636363637%;
}
.grid .pull9 {
  right: 77.72727272727273%;
}
.grid .pull8 {
  right: 69.0909090909091%;
}
.grid .pull7 {
  right: 60.45454545454545%;
}
.grid .pull6 {
  right: 51.81818181818182%;
}
.grid .pull5 {
  right: 43.18181818181819%;
}
.grid .pull4 {
  right: 34.54545454545455%;
}
.grid .pull3 {
  right: 25.90909090909091%;
}
.grid .pull2 {
  right: 17.272727272727273%;
}
.grid .pull1 {
  right: 8.636363636363637%;
}
.onlymobile,
.onlyMobile {
  display: none;
}
@media all and (max-width: 760px) {
  .nomobile,
  .noMobile {
    display: none;
  }
  .onlymobile,
  .onlyMobile {
    display: block;
  }
  .grid .col12 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col11 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col10 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col9 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col8 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col7 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col6 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col5 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col4 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col3 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col2 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid .col1 {
    width: 100%;
    margin: 0;
    left: 0;
    right: 0;
  }
  .grid {
    width: 100%;
  }
  .grid .m-col4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 99.9998%;
    margin-left: 6.6666%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col4:first-child {
    margin-left: 0;
  }
  .grid .m-col3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 73.3332%;
    margin-left: 6.6666%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col3:first-child {
    margin-left: 0;
  }
  .grid .m-col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 46.6666%;
    margin-left: 6.6666%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col2:first-child {
    margin-left: 0;
  }
  .grid .m-col1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    margin-left: 6.6666%;
    position: relative;
    display: inline;
    float: left;
    min-height: 1px;
  }
  .grid .m-col1:first-child {
    margin-left: 0;
  }
  .grid .m-offset3 {
    margin-left: 86.6664%;
  }
  .grid .m-offset2 {
    margin-left: 59.9998%;
  }
  .grid .m-offset1 {
    margin-left: 33.3332%;
  }
  .grid .m-push3 {
    left: 79.9998%;
  }
  .grid .m-push2 {
    left: 53.3332%;
  }
  .grid .m-push1 {
    left: 26.6666%;
  }
  .grid .m-pull3 {
    right: 79.9998%;
  }
  .grid .m-pull2 {
    right: 53.3332%;
  }
  .grid .m-pull1 {
    right: 26.6666%;
  }
}
@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.notanimated {
  -webkit-animation-duration: 0;
  -moz-animation-duration: 0;
  -o-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
/* ==========================================================================
   Alerts
   ========================================================================== */
.alert {
  background: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #C09853;
}
.alert-success {
  background: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #C09853;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #468847;
}
.alert-error {
  background: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #C09853;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}
.alert-info {
  background: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  color: #C09853;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
  color: #3A87AD;
}
/* Import Project Files */
/* Layout */
html {
  -webkit-text-size-adjust: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:target:before {
  display: block;
  content: ' ';
  height: 70px;
  visibility: hidden;
}
.crispy-image {
  image-rendering: -moz-crisp-edges;
  /* Firefox */

  image-rendering: -o-crisp-edges;
  /* Opera */

  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */

  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */

}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.container {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1120px;
  height: 100%;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.lt-ie9 {
  overflow: visible;
}
.lt-ie9 body {
  overflow: visible;
}
.lt-ie9 .container {
  width: 1080px;
}
.lt-ie8 {
  overflow-x: auto;
  overflow-y: auto;
}
/* LAYOUT
====================================== */
#main {
  padding: 60px 0;
}
/* Two Column Right Sidebar */
.primary-content {
  float: right;
  width: 65.74074074074075%;
}
.sidebar {
  float: left;
  width: 31.48148148148148%;
}
/* Full Width No Sidebar */
.primary-content.full {
  float: none;
  width: 100%;
}
/* HELPER CLASSES
====================================== */
.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.responsive-img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.social-links {
  text-align: center;
}
.social-links a {
  display: inline-block;
  margin: 0 3px 6px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 32px;
  text-align: center;
  color: #fff;
  background: #1c60a0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
}
.social-links a:nth-child(1) {
  background: #3C82C3;
}
.social-links a:nth-child(1):hover {
  background: #2b974f;
}
.social-links a:nth-child(2) {
  background: #1C60A0;
}
.social-links a:nth-child(2):hover {
  background: #2b974f;
}
.social-links a:nth-child(3) {
  background: #174A7A;
}
.social-links a:nth-child(3):hover {
  background: #2b974f;
}
.social-links a:nth-child(4) {
  background: #0A3359;
}
.social-links a:nth-child(4):hover {
  background: #2b974f;
}
@media screen and (max-width: 760px) {
  .container {
    padding: 0 10px;
  }
  /* LAYOUT
  	====================================== */
  .primary-content,
  .sidebar {
    float: none;
    margin: 0 auto 48px;
    width: 100%;
  }
  .global-width {
    max-width: 480px;
  }
}
/* Fonts *//* ==========================================================================
   Site Vars
   ========================================================================== */
/* ==========================================================================
   Spacing
   ========================================================================== */
/* ==========================================================================
   Typography Reset
   ========================================================================== */
/* ==========================================================================
   Grid
   ========================================================================== */
/* Typography */
body {
  font-size: 1em;
  line-height: 1em;
}
/* Block-level */
ul,
ol,
dl,
p,
blockquote,
table,
form,
pre {
  margin-bottom: 16px;
  line-height: 1.375em;
}
.primary-content ul,
.primary-content ol,
.primary-content dl,
.primary-content p,
.primary-content blockquote,
.primary-content table,
.primary-content form,
.primary-content pre {
  margin-bottom: 32px;
  font-size: 0.9375em;
  line-height: 1.875em;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.alpha,
.beta,
.gamma,
.delta,
.epsilon,
.zeta,
.giga,
.mega,
.kilo,
.milli {
  margin-bottom: 8px;
  line-height: 1.25em;
  color: #1c60a0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h1.bordered,
h2.bordered,
h3.bordered,
h4.bordered,
h5.bordered,
h6.bordered,
.alpha.bordered,
.beta.bordered,
.gamma.bordered,
.delta.bordered,
.epsilon.bordered,
.zeta.bordered,
.giga.bordered,
.mega.bordered,
.kilo.bordered,
.milli.bordered {
  border-bottom: 4px solid #3db966;
}
h1,
.alpha {
  font-size: 3.25em;
  line-height: 1.05em;
}
h2,
.beta {
  font-size: 2.25em;
}
h3,
.gamma {
  font-size: 1.75em;
}
h4,
.delta {
  font-size: 1.125em;
}
h5,
.epsilon {
  font-size: 1em;
}
h6,
.zeta {
  font-size: 1em;
}
a {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
}
a:hover {
  text-decoration: none;
}
/* Tables */
table {
  max-width: 100%;
}
table * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
table td,
table th {
  padding: 5px 15px;
  line-height: 1.2em;
  text-align: left;
  border: 1px solid #ccc;
}
table th {
  color: #fff;
  background: #1c60a0;
  border-color: #18538a;
}
/* Forms */
form fieldset {
  margin: 0 0 1em;
}
form label {
  font-weight: 700;
}
form input[type="text"],
form input[type="search"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 60px;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
form input[type="text"]:focus,
form input[type="search"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  height: 10em;
  padding: 10px;
}
.single-line-form {
  *zoom: 1;
  position: relative;
}
.single-line-form:before,
.single-line-form:after {
  content: "";
  display: table;
}
.single-line-form:after {
  clear: both;
}
.single-line-form input[type="text"],
.single-line-form input[type="search"],
.single-line-form input[type="password"],
.single-line-form input[type="tel"],
.single-line-form input[type="email"] {
  float: left;
  width: calc(100% - 105px);
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  background-clip: padding-box;
  border: none;
}
.single-line-form input[type="submit"] {
  float: right;
  padding: 0;
  width: 105px;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background-clip: padding-box;
}
.sidebar-block .single-line-form {
  margin: 0;
}
.sidebar-block .single-line-form h3 {
  margin: 0 0 16px;
  font-size: 1.375em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.donate .single-line-form input[type="text"] {
  padding-left: 28px;
  background: #ffffff url(../images/dollar.png) 15px 23px no-repeat;
  background-size: 9px auto;
}
.single-line-form#search-form input[type="search"] {
  border: 1px solid #ccc;
}
::-webkit-input-placeholder {
  color: #838383;
}
:-moz-placeholder {
  color: #838383;
}
::-moz-placeholder {
  color: #838383;
}
:-ms-input-placeholder {
  color: #838383;
}
.btn,
input[type="submit"] {
  display: inline-block;
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  background: #1c60a0;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
}
.btn.multilines,
input[type="submit"].multilines {
  height: auto;
  line-height: 1.2;
  padding-top: 24px;
  padding-bottom: 24px;
}
.btn:hover,
input[type="submit"]:hover {
  background: #144675;
}
.btn.yellow,
input[type="submit"].yellow {
  background: #d8b603;
}
.btn.yellow:hover,
input[type="submit"].yellow:hover {
  background: #a68c02;
}
.btn.darkblue,
input[type="submit"].darkblue {
  background: #17497a;
}
.btn.darkblue:hover,
input[type="submit"].darkblue:hover {
  background: #0f2f4f;
}
.btn.green,
input[type="submit"].green {
  background: #3db966;
}
.btn.green:hover,
input[type="submit"].green:hover {
  background: #309351;
}
.btn.darkgreen,
input[type="submit"].darkgreen {
  background: #2b974f;
}
.btn.darkgreen:hover,
input[type="submit"].darkgreen:hover {
  background: #206f3a;
}
.btn.full,
input[type="submit"].full {
  display: block;
}
@media screen and (max-width: 1120px) {
  h1,
  .alpha {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h2,
  .beta {
    font-size: 2em;
  }
  h3,
  .gamma {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 760px) {
  h1,
  .alpha {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2,
  .beta {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3,
  .gamma {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  h4,
  .delta {
    line-height: 1.11111111em;
  }
}
/* All */
/* Header */
#header {
  color: #fff;
  background: #1c60a0;
}
#header .container {
  max-width: none;
}
#header a {
  color: #fff;
}
#logo {
  position: fixed;
  left: 20px;
  top: 0;
  z-index: 4;
}
#logo a {
  display: block;
  position: relative;
  padding: 35px 20px;
  width: 355px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background-clip: padding-box;
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
}
.scrolled #logo a {
  padding: 5px 20px;
  width: 200px;
  background: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.scrolled #logo a:after {
  content: '';
  position: absolute;
  right: 23px;
  bottom: 4px;
  width: 100px;
  height: 9px;
  background: #fff;
}
#header-top {
  position: relative;
  z-index: 3;
  text-align: right;
  background: #1c60a0;
}
#header-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#header-top li {
  display: inline-block;
}
#header-top .utility-nav {
  font-size: 0.875em;
}
#header-top .utility-nav li {
  margin: 0 0 0 15px;
}
#header-top .header-buttons {
  margin: 0 0 0 25px;
  padding: 20px 0 20px 65px;
  background: url(../images/planetaid-bin.png) 0 50% no-repeat;
  background-size: 58px auto;
}
.lt-ie9 #header-top .header-buttons {
  background: none;
}
#header-top .header-buttons .btn {
  height: 50px;
  line-height: 50px;
}
#header-top .header-buttons li:first-child .btn {
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  background-clip: padding-box;
}
#header-top .header-buttons li:last-child .btn {
  margin: 0 0 0 -4px;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  background-clip: padding-box;
}
.scrolled #masthead {
  margin-top: 60px;
}
#masthead .masthead-image {
  height: 225px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#masthead .masthead-image.masthead-image-large {
  height: 410px;
}
#masthead .masthead-title {
  padding: 30px 0;
  text-align: center;
  background: #3db966;
}
#masthead .masthead-title h1 {
  margin: 0;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  #logo {
    position: absolute;
  }
  #logo a {
    padding: 12px 20px;
    width: 250px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  .scrolled #logo {
    position: fixed;
  }
  #header-top {
    padding: 30px 0;
  }
  #header-top .utility-nav {
    font-size: 0.75em;
  }
  #header-top .utility-nav li {
    margin: 0 0 0 10px;
  }
  #header-top .header-buttons {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    background: none;
  }
  #header-top .header-buttons .btn {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1000px) {
  #header-top {
    padding-top: 14px;
    height: 89px;
  }
  #header-top .header-buttons {
    display: block;
    padding-top: 14px;
  }
}
@media screen and (max-width: 760px) {
  #header .container {
    padding: 0;
  }
  #logo {
    position: relative;
    left: 0;
    background: #1c60a0;
  }
  #logo a {
    margin: 0 auto;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background-clip: padding-box;
  }
  .scrolled #logo {
    position: relative;
  }
  .scrolled #logo a:after {
    display: none;
  }
  #header-top {
    padding: 15px 0;
    text-align: center;
    height: auto;
    z-index: 4;
  }
  #header-top ul {
    margin: 0 0 16px;
  }
  #header-top .header-buttons {
    padding-top: 0;
  }
  #header-top .header-buttons .btn {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .scrolled #masthead {
    margin-top: 0;
  }
  #masthead .masthead-image.masthead-image-large {
    height: 200px;
  }
  #masthead .masthead-title {
    padding: 15px 0;
  }
}
/* Footer */
.footer-signup {
  position: relative;
  padding: 80px 0;
  background: url(../images/footer-image.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.footer-signup:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer-signup .container {
  z-index: 2;
  max-width: 770px;
}
.footer-signup .single-line-form h3 {
  margin: 0 0 32px;
  font-size: 2.25em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.footer-signup .single-line-form input[type="text"],
.footer-signup .single-line-form input[type="email"] {
  width: calc(100% - 165px);
  height: 70px;
  font-size: 1.25em;
}
.footer-signup .single-line-form input[type="submit"] {
  width: 165px;
  height: 70px;
  line-height: 70px;
  font-size: 1.25em;
}
#footer {
  padding: 45px 0;
  text-align: center;
  color: #fff;
  background: #3db966;
}
#footer p {
  margin: 0 0 16px;
  line-height: 1em;
}
#footer a {
  color: #fff;
}
#footer .set-apart {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 760px) {
  #footer {
    padding: 20px 0;
    font-size: 0.875em;
  }
  #footer a {
    display: block;
    margin: 0 0 16px;
    text-align: center;
    border: none;
  }
  .footer-signup {
    padding: 20px 0;
  }
  .footer-signup .container {
    max-width: 480px;
  }
  .footer-signup .single-line-form h3 {
    font-size: 1.375em;
  }
  .footer-signup .single-line-form input[type="email"] {
    width: calc(100% - 100px);
  }
  .footer-signup .single-line-form input[type="submit"] {
    width: 100px;
  }
}
/* Primary Nav */
#primary-nav {
  padding: 0;
  background: #17497a;
  position: relative;
  z-index: 3;
}
.scrolled #primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
#primary-nav .nav-toggle,
#primary-nav .sub-toggle {
  display: none;
}
#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1em;
  font-weight: 900;
}
#primary-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  line-height: 60px;
}
#primary-nav li:hover > a {
  background: rgba(0, 0, 0, 0.5);
}
#primary-nav a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
#primary-nav a:hover {
  text-decoration: none;
}
#primary-nav .container > ul > li:last-child > a {
  color: #d8b603 !important;
}
#primary-nav li ul {
  position: absolute;
  left: -9999em;
  top: 60px;
  z-index: 1;
  padding: 10px 0;
  width: 200px;
  text-align: left;
  font-size: 0.85714285714286em;
  background: #17497a;
  border-top: 1px solid #1c60a0;
}
#primary-nav li:hover ul {
  left: 0;
}
#primary-nav li:hover:last-child ul {
  left: auto;
  right: 0;
}
#primary-nav li ul li {
  display: block;
  margin: 0;
  line-height: 1em;
}
#primary-nav li ul li a {
  padding: 10px 15px;
}
#primary-nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1120px) {
  #primary-nav ul {
    font-size: 0.875em;
  }
  #primary-nav a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  #primary-nav {
    background: #17497a;
  }
  .scrolled #primary-nav {
    position: static;
  }
  #primary-nav .container {
    padding: 0;
  }
  #primary-nav .nav-toggle-wrap {
    position: relative;
    z-index: 2;
    padding: 10px 0;
    cursor: pointer;
    background: #17497a;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
    transition: 200ms;
  }
  #primary-nav .nav-toggle-wrap:hover {
    background: #133c65;
  }
  #primary-nav .nav-toggle {
    display: block;
    margin: 0 1em;
    width: 40px;
  }
  #primary-nav .nav-toggle:after,
  #primary-nav .nav-toggle:before,
  #primary-nav .nav-toggle div {
    background-color: #fff;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    height: 5px;
    margin: 7px 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #primary-nav .nav-toggle-wrap.rotate .nav-toggle:before {
    transform: translateY(12px) rotate(135deg);
    -moz-transform: translateY(12px) rotate(135deg);
    -webkit-transform: translateY(12px) rotate(135deg);
  }
  #primary-nav .nav-toggle-wrap.rotate .nav-toggle:after {
    transform: translateY(-12px) rotate(-135deg);
    -moz-transform: translateY(-12px) rotate(-135deg);
    -webkit-transform: translateY(-12px) rotate(-135deg);
  }
  #primary-nav .nav-toggle-wrap.rotate .nav-toggle div {
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  #primary-nav .sub-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 100;
    width: 50px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #15416d;
    cursor: pointer;
  }
  #primary-nav .container > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    z-index: 1;
    -webkit-transform: translate(0, -140%);
    -moz-transform: translate(0, -140%);
    -ms-transform: translate(0, -140%);
    -o-transform: translate(0, -140%);
    transform: translate(0, -140%);
    text-align: left;
    background: #17497a;
    overflow: hidden;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    -ms-transition: 200ms;
    transition: 200ms;
  }
  #primary-nav .container.open > ul {
    -webkit-transform: translate(0, 52px);
    -moz-transform: translate(0, 52px);
    -ms-transform: translate(0, 52px);
    -o-transform: translate(0, 52px);
    transform: translate(0, 52px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  #primary-nav li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  #primary-nav li.open > ul {
    display: block;
  }
  #primary-nav li:hover > a {
    background: none;
  }
  #primary-nav li:hover ul {
    left: 0;
  }
  #primary-nav li a {
    padding: 15px;
    color: #fff;
    border-top: 1px solid #1b568f;
  }
  #primary-nav li a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  #primary-nav li ul {
    display: none;
    position: static;
    padding: 0;
    width: auto;
    font-size: 1em;
    background: #1c60a0;
  }
  #primary-nav li ul li {
    display: block;
    margin: 0;
    line-height: 1em;
  }
  #primary-nav li ul li a {
    padding: 15px 25px;
  }
  #primary-nav li ul li a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}
/* Primary Content */
.primary-content {
  letter-spacing: .02em;
}
.primary-content.full {
  font-size: 1.1em;
}
.primary-content img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  height: auto;
}
.primary-content img[style*="float: left"] {
  margin: 10px 15px 10px 0;
  width: auto;
}
.primary-content img[style*="float: right"] {
  margin: 10px 0 10px 15px;
  width: auto;
}
.img {
  float: right;
  margin: 0 0 10px 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .img {
    float: none;
    margin: 0 auto 10px;
  }
  .img img {
    width: 100%;
  }
}
.img a,
.img img {
  display: block;
  margin: 0;
}
.img img {
  max-width: 415px;
  height: auto;
  width: auto;
}
@media screen and (max-width: 760px) {
  .primary-content img[style*="float: left"],
  .primary-content img[style*="float: right"] {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .primary-content img,
  .primary-content img[style*="float: left"],
  .primary-content img[style*="float: right"] {
    float: none !important;
    margin: 15px auto;
    max-width: 100%;
  }
}
/* Sidebar */
.sidebar h3 {
  margin: 0 0 16px;
  font-size: 1.375em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #1c60a0;
}
.sidebar h3.alt {
  margin: 0 0 16px;
  padding: 0 0 8px;
  font-size: 1.125em;
  text-align: left;
  color: #333;
  text-transform: none;
  border-bottom: 1px solid #dadada;
}
.sidebar section {
  margin: 0 0 24px;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #7d7e7f;
}
.sidebar .local-partners h3 {
  margin: 0 0 16px;
  font-weight: 700;
  padding: 0 0 8px;
  font-size: 1.125em;
  text-align: left;
  color: #333;
  text-transform: none;
  border-bottom: 1px solid #dadada;
}
.sidebar .local-partners ul {
  margin-bottom: 16px;
}
.sidebar .local-partners table th,
.sidebar .local-partners table td {
  border: none;
}
.section-title h1 {
  font-weight: 900;
  text-transform: uppercase;
}
.subnav {
  margin: 0 0 24px;
  border-top: 4px solid #3db966;
}
.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.0625em;
  font-weight: 700;
}
.subnav li {
  border-top: 1px solid #c1c1c1;
}
.subnav li ul {
  font-size: 0.8823529411764706em;
  font-weight: 400;
}
.subnav li ul a {
  padding-left: 15px;
  color: #555555;
}
.subnav li ul a:hover {
  color: #3db966;
}
.subnav > ul > li:first-child {
  border-top: none;
}
.subnav a {
  display: block;
  padding: 14px 0;
}
.subnav a:hover {
  color: #3db966;
}
.like-box .fb_iframe_widget,
.like-box .fb_iframe_widget iframe {
  display: block!important;
  width: 100%;
  margin: 0 auto 16px;
  max-width: 300px;
}
.sidebar-categories {
  margin: 0 0 24px;
  padding-top: 16px;
  border-top: 4px solid #3db966;
}
.sidebar-categories h3 {
  margin: 0 0 8px;
  font-size: 1.125em;
  text-align: left;
  text-transform: none;
  color: #555555;
}
.sidebar-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-categories a {
  color: #7d7e7f;
}
.sidebar-block {
  margin: 0 0 24px;
  padding: 25px;
  color: #fff;
  background: #3db966;
}
.sidebar-block h3 {
  color: #fff;
}
.sidebar-block a {
  color: #fff;
}
.sidebar-block.blue {
  background: #1c60a0;
}
.sidebar-block.darkblue {
  background: #17497a;
}
.sidebar-block.lightgray {
  color: #555555;
  background: #efefef;
}
.sidebar-block.lightgray h3 {
  color: #1c60a0;
}
.sidebar-block.lightgray a {
  color: #1c60a0;
}
.sidebar-block.facebook {
  padding: 0;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
}
.sidebar-block.facebook:hover {
  background: #e2e2e2;
}
.sidebar-block.facebook a {
  display: block;
  padding: 25px;
  color: #555555;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */

  word-break: break-all;
  /* Non standard for webkit */

  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.sidebar-block.facebook .facebook-text img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.sidebar-block.facebook .facebook-text p {
  margin: 0 0 8px;
}
.sidebar-block .btn i {
  font-style: normal!important;
  font-size: 1.5em;
  display: inline-block;
  line-height: 60px;
  margin-right: 8px;
}
.sidebar-block .vcard p {
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.5em;
}
.sidebar-block .vcard [class^="icon-"]:before {
  margin-right: 10px;
  color: #d8b603;
}
.sidebar-block .vcard .type {
  display: none;
}
.sidebar-block .vcard .value,
.sidebar-block .vcard span a {
  font-family: 'Lato', sans-serif;
}
.staff-photo img {
  display: block;
  width: 100%;
  height: auto;
}
/* Comments */
#comments h5 {
  font-size: 18px !important;
}
#comments ol {
  line-height: 30px;
  margin-top: -10px;
  margin-bottom: 16px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
}
#comments ol li {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}
#comments ol li img {
  width: 50px!important;
  height: 50px!important;
  display: inline;
  float: left;
  margin-right: 15px;
}
#comments ol li .comment {
  margin-left: 70px;
}
/* Connect */
.connect {
  padding: 32px 0;
  background: #3db966;
}
.connect .donate {
  float: left;
  padding: 0 60px 0 0;
  width: 60%;
}
.connect .donate h3 {
  font-size: 1.875em;
  text-transform: uppercase;
  color: #fff;
}
.connect .single-line-form input[type="text"] {
  width: calc(100% - 180px);
}
.connect .single-line-form input[type="submit"] {
  width: 180px;
}
.connect .social {
  float: left;
  padding: 0 0 0 30px;
  width: 40%;
  border-left: 2px solid #5fd686;
}
.connect .social h3 {
  font-size: 1.875em;
  text-transform: uppercase;
  color: #fff;
}
.connect .social .social-links {
  text-align: left;
}
@media screen and (max-width: 760px) {
  .connect {
    padding: 16px 0;
  }
  .connect .donate {
    float: none;
    margin: 0 0 32px;
    padding: 0;
    width: 100%;
  }
  .connect .donate h3 {
    font-size: 1.375em;
  }
  .connect .single-line-form input[type="text"] {
    width: calc(100% - 100px);
  }
  .connect .single-line-form input[type="submit"] {
    width: 100px;
  }
  .connect .social {
    float: none;
    padding: 0;
    width: 100%;
    border-left: none;
  }
  .connect .social h3 {
    font-size: 1.375em;
  }
}
/*! jQuery UI - v1.9.1 - 2012-10-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  display: inline-block !important;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
  margin-left: 1%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
  /*must have*/

}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url(../images/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url(../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url(../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/jquery-ui/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.subnav-horizontal {
  padding: 0;
  background: #d8b603;
  position: relative;
  z-index: 2;
}
.scrolled .subnav-horizontal {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.subnav-horizontal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-weight: 900;
}
.subnav-horizontal li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  line-height: 60px;
}
.subnav-horizontal li:hover > a {
  background: rgba(0, 0, 0, 0.5);
}
.subnav-horizontal a {
  display: block;
  padding: 0 15px;
  color: #fff;
}
.subnav-horizontal a:hover {
  text-decoration: none;
}
.subnav-horizontal li ul {
  position: absolute;
  left: -9999em;
  top: 60px;
  z-index: 1;
  padding: 10px 0;
  width: 200px;
  text-align: left;
  font-size: 0.85714285714286em;
  background: #d8b603;
  border-top: 1px solid #d8b603;
}
.subnav-horizontal li:hover ul {
  left: 0;
}
.subnav-horizontal li:hover:last-child ul {
  left: auto;
  right: 0;
}
.subnav-horizontal li ul li {
  display: block;
  margin: 0;
  line-height: 1em;
}
.subnav-horizontal li ul li a {
  padding: 10px 15px;
}
.subnav-horizontal li ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 970px) {
  .subnav-horizontal ul {
    font-size: .75em;
  }
  .subnav-horizontal a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  .subnav-horizontal {
    position: relative;
  }
  .scrolled .subnav-horizontal {
    position: relative;
    top: 0px;
  }
}
/* All */
/* Home */
#home-masthead {
  position: relative;
  height: 625px;
  overflow: hidden;
  visibility: hidden;
}
.scrolled #home-masthead {
  margin-top: 60px;
}
#home-masthead .swipe-wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#home-masthead .slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home-masthead .container {
  max-width: 955px;
}
#home-masthead .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px;
  width: 100%;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  color: #fff;
  background: #1c60a0;
  background: rgba(28, 96, 160, 0.8);
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
}
#home-masthead .caption h3 {
  margin: 0;
  font-size: 2.375em;
  color: #fff;
}
#home-masthead .prevnext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#home-masthead .prevnext a {
  position: absolute;
  top: -70px;
  width: 35px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #d8b603;
  cursor: pointer;
}
#home-masthead .prevnext a:hover {
  background: #bfa103;
}
#home-masthead .prevnext .prev {
  left: -35px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  background-clip: padding-box;
}
#home-masthead .prevnext .next {
  right: -35px;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background-clip: padding-box;
}
#home-social {
  background: #3db966;
  padding-top: 25px;
  padding-bottom: 25px;
}
#home-social h3 {
  color: white;
}
#home-social .sidebar-block {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
#home-social .social-links {
  text-align: left;
  display: inline-block;
}
#home-social .social h3 {
  display: inline-block;
  line-height: 60px;
  margin: 0 32px 0 8px;
  text-transform: uppercase;
}
#home-social .col {
  height: 100%;
  background: #64d589;
  position: absolute;
  left: -25px;
  width: 2px;
}
#home-social .donate {
  text-align: right;
}
#home-social .donate h3 {
  display: inline-block;
  line-height: 60px;
  margin: 0 32px 0 0;
  text-transform: uppercase;
}
#home-social .donate .btn {
  display: inline-block;
  font-size: 18px;
  padding-left: 80px;
  padding-right: 80px;
  margin-right: 16px;
}
.home-main > section.bg-lightgray {
  padding: 60px 0;
  background: #efefef;
}
.home-main h2.big {
  font-size: 3.25em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.home-main h3.subhead {
  font-family: 'Droid Serif', serif;
  font-size: 1.125em;
  line-height: 1.5em;
  color: #555555;
}
#home-news {
  padding: 70px 0;
}
#home-news .container {
  max-width: 1360px;
}
#home-news h2.big,
#home-news h3.subhead {
  text-align: center;
}
#home-news .home-news {
  *zoom: 1;
  padding-top: 50px;
}
#home-news .home-news:before,
#home-news .home-news:after {
  content: "";
  display: table;
}
#home-news .home-news:after {
  clear: both;
}
#home-news .home-news article {
  position: relative;
  float: left;
  margin-left: 0.980392156862744%;
  width: 24.264705882352942%;
  min-height: 460px;
  text-align: center;
}
#home-news .home-news article:first-child {
  margin-left: 0;
}
#home-news .home-news article a {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  /* .more {
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    text-transform: uppercase;
                } */

}
#home-news .home-news article a img {
  display: block;
  margin: 0 0 32px;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#home-news .home-news article a h3 {
  font-size: 1.375em;
  color: #333;
}
#home-news .home-news article a h3 a {
  color: #333;
}
#home-news .home-news article a p {
  color: #333;
  text-align: left;
}
#home-news .home-news article a .more {
  color: #1c60a0;
}
#home-connect .container {
  max-width: 1360px;
}
#home-connect [class^="col"] {
  margin-bottom: 32px;
}
#home-connect h2.big,
#home-connect h3.subhead {
  text-align: center;
}
#home-connect article {
  position: relative;
  margin: 0 0 16px;
  padding: 16px;
  font-size: 1.125em;
  background: #fff;
  overflow: hidden;
}
#home-connect article.icon-facebook {
  padding: 0;
  font-family: 'Lato', sans-serif;
}
#home-connect article.icon-facebook:before {
  position: absolute;
  left: 16px;
  top: 50%;
  margin: 0;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-family: 'fontello';
  font-size: 60px;
  text-align: center;
  color: #fff;
  background: #3db966;
}
#home-connect article.icon-facebook a {
  display: block;
  padding: 16px 16px 16px 150px;
  color: #555555;
}
#home-connect article.icon-facebook time {
  display: block;
  margin: 0 0 8px;
  font-style: italic;
  color: #979797;
}
#home-connect article.icon-facebook img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  margin: 0 auto;
}
#home-connect article.icon-facebook p {
  margin: 0 0 8px;
}
#home-connect article.testimonials.with-img {
  padding-left: 140px;
}
#home-connect article.testimonials img {
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100px;
  height: auto;
}
#home-connect article.testimonials .cite {
  font-style: italic;
  text-align: right;
  color: #979797;
}
#home-connect article.testimonials .cite span {
  display: block;
  font-size: 0.7777777777777778em;
}
#home-connect p {
  margin: 0;
}
#home-connect .more {
  display: block;
  text-align: right;
  font-weight: 900;
  font-style: italic;
}
#home-connect .more:hover {
  color: #3db966;
}
#home-initiatives {
  position: relative;
  padding: 70px 0;
  background: #1c60a0;
}
#home-initiatives:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #17497a;
}
.lt-ie9 #home-initiatives:before {
  display: none;
}
#home-initiatives .container {
  max-width: 1360px;
}
#home-initiatives article {
  *zoom: 1;
  width: 50%;
  float: left;
  color: #fff;
}
#home-initiatives article:before,
#home-initiatives article:after {
  content: "";
  display: table;
}
#home-initiatives article:after {
  clear: both;
}
#home-initiatives article img {
  display: block;
  width: 260px;
  height: auto;
  float: left;
}
#home-initiatives article .initiative-partial {
  margin-left: 300px;
}
#home-initiatives article h2 {
  font-size: 1.875em;
}
#home-initiatives article h2 a {
  color: #fff;
}
#home-initiatives article p {
  font-size: 0.9375em;
}
#home-initiatives .left-initiative {
  padding-right: 3.5%;
}
#home-initiatives .right-initiative {
  padding-left: 3.5%;
}
#home-associations {
  padding: 70px 0;
  text-align: center;
}
#home-associations h2 {
  margin: 0 0 48px;
}
#home-associations ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-associations li {
  display: inline-block;
  margin: 0 25px 25px;
}
#home-associations img {
  display: block;
}
@media screen and (max-width: 1400px) {
  .home-main h2.big {
    font-size: 2em;
  }
  .home-main h3.subhead {
    font-size: 1em;
  }
  #home-news .home-news article {
    min-height: 0;
  }
  #home-news .home-news article img {
    margin-bottom: 16px;
  }
  #home-news .home-news article h3 {
    font-size: 1.125em;
  }
  #home-news .home-news article .more {
    position: static;
  }
}
@media screen and (max-width: 1120px) {
  #home-masthead {
    height: 450px;
  }
  #home-masthead .container {
    max-width: 675px;
  }
  #home-masthead .caption h3 {
    font-size: 1.5em;
  }
  #home-initiatives article img {
    float: none;
    margin: 0 0 16px;
    width: 100%;
    max-width: 480px;
  }
  #home-initiatives article .initiative-partial {
    margin-left: 0;
  }
  #home-initiatives article h2 {
    font-size: 1.75em;
  }
  #home-initiatives article p {
    font-size: 1em;
  }
}
@media screen and (max-width: 760px) {
  #home-masthead {
    height: 250px;
  }
  .scrolled #home-masthead {
    margin-top: 0;
  }
  #home-masthead .caption {
    left: 10px;
    right: 10px;
    padding: 15px;
    width: auto;
  }
  #home-masthead .caption h3 {
    font-size: 1.125em;
  }
  #home-masthead .prevnext {
    display: none;
  }
  #home-social .donate,
  #home-social .social,
  #home-social .social-links {
    text-align: center;
  }
  #home-social .donate {
    padding-bottom: 8px;
  }
  #home-social .donate .btn {
    padding-left: 48px;
    padding-right: 48px;
  }
  #home-social .social h3 {
    margin-left: 0px;
  }
  #home-news .container {
    max-width: 760px;
  }
  #home-news .home-news article {
    margin: 0 0 32px 4%;
    width: 48%;
  }
  #home-news .home-news article:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  #home-connect .container {
    max-width: 480px;
  }
  #home-connect article.icon-facebook:before {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
  }
  #home-connect article.icon-facebook a {
    padding: 16px 16px 16px 75px;
  }
  #home-initiatives {
    padding: 30px 0;
  }
  #home-initiatives:before {
    display: none;
  }
  #home-initiatives .container {
    max-width: 480px;
  }
  #home-initiatives article {
    margin: 0 0 48px;
    width: 100%;
    float: none;
  }
  #home-initiatives .left-initiative,
  #home-initiatives .right-initiative {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #home-news .home-news article {
    float: none;
    margin: 0 0 32px;
    width: 100%;
  }
}
/* Feed */
.post-partial {
  *zoom: 1;
  margin-bottom: 32px;
}
.post-partial:before,
.post-partial:after {
  content: "";
  display: table;
}
.post-partial:after {
  clear: both;
}
.post-partial img {
  float: left;
  width: 145px;
  height: auto;
}
.post-partial.with-img .partial-text {
  margin-left: 160px;
}
.post-partial h3 {
  font-size: 1.375em;
}
.post-partial .meta {
  margin: 0 0 8px;
}
.post-partial .meta time {
  font-size: 1.125em;
  font-style: italic;
  color: #979797;
}
.post-partial .meta .post-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 24px;
  font-size: 0.9375em;
  display: inline-block;
}
.post-partial .meta .post-cats li {
  display: inline-block;
}
.post-partial .meta .post-cats li:after {
  content: ', ';
}
.post-partial .meta .post-cats li:last-child:after {
  content: '';
}
.post-partial .meta .post-cats a {
  color: #3db966;
}
.post-partial .meta .post-cats a:hover {
  color: #17497a;
}
.post-partial p {
  margin: 0 0 16px;
}
.post-partial .more {
  display: block;
  text-transform: uppercase;
}
.pagination {
  *zoom: 1;
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination a {
  display: block;
}
.pagination a[rel="prev"] {
  float: left;
}
.pagination a[rel="next"] {
  float: right;
}
@media screen and (max-width: 760px) {
  .post-partial {
    margin-bottom: 32px;
  }
  .post-partial.with-img .partial-text {
    margin-left: 95px;
  }
  .post-partial img {
    float: left !important;
    margin: 0 !important;
    width: 80px;
  }
  .post-partial .partial-text {
    margin-left: 115px;
  }
  .post-partial h3 {
    font-size: 1.25em;
  }
  .post-partial h3 a:hover {
    color: #3db966;
  }
  .post-partial .meta time {
    display: block;
    font-size: 0.9375em;
  }
  .post-partial .meta .post-cats {
    display: block;
    margin: 0;
  }
}
/* Gallery */
.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery li {
  float: left;
  width: 28%;
  margin: 2%;
}
.gallery li img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  height: auto;
}
/* Post Full */
.post-full .meta {
  margin: 0 0 8px;
  padding: 0 0 16px;
  font-size: 1.125em;
  font-style: italic;
  color: #979797;
  border-bottom: 1px solid #d8d8d8;
}
.post-full .share {
  padding: 16px 0 0;
  border-top: 1px solid #d8d8d8;
}
.post-full .share span {
  display: inline-block;
  font-size: 1.125em;
  color: #979797;
}
.post-full .share a {
  display: inline-block;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  background: #efefef;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  vertical-align: 2px;
}
.post-full .share a:hover {
  color: #fff;
  background: #17497a;
}
/* Local */
.local h2 {
  margin: 0 0 32px;
  padding: 0 0 8px;
  font-size: 1.375em;
  font-weight: 900;
  text-transform: uppercase;
  color: #333;
}
.local .service-area-header {
  border-bottom: 4px solid #3db966;
}
.local .hub-header {
  border-bottom: 4px solid #3db966;
}
.local .service-areas {
  *zoom: 1;
  margin-bottom: 48px;
}
.local .service-areas:before,
.local .service-areas:after {
  content: "";
  display: table;
}
.local .service-areas:after {
  clear: both;
}
.local .service-areas article {
  float: left;
  margin: 0 0 32px;
  width: 25%;
}
.local .service-areas h3 {
  font-size: 1.375em;
}
.local .service-areas h3 a:hover {
  color: #3db966;
}
.local .hubs {
  *zoom: 1;
}
.local .hubs:before,
.local .hubs:after {
  content: "";
  display: table;
}
.local .hubs:after {
  clear: both;
}
.local .hubs article {
  float: left;
  margin: 0 0 32px;
  width: 20%;
}
.local .hubs article:nth-child(5n+1) {
  clear: left;
}
.local .hubs article h3 {
  font-size: 1.375em;
}
.local .hubs article h3 a:hover {
  color: #3db966;
}
.local .hubs article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.local .hubs article ul li {
  line-height: 1.5em;
}
@media screen and (max-width: 1120px) {
  .local .service-areas article {
    width: 33.3333%;
  }
  .local .hubs article {
    width: 25%;
  }
  .local .hubs article:nth-child(5n+1) {
    clear: none;
  }
  .local .hubs article:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 760px) {
  .local .service-areas article {
    width: 50%;
  }
  .local .hubs article {
    width: 50%;
  }
  .local .hubs article:nth-child(5n+1),
  .local .hubs article:nth-child(4n+1) {
    clear: none;
  }
  .local .hubs article:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 480px) {
  .local .service-areas article {
    float: none;
    width: 100%;
  }
  .local .hubs article {
    float: none;
    width: 100%;
  }
  .local .hubs article:nth-child(5n+1),
  .local .hubs article:nth-child(4n+1),
  .local .hubs article:nth-child(2n+1) {
    clear: none;
  }
}
/* Location */
.location h2.bordered {
  margin: 0 0 32px;
  padding: 0 0 8px;
  font-size: 1.875em;
  text-transform: uppercase;
}
/* Countries Map */
.map {
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 400px;
  margin-bottom: 20px;
  width: 100%;
}
.countries {
  *zoom: 1;
}
.countries:before,
.countries:after {
  content: "";
  display: table;
}
.countries:after {
  clear: both;
}
ul.country-list {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  list-style: none;
  width: 50%;
  float: left;
}
ul.country-list li {
  margin-left: 8px;
  margin-right: 8px;
}
ul.country-list li a {
  padding-left: 8px;
  padding-right: 8px;
}
@media all and (max-width: 760px) {
  ul.country-list {
    width: 100%;
    float: none;
  }
}
.country-list li:nth-child(odd) {
  background: rgba(124, 143, 122, 0.3);
}
.country-list a {
  display: block;
  padding: 10px;
}
