/* ===============================================
   GLOBAL ELEMENTS
   =============================================== */
div.preview-notice {
  display: none;
}
body:after {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
}
button,
a.button {
  background-color: #e51b24;
  color: #fff;
}
body.is-form #content form button {
  height: auto;
  padding: 10px 20px;
  font-size: 40px;
  font-weight: bold;
}
h1 {
  color: #0760ac;
  font-size: 36px;
  line-height: 1.25;
}
h2,
h3 {
  color: #00aaf7;
  line-height: 1.25;
}
h4,
h5,
h6 {
  color: #000;
  line-height: 1.25;
}
body.is-form #content form h2 {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #0760ac;
}
a {
  color: #f78f1e;
}
a:hover {
  text-decoration: underline;
}
button,
a.button {
  background: #f78f1e;
}
span.req {
  color: #e51b24;
}
#topbar .sizer {
  background-color: #f78f1e;
  *zoom: 1;
  position: relative;
}
#topbar .sizer:after {
  content: "";
  display: table;
  clear: both;
}
#topbar .sizer .nav-list a {
  color: #fff;
}
#top .sizer {
  background-color: #fff;
  *zoom: 1;
}
#top .sizer:after {
  content: "";
  display: table;
  clear: both;
}
#bottom .sizer {
  background-color: #f78f1e;
  *zoom: 1;
}
#bottom .sizer:after {
  content: "";
  display: table;
  clear: both;
}
#bottom .sizer .info {
  color: #fff;
}
#bottom .sizer .info a {
  color: #fff;
  text-decoration: none;
}
/***** CONTRIBUTION FORM BUTTON INPUTS *****/
form#contribution-form div.simple-amount {
  width: auto;
  margin-right: 10px;
}
form#contribution-form div.simple-amount input[name="amount"] {
  position: absolute;
  left: -9999px;
}
form#contribution-form div.simple-amount label {
  margin-left: 0;
  background: #00aaf7;
  color: #fff;
  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;
}
form#contribution-form div.simple-amount input[name="amount"]:checked ~ label {
  background: #f78f1e;
}
form#contribution-form div.simple-amount-other {
  clear: both;
  margin-top: 10px;
}
form#contribution-form div.simple-amount-other input[name="amount_other"] {
  width: 100px;
}
/* ===============================================
   DESKTOP LAYOUT
   =============================================== */
