/*
 * Media queries
 */
/*
 * Fonts
 */
/*
 * Colors
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
h1 {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666;
}
a,
a:visited {
  color: #4774CC;
}
a:hover,
a:active,
a:focus {
  color: #bccae5;
}
img:not([alt]) {
  outline: 3px solid red;
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .mobile-only {
    display: block !important;
  }
}
.w-100 {
  width: 100%;
}
.sans-serif {
  font-family: 'Source Sans Pro', sans-serif;
}
.serif {
  font-family: 'Lora', serif;
}
.scroll-down-prompt {
  font-weight: 600;
  font-size: 14px;
  color: #29B6A3;
}
.scroll-prompt-wrapper {
  position: relative;
}
.down-arrow {
  display: inline-block;
  background-image: url(assets/down-arrow.png);
  width: 9px;
  height: 14px;
  background-size: 100% 100%;
  margin-right: 5px;
}
.scroll-down-prompt {
  position: absolute;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounce {
  0% {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  50% {
    margin-top: 5px;
    margin-bottom: -5px;
  }
  100% {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
/* Standard syntax */
@keyframes bounce {
  0% {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  50% {
    margin-top: 5px;
    margin-bottom: -5px;
  }
  100% {
    margin-top: -5px;
    margin-bottom: 5px;
  }
}
body {
  color: #333;
  overflow-y: scroll;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
body.hidden {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 600px) {
  body.showing-controls .viz {
    position: relative !important;
    border-bottom: 0 !important;
  }
}
body.showing-controls .header-wrapper {
  position: relative;
}
body p {
  margin-top: 0;
  line-height: 1.5;
  font-family: 'Lora', serif;
}
body a {
  color: #29B6A3 !important;
}
body a:hover {
  color: #4DC1B4;
}
.color-1,
.Social-Insurance {
  font-weight: 600;
  color: #6BBE46;
}
.color-1.selected:before,
.Social-Insurance.selected:before {
  background-color: #6BBE46 !important;
  border-color: #6BBE46 !important;
}
.color-2,
.Education {
  font-weight: 600;
  color: #7F4893;
}
.color-2.selected:before,
.Education.selected:before {
  background-color: #7F4893 !important;
  border-color: #7F4893 !important;
}
.color-3,
.Taxes {
  font-weight: 600;
  color: #E64060;
}
.color-3.selected:before,
.Taxes.selected:before {
  background-color: #E64060 !important;
  border-color: #E64060 !important;
}
.color-4,
.In-Kind-Transfers {
  font-weight: 600;
  color: #20908E;
}
.color-4.selected:before,
.In-Kind-Transfers.selected:before {
  background-color: #20908E !important;
  border-color: #20908E !important;
}
.color-5 {
  font-weight: 600;
  color: #FFD400;
}
.color-5.selected:before {
  background-color: #FFD400 !important;
  border-color: #FFD400 !important;
}
@media screen and (min-width: 600px) {
  .header-wrapper {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9;
  }
}
.sub-header {
  background-color: #e7f7f5;
  padding: 5px 15px;
}
@media screen and (max-width: 600px) {
  .sub-header {
    padding: 5px 10px;
  }
}
.sub-header .natural-button a {
  color: #29B6A3 !important;
  padding: 0;
  font-size: 14px;
}
.sub-header .natural-button a:hover {
  color: #015b59;
  text-decoration: underline;
}
.header {
  background-color: #29B6A3;
  color: white;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
.header .title-wrap {
  text-align: right;
}
@media screen and (max-width: 720px) {
  .header .title-wrap {
    text-align: left;
  }
}
.header .title {
  float: left;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 720px) {
  .header .title {
    float: none;
    display: block;
    width: 100%;
    padding: 0 0 15px 0;
  }
}
.header .description {
  max-width: 1100px;
  padding-top: 10px;
  font-size: 17px;
  color: #333;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 600px) {
  .header .top-button {
    display: none;
  }
}
.intro {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 150;
}
.intro > div {
  position: absolute;
  top: 50%;
  max-width: 580px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 15px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-height: 670px) and (max-width: 600px) {
  .intro > div {
    top: 0;
    transform: translate(-50%, 0);
  }
}
.intro h1 {
  margin-bottom: 10px;
}
.intro h2 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.2px;
}
.intro p {
  font-size: 17px;
  -webkit-font-smoothing: auto;
  font-smoothing: auto;
}
.intro .scroll-prompt {
  margin-top: 30px;
}
.intro .logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.logo {
  display: block;
  padding-top: 15px;
  width: 150px;
}
.logo img {
  width: 100%;
}
#controls {
  margin-bottom: 0;
  margin-top: 0;
  display: none;
}
#controls .controls-flex {
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 600px) {
  #controls .controls-flex {
    width: 100%;
  }
}
#controls .sidebar-controls {
  flex-grow: 2;
}
.controls {
  display: none;
}
.viz-target {
  position: relative;
}
#viz-upper-controls,
#viz-upper-controls {
  padding: 14px 15px 0 15px;
}
#viz-upper-controls .checkbox,
#viz-upper-controls .checkbox {
  display: inline-block;
}
#viz-upper-controls .sidebar-controls,
#viz-upper-controls .sidebar-controls {
  width: 100%;
  max-width: 100%;
}
#viz-upper-controls .expandable-button,
#viz-upper-controls .expandable-button,
#viz-upper-controls .control-highlight,
#viz-upper-controls .control-highlight {
  display: inline-block;
  margin-right: 15px;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #viz-upper-controls .expandable-button,
  #viz-upper-controls .expandable-button,
  #viz-upper-controls .control-highlight,
  #viz-upper-controls .control-highlight {
    max-width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #viz-upper-controls .reset-button,
  #viz-upper-controls .reset-button {
    display: none;
  }
}
#viz-upper-controls .button a,
#viz-upper-controls .button a {
  padding: 4px 8px;
  border-radius: 15px;
}
#viz-upper-controls .button.solo-button a,
#viz-upper-controls .button.solo-button a {
  padding: 4px 8px;
}
.sidebar-controls {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
}
.sidebar-controls .dropdown-wrapper {
  font-family: 'Source Sans Pro', sans-serif;
}
.sidebar-controls h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
.upper {
  display: flex;
  flex-direction: row;
}
.main {
  max-width: 100%;
  margin: 0 auto;
}
.main .source {
  display: none;
  text-align: right;
  font-size: 12px;
  padding: 5px;
  opacity: 0.7;
}
.lower {
  padding: 15px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.lower .x {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  opacity: 0.75;
}
.lower .x:hover {
  opacity: 1;
}
.lower .slides .slide {
  margin-bottom: 25vh !important;
}
.lower #methodology-scroll {
  position: fixed;
  height: 75vh;
  max-height: 600px;
  max-width: 600px;
  width: 75vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll {
    width: 90vw;
    height: 90vh;
    z-index: 999;
  }
}
.lower #methodology-scroll .methodology-relative-wrap {
  position: relative;
  overflow: visible;
}
.lower #methodology-scroll .methodology {
  height: 75vh;
  max-height: 600px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology .viz {
    float: none;
  }
}
.lower #methodology-scroll .methodology .methodology-body {
  height: 65vh;
}
.lower #methodology-scroll .methodology .methodology-body .viz {
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology .methodology-body.stuck .sidebar {
    top: 50%;
    position: relative;
  }
}
.lower #methodology-scroll .methodology .methodology-body.stuck .viz {
  position: fixed;
  top: 100px;
  right: -2px;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology .methodology-body.stuck .viz {
    top: 82px;
    right: -8px;
    margin-bottom: 10px;
  }
}
.lower #methodology-scroll .methodology .padding-bottom {
  padding-bottom: 20px;
}
.lower #methodology-scroll .methodology h2 {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology h2 {
    font-size: 17px;
  }
}
.lower #methodology-scroll p {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-family: 'Source Sans Pro', sans-serif;
}
.lower #methodology-scroll .methodology-header,
.lower #methodology-scroll .methodology-body {
  padding: 15px;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology-header,
  .lower #methodology-scroll .methodology-body {
    padding: 10px;
  }
}
.lower #methodology-scroll .methodology-header {
  flex-grow: 1;
  border-bottom: 1px solid #bbb;
}
.lower #methodology-scroll .methodology-header p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  opacity: 0.6;
  margin: 5px 0 0;
}
@media screen and (max-width: 600px) {
  .lower #methodology-scroll .methodology-header p {
    margin: 0;
  }
}
.lower #methodology-scroll .methodology-body {
  overflow-y: scroll;
  flex-grow: 2;
}
.sidebar {
  width: 100%;
  max-width: 30%;
  padding-right: 10px;
  order: 0;
}
@media only screen and (max-width: 800px) {
  .sidebar {
    max-width: 33%;
  }
}
@media only screen and (max-width: 600px) {
  .sidebar {
    max-width: 100%;
  }
}
.sidebar .sidebar-inner {
  padding: 15px;
}
.sidebar .slides .slide {
  margin-top: 8vh;
  margin-bottom: 50vh;
  opacity: 0.25;
}
.sidebar .slides .slide.active {
  opacity: 1;
}
.viz {
  float: right;
  position: fixed;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 80px;
  right: 0;
  order: 1;
  width: 100%;
  max-width: 70%;
  overflow: hidden;
  z-index: 10;
  justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
  .viz {
    max-width: 66%;
  }
}
@media only screen and (max-width: 600px) {
  .viz {
    max-width: 100%;
    float: none;
    top: 0px;
    background: white;
    border-bottom: 1px solid #bbb;
  }
}
.infobox-parent {
  position: relative;
}
.infobox-parent:hover .infobox {
  opacity: 1;
}
.infobox-parent .infobox {
  pointer-events: none;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(-23px);
  z-index: 999;
  font-size: 12px;
  width: 200px;
  padding: 8px;
  background: white;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.infobox-parent .infobox.double {
  transform: translateY(-36px);
}
.infobox-prompt {
  width: 10px;
  height: 10px;
}
.pull-right {
  margin-right: 10px;
}
.tooltip {
  position: absolute;
  overflow: hidden;
  max-width: 250px;
  min-width: 200px;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: white;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(10px);
  pointer-events: none;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  z-index: 999;
}
.tooltip table.meta-box {
  width: 100%;
  border-top: 1px solid #bbb;
  padding: 0px;
}
.tooltip table.meta-box tr tr {
  padding: 15px 8px;
}
.tooltip table.meta-box tr td {
  padding: 2px 0;
}
.tooltip table.meta-box tr td.label {
  font-weight: 600;
  width: 25%;
}
.tooltip table.meta-box tr td.label-header {
  width: 100%;
  font-weight: 600;
}
.tooltip table.meta-box tr td .live-wrapper .live:first-child {
  min-width: 50px;
  display: inline-block;
  padding-right: 5px;
}
.tooltip .label-header {
  font-weight: 600;
  padding: 0 0 5px;
  color: #29B6A3;
}
.tooltip .label-header .label {
  font-weight: 600;
  font-size: 14px;
}
.tooltip .section-label {
  color: #29B6A3;
}
.tooltip .label-small {
  opacity: 0.7;
  color: #9fa1a2;
}
.table {
  margin: 0 auto;
  width: 100%;
  display: none;
}
.table tr td,
.table tr th {
  padding: 8px 10px;
}
.table tr.hide {
  display: none;
}
.table tr.show {
  display: table-row;
}
.table tr.expandable td:first-child {
  position: relative;
  padding-left: 10px;
  text-indent: 22px;
}
.table tr.expandable td:first-child:before {
  content: " ";
  background-image: url(/assets/caret.png);
  position: absolute;
  left: 12px;
  top: 15px;
  width: 11px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.table tr.expandable.expanded td:first-child:before {
  transform: rotate(0);
}
.table tr.expandable td {
  background-color: #F4F8F0;
}
.table tr th {
  background-color: #F1F3F4;
  font-weight: 600;
  text-align: center;
}
.table tr th:first-child {
  text-align: left;
}
.table tr:nth-child(2) td {
  border: 0;
}
.table tr td {
  border-top: 1px solid #F1F3F4;
  text-align: center;
}
.table tr td:first-child {
  text-align: left;
}
.table td.download-icon a {
  display: block;
  width: 15px;
  height: 14px;
  background-size: 15px 14px;
  background-image: url('assets/download.png');
  opacity: 0.6;
}
.table td.download-icon a:hover {
  opacity: 1;
}
.options.hide {
  display: none;
}
.select2 {
  font-family: 'Source Sans Pro', sans-serif;
  max-width: 100%;
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background: white;
  border-radius: 15px;
  padding: 0;
  height: 29px;
  margin-top: -3px;
}
.select2-dropdown {
  background: white;
  font-family: 'Source Sans Pro', sans-serif;
}
.select2-search--dropdown {
  margin: 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #333;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F1F3F4 !important;
  color: #333 !important;
  font-size: 14px !important;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #29B6A3 !important;
  color: white !important;
  background-image: none !important;
  padding: 3px 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0px;
  right: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #747576 transparent transparent transparent;
}
.select2-results__option {
  padding: 3px 9px;
  font-size: 14px;
  line-height: 1.4;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  top: 1px;
  opacity: 0.75;
}
h1 {
  font-family: 'Lora', serif;
  font-weight: 600;
  color: #333;
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  color: #909090;
  font-size: 20px;
  padding-bottom: 15px;
}
h3 {
  font-weight: 600;
  color: #29B6A3;
  font-size: 0.8rem;
  font-family: 'Lora', serif;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 0;
}
h3.expandable {
  position: relative;
  padding-left: 0;
  text-indent: 15px;
  cursor: pointer;
}
h3.expandable:before {
  content: " ";
  background-image: url(/assets/caret.png);
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
h3.expanded:before {
  transform: rotate(0);
}
h4 {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 10px;
}
hr {
  opacity: 0.25;
}
.light-link {
  font-size: 17px;
  margin-top: 15px;
}
.button {
  color: white;
  display: inline-block;
}
.button.button-small {
  font-size: 14px;
  margin-top: 10px;
}
.button a {
  padding: 8px 12px;
  background-color: #4DC1B4;
  border-radius: 3px;
  color: white !important;
  text-decoration: none;
  font-weight: 600;
}
.button a :before {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.button a#category-button.active {
  background-color: #e7f7f5;
  border-color: #e7f7f5;
  color: #29B6A3 !important;
}
.button.light a {
  background-color: #4DC1B4;
}
.button.inverse-button {
  margin-top: 5px;
}
.button.inverse-button a {
  background-color: white;
  border: 1px solid #aaa;
  color: #999 !important;
  font-weight: 400;
}
.button.inverse-button a.default-button {
  width: 100%;
  display: block;
}
.button.natural-button a {
  background-color: transparent;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 15px;
}
.button.intro-button {
  font-size: 18px;
}
.expandable-button {
  position: relative;
  display: block;
}
.expandable-button .expanded-contents {
  display: none;
  border: 1px solid #9fa1a2;
  border-radius: 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  max-width: 250px;
  min-width: 200px;
  background-color: white;
  color: #29B6A3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 5px 10px;
  width: 100%;
}
.expandable-button .expanded-contents a {
  color: #29B6A3 !important;
  border: 0;
  padding: 0;
  background-color: white;
}
.expandable-button .expanded-contents .checkbox {
  margin: 5px 0px 5px 0px;
  display: block !important;
}
.expandable-button .expanded-contents #dropdown-domains {
  padding-top: 10px;
}
.expandable-button .expanded-contents hr {
  background-color: #29B6A3;
  opacity: 0.5;
}
#dropdown-robustness,
#lbwtp-options {
  margin-left: 19px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #747576;
  right: 9px;
  position: absolute;
  top: 13px;
}
.active .arrow-down {
  border-top: 5px solid #29B6A3;
}
.checkbox,
.radio {
  margin: 3px 0px 3px 10px;
  cursor: pointer;
  opacity: 0.7;
}
.checkbox:hover,
.radio:hover,
.checkbox.selected,
.radio.selected {
  opacity: 1;
}
.checkbox.disabled,
.radio.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.checkbox:before,
.radio:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 1px solid #4DC1B4;
  margin-right: 5px;
  margin-bottom: -1px;
  border-radius: 2px;
}
.checkbox.selected:before,
.radio.selected:before {
  background-color: #29B6A3;
}
.checkbox a.only,
.radio a.only {
  text-decoration: none;
  font-size: 12px;
  opacity: 0;
  margin-left: 5px;
}
.checkbox:hover a.only,
.radio:hover a.only {
  opacity: 1;
  text-decoration: underline;
}
.radio:before {
  border-radius: 100%;
}
svg text {
  font-family: 'Source Sans Pro', sans-serif;
}
svg .chart-title {
  font-size: 14px;
  fill: #29B6A3;
  font-weight: 600 !important;
}
.label {
  text-anchor: middle;
  font-size: 12px;
  fill: #747576;
  pointer-events: none;
}
.vlabel,
text.highlight {
  font-size: 12px;
  fill: #747576;
  pointer-events: none;
  paint-order: stroke;
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@supports (-ms-ime-align:auto) {
  .vlabel,
  text.highlight {
    paint-order: none;
    stroke-width: 0;
  }
}
.vlabel.label-hide,
text.highlight.label-hide {
  opacity: 0 !important;
}
.vlabel.label-show,
text.highlight.label-show {
  opacity: 1 !important;
}
.vlabel.highlight,
text.highlight.highlight {
  fill: #333;
  font-weight: 600;
  font-size: 12px;
}
circle {
  pointer-events: none;
}
.methodology-viz .axis path {
  display: none;
}
.axis line,
.axis path {
  stroke: #F1F3F4;
}
.axis text {
  font-size: 13px;
  fill: #9fa1a2;
}
.axis text.axis-label {
  font-size: 15px;
  fill: #29B6A3;
  text-anchor: middle;
  font-weight: 600;
}
.no-hover {
  pointer-events: none;
}
.no-hover path {
  stroke-width: 0 !important;
}
