@font-face {
  font-family: 'FortBook';
  src: url('../fonts/BLK_Fort-Book.woff') format('woff');
}
@font-face {
  font-family: 'FortBold';
  src: url('../fonts/BLK_Fort-Bold.woff') format('woff');
}
@font-face {
  font-family: 'FortExtraBold';
  src: url('../fonts/BLK_Fort-Extrabold.woff') format('woff');
}
@font-face {
  font-family: 'FortCond';
  src: url('../fonts/BLKFortCond-Light.woff') format('woff');
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body,
html {
  height: 100%;
  margin: 0;
}
body {
  font-family: "FortBook", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background-color: white;
}
body.preview {
  background-image: url(../images/PreviewWatermark.png);
  background-size: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FortExtraBold", sans-serif;
}
h1 {
  font-size: 56px;
  line-height: 64px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 32px;
  line-height: 40px;
}
a {
  color: #000000;
}
a:active,
a:focus,
a:visited {
  color: #000000;
}
.super-header {
  background-color: black;
  padding: 88px 40px;
}
.super-header h1 {
  color: white;
  margin: 0;
}
.header h2 {
  margin: 56px 0 8px 0;
  font-family: 'FortBold', sans-serif;
}
.header p {
  margin: 0 0 40px 0;
}
.container {
  min-width: 1140px !important;
}
.nav {
  height: 56px;
  border-bottom: 2px solid black;
  margin-bottom: 44px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav ul.tabs {
  margin: 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  height: 56px;
}
.nav ul.tabs li {
  flex-grow: 1;
  position: relative;
  background-color: white;
  border-bottom: 2px solid black;
}
.nav ul.tabs li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 56px;
  color: black;
}
.nav ul.tabs li a:active,
.nav ul.tabs li a:focus {
  color: black;
}
.nav ul.tabs li a:hover {
  color: #000000 !important;
}
.nav ul.tabs li.active {
  border: 2px solid black;
  border-bottom: 0;
}
.nav ul.tabs li.active a {
  font-family: 'FortExtraBold', sans-serif;
}
.body {
  background-color: #ffffff;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.body .container {
  height: auto;
  position: relative;
}
.body .container .row {
  height: auto;
}
.body .container .row .col-12 {
  height: auto;
}
.tab {
  transition: opacity .75s;
  background-color: white;
  opacity: 1;
  height: 10000px;
  position: relative;
}
.tab.hide {
  opacity: 0;
  max-height: 0 !important;
  overflow: hidden;
}
.tab.restore {
  transition: left 0s;
}
.tab .tab-header {
  position: relative;
  margin-bottom: 40px;
}
.tab .tab-header h3 {
  margin: 0 0 8px 0;
  max-width: 65%;
}
.tab .tab-header p {
  margin: 0 0 0 0;
}
.tab .tab-header .help-link {
  position: absolute;
  right: 0;
  top: 16px;
}
.tab .tab-body {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.tab .tab-body h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.tab .tab-body h4 > span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  line-height: 12px;
}
.tab .tab-body .row {
  margin-bottom: 0;
}
.tab .tab-body .columns {
  margin: 0;
  width: 50%;
}
.tab .tab-body .columns:last-child {
  float: right;
}
.tab .tab-body table.controls th {
  font-size: 11px;
  font-weight: normal;
  color: #616161;
  text-align: left;
  vertical-align: bottom;
  line-height: 14px;
}
.tab .tab-body table.controls td {
  vertical-align: bottom;
  padding-right: 24px;
}
.tab .tab-body table.controls td > span {
  border-bottom: 1.5px solid #000000;
  display: block;
  position: relative;
}
.tab .tab-body table.controls td > span.no-underline {
  border-bottom: 0;
}
.tab .tab-body table.controls td > span input.signed {
  width: calc(80%);
}
.tab .tab-body table.controls td > span input.date-picker {
  position: relative;
}
.tab .tab-body table.controls td > span input.date-picker + .fa {
  position: absolute;
  font-size: 20px;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.tab .tab-body table.controls td > span input,
.tab .tab-body table.controls td > span select {
  border: 0;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}
.tab .tab-body table.controls td > span input:focus,
.tab .tab-body table.controls td > span select:focus,
.tab .tab-body table.controls td > span input:active,
.tab .tab-body table.controls td > span select:active {
  outline: none;
}
.tab .tab-body table.controls td > span .noUi-target {
  border: 0;
  border-radius: 0;
  height: 8px;
  top: 9px;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-handle {
  width: 24px;
  height: 24px;
  left: -12px;
  top: -8px;
  background-color: #ffffff;
  border: 8px solid #000000;
  border-radius: 20px;
  box-shadow: none;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-handle:before,
.tab .tab-body table.controls td > span .noUi-target .noUi-handle:after {
  display: none;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-handle:hover {
  background-color: #ff4713;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-pips {
  padding: 5px 0;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-pips .noUi-marker {
  height: 8px;
  width: 1px;
  background-color: #a5a5a5;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-pips .noUi-value {
  font-size: 11px;
  line-height: 15px;
  font-family: 'FortBook', sans-serif;
  color: #000000;
  padding-top: 10px;
}
.tab .tab-body table.controls td > span .noUi-target .noUi-base .noUi-origin {
  border-radius: 0;
}
.tab .tab-body table.controls td > span .ui-spinner {
  position: relative;
  width: 100%;
  display: inline-block;
}
.tab .tab-body table.controls td > span .ui-spinner .ui-spinner-input {
  width: calc(70%);
  border: 1.5px solid #000000;
  padding: 6px 8px;
  text-align: right;
  color: #000000;
}
.tab .tab-body table.controls td > span .ui-spinner .ui-spinner-button {
  padding: 0 10px;
  line-height: 16px;
  position: absolute;
  right: 0;
  font-size: 8px;
  border-radius: 0;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.tab .tab-body table.controls td > span .ui-spinner .ui-spinner-button span {
  border: 0 !important;
  color: #ffffff !important;
  position: relative;
  top: .5px;
}
.tab .tab-body table.controls td > span .ui-spinner .ui-spinner-button.ui-spinner-up {
  top: 0;
}
.tab .tab-body table.controls td > span .ui-spinner .ui-spinner-button.ui-spinner-down {
  bottom: 0;
}
.tab .tab-body div.stats {
  display: block;
  border: 1px solid #a5a5a5;
  padding: 24px;
}
.tab .tab-body div.stats table {
  border-collapse: separate;
  border-spacing: 0;
}
.tab .tab-body div.stats table thead th {
  border-color: transparent;
  border-bottom: 1px solid #a5a5a5;
  text-align: right;
  font-size: 12px;
  font-family: "FortBold";
  padding-right: 20px;
}
.tab .tab-body div.stats table tbody tr td {
  position: relative;
  padding: 16px 0 0 0;
}
.tab .tab-body div.stats table tbody tr td > div:not(.legend) {
  font-size: 16px;
  text-align: right;
  width: calc(84%);
}
.tab .tab-body div.stats table tbody tr td > div.legend {
  margin-bottom: 15px;
  float: left;
  position: relative;
  top: 4px;
}
.tab .tab-body div.stats table tbody tr td i {
  position: absolute;
  right: 0px;
  top: 18px;
  margin-left: 3px;
}
.tab .tab-body div.stats table tbody tr td:first-child {
  font-size: 14px;
}
.tab .tab-body div.stats table tfoot tr th {
  text-align: right;
  font-family: FortBook, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #616161;
  vertical-align: top;
  padding-right: 16px;
  padding-top: 8px;
}
.tab .tab-body .help-overlay {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(200%);
  height: calc(200%);
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  font-size: 24px;
  line-height: 26px;
  z-index: 101;
}
.tab .tab-body .help-overlay > div {
  position: absolute;
}
.tab .tab-footer {
  margin-top: 16px;
}
.tab .tab-footer > div,
.tab .tab-footer p {
  margin-bottom: 30px;
}
.tab .tab-footer > div.disclaimer,
.tab .tab-footer p.disclaimer {
  font-size: 12px;
}
.tab .tab-footer > div.disclaimer.disclaimer-right,
.tab .tab-footer p.disclaimer.disclaimer-right {
  text-align: right;
}
.tab .tab-footer > div.paragraph.larger,
.tab .tab-footer p.paragraph.larger {
  font-size: 18px;
}
.tab .tab-nav {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}
.tab .tab-nav button,
.tab .tab-nav .button {
  display: inline-block;
  width: 80px;
  margin: 0 0 10px 5px;
}
.explore {
  margin: 32px 0 32px 0;
  padding: 24px 0;
  background-color: #ff4713;
  text-align: center;
}
.footer {
  margin: 48px 0 32px 0;
  font-family: 'FortBook', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.footer h3 {
  margin: 32px 0 16px 0;
}
.footer strong,
.footer b {
  font-family: 'FortExtraBold', sans-serif;
}
button.link-button,
a.link-button,
.ui-button,
button.ui-corner-all {
  background-color: black;
  border: 0;
  color: #ffffff;
  font-family: 'FortBold', sans-serif;
  line-height: 33px;
  padding: 8px 30px;
  font-size: 16px;
  border-radius: 2px;
  text-decoration: none;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button.link-button:active,
a.link-button:active,
.ui-button:active,
button.ui-corner-all:active,
button.link-button:focus,
a.link-button:focus,
.ui-button:focus,
button.ui-corner-all:focus {
  outline: 0;
}
button.link-button i,
a.link-button i,
.ui-button i,
button.ui-corner-all i {
  color: #ff4713;
  font-weight: bold !important;
  font-size: 20px !important;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
button.link-button i.fa-undo,
a.link-button i.fa-undo,
.ui-button i.fa-undo,
button.ui-corner-all i.fa-undo {
  font-size: 16px !important;
}
button.link-button.link-button-light,
a.link-button.link-button-light,
.ui-button.link-button-light,
button.ui-corner-all.link-button-light {
  background-color: #ffffff;
  color: #000000;
  border-radius: 2px;
  border: 1.5px solid #000000;
  padding: 7px 29px;
}
button.ui-corner-all {
  line-height: 33px;
  padding: 0px 24px;
  font-size: 16px;
}
.button-toggle {
  display: flex;
}
.button-toggle button {
  flex-grow: 1;
  flex-basis: 50%;
  background-color: #ffffff;
  color: #000000;
  line-height: 33px;
  padding: 4px 24px;
  font-size: 16px;
  border-radius: 2px;
  border: 1.5px solid #000000;
}
.button-toggle button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-toggle button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-toggle button:active,
.button-toggle button:focus {
  outline: 0;
}
.button-toggle button.active {
  background-color: #000000;
  color: #ffffff;
}
.legend {
  width: 12px;
  height: 12px;
  background-color: #a5a5a5;
  display: inline-block;
  margin-right: 8px;
}
.legend.orange {
  background-color: #ff4713;
}
.legend.yellow {
  background-color: #ffce00;
}
.legend.aqua {
  background-color: #a3d6c1;
}
.legend.green {
  background-color: #308a5f;
}
.legend.tangerine {
  background-color: #eaa928;
}
.legend.peach {
  background-color: #f7b198;
}
.qtip {
  border: 1.5px solid #ff4713;
  padding: 16px;
  font-size: 12px;
      max-width: 580px !important;
  line-height: 20px;
}
.qtip .qtip-titlebar {
  background-color: white;
  padding: 0;
  font-family: 'FortBold', sans-serif;
}
.qtip .qtip-titlebar .regular {
  font-weight: normal;
  font-family: 'FortBook', sans-serif;
}
.qtip .qtip-content {
  padding: 0;
}
.qtip .qtip-content p {
  margin: 8px 0;
}
.qtip.qtip-bold {
  font-family: 'FortBold', sans-serif;
}
.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: black;
}
.help-link {
  font-size: 16px;
  font-family: 'FortExtraBold', sans-serif;
  cursor: pointer;
}
.help-link i {
  color: #ff4713;
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}
.MoreInfoLink {
  text-decoration: underline;
  cursor: pointer;
}
#MoreInfo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: black;
  display: none;
}
#MoreInfo .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1140px;
  height: 70%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid #ff4713;
  overflow: auto;
}
#MoreInfo .container > div:not(.MoreInfoClose) {
  padding: 0px 24px 24px 24px;
  font-family: 'FortBook', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#MoreInfo .container > div:not(.MoreInfoClose) h3 {
  margin: 0 0 16px 0;
}
#MoreInfo .container > div:not(.MoreInfoClose) strong,
#MoreInfo .container > div:not(.MoreInfoClose) b {
  font-family: 'FortExtraBold', sans-serif;
}
#MoreInfo .MoreInfoClose {
  position: sticky;
  left: 100%;
  margin-right: 8px;
  top: 8px;
  z-index: 100;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  cursor: pointer;
  border: 2px solid #ffffff;
}
#MoreInfo .MoreInfoClose img {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
}
#MoreInfo .MoreInfoClose:hover {
  border: 2px solid #ff4713;
}
