.anchor-links.affixed {
	z-index: 9; }
.nav-open {
  overflow: hidden; }
  .nav-open #header {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .nav-open #header .container-fluid {
      background: #fff;
	  height: calc(100vh); }
  @media screen and (max-width: 1024px) {
	.nav-open #wrapper {
	  height: 1000px; }
    .nav-open #wrapper:before {
      z-index: 9;
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .nav-open .tools {
      opacity: 0; }

    .nav-open #nav {
      opacity: 1;
	  padding-bottom: 37px;
      visibility: visible;
      -webkit-transition: opacity 0.5s ease, visibility 0s linear 0s;
              transition: opacity 0.5s ease, visibility 0s linear 0s; } }

.icon-app+div .subnavContent .subnavlinks a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  height: 45px;
  margin: 0 5px }  
.icon-app+div .subnavContent li {
  width: auto }    
  .icons-wrap .subnavContent ul.subnavlinks {
    overflow: visible }
    .icons-wrap ul.subnavlinks li.divider {
        background: rgba(255, 255, 255, 0.2);
        width: 1px;
		height: 45px;
		margin: 0 }  
#header .icon-app+div.dropdown-menu {
  height: auto;
  padding: 25px 60px 25px 60px;
  width: 100%;
  background: #000;
  position: fixed;
  left: 0 }
ul.subnavlinks li a[class^="icon-"]:hover:before {
  color: #fff;
  transform: scale(1.2) }   
  ul.subnavlinks li a[class^="icon-"]:before {
    content: "";
    height: 45px;
    width: 39px;
    margin-right: 15px;
    transition: all .1s ease;
    background-repeat: no-repeat }
  ul.subnavlinks li a.icon-enterprise:before { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-enterprise.svg') }
  ul.subnavlinks li a.icon-for-home:before  { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-for-home.svg') }
  ul.subnavlinks li a.icon-blogs:before  { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-blogs.svg') }
  ul.subnavlinks li a.icon-downloads:before  { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-downloads.svg') }
  ul.subnavlinks li a.icon-partners:before  { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-partners.svg') }
  ul.subnavlinks li a.icon-careers:before  { background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/icon-careers.svg') }

#header, .off-canvas.fixed  #header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform linear .3s;
          transition: transform linear .3s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }

  #header .search-form {
    float: right;
    position: relative;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #header .search-form {
        position: static; } }
    #header .search-form .close {
      cursor: pointer;
      position: absolute;
      right: 21px;
      top: 4px;
      background: #838384;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      -webkit-transition: -webkit-transform 0.3s linear;
              transition: transform 0.3s linear; }
      #header .search-form .close:before, #header .search-form .close:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 70%;
        height: 1px;
        top: 50%;
        left: 15%;
        background: #fff;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      #header .search-form .close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      #header .search-form .close:hover {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
      @media screen and (max-width: 768px) {
        #header .search-form .close {
          width: 24px;
          height: 24px;
          top: 8px; } }
    #header .search-form .input-group {
      width: 310px;
      position: absolute;
      top: 24px;
      right: 80px;
      bottom: 0;
      padding: 0 17px 0 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s linear;
              transition: all 0.3s linear; }
      #header .search-form .input-group input {
        color: #000;
        background: none;
        font-size: 16px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        padding: 0 30px 0 0;
        border-bottom: 1px solid #838384; }
        #header .search-form .input-group input::-webkit-input-placeholder {
          color: #53565a;
          opacity: 0.5; }
        #header .search-form .input-group input::-moz-placeholder {
          color: #53565a;
          opacity: 0.5; }
        #header .search-form .input-group input:-ms-input-placeholder {
          color: #53565a;
          opacity: 0.5; }
        #header .search-form .input-group input:-moz-placeholder {
          color: #53565a;
          opacity: 0.5; }
      @media screen and (max-width: 1024px) {
        #header .search-form .input-group {
          right: 54px;
          top: 13px; } }
      @media screen and (max-width: 768px) {
        #header .search-form .input-group {
          width: 100%;
          top: 100%;
          left: 0;
          right: 0;
          height: 40px;
          background: #fff;
          padding: 0; }
          #header .search-form .input-group input {
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            padding: 0 60px 0 20px; } }
  
  #header.form-open .search-form .input-group {
    opacity: 1;
    visibility: visible; }

