/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #404040;
}
h1.page-title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
}
button {
  color: #fff;
}
h1,
h2,
h3 {
  color: #6b037c;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h4,
h5,
h6 {
  color: #404040;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
a {
  color: #6b037c;
}
#content .story-content a {
  font-weight: bold;
}
button,
a.button {
  background: #6b037c;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.captcha-wrapper {
  margin-bottom: 0.75rem;
}
/* ===============================================
   MAIN LAYOUT
   =============================================== */
html {
  min-width: 980px;
  height: 100%;
}
body {
  height: 100%;
}
.page-container {
  min-width: 980px;
  background: url(/images/bg_bottom.jpg) no-repeat bottom center;
  background-size: contain;
}
.sizer {
  width: 960px;
  margin: 0 auto;
  *zoom: 1;
}
.sizer:after {
  content: "";
  display: table;
  clear: both;
}
#top {
  *zoom: 1;
  height: 145px;
  background: url(/images/bg_top.png) repeat-x;
  margin-bottom: 18px;
}
#top:after {
  content: "";
  display: table;
  clear: both;
}
#top .sizer {
  position: relative;
}
#top .logo {
  float: left;
  margin-top: 30px;
}
#top .logo img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#utility-bar {
  width: 664px;
  float: left;
}
#utility-bar .search {
  float: right;
  padding: 15px 40px 0 0;
}
#utility-bar .rtv {
  float: right;
  height: 56px;
  padding-top: 5px;
}
#utility-bar .get-app {
  float: right;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 5px 0;
}
#utility-bar .get-app span {
  flex: 0 0 auto;
  color: #fff;
  font-size: 20px;
}
#utility-bar .get-app a {
  flex: 0 0 auto;
  margin-left: 10px;
}
#topnav {
  *zoom: 1;
  clear: right;
  float: right;
  height: 66px;
  line-height: 66px;
  font-family: 'Oswald', sans-serif;
}
#topnav:after {
  content: "";
  display: table;
  clear: both;
}
#topnav > ul > li {
  float: left;
  margin: 0 8px;
  padding-bottom: 15px;
  position: relative;
}
#topnav > ul > li > .menu-item-wrapper > a {
  color: #404040;
  font-size: 23px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  height: 66px;
}
#topnav > ul > li > .menu-item-wrapper > a:hover {
  color: #6b037c;
}
#topnav > ul > li.selected {
  background-image: url(/images/nav_caret.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#topnav > ul div div {
  width: 200px;
  position: absolute;
  top: 56px;
  left: -9999px;
  z-index: 99999;
}
#topnav > ul div div ul {
  background: #e3e3e3;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
#topnav > ul div div ul li:first-child {
  margin: 0;
}
#topnav > ul div div ul li a {
  color: #6b037c;
  font-size: 14px;
  display: block;
  height: auto;
  line-height: 1;
  padding: 5px 10px;
  font-weight: 700;
  text-decoration: none;
}
#topnav > ul div div ul li a:hover {
  background: #6b037c;
  color: #e3e3e3;
}
#topnav > ul > li:hover div,
#topnav > ul > li.over div {
  left: 0;
}
#topnav ul ul ul {
  display: none;
}
#middle {
  *zoom: 1;
}
#middle:after {
  content: "";
  display: table;
  clear: both;
}
body.is-story #content {
  width: 600px;
  margin-right: 40px;
  float: left;
}
body.layout-no-sidebar #content {
  width: 100%;
  margin: 0;
  float: none;
}
#sidebar {
  width: 320px;
  float: left;
}
#bottom {
  padding: 18px 0;
}
#bottom .logo {
  width: 296px;
  margin: 0 auto 36px;
}
#bottom .logo img {
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#bottom .search {
  margin-bottom: 36px;
  text-align: center;
}
#bottom .search form {
  display: inline-block;
}
#bottom .search form input,
#bottom .search form button {
  height: 30px;
}
#bottom .txt {
  padding: 10px 0;
  margin: 0 0 36px;
  background-color: #6b037c;
  color: #fff;
  font-size: 16px;
}
#bottom .txt p.addr,
#bottom .txt .nav-list-inline {
  text-align: center;
  margin-bottom: 0;
}
#bottom .txt p.addr a,
#bottom .txt .nav-list-inline a {
  color: #fff;
}
#bottom .txt p.addr li,
#bottom .txt .nav-list-inline li {
  border: 0;
}
#bottom .social-buttons {
  text-align: center;
  margin-bottom: 18px;
}
#bottom .social-buttons ul {
  justify-content: center;
}
#bottom .social-buttons.size-44 li,
#bottom .social-buttons.size-44 a {
  height: 44px;
  width: 44px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
