/* ===============================================
   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;
}
.page-container {
  min-width: 980px;
}
h1,
h2,
h3 {
  color: #00a7e1;
  font-weight: 800;
}
h4,
h5,
h6 {
  color: #202020;
  font-weight: 800;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 14px;
  text-transform: uppercase;
}
b,
strong {
  font-weight: 800;
}
a {
  color: #00a7e1;
  /*max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
  overflow-wrap: break-word;
  word-wrap: break-word;
}
button,
a.button {
  background-color: #00a7e1;
}
#content form h2 {
  font-size: 20px;
  color: #202020;
}
#content form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  color: #202020;
  border: 1px solid #00a7e1;
  padding: 20px;
  font-size: 24px;
}
#content form button i {
  color: #00a7e1;
}
#content form .date-picker button {
  padding: 0 3px;
  height: 22px;
  font-size: 14px;
}
/* ===============================================
   MAIN LAYOUT
   =============================================== */
body {
  background-color: #ffffff;
}
.page-container {
  min-width: 980px;
}
.sizer {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
}
.sizer:after {
  content: "";
  display: table;
  clear: both;
}
body.full-width-content #middle > .sizer {
  width: 100%;
}
#top-alert {
  background: #fdda00;
  line-height: 40px;
  font-size: 20px;
  text-transform: uppercase;
}
#top-alert p {
  margin: 0;
}
#top-alert p span {
  font-weight: bold;
}
#top-alert p a {
  color: #202020;
  text-decoration: underline;
}
#top-alert .close {
  float: right;
}
#top-alert .close a {
  color: #202020;
  text-decoration: none;
  font-size: 20px;
}
#top {
  padding: 15px 0;
  background-color: #000000;
}
#top .logo {
  width: 242px;
  margin-right: 30px;
  float: left;
}
#topnav {
  width: 688px;
  float: left;
}
#topnav > ul {
  float: right;
}
#topnav > ul > li {
  float: left;
  position: relative;
}
#topnav > ul > li > .menu-item-wrapper > a {
  display: block;
  height: 66px;
  line-height: 66px;
  padding: 0 8px;
  color: #00a7e1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