.hamburger-btn {
  margin: 0;
  width: 80px;
  height: 80px;
  position: relative;
  float: right;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  display: none; }
  @media screen and (max-width: 1024px) {
  #header .hamburger-btn {
      width: 25px !important;
      height: 54px !important;
      display: block; } }
  .hamburger-btn span {
    width: 26px;
    height: 4px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s linear;
            transition: all .3s linear;
    margin: -2px 0 0 -13px;
    z-index: 3; }
  .nav-open .hamburger-btn span,
  .modal-open .hamburger-btn span,
  .nav-active .hamburger-btn span {
    opacity: 0; }
  .nav-open .hamburger-btn span:first-child,
  .modal-open .hamburger-btn span:first-child,
  .nav-active .hamburger-btn span:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: -2px 0 0 -13px; }
    @media screen and (max-width: 768px) {
      .nav-open .hamburger-btn span:first-child,
      .modal-open .hamburger-btn span:first-child,
      .nav-active .hamburger-btn span:first-child {
        margin: -1px 0 0 -11px; } }
  .nav-open .hamburger-btn span:last-child,
  .modal-open .hamburger-btn span:last-child,
  .nav-active .hamburger-btn span:last-child {
    opacity: 1;
    margin: -2px 0 0 -13px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (max-width: 768px) {
      .nav-open .hamburger-btn span:last-child,
      .modal-open .hamburger-btn span:last-child,
      .nav-active .hamburger-btn span:last-child {
        margin: -1px 0 0 -11px; } }
  .nav-open .hamburger-btn:hover span:first-child,
  .modal-open .hamburger-btn:hover span:first-child,
  .nav-active .hamburger-btn:hover span:first-child {
    -webkit-transform: rotate(230deg);
        -ms-transform: rotate(230deg);
            transform: rotate(230deg); }
  .nav-open .hamburger-btn:hover span:last-child,
  .modal-open .hamburger-btn:hover span:last-child,
  .nav-active .hamburger-btn:hover span:last-child {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.navbarContainer {
  display: table;
  width: 100%; }
.navbarContainer:before,
.navbarContainer:after {
	display: table-cell;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	transition: background-color 0.8s ease; }
.off-canvas .navbarContainer:before,
.off-canvas .navbarContainer:after,
.off-canvas .header-wrap,
.off-banner .header-wrap {
	background: rgba(0, 0, 0, 0.9); }
	.navbarContent {
	  display: table-cell; }
	
	ul.quicklinks,
    .header-wrap {
	  background: rgba(0, 0, 0, 0.6);
	  transition: background-color 0.8s ease; }
    .off-banner .navbarContainer:before,
    .off-banner .navbarContainer:after,
    .off-banner ul.quicklinks,
    .off-banner .header-wrap {
        background: rgba(0, 0, 0, 0.9);
	  transition: background-color 0.8s ease; }
	.navbarContent {
	  width: 1154px; }
	.brighter .navbarContainer:before,
	.brighter .navbarContainer:after,
	.brighter ul.quicklinks,
    .brighter .header-wrap {
	  background: rgba(255, 255, 255, 0.92);
	  transition: background-color 0.85s ease; }
	.brighter.off-canvas .navbarContainer:before,
	.brighter.off-canvas .navbarContainer:after,
	.brighter.off-canvas ul.quicklinks,
    .brighter.off-canvas .header-wrap {
	  background: rgba(255, 255, 255, 0.95);
	  transition: background-color 0.8s ease; }

	@media screen and (max-width: 1024px) {
	.off-canvas #header, .off-canvas.fixed #header {
		-ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
		transform: translate(0,0); } }

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus {
  color: #c01818;
  background: none; }
#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:hover,
#header .dropdown-menu > .active > a:focus {
  color: #c01818;
  background: none; }
@media screen and (min-width: 1025px) {
  .off-banner ul.quicklinks {
	  margin-bottom: 0;
    border-bottom: 1px solid #53565a; }}
ul.quicklinks {
  font-size: 12px;
  text-align: right;
  padding: 0 40px;
  margin: 0 0 1px; }
	ul.quicklinks li {
	  display: inline-block;
	  font-weight: 400;
	  list-style-type: none;
	  padding: 0 0 0 25px;
	  margin: 0;
	  position: relative;
	  text-align: left; }
	ul.quicklinks > li > a,
	ul.quicklinks > li > a:visited {
	  display: block;
	  color: #ccc;
	  padding: 10px 0;
	  text-decoration: none; }
	@media (max-height: 700px) and (max-width: 1024px) {
	  ul.quicklinks > li > a,
	  ul.quicklinks > li > a:visited {
		padding: 7px 0; }}
	.brighter ul.quicklinks > li > a,
	.brighter ul.quicklinks > li > a:visited {
		color: #777; }
	ul.quicklinks li:hover > a {
	  color: #fff; }
	.brighter ul.quicklinks li:hover > a {
	  color: #000; }
	ul.quicklinks li.open > a {
		background: url('https://www.mcafee.com/enterprise/en-us/img/icons/carat.png') no-repeat center bottom; }
	ul.quicklinks li > ul {
		position: absolute;
		padding: 8px 0;
		margin: -1px 0 0;
		left: auto;
    	right: 0;
		top: 36px;
		border: 0; }
	  ul.quicklinks li > ul li {
		 display: block;
		 float: none;
		 padding: 0; }
		ul.quicklinks li > ul > li a {
		 color: #000;
		 font-size: 12px; }
		ul.quicklinks li > ul > li:hover a {
		 color: #c01818; }

ul.quicklinks > li > a.theme-toggle {
	width: 12px;
	padding-top: 0;
	font-size: 0; }
a.theme-toggle:before {
    font-family: 'mcafee-symbols' !important;
	font-weight: normal;
	font-size: 11.5px;
	content: "\e915";
    color: #fff;
	line-height: 1; }
.brighter .quicklinks .theme-toggle {
	opacity: 0.7; }
.brighter .quicklinks a.theme-toggle:before {
	color: #000; }
.brighter .quicklinks .theme-toggle:hover {
	opacity: 1; }
ul.quicklinks > li.enterprise > a {
	color: #fff; }
.brighter ul.quicklinks > li.enterprise > a {
	color: #000; }
.header-wrap {
	padding: 0 40px;
	display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
	display: flex;
    flex-flow: row wrap;}
  .logo-wrap {
	width: 108px;
	-webkit-box-flex: 0 0 108px;
  	-moz-box-flex: 0 0 108px;
	-webkit-flex: 0 0 108px;
	-ms-flex: 0 0 108px;
	flex: 0 0 108px; }
  .nav-wrap {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; }
  .icons-wrap {
	-webkit-box-flex: 0 0 80px;
	-moz-box-flex: 0 0 80px;
	-webkit-flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px; }

#header ul.navlinks {
  clear: both;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 10px;
  padding: 0;
  list-style-type: none }
  #header ul.navlinks:before,
  #header ul.navlinks:after {
    content: '' }

@media screen and (min-width: 1025px) {
  #header ul.navlinks li.dropdown.open,
  .brighter #header ul.navlinks li.dropdown.open {
    background: none; 
    position: relative }
#header ul.navlinks li a {
  position: relative;
  padding: 0 10px }
#header ul.navlinks li a[role="button"]:after,
#header ul.navlinks li.dropdown.open:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '';
  color: transparent;
  background: #c01818;
  height: 3px }
#header ul.navlinks li.dropdown.open:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0) }
#header ul.navlinks li.dropdown.open:after,
#header ul.navlinks li a:hover:after {
  width: 100% }}

	#header ul.navlinks li a,
	#header ul.navlinks li a:visited {
	  color: #fff;
	  font-size: 16px;
      opacity: 0.9;
	  text-decoration: none;
	  margin: 0; 
	  display: flex;
      align-items: center;
      height: 54px;
      position: relative;
      cursor: pointer }
    #header ul.navlinks li a.caret-link {
     display: block }
      #header ul.navlinks li a.caret-link:after {
        font-weight: normal }
	.brighter #header ul.navlinks li a,
	.brighter #header ul.navlinks li a:visited {
	  color: #000;
    opacity: 1 }
	#header ul.navlinks li a:hover,
  #header ul.navicons li.open a[role="button"],
  #header ul.navlinks li.open a[role="button"] {
	  opacity: 1 }
	.brighter #header ul.navlinks li a:hover {
	  color: #777; }
