@font-face {
  font-family: league-gothic;
  src: url("../static/fonts/leaguegothic-regular-webfont.woff"); }
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block; }

/**
 * Basic styling
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-size: 13px;
  line-height: 1.231;
  font-weight: 300;
  color: #222;
  background-color: #f1e5c6; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
  padding-bottom: 10px; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 10.5px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: league-gothic; }

h1, h2 {
  text-transform: uppercase; }

h1 {
  font-size: 1.5em; }

#nomargin {
  margin-bottom: 0; }

/**
  * Body
  */
p {
  text-align: justify;
  padding-right: 10px;
  font-size: 14px;
  line-height: 2.14em; }

.caption {
  font-size: .8em;
  font-style: italic; }

/**
 * Links
 */
a {
  color: #ea2485;
  text-decoration: none; }
  a:hover {
    color: #221e20;
    outline: 0;
    transition: color 500ms; }
  a:focus {
    outline: thin dotted; }
  a:active {
    outline: 0; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1000px - (30px * 2));
  max-width: calc(1000px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  /*    @include media-query($medium) {
   *       max-width: -webkit-calc(1000px - (30px));
   *       max-width:         calc(1000px - (30px));
   *       padding-right: $spacing-unit / 2;
   *       padding-left: $spacing-unit / 2;
   *   }
   */ }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
  * Non-semantic helper classes
  * Please define your styles before this section.
  */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }
  .ir br {
    display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */ }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #222;
    line-height: 1.5; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }

/**
 * Site footer
 */
.site-footer {
  padding: 20px 0 10px 0;
  border-top: 1px #221e20 solid; }

.copyleft {
  margin-bottom: 10px; }

.copy-logo {
  display: inline-block;
  -webkit-transform: scale(-1, 1); }

/**
  * Body
  */
home {
  width: 640px; }

.post {
  width: 640px;
  float: left; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 28px; }

/**
  * Homepage
  */
#index-welcome h1 {
  font-size: 48px; }

/**
 * Page content
 */
.page {
  margin-top: 45px; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 10.5px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  height: 60px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media only screen and (max-width: 992px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 28px; }
    @media only screen and (max-width: 992px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 24px; }
    @media only screen and (max-width: 992px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media only screen and (max-width: 992px) {
      .post-content h4 {
        font-size: 18px; } }

.featurebox {
  border-radius: 10px;
  padding: 1em;
  background: white;
  margin-bottom: 1.2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .featurebox ul {
    font-size: 14px;
    line-height: 2.14em; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

header {
  height: 125px;
  padding-left: 10px;
  padding-right: 10px; }

header #logo {
  float: left;
  width: 600px;
  margin: 0 10px;
  margin-right: 90px;
  padding-top: 15px;
  *zoom: 1;
  margin-left: 0; }
  header #logo div {
    float: left;
    margin-right: 20px;
    background-image: url("../static/images/header-logo-sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -85px;
    width: 131px;
    height: 85px;
    position: relative; }
    header #logo div span {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url("../static/images/header-logo-sprite.png");
      background-repeat: no-repeat;
      background-position: 0 0;
      opacity: 0;
      transition: opacity 500ms; }
      header #logo div span:hover {
        opacity: 1; }
  header #logo hgroup {
    padding: 25px 0 15px 40px; }
    header #logo hgroup h1 {
      font-size: 48px;
      line-height: 40px;
      margin: 0;
      font-weight: bold; }
    header #logo hgroup h2 {
      margin: 0;
      font-size: 18px; }
  header #logo:before, header #logo:after {
    content: "";
    display: table; }
  header #logo:after {
    clear: both; }
header #register-widget {
  background-color: #8bc63e;
  height: 105px;
  float: left;
  width: 300px;
  margin: 0 10px;
  border-radius: 0 0 10px 10px;
  padding: 0 10px;
  margin-right: 0;
  margin-left: 90px;
  box-sizing: border-box;
  padding: 5px; }
  header #register-widget h3 {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    color: white; }
  header #register-widget h4 {
    font-size: 16px;
    margin-top: 57px;
    text-align: center;
    line-height: 0; }
  header #register-widget span {
    background-color: #2b99c1;
    display: inline-block;
    padding: 3px 5px;
    font-size: 1.2em;
    border-radius: 5px;
    float: right;
    color: white;
    font-family: "league-gothic";
    text-transform: uppercase;
    border: 0;
    width: 150px;
    margin-right: 65px;
    margin-left: 65px;
    margin-top: 10px;
    box-shadow: 2px 3px 0px #bacc3f; }
    header #register-widget span:hover {
      transition: background-color 500ms;
      background-color: #ea2485; }

