/***********************************
 
  2015 Presente Digital Petition Designs
  Author: Justin Allen, Citizen Engagement Lab
  Date: January 2015

************************************/

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* 1.1 Reset
-----------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

sup {
  vertical-align:super;
  font-size:smaller;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a, ins, del {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}
.orange {
  color: #e85d00;
}


/* 1.1.2 HTML5 Elements
------------------------------------------------------------------------------*/

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav, 
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
  height: 1px;
  width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/
#header:after,
.sub:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
  background: white;
  color: #321b00; /* very dark brown */
  font-family: "proxima-nova", Verdana, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 12px;
    line-height: 18.7px;    
  }
}

@media only screen and (min-width: 480px) {
  body {
    font-size:  14px;
    line-height: 18.7px;    
  }
}

h1 { font-size: 200%; line-height: 120%; }

hr {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th {
  font-weight: normal;
}

address, cite, dfn {
  font-style: normal;
}

li {
  list-style: none;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

input, textarea, select {
  font-family: inherit, sans-serif;
}

a, a:visited {
  color: #f60;
  text-decoration: none;
}

a:hover, a:active {
  color: #f60;
  text-decoration: underline;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/
.italic {
  font-style: italic;
}

.light-grey-link a {
  color:#999 !important;
}


.grey-link a {
  color:#666 !important;
}

.grey-link-bold a {
  color:#666 !important;
  font-weight:bold;
}
.grey-link-bold a:hover {
  color:#F60 !important;
  font-weight:bold;
  text-decoration:underline;
}

.grey-link-underline a {
  color:#666 !important;
  text-decoration:underline;
}
.grey-link-underline a:hover {
  color:#F60 !important;
}

/* Header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: absolute;
  z-index:1000;
  top: 0px;
  left: 0px;
  background-color: #f7941e; /* presente orange */
  padding-bottom: 6px;
}

@media only screen and (max-width : 768px) {

  #header {
    height: 66px;
  }

}

@media only screen and (min-width : 768px) {

  #header {
    height: 80px;
  }

}

#header.with-feature-image {
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5); 
}

#header.no-feature-image {
  box-shadow: 0px 0px 27px 0px rgba(0,0,0,.15);  
}

#header #header-inner {
  max-width: 960px;
  margin: 0px auto;
}

#header .site-name,
#header .site-name span {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width : 768px) {

  #header .site-name,
  #header .site-name span {
    width: 183px;
    height: 50px;
  }

}

@media only screen and (min-width : 768px) {

  #header .site-name,
  #header .site-name span {
    width: 263px;
    height: 72px;
  }

}

#header .site-name {
  position: relative;
  display: block;
  float: left;
  margin-top:  13px;
  margin-left: 29px;
}

#header .site-name span {
  background-color: #f7941e; /* presente orange */
  background: url(../../images/common/presente_alianza_logo_flat_white.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#header a.site-name span {
  cursor: pointer;
}

/*#header.without-form span.bottom-border {
  position: absolute;
  top: 77px;
  left: 0;
}

#header.without-form {
  height: 89px;
}*/

/* Feature Image and Above-fold Content Block
------------------------------------------------------------------------------*/

.inner-wrapper {
  width:100%;
  float: left;
}

.inner-wrapper.above-fold {
  margin-top: 75px;
  min-height: 400px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width : 768px) {

  .inner-wrapper.above-fold {
    margin-top: 66px;
    background-attachment: scroll;  
  /*  border-bottom: 1px dotted rgba(0,0,0,.5);*/
  }

  #header.without-form .site-name {
    margin-top: 13px;
    margin-left: 9px;
  }

  .feature-container {
    margin: 60px auto 6px auto;    
  }

}

@media only screen and (min-width : 768px) {

  .inner-wrapper.above-fold {
    margin-top: 75px;
    min-height: 400px;
    background-attachment: fixed;  
  /*  border-bottom: 1px dotted rgba(0,0,0,.5);*/
  }


  #header.without-form .site-name {
    margin-top: 13px;
    margin-left: 29px;
  }

  .feature-container {
    margin: 60px auto 66px auto;    
  }

}

.feature-container {
  position: relative;
  background-color: #eeebe7; /* warm gray */
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5); /* half-opaque black */
}

.feature-container.has-image {
  max-width: 706px;
}

body.call .feature-container.has-image {
  max-width: 606px;
}


