@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;
}

.plan {
  position: relative;
  color: #fff;
  margin-top: 35px;
}

.plan.yellow {
  background-color: #FBAA00;
  border-top: 2px solid #FBAA00;
  border-bottom: 2px solid #FBAA00;
}

.plan.yellow .content-con {
  background-color: #FBAA00;
}

.plan.orange {
  background-color: #f88f13;
  border-top: 2px solid #f88f13;
  border-bottom: 2px solid #f88f13;
}

.plan.orange .content-con {
  background-color: #f88f13;
}

.plan.red {
  background-color: #F31C19;
  border-top: 2px solid #F31C19;
  border-bottom: 2px solid #F31C19;
}

.plan.red .content-con {
  background-color: #F31C19;
}

.plan a {
  text-decoration: none;
}

.plan .photo {
  max-height: 180px;
  overflow: hidden;
}

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

.plan .title {
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  font-size: 1.875rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 20px 0;
}

.plan .title a {
  color: #fff;
}

.plan .content {
  font-size: 1.125rem;
  padding: 0 20px;
  line-height: 1.75;
}

.plan .actions a {
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: .25s ease background-color;
  height: 90px;
}

.plan .actions a + a {
  margin-top: 10px;
}

.plan .actions a:hover {
  background-color: rgba(255, 255, 255, 0.32);
}

.plan .actions a:hover .label {
  color: #fff;
}

.plan .actions a.steps {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/3db7-18652457-action-steps-icon.png?versionId=CXwmd1yFl5pHO4fR6czhEjWqvGMQUa1F");
}

.plan .actions a.time {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/ffc7-28652457-give-time-icon.png?versionId=EMsRB9S8Fn5o8O0_Tu_EesaWFNYNDefA");
}

.plan .actions a.donate {
  background-image: url("//www-prosperlincoln-org-files.s3.amazonaws.com/d5dc-38652457-donate-icon.png?versionId=bOg8UPGiqyRS0I7v1xtxk2UjxvN09x7F");
}

.plan .actions a .label {
  font-size: 1.125rem;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 35px 0 0 125px;
  transition: .25s ease background-color;
}

.plan .actions a .label:after {
  content: '\00BB';
  color: #fff;
  display: inline-block;
  margin-left: 4px;
}

@media (min-width: 480px) {
  .plan .photo {
    max-height: 230px;
  }
  .plan .actions a {
    background-position: 30px center;
  }
  .plan .actions a .label {
    padding-right: 135px;
  }
}

@media (min-width: 768px) {
  .plan.yellow .actions a:hover .label {
    background-color: #FBAA00;
  }
  .plan.orange:after {
    clear: both;
    content: '';
    display: block;
  }
  .plan.orange .content-con {
    float: right;
    text-align: right;
  }
  .plan.orange .photo {
    right: auto;
    left: 0;
  }
  .plan.orange .actions a:hover .label {
    background-color: #f88f13;
  }
  .plan.red .actions a:hover .label {
    background-color: #F31C19;
  }
  .plan .plan-wrap,
  .plan .content-con {
    min-height: 426px;
  }
  .plan .content-con {
    width: 500px;
    padding: 20px;
    position: relative;
    z-index: 3;
  }
  .plan .title {
    font-size: 2.25rem;
    padding: 0;
  }
  .plan .content {
    padding: 0;
  }
  .plan .photo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    max-height: none;
  }
  .plan .actions {
    margin-top: 40px;
  }
  .plan .actions a {
    display: inline-block;
    position: relative;
    width: 130px;
    padding-top: 160px;
    border-radius: 10px;
    background-size: auto;
    background-position: center 13px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .plan .actions a + a {
    margin-left: 20px;
    margin-top: 0;
  }
  .plan .actions a + a:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .plan .actions a:hover .label {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .plan .actions a .label {
    padding: 8px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    color: #F31C19;
    font-size: .938rem;
    border-radius: 0 0 10px 10px;
  }
  .plan .actions a .label:after {
    display: none;
  }
}

@media (min-width: 1024px) {
  .plan .content-con {
    width: 700px;
    padding: 30px 30px 20px;
  }
  .plan .title {
    font-size: 3.5rem;
  }
  .plan .actions a {
    width: 175px;
  }
  .plan .actions a + a {
    margin-left: 40px;
  }
  .plan .actions a + a:before {
    left: -22px;
  }
  .plan .actions a .label {
    font-size: 1.125rem;
  }
}

@media (min-width: 1280px) {
  .plan.orange .content-con {
    padding-right: 0;
  }
  .plan.yellow .content-con, .plan.red .content-con {
    padding-left: 0;
  }
}

.tweet_this {
  background-color: #fff;
  padding: 30px 30px 20px;
  color: #5C5C5C;
  text-align: center;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  font-size: 1.375rem;
  position: relative;
  margin-top: 30px;
}

.tweet_this: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;
}

