@import "../bower_components/slick-carousel/slick/slick.css";
/**
 * Markup free clearing.
 *
 * @see http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #5b5958;
  font-size: 13px;
  line-height: 23px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
}
body.noscroll {
  overflow: hidden;
}
body.html {
  background: #575554;
}
.item-list ul,
.item-list ul li {
  margin: 0;
  padding: 0;
}
a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #008961;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
a:hover {
  color: #a1bf19;
}
a.more {
  display: block;
  font-size: 12px;
  height: 19px;
  line-height: 20px;
  text-transform: uppercase;
  color: #3cb4e7;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
a.more:hover {
  color: #5b5958;
}
iframe {
  max-width: 100%;
}
p {
  margin: 0 0 23px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 23px;
  color: #a1bf19;
}
h3 {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 23px;
  color: #a1bf19;
}
h4 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 23px;
  color: #a1bf19;
}
h5 {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 23px;
  color: #a1bf19;
}
h6 {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 23px;
  color: #a1bf19;
}
div.messages {
  margin: 0 0 23px;
}
.block > .content em,
.node > .content em,
body.cke_show_borders em {
  font-family: 'open_sansitalic', arial, helvetica, sans-serif;
}
.block > .content strong,
.node > .content strong,
body.cke_show_borders strong {
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
.block > .content em strong,
.block > .content strong em,
.node > .content em strong,
.node > .content strong em,
body.cke_show_borders em strong,
body.cke_show_borders strong em {
  font-family: 'open_sansbold_italic', arial, helvetica, sans-serif;
}
.node > .content ul,
body.cke_show_borders ul {
  margin: 0 0 23px 23px;
}
.node > .content ul li,
body.cke_show_borders ul li {
  list-style: square url("../images/bullet.png");
}
.node > .content img,
body.cke_show_borders img {
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .node > .content .field-name-body img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .node .content .field-name-body .fluid-width-video-wrapper {
    width: 75% !important;
    padding-top: 42.1875% !important;
    margin: 0 auto;
  }
}
body.cke_show_borders img.cke_drupal_break {
  height: 5px;
  max-width: none;
}
body.cke_show_borders .image {
  margin: 23px 0;
  display: block;
  position: relative;
}
.node > .content .image {
  margin: 23px -7px;
  display: inline-block;
  position: relative;
}
body.cke_show_borders .image.left {
  display: block;
  float: left;
  margin: 0 16px 23px 0;
}
.node > .content .image.left {
  display: block;
  float: left;
  margin: 0 16px 23px -7px;
}
body.cke_show_borders .image.right {
  float: right;
  margin: 0 0 23px 16px;
}
.node > .content .image.right {
  float: right;
  margin: 0 -7px 23px 16px;
}
.node > .content .image img,
body.cke_show_borders .image img {
  display: block;
  margin: 0 7px;
}
.node > .content .image .caption,
body.cke_show_borders .image .caption {
  position: absolute;
  height: 46px;
  bottom: 14px;
  left: 0;
  right: 0;
  padding: 7px 28px 0;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  font-family: 'crimson_textroman', sans-serif;
  background: url("../images/image-banner-center.png") no-repeat;
}
.node > .content .image .caption .before,
.node > .content .image .caption:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 6px;
  width: 7px;
  background: url("../images/image-banner-corners.png") no-repeat 0 -6px;
}
.node > .content .image .caption .after,
.node > .content .image .caption:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 6px;
  width: 7px;
  background: url("../images/image-banner-corners.png") no-repeat 0 0;
}
.node > .content .clearfix .column,
body.cke_show_borders .clearfix .column {
  float: left;
  width: 300px;
  margin: 0 0 20px 20px;
}
.node > .content .clearfix .column:first-child,
body.cke_show_borders .clearfix .column:first-child {
  margin-left: 0;
}
blockquote {
  font-size: 28px;
  line-height: 35px;
  color: #008961;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding: 22px 22px 0;
  margin: 23px 0;
}
.item-list .pager {
  text-align: left;
  margin-left: -5px !important;
}
.item-list .pager li {
  display: inline-block;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  font-size: 12px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  margin: 0 20px 0 0 !important;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .item-list .pager li {
    margin: 0 6px 0 0 !important;
  }
}
.item-list .pager li.pager-current {
  border: 1px solid #bebdbd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pager li a {
  display: block;
  color: #3cb4e7;
  width: 19px;
  height: 19px;
}
.pager li a:hover {
  color: #5b5958;
}
.item-list .pager li.pager-next {
  margin: 0 !important;
}
.pager-next a,
.pager-previous a {
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url("../images/pager-arrows.png") no-repeat 0 0;
}
.pager-previous a {
  background-position: 0 -19px;
}
body.open-menu {
  position: fixed;
  left: -230px;
  width: 100%;
}
body.open-menu #top nav#menu {
  display: block;
}
@media only screen and (min-width: 980px) {
  body.open-menu {
    position: static;
    left: auto;
    width: auto;
  }
  body.open-menu #top nav#menu {
    display: none;
  }
}
#top {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ccc;
}
body.front #top {
  border-bottom: none;
}
#top nav#menu {
  display: none;
  background: #f6f6f6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  width: 230px;
  z-index: 99;
}
#top nav#menu a.join {
  display: block;
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
  font: 11px/40px 'open_sansbold', arial, helvetica, sans-serif;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  margin: 16px 20px;
  text-shadow: 0px 1px 0px rgba(186, 88, 21, 0.5);
  background: #f9a01b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9a01b 0%, #f37021 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9a01b), color-stop(100%, #f37021));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9a01b 0%, #f37021 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9a01b 0%, #f37021 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9a01b 0%, #f37021 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9a01b 0%, #f37021 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9a01b', endColorstr='#f37021', GradientType=0);
  /* IE6-9 */
}
#top nav#menu #navigation {
  margin: 16px 20px;
}
#top nav#menu #navigation li.branch {
  border-bottom: 1px solid #deddda;
}
#top nav#menu #navigation li.branch a {
  display: block;
  padding: 10px 0;
  font: 14px/20px 'open_sans_semiboldregular', arial, helvetica, sans-serif;
}
#top nav#menu #navigation li.branch > a {
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #5b5958;
}
#top nav#menu #navigation li.branch ul.branch {
  margin: 0 0 10px 20px;
}
#top nav#menu #block-search-form {
  margin: 0 20px 24px;
  border: 1px solid #ccc;
  height: 34px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px 0 #ddd;
  -moz-box-shadow: inset 0 2px 4px 0 #ddd;
  box-shadow: inset 0 2px 4px 0 #ddd;
}
#top nav#menu #block-search-form input.form-text {
  width: 100%;
  display: block;
  border: none;
  background: none;
  padding: 6px 32px 6px 10px;
  height: 32px;
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 100%;
}
#top nav#menu #block-search-form input.form-submit {
  display: block;
  border: none;
  background: url("../images/search.png") no-repeat 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
}
#top nav#menu .social {
  text-align: center;
}
#top nav#menu .social h3 {
  display: none;
}
#top nav#menu .social ul li {
  display: inline-block;
  width: 50px;
  margin-top: 9px;
}
#top nav#menu .social ul li a {
  display: block;
  height: 20px;
  color: #a1a1a1;
  font-size: 20px;
  text-align: center;
  -webkit-transition: color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out;
  -ms-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
}
#top nav#menu .social ul li a span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#top nav#menu .social ul li a.twitter {
  border-right: solid 1px #e1e1e1;
}
#top nav#menu .social ul li a.twitter:hover {
  color: #3CB4E7;
}
#top nav#menu .social ul li a.facebook:hover {
  color: #3CB4E7;
}
#top #header {
  height: 70px;
  padding: 0 20px;
}
#top #header #name-and-slogan {
  padding: 24px 0;
}
#top #header #name-and-slogan a {
  display: block;
  width: 144px;
  height: 22px;
}
html.backgroundsize #top #header #name-and-slogan a {
  overflow: hidden;
  outline: none;
  text-indent: -9999px;
  background: url("../images/logo-header-v2.png") no-repeat;
  background-size: 100%;
}
#top a#burger {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  font: 8px/70px 'open_sansbold', arial, helvetica, sans-serif;
  color: #5b5857;
  background: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
}
#top a#burger span {
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  line-height: 14px;
}
html.backgroundsize #top a#burger span {
  padding-top: 24px;
  background: url("../images/burger.svg") no-repeat 50% -18px;
  background-size: 60px;
}
#top a.donate {
  position: absolute;
  top: 0;
  right: 70px;
  height: 70px;
  width: 70px;
  font: 11px/70px 'open_sansbold', arial, helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 1px 4px 0px #54c7f8 inset;
  box-shadow: 0px 1px 4px 0px #54c7f8 inset;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  background: #3bb1e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3bb1e4 0%, #369fcc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3bb1e4), color-stop(100%, #369fcc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3bb1e4 0%, #369fcc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3bb1e4 0%, #369fcc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3bb1e4 0%, #369fcc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3bb1e4 0%, #369fcc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bb1e4', endColorstr='#369fcc', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  #top {
    border-bottom: 1px solid #ccc;
  }
  #top #header {
    height: 122px;
    padding: 0 42px;
  }
  #top #header #name-and-slogan {
    padding: 45px 0 38px;
  }
  #top #header #name-and-slogan a {
    display: block;
    text-indent: -9999px;
    width: 257px;
    height: 39px;
    overflow: hidden;
    outline: none;
    background: url("../images/logo-header-v2.png") no-repeat;
  }
  html.backgroundsize #top #header #name-and-slogan a {
    background: url("../images/logo-header@2x.png") no-repeat;
    background-size: 100%;
  }
  #top a#burger {
    height: 122px;
    width: 122px;
    font: 8px/122px 'open_sansbold', arial, helvetica, sans-serif;
  }
  #top a.donate {
    right: 122px;
    height: 122px;
    width: 122px;
    font: 11px/122px 'open_sansbold', arial, helvetica, sans-serif;
  }
}
@media only screen and (min-width: 980px) {
  #top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    border-top: 38px solid #f6f6f6;
  }
  body.logged-in #top {
    top: 30px;
  }
  body.static #top {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  html.js #top.moving {
    z-index: 1001;
    -moz-box-shadow: 0 0 10px 0 #e8e8e8;
    -webkit-box-shadow: 0 0 10px 0 #e8e8e8;
    box-shadow: 0 0 10px 0 #e8e8e8;
  }
  #top a#burger {
    display: none;
  }
  #top a.donate {
    padding: 0 12px;
    font-weight: bold;
    position: absolute;
    top: -38px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    text-align: center;
    letter-spacing: 0.05em;
    width: 74px;
    right: 20px;
  }
  #top a.donate:hover {
    background: #5b5958;
  }
  #top nav#menu {
    display: block;
    width: auto;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    background: none;
    overflow: visible;
    z-index: auto;
  }
  #top nav#menu #block-search-form {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 190px;
    margin: 0;
  }
  #top nav#menu #navigation {
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
    z-index: 101;
    margin: 0;
  }
  #top nav#menu #navigation #main-menu {
    height: 34px;
  }
  #top nav#menu #navigation #main-menu li {
    height: 60px;
    padding: 0;
    float: left;
    position: relative;
  }
  #top nav#menu #navigation #main-menu li a {
    display: block;
    padding: 10px;
    line-height: 14px;
    color: #5b5958;
  }
  #top nav#menu #navigation #main-menu li.branch {
    border-bottom: none;
  }
  #top nav#menu #navigation li a.active,
  #top nav#menu #navigation li.active a,
  #top nav#menu #navigation li.active-trail a {
    color: #008961;
  }
  #top nav#menu #navigation li a:hover {
    color: #a1bf19;
  }
  #top nav#menu #navigation #main-menu li > .item-list {
    display: none;
    position: absolute;
    z-index: 990;
    left: 0;
    top: 51px;
    padding: 10px 0 0;
    background: url("../images/dropdown-top.png") no-repeat left 0;
    font-family: 'open_sansregular', arial, helvetica, sans-serif;
  }
  #top nav#menu #navigation #main-menu li.menu-wellstone-legacy > .item-list {
    left: auto;
    right: 0;
    background: url("../images/dropdown-top-right.png") no-repeat right 0;
  }
  #top nav#menu #navigation #main-menu li > .item-list ul {
    background: #fff;
    padding: 10px 0;
    margin: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #008961;
  }
  #top nav#menu #navigation #main-menu li > .item-list li {
    float: none;
    height: auto;
  }
  #top nav#menu #navigation #main-menu li li a {
    white-space: nowrap;
    padding: 0 18px;
    line-height: 28px;
    color: #008961;
    font-size: 13px;
  }
  #top nav#menu #navigation #main-menu li li a:hover {
    color: #a1bf19;
  }
  #top nav#menu #navigation h2 {
    display: none;
  }
  #top nav#menu .social {
    position: absolute;
    top: -38px;
    right: 222px;
  }
  #top nav#menu .social h3 {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    line-height: 39px;
    color: #a1a1a1;
    margin: 0 12px 0 0;
    font-family: 'open_sansbold';
  }
  #top nav#menu .social ul {
    vertical-align: top;
    display: inline-block;
  }
  #top nav#menu a.join {
    font-weight: bold;
    position: absolute;
    top: -38px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 110px;
    right: 100px;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
  }
  #top nav#menu a.join:hover {
    background: #5b5958;
  }
  #top #header {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 20px;
    height: 130px;
    position: relative;
  }
  #top #header #name-and-slogan {
    padding: 53px 0 38px;
  }
  #top #header #name-and-slogan a {
    display: block;
    text-indent: -9999px;
    width: 257px;
    height: 39px;
    overflow: hidden;
    outline: none;
    background: url("../images/logo-header-v2.png") no-repeat;
  }
  html.backgroundsize #top #header #name-and-slogan a {
    background: url("../images/logo-header@2x.png") no-repeat;
    background-size: 100%;
  }
}
#main-wrapper {
  background: #fff;
}
body.static #main-wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 980px) {
  #main-wrapper {
    padding-top: 169px;
  }
}
#main {
  margin: 0 24px;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  #main {
    margin: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  #main {
    margin: 0 auto;
    max-width: 980px;
    padding: 60px 20px;
  }
}
body.front #main,
body.page-impact #main {
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
  max-width: none !important;
}
@media only screen and (min-width: 768px) {
  body.one-sidebar #content {
    float: left;
    width: 61.489361702%;
  }
  body.one-sidebar #sidebar {
    width: 31.914893617%;
    float: right;
  }
}
body.front #content #block-system-main {
  display: none;
}
#block-wellstone-carousel-homepage > h3 {
  background: #575554;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding: 16px 24px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-carousel-homepage > h3 {
    display: none;
  }
  #block-wellstone-carousel-homepage > .content {
    position: relative;
  }
  #block-wellstone-carousel-homepage > .content ul.slides > li {
    float: left;
    display: block;
    width: 33.333%;
  }
}
.node-slide {
  position: relative;
}
.node-slide .field-name-field-image {
  max-height: 500px;
  overflow: hidden;
}
.node-slide .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.node-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 250ms ease-in-out;
  -moz-transition: background 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out;
  -ms-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
}
.node-slide .content .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  padding: 0 23px;
  -webkit-transition: height 250ms ease-in-out;
  -moz-transition: height 250ms ease-in-out;
  -o-transition: height 250ms ease-in-out;
  -ms-transition: height 250ms ease-in-out;
  transition: height 250ms ease-in-out;
}
.node-slide .content h2 {
  font-family: 'open_sansregular';
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 0 5%;
}
@media only screen and (min-width: 980px) {
  .node-slide .content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.node-slide .content .field-name-body {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  -moz-transition: opacity 250ms ease-in-out;
  -o-transition: opacity 250ms ease-in-out;
  -ms-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.node-slide .content:hover {
  background: rgba(0, 86, 61, 0.65);
}
.node-slide .content:hover .field-name-body {
  opacity: 1;
}
.node-slide .content:hover .inner {
  height: 60px;
}
#block-wellstone-legacy-impact-25-years {
  background: url("../images/impact-25years-background-mobile.jpg") no-repeat right 50%;
}
#block-wellstone-legacy-impact-25-years .content {
  margin: 0 auto;
  max-width: 320px;
  height: 468px;
  position: relative;
  padding: 50px 24px 0;
  text-align: left;
}
#block-wellstone-legacy-impact-25-years .content h2 {
  margin: 0 0 0 -63px;
  width: 126px;
  height: 116px;
  display: block;
  position: absolute;
  bottom: 56px;
  left: 50%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/impact-25years-logo.png") no-repeat 50% 50%;
}
#block-wellstone-legacy-impact-25-years .content h3 {
  font: 30px/32px 'crimson_textsemibold', serif;
  color: #098b64;
  margin: 0 0 12px;
}
#block-wellstone-legacy-impact-25-years .content a {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #3cb4e7;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
#block-wellstone-legacy-impact-25-years .content a:hover {
  color: #5b5958;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-legacy-impact-25-years {
    height: 230px;
    background: url("../images/impact-25years-background-tablet.jpg") no-repeat 50% 50%;
  }
  #block-wellstone-legacy-impact-25-years .content {
    max-width: 768px;
    position: relative;
    padding: 50px 240px 0 42px;
    margin: 0 auto;
    text-align: left;
  }
  #block-wellstone-legacy-impact-25-years .content h2 {
    margin: 0;
    width: 126px;
    height: 116px;
    display: block;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 54px;
    right: 42px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/impact-25years-logo.png") no-repeat 50% 50%;
  }
  #block-wellstone-legacy-impact-25-years .content h3 {
    font: 30px/32px 'crimson_textsemibold', serif;
    color: #098b64;
    margin: 0 0 12px;
  }
  #block-wellstone-legacy-impact-25-years .content a {
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #3cb4e7;
    font-family: 'open_sansbold', arial, helvetica, sans-serif;
  }
  #block-wellstone-legacy-impact-25-years .content a:hover {
    color: #5b5958;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-legacy-impact-25-years {
    height: 200px;
    background: url("../images/impact-25years-background.jpg") no-repeat 50% 50%;
  }
  #block-wellstone-legacy-impact-25-years .content {
    max-width: 700px;
    padding: 50px 240px 0 0;
  }
  #block-wellstone-legacy-impact-25-years .content h2 {
    top: 36px;
    right: 0;
  }
}
body.page-impact #main-wrapper .color-bar {
  display: block;
}
body.page-impact #main {
  text-align: center;
}
body.page-impact #main #page-title {
  padding: 42px 0 0;
  margin: 0 0 24px;
}
body.page-impact #main #page-title h1 {
  font-size: 60px;
  line-height: 60px;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #page-title h1 {
    font-size: 94px;
    line-height: 100px;
  }
}
body.page-impact #main .tabs {
  padding: 0 20px;
  max-width: 980px;
  margin: 0 auto;
}
body.page-impact #main #block-system-main {
  margin: 0 24px;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-system-main {
    margin: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-system-main {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
body.page-impact #main #block-system-main .node .field-name-body .field-item {
  font-size: 21px;
  line-height: 32px;
  color: #a19c99;
  margin: 0 0 42px;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-system-main .node .field-name-body .field-item {
    margin: 0 0 84px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-join {
  max-width: 560px;
  padding: 0 40px;
  margin: 0 auto 92px;
}
body.page-impact #main #block-wellstone-legacy-impact-join h4 {
  font: 40px/48px 'open_sans_lightregular', arial, helvetica, sans-serif;
  color: #5b5958;
  margin: 0 0 44px;
}
body.page-impact #main #block-wellstone-legacy-impact-join ul {
  margin: 0;
  padding: 0;
}
body.page-impact #main #block-wellstone-legacy-impact-join ul li {
  display: inline-block;
  margin: 0 8px 18px;
  padding: 0;
}
body.page-impact #main #block-wellstone-legacy-impact-join ul li a {
  display: block;
  font: 18px/60px 'open_sansbold', arial, helvetica, sans-serif;
  padding: 0 28px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0 #c25a1d;
  background: #faa61a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa61a), color-stop(100%, #f36f21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #faa61a 0%, #f36f21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#f36f21', GradientType=0);
  /* IE6-9 */
}
body.page-impact #main #block-wellstone-legacy-impact-join ul li.donate a {
  text-shadow: 0px 1px 0 #3198c4;
  background: #3cb4e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb4e7), color-stop(100%, #349cc9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3cb4e7 0%, #349cc9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb4e7', endColorstr='#349cc9', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-join {
    padding: 0 20px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-join h4 {
    font: 60px/74px 'open_sans_lightregular', arial, helvetica, sans-serif;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-join {
    margin: 0 auto 180px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy {
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy {
    background: url("../images/impact-sketch-tablet.png") no-repeat -48px 160px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy {
    background: url("../images/impact-sketch.png") no-repeat 50% 46px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content {
    min-height: 988px;
    padding: 0 20px;
    max-width: 980px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content h3 {
  color: #008961;
  font: 40px/44px 'crimson_textsemibold_italic';
  margin: 0 24px 20px;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content h3 {
    margin: 0 auto 20px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask {
  padding: 0 40px 92px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask h4 {
  font: 40px/48px 'open_sans_lightregular', arial, helvetica, sans-serif;
  color: #5b5958;
  margin: 0 0 44px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask ul {
  margin: 0;
  padding: 0;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask ul li {
  display: inline-block;
  margin: 0 8px 18px;
  padding: 0;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask ul li a {
  display: block;
  font: 18px/60px 'open_sansbold', arial, helvetica, sans-serif;
  padding: 0 28px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0 #c25a1d;
  background: #faa61a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa61a), color-stop(100%, #f36f21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #faa61a 0%, #f36f21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa61a', endColorstr='#f36f21', GradientType=0);
  /* IE6-9 */
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask ul li.donate a {
  text-shadow: 0px 1px 0 #3198c4;
  background: #3cb4e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb4e7), color-stop(100%, #349cc9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3cb4e7 0%, #349cc9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3cb4e7 0%, #349cc9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb4e7', endColorstr='#349cc9', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask {
    padding: 0 78px 92px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask h4 {
    font: 60px/74px 'open_sans_lightregular', arial, helvetica, sans-serif;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .ask {
    padding: 0 140px 100px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy {
  text-align: left;
  padding: 0 0 400px;
  background: url("../images/impact-sketch-mobile.png") no-repeat 50% bottom;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body {
  padding: 0 24px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote {
  color: #5b5958;
  font: 20px/28px 'crimson_textroman', sans-serif;
  border: none;
  padding: 0;
  margin: 0 0 8px;
  position: relative;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote div,
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote p {
  display: inline;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote:before {
  color: #3cb4e7;
  font: 20px/28px 'crimson_textroman', sans-serif;
  content: "\201C";
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote:after {
  color: #3cb4e7;
  font: 20px/28px 'crimson_textroman', sans-serif;
  content: "\201D";
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy {
    padding: 0 0 70px;
    background: none;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body {
    margin: 0 0 0 280px;
    padding: 0 0 0 32px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body blockquote:before {
    position: absolute;
    font: 80px/80px 'crimson_textroman', sans-serif;
    top: -8px;
    left: -32px;
    height: 80px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy {
    margin: 0 60px 70px 560px;
    min-height: 660px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .philosophy .body {
    margin: 0;
    min-height: 420px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past {
  text-align: left;
  margin: 0 0 100px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles {
  font-size: 0;
  text-align: center;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .slide {
  margin: 0 auto;
  width: 160px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle {
  vertical-align: top;
  margin: 0 15px;
  width: 130px;
  height: 130px;
  background: #a1bf19;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 18px;
  padding: 0 15px;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle span {
  padding-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #5b5958;
  font-family: 'crimson_textsemibold_italic', serif;
}
body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle strong {
  display: block;
  font-weight: 400;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle {
    width: 170px;
    height: 170px;
    font-size: 15px;
    line-height: 21px;
    padding: 0 25px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle.last {
    margin: 0;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle span {
    padding-top: 24px;
    font-size: 21px;
    line-height: 30px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle strong {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .slide {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .slide .circle {
    margin: 0 3px;
  }
  html.flexbox body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  html.flexbox body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .circle {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-philosophy .content .past .circles .slide .circle {
    margin: 0 8px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-what {
  padding: 0 24px;
  margin: 0 auto 110px;
  max-width: 980px;
}
body.page-impact #main #block-wellstone-legacy-impact-what h3 {
  font-size: 40px;
  line-height: 40px;
  color: #5b5958;
}
body.page-impact #main #block-wellstone-legacy-impact-what .content .content {
  max-width: 560px;
  margin: 0 auto;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs {
  margin: 42px 0;
  padding: 0;
  list-style: none;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li {
  padding: 0;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li {
    margin: 0 42px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li a {
  font: 13px/18px 'open_sansbold', arial, helvetica, sans-serif;
  display: block;
  color: #5b5958;
  text-transform: uppercase;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li a .icon {
  font-size: 42px;
  line-height: 42px;
  display: block;
  margin: 0 auto 12px;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li a.active {
  color: #f36f20;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li a.active.organizations {
  color: #755195;
}
body.page-impact #main #block-wellstone-legacy-impact-what ul.tabs li a.active.technology {
  color: #2384c5;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-bin {
  display: none;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation {
  position: relative;
  max-width: 432px;
  margin: 0 auto;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0 auto;
  -webkit-perspective: 862px;
  -moz-perspective: 862px;
  -ms-perspective: 862px;
  -o-perspective: 862px;
  perspective: 862px;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images .face {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images .face img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images.flipped,
body.page-impact #main #block-wellstone-legacy-impact-what .images-animation .images .face2 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-what {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-what {
    padding: 0;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map {
  background: #f6f6f6;
  padding: 100px 0 0;
  margin: 0 0 84px;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map {
    overflow: hidden;
    padding: 100px 0 72px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map > h3 {
  color: #5b5958;
  font-size: 40px;
  line-height: 42px;
  margin: 0 42px 24px;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content {
    height: 500px;
    position: relative;
    min-width: 940px;
    margin: 0 auto;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper {
  margin: 0 12px 48px;
  position: relative;
  padding-top: 65.359477124%;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper #impact-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper .instructions {
  display: none;
}
@media only screen and (min-width: 768px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper {
    margin: 0 42px 48px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper {
    max-width: 1088px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 500px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper #impact-map {
    left: auto;
    width: 850px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper .instructions {
    display: block;
    position: absolute;
    color: #fff;
    width: 360px;
    right: 180px;
    top: 140px;
    font: 21px/32px 'crimson_textsemibold_italic';
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    text-align: left;
    padding: 24px 40px 24px 90px;
    background: #008961 url("../images/impact-instructions.png") no-repeat 30px 50%;
    background-color: rgba(0, 137, 97, 0.8);
    opacity: 1;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .map-wrapper .instructions.hide {
    opacity: 0;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area {
  background: #ffe600;
  text-align: left;
  padding: 42px 24px 54px;
  display: none;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area.show {
  display: block;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .inner h3 {
  color: #008961;
  font-size: 30px;
  line-height: 38px;
  font-family: 'crimson_textitalic';
  margin: 0 0 10px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .stories {
  margin: 24px 0 0;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .stories h3 {
  color: #008961;
  font: 13px/15px 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .stories ul li {
  display: inline-block;
  margin: 0 2px 0 0;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .stories ul li a {
  display: block;
  width: 50px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  text-align: center;
  color: #a1bf19;
  font-size: 21px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area a.close {
  display: none;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area {
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    text-align: left;
    position: absolute;
    top: -165px;
    right: 0;
    bottom: -72px;
    background: #ffe600;
    background: rgba(255, 230, 0, 0.8);
    width: 320px;
    padding: 92px 40px 124px;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area.show {
    opacity: 1;
    z-index: 99;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area a.close {
    cursor: pointer;
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/impact-map-close.png") no-repeat 0 0;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .wellstone-legacy-focus-area .stories {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map .content a.learn-more {
  display: none;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content a.learn-more {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 145px;
    right: 0;
    width: 105px;
    height: 210px;
    background: #ffe600;
    -webkit-border-radius: 105px 0 0 105px;
    border-radius: 105px 0 0 105px;
    background-clip: padding-box;
    text-transform: uppercase;
    font: 11px/14px 'open_sansbold', arial, helvetica, sans-serif;
    padding: 84px 12px 84px 20px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    -ms-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content a.learn-more:hover {
    color: #008961;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content a.learn-more.show {
    opacity: 1;
    z-index: 99;
  }
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas {
  width: 270px;
  margin: 24px auto;
  z-index: 99;
  position: relative;
}
html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas {
  height: 135px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas h3 {
  color: #008961;
  font: 18px/22px 'crimson_textitalic';
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas {
  background: #008961;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li {
  display: none;
}
html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.active {
  display: block;
}
html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas.open li {
  display: block;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li {
  color: #fff;
  height: 90px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.select {
  padding: 0 40px 0 0;
  font: 21px/90px 'crimson_textsemibold_italic', serif;
  background: url("../images/impact-instructions-mobile.png") no-repeat 210px 50%;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li a {
  text-transform: uppercase;
  text-align: left;
  padding: 0 12px 0 80px;
  color: #fff;
  cursor: pointer;
  height: 90px;
  display: block;
  font: 13px/18px 'open_sansbold', arial, helvetica, sans-serif;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  background: url("../images/focus-areas.png?2") no-repeat 0 0;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li a span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.reclaim a {
  background-position: 0 -90px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.strengthen a {
  background-position: 0 -180px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.create a {
  background-position: 0 -270px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.win a {
  background-position: 0 -360px;
}
body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.movement a {
  background-position: 0 -450px;
}
@media only screen and (min-width: 980px) {
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas {
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
  }
  html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas {
    height: auto;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas h3 {
    display: none;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas {
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 336px;
    z-index: 99;
  }
  html.js body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li {
    display: block;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li {
    display: block;
    height: 90px;
    border-top: 1px solid #e3e3e3;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.select {
    display: none !important;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.develop {
    border-top: none;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li a {
    padding: 0 24px 0 92px;
    border-left: 6px solid #f6f6f6;
    background-color: #f6f6f6;
    color: #008961;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li:hover a {
    background-color: #008961;
    color: #fff;
    border-left: 6px solid #008961;
  }
  body.page-impact #main #block-wellstone-legacy-impact-map .content .focus-areas ul#focus-areas li.active a {
    background-color: #008961;
    color: #fff;
    border-left: 6px solid #ffe600;
  }
}
#tribute-node-form #edit-actions input.form-submit,
#wellstone-contact-form input.form-submit,
#wellstone-program-contact-form input.form-submit {
  visibility: hidden;
}
.field-name-field-button {
  margin: 0 0 23px;
}
#tribute-node-form #edit-actions a.form-submit,
#wellstone-contact-form a.form-submit,
#wellstone-program-contact-form a.form-submit,
#wellstone-resource-download-form .form-submit,
#wellstone-resource-download-form a.cancel,
.field-name-field-button a,
.node-slide .content .field-name-field-button a,
a.button,
a.submit-your-tribute {
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  height: 40px;
  line-height: 41px;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0 19px;
  margin: 0;
  border: none;
  color: #fff;
  font-family: 'open_sansregular';
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #f37121 url("../images/button-background.png") repeat-x 0 0;
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 #c25a1d;
  -moz-text-shadow: 0 1px 0 #c25a1d;
  -webkit-text-shadow: 0 1px 0 #c25a1d;
}
#eyebrow .block > h3 a:hover,
#tribute-node-form #edit-actions a.form-submit:hover,
#wellstone-contact-form a.form-submit:hover,
#wellstone-program-contact-form a.form-submit:hover,
#wellstone-resource-download-form .form-submit:hover,
.field-name-field-button a:hover,
.node-slide .content .field-name-field-button a:hover,
a.button:hover,
a.submit-your-tribute:hover {
  background-position: 0 -40px;
}
body.front #content .region-content #block-wellstone-legacy-hero {
  display: none;
}
/*
body.front #content .region-content #block-wellstone-legacy-hero {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 1020px;
  height: 420px;
  z-index: 99;
}

body.front #content .region-content #block-wellstone-legacy-hero .content a {
  display: block;
  width: 1020px;
  height: 420px;
  text-indent: -9999px;
  background: url(../images/background-home-wellstone.png) no-repeat;
}
*/
body.front #block-wellstone-event-homepage {
  margin: 60px auto;
  padding: 0 24px;
  position: relative;
}
body.front #block-wellstone-event-homepage > h3 {
  font-size: 29px;
  line-height: 36px;
  color: #5b5958;
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 60px 0 0;
}
body.front #block-wellstone-event-homepage a.more {
  clear: both;
}
@media only screen and (max-width: 767px) {
  body.front #block-wellstone-event-homepage .content > .item-list {
    overflow: hidden;
    margin: 0 0 36px;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul {
    padding: 0;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul li {
    margin: 32px 0;
  }
  body.front #block-wellstone-event-homepage .content .node {
    height: auto !important;
    margin: 0;
  }
  body.front #block-wellstone-event-homepage .content .node h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 0 100px;
  }
  body.front #block-wellstone-event-homepage .content .node .field-name-field-location {
    margin: 0 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  body.front #block-wellstone-event-homepage {
    padding: 0 42px;
  }
  body.front #block-wellstone-event-homepage > h3 {
    font-size: 30px;
  }
  body.front #block-wellstone-event-homepage .content > .item-list {
    overflow: hidden;
    margin: 0 0 36px;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul {
    padding: 24px 0 0;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul li {
    width: 32.212475634%;
    margin: 0 0 0 3.50877193%;
    padding: 0 0 0 3.50877193%;
    border-left: 1px solid #ccc;
    float: left;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul li.first {
    width: 28.557504873%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  body.front #block-wellstone-event-homepage .content .node {
    margin: 0;
  }
  body.front #block-wellstone-event-homepage .content .node .field-name-field-date {
    float: none;
  }
  body.front #block-wellstone-event-homepage .content .node h3 {
    margin: 18px 0 0;
    font-size: 21px;
  }
  body.front #block-wellstone-event-homepage .content .node .field-name-field-location {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.front #block-wellstone-event-homepage {
    padding: 0 20px;
    max-width: 980px;
  }
  body.front #block-wellstone-event-homepage .content > .item-list {
    margin: 0;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul {
    padding: 24px 0 0;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul li {
    width: 32.446808511%;
    margin: 0 0 0 2.553191489%;
    padding: 0 0 0 2.553191489%;
    border-left: 1px solid #ccc;
    float: left;
  }
  body.front #block-wellstone-event-homepage .content > .item-list ul li.first {
    width: 29.787234%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  body.front #block-wellstone-event-homepage .content a.more {
    position: absolute;
    top: 60px;
    right: 20px;
    line-height: 30px;
  }
  body.front #block-wellstone-event-homepage .content .node {
    margin: 0;
  }
  body.front #block-wellstone-event-homepage .content .node h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 0 100px;
  }
  body.front #block-wellstone-event-homepage .content .node .field-name-field-date {
    float: left;
  }
  body.front #block-wellstone-event-homepage .content .node .field-name-field-location {
    margin: 0 0 0 100px;
  }
}
body.front #block-wellstone-legacy-what {
  position: relative;
  margin: 0 auto;
  padding-top: 401px;
  width: 940px;
  height: 100px;
  overflow: hidden;
}
body.front #block-wellstone-legacy-what > h3 {
  float: left;
  width: 220px;
  line-height: 100px;
  font-size: 18px;
  margin: 0;
  color: #ffe600;
}
body.front #block-wellstone-legacy-what .content {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  font-family: 'crimson_textroman';
  width: 700px;
  float: right;
  padding: 14px 0 0;
}
#block-wellstone-event-map {
  margin: 48px 0 0;
}
#block-wellstone-event-map #map-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}
#block-wellstone-event-map #map-wrapper #map-canvas {
  height: 320px;
  margin: 0;
}
#block-wellstone-event-map #map-wrapper .node.below {
  display: none;
  padding: 0 24px;
  margin: 24px 0;
}
#block-wellstone-event-map #map-wrapper .node.below .content {
  padding: 24px 0 0;
  margin: 0;
  clear: left;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-event-map #map-wrapper #map-canvas {
    height: 560px;
  }
  #block-wellstone-event-map #map-wrapper .node.below {
    display: none;
  }
}
#block-wellstone-blog-homepage {
  margin: 48px 24px;
}
#block-wellstone-blog-homepage h3 {
  font-size: 30px;
  line-height: 30px;
  color: #5b5958;
  margin: 0;
}
#block-wellstone-blog-homepage > .content a.more {
  clear: both;
}
#block-wellstone-blog-homepage > .content .node {
  margin: 24px 0;
  line-height: 13px;
}
#block-wellstone-blog-homepage > .content .node a.image {
  display: block;
  margin: 0 0 18px;
}
#block-wellstone-blog-homepage > .content .node a.image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-wellstone-blog-homepage > .content .node h4 {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 6px;
}
#block-wellstone-blog-homepage > .content .node .field-name-field-publication-date {
  line-height: 13px;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #ececec;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-blog-homepage {
    margin: 60px 42px;
  }
  #block-wellstone-blog-homepage .content .node {
    float: left;
    width: 30.6382979%;
    margin: 24px 0 24px 4.0425532%;
  }
  #block-wellstone-blog-homepage .content .node:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-blog-homepage {
    margin: 60px auto;
    max-width: 980px;
    padding: 0 20px;
    position: relative;
  }
  #block-wellstone-blog-homepage .content a.more {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 30px;
  }
}
body.front #block-wellstone-legacy-impact {
  margin: 60px auto;
  padding: 0;
  color: #5b5958;
}
body.front #block-wellstone-legacy-impact > h3 {
  color: #5b5958;
  font-size: 30px;
  line-height: 30px;
  margin: 0 24px 24px;
}
body.front #block-wellstone-legacy-impact .inner {
  font-size: 13px;
  line-height: 21px;
  margin: 0 24px 24px;
}
body.front #block-wellstone-legacy-impact .inner a.more {
  margin-top: 8px;
  display: block;
  line-height: 14px;
}
body.front #block-wellstone-legacy-impact .circles {
  font-size: 0;
  text-align: center;
}
body.front #block-wellstone-legacy-impact .circles .slide {
  margin: 0 auto;
  width: 160px;
}
body.front #block-wellstone-legacy-impact .circles .circle {
  vertical-align: top;
  margin: 0 15px;
  width: 130px;
  height: 130px;
  background: #a1bf19;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: lowercase;
  font-size: 13px;
  line-height: 18px;
  padding: 0 15px;
}
body.front #block-wellstone-legacy-impact .circles .circle span {
  padding-top: 10px;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #5b5958;
  font-family: 'crimson_textsemibold_italic', serif;
}
body.front #block-wellstone-legacy-impact .circles .circle strong {
  display: block;
  font-weight: 400;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  body.front #block-wellstone-legacy-impact {
    margin: 60px auto;
    padding: 0 42px;
    color: #5b5958;
  }
  body.front #block-wellstone-legacy-impact > h3 {
    margin: 0 0 24px;
  }
  body.front #block-wellstone-legacy-impact .inner {
    margin: 0 0 24px;
  }
  html.flexbox body.front #block-wellstone-legacy-impact .circles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  html.flexbox body.front #block-wellstone-legacy-impact .circles li {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.front #block-wellstone-legacy-impact {
    margin: 60px auto;
    width: 980px;
    padding: 0 20px;
  }
  body.front #block-wellstone-legacy-impact .inner {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
    font-size: 13px;
    line-height: 21px;
  }
  body.front #block-wellstone-legacy-impact .inner a.more {
    margin-top: 8px;
    display: block;
    line-height: 14px;
  }
}
body.section-blog #sidebar,
body.section-news #sidebar {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
body.section-blog #sidebar > .region,
body.section-news #sidebar > .region {
  margin: 0 -1px;
  background: url("../images/sidebar-gradient-bottom-white.png") repeat-x left bottom;
}
body.section-blog #sidebar > .region > .block:first-child,
body.section-news #sidebar > .region > .block:first-child {
  background: url("../images/sidebar-gradient-top-white.png") repeat-x left top;
}
body.section-blog #sidebar .block,
body.section-news #sidebar .block {
  padding: 26px 31px 20px;
}
@media only screen and (max-width: 767px) {
  body.section-blog #sidebar,
  body.section-news #sidebar {
    margin: 36px 0 0;
    border: none;
  }
  body.section-blog #sidebar > .region,
  body.section-news #sidebar > .region {
    margin: 0;
    background: none;
  }
  body.section-blog #sidebar > .region > .block:first-child,
  body.section-news #sidebar > .region > .block:first-child {
    background: none;
  }
  body.section-blog #sidebar .block,
  body.section-news #sidebar .block {
    padding: 0;
    margin: 0 0 36px;
  }
}
body.one-sidebar #sidebar .block > h3 {
  margin: 0 0 20px;
}
body.one-sidebar #sidebar .block .content > .item-list > ul {
  margin: 0;
  padding: 0;
}
body.one-sidebar #sidebar .block .content > .item-list > ul > li {
  margin: 0 0 2px;
  padding: 0;
}
body.one-sidebar #sidebar .block .content > .item-list > ul > li > a {
  display: block;
}
#footer-wrapper {
  background: #575554;
}
#footer-wrapper #footer {
  position: relative;
  padding: 0 24px;
}
#footer-wrapper #footer #footer-social {
  position: relative;
  text-align: center;
  padding: 0 0 100px;
}
#footer-wrapper #footer #footer-social a {
  height: 22px;
  line-height: 22px;
  color: #a1a1a1;
  text-align: center;
  display: inline-block;
  width: 40px;
  font-size: 20px;
}
#footer-wrapper #footer #footer-social a.twitter {
  font-size: 22px;
}
#footer-wrapper #footer #footer-social a.twitter:hover {
  color: #3CB4E7;
}
#footer-wrapper #footer #footer-social a.facebook:hover {
  color: #3CB4E7;
}
#footer-wrapper #footer #footer-social a span {
  display: block;
  overflow: hidden;
  text-indent: -999em;
}
#footer-wrapper #footer #footer-social a.home {
  position: absolute;
  bottom: 48px;
  width: 128px;
  left: 50%;
  margin-left: -64px;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  background: url("../images/logo-footer.png") no-repeat 50%;
}
html.backgroundsize #footer-wrapper #footer #footer-social a.home {
  background: url("../images/logo-footer@2x.png") no-repeat 50%;
  background-size: 100%;
}
html.backgroundsize.svg #footer-wrapper #footer #footer-social a.home {
  background: url("../images/logo-footer.svg") no-repeat;
  background-size: 100%;
}
#footer-wrapper #footer #block-menu-menu-footer-menu {
  height: 20px;
  margin: 0 0 54px;
}
#footer-wrapper #footer #block-menu-menu-footer-menu h2 {
  display: none;
}
#footer-wrapper #footer #block-menu-menu-footer-menu ul.menu {
  padding: 0;
  margin: 0;
  text-align: center;
}
#footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
}
#footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li a {
  display: block;
  line-height: 20px;
  padding: 0 20px;
  color: #fff;
}
#footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li a:hover {
  color: #3cb4e7;
}
#footer-wrapper #footer .region-footer {
  padding-top: 60px;
}
#footer-wrapper #footer .region-footer #block-wellstone-tweet {
  margin: 0 0 48px;
  padding: 0;
  line-height: 30px;
  font-size: 21px;
  color: #fff;
  position: relative;
}
#footer-wrapper #footer .region-footer #block-wellstone-tweet a {
  color: #a1bf19;
}
#footer-wrapper #footer .region-footer #block-wellstone-tweet h3 {
  line-height: 30px;
  margin: 0 0 16px 42px;
}
#footer-wrapper #footer .region-footer #block-wellstone-tweet h3 a {
  color: #3cb4e7;
  font-size: 13px;
}
#footer-wrapper #footer .region-footer #block-wellstone-tweet:after {
  content: "\f099";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  display: block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  text-align: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00aced;
  font-size: 14px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper #footer {
    padding: 0 42px;
  }
  #footer-wrapper #footer .region-footer {
    padding-bottom: 128px;
  }
  #footer-wrapper #footer .region-footer #block-wellstone-tweet {
    margin: 0;
  }
  #footer-wrapper #footer #footer-social {
    position: absolute;
    bottom: 54px;
    left: 42px;
    right: 42px;
    height: 22px;
    text-align: right;
    padding: 0;
  }
  #footer-wrapper #footer #footer-social a.home {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    width: 127px;
    float: left;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu {
    position: absolute;
    bottom: 54px;
    right: 142px;
    height: 20px;
    z-index: 10;
    margin: 0;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li {
    display: block;
    float: left;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li a {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 980px) {
  #footer-wrapper #footer {
    margin: 0 auto;
    max-width: 980px;
    padding: 0 24px;
  }
  body.front #footer-wrapper #footer {
    max-width: 1120px;
  }
  #footer-wrapper #footer #footer-social {
    bottom: auto;
    top: 32px;
    left: 20px;
    right: 20px;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu {
    bottom: auto;
    top: 32px;
    right: 120px;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li {
    display: block;
    float: left;
  }
  #footer-wrapper #footer #block-menu-menu-footer-menu ul.menu li a {
    padding: 0 0 0 20px;
  }
  #footer-wrapper #footer .region-footer {
    padding: 110px 0 0;
  }
  #footer-wrapper #footer .region-footer #block-wellstone-tweet {
    margin: 0 0 72px;
    padding: 0 0 0 110px;
  }
  #footer-wrapper #footer .region-footer #block-wellstone-tweet h3 {
    line-height: 20px;
    margin: 0 0 6px;
  }
  #footer-wrapper #footer .region-footer #block-wellstone-tweet:after {
    top: 4px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 32px;
  }
}
#page-title {
  font-size: 36px;
  line-height: 42px;
  font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
  margin: 0 0 22px;
}
@media only screen and (min-width: 768px) {
  #page-title {
    font-size: 60px;
    line-height: 66px;
  }
}
#page-title a.rss,
#page-title h1 {
  display: inline;
  vertical-align: middle;
}
#page-title a.rss {
  display: inline-block;
  min-height: 30px;
  width: 30px;
  background: url("../images/icon-rss.png") no-repeat 0 50%;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
}
#page-title a.rss:hover {
  background-position: -30px 50%;
}
body.node-type-event #page-title,
body.node-type-news #page-title,
body.node-type-person #page-title {
  margin: 0 0 4px;
}
@media only screen and (min-width: 768px) {
  body.node-type-resource #page-title,
  body.page-about-staff.section-about #page-title,
  body.page-about-trainers.section-about #page-title,
  body.page-events #page-title,
  body.page-news.section-news #page-title,
  body.page-programs.section-programs #page-title,
  body.page-resources #page-title,
  body.page-resources.section-resources #page-title,
  body.page-tools-resources.section-tools-resources #page-title,
  body.page-tools.section-tools #page-title,
  body.section-blog #page-title {
    font-size: 60px;
    line-height: 66px;
  }
}
body.node-type-resource #page-title {
  margin-right: 310px;
}
@media only screen and (max-width: 767px) {
  body.node-type-resource #page-title {
    margin-right: 0;
    font-size: 42px;
    line-height: 48px;
  }
}
/* About Page */
body.page-about #page-title {
  text-align: center;
  font-size: 54px;
  line-height: 60px;
}
html.backgroundsize body.page-about #main {
  background: url("../images/about-collage.png") no-repeat 50% 92px;
  background-size: 340px;
}
html.backgroundsize body.page-about #main #block-system-main {
  padding-top: 240px;
}
@media only screen and (min-width: 768px) {
  body.page-about #page-title {
    text-align: left;
    font-size: 80px;
    line-height: 80px;
  }
  html.backgroundsize body.page-about #main {
    background: url("../images/about-collage.png") no-repeat 0 112px;
    background-size: 420px;
  }
  html.backgroundsize body.page-about #main #block-system-main {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-about #page-title {
    width: 460px;
    float: left;
  }
  body.page-about #main {
    max-width: 1124px;
    padding: 60px 92px;
    background: url("../images/about-collage.png") no-repeat 30px 154px;
  }
  body.page-about #content {
    padding-bottom: 60px;
    width: auto;
    float: none;
    min-height: 420px;
  }
  body.page-about #content .region,
  body.page-about #content div.tabs {
    margin-left: 460px;
  }
  body.page-about #block-system-main-menu > h2 {
    color: #5b5958;
    font-size: 30px;
    line-height: bold;
  }
  body.page-about #sidebar {
    width: auto;
    float: none;
    clear: both;
    border-top: 1px solid #e5e5e5;
    padding: 44px 0 0;
  }
  html.backgroundsize body.page-about #main {
    background: url("../images/about-collage.png") no-repeat 30px 154px;
    background-size: auto;
  }
  html.backgroundsize body.page-about #main #block-system-main {
    padding: 0;
  }
}
#block-system-main-menu ul.menu {
  padding: 0;
  margin: 24px 0 0;
}
#sidebar #block-system-main-menu ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
  font-size: 15px;
}
body.page-news #main-wrapper .color-bar,
body.page-publications #main-wrapper .color-bar,
body.page-resources #main-wrapper .color-bar,
body.section-blog #main-wrapper .color-bar,
body.section-publications #main-wrapper .color-bar {
  display: block;
}
body.page-news #main-wrapper #page-title,
body.page-publications #main-wrapper #page-title,
body.page-resources #main-wrapper #page-title,
body.section-blog #main-wrapper #page-title,
body.section-publications #main-wrapper #page-title {
  text-align: center;
}
body.node-type-blog #main-wrapper .color-bar,
body.node-type-resource #main-wrapper .color-bar {
  display: block;
}
body.node-type-blog #main-wrapper #page-title,
body.node-type-resource #main-wrapper #page-title {
  text-align: left;
}
#block-wellstone-news-latest {
  margin-top: 30px;
}
#block-wellstone-news-latest .content .item-list ul {
  margin: 0;
  padding: 0;
}
#block-wellstone-news-latest .content .item-list ul li {
  margin: 0;
  padding: 0;
}
.node-news.node-teaser {
  margin: 0 0 26px;
}
.node-news.node-teaser h3 {
  margin: 0;
}
.node-news.node-teaser .submitted,
.node-person .submitted,
.node-tribute .submitted {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-legacy-featured .node-tribute .field-name-field-photo {
    max-width: 42.2712934%;
    float: right;
    margin: 0 0 10px 20px;
  }
}
#tribute-node-form #recaptcha_table,
#wellstone-contact-form #recaptcha_table,
#wellstone-program-contact-form #recaptcha_table {
  width: 100%;
}
#tribute-node-form .text-format-wrapper {
  position: relative;
}
#tribute-node-form .description,
#wellstone-contact-form .description,
#wellstone-program-contact-form .description {
  display: none;
  position: absolute;
  top: 0;
  width: 121px;
  background: #008961;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  padding: 10px 12px;
}
#tribute-node-form .left .description {
  left: -160px;
}
#tribute-node-form .left .description:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: -8px;
  height: 12px;
  width: 8px;
  background: url("../images/arrow-green.png") no-repeat -17px 50%;
}
#tribute-node-form .right .description,
#wellstone-contact-form .description,
#wellstone-program-contact-form .description {
  right: -160px;
}
#tribute-node-form .right .description:after,
#wellstone-contact-form .description:after,
#wellstone-program-contact-form .description:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -8px;
  height: 12px;
  width: 8px;
  background: url("../images/arrow-green.png") no-repeat 0 50%;
}
#tribute-node-form .form-item,
#wellstone-contact-form .form-item,
#wellstotone-program-contact-form .form-item {
  margin: 0 0 10px;
  position: relative;
}
#block-wellstone-stay-connected .content form input.form-text,
#eyebrow .block input.form-text,
#tribute-node-form .form-item-field-photo-und-0.jquery-once-1-processed,
#tribute-node-form input.form-text,
#wellstone-contact-form input.form-text,
#wellstone-program-contact-form input.form-text,
#wellstone-resource-download-form input.form-textt {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px 0 #ddd;
  -moz-box-shadow: inset 0 2px 4px 0 #ddd;
  box-shadow: inset 0 2px 4px 0 #ddd;
}
#block-wellstone-stay-connected .content form input.form-text,
#eyebrow .block input.form-text {
  height: 22px;
  line-height: 24px;
  font-size: 11px;
  width: 153px;
  margin: 0 2px 0 0;
}
#block-wellstone-stay-connected .content form a.form-submit,
#eyebrow .block a.form-submit {
  float: left;
  width: 69px;
  height: 28px;
  background: url("../images/sign-up.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  margin: 7px 0 0;
}
#block-wellstone-stay-connected .content form a.form-submit:hover,
#eyebrow .block a.form-submit:hover {
  background-position: 0 -28px;
}
#tribute-node-form #edit-field-state-und {
  width: 158px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#tribute-node-form .field-name-field-agree input.form-checkbox {
  float: left;
}
#tribute-node-form .field-name-field-agree label {
  font-size: 11px;
  line-height: 15px;
  padding-left: 24px;
  display: block;
}
@media only screen and (min-width: 980px) {
  #tribute-node-form {
    width: 778px;
  }
  #tribute-node-form .left {
    float: left;
    width: 300px;
  }
  #tribute-node-form .left input.form-text {
    width: 278px;
    margin: 0;
  }
  #tribute-node-form .left .field-name-field-state {
    float: left;
  }
  #tribute-node-form .left .field-name-field-zip {
    float: right;
  }
  #tribute-node-form .left #edit-field-zip-und-0-value {
    width: 110px;
  }
  #tribute-node-form .right {
    float: right;
    width: 460px;
  }
}
#tribute-node-form .right textarea,
#wellstone-contact-form textarea,
#wellstone-program-contact-form textarea {
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 23px;
  padding: 10px;
  width: 100%;
  height: 120px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 4px 0 #ddd;
  -moz-box-shadow: inset 0 2px 4px 0 #ddd;
  box-shadow: inset 0 2px 4px 0 #ddd;
}
#block-wellstone-stay-connected .content form label,
#eyebrow .block label,
#tribute-node-form .form-type-select > label,
#tribute-node-form .form-type-textarea > label,
#tribute-node-form .form-type-textfield > label,
#wellstone-blog-archive-form .form-type-select > label,
#wellstone-contact-form .form-type-select > label,
#wellstone-contact-form .form-type-textarea > label,
#wellstone-contact-form .form-type-textfield > label,
#wellstone-program-contact-form .form-type-select > label,
#wellstone-program-contact-form .form-type-textarea > label,
#wellstone-program-contact-form .form-type-textfield > label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#tribute-node-form #edit-actions,
#wellstone-contact-form #edit-actions,
#wellstone-program-contact-form #edit-actions {
  margin: 0 0 10px;
}
#tribute-node-form .form-item-field-photo-und-0 .image-widget-data,
#tribute-node-form .form-item-field-photo-und-0.jquery-once-1-processed .image-widget {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#tribute-node-form .form-item-field-photo-und-0 label {
  display: none;
  float: left;
}
#tribute-node-form .form-item-field-photo-und-0.jquery-once-1-processed label {
  display: block;
}
#tribute-node-form .form-item-field-photo-und-0 .more {
  float: right;
  height: 32px;
  line-height: 34px;
}
#tribute-node-form .form-item-field-photo-und-0 div.image-preview {
  padding: 0;
}
#tribute-node-form .form-item-field-photo-und-0 div.image-preview img {
  display: block;
}
#tribute-node-form .form-item-field-photo-und-0 .success {
  float: left;
  padding: 0 0 0 12px;
  color: #a1bf19;
  line-height: 32px;
  height: 34px;
}
#wellstone-contact-form,
#wellstone-program-contact-form {
  width: 100%;
}
#wellstone-blog-archive-form #edit-date,
#wellstone-contact-form #edit-category,
#wellstone-contact-form #edit-state,
#wellstone-program-contact-form #edit-category,
#wellstone-program-contact-form #edit-location,
#wellstone-program-contact-form #edit-state {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#wellstone-blog-archive-form #edit-date {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wellstone-contact-form .form-item-state,
  #wellstone-program-contact-form .form-item-state {
    width: 20.434782609%;
  }
  #block-wellstone-stay-connected .content form .form-item {
    float: left;
  }
  #wellstone-program-contact-form .form-item-email,
  #wellstone-program-contact-form .form-item-first-name,
  #wellstone-program-contact-form .form-item-organization,
  #wellstone-program-contact-form .form-item-state {
    float: left;
  }
  #wellstone-contact-form .form-item-email,
  #wellstone-contact-form .form-item-first-name,
  #wellstone-contact-form .form-item-state {
    float: left;
  }
  #wellstone-contact-form .form-item-last-name,
  #wellstone-contact-form .form-item-phone,
  #wellstone-program-contact-form .form-item-last-name,
  #wellstone-program-contact-form .form-item-location,
  #wellstone-program-contact-form .form-item-phone {
    float: right;
  }
  #wellstone-program-contact-form .form-item-organization {
    width: 58.043478261%;
  }
  #wellstone-program-contact-form .form-item-location {
    width: 34.347826087%;
  }
  #wellstone-contact-form .form-item-first-name,
  #wellstone-contact-form .form-item-last-name,
  #wellstone-program-contact-form .form-item-first-name,
  #wellstone-program-contact-form .form-item-last-name {
    width: 48.043478261%;
  }
  #wellstone-contact-form .form-item-email,
  #wellstone-program-contact-form .form-item-email {
    margin: 0 2.173913043% 0 0;
    width: 40%;
  }
  #wellstone-contact-form .form-item-phone,
  #wellstone-program-contact-form .form-item-phone {
    width: 34.347826087%;
  }
}
#block-wellstone-event-page {
  padding-top: 36px;
}
.node-event.node-full .submitted,
.node-news.node-full .submitted,
.node-person.node-full .submitted,
.node-speech.node-full .submitted {
  margin: 0 0 23px;
}
.node-event.node-full .submitted,
.node-person .submitted,
.node-speech .submitted {
  line-height: 14px;
}
.node-event.node-full .submitted .field,
.node-speech .submitted .field {
  font-size: 11px;
  line-height: 14px;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  display: inline-block;
}
.node-event.node-full .submitted .field-name-field-date,
.node-speech .submitted .field-name-field-speech-date,
.node-speech.node-full .submitted .field-name-field-location {
  border-right: 1px solid #f1f1f1;
}
.node-news .field {
  border-left: 1px solid #f1f1f1;
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  display: inline-block;
}
.node-event .field-applications {
  margin: 12px 0;
}
.node-event .field-applications span {
  display: inline-block;
  padding: 1px 8px 0;
  text-transform: uppercase;
  font: 400 12px/22px 'open_sansbold', arial, helvetica, sans-serif;
  color: #a19c99;
  border: 1px solid #ccc;
}
.node-event.node-teaser {
  margin-bottom: 40px;
}
.node-event.node-teaser .field-name-field-date {
  margin-top: 6px;
  float: left;
  width: 100px;
  font-size: 15px;
  line-height: 22px;
  color: #a19c99;
  font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
}
.node-event.node-teaser .field-type-datetime span.date {
  font-size: 26px;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
}
.node-event.node-teaser h3 {
  margin: 0 0 0 125px;
  font-size: 17px;
}
.node-event.node-teaser .content {
  margin: 12px 0 0 125px;
}
.node-event.node-teaser .field-name-field-location {
  margin: 0 0 0 125px;
  font-size: 12px;
}
.node-event.node-teaser .field-applications {
  margin: 6px 0 0 125px;
}
body.page-events #sidebar {
  border: none;
}
body.page-events #sidebar .block {
  padding: 0;
}
#block-wellstone-widget-sidebar {
  position: relative;
}
#block-wellstone-widget-sidebar > h3 {
  text-transform: uppercase;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #5b5958;
  font-size: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 48px;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