@media screen and (max-width: 1024px) {
	#header ul.navlinks li a, #header ul.navlinks li a:visited {
    height: auto;
    margin: 12px 0 16px }
  #header ul.navlinks li.dropdown.open:after {
    display: none }
   ul.subnavlinks li a[class^="icon-"]:before,
   ul.subnavlinks li a[class^="icon-"]:hover:before {
    margin-right: 0; 
    margin-bottom: 5px } 
  .icons-wrap ul.subnavlinks li.divider {
    display: none !important }
  #header .icon-app+div.dropdown-menu {
    padding: 25px 15px }   
  .icon-app+div .subnavContent ul.subnavlinks {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap }
  .icon-app+div .subnavContent ul.subnavlinks li {
    width: 33.3% !important;
    display: flex;
    justify-content: center }
    .icon-app+div .subnavContent ul.subnavlinks li a {
      flex-direction: column;
      text-align: center;
      margin: 0 5px 40px 5px;
      font-size: 14px;
      height: auto;
      width: 100% }}
      @media screen and (max-width: 370px) {
      .icon-app+div .subnavContent ul.subnavlinks li {
        width: 50% !important }}
      @media screen and (max-width: 315px) {
      .icon-app+div .subnavContent ul.subnavlinks li {
          width: 100% !important }}

@media (max-height: 700px) and (max-width: 1024px) {
	#header.new ul.navlinks li a, #header.new ul.navlinks li a:visited {
      margin: 13px 0 13px; } }
#header .logo-wrap .logo {
  background: url('https://www.mcafee.com/enterprise/en-us/img/icons/logo-white.svg') no-repeat center bottom;
  display: block;
  height: 22px;
  width: 108px;
  margin: 16px 0;
  text-indent: -9999px; }
/* #header .logo-wrap .logo:hover {
  opacity: 0.6;
   -webkit-transition: all 0.3s;
          transition: all 0.3s; }*/
.brighter #header .logo-wrap .logo {
  background: url('https://www.mcafee.com/enterprise/en-us/img/icons/logo-red.svg') no-repeat center bottom;
   -webkit-transition: all 0.3s;
          transition: all 0.3s; }
#header.form-open ul.navlinks, #header.form-open .navicons a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0s linear 0.3s;
            transition: opacity 0.3s linear, visibility 0s linear 0.3s; }
#header .search-form .input-group input {
    color: #fff;
    background: none;
    font-size: 16px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0;
    border-bottom: 1px solid #a39394; }
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1; }
.form-control:-ms-input-placeholder {
	color: #fff; }
.form-control::-webkit-input-placeholder {
	color: #fff; }
#header .search-form .input-group {
    top: 10px;
    right: -5px;
    bottom: 0;
    padding: 0; }
#header .search-form .close {
	background: none;
	right: 0;
    top: 0;
    width: 28px;
    height: 28px; }
#header .search-form .close:before, #header .search-form .close:after {
	width: 60%;
    height: 2px;
    top: 47%;
    left: 20%; }