nav#top-links {
  display: block; }
  nav#top-links ul {
    margin: 0 auto;
    height: 40px; }
    nav#top-links ul li {
      display: inline-block;
      font-size: 17px;
      padding: 9px 0;
      max-width: 184px;
      min-width: 147px;
      width: 19.55%;
      text-align: center;
      border-right: 2px solid #3c393a;
      border-left: 2px solid #000;
      background-color: #231f20;
      position: relative;
      margin-top: 15px;
      margin-left: -4px; }
      nav#top-links ul li ul.dropdown {
        position: absolute;
        top: 40px;
        z-index: 9000; }
        nav#top-links ul li ul.dropdown li {
          border-radius: 0;
          border: 0;
          margin: 0; }
      nav#top-links ul li a {
        color: #e8e8e8;
        font-size: 18px;
        text-decoration: none;
        font-family: 'league-gothic';
        text-transform: uppercase;
        display: block;
        height: auto; }
      nav#top-links ul li a.active {
        color: #ebdd14; }
      nav#top-links ul li:first-child {
        border-left: 0;
        border-radius: 10px 0px 0px 10px;
        margin-left: 0; }
      nav#top-links ul li:last-child {
        border-right: 0;
        border-radius: 0px 10px 10px 0px; }
      nav#top-links ul li:hover {
        background-color: #ea2485;
        transition: background-color 500ms; }

.sidebar {
  width: 300px;
  float: right; }

.fb-like-box {
  background-color: #fff;
  width: 290px;
  padding: 5px;
  border-radius: 5px; }

.home {
  width: 940px;
  float: left;
  padding: 10px 0;
  margin-top: 20px; }

#can_embed_form.can_768.can_float h4 {
  text-transform: uppercase; }
  #can_embed_form.can_768.can_float h4.first_line {
    text-transform: none;
    color: #2b99c1;
    font-size: 1.5em; }
  #can_embed_form.can_768.can_float h4 .graytext {
    text-transform: uppercase;
    color: #221e20; }
#can_embed_form.can_768.can_float .entry-title {
  text-transform: uppercase !important;
  font-size: 35px;
  line-height: 40px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  font-family: league-gothic; }
#can_embed_form.can_768.can_float input[type="submit"] {
  background-color: #ea2485 !important;
  font-family: 'league-gothic';
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase; }
  #can_embed_form.can_768.can_float input[type="submit"]:hover {
    background-color: #820c46 !important; }
#can_embed_form.can_768.can_float #d_sharing ul {
  margin-left: 0;
  color: #221e20 !important;
  font-size: 12px; }
#can_embed_form.can_768.can_float .main_action_image {
  width: 90%; }
#can_embed_form.can_768.can_float #can_sidebar {
  width: 35%;
  background-color: #aed779;
  position: relative;
  border-radius: 10px;
  float: right;
  padding: 15px 20px; }
#can_embed_form.can_768.can_float ul {
  font-size: 14px; }

.can_fundraising_widget h2.line {
  display: none; }
.can_fundraising_widget #donation_recipient_wrap {
  display: none; }
.can_fundraising_widget #donation_welcome {
  clear: both;
  margin-top: 15px !important; }
.can_fundraising_widget #donate_form_button {
  font-family: 'sans-serif' !important; }

h4.action_target {
  display: none; }

#can_main_col {
  width: 60%;
  max-width: 655px;
  float: left; }
  #can_main_col .last_line {
    width: 98%; }
    #can_main_col .last_line h2 {
      text-transform: uppercase; }
  #can_main_col h2 {
    margin-top: 50px; }
  #can_main_col .event_full {
    width: 98%; }

#action_info {
  display: none; }

#action_info_inner, .action_letter {
  display: none; }

.action_status_goal {
  color: #221e20 !important; }

.action_status_running_total {
  color: #ea2485 !important; }

ul#footer {
  margin: 0 auto;
  height: 40px; }
  ul#footer li {
    display: inline-block;
    padding: 5px 30px 0 0;
    font-size: 17px;
    position: relative; }
    ul#footer li a {
      color: #ea2485;
      font-size: 18px;
      text-decoration: none;
      font-family: 'league-gothic';
      text-transform: uppercase;
      display: block;
      height: auto; }
    ul#footer li a:hover {
      color: #221e20;
      transition: color 500ms; }