#topnav > ul > li > .menu-item-wrapper > a:hover {
  color: #ffffff;
}
#topnav > ul > li > .menu-item-wrapper > a i {
  color: #ffffff;
}
#topnav > ul > li:last-child > .menu-item-wrapper > a {
  padding-right: 0;
  color: #f4803b;
}
#topnav > ul > li:last-child > .menu-item-wrapper > a:hover {
  color: #ffffff;
}
#topnav > ul div div {
  width: 200px;
  position: absolute;
  top: 50px;
  left: -9999px;
  padding-top: 10px;
  z-index: 99999;
  background: url(/images/topnav_notch.png) 20px 0 no-repeat;
}
#topnav > ul div div ul {
  background: #ffffff;
  border: 1px solid #c0c0c0;
  border-top: 0;
}
#topnav > ul div div ul li {
  border-top: 1px solid #c0c0c0;
}
#topnav > ul div div ul li:first-child {
  margin: 0;
  border: 0;
}
#topnav > ul div div ul li a {
  color: #00a7e1;
  font-size: 12px;
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  text-decoration: none;
}
#topnav > ul > li:hover div,
#topnav > ul > li.over div {
  left: 0;
}
#topnav ul ul ul {
  display: none;
}
#toolbar {
  padding: 5px 0;
  background-color: #00a7e1;
}
#toolbar .bc-wrapper {
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 800;
  font-size: 10px;
}
#toolbar .bc-wrapper a {
  color: #202020;
}
#toolbar .search {
  float: right;
  margin-right: 10px;
  line-height: 13px;
}
#toolbar .search li {
  margin: 0;
}
#toolbar .search li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
#toolbar .social-buttons {
  float: right;
}
#toolbar .social-buttons li {
  height: 15px;
  width: 15px;
}
#toolbar .social-buttons li.facebook {
  background: url(/images/facebook_15.png) no-repeat;
}
#toolbar .social-buttons li.twitter {
  background: url(/images/twitter_15.png) no-repeat;
}
#toolbar .social-buttons li.linkedin {
  background: url(/images/linkedin_15.png) no-repeat;
}
#toolbar .social-buttons li.vimeo {
  background: url(/images/vimeo_15.png) no-repeat;
}
#middle {
  padding: 20px 0;
}
.flush #middle {
  padding: 0;
}
#content .pt-wrapper {
  font-size: 12px;
  width: 960px;
  margin: 0 auto;
}
body.is-story #content {
  float: left;
  width: 608px;
  margin-right: 40px;
}
body.is-story #sidebar {
  width: 292px;
  padding: 10px;
  float: left;
  background: #e6e7e8;
}
body.is-story #sidebar h2 {
  font-size: 24px;
  text-transform: uppercase;
}
body.is-story #sidebar h2.top-header {
  color: #202020;
  padding-bottom: 9px;
  border-bottom: 1px solid #202020;
}
body.is-story #sidebar .news a,
body.is-story #sidebar .related-stories a {
  color: #606060;
  font-weight: normal;
  font-size: 14px;
  display: block;
  padding-left: 30px;
  background: url(/images/icon_pushpin.png) no-repeat 0 5px;
  min-height: 25px;
}
body.is-story #sidebar .news p.readmore a,
body.is-story #sidebar .related-stories p.readmore a {
  padding-left: 0;
  background: none;
  color: #00a7e1;
}
body.is-story #sidebar .news a {
  background: url(/images/icon_heart.png) no-repeat 0 5px;
}
body.is-story #sidebar .photos .listed-item {
  float: left;
  margin-right: 20px;
}
body.is-story #sidebar .photos .listed-item .img {
  margin: 0;
  float: none;
}
body.is-story #sidebar .photos .listed-item .txt {
  display: none;
}
body.is-story #sidebar .tags {
  margin-bottom: 18px;
}
body.is-story #sidebar .tags li {
  margin-bottom: 0;
}
body.is-story #sidebar .galleries {
  margin-bottom: 18px;
}
body.is-story #sidebar .galleries h3.title {
  font-size: 18px;
}
body.is-story #sidebar .videos {
  margin-bottom: 18px;
}
body.is-story #sidebar .videos .img {
  float: none;
  margin: 0 0 6px;
}
body.is-story #sidebar .related-galleries img {
  margin: 0 auto;
}
body.is-story #sidebar .connect {
  margin-bottom: 18px;
}
body.is-story #sidebar .connect li {
  text-indent: 0;
}
body.is-story #sidebar .connect li a {
  display: block;
  height: 48px;
  width: 48px;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 48px;
}
body.is-story #sidebar .connect li.facebook a {
  background: #000;
}
body.is-story #sidebar .connect li.twitter a {
  background: #000;
}
body.is-story #sidebar .connect li.pinterest a {
  background: #000;
}
body.is-story #sidebar .connect li.instagram a {
  background: #000;
}
body.is-story #sidebar .connect li.rss a {
  background: #000;
}
body.is-story.layout-no-sidebar #content,
body.is-story.full-width-content #content {
  width: 100%;
  margin-right: 0;
  float: none;
}
#bottom {
  padding: 30px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
}
#bottom h2 {
  color: #00a7e1;
  font-size: 12px;
  text-transform: uppercase;
}
#bottom li {
  margin-bottom: 0;
}
#bottom li a {
  color: #ffffff;
}
#bottom .links,
#bottom .involved,
#bottom .give {
  width: 15%;
}
#bottom .contact,
#bottom .connect {
  width: 22.5%;
}
#bottom .connect ul {
  margin-bottom: 18px;
}
#bottom .connect ul li {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #00a7e1;
}
#bottom .connect ul li:last-child {
  border-bottom: 0;
}
#bottom .connect ul li a {
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 25px;
  line-height: 19px;
  display: block;
}
#bottom .connect ul li a.email {
  background: url(/images/connect_email.png) left center no-repeat;
}
#bottom .connect ul li a.facebook {
  background: url(/images/connect_facebook.png) left center no-repeat;
}
#bottom .connect ul li a.twitter {
  background: url(/images/connect_twitter.png) left center no-repeat;
}
#bottomnav {
  padding: 20px 0;
  font-size: 12px;
}
#bottomnav .credits {
  float: right;
  line-height: 40px;
}
#bottomnav .logo {
  float: left;
}
#bottomnav .logo a {
  float: left;
}
#bottomnav .logo p {
  float: left;
  margin-left: 10px;
  line-height: 40px;
}
#notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #e6e7e8;
  color: #606060;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