.tweet_this .tweet-content {
  line-height: 1.5;
}

.tweet_this .share-button {
  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: #f29930;
  color: #fff;
  border: 0;
  text-transform: none;
  font-family: "tondo", Arial, Verdana, sans-serif;
  font-size: 1.25rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding: 9px 15px;
}

.tweet_this .share-button:hover {
  background-color: #c31a13;
}

.tweet_this .share-button:hover {
  background-color: #dd8d02;
}

.tweet_this .share-button:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url("//www-prosperlincoln-org-files.s3.amazonaws.com/b4be-42972457-twitter-bird.png?versionId=vHL.Q8IQaZZfhwRpYpi48.V4JUMMEO5D") top center no-repeat;
  margin-right: 10px;
  width: 30px;
  height: 25px;
}

.article-preview {
  position: relative;
  height: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #CDCDCD;
  margin-top: 5px;
}

.article-preview.plan1 .title:before {
  border-bottom-color: #FBAA00;
}

.article-preview.plan1 .title:after {
  background-color: #FBAA00;
}

.article-preview.plan2 .title:before {
  border-bottom-color: #f88f13;
}

.article-preview.plan2 .title:after {
  background-color: #f88f13;
}

.article-preview.plan3 .title:before {
  border-bottom-color: #d61a12;
}

.article-preview.plan3 .title:after {
  background-color: #d61a12;
}

.article-preview.general .title:before {
  border-bottom-color: #939393;
}

.article-preview.general .title:after {
  background-color: #939393;
}

.article-preview:hover .title:before {
  right: 30px;
}

.article-preview:hover .title:after {
  width: 30px;
}

.article-preview .title {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  line-height: 1.2;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
}

.article-preview .title a {
  display: table;
  color: #E5E5E5;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.article-preview .title:before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: solid 75px transparent;
  border-left: solid 40px transparent;
  border-top: solid 40px transparent;
  transition: .5s ease all;
}

.article-preview .title:after {
  content: '';
  display: block;
  width: 11px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: .5s ease all;
}

.article-preview .title span {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 40px 5px 15px;
}

@media (min-width: 480px) {
  .article-preview {
    height: 225px;
  }
  .article-preview .title {
    height: 75px;
  }
  .article-preview .title:before {
    border-bottom: solid 75px transparent;
  }
  .article-preview .title:after {
    height: 75px;
  }
}

@media (min-width: 768px) {
  .article-preview {
    width: 49%;
    float: left;
    margin: 5px .5% 0;
  }
}

@media (min-width: 1280px) {
  .article-preview .title span {
    padding: 5px 60px 5px 25px;
  }
}

.l-newsletter-signup {
  background: #5C5C5C;
  position: relative;
  padding: 20px;
  color: #fff;
  clear: both;
}