#header ul.navicons {
  width: 80px;
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0; }
	#header ul.navicons > li > a, #header ul.navicons > li a.search-btn {
	  height: 16px;
	  width: 16px;
	  display: block;
	  color: #fff;
      opacity: 0.75;
	  margin: 19px 0 12px;
	  font-size: 0;
	  text-decoration: none }
	#header a.search-btn, .off-canvas #header .search-btn {
		background: none;
		line-height: normal; }

	#header ul.navicons li a:before {
	  font-family: 'mcafee-symbols' !important;
	  font-size: 16px;
	  line-height: 1;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  -webkit-font-smoothing: antialiased;
  	  -moz-osx-font-smoothing: grayscale; }
	@media screen and (max-width: 1024px) {
		#header ul.navicons > li > a, #header ul.navicons > li a.search-btn {
			margin: 16px 0 22px;
			font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
			opacity: 1 } 
		#header ul.navicons li a:before { 
		font-size: 21px; } }
	#header ul.navicons li a.icon-contact:before {
	  content: "\e909" }
	#header ul.navicons li a.icon-account:before  {
	  content: "\e900" }
	#header ul.navicons li a.icon-searchnew:before {
	  content: "\e912" }
  #header ul.navicons li a.icon-app:before {
	  content: "\e901" } 
	.brighter #header ul.navicons li a.icon-contact:before {
	  color: #000; }
	.brighter #header ul.navicons li a.icon-account:before {
	  color: #000; }
	.brighter #header ul.navicons li a.icon-searchnew:before {
	  color: #000; }
@media screen and (min-width: 1025px) {
	#header ul.navicons li a:hover { opacity: 1 }
	.brighter #header ul.navicons li a:hover { opacity: 1; } 
  #header .icons-wrap ul.navicons .open .dropdown-menu {
    background: rgba(17, 17, 17, 0.9) }
  #header .icons-wrap.dark ul.navicons .open .dropdown-menu {
    background: rgba(17, 17, 17, 0.98) }
    #header .icons-wrap ul.navicons li:nth-child(2) .dropdown-menu {
      top: 52px;
      background: rgba(17, 17, 17, 0.9);
      overflow: hidden }        
  #header ul.navicons li ul a:hover {
    background: rgba(255, 255, 255, 0.1) }
  .icon-app+div.dropdown-menu ul.subnavlinks li a:hover {
    background: transparent !important }
  .dark-transparent {
    background: rgba(0, 0, 0, 0.8) !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease }}
.brighter #header .search-form .input-group input {
	color: #000;
	border-bottom-color: #252626; }
	#header .search-form .input-group input::-webkit-input-placeholder {
      color: #fff;
      opacity: 1; }
	#header .search-form .input-group input::-moz-placeholder {
	  color: #fff;
	  opacity: 1; }
	#header .search-form .input-group input:-ms-input-placeholder {
	  color: #fff;
	  opacity: 1; }
	#header .search-form .input-group input:-moz-placeholder {
	  color: #fff;
	  opacity: 1; }
	.brighter #header .search-form .input-group input::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
	.brighter #header .search-form .input-group input::-moz-placeholder {
	  color: #000;
	  opacity: 1; }
	.brighter #header .search-form .input-group input:-ms-input-placeholder {
	  color: #000;
	  opacity: 1; }
	.brighter #header .search-form .input-group input:-moz-placeholder {
	  color: #000;
	  opacity: 1; }
.brighter #header .search-form .close:before,
.brighter #header .search-form .close:after {
	background: #000; }
#header ul.navicons li ul {
  left: auto;
  right: -33px;
  top: 44px;
	border: 0; }
#header ul.navicons li ul a,
#header ul.navicons li ul a:visited {
  color: #a0a0a0;
  font-size: 14px;
  font-family: "open_sans", Helvetica, Arial, sans-serif !important;
  text-decoration: none }
#header ul.navicons li ul li a:hover {
	color: #fff }

#header .tnav-item.dropup,
#header .tnav-item.dropdown {
  position: static; }

#header .subnavContainer {
	display: none;
	border: 0;
	padding: 40px 25px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 90px;
	z-index: 15;
	-webkit-transition: all linear .3s;
            transition: all linear .3s; }
#header .subnavContainer.dropdown-menu {
	background-image: linear-gradient(to top, rgba(255,255,255,0.98), rgba(255,255,255,1));
	background-color: inherit; }
.brighter #header .subnavContainer.dropdown-menu {
	background-image: linear-gradient(to top, rgba(51,51,51,0.98), rgba(51,51,51,1));
}
#header .dropdown .dropdown-menu,
#header .open .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  border-radius: 0;
  padding: 0;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0; }
#header .dropdown .dropdown-menu {
	display: none }
#header .open .dropdown-menu { 
	padding: 8px 0;
  display: block }
  #header ul.navlinks .open .dropdown-menu { position: fixed }
@media screen and (min-width: 1025px) {
#header .subnavContainer {
	top: 52px }
#header ul.navicons li a,
#header ul.navicons li a:hover,
#header ul.navicons li a:after,
#header ul.navlinks li a:after,
#header ul.navlinks li a:before,
#header ul.navicons a.search-btn:after {
  transition: all .2s } 
#header ul.navlinks .dropdown .dropdown-menu {
	height: 0;
	padding: 0; }
#header ul.navlinks .open .dropdown-menu {
	height: auto;
  border-top: 1px solid #ccc;
	padding: 40px 60px 20px 60px }
