/*
   Quincy
   Copyright 2017 Organizing for Action. All rights reserved.
*/
/* Import Bootstrap variables */
/* Import Quincy specific variables */
/* Colors */
/* Issue colors */
/* Typography settings */
/* Link style variables */
/* Change Bootstrap grid gutter width */
/* Variables for buttons */
/* Shadow variables */
/* Form variables */
/* Bootstrap overrides */
/* Import base Bootstrap pieces */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700");
@import url("https://hello.myfonts.net/count/344c39");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0abed9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #066977;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/* Import specific Bootstrap components */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #0abed9; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 20px 0; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 20px 0;
    padding-right: 20px 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid transparent; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: transparent;
    border-color: transparent; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: transparent; }
    .panel-default > .panel-heading .badge {
      color: transparent;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

/* Quincy components */
/* Gilroy typeface does not sit properly so padding offsets added for buttons */
.btn, .bsd-signup #signuptable input[name=submit-btn] {
  background: #0abed9;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-size: 30px;
  line-height: 30px;
  padding: 21px 20px 15px;
  text-decoration: none;
  transition: all .25s;
  vertical-align: middle; }
  .btn:active, .bsd-signup #signuptable input[name=submit-btn]:active, .btn:hover, .bsd-signup #signuptable input[name=submit-btn]:hover, .btn:focus, .bsd-signup #signuptable input[name=submit-btn]:focus {
    background: #077e90;
    color: white;
    text-decoration: none; }

.btn-sm {
  font-size: 20px;
  line-height: 20px;
  padding: 14px 13.33333px 10px; }

.btn-block {
  display: block;
  text-align: center;
  width: 100%; }

h6 {
  display: inline-block; }

