      @font-face {
          font-family: 'Foundry Sterling Medium';
          font-weight: normal;
          font-style: normal;
          src: url(/fonts/fostmedm-webfont.woff);
      }


      @font-face {
          font-family: 'Foundry Sterling Bold';
          font-weight: bold;
          font-style: normal;
          src: url(/fonts/fostbold-webfont.woff);
      }

      @font-face {
          font-family: 'Foundry Sterling Book';
          font-weight: normal;
          font-style: normal;
          src: url(/fonts/fostbook-webfont.woff);
      }

      @font-face {
          font-family: 'Foundry Sterling Demi';
          font-weight: normal;
          font-style: normal;
          src: url(/fonts/fostdemi-webfont.woff);
      }


*{
	font-family: 'Foundry Sterling Medium';;
}

main{
	padding: 80px 30px;
	text-align: left;
	width: 100%;
	xmax-width: 1200px;
	margin: 0 auto;
  min-height:100%;
}


main .content {
  margin: auto;
}


h1, h2{
	color: #21519b;
  font-weight:normal;
  margin-top:2em;
}

h2{
  margin-top:0em;
	margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bigNo{
	font-family: 'Foundry Sterling Demi';
	font-size: 48px;
	color: #666;
	line-height: 1em;
  font-weight: bold;
}

.up{
	padding-left: 10px;
	font-size: 12px;
  font-family: 'Foundry Sterling Demi';
  color: #4c7f42;
}

.down{
	padding-left: 10px;
	font-size: 12px;
  font-family: 'Foundry Sterling Demi';
  color: #b32923;
}


tr:nth-child(2n) {
  background: #ffffff;
}

table.resultsTables{
  margin-top:2rem;
}

.resultsTables td, .resultsTables th {
  padding: .5em 2.4em .5em .6em;
}

.resultsTables th{
	background-color: #22529b;
	font-weight: normal;
  border:1px solid #1f3d6a;
  font-family: 'Foundry Sterling Demi';
  font-size: 1.3em;
}
.resultsTables th.hidden:first-child{
  border: 0;
  background-color:#fff;
}
.resultsTables td{
  font-family: 'Foundry Sterling Demi';
  border:1px solid #a7a8a8;
  color:#333;
  padding: .5em 0.5em .5em .6em;
}

.resultsTables td:first-child{
  color:#22529b;
}

.resultsTables tr:nth-child(2n) {
  background: #e0eef6;
}


table.resultsTablesTight{
  margin-top:0rem;
}
.resultsTablesTight td, .resultsTablesTight th {
  padding: .2em 1em .2em .4em;
  font-size:1em;
}


.resultsTablesTight td{
  font-family: 'Foundry Sterling Book';
  font-size:0.85em;
}


.tooltip {
  position: relative;
  display: inline-block;
  font-size:12px;
  line-height:14px;
  padding:0 1px 0 0;
  width:18px;
  height:18px;
  vertical-align: middle;
  color:#fff;
  font-weight:bold;
  border-radius:8px;
  text-align:center;
  background-color:#595a5b;
  border:1px solid #fff;
  top:-2px;
}

.tooltip-text {
  visibility: hidden;
  width: max-content;
  background-color: #ccc;
  color: #333;
  border:1px solid #333;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight:normal;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

nav{
  height:91px;
}

button, .button,[type="submit"] {
  background-color:#21519b;
}

main.outside{
  background-image: url(/imgs/login.jpg);
  background-position: center bottom;
  width:100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}


main.inside{

  background-image: url('/imgs/bg_top.jpg'), url('/imgs/bg_bottom.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
  min-height: 100vh;
  padding-bottom:140px;


}

main>div {
  margin:auto;
  max-width:1200px;
}

.menu .pseudo{
    font-family: 'Foundry Sterling Demi';
    color:#666;
}


.menu .high{
  color:#21519b;
  font-family: 'Foundry Sterling Demi';
}




.fancyForm select{
  color:#0098c2;
  xbackground:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiPjxwYXRoIGQ9Im0gMCwxIDEsMiAxLC0yIHoiLz48L3N2Zz4=) no-repeat scroll 95% center/10px 15px;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjMiPjxwYXRoIGZpbGw9IiMwMDk4YzIiIGQ9Im0gMCwxIDEsMiAxLC0yIHoiLz48L3N2Zz4=) no-repeat scroll 95% center/10px 15px;
}

.fancyForm  [type="checkbox"]:checked + .checkable::after, .fancyForm  [type="radio"]:checked + .checkable::after {
  background: #0098c2;
  transform: scale(0.5) translateY(-100%);
}