@media only screen and (max-width: 480px) {
  .feature-container.has-image {
    margin-top:208px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .feature-container.has-image {
    margin-top:308px;
  }
}

@media only screen and (min-width: 768px) {
  .feature-container.has-image {
    margin-top:248px;
  }

  .feature-container.has-image.feature_image_more_space {
    margin-top:458px;
  }  
}

.feature-container.no-image {
  max-width: 700px;
  margin-bottom: 0px;
}

.feature-container .page-title-wrapper {
  border-bottom: 4px solid #f7941e; /* warm orange */
}

@media only screen and (max-width : 480px) {
  .feature-container .page-title-wrapper {
    padding: 18px;
  }

 .feature-container .donate-container {
  border-radius: 0px;
 }
 .feature-container.no-image {
  margin-top: 0px !important;
 }


}

@media only screen and (min-width : 480px) {
  .feature-container .page-title-wrapper {
    padding: 24px 30px;
  }
}

.feature-container .feature-content {
  padding: 24px 30px;
}

.feature-container .page-title-wrapper .page-title {
  font-weight: 600;
}

.feature-container .page-title-wrapper .page-title, .feature-container .feature-content .subheading {
  text-align: center;
}

.feature-container .feature-content .subheading {
  font-size: 130%;
  line-height: 136%;
  margin-bottom: 24px;
}

.feature-container .feature-content .form-wrapper {
  position: relative;
}

.form-wrapper .col-50.left, .form-wrapper .col-50.right {

}

.col-50 h2,
.call-box h2,
.signup-box h2 {
  font-family: "proxima-nova";
  text-transform: capitalize;
  font-weight: 500;
  font-size: 130%;
  color: #ec7525; 
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(213,209,203); 
}

@media only screen and (max-width: 480px) {
  .col-50 h2,
  .signup-box h2 {
    text-align: center;
    font-weight: 600;
    margin-top: 4px;
  }

  .statement-leadin p {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .col-50.right {
    margin-top: 28px;
  }
}

.message-text {
  background: white;
  padding: 12px;
}

@media only screen and (max-width: 768px) {
  .message-text {
    max-height: 348px;
    width: 100%;
    overflow: scroll;
  }
}

@media only screen and (min-width: 768px) {
  .message-text {
    max-height: 348px;
    max-width: 332px;
    overflow: scroll;
  }
}


#known_user {
  background-color: rgb(244, 243, 241);
  padding: 25px;
  text-align: center;
}


#top_jumper {
  float: left;
  width: 100%;
  text-align: center;
}
 
#top_jumper a {
  color: #321b00; /* dark brown */
}

#top_jumper a:hover {
   color: #321b00;
   text-decoration: none; 
}

#top_jumper #back_to_top {
  display: block;
  width: 20%;
  margin: 0 auto;
}

#top_jumper #back_to_top .arrow {
  width:21px;
  height:21px;
  display: block;
  margin: 3px auto;
  background-image: url('//s3.amazonaws.com/s3.presente.org/static/media/back-to-top-arrow.png');
  background-repeat: none;
  background-position: 0px 0px;
}

@media only screen and (max-width : 768px) {
  #footer .media-inquiries {
    width: 100%;
  }

  #footer .media-inquiries .media-email {
    width: 100%;
    padding: 0px 0px 16px 0px;    
    display: block;
  }


  #footer .more-info {
    width: 100%;
    float: left;
    text-align: left;
    padding: 16px 0px;    
  }
}


/* simple grid 
--------------*/

@media only screen and (min-width : 768px) {

  .col-50 {
    width: 50%;
    float: left;
  }

  .col-50.right {
    padding-left: 12px;
  }

  .col-50.left {
    padding-right: 12px;
  }

}

@media only screen and (max-width : 768px) {
 
  .col-50 {
    width: 100%;
    float: left;
  }

}

/* Below-fold Container
------------------------------------------------------------------------------*/

.inner-wrapper.below-fold {
  padding-top: 16px;
}

.container {
  max-width: 800px;
  position: relative;
  margin: 0px auto;
  background-color: #fff;
}


@media only screen and (max-width: 768px) {
  #feature-image-repeat {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #feature-image-repeat {
    display: block;
  }
}


/* Share bar
-----------*/

.sharebuttons {
  width: 100%;
  text-align: center;
  margin-bottom:36px;
}

.sharebuttons .sp_share_button {
  display: block;
  margin-right: 0;
}

.sharebuttons .sp_fb_large a,
.sharebuttons .sp_tw_large a,
.sharebuttons .sp_em_large a {
  width: 160px;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .sharebuttons .sp_share_button {
    display: inline;
    margin-right: 10px;
    }
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/
#navigation {
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  overflow: auto;
}

#navigation a {
  color: #4d4d4d;
  display: block;
  height: 100%;
  padding: 10px 0;
}

#navigation a:hover {
  color: #fff;
  text-decoration: none;
}

#navigation li {
  width: 132px;
  float: left;
  background-color: #e6e7e7;
  background-image: url(../../images/common/bg-nav.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #aaacae, #e6e7e7);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e7e7), to(#aaacae));
  border-bottom: 1px solid #5a5b5e;
  border-top: 1px solid #a3a3a4;
  border-left: 1px solid #6d6f72;
  border-right: 1px solid #8f9194;
}

#navigation li:first-child,
#navigation li:first-child:hover {
  border-left: 0;
}

#navigation li:hover,
#navigation .active {
  color: #fff;
  background-color: #fbe9bc;
  background-image: url(../images/common/bg-nav-hover.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #efba31, #fbe9bc);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbe9bc), to(#efba31));
  border-top: 1px solid #ebb42f;
  border-left: 1px solid #e39623;
  border-bottom: 1px solid #d75f14;
  border-right: 1px solid #e39623;
}

#navigation li:hover a,
#navigation .active a {
  color: #fff;
  display: block;
  height: 100%;
}

#navigation li.donate {
  width: 130px;
  border-top: 1px solid #f13f84;
  border-left: 1px solid #e8194a;
  border-bottom: 1px solid #e41438;
  border-right: 0;
  background-color: #fbbdd2;
  background-image: url(../../images/common/bg-nav-donate.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #f0337d, #fbbdd2);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbbdd2), to(#f0337d));
}

#navigation li.donate:hover {
  border-top: 1px solid #fc6015;
  border-left: 1px solid #fa1c0b;
  border-bottom: 1px solid #f91508;
  border-right: 0;
  background-color: #fec693;
  background-image: url(../../images/common/bg-nav-donate-hover.png);
  background-image: -moz-linear-gradient(100% 100% 90deg, #fc5814, #fec693);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fec693), to(#fc5814));
}

#navigation li.donate a {
  color: #fff;
}