#notification span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  margin-right: 40px;
}
#notification button {
  border: 1px solid #606060;
  background: #606060;
}
/* ===============================================
   HOMEPAGE
   =============================================== */
body.is-home #middle {
  padding-top: 0;
}
body.is-home #middle > .sizer {
  width: 100%;
}
body.is-home #content .search {
  background-color: #00a7e1;
  padding: 20px 0;
}
body.is-home #content .search p {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
body.is-home #content .search p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  color: #000000;
  font-size: 35px;
  text-indent: 10%;
}
body.is-home #content .search .gsc-input-box {
  height: 25px !important;
  border: 0;
}
body.is-home #content .search form.gsc-search-box * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body.is-home #content .search input.gsc-search-button,
body.is-home #content .search input.gsc-search-button:hover,
body.is-home #content .search input.gsc-search-button:focus {
  background-color: #8cc63f;
  border: 0;
  margin: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.is-home #content .search input.gsc-input {
  background: #ffffff !important;
  border: 0;
  margin: 0 !important;
  padding-left: 10px !important;
  height: 25px !important;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.is-home #content .search table th,
body.is-home #content .search table td {
  padding: 0;
}
body.is-home #content .search .gsib_a {
  padding: 0;
  margin: 0;
  border: 0;
  background: #00a7e1;
}
body.is-home #content .search .gsib_b {
  display: none;
}
body.is-home #content .search form.gsc-search-box {
  margin-top: 18px;
}
body.is-home #content .search form.gsc-search-box ::-webkit-input-placeholder {
  text-align: center;
}
body.is-home #content .search form.gsc-search-box ::-moz-placeholder {
  text-align: center;
}
body.is-home #content .search form.gsc-search-box :-ms-input-placeholder {
  text-align: center;
}
body.is-home #content .news-events {
  height: 332px;
  padding: 40px 0;
  background: url(/images/bg_home_boxes_1920.jpg) top center no-repeat;
}
body.is-home #content .fed {
  background: #000000;
  text-align: center;
}
body.is-home #content .fed .sizer {
  padding: 20px 30px;
}
body.is-home #content .fed h2 {
  margin: 0;
}
body.is-home #content .fed p {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
}
body.is-home #content .together {
  background: #e7e8e9;
  text-align: center;
  margin-bottom: 18px;
}
body.is-home #content .together .sizer {
  padding: 20px 30px;
}
body.is-home #content .together h2 {
  margin: 0;
  text-transform: uppercase;
}
body.is-home #content .together p {
  margin: 0;
  font-size: 24px;
}
body.is-home #content .feature {
  font-size: 16px;
}
body.is-home #content .feature h3.title,
body.is-home #content .feature h3 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}
body.is-home #content .feature p {
  margin-bottom: 0;
}
body.is-home #content .feature .teaser {
  margin-bottom: 9px;
}
body.is-home #content .feature .teaser .callout {
  padding-top: 14px;
  background: url(/images/black_notch_up.png) 20px 0 no-repeat;
}
body.is-home #content .feature .teaser .callout .inner {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  background: #202020;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
}
body.is-home #content .feature .readmore a {
  color: #202020;
  font-weight: 800;
}
body.is-home #content .feature .readmore a i {
  color: #00a7e1;
}
body.is-home #content .donate-blurb {
  text-align: center;
  background: #00a7e1;
  color: #ffffff;
  font-size: 24px;
}
body.is-home #content .donate-blurb .sizer {
  padding: 20px 30px;
}
body.is-home #content .donate-blurb p {
  margin: 0;
}
body.is-home #content .donate-link {
  padding: 20px 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