@media only screen and (min-width: 641px) {
  body {
    background: #cceefd url(/images/bg_body.png) repeat-x;
  }
  .sizer {
    width: 1050px;
    margin: 0 auto;
  }
  #topbar .sizer {
    padding: 0 90px;
  }
  #topbar .sizer .nav-list li {
    line-height: 36px;
  }
  #topbar .sizer .nav-list li a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  #topbar .sizer .signup {
    background: #0760ac;
    width: 250px;
    position: absolute;
    top: 0;
    right: 80px;
    padding: 10px 10px 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #topbar .sizer .signup input[name="email"] {
    width: 100%;
    height: 30px;
  }
  #topbar .sizer .signup input[name="zip"] {
    width: 50%;
    height: 30px;
    margin-right: 5%;
  }
  #topbar .sizer .signup button {
    background-color: #f78f1e;
    width: 45%;
    height: 30px;
    font-size: 80%;
  }
  #top .sizer {
    padding: 0 90px;
  }
  #top .logo {
    width: 400px;
    height: 92px;
    float: left;
  }
  #top .social-buttons {
    float: left;
    padding-top: 24px;
  }
  #top .social-buttons ul li {
    text-indent: 0;
  }
  #top .social-buttons ul li a {
    background: #e51b24;
    color: #fff;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #topnav .sizer {
    background-color: #00aaf7;
    padding: 0 90px;
    *zoom: 1;
  }
  #topnav .sizer:after {
    content: "";
    display: table;
    clear: both;
  }
  #topnav .sizer > ul {
    display: table;
    width: 100%;
    padding-right: 20%;
    position: relative;
  }
  #topnav .sizer > ul > li {
    display: table-cell;
    position: relative;
  }
  #topnav .sizer > ul > li .menu-item-wrapper > a {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  }
  #topnav .sizer > ul > li.nav7 {
    display: block;
    height: 119px;
    width: 119px;
    line-height: 119px;
    background: url(/images/btn_donate_orange.png) no-repeat;
    position: absolute;
    top: -30px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
  }
  #topnav .sizer > ul > li.nav7 a {
    padding: 0;
  }
  #topnav .sizer .level2 {
    width: 200px;
    position: absolute;
    top: 60px;
    left: -9999px;
    z-index: 99999;
  }
  #topnav .sizer .level2 > ul > li {
    border-top: 1px solid #fff;
  }
  #topnav .sizer .level2 > ul > li > a {
    color: #fff;
    background: #0b62ac;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  #topnav .sizer .level2 > ul > li > a:hover {
    background: #00aaf7;
  }
  #topnav .sizer > ul > li:hover .level2 {
    left: 0;
  }
  #topnav > .sizer > ul > li.nav6 {
    display: none;
  }
  body.is-home #topnav > .sizer > ul > li.nav7 {
    background: url(/images/btn_donate_red.png) no-repeat;
  }
  #middle .sizer {
    background: #fff;
    *zoom: 1;
  }
  #middle .sizer:after {
    content: "";
    display: table;
    clear: both;
  }
  body.is-story #middle .sizer {
    background: #fff url(/images/bg_sidebar.png) top right repeat-y;
  }
  #content {
    padding: 20px 50px;
  }
  #content .bc-wrapper a {
    color: #000;
    text-decoration: none;
  }
  #content .bc-wrapper span {
    color: #e51b24;
  }
  body.is-story #content {
    width: 750px;
    float: left;
  }
  body.is-story.layout-no-sidebar #middle .sizer {
    background: #fff;
  }
  body.is-story.layout-no-sidebar #content {
    width: 100%;
    float: none;
  }
  body.is-home #content {
    width: 100%;
    padding: 0;
  }
  #sidebar {
    width: 300px;
    float: left;
  }
  #bottom .sizer {
    padding: 20px 50px 0;
  }
  #bottom .sizer .bottom-wrapper {
    margin-bottom: 24px;
    *zoom: 1;
  }
  #bottom .sizer .bottom-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  #bottom .sizer .bottom-wrapper .search {
    float: right;
  }
  #bottom .sizer .bottom-wrapper .search input {
    width: 100px;
  }
  #bottom .sizer .bottom-wrapper .logo {
    width: 350px;
    float: left;
  }
  #bottom .sizer .bottom-wrapper .info {
    width: 450px;
    float: left;
  }
  #bottom .sizer .bottom-wrapper .info p {
    margin: 0;
  }
  #bottom .sizer .bottom-wrapper .info p.address {
    font-size: 18px;
  }
  #bottom .sizer .bottom-wrapper .info p.address .phone {
    font-weight: bold;
  }
  #bottom .sizer .bottom-wrapper .info p.privacy a {
    text-decoration: underline;
  }
  #bottom .sizer .p3-badge {
    width: 312px;
    height: 43px;
    margin: 0 auto;
    background: url(/images/bg_p3_badge.png) no-repeat;
  }
  #bottom .sizer .p3-badge > div {
    width: 50%;
    float: left;
    text-indent: -9999px;
  }
  #bottom .sizer .p3-badge > div a {
    display: block;
    height: 43px;
  }
  /***** SIDEBAR *****/
  #sidebar {
    padding: 50px 10px 10px;
  }
  #sidebar h2 {
    color: #fff;
    font-size: 30px;
  }
  #sidebar .social-buttons ul {
    display: table;
    width: 100%;
  }
  #sidebar .social-buttons ul li {
    text-indent: 0;
    margin: 0;
    display: table-cell;
    width: 25%;
    text-align: center;
  }
  #sidebar .social-buttons ul li a {
    background: #fff;
    color: #e51b24;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
  }
  /***** HOMEPAGE *****/
  body.is-home .slideshow {
    margin-bottom: 0;
  }
  body.is-home .action {
    padding: 10px 125px;
    color: #2a2a2a;
    background-color: #f78f1e;
    font-size: 14px;
    text-align: center;
  }
  body.is-home .action h2 {
    font-size: 40px;
    margin-bottom: 6px;
    color: #2a2a2a;
  }
  body.is-home .action .links {
    display: table;
    width: 100%;
    color: #fff;
    font-size: 12px;
  }
  body.is-home .action .links .listed-item {
    display: table-cell;
    width: 14.28%;
    line-height: 1.25;
  }
  body.is-home .action .links .listed-item .img {
    float: none;
    margin: 0 0 6px;
  }
  body.is-home .action .links .listed-item .img img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
  }
  body.is-home .issues {
    padding: 10px 50px;
    text-align: center;
  }
  body.is-home .issues h2 {
    color: #0760ac;
    font-size: 40px;
    margin-bottom: 12px;
  }
  body.is-home .issues h3 {
    font-size: 30px;
    color: #00aaf7;
    margin-bottom: 6px;
  }
  body.is-home .issues .listed-item .img {
    float: none;
    margin: 0 0 12px;
  }
  body.is-home .issues .listed-item .img img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
  }
  body.is-home .issues .listed-item p.teaser {
    font-size: 14px;
    font-weight: 300;
  }
  body.is-home .issues .top-row .listed-item h3.title {
    font-size: 30px;
    color: #00aaf7;
    margin-bottom: 12px;
  }
  body.is-home .issues .top-row .listed-item:last-child h3.title {
    margin-bottom: 32px;
  }
  body.is-home .issues .bottom-row .listed-item h3.title {
    font-size: 22px;
    color: #e51b24;
    text-transform: uppercase;
  }
  body.is-home .charity {
    background: #e51b24;
    padding: 20px 50px;
    *zoom: 1;
  }
  body.is-home .charity:after {
    content: "";
    display: table;
    clear: both;
  }
  body.is-home .charity .column-1 {
    text-align: right;
    color: #fff;
  }
  body.is-home .charity .column-1 h2 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    line-height: 50px;
  }
  body.is-home .charity .column-1 p {
    margin: 0;
  }
  body.is-home .charity .column-2 .listed-item {
    margin-right: 20px;
    margin-bottom: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    line-height: 60px;
    vertical-align: middle;
  }
  body.is-home .whats-new {
    padding: 20px 100px;
    background: #00aaf7;
  }
  body.is-home .whats-new h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 12px;
    text-align: center;
  }
  body.is-home .whats-new .listed-item {
    padding: 15px;
    background: #fff;
    -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.is-home .whats-new .listed-item .img {
    margin: 0 0 8px;
    float: none;
  }
  body.is-home .whats-new .listed-item h3.title {
    width: 70%;
    margin-right: 5%;
    float: left;
    color: #f78f1e;
    text-align: right;
  }
  body.is-home .whats-new .listed-item p.readmore {
    float: left;
    width: 25%;
  }
  body.is-home .whats-new .listed-item p.readmore a {
    display: block;
    height: 41px;
    width: 41px;
    background: url(/images/whats_new_readmore.png) no-repeat;
    text-indent: -9999px;
    float: right;
  }
  body.is-home .hf-101 {
    height: 587px;
    padding: 30px 440px 0 50px;
    background: url(/images/bg_hf101.jpg) no-repeat;
  }
  body.is-home .hf-101 h2 {
    font-size: 36px;
    color: #323232;
    text-align: center;
    margin: 0 0 12px;
  }
  body.is-home .hf-101 .video-wrapper {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    color: #323232;
  }
  body.is-home .hf-101 .video-wrapper h3 {
    color: #323232;
    font-size: 22px;
    margin-bottom: 6px;
  }
  body.is-home .hf-101 .video-wrapper p {
    margin: 0;
    font-size: 14px;
  }
  body.is-home .hf-101 .video-wrapper .video {
    margin-bottom: 12px;
  }
  /***** SECTION COVERS *****/
  body.section-cover #middle .sizer {
    background: #fff;
  }
  body.section-cover #middle .sizer #content {
    width: 100%;
    float: none;
  }
  body.sc1 #content .listed-item h3.title {
    font-size: 18px;
    font-weight: 400;
  }
  body.sc1 #content .listed-item .img {
    float: none;
    margin: 0 0 8px;
  }
  body.sc2 #content .listed-item:nth-child(3n + 1) {
    background: #cceefd;
  }
  body.sc2 #content .listed-item:nth-child(3n + 2) {
    background: #ededed;
  }
  body.sc2 #content .listed-item:nth-child(3n + 0) {
    background: #fad1d3;
  }
  body.sc2 #content .listed-item .txt {
    padding: 10px 20px 0;
  }
  body.sc2 #content .listed-item .txt h3.title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
  }
  body.sc2 #content .listed-item .txt p.teaser {
    font-sizer: 16px;
    margin-bottom: 12px;
  }
  body.sc2 #content .listed-item .txt .readmore a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
    padding: 10px;
    background: #f78f1e;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
  }
  body.sc3 #content .top {
    padding: 10px 50px;
    margin: 0 -50px 24px;
    background: #f78f1e;
    color: #fff;
  }
  body.sc3 #content .top h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  body.sc3 #content .bottom {
    *zoom: 1;
  }
  body.sc3 #content .bottom:after {
    content: "";
    display: table;
    clear: both;
  }
  body.sc3 #content .bottom .left {
    width: 620px;
    margin-right: 30px;
    float: left;
  }
  body.sc3 #content .bottom .left .get-involved {
    margin-bottom: 24px;
  }
  body.sc3 #content .bottom .left .signup {
    background: #00aaf7;
  }
  body.sc3 #content .bottom .left .signup h2 {
    color: #fff;
    background: #00aaf7;
    padding: 5px 10px;
    margin: 0;
  }
  body.sc3 #content .bottom .left .signup form {
    min-height: 200px;
    padding: 140px 20px 10px;
    background: url(/images/bg_adv_capitol.jpg) no-repeat;
  }
  body.sc3 #content .bottom .left .signup input[name="email"] {
    width: 100%;
  }
  body.sc3 #content .bottom .left .signup input[name="zip"] {
    width: 50%;
    margin-right: 10%;
  }
  body.sc3 #content .bottom .left .signup button {
    width: 40%;
  }
  body.sc3 #content .bottom .left .voice h2 {
    color: #fff;
    background: #f78f1e;
    padding: 5px 10px;
    margin: 0;
  }
  body.sc3 #content .bottom .left .voice .wrapper {
    background: #fdddbb;
    padding: 10px;
    font-size: 14px;
  }
  body.sc3 #content .bottom .left .voice .wrapper h3 {
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 8px;
  }
  body.sc3 #content .bottom .left .voice .wrapper .img img {
    margin: 0 auto;
  }
  body.sc3 #content .bottom .left .action-center {
    border: 1px solid #0760ac;
    border-top: 0;
    padding: 0 10px 10px;
  }
  body.sc3 #content .bottom .left .action-center h2 {
    color: #fff;
    background: #0760ac;
    margin: 0 -10px;
    padding: 5px 10px;
    margin-bottom: 12px;
  }
  body.sc3 #content .bottom .left .action-center h3 {
    color: #00aaf7;
  }
  body.sc3 #content .bottom .left .action-center p {
    border-bottom: 1px solid #00aaf7;
    padding: 0 10px 10px;
  }
  body.sc3 #content .bottom .left .action-center p:last-child {
    border-bottom: 0;
  }
  body.sc3 #content .bottom .right {
    width: 300px;
    float: left;
  }
  body.sc3 #content .bottom .right .vol {
    padding: 10px 10px 1px;
    background: #a4a6a7;
    color: #fff;
  }
  body.sc3 #content .bottom .right .vol h2,
  body.sc3 #content .bottom .right .vol a {
    color: #fff;
  }
  body.sc3 #content .bottom .right .vol li {
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  body.sc3 #content .bottom .right .speak {
    padding: 10px 10px 1px;
    background: #00aaf7;
    color: #fff;
  }
  body.sc3 #content .bottom .right .speak h2,
  body.sc3 #content .bottom .right .speak a {
    color: #fff;
  }
  body.sc3 #content .bottom .right .speak li {
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  /***** SLIDESHOW *****/
  .slideshow {
    margin-bottom: 24px;
  }
  .slideshow .listed-item {
    margin: 0;
  }
  .slideshow .listed-item .img {
    float: none;
    margin: 0;
  }
  /***** EVENTS *****/
  .tmpl-event-details .reply-form input.text,
  .tmpl-event-details .reply-form select,
  .tmpl-event-details .reply-form textarea {
    width: 100%;
  }
  .tmpl-event-details .reply-form button {
    height: auto;
  }
}
/* ===============================================
   MOBILE LAYOUT
   =============================================== */
