@import url("http://fonts.googleapis.com/css?family=PT+Serif:400,700|PT+Sans:400,700|PT+Sans+Narrow:400,700&v2");
* {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 100%;
  color: #333; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%; }

section {
  margin-bottom: 3em; }

a {
  color: #22854B; }

a:hover {
  text-decoration: none; }

.header-container {
  width: 100%;
  margin-bottom: 2em; }

h2 {
  display: inline; }

.contain {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5em; }

.center {
  text-align: center; }

.error {
  min-height: 600px; }

.embed-holder {
  position: relative;
  padding-bottom: 95%; }
  .embed-holder embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

@media (min-width: 500px) {
  .embed-holder {
    padding-bottom: 90%; } }

@media (min-width: 850px) {
  .contain {
    padding: 0 2em; }
  .embed-holder {
    padding-bottom: 85%; } }

.header {
  padding: 1em 0 2em 0;
  background: #22854B;
  border-top: 5px solid #185c34;
  position: relative;
  text-align: center; }
  .inner .header {
    margin-bottom: 2em; }
  .header h1 {
    margin: 0 0 8px 0;
    font-size: 45px;
    color: #fff;
    font-family: "PT Serif", serif;
    font-weight: 700;
    letter-spacing: -1px; }
    .header h1 span {
      display: block;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 23px;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .header h1 sup {
      vertical-align: middle;
      font-size: .7em;
      position: relative;
      top: -4px; }
  .header a {
    color: #fff;
    text-decoration: none; }
  .header:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 3px;
    border-top: 3px double #fff;
    position: absolute;
    bottom: -3px; }

@media (min-width: 500px) {
  .header h1 {
    font-size: 55px; }
    .header h1 span {
      font-size: 33px; } }

.banner {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #185c34;
  background-image: url("/images/ed-kennedy-banner-3.jpg");
  background-repeat: no-repeat;
  background-position: -100px top;
  background-size: cover; }
  .banner:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 3px;
    border-top: 3px double #fff;
    position: absolute;
    bottom: -3px; }
  .banner__headshot {
    position: relative;
    top: -2em;
    z-index: 10;
    text-align: center; }
    .banner__headshot img {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 3px solid #fff; }
  .banner__cta {
    position: relative;
    z-index: 50;
    text-align: center; }
    .banner__cta .button, .banner__cta .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .banner__cta .button {
      display: block;
      text-align: center;
      margin-bottom: .25em; }
      .banner__cta .button:last-child, .banner__cta .volunteer-form #mc_embed_signup .button:last-child, .volunteer-form #mc_embed_signup .banner__cta .button:last-child {
        margin-bottom: 1em; }
  .banner__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #185c34;
    opacity: 0.25; }

@media (min-width: 500px) {
  .banner__headshot img {
    width: 150px;
    height: 150px;
    border-width: 5px; }
  .banner__cta {
    padding-top: 2em; }
    .banner__cta .button, .banner__cta .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .banner__cta .button {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5%;
      padding-left: 1.5%;
      padding-right: 1.5%;
      padding-top: .5em;
      padding-bottom: .5em; }
      .banner__cta .button:last-child, .banner__cta .volunteer-form #mc_embed_signup .button:last-child, .volunteer-form #mc_embed_signup .banner__cta .button:last-child {
        margin-right: 0;
        margin-bottom: 0; } }

@media (min-width: 700px) {
  .banner {
    background-position: left top;
    height: 400px; }
    .banner__headshot img {
      width: 200px;
      height: 200px; }
    .banner__cta {
      padding-top: 1em; }
      .banner__cta .button, .banner__cta .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .banner__cta .button {
        font-size: 1.6em;
        margin-right: 1.8%;
        padding-left: 2.6%;
        padding-right: 2.6%; }
        .banner__cta .button:last-child, .banner__cta .volunteer-form #mc_embed_signup .button:last-child, .volunteer-form #mc_embed_signup .banner__cta .button:last-child {
          margin-right: 0; }
        .banner__cta .button .icon, .banner__cta .volunteer-form #mc_embed_signup .button .icon, .volunteer-form #mc_embed_signup .banner__cta .button .icon {
          width: 24px;
          height: 24px;
          margin-bottom: -3px; } }

@media (min-width: 850px) {
  .banner__cta .button, .banner__cta .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .banner__cta .button {
    margin-right: 4%;
    padding-left: 3%;
    padding-right: 3%; } }