#header .open .dropdown-menu {
   max-height: 1000px;
	 opacity: 1; } }
	.subnavContent {
		margin: auto;
		max-width: 1034px;
		clear: both; }
		ul.subnavlinks {
      display: flex;
      justify-content: space-between;
		  list-style-type: none;
		  padding: 0;
		  margin: 0;
		  overflow: auto; }
			ul.subnavlinks li {
			  width: 30% }
				ul.subnavlinks li h3,
				ul.subnavlinks li .h3 {
				  color: #000;
				  margin: 0 5px 15px 5px;
				  font-weight: 600;
				  font-size: 14px;
					line-height: normal;
				  padding: 0 0 5px 0;
				  display: inline-block;
				  display: block;
				  border-bottom: 1px solid #c01818; }
				.brighter ul.subnavlinks li h3 {
					color: #fff; }
					#header ul.subnavlinks li ul {
					  margin: 0 0 30px;
					  padding: 0;
					  list-style-type: none; }
					#header ul.subnavlinks li ul li {
					  float: none;
					  width: 100%; }
						#header ul.subnavlinks li ul li a,
						#header ul.subnavlinks li ul li a:visited {
						  color: #757575;
              opacity: 1;
              height: auto;
						  font-size: 14px;	
						  line-height: 24px;
              margin: 0 5px 0 0;
              padding-left: 5px;
						  text-decoration: none }
						#header ul.subnavlinks li ul li a:hover {
						  color: #c01818; }
						.brighter #header ul.subnavlinks li ul li a,
						.brighter #header ul.subnavlinks li ul li a:visited {
							color: #fff; }
						.brighter #header ul.subnavlinks li ul li a:hover {
						  color: #BBBBBB; }

