@font-face {
  font-family: 'argus-icon';
  src:  url('/_webstatic/fonts/argus-icon.eot?x9klj0');
  src:  url('/_webstatic/fonts/argus-icon.eot?x9klj0#iefix') format('embedded-opentype'),
    url('/_webstatic/fonts/argus-icon.ttf?x9klj0') format('truetype'),
    url('/_webstatic/fonts/argus-icon.woff?x9klj0') format('woff'),
    url('/_webstatic/fonts/argus-icon.svg?x9klj0#argus-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="argus-"], [class*=" argus-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'argus-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.argus-azumio-logo:before {
  content: "\e931";
}

nav.visible .navbar-brand {
	color: #223147 !important;
	font-size: 1.25rem;
	padding-top: 8px;
	background: none;
	background-size: none;
}

@media (max-width: 768px) nav .navbar-brand {
	color: #223147 !important;
	font-size: 1.25rem;
	background: none;
	padding-top: 8px;
	background-size: none;
}