#block-wellstone-widget-sidebar a.start-over {
  position: absolute;
  line-height: 24px;
  top: -24px;
  right: 0;
  font-size: 18px;
  font-family: 'crimson_textitalic';
}
#block-wellstone-widget-sidebar #wellstone-widget .answer,
#block-wellstone-widget-sidebar #wellstone-widget .question-wrapper {
  display: none;
}
#block-wellstone-widget-sidebar #wellstone-widget #question-1 {
  display: block;
}
#block-wellstone-widget-sidebar #wellstone-widget img {
  display: none;
}
@media only screen and (min-width: 980px) {
  #block-wellstone-widget-sidebar #wellstone-widget img {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
  }
  #block-wellstone-widget-sidebar #wellstone-widget .question-wrapper {
    padding-left: 112px;
  }
}
#block-wellstone-widget-sidebar #wellstone-widget h4 {
  color: #008961;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 16px;
  font-family: 'crimson_textsemibold_italic', serif;
}
#block-wellstone-widget-sidebar #wellstone-widget h4 em {
  font-family: 'crimson_textsemibold_italic', serif;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-widget-sidebar #wellstone-widget h4 {
    text-align: center;
    margin: 0 0 48px;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-widget-sidebar #wellstone-widget h4 {
    text-align: left;
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #block-wellstone-widget-sidebar #wellstone-widget #question-1 {
    text-align: center;
  }
  #block-wellstone-widget-sidebar #wellstone-widget #question-1 a.question {
    vertical-align: top;
    width: 38%;
    display: inline-block;
    text-align: left;
  }
  #block-wellstone-widget-sidebar #wellstone-widget #question-2 {
    text-align: center;
  }
  #block-wellstone-widget-sidebar #wellstone-widget #question-2 a.question {
    vertical-align: top;
    width: 14%;
    display: inline-block;
    text-align: left;
  }
  #block-wellstone-widget-sidebar #wellstone-widget #question-3 {
    text-align: center;
  }
  #block-wellstone-widget-sidebar #wellstone-widget #question-3 a.question {
    vertical-align: top;
    width: 34%;
    display: inline-block;
    text-align: left;
  }
}
#block-wellstone-widget-sidebar #wellstone-widget a.question {
  display: block;
  color: #5b5958;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  font-size: 15px;
  line-height: 21px;
  background: url("../images/widget-button.png") no-repeat 0 0;
}
#block-wellstone-widget-sidebar #wellstone-widget a.question:hover {
  background-position: 0 -400px;
}
#block-wellstone-widget-sidebar #wellstone-widget .answer h4 {
  color: #a1bf19;
  line-height: 34px;
  font-size: 32px;
}
#block-wellstone-widget-sidebar #wellstone-widget .answer p {
  margin: 0 0 16px;
}
#block-wellstone-widget-sidebar #wellstone-widget .answer li a {
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 0 8px;
}
#block-wellstone-widget-content {
  clear: both;
  margin: 48px auto;
  padding: 60px 24px;
  width: auto;
  background: #008961;
  color: #fff;
  text-align: center;
}
#block-wellstone-widget-content > h3 {
  color: #fff;
  font-size: 29px;
  line-height: 32px;
  margin: 0 0 18px;
}
#block-wellstone-widget-content a.start-over {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 0 0 0 18px;
  font-weight: 400;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  background: url("../images/resources-calculator-reset.png") no-repeat 0 50%;
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  -o-transition: opacity 100ms ease;
  -ms-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}