body.is-home #content .donate-link p {
  margin: 0;
}
body.is-home #content .donate-link a {
  color: #202020;
  text-decoration: none;
}
body.is-home #content .donate-link a:hover {
  text-decoration: none;
}
body.is-home #content .donate-link i {
  color: #00a7e1;
}
/* ===============================================
   ABOUT
   =============================================== */
body#story-52 h1.page-title {
  width: 960px;
  margin: 0 auto 18px;
}
body#story-52 .about-news-events {
  height: 332px;
  padding: 40px 0;
  background: url(/images/bg_home_boxes_1920.jpg) top center no-repeat;
}
body#story-52 .mission h2,
body#story-52 .what-we-do h2,
body#story-52 .why-we-do-it h2 {
  text-align: center;
}
body#story-52 .partners {
  margin-bottom: 18px;
}
body#story-52 .partners img {
  margin: 0 auto;
}
/* ===============================================
   PARTNERS
   =============================================== */
body#story-64 #middle {
  padding: 0;
}
body#story-64 #content .partner-menu {
  padding: 40px 0;
  background: url(/images/partners_header.jpg) no-repeat top center;
}
body#story-64 #content .partner-menu .menu {
  background: #fff;
  width: 50%;
  padding: 10px;
}
body#story-64 #content .partner-menu .menu h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #00a7e1;
}
body#story-64 #content .partner-menu .menu h3:last-child {
  border: 0;
}
body#story-64 #content .partner-menu .menu i {
  float: right;
}
body#story-64 #content .partner {
  margin-bottom: 18px;
}
body#story-64 #content .vid {
  padding: 20px 0;
  background: #00a7e1;
  color: #ffffff;
}
body#story-64 #content .vid h3 {
  font-size: 20px;
  color: #ffffff;
}
body#story-64 #content .links {
  padding: 10px 0;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
body#story-64 #content .links p {
  margin: 0;
}
body#story-64 #content .links i {
  color: #ffffff;
}
/* ===============================================
   BOARD/STAFF
   =============================================== */
body#story-61 h1.page-title {
  width: 960px;
  margin: 0 auto 18px;
}
/* ===============================================
   CAMPAIGNS
   =============================================== */
body#story-63 h1.page-title {
  width: 960px;
  margin: 0 auto 18px;
}
body#story-63 .camp-news-events {
  height: 332px;
  padding: 40px 0;
  background: url(/images/campaign_thank_you.jpg) top center no-repeat;
  margin-bottom: 18px;
}
body#story-63 .community h2,
body#story-63 .staff h2,
body#story-63 .leadership h2,
body#story-63 .leadership-gift h2 {
  text-align: center;
}
body#story-63 .glance {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
body#story-63 .glance img {
  margin: 0 auto;
}
body#story-63 .survivors {
  background: #000000;
}
body#story-63 .survivors .intro {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}
body#story-63 .survivors .intro h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}
body#story-63 .survivors .intro p {
  margin-bottom: 0;
}
body#story-63 .survivors-video {
  background: #00a7e1;
  padding: 20px 0;
}
body#story-63 .survivors-video h2 {
  font-size: 18px;
  color: #202020;
}
body#story-63 .how-we-help {
  text-align: center;
}
body#story-63 .how-we-help .caption {
  display: none;
}
body#story-63 .how-we-help .flex-wrapper {
  background-color: #000000;
}
body#story-63 .how-we-help .txt {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}
body#story-63 .how-we-help .txt .sizer {
  color: #ffffff;
  text-align: center;
}
body#story-63 .how-we-help .txt .sizer span {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  margin: 0 0 18px;
}
body#story-63 .how-we-help .flex-direction-nav a {
  color: rgba(0, 167, 225, 0.7);
  width: 80px;
  height: 80px;
}
body#story-63 .how-we-help .flex-direction-nav .flex-prev:before,
body#story-63 .how-we-help .flex-direction-nav .flex-next:before {
  font-size: 80px;
}
body#story-63 .long-way {
  text-align: center;
}
body#story-63 .long-way h3 {
  font-weight: 300;
}
body#story-63 .long-way .inline-block-grid > div {
  width: 30%;
}
body#story-63 .long-way .inline-block-grid img {
  margin: 0 auto;
}
body#story-63 .long-way .inline-block-grid h3 {
  margin-bottom: 6px;
  font-weight: 800;
}
body#story-63 .ninety-one-cents {
  padding: 20px 0;
  background: #00a7e1;
}
body#story-63 .ninety-one-cents .sizer {
  display: table;
}
body#story-63 .ninety-one-cents .sizer .img,
body#story-63 .ninety-one-cents .sizer p {
  display: table-cell;
  vertical-align: middle;
}
body#story-63 .ninety-one-cents .sizer .img {
  padding-right: 20px;
}
body#story-63 .leadership-gift {
  text-align: center;
}
body#story-63 .leadership-gift-link {
  background: #00a7e1;
  padding: 20px 0;
}
body#story-63 .leadership-gift-link p {
  margin: 0;
  text-align: center;
}
body#story-63 .leadership-gift-link p a {
  color: #ffffff;
}
body#story-63 .leadership-gift-link p a i {
  color: #000000;
}
body#story-63 .leadership {
  background: #e6e7e8;
  padding: 20px 0;
  text-align: center;
}
body#story-63 .staff > div {
  margin-bottom: 18px;
  text-align: center;
}
body#story-63 .staff > div h4 {
  font-weight: 300;
}
body#story-63 .staff > div img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
body#story-63 .staff > div i {
  color: #00a7e1;
}
body#story-63 .signup {
  background: #000000;
  padding: 20px 0;
}
body#story-63 .signup p {
  margin: 0;
  text-align: center;
}
body#story-63 .signup p a {
  color: #ffffff;
}
body#story-63 .signup p a i {
  color: #00a7e1;
}
/*=================================================
STAFF COMPONENTS
==================================================*/
.staff > div {
  margin-bottom: 18px;
  text-align: center;
}
.staff > div h4 {
  font-weight: 300;
}
.staff > div img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}
.staff > div i {
  color: #00a7e1;
}
/* ===============================================
   NEWS & EVENTS BOXES
   =============================================== */
