@charset "UTF-8";
@import url("../misc/ss-pika/webfonts/ss-pika.css");
div.clear {
  clear: both;
}

#campaign {
  position: relative;
  font-size: 16px;
  text-align: center;
  white-space: unset;
  /* ------------------------------------------------- */
  /* ------------------------------------------------- */
}
#campaign * {
  outline: none;
}
#campaign input[type=text], #campaign input[type=email], #campaign input[type=tel], #campaign input[type=number], #campaign input[type=password], #campaign textarea, #campaign .c_amount_v2 {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 1px solid rgb(144, 164, 174);
  background: #fff;
  color: rgb(84, 110, 122);
  padding: 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 1em;
}
#campaign input[type=text].c_quarter, #campaign input[type=email].c_quarter, #campaign input[type=tel].c_quarter, #campaign input[type=number].c_quarter, #campaign input[type=password].c_quarter, #campaign textarea.c_quarter, #campaign .c_amount_v2.c_quarter {
  width: 75px;
}
#campaign input[type=text].c_onethird, #campaign input[type=email].c_onethird, #campaign input[type=tel].c_onethird, #campaign input[type=number].c_onethird, #campaign input[type=password].c_onethird, #campaign textarea.c_onethird, #campaign .c_amount_v2.c_onethird {
  width: 101.6666666667px;
}
#campaign input[type=text].c_twothird, #campaign input[type=email].c_twothird, #campaign input[type=tel].c_twothird, #campaign input[type=number].c_twothird, #campaign input[type=password].c_twothird, #campaign textarea.c_twothird, #campaign .c_amount_v2.c_twothird {
  width: 208.3333333333px;
}
#campaign input[type=text].c_half, #campaign input[type=email].c_half, #campaign input[type=tel].c_half, #campaign input[type=number].c_half, #campaign input[type=password].c_half, #campaign textarea.c_half, #campaign .c_amount_v2.c_half {
  width: 155px;
}
#campaign input[type=text].c_full, #campaign input[type=email].c_full, #campaign input[type=tel].c_full, #campaign input[type=number].c_full, #campaign input[type=password].c_full, #campaign textarea.c_full, #campaign .c_amount_v2.c_full {
  width: 320px;
}
#campaign input[type=text]:focus, #campaign input[type=text].active, #campaign input[type=email]:focus, #campaign input[type=email].active, #campaign input[type=tel]:focus, #campaign input[type=tel].active, #campaign input[type=number]:focus, #campaign input[type=number].active, #campaign input[type=password]:focus, #campaign input[type=password].active, #campaign textarea:focus, #campaign textarea.active, #campaign .c_amount_v2:focus, #campaign .c_amount_v2.active {
  border-color: rgb(144, 164, 174);
}
#campaign textarea {
  line-height: 1.5;
  font-size: 0.9em;
}
#campaign select {
  margin-bottom: 10px;
  padding: 7px;
  background: rgb(236, 239, 241);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(144, 164, 174);
  border-radius: 3px;
  color: rgb(84, 110, 122);
}
#campaign select.c_quarter {
  width: 75px;
}
#campaign select.c_quarter.c_state {
  width: 70px;
}
#campaign select.c_onethird {
  width: 101.6666666667px;
}
#campaign select.c_twothird {
  width: 208.3333333333px;
}
#campaign select.c_half {
  width: 155px;
}
#campaign select.c_full {
  width: 320px;
}
#campaign select.active {
  background-color: rgb(176, 190, 197);
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#campaign input[type=checkbox] {
  accent-color: rgb(37, 155, 36);
  width: 1em;
  height: 1em;
}
#campaign input[type=submit], #campaign input[type=button], #campaign button, #campaign a.button {
  cursor: pointer;
  background: rgb(37, 155, 36);
  border: none;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#campaign input[type=submit]:hover, #campaign input[type=button]:hover, #campaign button:hover, #campaign a.button:hover {
  background: rgb(10, 126, 7);
}
#campaign input[type=submit].c_quarter, #campaign input[type=button].c_quarter, #campaign button.c_quarter, #campaign a.button.c_quarter {
  width: 75px;
}
#campaign input[type=submit].c_onethird, #campaign input[type=button].c_onethird, #campaign button.c_onethird, #campaign a.button.c_onethird {
  width: 101.6666666667px;
}
#campaign input[type=submit].c_twothird, #campaign input[type=button].c_twothird, #campaign button.c_twothird, #campaign a.button.c_twothird {
  width: 208.3333333333px;
}
#campaign input[type=submit].c_half, #campaign input[type=button].c_half, #campaign button.c_half, #campaign a.button.c_half {
  width: 155px;
}
#campaign input[type=submit].c_full, #campaign input[type=button].c_full, #campaign button.c_full, #campaign a.button.c_full {
  width: 320px;
}
#campaign input[type=submit].c_skip, #campaign input[type=button].c_skip, #campaign button.c_skip, #campaign a.button.c_skip {
  color: rgb(120, 144, 156);
  text-decoration: underline;
  background: none !important;
  border: none;
  font-size: 0.7em;
}
#campaign input.parsley-error,
#campaign select.parsley-error,
#campaign textarea.parsley-error {
  border-color: rgb(232, 78, 64) !important;
}
#campaign .c_pad {
  margin-right: 10px;
}
#campaign .c_hidden {
  display: none;
}
#campaign .c_align_right {
  text-align: right !important;
}
#campaign .c_space {
  height: 1em;
}
#campaign .c_js_labels {
  background: rgb(207, 216, 220);
  background: linear-gradient(135deg, rgb(236, 239, 241) 0%, rgb(207, 216, 220) 100%);
  border-bottom: 1px solid rgb(176, 190, 197);
  padding: 1em 0;
  text-align: center;
  margin-bottom: 2em;
}
#campaign .c_js_labels ul {
  margin: 0;
  padding: 0;
}
#campaign .c_js_labels ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100px;
}
#campaign .c_js_labels ul li span {
  display: block;
  line-height: 1.8;
  font-size: 0.9em;
  color: rgb(144, 164, 174);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#campaign .c_js_labels ul li a {
  cursor: normal;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  background: rgb(176, 190, 197);
  background: linear-gradient(135deg, rgb(144, 164, 174) 0%, rgb(176, 190, 197) 100%);
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  font-weight: 900;
  padding: 0.5em;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#campaign .c_js_labels ul li a.active {
  background: rgb(96, 125, 139);
  background: linear-gradient(135deg, rgb(84, 110, 122) 0%, rgb(120, 144, 156) 100%);
}
#campaign .c_body {
  position: relative;
}
#campaign .c_body .c_secure {
  display: none;
  text-transform: uppercase;
  font-size: 0.7em;
  color: rgb(120, 144, 156);
}
#campaign .c_body .c_secure.top {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#campaign .c_body .c_secure.bottom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
#campaign .c_body .c_secure:before {
  vertical-align: middle;
  margin-right: 0.25em;
}
#campaign .c_headline {
  background: rgb(176, 190, 197);
  margin: 0;
  margin-bottom: 1em;
  padding: 5px;
}
#campaign .c_headline:first-child {
  margin-top: -2em;
}
#campaign .c_headline:not(:first-child) {
  margin-top: 2em;
}
#campaign .c_headline h1 {
  color: white;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