#bottom .social-buttons.size-44 a {
  display: block;
}
#bottom .social-buttons.size-44 li.facebook {
  background: url(/images/facebook.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bottom .social-buttons.size-44 li.youtube {
  background: url(/images/youtube.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bottom .social-buttons.size-44 li.instagram {
  background: url(/images/instagram.png) no-repeat;
  background-size: contain;
  margin-right: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#bottom .social-buttons.size-44 li.twitter {
  background: url(/images/twitter.png) no-repeat;
  background-size: contain;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 20px;
}
/* ===============================================
   SIDEBAR
   =============================================== */
#sidebar .forms-wrapper {
  margin-bottom: 18px;
}
#sidebar .forms-wrapper .forms {
  padding: 15px;
  background-color: #eaeaea;
  color: #fff;
  overflow: hidden;
  border: 1px solid #404040;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #404040;
  text-align: center;
}
#sidebar .forms-wrapper .forms label {
  color: #404040;
}
#sidebar .forms-wrapper .forms .signup input[name="email"] {
  width: 100%;
  padding: 0 2%;
  height: 50px;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #606060;
}
#sidebar .forms-wrapper .forms .signup input[name="zip"] {
  width: 60%;
  padding: 0 2%;
  margin-right: 4%;
  height: 50px;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #606060;
}
#sidebar .forms-wrapper .forms .signup button {
  width: 36%;
  height: 50px;
  font-size: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms .donate a.button {
  padding: 15px 5px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms .social-buttons {
  text-align: center;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 li,
#sidebar .forms-wrapper .forms .social-buttons.size-44 a {
  height: 44px;
  width: 44px;
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 a {
  display: block;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 li.facebook {
  background: url(/images/facebook.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 li.youtube {
  background: url(/images/youtube.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 li.instagram {
  background: url(/images/instagram.png) no-repeat;
  background-size: contain;
  margin-right: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .forms-wrapper .forms .social-buttons.size-44 li.twitter {
  background: url(/images/twitter.png) no-repeat;
  background-size: contain;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 20px;
}
#sidebar .forms-wrapper .forms .advocacy-care-form {
  color: #404040;
}
#sidebar .forms-wrapper .forms .advocacy-care-form input.text,
#sidebar .forms-wrapper .forms .advocacy-care-form button {
  width: 100%;
  height: 30px;
}
#sidebar .forms-wrapper .forms .advocacy-care-form .formrow.submit {
  padding-left: 0;
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home #middle > .sizer {
  width: 100%;
}
body.is-home .img img {
  width: 100%;
}
body.is-home .flex-slides .txt p.readmore {
  top: -280px;
  position: relative;
}
body.is-home .flex-slides p.readmore a {
  display: table;
  margin: 0 auto;
  background-color: #ccc;
  color: #fff;
  font-family: "Arial";
  background: rgba(255, 255, 255, 0.5);
  border-style: none;
  text-decoration: none;
  border: 1px solid transparent;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 1em;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  zoom: 1;
  -webkit-backface-visibility: hidden;
}
body.is-home .flex-slides p.readmore a:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #fff;
  background: #000;
}
body.is-home .flex-slides p.readmore a:focus {
  outline: none;
}
body.is-home .home-top .img {
  margin: 0;
}
body.is-home .home-top .img > img {
  width: 100%;
}
body.is-home .home-banner {
  padding: 20px 0;
  margin: 0 auto 72px;
  border-top: 2px solid #6b037c;
  background-color: #7b7b7b;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
body.is-home .home-banner p {
  margin: 0;
}
body.is-home .home-banner span {
  font-size: 46px;
}
body.is-home .stories {
  width: 960px;
  margin: 0 auto 72px;
}
body.is-home .stories > .video {
  width: 640px;
  margin: 0 auto 1.5rem;
}
body.is-home .stories h2 {
  font-size: 48px;
  text-align: center;
}
body.is-home .stories .leadin {
  margin-bottom: 36px;
}
body.is-home .stories h3.title {
  font-size: 20px;
  margin: 0 0 18px;
  color: #404040;
}
body.is-home .stories p.teaser,
body.is-home .stories p.readmore {
  font-size: 18px;
}
/* ===============================================
   CONTRIBUTION FORM
   =============================================== */
body.contribution-form #content button {
  font-size: 20px;
  padding: 20px 10px;
}
/* ===============================================
   EVENTS
   =============================================== */
.event-listing .view-controls {
  text-align: right;
  margin-bottom: 2rem;
}
.event-listing .view-controls .button {
  margin-left: 2rem;
}
.event-listing .view-controls .button.disabled {
  color: #6b037c;
  background: #fff;
  border: 1px solid #6b037c;
  cursor: default;
}
.event-listing .tmpl-event-details .two-columns .column-1 .map-wrapper iframe {
  width: 100%;
  height: 300px;
}
.event-listing .tmpl-event-calendar .cal-next-prev {
  display: flex;
  justify-content: space-between;
}
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-prev-month,
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-next-month {
  background: #f7f7f7;
}
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day-of-month {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.event-listing .tmpl-event-calendar div.calendar .cal-body .cal-event {
  background: #e0e0e0;
  border: 1px solid #a0a0a0;
  padding: 5px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 640px) {
  .event-listing .tmpl-event-calendar div.calendar .cal-header {
    display: flex;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-header > div {
    flex: 0 0 14.285%;
    max-width: 14.285%;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body {
    display: flex;
    flex-wrap: wrap;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day {
    flex: 0 0 14.285%;
    max-width: 14.285%;
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
  }
}
@media screen and (max-width: 639px) {
  .event-listing .tmpl-event-calendar div.calendar .cal-header {
    display: none;
  }
  .event-listing .tmpl-event-calendar div.calendar .cal-body .cal-day {
    border-top: 1px solid #808080;
    min-height: 2rem;
  }
}
/* ===============================================
   ADVOCACY CONTACT US FORM
   =============================================== */
@media screen and (min-width: 640px) {
  #story-157 #contact-us-form .submit {
    padding-left: 0;
  }
}