.common-news,
.common-events {
  background: #ffffff;
  padding: 20px 20px 10px;
  height: 252px;
}
.common-news h2,
.common-events h2 {
  font-size: 20px;
  margin: 0;
}
.common-news p,
.common-events p {
  margin: 0 0 4.5px;
}
.common-news .list-box,
.common-events .list-box {
  margin-bottom: 0;
}
.common-news .listed-item,
.common-events .listed-item {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #00a7e1;
}
.common-news .listed-item h3.title,
.common-events .listed-item h3.title {
  color: #202020;
  font-size: 16px;
  text-transform: uppercase;
  height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-news .listed-item i,
.common-events .listed-item i {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  color: #00a7e1;
  font-weight: 800;
}
.common-news p.readmore,
.common-events p.readmore {
  float: right;
  font-size: 16px;
  font-weight: 800;
}
.common-news p.readmore a,
.common-events p.readmore a {
  color: #00a7e1;
}
.common-events .eb-item {
  border-bottom: 1px solid #8cc63f;
}
.common-events .eb-item .dt {
  line-height: 1;
  width: 20px;
}
.common-events .eb-item .dt .month {
  background: none;
  color: #8cc63f;
  font-size: 10px;
}
.common-events .eb-item .dt .day {
  background: none;
  color: #8cc63f;
  font-size: 12px;
}
.common-events .eb-item .txt {
  margin-left: 35px;
  padding: 0;
}
.common-events h2,
.common-events p.readmore a,
.common-events .listed-item i {
  color: #8cc63f;
}
/* ===============================================
   FORMS
   =============================================== */
.captcha-wrapper {
  margin-bottom: .75rem;
}
body.contribution-form #content h1 {
  text-align: center;
}
body.contribution-form #bottom-info > div {
  padding: 0 5% 0;
}
body.contribution-form #bottom-info > div strong {
  text-transform: uppercase;
}
body.contribution-form .tmpl-contribution-form .discount-notice {
  font-weight: bold;
  font-style: italic;
  color: #8cc63f;
}
body#story-706 form#contribution-form div.simple-amount {
  width: auto;
  margin-right: 10px;
}
body#story-706 form#contribution-form div.simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
body#story-706 form#contribution-form div.simple-amount label {
  margin-left: 0;
  background: #00a7e1;
  color: #ffffff;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  width: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body#story-706 form#contribution-form div.simple-amount input[name="amount"]:checked ~ label {
  background: #f4803b;
}
body#story-706 form#contribution-form div.simple-amount-other {
  clear: both;
  margin-top: 10px;
}
body#story-706 form#contribution-form div.simple-amount-other input[name="amount_other"] {
  width: 100px;
}
/* ===============================================
   BLOG
   =============================================== */