.icon {
  width: 16px;
  height: 16px;
  fill: green; }

.button, .volunteer-form #mc_embed_signup .button {
  display: inline-block;
  padding: .25em 2em;
  margin-right: -5px;
  border: 3px solid #22854B;
  background: #fff;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #22854B;
  text-decoration: none;
  cursor: pointer; }
  .button-container {
    padding-top: 3em;
    border-top: 3px double #22854B;
    text-align: center; }
  .button--reverse, .volunteer-form #mc_embed_signup .button {
    background: #22854B;
    border: 3px solid #fff;
    color: #fff; }
    .button--reverse:hover, .volunteer-form #mc_embed_signup .button:hover, .button--reverse:focus, .volunteer-form #mc_embed_signup .button:focus {
      background: #fff;
      color: #22854B; }
  .button:hover, .volunteer-form #mc_embed_signup .button:hover, .button:focus, .volunteer-form #mc_embed_signup .button:focus {
    background: #22854B;
    border-color: #fff;
    color: #fff; }
    .button:hover .icon, .volunteer-form #mc_embed_signup .button:hover .icon, .button:focus .icon, .volunteer-form #mc_embed_signup .button:focus .icon {
      fill: #fff; }

.newsletter-signup {
  padding: 2em 1em 3em;
  margin-top: -2em;
  position: relative;
  z-index: 10;
  border: 5px solid #22854B;
  background: #fff;
  text-align: center; }
  .newsletter-signup__form {
    width: 100%;
    max-width: 850px;
    margin: 0 auto; }
  .newsletter-signup__label {
    display: block;
    margin-bottom: 1em;
    font-size: 1.2em;
    color: #22854B;
    font-weight: 700; }
  .newsletter-signup__input {
    width: 100%;
    padding: .5em .3em;
    margin-bottom: 1em;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    border: 3px solid #22854B;
    -webkit-border-radius: 0px; }
  .newsletter-signup .button, .newsletter-signup .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .newsletter-signup .button {
    display: block;
    width: 100%;
    border: 3px solid #22854B;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }

@media (min-width: 500px) {
  .newsletter-signup {
    padding-left: 2em;
    padding-right: 2em; }
    .newsletter-signup__label {
      font-size: 1.4em; } }

@media (min-width: 850px) {
  .newsletter-signup__input {
    width: 75%; }
  .newsletter-signup .button, .newsletter-signup .volunteer-form #mc_embed_signup .button, .volunteer-form #mc_embed_signup .newsletter-signup .button {
    display: inline-block;
    width: auto; } }

.about {
  font-size: 1em;
  line-height: 1.4em; }
  .about p {
    margin-bottom: 1.5em; }
    .about p:first-child {
      margin-bottom: 0em; }
  .about .vote {
    padding: .75em 0;
    margin-top: 1em;
    border-top: 3px double #22854B;
    border-bottom: 3px double #22854B;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center; }
    .about .vote span {
      color: #22854B; }

@media (min-width: 500px) {
  .about .vote {
    font-size: 1.6em; } }

@media (min-width: 850px) {
  .about {
    font-size: 1.3em;
    line-height: 1.5em; }
    .about p {
      margin-bottom: 2em; }
      .about p:first-child {
        margin-bottom: 0; }
    .about .contact {
      text-align: center; } }

.volunteer-form {
  padding: 2em 1em 3em;
  position: relative;
  border: 5px solid #22854B; }
  .volunteer-form .input-group {
    padding-top: 2em;
    border-top: 1px solid #ccc; }
    .volunteer-form .input-group strong {
      display: block;
      margin-bottom: 1em !important; }
    .volunteer-form .input-group li {
      margin-bottom: .5em !important;
      padding-bottom: .5em !important;
      border-bottom: 1px dashed #ccc; }
  .volunteer-form #mc_embed_signup .button {
    height: auto;
    -webkit-appearance: none;
    -webkit-border-radius: 0px; }

footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #22854B;
  font-size: .7em;
  color: #fff;
  position: relative; }
  footer p {
    margin: 0;
    padding: 0 0 .25em 0; }
  footer a {
    color: #fff; }
  footer:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    border-top: 3px double #22854B;
    position: absolute;
    top: -3px; }

@media (min-width: 700px) {
  footer {
    font-size: 0.8em; } }