/* Thermometer */

#progress {
  width: 100%;
}

#progress p {
  padding-bottom: 3px;
  padding-top: 10px;
  text-align: center;
/*  font-weight: bold;*/
}

.thermometer-box {
  border-bottom: 0px solid #E3E3E3;
 /* height: 94px;*/
  position: relative;
  padding-bottom: 24px;
}

.thermometer-box p {
  font-style: bold;
  font-size: 14px;
  line-height: 14px;
  padding: 0;
  padding-left: 5px;
  padding-bottom: 12px;
}

.thermometer {
  width:  274px;
  width: 100%;
  position: relative;
  height: 33px;
  height:17px;
  background-color: #E1E0DE;
/*  border-radius: 10px;
  -moz-border-radius: 10px;*/
  overflow: hidden;
  box-shadow: inset 0px 0px 5px 3px #D3D0CD;
/* background: url(../../images/common/thermometer-bg-01.png); */
/* background-color: rgba(253, 86, 0, 0.19);  */  
/* background-color: white; */
/* border:1px solid #FD5600; */
}

.thermometer-box .thermometer-gray,
.thermometer-box .thermometer-color,
.thermometer-box .amount {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  display: block;
}

.thermometer-gray {
/*  background: transparent url(../../images/common/bg-thermometer-gray.png) no-repeat;
  width: 268px;*/
  z-index: 0;
}

.thermometer-color {
/*  background: transparent url(../../images/common/bg-thermometer-color.png) no-repeat;*/
/*  width:  0px;*/
  background: #ec7525;
  background: #FD5600;
  background: transparent url(../../images/common/thermometer-stripe-01.png) repeat;
/*  box-shadow: 0px 0px 2px 2px #BFB9B2;
  box-shadow: 0px 0px 2px 2px #fff;*/
  z-index: 10;
}


#progress .thermometer .amount {
  display: none !important;
}

.thermometer-box .amount {
  color: #fff;
  text-shadow: gray 1px 1px;
  text-align: right;
  line-height: 23px;
  z-index: 20;
  display: none;
}

.thermometer-box li {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.thermometer-box .zero {
  margin-right: 213px;
  margin-left: 6px;
}

.thermometer-box .current {
    clear:left;
    position:relative;
    top:-22px;
    /* left: set inline by ak template */
}

.thermometer-box .hundred {
  margin-right: 0;
}




/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
  background: #fff;
  padding-bottom: 10px;
}

#content h1,
.home h2,
h2 {
  margin-bottom: 7px;
  text-transform: uppercase;
  color:  #f60;
  font-size: 14px;
  line-height: 19px;
}

.text {
  padding: 18px 35px 18px 30px;
}

.text p {
  padding: 0;
  margin-bottom: 18px;
}

.text p img {
  float: left;
  margin-top: 3px;
  margin-right: 17px;
}

#content .text hr {
  display:block ;
}

.home .main {
  width: auto;
  padding-top: 0;
}


.main {
  float: left;
  width: 540px;
  padding-left: 21px;
  padding-top: 20px;
}

.campaign-inside .main {
  padding-top: 24px;
}

.main h2 {
  margin-bottom: 7px;
}

.campaign-index .main h2 {
  margin-bottom: 14px;
}

.main p {
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
}

.main .blue p {
  padding-bottom: 20px;
}

.main p img {
  margin-top: 5px;
}

.main .blue p img,
.main .blue p iframe {
  margin-top: 15px;
}
.column {
  width: 214px;
  float: left;
  padding: 30px 15px 0 15px;
}
.column:first-child {
  border-right: 2px solid #e3e3e3;
  padding-left: 0;
}

.column span,
.recent-campaigns span {
  font-size: 11px;
  line-height: 14.5px;
  font-weight: bold;
}

.column .headlines a,
.recent-campaigns li a {
  color: #333;
  font-weight: bold;
}

.main .headlines {
  font-size:  11px;
  line-height: 14.5px;
}

.blue h2,
.blue a,
.blue h3 {
  color: #3b5998;
}

h2.gray {
  color: #666;
}


/* 2.5 Sidebar
------------------------------------------------------------------------------*/

.home #sidebar {
  width: 240px;
  float: right;
  margin: 16px 22px 0 0;
  padding: 10px 15px 12px 15px;
  border: 2px solid #e0e0e0;
  background-color: #eff0f0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
  margin: 64px 0px 0px 0px;
  width: 100%;
  color: #000;
  background-color: #ec7525; /* warm orange */
  float: left;
}

#footer-inner {
  clear: both;
  max-width: 800px;
  margin: 12px auto 26px auto;
  padding: 11px 18px 15px 18px;
}

.media-inquiries {
  float: left;
}
.media-inquiries a {
  margin-right: 9px;
}

.blue .media-inquiries a {
  color: #e85d00;
}

.more-info {
  float: right;
}

#footer .extra_footer { 
  color: white;
  float: none;
  clear: left;
  text-align:center;
  font-weight:bold;
  padding-top: 10px;
}

#footer a, 
#footer a:visited {
  color: #fff;
  text-decoration: none;
  margin-left: 3px;
}

#footer a:hover {
  text-decoration: underline;
}

/* 2.7 Sharing
------------------------------------------------------------------------------*/
.sharing-options {
  clear: both;
  border-top: 2px solid #e3e3e3;
  padding: 15px 0;
  overflow: auto;
}

.sharing-options li {
  font: italic 16px Georgia;
  margin-left: 7px;
  padding: 7px 0 7px 4px;
  width: 162px;
  float: left;
  border: 2px solid #ccc;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
}