.news-blog.category-archive #middle {
  padding-top: 0;
}
.blog-news-events {
  height: 332px;
  padding: 40px 0;
  background: url(/images/bg_home_boxes_1920.jpg) top center no-repeat;
  margin-bottom: 18px;
}
.blog-item p.date {
  font-weight: bold;
  margin-bottom: 3px;
}
.blog-item h3.title {
  line-height: 1.2;
  margin-bottom: 3px;
}
.blog-item p.teaser {
  display: inline;
}
.blog-item a.readmore {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.blog-item a.readmore i {
  color: #00a7e1;
}
.blog-item .footer {
  margin-top: 18px;
}
.blog-post-wrapper p.date {
  font-weight: bold;
  margin-bottom: 3px;
}
.blog-post-wrapper h1.page-title {
  line-height: 1.2;
  margin-bottom: 3px;
}
.blog-post-wrapper .pt-wrapper {
  *zoom: 1;
  margin-bottom: 18px !important;
}
.blog-post-wrapper .pt-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.blog-post-wrapper .pt-wrapper .blurb {
  text-transform: uppercase;
  font-weight: bold;
}
/* ===============================================
   SEARCH FORM
   =============================================== */
#story-184 form.gsc-search-box * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#story-184 input.gsc-search-button,
#story-184 input.gsc-search-button:hover,
#story-184 input.gsc-search-button:focus {
  background-color: #8cc63f;
  border: 0 !important;
}
#story-184 input.gsc-input {
  background: none !important;
  height: 1.5em !important;
}
#story-184 .gs-result .gs-title,
#story-184 .gs-result .gs-title * {
  text-decoration: none !important;
}
#story-184 .gsc-result .gs-title {
  height: 1.5em;
}
#story-184 table th,
#story-184 table td {
  padding: 0;
}
#story-184 .gsib_a {
  padding: 0 6px;
}

#story-184 form button,
#story-184 form button:hover,
#story-184 form button:focus {
  background-color: #8cc63f;
  border: 0 !important;
}

/* ===============================================
   ADVOCACY
   =============================================== */
#story-86 .mission {
  text-align: center;
}
#story-86 .mission h2 {
  color: #003a5d;
}
/* ===============================================
   TAKE ME TO
   =============================================== */
body#story-56 .take-me-israel {
  background: url(/images/overseas-israel.jpg) no-repeat;
  padding: 75px 250px 75px 20px;
  margin-bottom: 5px;
}
body#story-56 .take-me-russia {
  background: url(/images/overseas-russia-a.jpg) no-repeat;
  padding: 75px 250px 75px 20px;
  margin-bottom: 5px;
}
body#story-56 .take-me-world {
  background: url(/images/overseas-world-a.jpg) no-repeat;
  padding: 75px 250px 75px 20px;
  margin-bottom: 5px;
}
/* ===============================================
   VOLUNTEER
   =============================================== */
body#story-53 .vol-cleveland {
  background: url(/images/volunteer-cleveland-header.jpg) no-repeat;
  padding: 75px 250px 75px 20px;
  margin-bottom: 5px;
}
body#story-53 .vol-israel {
  background: url(/images/volunteer-israel.jpg) no-repeat;
  padding: 75px 250px 75px 20px;
  margin-bottom: 5px;
}
/* ===============================================
   GIVE
   =============================================== */
body.give .menu-wrapper {
  padding: 40px 0;
  background-repeat: no-repeat;
}
body.give .menu-wrapper .menu {
  background: #ffffff;
  width: 56%;
  padding: 20px;
}
body#story-604 .menu-wrapper {
  background-image: url(/images/lansing-menu.png);
}
/* ===============================================
   INVOLVED
   =============================================== */