#block-wellstone-widget-content a.start-over:hover {
  opacity: 0.8;
}
#block-wellstone-widget-content #wellstone-widget {
  margin: 0 0 24px;
}
#block-wellstone-widget-content #wellstone-widget .answer,
#block-wellstone-widget-content #wellstone-widget .question-wrapper {
  display: none;
}
#block-wellstone-widget-content #wellstone-widget img {
  float: left;
  display: block;
  margin: 0 15px 15px 0;
}
#block-wellstone-widget-content #wellstone-widget h4 {
  max-width: 460px;
  color: #fff;
  margin: 0 0 24px;
  font: 400 24px/24px 'crimson_textsemibold_italic', serif;
}
#block-wellstone-widget-content #wellstone-widget h4 em {
  font: 400 24px/24px 'crimson_textsemibold_italic', serif;
}
#block-wellstone-widget-content #wellstone-widget a.question {
  display: block;
  background: #f6f6f6;
  font-size: 13px;
  line-height: 18px;
  height: 75px;
  padding: 0 24px;
  width: auto;
  text-transform: uppercase;
  color: #5b5958;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  margin: 0 0 4px;
}
#block-wellstone-widget-content #wellstone-widget a.question span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-wellstone-widget-content #wellstone-widget a.question.long {
  line-height: 18px;
}
#block-wellstone-widget-content #wellstone-widget a.question:hover {
  background-color: #d1e6e0;
}
#block-wellstone-widget-content #wellstone-widget #question-1 {
  display: block;
}
#block-wellstone-widget-content #wellstone-widget #question-1 a.question {
  text-align: left;
  line-height: 18px;
  padding: 0 24px;
  background: #f6f6f6;
}
html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question {
  padding: 0 24px 0 64px;
  background: #f6f6f6 url("../images/widget-homepage-bg-v2.png") no-repeat 0 0;
  background-size: 64px;
}
html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-2 {
  background-position: 0 -230px;
}
html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-3 {
  background-position: 0 -460px;
}
html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-4 {
  background-position: 0 -690px;
}
html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-5 {
  background-position: 0 -920px;
}
#block-wellstone-widget-content #wellstone-widget #question-1 a.question:hover {
  background-color: #d1e6e0;
}
#block-wellstone-widget-content #wellstone-widget .answer {
  margin: 24px 0 0;
  text-align: left;
}
#block-wellstone-widget-content #wellstone-widget .answer h4 {
  text-align: center;
  font-family: 'crimson_textitalic', sans-serif;
  line-height: 24px;
  font-size: 22px;
  margin: 0 0 16px;
}
#block-wellstone-widget-content #wellstone-widget .answer p {
  margin: 0 0 16px;
}
#block-wellstone-widget-content #wellstone-widget .answer ul {
  padding: 46px 0 0;
  overflow: auto;
}
#block-wellstone-widget-content #wellstone-widget .answer ul li a {
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0 0 16px;
  padding: 0 0 0 30px;
  background: url("../images/widget-arrow.png") no-repeat;
}
#block-wellstone-widget-content #wellstone-widget .answer ul li a:hover {
  color: #a1bf19;
}
#block-wellstone-widget-content #wellstone-widget .answer#answer-advanced ul {
  padding-top: 76px;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-widget-content {
    padding: 60px 42px;
  }
  #block-wellstone-widget-content > h3 {
    line-height: 30px;
    white-space: nowrap;
  }
  #block-wellstone-widget-content #wellstone-widget img {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
  }
  #block-wellstone-widget-content #wellstone-widget .question-wrapper {
    font-size: 0;
    text-align: center;
  }
  #block-wellstone-widget-content #wellstone-widget h4 {
    width: 67.2965116%;
    margin: 0 auto 24px;
  }
  #block-wellstone-widget-content #wellstone-widget a.question {
    font-size: 13px;
    height: 70px;
    padding: 9px 40px;
    width: 34%;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
  }
  #block-wellstone-widget-content #wellstone-widget a.question.long {
    line-height: 18px;
  }
  #block-wellstone-widget-content #wellstone-widget a.question:hover {
    background-color: #d1e6e0;
  }
  #block-wellstone-widget-content #wellstone-widget #question-3 a.question {
    width: 49%;
  }
  #block-wellstone-widget-content #wellstone-widget #question-1 a.question {
    text-align: center;
    line-height: 18px;
    height: 180px;
    padding: 100px 24px 0;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question {
    padding: 100px 24px 0;
    background: #f6f6f6 url("../images/widget-homepage-bg-v2.png") no-repeat 50% 0;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-2 {
    background-position: 50% -360px;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-3 {
    background-position: 50% -720px;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-4 {
    background-position: 50% -1080px;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question.question-5 {
    background-position: 50% -1440px;
  }
  #block-wellstone-widget-content #wellstone-widget .answer {
    margin: 48px 0 0;
  }
  #block-wellstone-widget-content #wellstone-widget .answer .inner {
    float: left;
    width: 422px;
    margin: 0 48px 0 0;
  }
  #block-wellstone-widget-content #wellstone-widget .answer h4 {
    width: auto;
    line-height: 30px;
    font-size: 30px;
    margin: 0 0 12px;
  }
  #block-wellstone-widget-content #wellstone-widget .answer p {
    margin: 0 0 16px;
  }
  #block-wellstone-widget-content #wellstone-widget .answer#answer-advanced ul {
    padding-top: 76px;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-widget-content {
    padding: 60px;
    max-width: 1060px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
  }
  #block-wellstone-widget-content > h3 {
    font-size: 30px;
  }
  #block-wellstone-widget-content #wellstone-widget h4 {
    width: auto;
  }
  #block-wellstone-widget-content #wellstone-widget img {
    float: left;
    display: block;
    margin: 0 15px 15px 0;
  }
  #block-wellstone-widget-content #wellstone-widget a.question {
    width: 24.680851064%;
  }
  #block-wellstone-widget-content #wellstone-widget #question-1 a.question {
    height: 240px;
    padding-top: 124px;
    width: 19.57446808%;
    margin: 0.212765957%;
  }
  html.backgroundsize #block-wellstone-widget-content #wellstone-widget #question-1 a.question {
    padding-top: 124px;
  }
  #block-wellstone-widget-content #wellstone-widget #question-1 a.question span {
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #block-wellstone-widget-content #wellstone-widget .answer {
    margin: 48px 0 0;
  }
  #block-wellstone-widget-content #wellstone-widget .answer .inner {
    float: left;
    width: 422px;
    margin: 0 48px 0 0;
  }
  #block-wellstone-widget-content #wellstone-widget .answer h4 {
    text-align: left;
    line-height: 30px;
    font-size: 30px;
    margin: 0 0 12px;
  }
  #block-wellstone-widget-content #wellstone-widget .answer p {
    margin: 0 0 16px;
  }
  #block-wellstone-widget-content #wellstone-widget .answer#answer-advanced ul {
    padding-top: 76px;
  }
}
#block-wellstone-speech-speeches > .content .column {
  margin: 0 0 60px;
}
@media only screen and (min-width: 980px) {
  body.page-legacy-speeches #content {
    width: 620px;
  }
  #block-wellstone-speech-speeches > .content {
    margin: 29px 0 0;
  }
  #block-wellstone-speech-speeches > .content .column {
    margin: 0;
    float: left;
    width: 300px;
  }
  #block-wellstone-speech-speeches > .content .column.right {
    float: right;
  }
}
#block-wellstone-speech-speeches > .content .item-list > h3 {
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #5b5958;
  font-size: 13px;
  margin: 0 0 2px;
}
#block-wellstone-speech-speeches > .content .item-list ul.no-title {
  margin-top: 32px;
}
#block-wellstone-speech-speeches > .content .node-speech h3 {
  margin: 0;
}
.node-speech.node-teaser {
  margin: 0 0 23px;
}
#block-wellstone-legacy-promo {
  margin-bottom: 1em;
}
#block-wellstone-legacy-promo > h3 a {
  display: block;
  height: 360px;
  text-indent: -9999px;
  background: url("../images/legacy-sidebar.png") no-repeat;
}
#block-wellstone-legacy-promo > .content {
  text-align: center;
}
#block-wellstone-legacy-promo > .content a.more {
  display: inline-block;
  padding-right: 26px;
  background: url("../images/more-arrow.png") no-repeat right;
}
#block-wellstone-legacy-promo .content a.tenth-birthday {
  display: none;
}
html.backgroundsize #block-wellstone-legacy-promo .content a.tenth-birthday {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/wellstone-sidebar-10thbirthday.jpg") no-repeat 50% 0;
  background-size: 100%;
}
body.page-programs #main-wrapper .color-bar {
  display: block;
}
body.page-programs #main-wrapper #page-title {
  text-align: center;
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff > .content > .item-list > ul,
  #block-wellstone-people-trainers > .content > .item-list > ul,
  #block-wellstone-program-programs > .content > .item-list > ul {
    margin: 0 -13px;
  }
}
#block-wellstone-people-staff > .content > .item-list > ul > li,
#block-wellstone-people-trainers > .content > .item-list > ul > li,
#block-wellstone-program-programs > .content > .item-list > ul > li {
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-people-staff > .content > .item-list > ul > li,
  #block-wellstone-people-trainers > .content > .item-list > ul > li,
  #block-wellstone-program-programs > .content > .item-list > ul > li {
    float: left;
    margin: 0 0.414078675% 20px;
    width: 32.505175983%;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff > .content > .item-list > ul > li,
  #block-wellstone-people-trainers > .content > .item-list > ul > li,
  #block-wellstone-program-programs > .content > .item-list > ul > li {
    margin: 0 4px 20px;
    width: 314px;
    height: 240px;
  }
}
#block-wellstone-people-staff .node-person,
#block-wellstone-people-trainers .node-person,
#block-wellstone-program-programs .node-program {
  width: 100%;
  padding-top: 76%;
  position: relative;
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff .node-person,
  #block-wellstone-people-trainers .node-person,
  #block-wellstone-program-programs .node-program {
    width: 314px;
    height: 240px;
  }
}
#block-wellstone-people-staff .node-person .field-name-field-image,
#block-wellstone-people-trainers .node-person .field-name-field-image,
#block-wellstone-program-programs .node-program .field-name-field-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff .node-person .field-name-field-image,
  #block-wellstone-people-trainers .node-person .field-name-field-image,
  #block-wellstone-program-programs .node-program .field-name-field-image {
    border: 1px solid #e7e7e7;
    left: 6px;
    right: 6px;
  }
}
#block-wellstone-people-staff .node-person .field-name-field-image a,
#block-wellstone-people-trainers .node-person .field-name-field-image a,
#block-wellstone-program-programs .node-program .field-name-field-image a {
  display: block;
}
#block-wellstone-people-staff .node-person .field-name-field-image img,
#block-wellstone-people-trainers .node-person .field-name-field-image img,
#block-wellstone-program-programs .node-program .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
#block-wellstone-people-staff .node-person .banner,
#block-wellstone-people-trainers .node-person .banner,
#block-wellstone-program-programs .node-program .banner {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3cb3e7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3cb3e7 0%, #2692ce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb3e7), color-stop(100%, #2692ce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3cb3e7 0%, #2692ce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3cb3e7 0%, #2692ce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3cb3e7 0%, #2692ce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3cb3e7 0%, #2692ce 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb3e7', endColorstr='#2692ce', GradientType=0);
  /* IE6-9 */
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff .node-person .banner,
  #block-wellstone-people-trainers .node-person .banner,
  #block-wellstone-program-programs .node-program .banner {
    height: 50px;
    bottom: auto;
    top: 77.083333333%;
    background: url("../images/matrix-banner.png") no-repeat;
  }
}
#block-wellstone-people-staff .node-person .banner h3,
#block-wellstone-people-trainers .node-person .banner h3,
#block-wellstone-program-programs .node-program .banner h3 {
  margin: 0;
}
#block-wellstone-people-staff .node-person .banner h3 a,
#block-wellstone-people-trainers .node-person .banner h3 a,
#block-wellstone-program-programs .node-program .banner h3 a {
  color: #fff;
  display: block;
  line-height: 43px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-people-staff .node-person .banner h3 a,
  #block-wellstone-people-trainers .node-person .banner h3 a,
  #block-wellstone-program-programs .node-program .banner h3 a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff .node-person .banner h3 a,
  #block-wellstone-people-trainers .node-person .banner h3 a,
  #block-wellstone-program-programs .node-program .banner h3 a {
    font-size: 15px;
  }
}
#block-wellstone-people-staff .node-person .banner h3 a,
#block-wellstone-people-trainers .node-person .banner h3 a {
  line-height: 16px;
  font-size: 11px;
  padding: 10px 0;
}
@media only screen and (min-width: 980px) {
  #block-wellstone-people-staff .node-person .banner h3 a,
  #block-wellstone-people-trainers .node-person .banner h3 a {
    padding: 7px 0 4px;
  }
}
#block-wellstone-people-staff .node-person .banner h3 span,
#block-wellstone-people-trainers .node-person .banner h3 span {
  display: block;
  font-size: 15px;
}
.node-person.node-full .field-name-field-image {
  float: left;
  margin: 0 20px 10px 0;
}
.node-tribute.node-teaser {
  margin: 0 0 23px;
}
.node-tribute.node-teaser > h3 {
  margin: 0;
}
.node-tribute.node-teaser.has-video > h3 a {
  display: inline-block;
  padding-right: 54px;
  line-height: 30px;
  background: url("../images/tribute-icons.png") no-repeat right -30px;
}
.node-tribute.node-teaser.has-photo > h3 a {
  display: inline-block;
  padding-right: 54px;
  line-height: 30px;
  background: url("../images/tribute-icons.png") no-repeat right -60px;
}
.node-tribute.node-teaser.has-video.has-photo > h3 a {
  background-position: right 0;
}
.node-tribute .submitted {
  margin: 0 0 12px;
}
.node-tribute .field-name-field-photo,
.node-tribute .field-name-field-video {
  margin: 0 0 23px;
}
.node-tribute .field-name-field-photo img {
  display: block;
}
html.backgroundsize body.page-legacy.section-legacy #main {
  padding-top: 200px;
  background: url("../images/logo-legacy-v2.png") no-repeat 50% -80px;
  background-size: 272px;
}
body.page-legacy.section-legacy #content {
  background: url("../images/background-photos-v2.jpg") no-repeat -164px bottom;
  padding: 0 24px 240px;
  margin: 0 -24px;
}
body.page-legacy.section-legacy #content .node-page .content {
  font-size: 21px;
  line-height: 27px;
  color: #a19c99;
}
body.page-legacy.section-legacy #page-title {
  font-size: 60px;
  line-height: 60px;
  font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
  margin: 0 0 14px;
}
body.page-legacy.section-legacy #page-title .ampersand {
  font-size: 40px;
}
body.page-legacy.section-legacy #block-system-main-menu {
  margin: 0 0 72px;
}
@media only screen and (min-width: 768px) {
  body.page-legacy.section-legacy #main {
    position: relative;
  }
  html.backgroundsize body.page-legacy.section-legacy #main {
    padding: 0;
    background: none;
  }
  body.page-legacy.section-legacy #content {
    min-height: 942px;
    margin: 0 -42px;
    width: auto;
    float: none;
    padding: 48px 42px 240px 320px;
    background: url("../images/background-photos-v2.jpg") no-repeat -146px bottom;
  }
  body.page-legacy.section-legacy #content:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -42px;
    width: 277px;
    height: 682px;
    background: url("../images/logo-legacy-tablet.jpg") no-repeat 0 0;
    z-index: 99;
  }
  body.page-legacy.section-legacy #sidebar {
    width: auto;
    float: none;
    margin: 0 0 84px;
  }
  body.page-legacy.section-legacy #page-title {
    font-size: 94px;
    line-height: 94px;
    font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
    margin: 0 0 14px;
  }
  body.page-legacy.section-legacy #page-title .ampersand {
    font-size: 51px;
  }
  body.page-legacy.section-legacy #block-wellstone-legacy-featured {
    margin: 0 -42px;
    padding: 0 42px;
    background: url("../images/background-legacy-bottom.png") no-repeat -310px 0;
  }
  body.page-legacy.section-legacy #block-wellstone-legacy-featured > .content {
    padding: 0 0 0 52px;
  }
  html.csscolumns body.page-legacy.section-legacy #block-system-main-menu ul.menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 980px) {
  body.page-legacy.section-legacy #top {
    position: absolute;
  }
  body.page-legacy.section-legacy #top.moving {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 101;
  }
  body.page-legacy.section-legacy #top #header #name-and-slogan {
    position: absolute;
    left: -171px;
    top: -40px;
    padding: 0;
  }
  body.page-legacy.section-legacy #top #header #name-and-slogan a,
  html.backgroundsize body.page-legacy.section-legacy #top #header #name-and-slogan a {
    width: 481px;
    height: 459px;
    background: url("../images/logo-legacy-v2.png") no-repeat;
  }
  body.page-legacy.section-legacy #main {
    padding: 60px 20px !important;
  }
  body.page-legacy.section-legacy #main-wrapper {
    padding-top: 161px;
    background: #fff url("../images/background-photos-v2.jpg") no-repeat 50% 475px;
  }
  body.page-legacy.section-legacy #page-title {
    line-height: 72px;
  }
  body.page-legacy.section-legacy #content {
    min-height: 440px;
    margin: 0 0 180px;
    padding: 0 0 0 400px;
    background: none;
  }
  body.page-legacy.section-legacy #content:after {
    display: none;
  }
  body.page-legacy.section-legacy #sidebar {
    margin: 0;
    background: url("../images/background-legacy-bottom.png") no-repeat;
  }
  body.page-legacy.section-legacy #block-system-main-menu {
    width: 300px;
    float: left;
  }
  html.csscolumns body.page-legacy.section-legacy #block-system-main-menu ul.menu {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
  body.page-legacy.section-legacy #block-wellstone-legacy-featured {
    margin: 0;
    padding: 0;
    background: none;
    float: right;
    width: 540px;
  }
  body.page-legacy.section-legacy #block-wellstone-legacy-featured > .content {
    padding: 0;
  }
}
body.page-legacy.section-legacy #block-system-main-menu > h3,
body.page-legacy.section-legacy #block-wellstone-legacy-featured > h3 {
  font-size: 30px;
  line-height: 30px;
  color: #5b5958;
}
body.page-legacy.section-legacy #block-system-main-menu > h3 a,
body.page-legacy.section-legacy #block-wellstone-legacy-featured > h3 a {
  font-size: 12px;
  text-transform: uppercase;
  color: #3cb4e7;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