.l-newsletter-signup:before {
  border-bottom: 18px solid #aaa;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  left: -12px;
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.l-newsletter-signup h4 {
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 1.875rem;
}

.l-newsletter-signup p {
  line-height: 1.5;
}

.l-newsletter-signup .newsletter-form label {
  text-transform: uppercase;
}

.l-newsletter-signup .newsletter-form input[type="submit"],
.l-newsletter-signup .newsletter-form a.signup {
  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;
  margin-top: 20px;
  display: inline-block;
}

.l-newsletter-signup .newsletter-form input[type="submit"]:hover,
.l-newsletter-signup .newsletter-form a.signup:hover {
  background-color: #c31a13;
}

.l-newsletter-signup .newsletter-form input[type="submit"]:hover,
.l-newsletter-signup .newsletter-form a.signup:hover {
  background-color: #d7d7d7;
  border: 2px solid #d7d7d7;
}

.l-newsletter-signup .newsletter-form .entry {
  margin-right: 3px;
}

.l-newsletter-signup .newsletter-form .newsletter-type > .label {
  font-family: "tondo-n6", Arial, Verdana, sans-serif;
  font-size: 1.313rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .l-newsletter-signup .newsletter-form .entry,
  .l-newsletter-signup .newsletter-form input[type="submit"],
  .l-newsletter-signup .newsletter-form a.signup {
    display: inline-block;
    vertical-align: bottom;
  }
  .l-newsletter-signup .newsletter-form input[type="submit"],
  .l-newsletter-signup .newsletter-form a.signup {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .l-newsletter-signup .content,
  .l-newsletter-signup .newsletter-form {
    display: inline-block;
    vertical-align: middle;
  }
  .l-newsletter-signup .newsletter-form {
    margin-left: 90px;
    margin-top: -10px;
  }
  .l-newsletter-signup h4 {
    font-size: 2.188rem;
  }
  .l-newsletter-signup p {
    font-size: 1.125rem;
  }
}

.active .nav_con {
  position: relative;
  z-index: 5000;
}

.active .nav_con .navi {
  cursor: pointer;
}

.active .nav_con .navi.prev {
  padding-top: 9px;
  padding-left: 12px;
  width: 23px;
  height: 26px;
  position: absolute;
  left: -35px;
  top: 50px;
}

.active .nav_con .navi.prev span {
  border-right: 15px solid #fff;
}

.active .nav_con .navi.prev.inactive {
  cursor: auto;
  opacity: .25;
}

.active .nav_con .navi.next {
  height: 26px;
  width: 20px;
  padding-top: 9px;
  padding-left: 15px;
  position: absolute;
  top: 50px;
  right: 0;
}

.active .nav_con .navi.next span {
  border-left: 15px solid #fff;
}

.active .nav_con .navi.next.inactive {
  cursor: auto;
  opacity: .25;
}

.active .nav_con .navi span {
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media (min-width: 1024px) {
  .active .nav_con {
    display: block;
  }
  .active .nav_con .navi.prev {
    left: 5px;
  }
  .active .nav_con .navi.next {
    left: 700px;
    right: auto;
  }
}

@media (min-width: 1280px) {
  .active .nav_con .navi.next {
    left: 870px;
  }
}

.wrapper {
  overflow-x: scroll;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 670px;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    margin: 0 0 0 40px;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    max-width: 835px;
  }
}

.scrollpane {
  position: relative;
  width: 4000px;
  padding-bottom: 30px;
  transition: 0.5s all ease;
}

.supporter {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  width: 165px;
  max-width: 165px;
}

.supporter .photo {
  border-radius: 100%;
  overflow: hidden;
  width: 145px;
  height: 145px;
  position: relative;
  margin: 0 auto;
  border: 5px solid #fff;
}

.supporter .photo.plan1 {
  border: 5px solid #fdc142;
}

.supporter .photo.plan2 {
  border: 5px solid #F47725;
}

.supporter .photo.plan3 {
  border: 5px solid #ee3129;
}

.supporter .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 105%;
  height: auto;
  width: auto;
}

.supporter .name {
  margin-top: 10px;
  font-size: 1rem;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  max-height: 60px;
  overflow: hidden;
}

.overview,
.initiatives_overview {
  position: relative;
  width: 100%;
}

.overview .photo,
.initiatives_overview .photo {
  height: 145px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 195%;
}

.overview .info,
.initiatives_overview .info {
  padding: 20px;
}

.overview .info .headline,
.overview .info .content,
.initiatives_overview .info .headline,
.initiatives_overview .info .content {
  color: #5C5C5C;
}

.overview .info .headline,
.initiatives_overview .info .headline {
  font-size: 1.875rem;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

.overview .info .content,
.initiatives_overview .info .content {
  line-height: 1.5;
}

.overview .btn,
.initiatives_overview .btn {
  text-align: center;
}

@media (min-width: 768px) {
  .overview .photo,
  .initiatives_overview .photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: auto;
    min-height: 435px;
    background-position: center center;
    background-size: cover;
  }
  .overview .info,
  .initiatives_overview .info {
    padding: 80px 40% 80px 20px;
  }
  .overview .info .headline,
  .overview .info .content,
  .initiatives_overview .info .headline,
  .initiatives_overview .info .content {
    color: #fff;
  }
  .overview .info .headline,
  .initiatives_overview .info .headline {
    font-size: 3.5rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .overview .info .content,
  .initiatives_overview .info .content {
    font-size: 1.125rem;
  }
  .overview .btn,
  .initiatives_overview .btn {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .overview .info,
  .initiatives_overview .info {
    padding: 80px 470px 80px 30px;
  }
}

@media (min-width: 1280px) {
  .overview .info,
  .initiatives_overview .info {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 470px 80px 0;
  }
}

.l-content-enclosing {
  padding-bottom: 0;
}

#action_plans {
  max-width: 1280px;
  margin: 5px auto;
}

#action_plans:after {
  content: ' ';
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

.initiative_box {
  font-size: 0;
}

.initiative_box img {
  width: 100%;
}

.initiative_box h2 {
  font-size: 1.563rem;
  word-break: break-word;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.initiative_box .initiative-text {
  font-size: initial;
  color: #fff;
  padding: 30px;
}

@media (min-width: 768px) {
  .initiative_box {
    width: 33.333%;
    float: left;
    padding: 0 5px 0 0;
  }
  .initiative_box h2 {
    font-size: 1.063rem;
  }
  .initiative_box .initiative-text {
    height: 245px;
    position: relative;
  }
  .initiative_box .cta-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}

@media (min-width: 1024px) {
  .initiative_box h2 {
    font-size: 1.688rem;
  }
}

@media (min-width: 1280px) {
  .initiative_box h2 {
    font-size: 2.125rem;
  }
}

.cta-link {
  color: #fff;
  text-decoration: none;
  background-color: #d61a12;
  display: inline-block;
  font-weight: bold;
  padding: 9px 30px;
  font-size: .813rem;
  border-radius: 7px;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border: none;
}

.cta-link:hover {
  background-color: #ee3129;
}

.l-community {
  background-color: #fff;
  color: #5C5C5C;
  overflow: hidden;
  padding: 20px;
  margin: 5px 0;
}

.l-community:after {
  display: block;
  clear: both;
  content: '';
}

.l-community .pull_quote {
  text-align: center;
}

.l-community .pull_quote img {
  border-radius: 10px;
}

.l-community .pull_quote .share-link {
  display: inline-block;
  font-family: "proxima-nova", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5C5C5C;
  border: none;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
}

.l-community .pull_quote .share-link:active {
  outline: none;
}

.l-community .quote-name {
  font-weight: bold;
  font-size: 1.375rem;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif;
}

.l-community h2 {
  font-size: 1.625rem;
}

.l-community h3 {
  margin: 0 20px 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.l-community .community-members {
  padding: 0 0 20px;
}

.l-community .upload .btn-light {
  display: inline-block;
}

.l-community .upload h5 {
  text-transform: none;
  margin: 0;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .l-community {
    padding: 0;
  }
  .l-community .community-members {
    padding: 0 40px 20px;
  }
  .l-community .pull_quote {
    text-align: left;
    overflow: hidden;
    padding-left: 5px;
  }
  .l-community .pull_quote .quote-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-community .pull_quote .quote-left {
    background-color: #dadada;
    width: 350px;
    padding: 45px;
    float: left;
  }
  .l-community .pull_quote .quote-left img {
    margin-bottom: 15px;
  }
  .l-community .pull_quote .quote-right {
    padding: 45px;
    position: relative;
    float: left;
    width: calc(100% - 350px);
  }
  .l-community .pull_quote .quote-right:before {
    content: ' ';
    display: block;
    height: 200%;
    width: 600px;
    position: absolute;
    top: -50%;
    left: -35px;
    background-color: #fff;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  .l-community .pull_quote .quote-right * {
    position: relative;
    z-index: 1;
  }
  .l-community .pull_quote .quote-right h2 {
    margin-top: 0;
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .l-community {
    padding: 0;
  }
  .l-community .pull_quote .quote-right h2 {
    font-size: 2.125rem;
  }
  .l-community .title {
    padding-top: 20px;
  }
  .l-community .box-wc {
    position: relative;
  }
  .l-community .community-members {
    padding: 0 330px 20px 0;
  }
  .l-community .upload {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f88f13;
    width: 290px;
    padding: 40px 20px;
    z-index: 5;
  }
  .l-community .upload: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);
    z-index: -1;
  }
}

.fancybox-skin {
  border-radius: 0;
}

.fancybox-close {
  display: none;
}

#quoteShare {
  text-align: center;
  display: none;
  padding: 15px 45px;
}

#quoteShare h2 {
  font-size: 2.375rem;
}

#quoteShare a {
  display: block;
  width: 55%;
  min-width: 180px;
  padding: 5px 20px;
  margin: 30px auto;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

#quoteShare a:nth-of-type(1) {
  background-color: #FBAA00;
}