.sharing-options li.first-child {
  padding: 20px 0 15px 30px;
  width: 203px;
  font-family: 'museo-sans-1';
  font-weight: 100;
  font-size: 23px;
  font-style: normal;
  line-height: 20px;
  color: #666;
}

.sharing-options li:first-child, .sharing-options li.first-child {
  border: none;
  margin-left: 0;
  
}
.sharing-options li a {
  display: inline-block;
  margin: 4px 0 0 6px;
  /*width: 90px;*/
  color: #999;
}

.sharing-options li span {
  display: inline-block;
  height: 48px;
  width: 46px;
  margin-right: 10px;
  float: left;
  clear: none;
}

.sharing-options li a:hover {
       text-decoration:none;
}

.sharing-options li.email:hover span.sharing-bg {
  background: url(../../images/common/share-sprite.png) no-repeat;
  background-position: 0 0;
}

.sharing-options li.facebook:hover span.sharing-bg {
  background: url(../../images/common/share-sprite.png) no-repeat;
  background-position: -48px 0;
}

.sharing-options li.twitter:hover span.sharing-bg {
  background: url(../../images/common/share-sprite.png) no-repeat;
  background-position: -96px 0; 
}

.sharing-options li.email span.sharing-bg {
  background: url(../../images/common/share-sprite.png) no-repeat;
  background-position: 0 -50px;
}

.sharing-options li.facebook span.sharing-bg {
  background: url(../images/common/share-sprite.png) no-repeat;
  background-position: -48px -50px;
  
}

.sharing-options li.twitter span.sharing-bg {
  background: url(../../images/common/share-sprite.png) no-repeat;
  background-position: -95px -50px; 
}


/*
.sharing-options li.email span {
  background: url(../images/common/share_sprite.jpg) no-repeat 0 0;
}

.sharing-options li.facebook span {
  background: url(../images/common/share_sprite.jpg) no-repeat -50px 0;
}

.sharing-options li.twitter span {
  background: url(../images/common/share_sprite.jpg) no-repeat -96px 0; 
}*/

/* 2.8 Buttons
------------------------------------------------------------------------------*/

#header a.language {
  display: block;
  width: 93px; 
  height: 23px; 
  position: absolute;
  left: 667px;
  top: 26px;
  padding: 7px 14px;
  background: transparent url(../../images/common/bg-button-espanol.png) no-repeat;
  color: #4a4949;
  text-transform: uppercase;
  font-size: 14.37px;
  line-height: 16.82px;
  letter-spacing: 2px;
}

#header a.language:hover {
    text-decoration:none;
}

#header input[type=submit] {
  padding: 0 3px;
  line-height: 20px;
  cursor: pointer;
  width: 30px;
  position: relative;
  background: transparent url(../../images/common/bg-go.png) repeat-x !important;
        text-indent:-9999px;
}

.espanol #header input[type=submit] {
    background: transparent url(../../images/common/bg-ir.png) repeat-x !important;
}

#header input[type=submit],
.take-action a,
.button_large {
  height: 20px;
  color: #fff;
  font-size: 12px;
/*  font-weight: bold;*/
  line-height: 20px;
  text-transform: uppercase;
  background: transparent url(../../images/common/bg-input-go.png) repeat-x;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.actionkit form input[type=submit].rounded {
  background-color: #ec7525; /* warm orange */
  border: 0;
  padding: 12px 24px;
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  cursor: pointer;
  float: right;
  position: relative;
  margin-top: 15px;
  height: auto;
  font-family: "proxima-nova", sans-serif;
}

button.big-button,
.actionkit form input.big-button {
  background-color: #ec7525; /* warm orange */
  border: 0;
  padding: 6px 30px;
  font-size: 26px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  cursor: pointer;
  float: right;
  position: relative;
  margin-top: 9px;
  height: auto;
  font-family: "proxima-nova", sans-serif;
/*  width: 100%;*/
}
.actionkit form input.big-button {
    padding: 14px 30px;  
}


@media screen and (max-width: 768px) {
  button.big-button,
  .actionkit form input.big-button {
    width: 100%;    
  }

}

@media screen and (min-width: 768px) {
  button.big-button,
  input.big-button {
    width: 48%;    
  }  
  .actionkit form input.big-button {
    width: 34%;
  } 
}

.take-action {
  clear: none;
  
}

.home .take-action,
.campaign-index .take-action {
  margin-top:10px;
}

.take-action a {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  position: relative;
  line-height: 20px;
}

.take-action a:hover {
  text-decoration: none;
}


/* 2.9 Socials in header
------------------------------------------------------------------------------*/
#header li {
  float: left;
  margin: 0 2px;
}

#header ul a {
  display: block;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  background-image: url(../../images/common/socials-sprite.png);
}
#header .facebook a {
  background-position: -19px -19px;
}

#header .twitter a {
  background-position: 0 -19px;
}

#header .twitter a:hover {
  background-position: 0 0;
}

#header .facebook a:hover {
  background-position: -19px 0;
}

/* 2.10 Form join us in header
------------------------------------------------------------------------------*/
#header fieldset {
/*  position: absolute;
  top: 23px;
  left: 445px;*/
  float:right;
  margin-right: 70px;
    margin-top: 20px;
/*  width: 275px;*/
    width:300px;
  height: 45px;
  border-right: 1px solid #ccc;
  padding-right: 3px;
}

#header fieldset p {
  float: left;
  clear: none;
  text-transform: uppercase;
  font-size: 15px;
  color: #f60;
  margin-right:10px;
  /* new */
  text-align:right;
  width:90px;
}

