@charset "UTF-8";

/* hide Avira Security */
.category-360000158358 {
  display: none !important;
}

/* Pop up floating */
#floatingDiv {
    position: absolute;
    top: 250px; 
    cursor:grab; 
    border-radius: 15px;
    display: none;
}
#take-me-to-offer {
      position: absolute;
      bottom: 21px;
      left: 15px;
      padding: 16px 12px;
      background-color: #168901;
      color: #eee;
      text-decoration: none;
      border-radius: 3px;
      font-family: "KievitWebPro-Regular", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  #title-inner {
      position: absolute;
      top: 20px;
      opacity: 0.5;
      font-size: 12px;
      color: #000;
      padding: 1px 0px 0px 10px; 
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  #title-inner p {
      font-weight: 400;
      font-family: "KievitWebPro-Regular", sans-serif;
      margin: 5px; 
  }
  #title-inner .popup-text:first-of-type {
      font-size: 16px;
  }
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}

/** Toggle Prime Phone Numbers **/
.prime-submenu a.collapsed:before {
    content: "🔽 -   ";
}
.prime-submenu a:not(.collapsed):before {
    content: "🔼 -   ";
}
.prime-submenu a:not(.collapsed)+div {
   display:none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}


body {
  background-color: #FFFFFF;
  color: rgba(66, 66, 66, 1);
  font-family: KievitWebPro-Regular;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.visibility-hidden {
  display: none;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
  body .modal {
    top: 90px;
  }
  body .policymodal {
    top: 50px;
    height: 92%;
    max-height: 760px;
  }
  .header-language {
    padding-left:13px;
  }
}
/** policy modal **/
@media (max-width: 1023px){
  .policymodal{
    height: 29%;
  }
}
@media (max-width: 769px){
  .policymodal{
    height: 26%;
  }
}
@media (max-width: 481px){
  .policymodal{
    height: 32%;
  }
}
@media (max-width: 320px){
  .policymodal{
    height: 34%;
  }
}

/*** End of policy modal **/


h1, h2, h3, h4, h5, h6 {
  font-family: KievitWeb-Bold;
  font-weight: 400;
  margin-top: 0;
}
.blocks-item-title {
  font-family: KievitWebPro-Regular;
  font-weight: 400;
  margin-top: 0;
}
p {
  font-weight: 400;
  font-family: KievitWebPro-Regular;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(0, 119, 204, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(0, 119, 204, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZPBCV86Q6J7AMWGT2HR7D13) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 119, 204, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 119, 204, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Breadcrumbs *****/
.sub-nav.generic-header {
  margin-top: 10px;
}

/***** Buttons *****/
.button.article-vote {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 20px;
}
.button, [role="button"] {
  border: 1px solid rgba(0, 119, 204, 1);
  border-radius: 4px;
  color: rgba(0, 119, 204, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
.btn.btn-large, .home-btn {
  border: 1px solid #07c;
  border-radius: 3px;
  font-weight: bold;
  font-family: KievitWeb-Bold;
  font-size: 15px;
  display: table;
  margin: 30px auto 0 auto;
}
.btn.btn-border {
  border: 1px solid #07c;
  border-radius: 3px
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(0, 119, 204, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #003c66;
  border-color: #003c66;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: rgba(0, 119, 204, 1);
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

.button_new-post {
  float: right;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}
  img.chatbutton{
    cursor:pointer;
    margin-top: 15px;
  }


.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #003c66;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #757575;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(66, 66, 66, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 119, 204, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 119, 204, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}
.third-step .form-field .nesty-input {
  font-size:14px;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 119, 204, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #757575;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZPBCE3G6NY6V9HY0C59CKGJ) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #757575;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size:14px;
  margin-top:30px;
}

.form .suggestion-list label {
  border-bottom:1px solid #ddd;
  display: block;
  padding-bottom:5px;
  margin-bottom: 10px;
}

.form .suggestion-list li {
  padding: 3px 0;
}

.form .suggestion-list li a:visited {
  color:darken($link)color, 20%);
}

/***** Header *****/
.header {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
  align-items: center;
  display: flex;
  z-index: 1000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 84px;
  justify-content: space-between;

}
.header .container.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 5px 0px;
  width: 100%;
}

.header .nav-wrapper {
  display: inline-block;
  width: 100%;
}
.notice p {
  padding-left: 30px;
  font-size: 16px;
}
.notice {
  width: 100%;
  /* Blue */
  background-color: #07c;
  /* Yellow */
  /* background-color: #EDC033; */
  color: #fff;
  display: inline-block;
  text-align: left;
}
.header-nav-bar a:hover, .header-nav-bar button:hover {
  color: #07c;
}
@media(min-width:1024px){
  .nav-bar-section-tab.has-submenu>a:before, .nav-bar-section-tab.has-submenu>button:before {
    font-size: 17px;
    height: 10px;
    line-height: 1;
    position: absolute;
    top: 39%;
    right: 0px;
    margin-top: 0px;
    font-family: 'avira';
    font-weight: 600 !important;
    content: "\f107";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
}

.nav-bar-section-tab.open>.dropdown-menu {
  top: 81px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.btn.with-image.dropdown-toggle .user-avatar {
  display: none;
}

.nav-section-menu {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  border: none;
  border-radius: 0;
  background: #fff;
}
.dropdown-menu {
  font-size: 18px;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 8px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.nav-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-section-tab.open>a:after, .nav-bar-section-tab.open>button:after {
  right: 0;
  left: 0;
}

.nav-bar-section-tab>a:after, .nav-bar-section-tab>button:after {
  position: absolute;
  right: 51%;
  bottom: -3px;
  left: 51%;
  display: block;
  content: '';
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 3px solid #07c;
}

.nav-bar-section-tab.has-submenu.open>a:before, .nav-bar-section-tab.has-submenu.open>button:before {
  content: "\f106";
}

.nav-menu-platforms {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.section-has-platforms .nav-menu-subcategories {
  padding-top: 15px;
  padding-left: 0;
}
body .nav-menu-subcategories {
  font-size: 16px !important;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-subcategory__title {
  font-family: KievitWeb-Bold,Helvetica,Arial;
  margin: 0 0 20px;
}

.header-nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-has-platforms .nav-menu-subcategory li.is-active {
  position: relative;
  z-index: 99;
  left: 0;
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
}

.section-has-platforms .nav-menu-subcategory li {
  position: absolute;
  left: -9999999px;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}

.nav-menu-subcategory li {
  margin: 19px 0 0;
}

.nav-menu-subcategory li a {
  text-decoration: none;
}


.color-white {
  color:#fff;
}

#user #user-dropdown {
  min-width: auto;
}

@media(min-width: 1024px){
  .nav-bar-section-tab .dropdown-menu {
    display: block!important;
  }
  .header-nav-bar nav#user-nav a {
    margin: 0px 10px;
  }
  .login[data-auth-action="signin"]:before {
    position: relative;
    right: 0px;
    top: 1px;
    margin-right: 5px;
  }
  body #user #user-name {
    font-size: 20px !important;
    line-height: 33px;
  }
  .nav-wrapper a.login,
  body #user #user-name {
    font-size: 16px !important;
    position: relative;
  }
  .login[data-auth-action="signin"]:before {
    top: 4px;
    font-size: 16px;
    line-height: 27px;
  }
  body #user #user-name:before {
    top: 4px;
    font-size: 16px;
    line-height: 23px;
  }
  .nav-bar-section.nav-bar-section-secondary a {
    font-size: 16px;
  }
  .preheader .header-nav-bar__inner {
    top: 115px;
  }
  .header-logo {
    width: 96px !important;
    height: 30px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .nav-bar-section-tab,
  .right-section-tabs__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-bar-section-tab > button,
  .nav-bar-section-tab > a,
  .right-section-tabs__item__link {
    width: 100%;
  }
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
  }
}

.logo a {
  margin-top: 5px;
  display: inline-block;
}
.logo img {
  max-height: 45px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

@media(min-width: 1024px){
  .nav-wrapper a {
    border: 0;
    color: rgba(0, 119, 204, 1);
    display: none;
    font-size: 14px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 119, 204, 1);
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-right: 29px;
}
.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(0, 119, 204, 1);
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(0, 119, 204, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(0, 119, 204, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #424242;
  padding-right: 15px;
  display: none;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: block;
  font-size: 14px;
}

#user #user-name {
  color:#424242;
  font-size: 18px;
  padding-right: 23px;
  position: relative;
}

#user #user-name:before,
.login[data-auth-action="signin"]:before{
  content: "\e915";
  font-family: 'avira';
  position: absolute;
  right: 0px;
  background: transparent;
  width: 21px;
  height: 22px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover,
.header-language .language-selector .dropdown-toggle:hover,
.header-language .language-selector:hover span.iconav-globe.icon-switcher {
  color:#07c !important;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent::before {
  display: none !important;
}
.avatar .icon-agent::before {
  background-color: rgba(0, 119, 204, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}


/* ----------------- Component "components-footer" START ----------------- ***/
.footer {
  background-color: #f9f9f9;
  padding: 40px 0 0;
  font-size: 16px;
}
.footer__logo-icon {
  display: inline-block;
  background-color: #db0d15;
  width: 60px;
  height: 60px;
  padding: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 55px;
  line-height: 75px;
}
.top-footer {
  background-color: #f9f9f9;
  padding: 40px 0 0;
  margin-top: 60px;
  display: inline-block;
  width: 100%;
}
.footer__logo-icon:hover {
  color: #fff;
}
.footer__counter {
  text-align: center;
  color: #454545;
  font-family: 'KievitWebPro-Light', Helvetica, Arial;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 40px;
  margin: 0 0 25px;
}
.footer__counter__digits {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 5px;
}
.footer__counter__text {
  font-size: 24px;
  margin: 0;
}
.footer__menu {
  padding: 0 0 40px;
  margin-bottom: 55px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: relative;
}
.footer__menu:before {
  content: "";
  background-color: #e8e8e8;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.footer__menu-last {
  padding: 0;
}
.footer__menu-last:before {
  display: none;
}
.footer__menu__title {
  font-size: 16px;
  font-family: 'KievitWebPro-Regular', Helvetica, Arial;
  margin: 0 0 25px;
  padding: 0 0 13px;
  text-transform: uppercase;
  position: relative;
}
.footer__menu__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  border-bottom: 1px solid;
}
.footer__menu__list {
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}
.footer__menu__list li {
  margin: 0 0 5px;
}
.footer__menu__list li a {
  text-decoration: none;
  color: #424242;
}
.footer__menu__list li a:hover {
  color: #07c;
}
.footer__menu__list li sup {
  font-size: 8px;
}
.footer__menu__list ul {
  margin: 7px 0 20px 10px;
}
.footer__menu__list ul li {
  margin: 0;
  padding-left: 0;
}
.footer__menu__list ul li:before {
  display: none;
}
.footer__menu__list ul li a {
  position: relative;
  padding-left: 11px;
}
.footer__menu__list ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #424242;
}
.footer__menu__list ul li a:hover:before {
  background-color: #07c;
}
.footer__bottom {
  background-color: #454545;
  padding: 20px 0;
  color: #bbbbbb;
}
.footer__useful {
  float: right;
  padding: 0 5px 0 0;
  list-style-type: none;
  margin: 0;
}
.footer__useful li {
  float: left;
  margin: 0 25px 0 0;
}
.footer__useful li a {
  font-size: 15px !important;
  color: #bbbbbb;
  text-decoration: none;
}
.footer__useful li a:hover {
  text-decoration: underline;
}
.footer__copy {
  margin: 0;
  float: right;
  color: #bbb;
  font-size: 15px;
  line-height: 27px
}
.footer__info {
  margin: 13px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.article-body summary:focus {
  outline: none !important;
}
.article-body details.opened summary {
  position: absolute;
}
.article-body details summary {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
}
.article-body details.opened {
  padding: 80px 15px 15px 15px;
}
.article-body details {
  border: 1px solid #ededed;
}
.article-body details {
  background: #fdfdfd;
  position: relative;
  margin-bottom: 9px;
  border-radius: 2px;
  cursor: pointer;
}
.social {
  padding: 0 0 22px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 55px;
  text-align: center;
}
.social__list {
  margin: 0;
  padding: 0;
}
.social__list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.social__list__link {
  font-size: 30px;
  color: #939393;
  text-decoration: none !important;
}
.social__list__link:hover,
.social__list__link:focus {
  color: #939393 !important;
}
.social__list__link span {
  font-size: 0;
  visibility: hidden;
}
.footer__logo-icon:hover,
.footer__logo-icon:focus {
  color:#fff !important;
  text-decoration: none !important;
}
.language-selected-button {
  border: 1px solid #fff;
  height: 40px;
  border-radius: 3px;
  background: none;
  color: #fff;
  padding: 0 25px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.language-selected-button:hover {
  background-color: #fff;
  color: #454545;
}
.avr-ic-langcaret {
  font-size: 9px;
  margin-left: 5px;
}
.avr-ic-langcaret:before {
  content: "\e910";
}
.language-selector.open .avr-ic-langcaret:before {
  content: "\e90d";
}
.footer .language-selector .dropdown-menu {
  bottom: 50px;
  border-radius: 4px;
  border: 1px solid #ededed;
  min-width: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1px;
}
.header-language .language-selector .dropdown-menu a:after {
  position: absolute;
  content: '';
  top: -6px;
  right: 32px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.header-language .language-selector .dropdown-menu a:before {
  position: absolute;
  content: '';
  top: -7px;
  right: 31px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d8d8d8;
  border-left: 7px solid transparent;
}
span.dropdown-menu.dropdown-menu-end {
  display: table;
  font-size: 17px;
  top: -110%;
}
.footer .language-selector .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 15px;
  bottom: -6px;
}
.language-selector .dropdown-menu li {
  padding: 1px 0;
  border-top: 1px solid #ededed;
}
.language-selector .dropdown-menu li a {
  text-decoration: none;
  padding: 8px 15px;
  font-size: 17px;
  background-color: #fff;
}
.language-selector .dropdown-menu li:first-child,
.language-selector .dropdown-menu li:first-child.selected + li {
  border-top: none;
}
.language-selector .dropdown-menu li:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.language-selector .dropdown-menu li.selected a {
  background: #07c;
  color: #fff;
  border-radius: 4px;
}
.avr-ic-menucaret {
  font-size: 8px;
  margin-right: 3px;
  display: inline !important;
  position: relative;
  top: -1px;
}
.avr-ic-menucaret:before {
  content: "\e90d";
}
.avr-ic-menucaret.active:before {
  content: "\e910";
}

.modal-content.phones-container table p {
  margin: 0px;
}

@media (max-width: 1199px) {
  body .nav-menu-subcategory {
    margin-left: 0px !important;
    width: 100% !important;
  }
  body .nav-menu-subcategory.showthis {
    margin: 0 0 0 0px;
    width: 100%;
  }
  .header .container.flex {
    padding: 5px 22px;
  }
  body .modal {
    top: 20px;
    left: 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  body .policymodal {
    top: 0px;
    left: 0px !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  body #user #user-dropdown {
    left: 0px;
  }
  .footer__menu__list ul {
    margin-left: 15px;
  }
  .footer__info {
    margin: 2px 0 0;
  }
  .footer__info--narow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer__useful {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer__useful li {
    float: none;
    margin: 0 0 0 25px;
    display: inline-block;
  }
  .footer__copy {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 5px;
  }
  .footer-right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .header .user-nav {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  body .nav-menu-subcategory.showthis {
    margin: 0 0 0 0px;
    width: 100%;
  }
  #user-nav a {
    display: block;
    font-size: 20px;
  }
  body .hero {
    height: 280px;
  }
  body .notice p {
    padding-left: 5px;
  }
  body .search input[type="search"] {
    height: 50px;
  }
  body .staging-heading {
    font-size: 38px;
    line-height: 42px;
  }
  body .nav-wrapper a.login {
    font-size: 20px;
    padding-right: 29px;
    padding-left: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
  }
  body .header .container.flex {
    padding: 5px 5px;
  }
  .user-info .btn.with-image.dropdown-toggle {
    padding-left: 0px !important;
  }
  body .logo img {
    max-height: 30px;
  }
  #user #user-name {
    display: inline-block;
    font-size: 18px;
  }
  .footer__menu:before {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .footer__menu__list ul {
    margin-left: 0;
  }
  #user #user-name:before,
  .login[data-auth-action="signin"]:before {
    position: relative !important;
    right: -2px;
    font-size: 17px;
    margin-right: 11px !important;
  }
  .header-language span.iconav-globe.icon-switcher {
    left: 2px;
    width: 18px;
  }
  .header-language .language-selector .dropdown-toggle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px 0 25px !important;
    border-bottom: 1px solid #ddd;
  }
  .header-language .language-selector .dropdown-menu {
    width: 100%;
    position: relative;
    border: 0px none;
    bottom: 0px;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2 !important;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 10px 0px;
  }
  body span.iconav-globe.icon-switcher {
    top: 25px;
  }
  .header-language .language-selector .dropdown-menu a:before,
  .header-language .language-selector .dropdown-menu a:after{
    display: none;
  }
  .header-language .dropdown.language-selector {
    width: 100%;
  }
  .header-language .dropdown.language-selector {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .header-language .dropdown-menu [role="menuitem"] {
    padding: 7px 40px 7px 25px;
  }
  body .btn.with-image.dropdown-toggle.active-avatar .user-avatar {
    float: left !important;
    margin-right: 10px;
    max-width: 19px;
    height: 19px;
	}
}
@media (max-width: 767px) {
  .modal-content.phones-container {
    overflow: scroll;
    height: 90vh;
  }

  .modal-content.policy-container {
    overflow: scroll;
    height: 90vh;
  }

  .sub-nav.generic-header {
    margin-bottom: 0px;
  }
  .no-mrg-xs {
    margin: 0px;
    padding: 0px;
  }
  .section-container,
  .page-header-top .flex.space-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body .gray-bg {
    padding: 15px 15px;
  }
  .social {
    margin: 0;
    border: none;
  }
  .social__list__link {
    font-size: 40px;
    color: #000;
  }
  .footer {
    padding: 30px 0 0;
  }
  .footer__logo-icon {
    margin: 0;
  }
  .footer__counter {
    padding: 0 0 25px;
    margin: 0;
    border: none;
  }
  .top-footer {
    padding: 30px 0 0;
  }
  .footer__counter__digits {
    font-size: 50px;
    font-size: 5rem;
  }
  .footer__counter__text {
    font-size: 20px;
    font-size: 2rem;
    color: #bbbbbb;
  }

  .footer__menu {
        padding: 0;
        margin-bottom: 35px;
        display: block !important;
    }
  .top-footer .container {
    padding: 0px 0px;
}
    .footer-title-open .footer__menu__list {
      display: block;
      margin: 0;
  	}
    .footer__menu__list {
        margin: 0 0 10px;
        display: none
    }
    .footer__menu__list li {
        margin: 0;
        padding: 10px 25px 10px 30px
    }
    .footer__menu__title {
        border-top: 1px solid rgba(194, 194, 194, .25);
        padding: 15px 25px 15px 30px;
        margin: 0;
        font-size: 20px;
        text-transform: none
    }
      .footer-title-open {
        background: #f2f2f2;
    }
    .footer-title-open .footer__menu__title:before {
        content: "\f106";
    }
  	.footer-title-open .footer__menu__title:after {
        display: block;
        left: 30px;
    }
    .footer__menu__title:before {
        position: absolute;
        left: 3px;
        top: 50%;
        content: "\f107";
        font-family: "avira";
        font-size: 20px;
        margin-top: -11px;
        color: #07c;
        line-height: 1;
    }
  .footer-title-open .footer__menu__title {
    margin-bottom: 7px;
}
  .footer__menu .col-sm-3 {
    padding: 0px 5px;
}
    .footer__menu__title:after {
        display: none
    }
    .footer__menu:before {
        display: none
    }
    .footer__menu [class^=col-]:first-child .footer__menu__title {
        border-top: none
    }

  .footer__menu__list li a {
    display: block;
    padding: 0px;
  }
  .footer__bottom {
    padding: 30px 0 25px;
  }
  .footer__useful {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .footer__useful li {
    display: inline-block;
    float: none;
    margin: 0 15px;
  }
  .footer__copy {
    float: none;
    text-align: center;
    margin-top: 10px;
    line-height: 20px;
  }
  .footer__info--narow {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-right-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .language-selector .dropdown-menu {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 70%;
  }
  .language-selector .dropdown-menu:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .language-selected-button {
    width: 100%;
    height: 50px;
  }

  body div.flx-inline .is-logged {
    margin-left: 5px;
  }
  body .btn.btn-large {
    font-size: 15px;
    padding: 15px;
  }
  body .form-header {
    font-size: 21px;
  }
  body .checkfields .form-field label {
    font-size: 16px;
    line-height: 26px;
  }
  body span.line {
    display: none;
  }
  body .checkfields .form-field.request_custom_fields_360001777858 {
    margin-top: 10px;
  }
  body .s-sline {
    display: inline-block;
    margin-bottom: 18px;
    width: 100%;
  }
  body .s-sline .form-field {
    width: 100%;
    margin-top: 15px;
  }
  body .f-sline {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  body .switch-lane .btn-switch {
    min-width: 100% !important;
    padding: 9px 8px;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 4px;
}
  .social__list li {
    margin: 0 10px;
  }
  .footer__info--narow {
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.33333333%;
  }
  .language-selector .dropdown-menu {
    width: 100%;
  }
  body .products-categories {
    display: inline-block;
    margin-top: 15px;
  }
  body .products-categories .form-field {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  body .products-container {
    flex-direction: column;
    margin-top: 0px;
  }
  body .products-container .form-field {
    width: 100%;
  }
}
.ie8 .footer__menu,
.ie9 .footer__menu,
.ie10 .footer__menu,
.ie11 .footer__menu {
  border-bottom: 1px solid #e8e8e8;
}
.ie8 .footer__menu:before,
.ie9 .footer__menu:before,
.ie10 .footer__menu:before,
.ie11 .footer__menu:before {
  display: none;
}
.ie8 .footer__menu-last,
.ie9 .footer__menu-last,
.ie10 .footer__menu-last,
.ie11 .footer__menu-last {
  border: none;
}
/* ----------------- Component "components-footer" END ----------------- ***/

/***** Footer *****/
.footer {
  border-top: 0px none;
  margin-top: 0px;
  padding: 20px 0;
  background-color: #454545;
}

.footer a {
  color: #bbb !important;
}
.header-language .language-selector .dropdown-toggle {
  padding: 0 25px 0 0;
}
.language-selector .dropdown-toggle {
  height: 40px;
  padding: 0 25px 0 25px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 3px;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header-top.additional-bottom-margin {
  margin-bottom: 15px;
}
.language-selector .dropdown-toggle:hover {
  color: #454545 !important;
  background-color: #fff;
}

.footer .dropdown-menu [role="menuitem"] {
  color: #333 !important;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #757575;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #757575;
  display: inline;
  font-weight: 300;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #bbbbbb;
}
body .breadcrumbs li a {
  color: #434343 !important;
  font-size: 12px;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
  color: #434343;
}

.breadcrumbs li a:visited {
  color: rgba(0, 119, 204, 1);
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #999;
  height: 60px;
  padding-left: 20px;
  padding-right: 40px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(0, 119, 204, 1);
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #bab9b9;
  content: "\e921";
  font-size: 18px;
  position: absolute;
  right: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #fff;
}

/***** Hero component *****/
.hero {

  background-image: url("/hc/theming_assets/01HZPBBTZ9ZB8RBCE582YD9DAA");
  background-position: center;
  background-size: cover;
  height: 150px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
}

.hero-inner {
  position: relative;
  display: table;
  width: 100%;
}
.hero-inner form {
  max-width: 550px;
  margin: 0 auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbbbbb;
  opacity: 1; /* Firefox */
  font-family: KievitWebPro-Light;
  font-style: italic;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbbbbb;
  font-style: italic;
  font-family: KievitWebPro-Light;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbbbbb;
  font-style: italic;
  font-family: KievitWebPro-Light;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
.header {
  position:relative;
}

.header:after {
  position: absolute;
  z-index: 1003;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.05);
  box-shadow: 0 3px 0 0 rgba(0,0,0,.05);
}

.header-nav-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.logo {
  position: relative;
  z-index: 1092;
}

.nav-bar-section.nav-bar-section-secondary {
  position: relative;
  z-index: 1092;
}

.header-nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-bar-section-tab {
  display: inline-block;
}

.nav-bar-section-tab>a, .nav-bar-section-tab>button {
  line-height: 84px;
  position: relative;
  z-index: 1004;
  display: inline-block;
  margin-left: 20px;
  padding: 0 22px 0 2px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: 0 0;
}

.logo {
  padding-right: 35px;
}

.header-nav-bar a, .header-nav-bar button {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-decoration: none;
  color: #424242;
  outline: 0;
  font-size: 18px;
  text-decoration: none !important;
}

.staging-heading {
  color: #000;
  font-size: 48px;
  margin: 0px;
  line-height: 52px;
}
.community-heading {
  color: #fff;
  font-size: 47px;
  margin: 0px;
  line-height: normal;
}
.community-banner-footer {
  margin: 0px;
  color: #fff;
  padding:5px;
  font-size:20px;
}
.staging-intro {
  color: #000;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 40px;
}
.hero-inner1{
  position:relative;
  text-align: center;
}
.hero-inner2{
  position: absolute;
  top: 20px;
  left: 36px;
 }
.community-intro {
  color: #fff;
  font-size:18px;
  text-align: inherit;
}
.hero-inner3{
position:absolute;
background-color:rgb(41, 118, 201);
border-radius:3px;
left:36px;
bottom:35px;
}

.hero-inner3 p {
color: #fff;
text-decoration: none;
background-color:rgb(41, 118, 201);
padding: 4px 11px;
font-size:30px;
border-radius: 3px;
}
.hero-inner3 p:hover{
  background-color:rgb(51, 102, 255);
}
.hero-inner4{
position:absolute;
background-color: #168900;
border-radius:3px;
left:36px;
bottom:35px;
}
.hero-inner4 p, .hero-inner4 a {
color: #eee;
text-decoration: none;
padding: 0px 25px;
font-size:20px;
border-radius: 3px;
}
.hero-inner4 p:hover{
 color: #fff;
}
.hero-inner5{
  position: absolute;
  top: 20px;
  left: 36px;
  text-align: left;
  line-height: 0.5;
 }
@media (max-width: 768px) {
  .hero-inner5 {
    top: 0px;
    
  }
  .hero-inner4 {
    bottom: 15px;
  }
  
  .hero-inner5 p {
    font-size: 15px !important;
    width: 80% !important;
    line-height: 1 !important;
  }
  
  .hero-inner4 p, .hero-inner4 a {
    color: #eee;
    text-decoration: none;
    padding: 0px 10px;
    font-size:15px;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.email:before,
.phone:before {
   display: inline-block;
   vertical-align: middle;
  filter: invert(31%) sepia(65%) saturate(1128%) hue-rotate(180deg) brightness(98%) contrast(90%);
}

a.chat-support, a.chat-retention-support {
  background-color : rgb(22, 137, 0);
  color : rgb(255, 255, 255);
  border-style : none !important;
}

.chat::before {
  display : inline-block;
  vertical-align : middle;
  filter : invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.chat.chat-offline:before {
  filter: invert(67%) sepia(0%) saturate(460%) hue-rotate(201deg) brightness(88%) contrast(82%);
}

.chat.chat-offline {
  border: 1px solid #939393 !important;
  border-radius: 3px !important;
  color: #939393 !important;
  background-color: transparent;
}

@media only screen and (min-width: 768px) {
  .email:before,
  .phone:before,
  .chat:before {
     /*padding: 5px 5px 0 0;*/
  }
}

.phone:before {
   content: url("/hc/theming_assets/01HZPBBVQH7E77WWX4T97QYA9C");

}

.email:before {
   content: url("/hc/theming_assets/01HZPBD4K9MTNG8Z87NGRYRJHS");
}

.chat:before {
   content: url("/hc/theming_assets/01HZPBDJC5T893V5QE1FT2THCW");
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
/** Community Banner text Styles **/
@media (max-width: 950px) {
  .hero-inner2{
    top: 13px;
    left: 30px;
  }
  .hero-inner3{
  left: 30px;
  bottom:30px;
 }
  .community-heading {
    font-size: 35px;
    line-height:normal;
  }
  .community-intro {
  color: #fff;
  font-size: 15px;
  text-align: inherit;
  margin-top: -15px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 24px;
 }
}

@media (max-width: 768px) {
  .hero-inner2{
    top: 13px;
    left: 20px;
  }
  .hero-inner3{
  left: 20px;
  bottom:25px;
 }
  .community-heading {
    font-size: 30px;
    line-height:normal;
  }
   .community-intro {
  color: #fff;
  font-size: 13px;
  text-align: inherit;
  margin-top: -18px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 2px;
  font-size: 22px;
 }
}

@media (max-width: 668px) {
  .hero-inner2{
    top: 12px;
    left: 18px;
  }
  .hero-inner3{
  left: 18px;
  bottom:22px;
 }
  .community-heading {
    font-size: 28px;
    line-height:normal;
  }
   .community-intro {
    color: #fff;
    font-size: 12px;
    text-align: inherit;
    margin-top: -22px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 21px;
 }
}

@media (max-width: 568px) {
  .hero-inner2{
    top: 15px;
    left: 18px;
  }
  .hero-inner3{
  left: 18px;
  bottom:20px;
 }
  .community-heading {
    font-size: 23px;
    line-height:normal;
  }
  .community-intro {
  color: #fff;
  font-size: 11px;
  text-align: inherit;
  margin-top: -22px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 15px;
 }
}

@media (max-width: 465px) {
  .hero-inner2{
    top: 8px;
    left: 15px;
  }
  .hero-inner3{
  left: 15px;
 }
  .community-heading {
    font-size: 17px;
    line-height:normal;
  }
   .community-intro {
  color: #fff;
  font-size: 9px;
  text-align: inherit;
  margin-top: -26px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 13px;
 }
}

@media (max-width: 360px) {
  .hero-inner2{
    top: 6px;
    left: 10px;
  }
  .hero-inner3{
  	left: 10px;
    bottom:13px;
 }
  .community-heading {
    font-size: 15px;
    line-height:normal;
  }
   .community-intro {
  color: #fff;
  font-size: 8px;
  text-align: inherit;
  margin-top: -26px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 10px;
 }
}
@media (max-width: 290px) {
  .hero-inner2{
    top: 5px;
    left: 10px;
  }
  .hero-inner3{
  	left: 10px;
    bottom:13px;
 }
  .community-heading {
    font-size: 10px;
    line-height:normal;
  }
  .community-intro {
  color: #fff;
  font-size: 6px;
  text-align: inherit;
  margin-top: -32px;
  }
  .hero-inner3 p {
  color: #fff;
  padding: 0px 3px;
  font-size: 9px;
 }
}

/** End of the communtiy banner styles **/

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .nav-wrapper a.login {
  	margin-left:20px;
	}
  .header-language .dropdown-menu {
    left: -26px;
  }
  .user-info {
    margin-left:20px;
  }
  .page-header-description {
    flex-basis: 100%;
  }
  .category-content,
  .article-container .article {
    padding-left: 90px;
    padding-top: 50px;
    border-left: 1px solid #e2e2e2;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */

.category-listing-js {
  padding: 0px 0px 30px 0px;
}
.sections-articles {
  margin-top: 50px;
}
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 10px 40px;
}
.category-content .sub-nav,
.article-container .sub-nav {
  margin: 0px 0px 10px;
  min-height: initial;
  padding: 0px;
}
.article-sidebar.no-bd {
  border-top: 0px none;
}
a.share-googleplus {
  display: none !important;
}
.category-listing-js .iconav-right-arrow {
  left: 0px;
  right: auto;
  top: 32%;
  font-size: 10px;
}
.category-listing-js .active .iconav-right-arrow {
  color:#07c;
}
.category-listing-js li a {
  color: #424242;
  text-decoration: none;
  font-size: 16px;
}
.category-listing-js li {
  position: relative;
  padding: 5px 17px;
}
.page-header-top {
  background-color: #f9f9f9;
  padding: 15px 0px;
}
.heading.heading--of-category,
.heading.heading--of-section,
.heading.heading--of-article {
  font-size: 40px;
  font-family: KievitWebPro-Light;
  margin-bottom: 10px;
  line-height: 44px;
}
.categories .blocks-item .blocks-item-title {
  color: #424242;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  font-family: KievitWebPro-Regular;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}


.category-listing-js .category-360000289293,
.category-listing-js .category-360000031737,
.category-listing-js .category-360000289313,
.category-listing-js .category-360000124933 {
  display: none;
}

.top-section-container {
  max-width: 600px;
  margin: 0 auto;
}

.section--product-listing .blocks-item {
  -ms-flex: 0 0 30.44%;
  flex: 0 0 30.44%;
}

.section--useful-links .blocks-item {
  -webkit-box-flex: 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.blocks-item {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 119, 204, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 1 0 250px;
  flex: 1 0 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.section--product-listing .blocks-item:hover,
.section--product-listing .blocks-item:focus,
.section--product-listing .blocks-item:active,
.section--useful-links .blocks-item:hover,
.section--useful-links .blocks-item:focus,
.section--useful-links .blocks-item:active{
  background-color: transparent;
  box-shadow: 1px 4px 19px -5px rgba(0,0,0,0.2);
}

.section--resources-listing .blocks-item:hover,
.section--resources-listing .blocks-item:focus,
.section--resources-listing .blocks-item:active {
  background-color: #f5fbff;
  border-color: #07c;
}
.section--resources-listing .blocks-item {
  flex: 1 0 39%;
  position: relative;
}
.icon-blue span:before {
  color: #07c !important;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-it.blocks-itemem:active * {
  text-decoration: none;
}

.section--resources-listing .blocks-item .blocks-item-title strong {
  color: #07c;
  font-weight: normal;
  margin-bottom: 4px;
  display: inline-block;
}
.section--title-line {
  position:relative;
}
.section--title-line:after {
  content: "";
  position: relative;
  display: table;
  margin: 20px auto 0 auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.container.no-margin {
  margin: 0px;
}
.section--gray {
  background-color: #fbfbfb;
}
.section--intro {
  color: #888888;
  font-size: 18px;
  line-height: 24px;
}
.text-center {
  text-align: center;
}
.section--resources-listing .blocks-item {
  padding-left: 70px;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: rgba(66, 66, 66, 1);
}

.blocks-item-link {
  color: rgba(0, 119, 204, 1);
  padding: 19px 30px;
}
.section--useful-links .section--categories li a {
  text-align: left;
  background-color: #fff;
  position: relative;
}
.heading-small-light {
  font-family: KievitWebPro-Regular;
  font-size: 18px;
}
.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-icon-link {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
 	height: 60px !important;
  min-height: 60px !important;
}

@media only screen and (min-width: 768px)  {
	.blocks-item-icon-link {
    min-height: 70px !important;
    height: 70px !important;
  }
}
.section--useful-links {
  padding: 45px 0px 25px 0px;
}
.blocks-item-title {
  margin-bottom: 0;
}

.btn.btn-border {
  border: 1px solid #07c;
  border-radius: 3px;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

span.contact-icon {
  font-size: 50px;
  margin-bottom: 10px;
  max-height: 50px;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
.section--highlighted {
  background-color: #f9f9f9;
}

.section--useful-links .section--categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.section--useful-links .iconav {
  color: #e51e25;
}

.text-uppercase {
  text-transform: uppercase;
}
.blocks-item-title {
  margin-bottom: 0;
  color: #424242;
  font-size: 18px;
}
.section--product-listing .category-id-360000124933,
.section--product-listing .category-id-360000289293,
.section--product-listing .category-id-360000031737,
.section--product-listing .category-id-360000289313 {
  display: none !important;
}
@media (min-width: 768px) {
  .section.hero {
    margin-bottom: 0px;
  }
  .section {
    margin-bottom: 60px;
  }
}

section.section--product-listing {
  margin-top: 60px;
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
  line-height: 26px;
}

/***** Promoted articles *****/
.articles {
  text-align: center;
}

.article-votes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-side.votes-count {
  text-align: left;
}
span.article-votes-question {
  font-size: 18px;
}
span.article-vote-label,
.comment-overview .comment-callout,
.meta-data time {
  font-size: 16px;
  color: #bbbbbb;
}
section.section.hero {
  margin: 0px;
}
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgba(66, 66, 66, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01HZPBDXV2XQ75WNESYJ11X2B2);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.category-listing-js li.active a {
  color: #07c;
}

.additional-top-margin {
  margin-top:30px;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.section--contact {
  padding: 50px 15px;
}


.section--contact .blocks-item:last-child {
  border:0px none !important;
  margin: 0px;
}

.section--contact .blocks-item {
  margin: 0px;
  border-radius: 0px;
  border: 0px none;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item .recent-activity-item-parent {
  font-size: 18px;
  color: #424242;
  text-transform: uppercase;
  text-decoration: none;
}
.recent-activity-item .recent-activity-item-link {
  color: #888;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(66, 66, 66, 1);
  display: inline-block;
  width: 100%;
}



/** contact section **/
.section--contact .blocks-item {
  padding: 0px;
}
.section--contact .blocks-item .blocks-item-title,
.section--contact .blocks-item .blocks-item-description {
  text-align: center;
}

.section--contact .blocks-item .blocks-item-description {
  color: #888;
  font-size: 18px;
  height: 50px;
}
.section--contact .blocks-item .blocks-item-description.blocks-item-description_custom_icon {
  height: 70px;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 0px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .section--contact .blocks-item {
    border-right: 1px solid #ccc !important;
  }
  .recent-activity-item-meta {
    margin: 0;#user #user-name
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-item-comment span {
  color: #07c;
}
.recent-activity-item-comment span::before,
.article-comment-count .icon-comments::before {
  color: #07c;
  content: "\e904";
  display: inline-block;
  font-size: 15px;
  padding-right: 5px;
  vertical-align: middle;
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

.homepage{
  text-align: center;
}

.recent-activity-controls a,
a.see-all-articles {
  position:relative;

}
.recent-activity-controls a:after,
a.see-all-articles:after {
  content: "+";
  position: absolute;
  right: -27px;
  top: -2px;
  width: 20px;
  color: #fff;
  height: 20px;
  background: #07c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial;
}

/***** Category pages *****/
.blocks-item-title strong {
  font-weight: normal;
  font-family: KievitWebPro-Regular;
}
.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.page-header-top {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.page-header-top .heading {
  margin: 0px;
  font-size: 32px;
  font-family: KievitWebPro-Light;
  font-weight: lighter;
}
.page-header-top .search input[type="search"] {
  height: 43px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header-top form {
  max-width: 350px;
  float: right;
  width: 100%;
}

.category-content {
  flex: 1;
}

/*** Article body OL ****/
.article-body ol {
  position: relative;
  list-style: none;
  padding: 0px !important;
  margin: 15px 0px 15px !important;
  counter-reset: counter;
}
.article-body ol:before {
  height: 97%;
  width: 1px;
  left: 15px;
  top: 0px;
  content: "";
  position: absolute;
  z-index: 0;
  background: #d9dadb;
}
.article-body ol li {
  position: relative;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 10px 0px;
}
.article-body ol li:last-child {
  background: #fff;
}
.article-body > ol > li:before {
  width: 30px;
  top: 0px;
  color: #07c;
  height: 30px;
  font-family:KievitWeb-Book;
  content: counter(counter);
  counter-increment: counter;
  border:1px solid #e2e2e2;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  background: #fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 75%;
  }
}


@media(max-width: 1130px){
  .section--product-listing .blocks-item {
    -ms-flex: 0 0 30.44%;
    flex: 1 0 34.44%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
  .category-content .section-tree {
    flex-direction: column;
  }
}

.section-tree .section {
  flex: initial;
}

.sections-listing-js.category-listing-js.large,
.category-listing-js.large {
  max-height: 300px;
  overflow: hidden;
}
.sections-articles.collapsible-sidebar {
  padding-bottom: 50px;
}

.collapsible-sidebar .recent-activity-controls {
  display: none;
}

.large .recent-activity-controls {
  display: block !important;
}

@media (min-width: 768px) {
  /*.section-tree .section {
    flex: 0 0 45%;
  }*/
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
}

.category-content .section-tree-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal !important;
  font-family: KievitWeb-Book;
}

.section-tree-title a {
  color: rgba(66, 66, 66, 1);
}

.article-list-item {
  font-size: 15px;
  padding: 5px 0px 5px 15px;
  position: relative;
}
.article-list-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #07c;
}
.article-list {
  margin: 10px 0px;
}

.article-list-item a {
  color: rgba(66, 66, 66, 1);
}

.section-list-item {
  font-size: 15px;
  padding: 5px 0px 5px 15px;
  position: relative;
}
.section-list-item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #07c;
}
.section-list {
  margin: 10px 0px;
}

.section-list-item a {
  color: rgba(66, 66, 66, 1);
}

.icon-star::before {
  color: rgba(0, 119, 204, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 75%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
    margin-bottom: 100px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 100px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .category-sidebar {
    width: 270px;
  }
}

@media (max-width: 991px) {

  .categories-navigation > .container {
    overflow: scroll;
  }
  .inline-devices {
    width: 900px;
  }
  body .categories-navigation h2 {
    margin-bottom: 30px;
  }
  .inline-devices .inline-device {
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    border:1px solid #d0d0d0;
    border-radius: 6px;
    padding-top: 10px;
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 97px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inline-device > span {
    color:#5bb8fd;
  }
  .inline-device.active .iconav-product {
    color: #000;
  }
  .inline-devices {
    width: 700px;
    margin: 0 auto;
  }
  body .inline-device .device {
    font-size: 14px;
    line-height: 14px;
    padding-top: 8px;
  }
  .inline-device:after {
    border: 0px none !important;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.article-body ol li ul {
  padding-left: 0px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul {
  list-style-type: none;
  margin: 15px 0px;
}
.article-body ul li {
  position: relative;
  padding-left: 15px;
}
.article-body ol li ul li,
.article-body ul li ul li {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.article-body ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #07c;
  border: 0px;
}

.article-body a:visited {
    color: purple;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 10px 0 40px 0px;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #757575;
  font-weight: 300;
}

.article-footer .article-comment-count {
  color: #424242;
}

hr {
  background-color: #dedede;
  height: 1px;
  border: 0px none;
}

b, strong {
  font-weight:normal;
  font-family: KievitWeb-Bold;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 119, 204, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
.article-body h2 {
  position: relative;
  padding-bottom: 10px;
}
.sidenav-title:before,
.article-body h2:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  background: #424242;
  width: 20px;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 22%;
    height: auto;
    padding-top: 50px;
    padding-right: 25px;
    border-top: 1px solid #e2e2e2;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (max-width: 1200px) and (min-width:769px) {
  .section--useful-links .blocks-item {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }

}

@media (max-width: 768px) {
  .section--product-listing .blocks-item,
  .section--useful-links .blocks-item,
  .section--resources-listing .blocks-item,
  .section--contact .blocks-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dropdown.language-selector {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-inner {
    padding: 0 10%;
  }
  .footer-language-selector {
    width: 100%;
  }
  .section--contact .blocks-item {
    margin-bottom: 70px;
  }

  .section--contact .free-user-support.blocks-item {
    margin-bottom: 5px;
  }

  .blocks-item {
    margin:0 0 20px;
  }
  .language-selector .dropdown-toggle {
    padding: 10px 25px;
    height:auto;
  }
}

.recent-activity {
  padding: 0px 0px;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(0, 119, 204, 1);
  color: rgba(0, 119, 204, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 119, 204, 1);
}

.article-vote:hover {
  background-color: rgba(0, 119, 204, 1);
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #FFFFFF;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 0px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(66, 66, 66, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #003c66;
  border-color: #003c66;
}

.sidenav-title {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  font-family: KievitWebPro-Regular;
  line-height: 22px;
  padding-bottom: 15px;
}

.sidenav-item {
  border-radius: 4px;
  font-size: 16px;
  color: rgba(66, 66, 66, 1);
  position: relative;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 0px;
}
.sidenav-item.current-article:before {
  content: ">";
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 15px;
  padding-right: 3px;
}
.sidenav-title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 20px;
  height: 1px;
  border: #434343;
}
.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(66, 66, 66, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #757575;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
  color:#434343;
}

.share a::before {
  color: #757575;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 119, 204, 1);
}

.share-twitter::before {
  content: "\e925";
}

.share-facebook::before {
  content: "\e923";
}

.share-linkedin::before {
  content: "\e924";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-family: KievitWebPro-Regular;
  font-weight: 400;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #757575;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 119, 204, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #424242;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 119, 204, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
  font-size: 16px;
}
.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 119, 204, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: KievitWebPro-Regular;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #003c66;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote button {
  outline: none;
  position: relative;
  border: 1px solid #424242;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #FFFFFF;
  font-size: 0px;
}

.vote button:active, .vote button:hover, .vote button:focus {
  text-decoration: none;
}

.vote-sum {
  color: #757575;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 119, 204, 1);
}

.vote-up::before, .vote-down::before {
  color: #757575;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
  font-size: 11px;
  color: #424242;
  top: -2px;
  position: relative;
}

.vote-down::before {
  content: "\2B07";
  font-size: 11px;
  color: #424242;
  top: -2px;
  position: relative;
}

.vote-voted::before {
  color: rgba(0, 119, 204, 1);
}

.vote-voted:hover::before {
  color: #003c66;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #757575;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url("/hc/theming_assets/01HZPBDHS91QQWJHD254G74VZ5");
  margin-bottom: 10px;
}
.section.hero.community-hero {
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 0px;
}

span.optional {
  display: none;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

 
/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
  color: rgba(0, 119, 204, 1);
  border: 1px solid rgba(0, 119, 204, 1);
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"] {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #003c66;
  border-color: #003c66;
}

.community-follow button::after {
  border-left: 1px solid rgba(0, 119, 204, 1);
  content: attr(data-follower-count);
  color: rgba(0, 119, 204, 1);
  display: inline-block;
  font-family: KievitWeb-Bold;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 119, 204, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}


@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.footer .language-selector .dropdown-menu[aria-expanded="true"] {
  top: -54px;
  font-size: 18px;
}
.language-selector .dropdown-menu[aria-expanded="true"], .user-info .dropdown-menu[aria-expanded="true"] {
  display: table;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 119, 204, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #003c66;
  border-color: #003c66;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 119, 204, 1);
  content: attr(data-follower-count);
  color: rgba(0, 119, 204, 1);
  display: inline-block;
  font-family: KievitWeb-Bold;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 119, 204, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(0, 119, 204, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #003c66;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #757575;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(66, 66, 66, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 119, 204, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #757575;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: KievitWebPro-Regular;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol, .post-body li > ul, .post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #003c66;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #757575;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #757575;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 119, 204, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(66, 66, 66, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(66, 66, 66, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 119, 204, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(66, 66, 66, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.iconav-close::after {
  font-family: "avira";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  content: "\2715";
  -webkit-font-smoothing: antialiased;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}
span.close-btn:hover {
  opacity: 1;
}
span.close-btn {
  position: relative;
  display: flex;
  cursor: pointer;
  opacity: 0.5;
}
span.close-btn span {
  padding-left: 5px;
}
.collapsible-sidebar-title::after {
  position: relative;
  top: 0px;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0px;
  left:auto;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 119, 204, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 119, 204, 1);
  color: #FFFFFF;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 119, 204, 1);
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #003c66;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #757575;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #757575;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 119, 204, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 119, 204, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #757575;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(66, 66, 66, 1);
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #757575;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(0, 119, 204, 1);
}

.pagination-current a, .pagination-current span {
  color: #FFFFFF;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/

[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "avira";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f9f9f9;
  margin-bottom: 40px;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"],
.profile-header .options .profile-btn {
  background-color: rgba(0, 119, 204, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #757575;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 119, 204, 1);
  border-radius: 4px;
  color: rgba(0, 119, 204, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #757575;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  color: inherit;
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(0, 119, 204, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-votes, .search-result-meta-count {
  color: #757575;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 119, 204, 1);
  display: none;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
  
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}


.article-sidebar .sidenav-item {
  color: #424242;
}

.sidenav-item.current-article, .sidenav-item:hover  {
  color: rgba(0, 119, 204, 1);
  background: transparent;
}


@font-face {
  font-family: KievitWebPro-Regular;
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPBC5YDKRGF109P52JK192T?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPBCHQXREVENBGYEZRJEX0G) format('woff2'), url(/hc/theming_assets/01HZPBCYND587T873P5A7T428H) format('woff');
  font-display: swap;
}
@font-face {
  font-family: KievitWebPro-Light;
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPBDBTHG0BMVAZKD11M3JHN?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPBDJ2F9QF9ZJGXFAX4123N) format('woff2'), url(/hc/theming_assets/01HZPBDDWMPN2VYD1V2FWWGZPK) format('woff');
  font-display: swap;
}
@font-face {
  font-family: KievitWeb-Book;
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPBD9R78F5WPQJ0455EGMP7?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPBDHBE0CHXS9D5JTRFHP00) format('woff2'), url(/hc/theming_assets/01HZPBCMD5NVH3MMZ4DFWR60S7) format('woff');
  font-display: swap;
}
@font-face {
  font-family: KievitWeb-Bold;
  font-weight: 400;
  font-style: normal;
  src: url(/hc/theming_assets/01HZPBBZDGJQP1JZYRDKPPXNE4?#iefix) format('embedded-opentype'), url(/hc/theming_assets/01HZPBCMTWJFGGPZYMY73AH3V8) format('woff2'), url(/hc/theming_assets/01HZPBCCBZ1HWZRA08JJVB0A6T) format('woff');
  font-display: swap;
}

/* New Avira menu */
.menu-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.section-has-platforms {
	padding: 0;
}
.nav-section-menu {
	position: absolute;
	width: 1160px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	padding: 30px 0;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	top: 0;
	border: none;
	display: block;
	border-radius: 0;
	float: none;
}
.nav-menu-platforms-new:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.06);
}
.nav-bar-section-tab.open > .dropdown-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	top: 84px;
}
.header-nav-bar a,
.header-nav-bar button {
	 color: #424242;
	 text-decoration: none;
	 -webkit-transition: color .2s ease-in-out;
	 -o-transition: color .2s ease-in-out;
	 transition: color .2s ease-in-out;
}
.nav-close-level {
	display: none;
}
.nav-menu-platforms-new {
	background-color: #f6f7f8;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 220px;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	padding: 13px 0;
	position: relative;
}
.nav-menu-platforms-new li {
	cursor: pointer;
	position: relative;
	font-size: 18px;
	color: #07c;
	margin: 2px 0;
}
.nav-menu-platforms-new li.is-active {
	color: #3d3c40;
}
.nav-menu-platforms-new li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background-color: #fff;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: width .4s .1s,-webkit-transform .3s;
	transition: width .4s .1s,-webkit-transform .3s;
	-o-transition: width .4s .1s,-o-transform .3s;
	transition: transform .3s,width .4s .1s;
	transition: transform .3s,width .4s .1s,-webkit-transform .3s,-o-transform .3s;
	z-index: 1;
}
.nav-menu-platforms-new li.is-active:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	width: 100%;
}
.nav-menu-platforms-new li span {
	display: block;
	padding: 13px 20px 11px;
	z-index: 1;
	position: relative;
}
.nav-menu-platforms-new li span:after {
	content: "";
	display: block;
	position: absolute;
	border-left: 3px solid #07c;
	top: 51%;
	bottom: 51%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	left: 0;
}
.nav-menu-platforms-new li.is-active span:after {
	top: 0;
	bottom: 0;
}
.nav-menu-subcategories-new {
	padding: 30px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.nav-subcateg-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nav-subcateg-top-title {
	font-family: KievitWeb-Bold,Helvetica,Arial;
	margin: 0 0 20px;
  font-size:18px;
}
a.nav-subcateg-top-link {
	font-size: 16px;
	color: #167103!important;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}
.nav-subcateg-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-subcateg-bottom-cell:first-child {
	padding-left: 0;
}

.nav-subcateg-bottom-cell:not(.nav-last-visible) {
	border-right: 1px solid #eceff1;
}
.nav-subcateg-bottom-cell-special {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.nav-subcateg-bottom-cell {
	padding: 10px 22px;
}
.nav-subcateg-bottom-cell.nav-last-visible {
	padding-right: 0;
}
.subcateg-cell-inner {
	display: inline-block;
}
.subcateg-cell-inner.flex-cell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.visually-hidden {
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	white-space: nowrap;
}
.nav-boxshot-wrapper {
	position: relative;
	margin-right: 15px;
}
.nav-product-info {
	padding-top: 10px;
}
.nav-boxshot-wrapper .boxshot-badge {
	width: 40px;
	height: 40px;
	background: #07c;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
	position: absolute;
	font-family: KievitWeb-Book,Helvetica,Arial;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	z-index: 100;
	top: -10px;
	left: -10px;
}
.nav-product-info-title {
	font-size: 16px;
	font-family: KievitWeb-Book,Helvetica,Arial;
	color: #3d3c40;
	margin-bottom: 5px;
	margin-top: 0;
  font-weight:normal;
}
.nav-subcateg-bottom h3.nav-product-info-title {
	margin-top: 0;
	margin-bottom: 6px;
	line-height: 19px;
}
.subcateg-cell-inner p {
	color: #424242;
}
.nav-product-info-subtitle {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 12px;
  margin-top:0;
}
.nav-product-special-platforms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-product-special-platforms i:not(:last-child) {
	margin-right: 6px;
}
.nav-product-special-platforms i {
	color: #98a0a9;
	font-size: 16px;
}
.nav-product-platforms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-left: 34px;
}
.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-product-icon {
	border: 1px solid #eceff1;
	border-radius: 3px;
	width: 22px;
	height: 22px;
	color: #e60017;
	font-size: 16px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.nav-product-platforms-cell {
	margin: 0 17px;
	color: #07c;
	text-align: center;
	font-size: 14px;
	-webkit-transition: -webkit-transform .2s!important;
	transition: -webkit-transform .2s!important;
	-o-transition: -o-transform .2s!important;
	transition: transform .2s!important;
	transition: transform .2s,-webkit-transform .2s,-o-transform .2s!important;
	position: relative;
}
.nav-product-platforms-cell:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.menu-col-heading.blog a,
.menu-col-heading.insights {
    margin-bottom: 0 !important;
}
.nav-product-info-title:hover {
    color: #07c;
}
.header-nav-bar a.nav-product-platforms-cell {
	color: #07c;
  font-size:14px;
}
.nav-product-platforms-cell i {
	font-size: 24px;
}
.nav-product-platforms span {
	display: block;
	margin-top: 5px;
}
.nav-product-platforms-cell:first-child {
	margin-left: 0;
}
.nav-product-name {
	font-size: 16px;
	color: #3d3c40;
	position: relative;
	top: 1px;
}
.header-nav-bar a:hover,
.header-nav-bar button:hover {
	color: #07c;
}
.nav-section-menu.dropdown-menu.nop {
	padding-top: 0;
	padding-bottom: 0;
}
.nav-subcateg-top-link span {
	margin-left: 3px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: -o-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}
.nav-subcateg-top-link:hover {
	color: #1f9307!important;
}
.nav-subcateg-top-link:hover span {
	-webkit-transform: rotate(-360deg) scale(1.2);
	-ms-transform: rotate(-360deg) scale(1.2);
	-o-transform: rotate(-360deg) scale(1.2);
	transform: rotate(-360deg) scale(1.2);
	display: inline-block;
}
.blog-dopdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-dopdown .nav-menu-subcategories.nav-menu-insights ul li {
    width: 100%;
    margin-bottom: 18px;
}
.blog-dopdown ul li {
    display: inline-block;
    margin-right: 30px;
}
.blog-dopdown ul li a {
	font-size: 16px;
}
.blog-submenu .nav-menu-subcategories {
    padding-left: 54px;
    padding-bottom: 9px;
}
.nav-menu-subcategories.nav-menu-insights {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}
.transition-fast, a, .btn, .play-button, .article-post, .artile-item {
    -webkit-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 100ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.nav-menu-subcategories.nav-menu-insights .menu-col-insights {
    width: 180px;
    margin-left: 30px;
}
.blog-dopdown .nav-menu-subcategories.nav-menu-insights ul li.as-label a, .blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading, .blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading a {
    font-family: "KievitWeb-Bold",Helvetica,Arial;
    margin: 0 0 20px;
    font-size: 18px;
    color: inherit;
    position: relative;
}
.blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading a {
    text-decoration: underline !important;
}
.blog-dopdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-dopdown .nav-menu-subcategories.nav-menu-insights ul li {
    width: 100%;
    margin-bottom: 18px;
}
.blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading a:hover {
    text-decoration: none !important;
    color: #07c !important;
}

@media (min-width: 1024px) {
  .blog-item-hard .blog-sublist-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
	.nav-section-menu.dropdown-menu.nop {
		width: 1160px;
		margin: 0 auto;
	}
  
	.nav-section-menu.dropdown-menu.blog-dopdown {
		width: 1160px;
		margin: 0 auto;
		padding-bottom: 19px;
	}
  .nav-section-menu {
    position: absolute;
    width: 1160px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    padding: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 0;
    border: none;
    display: block;
    border-radius: 0;
    float: none;
}
	.nav-bar-section-secondary {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 1024px) {
	.nav-bar-section-tab .dropdown-menu {
		display: block!important;
	}
	.nav-menu-subcategories-new {
		min-height: 250px;
	}
	#main-menu {
		display: flex;
	}
	#main-menu .nav-bar-section-tab.has-submenu {
		order: 0;
	}
	#main-menu .nav-bar-section-tab.blog-nav-item {
		order: 1;
	}
	#main-menu .nav-bar-section-tab {
		order: 2;
	}
	.right-section-tabs__item.dropdown-selector div.dropdown-menu:before,
	.right-section-tabs__item.language-selector-header ul.dropdown-menu:before {
		content: "";
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #ededed;
		position: absolute;
		right: 14px;
		top: -5px;
		z-index: 99;
	}
	.right-section-tabs__item.dropdown-selector div.dropdown-menu:after,
	.right-section-tabs__item.language-selector-header ul.dropdown-menu:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
		position: absolute;
		right: 15px;
		top: -4px;
		z-index: 9998;
	}
	.my-account-item div.dropdown-menu {
		border: 0 none !important;
	}
}

.nav-product-platforms-cell:last-child {
	margin-right: 0;
}

.c-de .hide-on-de,
.c-gb .hide-on-uk,
.c-nl .hide-on-nl {
	position: absolute!important;
	left: -9999px!important;
}
.cancel-footer-link {
	display: none;
}
.c-de .cancel-footer-link {
	display: block;
}

.mya-logged-in ul.right-section-tabs .right-section-tabs__item.dropdown-selector.my-account-item.open .dropdown-menu ul.dropdown-menu.logged-in {
	display: block !important;
}

.mya-logged-in ul.right-section-tabs .right-section-tabs__item.dropdown-selector.my-account-item.open .dropdown-menu ul.dropdown-menu.not-logged {
	display: none !important;
}
.mya-not-logged-in ul.dropdown-menu2.logged-in,
.mya-logged-in ul.dropdown-menu2.not-logged {
	display: none;
}
.mya-logged-in ul.dropdown-menu2.logged-in {
	display: block;
}
.header .show-on-uk,
.header .show-on-nl,
.header .show-on-de {
	display: none !important;
}
.c-gb .header .show-on-uk,
.c-nl .header .show-on-nl,
.c-de .header .show-on-de {
	display: block !important;
}
.c-gb .header .hide-on-uk,
.c-nl .header .hide-on-nl,
.c-de .header .hide-on-de {
	display: none !important;
}
.footer__menu .hidden-md,
.footer__menu .hidden-lg {
	display: block !important;
}
.firefox .hide-on-firefox,
.safari .hide-on-safari,
.ie .hide-on-ie,
.opera .hide-on-opera,
.edge .hide-on-edge {
	display: none !important;
}

.right-section-tabs__item__link__icon.avr-ic-my-account {
	top: 3px;
}
.nav-menu-platforms-new li:hover {
	color: #424242;
}

/* Avira webfont */
@font-face {
  font-family: 'avira_icons';
  src:  url('$assets-avira-icons-eot?ymoujb');
  src:  url('$assets-avira-icons-eot?ymoujb#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPBDV56W7MQHBGKJAXX20W7?ymoujb') format('truetype'),
  url('/hc/theming_assets/01HZPBDTYPEJS8X3Q10RH3J5FW?ymoujb') format('woff'),
  url('/hc/theming_assets/01HZPBDSPHHXM8YHTF83JD1SQS?ymoujb#avira') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class*=" avr-ic-"],[class^=avr-ic-]{font-family:avira_icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.avr-ic-identity-assistant:before{content:"\ea42"}.avr-ic-scheduler_play:before{content:"\ea43"}.avr-ic-Uninstaller:before{content:"\ea3e"}.avr-ic-scheduler:before{content:"\ea40"}.avr-ic-Activity:before{content:"\ea41"}.avr-ic-vpn_icon_dark:before{content:"\ea3c"}.avr-ic-junk_light:before{content:"\ea3b"}.avr-ic-user_acccount:before{content:"\ea3a"}.avr-ic-tracker_light:before{content:"\ea3d"}.avr-ic-virus_scan_light:before{content:"\ea3f"}.avr-ic-microsoft-edge:before{content:"\ea39"}.avr-ic-shopping-bag-icon:before{content:"\ea37"}.avr-ic-graph-icon:before{content:"\ea38"}.avr-ic-profile:before{content:"\ea36"}.avr-ic-shield:before{content:"\ea33"}.avr-ic-rocket:before{content:"\ea34"}.avr-ic-lock:before{content:"\ea35"}.avr-ic-security-firewall:before{content:"\ea18"}.avr-ic-security-ransomware-icon:before{content:"\ea19"}.avr-ic-security-swu:before{content:"\ea1a"}.avr-ic-security-wifi-guard:before{content:"\ea1b"}.avr-ic-security-quarantine:before{content:"\ea1c"}.avr-ic-antivirus-modules-icon:before{content:"\ea1d"}.avr-ic-security-scan-icon:before{content:"\ea1e"}.avr-ic-privacy-browser-safety:before{content:"\ea1f"}.avr-ic-privacy-browsing-cleaner-icon:before{content:"\ea20"}.avr-ic-privacy-file-shredder:before{content:"\ea21"}.avr-ic-privacy-passwords:before{content:"\ea22"}.avr-ic-privacy-vpn:before{content:"\ea23"}.avr-ic-privacy-win-privacy-settings-icon:before{content:"\ea24"}.avr-ic-perfomance-cleaner-icon:before{content:"\ea25"}.avr-ic-performance-battery-saver-icon:before{content:"\ea26"}.avr-ic-performance-driver-updater-icon:before{content:"\ea27"}.avr-ic-performance-duplicates-finder-icon:before{content:"\ea28"}.avr-ic-performance-safe-shopping-icon:before{content:"\ea29"}.avr-ic-scan-performance-icon:before{content:"\ea2a"}.avr-ic-Close:before{content:"\ea2b"}.avr-ic-Help:before{content:"\ea2c"}.avr-ic-bell:before{content:"\ea2d"}.avr-ic-settings:before{content:"\ea2e"}.avr-ic-left-menu-security-icon:before{content:"\ea2f"}.avr-ic-left-menu-performance-icon:before{content:"\ea30"}.avr-ic-left-menu-privacy-icon:before{content:"\ea31"}.avr-ic-left-menu-status-icon:before{content:"\ea32"}.avr-ic-shield-security:before{content:"\ea17"}.avr-ic-internet-speed:before{content:"\ea16"}.avr-ic-play-arrow:before{content:"\ea15"}.avr-ic-warning:before{content:"\ea14"}.avr-ic-balloons:before{content:"\ea0f"}.avr-ic-checklist:before{content:"\ea10"}.avr-ic-social-print:before{content:"\ea11"}.avr-ic-social-mail:before{content:"\ea12"}.avr-ic-social-xing:before{content:"\ea13"}.avr-ic-calendar-clock:before{content:"\ea02"}.avr-ic-chat-notifications:before{content:"\ea03"}.avr-ic-chat-notifications-2:before{content:"\ea04"}.avr-ic-code:before{content:"\ea05"}.avr-ic-desk-setup:before{content:"\ea06"}.avr-ic-free-tag:before{content:"\ea07"}.avr-ic-gym-weight:before{content:"\ea08"}.avr-ic-heart-ekg:before{content:"\ea09"}.avr-ic-location-pin:before{content:"\ea0a"}.avr-ic-plate:before{content:"\ea0b"}.avr-ic-social-circle:before{content:"\ea0c"}.avr-ic-trolley:before{content:"\ea0d"}.avr-ic-udemy:before{content:"\ea0e"}.avr-ic-apostrophe:before{content:"\ea01"}.avr-ic-social-twitter-simple:before{content:"\e9fe"}.avr-ic-social-pinterest-simple:before{content:"\e9ff"}.avr-ic-social-facebook-simple:before{content:"\ea00"}.avr-ic-magnifier:before{content:"\e9fd"}.avr-ic-scan-magnifier:before{content:"\e9f9"}.avr-ic-qr-magnifier:before{content:"\e9fa"}.avr-ic-surf-safe:before{content:"\e9fb"}.avr-ic-qr-code:before{content:"\e9fc"}.avr-ic-qr-scanner:before{content:"\e9f8"}.avr-ic-blog:before{content:"\e9f6"}.avr-ic-youtube:before{content:"\e9f7"}.avr-ic-data-privacy-icn:before{content:"\e9f4"}.avr-ic-magnifier-star:before{content:"\e9f5"}.avr-ic-apps-icn:before{content:"\e9ea"}.avr-ic-bitcoin:before{content:"\e9eb"}.avr-ic-card:before{content:"\e9ec"}.avr-ic-display:before{content:"\e9ed"}.avr-ic-display2:before{content:"\e9ee"}.avr-ic-eye:before{content:"\e9ef"}.avr-ic-sounds:before{content:"\e9f0"}.avr-ic-surf:before{content:"\e9f1"}.avr-ic-tag:before{content:"\e9f2"}.avr-ic-time:before{content:"\e9f3"}.avr-ic-hand-cube:before{content:"\e9e7"}.avr-ic-operator:before{content:"\e9e8"}.avr-ic-tablet-list-check:before{content:"\e9e9"}.avr-ic-home-security:before{content:"\e9e5"}.avr-ic-security-network:before{content:"\e9e6"}.avr-ic-magnifier-x:before{content:"\e9e2"}.avr-ic-paper-clip-x:before{content:"\e9e3"}.avr-ic-pin-location-x:before{content:"\e9e4"}.avr-ic-chrome:before{content:"\e9dd"}.avr-ic-firefox:before{content:"\e9de"}.avr-ic-lock-auth:before{content:"\e9df"}.avr-ic-opera:before{content:"\e9e0"}.avr-ic-shield-lock:before{content:"\e9e1"}.avr-ic-shield-arrows-pair:before{content:"\e9d9"}.avr-ic-updates-cog:before{content:"\e9dc"}.avr-ic-card-warning:before{content:"\e9d5"}.avr-ic-cart-warning:before{content:"\e9d6"}.avr-ic-code-inspect:before{content:"\e9d7"}.avr-ic-envelope-warning:before{content:"\e9d8"}.avr-ic-support-silhouette:before{content:"\e9da"}.avr-ic-withdraw-money:before{content:"\e9db"}.avr-ic-app-manager:before{content:"\e9b9"}.avr-ic-auto-activate:before{content:"\e9ba"}.avr-ic-battery-saving:before{content:"\e9bb"}.avr-ic-device-cleaner-display:before{content:"\e9bc"}.avr-ic-disk-cleaner:before{content:"\e9bd"}.avr-ic-disk-wiper:before{content:"\e9be"}.avr-ic-duplicate-finder:before{content:"\e9bf"}.avr-ic-encrypt-files:before{content:"\e9c0"}.avr-ic-energy-saver:before{content:"\e9c1"}.avr-ic-file-cleaner:before{content:"\e9c2"}.avr-ic-file-shredder:before{content:"\e9c3"}.avr-ic-history-eraser:before{content:"\e9c4"}.avr-ic-informative-bubble:before{content:"\e9c5"}.avr-ic-junk-bin:before{content:"\e9c6"}.avr-ic-largefile-finder:before{content:"\e9c7"}.avr-ic-lightbulb:before{content:"\e9c8"}.avr-ic-memory-booster:before{content:"\e9c9"}.avr-ic-mouse-pointer:before{content:"\e9ca"}.avr-ic-no-ads:before{content:"\e9cb"}.avr-ic-old-clock:before{content:"\e9cc"}.avr-ic-onwatch:before{content:"\e9cd"}.avr-ic-phone-overheating:before{content:"\e9ce"}.avr-ic-power-boost:before{content:"\e9cf"}.avr-ic-privacy-cleaner:before{content:"\e9d0"}.avr-ic-registry-cleaner:before{content:"\e9d1"}.avr-ic-smart-lock:before{content:"\e9d2"}.avr-ic-speed-watch:before{content:"\e9d3"}.avr-ic-windows-mode:before{content:"\e9d4"}.avr-ic-gaming-laptop:before{content:"\e9b6"}.avr-ic-laptop-stability:before{content:"\e9b7"}.avr-ic-maintenance:before{content:"\e9b8"}.avr-ic-battery-booster:before{content:"\e9b3"}.avr-ic-device-cleaner:before{content:"\e9b4"}.avr-ic-optimizer-watch:before{content:"\e9b5"}.avr-ic-bundlles:before{content:"\e9b2"}.avr-ic-info:before{content:"\e9b1"}.avr-ic-trustpilot-star:before{content:"\e9b0"}.avr-ic-envelope-simple:before{content:"\e9af"}.avr-ic-id-protection:before{content:"\e9ae"}.avr-ic-dancing-shapes:before{content:"\e9aa"}.avr-ic-headphones:before{content:"\e9ab"}.avr-ic-magnet:before{content:"\e9ac"}.avr-ic-multidevice-2:before{content:"\e9ad"}.avr-ic-android-ios-only:before{content:"\e9a4"}.avr-ic-kill-switch:before{content:"\e9a5"}.avr-ic-left-right-arrows:before{content:"\e9a6"}.avr-ic-multidevice:before{content:"\e9a7"}.avr-ic-uncensored:before{content:"\e9a8"}.avr-ic-unhackable:before{content:"\e9a9"}.avr-ic-no-logs:before{content:"\e9a3"}.avr-ic-connect-securely:before{content:"\e9a0"}.avr-ic-surf-anon:before{content:"\e9a1"}.avr-ic-unlock-website:before{content:"\e9a2"}.avr-ic-browser-tracking:before{content:"\e99d"}.avr-ic-piggy-bank:before{content:"\e99e"}.avr-ic-safe-things:before{content:"\e99f"}.avr-ic-performance-graph:before{content:"\e99c"}.avr-ic-early-adopters:before{content:"\e986"}.avr-ic-fix-vulnerabilities:before{content:"\e987"}.avr-ic-hacker-adverse:before{content:"\e988"}.avr-ic-movie-streamers:before{content:"\e989"}.avr-ic-privacy-minded:before{content:"\e98a"}.avr-ic-privacy-overview:before{content:"\e98b"}.avr-ic-protect-ransomware:before{content:"\e98c"}.avr-ic-safe-shopping-cart:before{content:"\e98d"}.avr-ic-scans-prv-vulnerabil:before{content:"\e98e"}.avr-ic-secure-surfing-shopping:before{content:"\e98f"}.avr-ic-security-aware:before{content:"\e990"}.avr-ic-you-control:before{content:"\e991"}.avr-ic-circle-arrows:before{content:"\e992"}.avr-ic-email-protection:before{content:"\e993"}.avr-ic-full-speed-watch:before{content:"\e994"}.avr-ic-home-guard-product-icon:before{content:"\e995"}.avr-ic-need-speed-watch:before{content:"\e996"}.avr-ic-performance-watch:before{content:"\e997"}.avr-ic-privacy-pal:before{content:"\e998"}.avr-ic-safeshopping-final:before{content:"\e999"}.avr-ic-support-24h:before{content:"\e99a"}.avr-ic-wireless-signal:before{content:"\e99b"}.avr-ic-german-map:before{content:"\e984"}.avr-ic-light-feather:before{content:"\e985"}.avr-ic-devices-6:before{content:"\e981"}.avr-ic-households-700k:before{content:"\e982"}.avr-ic-percent-routers-25:before{content:"\e983"}.avr-ic-to-5:before{content:"\e97f"}.avr-ic-m:before{content:"\e980"}.avr-ic-comfor:before{content:"\e97c"}.avr-ic-double-strong:before{content:"\e97d"}.avr-ic-savings:before{content:"\e97e"}.avr-ic-money-back:before{content:"\e97b"}.avr-ic-more-storage:before{content:"\e978"}.avr-ic-performance-odometer:before{content:"\e979"}.avr-ic-private-surfing:before{content:"\e97a"}.avr-ic-easy-element:before{content:"\e973"}.avr-ic-simple-element:before{content:"\e974"}.avr-ic-best-price-ic:before{content:"\e975"}.avr-ic-coupon-ic:before{content:"\e976"}.avr-ic-safe-shopping-ic:before{content:"\e977"}.avr-ic-envelope-wave:before{content:"\e972"}.avr-ic-pointy-star:before{content:"\e971"}.avr-ic-hook:before{content:"\e96d"}.avr-ic-shield-spider:before{content:"\e96e"}.avr-ic-three-cogs:before{content:"\e96c"}.avr-ic-check-circle:before{content:"\e969"}.avr-ic-hand-waves:before{content:"\e96a"}.avr-ic-smart-element:before{content:"\e96b"}.avr-ic-star-full:before{content:"\e968"}.avr-ic-misplaced-phone:before{content:"\e964"}.avr-ic-unlocked-phone:before{content:"\e966"}.avr-ic-unwanted-msg:before{content:"\e967"}.avr-ic-found-phone:before{content:"\e962"}.avr-ic-lost-phone:before{content:"\e963"}.avr-ic-stolen-phone:before{content:"\e965"}.avr-ic-battery-ic:before{content:"\e961"}.avr-ic-hard-disk-ic:before{content:"\e96f"}.avr-ic-start-up-ic:before{content:"\e970"}.avr-ic-globe:before{content:"\e95f"}.avr-ic-my-account:before{content:"\e960"}.avr-ic-cloud-scanning:before{content:"\e95e"}.avr-ic-adware:before{content:"\e94d"}.avr-ic-berlin_monument:before{content:"\e94e"}.avr-ic-cloud-running:before{content:"\e94f"}.avr-ic-cog-head:before{content:"\e950"}.avr-ic-empty_star:before{content:"\e951"}.avr-ic-ios:before{content:"\e952"}.avr-ic-nextgen-ai:before{content:"\e953"}.avr-ic-phishing:before{content:"\e954"}.avr-ic-pua-shield:before{content:"\e955"}.avr-ic-ransomware:before{content:"\e956"}.avr-ic-rootkits:before{content:"\e957"}.avr-ic-scanner:before{content:"\e958"}.avr-ic-security-cog:before{content:"\e959"}.avr-ic-spyware:before{content:"\e95a"}.avr-ic-trident:before{content:"\e95b"}.avr-ic-trojans:before{content:"\e95c"}.avr-ic-worms:before{content:"\e95d"}.avr-ic-icn-fingerprint:before{content:"\e949"}.avr-ic-icn-identity-safe:before{content:"\e94a"}.avr-ic-icn-safe-shop:before{content:"\e94c"}.avr-ic-circle-x:before{content:"\e947"}.avr-ic-bypass:before{content:"\e945"}.avr-ic-online-privacy:before{content:"\e946"}.avr-ic-online-security:before{content:"\e948"}.avr-ic-streaming:before{content:"\e94b"}.avr-ic-arrow-slim-left:before{content:"\e943"}.avr-ic-arrow-slim-right:before{content:"\e944"}.avr-ic-vpn-anonymity:before{content:"\e93b"}.avr-ic-vpn-info-gathering:before{content:"\e93c"}.avr-ic-vpn-local-network:before{content:"\e93d"}.avr-ic-vpn-networking:before{content:"\e93e"}.avr-ic-vpn-policeman:before{content:"\e93f"}.avr-ic-vpn-pos:before{content:"\e940"}.avr-ic-vpn-resources:before{content:"\e941"}.avr-ic-vpn-undercover:before{content:"\e942"}.avr-ic-windows_device:before{content:"\e93a"}.avr-ic-folder:before{content:"\e937"}.avr-ic-cog:before{content:"\e938"}.avr-ic-cloud:before{content:"\e939"}.avr-ic-round-checkmark-new:before{content:"\e936"}.avr-ic-mobile_ios:before{content:"\e933"}.avr-ic-mac-dsk:before{content:"\e934"}.avr-ic-id_scan:before{content:"\e935"}.avr-ic-abs:before{content:"\e923"}.avr-ic-av:before{content:"\e924"}.avr-ic-expl:before{content:"\e925"}.avr-ic-firewall:before{content:"\e926"}.avr-ic-id:before{content:"\e927"}.avr-ic-applock:before{content:"\e928"}.avr-ic-PWM:before{content:"\e929"}.avr-ic-soft_updater:before{content:"\e92a"}.avr-ic-ss:before{content:"\e92b"}.avr-ic-swu:before{content:"\e92c"}.avr-ic-vault_2:before{content:"\e92d"}.avr-ic-vault:before{content:"\e92e"}.avr-ic-vpn:before{content:"\e92f"}.avr-ic-antitheft:before{content:"\e930"}.avr-ic-mobile_android:before{content:"\e931"}.avr-ic-windows:before{content:"\e932"}.avr-ic-XL_video:before{content:"\e900"}.avr-ic-XL_multidevice:before{content:"\e901"}.avr-ic-XL_encryption:before{content:"\e902"}.avr-ic-XL_browser_shield:before{content:"\e903"}.avr-ic-umbrella:before{content:"\e904"}.avr-ic-hexa_outline:before{content:"\e905"}.avr-ic-hexa_full:before{content:"\e906"}.avr-ic-android:before{content:"\e907"}.avr-ic-apple:before{content:"\e908"}.avr-ic-arrow_down:before{content:"\e909"}.avr-ic-arrow_left:before{content:"\e90a"}.avr-ic-arrow_right:before{content:"\e90b"}.avr-ic-arrow_up:before{content:"\e90c"}.avr-ic-arrow_xs_down:before{content:"\e90d"}.avr-ic-arrow_xs_left:before{content:"\e90e"}.avr-ic-arrow_xs_right:before{content:"\e90f"}.avr-ic-arrow_xs_top:before{content:"\e910"}.avr-ic-browser_shield:before{content:"\e911"}.avr-ic-checkmark:before{content:"\e912"}.avr-ic-checkmark_full:before{content:"\e913"}.avr-ic-feat_01:before{content:"\e914"}.avr-ic-feat_02:before{content:"\e915"}.avr-ic-feat_03:before{content:"\e916"}.avr-ic-feat_04:before{content:"\e917"}.avr-ic-long_arrow_down:before{content:"\e918"}.avr-ic-long_arrow_left:before{content:"\e919"}.avr-ic-long_arrow_right:before{content:"\e91a"}.avr-ic-long_arrow_up:before{content:"\e91b"}.avr-ic-social_fb:before{content:"\e91c"}.avr-ic-social_google:before{content:"\e91d"}.avr-ic-social_linkedin:before{content:"\e91e"}.avr-ic-social_pinterest:before{content:"\e91f"}.avr-ic-social_tw:before{content:"\e920"}.avr-ic-video:before{content:"\e921"}.avr-ic-win:before{content:"\e922"}

@font-face {
  font-family: 'avira';
  src:  url('/hc/theming_assets/01HZPBCJPMFGTQY1QDP94GTZP6?ymoujb');
  src:  url('/hc/theming_assets/01HZPBCJPMFGTQY1QDP94GTZP6?ymoujb#iefix') format('embedded-opentype'),
  url('/hc/theming_assets/01HZPBD6RQWZ3WNF70QDNMG642?ymoujb') format('truetype'),
  url('/hc/theming_assets/01HZPBBX7T98KN4KV2QGQSJR46?ymoujb') format('woff'),
  url('/hc/theming_assets/01HZPBCWCRZBWJGMVX4RTY9QWT?ymoujb#avira') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="iconav-"], [class*=" iconav-"],
.iconav-product:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'avira';
  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;
}
.iconav-support_icon_s:before {
  content: "\e953";
}
.iconav-question .path1:before {
  content: "\e950";
  color: #e51e25;
}
.iconav-question .path2:before {
  content: "\e951";
  margin-left: -1em;
  color: #e51e25;
}
.iconav-question .path3:before {
  content: "\e952";
  margin-left: -1em;
  color: #e51e25;
}
.iconav-angle-left:before {
  content: "\f104";
}
.iconav-angle-right:before {
  content: "\f105";
}
.iconav-angle-up:before {
  content: "\f106";
}
.iconav-angle-down:before {
  content: "\f107";
}
.iconav-globe:before {
  content: "\e95f" !important;
  font-family: "avira_icons" !important;
}
.iconav-info:before {
  content: "\e94d";
}
.iconav-support:before {
  content: "\e94e";
}
.iconav-android-mobile:before {
  content: "\e945";
}
.iconav-info-sheet:before {
  content: "\e94b";
}
.iconav-QR-scanner-icon:before,
.category-id-360000184698 .iconav-product:before {
  content: "\e94c";
  color: #e51e25;
}
.iconav-win-mobile:before {
  content: "\e946";
}
.iconav-browser-mobile:before {
  content: "\e947";
}
.iconav-ios-mobile:before {
  content: "\e948";
}
.iconav-iot-mobile:before {
  content: "\e949";
}
.iconav-mac-mobile:before {
  content: "\e94a";
}
.iconav-iot-1:before {
  content: "\e91d";
  color: #e02228;
}
.iconav-blog:before {
  content: "\e91f";
}
.iconav-facebook:before {
  content: "\e920";
}
.iconav-linkedin:before {
  content: "\e922";
}
.iconav-pinterest:before {
  content: "\e926";
}
.iconav-twitter:before {
  content: "\e927";
}
.iconav-youtube:before {
  content: "\e944";
}
.iconav-safe-shopping:before,
.products-container .request_custom_fields_360001815318 .checkmark:before {
  content: "\e91e";
  color: #e60018;
}
.iconav-angle-left:before {
  content: "\f104";
}
.iconav-angle-right:before {
  content: "\f105";
}
.iconav-angle-up:before {
  content: "\f106";
}
.iconav-angle-down:before {
  content: "\f107";
}
.iconav-avira-logo .path1:before {
  content: "\e91b";
  color: rgb(219, 15, 22);
}
.iconav-avira-logo .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.blocks-item:hover span.iconav-right-arrow {
  color: #07c !important;
}
.iconav-right-arrow:before {
  content: "\e91a";
}
.iconav-license1 span {
  display: inline-block;
  float: left;
  font-size: 55px;
}
.section--useful-links .blocks-item:hover span.iconav-right-arrow {
  color: #929292 !important;
}
span.iconav-right-arrow {
  color: #c7c7c7;
  position: absolute;
  right: 20px;
  top: 40%;
}
.icon-left {
  position: absolute;
  left: 35px;
  font-size: 45px;
  color: #07c !important;
}

.iconav-download:before {
  content: "\e919";
}

.iconav-business_final:before {
  content: url("/hc/theming_assets/01HZPBDFPNBDAB71ZZWTAMEGKK");
}
.iconav-personnel:before {
  content: url("/hc/theming_assets/01HZPBDBY1G5Q18KH8C2CK47TJ");
}
.iconav-feature:before{
  content: url("/hc/theming_assets/01HZPBCDCVMRSVXR7TQBQXSTMA");
}
.iconav-play1:before{
  content: url("/hc/theming_assets/01HZPBCM8QGFKN0A8R5HCSQP8J");
}

.iconav-oem_final:before {
  content: url("/hc/theming_assets/01HZPBCGGAA1PZ4R54Q95A9A2P");
}

.iconav-house_final:before {
  content: url("/hc/theming_assets/01HZPBCV3292580N6BQHTJ0AS4");
}
.iconav-alert:before {
  content: "\e900";
}
.iconav-changelog:before {
  content: "\e902";
}
.iconav-check:before {
  content: "\e903";
}
.article-vote.article-vote-up:before {
  content: "\e903";
}
.iconav-comment:before {
  content: "\e904";
}
.iconav-license1 .path1:before {
  content: "\e905";
  color: rgb(26, 24, 25);
}
.iconav-license1 .path2:before {
  content: "\e906";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path3:before {
  content: "\e907";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path4:before {
  content: "\e908";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path5:before {
  content: "\e909";
  margin-left: -0.783203125em;
  color: rgb(26, 24, 25);
}
.iconav-license1 .path6:before {
  content: "\e90a";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path7:before {
  content: "\e90b";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path8:before {
  content: "\e90c";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path9:before {
  content: "\e90d";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path10:before {
  content: "\e90e";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path11:before {
  content: "\e90f";
  margin-left: -0.783203125em;
  color: rgb(2, 2, 2);
}
.iconav-license1 .path12:before {
  content: "\e910";
  margin-left: -0.783203125em;
  color: rgb(26, 24, 25);
}
.iconav-play1 .path1:before {
  content: "\e911";
  color: rgb(26, 24, 25);
}
.iconav-play1 .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(2, 2, 2);
}
.iconav-shield1:before {
  content: url("/hc/theming_assets/01HZPBC9EK5BHPAG24KMKYQN0R");
}
.iconav-virus:before {
  content: url("/hc/theming_assets/01HZPBC0H16PBF5YK85EMXVK06");
}
.iconav-tools1:before,
.actions .dropdown-toggle::before {
  content: "\e914";
}
.iconav-account:before {
  content: "\e915";
}
.iconav-arrow:before {
  content: "\e917";
}
.iconav-beta:before {
  content: "\e918";
}
.iconav-search:before {
  content: "\e921";
}
.iconav-social-fb:before {
  content: "\e923";
}
.iconav-social-in:before {
  content: "\e924";
}
.iconav-social-tw:before {
  content: "\e925";
}
.iconav-android:before {
  content: "\e928";
}
.iconav-browser:before {
  content: "\e929";
}
.iconav-ios .path1:before {
  content: "\e92a";
}
.iconav-ios .path2:before {
  content: "\e92b";
  margin-left: -1em;
}
.iconav-ios .path3:before {
  content: "\e92c";
  margin-left: -1em;
}
.iconav-ios .path4:before {
  content: "\e92d";
  margin-left: -1em;
}
.iconav-ios .path5:before {
  content: "\e92e";
  margin-left: -1em;
}
.iconav-ios .path6:before {
  content: "\e92f";
  margin-left: -1em;
}
.iconav-iot:before,
.category-id-360000101278 .iconav-product:before {
  content: "\e930";
  color:#e51e25;
}
.iconav-mac .path1:before {
  content: "\e931";
}
.iconav-mac .path2:before {
  content: "\e932";
  margin-left: -1.5830078125em;
}
.iconav-mac .path3:before {
  content: "\e933";
  margin-left: -1.5830078125em;
}
.iconav-mac .path4:before {
  content: "\e934";
  margin-left: -1.5830078125em;
}
.iconav-mac .path5:before {
  content: "\e935";
  margin-left: -1.5830078125em;
}
.iconav-win:before,
.avr-ic-windows_device:before {
  content: "\e936";
}
.iconav-applock:before {
  content: "\e937";
  color: #e51e25;
}
.iconav-no-logo {
  margin-right: 3px;
  position: relative;
  top: 1px;
}

[class^="category-id-"] .iconav-avira-logo,
[class^="topic-id-"] .iconav-avira-logo {
  display: none;
}
.category-blocks .path1:before,
.category-blocks .path2:before{
  display: none;
}
.category-blocks{
  display: none;
}
.mac-tile,.windows-tile,
.mobile_devices-tile,.mobile_geräte-tile,.dispositivi_mobili-tile,.appareils_mobiles-tile,
.account___subscription-tile,.profil___lizenzen-tile,.conto_e_abbonamento-tile,.compte_et_abonnement-tile,
.business_products-tile,.business_produkte-tile {
   display: inline-flex;  !important;
}

.iconav-AV-Antivirus:before,
.category-id-360000113193 .iconav-product:before,
.category-id-360000184978 .iconav-product:before,
.products-container .request_custom_fields_360001813838 .checkmark:before,
.topic-id-360000002854 .iconav-product:before,
.topic-id-360000002894 .iconav-product:before {
  content: "\e938";
  color: #e51e25;
}
.iconav-browser-safety:before {
  content: "\e939";
  color: #e51e25;
}
.iconav-ID:before {
  content: "\e93a";
  color: #e51e25;
}
.iconav-Identity-Scanner .path1:before {
  content: "\e93b";
  color: rgb(224, 31, 38);
}
.iconav-Identity-Scanner .path2:before {
  content: "\e93c";
  margin-left: -1.017578125em;
  color: rgb(226, 31, 38);
}
.iconav-Pass-Manager:before,
.category-id-360000266694 .iconav-product:before,
.products-container .request_custom_fields_360001813878 .checkmark:before {
  content: "\e93d";
  color: #e51e25;
}
.iconav-Privacy-Pal:before,
.category-id-360000184598 .iconav-product:before,
.products-container .request_custom_fields_360001815997 .checkmark:before {
  content: "\e93e";
  color: #d91f26;
}
.iconav-Safe-search-plus:before,
.products-container .request_custom_fields_360001815338 .checkmark:before {
  content: "\e93f";
  color: #e51e25;
}
.iconav-Software-Updater:before,
.category-id-360000119174 .iconav-product:before,
.products-container .request_custom_fields_360001815278 .checkmark:before,
.topic-id-360000039657 .iconav-product:before {
  content: "\e940";
  color: #e51e25;
}
.iconav-Speed-up:before,
.category-id-360000266394 .iconav-product:before,
.products-container .request_custom_fields_360001815977 .checkmark:before,
.products-container .request_custom_fields_360001815358 .checkmark:before,
.topic-id-360000002674 .iconav-product:before {
  content: "\e941";
  color: #e51e25;
}
.iconav-Vector-Smart-Object:before,
.category-id-360000179697 .iconav-product:before,
.products-container .request_custom_fields_360001813898 .checkmark:before {
  content: "\e942";
  color: #d91f26;
}
.iconav-VPN:before,
.category-id-360000003134 .iconav-product:before,
.products-container .request_custom_fields_360001813858 .checkmark:before,
.topic-id-360000039637 .iconav-product:before {
  content: "\e943";
  color: #e51e25;
}
.windows-tile .iconav-product:before {
  content: url("/hc/theming_assets/01HZPBC7FR1HC987HX94MRXJYA");
}
.mac-tile .iconav-product:before {
  content: url("/hc/theming_assets/01HZPBDDJJZYGQ3BC541P3E5EZ");
}
.mobile_devices-tile .iconav-product:before, .mobile_geräte-tile .iconav-product:before,
.dispositivi_mobili-tile .iconav-product:before,.appareils_mobiles-tile .iconav-product:before {
  content: url("/hc/theming_assets/01HZPBC3BGREM0R7BNBT640F6X");
}
.account___subscription-tile .iconav-product:before, .profil___lizenzen-tile .iconav-product:before,
.conto_e_abbonamento-tile .iconav-product:before,.compte_et_abonnement-tile .iconav-product:before {
  content: url("/hc/theming_assets/01HZPBD8NFSBWKQF65XGWYD7NF");
}
.business_products-tile .iconav-product:before, .business_produkte-tile .iconav-product:before {
  content: url("/hc/theming_assets/01HZPBD2ZS9BEY7TZ5C0VJ510Q");
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.section.hero {
  position: relative;
}
.notice .container:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  border-left: 16px solid #07c;
  border-top: 16px solid transparent;
}
.notice .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notice .container .iconav-alert {
  font-size: 29px;
}
.notice p {
  padding-left: 20px;
  font-size: 16px;
  line-height: 21px;
  margin: 13px 0px;
}
.header {
  height: 84px;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}
.header:after {
  position: absolute;
  z-index: 1003;
  background: #fff;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.header-logo {
  float: left;
  width: 46px;
  height: 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -1px 40px 0 0;
  z-index: 1004;
  position: relative;
}
.header-logo.active {
  width: 141px;
}
.header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-nav-bar a,
.header-nav-bar button {
  color: #424242;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  outline: none;
}
.header-nav-bar a:hover,
.header-nav-bar button:hover {
  color: #07c;
}
.header-nav-bar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-nav-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 84px;
}
.nav-bar-section-tab {
  display: inline-block;
}
 .nav-bar-section-tab > button,
.nav-bar-section-tab > a {
  font-family: 'KievitWebPro-Regular';
}
@media(min-width: 1025px){
  .nav-bar-section-tab > button,
.nav-bar-section-tab > a {
  position: relative;
  display: inline-block;
  line-height: 84px;
  z-index: 1004;
  padding: 0 15px 0 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
  margin-left: 9px;
}
}

.nav-bar-section-tab > button:after,
.nav-bar-section-tab > a:after,
.inline-device:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  border-bottom: 3px solid #07c;
  left: 51%;
  right: 51%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-bar-section-tab.open > button:after,
.nav-bar-section-tab.open > a:after,
.inline-device.active:after {
  left: 0;
  right: 0;
}

.nav-section-menu {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  z-index: 1000;
  padding: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  border: none;
  margin: 0;
  display: block;
  border-radius: 0;
  float: none;
}
.nav-section-menu.nav-section-menu-home {
  padding-bottom: 10px;
}
.nav-bar-section-tab.open > .dropdown-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: 84px;
}
.nav-bar-section-tab.has-banner .nav-section-menu {
  padding-bottom: 110px;
}
.nav-bar-section-tab.has-banner .nav-section-menu.section-has-platforms {
  padding-bottom: 90px;
}
.nav-menu-platforms__icon {
  display: inline-block;
  font-size: 28px;
  color: #e2e2e2;
  margin-bottom: 8px;
}
.nav-menu-platforms__text {
  font-size: 12px;
  color: #c7c7c7;
  display: block;
}
.nav-menu-platforms {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.nav-menu-platforms ul {
  width: 60px;
  margin: 0 10px 0 0;
  text-align: center;
}
.nav-menu-platforms li {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  position: relative;
  padding: 0 0 6px;
  margin: 0 0 12px;
}
.nav-menu-platforms li .nav-menu-platforms__icon,
.nav-menu-platforms li .nav-menu-platforms__text {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.nav-menu-platforms li:hover .icon-placeholder span,
.nav-menu-platforms li.is-active .icon-placeholder span {
  color: #a7a7a7;
}
.nav-menu-platforms li:hover .nav-menu-platforms__text,
.nav-menu-platforms li.is-active .nav-menu-platforms__text {
  color: #07c;
}
.nav-menu-platforms li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  border-bottom: 2px solid #07c;
  left: 51%;
  right: 51%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-menu-platforms li.is-active:after {
  left: 0;
  right: 0;
}
.nav-menu-subcategories {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  padding-left: 30px;
}
.section-has-platforms .nav-menu-subcategories {
  padding-left: 0;
  padding-top: 15px;
}
.nav-menu-subcategory {
  vertical-align: top;
  margin: 0 0 0 30px;
  width: 180px;
  display: inline-block;
}
.nav-menu-subcategory li {
  margin: 15px 0 0;
}
.nav-menu-subcategory li a {
  text-decoration: none;
}
.nav-menu-subcategory li.subcategory-special a {
  color: #168900;
}
.nav-menu-subcategory li.subcategory-special a:hover {
  color: #07c;
}
.nav-menu-subcategory li.subcategory-special a .nav-product-name {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
}
body .nav-menu-subcategory li.has-icon {
  margin: 18px 0 0;
}
.dropdown-menu .nav-menu-subcategory li a {
  padding: 0px;
}
.dropdown-menu .nav-menu-subcategory li.has-icon a {
  padding: 0 0 0 30px;
  position: relative;
  display: inline-block;
}
.nav-menu-subcategory li a {
  padding: 0;
  background-color: transparent !important;
  font-size: 16px;
}
.nav-menu-subcategory a:hover,
.nav-menu-subcategory button:hover {
  color: #07c !important;
}
.nav-menu-subcategory li.has-icon .nav-product-name {
  top: 1px;
  position: relative;
  display: inline-block;
}
.nav-menu-subcategory li.active .nav-product-name {
  position: relative;
}
.nav-menu-subcategory li.active .nav-product-name:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #07c;
}
.nav-menu-subcategory li:first-child {
  margin: 0;
}
.nav-menu-subcategory__title {
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin: 0 0 20px;
}
.section-has-platforms .nav-menu-subcategory li {
  left: -9999999px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;

  transition: opacity 0.2s ease-in-out;
}
.section-has-platforms .nav-menu-subcategory li.is-active {
  position: relative;
  left: 0;
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  z-index: 99;
}
.nav-product-icon:before {
  vertical-align: middle;
}
.nav-bar-section-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1004;
}
.right-section-tabs__item {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}
.right-section-tabs__item__link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.right-section-tabs__item__link__icon {
  font-size: 16px;
}
.right-section-tabs__item.language-selector-header .dropdown-menu {
  border-radius: 4px;
  border: 1px solid #ededed;
  min-width: 180px;
  font-size: 16px;
  padding: 0 1px;
  left: auto;
  right: 0;
  top: 130%;
}
.right-section-tabs__item.language-selector-header .dropdown-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  right: 15px;
  top: -5px;
}
.right-section-tabs__item.language-selector-header .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ededed;
  position: absolute;
  right: 14px;
  top: -6px;
}
.right-section-tabs__item.language-selector-header .dropdown-menu li {
  padding: 1px 0;
  border-top: 1px solid #ededed;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.right-section-tabs__item.language-selector-header .dropdown-menu li:first-child,
.right-section-tabs__item.language-selector-header .dropdown-menu li:first-child.selected + li {
  border-top: none;
}
.right-section-tabs__item.language-selector-header .dropdown-menu li a {
  padding: 8px 15px;
}
.right-section-tabs__item.language-selector-header .dropdown-menu li:last-child {
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.right-section-tabs__item.language-selector-header .dropdown-menu li.selected a {
  background: #07c;
  color: #fff;
  border-radius: 4px;
}
.right-section-tabs__item.language-selector-header .right-section-tabs__item__link__icon {
  position: relative;
  top: 1px;
}
.right-section-tabs__item.language-selector-header.open .dropdown-menu {
  display: block !important;
}
.language-selector__langsel {
  margin-right: 4px;
}
.submenu-banner {
  background-color: #424242;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.submenu-banner__inner {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  padding: 0 80px 0 100px;
}
.submenu-banner__inner .btn,
.submenu-banner__inner .btn:hover {
  color: #fff;
}
.submenu-banner__text {
  max-width: 690px;
}
.submenu-banner__text__title,
.submenu-banner__text__para {
  margin: 0;
}
.submenu-banner__text__title {
  font-size: inherit;
  font-family: 'KievitWeb-Bold', Helvetica, Arial;
  margin-bottom: 2px;
}
@media (max-width: 1199px) {
  .nav-bar-section-tab.has-banner .nav-section-menu {
    padding: 30px 0;
  }
  .nav-bar-section-tab.has-banner .nav-section-menu.section-has-platforms {
    padding-bottom: 10px;
  }
  .nav-menu-subcategories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-menu-subcategory {
    margin-left: 15px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.button-menu {
  display: none;
}

@media (max-width: 1023px) {
  .button-menu {
    display: block;
  }
  .page-header-top {
    margin-bottom: 23px;
  }
  .article-sidebar.no-bd {
    border-bottom: 0px none;
    margin-bottom: 0px;
  }
  .collapsible-sidebar-title {
    background: #f9f9f9;
    padding:5px 5px;
  }
  .sidenav-title:before, .article-body h2:before {
    display: none;
  }
  .heading.heading--of-category,
  .heading.heading--of-section,
  .heading.heading--of-article {
    font-size: 32px;
    line-height: 38px;
  }
  .header .container:after,
  .header .container:before {
    display: none;
  }
  .sections-articles {
    margin-top: 0px;
  }
  .header .nav-wrapper {
    position: absolute;
  }
  .header {
    height: auto;
    border-bottom: none;
  }

  .header-main {
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo {
    margin: 0;
  }
  .header-nav-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
    will-change: transform;
    background: #f8f8f8;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .show-nav {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  .show-nav body {
    overflow: hidden;
    height: 100%;
  }
  .show-nav main {
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  main {
        -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .show-nav .header-nav-bar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-section-wrapper {
    display: block;
  }
  .nav-bar-section-tab {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .nav-bar-section.nav-bar-section-secondary {
    padding: 0px 7px;
    max-width: 724px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #user-nav a,
  #user .with-image,
  #user-menu [role="menuitem"] {
    padding-left: 25px;
    padding-right: 5px;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 18px !important;
    text-align: left;
    /*width: 710px;*/
    margin-right: auto;
    margin-left: auto;
    z-index: auto;
    pointer-events: initial;
    visibility: visible;
    width:100%;
    border-radius: 0px;
  }
  div#user-dropdown {
    position: relative;
    width: 100%;
    border: 0px none;
    padding: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    background-color: #f2f2f2 !important;
    border-radius: 0px;
  }
  .dropdown-menu-end.dropdown-menu-caret::before,
  .dropdown-menu-end.dropdown-menu-caret::after {
    display: none !important;
  }
  .user-info {
    display: inline-block;
    width: 100%;
  }
  .nav-bar-section-tab > button.prev-no-border,
  .nav-bar-section-tab > a.prev-no-border {
    border-bottom: none;
  }
  .nav-bar-section-tab.has-submenu > button:active,
  .nav-bar-section-tab.has-submenu > a:active {
    border-bottom: none;
  }
  .nav-bar-section-tab.has-submenu.open {
    background: #f2f2f2;
  }
  .nav-bar-section-tab.has-submenu.open > button,
  .nav-bar-section-tab.has-submenu.open > a {
    border: none;
    color: #07c;
  }
  .nav-bar-section-tab.has-submenu.open > button:after,
  .nav-bar-section-tab.has-submenu.open > a:after {
    display: none;
  }
  .nav-bar-section-tab .dropdown-backdrop {
    display: none;
  }
  .nav-section-menu {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 !important;
    background: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav-section-menu .container {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar-section-tab.open > .dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: auto;
    display: block;
  }
  .nav-menu-platforms {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #07c;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 40px;
  }
  .nav-menu-platforms ul {
    margin: -2px 0 0 !important;
    display: table;
    table-layout: fixed;
    width: 100% !important;;
  }
  .nav-menu-platforms ul li {
    display: table-cell !important;;
    padding: 0 !important;;
    margin: 0 !important;;
    vertical-align: middle !important;;
    position: relative;
  }
  .nav-menu-platforms ul li:first-child {
    left: -2px !important;;
  }
  .nav-menu-platforms ul li:last-child {
    right: -2px !important;;
  }
  .nav-menu-platforms ul li .nav-menu-platforms__text {
    font-size: 14px !important;
    color: #424242;
  }
  .nav-menu-platforms ul li.is-active {
    border-radius: 15px;
    border: 2px solid #f2f2f2;
    color: #fff;
    height: 40px !important;;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
  }
  .nav-menu-platforms ul li.is-active .nav-menu-platforms__text {
    color: #fff;
    height: 40px;
    background: #07c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-menu-platforms ul li:after {
    display: none;
  }
  .nav-menu-platforms__icon,
  .icon-placeholder {
    display: none !important;
  }
  .button-menu {
    color: #444;
    float: right;
    cursor: pointer;
    background: none;
    border: none;
    height: 50px;
    outline: none;
    position: relative;
    padding: 0 23px 0 0;
    z-index: 1004;
  }
  .button-menu i {
    top: 50%;
    right: 0;
    margin-top: -1px;
  }
  .button-menu i,
  .button-menu i:before,
  .button-menu i:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 18px;
    background: #444;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .button-menu i:before {
    top: -5px;
  }
  .button-menu i:after {
    bottom: -5px;
  }
  .button-menu.active i {
    background-color: transparent;
  }
  .button-menu.active i:before,
  .button-menu.active i:after {
    top: 0;
  }
  .button-menu.active i:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button-menu.active i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .button-menu__text {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'KievitWebPro-Regular', sans-serif;
  }
  .lang-de .button-menu.active .button-menu__text {
    text-transform: none;
  }
  .nav-menu-subcategory__title {
    display: none;
  }
  .nav-menu-subcategory {
    vertical-align: top;
    margin: 0;
    max-width: none;
    display: block;
  }
  .nav-menu-subcategory.is-active {
    display: block !important;
  }
  .nav-menu-subcategory li {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 !important;
  }
  .nav-menu-subcategory li.active .nav-product-name {
    top: 0;
  }
  .nav-menu-subcategory li.active .nav-product-name:after {
    display: none;
  }
  body .nav-menu-subcategory li a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 30px !important;
    display: block !important;
    position: relative;
  }
  .nav-menu-subcategory li a:after {
    content: "\f105";
    font-family: 'avira';
    font-size: 10px;
    color: #07c;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 16px;
    right: 15px;
  }
  .nav-menu-subcategory.last-active li:last-child,
  .nav-menu-subcategory:last-child li:last-child {
    border-bottom: none;
  }
  .nav-menu-subcategories {
    padding-top: 0 !important;
    padding-left: 0 !important;
    display: block;
  }
  .section-has-platforms .nav-menu-subcategory {
    display: block;
  }
  body .section-has-platforms .nav-menu-subcategory li a {
    padding-left: 30px;
  }
  .pcm-type {
    font-style: normal;
  }
  .nav-product-icon {
    border: none;
    border-radius: 0;
    background: #fff;
    top: 50%;
    margin-top: -9px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
  }
  .platform-category-mobile {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #07c;
  }
  .nav-product-name {
    top: 0;
    font-size: 18px !important;
  }

  .nav-bar-section-secondary {
    display: block;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .right-section-tabs__item {
    display: block;
    margin-left: 0;
  }
  .right-section-tabs__item__link {
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 20px;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    position: relative;
    text-align: left;
  }
  .right-section-tabs__item__link__icon {
    position: absolute !important;
    left: 1px;
    top: 50% !important;
    margin-top: -8px;
  }
  .right-section-tabs__item.language-selector-header.open {
    background: #f2f2f2;
  }
  .right-section-tabs__item.language-selector-header.open .right-section-tabs__item__link {
    border-bottom: none;
  }
  .right-section-tabs__item.language-selector-header .dropdown-menu {
    border-radius: 0;
    width: 100%;
    border: none;
    background: #f2f2f2;
    top: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px;
  }
  .right-section-tabs__item.language-selector-header .dropdown-menu:after,
  .right-section-tabs__item.language-selector-header .dropdown-menu:before {
    display: none;
  }
  .right-section-tabs__item.language-selector-header .dropdown-menu li {
    border-top: 1px solid #d6d6d6;
  }
  .right-section-tabs__item.language-selector-header .dropdown-menu li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .right-section-tabs__item.language-selector-header .dropdown-menu li.selected a {
    border-radius: 0;
  }
  .language-selector__langsel {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .notice p {
    padding-right: 100px;
  }
  .nav-bar-section-tab .dropdown-menu {
    display: block !important;
  }
}
.ie11 .section-has-platforms .nav-menu-subcategory li {
  pointer-events: initial;
}
/*** ----------------- Component "components-website-header" END ----------------- ***/
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
span.icon-placeholder span {
  display: inline-block;
  float: left;
}
.nav-menu-platforms {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-right: 10px;
}
.nav-menu-platforms ul {
  width: 60px;
  margin: 0 10px 0 0;
  text-align: center;
}
.header-nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .nav-menu-platforms li[role="menuitem"] {
  position: relative;
  background-color: transparent !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 0 12px;
  padding: 0 0 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav-menu-platforms li span.icon-placeholder span,
.nav-menu-platforms li span.icon-placeholder,
.nav-menu-platforms li .nav-menu-platforms__text {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.nav-menu-platforms__icon,
span.icon-placeholder span,
span.icon-placeholder {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 8px;
  color: #e2e2e2;
  height:25px;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .col-sm-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .section--useful-links .iconav,
  .iconav-no-logo,
  span.iconav-logo.iconav-avira-logo {
    position: relative;
    top: 2px;
    left: -3px;
    margin-right: 0px;
  }
  .icon-left {
    left: 29px;
  }
  .notice .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .notice span.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .notice .container:before {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .category-content.section-content {
    min-height: 500px;
  }
}

/* Devices switch */
.categories-navigation {
  background-color: #f9f9f9;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.categories-navigation h2 {
  margin-bottom: 50px;
}
.inline-devices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inline-device {
  padding-bottom: 30px;
  flex: 1 0 auto;
  position: relative;
}
.inline-device .iconav-product {
  font-size: 32px;
}
.inline-device .device {
  font-size: 18px;
  line-height: 24px;
  padding-top: 12px;
  color: #07c;
}
.inline-device.active .device {
  color: #232323;
}
.inline-device > span {
  display:table;
  margin:0 auto;
  cursor:pointer;
}
.inline-device .iconav-iot:before {
  color: #212121;
}
.iconav-product.multiple {
  display: table;
  float: none;
  text-align: center;
  margin: 0px auto;
}
.iconav-product.multiple span {
  display: inline-block;
}
span.device:after {
  font-family: 'avira';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-size: 6px;
  position: relative;
  top: -2px;
  right: -3px;
}
.mac-products .category-id-360000101278,
.mac-products .category-id-360000113193,
.mac-products .category-id-360000119174,
.mac-products .category-id-360000266534,
.mac-products .category-id-360000265933 {
  display: none;
}
.windows-products .category-id-360000119234,
.windows-products .category-id-360000266534,
.windows-products .category-id-360000265933,
.windows-products .category-id-360000101278 {
  display: none;
}
.browser-extensions-products .category-id-360000101057,
.browser-extensions-products .category-id-360000101278,
.browser-extensions-products .category-id-360000113193,
.browser-extensions-products .category-id-360000266393,
.browser-extensions-products .category-id-360000266394,
.browser-extensions-products .category-id-360000119234,
.browser-extensions-products .category-id-360000266534,
.browser-extensions-products .category-id-360000003134,
.browser-extensions-products .category-id-360000119174,
.browser-extensions-products .category-id-360000084509,
.browser-extensions-products .category-id-360000265933,
.browser-extensions-products .category-id-360000074009 {
  display: none;
}

.iot-products .category-id-360000101057,
.iot-products .category-id-360000266694,
.iot-products .category-id-360000113193,
.iot-products .category-id-360000266393,
.iot-products .category-id-360000266394,
.iot-products .category-id-360000119234,
.iot-products .category-id-360000266534,
.iot-products .category-id-360000003134,
.iot-products .category-id-360000119174,
.iot-products .category-id-360000084509,
.iot-products .category-id-360000265933,
.iot-products .category-id-360000074009 {
  display: none;
}

.android-products .category-id-360000101057,
.android-products .category-id-360000266694,
.android-products .category-id-360000113193,
.android-products .category-id-360000266393,
.android-products .category-id-360000266394,
.android-products .category-id-360000119234,
.android-products .category-id-360000266534,
.android-products .category-id-360000003134,
.android-products .category-id-360000119174,
.android-products .category-id-360000084509,
.android-products .category-id-36000007400,
.android-products .category-id-360000101278,
.android-products .category-id-360000074009 {
  display: none;
}

.ios-products .category-id-360000101057,
.ios-products .category-id-360000266694,
.ios-products .category-id-360000113193,
.ios-products .category-id-360000266393,
.ios-products .category-id-360000266394,
.ios-products .category-id-360000119234,
.ios-products .category-id-360000265933,
.ios-products .category-id-360000003134,
.ios-products .category-id-360000119174,
.ios-products .category-id-360000084509,
.ios-products .category-id-36000007400,
.ios-products .category-id-360000101278,
.ios-products .category-id-360000074009 {
  display: none;
}

.footer-language-selector .dropdown-toggle.opened::after {
  content: "\f107";
}
.footer-language-selector .dropdown-toggle::after {
  content: "\f106";
  font-family: "avira";
  margin-left: 5px;
}

.cat-id-360000158358 .article-votes,
.section--product-listing .category-id-360000185717,
.category-id-360000236158,
.category-360000236158 {
  display:none !important;
}

.section--useful-links .category-id-360000185717 {
  order:2;
}

/* Webform */
.gray-bg {
  background: #f9f9f9;
  padding: 30px 25px;
  border: 1px solid #e5e6e6;
  border-radius: 4px;
  margin-bottom: 50px;
  position: relative;
}
.checkfields .form-field {
  margin-top: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 2px;
  z-index: 0;
}
.products-container .form-field input ~ label:before {
  background: #fff;
  content:"";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
}
.products-container .form-field input:checked ~ label:before {
  background: #eff5f9;
}
.checkfields .form-field label:hover:before,
.first-step input:checked ~ label:before,
.second-step-1 input:checked ~ label:before,
.second-step-2 input:checked ~ label:before {
  background: #eff5f9;
  content:"";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
}
.checkfields .form-field label:hover,
.first-step input:checked ~ label,
.second-step-1 input:checked ~ label,
.second-step-2 input:checked ~ label {
  border: 1px solid #07c;
  position: relative;
}

.checkfields .form-field label {
  padding: 10px 13px 10px 43px;
  margin:0px !important;
  cursor: pointer;
  background: transparent;
  display: flex;
  font-size: 18px;
  border-radius: 4px;
  flex-direction: row;
  border: 1px solid transparent;
  align-items: center;
  width:100%;
}
.form-field input[type="checkbox"] {
  float:left;
  position: absolute;
  opacity: 0;
}
.form-field .checkmark {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  top: 14px;
  left: 15px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bebebe;
}
.form-field .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.first-step input:checked ~ label:after,
.second-step-2 input:checked ~ label:after {
  color:#07c;
}
.first-step label:after,
.second-step-2 label:after {
  font-size: 22px;
  height: 10px;
  line-height: 1;
  position: absolute;
  top: 40%;
  right: 20px;
  margin-top: 0px;
  font-family: 'avira';
  content: "\f107";
  transform: rotate(-90deg);
  speak: none;
  color:#bebebe;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

input:checked ~ .checkmark {
  border-color:#07c;
}
input:checked ~ .checkmark:after {
  display: block;
}
.products-categories input:checked ~ label {
  background: #07c !important;
  color:#fff;
}
.form-field .checkmark:after {
  width: 8px;
  border-radius: 50%;
  height: 8px;
  top: 5px;
  left: 5px;
  background: #07c;
}
.form-header {
  font-size: 24px;
  font-weight: 500;
}
.products-categories .form-field label {
  padding: 7px 20px !important;
  border-radius: 30px !important;
  background: #fff;
  display: inline-block !important;
  text-align: center;
  font-size: 16px;
  color: #07c;
}
.products-categories .form-field {
  padding: 0px 5px;
}
.products-categories {
  display: flex;
  margin-top: 40px;
}
.checkfields .form-field.request_custom_fields_360001777858 {
  margin-top: 25px;
}
.products-categories .checkmark {
  width: 0px;
  height: 0px;
  border: 0px none;
  bottom:0px !important;
  top: auto !important;
  left: 50%;
}
.products-categories .checkmark:after {
  width: 0px;
  height: 0px;
  border-bottom: 9px solid #07c;
  border-radius: 0px !important;
  border-right: 9px solid transparent;
  border-left: 0px none;
  border-top: 0px none;
  transform: rotate(-45deg);
  top: auto !important;
  left: 50% !important;
  margin-left: -4px !important;;
  bottom: -4px !important;
  background: none !important;
}
.f-sline {
  margin-top: 45px;
}
.f-sline,
.s-sline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 17px;
}

.full-size.s-sline .form-field {
  width: 100%;
}
.f-sline .form-field,
.s-sline .form-field {
  width: 48%;
  margin-top: 0px;
}
.form-field[hidden] {
  display: none;
}
span.line {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #333;
  left: 23px;
  top: 77px;
  display: inline-block;
  z-index: 1;
}
.products-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.products-container .form-field {
  width: 48.5%;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.products-container .form-field label {
  border: 1px solid #e2e2e2;
}
.first-step .form-header .form-field:first-child,
.second-step-2 .form-header .form-field:first-child {
  margin-top: 30px;
}
.form .third-step footer {
  margin-top: 40px;
  padding-top: 0px;
  margin-bottom: 0px;
}
.form.new-request {
  margin: 15px auto 0px auto;
}
.products-container .form-field .checkmark {
  position: absolute;
  top: 14px;
  left: 15px;
  height: 20px;
  width: 20px;
  border-radius: 0px;
  background-color:transparent;
  border:0px none;
  font-size: 19px;
}
.second-step-1 .products-container .form-field input:checked ~ .checkmark:after {
  display: none;
}
.second-step-1 .products-container .form-field .checkmark:before {
  font-family: 'avira';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-field.required.highlight input[type="text"],
.form-field.required.highlight .nesty-input,
.form-field.required.highlight textarea {
  border:1px solid red;
}
.form-field.request_anonymous_requester_email,
.form-field.request_custom_fields_360001981878 {
  display: none;
}
.products-categories-corporate {
  margin-top: 30px;
}
label#request_custom_fields_360001813918_label {
  text-transform: uppercase;
}
div.flx-inline .is-logged {

  margin-left: 10px;
}

div.flx-inline {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

/* modal */
.modal {
  padding: 20px;
  width: 50%;
  background: #fff;
  height: 75vh;
  overflow: scroll;
  background-image: url("/hc/theming_assets/01HZPBCA55549KDEQ83X1KPTRC");
  background-repeat: no-repeat;
  background-position: right 0px;
  background-size: 250px;
}
.policymodal {
  padding: 20px;
  width: 50%;
  background: #fff;
  overflow: scroll;
  position: absolute;
  top: 20px;
  left: 50%;
}
.modal-content.phones-container p, .modal-content.phones-container li {
  color: #000;
}
.modal .container {
  text-align: left;
  padding: 0;
  width: 100%;
}
.modal table {
  width: 100%;
}
.modal-content.phones-container table th {
  padding: 13px 0px;
  border: 1px solid #ccc;
  color: #444;
}
.modal tbody td {
  padding: 5px 5px;
  border: 1px solid #ccc;
  color: #444;
}

.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
  background: #000;
  color: #fff;
  width: 40px;
}

.modal .close:hover {
  cursor: pointer;
}
.overlay, .universal-overlay {
  display: none; /* comment this line out when styling :) */
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; /* may vary */
  background: rgba(0,0,0,0.5); /* could also include a 1px fallback png for older browsers */
}
.modal {
  position: absolute;
  top: 20px;
  left: 50%;
}
.modal .close {
  display: block;
}
label#request_custom_fields_360001813918_label span a {
  margin: 0px 1px;
}
label#request_custom_fields_360001813918_label span {
  font-size: 11px;
  text-transform: none;
  margin-left: 3px;
}
.second-group dt, .second-group dd {
  display: none;
}
.to-show {
  display: inline-block !important;
}
.connect_web_styles header.header,
.connect_web_styles .page-header-top,
.connect_web_styles .generic-header.sub-nav,
.connect_web_styles #preview-bar-container,
.connect_web_styles .top-footer, .connect_web_styles footer.footer {
  display: none;
}
.connect_web_styles .form.new-request {
  margin: 0px;
}
.connect_web_styles .container {
  margin: 0px;
  padding: 0px;
}
.connect_web_styles h1 {
  display: none;
}
a.notification-dismiss {
  cursor: pointer;
}
body .notification.notification-notice {
  background: #45bb1e;
  border-color: #45bb1e;
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 22px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 99999;
}

body .notification-notice .notification-icon::before {
  background-image: url("/hc/theming_assets/01HZPBC22K741CKJ71N5HJZA7C") !important;
  height: 22px !important;
  width: 22px !important;
}

body .notification-dismiss, a.notification-dismiss {
  color: #fff !important;
}

body .notification.notification-notice .notification-dismiss::before {
  display: inline-block;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  width: 19px;
  color: #fff !important;
}

body .notification-text a {
  color: #fff;
  text-decoration: underline;
}
.free-user-section .blocks-item-title strong {
  margin-bottom: 5px;
  display: inline-block;
}
.free-user-section .top-section-container {
  max-width: 100%;
}
.free-user-section .section--title-line {
  font-size: 23px;
}
.free-user-section .blocks-item-link {
  padding: 35px 30px;
}
span.icon-star {
  display: none;
}
.icon-star, .icon-lock {
  display: none;
}
section.promoted-articles-in ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
.searchbox-suggestions {
  margin-bottom: 20px;
}
span.error-message,
div.notification-error.notification {
  font-size: 14px;
  color: red;
  display: table;
  width: 100%;
  padding: 5px 0 0 0;
  background: none;
  border: 0px none;
  margin: 0px;
}
body .notification-inline.notification-error::before {
  display: none !important;
}
html[lang="de"] #request_custom_fields_360001813918_label .cleverbridge-data a {
  font-size: 10px;
}
html[lang="de"] #request_custom_fields_360001813918_label {
  font-size: 12px;
}
.image-popover {
  position: absolute;
  display: table;
  right: 20px;
  top: 8px;
  max-width: 269px;
  border: 1px solid #ccc;
  border-radius: 10px;
  object-fit: cover;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1);
}
.image-popover img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.nav-menu-subcategory.showthis {
  vertical-align: top;
  margin: 0 0 0 30px;
  width: 180px;
  display: inline-block !important;
}
.ns-box .wysiwyg-font-size-x-large {
  display: inline-block;
  padding-bottom: 8px;
  line-height: 24px;
}
.header-language .language-selector .dropdown-toggle {
  color:#424242 !important;
  padding-right: 20px;
  cursor:pointer;
}
span.iconav-globe.icon-switcher {
  position: absolute;
  right: 0px;
  top: 9px;
}
.header-language .language-selector .dropdown-toggle::after {
  display: none;
}
.paid-user #user-menu .my-activities {
  display: block !important;
}
html[lang="de"] #user #user-dropdown {
  min-width: 158px;
  left: -62px;
}
#user #user-dropdown {
  min-width: 160px;
  left: -30px;
}
.modal-content.phones-container {
  text-align: left;
}
.modal-content.policy-container {
  text-align: left;
}
.article-content div[style*="background-color: #f9f9"] p {
  margin: 0;
}
.article-content div[style*="background-color: #f9f9"] {
  border: 0 !important;
  padding: 15px !important;
  border-left: 5px solid rgba(0, 119, 204, 1) !important;
  background-color: #fbfbfb !important;
  margin-bottom: 15px;
}
.hero .search input[type="search"]:focus {
  border: 1px solid rgba(0, 119, 204, 1);
  color: #555;
  -webkit-box-shadow: 0 0px 20px rgba(0, 119, 204, .3);
  box-shadow: 0 0px 20px rgba(0, 119, 204, .3);
}
.article-body .article {
  border: 0px none;
  padding: 0px;
  margin: 0px !important;
}
.search-results-list .search-result > a {
  font-size: 18px;
}
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6,
.article-body p {
  margin-bottom: 15px;
  margin-top:0px;
}
.article-body th,
.article-body td {
  border: 1px solid #ededed;
  padding: 10px;
}
.article-body table h3 {
  margin-bottom: 0;
}
.article-body table {
  border: 1px solid #ededed;
}
.striped-list-title {
  font-size: 18px;
}
.paid-user .active-phones a.phone-support.is-logged {
    display: inline-block;
}

/* IE fixes */
html[data-useragent*='MSIE 10.0'] .flex,
html[data-useragent*='MSIE 10.0'] .header .container.flex,
html[data-useragent*='MSIE 10.0'] .header-nav-bar__inner,
html[data-useragent*='MSIE 10.0'] .hero,
html[data-useragent*='MSIE 10.0'] .notice .container,
html[data-useragent*='MSIE 10.0'] .blocks-list,
html[data-useragent*='MSIE 10.0'] .blocks-item-link,
html[data-useragent*='MSIE 10.0'] .section--useful-links .section--categories,
html[data-useragent*='MSIE 10.0'] .footer__menu,
html[data-useragent*='MSIE 10.0'] .footer-inner,
html[data-useragent*='MSIE 10.0'] .section-container,
html[data-useragent*='MSIE 10.0'] .article-container,
html[data-useragent*='MSIE 10.0'] .nav-section-wrapper {
  display: block;
}
html[data-useragent*='MSIE 10.0'] .section--product-listing .blocks-item,
html[data-useragent*='MSIE 10.0'] .section--useful-links .blocks-item,
html[data-useragent*='MSIE 10.0'] .section--resources-listing .blocks-item,
html[data-useragent*='MSIE 10.0'] .section--contact .blocks-item,
html[data-useragent*='MSIE 10.0'] .footer__menu .col-sm-3,
html[data-useragent*='MSIE 10.0'] .header .nav-wrapper,
html[data-useragent*='MSIE 10.0'] .logo,
html[data-useragent*='MSIE 10.0'] .nav-bar-section {
  display: inline-block;
}
html[data-useragent*='MSIE 10.0'] .section--product-listing .category-id-360000124933.blocks-item,
html[data-useragent*='MSIE 10.0'] .section--product-listing .category-id-360000289293.blocks-item,
html[data-useragent*='MSIE 10.0'] .section--product-listing .category-id-360000031737.blocks-item,
html[data-useragent*='MSIE 10.0'] .section--product-listing .category-id-360000289313.blocks-item {
  display: none;
}
html[data-useragent*='MSIE 10.0'] .header .nav-wrapper {
  width: 83.33%;
}
html[data-useragent*='MSIE 10.0'] .section-container,
html[data-useragent*='MSIE 10.0'] .article-container {
  overflow: hidden;
}
html[data-useragent*='MSIE 10.0'] .logo {
  margin-top: 12px;
  float: left;
}
html[data-useragent*='MSIE 10.0'] .nav-bar-section.nav-bar-section-secondary {
  float: right;
  margin-top: 22px;
}
html[data-useragent*='MSIE 10.0'] .staging-heading {
  margin-top: 111px;
}
html[data-useragent*='MSIE 10.0'] .nav-bar-section .user-nav {
  margin-top: 7px;
}
html[data-useragent*='MSIE 10.0'] .nav-bar-section .user-nav,
html[data-useragent*='MSIE 10.0'] .nav-bar-section .user-info,
html[data-useragent*='MSIE 10.0'] .header-language,
html[data-useragent*='MSIE 10.0'] .collapsible-sidebar,
html[data-useragent*='MSIE 10.0'] .category-content.section-content,
html[data-useragent*='MSIE 10.0'] .category-sidebar,
html[data-useragent*='MSIE 10.0'] .article-container .article,
html[data-useragent*='MSIE 10.0'] .page-header-top .heading,
html[data-useragent*='MSIE 10.0'] .nav-wrapper a.login {
  float: left;
}
html[data-useragent*='MSIE 10.0'] .collapsible-sidebar {
  width: 290px;
}
html[data-useragent*='MSIE 10.0'] .section--product-listing .blocks-item {
  width: 30.44%;
}
html[data-useragent*='MSIE 10.0'] .section--useful-links .blocks-item {
  width: 22.25%;
}
html[data-useragent*='MSIE 10.0'] .section--resources-listing .blocks-item {
  width: 47.3%;
  min-height: 115px;
  height: auto !important;
  height: 115px;
}
html[data-useragent*='MSIE 10.0'] .section--resources-listing .blocks-item .icon-left {
  left: 30px;
  top: 30px;
}
html[data-useragent*='MSIE 10.0'] .section--contact .blocks-item {
  width: 49.77%;
}
html[data-useragent*='MSIE 10.0'] .footer__menu .col-sm-3 {
  width: 24.77%;
  vertical-align: top;
}
html[data-useragent*='MSIE 10.0'] .footer__useful,
html[data-useragent*='MSIE 10.0'] .footer__copy {
  margin: 5px 0 0;
}
html[data-useragent*='MSIE 10.0'] .notice .container {
  display: block;
}
html[data-useragent*='MSIE 10.0'] .notice .container .iconav-alert {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
html[data-useragent*='MSIE 10.0'] .notice .ns-bar {
  display: inline-block;
  width: 1060px;
  vertical-align: middle;
}
html[data-useragent*='MSIE 10.0'] .notice span.close-btn {
  display: inline-block;
  vertical-align: middle;
}
html[data-useragent*='MSIE 10.0'] .header-language .language-selector .dropdown-toggle {
  display:  block;
  line-height: 40px;
}
.section--comunity-topics .blocks-item-link {
    padding: 10px 15px;
    text-align: left;
}
.section--comunity-topics span.iconav-logo.iconav-avira-logo {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.topics-item .meta-group {
    margin-left: 3px;
}
body #user .active-avatar #user-name {
    padding-right: 6px;
}
body .btn.with-image.dropdown-toggle.active-avatar .user-avatar {
    display: inline-block;
    float: right;
    top: 4px;
    position: relative;
}
body #user .active-avatar #user-name:before {
  display:none;
}
.section--useful-links .section--categories li a h4 > span,
.categories .blocks-item .blocks-item-title .iconav-logo,
.categories .blocks-item .blocks-item-title .iconav-product {
    position: relative;
    top: 1px;
}

.item-link-inner{
  padding: 15px 20px;
}

.blocks-text{
  position: relative;
  top:-7px;
}
.article-list-item a:visited {
    color: purple;
}
.section-list-item a:visited {
  color: purple;
}
ul.ul-style li a {
    color: #000;
}
ul.ul-style li {
   margin-bottom: 4px;
}
ul.ul-style {
    padding-left: 0px;
}
.form-field.request_custom_fields_360003142317,
.form-field.request_custom_fields_360003142997,
.request_custom_fields_360003143877,
.request_custom_fields_360003255258 {
    display: none;
}
.search input[type="submit"]:focus, .search input[type="submit"]:active {
  background: transparent !important;
}
.search.search-full input[type="submit"] {
    height: 60px;
}
.search input[type="submit"] {
    width: 40px;
    display: table;
    overflow: hidden;
    padding: 0px !important;
    min-width: auto;
    height: 42px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: 999999px;
    background: transparent !important;
    border-radius: 0px;
      z-index: 22222;
    cursor: pointer;
}
small.article-votes-count .article-vote-label,
.search-results-list span.search-result-votes.meta-count {
    display: none;
}
body .switch-lane .btn-switch {
    text-align: center;
    border: 2px solid #0077cc;
    border-radius: 3px;
    min-width: 190px;
    padding: 10px 0px;
    color: #0077cc;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    display: inline-block;
    margin-right: 4px;
    float: left;
}
.switch-lane {
    display: table;
    margin-top: 35px;
    width: 100%;
}
.switch-lane .btn-switch.active {
    color: #fff;
    background-color: #0077cc;
}
.flane-active .f-sline {
    margin-top: 20px;
}
.messages-frlane p {
    font-size: 13px;
  margin-bottom: -13px !important;
}
.form-field.telephone-switch textarea {
    resize: none;
    height: 42px;
    min-height: auto;
}
.f-lane-selectable label {
    text-transform: uppercase;
}

.tabs {
    margin-bottom: calc(16px * 1.5);
}
@media (min-width: 768px) {
body .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
body .tabs-link {
    display: inline-block;
}
body .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
}
@media (max-width: 767px) {
body .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
body .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
}
.is-hidden, .hidden, .powered-by-zendesk {
    display: none !important;
}
.tabs-link.is-active {
    color: #276FD0;
    cursor: pointer;
    border-color: #ddd;
}
.tabs-link {
    display: block;
    padding: 8px 30px;
    margin: 0;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom-width: 0;
}
.tab:nth-child(2) {
    border-top-left-radius: 0;
}
.tab {
    display: block;
    padding: 30px;
    margin-top: -1px;
    border: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tabs--colored-1 .tab {
    background-color: #F6F7F8 !important;
}
.tabs--colored-1 .tabs-link.is-active {
    background-color: #F6F7F8;
    border-bottom-color: #F6F7F8;
}
.block-features-tab__facelift .block-features__tabs li.active:after {
    left: 0;
    right: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    width: auto;
}
.tabs.avira .tabs-link {
  color: #07c;
  position:relative;
  border: 0px none;
  font-weight: normal;
  font-size: 18px;
  padding-top: 12px;
    padding-bottom: 12px;
}
.tabs.avira .tabs-link.is-active:after {
    left: 0;
    right: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    height: auto;
    width: auto;
}
.tabs.avira .tabs-link:after {
		content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #07c;
    left: 51%;
    right: 51%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tabs.avira .tab {
    background: #f8fafc;
    border: 0px none;
}
.tabs.avira .tabs-link.is-active {
    color: #000;
}
.accordion {
    padding-top: 0;
    margin-bottom: calc(16px * 1.5);
    border: 0px none;
    border-radius: 4px;
}
.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
}
.accordion__item-title {
    position: relative;
    padding: 15px 20px 15px 52px;
    font-size: calc(16px * 1.25);
    cursor: pointer;
      font-size: 18px;
}
.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
}
.accordion__item-title:before {
    position: absolute;
    content: "";
}
.accordion--default .accordion__item-title.accordion__item-title--active:before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-bottom: 2px solid #276FD0;
    border-left: 2px solid #276FD0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion__item-content {
    display: none;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.accordion__item:last-child .accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 0px none;
}
.accordion__item-content p:last-child {
    margin-bottom: 0;
}

.contact-block {
  padding: 10px 0 !important;
}

.tabs .data-filter.active {
  color: #1F73B7;
  border-bottom: solid 3px #1F73B7;
  font-weight: bold;
}

.tabs .data-filter {
  border-bottom: solid 3px transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 0.5rem 0.5rem;
}

.p_n_e::before{
  content: url("/hc/theming_assets/01HZPBBYFC5TPNCD1KDZK4NMD5");
	margin:15px;
  max-width:100%;
  height: auto;
  float:left;
}
.p_n_l::before{
  content: url("/hc/theming_assets/01HZPBC37189N98JVSA7YZAVWG");

}
.p_n_s::before{
  content: url("/hc/theming_assets/01HZPBDHX22B73YYFRP84F9AEE");
  margin:70px;
}
.p_n_m::before{
  content: url("/hc/theming_assets/01HZPBC4Z8PSV39TM7MQ38NC7W");
  margin:15px;
  margin-top:3px;
  max-width:100%;
  height: auto;
  float:left;
}
.p_n_n::before{
  content: url("/hc/theming_assets/01HZPBC0NF8MGBBZS5XH86T96M");
  margin:15px;
  max-width:100%;
  height: auto;
  float:left;
}
@media (min-width: 768px) and (max-width: 991px) {
    body .modal {
      background-image: none;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
       body .modal {
          background-image: none;
        }

        .p_n_l::before{
        margin:70px;
      }
}

@media (min-width: 768px){
    .p_l .p_n_l {
  padding-left: 70px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
      body .modal {
        background-image: none;
    }

}
.upsellTitle{
  color:rgba(0, 119, 204, 1);
}
.icon-u_p_n{
  margin-bottom:-3px;
  position:absolute;
}
.icon-u_p_s{
  margin-bottom:-3px;
  position:absolute;
}
.icon-u_p_n::before{
  content: url("/hc/theming_assets/01HZPBBVM13B45CZJHV3DNAAWQ");
  margin:15px;
  margin-top:3px;
  max-width:100%;
  float:left;
}
.icon-u_p_s::before{
  content: url("/hc/theming_assets/01HZPBCG9TJRP0QHJGF4NWCRRM");
  margin:15px;
  margin-top:3px;
  max-width:100%;
  float:left;
}
.upsellblock{
  text-align:justify;
  color: #424242;
  font-family: KievitWebPro-Regular;
  font-size:18px;
  padding-right:45px;
  padding-left:111px;
  padding-top:30px;
}
@media (max-width: 768px){
  .contact-block{
  	padding: 0px;
  }
    .upsellblock{
    text-align:justify;
    color: #424242;
    font-family: KievitWebPro-Regular;
    font-size:15px;
    padding-right:35px;
  }
  .icon-u_p_n::before{
  padding:0px 5px;
  }
  .blocks-item{
    flex: 0 0 100%;
  }
}

a:active, a:hover, a:focus {
  text-decoration: none;
}
.upsell-link-sentence{
  text-align: center;
 }

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  color: #fff;
  background-color: #424242;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -50%;
  margin-left: -120px;
  font-size: 13px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 70%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #424242 transparent transparent transparent;
}

.chat-offline:hover .tooltiptext {
  visibility: visible;
}

.bf-top-ribbon {
	display: none;
	position: relative;
	z-index: 1001;
	padding: 19px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
    background-color: #1b2428;
}
.bf-top-ribbon:hover,
.bf-top-ribbon:active,
.bf-top-ribbon:visited,
.bf-top-ribbon:focus {
	text-decoration: underline;
	color: #fff;
}
.bf-top-ribbon:hover .btn-xs {
	text-decoration: none;
}
.bf-top-ribbon .btn-xs {
	margin-left: 10px;
	padding: 4px 9px 2px;
	color: #1b2428 !important;
}
@media screen and (max-width: 743px) {
	.bf-top-ribbon .btn {
		margin-top: 10px;
	}
}

[class*="panelHeading-"] { 
	overflow: visible !important;
  text-overflow: unset !important;
}

[class*="panelParagraph-"] { 
	display: none !important;
}

/* Mobile version */
@media (max-width: 1023px) {
  
  .nav-bar-section-tab.has-submenu>a:before, .nav-bar-section-tab.has-submenu>button:before {
    content: "\e90f";
    right: 23px;
    margin-top: -6px;
    font-size: 12px;
    color: #555c64;
	}
  
  .nav-bar-section-tab>a, .nav-bar-section-tab>button {
    padding-left: 25px;
    padding-right: 35px;
    border-bottom: 1px solid #e1e5e8;
    line-height: normal;
    display: block;
    padding-top: 23px;
    padding-bottom: 21px;
    font-size: 18px;
    text-align: left;
    max-width:710px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: auto;
    pointer-events: initial;
    visibility: visible;
}
	.header-nav-bar {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1003;
		width: 100%;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		height: 100%;
		will-change: transform;
		background: #f8f8f8;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
	}
	.header-nav-bar__inner {
		display: block;
		-webkit-box-pack: normal;
		-webkit-justify-content: normal;
		-ms-flex-pack: normal;
		justify-content: normal;
		position: absolute;
		top: 63px;
		height: -webkit-calc(100% - 63px);
		height: calc(100% - 63px);
		width: 100%;
		left: 0;
		overflow-x: hidden;
	}
	.nav-bar-section {
		-webkit-transition: -webkit-transform .5s ease;
		transition: -webkit-transform .5s ease;
		-o-transition: -o-transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
	}
	.secondary-offset {
		-webkit-transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-o-transform: translateX(-25%);
		transform: translateX(-25%);
	}
	.nav-bar-section-tab.open>.dropdown-menu, .right-section-tabs__item.my-account-item.open .dropdown-menu {
		-webkit-transform: translateX(25%);
		-ms-transform: translateX(25%);
		-o-transform: translateX(25%);
		transform: translateX(25%);
	}
	.nav-full-height, .nav-menu-subcategories-new, .nav-section-menu {
		height: auto;
	}
	.nav-bar-section-tab.has-submenu:not(.open) .nav-section-menu {
		height: 0;
		overflow: hidden;
		display: none !important;
	}
	.nav-close-level,
	.nav-subcateg-top-title {
		display: block;
		border: none;
		background: #fff;
		text-align: center;
		font-family: KievitWeb-Book,Helvetica,Arial;
		padding: 25px;
		width: 100%;
		border-bottom: 3px solid rgba(0,0,0,.09);
		position: relative;
		color: #424242;
		margin: 0;
	}
	.nav-bar-section-tab.has-submenu>a:before,
	.nav-bar-section-tab.has-submenu>button:before {
		content: "\e90f";
		right: 23px;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
	}
	.nav-bar-section-tab.has-submenu>a:before, .nav-bar-section-tab.has-submenu>button:before {
		content: "\e90f";
		right: 23px;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
	}
	.nav-bar-section:not(.nav-bar-section-secondary) .nav-section-menu {
		top: 0!important;
	}
	.nav-menu-platforms-new {
		padding: 0;
		background: 0 0;
	}
	.nav-close-level, .nav-subcateg-top-title {
		display: block;
		font-size: 18px;
		border: none;
		background: #fff;
		text-align: center;
		font-family: KievitWeb-Book,Helvetica,Arial;
		padding: 25px;
		width: 100%;
		border-bottom: 3px solid rgba(0,0,0,.09);
		position: relative;
		color: #424242;
		margin: 0;
	}
	.nav-section-menu,
	.right-section-tabs__item.my-account-item .dropdown-menu {
		position: absolute;
		left: auto;
		right: 0;
		margin: 0;
		padding: 0!important;
		-webkit-transition: -webkit-transform .5s ease;
		transition: -webkit-transform .5s ease;
		-o-transition: -o-transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #f8f8f8;
		z-index: 1005;
	}
	.nav-menu-platforms-new li {
		margin: 0 auto;
		border-bottom: 1px solid #e1e5e8;
		padding: 23px 35px 21px 25px;
		max-width: 710px;
		width: 100%;
		color: #424242;
	}
	.nav-menu-platforms-new li span {
		padding: 0;
	}
	.nav-menu-platforms-new li span:after {
		border: none;
		content: "\e90f";
		right: -9px;
		top: 50%!important;
		left: auto;
		bottom: auto;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
		font-family: avira_icons;
		line-height: 1;
	}
	.nav-close-level:before, .nav-subcateg-top-title:before {
		content: "\e90e";
		font-size: 12px;
		position: absolute;
		left: 23px;
		top: 50%;
		margin-top: -8px;
		color: #555c64;
		font-family: avira_icons;
	}
	.header-nav-bar a:hover, .header-nav-bar button:hover {
		color: #07c;
	}
	.nav-menu-subcategories-new.nav-categories-show {
		-webkit-transform: translateX(25%);
		-ms-transform: translateX(25%);
		-o-transform: translateX(25%);
		transform: translateX(25%);
		height: -webkit-calc(100vh - 63px);
		height: calc(100vh - 63px);
	}
	.nav-menu-subcategories-new {
		position: absolute;
		top: 0!important;
		left: auto;
		right: 0;
		margin: 0;
		padding: 0!important;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 1;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: #f8f8f8;
		z-index: 1005;
		-webkit-transition: -webkit-transform .5s ease;
		transition: -webkit-transform .5s ease;
		-o-transition: -o-transform .5s ease;
		transition: transform .5s ease;
		transition: transform .5s ease,-webkit-transform .5s ease,-o-transform .5s ease;
		width: 100%;
	}
	.nav-menu-subcategory-new:not(.nav-menu-subcategory-type) {
		position: relative;
		padding-bottom: 70px;
	}
	.last-level-slide {
		-webkit-transform: translateX(0)!important;
		-ms-transform: translateX(0)!important;
		-o-transform: translateX(0)!important;
		transform: translateX(0)!important;
	}
	.nav-subcateg-top-link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		padding: 25px;
		width: 710px;
	}
	.nav-subcateg-bottom {
		display: block;
		max-width: 710px;
		margin: 0 auto;
		width: 100%;
	}
	.nav-subcateg-bottom-cell {
		border-bottom: 1px solid #e1e5e8;
		border-right: none!important;
		padding: 0;
	}
	.nav-product-info {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.subcateg-cell-inner:after {
		content: "\e90f";
		right: 23px;
		top: 50%!important;
		left: auto;
		bottom: auto;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
		font-family: avira_icons;
		line-height: 1;
		position: absolute;
	}
	.nav-menu-platforms-new li:before {
		background-color: transparent;
	}
	.subcateg-cell-inner {
		padding: 23px 35px 21px 25px;
		position: relative;
	}
	.nav-product-platforms {
		margin-top: 10px;
		display: block;
	}
	.nav-product-platforms-cell {
		text-align: left;
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 15px 0;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav-product-platforms-cell i {
		display: inline-block;
		margin-right: 15px;
		font-size: 26px;
	}
	.nav-product-platforms-cell span {
		font-size: 18px;
		color: #3d3c40;
	}
	.nav-product-platforms-cell:after {
		border: none;
		content: "\e90f";
		right: 0;
		top: 50%!important;
		left: auto;
		bottom: auto;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
		font-family: avira_icons;
		line-height: 1;
		position: absolute;
	}
	.nav-product-platforms-cell:not(:last-child) {
		border-bottom: 1px solid #e1e5e8;
	}
	.subcateg-cell-inner:not(.flex-cell) {
		display: block;
	}
	.nav-menu-subcategory-type .subcateg-cell-inner:after {
		display: none;
	}
	.nav-menu-subcategory-type .subcateg-cell-inner {
		padding-bottom: 6px;
	}
	.nav-bar-section-tab .dropdown-backdrop {
		display: none;
	}
	.nav-section-menu {
		width: 100%;
	}
	.nav-menu-subcategory li a,
	.dropdown-menu.blog-dopdown.blog-submenu li a,
	.my-account-item li a {
		font-size: 18px;
	}
	.nav-section-menu.dropdown-menu.blog-dopdown.blog-submenu .nav-section-wrapper {
		padding: 0 10px;
	}
	.blog-dopdown .nav-menu-subcategories.nav-menu-insights ul li.as-label a,
	.blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading,
	.blog-dopdown .nav-menu-subcategories.nav-menu-insights .menu-oem-insights-container .menu-col-heading a {
		font-family: "KievitWeb-Bold",Helvetica,Arial;
		margin: 30px 0 0;
	}
	.right-section-tabs__item.dropdown-selector.my-account-item .dropdown-menu {
		background: #f8f8f8;
		width: 100%;
		height: -webkit-calc(100vh - 63px);
		height: calc(100vh - 63px);
		display: block;
	}
	.my-account-item button.right-section-tabs__item__link i.right-section-tabs__item__link__icon {
		position: absolute!important;
		left: 1px;
		top: 50%!important;
		margin-top: -9px;
	}
	.nav-menu-subcategories,
	ul.dropdown-menu2 {
		max-width: 710px;
		margin: 0 auto;
	}
	.right-section-tabs__item.dropdown-selector .dropdown-menu li a:after {
		position: absolute;
		top: 50%;
		font-family: avira_icons;
		content: "\e90f";
		right: 23px;
		margin-top: -6px;
		font-size: 12px;
		color: #555c64;
	}
	.right-section-tabs__item.dropdown-selector .dropdown-menu li a {
		padding: 23px 35px 21px 25px !important;
	}
	.show-nav button.is_logged_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: row-reverse;
	}
	.not-logged.dropdown-menu {
		border:1px solid #ededed;
	}
  .nav-bar-section-tab.has-submenu>a:before, .nav-bar-section-tab.has-submenu>button:before {
    font-size: 12px;
    height: 10px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    font-family: 'avira_icons';
    content: "\e90f";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  }
  body .language-selector a.dropdown-toggle {
    padding-left: 25px;
    padding-right: 0;
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
    height: 71px;
}

.language-selector a.dropdown-toggle {
    background: 0 0;
    -webkit-appearance: none;
    border: none;
    padding: 0 39px 0 29px;
    outline: 0;
    -moz-text-align-last: right;
    text-align-last: left;
}
  .language-selector a.dropdown-toggle:after {
      content: "\e95f";
      position: absolute;
      right: 14px;
      top: 50%;
      font-family: avira_icons;
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block;
      pointer-events: none;
      color: #424242;
      margin-top: -11px;
  }
  .header-nav-bar ul {
    width: 100%;
    display: flex;
    flex-direction: column;
	}
  .nav-bar-section-tab:nth-child(4) {
    order: 3;
	}
  .nav-bar-section-tab:nth-child(2) {
    order: 2;
	}
  .nav-bar-section-tab.blog-nav-item {
    order: 1;
	}
  .nav-section-menu.dropdown-menu.blog-dopdown.blog-submenu .nav-section-wrapper {
    padding: 0 10px;
}
  body .nav-menu-subcategories.nav-menu-insights {
    display: flex;
    flex-direction: column;
}
  body .nav-menu-subcategories.nav-menu-insights .menu-col-insights:first-child {
    border-top: 0px none;
	}
  body .nav-menu-subcategories.nav-menu-insights .menu-col-insights {
      margin-left: 0px;
      width: 100%;
      border-top: 1px solid #d6d6d6;
  }
  body .nav-menu-subcategories.nav-menu-insights .menu-col-insights {
    width: 100%;
    margin-left: 0;
	}
  body .nav-menu-subcategory li, 
  body .dropdown-menu.blog-dopdown.blog-submenu li {
    border-bottom: 1px solid #e1e5e8;
    margin: 0!important;
    width: 100%;
	}
  body .nav-menu-subcategory li a, 
  body .dropdown-menu.blog-dopdown.blog-submenu li a, 
  body .my-account-item li a {
    padding-top: 22px!important;
    padding-bottom: 22px!important;
    padding-right: 15px!important;
    display: block!important;
    position: relative;
    padding-left: 15px !important;
	}
  body .nav-menu-subcategory li a:after, 
  body .blog-submenu ul li a:after {
      content: "\e90f";
      font-family: avira_icons;
      font-size: 12px;
      color: #555c64;
      position: absolute;
      top: 50%;
      margin-top: -5px;
      right: 15px;
  }
  body .blog-nav-item.open .blog-dopdown.blog-submenu li:last-child {
    border-bottom: 0px none;
	}
}