#campaign .c_copy {
  text-align: center;
  line-height: 1.5;
  color: rgb(84, 110, 122);
}
#campaign .c_copy p {
  margin: 0.7em 0;
}
#campaign .c_caption {
  text-align: center;
  line-height: 1.5;
  color: rgb(120, 144, 156);
}
#campaign .c_caption:first-child {
  margin-top: -0.5em;
}
#campaign .c_caption p {
  margin: 0.7em 0;
  font-size: 0.9em;
}
#campaign .c_box {
  /* not sure why i have this, seems dumb. encloses various items */
  text-align: left;
  width: 320px;
  margin: auto;
}
#campaign .c_pledge {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  border: 2px solid rgb(207, 216, 220);
  border-radius: 2px;
  padding: 1em;
}
#campaign .c_pledge h1 {
  font-size: 1.2em;
  margin: 0;
  color: rgb(96, 125, 139);
}
#campaign .c_pledge p {
  color: rgb(120, 144, 156);
}
#campaign .c_pledge .c_amount_v2 {
  display: inline-block;
  padding: 6px 3px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  line-height: 1;
  font-size: 1.5em;
}
#campaign .c_pledge .c_amount_v2 span {
  font-size: 0.9em;
  color: rgb(120, 144, 156);
  line-height: 0;
}
#campaign .c_pledge .c_amount_v2 input {
  font-size: 0.9em;
  text-align: right;
  margin: 0 !important;
  padding: 0 1px !important;
  width: 62px;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