#header fieldset p+p{
  width: 189px;
  text-align:left;
}

#header fieldset p:first-child {
  margin-right: 9px;
}

#header fieldset form {
  display: inline;
}

#header ul {
  position: absolute;
  top: 49px;
  left: 738px;
}

#header input {
  border: 0;
}

#header input[type=text] {
  padding: 2px 5px;
  color:  #999;
  font-size: 11px;
  line-height: 19px;
  background-color: transparent;
  
}

.long-input {
  width: 113px;
  height: 21px;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  background: transparent url(../../images/common/bg-inputs-sprite.png) no-repeat;
  background-position: 0 0;
}

.long-input input {
  width:  105px;
}

.short-input {
  width: 60px;
  height: 21px;
  display: inline-block;
  margin-bottom: 3px;
  background: transparent url(../../images/common/bg-inputs-sprite.png) no-repeat;
  background-position: -113px 0;
}

.short-input input {
  width: 50px;
}

#join_form_error {
    background: white;
    border: 2px solid #E14725;
    color:#E14725;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size:13px;
  
  max-width:250px;
    position: absolute;
    left: 520px;
    top: 75px;
    z-index: 10;
    display:none;
    padding:3px 5px;
}

/* 2.11 Intro with artists
------------------------------------------------------------------------------*/
.intro {
  clear: both;
  padding: 0;
  height: 143px;
  background: #b7b3af url(../../images/common/bg-intro.png) repeat;
  position: relative;
}

.intro img {
  float: left;
}

.intro blockquote {
  color: #fff;
  font-family: Georgia;
  font-size:20px;
  line-height: 24px;
  float: left;
  display: block;
  width: 595px;
  margin-top:  29px;
  margin-left: 32px;
}

.intro p {
  display: inline;
}

.intro cite {
  font-weight: normal;
  display:block;
  float:right;
  margin-top:20px;
  font-size:16px;
}

.intro .art-by {
  position: absolute;
  top: 5px;
  left:88px;
  padding: 0;
  width:  159px;
  height: 20px;
  text-align: center;
  z-index: 10px;
  background: transparent url(../../images/common/bg-art-by.png) repeat;
/*  display: inline-block;*/

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: Arial;
    display:none; /*start hidden*/
}
.intro .art-by span {

}

/* 2.12 Typekit
------------------------------------------------------------------------------*/
.museo-sans-1 {
  font-weight: 100;
  font-family: 'museo-sans-1';
}

.museo-sans-2,
.take-action,
#content h1,
#content h2,
.press #sidebar h3,
fieldset p {
  font-weight: 700;
  font-family: 'museo-sans-1';
  text-transform: uppercase;
}

/* 2.13 Featured campaign
------------------------------------------------------------------------------*/

h3 {
  text-transform: uppercase;
  line-height: 16px;
}

.featured-campaign {
  margin: 18px 22px 0 21px;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 16px;
  position: relative;
  overflow: auto;
}

.featured-campaign h3 {
  padding: 9px 0 12px 0;
}

.featured-campaign h3 a {
  color: #666;
}

.featured-campaign img {
  float: right;
  margin: 3px 0 0 5px;
}

.featured-campaign #image_override {
    float: right;
    margin: 3px 0px 0px 5px;
}

.featured-campaign p {
  width: 425px;
  padding-bottom: 16px;
}

.featured-campaign ul {
  position: absolute;
  top: 200px;
  left: 200px;
  
  position: absolute;
  clear: none;
  font-size: 11px;
  line-height: 11px;
}

.featured-campaign.inside ul {
  top: inherit;
  right: 0;
  left: inherit;
  position: absolute;
  padding-top: 8px;
}

.featured-campaign.inside .take-action {
  float: left;
}

.featured-campaign ul a {
  color: #999;
}
.featured-campaign li {
  float: left;
}

.featured-campaign li:first-child {
  border-right: 1px solid #999;
  padding-right: 12px;
  margin-right: 12px;
}

.featured-campaign li:first-child {
  border-left: 0;
  padding-left: 0;
}



/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/

/* 3.3 Campaign Index
------------------------------------------------------------------------------*/
.recent-campaigns li {
  width: 211px;
  float: left;
  border-top: 2px solid #e3e3e3;
  padding-top: 22px;
  padding-bottom: 19px;
  font-size:  11px;
  line-height: 14.5px;
  
  height:170px; /* force height */
}

.recent-campaigns .first-row {
  border-top: 0;
  padding-top: 0;
}

.recent-campaigns .left {
  padding-right: 32px;
  border-right: 2px solid #e3e3e3;
}

.recent-campaigns .right {
  padding-left: 32px;
}

#sidebar.campaign {
  width: 214px;
  float: right;
  margin: 0 20px 0 0;
  padding: 18px 0 0 0;
  background-color: transparent;
}

#sidebar.campaign h2 {
  clear: both;
  margin-top:2px;
  margin-bottom: 12px;
}

#sidebar.campaign h3 {
  font-weight: bold;
  line-height: 18px;
  padding-left: 15px; 
}

#sidebar.campaign h3 a {
  display: inline-block;
  width: 170px;
  background: transparent url(../../images/common/bg-arrow-top.png) no-repeat;
  background-position: right 6px;
}

#sidebar.campaign ul,
#sidebar.campaign a,
#sidebar.campaign h3 {
  color: #1a1a1a;
  font-size: 11px;
}