#quoteShare a:nth-of-type(2) {
  background-color: #f88f13;
}

#quoteShare a:nth-of-type(3) {
  background-color: #F31C19;
}

.twitter-timeline {
  height: 750px !important;
}

.l-footer-content-enclosing {
  position: relative;
}

@media (min-width: 1024px) {
  .l-footer-content-enclosing {
    padding-bottom: 330px;
    /* background style for poll that has been removed.
        &:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 812px;
            width: 23%;
            background-color: $color-gray-e5;
            border-top: 1px solid $color-gray-ae;
            z-index: -1;
        }*/
  }
  .l-footer-content-enclosing > .box-wc {
    background-color: #474646;
    z-index: 10;
  }
  .l-footer-content-enclosing:after {
    content: "";
    background-color: #474646;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

@media (min-width: 1400px) {
  .l-footer-content-enclosing {
    max-width: 2350px;
  }
}

.l-footer-content {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .l-footer-content {
    padding-right: 345px;
  }
}

.l-aside-content {
  background-color: #474646;
  padding: 30px;
  color: #fff;
}

.l-aside-content h4 {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.l-aside-content .fb-like {
  margin-top: 30px;
  display: block;
  text-align: center;
}

@media (min-width: 1024px) {
  .l-aside-content {
    width: 345px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  .l-aside-content:after {
    content: '';
    display: block;
    height: 200px;
    width: calc(100% - 60px);
    position: absolute;
    bottom: 0;
    left: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 70%, white 100%);
    z-index: 0;
  }
  .l-aside-content .fb-like {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.l-twitter-feed {
  padding: 40px 30px;
}

.l-twitter-feed h4 {
  color: #5C5C5C;
  margin: 0 0 1em;
}

.l-twitter-feed iframe {
  overflow-y: hidden !important;
}

.l-additional-content .poll-con {
  background-color: #E5E5E5;
  border-top: 1px solid #AEAEAE;
  border-right: 1px solid #CDCDCD;
  padding: 30px;
  color: #5C5C5C;
}

.l-additional-content .poll-con h4 {
  margin: 0 0 20px;
  max-width: 240px;
}

.l-additional-content .poll-con .PDS_Poll {
  max-height: 345px;
  overflow-y: scroll;
}

.l-additional-content .poll-con .pds-question-top {
  color: #FBAA00 !important;
  font-family: "ff-tisa-web-pro", Georgia, Times New Roman, sans-serif !important;
  font-size: 1.125rem !important;
}

.l-additional-content .poll-con .pds-box {
  width: 250px !important;
}

.l-additional-content .poll-con .pds-input-label {
  width: auto !important;
}

.l-additional-content .article-con {
  border-top: 1px solid #CDCDCD;
}

.l-additional-content .article-con .article-preview + .article-preview {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .l-additional-content .poll-con {
    display: inline-block;
    width: 45%;
    vertical-align: bottom;
    height: 482px;
  }
  .l-additional-content .article-con {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding: 5px;
  }
}

@media (min-width: 1024px) {
  .l-additional-content .poll-con {
    width: 40%;
  }
  .l-additional-content .article-con {
    width: 60%;
  }
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