#block-wellstone-legacy-featured > .content > .item-list > ul > li .node-tribute {
  display: none;
}
#block-wellstone-legacy-featured > .content > .item-list > ul > li.first .node-tribute {
  display: block;
}
#block-wellstone-legacy-featured .node-tribute > h4 {
  font-family: 'crimson_textitalic', sans-serif;
  font-size: 21px;
  line-height: 24px;
  color: #a19c99;
}
#block-wellstone-legacy-featured .node-tribute > h4 a {
  color: #a1bf19;
}
#block-wellstone-legacy-featured .node-tribute .content {
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 27px;
}
#block-wellstone-legacy-featured .node-tribute .meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#block-wellstone-legacy-featured .node-tribute .meta a.more {
  display: inline-block;
  line-height: 47px;
  height: 47px;
  font-size: 10px;
  padding-right: 26px;
  background: url("../images/more-arrow.png") no-repeat right 50%;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-legacy-featured .node-tribute .meta a.more {
    float: left;
  }
  #block-wellstone-legacy-featured .node-tribute .meta .item-list {
    float: right;
    height: 47px;
  }
  #block-wellstone-legacy-featured .node-tribute .meta .item-list ul {
    float: right;
    margin-top: 13px;
  }
}
#block-wellstone-legacy-featured ul.dots {
  float: left;
  margin-top: 22px;
}
#block-wellstone-legacy-featured ul.dots li {
  display: inline-block;
  margin: 0 4px 0 0;
}
#block-wellstone-legacy-featured ul.dots li a {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url("../images/dots.png") no-repeat 0 0;
}
#block-wellstone-legacy-featured ul.dots li a.active {
  background-position: 0 -11px;
}
#block-wellstone-legacy-featured ul.nav {
  float: right;
  margin-top: 22px;
}
#block-wellstone-legacy-featured ul.nav li {
  display: inline-block;
  margin-left: 20px;
}
#block-wellstone-legacy-featured ul.nav li a {
  cursor: pointer;
}
.node-tribute .meta .item-list > h3 {
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a19c99;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .node-tribute .meta .item-list > h3 {
    float: left;
    line-height: 47px;
    height: 47px;
    margin: 0 10px 0 0;
  }
}
.node-tribute.node-full .meta .item-list ul {
  margin: 0 0 23px;
}
.node-tribute .meta .item-list li {
  height: 20px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .node-tribute .meta .item-list li {
    float: left;
    width: 100px;
    margin: 0;
  }
}
.node-tribute .meta .item-list li.pinterest {
  width: 70px;
}
body.page-contact #block-wellstone-contact,
body.page-programs-contact #block-wellstone-program-contact {
  margin: 0 0 24px;
}
@media only screen and (min-width: 980px) {
  body.page-contact #block-system-main,
  body.page-programs-contact #block-system-main {
    float: left;
    width: 31.914893617%;
  }
  body.page-contact #block-wellstone-contact,
  body.page-programs-contact #block-wellstone-program-contact {
    margin: 0;
    float: right;
    width: 65.957446809%;
  }
}
#block-wellstone-legacy-promo-splash {
  min-height: 220px;
}
#block-wellstone-legacy-promo-splash .content {
  padding: 0 0 40px;
}
#block-wellstone-legacy-promo-splash .content a.more {
  display: block;
  width: 152px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url("../images/button-tribute-submit-small.png") no-repeat 0 0;
}
#block-wellstone-legacy-promo-splash .content a.more:hover {
  background-position: 0 -28px;
}
#block-wellstone-stay-connected {
  min-height: 220px;
}
#block-wellstone-stay-connected .content p {
  margin: 0 0 10px;
}
#block-wellstone-stay-connected .content form .form-item,
#block-wellstone-stay-connected .content form a.form-submit {
  margin: 0;
}
body.section-splash {
  border-top: 10px solid #f6f6f6;
}
body.section-splash #footer .region-footer {
  padding-top: 90px;
}
body.section-splash #footer #footer-social {
  top: 35px;
}
body.section-splash #footer #block-menu-menu-footer-menu {
  top: 35px;
  right: 0;
}
body.section-splash #sidebar {
  clear: left;
  float: none;
  width: auto;
  border: none;
}
body.section-splash #main-wrapper {
  padding: 0;
}
body.section-splash #main {
  max-width: none;
  width: auto;
  padding: 0;
  margin: 0;
}
body.section-splash #main #content {
  float: none;
  width: auto;
}
body.section-splash #main #content .node-page.splash-25-years {
  text-align: center;
  padding: 52px 0 116px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body.section-splash #main #content .node-page.splash-25-years .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    height: 605px;
    z-index: 0;
    text-align: center;
    overflow: hidden;
    background: url("../images/splash-25years-bg.jpg") no-repeat 50% 20px;
    display: none;
  }
}
body.section-splash #main #content .node-page.splash-25-years .background img {
  display: none;
  position: relative;
  z-index: 0;
  margin: 0 auto;
}
body.section-splash #main #content .node-page.splash-25-years h1 {
  font-size: 52px;
  line-height: 66px;
  color: #008961;
  position: relative;
  padding: 0 24px;
  max-width: 492px;
  margin: 0 auto 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  html.backgroundsize body.section-splash #main #content .node-page.splash-25-years h1 {
    line-height: 0;
    padding-top: 82.520325203%;
    margin: 0 auto 52px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/splash-25years-logo.png") no-repeat 50% 50%;
    background-size: 90%;
  }
}
@media only screen and (min-width: 768px) {
  body.section-splash #main #content .node-page.splash-25-years h1 {
    padding-top: 0;
    height: 406px;
    margin: 0 auto 60px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/splash-25years-logo.png") no-repeat 50% 0;
  }
}
body.section-splash #main #content .node-page.splash-25-years .content {
  position: relative;
  z-index: 1;
  padding: 0 24px;
  max-width: 688px;
  margin: 0 auto 54px;
  font-size: 21px;
  line-height: 30px;
  color: #585655;
}
body.section-splash #main #content .node-page.splash-25-years .content p {
  margin: 0 0 28px;
}
body.section-splash #main #content .node-page.splash-25-years .content p.small {
  font: 15px/32px 'open_sansbold', arial, helvetica, sans-serif;
}
body.section-splash #main #content .node-page.splash-25-years .learn {
  display: inline-block;
  padding: 0 4px;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 18px;
}
body.section-splash #main #content .node-page.splash-25-years .learn a.arrow {
  line-height: 54px;
  background-position: right 16px;
}
body.section-splash #main #content .node-page.splash-25-years .skip {
  color: #008961;
  font-size: 15px;
  line-height: 50px;
}
body.section-splash #main #content .node-page.splash-25-years .skip:hover {
  color: #a1bf19;
}
body.section-splash #main #content .node-page.splash-10th-anniversary {
  padding: 90px 0 0;
  margin: 0 auto 100px;
  width: 620px;
}
body.section-splash #main #content .node-page.splash-10th-anniversary > .content {
  margin: 50px 0 23px;
  font-size: 18px;
  line-height: 28px;
  color: #a19c99;
}
body.section-splash #main #content .node-page.splash-10th-anniversary > .content p.small {
  font-size: 13px;
  line-height: 23px;
  color: #5b5958;
}
body.section-splash #main #content .node-page.splash-10th-anniversary a.birthday {
  display: block;
  height: 401px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url("../images/splash-we-are-wellstone.jpg") no-repeat 50% 50%;
}
body.section-splash #main #content .node-page.splash-10th-anniversary .birthday-button {
  text-align: center;
  margin: 0 0 100px;
}
body.section-splash #main #content .node-page .skip {
  text-align: center;
}
body.section-splash #main #content .node-page a.arrow {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #3cb4e7;
  padding-right: 28px;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  background: url("../images/skip-arrow.png") no-repeat right 50%;
}
body.section-splash #main #content .node-page a.arrow:hover {
  color: #5b5958;
}
body.cke_show_borders {
  padding: 1em 1.2em;
}
body.node-type-blog #main-wrapper {
  background: #fff;
}
body.node-type-blog #page-title {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body.node-type-blog #page-title {
    font-size: 60px;
    line-height: 66px;
    margin: 0 0 16px;
  }
}
.color-bar {
  height: 10px;
  display: none;
}
.color-bar span {
  display: block;
  width: 25%;
  float: left;
  height: 10px;
  background: #058c63;
}
.color-bar span.color-2 {
  background: #a1bf19;
}
.color-bar span.color-3 {
  background: #3cb4e7;
}
.color-bar span.color-4 {
  background: #2484c6;
}
.addthis_toolbox {
  margin-top: 12px;
}
.addthis_toolbox .addthis_button_email .at16nc.at16t_email {
  height: 20px;
  width: 55px;
  background: url("../images/btn-email.png") no-repeat 0 0;
}
.node-blog .addthis_toolbox {
  float: right;
}
.node-blog .meta {
  margin: 32px 0 40px;
}
.node-blog .meta .field-name-field-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 45px;
  height: 45px;
}
.node-blog .meta .field-name-field-avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.node-blog .meta .submitted {
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
}
.node-blog .meta .submitted a {
  font-family: 'open_sansbold';
}
@media only screen and (max-width: 767px) {
  .node-blog .meta {
    margin: 16px 0 20px;
  }
  .node-blog .meta .field-name-field-avatar {
    display: none;
  }
  .node-blog .image-container {
    float: none !important;
    margin: 0 auto 24px !important;
    max-width: 100% !important;
  }
  .node-blog .image-container img {
    width: 100%;
    height: auto;
  }
}
.node-blog.node-full .field-name-field-image {
  margin: 0 0 23px;
}
.node-blog.node-full .field-name-field-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.node-blog.node-full .content {
  margin: 0 0 23px;
}
.field-name-field-blog-categories .field-label,
.field-name-field-blog-tags .field-label,
.field-name-field-focus-areas .field-label,
.field-name-field-programs .field-label {
  font-weight: normal;
  font-family: 'open_sansbold';
  float: left;
  margin-right: 8px;
}
.field-name-field-blog-categories .field-item,
.field-name-field-blog-tags .field-item,
.field-name-field-focus-areas .field-item,
.field-name-field-programs .field-item {
  display: inline-block;
  margin-right: 8px;
}
.field-name-field-blog-categories .field-item a,
.field-name-field-blog-tags .field-item a,
.field-name-field-focus-areas .field-item a,
.field-name-field-programs .field-item a {
  font-family: 'open_sansitalic';
  margin-left: 8px;
}
#disqus_thread {
  margin-top: 42px;
  padding-top: 36px;
  border-top: 1px solid #ccc;
}
.node-blog.node-teaser {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.node-blog.node-teaser .field-name-field-thumbnail {
  display: none;
}
@media only screen and (min-width: 768px) {
  .node-blog.node-teaser .field-name-field-thumbnail {
    display: block;
    float: left;
    position: relative;
    width: 120px;
    height: 120px;
  }
  .node-blog.node-teaser .field-name-field-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  .node-blog.node-teaser .field-name-field-thumbnail a span.video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/button-play-blog.png") no-repeat 50% 50%;
    background-size: 50%;
  }
}
@media only screen and (min-width: 980px) {
  .node-blog.node-teaser .field-name-field-thumbnail {
    width: 200px;
    height: 200px;
  }
}
.node-blog.node-teaser .content h2 {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .node-blog.node-teaser .content {
    margin-left: 160px;
  }
}
@media only screen and (min-width: 980px) {
  .node-blog.node-teaser .content {
    margin-left: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .node-blog.node-teaser .content .image-container {
    float: none !important;
    margin: 0 auto 24px !important;
    max-width: 100% !important;
  }
  .node-blog.node-teaser .content .image-container img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .node-blog.node-teaser .content .image-container {
    float: none !important;
    margin: 0 auto 24px !important;
    max-width: 100% !important;
  }
  .node-blog.node-teaser .content .image-container img {
    width: 100%;
    height: auto;
  }
}
.node-blog.node-teaser .submitted {
  line-height: 13px;
  margin-bottom: 23px;
}
.node-blog.node-teaser .field-name-field-publication-date {
  display: inline-block;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #dbdbdb;
}
.node .image-container img {
  display: block !important;
  float: none !important;
  margin: 0 !important;
}
.node .content .image-container .caption {
  background: #ececec;
  font-size: 12px;
  line-height: 20px;
  font-family: 'open_sansitalic';
  padding: 12px 18px;
}
body.cke_editable img.media-element {
  display: block;
  margin: 0 auto 23px;
  width: 100%;
  height: auto;
}
body.cke_editable img.media-element.file-default {
  max-width: 50%;
}
body.cke_editable img.media-element.file-lefthalf {
  float: left;
  max-width: 25%;
  margin: 0 23px 23px 0;
}
body.cke_editable img.media-element.file-righthalf {
  float: right;
  max-width: 25%;
  margin: 0 0 23px 23px;
}
.node .content .wellstone-media-image {
  margin: 0 0 23px;
}
@media only screen and (min-width: 768px) {
  .node .content .wellstone-media-image.lefthalf {
    float: left;
    width: 50%;
    margin-right: 23px;
  }
  .node .content .wellstone-media-image.righthalf {
    float: right;
    width: 50%;
    margin-left: 23px;
  }
}
.node .content .wellstone-media-image img {
  width: 100%;
  height: auto;
  display: block !important;
  float: none !important;
  margin: 0 !important;
}
.node .content .wellstone-media-image figcaption {
  background: #ececec;
  font-size: 12px;
  line-height: 20px;
  font-family: 'open_sansitalic';
  padding: 12px 18px;
}
.node .content .wellstone-media-image figcaption p {
  margin: 23px 0 0;
}
.node .content .wellstone-media-image figcaption p:first-child {
  margin: 0;
}
.node-focus-area .image-container .caption {
  background: #a1bf19;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: 'open_sansitalic';
  padding: 12px 18px;
}
.node-state > h3 {
  line-height: 36px;
  color: #5b5958;
  font-weight: normal;
  font-size: 30px;
  font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
}
.node-state > h3 strong {
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
.node-state .content {
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .node-state .content {
    margin-left: 186px;
  }
}
.node-state img.icon {
  display: block;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .node-state img.icon {
    float: left;
    margin: 0;
  }
}
#block-wellstone-legacy-impact-testimonials {
  min-height: 230px;
  margin: 0 0 40px;
}
#block-wellstone-legacy-impact-testimonials .content {
  background: #3cb4e7;
  overflow: hidden;
  position: relative;
}
#block-wellstone-legacy-impact-testimonials .node-testimonial {
  width: 100%;
  background: none;
}
html.js #block-wellstone-legacy-impact-testimonials .node-testimonial {
  position: absolute;
  left: 100%;
}
html.js #block-wellstone-legacy-impact-testimonials .node-testimonial ul.arrows {
  display: block;
}
@media only screen and (min-width: 768px) {
  #block-wellstone-legacy-impact-testimonials {
    margin: 0 42px 40px;
  }
  #block-wellstone-legacy-impact-testimonials .content {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
  }
  #block-wellstone-legacy-impact-testimonials .node-testimonial {
    padding: 0 0 0 16px;
  }
}
@media only screen and (min-width: 980px) {
  #block-wellstone-legacy-impact-testimonials {
    margin: 0 auto 84px;
    padding: 0 20px;
    max-width: 1060px;
  }
  #block-wellstone-legacy-impact-testimonials .node-testimonial {
    padding: 0 60px;
  }
}
.node-testimonial.node-full {
  min-height: 230px;
  background: #3cb4e7;
  color: #fff;
}
.node-testimonial.node-full .content {
  text-align: left;
  position: relative;
  padding: 12px 36px 56px 56px;
  overflow: auto;
}
.node-testimonial.node-full .content .field-name-body {
  font-family: 'crimson_textroman', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
.node-testimonial.node-full .content .field-name-body .field-item {
  display: inline;
}
.node-testimonial.node-full .content .field-name-body .field-item:after {
  content: "\201D";
}
.node-testimonial.node-full .content .field-name-body:after {
  font-family: 'crimson_textroman', sans-serif;
  content: "\201C";
  color: #fff;
  position: absolute;
  top: 0;
  left: 28px;
  font-size: 80px;
  line-height: 80px;
  height: 80px;
  opacity: 0.4;
}
.node-testimonial.node-full .content h4 {
  margin: 0;
  color: #fff;
  font: 13px/13px 'open_sansbold', arial, helvetica, sans-serif;
}
.node-testimonial.node-full .content .field-name-field-title {
  font-size: 13px;
  line-height: 13px;
  margin: 12px 0 0;
}
@media only screen and (min-width: 768px) {
  .node-testimonial.node-full .content {
    padding: 56px 36px 56px 60px;
  }
  .node-testimonial.node-full .content .field-name-body:after {
    top: 46px;
    left: 28px;
  }
  .node-testimonial.node-full .content h4 {
    float: left;
  }
  .node-testimonial.node-full .content .field-name-field-title {
    padding: 0 0 0 14px;
    margin: 0 0 0 14px;
    border-left: 1px solid #cbebf9;
    float: left;
  }
}
@media only screen and (min-width: 980px) {
  .node-testimonial.node-full .content {
    padding: 56px 42px 56px 60px;
  }
}
.node-testimonial.node-full .avatar {
  position: relative;
  text-align: center;
  width: 260px;
  height: 140px;
  margin: 45px auto 20px;
}
.node-testimonial.node-full .avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.node-testimonial.node-full .avatar ul.arrows {
  display: none;
  margin: 0;
  padding: 0;
}
.node-testimonial.node-full .avatar ul.arrows li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 46px;
  left: 0;
}
.node-testimonial.node-full .avatar ul.arrows li a {
  cursor: pointer;
  height: 48px;
  width: 48px;
  display: block;
  background: url("../images/impact-testimonial-prev.png") no-repeat 50% 50%;
  text-indent: -9999px;
}
.node-testimonial.node-full .avatar ul.arrows li.next {
  left: auto;
  right: 0;
}
.node-testimonial.node-full .avatar ul.arrows li.next a {
  background-image: url("../images/impact-testimonial-next.png");
}
@media only screen and (min-width: 768px) {
  .node-testimonial.node-full .avatar {
    float: left;
    margin: 45px auto;
  }
}
.node-testimonial.node-teaser {
  margin: 0 0 18px;
}
.node-testimonial.node-teaser .content {
  text-align: center;
  position: relative;
}
.node-testimonial.node-teaser .content .field-type-image {
  margin: 0 auto 8px;
  width: 76px;
}
.node-testimonial.node-teaser .content .field-type-image img {
  display: block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}
