/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

aside,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

progress {
  vertical-align: baseline;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.3em;
  vertical-align: baseline;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}


@-webkit-keyframes vibrate-red-smooth {
  50% {
    background-color: #910002;
  }
}

@keyframes vibrate-red-smooth {
  50% {
    background-color: #910002;
  }
}

@-webkit-keyframes vibrate-red {
  10% {
    background-color: #910002;
  }

  56% {
    background-color: #ff4d50;
  }

  99% {
    background-color: #9b1416;
  }
}

@-webkit-keyframes vibrate-black {
  0% {
    background-color: #181818;
  }

  100% {
    background-color: #9b9b9b;
  }
}

@keyframes vibrate-red {
  10% {
    background-color: #910002;
  }

  56% {
    background-color: #ff4d50;
  }

  99% {
    background-color: #9b1416;
  }
}

@-webkit-keyframes vibrate-red-text {
  10% {
    color: #910002;
  }

  56% {
    color: #ff4d50;
  }

  99% {
    color: #9b1416;
  }
}

@keyframes vibrate-red-text {
  10% {
    color: #910002;
  }

  56% {
    color: #ff4d50;
  }

  99% {
    color: #9b1416;
  }
}

html {
  background: #151515 url('images/hillary-bg-tile.png') repeat 50% 25%;
  background-size: 130%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 620px) {
  html {
    background-size: auto;
  }
}

