[class*="e19"] {
  color: #222;
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="e19"] * {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* counts table */



.e19counts1 .-y,
.e19counts1 .-n {
  padding: 0 10px;
  background: #DEEAD8;
  color: #5A8A43;
}

.e19counts1 .-n {
  background: #EDDADC;
  color: #D1300B;
}

.e19counts1-header {
  display: flex;
  justify-content: space-between;
}

.e19counts1-header > * {
  min-width: 0px;
  margin-bottom: 0;
}



.e19counts1-legend strong {
  margin-right: 5px;
  color: #d4d4d4;
  font: inherit;
}

.e19counts1-legend small {
  padding: 0;
  opacity: 0;
}

.e19counts1 table .-y:first-child,
.e19counts1 table .-n:first-child {
  margin-left: -10px;
}

/* faux table */

.e19data1 {
  padding: 9px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
}

.e19data1 table {
  width: 100%;
  text-align: left;
}

.e19data1 th,
.e19data1 td {
  padding: 10px;
  border: none;
}

.e19data1 tbody tr > * {
  padding-top: 10px;
  border-top: 1px solid #d4d4d4;
}

.e19data1 tbody tr:last-child > * {
  padding-bottom: 0;
}

.e19data1.-sep tbody tr > :not(:first-child) {
  border-left: 1px dashed #d4d4d4;
}

.e19data1 thead th {
  padding-top: 0;
  padding-bottom: 10px;
}

/* header */

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

.e19header1-main {
  min-width: 0;
  margin-bottom: 0;
}

.e19header1-side {
  width: 300px;
  margin-left: 20px;
}

.e19header1-side .e19label1 {
  margin-top: -10px;
}

.e19header1-side .selectize-a {
  display: block;
}

/* results cards */



.e19results1.-pull {
  margin-top: -10px;
}

.e19results1-label {
  margin-bottom: 5px;
  font-size: 15px;
  text-align: right;
}

.e19results1-cards {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.e19results1-cards li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 0 0;
  min-height: 70px;
  padding: 10px 0 3px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px !important;
}

.e19results1-cards li ~ li {
  margin-left: 10px !important;
}

.e19results1-cards li:before {
  display: none;
}

.e19results1-cards strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
}

.e19results1-cards span {
  display: block;
  padding: 3px 0;
  background: rgba(226, 226, 226, 0.95);
}

/* columns */

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

.e19split1-main {
  min-width: 0;
  margin-bottom: 0;
}

.e19split1-side {
  flex: none;
  width: 300px;
  min-width: 0;
  margin-left: 80px;
}

.e19split1-side .e19label1 {
  margin-top: -20px;
}

.e19split1-side .selectize-a {
  display: block;
}

/* headers */

.e19hx1 {
  font: 700 28px/1.14 Georgia,serif;
}

.e19hx2 {
  font: 400 28px/1.14 Georgia,serif;
}

.e19hx3 {
  font: 400 22px/1.14 Georgia,serif;
}

.e19hx4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

/* label */

.e19label1 {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

/* buttons */

.e19button1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 20px;
  box-shadow: inset 0 0 0 1px #D4D4D4;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.e19button1:hover {
  box-shadow: inset 0 0 0 1px #aaa;
}

.e19button1.-block {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}

/* vars */

.-e19ff\:1 {
  font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.-e19ff\:2 {
  font-family: Georgia,serif;
}

.-e19mb\:0 {
  margin-bottom: 0px;
}

.-e19mb\:1 {
  margin-bottom: 20px;
}

.-e19mb\:2 {
  margin-bottom: 40px;
}

.-e19mb\:3 {
  margin-bottom: 80px;
}

.chart-container {
  border: 1px solid #d4d4d4;
  padding-bottom: 1px;
}