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


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

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

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


*{
	font-family: 'Foundry Sterling Book';
  color:#666;
}

#masthead{
  background-color: #fff;
  border-bottom: 5px solid #007A4C !important; /* 007A4C translate , E1134F Auth, 005CAB Main, 00B9D2, 6C2196, F58025 */
  text-align: left;
  padding-top:5px;
}
main{
	padding: 30px 30px;
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}


main .content {
  margin: auto;
}


h1, h2{
  font-family: 'Foundry Sterling Medium';
	color: #005cab;
}

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

h3, h4{
  color: #005cab;
}
.bigNo{
	font-family: 'Foundry Sterling Book';
	font-size: 48px;
	color: #666;
	line-height: 1em;
}

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

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


th{
	background-color: #666;
}

.brand{
  padding-right: 0 !important;
}

hr{
  margin:1em 0;
  border:0;
  border-top:1px solid #999;
  line-height: 1px;
  padding:0px;
}

button, .button{
  background-color:#005cab;

}
td{
  padding:0;
}
tr:nth-child(2n){
  background: unset;
}