/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Pro Solid';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/intranet/lib/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/intranet/lib/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/intranet/lib/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.fa,
.fas,
.fab,
.far {
  display: inline-block;
  font-size: inherit;
  line-height: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-style: normal;
}
.fas {
  font-family: 'Font Awesome 5 Pro Solid';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fa,
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/* used for clearfix */
.wf,
.wf.italic,
.wf-bold,
.wf-bold-italic,
.wf.light-italic {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wf.italic {
  font-style: italic;
}
.wf-bold {
  font-weight: 700;
}
.wf-bold-italic {
  font-weight: 700;
  font-style: italic;
}
.wf.light {
  font-weight: 300;
}
.wf-sb,
.wf-sb-l {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.wf-sb-l {
  font-style: italic;
}
.wf.light-italic {
  font-weight: 300;
  font-style: italic;
}
.wf-alt {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
}
/*login page overrides*/
body.login {
  background: #f2f2f2 url(../img/dotpattern-lightgrey.svg);
}
.updated,
.login .message,
.press-this #message,
.login form {
  background: #ffffff;
}
.login h1 {
  background: #333 url(/wp-content/themes/intranet/lib/img/combined-logo.svg) no-repeat center center;
  background-size: 260px auto;
  margin: 0 auto 20px;
  width: 280px;
  height: 80px;
  padding: 20px;
}
.login h1 a {
  display: none;
}
.login .message {
  border-left-color: #000000 !important;
}
#login #nav,
#login #backtoblog {
  display: none;
}
#your-profile .user-nickname-wrap label {
  position: relative;
}
#your-profile .user-nickname-wrap label:after {
  color: #000000;
  content: '**Used for job title';
  display: block;
  font-size: 12px;
}
#your-profile .user-url-wrap {
  display: none;
}