.node-testimonial.node-teaser .content h3 {
  font-size: 15px;
  line-height: 20px;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #5b5958;
  margin: 0;
}
.node-testimonial.node-teaser .content .field-name-field-title {
  font-size: 13px;
  font-family: 'open_sansregular', arial, helvetica, sans-serif;
  line-height: 20px;
}
.node-testimonial.node-teaser .content ul.arrows {
  margin: 0;
  padding: 0;
}
.node-testimonial.node-teaser .content ul.arrows li {
  margin: 0 0 0 -100px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
}
.node-testimonial.node-teaser .content ul.arrows li a {
  cursor: pointer;
  height: 76px;
  width: 76px;
  display: block;
  background: no-repeat 50% 50%;
  text-indent: -9999px;
}
.node-testimonial.node-teaser .content ul.arrows li.prev a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAYAAACQcBTNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM2OUUwRDA3N0QyMDExRTM5RTQyOUNEMzNCRjAyNUNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM2OUUwRDA4N0QyMDExRTM5RTQyOUNEMzNCRjAyNUNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzY5RTBEMDU3RDIwMTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzY5RTBEMDY3RDIwMTFFMzlFNDI5Q0QzM0JGMDI1Q0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7OSlElAAAAjUlEQVR42mK8d+8eA7GAiYF4YE+sYnsgXsNErEIgDmEiViEQH2QiViE+D2IoxKUYq0IQYMGhMBiID+ELZ7wKkRUTVAhTzAbEq4C4DZ9CmOJfUBNLgdiGmLRxBIjDoDbYEJOQCGpAD2e8GrBFCkzDanQNuKIbpCEUXQO+hIShgVASRdHASGQeBJm8GiDAADz0KKbSqSHqAAAAAElFTkSuQmCC");
}
.node-testimonial.node-teaser .content ul.arrows li.prev a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAYAAACQcBTNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI3QThDRjM3REI5MTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUI3QThDRjI3REI5MTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjJFNzY0QUQ3Q0JCMTFFMzk5NDZBMjdGNDExNzkwNkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjJFNzY0QUU3Q0JCMTFFMzk5NDZBMjdGNDExNzkwNkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xq22RAAAAjklEQVR42oyT2wmAMAxFNXSsgkP4WMMvV3AGZ1D/OoHiYCZgwEdqbuD+lHPa0qRlSqkAquJMAQRXTkMoyNkIBWWBUDAHm6AFZ0GpYIA1Z7fuRiioMAQqPHNGD1RYdhw4EYEPTnedED24QIX7O7vCuykqLJZgtVuE1hJyg2QKfyP6EbzhfwgEfCsV+lOAAQDQLCjc5NVWbQAAAABJRU5ErkJggg==");
}
.node-testimonial.node-teaser .content ul.arrows li.next {
  left: auto;
  right: 50%;
  margin: 0 -100px 0 0;
}
.node-testimonial.node-teaser .content ul.arrows li.next a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAYAAACQcBTNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM2OUUwRDAzN0QyMDExRTM5RTQyOUNEMzNCRjAyNUNBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM2OUUwRDA0N0QyMDExRTM5RTQyOUNEMzNCRjAyNUNBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzY5RTBEMDE3RDIwMTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzY5RTBEMDI3RDIwMTFFMzlFNDI5Q0QzM0JGMDI1Q0EiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4hfrcgAAAA8klEQVR42ozSTUsCURjF8evrNwmEUEQxCILEchm4SAQ3IkQILlr1OVy5DdzkYkJFi8wXUBBbCC5diExfpf+Fx43ocz3wWwyeGeaOJ+D7vmeMaWBpHAmiiQ9cnVOeoYI+0q6yzRhVfCLpKtt841luiB8rhw+uB4hgiDw2WtmmgxB+cIetVrbx5LcR7rHTyjZtROXwOfyFHZ+2Ja80RdZVtnlDAu/nlG9RxEPQUbyxT0QBa618LYd8xEr7GhkZVwm/x/7ufVLooYzFqW0YOXVXVjjXtnGJLzxhoq0uJqurySZOTvRCii/yZHX8dbzKu6r5F2AAFWwr8Zb8PasAAAAASUVORK5CYII=");
}
.node-testimonial.node-teaser .content ul.arrows li.next a:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAVCAYAAACQcBTNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUI3QThDRUY3REI5MTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUI3QThDRUU3REI5MTFFMzlFNDI5Q0QzM0JGMDI1Q0EiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjJFNzY0QjE3Q0JCMTFFMzk5NDZBMjdGNDExNzkwNkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjJFNzY0QjI3Q0JCMTFFMzk5NDZBMjdGNDExNzkwNkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5oL2KlAAAA80lEQVR42ozSTUsCURjF8es49k2CQIowFIIgMV0GLRTBjQgiQQtXfg5XbYM2tRhRaQpfKlAQXQQuW0TQV/F/4XETM8+dA7/F4Jlh7nhSYRgGxpg+1sYRD/cYoJCkvEATLzhzlW3e0cIrTl1lmwk6csNxVNn/dx0igykq+NbKNkOkMcMVfrSyTSC/zVHGr1a2ecaBHL6EP9/xaR/llT5RdJVtHnCCpyTlS9Rw7TmKF/aJuMFWK5/LIav40r5GXsZVxybq794nhzEaWMVtw8ipR7LCpbaNLN7Qxoe2uiNZ3a1sInaih1LsypPV8d+hJ++qZifAADofK3BXf7aQAAAAAElFTkSuQmCC");
}
.node-testimonial.node-teaser .field-name-body {
  background: #7e4b8f;
  padding: 74px 48px;
  position: relative;
  margin: 0 0 20px;
}
.node-testimonial.node-teaser .field-name-body:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #7e4b8f;
  border-width: 10px;
  margin-left: -10px;
}
.node-testimonial.node-teaser .field-name-body > .field-items:after,
.node-testimonial.node-teaser .field-name-body > .field-items > .field-item:after {
  font-family: 'crimson_textroman', sans-serif;
  content: "\201D";
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 100px;
  line-height: 128px;
  height: 74px;
  vertical-align: middle;
  opacity: 0.2;
}
.node-testimonial.node-teaser .field-name-body > .field-items:after {
  content: "\201C";
  top: 0;
  bottom: auto;
}
.node-testimonial.node-teaser .field-name-body > .field-items > .field-item {
  font-family: 'crimson_textroman', sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
html.js .node-testimonial.node-teaser {
  /* Purple */
  /* Orange */
  /* Green */
  /* Light Green */
  /* Blue */
}
html.js .node-testimonial.node-teaser.color-1 .field-name-body {
  background: #7e4b8f;
}
html.js .node-testimonial.node-teaser.color-1 .field-name-body:after {
  border-top-color: #7e4b8f;
}
html.js .node-testimonial.node-teaser.color-2 .field-name-body {
  background: #f16f30;
}
html.js .node-testimonial.node-teaser.color-2 .field-name-body:after {
  border-top-color: #f16f30;
}
html.js .node-testimonial.node-teaser.color-3 .field-name-body {
  background: #108e68;
}
html.js .node-testimonial.node-teaser.color-3 .field-name-body:after {
  border-top-color: #108e68;
}
html.js .node-testimonial.node-teaser.color-4 .field-name-body {
  background: #86a54b;
}
html.js .node-testimonial.node-teaser.color-4 .field-name-body:after {
  border-top-color: #86a54b;
}
html.js .node-testimonial.node-teaser.color-5 .field-name-body {
  background: #2486c4;
}
html.js .node-testimonial.node-teaser.color-5 .field-name-body:after {
  border-top-color: #2486c4;
}
html.js .node-testimonial.node-teaser .field-name-body {
  background: #fff;
}
html.js .node-testimonial.node-teaser .field-name-body:after {
  border-top-color: #fff;
}
html.js body.node-type-testimonial .node-testimonial.node-teaser .field-name-body {
  background: #7e4b8f;
}
html.js body.node-type-testimonial .node-testimonial.node-teaser .field-name-body:after {
  border-top-color: #7e4b8f;
}
html.js #block-wellstone-legacy-testimonials {
  position: relative;
  overflow: hidden;
}
html.js #block-wellstone-legacy-testimonials.loaded .node-testimonial,
html.js #block-wellstone-legacy-testimonials.loaded ul.dots {
  opacity: 1;
}
html.js #block-wellstone-legacy-testimonials ul.dots {
  text-align: center;
  margin-top: 18px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