#campaign .c_pledge .c_amount_v2.activex {
  border-color: rgb(96, 125, 139);
}
#campaign .c_pledge .c_max {
  font-size: 0.7em;
  text-transform: uppercase;
  color: rgb(144, 164, 174);
  background: rgb(236, 239, 241);
  padding: 3px;
  border-radius: 3px;
}
#campaign .c_payment ul.c_payment_options {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
#campaign .c_payment ul.c_payment_options li {
  line-height: 2;
  list-style-type: none;
  display: inline;
  margin: 0 0 0 10px;
  padding: 0;
}
#campaign .c_payment ul.c_payment_options li label {
  margin: 0;
  padding: 0;
  display: inline;
  cursor: pointer;
}
#campaign .c_payment ul.c_payment_options li.first {
  margin-left: 0;
}
#campaign .c_payment ul.c_payment_options li img {
  margin-left: 5px;
  width: 40px;
  height: 25px;
}
#campaign .c_payment input.c_code {
  width: 60px;
}
#campaign .c_payment a {
  font-weight: normal;
  font-size: 0.8em;
  color: rgb(144, 164, 174) !important;
}
#campaign .c_payment img {
  vertical-align: middle;
  height: 28px;
}
#campaign .c_payment_locked {
  width: 320px;
  margin: auto;
  background: rgb(236, 239, 241);
  padding: 1em;
}
#campaign .c_payment_locked p {
  text-align: center;
  color: rgb(96, 125, 139);
  font-size: 0.8em;
}
#campaign .c_earmark_v2 {
  position: relative;
  line-height: 1.5;
  margin-bottom: 1em;
}
#campaign .c_earmark_v2 .c_pod_portrait {
  float: left;
  margin: 0 10px 0 0;
  width: 97px;
  height: 120px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