#sidebar.campaign ul {
  padding-left: 8px;
  padding-top: 9px;
  font-size: 11px;
  background-color: #fffdfd;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sidebar.campaign li:first-child {
  padding-top: 5px;
  border-top: 0;
}

#sidebar.campaign li {
  border-top: 1px solid #ccc;
  padding-bottom: 0;
  padding-top: 8px;
  line-height: 18px;
}

#sidebar.campaign li.expanded {
  
  margin-bottom: 0;
}
#sidebar.campaign li.expanded h3 {
  border-bottom: 1px dotted #ccc;
}

#sidebar.campaign .expanded h3 a {
  display: inline-block;
  background: transparent url(../../images/common/bg-arrow-bottom.png) no-repeat;
  background-position: right 6px;
}

#sidebar.campaign li.expanded ul {
  border: 0;
  padding-top: 7px;
  padding-left: 15px; 
  
}

#sidebar.campaign li.expanded li {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

#sidebar.campaign li.expanded li:last-child {
    padding-bottom: 5px;
}

.home #sidebar {
  width: 240px;
  float: right;
  margin: 16px 22px 0 0;
  padding: 11px 15px 12px 15px;
  border: 2px solid #e0e0e0;
  background-color: #eff0f0;

}


/* Call pages */

body.call {

}

body.call .call-box h2 {
  font-size: 140%;
  text-align: center;
}

body.call .call-box #target_listing .target {
  font-size: 120%;
  text-align: center;
}

body.call .call-box #target_listing {
  background-color: #F9F5F0;
  padding: 22px;
  margin-bottom: 22px;
}

body.call .call-box #target_listing .target {
  margin-bottom: 0px;
}

body.call .call-box #target_listing .target .phone {
  color: #EC7525;
}

body.call .call-box #call_content .introduce-yourself,
body.call .call-box #what_to_say .introduce-yourself {
    background-color: #E4DFD7;
    margin-bottom: 0px;
    padding: 12px 12px 8px 12px;
}

body.call .call-box #call_content .script-text,
body.call .call-box #what_to_say .script-text {
  background: white;
  padding: 12px;
} 

body.call .call-box #call_content .script-text,
body.call .call-box #what_to_say .script-text p {
  margin-bottom: 8px;
}


body.call #target_checkboxes {
  width: 100%;
  float: left;
}

body.call #target_checkboxes .target input[type=checkbox] {
  width: 20px;
}

body.call #target_checkboxes .target label,
body.call #ak-survey_question label {
  width: 70%;
}

body.call .call-box textarea {
  padding: 10px 12px;
  box-sizing: border-box;
}

/* Signup page */

body.signup .signup-box h2 {
  font-size: 140%;
  text-align: center;
}


/* Survey page */

body.survey #known_user,
body.survey #unknown_user,
body.survey .question_set,
body.survey .question_set .question_div,
body.survey .question_set .question_div label,
body.survey .question_set .question_div .question_html,
body.survey .question_set .question_div .radio-item {
  width: 100%;
  float: left;
}

body.survey form li span.info.required {
  margin-left: 25% !important;
}

body.survey .survey-box #introduction_text {
  font-size: 16px;
  line-height: 135%;
}

body.survey .survey-box h2.questions-header {
    margin-top: 32px;
    float: left;
    width: 100%;
      font-family: "proxima-nova";
    text-transform: capitalize;
    font-weight: 500;
    font-size: 130%;
    color: #ec7525;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(213,209,203);
}

body.survey .question_set {

}

body.survey .question_set .question_div label {
  margin: 12px 0px;
  background-color: rgba(213, 209, 203, 0.42);
  padding: 0px 6px;
}

body.survey .question_set .question_div label:first-child {
  margin-top: 0px;
}

body.survey .question_set .question_div .radio-item input {
  width: 30px;
  position: relative;
  top: -7px;
  margin-left: 6px;
}

body.survey .question_set .question_div .radio-item:first-child:after {

}

body.survey .question_set .question_div .radio-item:last-child {
  margin-bottom: 6px;
}

body.survey .question_set .question_div textarea {
  width: 100% !important;
  padding: 10px 12px;
  box-sizing: border-box;
}

body.survey input.big-button {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  body.survey .feature-content .sub.survey-box {
    padding: 0px !important;
  }  
}



/* 3.0 ActionKit Pages
------------------------------------------------------------------------------*/
.without-form #content {
  padding: 10px;
  margin: 0;
}

.without-form .sub {
  padding: 12px 30px;
}

.call-box.sub,
.signup-box.sub  {
  padding: 0px 0px 22px 0px;
}

@media screen and (min-width: 768px) {
  .call-box.sub,
  .signup-box.sub {
    padding: 6px 12px 22px 6px;
  }
}

.actionkit #content {
  font-size: 114%;
  line-height: 150%;
}

@media screen and (max-width: 480px) {
  .below-fold #content {
    padding: 0px 18px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .below-fold #content {
    padding: 0px 28px;
  }
}

@media screen and (min-width: 768px) {
  .below-fold #content {
    padding: 0px 11px;
    margin-bottom: 77px;
  }
  .below-fold #content .leading {
    box-sizing:border-box;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.actionkit .leading {
  overflow: auto;
  padding-bottom: 14px;
}

.actionkit .leading img,
.actionkit .leading iframe {
  float: right;
  margin-left: 25px;
}

.actionkit .leading object {
  float: right;
  margin-left: 25px;
}

.actionkit #content h2 {
  line-height: 1em;
  font-size: 220%;
  font-weight: 100;
  font-family: "proxima-nova";
  text-transform: none;
  padding-bottom: 30px;
  padding-top: 10px;
}