@media screen and (max-width: 1024px) {
	.navbarContainer:before,
	.navbarContainer:after,
	ul.quicklinks,
	#header ul.navlinks,
	#header ul.navicons li.dropdown, 
	.nav-open .search-form,
	.nav-open #header ul.quicklinks > li:first-child,
	.dropdown .dropdown-menu {
		display: none; }
	body {
      font-size: 12px; }
	ul.quicklinks {
		position: absolute;
    	right: 70px;
    	top: 20px; }
	.nav-open ul.quicklinks {
		position: static; }
  #header ul.navicons li a.icon-contact:before {
	   content: ''; }
	.nav-open #wrapper:before {
		background: #121212;
		position: fixed;
		-webkit-transition-delay: 0.00s;
              transition-delay: 0.00s; }
	.brighter.nav-open #wrapper:before {
		background: #fff; }
	.subnavContent {
		width: auto; }
	#header ul.navicons li a.icon-searchnew {
    	width: 24px;
    	height: 22px; }
	.nav-open .navbarContent {
		padding: 0 40px; }
	#header .logo-wrap {
		position: absolute;
    	left: 14px;
		top: 0;}
	.nav-open #header ul.quicklinks,
	.nav-open #header ul.navlinks,
	.nav-open #header ul.navicons {
		display: block;
		margin: 0; }
	#header .header-wrap {
		padding: 0 14px; }
	.nav-open #header .header-wrap {
		background: none;
		transition: background-color 0.00s ease }
	.nav-open #header .search-form {
		position: absolute;
		right: 10px; }
	#header.form-open .logo-wrap .logo {
    	opacity: 0;
		z-index: 0; }
	#header .search-form .input-group {
    	background: none;
		width: calc(88vw - 43px);
		right: 1px;
		left: auto;
    	top: 13px; }
	#header .search-form .input-group input {
		border-bottom: 1px solid #fff;
		background: none;
		color: #fff;
    	font-size: 16px;
		height: 28px;
    	line-height: 28px;
    	padding: 0; }
	#header .search-form .close {
		background: none;
		width: 28px;
    	height: 28px;
		right: 0;
		top: 0; }
	#header .search-form .close:before, #header .search-form .close:after {
		width: 60%;
    	height: 2px;
    	top: 47%;
    	left: 20%; }
	#header ul.quicklinks, #header ul.navicons li.dropdown.open {
		background: none; }
	#header ul.navicons {
		position: absolute;
		right: 60px;
		width: auto; }
	.nav-open #header ul.navicons {
		right: auto; }
	.dropdown-toggle:before, .dropdown-toggle:after {
		content: " ";
		display: table; }
	.nav-open #header ul.navicons {
		margin: 10px 0 0; }
	#header .hamburger-btn span {
		background: #e6e7e8;
		width: 26px;
    	height: 4px;
		margin: -2px 0 0 -13px;	}
	.brighter #header .hamburger-btn span {
		background: #777; }
	#header .hamburger-btn span:first-child {
		margin: -10px 0 0 -13px; }
	#header .hamburger-btn span:last-child {
		margin: 6px 0 0 -13px; }
	.nav-open #header .hamburger-btn span:first-child {
		margin: -1px 0 0 -11px;
		opacity: 1; }
	.nav-open #header .hamburger-btn span {
		opacity: 0; }
	.nav-open #header .hamburger-btn span:last-child {
		margin: -1px 0 0 -11px; 
		opacity: 1; }
	.nav-open #header ul.navlinks {
		font-size: 1.8em;
		padding: 30px 0;
		border-top: 1px solid #c01818;
		border-bottom: 1px solid #c01818;
		margin: 65px 0 0;
		width: 100%; }
	@media (max-height: 700px) and (max-width: 1024px) {
	.nav-open #header ul.navlinks {
      font-size: 1.6em;
      padding: 10px 0; }
	.nav-open #header ul.navicons {
      margin: 10px 0 0; }}
	.nav-open #header ul.navlinks li.open a.nav:before,
	.nav-open #header ul.navicons li.open a.dropdown-toggle:before,
	.nav-open #header ul.quicklinks li.open a.dropdown-toggle:before {
      font-family: 'mcafee-symbols' !important;
      content: "\e902";
			font-size: 22px;
			position: fixed;
			top: 60px;
			left: 15px;
	    color: #c01818}
	.brighter.nav-open #header ul.navlinks li.open a.nav:before,
	.brighter.nav-open #header ul.navicons li.open a.dropdown-toggle:before,
	.brighter.nav-open #header ul.quicklinks li.open a.dropdown-toggle:before {
		color: #252626; }
	.nav-open #header ul.navlinks li.open a.dropdown-toggle,
	.nav-open #header ul.quicklinks li.open a.dropdown-toggle,
	.nav-open #header ul.navicons li.open a.dropdown-toggle {
		position: fixed;
		background: #121212;
		font-size: 22px;
		color: #fff;
		top: 44px;
		left: 40px;
		width: 100%;
		margin-top: 12px;
    	padding-top: 0; }
	.brighter.nav-open #header ul.navlinks li.open a.dropdown-toggle,
	.brighter.nav-open #header ul.quicklinks li.open a.dropdown-toggle,
	.brighter.nav-open #header ul.navicons li.open a.dropdown-toggle {
		color: #000;
		background: #fff;
	}
	.nav-open #header ul.navicons li.open a.dropdown-toggle,
	.nav-open #header ul.quicklinks li.open a.dropdown-toggle {
		font-size: 22px;
    	height: auto; }
	.nav-open #header ul.navicons li.open a.dropdown-toggle {
		margin: 11px 0 17px; }
	.nav-open #header ul.quicklinks > li.enterprise > a {
		color: #fff;
		position: static !important;
		font-size: 1em !important;
		padding-top: 10px;
		margin-right: 20px !important; }
	.nav-open #header ul.quicklinks > li.enterprise > a:before {
		content: "";
		display: none; }
	.brighter.nav-open #header ul.quicklinks > li.enterprise > a {
		color: #000; }
	.nav-open #header ul.quicklinks li.dropdown {
		display: block; }
	.nav-open #header .hamburger-btn {
		position: absolute;
		right: 14px;
		top: 0; }
	.nav-open  #header .header-wrap {
		display: block;
		padding: 0; }
	.nav-open #header ul.quicklinks {
		font-size: 1.2em;
		padding: 0;
		margin: 50px 0 0;
		text-align: left;
		top: 410px;
    	position: absolute;
    	right: auto; }
	@media (max-height: 700px) and (max-width: 1024px) {
	.nav-open #header ul.quicklinks {
	  top: 326px; } }
	.nav-open #header ul.quicklinks li {
		padding: 0;	}
	.nav-open #header ul.quicklinks li.enterprise {
		position: fixed;
    	top: 50px; }
	@media screen and (orientation:landscape) {
	.nav-open #header ul.quicklinks {
		top: 68px;
		left: 380px; }
	.nav-open #header ul.quicklinks li.enterprise {
		top: 50px;
		left: 40px; }
	.nav-open #header ul.navicons {
		margin: 0;
		position: absolute;
		top: 70px;
		left: 380px; }
	.nav-open #header ul.navlinks {
		padding: 9px 0;	}}
	.nav-open #header ul.navicons li.dropdown {
		display: block;	}
	.nav-open #header ul.navicons li a.icon-account,
	.nav-open #header ul.navicons li a.icon-contact,
  .nav-open #header ul.navicons li a.icon-app {
		background: none;
		color: #a0a0a0;
		font-size: 1.2em;
		width: 100%;
		opacity: 1;
		text-decoration: none; }
	.nav-open #header ul.navicons li a.icon-account:before,
	.nav-open #header ul.navicons li a.icon-contact:before,
  .nav-open #header ul.navicons li a.icon-app:before {
		content: '';}
	.brighter.nav-open #header ul.navicons li a.icon-account,
	.brighter.nav-open #header ul.navicons li a.icon-contact {
		color: #252626; }
	.nav-open #header ul.navicons li:hover a.icon-account,
	.nav-open #header ul.navicons li:hover a.icon-contact,
  .nav-open #header ul.navicons li:hover a.icon-app {
		color: #fff; }
	.brighter.nav-open #header ul.navicons li:hover a.icon-account,
	.brighter.nav-open #header ul.navicons li:hover a.icon-contact {
		color: #000; }
	.nav-open #header .dropdown .subnavContainer.dropdown-menu,
	.nav-open #header .dropdown ul.dropdown-menu {
		background: #252626;
		display: block;
		opacity: 0;
		max-height: 0;
		min-height: calc(95vh - 40px);
		position: fixed;
		left: 120%; }
	#header .subnavContainer.dropdown-menu,
	#header .dropdown.open ul.dropdown-menu {
		padding: 24px 40px;
		position: fixed;
    	background: #121212;
    	border: 0;
    	min-height: calc(95vh - 40px);
		z-index: 25; }
	.nav-open #header ul.subnavlinks li {
		float: none;
		width: 100%; }
	.brighter #header ul.subnavlinks li ul li a,
	.brighter #header ul.subnavlinks li ul li a:visited {
		color: #252626; }
	.brighter #header ul.subnavlinks li ul li a:hover {
	  color: #000; }
  header ul.subnavlinks {
    display: block }
	#header ul.subnavlinks li h3,
  #header ul.subnavlinks li .h3 {
		color: #fff;
    margin: 0 0 15px 0;
		font-size: 16px;
		border: 0; }
	.brighter #header ul.subnavlinks li h3 {
		color: #252626; }
	#header ul.subnavlinks li ul {
		border-bottom: 1px solid #c01818;
		padding-bottom: 30px; }
	#header ul.subnavlinks li:last-child ul:last-child {
		border-bottom: 0; }
	#header ul.subnavlinks li ul li a,
	#header ul.subnavlinks li ul li a:visited {
		color: #a0a0a0;
		padding: 5px 0; }
	#header ul.subnavlinks li ul li a:hover {
		color: #fff; }
	.nav-open #header .dropdown .subnavContainer.dropdown-menu {
		background: #121212;
		display: block;
		min-height: calc(95vh - 40px);
		position: fixed;
		left: 120%; }
	.nav-open #header .enterprise ul.dropdown-menu {
		opacity: 1;
		left: 0 !important;
		top: 0 !important;
    	position: absolute;
		display: block;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		margin: 3px 0 0 100px;
    	max-height: inherit;
		min-height: 36px;
		min-width: fit-content;
		transition: none;
		padding: 0; }
	.brighter.nav-open #header .dropdown .subnavContainer.dropdown-menu,
	.brighter.nav-open #header .dropdown ul.dropdown-menu {
		background: #fff; }
	.nav-open #header .dropdown.open .subnavContainer.dropdown-menu,
	.nav-open #header .dropdown.open ul.dropdown-menu {
		left: 0;
		opacity: 1;
		transition: left 0.4s linear; }
	.nav-open #header ul.navicons li a {
		line-height: 1.45; }
	#header ul.navicons .dropdown.open {
		position: static; }
	#header .dropdown.open ul.dropdown-menu {
		top: 86px; }
	#header ul.navicons .dropdown.open ul.dropdown-menu a,
	#header ul.quicklinks li ul.dropdown-menu li a {
		color: #a0a0a0;
		font-size: 1.07em;
		padding: 6px 0; }
	.brighter #header ul.navicons .dropdown.open ul.dropdown-menu a,
	.brighter #header ul.quicklinks li ul.dropdown-menu li a {
		color: #252626; }
	#header ul.navicons .dropdown.open ul.dropdown-menu a:hover,
	#header ul.quicklinks .dropdown.open ul.dropdown-menu a:hover {
		background: none;
		color: #fff; }
	.brighter #header ul.navicons .dropdown.open ul.dropdown-menu a:hover,
	.brighter #header ul.quicklinks .dropdown.open ul.dropdown-menu a:hover {
		color: #000; }}
