@font-face {
  font-family: HoneywellSans;
  font-weight: 200;
  src: url("../fonts/HoneywellSans/HoneywellSans-Light.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-weight: 300;
  src: url("../fonts/HoneywellSans/HoneywellSans-Book.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-weight: 500;
  src: url("../fonts/HoneywellSans/HoneywellSans-Medium.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-weight: 700;
  src: url("../fonts/HoneywellSans/HoneywellSans-Bold.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-weight: 800;
  src: url("../fonts/HoneywellSans/HoneywellSans-Extrabold.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-weight: 900;
  src: url("../fonts/HoneywellSans/HoneywellSans-Black.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/HoneywellSans/HoneywellSans-LightItalic.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/HoneywellSans/HoneywellSans-BookItalic.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/HoneywellSans/HoneywellSans-MediumItalic.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/HoneywellSans/HoneywellSans-BoldItalic.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/HoneywellSans/HoneywellSans-ExtraboldItalic.otf"); }
@font-face {
  font-family: HoneywellSans;
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/HoneywellSans/HoneywellSans-BlackItalic.otf"); }
  
  
  .uk-navbar-nav > li > a {
  padding-right: 0px;
  }

  .uk-navbar-nav > li > a:after {
  display: inline-block;
  position: relative;
  content: "";
  border-right: 1px solid #c5cacf;
  padding: 0 9px;
  height: 50px;
  top: 1px;
  }

  .uk-navbar-nav > li:last-child > a:after {
  border-right: medium none;
  }
  
  .uk-article{

  border-top: 1px solid #cccccc;  
  }
  
  .uk-article-meta{
  text-align: right;
  }
  .input-block-level{
	
	font-family: "honeywellSans";
	color: cccccc;
}.uk.input{
	font-family: "honeywellSans";
	color: cccccc;

}