#image-navigation {
  display: block;
  overflow: hidden;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 800;
}
#image-navigation a {
  color: #1e2423;
}

/* Mobile Nav */
.mobile-navigation-opened {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.mobile-navigation-opened body {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.mobile-menu-wrapper {
  position: relative;
  top: -5em;
  opacity: 0;
  z-index: 997;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.mobile-menu-wrapper.show {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.mobile-menu-wrapper.show .mobile-nav {
  display: block;
}
.mobile-menu-wrapper .background-overlay {
  display: none;
}
.mobile-menu-wrapper.show .background-overlay {
  background-color: #fff;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.mobile-nav {
  display: none;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  position: fixed;
  top: 3.5em;
  bottom: 0;
  background-color: #FFF;
  z-index: 999;
  margin-top: -3.5em;
  padding-top: 3.5em;
  font-size: 16px;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.mobile-nav li {
  list-style: none;
  line-height: 1;
}
.mobile-nav a {
  text-decoration: none;
}
.mobile-nav * {
  box-sizing: border-box;
}
.mobile-nav li a {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 1.6em 1.6em;
  width: 100%;
  color: #272727;
  font-size: 0.875em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.mobile-nav li a i {
  float: left;
  font-size: 1.3em;
  margin-right: 1em;
}
.mobile-nav li a i.icon-small-business {
  margin-top: 0.2em;
}
.mobile-nav li a i.icon-medium-business {
  font-size: 1.7em;
}
.mobile-nav li a i.icon-enterprise {
  font-size: 1.9em;
}
.mobile-nav li a span {
  display: block;
}
.mobile-nav li a small {
  color: #a1a1a1;
  display: block;
  font-size: 0.786em;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: normal;
}
.mobile-nav li a small.green-top {
  color: #006D5C;
}
.mobile-nav ul.submenu {
  background-color: #fff;
  display: block;
  width: 100%;
  position: fixed;
  right: -101%;
  top: 55px;
  bottom: 0;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
}
.mobile-nav ul.submenu.show {
  right: 0;
  z-index: 999;
  transition: all 0.35s ease 0s;
}
.mobile-nav ul.submenu.show.push-back > li > a {
  opacity: 0.3;
  transition: all 0.2s ease 0s;
}
.mobile-nav ul.submenu ul.submenu {
  top: 55px;
  bottom: 0;
}
.mobile-nav li.back a {
  color: #8f8f8f;
  text-transform: uppercase;
  font-size: 0.688em;
  position: relative;
  padding: 1.6em 1.6em 1.4em 3.8em;
}
.mobile-nav li.back a::before {
  color: #adadad;
  content: "\f053";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  left: 2em;
  top: 40%;
  width: 20px;
}
.mobile-nav li.menu-item-check a {
  position: relative;
}
.mobile-nav li.menu-item-check a::before {
  color: #adadad;
  content: "\e908";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  right: 1.8em;
  top: 35%;
  width: 20px;
  font-size: 1.2em;
}
.mobile-nav li.title {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  cursor: default;
  padding: 1em 1.5em;
}
.mobile-nav li.title > span {
  color: #9c9c9c;
  font-size: 0.688em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.mobile-nav li.title > span > i {
  position: absolute;
  margin-right: 0.3em;
  color: #C8C8C8;
  left: 0;
  top: 0;
  font-size: 1.4em;
  margin-top: -3px;
}
.mobile-nav li.title > span > i.icon-medium-business {
  font-size: 1.6em;
}
.mobile-nav li.title > span > i.icon-enterprise {
  margin-top: -4px;
  font-size: 1.8em;
}
.mobile-nav li.title.has-icon > span {
  padding-left: 3em;
}
.mobile-nav li.splitter {
  background-color: #e6e6e6;
  display: block;
  height: 0.188em;
}
.mobile-nav li.parent > a {
  position: relative;
}
.mobile-nav li.parent > a::before {
  color: #adadad;
  content: "\f054";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 20px;
}

div.menu {
  font-size: 12px;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 16px;
  height: 68px;
}
div.menu li {
  list-style: none;
}
div.menu > ul li.hovered > a {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
div.menu > ul > li {
  list-style-type: none;
  float: left;
  padding: 18px 0;
  display: inline-block;
}
div.menu > ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
div.menu > ul > li.menu-item-has-children > a:after {
  content: '\f078';
  font: normal normal normal 10px/1.7 FontAwesome;
  position: absolute;
  right: 3px;
  top: 7px;
  color: #939393;
}
div.menu > ul > li.hovered a {
  border-left-color: #ffffff;
}
div.menu > ul > li.hovered + li a {
  border-left-color: #f5f5f5;
}
div.menu > ul > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid #e5e5e5;
  color: #1e2423;
  padding: 8px 30px;
}
div.menu > ul > li > a:hover {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
div.menu > ul > li:first-child a {
  border: none;
}
div.menu > ul > li:first-child > ul.sub-menu > li {
  padding: 10px 0;
}
div.menu > ul > li:first-child > ul.sub-menu > li a {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 0 20px;
  border-right: 1px solid #e0e0e0;
}
div.menu > ul > li:first-child > ul.sub-menu > li:last-child a {
  border: none;
}
div.menu > ul > li a {
  text-decoration: none;
  display: inline-block;
}
div.menu > ul > li > ul.sub-menu {
  background: #ffffff;
  position: absolute;
  z-index: 9999;
  width: 100%;
  word-wrap: break-word;
  display: none;
  left: 0;
  top: 107px;
  padding: 40px 40px 40px 337px;
  box-sizing: border-box;
}
div.menu > ul > li > ul.sub-menu > li {
  float: left;
}
div.menu > ul > li > ul.sub-menu > li > a {
  font-size: 12px;
  border: 0;
  padding: 8px 20px;
  text-shadow: 0 0;
  color: #9b9c9f;
  text-transform: uppercase;
}
div.menu > ul > li > ul.sub-menu > li > a:hover {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #1e2423;
}
div.menu > ul > li > ul.sub-menu > li.bolder a {
  text-transform: uppercase;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #373b43;
}
div.menu > ul > li > ul.sub-menu > li.bolder a[href="#"] {
  cursor: default;
}
div.menu > ul > li > ul.sub-menu > li.bolder a[href="#"]:hover {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
div.menu > ul > li.products ul > li {
  width: 33%;
}
div.menu > ul > li.products ul > li > a {
  text-transform: uppercase;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding: 20px;
  color: #1e2423;
}
div.menu > ul > li.products ul > li > a[href="#"] {
  cursor: default;
}
div.menu > ul > li.products ul > li > a:hover {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
div.menu > ul > li.products ul > li > ul.sub-menu > li {
  width: 100%;
}
div.menu > ul > li.products ul > li > ul.sub-menu > li > a {
  font-size: 12px;
  border: 0;
  padding: 8px 20px;
  text-shadow: 0 0;
  text-transform: none;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #9b9c9f;
  cursor: pointer;
}
div.menu > ul > li.products ul > li > ul.sub-menu > li > a:hover {
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #1e2423;
}
/*nxgen header*/
/*******************
	NxGen Header
 *******************/
.menu-toggle {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
  width: 1.375em;
  height: .938em;
  margin-top: -0.125em;
  float: left;
  position: absolute;
  left: 0;
  top: 45%;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #c5c5c5;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-toggle span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 4px;
}
ul.regular > li {
  list-style: none;
}
ul.regular > li > a {
  display: block;
  padding: 0.4em 2em;
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
ul.regular > li > a span {
  font-size: 0.875em;
  opacity: .75;
}
ul.regular > li > a:hover {
  color: #006D5C;
}
ul.regular > li > a:hover span {
  color: #666;
}
ul.regular > li.active > a {
  color: #006D5C;
}
ul.regular > li.active > a span {
  font-size: 0.875em;
  color: #666;
  opacity: .75;
}
ul.regular > li.title h6 {
  margin: 0;
  padding: 0.4em 2.3334em;
  color: #80a3b3;
  line-height: 1.3;
  font-size: 0.75em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}
ul.regular > li.title p {
  margin: 0 2.3334em 0.75em 2.3334em;
  padding-bottom: 0.75em;
  color: #80a3b3;
  color: rgba(130, 130, 130, 0.6);
  line-height: 1.3;
  font-size: 0.75em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #DFEDF1;
}
ul.regular > li.all-products a {
  color: #80a3b3;
  font-size: 0.75em;
  padding: 0.4em 2.3334em;
}
ul.regular > li.all-products a:hover {
  color: #006D5C;
}
.site-top {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 40px;
  min-height: 40px;
  font-size: 16px;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  color: #a9a9a9;
  overflow: hidden;
  background-color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.site-top .container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-top .site-nav .label {
  display: none;
  float: left;
  margin-top: 0.688em;
  cursor: default;
}
.site-top .site-nav .label p {
  color: #a9a9a9;
  font-size: 0.75em;
  line-height: 1.5;
}
.site-top .site-nav .site-selector {
  float: right;
}
.site-top .site-nav .site-selector li {
  list-style: none;
  float: left;
}
.site-top .site-nav .site-selector li a {
  color: #dddddd;
  border-right: 1px solid #444444;
  padding: 1.15em 0.75em;
  display: block;
  font-size: 0.75em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  float: left;
  text-decoration: none;
}
.site-top .site-nav .site-selector li a:hover {
  background-color: #444444;
}
.site-top .site-nav .site-selector li a:before {
  display: none;
  margin-right: 0.75em;
  color: #717171;
}
.site-top .site-nav .site-selector li a span {
  color: #dddddd;
}
.site-top .site-nav .site-selector li.active a {
  background-color: #444444;
}
.site-top .site-nav .site-selector li:first-child a {
  border-left: 1px solid #444444;
}
.site-header {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 998;
  font-size: 16px;
  line-height: 1;
  background-color: #FFF;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.site-header .container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header .site-title {
  float: left;
  padding: 0.8em 0 0.5em;
  line-height: 1;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
}
.site-header .site-title a {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.site-header .site-title a .kaspersky-logo {
  float: left;
  background-image: url('../images/kaspersky_logo.svg?v=20180330');
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: 32px;
  width: 144px;
  margin: 0 auto;
}
.site-header .site-title a .logo-text {
  float: left;
  display: block;
  text-transform: uppercase;
  background: #ED2939;
  font-size: 18px;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 1px 2px 0 1px;
  margin: 6px 0 0 12px;
  color: #fff;
}
.site-header .site-title.has-doodle {
  float: none;
  width: auto;
  margin-right: -0.75em;
  padding-left: 2em;
  text-align: left;
}
.site-header .site-title.has-doodle a .logo-doodle {
  float: left;
  display: block;
  margin-left: 0.5em;
}
.site-header .site-title.has-doodle a .logo-doodle img {
  display: block;
  max-width: 120px;
  height: 32px;
}
.site-header .menu-utility {
  float: right;
  padding: 1.8em 0 0 0;
}
.site-header .menu-utility > li {
  list-style: none;
  float: left;
  position: relative;
}
.site-header .menu-utility > li > ul {
  display: none;
  position: absolute;
  top: 25px;
  left: -207px;
  z-index: 100;
  width: 330px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ddd;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.site-header .menu-utility > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-header .menu-utility > li > ul > li {
  list-style: none;
  border-left: 3px solid transparent;
}
.site-header .menu-utility > li > ul > li > a {
  text-decoration: none;
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
}
.site-header .menu-utility > li > ul > li.active {
  border-color: #009981;
}
.site-header .menu-utility > li > a {
  text-decoration: none;
  font-size: 0.875em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333;
  margin-left: 1.5em;
}
.site-header .menu-utility > li.my-kaspersky li {
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
}
.site-header .menu-utility > li.my-kaspersky li:first-child {
  border-left: none;
}
.site-header .menu-utility > li.my-kaspersky li a {
  text-decoration: none;
  padding-top: 1.5em;
  padding-bottom: 1em;
  font-size: 0.75em;
}
.site-header .menu-utility > li.my-kaspersky li a .font-icons {
  font-size: 1.5em;
  margin-bottom: 0.4em;
}
.site-header .menu-utility > li:first-child {
  margin-left: 0;
}
.site-header .menu-utility li:hover > a {
  color: #006D5C;
}
.site-header .menu-utility li:hover > ul {
  display: block;
}
.site-header .menu-utility > li.dropdown > a {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  padding-bottom: 0.750em;
  padding-top: 0.750em;
}
.site-header .menu-utility > li.dropdown > a:after {
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\f078';
  position: absolute;
  right: 0;
  top: 50%;
  opacity: .5;
  margin-top: -0.5em;
  font-size: 0.5em;
}
.site-header .menu-utility > li.dropdown ul li {
  float: left;
  width: 33.3%;
}
.site-header .menu-utility > li.dropdown ul li:first-child a {
  border-left: 0;
}
.site-header .menu-utility > li.dropdown ul li a {
  float: left;
  height: 100%;
  text-align: center;
  width: 100%;
}
.site-header .menu-utility > li.dropdown ul li a i {
  display: block;
}
.site-header .main-nav {
  clear: both;
  position: relative;
  border-top: 1px solid #EFEFEF;
  zoom: 1;
}
.site-header .main-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-header .main-nav.search-active {
  border-top: 1px solid transparent;
}
.site-header .main-nav.search-active ul.main-menu li {
  display: none;
}
.site-header .main-nav.search-active ul.main-menu li.search {
  width: 100%;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 2px rgba(176, 176, 176, 0.53);
  display: block;
  float: right;
  margin-right: 0;
}
.site-header .main-nav.search-active ul.main-menu li.search form {
  display: block;
}
.site-header .main-nav.search-active ul.main-menu li.search a.close-search {
  display: block;
}
.site-header .main-menu {
  float: left;
  width: 100%;
}
.site-header .main-menu li {
  list-style: none;
}
.site-header .main-menu > li {
  position: relative;
  float: left;
  margin: 0 1em;
}
.site-header .main-menu > li a {
  display: block;
  text-decoration: none;
}
.site-header .main-menu > li > a {
  display: block;
  color: #333;
  font-size: 0.875em;
  line-height: 1;
  padding: 17px 0 16px 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.site-header .main-menu > li > ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  width: 250px;
  padding: 1em 0;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 2px solid #ddd;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.site-header .main-menu > li > ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-header .main-menu > li > ul > li {
  border-left: 3px solid transparent;
  -webkit-transition: border-color 0.15s ease-in;
  -moz-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in;
}
.site-header .main-menu > li > ul > li:hover {
  border-color: #ddd;
  -webkit-transition: border-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.site-header .main-menu > li > ul > li > a {
  padding: 0.4em 10%;
  color: #666;
  font-size: 0.875em;
  line-height: 1.3;
}
.site-header .main-menu > li > ul > li.border-top {
  margin-top: 0.75em;
  padding-top: 0.75em;
  border-top: 1px solid #e9e9e9;
}
.site-header .main-menu > li > ul > li.secondary-list-item a {
  font-size: 0.75em;
  font-weight: 700;
  color: #aaa;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.site-header .main-menu > li > ul > li.secondary-list-item:hover a {
  color: #006D5C;
}
.site-header .main-menu > li > ul > li.active {
  border-color: #009981;
}
.site-header .main-menu > li:first-child {
  margin-left: 0;
}
.site-header .main-menu li:hover > a {
  color: #006D5C;
  border-color: #ddd;
  -webkit-transition: border-color 0.1s ease-in;
  -moz-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
}
.site-header .main-menu li:hover > ul {
  display: block;
}
.site-header .main-menu > li.dropdown > a {
  position: relative;
  padding-right: 1.125em;
}
.site-header .main-menu > li.dropdown > a:after {
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: '\f078';
  position: absolute;
  right: 0;
  top: 50%;
  opacity: .5;
  margin-top: -0.5em;
  font-size: 0.5em;
}
.site-header .main-menu > li.dropdown:hover > a {
  border-color: #ddd;
}
.site-header .main-menu > li.active > a,
.site-header .main-menu > li.active.dropdown:hover > a {
  border-color: #009981;
}
.site-header .main-menu > li.dropdown.mega {
  position: static;
}
.site-header .main-menu > li.dropdown.mega > ul {
  right: 0;
  width: auto;
  padding: 0;
  background: #F6FBFD;
}
.site-header .main-menu > li.dropdown.mega > ul > li {
  position: relative;
  border-left: none;
  margin-left: 75%;
}
.site-header .main-menu > li.dropdown.mega > ul > li.first {
  float: left;
  width: 75%;
  margin-left: 0;
  background: #fafafa;
}
.site-header .main-menu > li.dropdown.mega > ul > li.first:after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 1px;
  background: #E2EDF2;
}
.site-header .main-menu > li.dropdown.mega.mega-small > ul {
  right: auto;
  width: 700px;
}
.site-header .main-menu > li.dropdown.mega.mega-small > ul > li {
  margin-left: 50%;
}
.site-header .main-menu > li.dropdown.mega.mega-small > ul > li.first {
  width: 50%;
  margin-left: 0;
}
.site-header .main-menu li.search {
  float: right;
  margin-right: 0;
}
.site-header .main-menu li.search a {
  float: left;
  font-size: 1em;
  line-height: 1;
  padding: 1.1em 0.3em 0.7em 1em;
}
.site-header .main-menu li.search a i {
  color: #d5d5d5;
}
.site-header .main-menu li.search a:hover i,
.site-header .main-menu li.search a.active i {
  color: #006D5C;
  width: 3.5%;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.site-header .main-menu li.search a.close-search {
  display: none;
  padding: 1.1em 0.8em 0.7em 1em;
  float: right;
}
.site-header .main-menu li.search form {
  display: none;
  float: left;
  width: 90%;
}
.site-header .main-menu li.search form input {
  border: none;
  outline: none;
  font-size: 0.875em;
  margin: 5px 5px 4px 5px;
  padding: 0.7em 4em 0.7em 0.4em;
  box-shadow: none;
}
.site-header .main-menu li.search:hover a {
  border-color: transparent;
}
.site-header .main-menu .featured {
  position: relative;
  margin: 0;
  zoom: 1;
}
.site-header .main-menu .featured:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-header .main-menu .featured li {
  position: relative;
  top: -1px;
  padding: 1.25em 1.5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.site-header .main-menu .featured li > a {
  color: #444;
  font-size: 1.25em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.site-header .main-menu .featured li > a span {
  display: block;
  padding: 0.25em 0;
  font-size: 0.65em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.site-header .main-menu .featured li > a span.surtitle {
  color: #006D5C;
}
.site-header .main-menu .featured li figure {
  float: left;
  width: 70px;
  margin: 0 0.75em 0.75em 0;
}
.site-header .main-menu .featured li figure img {
  max-width: 100%;
}
.site-header .main-menu .featured li .desc {
  margin-top: 0.4em;
}
.site-header .main-menu .featured li .desc p {
  margin-bottom: 0.6em;
  font-size: 0.75em;
  color: #888;
  line-height: 1.3;
}
.site-header .main-menu .featured li .desc p a {
  display: inline;
  color: #006D5C;
}
.site-header .main-menu .featured li .desc p a:hover {
  color: #005346;
}
.site-header .main-menu .featured li.title {
  display: none !important;
}
.site-header .main-menu .featured li .label {
  position: absolute;
  top: 0;
  left: 2.4em;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.625em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bbb;
  -webkit-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-radius-bottomright: 0.3em;
  -moz-border-radius-bottomleft: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}
.site-header .main-menu .featured li .label.red {
  background: #ED2939;
}
.site-header .main-menu .featured li .label.green {
  background: #006D5C;
}
.site-header .main-menu .featured li.promo-menu-item {
  background: #006D5C;
}
.site-header .main-menu .featured li.promo-menu-item > * {
  z-index: 10;
}
.site-header .main-menu .featured li.promo-menu-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(../images/bg-green-overlay-bottom.png);
  background-repeat: no-repeat;
  background-position: top right;
  opacity: .75;
}
.site-header .main-menu .featured li.promo-menu-item > a {
  position: relative;
  color: #fff;
}
.site-header .main-menu .featured li.promo-menu-item > a span {
  color: #fff;
}
.site-header .main-menu .featured li.promo-menu-item .desc {
  position: relative;
}
.site-header .main-menu .featured li.promo-menu-item .desc p {
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
}
.site-header .main-menu .featured li.promo-menu-item .desc p a {
  color: #fff;
}
.site-header .main-menu .featured li.promo-menu-item .thumb {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.5em;
  height: 4em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4em;
}
.site-header .main-menu .featured.section-col-l-3 > li {
  float: left;
  width: 33.3334%;
  box-sizing: border-box;
}
.site-header .main-menu .featured.section-col-l-3 > li:nth-child(3n+1) {
  clear: left;
}
.site-header .main-menu .featured.featured-small {
  padding: 0 1.5em;
}
.site-header .main-menu .featured.featured-small li {
  position: relative;
  top: auto;
  margin-bottom: 1em;
  padding: 1.25em 0 0em 0;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
}
.site-header .main-menu .featured.featured-small li > a {
  font-size: 1em;
}
.site-header .main-menu .featured.featured-small li figure {
  width: 40px;
  margin: 0 1em 1em 0;
}
.site-header .main-menu .featured.featured-small li .desc {
  margin-top: 0.2em;
}
.site-header .main-menu .featured.featured-small li .desc p {
  margin-bottom: 0.3em;
}
.site-header .main-menu .featured.featured-small li:first-child {
  border-top: none;
}
.site-header .main-menu .featured.featured-big li > a {
  margin-top: 1em;
  font-size: 1.625em;
}
.site-header .main-menu .featured.featured-big li figure {
  width: 85px;
  margin: 0 0.75em 0.5em 0;
}
.site-header .main-menu .featured.featured-big li .desc {
  clear: left;
  margin-top: 0;
}
.site-header .main-menu .featured.featured-big li .desc p {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.site-header .main-menu .featured.featured-big li:first-child {
  border-top: none;
}
.site-header ul.regular {
  padding-top: 1.25em;
}
.site-header .main-search {
  float: right;
}
/* .main-nav,
.menu-utility,
.site-top {
  display: none;
} */
/* Mobile Nav */
.mobile-navigation-opened {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.mobile-navigation-opened body {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.mobile-menu-wrapper {
  position: relative;
  top: -5em;
  opacity: 0;
  z-index: 997;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.mobile-menu-wrapper.show {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.mobile-menu-wrapper.show .mobile-nav {
  display: block;
}
.mobile-menu-wrapper .background-overlay {
  display: none;
}
.mobile-menu-wrapper.show .background-overlay {
  background-color: #fff;
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 900;
}
.mobile-nav {
  display: none;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  position: fixed;
  top: 3.5em;
  bottom: 0;
  background-color: #FFF;
  z-index: 999;
  margin-top: -3.5em;
  padding-top: 3.5em;
  font-size: 16px;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.mobile-nav li {
  list-style: none;
  line-height: 1;
}
.mobile-nav a {
  text-decoration: none;
}
.mobile-nav * {
  box-sizing: border-box;
}
.mobile-nav li a {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 1.6em 1.6em;
  width: 100%;
  color: #272727;
  font-size: 0.875em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.mobile-nav li a i {
  float: left;
  font-size: 1.3em;
  margin-right: 1em;
}
.mobile-nav li a i.icon-small-business {
  margin-top: 0.2em;
}
.mobile-nav li a i.icon-medium-business {
  font-size: 1.7em;
}
.mobile-nav li a i.icon-enterprise {
  font-size: 1.9em;
}
.mobile-nav li a span {
  display: block;
}
.mobile-nav li a small {
  color: #a1a1a1;
  display: block;
  font-size: 0.786em;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: normal;
}
.mobile-nav li a small.green-top {
  color: #006D5C;
}
.mobile-nav ul.submenu {
  background-color: #fff;
  display: block;
  width: 100%;
  position: fixed;
  right: -101%;
  top: 55px;
  bottom: 0;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15);
  overflow-y: scroll;
}
.mobile-nav ul.submenu.show {
  right: 0;
  z-index: 999;
  transition: all 0.35s ease 0s;
}
.mobile-nav ul.submenu.show.push-back > li > a {
  opacity: 0.3;
  transition: all 0.2s ease 0s;
}
.mobile-nav ul.submenu ul.submenu {
  top: 55px;
  bottom: 0;
}
.mobile-nav li.back a {
  color: #8f8f8f;
  text-transform: uppercase;
  font-size: 0.688em;
  position: relative;
  padding: 1.6em 1.6em 1.4em 3.8em;
}
.mobile-nav li.back a::before {
  color: #adadad;
  content: "\f053";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  left: 2em;
  top: 40%;
  width: 20px;
}
.mobile-nav li.menu-item-check a {
  position: relative;
}
.mobile-nav li.menu-item-check a::before {
  color: #adadad;
  content: "\e908";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  right: 1.8em;
  top: 35%;
  width: 20px;
  font-size: 1.2em;
}
.mobile-nav li.title {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  cursor: default;
  padding: 1em 1.5em;
}
.mobile-nav li.title > span {
  color: #9c9c9c;
  font-size: 0.688em;
  font-family: "MuseoSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.mobile-nav li.title > span > i {
  position: absolute;
  margin-right: 0.3em;
  color: #C8C8C8;
  left: 0;
  top: 0;
  font-size: 1.4em;
  margin-top: -3px;
}
.mobile-nav li.title > span > i.icon-medium-business {
  font-size: 1.6em;
}
.mobile-nav li.title > span > i.icon-enterprise {
  margin-top: -4px;
  font-size: 1.8em;
}
.mobile-nav li.title.has-icon > span {
  padding-left: 3em;
}
.mobile-nav li.splitter {
  background-color: #e6e6e6;
  display: block;
  height: 0.188em;
}
.mobile-nav li.parent > a {
  position: relative;
}
.mobile-nav li.parent > a::before {
  color: #adadad;
  content: "\f054";
  display: block;
  font-family: "font-icons";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 40%;
  width: 20px;
}

.site-logo {
  display: block;
  width: 245px;
  height: 40px;
  background: transparent url('../images/logo.svg?ver=20190531') left center no-repeat;
  background-size: contain;
}

.main-nav, .menu-utility, .site-top {
  display: none;
}


@media screen and (max-width: 768px) {
  body {
    padding-top: 4em !important;
  }
  body .site-header {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
  }
  html:not(.padd) {
    margin-top: 0 !important;
  }
  .mobile-navigation-opened .site-header {
    position: fixed !important;
  }
}

@media screen and (min-width:769px) {
  .main-nav,
  .menu-utility,
  .site-top {
    display: block
  }
  .menu-toggle,
  .mobile-nav {
    display: none
  }
  .site-header .site-title {
    padding-top: 16px;
    padding-bottom: 17px;
    width: auto
  }
  .site-header .site-title.has-doodle {
    float: left;
    margin-right: auto;
    padding-left: 0
  }
  body.sticky-header-on .site-top {
    display: none
  }
  body.sticky-header-on .site-header {
    position: fixed;
    width: 100%
  }
  .page-subheader2 {
    margin-bottom: 1em;
    padding-top: 2.5em;
    padding-bottom: 0
  }
  .page-subheader2 .title-part {
    float: left;
    width: 70%
  }
  .page-subheader2 .search-part {
    float: right;
    width: 24%
  }
  .page-subheader2 .page-title-intro {
    text-align: left
  }
  .page-subheader2 .page-title {
    font-size: 2.25em;
    position: relative;
    left: -.05em;
    text-align: left
  }
  .page-subheader2 .page-desc {
    font-size: 1.25em;
    position: relative;
    padding: 0 10% 0 1em;
    text-align: left
  }
  .page-subheader2 .page-desc:before {
    content: '';
    position: absolute;
    left: 0;
    top: .25em;
    bottom: .25em;
    width: 4px;
    background: #009981
  }
  .page-subheader2 .page-subtitle {
    text-align: left
  }
  .page-subheader2 .page-info {
    display: block;
    min-height: 3em;
    margin-bottom: 1em
  }
  .page-subheader2 .page-info:first-child {
    margin-top: -2.5em
  }
  .page-subheader2 .page-welcome {
    float: left;
    width: 72%;
    margin-bottom: 1.5em;
    padding-bottom: 0;
    border-bottom: none
  }
  .page-subheader2 .sidebar {
    position: relative;
    float: right;
    width: 25%;
    margin-top: 1em
  }
  .page-subheader2 .author-info {
    text-align: left
  }
  .page-subheader2 .author-info .page-title {
    margin-bottom: .25em
  }
  .page-subheader2 .author-info .avatar {
    float: left;
    margin: 0 1em 1em 0
  }
  .page-subheader2 .author-info .author-description {
    padding-top: .5em;
    text-align: left
  }
  .page-subheader2 .author-info .author-description:before {
    display: none
  }
  .home .page-subheader2 .widget-search {
    margin-bottom: .5em
  }
}

@media screen and (min-width:885px) {
  .site-top .site-nav .label {
    display: block
  }
}

@media screen and (min-width:1024px) {
  .site-top .site-nav .site-selector li a {
    padding-left: 1.15em;
    padding-right: 1.15em
  }
  .site-top .site-nav .site-selector li a:before {
    display: inline-block
  }
}







@media only screen and (max-width:1360px) {
  div.menu>ul>li:first-child>ul.sub-menu>li {
    width: 150px
  }
  div.menu>ul>li:first-child>ul.sub-menu>li a {
    border: none;
    padding: 0 20px
  }
}

@media only screen and (max-width:1305px) {
  div.menu>ul>li a {
    padding: 8px 25px
  }
}

@media only screen and (max-width:1225px) {
  div.menu>ul>li a {
    padding: 8px 20px
  }
}

@media only screen and (max-width:1145px) {
  div.menu>ul>li a {
    padding: 8px 15px
  }
}

@media only screen and (max-width:1075px) {
  div.menu>ul>li a {
    padding: 8px 10px
  }
  div.menu>ul>li.menu-item-has-children>a {
    margin: 0
  }
  div.menu>ul>li.menu-item-has-children>a:after {
    display: none
  }
  #site-heading #products-menu div.products-menu>ul>li.font-icons {
    padding: 0
  }
  #site-heading #products-menu div.products-menu>ul>li.font-icons:before {
    display: none
  }
}

@media only screen and (max-width:957px) {
  div.menu>ul>li a {
    padding: 8px 5px
  }
}



/*
#wpadminbar {
  display: none;
  z-index: 999999
}

#daily-btn-hide-admin-bar,
#daily-btn-show-admin-bar {
  font: 400 16px/1 dashicons
}

#daily-btn-show-admin-bar {
  text-decoration: none!important;
  position: fixed;
  top: -50px;
  right: 5px;
  z-index: 1000000;
  background-color: #333;
  color: #ccc;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}

#daily-btn-show-admin-bar:before {
  top: 1px;
  right: 4px;
  content: '\f120';
  color: inherit
}

#daily-btn-show-admin-bar:hover {
  color: #00B9EB;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}

#daily-admin-bar-toggle-li #daily-btn-hide-admin-bar {
  color: #c00;
  padding: 7px 5px;
  vertical-align: middle;
  margin: 0
}

#daily-admin-bar-toggle-li #daily-btn-hide-admin-bar:hover {
  color: #c00
}

#daily-btn-hide-admin-bar:before {
  content: '\f343'
}

.rotate {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}

.opaque {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -ms-transition-duration: .5s;
  transition-duration: .5s
}

body.mobile #daily-btn-show-admin-bar {
  display: none
}

body.mobile #wpadminbar {
  display: none!important
}


.site-main {
  min-height: 150vh;
} */