html.js #block-wellstone-legacy-testimonials ul.dots li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background: #dedede;
  cursor: pointer;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -ms-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
  /* Purple */
  /* Orange */
  /* Green */
  /* Light Green */
  /* Blue */
}
html.js #block-wellstone-legacy-testimonials ul.dots li.color-1.active,
html.js #block-wellstone-legacy-testimonials ul.dots li.color-1:hover {
  background: #7e4b8f;
}
html.js #block-wellstone-legacy-testimonials ul.dots li.color-2.active,
html.js #block-wellstone-legacy-testimonials ul.dots li.color-2:hover {
  background: #f16f30;
}
html.js #block-wellstone-legacy-testimonials ul.dots li.color-3.active,
html.js #block-wellstone-legacy-testimonials ul.dots li.color-3:hover {
  background: #108e68;
}
html.js #block-wellstone-legacy-testimonials ul.dots li.color-4.active,
html.js #block-wellstone-legacy-testimonials ul.dots li.color-4:hover {
  background: #86a54b;
}
html.js #block-wellstone-legacy-testimonials ul.dots li.color-5.active,
html.js #block-wellstone-legacy-testimonials ul.dots li.color-5:hover {
  background: #2486c4;
}
html.js #block-wellstone-legacy-testimonials > .content {
  position: relative;
}
html.js #block-wellstone-legacy-testimonials .node-testimonial {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
ul#resource-list {
  font-size: 0;
  text-align: center;
}
ul#resource-list > li {
  text-align: left;
  width: 100%;
  max-width: 326px;
  margin: 0 auto 32px;
}
@media only screen and (min-width: 768px) {
  ul#resource-list > li {
    vertical-align: top;
    width: 47.660818713%;
    display: inline-block;
    margin: 0 4.678362573% 32px 0;
  }
  ul#resource-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
ul#resource-list > li .node-resource.node-teaser .field-name-field-thumbnail img {
  border: 1px solid #ccc;
  display: block;
  border-bottom: none;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
ul#resource-list > li .node-resource.node-teaser .content {
  border: 1px solid #ccc;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAIAAADAusJtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5RjcwREI2OEUwNDExRTNCMzkxRTg3Rjg4QkM1QkQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5RjcwREI3OEUwNDExRTNCMzkxRTg3Rjg4QkM1QkQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDlGNzBEQjQ4RTA0MTFFM0IzOTFFODdGODhCQzVCRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDlGNzBEQjU4RTA0MTFFM0IzOTFFODdGODhCQzVCRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4CQp5oAAAAFElEQVR42mL49u0bEwMDAwwDBBgAKJwC6Z72IWcAAAAASUVORK5CYII=") repeat-x 50% bottom;
  padding: 24px 24px 52px;
}
@media only screen and (min-width: 980px) {
  ul#resource-list {
    text-align: left;
  }
  ul#resource-list > li {
    width: 30.85106383%;
    display: inline-block;
    margin: 0 3.723404255% 32px 0;
  }
  ul#resource-list > li:nth-child(2n) {
    margin: 0 3.723404255% 32px 0;
  }
  ul#resource-list > li:nth-child(3n) {
    margin-right: 0;
  }
}
body.node-type-resource #content {
  position: relative;
}
.node-resource.node-full #embedded_doc,
.node-resource.node-full .content .field,
.node-resource.node-full .download,
.node-resource.node-full iframe {
  margin: 0 0 36px;
}
.node-resource.node-full hr {
  margin: 0 0 30px;
  padding: 0;
  border: none;
  background: none;
  border-top: 1px solid #ccc;
}
.node-resource.node-full #embedded_doc {
  overflow: scroll;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 980px) {
  .node-resource.node-full #embedded_doc {
    width: 940px;
    height: 940px;
  }
}
.node-resource.node-full .content .field-name-field-image img {
  max-width: 100%;
  display: block;
}
.node-resource.node-teaser {
  position: relative;
  transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -webkit-transition: box-shadow 0.2s ease;
}
.node-resource.node-teaser:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.node-resource.node-teaser .content ul.terms {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
}
.node-resource.node-teaser .content ul.terms li {
  margin: 0 1px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.node-resource.node-teaser .content ul.terms li .taxonomy-term {
  position: relative;
}
.node-resource.node-teaser .content ul.terms li .field-name-field-icon img {
  display: block;
  width: 34px;
  height: 34px;
}
.node-resource.node-full ul.terms {
  position: absolute;
  top: 5px;
  right: 0;
}
.node-resource.node-full ul.terms li {
  float: right;
  width: 50px;
}
.node-resource.node-full ul.terms li .taxonomy-term {
  position: relative;
}
.node-resource.node-full ul.terms li .taxonomy-term .field-name-field-icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
}
.node-resource.node-full ul.terms li .taxonomy-term .field-name-field-icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .node-resource.node-full ul.terms {
    position: static;
    top: auto;
    right: auto;
    overflow: hidden;
    margin: 0 0 24px;
  }
  .node-resource.node-full ul.terms li {
    float: left;
    width: 30px;
  }
  .node-resource.node-full ul.terms li .taxonomy-term {
    position: relative;
  }
  .node-resource.node-full ul.terms li .taxonomy-term .field-name-field-icon {
    width: 40px;
    height: 40px;
  }
}
.node-resource ul.terms li .taxonomy-term .title {
  font-weight: 400;
  position: absolute;
  top: -30px;
  left: 14px;
  font-size: 11px;
  line-height: 23px;
  padding: 0 10px;
  color: #fff;
  background: #5b5958;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.node-resource ul.terms li .taxonomy-term:hover .title {
  opacity: 1;
}
.node-resource.node-teaser ul.terms li .taxonomy-term .title {
  left: 0;
  top: -28px;
}
.node-resource ul.terms li .taxonomy-term .title:after {
  top: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 89, 88, 0);
  border-top-color: #5b5958;
  border-width: 6px;
}
.node-resource.node-full .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
html.js .node-resource.node-full .overlay {
  display: none;
}
.node-resource.node-full .overlay form {
  width: 560px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -280px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .node-resource.node-full .overlay form {
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  .node-resource.node-full .overlay form#wellstone-resource-download-form .form-item {
    overflow: hidden;
    float: none;
    width: 100%;
  }
}
#wellstone-resource-download-form h2,
#wellstone-resource-download-form p {
  color: #5b5958;
  margin: 0 0 18px;
}
.node-resource.node-full .overlay form > div {
  padding: 36px 40px;
}
#wellstone-resource-download-form .form-item {
  margin: 0 0 10px;
  text-align: left;
}
#wellstone-resource-download-form .form-item label {
  display: none;
}
::-webkit-input-placeholder {
  color: #a19c99;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a19c99;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a19c99;
}
:-ms-input-placeholder {
  color: #a19c99;
}
#wellstone-resource-download-form input.form-text {
  font-size: 12px;
  color: #5b5958;
  width: 100%;
  outline: none;
}
#wellstone-resource-download-form input.form-text.error {
  border-color: red;
}
#wellstone-resource-download-form .form-item-first-name {
  width: 230px;
  float: left;
}
#wellstone-resource-download-form .form-item-last-name {
  width: 230px;
  float: right;
}
#wellstone-resource-download-form .form-item-email {
  width: 330px;
  float: left;
}
#wellstone-resource-download-form .form-item-state {
  width: 130px;
  float: right;
}
#wellstone-resource-download-form .form-item-state .dk_container {
  margin: 0;
  height: 32px;
}
#wellstone-resource-download-form .form-item-state .dk_toggle {
  font-size: 12px;
  line-height: 14px;
  width: 100px !important;
}
#wellstone-resource-download-form .form-item-state .dk_options_inner {
  margin: 0;
}
#wellstone-resource-download-form .form-submit,
#wellstone-resource-download-form a.cancel {
  margin: 0 2px;
  outline: none;
}
#wellstone-resource-download-form a.cancel {
  background-position: 50% -160px;
  text-shadow: 0 1px 0 #5b5958;
  -moz-text-shadow: 0 1px 0 #5b5958;
  -webkit-text-shadow: 0 1px 0 #5b5958;
}
#wellstone-resource-download-form a.cancel:hover {
  background-position: 50% -200px;
}
#wellstone-resource-download-form #edit-actions {
  margin: 30px 0 20px;
}
#wellstone-resource-download-form .disclaimer {
  font-size: 11px;
  font-family: 'open_sansitalic';
}
body.page-resources #block-system-main > .content > .item-list > h3 {
  font-size: 30px;
  line-height: 36px;
}
body.page-resources #block-system-main > .content > .item-list > h3 .taxonomy-term img {
  display: block;
  width: 60px;
  height: auto;
}
body.page-resources #block-system-main > .content > .item-list > h3 .taxonomy-term > div {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  margin: 0 16px 0 0;
}
body.page-resources #block-system-main > .content > .item-list > h3 .taxonomy-term.vocabulary-resource-type {
  color: #f37021;
}
body.page-resources #block-system-main > .content > .item-list > h3 .taxonomy-term.vocabulary-resource-category {
  color: #3cb4e7;
}
body.page-resources #block-system-main > .content > .item-list > h3 .taxonomy-term.node-focus-area {
  color: #755195;
}
.wellstone-resource-search {
  margin: 0 0 34px;
  position: relative;
}
.wellstone-resource-search header {
  background: #058c63;
  color: #fff;
  height: 60px;
  padding: 0 34px;
}
.wellstone-resource-search header h3 {
  color: #fff;
  margin: 0 30px 0 0;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'open_sansbold';
  float: left;
}
@media only screen and (max-width: 767px) {
  .wellstone-resource-search header h3 {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.wellstone-resource-search header ul.tabs {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.wellstone-resource-search header ul.tabs li {
  font-size: 13px;
  display: inline-block;
  margin: 0 10px;
  padding: 15px 0;
  position: relative;
}
.wellstone-resource-search header ul.tabs li.all {
  float: right;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wellstone-resource-search header ul.tabs li.all {
    padding: 0;
    position: absolute;
    bottom: -36px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .wellstone-resource-search header ul.tabs li.all a {
    color: #008961;
  }
  .wellstone-resource-search header ul.tabs li.all a:hover {
    background: none;
    color: #a1bf19;
  }
}
.wellstone-resource-search header ul.tabs li a {
  display: block;
  color: #fff;
  font-family: 'open_sans_semiboldregular';
  line-height: 30px;
  padding: 0 10px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: none;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.wellstone-resource-search header ul.tabs li a:hover {
  background: #016f4e;
}
.wellstone-resource-search header ul.tabs li.highlight a {
  background: #016f4e;
}
.wellstone-resource-search header ul.tabs li.highlight:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
@media only screen and (max-width: 767px) {
  .wellstone-resource-search header {
    height: auto;
    padding: 0;
  }
  .wellstone-resource-search header ul.tabs {
    border-top: 1px solid #18946f;
    text-align: center;
  }
  .wellstone-resource-search header ul.tabs li {
    margin: 0 10px;
  }
  .wellstone-resource-search header ul.tabs li a span {
    display: none;
  }
}
.wellstone-resource-search .content {
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
html.js .wellstone-resource-search .content {
  display: none;
}
html.js .wellstone-resource-search .content.initial {
  display: block;
}
.wellstone-resource-search ul.terms {
  margin: 0;
  text-align: center;
  font-size: 0;
}
.wellstone-resource-search ul.terms li {
  font-size: 13px;
  height: 60px;
  text-align: left;
  border-bottom: 1px solid #ebf6f3;
}
.wellstone-resource-search ul.terms li.last {
  border-bottom: none;
}
.wellstone-resource-search ul.terms li .taxonomy-term {
  margin: 0 24px 0 76px;
  position: relative;
  height: 60px;
}
.wellstone-resource-search ul.terms li .taxonomy-term .field-name-field-icon {
  position: absolute;
  left: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wellstone-resource-search ul.terms li .taxonomy-term .field-name-field-icon img {
  display: block;
  height: 34px;
  width: 34px;
}
.wellstone-resource-search ul.terms li .taxonomy-term .title {
  position: absolute;
  font-family: 'open_sansbold';
  font-weight: 400;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5em;
}
.wellstone-resource-search ul.terms li a {
  color: #5b5958;
  display: block;
  position: relative;
}
.wellstone-resource-search ul.terms li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.wellstone-resource-search ul.terms.hover li a:after {
  background: rgba(255, 255, 255, 0.5);
}
.wellstone-resource-search ul.terms.hover li a:hover:after {
  background: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 768px) {
  .wellstone-resource-search ul.terms li {
    height: 100px;
    float: left;
    width: 50%;
    border: none;
    border-top: 1px solid #ebf6f3;
  }
  .wellstone-resource-search ul.terms li:nth-child(1),
  .wellstone-resource-search ul.terms li:nth-child(2) {
    border-top: none;
  }
  .wellstone-resource-search ul.terms li:nth-child(2n-1) {
    border-right: 1px solid #ebf6f3;
  }
  .wellstone-resource-search ul.terms li .taxonomy-term {
    height: 100px;
    margin: 0 24px 0 110px;
  }
  .wellstone-resource-search ul.terms li .taxonomy-term .field-name-field-icon {
    left: -62px;
  }
}
@media only screen and (min-width: 980px) {
  .wellstone-resource-search ul.terms {
    padding: 24px 0;
    font-size: 0;
  }
  .wellstone-resource-search ul.terms li {
    float: none;
    height: 50px;
    display: inline-block;
    border: none;
    border-left: 1px solid #e5e5e5;
  }
  .wellstone-resource-search ul.terms li:first-child {
    border: none;
  }
  .wellstone-resource-search ul.terms li .taxonomy-term {
    height: 50px;
    margin: 0 24px 0 72px;
  }
  .wellstone-resource-search ul.terms li .taxonomy-term .field-name-field-icon {
    left: -48px;
  }
  .wellstone-resource-search ul.terms#focus-area li {
    width: 20%;
  }
  .wellstone-resource-search ul.terms#focus-area li .taxonomy-term {
    margin: 0 14px 0 64px;
  }
  .wellstone-resource-search ul.terms#category .taxonomy-term {
    margin: 0 34px 0 82px;
  }
  .wellstone-resource-search ul.terms#category li,
  .wellstone-resource-search ul.terms#type li {
    width: auto;
  }
  .wellstone-resource-search ul.terms#category li .taxonomy-term .title,
  .wellstone-resource-search ul.terms#type li .taxonomy-term .title {
    position: relative;
    font-weight: 400;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wellstone-resource-search {
    cursor: pointer;
  }
  .wellstone-resource-search .inner,
  .wellstone-resource-search ul.tabs {
    display: none;
  }
  .wellstone-resource-search.open .inner,
  .wellstone-resource-search.open ul.tabs {
    display: block;
  }
}
.item-list .wellstone-resource-sort {
  float: right;
}
.item-list .wellstone-resource-sort li {
  display: inline-block;
  line-height: 60px;
  margin: 0 0 0 20px;
}
.item-list .wellstone-resource-sort .wellstone-resource-sort a,
.item-list .wellstone-resource-sort a.active {
  display: block;
  color: #cccccc;
  font-family: 'open_sansbold';
}
.item-list .wellstone-resource-sort a.highlight {
  color: #008961;
}
@media only screen and (max-width: 767px) {
  .item-list .wellstone-resource-sort {
    float: none;
  }
  .item-list .wellstone-resource-sort li {
    margin: 0 20px 0 0;
  }
}
#wellstone-resource-search-form {
  padding: 24px;
  position: relative;
}
#wellstone-resource-search-form > div {
  border-bottom: 1px dotted #ccc;
  overflow: auto;
  position: relative;
}
#wellstone-resource-search-form .form-item-keyword {
  margin: 0 39px 0 0;
  float: left;
}
#wellstone-resource-search-form .form-item-keyword label {
  display: none;
}
#wellstone-resource-search-form .form-item-keyword input {
  font-family: 'open_sansregular';
  color: #a19c99;
  color: #5b5958;
  font-size: 30px;
  line-height: 39px;
  width: 740px;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
}
#wellstone-resource-search-form .form-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39px;
  height: 39px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: url("../images/resource-search-button.png") no-repeat right top;
  border: none;
  cursor: pointer;
}
.node-resource .content #wellstone-resource-calculator li,
.node-resource .content #wellstone-resource-calculator ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#wellstone-resource-calculator {
  background: #008961;
  padding: 0 150px 24px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#wellstone-resource-calculator.deficit {
  background: #5481c1;
}
#wellstone-resource-calculator.deficit .slides-wrapper .arrows li a {
  background-color: #3b67a5;
}
#wellstone-resource-calculator.deficit .slides-wrapper .arrows li a:hover {
  background-color: #325d99;
}
#wellstone-resource-calculator.deficit .slides-wrapper ul.slides li.slide .top {
  background: #d6e5fb;
}
#wellstone-resource-calculator.deficit .slides-wrapper ul.slides li.slide .top span.result {
  color: #546a88;
  background-image: url("../images/resources-calculator-deficit-results.png");
}
#wellstone-resource-calculator.deficit .slides-wrapper ul.slides li.slide#slide-2 .top {
  padding-top: 40px;
}
#wellstone-resource-calculator h2 {
  color: #fff;
  font-size: 29px;
  margin: 0;
  padding: 114px 0 40px;
}
#wellstone-resource-calculator .slides-wrapper {
  position: relative;
}
#wellstone-resource-calculator .slides-wrapper .arrows li {
  position: absolute;
  top: 20px;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.previous {
  left: -48px;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.previous a {
  margin-left: 4px;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.previous a:hover {
  margin-left: 0;
}
html.js #wellstone-resource-calculator .slides-wrapper .arrows li.previous a {
  display: none;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.next {
  right: -48px;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.next a {
  margin-right: 4px;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  background-position: right 50%;
}
#wellstone-resource-calculator .slides-wrapper .arrows li.next a:hover {
  margin-right: 0;
}
#wellstone-resource-calculator .slides-wrapper .arrows li a {
  display: block;
  width: 42px;
  height: 300px;
  background: #007654 url("../images/resources-calculator-arrows.png") no-repeat left 50%;
  text-align: left;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#wellstone-resource-calculator .slides-wrapper .arrows li a:hover {
  width: 48px;
  background-color: #016f4f;
}
#wellstone-resource-calculator .slides-wrapper ul.slides li.slide {
  position: relative;
  height: 340px;
  margin: 0 0 24px;
  padding: 0;
  background: #f6f6f6 url("../images/resources-calculator-slide-border.png") repeat-x 50% bottom;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 11px 13px 0 rgba(0, 0, 0, 0.3);
}
html.js #wellstone-resource-calculator .slides-wrapper ul.slides li.slide {
  display: none;
}
html.js #wellstone-resource-calculator .slides-wrapper ul.slides li.slide#slide-1 {
  display: block;
}
#wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top {
  background: #d1e6e0;
  padding: 70px 80px 30px;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
#wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top h3 {
  color: #5b5958;
  font-family: 'open_sansbold';
  margin: 0;
}
#wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top h3 em {
  font-family: 'open_sans_extraboldregular';
  font-style: normal;
}
#wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top span.result {
  display: block;
  font-size: 80px;
  color: #408266;
  background: url("../images/resources-calculator-win-results.png") no-repeat 50% 50%;
  line-height: 110px;
  height: 110px;
  margin: 16px 10px;
  font-family: 'digital-7regular';
}
#wellstone-resource-calculator li.slide .message a,
#wellstone-resource-calculator.deficit li.slide .top .description a {
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
#wellstone-resource-calculator.win li.slide .top .description a:hover {
  color: #008961;
  text-decoration: underline;
}
#wellstone-resource-calculator.win li.slide .top .description {
  color: #008961;
}
#wellstone-resource-calculator.win li.title .top {
  height: 233px;
}
#wellstone-resource-calculator.win li.title .top h3 {
  padding: 60px 0 12px;
  background: url("../images/resources-calculator-win-title.png") no-repeat 50% 0;
}
#wellstone-resource-calculator li.results .top {
  height: 55px;
  padding-top: 50px;
}
#wellstone-resource-calculator .form-item {
  width: 200px;
  display: inline-block;
  margin: 50px 0 0;
}
#wellstone-resource-calculator .percentages .form-item {
  margin: 32px 0 0;
  width: 140px;
}
#wellstone-resource-calculator.deficit .percentages .form-item {
  margin: 20px 0 0;
}
#wellstone-resource-calculator .percentages .form-item label {
  color: #008961;
  font-size: 13px;
  padding: 0 30px 0 0;
  text-transform: uppercase;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
}
#wellstone-resource-calculator.deficit .percentages .form-item label {
  color: #5481c1;
}
#wellstone-resource-calculator .form-item input.form-text {
  font-size: 30px;
  line-height: 30px;
  width: 200px;
  padding: 14px 0;
  color: #5b5958;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#wellstone-resource-calculator .form-item input.form-text.error {
  border: 1px solid red;
}
#wellstone-resource-calculator .percentages .form-item input.form-text {
  width: 78px;
}
#wellstone-resource-calculator .percentages .form-item .field-suffix {
  color: #a19c99;
  font-size: 30px;
  line-height: 60px;
  margin: 0 0 0 4px;
}
#wellstone-resource-calculator li.slide .message {
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
}
#wellstone-resource-calculator li.slide .message .win {
  margin-right: 10px;
}
#wellstone-resource-calculator li.slide .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#wellstone-resource-calculator li.slide .buttons a {
  display: inline-block;
  width: 240px;
  background: #5481c1;
  text-transform: uppercase;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  color: #fff;
  line-height: 40px;
  border-bottom: 5px solid #3b67a5;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
#wellstone-resource-calculator li.slide .buttons a.now-what {
  background: #f37021;
  border-color: #d95b0e;
}
#wellstone-resource-calculator li.slide .buttons a.now-what:hover {
  background: #fe7d2f;
}
#wellstone-resource-calculator li.slide a.find:hover {
  background-color: #638fcd;
}
#wellstone-resource-calculator li.slide ul.pages {
  position: absolute;
  top: 14px;
  left: 14px;
  height: 13px;
  background: url("../images/resources-calculator-progress-bg.png") repeat-x 50% 50%;
}
#wellstone-resource-calculator li.slide ul.pages li.page {
  display: block;
  float: left;
  width: 14px;
  height: 13px;
  margin: 0 -2px 0 8px;
  background: url("../images/resources-calculator-progress-inactive.png") no-repeat 50% 50%;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: top;
}
#wellstone-resource-calculator li.slide ul.pages li.page:first-child {
  margin: 0 -2px;
}
#wellstone-resource-calculator li.slide ul.pages li.page a {
  display: block;
  float: left;
  width: 14px;
  height: 13px;
  background: url("../images/resources-calculator-progress-active.png") no-repeat 50% 3px;
}
#wellstone-resource-calculator.deficit li.slide ul.pages {
  background-image: url("../images/resources-calculator-deficit-progress-bg.png");
}
#wellstone-resource-calculator.deficit li.slide ul.pages li.page {
  background: url("../images/resources-calculator-deficit-progress-inactive.png") no-repeat 50% 50%;
}
#wellstone-resource-calculator.deficit li.slide ul.pages li.page a {
  background: url("../images/resources-calculator-deficit-progress-active.png") no-repeat 50% 3px;
}
#wellstone-resource-calculator li.slide .help {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 21px;
  height: 30px;
  background: url("../images/resources-calculator-help.png") no-repeat 50% top;
}
#wellstone-resource-calculator li.slide .help .tip {
  text-align: left;
  position: absolute;
  top: 30px;
  right: -10px;
  font-weight: 400;
  width: 490px;
  font-size: 12px;
  line-height: 20px;
  padding: 15px;
  color: #fff;
  background: #5b5958;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  -moz-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
#wellstone-resource-calculator li.slide .help:hover .tip {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
#wellstone-resource-calculator li.slide .help .tip a {
  color: #fff;
}
#wellstone-resource-calculator li.slide .help .tip a:hover {
  color: #fff;
  text-decoration: underline;
}
#wellstone-resource-calculator li.slide .help .tip ol,
#wellstone-resource-calculator li.slide .help .tip p {
  margin: 0 0 16px;
  padding: 0;
}
#wellstone-resource-calculator li.slide .help .tip ol li {
  list-style: decimal;
  padding: 0 0 0 10px;
  margin: 0 0 0 23px;
}
#wellstone-resource-calculator li.slide .help .tip ol:last-child,
#wellstone-resource-calculator li.slide .help .tip p:last-child {
  margin: 0;
}
#wellstone-resource-calculator li.slide .help .tip:after {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(91, 89, 88, 0);
  border-bottom-color: #5b5958;
  border-width: 6px;
}
#wellstone-resource-calculator a.reset {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  padding: 0 0 0 18px;
  font-weight: 400;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  background: url("../images/resources-calculator-reset.png") no-repeat 0 50%;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