body.involved .menu-wrapper {
  padding: 40px 0;
  background-repeat: no-repeat;
}
body.involved .menu-wrapper .menu {
  background: #ffffff;
  width: 56%;
  padding: 20px;
}
body#story-67 .menu-wrapper {
  background-image: url(/images/volunteer-cleveland-header.jpg);
}
body#story-75 .menu-wrapper {
  background-image: url(/images/overseas-israel.jpg);
}
body#story-76 .menu-wrapper {
  background-image: url(/images/vector-world-map-v2.jpg);
}
body#story-97 .menu-wrapper {
  background-image: url(/involved/iconnect_top_photo.png);
}
body#story-106 .menu-wrapper {
  background-image: url(/involved/israel_cleveland_top_.jpg);
}
body#story-107 .menu-wrapper {
  background-image: url(/involved/beit_top_full.jpg);
}
body#story-126 .menu-wrapper {
  background-image: url(/involved/top_image.jpg);
}
/* ===============================================
   PREV/NEXT
   =============================================== */
.next-prev .direction {
  display: table;
}
.next-prev .direction .txt {
  display: table-cell;
  vertical-align: top;
}
.next-prev .direction .txt p.title {
  font-weight: bold;
  text-transform: uppercase;
}
.next-prev .direction .icn {
  display: table-cell;
  vertical-align: top;
  font-size: 60px;
}
.next-prev .direction .icn a {
  text-decoration: none;
  display: block;
  line-height: 1;
}
.next-prev .next .txt {
  padding-right: 20px;
}
.next-prev .prev .txt {
  padding-left: 20px;
}
/* ===============================================
   ADD TO CALENDAR
   =============================================== */
/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}
.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent!important;
}
.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer;
}
.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}
.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-item {
  float: none;
  text-align: left;
}
.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}
.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
/* Blue */
.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #4281f4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 4px;
  zoom: 1;
}
.atc-style-blue .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}
.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item {
  background: #fff;
  color: #000;
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus {
  color: #fff;
}
.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
  background: #4281f4;
}
/***** ADD TO CALENDAR 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: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  background: #00a7e1;
  color: #ffffff;
  -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 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link {
  margin: 0 !important;
}
/* ===============================================
   RT 19853: RESPONSIVE FIX
   =============================================== */
.rt-19853 {
  padding: 40px;
}
.rt-19853 .menu > div {
  width: 50%;
}
.rt-19853 .menu > div h2 {
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .rt-19853 {
    padding: 20px;
  }
  .rt-19853 .menu > div {
    width: 100%;
  }
}
/* ===============================================
   MISC
   =============================================== */
.gray {
  color: #202020;
}
.blue {
  color: #00a7e1;
}
.full-width img {
  width: 100%;
}
/* ===============================================
   RESPONSIVE
   =============================================== */
