html, body, div.page, div.lt-ie7 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e-content {
	position: relative;
	min-height: 100.0%;
}
* html #e-content {
	height: 100%;
}

#footer {
}

#header {
}

#e-COLUMN-0 {
}

#introduction {
}

#action_plans {
}

#community {
}

#newsletter_signup {
}

#enclosing4 {
}

#footer_content {
}

#aside_content {
}

#twitter_feed {
}

#additional_content {
}
@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 15px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: .875rem/1.25rem "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/dir/design/fancybox/fancybox_sprite.png");
}

.fancybox-close {
  background-image: url("/dir/design/fancybox/fancybox-close-new.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/dir/design/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/dir/design/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/dir/design/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal .813rem/1.25rem "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/dir/design/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/dir/design/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

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

body {
  font-size: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 2.625rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
}

h3 {
  font-size: 2.25rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 2.75rem;
  }
}

h4 {
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 2.188rem;
  }
}

h5 {
  font-size: 1.5rem;
}

.btn {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee3129;
  border: 2px solid #d61a12;
  box-shadow: inset 0 5px 5px -5px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 9px 35px;
}

.btn:hover {
  background-color: #c31a13;
}

.btn-light {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee3129;
  border: 2px solid #d61a12;
  box-shadow: inset 0 5px 5px -5px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 9px 35px;
  background-color: #fff;
  color: #d61a12;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}

.btn-light:hover {
  background-color: #c31a13;
}

.btn-light:hover {
  background-color: #d7d7d7;
  border: 2px solid #d7d7d7;
}

.external-custom:after {
  content: "";
  display: inline-block;
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/f995-83494457-external-link.png?versionId=eqoj5CTvO1CmSVius36_ZZnHQRJygJYE");
  background-size: contain;
  height: 10px;
  width: 10px;
  margin-left: 5px;
}

.download:after {
  content: "";
  display: inline-block;
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/ea3d-73494457-file.png?versionId=9aFokBUqhtB5b4h8vdGK1Y1kuu9OD1Xi");
  background-size: contain;
  height: 10px;
  width: 10px;
  margin-left: 5px;
}

p {
  font-family: "tondo", Arial, Verdana, sans-serif;
  line-height: 1.5;
}

li {
  line-height: 1.5;
}

strong, b {
  font-family: "tondo-n6", Arial, Verdana, sans-serif;
}

.miwt-form h1 {
  font-family: "tondo", Arial, Verdana, sans-serif;
  font-size: 1.313rem;
  margin-bottom: 10px;
  width: auto;
  height: auto;
  position: static;
  text-transform: none;
}

input,
textarea {
  border: 1px solid #CDCDCD;
  padding: 11px;
  color: #555;
  max-width: 95%;
}

.contact input, .contact
textarea {
  width: 80%;
}

button,
input[type="submit"] {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ee3129;
  border: 2px solid #d61a12;
  box-shadow: inset 0 5px 5px -5px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  padding: 9px 35px;
}

button:hover,
input[type="submit"]:hover {
  background-color: #c31a13;
}

label,
.label {
  font-family: "tondo", Arial, Verdana, sans-serif;
  display: block;
  margin-bottom: 3px;
}

label.hide,
.label.hide {
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  left: -99999px;
}

input::-webkit-input-placeholder {
  color: #555 !important;
  text-transform: uppercase;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #555 !important;
  text-transform: uppercase;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555 !important;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  color: #555 !important;
  text-transform: uppercase;
}

textarea::-webkit-input-placeholder {
  color: #555 !important;
  text-transform: uppercase;
}

​
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #555 !important;
  text-transform: uppercase;
}

​
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #555 !important;
  text-transform: uppercase;
}

​
textarea:-ms-input-placeholder {
  color: #555 !important;
  text-transform: uppercase;
}

.question + .question {
  margin-top: 20px;
}

.part + .part {
  margin-top: 20px;
}

.family-name {
  margin-top: 20px;
}

.form_field + .form_field {
  margin-top: 20px;
}

.button_description_container + .button_description_container {
  margin-top: 5px;
}

.rtb {
  display: block;
}

.rtb + .rtb {
  margin-top: 5px;
}

.rtb input[type="radio"],
.rtb label.tbl {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: auto;
  height: auto;
}

.rtb input[type="radio"] {
  margin-right: 10px;
}

.file {
  display: block;
  color: #555;
}

.file .file-name {
  width: 75%;
  border: 1px solid #CDCDCD;
  padding: 9px;
  display: inline-block;
}

