/* This is to fix a funny text rendering issue in Chrome caused by the rotator */
body#home { -webkit-transform: translate3d(0, 0, 0); }
.btn {
  background: #f79e48;
  background: -moz-linear-gradient(top, #f79e48 0%, #f38c28 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79e48), color-stop(100%,#f38c28));
  background: -webkit-linear-gradient(top, #f79e48 0%,#f38c28 100%);
  background: -o-linear-gradient(top, #f79e48 0%,#f38c28 100%);
  background: -ms-linear-gradient(top, #f79e48 0%,#f38c28 100%);
  background: linear-gradient(to bottom, #f79e48 0%,#f38c28 100%);
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  font: 21px 'ITC Avant Garde Gothic W02', Helvetica, Arial;
  padding: 10px 7px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover {
  background: #fec52a;
  color: #ffffff;
}
.btn-social-fb:before {
  background: url('//stand2cancer.bsd.net/page/-/images/bsd-sprites.png') -175px -100px no-repeat;
  content: '';
  display: inline-block;
  height: 26px;
  vertical-align: middle;
  width: 26px;
}
.btn-social-tw:before {
  background: url('//stand2cancer.bsd.net/page/-/images/bsd-sprites.png') -130px -100px no-repeat;
  content: '';
  display: inline-block;
  height: 26px;
  vertical-align: middle;
  width: 26px;
}
.v2 #header_wrap {
    background: #ffffff;
}
.v2 #content_home,
.v2 #content_home_wrap,
.v2 #content_home_left_blog,
.v2 #lower_footer_wrap {
    background: none;
}
.v2 #content_home_wrap {
    overflow: visible;
    width: 1000px;
}
.v2 #content_home_left {
    float: left;
    margin: 20px 20px 20px 0;
    width: 670px;
}
.v2 #content_home_right {
    background: #ebebeb;
    border-radius: 0 0 4px 4px;
    padding-bottom: 30px;
}
.v2 #content_home_right .tout {
    clear: both;
    margin-bottom: 40px;
}
.v2 #content_home_right .tout.last {
    margin-bottom: 0;
}
.v2 #header_menu_wrapper {
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedede 0%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dedede 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dedede 0%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dedede 0%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#e9e9e9 100%); /* W3C */
    border: 1px solid #d4d4d4;
    border-width: 1px 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
    clear: both;
}

.v2 #header_menu #menuElem > li > a,
.v2 #header_menu #menuElem > li > a:visited {
    background-image: url('/_www_images/nav-2.png');
}

.v2 #header_home {
    height: 130px;
}
.v2 #header_left_home,
.v2 #header_right_home {
    margin-top: 32px;
}
.v2 #sub_footer_wrap {
    margin-bottom: 20px;
}
#header_right_home .social-login {
    position: relative;
    top: -10px;
}
#header_right_home .social-login,
#header_right_home .social-login a {
    color: #ccccca;
    font-family: 'avantguardregular', Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .1em;
}
#header_right_home .social-login a:hover {
    color: #ff7129;
    text-decoration: none;
}
#header_right_home .social-login .spr {
    margin-left: 2px;
    position: relative;
    top: 4px;
}
#header_right_home .social-login .spr:hover {
    background-position-y: -20px;
}
#quick-signup {
    font-size: 0;
}
#quick-signup input {
    border: 1px solid #ff7129;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 11px;
    height: 16px;
    margin-right: 11px;
    padding: 4px;
    vertical-align: top;
    width: 120px;
}
#quick-signup #quick-zip {
    width: 80px;
}
#quick-signup button {
    background: #f7a14f; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7a14f 0%, #f48c2a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7a14f), color-stop(100%,#f48c2a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7a14f 0%,#f48c2a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7a14f 0%,#f48c2a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7a14f 0%,#f48c2a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7a14f 0%,#f48c2a 100%); /* W3C */
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    color: #ffffff;
    font: 15px/26px 'avantguardboldregular', Arial, sans-serif;
    height: 26px;
    letter-spacing: .1em;
    margin: 0;
    padding: 0 18px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
}
#quick-signup button:hover {
    background: #f8af60;
    background: -moz-linear-gradient(top,  #e48115 0%, #f8af60 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e48115), color-stop(100%,#f8af60)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e48115 0%,#f8af60 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e48115 0%,#f8af60 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e48115 0%,#f8af60 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e48115 0%,#f8af60 100%); /* W3C */
    cursor: pointer;
}
.v2 #home_banners_wrap {
    border-bottom: 1px solid #d4d4d4;
}
.v2 #lower_footer_wrap {
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(top,  #dedede 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dedede 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dedede 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dedede 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dedede 0%,#fefefe 100%); /* W3C */
    border-top: 1px solid #d4d4d4;
}
.v2 #lower_footer {
    padding-top: 50px;
}
.v2 #header_menu {
    width: 1000px;
}
.v2 #header_menu #menuElem > li {
    margin-left: 10px;
}
.v2 #header_menu #menuElem #menuElem_Donate {
    position: absolute;
    right: 0;
    top: -9px;
}

