/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0e4053;
}
input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}
h1 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  color: #0e4053;
  text-transform: uppercase;
  font-size: 3rem;
}
h2,
h3,
h4,
h5,
h6 {
  color: #0e4053;
  font-family: 'Roboto Slab', sans-serif;
}
a {
  color: #b2bd35;
}
.story-content a {
  font-weight: bold;
}
.anton {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  body.is-form .intro {
    margin-bottom: 1.5rem;
  }
  body.is-form .intro .img {
    margin-left: 60px;
    margin-bottom: 0;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 0;
  margin: 0;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3rem;
  padding: 10px;
  color: #a9adae;
  background: none;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-next:hover {
  color: #a9adae;
  background: none;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  padding: 10px;
  color: #a9adae;
  background: none;
  border-radius: 0;
}
.owl-carousel .owl-nav .owl-prev:hover {
  color: #a9adae;
  background: none;
}
/* ===============================================
   VANILLA THEME OVERRIDES
   =============================================== */
.addtocalendar {
  width: 100%;
}
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  padding: 10px 20px;
  background: transparent;
  color: #0e4053;
  border: 2px solid #0e4053;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 100px;
  background-clip: padding-box;
  box-shadow: none;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0;
}
button,
a.button {
  padding: 10px 20px;
  background: transparent;
  border-color: #0e4053;
  border-width: 2px;
  color: #0e4053;
  text-transform: uppercase;
  border-radius: 100px;
  background-clip: padding-box;
}
button:hover,
a.button:hover,
button:focus,
a.button:focus {
  color: #0e4053;
}
button.inverse,
a.button.inverse {
  background: #0e4053;
  color: #fff;
}
a.button.donate-btn {
  padding-left: 53px;
  background: url(/images/icon_rainbow_heart.png) 20px center no-repeat;
}
.add-donate-btn .donate-btn {
  margin-left: 20px;
}
a.button.shop-btn {
  height: 38px;
  padding-top: 5px;
}
a.button.shop-btn .fa {
  font-size: 150%;
  margin-right: 10px;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount label {
  background: #0e4053;
  color: #fff;
  font-size: 20px;
  width: 80px;
  border-radius: 5px;
  background-clip: padding-box;
}
body.layout-show-button-amounts form#contribution-form .amounts .simple-amount input[name="amount"]:checked ~ label,
body.layout-show-button-amounts form#contribution-form .amounts .label-amount input[name="amount"]:checked ~ label {
  background: #b2bd35;
}
.social-icons.custom ul {
  justify-content: center;
}
.social-icons.custom ul li {
  margin-bottom: 0;
}
.social-icons.custom ul li:last-child {
  margin-right: 0;
}
.social-icons.custom ul li a {
  background: #0e4053;
  color: #fff;
  border-radius: 3px;
  background-clip: padding-box;
}
/* ===============================================
   MAIN STRUCTURE
   =============================================== */
.sizer {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
#top {
  background-color: #efefef;
  border-bottom: 4px solid #0e4053;
}
#top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 640px) {
  #top {
    padding: 15px 0;
  }
  #top .container .logo {
    margin-right: 40px;
    width: 80px;
  }
  #top .container .not-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #top .container .not-logo > div.btn {
    margin-right: 20px;
  }
  #top .container .not-logo .signup-form {
    margin-right: 100px;
  }
  #top .container .not-logo .signup-form h3 {
    margin-bottom: 0.5rem;
    color: #688691;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #top .container .not-logo .signup-form input {
    height: 30px;
    margin-right: 5px;
  }
  #top .container .not-logo .signup-form button {
    padding: 0;
    height: 30px;
    width: 95px;
    background: #0e4053;
    color: #fff;
  }
  #top .container .not-logo .signup-form input[name="email"] {
    width: 270px;
    margin-bottom: 0.5rem;
  }
  #top .container .not-logo .signup-form input[name="zip"] {
    width: 170px;
  }
  #top .container .not-logo .donate .btn {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  #top {
    padding: 10px 0;
  }
  #top .not-logo {
    display: none;
  }
  #top #menu-toggle {
    text-align: center;
  }
  #top #menu-toggle a#toggle {
    color: #0e4053;
    font-size: 3em;
  }
}
@media screen and (min-width: 640px) {
  #topnav {
    background: #d6dbdd;
  }
  #topnav a[href=""] {
    cursor: default;
  }
  #topnav .sizer > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #topnav .sizer > ul > li {
    margin: 0 10px;
    position: relative;
  }
  #topnav .sizer > ul > li > a {
    padding: 25px 0;
    display: block;
    font-size: 16px;
    color: #0e4053;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }
  #topnav .sizer .level2 {
    width: 200px;
    position: absolute;
    top: 73px;
    left: -9999px;
    display: none;
    z-index: 99999;
  }
  #topnav .sizer .level2 ul {
    background: #0e4053;
  }
  #topnav .sizer .level2 ul li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav .sizer .level2 ul li a:hover {
    background: #688691;
  }
  #topnav .sizer > ul > li:hover .level2 {
    left: 0;
    display: block;
  }
  #topnav .sizer ul ul ul {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  #topnav .sizer {
    padding: 0;
  }
  #topnav .sizer > ul {
    display: none;
    float: none;
    width: 100%;
  }
  #topnav .sizer > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav .sizer > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  #topnav .sizer > ul > li > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #0e4053;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px;
  }
  #topnav .sizer > ul > li > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  #topnav .sizer > ul > li > div.subnav i {
    font-size: 16px;
  }
  #topnav .sizer .level2 {
    display: none;
  }
  #topnav .sizer .level2 > ul > li > a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #688691;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #topnav .sizer ul ul ul {
    display: none;
  }
}
#middle {
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (min-width: 640px) {
  body.is-form #middle > .sizer {
    max-width: 960px;
  }
  body.is-story #middle .inner-wrapper {
    display: flex;
  }
  body.is-story #middle .inner-wrapper #content {
    width: 66%;
    margin-right: 7%;
  }
  body.is-story #middle .inner-wrapper #sidebar {
    width: 27%;
  }
  body.is-story.layout-no-sidebar #middle .inner-wrapper {
    display: block;
  }
  body.is-story.layout-no-sidebar #middle .inner-wrapper #content {
    width: 100%;
    margin-left: 0;
  }
  body.is-story.layout-no-sidebar #middle .inner-wrapper #sidebar {
    display: none;
  }
}
#sidebar h2 {
  color: #b2bd35;
  font-weight: normal;
}
#follow-us {
  background: #0e4053;
}
#follow-us .social-icons {
  margin-bottom: 1.5rem;
}
#follow-us .social-icons ul {
  justify-content: center;
  align-items: center;
}
#follow-us .social-icons ul li {
  margin-bottom: 0;
}
#follow-us .social-icons ul li:last-child {
  margin-right: 0;
}
#follow-us .social-icons ul li.blurb {
  color: #b2bd35;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  line-height: 1;
}
#follow-us .social-icons ul li a {
  background: #688691;
  color: #0e4053;
  border-radius: 3px;
  background-clip: padding-box;
}
#follow-us .social-icons:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30%;
  border-bottom: 1px solid #688691;
  padding-top: 1.5rem;
}
#follow-us .tweets h2 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 2.75rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#follow-us .paths {
  padding: 0 100px;
}
#follow-us .paths .events {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  background-clip: padding-box;
}
#follow-us .paths .events h2 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 2rem;
  text-transform: uppercase;
}
#follow-us .paths .events .eb-item .img {
  width: 150px;
}
#follow-us .paths .events p.readmore {
  text-align: center;
}
@media screen and (min-width: 640px) {
  #follow-us {
    padding: 40px 0;
  }
}
@media screen and (max-width: 639px) {
  #follow-us {
    padding: 10px 0;
  }
}
#stay-in-touch .form-wrapper h3 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 2rem;
}
#stay-in-touch .form-wrapper h4 {
  font-family: 'Roboto Slab', sans-serif;
  color: #b2bd35;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
