html {
  min-width: 800px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

body,
div,
td,
th,
h2,
h3,
h4 {
  /* redundant rules for bad browsers  */
  font-family: 'Lato', verdana, sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
  color: #333;
}

.clearhack {
  display: inline;
}

/*Clears Box Model Hack in IE5*/
body {
  width: 100%;
  max-width: 950px;
  /*        background: #405773;*/
  color: #333;
  padding: 1em 20px 3em 20px;
  margin: 0 auto;
  overflow-x: hidden;
}

a {
  color: #1696d2;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;

}

a:active {
  color: #000;
  text-decoration: none;

}

a href {
  font-size: 10 pt;
  text-decoration: none;

}

p {
  line-height: 140%;
  font-size: 12pt;
}

center {
  font-size: 12pt;
}

h1,
h2 {
  font-family: 'Lato', trebuchet ms;
  color: #333;
}

h1 {
  font-size: 2.5em;
  margin: 0;
}

h1 a {
  text-decoration: none;
  color: #333;
}

h1 a:hover {
  border-bottom: 1px dotted #666;
  color: #000;
}

h2 {
  font-size: 140%;
  padding-bottom: 2px;
  border-bottom: 1px solid #CCC;
  margin: 0;
}

h3 {
  text-transform: uppercase;
  color: #1696d2;
  margin-bottom: 10px;
}

p.note {
  background: #000;
  padding: 4px;
  font-family: 'Lato', tahoma;
  line-height: 130%;
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

p.spacer {
  padding: 4px;
  font-family: 'Lato', tahoma;
  line-height: 130%;
  margin-top: 0;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

ul.urban{
    line-height: 2.5em;
    font-size: 12pt;
}
.urban-btn {
  background-color: #1696d2;
  border: none;
  color: #fff;
  cursor: hand;
  font-family: 'Lato', trebuchet ms;
  font-size: 16px;
  font-weight: 400;
  padding: 1rem .75rem;
  text-transform: uppercase;
  border-radius: 0;
}
.urban-btn:hover {
  background-color: #fdbf11;
}

h2.intro{
  border-bottom: 0px solid #CCC;
  font-size: 2.125rem;
  margin: 0;
  padding-top: 70px;
  padding-bottom: 2px;
  width: 100%;
  font-weight: 200;
}

h4.research{
  font-size: 1rem;
  font-weight: 700;
}

.sub-heading{
  color: #000;
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}

input.btn:hover {
  background-color: #fdbf11;
}

input.bigbtn {
  background-color: #1696d2;
  font-size: 30pt;
}

#pageheader {
  /*background-color: #efefef;
    width: 200%;
    left: -50%;
    */
  position: relative;
  margin-top: 20px;
  display: block;
  overflow-x: hidden;
}

.banner {
  position: relative;
  display: block;
  /*left: 25%;*/
  padding-top: 20px;
  padding-bottom: 50px;
  width: 900px;
  overflow-x: hidden;
}

.intro-text {
  font-size: 1.25em;
}

#center {
  font-family: 'Lato', trebuchet ms;
  font-size: 10pt;
  padding: 100px 20px 10px 20px;
  text-align: center;
}

#formfield {
  font-family: 'Lato', trebuchet ms;
  font-size: 10pt;
  padding: 5px 20px 10px 20px;
  text-align: left;
}

.help {
  font-family: 'Lato', trebuchet ms;
  font-size: 10pt;
  background: #fff;
  width: 500px;
}

span.helpright {
  display: inline;
  font-size: 10px;
  float: right;
  vertical-align: top;
  width: 1%;
  line-height: 12px;
  text-align: right;
}

.flatHelp {
  font-size: 14px;
  font-family: 'Lato', tahoma;
  background-color: #fdbf11;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fdbf11;
  }

.helpDisplay {
  background: #efefef;
}

.lightText {
  color: #999999;
}

.helpLink {
  text-decoration: none;
  color: #333;
}

.tpcfooter {
  z-index: 6;
  font-size: 13px;
  letter-spacing: 0.2;
  text-transform: uppercase;
  border-top: 1px solid #999;
  padding-top: 50px;
  text-align: center;
}

.tpcfooter a:link {
  color: #999;
}

.tpcfooter a:visited {
  /*    color: #fff;*/
  /*    text-decoration: underline;*/
  /*    background-color: #405773;*/
}

.tpcfooter a:hover {
  /*    color: #405773;*/
  text-decoration: none;
  /*    background-color: #e0e0e0;*/
}

.tpcfooter a:active {
  background-color: #e0e0e0;
  color: #405773;
  text-decoration: none;
}

p.noparamargin {
  margin-bottom: 0px;
  margin-top: 0px;
}



th:first-child, td:first-child {
  position: sticky;
  left: 0px;
}

.sticky {
  position: sticky;
}

.results-table {
  width:100%;
  max-width:100%;
  min-width: 100%;
  overflow: scroll;
}
.slf-sm-custom-scrollbar {
position: relative;
min-height: 200px;
max-height: 600px;
overflow:scroll;
}


.slf-custom-scrollbar {
position: relative;
height: 400px;
overflow: auto;
}
.table-wrapper-scroll-y {
display: block;
}

.chart {
  font-family: 'Lato', verdana, sans-serif;
  font-size: 12px;
}

.like-p{
    font-size: 12pt;
    line-height: 140%;
}


th.table-title {
  background: #000;
  padding: 8px;
  font-family: 'Lato', tahoma;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: left;
  color: #fff;
  width:100%;
  padding: 12px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc;
}

/* deal with bootstrap 4 stiped table/fixed column transparency issue */

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #F3F3F3;
}