.v2 #header_menu #menuElem #menuElem_Donate a {
    background: #ef4d45;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    padding: 0;
    text-indent: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    text-transform: uppercase;
    width: 125px;
}
.v2 #header_menu #menuElem #menuElem_Donate a:hover {
    background: #ef564f;
    background: -moz-linear-gradient(top, #c0403a 0%, #ef564f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0403a), color-stop(100%,#ef564f));
    background: -webkit-linear-gradient(top, #c0403a 0%,#ef564f 100%);
    background: -o-linear-gradient(top, #c0403a 0%,#ef564f 100%);
    background: -ms-linear-gradient(top, #c0403a 0%,#ef564f 100%);
    background: linear-gradient(to top, #c0403a 0%,#ef564f 100%);
    height: 58px;
    line-height: 58px;
}
.v2 #header_menu #menuElem #menuElem_Donate a:before {
    border-color: transparent #c8322a #c8322a transparent;
    border-style: solid;
    border-width: 4px;
    content: '';
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 0;
    width: 0;
}

#quick-signup button {
    width: 110px;
}
.spr {
    background: url('/_www_images/sprites.png') no-repeat;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.spr-facebook {
    background-position: 0 0;
    height: 20px;
    width: 20px;
}
.spr-twitter {
    background-position: -20px 0;
    height: 20px;
    width: 20px;
}
.spr-search {
    background-position: -60px 0;
    height: 16px;
    width: 17px;
}
.content-intro {
    font-size: 16px;
    line-height: 23px;
    margin: 45px 0;
}
.content-intro strong {
    text-transform: uppercase;
}
.content-intro a:hover,
.slash-header .link-more:hover {
    color: #ffc423;
    text-decoration: none;
}
.news-gallery-list {
    font-size: 0;
    list-style: none;
    margin: 15px -25px 0 0;
    padding: 0;
}
.news-gallery-item {
    background: #ffffff url('http://www.standup2cancer.org/_www_images/stand-up-2-cancer.png') center center no-repeat;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font: 13px/17px 'avantguardregular', Arial, sans-serif;
    height: 206px;
    letter-spacing: .1em;
    margin: 0 25px 25px 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 206px;
    word-spacing: -0.2em;
}
.news-gallery-link {
    display: block;
    height: 206px;
    width: 206px;
}
.news-gallery-link:hover {
    border-top: 8px solid #ffc423;
    height: 202px;
}
.news-gallery-title {
    background: #000000;
    background: rgba(0,0,0,0.65);
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.slash-header {
    background: url('/_www_images/rule-slash.png') 0 65% no-repeat;
}
.news-gallery-heading,
.slash-header .link-more {
    background: #ffffff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0;
}
.news-gallery-heading {
    color: #ffc423;
    font: 22px/1 'avantguardboldregular', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    padding-right: 8px;
    text-transform: uppercase;
}
a.link-more {
    color: #444444;
    white-space: nowrap;
}
.link-more:after {
    content: '';
    border: .37em solid transparent;
    border-left-color: #444444;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 0;
    margin-left: .3em;
    width: 0;
}
.link-more:hover:after {
    border-left-color: #ffc423 !important;
}
.slash-header .link-more {
    color: #929292;
    padding-left: 4px;
    text-transform: uppercase;
}
.slash-header .link-more:after {
    border-left-color: #929292;
}
.impact {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    height: 439px;
    text-align: center;
}
.impact .inner {
    margin: 0 auto;
    width: 1000px;
}
.impact .line-1 {
    color: #000000;
    font-family: 'avantguardboldregular', Arial, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.impact .slant-bar {
    color: #ffffff;
    font: 28px/46px 'avantguardregular', Arial, sans-serif;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 46px;
    letter-spacing: .1em;
    margin: 15px auto 0;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    word-spacing: -0.2em;
    z-index: 1;
}
.impact .slant-bar:before {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000000;
    content: '';
    display: block;
    height: 46px;
    left: -2%;
    position: absolute;
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    width: 104%;
    z-index: -1;
}
.impact .slant-bar strong {
    font-family: 'avantguardboldregular', Arial, sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
}
.impact .investing {
    color: #ffffff;
    font: 23px/35px 'avantguardregular', Arial, sans-serif;
    letter-spacing: .1em;
    margin: 1em auto;
    text-shadow: 0 0 4px rgba(0,0,0,.8);
    word-spacing: -0.2em;
}
.impact .button {
    background: #f7f3ef;
    border-radius: 4px;
    color: #f78f1e;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font: 36px/62px 'avantguardboldregular', Arial, sans-serif;
    height: 62px;
    letter-spacing: .1em;
    padding: 0px 32px;
    text-transform: uppercase;
}
.impact .button:hover {
    background: #ffffff;
    color: #444444;
    text-decoration: none;
}
#impact-1 {
    background-image: url('/_www_images/bg-impact-1.jpg');
}
#impact-1 .inner {
    padding-top: 20px;
}
#impact-1 .line-1,
#impact-1 .line-2 {
    font: 76px/.7 'avantguardboldregular', Arial, sans-serif;
    letter-spacing: .1em;
    word-spacing: -.2em;
}
#impact-3 .line-1,
#impact-3 .line-2 {
    font: 62px/.7 'avantguardboldregular', Arial, sans-serif;
    letter-spacing: .1em;
    word-spacing: -.2em;
}
#impact-1 .line-2,
#impact-3 .line-2 {
    color: #ffffff;
    text-transform: uppercase;
}
#impact-1 .line-1 .ampersand,
#impact-3 .line-1 .ampersand {
    font: 0.88em 'avantguardregular', Arial, sans-serif;
}
#impact-2 {
    background-image: url('/_www_images/bg-impact-2.jpg');
}
#impact-2 .inner {
    padding-top: 70px;
}
#impact-2 .line-1 {
    font-size: 48px;
    margin-bottom: 24px;
    word-spacing: -.2em;
}
#impact-2 .line-1 strong {
    color: #ffffff;
    font-size: 105px;
    position: relative;
    top: 18px;
}
#impact-3 {
    background-image: url('/_www_images/bg-impact-3.jpg');
}
#impact-3 .inner {
    padding-top: 40px;
}
#search-form {
    margin-bottom: 1em;
}
#search-form input {
    box-sizing: content-box;
    margin-right: 11px;
    padding: 4px;
    vertical-align: top;
    width: 165px;
}
#search-form button {
    background: #ccccca;
    border: 0;
    height: 27px;
    margin-left: -1px;
    vertical-align: top;
}


