#t2c {
  font-size: 16px; }
  #t2c h1 {
    text-align: center;
    line-height: 1.5;
    margin: 1.2em 0; }
  #t2c .t2c__tweets_instruction {
    font-family: proxima-nova, helvetica, arial, sans-serif; }

.t2c__hero {
  background-size: cover;
  background-position: top center;
  padding-bottom: 25%; }

.t2c__container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px; }

.t2c__container--readable {
  max-width: 800px; }

.t2c__tweets {
  background: #0c3a5b;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
  visibility: hidden; }

.t2c__tweet {
  font-size: 32px;
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
  line-height: 1;
  line-height: 1.368; }
  .t2c__tweet span {
    position: relative;
    display: inline-block;
    max-width: 60%; }
    @media screen and (max-width: 600px) {
      .t2c__tweet span {
        max-width: 100%; } }
  .t2c__tweet .t2c__selectTweet {
    border-color: white;
    color: white;
    margin-top: 25px; }
    .t2c__tweet .t2c__selectTweet:hover {
      border-color: #309ed2;
      color: #309ed2; }

.t2c__slick {
  padding-bottom: 60px;
  margin-bottom: 0; }
  .t2c__slick .slick-dots {
    bottom: 30px; }
  .t2c__slick .slick-dots li button:before {
    font-size: 20px;
    color: white; }
  .t2c__slick .slick-prev {
    left: 0; }
  .t2c__slick .slick-next {
    right: 0; }
  .t2c__slick .slick-prev,
  .t2c__slick .slick-next {
    width: 50px;
    height: 50px;
    z-index: 3; }
    .t2c__slick .slick-prev:before, .t2c__slick .slick-prev:before,
    .t2c__slick .slick-next:before,
    .t2c__slick .slick-next:before {
      font-size: 40px; }
  .t2c__slick .t2c__tweet {
    padding-left: 56px;
    padding-right: 56px; }
    @media screen and (max-width: 600px) {
      .t2c__slick .t2c__tweet {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 21px; } }
    .t2c__slick .t2c__tweet span {
      max-height: 90%; }

.t2c__form {
  display: none;
  padding-top: 2rem; }

.t2c__step {
  text-align: center;
  visibility: hidden; }
  .t2c__step.slick-current {
    visibility: visible; }

.t2c__formField {
  margin: 2em 0; }

.t2c__step--address .t2c__formField input[type="text"] {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #309ed2;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 32px;
  padding: .25em 1em; }
.t2c__step--address .t2c__formField input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: transparent;
  color: #309ed2;
  border: 2px solid #309ed2;
  border-radius: 5px;
  padding: .5em 1.25em;
  font-size: 24px;
  margin-top: 20px;
  transition: color 0.3s, border-color 0.3s; }
.t2c__step--address .t2c__formField input[type="submit"]:hover {
  color: #0c3a5b;
  border-color: #0c3a5b; }
@media (max-width: 600px) {
  .t2c__step--address .t2c__formField input[type="text"] {
    font-size: 24px; } }

.t2c__content {
  padding-top: 2rem;
  font-family: proxima-nova, helvetica, arial, sans-serif; }
  .t2c__content p {
    margin-bottom: 1.5em; }
  .t2c__content h1,
  .t2c__content h2,
  .t2c__content h3,
  .t2c__content h4,
  .t2c__content h5,
  .t2c__content h6 {
    line-height: 1.2;
    letter-spacing: .03em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: proxima-nova, helvetica, arial, sans-serif; }
  .t2c__content h2 {
    font-size: 1.6rem; }

.t2c__content strong {
  font-weight: bold; }

.t2c__recipients {
  max-width: 600px;
  margin: 0 auto;
  list-style: none; }

.t2c__recipient {
  display: flex;
  position: relative;
  margin-top: 30px;
  text-align: left;
  background-color: #FAFBFC;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  animation: none !important; }

.t2c__recipient__image {
  height: auto;
  flex-basis: 30%;
  margin: 0 auto;
  position: relative; }
  .t2c__recipient__image img {
    display: inline-block;
    max-width: 100%; }

.t2c__recipient__infoWrap {
  flex-basis: 70%;
  padding: 1rem; }

.t2c__recipient__info {
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 6px; }

.t2c__recipient__info--handle {
  font-weight: bold; }

.t2c__recipient--simpleBio .t2c__recipient__info {
  padding-top: 10px; }

.t2c__recipient__tweetBtn {
  position: relative;
  text-transform: uppercase;
  color: white;
  border: none;
  margin: 0;
  margin-top: 6px;
  padding: 8px;
  width: 300px;
  background-color: #00B0ED;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00dd67+33,00b0ed+67 */
  background-image: -moz-linear-gradient(left, #0c3a5b 33%, transparent 67%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #0c3a5b 33%, transparent 67%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #0c3a5b 33%, transparent 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 300% 100%;
  background-position: 100% 0;
  transition: background-color 0.3s, background-position 0.5s; }
  .t2c__recipient__tweetBtn:hover {
    background-color: #21c6ff; }
  .t2c__recipient__tweetBtn::before {
    content: '';
    position: absolute;
    box-sizing: content-box;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 0px solid #0c3a5b;
    border-radius: 0;
    transform: translate3d(0, 0, 0);
    transition: border 0.4s, border-radius 0.4s, transform 0.4s;
    transition-delay: 0.5s; }

.t2c__recipient__tweetBtn--sentTweet {
  background-position: 0 0;
  cursor: default; }
  .t2c__recipient__tweetBtn--sentTweet::before {
    border: 50px solid rgba(12, 58, 91, 0);
    border-radius: 50px;
    transform: translate3d(-50px, -50px, 0); }

.t2c__step--choose.Senate .t2c__recipientChamber--house {
  display: none; }
.t2c__step--choose.House .t2c__recipientChamber--senate {
  display: none; }

.t2c__step--thankYou p {
  margin-top: 1.2em; }
.t2c__step--thankYou li + li {
  margin-top: 0.5em; }

.ui-widget-content {
  border-color: #309ed2; }

.ui-widget-content .ui-state-focus {
  background: #309ed2;
  border-color: #309ed2;
  color: white; }

@media (max-width: 500px) {
  .t2c__slick {
    padding-bottom: 30px; }

  .t2c__tweet {
    font-size: 16px; }

  .t2c__slick .slick-prev,
  .t2c__slick .slick-next {
    display: none !important; }

  .t2c__slick .slick-dots li button:before {
    font-size: 16px; } }
@media (max-width: 600px) {
  .t2c__recipient {
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 100px;
    background-color: transparent;
    padding: 0;
    border-radius: 0; }

  .t2c__recipient__image {
    margin: -40px auto 0;
    padding: 4px;
    background-color: white; }

  .t2c__recipient__infoWrap {
    padding: 0; }

  .t2c__recipient__info {
    padding-bottom: 0;
    padding-top: 10px; }

  .t2c__recipient__tweetBtn {
    top: 12px;
    width: 200px; } }

/*# sourceMappingURL=tweetToCongress.css.map */