.file .actions {
  width: 25%;
  display: inline-block;
}

.file .actions .btn {
  border-radius: 0;
  background-color: #818285;
  border-top: 1px solid #474646;
  border-right: 1px solid #474646;
  border-bottom: 1px solid #474646;
  border-left: 0;
}

.submit_registration_button {
  margin-top: 20px;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.box-wc {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1280px) {
  .box-wc {
    max-width: 1280px;
  }
}

.l-header {
  padding: 10px 0;
  background: #fff;
  transition: .5s ease all;
}

.l-header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.l-header.stuck .logo-con .logo,
.l-header.stuck .logo-con .tagline {
  transition: .5s ease all;
}

.l-header .logo-con {
  padding: 0 40px;
}

.l-header .logo-con .logo {
  max-width: 300px;
  padding-left: 45px;
}

.l-header .logo-con .logo img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.l-header .logo-con .tagline {
  color: #818285;
  font-size: .75rem;
  padding-left: 100px;
}

.l-header .logo-con .tagline p {
  margin: 20px 0 0;
}

.l-header .search {
  text-align: center;
  margin-top: 30px;
  display: none;
}

.l-header .search.mobile {
  display: block;
  margin: 5px 0 20px;
  text-align: left;
}

.l-header .search.mobile .query {
  margin-left: 40px;
}

.l-header .search form .button {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.l-header .search form input[type="submit"] {
  display: inline-block;
  text-indent: -9999px;
  padding: 10px 22px;
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/aeb0-21732457-search-icon-light.png?versionId=N4pYe.6hzLMnlGZun3nPMDmDWUCB4Lg7");
  background-repeat: no-repeat;
  background-position: center center;
}

.l-header .social-menu {
  display: none;
}

.l-header .extra-content .donate {
  display: none;
  text-align: center;
}

.l-header .extra-content .donate .btn {
  border-radius: 0;
}

.l-header .extra-content .donate .btn:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 4px;
}

@media (max-width: 479px) {
  .l-header .logo-con {
    text-align: center;
  }
  .l-header .logo-con .tagline {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .l-header {
    height: 143px;
    padding: 25px 0 20px;
  }
  .l-header .logo-con {
    padding: 0 0 0 75px;
  }
  .l-header .logo-con .logo {
    padding-left: 0;
  }
  .l-header .logo-con .tagline {
    text-align: left;
  }
  .l-header .search {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .l-header .search.mobile {
    display: none;
  }
  .l-header .extra-content {
    position: absolute;
    top: -10px;
    right: 0;
    padding-right: 20px;
  }
  .l-header .extra-content .donate {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
  .l-header .extra-content .donate .btn {
    border-radius: 5px;
  }
  .l-header .social-menu {
    display: inline-block;
    margin: 0 20px;
  }
}

@media (min-width: 1280px) {
  .l-header {
    padding: 20px;
  }
  .l-header.stuck {
    height: 116px;
  }
  .l-header.stuck .logo-con .logo,
  .l-header.stuck .logo-con .tagline {
    display: inline-block;
    vertical-align: bottom;
  }
  .l-header.stuck .logo-con .tagline {
    padding-left: 10px;
  }
  .l-header.stuck .logo-con .tagline p {
    margin-bottom: 0;
  }
  .l-header .logo-con {
    text-align: left;
    padding: 0 0 0 70px;
  }
  .l-header .logo-con .logo {
    padding-left: 0;
  }
  .l-header .logo-con .tagline {
    font-size: .875rem;
  }
  .l-header .extra-content {
    padding-right: 0;
    top: 0;
  }
  .l-header .search {
    margin-top: 0;
    top: 10px;
    right: 380px;
  }
  .l-header .search:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 20px;
    width: 20px;
    background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/2be5-77222457-search-icon.png?versionId=bNeIgpFKjAwYhAjtMYneLUbRK0OJS6rb");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 1;
    transition: .5s ease all;
    margin-top: 10px;
  }
  .l-header .search form {
    display: inline-block;
    vertical-align: middle;
    max-width: 0;
    max-height: 0;
    transition: .5s ease all;
    overflow: hidden;
  }
  .l-header .search form .button {
    position: relative;
    margin-left: -20px;
  }
  .l-header .search.open:before {
    opacity: 0;
  }
  .l-header .search.open form {
    max-width: 2000px;
    max-height: 100px;
  }
}

@media (min-width: 768px) {
  .l-content-enclosing {
    padding-bottom: 370px;
  }
}

.l-footer {
  height: 785px;
  background: #474646;
  color: #fff;
  overflow-y: hidden;
  position: relative;
}

.l-footer .box-wc {
  height: 100%;
  position: static;
}

.l-footer .footer-nav-con {
  padding: 40px 30px;
  margin-bottom: 230px;
}

.l-footer .social-menu {
  margin: 120px 0 40px;
  display: block;
  width: 100%;
  text-align: center;
}

.l-footer .main-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer .main-menu .menu > .mi {
  margin: 10px 0;
}

.l-footer .main-menu .menu-t2 {
  margin-left: 35px;
}

.l-footer .main-menu .mi {
  line-height: normal;
}

.l-footer .main-menu .menuitemlabel {
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
}

.l-footer .secondary-menu {
  text-align: center;
}

.l-footer .secondary-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-footer .secondary-menu .mi {
  display: inline-block;
  margin: 5px 15px;
  line-height: normal;
}

.l-footer .secondary-menu .mi.copyright {
  display: block;
}

.l-footer .secondary-menu .menuitemlabel {
  color: #818285;
  text-decoration: none;
  font-size: .875rem;
}

.l-footer .logo {
  background: #f88f13;
  padding: 40px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .l-footer {
    height: 330px;
    margin-top: -330px;
  }
  .l-footer .footer-nav-con {
    height: 100%;
    position: relative;
    padding: 40px 20px;
    margin-right: 355px;
    margin-bottom: 0;
  }
  .l-footer .social-menu {
    position: absolute;
    right: 0;
    bottom: 60px;
    margin: 0 25px;
    display: inline-block;
    width: auto;
  }
  .l-footer .secondary-menu {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .l-footer .secondary-menu .mi {
    margin: 0;
  }
  .l-footer .secondary-menu .mi + .mi {
    margin-left: 30px;
  }
  .l-footer .secondary-menu .mi.copyright {
    display: inline-block;
    font-weight: bold;
    margin-right: 30px;
  }
  .l-footer .logo {
    width: 345px;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
  }
  .l-footer .logo img {
    position: relative;
    z-index: 999;
    top: 200px;
  }
}

@media (min-width: 1280px) {
  .l-footer .footer-nav-con {
    padding: 30px 0;
    margin-right: 430px;
  }
  .l-footer .logo {
    width: 370px;
  }
  .l-footer .logo:before {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    left: -30px;
    top: -20px;
    bottom: -20px;
    background: #f88f13;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@media (min-width: 1400px) {
  .l-footer .footer-nav-con {
    padding: 30px 0;
    margin-right: 360px;
  }
}

.l-header .toggle {
  width: 35px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 999;
}

.l-header .toggle .label {
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #5C5C5C;
  font-size: .688rem;
}

.l-header .toggle .line {
  display: block;
  height: 6px;
  width: 100%;
  border-radius: 2px;
  background-color: #5C5C5C;
  transition: .25s ease -webkit-transform;
  transition: .25s ease transform;
  position: relative;
}

.l-header .toggle .line + .line {
  margin-top: 6px;
}

.l-header .toggle .line.second {
  left: 0;
  transition: .5s ease left, 1s ease background-color;
}

.l-header .toggle.open .label {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.l-header .toggle.open .line {
  background-color: #fff;
}

.l-header .toggle.open .line.first {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.l-header .toggle.open .line.last {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
}

.l-header .toggle.open .line.second {
  left: -100px;
  transition: .75s ease left, 0s ease background-color;
}

.l-header .main-menu {
  width: 425px;
  position: absolute;
  left: -20px;
  top: -20px;
  max-width: 0;
  overflow: hidden;
  transition: .5s ease-in max-width;
  background-color: #f88f13;
  opacity: .95;
  padding-top: 100px;
  z-index: 998;
}

.l-header .main-menu.open {
  max-width: 2000px;
}

.l-header .main-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 425px;
}

.l-header .main-menu .mi {
  border-top: 1px solid #f29930;
}

.l-header .main-menu .menuitemlabel {
  display: block;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.l-header .main-menu .menuitemlabel:hover {
  background-color: #F47725;
}

.l-header .main-menu .menu-t1 > .mi {
  text-transform: uppercase;
}

.l-header .main-menu .menu-t1 > .mi > .menuitemlabel {
  padding: 10px 40px;
}

.l-header .main-menu .menu-t2 > .mi {
  text-transform: none;
}

.l-header .main-menu .menu-t2 > .mi > .menuitemlabel {
  padding: 10px 60px;
}

@media (min-width: 768px) {
  .l-header .toggle {
    left: 20px;
  }
  .l-header .main-menu .mi.donate {
    display: none;
  }
}

@media (min-width: 1280px) {
  .l-header .toggle {
    left: 0;
    width: 50px;
  }
  .l-header .toggle .label {
    font-size: .875rem;
  }
}

.social-menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}

.social-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-menu .mi {
  display: inline-block;
}

.social-menu .mi + .mi {
  margin-left: 10px;
}

.social-menu .menuitemlabel {
  display: block;
  text-indent: -9999px;
  height: 57px;
  width: 57px;
  background-position: 0 0;
}

.social-menu .menuitemlabel:hover {
  background-position: 0 -59px;
}

.social-menu .facebook .menuitemlabel {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/fb16-93022457-facebook-sprite.png?versionId=yceHxP3QUaCAykl2drIw2GTrxSG14Y6Y");
}

.social-menu .twitter .menuitemlabel {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/fcb3-24022457-twitter-sprite.png?versionId=s5TASRgVCGQflnI4.06c3IjkkGiEl79u");
}

.social-menu .instagram .menuitemlabel {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/30b7-04022457-instagram-sprite.png?versionId=cpNV9V0QesPeXoHkwSx.PxRVEE4gGO1d");
}

.social-menu .youtube .menuitemlabel {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/8102-34022457-youtube-sprite.png?versionId=3aqM2afC2Iwyr3bR6xeIrCW7z1f7kdhB");
}

.breadcrumb_path {
  margin-bottom: 1em;
}

.breadcrumb_path ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .813rem;
}

.breadcrumb_path ol li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb_path ol li + li:before {
  content: "\2192";
  display: inline-block;
  margin: 0 5px;
}

.yt-video {
  margin: 20px 0;
  position: relative;
  background-color: #474646;
}

.yt-video iframe {
  display: block;
  margin: 0 auto;
}

.yt-video-poster {
  cursor: pointer;
}

.yt-video-poster img {
  display: block;
  max-width: 100%;
  height: auto;
}

.yt-video-info {
  position: relative;
  cursor: pointer;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
}

.yt-video-title {
  font-size: 4rem;
  font-family: "ff-tisa-web-pro-n7", Georgia, Times New Roman, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.yt-video-button {
  background: center center transparent url("//www-prosperlincoln-org-files.s3.amazonaws.com/8f6b-48105457-video-play-button.png?versionId=itM_lzfjH1KN8HeOwMoRZtLuj.Yr5Jsd") no-repeat;
  width: 88px;
  height: 88px;
  margin: 0 auto;
}

.yt-video-content {
  max-width: 800px;
  margin: 20px auto 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-family: "tondo", Arial, Verdana, sans-serif;
}

@media (max-width: 479px) {
  .yt-video iframe {
    width: 320px;
    height: 180px;
  }
  .yt-video-info {
    background-color: rgba(85, 85, 85, 0.4);
    padding-top: 40px;
  }
  .yt-video-button {
    position: absolute;
    bottom: 100%;
    margin-bottom: -44px;
    left: 50%;
    margin-left: -44px;
  }
}

@media (min-width: 768px) {
  .yt-video-info {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .yt-video iframe {
    width: 754px;
    height: 424px;
  }
}

.quote-slider {
  z-index: 0;
}

.quote-slider:before {
  border-bottom: 28px solid #474646;
  border-left: 28px solid transparent;
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
  left: -1px;
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.quote-slider blockquote {
  margin: 20px;
}

.quote-slider blockquote > * {
  font-style: italic;
}

.quote-slider blockquote > *:first-child:before {
  content: '"';
}

.quote-slider blockquote > *:last-child:after {
  content: '"';
}

.quote-slider .credit {
  text-align: right;
  margin: 0 20px;
  font-weight: bold;
}

.quote-slider .credit:before {
  content: '-';
}

@media (min-width: 1024px) {
  .quote-slider {
    height: 800px;
    margin-top: 25px;
    color: #333;
    background: #fff;
    padding: 20px 0;
  }
  .quote-slider blockquote {
    margin: 20px 40px;
  }
  .quote-slider .credit {
    margin: 0 40px;
  }
}

.l-aside-content .bx-wrapper {
  margin-bottom: 50px !important;
}

.l-aside-content .bx-viewport {
  overflow: visible !important;
}