#header ul.subnavlinks li ul li.navbutton {
  display: inline-block;
  width: auto }      
  #header ul.subnavlinks li ul li.navbutton a  {
    background: #c01818;
    border: 2px solid #c01818;
    padding: 2px 10px;
	margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 12px;
    border-radius: 25px;
    color: #fff }
  #header ul.subnavlinks li ul li.navbutton.transparent a  {
    background: none;
    color: #c01818 }
    #header ul.subnavlinks li ul li.navbutton a:hover  {
      background: #75160d;
      color: #fff;
      border: 2px solid #75160d }

/* Short Header Styles */
.headerbarContainer {
  background: rgba(0, 0, 0, 0.7);
	padding: 0 40px }
	.headerbarContainer .quicklinks {
		float: right; }
		.headerbarContainer .quicklinks a {
			height: 52px;
			font-size: 14px;
			display: table-cell;
			vertical-align: middle;
			color: #fff; }
			.headerbarContainer .quicklinks a:hover {
				text-decoration: none; }
.short-header.off-canvas #header, .short-header.off-canvas.fixed #header {
	transform: none; }
	@media screen and (max-width: 1024px) {
	.headerbarContainer {
  padding: 0 14px; }}
	.headerbarContent {
	  max-width: 1076px;
    margin: 0 auto;
    overflow: auto; }
    .headerbarContent .logo {
      float: left; }
      .headerbarContent .logo img {
        display: block;
        height: 22px;
        width: 108px;
        margin: 15px 0; }
	
a.symbols-label {
  display: inline-flex;
  align-items: center;
  text-decoration: none }
a.symbols-label:hover {
  color: #fff; }
  a.symbols-label i {
    font-size: 16px;
    margin: 0px 10px 0 0 }
#footer.bg-dark-gray {
    z-index: 2;
    font-size: 14px }
#footer19 a.symbols-label,
#footer19 a.symbols-label span {
  font-size: 14px;
  line-height: 14px }
#footer19 .bg-dark-gray {
  background: #252626;
  z-index: 2;
  font-size: 14px }
#footer19 .padding-bottom-medium {
    padding-bottom: 60px; }
#footer19 .padding-top-small {
    padding-top: 40px; }
#footer19 hr {
  border: 1px; 
  height: 1px; 
  background-color: #53565a; 
  margin: 0 0 17px 0 }
#footer19 a {
  color: #a8a8a8;
  text-decoration: none }
  #footer19 a:hover {
    color: #fff;
    text-decoration: none }   
  #footer19 a.symbols-label {
    display: flex;
    min-height: 20px;
    align-items: center } 
#footer19 ul.breadcrumb-list, 
#footer19 ul.breadcrumb-list li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center }
#footer19 ul.breadcrumb-list li a.symbols-label.first span {
	font-size: 0 } 
	#footer19 ul.breadcrumb-list li a.symbols-label i.symbol-shield {
		margin: 0; }
	#footer19 ul.breadcrumb-list li a.symbols-label i.symbol-arrow-forward {
		color: #53565a;
		font-size: 10px }
  #footer19 ul.breadcrumb-list li a.symbols-label span {
    margin: 0 10px 0 0 } 
  #footer19 Row {
     display: flex; 
     justify-content: flex-end }
#footer19 .social {
  display: flex;
  justify-content: flex-end;
  align-items: center }	
#footer19 .social li {
  line-height: 0 }	
	#footer19 .social .symbols-label {
		margin-right: 20px }
		#footer19 ul.social-networks {
			display: flex }
			#footer19 ul.social-networks li span {
				font-size: 0 }
