@charset "utf-8";

/* increase article section title font-size and weight */

.CORP_KNOWLEDGEBASE .attr h3 {
    font-size: 20px;
    font-weight: normal;
	padding-top: 10px;
    }

/* fix Urgent Announcement placement with updated nav 2020-08-06 */
.threatIntelligenceRow {
top: 54px !important;
}

/*  fix sticky nav wrapping issue */
.affixed {
position: static !important;
-ms-transform: none !important;
transform: none !important;
} 


/* add link to mcafee-symbols font 2020-08-06 */   
@font-face {
  font-family: 'mcafee-symbols';
  src:  url('static/fonts/mcafee-symbols-2020.eot');
  src:  url('/SPR/WebContent/fonts/mcafee-symbols-2020.eot?#iefix') format('embedded-opentype'),
    url('/SPR/WebContent/fonts/mcafee-symbols-2020.ttf') format('truetype'),
    url('/SPR/WebContent/fonts/mcafee-symbols-2020.woff') format('woff'),
    url('/SPR/WebContent/fonts/mcafee-symbols-2020.svg#mcafee-symbols') format('svg');
  font-weight: normal;
  font-style: normal;
	font-display: swap; }

[class^="symbol-"], [class*=" symbol-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mcafee-symbols' !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;
}

.symbol-account:before {
  content: "\e900";
}
.symbol-apps:before {
  content: "\e901";
}
.symbol-arrow-back:before {
  content: "\e902";
}
.symbol-arrow-down:before {
  content: "\e903";
}
.symbol-arrow-forward:before {
  content: "\e904";
}
.symbol-arrow-up:before {
  content: "\e905";
}
.symbol-back-to-top:before {
  content: "\e906";
}
.symbol-blog:before {
  content: "\e907";
}
.symbol-chat:before {
  content: "\e908";
}
.symbol-contact:before {
  content: "\e909";
}
.symbol-external-link:before {
  content: "\e90a";
}
.symbol-facebook:before {
  content: "\e90b";
}
.symbol-feedback:before {
  content: "\e90c";
}
.symbol-language:before {
  content: "\e90d";
}
.symbol-link:before {
  content: "\e90e";
}
.symbol-linkedin:before {
  content: "\e90f";
}
.symbol-pinterest:before {
  content: "\e910";
}
.symbol-play:before {
  content: "\e911";
}
.symbol-search:before {
  content: "\e912";
}
.symbol-shield:before {
  content: "\e913";
}
.symbol-subnav-arrow:before {
  content: "\e914";
}
.symbol-toggle:before {
  content: "\e915";
}
.symbol-twitter:before {
  content: "\e916";
}
.symbol-wechat:before {
  content: "\e917";
}
.symbol-weibo:before {
  content: "\e918";
}
.symbol-youtube:before {
  content: "\e919";
}
.symbol-padlock:before {
  content: "\e91a";
}
.symbol-download:before {
  content: "\e91b";
}
.symbol-play-arrow:before {
  content: "\e91c";
}
.symbol-share:before {
  content: "\e91d";
}
.symbol-webinar:before {
  content: "\e91e";
}
.symbol-mic:before {
  content: "\e91f";
}
.symbol-filter:before {
  content: "\e920";
}