#campaign .c_earmark_v2 .c_pod_portrait img {
  display: block;
  height: 100%;
  width: 100%;
}
#campaign .c_earmark_v2 .c_pod_portrait a.note {
  color: white;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  font-size: 0.6em;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 2px 0 0 0;
  opacity: 0.9;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#campaign .c_earmark_v2 .c_pod_portrait a.note i {
  vertical-align: middle;
  margin-right: 0.25em;
}
#campaign .c_earmark_v2 div.c_pod_details {
  float: left;
  width: 213px;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_tooltip, #campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19;
  margin: 10px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0.5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  background: rgb(120, 144, 156);
  color: rgb(236, 239, 241);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_tooltip p, #campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input p {
  font-size: 0.7em;
  margin: 0;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input p {
  margin-bottom: 0.5em;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input textarea {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 0.5em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: white !important;
  border: none !important;
  font-size: 0.8em;
  resize: none;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input button {
  float: right;
  background: rgb(69, 90, 100) !important;
  font-size: 0.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rba(0, 0, 0, 0.2);
  width: 100%;
  padding: 0.75em;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input button:hover {
  background: rgb(38, 50, 56) !important;
}
#campaign .c_earmark_v2 div.c_pod_details .c_lovenote .c_lovenote_input div.c_lovenote_warning {
  font-size: 0.8em;
  background: rgb(229, 28, 35);
  color: white;
  margin-bottom: 6px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 3px rba(0, 0, 0, 0.2);
}
#campaign .c_earmark_v2 div.c_pod_details .c_label label {
  text-transform: none;
  color: rgb(69, 90, 100);
  font-size: 1em;
  line-height: 1;
  font-weight: 900;
}
#campaign .c_earmark_v2 div.c_pod_details .c_sublabel {
  font-size: 0.7em;
  text-transform: uppercase;
  color: rgb(120, 144, 156);
  margin-bottom: 5px;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left {
  float: left;
  width: 93px;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left ul.c_pod_options {
  display: inline;
  text-align: left;
  margin: 0;
  padding: 0;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left ul.c_pod_options li {
  list-style-type: none;
  display: inline-block;
  width: 80px;
  margin: 0 4px 4px 0;
  padding: 0;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left .c_amount_v2 {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.3;
  z-index: 9;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left .c_amount_v2 span {
  font-size: 0.9em;
  color: rgb(120, 144, 156);
  line-height: 0;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left .c_amount_v2 input {
  font-size: 0.9em;
  text-align: right;
  margin: 0 !important;
  padding: 0 1px !important;
  width: 42px;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more div.c_pod_left .c_max {
  display: block;
  width: 70px;
  margin-left: 6px;
  margin-top: -5px;
  font-size: 0.6em;
  text-transform: uppercase;
  text-shadow: none;
  color: rgb(236, 239, 241);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: rgb(144, 164, 174);
  overflow: hidden;
  text-align: center;
  padding: 3.5px;
  line-height: 1.2;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 10;
  position: relative;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more .c_recurring {
  float: left;
  width: 120px;
  font-size: 0.8em;
  color: rgb(144, 164, 174);
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more .c_recurring select {
  display: block;
  margin-bottom: 5px;
  padding: 7px;
  transition: all 0.3s ease;
  width: 100%;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more .c_recurring select.c_duration {
  display: none;
}
#campaign .c_earmark_v2 div.c_pod_details div.c_pod_details_more .c_recurring select:last-child {
  margin-bottom: 0;
}
#campaign .c_allocator {
  border: 2px solid rgb(207, 216, 220);
  border-radius: 7px;
  text-align: center;
  margin: 0 0 1em 0;
  padding: 1em;
}
#campaign .c_allocator h1 {
  font-size: 1.2em;
  font-weight: 900;
  margin: 0;
  color: rgb(55, 71, 79);
}
#campaign .c_allocator p {
  color: rgb(84, 110, 122);
}
#campaign .c_allocator .c_amount_v2 {
  display: inline-block;
  padding: 3px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  line-height: 1.3;
}
#campaign .c_allocator .c_amount_v2 span {
  font-size: 0.9em;
  color: rgb(120, 144, 156);
  line-height: 0;
}
#campaign .c_allocator .c_amount_v2 input {
  font-size: 0.9em;
  text-align: right;
  margin: 0 !important;
  padding: 0 1px !important;
  width: 42px;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}
#campaign .c_allocator input[type=submit], #campaign .c_allocator button, #campaign .c_allocator a.button {
  font-size: 0.8em;
  padding: 6px 8px;
  margin-left: 3px;
}
#campaign .c_js_review {
  background: rgb(236, 239, 241);
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#campaign .c_js_review div.c_js_review_top {
  color: rgb(120, 144, 156);
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.25em;
}
#campaign .c_js_review div.c_js_review_bottom {
  font-weight: 900;
  font-size: 2em;
  color: rgb(69, 90, 100);
}
#campaign .c_survey {
  margin: 1em 0 2em 0;
}
#campaign .c_survey ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#campaign .c_survey ul li {
  display: inline;
  list-style-type: none;
  line-height: 2 !important;
  margin: 0 10px;
  padding: 0;
  color: rgb(96, 125, 139);
}
#campaign .c_survey ul.newlines {
  text-align: left;
}
#campaign .c_survey ul.newlines li {
  display: block;
}
#campaign .c_agreement p, #campaign .c_agreement li {
  color: rgb(120, 144, 156);
  font-size: 0.8em;
  line-height: 1.75;
}
#campaign .c_agreement input {
  float: left;
  margin: 0.25em 1em 0 0;
  appearance: none;
  border: 1px solid rgb(120, 144, 156);
  background-color: white;
  border-radius: 3px;
  cursor: pointer;
  display: flex; /* Enables flexbox for alignment */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  transform: scale(1.3);
}
#campaign .c_agreement input:checked {
  background-color: rgb(120, 144, 156);
  border: none;
  color: white;
}
#campaign .c_agreement input:checked::before {
  content: "✔"; /* Unicode checkmark */
  color: white;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#campaign .c_receipt h1 {
  color: rgb(120, 144, 156);
  font-size: 1.25em;
  font-weight: 900;
  text-align: center;
}
#campaign .c_receipt table {
  width: 100%;
  margin: 1em 0;
}
#campaign .c_receipt table tr.border {
  border-top: 1px solid rgb(207, 216, 220);
}
#campaign .c_receipt table tr th, #campaign .c_receipt table tr td {
  vertical-align: top;
  text-align: left;
  padding: 5px;
  color: rgb(84, 110, 122);
  line-height: 1.5;
}
#campaign .c_receipt table tr th span, #campaign .c_receipt table tr td span {
  color: rgb(120, 144, 156);
  font-size: 0.8em;
}
#campaign .c_receipt .c_total {
  text-align: center;
  line-height: 1.25;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 900;
  color: rgb(120, 144, 156);
}
#campaign .c_receipt .c_total strong {
  display: block;
  font-size: 2em;
  color: rgb(55, 71, 79);
}
#campaign .clear_mobile {
  display: inline;
}
#campaign .hide_desktop {
  display: none;
}
#campaign a.c_goback {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
  margin-top: 10px;
  text-decoration: none;
  color: rgb(144, 164, 174);
}
#campaign .c_js_errors {
  display: none;
}
#campaign .alert, #campaign .c_js_errors {
  padding: 2em;
  background: rgb(232, 78, 64);
  border-bottom: 1px solid #fff;
}
#campaign .alert p, #campaign .alert li, #campaign .alert small, #campaign .c_js_errors p, #campaign .c_js_errors li, #campaign .c_js_errors small {
  line-height: 1.5 !important;
  margin: 0 !important;
  font-size: 0.9em !important;
  color: #fff !important;
  text-align: center !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