.actionbutton {
  background-color: #ea2485;
  padding-top: 2px;
  margin-top: 10px;
  border-radius: 10px; }
  .actionbutton a {
    color: #ddd; }
  .actionbutton:hover {
    background-color: #820c46 !important;
    transition: background-color 500ms; }

ul.rig {
  list-style: none;
  font-size: 0px;
  margin-left: 2.5%; }
  ul.rig li {
    display: inline-block;
    padding: 10px;
    background: none;
    border: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 30.84%;
    margin-right: 2.49%;
    margin-top: 10px; }
    ul.rig li img {
      max-width: 100%;
      height: auto;
      margin: 0; }
    ul.rig li p {
      font-style: italic;
      text-align: center; }
    ul.rig li span {
      line-height: 22px; }
    ul.rig li h2 {
      margin-bottom: 10px; }
      ul.rig li h2 a {
        color: #2b99c1; }
        ul.rig li h2 a:hover {
          color: #144659 !important;
          transition: color 500ms; }

@media only screen and (max-width: 768px) {
  ul.rig {
    margin-left: 0; }
    ul.rig li {
      width: 100%;
      margin: 0 0 20px; } }
@media only screen and (max-width: 992px) and (min-width: 769px) {
  ul.rig li {
    width: 47.5%; } }
.pagination {
  clear: both;
  text-align: center;
  height: 40px;
  font-family: league-gothic;
  font-size: 16px;
  width: 100%; }
  .pagination span {
    background-color: #2b99c1;
    color: #e8e8e8;
    padding: 2px 15px;
    margin: 10px;
    border-radius: 10px; }
    .pagination span#the-page {
      background-color: #8bc63e; }
    .pagination span a {
      color: #ebdd14; }
      .pagination span a:hover {
        color: #221e20;
        transition: color 500ms; }

/* Small Device */
@media only screen and (max-width: 768px) {
  /* General */
  .wrapper {
    width: 95%; }

  header #logo {
    width: 131px;
    float: none;
    margin: auto; }
    header #logo hgroup h1 {
      display: none; }

  nav#top-links ul li {
    max-width: 100%; }

  /* Homepage */
  .home {
    width: 100%;
    float: none;
    margin-top: 0; }

  .site-header {
    height: auto; }
    .site-header #top-links ul {
      height: auto;
      margin-top: 5px; }
      .site-header #top-links ul li {
        width: 100%;
        border-right: 0;
        border-left: 0;
        margin-left: 0;
        margin-top: 3px; }
        .site-header #top-links ul li:first-child, .site-header #top-links ul li:last-child {
          border-radius: 0; }
        .site-header #top-links ul li a {
          width: 100%; }

  /* Petition Page */
  #can_embed_form h4 {
    text-transform: uppercase; }
  #can_embed_form .entry-title {
    text-transform: uppercase !important;
    font-size: 35px;
    line-height: 40px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    font-family: league-gothic; }
  #can_embed_form input[type="submit"] {
    background-color: #ea2485 !important;
    font-family: 'league-gothic';
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase; }
    #can_embed_form input[type="submit"]:hover {
      background-color: #820c46 !important; }
  #can_embed_form #d_sharing ul {
    margin-left: 0;
    color: #221e20 !important; }
  #can_embed_form #can_main_col {
    float: none;
    margin: auto;
    width: 100%;
    margin-top: 20px; }
  #can_embed_form #can_sidebar {
    clear: both;
    float: none;
    margin: auto;
    width: 100%;
    padding: 0;
    background-color: #aed779;
    border-radius: 10px; }
    #can_embed_form #can_sidebar .action_widget {
      padding-top: 10px; }
    #can_embed_form #can_sidebar .action_sidebar {
      padding: 0 10px 10px;
      margin-bottom: 30px; }

  #can_embed_form.can_thank_you_wrap.can_float {
    padding-top: 20px; }

  ul#footer {
    height: auto;
    margin-bottom: 20px; } }
/* Medium Device */
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .home {
    width: 100%;
    float: none; } }
.share-page {
  text-align: center; }
  .share-page span {
    background-color: #ea2485;
    display: inline-block;
    padding: 3px 5px;
    font-size: 1.8em;
    border-radius: 5px;
    color: white;
    font-family: "league-gothic";
    text-transform: uppercase;
    border: 0;
    width: 150px;
    margin-right: 65px;
    margin-left: 65px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 0px #bacc3f; }
    .share-page span:hover {
      transition: background-color 500ms;
      background-color: #820c46; }
  .share-page a {
    font-weight: 400;
    color: #fff; }