/* Loop through issue colors to create issue buttons */
.btn-climate {
  background: #00b9a1; }
  .btn-climate:active, .btn-climate:hover, .btn-climate:focus {
    background: #006d5e; }

.btn-economy {
  background: #1f8cf2; }
  .btn-economy:active, .btn-economy:hover, .btn-economy:focus {
    background: #0b65ba; }

.btn-equality {
  background: #dd8de9; }
  .btn-equality:active, .btn-equality:hover, .btn-equality:focus {
    background: #ca4ddd; }

.btn-gvp {
  background: #ff5715; }
  .btn-gvp:active, .btn-gvp:hover, .btn-gvp:focus {
    background: #c83800; }

.btn-healthcare {
  background: #ee1754; }
  .btn-healthcare:active, .btn-healthcare:hover, .btn-healthcare:focus {
    background: #ac0d3a; }

.btn-immigration {
  background: #4e2f8b; }
  .btn-immigration:active, .btn-immigration:hover, .btn-immigration:focus {
    background: #2e1c52; }

.btn-rubberstamp {
  background: #ef3908; }
  .btn-rubberstamp:active, .btn-rubberstamp:hover, .btn-rubberstamp:focus {
    background: #a52706; }

.btn-fairdemocracy {
  background: #7538ee; }
  .btn-fairdemocracy:active, .btn-fairdemocracy:hover, .btn-fairdemocracy:focus {
    background: #4f11c8; }

.btn-other {
  background: #565b6d; }
  .btn-other:active, .btn-other:hover, .btn-other:focus {
    background: #343742; }

/* Styles for buttons over non-white backgrounds */
.area-invert .btn, .area-invert .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable .area-invert input[name=submit-btn],
.area-invert [type="submit"] {
  background: #ffffff;
  color: #0abed9; }
  .area-invert .btn:focus, .area-invert .bsd-signup #signuptable input[name=submit-btn]:focus, .bsd-signup #signuptable .area-invert input[name=submit-btn]:focus, .area-invert .btn:hover, .area-invert .bsd-signup #signuptable input[name=submit-btn]:hover, .bsd-signup #signuptable .area-invert input[name=submit-btn]:hover,
  .area-invert [type="submit"]:focus,
  .area-invert [type="submit"]:hover {
    opacity: .8; }
  .area-invert .btn.btn-climate, .area-invert .bsd-signup #signuptable input.btn-climate[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-climate[name=submit-btn],
  .area-invert [type="submit"].btn-climate {
    color: #00b9a1; }
  .area-invert .btn.btn-economy, .area-invert .bsd-signup #signuptable input.btn-economy[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-economy[name=submit-btn],
  .area-invert [type="submit"].btn-economy {
    color: #1f8cf2; }
  .area-invert .btn.btn-equality, .area-invert .bsd-signup #signuptable input.btn-equality[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-equality[name=submit-btn],
  .area-invert [type="submit"].btn-equality {
    color: #dd8de9; }
  .area-invert .btn.btn-gvp, .area-invert .bsd-signup #signuptable input.btn-gvp[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-gvp[name=submit-btn],
  .area-invert [type="submit"].btn-gvp {
    color: #ff5715; }
  .area-invert .btn.btn-healthcare, .area-invert .bsd-signup #signuptable input.btn-healthcare[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-healthcare[name=submit-btn],
  .area-invert [type="submit"].btn-healthcare {
    color: #ee1754; }
  .area-invert .btn.btn-immigration, .area-invert .bsd-signup #signuptable input.btn-immigration[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-immigration[name=submit-btn],
  .area-invert [type="submit"].btn-immigration {
    color: #4e2f8b; }
  .area-invert .btn.btn-rubberstamp, .area-invert .bsd-signup #signuptable input.btn-rubberstamp[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-rubberstamp[name=submit-btn],
  .area-invert [type="submit"].btn-rubberstamp {
    color: #ef3908; }
  .area-invert .btn.btn-fairdemocracy, .area-invert .bsd-signup #signuptable input.btn-fairdemocracy[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-fairdemocracy[name=submit-btn],
  .area-invert [type="submit"].btn-fairdemocracy {
    color: #7538ee; }
  .area-invert .btn.btn-other, .area-invert .bsd-signup #signuptable input.btn-other[name=submit-btn], .bsd-signup #signuptable .area-invert input.btn-other[name=submit-btn],
  .area-invert [type="submit"].btn-other {
    color: #565b6d; }

/* Import information for fonts */
@font-face {
  font-family: 'Gilroy-MediumItalic';
  src: url("../fonts/344C39_0_0.eot");
  src: url("../fonts/344C39_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_0_0.woff2") format("woff2"), url("../fonts/344C39_0_0.woff") format("woff"), url("../fonts/344C39_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/344C39_1_0.eot");
  src: url("../fonts/344C39_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_1_0.woff2") format("woff2"), url("../fonts/344C39_1_0.woff") format("woff"), url("../fonts/344C39_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-ExtraBoldItalic';
  src: url("../fonts/344C39_2_0.eot");
  src: url("../fonts/344C39_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_2_0.woff2") format("woff2"), url("../fonts/344C39_2_0.woff") format("woff"), url("../fonts/344C39_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("../fonts/344C39_3_0.eot");
  src: url("../fonts/344C39_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_3_0.woff2") format("woff2"), url("../fonts/344C39_3_0.woff") format("woff"), url("../fonts/344C39_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-BoldItalic';
  src: url("../fonts/344C39_4_0.eot");
  src: url("../fonts/344C39_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_4_0.woff2") format("woff2"), url("../fonts/344C39_4_0.woff") format("woff"), url("../fonts/344C39_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/344C39_5_0.eot");
  src: url("../fonts/344C39_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/344C39_5_0.woff2") format("woff2"), url("../fonts/344C39_5_0.woff") format("woff"), url("../fonts/344C39_5_0.ttf") format("truetype"); }

body {
  font-family: "Source Serif Pro", serif;
  font-size: 17px;
  line-height: 1.48; }

h1,
h2,
h3,
h4,
.bsd-signup #signuptable #required_note,
h5,
h6 {
  font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 0; }

h1 {
  font-size: 65px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 43.33333px; } }

h2 {
  font-size: 45px; }
  h2 .highlight {
    color: #0abed9; }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-size: 25px;
  color: #0abed9;
  transition: all .25s; }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px; } }
  h3 a:after {
    transition: all .25s;
    content: "\2192";
    padding-left: 10px; }
  h3 a:hover, h3 a:focus {
    color: #0abed9;
    text-decoration: none; }
    h3 a:hover:after, h3 a:focus:after {
      padding-left: 20px; }

h4, .bsd-signup #signuptable #required_note {
  font-size: 20px; }
  @media (max-width: 767px) {
    h4, .bsd-signup #signuptable #required_note {
      font-size: 13.33333px; } }

h5 {
  color: #0abed9;
  font-size: 20px; }
  h5.climate {
    color: #00b9a1; }
  h5.economy {
    color: #1f8cf2; }
  h5.equality {
    color: #dd8de9; }
  h5.gvp {
    color: #ff5715; }
  h5.healthcare {
    color: #ee1754; }
  h5.immigration {
    color: #4e2f8b; }
  h5.rubberstamp {
    color: #ef3908; }
  h5.fairdemocracy {
    color: #7538ee; }
  h5.other {
    color: #565b6d; }
  h5 a:after {
    content: "\2192";
    padding-left: 10px;
    transition: all .25s; }
  h5 a:hover, h5 a:focus {
    text-decoration: none; }
    h5 a:hover:after, h5 a:focus:after {
      padding-left: 20px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 26px; }

.text-left {
  text-align: left; }

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

.text-center {
  text-align: center; }

.icon:before {
  font-size: 2em;
  padding: 5px; }

a {
  transition: all .25s; }
  a:focus {
    outline: 0; }

blockquote {
  padding-left: 20px;
  border-left: 5px solid #b2b2b5;
  padding-right: 20px; }
  @media (max-width: 767px) {
    blockquote {
      margin-left: 0; } }

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.climate-bg {
  background: #00b9a1; }

.economy-bg {
  background: #1f8cf2; }

.equality-bg {
  background: #dd8de9; }

.gvp-bg {
  background: #ff5715; }

.healthcare-bg {
  background: #ee1754; }

.immigration-bg {
  background: #4e2f8b; }

.rubberstamp-bg {
  background: #ef3908; }

.fairdemocracy-bg {
  background: #7538ee; }

.other-bg {
  background: #565b6d; }

.climate h5 {
  color: #00b9a1; }

.economy h5 {
  color: #1f8cf2; }

.equality h5 {
  color: #dd8de9; }

.gvp h5 {
  color: #ff5715; }

.healthcare h5 {
  color: #ee1754; }

.immigration h5 {
  color: #4e2f8b; }

.rubberstamp h5 {
  color: #ef3908; }

.fairdemocracy h5 {
  color: #7538ee; }

.other h5 {
  color: #565b6d; }

.bottom-1em {
  margin-bottom: 1em; }

.bottom-2em {
  margin-bottom: 2em; }

.bottom-3em {
  margin-bottom: 3em; }

.bottom-4em {
  margin-bottom: 4em; }

.bottom-5em {
  margin-bottom: 5em; }

.flex-row {
  margin-bottom: 5em; }
  @media (min-width: 992px) {
    .flex-row {
      display: -ms-flexbox;
      display: flex; } }

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%; }

.flex-grow {
  -ms-flex: 1;
      flex: 1; }

.negative-top {
  margin-top: -10em; }

.hidden {
  display: none !important; }

img {
  max-width: 100%; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #272931; }

.text-gray {
  color: #f7f7f7; }

.text-medium-gray {
  color: #b2b2b5; }

.text-blue {
  color: #0abed9; }

hr {
  border-top: 1px solid #dddddd; }

@font-face {
  font-family: "ofa";
  src: url("../fonts/ofa.eot");
  src: url("../fonts/ofa.eot?#iefix") format("eot"), url("../fonts/ofa.woff2") format("woff2"), url("../fonts/ofa.woff") format("woff"), url("../fonts/ofa.ttf") format("truetype"), url("../fonts/ofa.svg#ofa") format("svg"); }

.icon:before {
  font-family: "ofa";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-checkmark:before {
  content: "\E001"; }

.icon-connect:before {
  content: "\E002"; }

.icon-facebook:before {
  content: "\E003"; }

.icon-instagram:before {
  content: "\E004"; }

.icon-medium:before {
  content: "\E005"; }

.icon-menu:before {
  content: "\E006"; }

.icon-ofa:before {
  content: "\E007"; }

.icon-quote:before {
  content: "\E008"; }

.icon-twitter:before {
  content: "\E009"; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input,
textarea {
  background: transparent;
  border: 2px solid #999;
  color: #999;
  font-size: 17px;
  font-family: "Source Serif Pro", serif;
  line-height: 22px;
  padding: 20px; }
  input:focus,
  textarea:focus {
    border: 2px solid #272931 !important; }

select {
  background: transparent !important;
  border: none;
  color: #999;
  height: 100%;
  width: 100%; }

.select-styled, .bsd-signup #signuptable select {
  border: 2px solid #999;
  height: 66px;
  padding: 0 10px;
  width: 100%; }
  .select-styled.focus, .bsd-signup #signuptable select.focus {
    border-color: #272931; }
  .select-styled select, .bsd-signup #signuptable select select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%) !important;
    background-position: calc(100% - 15px) calc(1.5em + 2px), calc(100% - 10px) calc(1.5em + 2px) !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-user-focus: none;
    outline-color: transparent;
    padding-left: 5px; }
    .select-styled select::-ms-expand, .bsd-signup #signuptable select select::-ms-expand {
      display: none; }
    .select-styled select.focus, .bsd-signup #signuptable select select.focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: 0; }

textarea {
  min-height: 200px; }

[type="submit"] {
  border: none;
  border-radius: 5px; }

input[type="checkbox"] {
  display: inline-block;
  margin: 0 6px 4px 0;
  width: auto; }

.checkbox-label {
  color: #999;
  font-size: 18px;
  height: auto;
  margin: -1px;
  padding: 0;
  position: initial;
  width: auto; }

.checkbox-group {
  margin: 0 0 20px; }

.checkbox-group .show-label {
  margin-bottom: 10px; }

.area-invert input,
.area-invert textarea {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: all .25s; }
  .area-invert input:focus,
  .area-invert textarea:focus {
    border-color: #272931; }

.area-invert .select-styled, .area-invert .bsd-signup #signuptable select, .bsd-signup #signuptable .area-invert select {
  border-color: #ffffff; }
  .area-invert .select-styled select, .area-invert .bsd-signup #signuptable select select, .bsd-signup #signuptable .area-invert select select {
    color: #ffffff;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%) !important; }

.area-invert ::-moz-placeholder {
  color: #ffffff;
  opacity: 1; }

.area-invert :-ms-input-placeholder {
  color: #ffffff; }

.area-invert ::-webkit-input-placeholder {
  color: #ffffff; }

.sort-bar {
  border-bottom: 1px solid #b2b2b5;
  margin-bottom: 2em;
  padding-bottom: 1em; }
  .sort-bar a {
    color: #b2b2b5;
    font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    margin-right: 20px; }
    .sort-bar a.active {
      color: #272931; }
    @media (max-width: 767px) {
      .sort-bar a {
        display: block;
        font-size: 26px;
        margin-right: 0;
        text-align: center; } }

html, body {
  padding-top: 0;
  min-height: 100%; }
  @media (min-width: 992px) {
    html, body {
      height: 100%; } }

.wrap {
  padding-top: 0;
  min-height: 100%;
  height: auto !important;
  height: 100%; }
  @media (min-width: 768px) {
    .wrap {
      padding-bottom: 60px;
      margin: 0 auto -60px auto; } }

/* Quincy pages */
header {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  /* Custom mobile menu */ }
  header .logo {
    background-image: url(../img/logos/logo-flush-blue.svg);
    background-repeat: no-repeat;
    background-size: 90px 34px;
    display: block;
    height: 34px;
    margin: 20px 0 20px 20px;
    width: 90px; }
    header .logo a {
      display: block;
      height: 100%; }
  header nav {
    text-align: center; }
    header nav a {
      text-decoration: none !important; }
    header nav ul {
      margin: 0; }
    header nav .nav-item {
      display: inline-block;
      font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
      font-size: 18px;
      position: static; }
      header nav .nav-item a {
        color: #272931;
        display: block;
        padding: 27px 20px 19px; }
        @media (max-width: 1199px) and (min-width: 992px) {
          header nav .nav-item a {
            padding: 27px 15px 19px; } }
    header nav .nav-main-item > a {
      border-bottom: 8px solid transparent;
      transition: all .25s; }
      @media (min-width: 992px) {
        header nav .nav-main-item > a:hover, header nav .nav-main-item > a:focus {
          border-bottom: 8px solid #0abed9; } }
    @media (min-width: 992px) {
      header nav .dropdown-menu {
        border: none;
        border-radius: 0;
        border-top: 1px solid #f7f7f7;
        padding: 0;
        top: auto;
        width: 100%; }
      header nav .dropdown-inner {
        margin: 0 auto;
        max-width: 1000px; }
        header nav .dropdown-inner .col-md-4 {
          padding: 0; }
      header nav .nav-sub-item {
        font-size: 25px; }
        header nav .nav-sub-item a:hover, header nav .nav-sub-item a:focus {
          background: #0abed9;
          color: #ffffff; }
      header nav .ofa-dropdown:hover .dropdown-menu,
      header nav .ofa-dropdown:focus .dropdown-menu {
        display: block; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    header nav .ofa-dropdown:hover .dropdown-menu,
    header nav .ofa-dropdown:focus .dropdown-menu {
      padding: 0 50px; } }
  @media (max-width: 991px) {
    header .header-menu {
      display: none; }
      header .header-menu.open {
        background: #ffffff;
        border-top: 1px solid #ccc;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
        display: block !important;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1000; }
        header .header-menu.open li {
          width: 100%; }
          header .header-menu.open li a {
            padding: 20px 0 15px; }
            header .header-menu.open li a:hover, header .header-menu.open li a:focus {
              background: transparent; }
        header .header-menu.open .nav {
          width: 100%; }
        header .header-menu.open .dropdown-toggle {
          padding-bottom: 10px; }
        header .header-menu.open .dropdown-menu {
          border: none;
          box-shadow: none;
          display: block;
          padding-bottom: 0;
          position: static;
          width: 100%; }
          header .header-menu.open .dropdown-menu .row {
            background: #f7f7f7; }
          header .header-menu.open .dropdown-menu li {
            display: block;
            width: 100%; }
            header .header-menu.open .dropdown-menu li a {
              font-family: "Source Serif Pro", serif;
              padding: 5px 20px;
              text-align: center; } }
  header .mobile-menu {
    text-align: right; }
    header .mobile-menu a {
      color: #272931; }
      header .mobile-menu a:hover, header .mobile-menu a:focus {
        color: #272931; }
  header .navbar-center {
    text-align: center; }
    header .navbar-center .navbar-nav {
      display: inline-block;
      float: none;
      vertical-align: top; }
  header .donate {
    text-align: right; }
    header .donate .btn, header .donate .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable header .donate input[name=submit-btn] {
      border-radius: 0;
      height: 74px;
      padding-top: 24px; }
      @media (max-width: 991px) {
        header .donate .btn, header .donate .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable header .donate input[name=submit-btn] {
          background: #272931;
          font-size: 19px;
          height: auto;
          padding: 10px 0 8px;
          text-align: center;
          width: 100%; } }

.header-full [class*="col-md-"] {
  padding: 0; }

.header-full a.icon-menu {
  display: inline-block;
  height: 74px;
  padding: 9px 0; }

.header-min {
  box-shadow: none; }
  @media (min-width: 992px) {
    .header-min .logo {
      margin: 50px 35px;
      position: fixed; } }
  @media (max-width: 991px) {
    .header-min .logo {
      margin: 30px auto 5px; } }

footer {
  background: #272931;
  color: #b2b2b5;
  font-family: "Gilroy-Medium", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  padding: 50px 0;
  text-align: center; }
  footer a {
    color: #b2b2b5; }
    footer a:active, footer a:focus, footer a:hover {
      color: #ffffff;
      text-decoration: none; }
  footer .footer-logo {
    background-image: url(../img/logos/logo-footer.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 320px 32px;
    height: 32px; }
    @media (max-width: 991px) {
      footer .footer-logo {
        background-position: center center;
        background-size: contain;
        margin: 0 1em 1em; } }
  footer .footer-social {
    line-height: 1;
    text-align: right; }
    @media (max-width: 991px) {
      footer .footer-social {
        margin-bottom: 50px;
        text-align: center; } }
  footer .footer-nav {
    border-top: 1px solid #3a3c48;
    margin-top: 25px;
    padding: 50px 0; }
    footer .footer-nav a {
      font-weight: 700;
      padding: 0 20px; }
      @media (max-width: 991px) {
        footer .footer-nav a {
          display: block;
          font-size: 1.4em; } }
  footer .disclaimers,
  footer .tos {
    font-size: 13px; }
    footer .disclaimers span,
    footer .tos span {
      border-right: 1px solid #b2b2b5;
      padding: 0 15px; }
      footer .disclaimers span:last-of-type,
      footer .tos span:last-of-type {
        border-right: none; }
      @media (max-width: 991px) {
        footer .disclaimers span,
        footer .tos span {
          border: 0;
          display: block; } }
    @media (max-width: 991px) {
      footer .disclaimers,
      footer .tos {
        margin-bottom: 20px; } }
  footer.footer-min {
    padding: 20px 0; }
    @media (max-width: 991px) {
      footer.footer-min {
        padding: 30px 0; } }
    footer.footer-min .footer-logo {
      background-position: center left;
      background-size: contain;
      height: 20px; }
      @media (max-width: 991px) {
        footer.footer-min .footer-logo {
          background-position: center center;
          margin-bottom: 1em; } }
    footer.footer-min .disclaimers {
      font-size: 12px;
      height: 20px;
      padding: 3px 0; }
      @media (max-width: 991px) {
        footer.footer-min .disclaimers {
          height: auto;
          margin-bottom: 0; } }

.inset-text {
  margin-bottom: 5em;
  padding: 0 100px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .inset-text {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .inset-text {
      padding: 0 30px; } }

.text-actions h3 {
  margin-bottom: 5px; }

.text-actions p {
  margin-top: 0;
  margin-bottom: 2em; }

.chapter-search .results-title h2 {
  text-align: center; }

.chapter-search .chapter-card {
  margin-bottom: 3em;
  text-align: center; }
  .chapter-search .chapter-card h5 {
    margin-bottom: 10px; }
  .chapter-search .chapter-card h3 {
    color: #272931;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .chapter-search .chapter-card h3 {
        font-size: 25px; } }

.lte .lte-result .inner {
  border-bottom: 1px solid #b2b2b5;
  margin-bottom: 2em;
  padding-bottom: 1em; }

.lte .lte-result h3 {
  color: #272931; }

.lte .lte-result h6 {
  color: #0abed9;
  margin-bottom: 10px; }

.lte .lte-result .btn, .lte .lte-result .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable .lte .lte-result input[name=submit-btn] {
  margin-bottom: 1em; }

html {
  height: 100%; }

.calltool {
  background: #0abed9;
  height: auto;
  /* Loop through issue colors to create issue buttons */ }
  .calltool header {
    position: absolute;
    z-index: 1000; }
    @media (max-width: 767px) {
      .calltool header {
        background: #ffffff;
        position: static; } }
    .calltool header .logo {
      background-image: url(../img/logos/logo-flush-black.svg);
      position: static; }
  @media (min-width: 992px) {
    .calltool {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column; } }
  .calltool h1 {
    color: #0abed9;
    font-size: 3em; }
    @media (max-width: 767px) {
      .calltool h1 {
        font-size: 2em; } }
  .calltool h2 {
    font-size: 2em; }
    @media (max-width: 767px) {
      .calltool h2 {
        font-size: 1.7em; } }
  @media (min-width: 992px) {
    .calltool .wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-flow: column;
          flex-flow: column; } }
  @media (min-width: 992px) {
    .calltool .call-wgt {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-flow: column;
          flex-flow: column; } }
  @media (min-width: 992px) {
    .calltool .inner-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
          flex: 1; } }
  .calltool .full-height-padding {
    padding: 170px 100px 155px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .calltool .full-height-padding {
        padding: 120px 100px 100px; }
        .calltool .full-height-padding p:last-of-type {
          padding-bottom: 0; } }
    @media (max-width: 767px) {
      .calltool .full-height-padding {
        padding: 50px 25px; } }
  .calltool .post-call-info,
  .calltool .post-call-form {
    display: none; }
  .calltool .call-info {
    background: #ffffff; }
  .calltool .call-form {
    color: #ffffff; }
  .calltool select,
  .calltool textarea,
  .calltool input[type="text"],
  .calltool input[type="number"],
  .calltool input[type="email"],
  .calltool input[type="tel"] {
    width: 100%;
    margin-bottom: 30px; }
  .calltool .disclaimer p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px; }
  .calltool .custom-checkbox {
    border: 2px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px; }
    .calltool .custom-checkbox:focus, .calltool .custom-checkbox:active {
      outline: 0; }
    @media (max-width: 767px) {
      .calltool .custom-checkbox {
        font-size: 12px; } }
    .calltool .custom-checkbox .icon {
      border: 2px solid #ffffff;
      border-radius: 100px;
      color: transparent;
      display: inline-block;
      font-size: .9em;
      margin: 13px; }
      .calltool .custom-checkbox .icon:before {
        font-size: 1.5em; }
  .calltool #opt-in-checkbox.error + label {
    border-color: #fcff00;
    color: #fcff00; }
    .calltool #opt-in-checkbox.error + label .icon {
      border-color: #fcff00; }
  .calltool #opt-in-checkbox:checked + label {
    background: #ffffff;
    color: #0abed9; }
    .calltool #opt-in-checkbox:checked + label .icon {
      background: #0abed9;
      color: #ffffff; }
  .calltool .checkbox-text {
    margin-right: 13px;
    vertical-align: 4px; }
  .calltool .error-checkbox,
  .calltool .error-revere {
    color: #fcff00;
    display: none;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 10px;
    padding-top: 10px; }
  .calltool .btn, .calltool .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable .calltool input[name=submit-btn] {
    margin-top: 30px; }
  .calltool .arrow {
    color: #0abed9;
    font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 2em; }
    @media (max-width: 991px) {
      .calltool .arrow {
        display: none; } }
  .calltool.climate {
    background: #00b9a1; }
    .calltool.climate h1 {
      color: #00b9a1; }
    .calltool.climate .arrow {
      color: #00b9a1; }
    .calltool.climate #opt-in-checkbox:checked + label {
      color: #00b9a1; }
      .calltool.climate #opt-in-checkbox:checked + label .icon {
        background: #00b9a1; }
  .calltool.economy {
    background: #1f8cf2; }
    .calltool.economy h1 {
      color: #1f8cf2; }
    .calltool.economy .arrow {
      color: #1f8cf2; }
    .calltool.economy #opt-in-checkbox:checked + label {
      color: #1f8cf2; }
      .calltool.economy #opt-in-checkbox:checked + label .icon {
        background: #1f8cf2; }
  .calltool.equality {
    background: #dd8de9; }
    .calltool.equality h1 {
      color: #dd8de9; }
    .calltool.equality .arrow {
      color: #dd8de9; }
    .calltool.equality #opt-in-checkbox:checked + label {
      color: #dd8de9; }
      .calltool.equality #opt-in-checkbox:checked + label .icon {
        background: #dd8de9; }
  .calltool.gvp {
    background: #ff5715; }
    .calltool.gvp h1 {
      color: #ff5715; }
    .calltool.gvp .arrow {
      color: #ff5715; }
    .calltool.gvp #opt-in-checkbox:checked + label {
      color: #ff5715; }
      .calltool.gvp #opt-in-checkbox:checked + label .icon {
        background: #ff5715; }
  .calltool.healthcare {
    background: #ee1754; }
    .calltool.healthcare h1 {
      color: #ee1754; }
    .calltool.healthcare .arrow {
      color: #ee1754; }
    .calltool.healthcare #opt-in-checkbox:checked + label {
      color: #ee1754; }
      .calltool.healthcare #opt-in-checkbox:checked + label .icon {
        background: #ee1754; }
  .calltool.immigration {
    background: #4e2f8b; }
    .calltool.immigration h1 {
      color: #4e2f8b; }
    .calltool.immigration .arrow {
      color: #4e2f8b; }
    .calltool.immigration #opt-in-checkbox:checked + label {
      color: #4e2f8b; }
      .calltool.immigration #opt-in-checkbox:checked + label .icon {
        background: #4e2f8b; }
  .calltool.rubberstamp {
    background: #ef3908; }
    .calltool.rubberstamp h1 {
      color: #ef3908; }
    .calltool.rubberstamp .arrow {
      color: #ef3908; }
    .calltool.rubberstamp #opt-in-checkbox:checked + label {
      color: #ef3908; }
      .calltool.rubberstamp #opt-in-checkbox:checked + label .icon {
        background: #ef3908; }
  .calltool.fairdemocracy {
    background: #7538ee; }
    .calltool.fairdemocracy h1 {
      color: #7538ee; }
    .calltool.fairdemocracy .arrow {
      color: #7538ee; }
    .calltool.fairdemocracy #opt-in-checkbox:checked + label {
      color: #7538ee; }
      .calltool.fairdemocracy #opt-in-checkbox:checked + label .icon {
        background: #7538ee; }
  .calltool.other {
    background: #565b6d; }
    .calltool.other h1 {
      color: #565b6d; }
    .calltool.other .arrow {
      color: #565b6d; }
    .calltool.other #opt-in-checkbox:checked + label {
      color: #565b6d; }
      .calltool.other #opt-in-checkbox:checked + label .icon {
        background: #565b6d; }

.press-clip {
  border-bottom: 1px solid #b2b2b5;
  margin-bottom: 20px; }
  .press-clip.feature-card a h5.link {
    position: static; }

.bsd-signup {
  background: url(../img/img/bsd_background.jpg) no-repeat center fixed #272931;
  background-size: cover; }
  .bsd-signup .wrap {
    margin-top: 90px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .bsd-signup .wrap {
        margin-top: 50px; } }
  .bsd-signup .inner {
    background: #FFF;
    border-top: 5px solid #0abed9;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  .bsd-signup .bsd-content-wrap {
    margin-top: 85px;
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px; }
    .bsd-signup .bsd-content-wrap br {
      display: none; }
    .bsd-signup .bsd-content-wrap #signupheader br, .bsd-signup .bsd-content-wrap #signupfooter br, .bsd-signup .bsd-content-wrap #signuptable br {
      display: inherit; }
    @media (max-width: 991px) {
      .bsd-signup .bsd-content-wrap {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .bsd-signup .bsd-content-wrap {
        margin-top: 35px;
        margin-bottom: 35px; } }
  .bsd-signup #signuptable {
    width: 100%; }
    .bsd-signup #signuptable input[name=submit-btn]:focus, .bsd-signup #signuptable input[type="file"] {
      border: 0 !important;
      outline: none; }
    .bsd-signup #signuptable #bsd-field-submit-btn {
      text-align: center;
      margin-top: 20px; }
    .bsd-signup #signuptable #addr2 {
      margin-top: 15px; }
    .bsd-signup #signuptable select {
      height: 47px !important;
      background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
      background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
      background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
      background-repeat: no-repeat !important; }
    .bsd-signup #signuptable label {
      font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif; }
    .bsd-signup #signuptable input[type="text"],
    .bsd-signup #signuptable input[type="number"],
    .bsd-signup #signuptable input[type="email"],
    .bsd-signup #signuptable input[type="tel"],
    .bsd-signup #signuptable input[type="color"],
    .bsd-signup #signuptable textarea, .bsd-signup #signuptable select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border-radius: 0px;
      outline-offset: -1px;
      color: #272931;
      width: 100%; }
    .bsd-signup #signuptable input[type="text"],
    .bsd-signup #signuptable input[type="number"],
    .bsd-signup #signuptable input[type="email"],
    .bsd-signup #signuptable input[type="tel"],
    .bsd-signup #signuptable input[type="color"] {
      line-height: 50px;
      height: 50px;
      padding: 0 10px; }
    .bsd-signup #signuptable input[type="file"] {
      border: none;
      margin-top: 5px;
      padding: 0;
      color: #272931; }
    .bsd-signup #signuptable input[type="checkbox"] {
      vertical-align: top;
      margin-top: 7px; }
      @media (max-width: 767px) {
        .bsd-signup #signuptable input[type="checkbox"] {
          margin-top: 4px; } }
    .bsd-signup #signuptable textarea {
      resize: none;
      padding: 10px; }
    .bsd-signup #signuptable table {
      margin-bottom: 20px; }
      .bsd-signup #signuptable table:empty {
        display: none; }
      @media (max-width: 767px) {
        .bsd-signup #signuptable table {
          margin-bottom: 10px; } }
    .bsd-signup #signuptable .fieldset input[type=checkbox], .bsd-signup #signuptable .fieldset input[type=radio] {
      width: 5%; }
    .bsd-signup #signuptable .fieldset label {
      width: 90%; }
    .bsd-signup #signuptable .fieldset input, .bsd-signup #signuptable .fieldset textarea {
      /* Re-defining width to fix an iOS issue */
      width: 100%; }
    .bsd-signup #signuptable .fieldset p, .bsd-signup #signuptable .fieldset h1, .bsd-signup #signuptable .fieldset h2, .bsd-signup #signuptable .fieldset h3, .bsd-signup #signuptable .fieldset h4, .bsd-signup #signuptable .fieldset #required_note, .bsd-signup #signuptable .fieldset h5 {
      margin-bottom: 0px; }
    .bsd-signup #signuptable .fieldset .field:empty, .bsd-signup #signuptable .fieldset .label:empty {
      display: none; }
    .bsd-signup #signuptable .required {
      padding-left: 4px; }
    .bsd-signup #signuptable #required_note .required {
      padding-left: 0; }

/* Quincy widgets */
.share .action-row {
  margin-bottom: 1em;
  margin-top: 1em; }

.feature-action .inner, .feature-info-box .inner {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  padding: 40px;
  transition: all .25s; }

@media (max-width: 1199px) {
  .feature-action, .feature-info-box {
    margin-bottom: 1em; } }

.feature-action .inner {
  color: #ffffff; }
  .feature-action .inner h2 {
    margin-bottom: 40px; }
    .feature-action .inner h2:after {
      bottom: 40px;
      content: "\2192";
      font-size: .7em;
      left: 55px;
      position: absolute;
      transition: all .25s; }
      @media (max-width: 991px) {
        .feature-action .inner h2:after {
          bottom: auto;
          left: auto;
          margin-top: -15px;
          right: 55px;
          top: 50%; } }
      @media (max-width: 767px) {
        .feature-action .inner h2:after {
          margin-top: -10px; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .feature-action .inner h2 {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .feature-action .inner h2 {
        margin-bottom: 0;
        padding-right: 20px; } }
  .feature-action .inner:hover h2:after {
    padding-left: 20px; }

.feature-info-box.climate h3, .feature-info-box.climate h5 a {
  color: #00b9a1; }

.feature-info-box.economy h3, .feature-info-box.economy h5 a {
  color: #1f8cf2; }

.feature-info-box.equality h3, .feature-info-box.equality h5 a {
  color: #dd8de9; }

.feature-info-box.gvp h3, .feature-info-box.gvp h5 a {
  color: #ff5715; }

.feature-info-box.healthcare h3, .feature-info-box.healthcare h5 a {
  color: #ee1754; }

.feature-info-box.immigration h3, .feature-info-box.immigration h5 a {
  color: #4e2f8b; }

.feature-info-box.rubberstamp h3, .feature-info-box.rubberstamp h5 a {
  color: #ef3908; }

.feature-info-box.fairdemocracy h3, .feature-info-box.fairdemocracy h5 a {
  color: #7538ee; }

.feature-info-box.other h3, .feature-info-box.other h5 a {
  color: #565b6d; }

.feature-info-box h3 {
  margin-top: 5px;
  margin-bottom: 50px;
  letter-spacing: .2em; }

.feature-info-box h6 {
  margin-bottom: 0;
  letter-spacing: .05em; }

.feature-info-box h3, .feature-info-box h6 {
  font-size: 14px; }

.feature-action-section {
  margin-bottom: 2em; }
  .feature-action-section .inner {
    border-top: 5px solid #0abed9;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    padding: 60px 100px; }
    @media (max-width: 767px) {
      .feature-action-section .inner {
        padding: 30px 40px; } }
    .feature-action-section .inner .btn, .feature-action-section .inner .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable .feature-action-section .inner input[name=submit-btn] {
      margin-top: 15px; }
  .feature-action-section.climate .inner {
    border-top: 5px solid #00b9a1; }
  .feature-action-section.economy .inner {
    border-top: 5px solid #1f8cf2; }
  .feature-action-section.equality .inner {
    border-top: 5px solid #dd8de9; }
  .feature-action-section.gvp .inner {
    border-top: 5px solid #ff5715; }
  .feature-action-section.healthcare .inner {
    border-top: 5px solid #ee1754; }
  .feature-action-section.immigration .inner {
    border-top: 5px solid #4e2f8b; }
  .feature-action-section.rubberstamp .inner {
    border-top: 5px solid #ef3908; }
  .feature-action-section.fairdemocracy .inner {
    border-top: 5px solid #7538ee; }
  .feature-action-section.other .inner {
    border-top: 5px solid #565b6d; }

.feature-card img {
  height: auto;
  margin-bottom: 1em;
  width: 100%; }

.feature-card h2,
.feature-card h5 {
  margin-bottom: 15px; }

.feature-card a {
  color: #272931;
  display: block;
  padding-bottom: 30px; }
  .feature-card a h5.link {
    bottom: 0;
    position: absolute; }
    .feature-card a h5.link:after {
      content: "\2192";
      padding-left: 10px;
      transition: all .25s; }
  .feature-card a:hover h5.link:after {
    padding-left: 20px; }

@media (max-width: 767px) {
  .feature-card {
    margin-bottom: 1em; }
    .feature-card:last-child {
      margin-bottom: 0; } }

.feature-chapter,
.feature-cta,
.feature-state {
  background: #0abed9;
  color: #ffffff;
  padding: 75px;
  text-align: center;
  margin-bottom: 5em; }
  .feature-chapter label,
  .feature-cta label,
  .feature-state label {
    display: none; }
  .feature-chapter input,
  .feature-chapter [type="submit"],
  .feature-cta input,
  .feature-cta [type="submit"],
  .feature-state input,
  .feature-state [type="submit"] {
    width: 100%; }
  .feature-chapter p,
  .feature-cta p,
  .feature-state p {
    margin-bottom: 2.1em; }
  @media (max-width: 991px) {
    .feature-chapter,
    .feature-cta,
    .feature-state {
      padding: 30px; }
      .feature-chapter input,
      .feature-chapter .select-styled,
      .feature-chapter .bsd-signup #signuptable select, .bsd-signup #signuptable
      .feature-chapter select,
      .feature-cta input,
      .feature-cta .select-styled,
      .feature-cta .bsd-signup #signuptable select, .bsd-signup #signuptable
      .feature-cta select,
      .feature-state input,
      .feature-state .select-styled,
      .feature-state .bsd-signup #signuptable select, .bsd-signup #signuptable
      .feature-state select {
        margin-bottom: 30px; } }

.feature-hero {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #272931;
  height: 400px;
  margin-bottom: 5em; }
  @media (max-width: 767px) {
    .feature-hero {
      height: 200px; } }
  .feature-hero.hero-lg {
    height: 600px; }
    @media (max-width: 767px) {
      .feature-hero.hero-lg {
        height: auto; } }
    .feature-hero.hero-lg .inner {
      padding-top: 150px; }
      @media (max-width: 767px) {
        .feature-hero.hero-lg .inner {
          background: rgba(0, 0, 0, 0.4);
          height: 100%;
          padding: 75px 0 125px; } }
  .feature-hero.hero-home {
    background-position: center right;
    color: #ffffff;
    position: relative;
    z-index: 0; }

.feature-issue {
  color: #ffffff;
  margin-bottom: 1.5em;
  padding: 50px; }
  .feature-issue h2 {
    margin: 0;
    padding: 0; }
    .feature-issue h2:after {
      content: "\2192";
      left: 100%;
      position: absolute;
      transition: transform .25s; }
  .feature-issue:hover h2:after {
    transform: translateX(20px); }
  @media (max-width: 767px) {
    .feature-issue {
      background: none;
      padding: 5px 30px; }
      .feature-issue h2:after {
        position: static;
        padding-left: 15px; }
      .feature-issue.climate-bg {
        color: #00b9a1; }
      .feature-issue.economy-bg {
        color: #1f8cf2; }
      .feature-issue.equality-bg {
        color: #dd8de9; }
      .feature-issue.gvp-bg {
        color: #ff5715; }
      .feature-issue.healthcare-bg {
        color: #ee1754; }
      .feature-issue.immigration-bg {
        color: #4e2f8b; }
      .feature-issue.rubberstamp-bg {
        color: #ef3908; }
      .feature-issue.fairdemocracy-bg {
        color: #7538ee; }
      .feature-issue.other-bg {
        color: #565b6d; } }

.feature-panel {
  border-bottom: 1px solid #f7f7f7; }
  .feature-panel .panel-default {
    border: none;
    box-shadow: none; }
  .feature-panel .panel-title {
    border: none;
    font-size: 25px;
    position: relative;
    transition: all .25s; }
    .feature-panel .panel-title a {
      display: block;
      padding: 20px 0;
      position: relative; }
      .feature-panel .panel-title a:hover, .feature-panel .panel-title a:active, .feature-panel .panel-title a:focus {
        color: #272931;
        text-decoration: none; }
      .feature-panel .panel-title a:after {
        content: "-";
        font-size: 1.2em;
        line-height: 1;
        position: absolute;
        right: 17px; }
      .feature-panel .panel-title a.collapsed:after {
        content: "+"; }
    .feature-panel .panel-title:hover a, .feature-panel .panel-title:active a, .feature-panel .panel-title:focus a {
      color: #0abed9; }

.feature-quote .inner {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #272931;
  height: 500px;
  padding-bottom: 25px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .feature-quote .inner {
      height: 410px; } }
  @media (max-width: 991px) {
    .feature-quote .inner {
      background-image: none !important;
      height: auto; } }

.feature-quote .icon {
  color: #0abed9;
  font-size: 1em;
  margin: 50px 0 25px;
  padding: 0; }

.feature-quote .col-md-6 {
  padding-left: 60px; }
  @media (max-width: 991px) {
    .feature-quote .col-md-6 {
      padding: 0 60px; } }

.feature-quote p {
  color: #f7f7f7;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .feature-quote p {
      bottom: 0;
      position: absolute; } }

.feature-quote h4, .feature-quote .bsd-signup #signuptable #required_note, .bsd-signup #signuptable .feature-quote #required_note {
  color: #ffffff;
  font-size: 1.75em; }
  @media (max-width: 1199px) {
    .feature-quote h4, .feature-quote .bsd-signup #signuptable #required_note, .bsd-signup #signuptable .feature-quote #required_note {
      font-size: 1.35em; } }

.feature-resource {
  margin-bottom: 1em; }
  .feature-resource .inner {
    border-top: 5px solid #0abed9;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    padding: 35px; }
    .feature-resource .inner .btn, .feature-resource .inner .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable .feature-resource .inner input[name=submit-btn] {
      margin-top: 15px; }

.feature-volunteer {
  text-align: center; }
  .feature-volunteer a {
    color: #272931; }
    .feature-volunteer a:hover {
      color: #272931; }
      .feature-volunteer a:hover .arrow {
        padding-left: 20px; }
  .feature-volunteer img {
    border-radius: 50%;
    height: auto;
    width: 90%; }
  .feature-volunteer h3 {
    margin: 25px 0 0; }
  .feature-volunteer p {
    margin: 0; }
  .feature-volunteer .arrow {
    color: #0abed9;
    font-family: "Gilroy-Bold", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 30px;
    text-align: center;
    transition: all .25s; }
  @media (max-width: 767px) {
    .feature-volunteer {
      margin-bottom: 1em; }
      .feature-volunteer img {
        border-radius: 0;
        width: 100%; }
      .feature-volunteer:last-child {
        margin-bottom: 0; } }

.video-player {
  height: 0;
  margin-bottom: 5em;
  overflow: hidden;
  padding-bottom: 56.6%;
  position: relative; }
  .video-player embed,
  .video-player iframe,
  .video-player object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.bsdform-wgt {
  background: #0abed9;
  color: #ffffff;
  padding: 75px;
  text-align: center;
  margin-bottom: 5em; }
  .bsdform-wgt label {
    display: none; }
  .bsdform-wgt input,
  .bsdform-wgt [type="submit"] {
    width: 100%; }
  .bsdform-wgt p {
    margin-bottom: 2.1em; }
  @media (max-width: 991px) {
    .bsdform-wgt {
      padding: 30px; }
      .bsdform-wgt input,
      .bsdform-wgt .select-styled,
      .bsdform-wgt .bsd-signup #signuptable select, .bsd-signup #signuptable
      .bsdform-wgt select {
        margin-bottom: 30px; } }

.signon {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #0abed9; }
  .signon header {
    background: none; }
  .signon .logo {
    background-image: url(../img/logos/logo-flush-white.svg); }
  .signon h1 {
    color: #0abed9;
    font-size: 50px; }
  .signon .inner {
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.12);
    margin-top: 100px;
    margin-bottom: 150px;
    padding: 50px 50px 20px; }
    @media (max-width: 991px) {
      .signon .inner {
        margin-top: 25px; } }
    .signon .inner input[type="text"],
    .signon .inner input[type="number"],
    .signon .inner input[type="email"],
    .signon .inner input[type="tel"],
    .signon .inner input[type="color"],
    .signon .inner input[type="file"],
    .signon .inner textarea,
    .signon .inner .btn,
    .signon .inner .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable
    .signon .inner input[name=submit-btn],
    .signon .inner .select-styled,
    .signon .inner .bsd-signup #signuptable select, .bsd-signup #signuptable
    .signon .inner select {
      margin-bottom: 30px;
      width: 100%; }
      @media (max-width: 767px) {
        .signon .inner input[type="text"],
        .signon .inner input[type="number"],
        .signon .inner input[type="email"],
        .signon .inner input[type="tel"],
        .signon .inner input[type="color"],
        .signon .inner input[type="file"],
        .signon .inner textarea,
        .signon .inner .btn,
        .signon .inner .bsd-signup #signuptable input[name=submit-btn], .bsd-signup #signuptable
        .signon .inner input[name=submit-btn],
        .signon .inner .select-styled,
        .signon .inner .bsd-signup #signuptable select, .bsd-signup #signuptable
        .signon .inner select {
          margin-bottom: 20px; } }
    .signon .inner input,
    .signon .inner textarea {
      border-color: #999; }
  .signon.climate {
    background-color: #00b9a1; }
    .signon.climate h1 {
      color: #00b9a1; }
  .signon.economy {
    background-color: #1f8cf2; }
    .signon.economy h1 {
      color: #1f8cf2; }
  .signon.equality {
    background-color: #dd8de9; }
    .signon.equality h1 {
      color: #dd8de9; }
  .signon.gvp {
    background-color: #ff5715; }
    .signon.gvp h1 {
      color: #ff5715; }
  .signon.healthcare {
    background-color: #ee1754; }
    .signon.healthcare h1 {
      color: #ee1754; }
  .signon.immigration {
    background-color: #4e2f8b; }
    .signon.immigration h1 {
      color: #4e2f8b; }
  .signon.rubberstamp {
    background-color: #ef3908; }
    .signon.rubberstamp h1 {
      color: #ef3908; }
  .signon.fairdemocracy {
    background-color: #7538ee; }
    .signon.fairdemocracy h1 {
      color: #7538ee; }
  .signon.other {
    background-color: #565b6d; }
    .signon.other h1 {
      color: #565b6d; }
  @media (max-width: 991px) {
    .signon {
      background-image: none; } }
  @media (max-width: 767px) {
    .signon h1 {
      font-size: 33px; }
    .signon .inner {
      padding: 25px 25px 5px; } }
  .signon .form-row {
    clear: both; }

.state-select .state-result {
  display: none; }