@media only screen and (min-width: 481px) {
  body#story-63 .community h2.fancy {
    font-size: 600%;
  }
  body#story-63 .community h3 {
    font-size: 375%;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  .page-container {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
  #top,
  #topnav,
  #middle,
  #content,
  body.is-story #content,
  #bottomnav,
  .sizer {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #toolbar,
  #sidebar, #bottom .links, #bottom .involved, #bottom .give
 {
    display: none;
  }
#bottom .contact, #bottom .connect {width:90%; margin: 0 18px 0 18px;}
  .blog-news-events,
  .about-news-events,
  .news-events {
    background: transparent !important;
    height: auto !important;
  }
  .blog-news-events .common-news,
  .about-news-events .common-news,
  .news-events .common-news,
  .blog-news-events .common-events,
  .about-news-events .common-events,
  .news-events .common-events {
    width: 100%;
    height: auto;
    margin: 0 0 18px;
    float: none;
    *zoom: 1;
  }
  .blog-news-events .common-news:after,
  .about-news-events .common-news:after,
  .news-events .common-news:after,
  .blog-news-events .common-events:after,
  .about-news-events .common-events:after,
  .news-events .common-events:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog-news-events .common-news h3.title,
  .about-news-events .common-news h3.title,
  .news-events .common-news h3.title,
  .blog-news-events .common-events h3.title,
  .about-news-events .common-events h3.title,
  .news-events .common-events h3.title {
    font-size: 14px;
    height: auto;
  }
  #top-alert {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #top .mobile-wrapper {
    display: table;
    margin-bottom: 10px;
  }
  #top .mobile-wrapper .logo {
    float: none;
    width: 70%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  #top .mobile-wrapper #menu-toggle {
    width: 30%;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
  }
  #top .mobile-wrapper #menu-toggle a {
    display: block;
    float: right;
    font-size: 150%;
    text-decoration: none;
  }
  #topnav {
    float: none;
  }
  #topnav > ul {
    display: none;
    float: none;
    width: 100%;
    *zoom: 1;
  }
  #topnav > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #ffffff;
  }
  #topnav > ul > li > .menu-item-wrapper {
    *zoom: 1;
  }
  #topnav > ul > li > .menu-item-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav > ul > li > .menu-item-wrapper > a {
    color: #ffffff;
    background: #00a7e1;
    text-align: left;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px;
  }
  #topnav > ul > li > .menu-item-wrapper > a i {
    display: none;
  }
  #topnav > ul > li > .menu-item-wrapper > div.subnav {
    float: right;
    padding: 0 10px;
    color: #ffffff;
    position: static;
    left: 0;
    top: 0;
    width: auto;
    background: none;
  }
  #topnav > ul > li > .menu-item-wrapper > div.subnav i {
    display: inline;
    font-size: 18px;
  }
  #topnav .level2 {
    display: none;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 0;
    background: none;
  }
  #topnav .level2 > ul > li > a {
    position: static;
    left: 0;
    top: 0;
    line-height: 1;
    display: block;
    padding: 8px 10px 8px 25px;
    color: #ffffff;
    background: #00a7e1;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  #middle {
    padding: 0 10px;
  }
  body.full-width-content #middle {
    padding: 0;
  }
  body.full-width-content #middle > .sizer {
    width: 100%;
  }
  body.full-width-content #middle > .sizer .sizer {
    padding: 0 10px;
  }
  #content .pt-wrapper {
    width: auto;
  }
  #bottomnav {
    padding: 10px;
  }
  #bottomnav .logo a,
  #bottomnav .logo p,
  #bottomnav .copyright {
    float: none;
    line-height: 1.5;
  }
  #bottomnav .credits {
    display: none;
  }
  #bottomnav .logo a {
    display: block;
    margin: 0 0 9px;
  }
  #bottomnav .logo p {
    margin-left: 0;
  }
  #notification {
    padding: 8px 0;
    line-height: 1;
    font-size: 12px;
  }
  #notification span {
    margin: 0;
  }
  #notification button {
    display: block;
    border: 0;
    margin: 8px auto 0;
    padding: 4px 6px;
  }
  /*****
     Home
    *****/
  body.is-home #content .search p {
    font-size: 24px;
  }
  body.is-home #content .feature .img {
    float: none;
    margin: 0 0 18px;
  }
  body.is-home #content .feature .txt {
    margin: 0 0 18px !important;
  }
  body.is-home #content .feature h3 {
    font-size: 20px;
  }
  /*****
     Blog
    *****/
  .blog-item .img {
    float: none;
    margin: 0 0 18px;
  }
  /*****
     Campaigns
    *****/
  body#story-63 h1.page-title {
    width: 100%;
    padding: 0 10px;
  }
  body#story-63 .ninety-one-cents .img {
    width: 30%;
  }
  body#story-56 .take-me-israel,
  body#story-56 .take-me-russia,
  body#story-56 .take-me-world {
    padding: 20px;
    background-size: cover;
  }
  body#story-53 .vol-cleveland,
  body#story-53 .vol-israel {
    padding: 20px;
    background-size: cover;
  }
  body.involved .menu-wrapper {
    padding: 20px 0;
    background-size: cover;
  }
  body.involved .menu-wrapper .menu {
    width: 100%;
    padding: 10px;
  }
  /*****
     About
    *****/
  body#story-52 h1.page-title {
    width: 100%;
    padding: 0 10px;
  }
}