#footer19 .breadcrumb,
#footer19 .social {
	margin-bottom: 17px } 
  #footer19 .social a.symbols-label i {
    padding: 2px 0 }
#footer19 ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #footer19  ul.footer-list {
    margin: 15px 0 20px; }
    #footer19 ul.footer-list li {
	  margin: 0;
      line-height: 14px; } 
		#footer19 ul.footer-list li a {
		  font-weight: normal;
		  padding-bottom: 12px;
		  display: inline-block } 
		#footer19 ul.social-networks li {
          margin: 0 0 0 8px;
		  width: auto;
		  height: auto }  
		ul.social-networks li:first-child,
		#footer19 ul.social-networks li:first-child {
      margin: 0 }  
      ul.social-networks li a {
        display: inline-block; }
        ul.social-networks li a i {
          display: inline-block;
          font-size: 20px;
          height: 20px;
          line-height: 20px;
					-webkit-transition: all 0.3s linear;
						transition: all 0.3s linear;
          width: 20px;
          color: #fff }
          ul.social-networks li a i:hover {
            background: #fff;
            color: #252626 }
          #footer19 a i.symbol-blog {
            background: #ff6600 }
          #footer19 a i.symbol-facebook {
            background: #4267b2 }
          #footer19 a i.symbol-linkedin {
            background: #0073b1 }
          #footer19 a i.symbol-twitter {
            background: #1da1f2 }
          #footer19 a i.symbol-youtube {
            background: #ff0000 }
          #footer19 a i.symbol-pinterest {
            background: #c8232c }
          #footer19 a i.symbol-weibo {
            background: #ff9933 }
          #footer19 a i.symbol-wechat {
            background: #2cbc00 }
  #footer19 ul.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 20px } 
    #footer19 ul.footer-menu li {
      display: inline-block;
      margin: 2px 0;
      line-height: 14px;
      font-size: 12px } 
	  #footer19 ul.footer-menu li:not(:last-child)  {
		border-right: 1px solid #53565a;
		padding-right: 10px; }
	  #footer19 ul.footer-menu li a {
		font-size: 12px; }
      #footer19 a.mcafee-secure {
        float: right;
        height: 20px;
        width: 50px;
        margin: 0 0 0 20px;
        background-image: url('https://www.mcafee.com/enterprise/en-us/img/v1/common/logo-mcafee-secure.svg')}
        #footer19 a.mcafee-secure img {
          display: none }
  
@media screen and (max-width: 1024px) {
  #footer19 .bg-dark-gray {
    font-size: 12px }
  #footer19 ul.breadcrumb-list li a.symbols-label i.symbol-arrow-forward {
    margin: 0 5px 0 0 }
  #footer19 ul.breadcrumb-list li a.symbols-label span {
    margin: 0 5px 0 0 }}

/* Support footer breadcrumb */
  #footer19 .breadCrumbStyle td:first-child a.breadCrumbAnchor {
    font-family: 'mcafee-symbols' !important; }
  #footer19 .breadCrumbStyle td:first-child a.breadCrumbAnchor:before {
    content: "\e913"; }
  #footer19 .breadCrumbStyle td:first-child span {
	display: none }
  #footer19 a.breadCrumbAnchor span.af_link_text {
    color: #a8a8a8; }
	
 @media screen and (max-width: 767px) {
  #footerRow {
     display: block }
  #footer19 .social {
    justify-content: flex-start }
  #footer19 ul.footer-menu {
    margin-top: 10px; }
  #footer19 a.mcafee-secure {
    margin: 0 0 0 20px }
    #footer19 ul.footer-menu li:not(:last-child) {
      margin-right: 5px;
      padding-right: 5px }} 
@media screen and (min-width: 481px) and (max-width: 575px) {
	#footer19 .col-xs-6:nth-child(odd) {
		padding-right: 5px }
	#footer19 .col-xs-6:nth-child(even) {
		padding-left: 5px }}

#footer19 .container.medium {
  max-width: 1064px; }
#footer19 .footer-menu li:before,
#footer19 .footer-list a:before,
#footer19 .footer-list a:after {
	display: none; }
#footer19 strong {
    font-weight: 600;
	font-size: 14px; }
#footer19 .app-btns {
	margin-bottom: 20px;
	text-align: center !important; }
#footer19 .app-btns p {
	font-style: italic; }
body.modal-open {
    overflow: hidden; }
.modal-open .modal-backdrop,
.modal-open #nhvalink,
.modal-open iframe#aisera-webchat {
    display: none; }
.modal-open .modal {
	background: #333; }
.modal-content .nav-overlay .nav-body {
    height: calc(100vh - 100px); }
.modal-open #header, 
.modal-open .navBarHome,
.modal-open .anchor-links {
    transform: translateY(-110%);
	-webkit-transform: translateY(-110%); }
.modal-content .social-networks .circle-icon-hover:before {
    line-height: 30px; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.modal-open #header, 
.modal-open .navBarHome,
.modal-open .anchor-links,
.modal-open .consumer-link {
    display: none; }
.hero {
	position: absolute !important; }
.hero.x-small {
	position: static !important; }
.hero.small {
	min-height: 550px;
	z-index: 1 }
.modal-open .hero .container,
.modal-open .hero .container-fluid {
	z-index: 0; }
.modal-open .modal {
	bottom: auto;
	position: absolute;
	top: 0;
	z-index: 999; } }
.hero h1 {
	text-align: center; }