#stay-in-touch .form-wrapper input {
  height: 30px;
}
#stay-in-touch .form-wrapper button {
  height: 30px;
  padding: 0;
  background: #0e4053;
  color: #fff;
}
@media screen and (min-width: 640px) {
  #stay-in-touch {
    padding: 20px 0;
    background: url(/images/bg_stay_in_touch.jpg) center center no-repeat;
    background-size: cover;
  }
  #stay-in-touch .form-wrapper {
    width: 50%;
  }
  #stay-in-touch .form-wrapper input {
    margin-right: 2%;
  }
  #stay-in-touch .form-wrapper button {
    width: 15%;
  }
  #stay-in-touch .form-wrapper input[name="email"] {
    width: 50%;
  }
  #stay-in-touch .form-wrapper input[name="zip"] {
    width: 25%;
  }
}
@media screen and (max-width: 639px) {
  #stay-in-touch {
    background: url(/images/bg_grainy.jpg);
    padding: 10px 0;
  }
  #stay-in-touch .form-wrapper input {
    margin-bottom: 0.5rem;
    max-width: none;
  }
  #stay-in-touch .form-wrapper button {
    width: 47%;
  }
  #stay-in-touch .form-wrapper input[name="email"] {
    width: 100%;
    display: block;
  }
  #stay-in-touch .form-wrapper input[name="zip"] {
    width: 47%;
    margin-right: 6%;
  }
}
#bottom {
  padding: 20px 0;
}
#bottom .container {
  display: flex;
  justify-content: space-between;
}
#bottom .container > div {
  padding-right: 40px;
}
#bottom .container > div:last-child {
  padding-right: 0;
}
#bottom .container > div.links a {
  color: #0e4053;
}
#bottom .container > div.links p {
  margin-bottom: 0.25rem;
}
#bottom .container > div.links .bnav {
  display: none;
  margin-bottom: 1.5rem;
}
#bottom .container > div.links .bnav a {
  font-weight: bold;
}
#bottom .container > div.donate .btn {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  #bottom .container {
    flex-direction: column;
  }
  #bottom .container > div {
    margin-bottom: 1.5rem;
  }
  #bottom .container > div.links .bnav {
    margin-bottom: 0;
  }
  #bottom .container > div.donate .social-icons ul {
    justify-content: flex-start;
  }
}
.full-width-leadin .listed-item {
  margin: 0;
}
.full-width-leadin .listed-item .display-wrapper {
  max-width: 1140px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.full-width-leadin .listed-item h3.title {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 2.75rem;
  text-transform: uppercase;
}
.full-width-leadin .listed-item h3.title span {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.75rem;
  color: #b2bd35;
  text-transform: none;
}
.full-width-leadin .listed-item h3.title a {
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .full-width-leadin .listed-item {
    background-size: cover;
    background-position: center center;
  }
  .full-width-leadin.left .listed-item .txt {
    padding-right: 60%;
  }
  .full-width-leadin.right .listed-item .txt {
    padding-left: 60%;
  }
}
@media screen and (max-width: 639px) {
  .full-width-leadin .listed-item {
    background-size: cover;
  }
  .full-width-leadin .listed-item .display-wrapper {
    padding: 30px 20px;
  }
  .full-width-leadin.left .listed-item {
    background-position: left center;
  }
  .full-width-leadin.right .listed-item {
    background-position: right center;
  }
}
/* ===============================================
   MOBILE ONLY
   =============================================== */
@media screen and (max-width: 639px) {
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar,
  #follow-us {
    display: none;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home .story-content > div > h2 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 2.75rem;
  text-align: center;
  text-transform: uppercase;
}
body.is-home .story-content > div > h2 span {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.75rem;
  color: #b2bd35;
  text-transform: none;
}
body.is-home #middle {
  padding: 0;
  background: #fff;
}
body.is-home #middle > .sizer {
  max-width: 100%;
  padding: 0;
}
body.is-home #middle .join,
body.is-home #middle .vids,
body.is-home #middle .recent-news,
body.is-home #middle .subfeatures {
  padding-top: 40px;
  padding-bottom: 40px;
}
body.is-home #middle .subfeatures .listed-item h3.title {
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
}
body.is-home #middle .subfeatures .listed-item .readmore a {
  color: #0e4053;
  font-weight: bold;
  text-transform: uppercase;
}
body.is-home #middle .mission .listed-item h3.title,
body.is-home #middle .mission .listed-item .teaser {
  color: #fff;
}
body.is-home #middle .mission .listed-item .readmore a {
  border-color: #fff;
  color: #fff;
}
body.is-home #middle .recent-news .listed-item {
  box-shadow: 0 2px 3px rgba(99, 99, 99, 0.5);
  border-radius: 10px;
  background-clip: padding-box;
}
body.is-home #middle .recent-news .listed-item .img img {
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
}
body.is-home #middle .recent-news .listed-item .txt {
  padding: 10px 20px;
}
body.is-home #middle .recent-news .listed-item .readmore {
  text-align: right;
}
@media screen and (min-width: 640px) {
  body.is-home .slideshow .listed-item .display-wrapper {
    height: 500px;
  }
  body.is-home .features-mobile {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  body.is-home #middle .slideshow {
    display: none;
  }
  body.is-home #middle .features-mobile .listed-item .img {
    margin: 0;
  }
  body.is-home #middle .features-mobile .listed-item .txt {
    padding: 10px;
  }
  body.is-home #middle .features-mobile .listed-item .txt h3.title {
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 2.75rem;
    text-transform: uppercase;
  }
  body.is-home #middle .features-mobile .listed-item .txt h3.title span {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.75rem;
    color: #b2bd35;
    text-transform: none;
  }
  body.is-home #middle .join,
  body.is-home #middle .vids,
  body.is-home #middle .recent-news,
  body.is-home #middle .subfeatures {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.is-home #middle .subfeatures > .sizer > div {
    margin-bottom: 1em;
  }
  body.is-home #middle .subfeatures .logo {
    display: none;
  }
  body.is-home #middle .subfeatures .logo .img {
    text-align: left !important;
  }
  body.is-home #middle .subfeatures .logo .social-icons.custom ul {
    justify-content: flex-start;
  }
}
/* ===============================================
   PAC FORMS WITH DISCOUNT
   =============================================== */
body#story-1689 .tmpl-pac-contribution-form .discount-notice {
  font-weight: bold;
  font-style: italic;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount .item-name {
  width: 60%;
  font-weight: bold;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount .item-values {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount .item-values .item-value {
  width: 50%;
  text-align: right;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount .item-values .discount-item-value {
  display: none;
  width: 50%;
  text-align: right;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount.discounted .item-value {
  color: #808080;
  text-decoration: line-through;
}
body#story-1689 .tmpl-pac-contribution-form .passed-amount.discounted .discount-item-value {
  display: block;
  font-weight: bold;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount .total-amount-name {
  width: 60%;
  font-weight: bold;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount .total-values {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount .total-values .total-value {
  width: 50%;
  text-align: right;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount .total-values .discount-total-value {
  display: none;
  width: 50%;
  text-align: right;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount.discounted .total-value {
  color: #808080;
  text-decoration: line-through;
}
body#story-1689 .tmpl-pac-contribution-form .total-amount.discounted .discount-total-value {
  display: block;
  font-weight: bold;
}