#campaign .alert p a, #campaign .alert li a, #campaign .alert small a, #campaign .c_js_errors p a, #campaign .c_js_errors li a, #campaign .c_js_errors small a {
  color: white !important;
  text-decoration: underline !important;
}
#campaign .alert ul, #campaign .c_js_errors ul {
  margin: 0 !important;
  padding: 0 !important;
}
#campaign .alert ul li, #campaign .c_js_errors ul li {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#campaign .alert small, #campaign .c_js_errors small {
  display: block;
  font-size: 0.7em;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Fix done buttons styling randomly. Make same as radio buttons. */
a.button {
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  -o-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  color: white !important;
}

@media all and (max-width: 991px) {
  #campaign {
    padding-bottom: 2em !important;
  }
  #campaign .c_js_labels {
    padding: 0 !important;
    border: none !important;
  }
  #campaign .c_js_labels * {
    display: none !important;
  }
  #campaign #c_mobile_test, #campaign .c_js_next, #campaign .c_goback {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  #campaign {
    padding-bottom: 2em !important;
  }
  #campaign .c_js_labels {
    padding: 0 !important;
    border: none !important;
  }
  #campaign .c_js_labels * {
    display: none !important;
  }
  #campaign #c_mobile_test, #campaign .c_js_next, #campaign .c_goback {
    display: none !important;
  }
}
@media all and (max-width: 575px) {
  #campaign {
    padding-bottom: 2em !important;
  }
  #campaign .c_js_labels {
    padding: 0 !important;
    border: none !important;
  }
  #campaign .c_js_labels * {
    display: none !important;
  }
  #campaign #c_mobile_test, #campaign .c_js_next, #campaign .c_goback {
    display: none !important;
  }
}
div#nonstep {
  text-align: center;
  padding: 40px;
  color: rgb(84, 110, 122);
}
div#nonstep h1 {
  font-size: 2em;
  font-weight: 900;
  color: rgb(55, 71, 79);
  margin: 0;
}
div#nonstep div#done {
  margin: 2em 0 0 0;
}
div#nonstep div#done a {
  color: white;
  display: block;
  padding: 1em;
  text-decoration: none;
  cursor: pointer;
  background: rgb(37, 155, 36);
  border: none;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  border-radius: 4px;
  transition: background-color 0.5s ease;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
div#nonstep div#done a:hover {
  background: rgb(10, 126, 7);
}
div#nonstep div#share {
  margin-bottom: 2em;
}
div#nonstep div#share h1 {
  font-size: 1em;
  color: rgb(120, 144, 156);
  margin: 0;
}
div#nonstep div#share ul {
  margin: 0;
  padding: 0;
}
div#nonstep div#share ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0;
}
div#nonstep div#share ul li a {
  text-decoration: none;
  font-size: 2em;
}

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