.actionkit ol {
  padding-top: 20px;
}

.actionkit ol li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 19px;
}

.actionkit .left,
.actionkit .right {
  float: left;
  font-size: 14px;
}

.actionkit p {
  padding-bottom: 24px;
}
.actionkit #footer p {
  padding: 0;
}

.actionkit h2+p.id-card,
.actionkit h2+p {
  padding-top: 0;
}

.actionkit p.id-card {
  padding-top: 15px;
}



.actionkit .line {
  width: 340px;
  height: 2px;
  background-color: #e3e3e3;
  display: block;
  margin:  15px 0 5px 0;
}

.actionkit .right .line {
  width: 170px;
}

.call .left p {
        padding-top:20px;
}

.call .left input[type="submit"] {
    margin-right:30px;
}

.call #target_listing {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.call #target_listing .target {
  margin-bottom:10px;
}

.call #target_listing .phone {
  color: #e85d00;
  display: inline-block;
  clear:left;
}

.call #target_checkboxes .target .phone {
  display:none;
}

.call .target input {
  clear:left;
  float:left;
}

.call .target label {
  clear:none;
  margin-left:5px;
}

.call .right label {
  width:310px;
}

.call #logout_link {
  font-style:italic;
}

.call #survey_questions {
  clear:left;
  padding-top:20px;
}

.textarea {
  width:  344px;
  height: 142px;
  background-color: #d5d1cb; /* medium gray */
/*  background: transparent url(../../images/common/bg-textarea.png) no-repeat;*/
  position: relative;
}

.textarea, textarea {
  background-color: #d5d1cb; /* medium gray */
  width: 100%;
  overflow-x:hidden;
  height: 68px;
  border: 0;
  color: #463522; /* very dark brown */
  font-size: 12.5px;
  line-height: 17px;
  padding: 3px;
  margin-top: 3px;
}

.actionkit .question {
  font-style: italic;
  font-size: 14px;
  line-height: 29px;
  padding: 12px 0;
}

.actionkit .question.how-did-it {
  padding-bottom: 0;
}

.actionkit form p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.actionkit form label {
  margin-left: 10px;
  padding: 5px;
  display: inline-block;
}

.calls-reported {
  font-family: Georgia;
  font-size: 14.28px;
  line-height: 15.11px;
  text-transform: uppercase;
  text-align: center;
  color: #ff6633;
  width: 101px;
  height: 92px;
  position: relative;
  float: right;
  padding: 10px 5px 5px 5px;
  background: transparent url(../../images/common/bg-calls-reported.png) no-repeat;
}

.calls-reported span {
  display: block;
  font-family: Impact;
  font-size: 32px;
  line-height: 43px;
  font-weight: normal;
  color:  #ccc;
}

/* ActionKit Forms */

.actionkit #ak-errors {
       color:red;
}

.actionkit form label{
  width: 25%;
  margin: 0;
  padding: 0;
  color: #463522; /* very dark brown */
  font-size: 14px;
  line-height: 29px;
        float:left;
        clear:left;
}
.actionkit form input,select {
  background-color: #d5d1cb; /* medium gray */
  border: 0;
  height: 24px;
  display: inline-block;
  color: #463522;
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}

.actionkit form ul,
form.call-form {
  width: 100%;
}

.actionkit form .nofloat {
  float: none;
}

.actionkit form input.short,
.actionkit form select.short {
  width: 25%;
/*  background: transparent url(../../images/common/bg-call-form-short.png) no-repeat;*/
  background-color: #d5d1cb; /* medium gray */ 
  float:left;
}

.actionkit form input.middle,
.actionkit form select.middle {
  width: 50%;
/*  background: transparent url(../../images/common/bg-call-form-middle.png) no-repeat;*/
  background-color: #d5d1cb; /* medium gray */
  float: left;
}

#state.middle {
  width: 87%;
  width:75%;
}

#id_zip.middle {
  width: 43%;
}

#id_phone {
  width: 40%;
}

#id_phone_box label:after {
  content: "\2020";
}

#id_phone_type {
  margin-left: 1%;
  width: 34%;
  border-radius: 0px;
}

.actionkit form input.medium,
.actionkit form select.medium {
  width: 50%;
/*  background: transparent url(../../images/common/bg-call-form-middle.png) no-repeat;*/
  background-color: #d5d1cb; /* medium gray */
  float: left;
}

/*.actionkit form input.long,
.actionkit form select.long*/
.actionkit form input,
.actionkit form select {
  width: 75%;
/*  background: transparent url(../../images/common/bg-call-form-long.png) no-repeat;*/
  background-color: #d5d1cb; /* medium gray */
  float: left;
}

#actionkit-preview-toolbar form input,
#actionkit-preview-toolbar form select {
  width: 100px;
}

.actionkit form li {
}

.actionkit form .info {
  padding-top: 1px;
  font-family: Arial;
  font-size: 8.4px;
  line-height: 8px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
        float:left;
        margin-left:5px;
}

.actionkit form .info a {
  color: #999;
  text-decoration: underline;
  display: block;
}

.actionkit form .info.required {
  clear:left;
    margin-left: 64px;
}

.recent-callers li {
  border-top: 2px dotted #b7b7b7;
  padding: 7px 5px;
}

.recent-callers li:first-child {
  border: 0;
}