body {
  background: transparent url('images/hillary-bg-large.svg') no-repeat 0 -20px;
  background-size: 100%;
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

main {
  margin: 0 auto;
  max-width: 1260px;
  padding: 30px 0 60px 0;
  width: 92%;
}

a {
  color: #e40000;
}

a:hover,
a:focus {
  animation: vibrate-red-text 0.5s infinite alternate;
  text-decoration: none;
}

.opening {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

/* Used to offset the increased letter spacing to tighten punctuation */
.punctuation-reducer {
  font-style: normal;
  letter-spacing: -0.1em;
}

/* The main page title */
.the-page-title {
  font-size: 16vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
}

.the-page-title strong {
  font-weight: 700;
}

.product-and-price {
  padding-bottom: 22px;
  position: relative;
}

.product-shots {
  position: relative;
}

@keyframes swap-fitted {
  50% {
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swap-straight {
  51% {
    transform: translate3d(49%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.product-shot {
  display: block;
  -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.87));
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.87));
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
}

.style-fitted {
  left: -5px;
  top: -7px;
  position: absolute;
}

[data-style='fitted'] .style-fitted {
  animation: swap-fitted 0.28s alternate 1;
  z-index: 1;
}

[data-style='fitted'] .style-straight {
  animation: swap-straight 0.3s alternate 1;
  z-index: 0;
}

[data-style='straight'] .style-straight {
  animation: swap-fitted 0.33s alternate 1;
  z-index: 1;
}

[data-style='straight'] .style-fitted {
  animation: swap-straight 0.31s alternate 1;
  z-index: 0;
}

.style-switcher {
  position: relative;
  text-align: center;
  z-index: 15;
}

.special-message {
  font-size: 12px;
}

.style-switch {
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 2px;
  text-transform: uppercase;
}

.style-switch:hover,
.style-switch:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.style-switch:focus,
.style-switch:active {
  outline: 1px dashed rgba(255, 255, 255, 0.5);
}

a:focus,
a:active,
button:focus,
button:active {
  outline: 1px dashed rgba(255, 255, 255, 0.5);
}

.style-switch.active {
  color: rgba(255, 255, 255, 1);
}

.price-badge {
  background-color: #e40000;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.87);
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  height: 2.1em;
  left: 68%;
  left: calc(100% - 3.5em);
  position: absolute;
  transform: rotate(8deg);
  width: 2.1em;
  z-index: 5;
}

.price {
  height: 100%;
  line-height: 2.2;
  position: absolute;
  text-align: center;
  text-indent: -0.2em;
  width: 100%;
  z-index: 3;
}

.badge {
  background-color: #e40000;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.badge::before,
.badge::after {
  background-color: #e40000;
  height: 100%;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.badge::before {
  transform: rotate(30deg);
}

.badge::after {
  transform: rotate(60deg);
}

.badge + .badge {
  transform: rotate(15deg);
}

/* Third-party Quotes */
.opening-quote {
  box-sizing: border-box;
  margin: 22px auto 48px auto;
  order: 1;
  width: 90%;
}

.unqualified {
  border-left: 6px solid #fff;
  box-sizing: border-box;
  font-family: georgia, times, serif;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  padding: 0 8px 0 20px;
}

.unqualified p {
  margin: 0;
}

.unqualified footer {
  margin-top: 16px;
}

.body-content {
  margin: 0 auto;
  max-width: 960px;
}

.body-copy {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 6px;
}

.trump-fact {
  background-color: rgba(227, 255, 0, 0);
  transition: background-color 0.1s;
}

.trump-fact.changed {
  background-color: rgba(227, 255, 0, 0.5);
}

@media (min-width: 620px) {
  .body-copy {
    font-size: 20px;
  }

  .body-copy em {
    font-size: 22px;
  }
}

.body-copy + .body-copy {
  margin-top: 48px;
}

.body-copy em {
  color: #e40000;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  margin-top: 14px;
}

.vote {
  font-size: 13vw;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.vote::before {
  border: 1px solid #fff;
  content: '';
  display: block;
  height: 6px;
  margin-bottom: 48px;
}

.vote strong {
  font-weight: 700;
}

.disclaimer {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 2;
  margin-top: 56px;
  padding: 12px 18px;
  position: relative;
}

.disclaimer::after {
  background: transparent url('images/hillary-metal.png') no-repeat right bottom;
  background-size: 100%;
  bottom: -13px;
  content: '';
  display: block;
  height: 183px;
  margin: -13px auto 0 auto;
  max-width: 242px;
  position: relative;
  width: 100%;
}

.credits {
  margin-top: 48px;
  text-align: center;
}

.purchase-form {
  margin-bottom: 32px;
}

.purchase-form fieldset {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 16px 18px;
  position: relative;
}

@keyframes scroll {
  100% {
    background-position: 200px 550px
  }
}

.form-submitting {
  align-items: center;
  animation: scroll 2s steps(4, end) infinite alternate;
  background: rgba(0, 0, 0, 0.85) url('images/hillary-bg-large.svg') repeat -10px -10px;
  background-size: 110%;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

.form-submitting.hidden {
  display: none;
  pointer-events: none;
  visibility: hidden;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

.submitting-msg {
  animation: blink 1s steps(2, end) infinite;
  font-size: 26px;
  font-weight: 300;
  line-height: 2.8;
  padding: 16px 24px;
  text-align: center;
}

.form-loading {
  padding: 24px 16px;
  text-align: center;
}

.form-error {
  background-color: #ffe200;
  color: #151515;
  margin-top: 0;
  padding: 16px;
  font-style: italic;
}

.fatal-error {
  margin: 0;
}

.hfa-info {
  font-size: 16px;
  font-style: italic;
  line-height: 1.45;
  margin: 24px 0 8px 0;
  padding: 0 12px;
  text-align: center;
}

.form-header {
  font-size: 18px;
  padding-bottom: 16px;
}

.form-header h4 {
  font-weight: normal;
  margin: 0;
  padding: 4px 6px 12px 2px;
}

.form-header .form-back-btn {
  font-size: 18px;
  text-decoration: none;
}

.fields-multi-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fields-multi-col .form-field {
  flex-basis: 100%;
}

.cart {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 8px;
}

.cart-line {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}

.cart-line.shipping {
  font-size: 24px;
  justify-content: flex-end;
  margin-top: 6px;
  padding-bottom: 0;
}

.cart-line.total {
  border-top: 2px solid #fff;
  font-size: 24px;
  justify-content: flex-end;
  margin-top: 6px;
  padding-bottom: 0;
}

.cart-line h4 {
  color: rgba(255, 255, 255, 0.4);
  flex: 1 1 40%;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  padding: 0 4px;
}

.cart-line h4 span {
  color: rgba(255, 255, 255, 1);
  display: block;
  font-weight: 400;
}

.cart-quantity {
  align-items: flex-start;
  display: flex;
  flex: 1 1 25%;
  justify-content: space-between;
}

.cart-quantity-input {
  border: 0;
  box-sizing: border-box;
  padding: 2px;
  text-align: center;
  width: 35px;
}

.cart-quantity-display {
  flex-grow: 1;
  margin: 0;
  padding: 2px;
  text-align: center;
}

.cart-quantity strong {
  display: block;
  padding: 2px 4px;
}

.cart-delete-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.cart-delete-btn:hover,
.cart-delete-btn:focus {
  color: #e40000;
}

.cart-product-img {
  display: inline-block;
  max-width: 52px;
}

.product-selector-line {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  width: 100%;
}

.product-selector-line + .product-selector-line {
  margin-top: 16px;
}

.product-selector-desc {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 40%;
  margin: 0 auto;
  padding-right: 6px;
}

.product-selector-label {
  font-size: 13px;
  margin-top: 0;
}

.product-selector-img {
  display: inline-block;
}

.product-selector-buttons {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  flex-basis: 55%;
}

.product-selector-button {
  background: #e40000;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  flex-basis: 100%;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.product-selector-button:hover,
.product-selector-button:focus {
  animation: vibrate-red 0.7s infinite alternate;
}

.product-on-sale {
  animation: vibrate-red-smooth 2.0s infinite alternate;
}

.product-selector-size-display {
  text-align: left;
  color: white;
}

.product-selector-cta {
  text-align: right;
  font-size: 12px;
  color: #181818;
}

.product-selector-price {
   float: left;
   font-size: 12px;
   color: white;
}

.product-low-stock {
  background: #181818;
}

.product-low-stock:hover,
.product-low-stock:focus {
  animation: vibrate-black 1.2s infinite alternate;
}

@media (min-width: 360px) {
  .product-selector-desc {
    flex-basis: 25%;
    max-width: 130px;
  }

  .product-selector-buttons {
    width: 75%;
  }

  .product-selector-button {
    flex-basis: 48%;
  }
}

@media (min-width: 550px) {
  .product-selector-button {
    flex-basis: 32%;
  }
}

@media (min-width: 680px) and (max-width: 800px) {
  .product-selector-button {
    flex-basis: 48%;
  }
}

@media (min-width: 380px) {
  .fields-multi-col .form-field {
    flex-basis: 48%;
  }

  .three-col .form-field {
    flex-basis: 31%;
  }
}

.form-field {
  padding-bottom: 18px;
}

.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 2px 2px 6px 2px;
  width: 100%;
}

.form-field select {
  display: block;
  width: 100%;
}

.field-error input,
.field-error select {
  box-shadow: 0 0 0 3px #ffe200;
}

.text-field {
  border: 0;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 7px;
  width: 100%;
}

.form-controls {
  margin-top: 20px;
  padding-top: 18px;
}

.form-submit-btn {
  background-color: #e40000;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5em;
  padding: 16px 12px;
  text-transform: uppercase;
  width: 100%;
}

.form-submit-btn:hover,
.form-submit-btn:focus {
  animation: vibrate-red 0.7s infinite alternate;
}

.field-control {
  text-align: right;
}

.form-manage-item-btn,
.form-back-btn {
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}

[role='contentinfo'] {
  margin: 0 auto;
  max-width: 760px;
}

.sizing-info {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 300;
}

.sizing-info.hidden {
  display: none;
  visibility: hidden;
}

.sizing-info-control {
  margin-bottom: 12px;
}

.sizing-close-btn {
  background-color: transparent;
  border: 0;
  color: #e40000;
  cursor: pointer;
  display: block;
  text-decoration: underline;
  position: absolute;
  right: 12px;
  top: 8px;
}

.sizing-info-title {
  margin: 26px 0 12px 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 12px;
  text-transform: uppercase;
}

.sizing-info-content {
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid #000;
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  color: #151515;
  flex-basis: 95%;
  height: 90%;
  max-width: 920px;
  overflow-y: auto;
  position: relative;
}

.sizing-cuts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cut-info {
  box-sizing: border-box;
  margin-bottom: 18px;
  padding: 0 12px;
}

.cut-info p {
  line-height: 1.6;
  margin-top: 4px;
  max-width: 360px;
}

.size-info-img {
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: block;
  margin: 12px 0;
  max-width: 360px;
  width: 100%;
}

.sizing-info-heading {
  margin-bottom: 0px;
}

.confirm-header {
  background: transparent url('images/hillary-bg-large.svg') repeat -20px -45px;
  background-size: 15%;
  padding: 40px 0 30px 0;
}

.confirm-header h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.confirm-order-num {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #e40000;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 0;
  padding: 12px 0;
}

.confirm-addr {
  border-left: 4px solid #fff;
  margin: 24px 0;
  opacity: 0.8;
  padding-left: 16px;
  font-size: 14px;
}

.powered-by-stripe {
  font-size: 12px;
  float: right;
}

.social {
  text-align: center;
  font-size: 13px;
}

.share-button {
  display: inline-block;
}

.social a:link {
  text-decoration: none;
}

.social img {
  padding-right: 5px;
}

.with-love {
  text-align: center;
  font-size: 12px;
  opacity: .75;
}

@media (min-width: 585px) {
  .vote {
    font-size: 76px;
    margin: 48px 0;
  }
}

@media (min-width: 600px) {
  .price-badge {
    left: auto;
    right: 10px;
  }

  .disclaimer {
    padding: 18px 244px 18px 28px;
  }

  .disclaimer::after {
    bottom: -1px;
    right: -2px;
    position: absolute;
  }

  .sizing-info-content {
    max-height: 775px;
    padding: 12px;
  }

  .cut-info {
    flex-basis: 48%;
  }
}

@media (min-width: 680px) {
  body {
    background-position: -30px -80px;
  }

  .opening-quote {
    align-self: flex-end;
    box-sizing: border-box;
    margin: 60px 0 40px 0;
    order: 0;
    position: relative;
    width: 46%;
  }

  .unqualified {
    font-size: 18px;
  }

  .the-page-title {
    font-size: 6.6vw;
    margin: 0 auto 24px auto;
    order: 2;
  }

  .product-and-price {
    order: 1;
    width: 54%;
  }

  .product-shot {
    width: 110%;
  }

  .body-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .body-copy {
    padding: 0;
  }

  .purchase-form {
    margin-bottom: 0;
    max-width: 460px;
    order: 1;
    width: 50%;
  }

  .jibber-jabber {
    order: 0;
    width: 46%;
  }

  .vote {
    order: 2;
  }

  .disclaimer {
    margin-top: 20px;
  }
}

@media (min-width: 1085px) {
  .the-page-title {
    font-size: 71px;
  }
}

@media (min-width: 1130px) {
  .opening-quote {
    margin-bottom: 80px;
    left: 20px;
    padding-left: 25px
  }
}

@media (min-width: 1220px) {
  .opening-quote {
    left: 60px;
  }

  .product-shot {
    width: 100%;
  }

  .price-badge {
    font-size: 2.5em;
    left: 72%;
  }
}

@media (min-width: 1370px) {
  .opening-quote {
    left: 110px;
    padding-left: 40px
  }
}

@media (min-width: 1200px) {
  body {
    background-position: -40px -80px;
    background-size: 1228px 664px;
  }
}

@media (min-width: 1750px) {
  body {
    background-position: 20% -100px;
  }
}