/* Landing Page */
body.landing {
  background: none;
}
body.stripped #header_wrap {
  background: #ffffff;
  height: 126px;
  position: static;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.stripped #header_wrap #header_home {
  background: #ffffff url('https://stand2cancer.bsd.net/page/-/images/rule-slash.png') center bottom no-repeat;
  position: relative;
  width: auto;
  max-width: 1020px;
  margin: auto;
  height: inherit;
}
body.stripped #content {
  background: #ffffff url('https://stand2cancer.bsd.net/page/-/images/rule-slash.png') center bottom no-repeat;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.landing-content {
  color: #333;
  font: 18px/1.3 Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  text-align: center;
  width: 800px; 
}
.landing-content h1 {
  font: 500 26px 'ITC Avant Garde Gothic W01', Helvetica, Arial;
  letter-spacing: -.02em;
  text-transform: uppercase;
  background: none;
  margin-top: 0px;
  line-height: 1em;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 800px;
  margin: 20px auto;
  padding-left: 0px;
}
.landing-content strong   {
  font-family: 'ITC Avant Garde Gothic W01', Helvetica, Arial;
  font-weight: 400;
  font-style: normal;
}
.landing .share-container {
  display: block;
  margin: 8px auto;
  text-align: center;
  width: 80%;
}

.landing .btn-social {
  width: 100%;
}

.landing .share-col-right {
  float: right;
}
.landing .share-col-left {
  float: left;
}
.landing .share-col {
  width: 48%;
}
.landing .container {
  clear: both;
  width: 800px;
  margin: 0 auto;
}
.landing .container form {
  text-align: center;
}
body.landing input#show-zip {
  width: 146px;
}
body.landing input#show-email {
  width: 257px;
}
body.landing .signup-container input {
  padding: 16px 0px 16px 10px;
  border: none;
  background: #e5e5e5;
  border-radius: 2px;
  font-size: 18px;
  color: #242323;
  margin-right: 18px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hidden_field {
    visibility: hidden;

    .lt-ie9 & {
        height: 0;
        width: 0;
        position: absolute;
        left: -9999em;
        outline: none !important;
        visibility: visible !important;
    }

}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

input:valid, textarea:valid {  }

::selection { background:#1fb9e7; color:#fff; text-shadow: none; }