ul.recent-callers {
  width: 182px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

ul.recent-callers .time {
  display: block;
  color: #999;
  font-size: 12.5px;
  line-height: 16px;
}

/*    thank you page stuff    */

.below-fold.thank-you-content {
  margin-top: 146px;
  padding-bottom: 111px;
}

.thank-you-wrapper {
  text-align: center;
}

.thank-you-wrapper h1,
.thank-you-wrapper h2,
.thank-you-wrapper h3 {
  font-family: "proxima-nova";
  color: #321b00; /* very dark brown */
}

.thank-you-content #content p {
  text-align: center;
}

/* 3.12 Donate
------------------------------------------------------------------------------*/

.donate #content {
  padding-top: 12px;
}

.donate .leading {
/*  padding: 0 19px 15px 31px;*/
}

.donate .leading span {
  display: block;
}

.donate .sub {
  padding-top: 0;
  padding-right: 25px;
}

.donate .right {
  width: 347px;
  float: right;
}

.donate .left,
.donate .right {
  padding-top: 27px;
}

.donate #content .left h2 {
  padding-bottom: 10px;
}

.donate .left li {
        margin: 0px 0px 5px;
}

.donate select {
   float:left;
}

.donate .authorize-net {
  margin-top: 173px;
  display: inline-block;
    float:left;
    clear:left;
}
.donate #content .right h2{
  padding-bottom: 8px;
}

.donate .dollar-amount {
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

.donate .dollar-amount input[type=radio] {
  height: 13px;
}

.donate .dollar-amount label {
  width: auto;
  margin-right: 8px;
    float:none;
}

.donate .other-amount {
  padding-top: 10px;
  
}

.donate #content .credit-card-info h2 {
  padding-bottom: 13px;
}

.donate li.credit-card-logo {
  padding-left: 121px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 13px;
  color: #666;
  font-style: italic;
}

.donate li.credit-card-logo img {
  display: block;
  padding-bottom: 10px;
}

.donate .credit-card-info ul+p {
  padding-top: 23px;
  padding-left: 4px;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
    float:left; 
}

.donate .credit-card-footer {
  clear: both;
  padding-top: 40px;
}

.donate p.click-donate {
  display: block;
  float: left;
  width: 130px;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  padding-left: 4px;
}

.donate input[type=text].short+input[type=text].short {
  margin-left: 17px;
  
}

.donate .credit-card-info input[type=submit] {
  margin-top: 7px;
  margin-right: 10px;
  padding: 0 26px;
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 0 0 2em 0;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Shareprogress page */

#shareprogress-wrapper {
  box-sizing: content-box;
  margin-top: 106px;
}


/* user login and admin pages */

.user-admin .feature-content .form-wrapper .form-row,
.user-admin .feature-content .form-wrapper .submit-row {
  float: left;
  width: 100%;
}

.user-admin .feature-content .form-wrapper .submit-row {
  margin: 12px 0px 22px 0px;
}

.user-admin .feature-content .form-wrapper .submit-row input,
.user-admin .submit-row input {
  background-color: #ec7525;
  color: white;
  box-sizing:border-box;
  border: 0;
  padding: 10px 30px;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  height: auto;
  font-family: "proxima-nova", sans-serif;
}


@media only screen and (min-width: 480px) {
  .user-admin .feature-content .form-wrapper .submit-row input,
  .user-admin .submit-row input {
    width: 29%;
    float: right;
  }
}

.user-admin label {
  font-weight: bold;
}

.user-admin .feature-content .form-wrapper p {
  margin-bottom: 8px;
}

.user-admin.password .feature-content .form-wrapper p {
  text-align: center;
}

.logged_in_panel p {
  margin-top: 6px;
}


.unsubscribe .survey-question {
  width: 100%;
  float: left;
  padding-bottom: 30px;
  padding-top: 10px;
}

.unsubscribe .survey-question textarea {
  height: 70px;
}

.account-info address {
  text-transform: capitalize;
}

.user-update form label {
  font-family: "proxima-nova", sans-serif;
  text-transform: capitalize;
}

.user-admin.user-update legend {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 22px;
}

.user-admin .submit-row {
  margin-top: 22px;
  text-align: right;
}

.user-admin .submit-row input {
  float: right !important;
}


.user-admin .submit-row.changes input,
.unsubscribe .resub .submit-row input {
  margin-top: 22px;
  font-size: 17px;
}

.unsubscribe .survey-question .submit-row input {
  font-size: 17px;
}

.user-admin.user-update .feature-content form p {
  width: 100%;
  float: left;
}

/* recurring info */

.user-admin .feature-content .recurring-info {
  padding: 22px 22px 12px 22px;
  background-color: rgb(244, 243, 241);
  margin-bottom: 22px;
}

.user-admin .feature-content .recurring-info p {
  /*margin-bottom: 8px;*/
}


.user-admin .feature-content .amount {
  margin-top: 22px;
}


.password .feature-content .form-wrapper #login-form .form-row label,
#unknown_user .form-row label {
  width: 25%;
}

.password .feature-content .form-wrapper #login-form .form-row input,
#unknown_user .form-row input {
  width: 75%;
}

.recurring-donations-list li,
.recurring-info p  {
  margin-bottom: 12px !important;
}




@media only screen and (min-width: 480px) {


  .user-admin .feature-content .form-row label,
  .user-admin .feature-content .resub label,
  .password .feature-content .form-wrapper #login-form .form-row label,
  #unknown_user .form-row label {
    width: 15%;
  }

  .user-admin .feature-content .form-row input,
  .user-admin .feature-content .resub input,
  .password .feature-content .form-wrapper #login-form .form-row input,
  #unknown_user .form-row input {
    width: 85%;
  }

  .unsubscribe .resub .submit-row input {
    width: 29%;
  }


}