@media only screen and (max-width: 640px) {
  iframe {
    max-width: 100% !important;
  }
  .bc-wrapper,
  .pt-wrapper .email,
  .pt-wrapper .print,
  .pt-wrapper .share,
  .pt-wrapper .plusone,
  #sidebar {
    display: none;
  }
  .preview-notice {
    background: #c00;
    padding: 5px 10px;
    min-height: 0;
  }
  .preview-notice p {
    display: none;
  }
  .mobile-wrapper {
    display: table;
    width: 100%;
    padding: 10px;
  }
  .mobile-wrapper .logo {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
  }
  .mobile-wrapper .quick-nav {
    text-align: right;
    font-size: 75%;
  }
  #topbar .sizer {
    padding: 10px;
  }
  #topbar .sizer #menu-toggle {
    float: right;
  }
  #topbar .sizer h3 {
    color: #fff;
    float: left;
    margin: 0;
  }
  #topbar .sizer a {
    color: #fff;
  }
  #top body.is-home .action,
  #top body.is-home .flex-control-nav,
  #top body.is-home .flex-direction-nav {
    display: none;
  }
  #top body.is-home .charity {
    padding: 10px;
    background: #e51b24;
  }
  #top body.is-home .charity h2 {
    color: #fff;
  }
  #top body.is-home .whats-new {
    padding: 10px;
    background: #00aaf7;
  }
  #top body.is-home .whats-new .img,
  #top body.is-home .whats-new .readmore {
    display: none;
  }
  #top body.is-home .whats-new h2 {
    color: #fff;
  }
  #top body.is-home .whats-new h3.title {
    color: #fff;
    text-align: center;
  }
  .mobile-nav > ul {
    display: none;
    float: none;
    width: 100%;
    *zoom: 1;
  }
  .mobile-nav > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile-nav > ul > li {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    border-top: 1px solid #fff;
  }
  .mobile-nav > ul > li > .menu-item-wrapper {
    *zoom: 1;
  }
  .mobile-nav > ul > li > .menu-item-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile-nav > ul > li > .menu-item-wrapper > a {
    display: block;
    width: 100%;
    color: #fff;
    background: #f78f1e;
    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;
  }
  .mobile-nav > ul > li > .menu-item-wrapper > a i {
    display: none;
  }
  .mobile-nav > ul > li > .menu-item-wrapper > div.subnav {
    float: right;
    padding: 6px 10px;
    color: #fff;
    width: auto;
    background: none;
  }
  .mobile-nav > ul > li > .menu-item-wrapper > div.subnav i {
    font-size: 16px;
  }
  .mobile-nav .level2 {
    display: none;
  }
  .mobile-nav .level2 > ul > li > a {
    display: block;
    line-height: 1;
    padding: 8px 10px 8px 25px;
    color: #fff;
    background: #00aaf7;
    border-top: 1px solid #fff;
    border-bottom: none;
    text-decoration: none;
  }
  .mobile-nav ul ul ul {
    display: none;
  }
  #content {
    padding: 10px;
  }
  #bottom {
    background: #f78f1e;
    text-align: center;
    padding: 10px;
  }
  #bottom .search {
    display: none;
  }
  #bottom .info img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
  }
  body.homepage .slideshow .flex-direction-nav {
    display: none;
  }
  body.homepage .issues,
  body.homepage .action,
  body.homepage .charity {
    display: none;
  }
  body.homepage .whats-new {
    background: #e51b24;
    padding: 10px;
  }
  body.homepage .whats-new .img {
    display: none;
  }
  body.homepage .whats-new h3.title {
    color: #fff;
  }
}
@media only screen and (max-width: 320px) {
  #content input.text,
  #content select,
  #content textarea {
    width: 175px;
  }
}
