/*
 * Mixin for inlining responsive breakpoints
 *
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 980px) {
    body {
      padding-bottom: 48px; } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; } }
#admin table {
  border-collapse: collapse;
  text-align: left;
  margin: 100px auto; }
  #admin table td, #admin table th {
    border: 1px solid #efefef;
    padding: 20px; }

.content {
  display: none; }

.generic-page-content {
  margin: 0 auto;
  max-width: 820px;
  padding: 50px 24px;
  width: 100%; }
  .generic-page-content h1 {
    font-size: 40px;
    font-weight: normal; }
  .generic-page-content h2 {
    font-weight: normal;
    margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .generic-page-content {
      padding: 24px; } }

.swap .content,
.trade .content,
.evan-mcmullin .content,
.jill-stein .content,
.gary-johnson .content {
  display: block;
  -webkit-animation: fadeInFromNone 0.2s ease-in-out;
  -moz-animation: fadeInFromNone 0.2s ease-in-out;
  -o-animation: fadeInFromNone 0.2s ease-in-out;
  animation: fadeInFromNone 0.2s ease-in-out; }

.clear {
  clear: both; }

footer {
  font-size: 14px;
  padding: 24px;
  text-align: center; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer .light, footer .light a, footer .light li {
    color: #999 !important; }
  footer .links {
    padding: 0; }
    footer .links li {
      display: inline-block;
      padding: 0 2px; }
    footer .links.box {
      border: 2px solid #999;
      padding: 5px;
      width: auto;
      display: inline-block;
      margin-top: 5px; }
  footer .social {
    margin: 0;
    padding: 0; }
    footer .social li {
      display: inline-block;
      padding: 0 20px; }

#submit span:last-child {
  display: none; }
#submit.submitting span:first-child {
  display: none; }
#submit.submitting span:last-child {
  display: block; }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .mobile-only {
      display: block; } }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.swap .hero {
  background: url(../img/swap/hero3.jpg) no-repeat center center; }
  @media only screen and (max-width: 767px) {
    .swap .hero {
      background-position: right center; } }

.swap,
.evan-mcmullin,
.jill-stein,
.gary-johnson {
  font-family: 'Open Sans', sans-serif; }
  .swap header,
  .evan-mcmullin header,
  .jill-stein header,
  .gary-johnson header {
    background: #30353b;
    padding: 24px; }
  .swap h1,
  .evan-mcmullin h1,
  .jill-stein h1,
  .gary-johnson h1 {
    font-family: 'Libre Baskerville', serif;
    font-weight: lighter; }
  .swap button, .swap .button,
  .evan-mcmullin button,
  .evan-mcmullin .button,
  .jill-stein button,
  .jill-stein .button,
  .gary-johnson button,
  .gary-johnson .button {
    transition: all 150ms linear;
    background: none;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 18px;
    max-width: 300px;
    width: 100%;
    padding: 24px 0;
    margin: 24px auto 0;
    border: 1px solid white;
    text-align: center;
    text-decoration: none; }
    .swap button:hover, .swap button.activate, .swap .button:hover, .swap .button.activate,
    .evan-mcmullin button:hover,
    .evan-mcmullin button.activate,
    .evan-mcmullin .button:hover,
    .evan-mcmullin .button.activate,
    .jill-stein button:hover,
    .jill-stein button.activate,
    .jill-stein .button:hover,
    .jill-stein .button.activate,
    .gary-johnson button:hover,
    .gary-johnson button.activate,
    .gary-johnson .button:hover,
    .gary-johnson .button.activate {
      background: #f20000;
      border-color: #f20000; }
    .swap button:hover, .swap .button:hover,
    .evan-mcmullin button:hover,
    .evan-mcmullin .button:hover,
    .jill-stein button:hover,
    .jill-stein .button:hover,
    .gary-johnson button:hover,
    .gary-johnson .button:hover {
      background: #bf0000;
      border-color: #bf0000; }
  .swap .inner,
  .evan-mcmullin .inner,
  .jill-stein .inner,
  .gary-johnson .inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
    position: relative; }
  .swap .logo,
  .evan-mcmullin .logo,
  .jill-stein .logo,
  .gary-johnson .logo {
    max-width: 182px; }
  .swap .hero,
  .evan-mcmullin .hero,
  .jill-stein .hero,
  .gary-johnson .hero {
    background-size: cover; }
    .swap .hero .logo,
    .evan-mcmullin .hero .logo,
    .jill-stein .hero .logo,
    .gary-johnson .hero .logo {
      position: absolute;
      width: 100%;
      top: 33px;
      left: 0; }
      @media only screen and (max-width: 1180px) {
        .swap .hero .logo,
        .evan-mcmullin .hero .logo,
        .jill-stein .hero .logo,
        .gary-johnson .hero .logo {
          left: 24px; } }
      @media only screen and (max-width: 576px) {
        .swap .hero .logo,
        .evan-mcmullin .hero .logo,
        .jill-stein .hero .logo,
        .gary-johnson .hero .logo {
          right: 0;
          margin: 0 auto; } }
    .swap .hero .success,
    .evan-mcmullin .hero .success,
    .jill-stein .hero .success,
    .gary-johnson .hero .success {
      padding: 100px 0; }
    .swap .hero .hero-content,
    .evan-mcmullin .hero .hero-content,
    .jill-stein .hero .hero-content,
    .gary-johnson .hero .hero-content {
      padding: 60px 80px;
      background: rgba(0, 0, 0, 0.4);
      border-top: 4px solid #f20000;
      color: white;
      float: left;
      margin-top: 120px;
      text-align: center;
      max-width: 576px;
      width: 100%; }
      .swap .hero .hero-content img,
      .evan-mcmullin .hero .hero-content img,
      .jill-stein .hero .hero-content img,
      .gary-johnson .hero .hero-content img {
        width: 100%;
        margin-bottom: 24px; }
      .swap .hero .hero-content h1,
      .evan-mcmullin .hero .hero-content h1,
      .jill-stein .hero .hero-content h1,
      .gary-johnson .hero .hero-content h1 {
        font-size: 32px; }
      .swap .hero .hero-content p,
      .evan-mcmullin .hero .hero-content p,
      .jill-stein .hero .hero-content p,
      .gary-johnson .hero .hero-content p {
        font-size: 16px;
        font-weight: lighter;
        line-height: 24px;
        margin-bottom: 20px; }
      .swap .hero .hero-content .select,
      .evan-mcmullin .hero .hero-content .select,
      .jill-stein .hero .hero-content .select,
      .gary-johnson .hero .hero-content .select {
        position: relative; }
        .swap .hero .hero-content .select .fa,
        .evan-mcmullin .hero .hero-content .select .fa,
        .jill-stein .hero .hero-content .select .fa,
        .gary-johnson .hero .hero-content .select .fa {
          position: absolute;
          top: 14px;
          right: 75px;
          font-size: 24px;
          z-index: 0; }
          @media only screen and (max-width: 767px) {
            .swap .hero .hero-content .select .fa,
            .evan-mcmullin .hero .hero-content .select .fa,
            .jill-stein .hero .hero-content .select .fa,
            .gary-johnson .hero .hero-content .select .fa {
              right: 10px; } }
      .swap .hero .hero-content input[type="text"], .swap .hero .hero-content select,
      .evan-mcmullin .hero .hero-content input[type="text"],
      .evan-mcmullin .hero .hero-content select,
      .jill-stein .hero .hero-content input[type="text"],
      .jill-stein .hero .hero-content select,
      .gary-johnson .hero .hero-content input[type="text"],
      .gary-johnson .hero .hero-content select {
        background: transparent;
        border: 1px solid transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        font-size: 18px;
        text-align: center;
        text-align-last: center;
        width: 100%;
        padding: 14px 0 14px;
        position: relative;
        margin-bottom: 30px;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 1; }
        .swap .hero .hero-content input[type="text"]::-webkit-input-placeholder, .swap .hero .hero-content select::-webkit-input-placeholder,
        .evan-mcmullin .hero .hero-content input[type="text"]::-webkit-input-placeholder,
        .evan-mcmullin .hero .hero-content select::-webkit-input-placeholder,
        .jill-stein .hero .hero-content input[type="text"]::-webkit-input-placeholder,
        .jill-stein .hero .hero-content select::-webkit-input-placeholder,
        .gary-johnson .hero .hero-content input[type="text"]::-webkit-input-placeholder,
        .gary-johnson .hero .hero-content select::-webkit-input-placeholder {
          color: white; }
        .swap .hero .hero-content input[type="text"]:-moz-placeholder, .swap .hero .hero-content select:-moz-placeholder,
        .evan-mcmullin .hero .hero-content input[type="text"]:-moz-placeholder,
        .evan-mcmullin .hero .hero-content select:-moz-placeholder,
        .jill-stein .hero .hero-content input[type="text"]:-moz-placeholder,
        .jill-stein .hero .hero-content select:-moz-placeholder,
        .gary-johnson .hero .hero-content input[type="text"]:-moz-placeholder,
        .gary-johnson .hero .hero-content select:-moz-placeholder {
          color: white; }
        .swap .hero .hero-content input[type="text"]::-moz-placeholder, .swap .hero .hero-content select::-moz-placeholder,
        .evan-mcmullin .hero .hero-content input[type="text"]::-moz-placeholder,
        .evan-mcmullin .hero .hero-content select::-moz-placeholder,
        .jill-stein .hero .hero-content input[type="text"]::-moz-placeholder,
        .jill-stein .hero .hero-content select::-moz-placeholder,
        .gary-johnson .hero .hero-content input[type="text"]::-moz-placeholder,
        .gary-johnson .hero .hero-content select::-moz-placeholder {
          color: white; }
        .swap .hero .hero-content input[type="text"]:-ms-input-placeholder, .swap .hero .hero-content select:-ms-input-placeholder,
        .evan-mcmullin .hero .hero-content input[type="text"]:-ms-input-placeholder,
        .evan-mcmullin .hero .hero-content select:-ms-input-placeholder,
        .jill-stein .hero .hero-content input[type="text"]:-ms-input-placeholder,
        .jill-stein .hero .hero-content select:-ms-input-placeholder,
        .gary-johnson .hero .hero-content input[type="text"]:-ms-input-placeholder,
        .gary-johnson .hero .hero-content select:-ms-input-placeholder {
          color: white; }
        .swap .hero .hero-content input[type="text"]:focus, .swap .hero .hero-content select:focus,
        .evan-mcmullin .hero .hero-content input[type="text"]:focus,
        .evan-mcmullin .hero .hero-content select:focus,
        .jill-stein .hero .hero-content input[type="text"]:focus,
        .jill-stein .hero .hero-content select:focus,
        .gary-johnson .hero .hero-content input[type="text"]:focus,
        .gary-johnson .hero .hero-content select:focus {
          border-bottom: 1px solid #f20000;
          outline: none; }
        .swap .hero .hero-content input[type="text"].error, .swap .hero .hero-content select.error,
        .evan-mcmullin .hero .hero-content input[type="text"].error,
        .evan-mcmullin .hero .hero-content select.error,
        .jill-stein .hero .hero-content input[type="text"].error,
        .jill-stein .hero .hero-content select.error,
        .gary-johnson .hero .hero-content input[type="text"].error,
        .gary-johnson .hero .hero-content select.error {
          border: 1px solid #f20000; }
      .swap .hero .hero-content select:focus,
      .evan-mcmullin .hero .hero-content select:focus,
      .jill-stein .hero .hero-content select:focus,
      .gary-johnson .hero .hero-content select:focus {
        color: black; }
      @media only screen and (max-width: 767px) {
        .swap .hero .hero-content,
        .evan-mcmullin .hero .hero-content,
        .jill-stein .hero .hero-content,
        .gary-johnson .hero .hero-content {
          padding: 30px 40px;
          margin-top: 100px; }
          .swap .hero .hero-content p,
          .evan-mcmullin .hero .hero-content p,
          .jill-stein .hero .hero-content p,
          .gary-johnson .hero .hero-content p {
            margin-bottom: 20px; }
          .swap .hero .hero-content input[type="text"], .swap .hero .hero-content select,
          .evan-mcmullin .hero .hero-content input[type="text"],
          .evan-mcmullin .hero .hero-content select,
          .jill-stein .hero .hero-content input[type="text"],
          .jill-stein .hero .hero-content select,
          .gary-johnson .hero .hero-content input[type="text"],
          .gary-johnson .hero .hero-content select {
            font-size: 16px;
            margin-bottom: 20px; }
          .swap .hero .hero-content button[type="submit"],
          .evan-mcmullin .hero .hero-content button[type="submit"],
          .jill-stein .hero .hero-content button[type="submit"],
          .gary-johnson .hero .hero-content button[type="submit"] {
            font-size: 16px;
            padding: 12px 0; } }
  .swap .map .inner,
  .evan-mcmullin .map .inner,
  .jill-stein .map .inner,
  .gary-johnson .map .inner {
    padding: 80px 24px;
    text-align: center; }
    .swap .map .inner h1,
    .evan-mcmullin .map .inner h1,
    .jill-stein .map .inner h1,
    .gary-johnson .map .inner h1 {
      color: #505050;
      font-size: 26px;
      line-height: 40px;
      margin: 0 auto 24px;
      max-width: 900px;
      width: 100%; }
    .swap .map .inner p,
    .evan-mcmullin .map .inner p,
    .jill-stein .map .inner p,
    .gary-johnson .map .inner p {
      color: #505050;
      font-size: 18px;
      font-weight: lighter;
      line-height: 30px;
      margin: 0 auto 24px;
      max-width: 850px;
      width: 100%; }
    .swap .map .inner img,
    .evan-mcmullin .map .inner img,
    .jill-stein .map .inner img,
    .gary-johnson .map .inner img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .swap .map .inner,
    .evan-mcmullin .map .inner,
    .jill-stein .map .inner,
    .gary-johnson .map .inner {
      padding: 48px 24px; }
      .swap .map .inner h1,
      .evan-mcmullin .map .inner h1,
      .jill-stein .map .inner h1,
      .gary-johnson .map .inner h1 {
        font-size: 18px;
        line-height: 30px; }
      .swap .map .inner p,
      .evan-mcmullin .map .inner p,
      .jill-stein .map .inner p,
      .gary-johnson .map .inner p {
        font-size: 14px;
        line-height: 20px; } }
  .swap .vote,
  .evan-mcmullin .vote,
  .jill-stein .vote,
  .gary-johnson .vote {
    background: #4076bb;
    color: white;
    padding: 60px 0;
    text-align: center; }
    .swap .vote .lines,
    .evan-mcmullin .vote .lines,
    .jill-stein .vote .lines,
    .gary-johnson .vote .lines {
      border-top: 1px solid #4e8cd7;
      height: 10px;
      border-bottom: 1px solid #4e8cd7;
      margin: 20px 0;
      width: 100%;
      position: relative; }
      .swap .vote .lines span,
      .evan-mcmullin .vote .lines span,
      .jill-stein .vote .lines span,
      .gary-johnson .vote .lines span {
        background: #4076bb;
        padding: 5px 15px;
        position: relative;
        top: -7px; }
    .swap .vote p,
    .evan-mcmullin .vote p,
    .jill-stein .vote p,
    .gary-johnson .vote p {
      font-size: 34px;
      letter-spacing: 1px;
      margin: 0 24px 30px; }
    .swap .vote h2,
    .evan-mcmullin .vote h2,
    .jill-stein .vote h2,
    .gary-johnson .vote h2 {
      font-size: 24px;
      margin: 0 24px 5px; }
      .swap .vote h2 a,
      .evan-mcmullin .vote h2 a,
      .jill-stein .vote h2 a,
      .gary-johnson .vote h2 a {
        transition: all 150ms linear;
        color: white;
        text-decoration: none; }
        .swap .vote h2 a:hover,
        .evan-mcmullin .vote h2 a:hover,
        .jill-stein .vote h2 a:hover,
        .gary-johnson .vote h2 a:hover {
          color: #f20000; }
    @media only screen and (max-width: 767px) {
      .swap .vote h2,
      .evan-mcmullin .vote h2,
      .jill-stein .vote h2,
      .gary-johnson .vote h2 {
        font-size: 18px; }
      .swap .vote p,
      .evan-mcmullin .vote p,
      .jill-stein .vote p,
      .gary-johnson .vote p {
        font-size: 24px; } }
  .swap footer,
  .evan-mcmullin footer,
  .jill-stein footer,
  .gary-johnson footer {
    background: #30353b; }
    .swap footer a, .swap footer li,
    .evan-mcmullin footer a,
    .evan-mcmullin footer li,
    .jill-stein footer a,
    .jill-stein footer li,
    .gary-johnson footer a,
    .gary-johnson footer li {
      color: white; }

.trade {
  font-family: sans-serif; }
  .trade .inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%; }
  .trade .arrow > a {
    transition: all 150ms linear;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    position: relative; }
    .trade .arrow > a span {
      color: #ffef28;
      font-weight: bold;
      font-size: 30px;
      position: relative; }
    .trade .arrow > a:hover {
      color: #ffef28; }
  .trade header {
    background: rgba(88, 152, 222, 0.85);
    padding: 24px; }
    .trade header .logo {
      max-width: 100px; }
  .trade button, .trade .button {
    transition: all 150ms linear;
    background: transparent;
    border: 2px solid #e8e8e8;
    color: #e8e8e8;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    outline: none;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    min-width: 195px; }
    .trade button.activate, .trade .button.activate {
      border-color: black;
      color: black; }
    .trade button:hover, .trade .button:hover {
      border-color: #ffef28;
      color: black; }
  .trade .main {
    position: relative; }
    .trade .main .left, .trade .main .right {
      min-height: 650px; }
      @media only screen and (max-width: 767px) {
        .trade .main .left, .trade .main .right {
          min-height: 250px; } }
    .trade .main .left {
      background: linear-gradient(rgba(88, 152, 222, 0.85), rgba(88, 152, 222, 0.85)), url(../img/trade/trump1.jpg) no-repeat center center;
      background-size: cover;
      color: white;
      padding: 24px;
      position: absolute;
      height: 100%;
      width: 60%;
      text-align: right; }
      .trade .main .left:after {
        content: ' ';
        height: 8px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -8px;
        background: #ffef28; }
      .trade .main .left h1 {
        margin: 0;
        font-size: 50px;
        font-weight: bold; }
      .trade .main .left p {
        display: block;
        font-size: 19px;
        font-weight: bold;
        position: relative;
        margin-bottom: 40px; }
        .trade .main .left p:first-child {
          padding-bottom: 20px; }
          .trade .main .left p:first-child:after {
            content: ' ';
            height: 3px;
            max-width: 225px;
            width: 100%;
            position: absolute;
            right: 0;
            bottom: -10px;
            background: #ffef28; }
      .trade .main .left .no-bold {
        font-weight: normal; }
      .trade .main .left .logo {
        text-align: left;
        position: absolute;
        bottom: 24px;
        left: 24px;
        margin: 0;
        opacity: 0.3;
        font-size: 40px;
        font-weight: bold;
        line-height: 35px;
        width: 188px; }
      @media only screen and (max-width: 767px) {
        .trade .main .left {
          background-position: center top;
          position: relative;
          width: 100%; }
          .trade .main .left h1 {
            font-size: 28px; }
          .trade .main .left p {
            font-size: 16px; }
          .trade .main .left .logo {
            display: none; } }
    .trade .main .right {
      background: white;
      float: right;
      position: relative;
      width: 40%; }
      .trade .main .right .content {
        float: left;
        padding: 24px; }
        @media only screen and (max-width: 1180px) {
          .trade .main .right .content {
            width: 100%; } }
      .trade .main .right .arrow {
        margin-top: 40px;
        text-align: center; }
        .trade .main .right .arrow span {
          top: 4px; }
      @media only screen and (max-width: 767px) {
        .trade .main .right {
          float: none;
          width: 100%; } }
  .trade .form-content {
    max-width: 400px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .trade .form-content {
        max-width: none; } }
  .trade .form-item {
    margin-bottom: 80px; }
    .trade .form-item.form-item-2 {
      position: relative; }
      .trade .form-item.form-item-2 select {
        z-index: 1;
        position: relative; }
      .trade .form-item.form-item-2 .fa {
        position: absolute;
        bottom: 15px;
        right: 80px;
        font-size: 24px;
        color: #e8e8e8; }
        @media only screen and (max-width: 767px) {
          .trade .form-item.form-item-2 .fa {
            right: 10px; } }
    .trade .form-item [class^="form-number"] {
      color: #e8e8e8;
      font-size: 22px;
      font-weight: bold;
      position: relative;
      padding-top: 10px;
      padding-left: 75px;
      margin-bottom: 20px; }
      .trade .form-item [class^="form-number"]:before {
        content: '1';
        position: absolute;
        left: 0;
        top: 0;
        color: #e8e8e8;
        font-size: 100px;
        font-weight: bold;
        line-height: 70px; }
      .trade .form-item [class^="form-number"].form-number-2:before {
        content: '2'; }
      .trade .form-item [class^="form-number"].form-number-3:before {
        content: '3'; }
    .trade .form-item .box-candidates {
      border: 2px solid transparent; }
      .trade .form-item .box-candidates.error {
        border: 2px solid red; }
    .trade .form-item [class^="candidate"] {
      display: inline-block;
      width: 47%;
      background-color: #f8f9fa;
      padding: 10px;
      font-size: 18px;
      text-align: center;
      margin: 2% 1%;
      cursor: pointer; }
      .trade .form-item [class^="candidate"].candidate:hover, .trade .form-item [class^="candidate"].candidate.active {
        background: #ffef28; }
      .trade .form-item [class^="candidate"].candidate-trump:hover {
        text-decoration: line-through; }
    .trade .form-item input[type="email"], .trade .form-item input[type="text"], .trade .form-item select {
      background: transparent;
      border: 2px solid transparent;
      border-bottom: 2px solid #e8e8e8;
      text-align: center;
      text-align-last: center;
      font-size: 18px;
      color: #e8e8e8;
      padding: 14px;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }
      .trade .form-item input[type="email"]::-webkit-input-placeholder, .trade .form-item input[type="text"]::-webkit-input-placeholder, .trade .form-item select::-webkit-input-placeholder {
        color: #e8e8e8; }
      .trade .form-item input[type="email"]:-moz-placeholder, .trade .form-item input[type="text"]:-moz-placeholder, .trade .form-item select:-moz-placeholder {
        color: #e8e8e8; }
      .trade .form-item input[type="email"]::-moz-placeholder, .trade .form-item input[type="text"]::-moz-placeholder, .trade .form-item select::-moz-placeholder {
        color: #e8e8e8; }
      .trade .form-item input[type="email"]:-ms-input-placeholder, .trade .form-item input[type="text"]:-ms-input-placeholder, .trade .form-item select:-ms-input-placeholder {
        color: #e8e8e8; }
      .trade .form-item input[type="email"]:focus, .trade .form-item input[type="text"]:focus, .trade .form-item select:focus {
        outline: none; }
      .trade .form-item input[type="email"].error, .trade .form-item input[type="text"].error, .trade .form-item select.error {
        border-color: red; }
    .trade .form-item.active [class^="form-number"] {
      color: black; }
      .trade .form-item.active [class^="form-number"]:before {
        color: #ffef28; }
    .trade .form-item.active input[type="email"], .trade .form-item.active select {
      color: black;
      border-bottom: 2px solid black; }
      .trade .form-item.active input[type="email"]:focus, .trade .form-item.active select:focus {
        border-bottom: 2px solid #ffef28; }
    .trade .form-item.active .fa {
      color: black; }
  .trade .map .left {
    padding: 60px 30px 30px;
    float: left;
    text-align: right;
    width: 30%; }
    .trade .map .left .arrow {
      margin-top: 30px;
      text-align: right; }
      .trade .map .left .arrow span {
        display: block;
        top: -5px; }
    .trade .map .left h1 {
      margin: 0;
      font-size: 40px; }
      .trade .map .left h1 span {
        position: relative; }
        .trade .map .left h1 span:after {
          content: ' ';
          height: 12px;
          width: 120%;
          position: absolute;
          right: -10%;
          top: calc(50% - 6px);
          background: #ffef28;
          z-index: -1; }
      @media only screen and (max-width: 1024px) {
        .trade .map .left h1 {
          font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .trade .map .left {
        border-top: 1px solid #e8e8e8;
        float: none;
        padding: 30px;
        width: 100%;
        text-align: center; }
        .trade .map .left br {
          display: none; }
        .trade .map .left h1 {
          font-size: 18px; } }
  .trade .map .right {
    background: #8c9297;
    float: right;
    padding: 30px;
    width: 70%; }
    .trade .map .right img {
      max-width: 830px;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .trade .map .right {
        float: none;
        width: 100%; } }
  .trade .map .right-video {
    background: #8c9297;
    float: right;
    width: 70%; }
    .trade .map .right-video img {
      max-width: 830px;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .trade .map .right-video {
        float: none;
        width: 100%; } }
  .trade .map .arrow.mobile-only {
    padding: 20px;
    text-align: center; }
    .trade .map .arrow.mobile-only span {
      top: 5px; }
  .trade .success {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .trade .success h1 {
      position: absolute;
      left: -235px;
      padding: 10px;
      top: 100px;
      width: 300px; }
    .trade .success h2 {
      padding: 60px 100px 15px;
      font-size: 20px;
      font-weight: bold; }
    .trade .success h3 {
      font-size: 40px;
      text-align: center; }
    .trade .success #phoneCapture {
      margin: 0 auto 20px;
      max-width: 300px;
      width: 100%; }
      .trade .success #phoneCapture h2 {
        padding: 20px 0 0;
        text-align: center; }
      .trade .success #phoneCapture input[type="text"] {
        border-bottom: 2px solid black;
        color: #bebebe;
        font-size: 20px;
        display: block;
        width: 100%;
        margin-bottom: 20px; }
        .trade .success #phoneCapture input[type="text"]::-webkit-input-placeholder {
          color: #bebebe; }
        .trade .success #phoneCapture input[type="text"]:-moz-placeholder {
          color: #bebebe; }
        .trade .success #phoneCapture input[type="text"]::-moz-placeholder {
          color: #bebebe; }
        .trade .success #phoneCapture input[type="text"]:-ms-input-placeholder {
          color: #bebebe; }
      .trade .success #phoneCapture .consent {
        margin-bottom: 20px; }
      .trade .success #phoneCapture label {
        font-size: 12px; }
        .trade .success #phoneCapture label.red {
          color: red; }
    .trade .success .addthis_inline_share_toolbox {
      text-align: center; }
    .trade .success .fix-bottom {
      position: absolute;
      bottom: 10px;
      left: 0;
      text-align: center;
      width: 100%; }
      .trade .success .fix-bottom p {
        margin-top: 10px; }
    @media only screen and (max-width: 1024px) {
      .trade .success {
        position: static;
        max-width: none; }
        .trade .success h1 {
          position: static;
          text-align: center; }
        .trade .success h2 {
          padding: 0 20px; }
        .trade .success #phoneCapture input {
          font-size: 18px; }
        .trade .success .fix-bottom {
          position: relative; } }
  .trade footer {
    background: #f0f0f0;
    color: #999; }
    .trade footer a, .trade footer li {
      color: black; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoLink {
  padding-top: 10px;
  display: block;
  color: #ffef28;
  font-weight: bold;
  font-size: 18px;
  transition: color .5s ease; }
  .videoLink:hover {
    color: white; }

.evan-mcmullin .hero {
  background: url(../img/evan-mcmullin/hero.jpg) no-repeat top right !important;
  background-size: cover !important; }
  @media only screen and (max-width: 767px) {
    .evan-mcmullin .hero {
      background: url(../img/evan-mcmullin/hero-mobile.jpg) no-repeat top center !important; } }

.jill-stein .hero {
  background: url(../img/jill-stein/hero.jpg) no-repeat top center !important;
  background-size: cover !important; }

.gary-johnson .hero {
  background: url(../img/gary-johnson/hero.jpg) no-repeat top center !important;
  background-size: cover !important; }
  @media only screen and (max-width: 1024px) {
    .gary-johnson .hero {
      background-position: top right !important; } }

.post-vote {
  background: #f0f0f0;
  font-family: sans-serif;
  text-align: center;
  margin: 0; }
  .post-vote .pv-content {
    background: white;
    padding: 20px 20px 80px;
    padding-bottom: 80px; }
    .post-vote .pv-content > img {
      width: 300px; }
    .post-vote .pv-content .arrow > a {
      transition: all 150ms linear;
      color: black;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      position: relative; }
      .post-vote .pv-content .arrow > a span {
        color: #ffef28;
        font-weight: bold;
        font-size: 30px;
        position: relative;
        top: 5px; }
      .post-vote .pv-content .arrow > a:hover {
        color: #ffef28; }
  .post-vote footer {
    color: #999; }
    .post-vote footer a, .post-vote footer li {
      color: black; }

.post-form .main .left .content .text a {
  color: #ffef28; }
.post-form .main .right .content {
  width: 100%; }
  .post-form .main .right .content .form-content {
    margin: 0 auto; }
.post-form .arrow {
  margin-top: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .post-form .arrow {
      position: static; } }
.post-form #form {
  padding: 30px; }
  .post-form #form .form-item {
    margin-bottom: 50px; }
  .post-form #form input:focus {
    color: black;
    border-bottom: 2px solid black; }
  .post-form #form button {
    margin-top: 70px; }

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