/* fancy radio + checkbox */
/* line 2, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-radio, .fancy-check {
  cursor: pointer;
  display: block;
  padding-left: 22px;
  min-height: 20px;
}

/* line 9, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-radio {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/radio_off.png") no-repeat;
}

/* line 10, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-check {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/compare_checkoff.png") no-repeat;
}

/* line 11, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-radio.on {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/radio_on_blue.png") no-repeat;
}

/* line 12, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.compare .fancy-radio.on {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/radio_on_red.png") no-repeat;
}

/* line 13, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-check.on {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/compare_checkon.png") no-repeat;
}

/* line 14, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_fancy.scss */
.fancy-check input, .fancy-radio input {
  position: absolute;
  left: -9999px;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 23, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 39, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 42, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 45, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 53, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 61, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 82, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 85, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 92, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 95, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 105, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 108, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 111, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 119, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

/* line 125, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 132, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 146, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 151, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 158, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 168, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 177, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 181, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 186, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 195, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 200, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 205, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 208, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 215, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 231, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 235, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 240, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 254, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 275, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 278, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 288, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 291, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 302, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 305, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 308, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 312, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 320, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 337, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 341, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 344, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 348, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 354, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 358, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 361, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 367, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 370, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 374, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 379, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 382, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 386, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 390, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 393, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 396, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 400, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 404, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 408, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 412, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 416, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 419, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 425, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 428, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 435, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 1, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_chosen.scss */
.chosen-container-single .chosen-single {
  background: white;
  color: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

@font-face {
  font-family: 'londonbetweenregular';
  src: url("/fonts/londonbetween-webfont.eot");
  src: url("/fonts/londonbetween-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/londonbetween-webfont.woff") format("woff"), url("/fonts/londonbetween-webfont.ttf") format("truetype"), url("/fonts/londonbetween-webfont.svg#londonbetweenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'herolight';
  src: url("/fonts/hero_light-webfont.eot");
  src: url("/fonts/hero_light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/hero_light-webfont.woff") format("woff"), url("/fonts/hero_light-webfont.ttf") format("truetype"), url("/fonts/hero_light-webfont.svg#hero_lightlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hero';
  src: url("/fonts/hero-webfont.eot");
  src: url("/fonts/hero-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/hero-webfont.woff") format("woff"), url("/fonts/hero-webfont.ttf") format("truetype"), url("/fonts/hero-webfont.svg#heroregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Base Type Styles Using Modular Scale ---------------------- */
/* line 3, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

/* line 9, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.61803em;
}
/* line 10, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
p.lead {
  font-size: 1.25em;
  line-height: 1.6;
  margin-bottom: 1.61803em;
}

/* line 12, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
aside p {
  font-size: 0em;
  line-height: 1.35;
  font-style: italic;
}

/* line 14, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: "";
  color: #333;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 1em;
  margin-top: 1em;
}
/* line 23, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: gray;
  line-height: 0;
}
/* line 24, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 29, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h1 {
  font-size: 11.09017em;
}

/* line 30, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h2 {
  font-size: 6.8541em;
}

/* line 31, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h3 {
  font-size: 4.23607em;
}

/* line 32, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h4 {
  font-size: 2.61803em;
}

/* line 33, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h5 {
  font-size: 1.61803em;
}

/* line 34, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 36, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

/* line 38, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
.subheader {
  line-height: 1.3;
  color: gray;
  font-weight: 300;
  margin-bottom: 1.61803em;
}

/* line 40, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
em, i {
  font-style: italic;
  line-height: inherit;
}

/* line 41, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
strong, b {
  font-family: "Lucida Grande", sans-serif;
  line-height: inherit;
}

/* line 42, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 43, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
code {
  font-weight: bold;
  background: #ffe960;
}

/* Lists ---------------------- */
/* line 46, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.61803em;
  list-style-position: outside;
  list-style: none;
}

/* line 49, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
/* line 51, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.square, ul.circle, ul.disc {
  margin-left: 1.61803em;
}
/* line 52, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.square {
  list-style-type: square;
}
/* line 53, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.square li ul {
  list-style: inherit;
}
/* line 55, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.circle {
  list-style-type: circle;
}
/* line 56, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.circle li ul {
  list-style: inherit;
}
/* line 58, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.disc {
  list-style-type: disc;
}
/* line 59, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.disc li ul {
  list-style: inherit;
}
/* line 61, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.no-bullet {
  list-style: none;
}
/* line 62, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ul.large li {
  line-height: 21px;
}

/* line 64, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ol {
  margin-left: 20px;
}
/* line 66, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
/* line 71, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
blockquote, blockquote p {
  line-height: 1.5;
  color: #333;
}

/* line 72, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
blockquote {
  margin: 0 0 1.61803em;
  padding: 2px 20px 0 19px;
  border-left: 1px solid #ddd;
}
/* line 73, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
blockquote cite {
  display: block;
  font-size: 1em;
  color: #909090;
}
/* line 74, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 75, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_typography.scss */
blockquote cite a, blockquote cite a:visited {
  color: #666666;
}

/* line 37, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/app.scss */
body {
  font-family: "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #333;
  background: #fff;
  text-rendering: optimize-readability;
}

/* line 45, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/app.scss */
a, a:hover {
  color: #2992bd;
}

/* line 49, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/app.scss */
a:hover {
  text-decoration: underline;
}

/* line 53, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/app.scss */
strong {
  color: #111;
  font-weight: normal;
}

/* line 58, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/app.scss */
.l, #main #controls .tabs {
  overflow: hidden;
  *zoom: 1;
}

/* line 1, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-picker {
  padding-top: 10px;
}

/* line 4, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-to, .date-view .date-view-text {
  line-height: 24px;
  vertical-align: top;
  padding: 0 3px;
}

/* line 9, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view {
  height: 23px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white;
  display: inline-block;
}
/* line 15, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-text, .date-view .date-view-switch {
  display: inline-block;
}
/* line 23, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-switch {
  width: 14px;
  height: 24px;
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/date_off.png") no-repeat 0 -1px;
  cursor: pointer;
}
/* line 29, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-switch .date-view-up {
  height: 12px;
}
/* line 31, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-switch .date-view-up:hover {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/date_up.png") no-repeat 0 -1px;
}
/* line 36, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-switch .date-view-down {
  height: 12px;
}
/* line 38, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/partials/_date.scss */
.date-view .date-view-switch .date-view-down:hover {
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/date_down.png") no-repeat 0 -12px;
}

/* line 1, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph {
  position: absolute;
  bottom: 0;
  left: 250px;
  right: 0;
  height: 136px;
  border: 2px solid #e6e6e6;
  border-top: none;
  border-left: none;
  padding: 10px;
}
/* line 12, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph svg path {
  fill: none;
  pointer-events: all;
}
/* line 16, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph svg .line-1, #compare-graph svg .bar-1 {
  stroke: #999;
  stroke-width: 6px;
}
/* line 20, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph svg .line-2, #compare-graph svg .bar-2 {
  stroke: #333;
  stroke-width: 6px;
}
/* line 24, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph svg .axis.x path {
  stroke: black;
}
/* line 28, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#compare-graph svg .axis.y line {
  stroke: #AAA;
  stroke-dasharray: 8, 7;
}

/* line 36, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph {
  position: absolute;
  left: 250px;
  right: 0;
  height: 516px;
  border: 2px solid #e6e6e6;
  border-left: none;
}
/* line 45, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view {
  width: 100%;
  height: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* line 52, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg path {
  fill: none;
  pointer-events: all;
}
/* line 56, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .overlay {
  fill: none;
  pointer-events: all;
}
/* line 62, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .focus circle {
  fill: none;
  stroke: steelblue;
}
/* line 66, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .focus rect {
  fill: white;
  stroke-width: 2px;
  stroke: black;
}
/* line 72, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .focus text.blue {
  color: #2992bd;
}
/* line 75, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .focus text.red {
  color: #de5a02;
}
/* line 79, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .bar-1 {
  fill: #2992bd;
}
/* line 82, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .bar-2 {
  fill: #de5a02;
}
/* line 86, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .line-1 {
  stroke: #2992bd;
  stroke-width: 6px;
}
/* line 90, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .line-2 {
  stroke: #de5a02;
  stroke-width: 6px;
}
/* line 94, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .axis.x path {
  stroke: black;
}
/* line 98, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view svg .axis.y line {
  stroke: #AAA;
  stroke-dasharray: 8, 7;
}
/* line 104, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .graph-area {
  height: 94%;
  width: 100%;
}
/* line 109, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .graph-title {
  position: relative;
}
/* line 111, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .graph-title ul {
  margin-left: 20px;
  list-style: none;
}
/* line 117, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .graph-tooltip {
  visibility: hidden;
  position: absolute;
  top: 0;
  border: 1px solid black;
  background: white;
  padding: 4px;
  font-weight: bold;
}
/* line 125, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .graph-tooltip .stddev {
  color: #333;
  font-size: 0.9em;
  font-weight: normal;
}
/* line 132, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .blue-box, #graph .graph-view .red-box {
  width: 1.2em;
  height: 1.2em;
  background: #2992bd;
  display: inline-block;
  position: relative;
  top: 2px;
}
/* line 140, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_graph.scss */
#graph .graph-view .red-box {
  background: #de5a02;
}

/* line 6, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main, #extra {
  margin: 10px auto;
  width: 960px;
  position: relative;
}

/* line 12, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
.wage, .inflation {
  line-height: 20px;
  vertical-align: top;
}
/* line 15, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
.wage .block, .inflation .block {
  -moz-border-radius: 2;
  -webkit-border-radius: 2;
  border-radius: 2;
  display: inline-block;
  height: 20px;
  width: 20px;
}

/* line 23, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
.wage .block {
  background: #333;
}

/* line 26, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
.inflation .block {
  background: #999;
}

/* line 30, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main {
  height: 520px;
}
/* line 31, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main ul {
  margin: 0;
  padding: 0;
}
/* line 36, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 520px;
  background: #e6e6e6;
}
/* line 43, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd {
  padding: 10px 0 10px 16px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 47, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd.sep {
  border-top: 2px solid white;
}
/* line 51, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd.compare h6 {
  color: #de5a02;
}
/* line 55, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd .fancy-check {
  font-size: 1.4em;
  margin-bottom: 8px;
}
/* line 60, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd h5 {
  margin-top: 0;
  font-size: 14px;
}
/* line 65, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd h6 {
  margin-top: 0;
  color: #2992bd;
}
/* line 70, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .bd .mask {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 2;
}
/* line 82, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .filters {
  margin: 16px 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid #aaa;
}
/* line 87, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .filters .filter {
  margin-bottom: 10px;
}
/* line 92, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .filters, #main #controls .date-picker {
  color: #2992bd;
}
/* line 97, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .compare .filters, #main #controls .compare .date-picker {
  color: #de5a02;
}
/* line 104, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .tabs .tab {
  float: left;
  width: 121px;
  margin-right: 4px;
  text-align: center;
  padding: 3px 0;
  background: #f2f2f2;
  -moz-border-radius: 14px 14px 0 0;
  -webkit-border-radius: 14px;
  border-radius: 14px 14px 0 0;
}
/* line 112, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls .tabs .tab.selected {
  background: #e6e6e6;
}
/* line 118, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls ul.radios {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 5px;
}
/* line 121, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls ul.radios li {
  width: 40%;
  float: left;
}
/* line 124, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main #controls ul.radios li:last-of-type {
  width: 60%;
}
/* line 131, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main .download {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 136, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main .download a {
  color: #333;
  line-height: 18px;
  vertical-align: top;
}
/* line 141, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#main .download .xl-icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  display: inline-block;
  background: url("/cdn.kff.org/files/premiums-worker-contributions-2025/images/excel_icon.png") no-repeat;
}

/* line 151, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#extra {
  margin: 0px auto;
}
/* line 153, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#extra .note {
  position: absolute;
  top: 0px;
  right: 4px;
}
/* line 157, ../../compass_compiler-input_base_path-xlf2MRmB.tmp/0/app/styles/_main.scss */
#extra .note a {
  color: #333;
}
