@font-face {
  font-family: 'KievitBlack';
  src: url("../fonts/kievit-black.eot?") format("eot"), url("..//fonts/kievit-black.woff") format("woff");
}

@font-face {
  font-family: 'KievitBold';
  src: url("../fonts/kievit-bold.eot?") format("eot"), url("../fonts/kievit-bold.woff") format("woff");
}

@font-face {
  font-family: 'KievitBook';
  src: url("../fonts/kievit-book.eot?") format("eot"), url("../fonts/kievit-book.woff") format("woff");
}

@font-face {
  font-family: 'KievitLight';
  src: url("../fonts/kievit-light.eot?") format("eot"), url("../fonts/kievit-light.woff") format("woff");
}

/* line 36, main.scss */
body {
  background: #fff;
  font-family: "KievitBook", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 43, main.scss */
.container {
  padding: 0px 0 25px 0;
  background: #fff;
  width: 650px;
  margin: 0 auto;
  border: 1px solid #ddd;
  position: relative;
}

/* line 53, main.scss */
#canvas {
  margin: 10px 0 5px 20px;
}

/* line 58, main.scss */
h3 {
  font-family: "KievitBold";
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 66, main.scss */
button,
.button {
  font-family: "KievitBlack", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 10px;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  padding: 6px 35px 6px 35px;
  margin: 0 10px 0 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #ccc;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
}

/* line 91, main.scss */
.tab_bar {
  border-bottom: 1px solid #868686;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
}
/* line 102, main.scss */
.tab_bar a {
  text-decoration: none;
}

/* line 106, main.scss */
.tab_bar .title {
  color: #666;
  font-family: "KievitBlack", Helvetica, Arial, sans-serif;
  line-height: 28px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}

/* line 117, main.scss */
.tab_bar .title span {
  color: #000;
}

/* line 123, main.scss */
.tab_bar .first,
.tab_bar .second {
  width: 307px;
  color: #fff;
  display: inline-block;
  padding: 7px 0 7px 0;
  font-family: "KievitBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0px 1px 0px #000;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}

/* line 141, main.scss */
.tab_bar .first {
  margin: 0 0 0 15px;
}

/* line 146, main.scss */
.scenario_buttons {
  padding: 15px 0 5px 0;
}

/* line 156, main.scss */
.popup {
  display: none;
  font-family: "KievitBold", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  width: 240px;
  position: absolute;
  top: 185px;
  left: 185px;
  padding: 10px 15px 10px 15px;
  text-align: center;
  border: 1px solid transparent;
  box-shadow: 0 0 5px #999;
}
/* line 170, main.scss */
.popup a {
  display: block;
  clear: both;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
/* line 178, main.scss */
.popup .close {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 7px;
  cursor: pointer;
}
/* line 189, main.scss */
.popup.grey {
  border-color: #666;
  padding: 20px 15px 10px 15px;
  width: 270px;
  left: 175px;
}
/* line 197, main.scss */
.popup.grey h3 {
  clear: none;
  display: inline;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
}
/* line 207, main.scss */
.popup.grey a {
  color: #666;
  text-transform: uppercase;
}
/* line 213, main.scss */
.popup.grey_wide {
  border-color: #666;
  width: 480px;
  left: 70px;
}
/* line 220, main.scss */
.popup.grey_wide h3 {
  color: #000;
}
/* line 225, main.scss */
.popup.grey_wide a {
  color: #000;
  display: inline;
  clear: none;
  text-transform: none;
}
/* line 233, main.scss */
.popup.green_gear {
  border-color: #81b342;
}
/* line 239, main.scss */
.popup.green_gear h3, .popup.green_gear a {
  color: #81b342;
}
/* line 244, main.scss */
.popup.red_gear {
  border-color: #e66b2e;
  top: 160px;
}
/* line 251, main.scss */
.popup.red_gear h3, .popup.red_gear a {
  color: #e66b2e;
}
/* line 256, main.scss */
.popup.blue_gear {
  border-color: #30a1d2;
}
/* line 262, main.scss */
.popup.blue_gear h3, .popup.blue_gear a {
  color: #30a1d2;
}
/* line 267, main.scss */
.popup.yellow_gear {
  border-color: #efae2f;
}
/* line 273, main.scss */
.popup.yellow_gear h3, .popup.yellow_gear a {
  color: #efae2f;
}
/* line 278, main.scss */
.popup.ribbon {
  top: 230px;
  padding: 20px 15px 20px 15px;
}

/* line 285, main.scss */
.info_container {
  position: relative;
  overflow: visible;
  margin: 15px 0 0 0;
}
/* line 291, main.scss */
.info_container .keyline1 {
  background: url("../images/keyline.png") top left no-repeat;
  position: absolute;
  top: 0px;
  left: 308px;
  width: 32px;
  height: 16px;
  z-index: 99;
}
/* line 302, main.scss */
.info_container .keyline2 {
  background: url("../images/keyline.png") top left no-repeat;
  position: absolute;
  top: 0px;
  left: 293px;
  width: 32px;
  height: 16px;
  z-index: 99;
}

/* line 314, main.scss */
.info {
  font-family: "KievitBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 25px 15px 15px 15px;
  margin: 0px 15px 0 15px;
  border: 1px solid #7c7c7c;
  border-bottom: 0;
  display: none;
}
/* line 323, main.scss */
.info a {
  color: #e5a72d;
  text-transform: uppercase;
}
/* line 324, main.scss */
.info span {
  color: #000;
  text-transform: uppercase;
}

/* line 328, main.scss */
.info.hidden {
  display: none;
}

/* line 333, main.scss */
.button.reset {
  margin: 17px 0 0 15px;
}

/* line 338, main.scss */
.share {
  float: right;
  margin: 15px 5px 0 0;
}
/* line 343, main.scss */
.share .button {
  margin: none;
}

/* line 349, main.scss */
.text {
  position: absolute;
  top: 10px;
  right: 0px;
}

/* line 356, main.scss */
.about {
  position: absolute;
  top: 10px;
  right: 175px;
}
/* line 361, main.scss */
.about div {
  font-size: 13px;
  line-height: 10px;
  position: absolute;
  right: 5px;
  top: 2px;
  padding: 6px 6px 3px 6px;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cccccc 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cccccc 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cccccc 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cccccc 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #cccccc 0%, #ffffff 100%);
  /* W3C */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 385, main.scss */
.scenarios h3 {
  text-transform: uppercase;
  text-align: center;
}
/* line 398, main.scss */
.scenarios a {
  text-transform: lowercase;
}

/* line 404, main.scss */
.disabled {
  border: 1px solid #7c7c7c;
  border-bottom: none;
  background: #868686;
  /* Old browsers */
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #595959));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c7c7c 0%, #595959 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#595959',GradientType=0 );
  /* IE6-9 */
}

/* line 425, main.scss */
.selected {
  border: 1px solid #7c7c7c;
  border-bottom: none;
  color: #666666 !important;
  text-shadow: none !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 0%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 447, main.scss */
.equity_bar {
  position: relative;
  cursor: pointer;
  font: bold 20px/20px 'KievitBold', Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #fff;
  padding: 20px 0 15px 0;
  margin: 0 15px 0 15px;
  text-align: center;
  text-shadow: 1px 0px 0px #000;
  z-index: 100;
  position: relative;
  background: #7c7c7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(100%, #595959));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7c7c7c 0%, #595959 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7c7c7c 0%, #595959 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7c7c', endColorstr='#595959',GradientType=0 );
  /* IE6-9 */
}
/* line 462, main.scss */
.equity_bar .button_info {
  background: url("../images/equity_info.png") top left no-repeat;
  position: absolute;
  width: 38px;
  height: 39px;
  right: 30px;
  top: 7px;
}

/* line 473, main.scss */
.info_popup {
  display: none;
  position: absolute;
  bottom: 117px;
  right: 35px;
  width: 250px;
  z-index: 102;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  background: rgba(99, 99, 99, 0.95);
}
/* line 488, main.scss */
.info_popup b {
  font-family: "KievitBold";
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
}

/* line 492, main.scss */
.about_popup {
  display: none;
  position: absolute;
  top: 40px;
  right: 32px;
  width: 250px;
  z-index: 102;
  padding: 10px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  border: 1px solid #717171;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.9);
}
/* line 508, main.scss */
.about_popup b {
  font-family: "KievitBold";
  font-weight: normal;
}

/* line 512, main.scss */
.benchmarks {
  width: 650px;
  margin: 0 auto;
  font-size: 13px;
}
/* line 518, main.scss */
.benchmarks table {
  border-spacing: 0;
}
/* line 523, main.scss */
.benchmarks table td {
  vertical-align: top;
  text-align: left;
  padding: 15px 10px 15px 10px;
}
/* line 530, main.scss */
.benchmarks table td:nth-child(1) {
  width: 200px;
}
/* line 535, main.scss */
.benchmarks table th {
  font-family: "KievitBold";
  font-weight: normal;
  text-align: left;
  padding: 5px 10px 5px 10px;
  background: #eee;
}
/* line 544, main.scss */
.benchmarks hr {
  border: 0;
  height: 1px;
  margin: 10px 0 10px 0;
}
/* line 551, main.scss */
.benchmarks .ah {
  cursor: pointer;
}
/* line 556, main.scss */
.benchmarks .box {
  border: 1px solid #ddd;
}
/* line 560, main.scss */
.benchmarks .box a {
  color: #bd3632;
}
/* line 565, main.scss */
.benchmarks .box .top {
  padding: 10px;
  text-align: right;
}
/* line 572, main.scss */
.benchmarks .pad {
  padding: 15px;
}
/* line 577, main.scss */
.benchmarks .header {
  padding: 12px 15px 10px 15px;
  color: #fff;
  font-family: "KievitBold";
  font-size: 18px;
}
/* line 585, main.scss */
.benchmarks .header_benchmarks {
  border-top: 1px solid #ddd;
  font-family: "KievitBold";
  font-size: 18px;
  color: #fff;
  margin: 10px 0 10px 0;
  padding: 15px 15px 0 15px;
}
/* line 595, main.scss */
.benchmarks .subheader {
  padding: 7px 5px 7px 5px;
  margin-bottom: 1px;
  font-family: "KievitBold";
  font-size: 14px;
}

/* line 606, main.scss */
.benchmarks > div {
  margin-top: 50px;
}
/* line 611, main.scss */
.benchmarks .ah {
  background-image: url("../images/acc_closed.png");
  background-position: 620px 9px;
  background-repeat: no-repeat;
}
/* line 618, main.scss */
.benchmarks .open {
  background-image: url("../images/acc_open.png");
  background-position: 620px 9px;
  background-repeat: no-repeat;
}
/* line 625, main.scss */
.benchmarks .benchmark {
  display: none;
}

/* line 633, main.scss */
.benchmarks > .grey h3 {
  font-family: "KievitBold";
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin: 0;
  color: #878787;
}
/* line 634, main.scss */
.benchmarks > .grey b {
  font-family: "KievitBold";
  font-weight: normal;
}
/* line 635, main.scss */
.benchmarks > .grey .header {
  background: #929497;
}

/* line 641, main.scss */
.benchmarks > .blue table td {
  border-bottom: 1px solid #31AADD;
}
/* line 647, main.scss */
.benchmarks > .blue table td:nth-child(1),
.benchmarks > .blue table th:nth-child(1) {
  border-right: 1px solid #31AADD;
}
/* line 652, main.scss */
.benchmarks > .blue th {
  font-family: "KievitBold";
  color: #31AADD;
}
/* line 658, main.scss */
.benchmarks > .blue td:nth-child(1) {
  font-family: "KievitBold";
  color: #31AADD;
  font-style: italic;
}
/* line 665, main.scss */
.benchmarks > .blue .header {
  background: #31AADD;
}
/* line 670, main.scss */
.benchmarks > .blue .header_benchmarks {
  color: #31AADD;
  background: url("../images/mini_blue.png") 10px 12px no-repeat;
  padding-left: 75px;
}
/* line 677, main.scss */
.benchmarks > .blue .subheader {
  background-color: #31AADD;
  color: #fff;
}
/* line 683, main.scss */
.benchmarks > .blue hr {
  background: #31AADD;
}

/* line 691, main.scss */
.benchmarks > .green table td {
  border-bottom: 1px solid #81b342;
}
/* line 697, main.scss */
.benchmarks > .green table td:nth-child(1),
.benchmarks > .green table th:nth-child(1) {
  border-right: 1px solid #81b342;
}
/* line 702, main.scss */
.benchmarks > .green th {
  font-family: "KievitBold";
  color: #81b342;
}
/* line 708, main.scss */
.benchmarks > .green th:nth-child(1) {
  border-right: 1px solid #81b342;
}
/* line 713, main.scss */
.benchmarks > .green td:nth-child(1) {
  font-family: "KievitBold";
  color: #81b342;
  font-style: italic;
}
/* line 720, main.scss */
.benchmarks > .green .header {
  background: #81b342;
}
/* line 725, main.scss */
.benchmarks > .green .subheader {
  background-color: #81b342;
  color: #fff;
}
/* line 731, main.scss */
.benchmarks > .green .header_benchmarks {
  color: #81b342;
  background: url("../images/mini_green.png") 10px 12px no-repeat;
  padding-left: 75px;
}
/* line 738, main.scss */
.benchmarks > .green hr {
  background: #81b342;
}

/* line 746, main.scss */
.benchmarks > .red table td {
  border-bottom: 1px solid #F27023;
}
/* line 752, main.scss */
.benchmarks > .red table td:nth-child(1),
.benchmarks > .red table th:nth-child(1) {
  border-right: 1px solid #F27023;
}
/* line 757, main.scss */
.benchmarks > .red th {
  font-family: "KievitBold";
  color: #F27023;
}
/* line 763, main.scss */
.benchmarks > .red td:nth-child(1) {
  font-family: "KievitBold";
  color: #F27023;
  font-style: italic;
}
/* line 770, main.scss */
.benchmarks > .red .header {
  background: #F27023;
}
/* line 775, main.scss */
.benchmarks > .red .header_benchmarks {
  color: #F27023;
  background: url("../images/mini_red.png") 10px 12px no-repeat;
  padding-left: 75px;
}
/* line 782, main.scss */
.benchmarks > .red .subheader {
  background-color: #F27023;
  color: #fff;
}
/* line 788, main.scss */
.benchmarks > .red hr {
  background: #F27023;
}

/* line 797, main.scss */
.benchmarks > .yellow table td {
  border-bottom: 1px solid #F9B52E;
}
/* line 803, main.scss */
.benchmarks > .yellow table td:nth-child(1),
.benchmarks > .yellow table th:nth-child(1) {
  border-right: 1px solid #F9B52E;
}
/* line 808, main.scss */
.benchmarks > .yellow th {
  font-family: "KievitBold";
  color: #F9B52E;
}
/* line 814, main.scss */
.benchmarks > .yellow td:nth-child(1) {
  font-family: "KievitBold";
  color: #F9B52E;
  font-style: italic;
}
/* line 821, main.scss */
.benchmarks > .yellow .header {
  background: #F9B52E;
}
/* line 826, main.scss */
.benchmarks > .yellow .header_benchmarks {
  color: #F9B52E;
  background: url("../images/mini_yellow.png") 10px 12px no-repeat;
  padding-left: 75px;
}
/* line 833, main.scss */
.benchmarks > .yellow .subheader {
  background-color: #F9B52E;
  color: #fff;
}
/* line 839, main.scss */
.benchmarks > .yellow hr {
  background: #F9B52E;
}