#wellstone-resource-calculator a.reset:hover {
  opacity: 0.8;
}
#wellstone-resource-calculator .how {
  display: block;
  font-size: 13px;
  margin: 24px 0 0;
  height: 180px;
  color: #fff;
}
html.js #wellstone-resource-calculator .how a {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#wellstone-resource-calculator .how a,
html.js #wellstone-resource-calculator .how.show a {
  opacity: 1;
  color: #fff;
}
#wellstone-resource-calculator .how a:hover {
  text-decoration: underline;
}
#wellstone-resource-calculator .how p {
  padding: 24px 0 0;
  margin: 0;
}
html.js #wellstone-resource-calculator .how p {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
html.js #wellstone-resource-calculator .how p.visible {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #wellstone-resource-calculator {
    padding: 0 80px 24px;
  }
  #wellstone-resource-calculator .how {
    height: auto;
  }
  #wellstone-resource-calculator h2 {
    padding: 40px 0;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide {
    min-height: 340px;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    padding: 70px 56px 30px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top span.result {
    font-size: 40px;
    height: 80px;
    line-height: 80px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide.results .top {
    height: auto;
    padding: 50px 56px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #wellstone-resource-calculator {
    margin: 0 -24px 60px;
    padding: 0 0 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  #wellstone-resource-calculator.win li.title .top {
    height: auto;
  }
  #wellstone-resource-calculator.deficit .percentages {
    padding-bottom: 24px;
  }
  #wellstone-resource-calculator.deficit .percentages .form-item {
    margin: 24px auto;
    padding: 0;
  }
  #wellstone-resource-calculator .percentages {
    padding-bottom: 24px;
  }
  #wellstone-resource-calculator .percentages .form-item {
    margin: 24px auto;
    padding: 0;
  }
  #wellstone-resource-calculator .help .tip {
    z-index: 999;
    width: 320px;
  }
  #wellstone-resource-calculator .how {
    height: auto;
  }
  #wellstone-resource-calculator h2 {
    padding: 40px 24px;
  }
  #wellstone-resource-calculator .form-item {
    display: block;
    margin: 42px auto 0;
    padding: 0 0 42px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows {
    margin: 0 3.125% 24px;
    overflow: hidden;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 48.333333333%;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.previous {
    right: auto;
    left: auto;
    float: left;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.previous a {
    margin: 0;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background-clip: padding-box;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.previous a:after {
    color: #fff;
    font-size: 24px;
    content: "\e601";
    font-family: 'icomoon';
    line-height: 48px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.next {
    left: auto;
    right: auto;
    float: right;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.next a {
    margin: 0;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background-clip: padding-box;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li.next a:after {
    color: #fff;
    font-size: 24px;
    content: "\e600";
    font-family: 'icomoon';
    line-height: 48px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li a {
    cursor: pointer;
    text-align: center;
    margin: 0;
    height: 48px;
    width: auto;
    background-image: none;
  }
  #wellstone-resource-calculator .slides-wrapper ul.arrows li a:hover {
    width: auto;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides {
    z-index: 10;
    position: relative;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide {
    margin: 0;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    padding: 70px 24px 30px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .top span.result {
    font-size: 40px;
    height: 80px;
    line-height: 80px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide.results .top {
    height: auto;
    padding: 50px 24px 12px;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .message {
    position: relative;
    padding: 12px 24px;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .buttons {
    position: relative;
    padding: 12px 24px 0;
    bottom: auto;
    left: auto;
    right: auto;
  }
  #wellstone-resource-calculator .slides-wrapper ul.slides li.slide .buttons a {
    width: 200px;
  }
}
a.load-more {
  display: block;
  color: #3cb4e7;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  clear: both;
  line-height: 60px;
  text-align: center;
  background: #f6f6f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.load-more:hover {
  background: #efefef;
  color: #5b5958;
}
.node > .content .field-type-wellstone-logo .field-label {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 23px;
  color: #a1bf19;
  font-weight: normal;
}
.node > .content .field-type-wellstone-logo .field-items ul {
  margin: 0 0 23px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.node > .content .field-type-wellstone-logo .field-items ul li {
  margin: 0 0 23px;
  padding: 0;
  width: 142px;
  height: 92px;
  display: inline-block;
}
.node > .content .field-type-wellstone-logo .field-items ul li a,
.node > .content .field-type-wellstone-logo .field-items ul li img {
  vertical-align: middle;
}
.node.search-result {
  margin: 0 0 36px;
}
.node.search-result h3 {
  margin: 0;
}
.node.search-result .submitted {
  font-size: 11px;
}
.node.search-result .submitted span {
  line-height: 12px;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #dbdbdb;
}
.node.search-result .submitted span:first-child {
  padding: 0;
  margin: 0;
  border: none;
}
.node.search-result .content {
  margin: 8px 0 0;
}
body.page-25-years-wellstone #main {
  margin: 0 auto;
  padding: 0;
  max-width: none;
  width: auto;
}
body.page-25-years-wellstone #main #block-system-main {
  padding: 24px 24px 0;
}
body.page-25-years-wellstone #main #block-system-main .node h1 {
  font-size: 36px;
  line-height: 42px;
  font-family: 'open_sans_lightregular', arial, helvetica, sans-serif;
  margin: 0 0 22px;
  text-align: center;
}
html.backgroundsize body.page-25-years-wellstone #main #block-system-main .node h1 {
  position: relative;
  max-width: 621px;
  margin: 0 auto 40px;
  font-size: 0;
  height: 0;
  padding-top: 26.247987118%;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/25-years-header.png") no-repeat 50% 0;
  background-size: 100%;
}
body.page-25-years-wellstone #main #block-system-main .node .content {
  max-width: 780px;
  margin: 0 auto;
  font: 20px/28px 'open_sansregular', arial, helvetica, sans-serif;
  color: #a19c99;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  body.page-25-years-wellstone #main #block-system-main {
    padding: 24px 42px 0;
  }
  body.page-25-years-wellstone #main #block-system-main .node h1,
  html.backgroundsize body.page-25-years-wellstone #main #block-system-main .node h1 {
    margin: 0 auto 40px;
    padding: 0;
    height: 170px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/25-years-header.png") no-repeat 50% 0;
    background-size: auto;
  }
  body.page-25-years-wellstone #main #block-system-main .node .content {
    font: 24px/36px 'open_sansregular', arial, helvetica, sans-serif;
  }
}
@media only screen and (min-width: 980px) {
  body.page-25-years-wellstone #main #block-system-main {
    padding: 60px 0 0;
  }
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus {
  padding: 294px 0 0;
  background: url("../images/25-years-bus2.jpg") no-repeat -524px -32px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus .content {
  text-align: center;
  margin: 0 auto 42px;
  font: 18px/28px 'open_sansregular', arial, helvetica, sans-serif;
  color: #a19c99;
  padding: 0 24px 250px;
  background: url("../images/25-years-triangle.png") no-repeat 50% bottom;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus .content p {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus {
    padding: 320px 0 0;
    background: url("../images/25-years-bus2.jpg") no-repeat -524px -32px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus .content {
    max-width: 684px;
    text-align: left;
    margin: 0 auto 72px;
    padding: 0 260px 0 0;
    min-height: 230px;
    background: url("../images/25-years-triangle.png") no-repeat right 8px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus {
    padding: 354px 0 0;
    background: url("../images/25-years-bus2.jpg") no-repeat -480px 4px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus .content {
    max-width: 940px;
    text-align: left;
    margin: 0 auto 72px;
    padding: 0 320px 0 0;
    min-height: 230px;
    background: url("../images/25-years-triangle.png") no-repeat 680px 8px;
  }
}
@media only screen and (min-width: 1200px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-bus {
    padding: 354px 0 0;
    background: url("../images/25-years-bus2.jpg") no-repeat 50% 4px;
  }
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join {
  max-width: 940px;
  margin: 0 auto;
  padding: 54px 0 62px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join .content {
  font-size: 18px;
  line-height: 28px;
  color: #5b5958;
  padding: 0 42px;
  margin: 0 0 16px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join h3 {
  padding: 0 24px;
  font: 36px/42px 'open_sans_lightregular', arial, helvetica, sans-serif;
  color: #5b5958;
  margin: 0 0 42px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons {
  text-align: center;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li {
  margin: 16px 42px 0;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li a {
  cursor: pointer;
  display: block;
  font: 18px/60px 'open_sansbold', arial, helvetica, sans-serif;
  padding: 0 28px;
  margin: 0 4px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 0 #c25a1d;
  background-color: #faa61a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa61a), color-stop(100% #f36f21));
  background-image: -webkit-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  background-image: -moz-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  background-image: -ms-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  background-image: -o-linear-gradient(top, #faa61a 0%, #f36f21 100%);
  background-image: linear-gradient(top, #faa61a 0%, #f36f21 100%);
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li a:hover {
  background-color: #eecc57;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ac25), color-stop(100% #f9ac25));
  background-image: -webkit-linear-gradient(top, #f9ac25 0%, #f9ac25 100%);
  background-image: -moz-linear-gradient(top, #f9ac25 0%, #f9ac25 100%);
  background-image: -ms-linear-gradient(top, #f9ac25 0%, #f9ac25 100%);
  background-image: -o-linear-gradient(top, #f9ac25 0%, #f9ac25 100%);
  background-image: linear-gradient(top, #f9ac25 0%, #f9ac25 100%);
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li.donate a {
  background-color: #3cb3e6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3cb3e6), color-stop(100% #349cc9));
  background-image: -webkit-linear-gradient(top, #3cb3e6 0%, #349cc9 100%);
  background-image: -moz-linear-gradient(top, #3cb3e6 0%, #349cc9 100%);
  background-image: -ms-linear-gradient(top, #3cb3e6 0%, #349cc9 100%);
  background-image: -o-linear-gradient(top, #3cb3e6 0%, #349cc9 100%);
  background-image: linear-gradient(top, #3cb3e6 0%, #349cc9 100%);
  text-shadow: 0px 1px 0 #3198c4;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li.donate a:hover {
  background-color: #7cc0de;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82cff0), color-stop(100% #7cc0de));
  background-image: -webkit-linear-gradient(top, #82cff0 0%, #7cc0de 100%);
  background-image: -moz-linear-gradient(top, #82cff0 0%, #7cc0de 100%);
  background-image: -ms-linear-gradient(top, #82cff0 0%, #7cc0de 100%);
  background-image: -o-linear-gradient(top, #82cff0 0%, #7cc0de 100%);
  background-image: linear-gradient(top, #82cff0 0%, #7cc0de 100%);
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li.facebook a {
  background-color: #3b5997;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b5997), color-stop(100% #334d84));
  background-image: -webkit-linear-gradient(top, #3b5997 0%, #334d84 100%);
  background-image: -moz-linear-gradient(top, #3b5997 0%, #334d84 100%);
  background-image: -ms-linear-gradient(top, #3b5997 0%, #334d84 100%);
  background-image: -o-linear-gradient(top, #3b5997 0%, #334d84 100%);
  background-image: linear-gradient(top, #3b5997 0%, #334d84 100%);
  text-shadow: 0px 1px 0 #1e2f53;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li.facebook a:before {
  font-family: 'icomoon';
  line-height: 50px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li.facebook a:hover {
  background-color: #294a8c;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #294a8c), color-stop(100% #23407a));
  background-image: -webkit-linear-gradient(top, #294a8c 0%, #23407a 100%);
  background-image: -moz-linear-gradient(top, #294a8c 0%, #23407a 100%);
  background-image: -ms-linear-gradient(top, #294a8c 0%, #23407a 100%);
  background-image: -o-linear-gradient(top, #294a8c 0%, #23407a 100%);
  background-image: linear-gradient(top, #294a8c 0%, #23407a 100%);
}
@media only screen and (min-width: 768px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join .content {
    padding: 0 160px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join h3 {
    padding: 0;
    margin: 0 0 22px;
    font: 60px/74px 'open_sans_lightregular', arial, helvetica, sans-serif;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-join ul.buttons li {
    margin: 0;
    display: inline-block;
  }
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories {
  max-width: 940px;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories > .content {
  padding: 54px 42px 0;
  font: 30px/34px 'crimson_textsemibold_italic';
  color: #098b64;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower {
  padding: 50px 0 0;
  background: url("../images/25-years-splash.jpg") no-repeat 50% -24px;
  position: relative;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower h3 {
  font-size: 40px;
  line-height: 48px;
  color: #5b5958;
  padding: 0 42px;
  margin: 0 0 16px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul {
  margin: 24px 0 0;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog {
  width: 288px;
  margin: 0 auto 40px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog {
  text-align: left;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog a.image {
  display: block;
  margin: 0 0 20px;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog a.image img {
  height: auto;
  width: 100%;
  display: block;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog .content h4 {
  font-size: 21px;
  line-height: 30px;
  margin: 0;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog .content h4 a {
  color: #008961;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog .content h4 a:hover {
  color: #a1bf19;
}
body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog .node-blog .content .submitted .field-name-field-publication-date {
  display: inline-block;
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
  line-height: 19px;
  border-right: 1px solid #f3f3f3;
}
@media only screen and (min-width: 768px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories > .content {
    padding: 54px 120px 0;
    font: 30px/34px 'crimson_textsemibold_italic';
    color: #098b64;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul {
    overflow: hidden;
    margin: 24px 42px 60px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog {
    float: left;
    width: 30.638297872%;
    max-width: 288px;
    margin: 0 4.042553191% 0 0;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog.blog-3 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories > .content {
    padding: 54px 120px 0;
    font: 30px/34px 'crimson_textsemibold_italic';
    color: #098b64;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower {
    height: 500px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower h3 {
    font-size: 40px;
    line-height: 48px;
    color: #5b5958;
    padding: 0 360px;
    margin: 0 0 16px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul {
    margin: 0;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog {
    position: absolute;
    width: 288px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog.blog-1 {
    top: 144px;
    left: 0;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog.blog-2 {
    top: 236px;
    left: 326px;
  }
  body.page-25-years-wellstone #main #block-wellstone-legacy-landing-25-years-stories .lower ul li.blog.blog-3 {
    top: 144px;
    right: 0;
  }
}
body.page-events #main-wrapper .color-bar {
  display: block;
}
body.page-events #main-wrapper #page-title {
  text-align: center;
}
body.page-events #main {
  margin: 0;
}
@media only screen and (min-width: 980px) {
  body.page-events #main {
    max-width: 980px;
    margin: 0 auto;
  }
}
body.page-events #page-title {
  font-size: 60px;
  line-height: 66px;
  margin: 0 48px 12px;
}
@media only screen and (min-width: 980px) {
  body.page-events #page-title {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-events #page-title {
    margin: 0 24px 12px;
    vertical-align: top;
    height: 74px;
    overflow: hidden;
  }
  body.page-events #page-title span {
    display: block;
  }
}
body.page-events h2.subhead {
  text-align: center;
  font-size: 26px;
  color: #a19c99;
  font-weight: normal;
  margin: 0 24px 24px;
}
@media only screen and (min-width: 768px) {
  body.page-events h2.subhead {
    margin: 0 48px 24px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events h2.subhead {
    margin: 0 0 24px;
  }
}
body.page-events ul.events-toggle {
  margin: 0 24px 24px;
  text-align: center;
}
body.page-events ul.events-toggle li {
  display: inline-block;
  margin: 0 24px 0 0;
}
body.page-events ul.events-toggle li.first {
  margin-left: 24px;
}
body.page-events ul.events-toggle li.list a {
  background-position: 0 -28px;
}
body.page-events ul.events-toggle li.list a.active {
  background-position: 0 -42px;
}
body.page-events ul.events-toggle li a {
  display: block;
  color: #ccc;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  padding: 0 0 0 30px;
  background: url("../images/toggle.png") no-repeat 0 0;
}
body.page-events ul.events-toggle li a.active {
  color: #058c63;
  background-position: 0 -14px;
}
body.page-events #wellstone-event-filter-form {
  height: 220px;
  padding: 20px;
  background: #058c63;
}
body.page-events #wellstone-event-filter-form h3 {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  margin: 0 0 18px;
}
body.page-events #wellstone-event-filter-form .form-item {
  height: 34px;
  line-height: 34px;
  margin: 0 0 18px;
  white-space: nowrap;
}
body.page-events #wellstone-event-filter-form .form-item.form-item-program {
  margin-bottom: 30px;
}
body.page-events #wellstone-event-filter-form .form-item > label {
  width: 100px;
  float: left;
  color: #fff;
  font-size: 13px;
  margin: 0;
  font-family: 'open_sans_semiboldregular';
}
body.page-events #wellstone-event-filter-form .form-item .dk_container {
  float: none;
  margin: 0 0 0 100px;
  height: 34px;
}
body.page-events #wellstone-event-filter-form .form-item .dk_container a.dk_toggle {
  width: 100% !important;
}
body.page-events #wellstone-event-filter-form .form-item .dk_container .dk_options {
  top: 0 !important;
  bottom: auto !important;
}
body.page-events #wellstone-event-filter-form .form-submit {
  cursor: pointer;
  margin: 0 0 0 80px;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #000000;
  -moz-text-shadow: 0 1px 0 #000000;
  text-shadow: 0 1px 0 #000000;
  font-family: 'open_sansbold', arial, helvetica, sans-serif;
  text-transform: uppercase;
  height: 34px;
  line-height: 34px;
  width: 48px;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1d715a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1d715a 0%, #0d4c37 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d715a), color-stop(100%, #0d4c37));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1d715a 0%, #0d4c37 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1d715a 0%, #0d4c37 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1d715a 0%, #0d4c37 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1d715a 0%, #0d4c37 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d715a', endColorstr='#0d4c37', GradientType=0);
  /* IE6-9 */
}
body.page-events #wellstone-event-filter-form .form-submit:hover {
  background: #027a56;
  /* Old browsers */
  background: -moz-linear-gradient(top, #027a56 0%, #095f42 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #027a56), color-stop(100%, #095f42));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #027a56 0%, #095f42 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #027a56 0%, #095f42 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #027a56 0%, #095f42 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #027a56 0%, #095f42 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027a56', endColorstr='#095f42', GradientType=0);
  /* IE6-9 */
}
body.page-events #wellstone-event-filter-form #dk_container_edit-focus-area .dk_options .dk_options_inner li a {
  white-space: normal;
  line-height: 20px;
  padding: 6px 12px;
}
body.page-events #wellstone-event-filter-form.map #dk_container_edit-focus-area .dk_options .dk_options_inner li a {
  border-top: 1px solid #e5e5e5;
  margin: 0 10px;
  height: 42px;
  line-height: 42px;
  padding: 0 0 0 36px;
  font-size: 12px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 6px 8px;
}
body.page-events #wellstone-event-filter-form.map #dk_container_edit-focus-area .dk_options .dk_options_inner li.value-0 a {
  border: none;
  margin-right: 0;
  padding: 8px 6px 8px 2px;
  height: 32px;
  line-height: 16px;
  background: #fff url("../images/dropdown-arrow-v2.png") no-repeat right -64px;
}
body.page-events #wellstone-event-filter-form.map .dk_options {
  top: auto !important;
  bottom: 0 !important;
}
body.page-events #wellstone-event-filter-form.map .dk_options_inner,
body.page-events #wellstone-event-filter-form.map .dk_touch .dk_options {
  max-height: 456px;
}
body.page-events #wellstone-event-filter-form.map .dk_options li.value-0 a {
  color: #bbb4b2;
  font-size: 12px;
  background: #fff url("../images/dropdown-arrow-v2.png") no-repeat right -64px;
}
@media only screen and (min-width: 768px) {
  body.page-events #wellstone-event-filter-form {
    height: 108px;
    padding: 20px 42px;
  }
  body.page-events #wellstone-event-filter-form h3 {
    margin: 0 0 18px;
  }
  body.page-events #wellstone-event-filter-form .form-item {
    vertical-align: top;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: 0 16px 0 0;
    white-space: nowrap;
  }
  body.page-events #wellstone-event-filter-form .form-item > label {
    vertical-align: top;
    display: inline-block;
    width: auto;
    float: none;
    color: #fff;
    font-size: 13px;
    margin: 0 8px 0 0;
    font-family: 'open_sans_semiboldregular';
  }
  body.page-events #wellstone-event-filter-form .form-item .dk_container {
    float: none;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    height: 34px;
    width: 144px;
  }
  body.page-events #wellstone-event-filter-form .form-item .dk_container#dk_container_edit-focus-area {
    width: 294px;
  }
  body.page-events #wellstone-event-filter-form .form-item .dk_container .dk_options {
    bottom: auto !important;
    top: 0 !important;
  }
  body.page-events #wellstone-event-filter-form .form-submit {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events #wellstone-event-filter-form {
    height: 58px;
    padding: 12px 20px;
  }
  body.page-events #wellstone-event-filter-form h3 {
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
body.page-events .tbd {
  padding: 0 24px;
  margin: 0 0 32px;
}
@media only screen and (min-width: 768px) {
  body.page-events .tbd {
    padding: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events .tbd {
    padding: 0;
  }
}
body.page-events .tbd h2 {
  font-weight: normal;
  font-size: 21px;
  color: #5b5958;
}
body.page-events #map-wrapper {
  position: relative;
  margin: 48px 0 32px;
  padding: 220px 0 0;
}
body.page-events #map-wrapper #map-canvas {
  height: 336px;
}
body.page-events #map-wrapper .no-results {
  position: absolute;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  background: #000 url("../images/logo-no-results.png") no-repeat 30px 50%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 260px;
  left: 24px;
  right: 24px;
  padding: 24px 24px 24px 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
body.page-events #map-wrapper .filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  body.page-events #map-wrapper {
    position: relative;
    margin: 48px 0 32px;
    padding: 0;
  }
  body.page-events #map-wrapper #map-canvas {
    height: 376px;
  }
  body.page-events #map-wrapper .no-results {
    font-size: 26px;
    top: 136px;
    left: 60px;
    right: 60px;
  }
  body.page-events #map-wrapper .filter {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events #map-wrapper {
    position: relative;
    margin: 0 0 32px -24px;
    padding: 15px 17px 15px 24px;
    width: 981px;
    height: 566px;
    background: url("../images/background-map-v1.png") no-repeat 0 0;
  }
  body.page-events #map-wrapper #map-canvas {
    margin: 0 8px;
    height: 456px;
  }
  body.page-events #map-wrapper .no-results {
    font-size: 26px;
    top: 196px;
    left: 190px;
    right: 190px;
  }
  body.page-events #map-wrapper .filter {
    margin: 8px 8px 0;
  }
}
body.page-events #dk_container_edit-focus-area .dk_toggle {
  width: 280px !important;
}
body.page-events #dk_container_edit-year .dk_toggle {
  width: 110px !important;
}
body.page-events .node-event.node-infobox.below {
  display: none;
  padding: 24px;
  border-bottom: 1px solid #ccc;
}
body.page-events .node-event.node-infobox.below .content {
  padding: 24px 0 0;
  margin: 0;
  clear: left;
}
body.page-events .node-event.node-infobox.below .content p {
  margin: 0 0 8px;
}
body.page-events #map-states {
  margin: 0 24px 60px;
}
@media only screen and (min-width: 768px) {
  body.page-events #map-states {
    margin: 0 42px 60px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events #map-states {
    margin: 0;
  }
}
body.page-events #wellstone-event-state-form {
  margin: 0 24px 24px;
}
body.page-events #wellstone-event-state-form .form-submit,
body.page-events #wellstone-event-state-form label {
  display: none;
}
body.page-events #wellstone-event-state-form .form-item {
  margin: 0;
}
body.page-events #wellstone-event-state-form .dk_container {
  margin-top: 0;
  float: none;
  height: 34px;
}
@media only screen and (min-width: 768px) {
  body.page-events #wellstone-event-state-form {
    float: right;
    margin: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events #wellstone-event-state-form {
    margin: 0;
  }
}
body.page-events .node-state {
  display: none;
}
body.page-events body.logged-in .node-state {
  clear: both;
}
body.page-events.page-events-list #block-system-main .content:after {
  display: none;
}
body.page-events.page-events-list #block-wellstone-widget-sidebar {
  margin: 0 24px;
}
@media only screen and (min-width: 768px) {
  body.page-events.page-events-list #block-wellstone-widget-sidebar {
    margin: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events.page-events-list #block-wellstone-widget-sidebar {
    margin: 0;
    width: 31.914893617%;
    float: right;
  }
}
body.page-events.page-events-list .event-list,
body.page-events.page-events-list .no-results {
  margin: 0 24px 60px;
}
@media only screen and (min-width: 768px) {
  body.page-events.page-events-list .event-list,
  body.page-events.page-events-list .no-results {
    margin: 0 42px 60px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events.page-events-list .event-list,
  body.page-events.page-events-list .no-results {
    margin: 0;
    float: left;
    width: 578px;
  }
}
body.page-events.page-events-list #dk_container_edit-focus-area .dk_toggle {
  width: 130px !important;
}
body.page-events.page-events-list.one-sidebar #content,
body.page-events.page-events-list.one-sidebar #sidebar {
  float: none;
  width: auto;
  position: relative;
}
body.page-events.page-events-list.one-sidebar #sidebar {
  margin: 0 24px;
}
@media only screen and (min-width: 768px) {
  body.page-events.page-events-list.one-sidebar #sidebar {
    margin: 0 42px;
  }
}
@media only screen and (min-width: 980px) {
  body.page-events.page-events-list.one-sidebar #content .region {
    float: left;
    width: 578px;
  }
  body.page-events.page-events-list.one-sidebar #sidebar {
    width: 31.914893617%;
    float: right;
    margin: 60px 0 0;
  }
}
body.page-events.page-events-list .no-results {
  font-size: 26px;
  line-height: 28px;
  color: #a19c99;
}
body.page-events.page-events-list #wellstone-event-filter-form {
  margin: 54px 0 36px;
  background: #008961;
  background: rgba(0, 137, 97, 0.1);
}
body.page-events.page-events-list #wellstone-event-filter-form h3,
body.page-events.page-events-list #wellstone-event-filter-form label {
  color: #5b5958;
}
@media only screen and (min-width: 980px) {
  body.page-events.page-events-list #wellstone-event-filter-form {
    height: 108px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 37px 50px;
  }
  body.page-events.page-events-list #wellstone-event-filter-form h3 {
    font-size: 15px;
    margin: 0 50px 0 0;
  }
  body.page-events.page-events-list #wellstone-event-filter-form .form-item .dk_container#dk_container_edit-focus-area {
    width: 180px;
  }
}
body.page-events.no-sidebars #content {
  float: none;
  width: auto;
  position: relative;
}
.infoBox {
  background: #fff;
  width: 400px;
  margin: 0 0 66px -199px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.infoBox:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.infoBox .node.node-teaser {
  padding: 24px;
  margin: 0;
}
.infoBox .node .content p {
  margin: 0 0 4px;
}
body.node-type-focus-area #main {
  max-width: none;
  padding: 0;
  margin: 0;
}
.node-focus-area.node-full .content,
.node-focus-area.node-full .inner {
  position: relative;
  padding: 24px 24px 0;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full .content,
  .node-focus-area.node-full .inner {
    padding: 42px 42px 0;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full .content,
  .node-focus-area.node-full .inner {
    max-width: 980px;
    padding: 80px 20px 0;
    margin: 0 auto;
  }
}
.node-focus-area.node-full section .inner {
  padding-top: 0;
}
.node-focus-area.node-full section h3 {
  color: #5b5958;
  font-size: 30px;
  line-height: 30px;
}
.node-focus-area.node-full section a.more {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section a.more {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 30px;
  }
}
.node-focus-area.node-full section.body {
  margin: 24px 0;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.body {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.body {
    margin: 80px auto 60px;
  }
}
.node-focus-area.node-full section.body .field-name-body {
  border-bottom: 1px solid #ccc;
}
.node-focus-area.node-full section.body .field-name-body .field-item {
  margin: 0 0 40px;
}
.node-focus-area.node-full section.resources {
  /*
        margin: 0 0 24px;
        @media @tablet {
          margin: 0 0 10px;
        }
        @media @desktop {
          margin: 0 0 48px;
        }
        */
  padding: 20px 0;
  margin: 0 0 24px;
}
.node-focus-area.node-full section.resources .inner {
  position: relative;
}
.node-focus-area.node-full section.resources .inner:before {
  content: '';
  top: -20px;
  right: 24px;
  left: 24px;
  border-top: 1px solid #ccc;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.resources .inner:before {
    top: -40px;
    right: 42px;
    left: 42px;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.resources .inner:before {
    top: -60px;
    right: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.resources {
    padding: 40px 0;
    margin: 0 0 48px;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.resources {
    padding: 60px 0;
    margin: 0 0 60px;
  }
}
.node-focus-area.node-full section.events {
  background: #f6f6f6;
  padding: 20px 0;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.events {
    padding: 40px 0;
    margin: 0 0 48px;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.events {
    padding: 60px 0;
    margin: 0 0 60px;
  }
}
.node-focus-area.node-full section.events .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-focus-area.node-full section.events .item-list ul li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .node-focus-area.node-full section.events .item-list ul li {
    margin: 32px 0;
  }
  .node-focus-area.node-full section.events .node {
    height: auto !important;
    margin: 0;
  }
  .node-focus-area.node-full section.events .node h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 0 100px;
  }
  .node-focus-area.node-full section.events .node .field-name-field-location {
    margin: 0 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.events .item-list {
    position: relative;
  }
  .node-focus-area.node-full section.events .item-list:before {
    content: '';
    display: block;
    position: absolute;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
    left: 32.212475634%;
  }
  .node-focus-area.node-full section.events .item-list:after {
    content: '';
    display: block;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    right: 32.446808511%;
  }
  .node-focus-area.node-full section.events .item-list ul li {
    width: 32.212475634%;
    margin: 0 0 0 3.50877193%;
    padding: 0 0 0 3.50877193%;
    float: left;
  }
  .node-focus-area.node-full section.events .item-list ul li.first {
    width: 28.557504873%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .node-focus-area.node-full section.events .node {
    margin: 0;
  }
  .node-focus-area.node-full section.events .node .field-name-field-date {
    float: none;
    width: 90px;
  }
  .node-focus-area.node-full section.events .node h3 {
    margin: 18px 0 0;
    font-size: 21px;
  }
  .node-focus-area.node-full section.events .node .field-name-field-location {
    margin: 0;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.events .item-list ul li {
    width: 32.446808511%;
    margin: 0 0 0 2.553191489%;
    padding: 0 0 0 2.553191489%;
    float: left;
  }
  .node-focus-area.node-full section.events .item-list ul li.first {
    width: 29.787234%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .node-focus-area.node-full section.events .node {
    margin: 0;
  }
  .node-focus-area.node-full section.events .node h3 {
    font-size: 21px;
    line-height: 30px;
    margin: 0 0 0 100px;
  }
  .node-focus-area.node-full section.events .node .field-name-field-date {
    float: left;
  }
  .node-focus-area.node-full section.events .node .field-name-field-location {
    margin: 0 0 0 100px;
  }
}
.node-focus-area.node-full section.blog {
  margin: 0 0 32px;
}
.node-focus-area.node-full section.blog .node {
  margin: 0 0 32px;
  line-height: 13px;
}
.node-focus-area.node-full section.blog .node .content {
  padding: 0;
}
.node-focus-area.node-full section.blog .node a.image {
  display: block;
  margin: 0 0 18px;
}
.node-focus-area.node-full section.blog .node a.image img {
  width: 100%;
  height: auto;
  display: block;
}
.node-focus-area.node-full section.blog .node h4 {
  font-size: 21px;
  line-height: 30px;
  margin: 0 0 6px;
}
.node-focus-area.node-full section.blog .node .field-name-field-publication-date {
  line-height: 13px;
  display: inline-block;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #ececec;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.blog {
    margin: 0 0 64px;
  }
  .node-focus-area.node-full section.blog .node {
    float: left;
    width: 30.6382979%;
    margin: 0 0 0 4.0425532%;
  }
  .node-focus-area.node-full section.blog .node:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.blog {
    margin: 0 0 96px;
  }
}
.node-focus-area.node-full section.news {
  background: #3aaedf;
  color: #fff;
  padding: 20px 0;
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.news .inner {
    max-width: 1140px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .node-focus-area.node-full section.news .inner {
    max-width: 1240px;
    padding-left: 150px;
    padding-right: 150px;
  }
}
.node-focus-area.node-full section.news h3 {
  color: #fff;
  font-size: 18px;
}
.node-focus-area.node-full section.news .slick-slider button {
  padding: 0;
  position: absolute;
  top: -73px;
  right: 0;
  background: none;
  width: 50px;
  font-size: 50px;
  height: 50px;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=(20));
  opacity: 0.2;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
.node-focus-area.node-full section.news .slick-slider button:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.node-focus-area.node-full section.news .slick-slider button.slick-prev {
  right: 100px;
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.news .slick-slider button {
    right: -75px;
    top: 0;
  }
  .node-focus-area.node-full section.news .slick-slider button.slick-prev {
    right: auto;
    left: -75px;
  }
}
@media only screen and (min-width: 1200px) {
  .node-focus-area.node-full section.news .slick-slider button.slick-next {
    right: -140px;
  }
  .node-focus-area.node-full section.news .slick-slider button.slick-prev {
    left: -140px;
  }
}
.node-focus-area.node-full section.news .node .submitted {
  font-size: 13px;
}
.node-focus-area.node-full section.news .node h3 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .node-focus-area.node-full section.news .node h3 {
    font-size: 30px;
    line-height: 32px;
  }
}
.node-focus-area.node-full section.news .node h3 a {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full section.news {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full section.news {
    padding: 60px 0;
  }
}
.node-focus-area.node-full header {
  background: #008961;
  position: relative;
  color: #fff;
  font: 21px/32px 'open_sans_semiboldregular', arial, helvetica, sans-serif;
}
.node-focus-area.node-full header .background {
  background: no-repeat 50% 50%;
  background-size: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=(15));
  opacity: 0.15;
  -webkit-filter: grayscale(0.7);
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  filter: gray;
  filter: grayscale(70%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.node-focus-area.node-full header .inner .images {
  position: relative;
  margin-top: 24px;
  padding-top: 54.411764706%;
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full header .inner .images {
    margin-top: 42px;
    padding-top: 348px;
    padding-top: 37.021276596%;
  }
}
@media only screen and (min-width: 980px) {
  .node-focus-area.node-full header .inner .images {
    margin-top: 80px;
  }
}
.node-focus-area.node-full header .inner .images .field {
  width: 40.425531915%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .node-focus-area.node-full header .inner .images .field {
    width: auto;
  }
}
.node-focus-area.node-full header .inner .images .field.field-name-field-image-left {
  right: 51.063829787%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-left {
    left: -24px;
    right: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-left:after {
    content: '';
    display: block;
    position: absolute;
    top: -9.77011494%;
    right: 137.894736842%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    background: #2382c6;
    width: 43.157894737%;
    padding-top: 41.578947368%;
  }
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 16.666666667%;
    right: 92.105263158%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    background: #3aaedf;
    width: 65.263157895%;
    padding-top: 46.315789474%;
  }
}
.node-focus-area.node-full header .inner .images .field.field-name-field-image-right {
  left: 48.936170213%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-right {
    right: -24px;
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-right:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 18%;
    left: 117.894736842%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=(45));
    opacity: 0.45;
    background: #a1bf19;
    width: 68.947368421%;
    padding-top: 62.105263158%;
  }
  .node-focus-area.node-full header .inner .images .field.field-name-field-image-right:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 74.666666667%;
    left: 88.421052632%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.00000000000001)";
    filter: alpha(opacity=(55.00000000000001));
    opacity: 0.55;
    background: #ffe501;
    width: 41.578947368%;
    padding-top: 32.631578947%;
  }
}
.node-focus-area.node-full header .inner .images .field img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
}
.node-focus-area.node-full header h1 {
  color: #fff;
  font: 60px/74px 'open_sans_lightregular', arial, helvetica, sans-serif;
}
.node-publication {
  max-width: 290px;
  margin: 0 auto 48px;
}
.node-publication > a {
  display: block;
  color: #008961;
}
.node-publication > a:hover {
  color: #a1bf19;
}
.node-publication > a:hover h3 {
  color: #a1bf19;
}
.node-publication h3 {
  text-align: left;
  margin: 0;
  color: #008961;
  font: 400 21px/30px 'open_sansregular', arial, helvetica, sans-serif;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-publication .field-name-field-image {
  margin: 0 0 16px;
}
.node-publication .field-name-field-image .field-item {
  border: 1px solid #ccc;
}
.node-publication .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.taxonomy-term.vocabulary-publication-section {
  text-align: center;
  padding: 48px 0 0;
  border-top: 1px solid #ccc;
}
.taxonomy-term.vocabulary-publication-section:first-child {
  border: none;
}
.taxonomy-term.vocabulary-publication-section h2 {
  color: #5b5958;
  font: 400 30px/32px 'open_sansregular', arial, helvetica, sans-serif;
}
.taxonomy-term.vocabulary-publication-section .description {
  max-width: 620px;
  margin: 0 auto;
}
.taxonomy-term.vocabulary-publication-section .nodes a.load-more {
  clear: left;
  line-height: 18px;
  background: none;
  margin: 0 0 48px;
}
@media only screen and (min-width: 768px) {
  .taxonomy-term.vocabulary-publication-section .nodes {
    margin: 0 -18px;
    position: relative;
  }
  .taxonomy-term.vocabulary-publication-section .nodes .node {
    width: 33.333333333%;
    max-width: 326px;
    float: left;
    padding: 0 18px;
  }
  .taxonomy-term.vocabulary-publication-section .nodes .node:nth-child(3n+1) {
    clear: left;
  }
}
