@font-face {
  font-family: 'brown-pro-regular';
  src: url(/hc/theming_assets/01J0B62DG3B903H94E0CDYCTT6) format('woff');
}

@font-face {
  font-family: 'brown-pro-bold';
  src: url(/hc/theming_assets/01J0B62D5NACERBHME59FHM99F) format('woff');
}

@font-face {
  font-family: 'brown-pro-light';
  src: url(/hc/theming_assets/01J0B62B788PHHWJBQCKNV37V3) format('woff');
}

@font-face {
  font-family: 'brown-pro-light-italic';
  src: url(/hc/theming_assets/01J0B62CKAM6Z78CXR982DZ2SQ) format('woff');
}


@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

html {
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
  font-weight: 400;
  margin-top: 0;
}

.corporate-nav .corporate-nav--head .corporate-nav--title {
	font-family: "brown-pro-light-italic" !important;
  text-transform: none;
  font-size: 24px;
}
.corporate-nav .corporate-nav--menu ul li a {
  padding: 10px 15px 10px 0px !important;
}
#my-profile-link{
  padding: 8px 15px !important;
}
#user-menu > a{
  color: #000 !important;
}

.login {
  border: 0px !important;
}

.login:hover {
  background: #333 !important;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(129, 70, 254, 1);
  text-decoration: none;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
}

time, td {
  text-decoration: none;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
}

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

input,
textarea {
  color: #000;
  font-size: 14px;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
}

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(33, 192, 252, 1);
}*/

input[disabled] {
  background-color: #ddd;
}
	
p {
  font-family: 'brown-pro-light',Helvetica,Arial,sans-serif;
  color: #6F7678; /* Cemento */
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01K06XWGVZAJ1Y1GRQW2XFYH3T) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(33, 192, 252, 1);
}

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

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(33, 192, 252, 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;
}

.faq-list-item-body ul {
  list-style: disc;
  margin: 0;
  padding: 1em;
}

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

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

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.hide {
  display: none;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(129, 70, 254, 1);
  border-radius: 4px;
  color: rgba(129, 70, 254, 1);
  cursor: pointer;
  display: inline-block;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  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;
}

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

.button::after, [role="button"]::after {
  color: rgba(129, 70, 254, 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(129, 70, 254, 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: #FFFFFF;
  border: 1px solid rgba(129, 70, 254, 1);
  color: rgba(129, 70, 254, 1);
}

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

.button-large, input[type="submit"] {
  background-color: #FFFFFF;
  border: 1px solid rgba(129, 70, 254, 1);
  border-radius: 4px;
  color: rgba(129, 70, 254, 1);
  font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}

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

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: rgba(129, 70, 254, 1);
  border: 1px solid rgba(129, 70, 254, 1);
  color: #FFFFFF;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #000;
  opacity: 0.5;
}

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

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

[class^="wysiwyg-icon-"], [class*=" wysiwyg-icon-"]{
  font-family:'wysiwyg-icons'
}
/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

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

.table th,
.table th a {
  color: #666;
  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(33, 192, 252, 1);
}

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

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

.form-field input[type="checkbox"] {
  width: auto;
}

.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(33, 192, 252, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(33, 192, 252, 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,  .required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field .optional {
  color: #666;
  margin-left: 4px;
}

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

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

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

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

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

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

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

.form .suggestion-list li a:visited {
  color: #4801dd;
}

/***** Header *****/
.header {
/*   max-width: 1160px; */
  margin: 0 auto;
  padding: 0;
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#top-header {
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 45px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  background-color: #303133;
}
#middle-header {
  margin: 0 auto;
  padding: 50px 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 45px;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}

#middle-header > h2 {
  margin: 0 0 10px 20px;
  font-style: italic;
  font-size: 32px;
}

#bottom-header {
  margin: 0 auto;
  padding: 40px 5% 40px 0%;
  position: relative;
  align-items: center;
  display: flex;
  height: 45px;
  width: 90%;
  flex-direction: row;
  justify-content: space-between;
  border-top: solid 1px #989898;
}

#header-links > a {
  margin-right: 10px;
  color: #000;
  font-weight: bold;
}

.vue-dropdown-menu > a {
  background-color: #fff;
  color: #333 !important;
  opacity: 1 !important;
  max-width: 15vw;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  line-height: 0 !important;
  font-size: 12px;
}

.vue-dropdown-menu > a:hover {
  background-color: #f3f3f3;
}

.vue-dropdown-menu {
    display: flex;
    flex-direction: column;
    width: fit-content;
  	max-height: 50vh;
  	overflow: scroll;
  	opacity: 1;
  	position: absolute;
}

#header-dropdown-current{
  text-transform: uppercase;
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

#top-header > .language-selector > a {
  color: #fff;
}

#my-profile-link {
  font-family: "brown-pro-regular" !important;
}


#top-header-left > a > img {
  border-right: solid 1px #989898;
  padding: 5px 20px 5px 5px;
  margin: 5px 5px 5px 15px;
}

#bottom-header #user-name, #bottom-header .user-info .dropdown-toggle::after  {
  color: #000 !important;
}

/* @media (min-width: 1160px) {
  .top-header {
    padding: 0;
    width: 90%;
  }
}
 */
.logo img {
  max-height: 37px;
}

.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;
}

.nav-wrapper a {
  border: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

.nav-wrapper .login {
  border: solid 2px #000;
  border-radius: 0;
  color: #000;
  display: none;
  font-size: 14px;
  padding: 0 40px 0 40px;
  width: auto;
  text-align: center;
}

@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(129, 70, 254, 1);
  text-decoration: underline;
}

.nav-wrapper .login:hover, .nav-wrapper .login:focus, .nav-wrapper .login:active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  border: 0;
  color: rgba(129, 70, 254, 1);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

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

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: rgba(129, 70, 254, 1);
}

/***** 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: #fff;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #fff;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #fff;
/*   padding-right: 15px; */
}

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

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

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

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
#user-avatar {
    display: inline-block;
    text-align: initial;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    font-size: 10px;
    line-height: 10px;
}
.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(33, 192, 252, 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;
}

/***** Footer *****/
.footer {
  margin-top: 50px;
  padding: 30px;
  background-color: #252A2C;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

.footer-link-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid #6d6d6d;
  margin: 0px 0px 50px 0px;
}

@media (min-width: 789px) {
  .footer-link-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #6d6d6d;
    margin: 0px 0px 50px 0px;
  }
}

.footer-link-column {
  display: flex;
  flex-direction: column;
  margin: 10px 60px 10px 0;
}
.footer-link-column > *{
	margin:10px 0px;
}

.social-media-links > * {
  color: #fff;
  font-size: 28px;
  margin: 10px 20px 10px 0px;
}

.social-media-links > *:hover,.social-media-links > *:active,.social-media-links > *:focus {
  color: #8146fe
}

.rights-reserve {
  color: #fff;
}

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

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

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a:visited {
  color: rgba(129, 70, 254, 1);
}

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

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -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(33, 192, 252, 1);
  color: #555;
}

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

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

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

/***** Hero component *****/
.hero {
  background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(/hc/theming_assets/01J0B6ENCAPT0EVWYYRYSXP4A5);
  background-position: center;
  background-size: cover;
  height: 150px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.hero-inner > h1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.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) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.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 */

.categories > h1  {
  text-align: center;
  font-weight: bold;
}
.categories > p  {
  text-align: center;
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

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

.blocks-item {
/*   border: 1px solid rgba(129, 70, 254, 1);
  border-radius: 4px; */
  box-sizing: border-box;
  color: #000;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 30px;
  max-width: 250px;
  height: 200px;
  text-align: center;
  background-color: #F6F6F6;
}

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


.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #eeeeee;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
/*   color: #000; */
  text-decoration: none;
}

.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: #333333;
}

.blocks-item-link {
  color: #333333;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link > .blocks-item-image {
  background: url(/hc/theming_assets/01J0B626KMT4J06ZW97NBMXFBP);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 80px;
  height: 80px;
  align-self: center;
  margin-bottom: 20px;
}

#_360001764453 >.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWFJS2VX2ZN0KR1DAY02N)
}

#_360001764433 >.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWFKQEVDMAG3702RH3DNB);
  background-size: 80px;
}

#_360001764493>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWEDMEZXWGD4XMKA5RRF5)
}

#_360001764473>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWG6FV93G5JKV4SFDX4WM)
}

#_360001749254>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWE3ZRPY0NZN5H6FBM6KB)
}

#_360001749214>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWBP7Q22PP4JE6414GCDT);
  background-size: 50px;
}

#_360001764393>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWE81GNADBT438HAJJ5MS);
	background-size: 70px;
}

#_360001764373>.blocks-item-image{
  background-image: url(/hc/theming_assets/01K06XWH7210W73M7JM5SN3WBR)
}

.blocks-item-title {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}

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

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

#bottom-articles {
  display: flex;
  flex-direction: row;
  background-color: #F6F6F6;
  width: 100%;
  justify-content: center;
  padding: 30px 10px;
}

#bottom-article-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  align-content: center;
  align-items: center;
}

#bottom-article-list > .blocks-item {
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}


#register_product > div {
    display: flex;
    flex-direction: column;
  	justify-content: center;
}

@media (min-width: 789px) {
  #bottom-article-list > .blocks-item {
    background-color: #fff;
    margin-bottom: 0;
    width: 30%;
    max-width: 50%;
    height: auto;
  }
  #bottom-article-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-content: center;
    align-items: center;
  }
  #register_product > div {
    display: flex;
    flex-direction: row;
}
}


.bottom-blocks-item-link {
  align-self: center;
  width: 80%;
  background-color: rgba(33, 192, 252, 1);
  border: solid 1px rgba(33, 192, 252, 1);
  padding: 10px;
  color: #fff;
  margin: 10px;
}

.bottom-blocks-item-link:hover, .bottom-blocks-item-link:focus, .bottom-blocks-item-link:active {
  background-color: #fff;
  border: solid 1px rgba(33, 192, 252, 1);
  color: rgba(33, 192, 252, 1);
}

.community-color-button {
  border: solid 1px rgba(33, 192, 252, 1) !important;
  color: rgba(33, 192, 252, 1) !important;
}

.community-color-button:hover, .community-color-button:focus, .community-color-button:active {
  color: #fff !important;
  background-color: rgba(33, 192, 252, 1) !important;
}

.community-color:hover, .community-color:focus, .community-color:active {
  color: rgba(33, 192, 252, 1) !important;
}
#signin_button{
  background-color: #fff;
  border: solid 1px rgba(33, 192, 252, 1);
  color: rgba(33, 192, 252, 1);
}

#signin_button:hover, #signin_button:focus, #signin_button:active {
  background-color: rgba(33, 192, 252, 1);
  border: solid 1px rgba(33, 192, 252, 1);
  color: #fff;
}

#bottom-article-list .blocks-item-image {
  background: url(/hc/theming_assets/01J0B626KMT4J06ZW97NBMXFBP);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
  align-self: center;
  margin: 50px 0;
}

#register_product > a, #downloads > a {
  display: flex;
  flex-direction: column;
  color: #000;
}

#downloads .bottom-blocks-item-link {
  color: #fff;
}

#downloads .bottom-blocks-item-link:hover {
  color: rgba(33, 192, 252, 1);
}

#register_product > a > .blocks-item-image {
  background: url(/hc/theming_assets/01K06XWFPEJXFKM7WRS9P071ZD);
}

#spare_parts > .blocks-item-image {
  background: url(/hc/theming_assets/01K06XWH32ZZ1RT20GVTQZWEQ8);
}

#downloads > a > .blocks-item-image {
  background: url(/hc/theming_assets/01K06XWGN8R0WXG5APVEP8P6HA);
}



/***** Homepage *****/

#promoted-articles-container {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

#promoted-articles-container > div {
  align-items: center;
  background-color: #F6F6F6;
  margin: 20px;
  padding: 20px;
  width: auto;
}
@media (min-width: 789px) {
  #promoted-articles-container {
    display: flex;
  	flex-direction: row;
  	justify-content: space-around;
  }
  #promoted-articles-container > div {
    width: 500px
  }
}


#promoted-articles-container > div h3 {
  text-align: center;
}

#promoted-articles-container > div .promoted-articles-item {
  width: 100%;
  justify-content: normal;
}
.section {
  margin-bottom: 40px;
}

#hc_home_announcment{
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  width:100%;
  justify-content: center; 
  margin-top:-40px;
  background-color: #333;
  padding: 25px 10%;
  color: #fff;
  font-weight: bold;
}

#hc_home_announcment > div {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

#hc_home_announcment > div > p {
  color: #fff;
  
}

#hc_home_announcment > div > a {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  text-align: center;
	align-items: center;
	height: min-content;
  align-self: center;
  margin: 10px;
}

#hc_home_announcment > div > a:hover {
	background-color: #fff;
  text-decoration: none;
	color: #000;
}

#vue-home-categories .blocks-list {
  justify-content: center
}

#vue-home-categories a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
  #hc_home_announcment{
    margin-top: -60px;
  }
}

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

.community p {
  color: #FFFFFF;
}

#web-market-modal,#ticketForm-articles-modal {
/*   display: none; Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#register-complete-modal {
/*   display: none; Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
#modal-item-container {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  display: flex;
  flex-direction: column;
	justify-content: center;
  align-items: center;
}

#modal-item-container > span {
    align-self: flex-end;
}

#modal-item-container > li {
  align-self: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@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 {
  display: block;
  padding: 5px 0;
  color: #8146fe;
}
.promoted-articles-item a:hover {
  color: #8146fe;
}

.promoted-articles-item .icon-lock::before {
  vertical-align: baseline;
}

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


.marketing-modal-items {
  flex: 1 0 auto;
  text-align: center;
  margin: 20px;
  list-style: none;
  max-width: 300px;
}

@media (min-width: 768px) {
  .marketing-modal-items {
    max-width: 600;
  }
}

.modal-item-container {
  display: flex;
  flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
}




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

/***** Community section in homepage *****/
.community {
  text-align: center;
  background-color: #8146fe;
  color: #fff;
  margin-bottom: -50px;
}

.community-header-center {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 2em;
}
.community-header-center h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .community-header-center h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#community-button-container {
  margin: 10px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: center;
}

#community-button-container > .bottom-blocks-item-link {
  border: solid 1px #fff;
  background-color: #8146fe;
  color: #fff;
  padding: 20px;
	margin: 20px;
  max-width: 500px;
  font-weight: bold;
}

#community-button-container > .bottom-blocks-item-link:hover, #community-button-container > .bottom-blocks-item-link:active, #community-button-container > .bottom-blocks-item-link:focus{
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

#community-button-container > #community_button {
  border: solid 1px #fff;
  background-color: #fff;
  color: #000;
  padding: 20px;
	margin: 20px;
  max-width: 500px;
  font-weight: bold;
}

#community-button-container > #community_button:hover, #community-button-container > #community_button:active, #community-button-container > #community_button:focus{
  background-color: #fff;
  color: #000;
  border: solid 1px #fff;
  background-color: rgba(129, 70, 254, 1);
  color: #fff;
  text-decoration: none;
}

#community-button-container > #contact_button:hover, #community-button-container > #contact_button:active, #community-button-container > #contact_button:focus{
  background-color: #fff;
  color: #000;
  border: solid 2px #fff;
  background-color: rgba(129, 70, 254, 1);
  color: #fff;
  text-decoration: none;
}



.community-image {
  min-height: 300px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px;
}

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

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

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

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@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: 15px 0 0 0;
  float: none;
}

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

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

.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::before {
  color: rgba(33, 192, 252, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

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

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

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
  min-height: 80vh;
}

.product-tile-image {
  background-color: #fff !important;
}

.product-tile-image:hover {
  border: 0 !important;
}
.category-content {
  flex: 1;
  width: 100%;
}

.active-section {
  border-bottom: solid 2px #000;
}

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

.category-content > .page-header > h1 {
  text-align: center;
}
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

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

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

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

.section-tree-title a {
  color: #333333;
}

.section-tree-title:hover {
	border-bottom: solid 2px #000;
  cursor: pointer; 
}

.active-section .section-tree-title {
  text-decoration: underline; 
	border-bottom: solid 2px #000;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.vue-category-section {
  font-size: 15px;
}

.article-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
}


.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: center;
  text-align: center;
  margin: 1%;
}

@media (min-width: 768px) {
  .article-list-item {
    font-size: 16px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    text-align: center;
    margin: 1%;
  }
}

.article-list-item > .product-tile-main {
  width: 100%;
}

.article-list-item > .product-tile-main > .product-tile-image{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  min-height: 350px;
}

.article-list-item a {
  color: #000;
  padding: 10px;
	background-color: #8146fe;
}
.article-list-item > .product-tile-main > .product-tile-image >.product-tile-name {
	font-weight: bold;
/*   white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; */
/*   min-height: 20px; */
}
.article-list-item > .product-tile-main > .product-tile-image >.product-tile-image-responsive{
  min-height: 150px;
  height: 150px;
  width: 150px;
}

.article-list-item > .product-tile-main > .product-tile-image >.product-tile-name-2 {
/* 	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; */
/*   min-height: 20px; */
}

.article-list-item > .product-tile-main > .product-tile-button {
  color: #fff;
  background-color: #00B8FC;
  padding: 10px 40px;
  border: 1px solid #00B8FC;
}

.article-list-item > .product-tile-main > .product-tile-button:hover {
  color: #00B8FC;
	background-color: #fff;
}

.article-list-item a:hover {
  color: #00B8FC;
	border: solid 1px #8146fe;
  text-decoration: none;
	background-color: #fff;
}

.article-list-item .icon-lock::before {
  vertical-align: baseline;
}

.icon-star::before {
  color: rgba(129, 70, 254, 1);
  font-size: 18px;
}

#more-articles {
  display: flex;
  justify-content: center;
}

#more-articles > button{
	color: #fff;
	background-color: #8146fe;
  border: 1px solid #8146fe;
  padding: 10px 20px;
}

#more-articles > button:hover{
	color: #8146fe;
	background-color: #fff;
}

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

.section-content {
  flex: 1;
}

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

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

.section-list {
  margin: 40px 0;
}

.section-list--collapsed .section-list-item:nth-child(1n + 6) {
  display: none;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/

[v-cloak] {
  display: none;
}
.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: auto;
    min-width: 640px;
    padding: 0 30px;
  }
}

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

@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: 40px;
  margin-top: 20px;
  text-align: center;
}

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

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

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

.article-title {
  text-align: center;
  width: 100%;
}

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

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  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;
  }
}

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

.article-meta {
  display: inline-block;
  vertical-align: middle;
}


.article-body {
  text-align: justify;
}

.download-main {
	text-align: left;
}

.table, .faq-stub-header, .warranty-content-body, .getting-started-content-body{
  text-align: center;
}

.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;
}

[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 > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

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

.article-body a:visited {
  color: #4801dd;
}

.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: #666;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

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

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

.article-comment-count .icon-comments {
  color: rgba(129, 70, 254, 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;
}

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

.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 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

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

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

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

.article-vote {
  background: transparent;
  border: 1px solid rgba(129, 70, 254, 1);
  color: rgba(129, 70, 254, 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(129, 70, 254, 1);
}

.article-vote:hover {
  background-color: rgba(129, 70, 254, 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: 10px 0 20px;
  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: #333333;
  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(129, 70, 254, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #4801dd;
  border-color: #4801dd;
}

#warranty-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
}

#warranty-footer > div {
  display: flex;
  flex-direction: row;
}

#warranty-footer a {
	color: #fff;
}

#warranty-footer .prod-warranty-link {
	color: rgba(129, 70, 254, 1);
}

#warranty-footer .prod-warranty-link:hover {
	color: rgba(129, 70, 254, 1);
}

#warranty-footer a:hover {
	color: rgba(33, 192, 252, 1);
}

.warranty-content {
  text-align: center;
  margin: 20px;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  color: #333333;
  display: flex;
  font-weight: 300;
  padding: 10px;
  border-top: 1px solid #f7f7f7;
}

.sidenav-item:last-of-type {
    border-bottom: 1px solid #f7f7f7;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(129, 70, 254, 1);
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}

.sidenav-item::before{
  margin-right:10px;
}

#productgettingstarted::before{
  content: url(/hc/theming_assets/01K06XWG6PTTEYEYYXYA5KGQ32);
  width: 18px;
  height: 18px;
  align-self: center;
}

#productgettingstarted:hover::before, .current-article#productgettingstarted::before{
  content: url(/hc/theming_assets/01K06XWE1GZ80PWDR3G86DSH0P);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productcommunity::before{
  content: url(/hc/theming_assets/01K06XWFWAZZS0NRMP8R8TA8RH);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productcommunity:hover::before, .current-article#productcommunity::before{
  content: url(/hc/theming_assets/01K06XWF6N1T7EXH1D04FD817H);
  width: 18px;
  height: 18px;
  align-self: center;
}

#productselectionstub::before{
  content: url(/hc/theming_assets/01K06XWGVNRGEXQS4B2MHV6VNT);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productselectionstub:hover::before, .current-article#productselectionstub::before{
  content: url(/hc/theming_assets/01K06XWE482TQWCRTQZ7DCERWT);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productspecs::before{
  content: url(/hc/theming_assets/01K06XWGNF3Q6Z654CXXER8JJF);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productspecs:hover::before,.current-article#productspecs::before{
  content: url(/hc/theming_assets/01K06XWH1TZNXGJVZPPWND4296);
  width: 18px;
  height: 18px;
  align-self: center;
}



#softwarefaqstub::before,#productfaqstub::before{
  content: url(/hc/theming_assets/01K06XWGVQ2GDJ1HFFZY15PBYD);
  width: 10px;
  height: 18px;
  margin: 0 15px 0 3px;
  align-self: center;
}

#softwarefaqstub:hover::before, .current-article#softwarefaqstub::before,#productfaqstub:hover::before, .current-article#productfaqstub::before{
  content: url(/hc/theming_assets/01K06XWH1YE4BPSB46S1BQ74GM);
  width: 10px;
  height: 18px;
  align-self: center;
}

#softwaregettingstarted::before,#productgettingstarted::before{
  content: url(/hc/theming_assets/01K06XWG6PTTEYEYYXYA5KGQ32);
  width: 18px;
  height: 18px;
  align-self: center;
}

#softwaregettingstarted:hover::before, .current-article#softwaregettingstarted::before,#productgettingstarted:hover::before, .current-article#productgettingstarted::before{
  content: url(/hc/theming_assets/01K06XWE1GZ80PWDR3G86DSH0P);
  width: 18px;
  height: 18px;
  align-self: center;
}

#softwaretile::before,#productdownloadstub::before{
  content: url(/hc/theming_assets/01K06XWC2RJEMDFTTSNKGP8H3D);
  width: 18px;
  height: 18px;
  align-self: center;
}

#softwaretile:hover::before, .current-article#softwaretile::before,#productdownloadstub:hover::before, .current-article#productdownloadstub::before{
  content: url(/hc/theming_assets/01K06XWH678QMXFW3XCX0CV6FC);
  width: 18px;
  height: 18px;
  align-self: center;
}

#softwareproductsupportstub::before,#productsparepartstub::before{
  content: url(/hc/theming_assets/01K06XWHDA6J5YRRCAHRHAJSG6);
  width: 18px;
  height: 18px;
  align-self: center;
}
#softwareproductsupportstub:hover::before, .current-article#softwareproductsupportstub::before,#productsparepartstub:hover::before, .current-article#productsparepartstub::before{
  content: url(/hc/theming_assets/01K06XWEB48DEMRX26310T1J4N);
  width: 18px;
  height: 18px;
  align-self: center;
}

#softwarevideosstub::before,#videosstub::before{
  content: url(/hc/theming_assets/01K06XWFZ8JK0HCDBJSST934N5);
  width: 18px;
  height: 18px;
  align-self: center;
}
#softwarevideosstub:hover::before, .current-article#softwarevideosstub::before,#videosstub:hover::before, .current-article#videosstub::before{
  content: url(/hc/theming_assets/01K06XWFK249V4TN96GV32HQ54);
  width: 18px;
  height: 18px;
  align-self: center;
}


#productfaqstub::before{
  content: url(/hc/theming_assets/01K06XWGVQ2GDJ1HFFZY15PBYD);
  width: 10px;
  height: 18px;
  margin: 0 15px 0 3px;
  align-self: center;
}

#productfaqstub:hover::before, .current-article#productfaqstub::before{
  content: url(/hc/theming_assets/01K06XWH1YE4BPSB46S1BQ74GM);
  width: 10px;
  height: 18px;
  align-self: center;
}

#productdownloadstub::before{
  content: url(/hc/theming_assets/01K06XWC2RJEMDFTTSNKGP8H3D);
  width: 18px;
  height: 18px;
  align-self: center;
}

#productdownloadstub:hover::before, .current-article#productdownloadstub::before{
  content: url(/hc/theming_assets/01K06XWH678QMXFW3XCX0CV6FC);
  width: 18px;
  height: 18px;
  align-self: center;
}

#contactusstub::before{
  content: url(/hc/theming_assets/01K06XWFKPH38R1MXQ3FEJJM98);
  width: 18px;
  height: 18px;
  align-self: center;
}

#contactusstub:hover::before, .current-article#contactusstub::before{
  content: url(/hc/theming_assets/01K06XWFXJFFZXW0GJ099S6NK7);
  width: 18px;
  height: 18px;
  align-self: center;
}

#productsparepartstub::before{
  content: url(/hc/theming_assets/01K06XWHDA6J5YRRCAHRHAJSG6);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productsparepartstub:hover::before, .current-article#productsparepartstub::before{
  content: url(/hc/theming_assets/01K06XWEB48DEMRX26310T1J4N);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productwarranty::before{
  content: url(/hc/theming_assets/01K06XWH1KS07B598AHG47MQ4T);
  width: 18px;
  height: 18px;
  align-self: center;
}
#productwarranty:hover::before, .current-article#productwarranty::before{
  content: url(/hc/theming_assets/01K06XWE7TS44R6DF50M5QH7BC);
  width: 18px;
  height: 18px;
  align-self: center;
}
#videosstub::before{
  content: url(/hc/theming_assets/01K06XWFZ8JK0HCDBJSST934N5);
  width: 18px;
  height: 18px;
  align-self: center;
}
#videosstub:hover::before, .current-article#videosstub::before{
  content: url(/hc/theming_assets/01K06XWFK249V4TN96GV32HQ54);
  width: 18px;
  height: 18px;
  align-self: center;
}

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

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

.download-container {
  border-top: 2px solid #f7f7f7;
  padding: 20px;
}

.download-list-item-container, .faq-list-item-container {
  list-style: none;
  margin: 0px;
}

.faq-container > h3 {
  text-align: center;
}

.faq-list-item-body {
  display: block;
  overflow: hidden;
  max-height: 0px;
  transition: all 0.75s ease-out;
}

.faq-list-item-body img {
  max-width: 100%;
  height: auto;
}

.faq-list-item-container {
	margin:10px;
}

.faqActive {
  max-height: inherit;
  transition: all 0.75s ease-in;
}

.faq-list-item-header {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #f7f7f7;
}

.faq-list-item-header > h3 {
  margin-bottom: 0;
}

.faq-list-item-header:hover {
  cursor: pointer;
}

.faq-list-item-header-icon {
    align-self: center;
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -ms-transition: -ms-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;  
}

.open-in-new-tab {
  align-items: center;
  text-decoration: none !important;
  color: #000; /* Change to desired color */
  font-family: Arial, sans-serif;
  font-size: 16px; /* Adjust size */
}

.open-in-new-tab svg {
  	margin: 0 30px; 
    width: 16px; 
    height: 16px; 
    fill: currentColor; 
}

.custom-tooltip {
  position: relative;
  cursor: pointer; /* Optional: to indicate that the element is interactive */
}

.custom-tooltip::after {
  content: attr(data-title); /* Get the tooltip text from the data-title attribute */
  position: relative;
  top: 15px; /* Position above the link */
  left: -20px;
	bottom: 30px;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap; /* Prevent the tooltip from wrapping to the next line */
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 5px;
  z-index: 1000; /* Ensure the tooltip is above other elements */
  text-decoration:none !important;
}

.custom-tooltip:hover::after {
  opacity: 1; /* Show the tooltip on hover */
  text-decoration: none! important;
}


.rotate45 {
  align-self: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	transform-origin: 50% 50%;
}

.download-main {
  border: 1px solid #f3f3f3;
  padding: 20px 10px;
  text-align: left;
  margin: 30px;
  grid-template-rows: auto auto auto auto;
  display: grid;
  grid-auto-flow: column;
  column-gap: 1rem;
}

.software-tile-main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.software-tile-image {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.download-box-main {
  grid-row: 1/4;
}

.download-button, .document-button {
    align-self: center;
    width: 80%;
    background-color: rgba(33, 192, 252, 1);
    border: solid 1px rgba(33, 192, 252, 1);
    padding: 10px;
    color: #fff;
    margin: 10px;
}
.openSoftware-button {
  width:200px;
  align-self: center;
  background-color: rgba(33, 192, 252, 1);
  border: solid 1px rgba(33, 192, 252, 1);
  padding: 10px;
  color: #fff;
  margin: 10px;
  cursor: pointer;
}

.openSoftware-button:hover,.download-button:hover, .document-button:hover {
  color: rgba(33, 192, 252, 1);
  background-color: #fff;
  text-decoration: none;
}

.download-list-item-body {
  text-align: center;
    background-color: #f6f6f6;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.download-list-item-container {
  text-align: center;
}

.logitech-table > thead > .primary {
  background-color: rgba(129, 70, 254, 1);
  padding: 0;
}

.logitech-table > thead th {
  padding: 5px;
  height: auto;
	font-weight: bold;
  background-color: #eeeeee;
}
.logitech-table > thead > .primary > th {
  background-color: rgba(129, 70, 254, 1);
  color: #fff;
  font-weight: bold;
}

.logitech-table > tbody > tr>  td {
  padding: 5px;
  height: auto;
}

.label-left tbody tr td:first-of-type {
  background-color: #eeeeee;
}

.software-tile-image-responsive {
  height: 150px;
  width: 150px;
}

.software-download-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.software-download-articles > .download-list-item-container{
  width: 100%;
}
@media (min-width: 768px) {
/*   .software-download-articles {
    max-width: 133%;
    width: 133%;
  } */
  .software-download-articles > .download-list-item-container{
    width: 20%;
    margin: 10px;
  }
}

.spare-part-price[class^="spare-part-"] {
  display: none;
}

.spare-part-cart-button[class^="spare-part-"] {
  display: none;
}

.spare-part-main {
  border: 1px solid #eeeeee;
  padding: 20px 0 40px;
  text-align: center;
}

.spare-part-cart-button {
  border: 1px solid transparent;
  background-color: black;
  color: #dbfd01 !important;
  padding: 10px 20%;
  text-transform: uppercase;
}

.phone-list-container {
  display: flex;
  flex-wrap: wrap;
}

.phone-list-container > .download-list-item-container {
  width: 100%;
  margin: 20px;
}

@media (min-width: 768px) {
  .phone-list-container > .download-list-item-container {
    width: 40%;
    margin: 20px;
  }
}

.phone-list-container > .download-list-item-container .content-contact-phone-title{
	font-weight: bold;
}

.


/***** 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: #333333;
  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: #666;
}

/***** 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;
}

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

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

.share a:hover::before {
  color: rgba(129, 70, 254, 1);
}

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

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

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

.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;
}

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

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

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

.comment-callout a {
  color: rgba(129, 70, 254, 1);
}

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

.comment-sorter .dropdown-toggle {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(129, 70, 254, 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;
}

.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(129, 70, 254, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.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: #4801dd;
}

.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: #666;
  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 a {
  outline: none;
}

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

.vote-sum {
  color: #666;
  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(129, 70, 254, 1);
}

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

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

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

.vote-voted::before {
  color: rgba(129, 70, 254, 1);
}

.vote-voted:hover::before {
  color: #4801dd;
}

/***** 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: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url($community_background_image);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 3em;
}

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

@media(min-width: 1200px){
  .community-featured-posts {
    min-width: 400px;
    
  }
}

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

.community-header h5, .community-featured-posts h5 {
  font-size: 18px;
  margin-bottom: 0;
  /* text-transform: uppercase; */
}	

@media (min-width: 768px) {
  .community-header h5, .community-featured-posts h5 {
    font-size: 20px;
  }
}
.community-featured-posts .promoted-articles {
  margin-top: 1em;
}		}

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

.community-contact-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5em 0 2em;
}

.community-contact-button-container > .bottom-blocks-item-link {
  text-align: center;
  border: solid 1px #fff;
  background-color: $link_color_community;
  border-radius: 4px;
  color: #fff;
  padding: 20px;
	margin: 1em;
  max-width: 500px;
  font-weight: bold;
}

.community-contact-button-container > .bottom-blocks-item-link:hover, .community-contact-button-container > .bottom-blocks-item-link:active, .community-contact-button-container > .bottom-blocks-item-link:focus{
  background-color: #fff;
  color: rgba(129, 70, 254, 1);
  text-decoration: none;
  border: solid 1px $link_color_community;
}

@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: 20px;
}


.topics-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}

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

.promoted-post-item {
  margin-bottom: 10px;
}

.promoted-post-item > a {
    color: $link_color_community;
  line-height: 1.5em;
}
.promoted-post-item > a:hover,
.promoted-post-item > a:focus,
.promoted-post-item > a:active {
  color: $link_color_community;
}

.topic-list-item {
  border: 1px solid #00b8fc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #00b8fc;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .topic-list-item {
    margin: 0 15px 30px;
  }
}
.topic-list-item:hover,
.topic-list-item:focus,
.topic-list-item:active {
  background-color: #00b8fc;
}

.topic-list-link {
  display: flex;
  flex-direction: column;
	color: #00b8fc;
  padding: 20px 30px;
  display: flex;		
}

.topics-featured-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.topic-list-link:hover,
  height: 200px;		.topic-list-link:focus,
  color: #fff;		.topic-list-link:active {
  background-color: #8146fe;		  text-decoration: none;
  align-items: center;		}
  vertical-align: center;		
  justify-content: center;		li.support-subtopic {
  background: url(/hc/theming_assets/01J0B62CBVG67G9SFJ3HM3WY0W) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  border-color: transparent;
}

li.support-subtopic a {
  color: #0d4d6d;
}

li.support-subtopic:hover,
li.support-subtopic:focus,
li.support-subtopic:active {
  background: url(/hc/theming_assets/01J0B62AJR8FSM6QC6X8YK1MWR) no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
}

.topic-list-item:hover a,
.topic-list-item:focus a,
.topic-list-item:active a {
  text-decoration: none;
  /* color: #333333; */
  color: #0d4d6d;
}

.topic-list-link div {
  width: 128px;
  margin: 0 auto 2em;
}

.topic-list-img-placeholder {
  height: 128px;
  width: 128px;
}

.topic-list-img-hover {
  display: none;
}

.topic-list-item:hover .topic-list-img,
.topic-list-item:focus .topic-list-img,
.topic-list-item:active .topic-list-img {
  display: none;
}

.topic-list-item:hover .topic-list-img-hover,
.topic-list-item:focus .topic-list-img-hover,
.topic-list-item:active .topic-list-img-hover {
  display: block;
}

.topic-list-title {
  text-transform: uppercase;
}	


#_360003080533-MX{
    background-image: url(/hc/theming_assets/01J0B6EHXDTGY832WCMQG9JST2);
    background-size: 225px;
    width: 222px;
    margin: 0 auto 2em;
    height: 103px;
    
}

.topic-list-item:hover #_360003080533-MX{
  background-image: url(/hc/theming_assets/01J0B6EJMPJXM5HX4YEQ1DSMHH);
  background-size: 225px;
  width: 222px;
  margin: 0 auto 2em;
  height: 103px;
  
}

#_360001198553-G-Headsets{
  background-image: url(/hc/theming_assets/01J0B629AX2T58B20D905KZN9Y);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}


.topic-list-item:hover #_360001198553-G-Headsets{
  background-image: url(/hc/theming_assets/01J0B626R3Y6V3WTTJGE8K1AAV);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

#_360001198733-Circle-Home-Security{
  background-image: url(/hc/theming_assets/01J0B6279JERMAWQ25VR7BZA0H);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001198733-Circle-Home-Security{
  background-image: url(/hc/theming_assets/01J0B62C8V9C5JAS90KBD5BFFC);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

#_360001198953-Audio-Video-and-Entertainment{
  background-image: url(/hc/theming_assets/01J0B624WHNYCVVN9BPF45HV0A);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001198953-Audio-Video-and-Entertainment{
  background-image: url(/hc/theming_assets/01J0B62AQEK22GFY7FTVM45W1G);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}
#_360001135814-Wireless-Corded-TV-Keyboards-and-Combos{
  background-image: url(/hc/theming_assets/01J0B629H90162KSTKHAWP036W);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001135814-Wireless-Corded-TV-Keyboards-and-Combos{
  background-image: url(/hc/theming_assets/01J0B625NAXMRHFCSXD67DQKED);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}
#_360001198853-Community-News{
  background-image: url(/hc/theming_assets/01J0B629VR2GX2AHS7KBGATVQC);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001198853-Community-News{
  background-image: url(/hc/theming_assets/01J0B629VR2GX2AHS7KBGATVQC);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}
#_360001198873-Bluetooth-Wireless-and-Corded-Mice{
  background-image: url(/hc/theming_assets/01J0B6267FH0SNK05K094RGD87);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001198873-Bluetooth-Wireless-and-Corded-Mice{
  background-image: url(/hc/theming_assets/01J0B6280C5SYHB6RQZE2Z2HEN);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}
#_360001135914-Speakers{
  background-image: url(/hc/theming_assets/01J0B62696Q3RJ1892XTP0NWY4);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001135914-Speakers{
  background-image: url(/hc/theming_assets/01J0B623ZKNEQZPF8WF4CCB6AY);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

#_360001135734-Earphones-Headphones-Headsets-Microphones{
  background-image: url(/hc/theming_assets/01J0B6291XDQFZV0FCB9X2BGE5);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001135734-Earphones-Headphones-Headsets-Microphones{
  background-image: url(/hc/theming_assets/01J0B62AB0RBJ6STZXXZNWN7GT);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

#_360001135994-Smartphone-Accessories{
  background-image: url(/hc/theming_assets/01J0B629H2Z9PK9M3M0F9B746G);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}

.topic-list-item:hover #_360001135994-Smartphone-Accessories{
  background-image: url(/hc/theming_assets/01J0B629B2E98CQ2N0H55GTZ7B);
  background-size: 128px;
  width: 128px;
  margin: 0 auto 2em;
  height: 128px;
  background-size: contain;
}



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

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

#vue-topic-list {
  display: flex;
  flex-direction: column;
}

#vue-topic-list > li{
	margin: 5px;
  padding-right: 10px;
  border-bottom: 1px solid #000;
}

#vue-topic-list > li > a{
	color: #21c0fc;
  text-transform: uppercase;
}

#vue-topic-list > li:last-child{
  border-bottom: 0px;
}

@media (min-width: 768px) {
  #vue-topic-list {
    display: flex;
    flex-direction: row;
  }

  #vue-topic-list > li{
    margin: 5px;
    padding-right: 10px;
    border-right: 1px solid #000;
    border-bottom: 0px;
  }

  #vue-topic-list > li > a{
    color: #21c0fc;
    text-transform: uppercase;
  }

  #vue-topic-list > li:last-child{
    border-right: 0px;
  }
}

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

@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(33, 192, 252, 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(33, 192, 252, 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: #0284b5;
  border-color: #0284b5;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(33, 192, 252, 1);
  content: attr(data-follower-count);
  color: rgba(33, 192, 252, 1);
  display: inline-block;
	font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  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(33, 192, 252, 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: $link_color_community;
  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: #4801dd;
}

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

.striped-list-count {
  color: #666;
  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: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #21C0FC;
  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(33, 192, 252, 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: #666;
}

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

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

.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;
  margin-top: 1em;
}

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

.post-content {
  font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
  line-height: 1.6;
  word-break: break-word;
  margin: 1em 0;
}

.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-meta a,
.post-meta a:hover,
.post-meta a:focus,
.post-meta a:active,
.comment-meta a,
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
  color: rgba(129, 70, 254, 1);
}

.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: #4801dd;
}

.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: #666;
  font-style: italic;
  padding: 0 15px;
}

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

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

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

.post-comment-count .icon-comments {
  color: rgba(129, 70, 254, 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: #333333;
  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: #333333;
  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(129, 70, 254, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.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;
}

.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;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@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(129, 70, 254, 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 */

.my-activities-container {
  display: flex;
  flex-direction: row;
}

.my-activities-sidebar{
  margin-right: 20px;
}


.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(129, 70, 254, 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(129, 70, 254, 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: #4801dd;
  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: #666;
  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: #666;
}

/***** 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;
  color: #666;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

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

.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(129, 70, 254, 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(129, 70, 254, 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: #666;
  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;
}

/***** New request *****/
.new-request-form a,
.new-request-form p,
.new-request-form div,
.new-request-form select,
.new-request-form label,
.new-request-form input {
  font-family: 'brown-pro-light',Helvetica,Arial,sans-serif;
}
.new-request-form h2,
.new-request-form h4 {
  font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
}
.new-request-form p {
  color: #6F7678;
}
.product-need-help-auth-box {
  margin-top: 2em;
  padding: 32px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-need-help-auth-box h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .product-need-help-auth-box h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.product-need-help-auth-box p {
  margin: 0;
  text-align: center;
}
.product-need-help-auth-box .form-auth-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-need-help-auth-box .form-auth-buttons {
    flex-direction: row;
  }
}
.product-need-help-auth-box .button-large {
  font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
  height: 40px;
  line-height: 40px;
  margin: 10px 5px;
  text-transform: uppercase;
  width: inherit;
}
.product-need-help-auth-box .button-large.sign-in {
  background-color: #FFF;
  border: 1px solid rgba(129, 70, 254, 1);
  color: rgba(129, 70, 254, 1);
}
.form-panels {
  margin: 0 auto;
  max-width: 650px;
  padding-top: 60px;
  width: 80%;
}
.form-panels button,
.form-panels [role="button"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(129, 70, 254, 1);
  font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
}
.form-find-prod-number {
  margin-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
.form-find-prod-number p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
.serial-number-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .serial-number-box {
    flex-direction: row;
  }
  .serial-number-box .form-field {
    width: 75%;
    margin-right: 20px;
  }
}
.serial-number-box input {
  margin-right: 20px;
  line-height: 18px;
}
@media (min-width: 768px) {
  button.submit-serial {
    margin-top: 24px;
  }
}
.form-find-prod-number p.serial-error {
  font-size: 14px;
  text-align: left;
  padding: 0;
  color: #ff2947;
}
.form-product-selection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .form-product-selection {
    flex-direction: row;
  }
  .form-product-dropdowns {
    width: 75%;
    margin-right: 20px;
  }
}
.form-product-dropdowns .form-field ~ .form-field {
  margin-top: 15px;
}

.prod-info-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.button-disabled {
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid #f7f7f7 !important;
  cursor: default;
}

.button-disabled:hover{
  background-color: #f7f7f7;
  color: #000;
  border: 1px solid #f7f7f7 !important;
  cursor: default;
}

#request-form-section {
  	display: flex;
    align-items: center;
    justify-content: center;
}

#request-form-container{
    align-items: center;
    justify-content: center;
  width: 100%;
}

.product-display {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.product-display-helpers {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.other-contact-methods {
	justify-content: center;
	width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -50px;
}

.community-request {
  text-align: center;
  background-color: rgba(129, 70, 254, 1);
  color: #fff;
  width: 100vw;
  margin: 20px 0px;
  padding: 30px 50px;
}
.phone-request {
  text-align: center;
  width: 100vw;
  margin: 20px 0px -50px 0px;
  padding: 20px 50px;
}

.phone-request > div {
		margin: 10px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: center;
}

.phone-request > div > a {
		border: solid 1px rgba(33, 192, 252, 1);
    background-color: rgba(33, 192, 252, 1);
    color: #fff;
    padding: 20px;
    margin: 20px;
    max-width: 500px;
    font-weight: bold;
  	height: auto;
}
.phone-request > div > a:hover {
	text-decoration: none;
}

.community-request > p {
  color: #fff;
}

@media (min-width: 768px) {
  .community-header-center h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

#community-button-container {
  margin: 10px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: center;
}


.product-need-help-header {
  text-align: center;
}

.display-box .product-tile-button {
  display: none;
}

.small-loader {
  background-image: url(/hc/theming_assets/01J0B6288F3ZHH5HC9G5FFX4YA);
    background-size: 20px;
    margin-top: 24px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.inline-loader {
  background-image: url(/hc/theming_assets/01J0B6288F3ZHH5HC9G5FFX4YA);
    background-size: 17px;
    height: 17px;
    width: 17px;
    background-repeat: no-repeat;
    background-position: center;
  	display: inline-flex;
}
.big-loader {
  background-image: url(/hc/theming_assets/01J0B6288F3ZHH5HC9G5FFX4YA);
    background-size: 40px;
    margin: 20px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
  align-self: center;
}

#form-modal {
/*   display: none; Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/***** 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: #333333;
  text-decoration: none;
}

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

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

.pagination-current {
  background-color: rgba(129, 70, 254, 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: #666;
  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: "copenhagen-icons";
  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: #f7f7f7;
}

.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;
  word-wrap: 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"] {
  background-color: rgba(129, 70, 254, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
  outline-color: rgba(129, 70, 254, 1);
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: 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: #666;
  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(129, 70, 254, 1);
  border-radius: 4px;
  color: rgba(129, 70, 254, 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: #666;
  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;
  word-wrap: 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;
  word-wrap: 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;
}

.product-item-body{
	display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  
}

#vue-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#vue-products > li {
  position: relative;
	list-style: none;
  display: flex;
  margin: 20px;
}

.product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 50%;
}
.product-item-info > span > * {
	margin: 5px;
}
.product-item-info > span > a {
  border: 1px solid rgba(33, 192, 252, 1);
  border-radius: 0;
  color: rgba(33, 192, 252, 1);
}

.product-item-info > span > a:hover {
	color: #fff;
  background-color: rgba(33, 192, 252, 1);
  border: 1px solid rgba(33, 192, 252, 1);
}
#add-product-button {
  border: 1px solid rgba(33, 192, 252, 1);
  border-radius: 0;
	color: #fff;
  background-color: rgba(33, 192, 252, 1);
  padding: 10px 60px;
}

#add-product-button:hover {
  color: rgba(33, 192, 252, 1);
  border: 1px solid rgba(33, 192, 252, 1);
	background-color: #fff;
}
.removeButton {
    position: absolute;
    top: -10px;
    right: -10px;
}

.removeButton:hover{
  cursor: pointer;
}

.removeButton > b {
  	color: rgba(33, 192, 252, 1);
}

.product-li {
	display:flex;
  flex-direction: column;
}

 .product-item-body >.display-box {
  width: 40%;
}

.product-item-body > .display-box > .product-tile-main {
  width: 100%;
}

.product-item-body > .display-box > .product-tile-main > .product-tile-image{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}

.product-item-body > .display-box > .product-tile-main > .product-tile-image >.product-tile-name {
	font-weight: bold;
/*   white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; */
/*   min-height: 20px; */
}
.product-item-body > .display-box > .product-tile-main > .product-tile-image >.product-tile-image-responsive{
  min-height: 150px;
  height: 150px;
  width: 150px;
}

.product-item-body > .display-box > .product-tile-main > .product-tile-image >.product-tile-name-2 {
/* 	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; */
/*   min-height: 20px; */
}

.product-item-body > .display-box > .product-tile-main > .product-tile-button {
  color: #fff;
  background-color: #00B8FC;
  padding: 10px 40px;
  border: 1px solid #00B8FC;
}


/***** 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 45%;
  }
}

.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;
  word-break: break-word;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  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(129, 70, 254, 1);
}

[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;
}

/* Don't display CJK results in italic */
/* Add a yellow background instead */
html[lang|="zh"] .search-result-description em,
html[lang|="ko"] .search-result-description em,
html[lang|="ja"] .search-result-description em {
  font-style: normal;
  background: yellow;
}



/* HEADER FROM LOGITECH*/

/* mahi css start*/

.error-focus{
   border-color: #e2141d !important; 
   /*box-shadow: 0 0 0 2px #e2141da6 !important;*/
}
.disabletag{
  pointer-events: none;
	opacity: .4;
}
.invalid{
  /*border:1px solid #c00 !important;*/
}
label.invalid {
    background-color: #f4dfde;
    border: 1px solid #e03b30;
    color: #e03b30;
    margin-top: 5px;
    padding: 3px 5px;
    border-radius: 4px;
}
.form.centerDiv{
  margin:10px auto;
}
.jumpstart_escalation_div h1,.jumpstart_div h1,.IE_div h1{
      max-width: 650px;
      margin: 20px auto;
}
.features-hero-ctn-inner{
  /* display:table !important; */
}
@media only screen and (min-width: 991px){
  .features-hero .product-details-shell {
      display: flex;
      /* vertical-align: middle; */
      /* padding-left: 0; */
      /* float: none; */
      align-items: center;
  }
}
.features-hero {
    position: relative;
    background-color: #00b8fc;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.hidden{
  display:none !important;
}
.jumpstart_escalation_div .form-field,.jumpstart_div .form-field,.responseCenterForm .form-field, .jaybirdContactForm .form-field,.IE_div .form-field{
  position:relative;
}
.jumpstart_escalation_div .form-field label,.jumpstart_div .form-field label,.responseCenterForm .form-field label, .jaybirdContactForm .form-field label,.IE_div .form-field label{
  position:absolute;
  font-size: 18px;
  top:10px;
  left: 15px;
  z-index: 99;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -moz-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.jumpstart_escalation_div .form-field input,.jumpstart_div .form-field input, .responseCenterForm .form-field input, .jaybirdContactForm .form-field input,.IE_div .form-field input{
  text-indent:5px;
  padding:8px;
  font-size:18px;
}
.jumpstart_escalation_div .form-field textarea,.jumpstart_div .form-field textarea, .responseCenterForm .form-field textarea, .jaybirdContactForm .form-field textarea,.IE_div .form-field textarea{
  padding: 25px 12px;
}
.jumpstart_escalation_div  .form,.jumpstart_div  .form, .responseCenterForm,.IE_div .form {
    max-width: 555px;
}
.jumpstart_escalation_div .form-field input,.jumpstart_escalation_div .form-field .nesty-input,.jumpstart_div .form-field input,.jumpstart_div .form-field .nesty-input, .responseCenterForm .form-field input, .responseCenterForm .form-field .nesty-input,.jaybirdContactForm .form-field input, .jaybirdContactForm .form-field .nesty-input,.IE_div .form-field input,.IE_div .form-field .nesty-input{
    height: 65px;
}
.jumpstart_escalation_div .input-field input:focus ~ label {
    top: 6px;
    font-size: 11px;
}
.activeLabel{
  font-size:11px !important;
  top:6px !important;
}
.jumpstart_escalation_section,.jumpstart_section{
  background:#f4f4f4;
}
.jumpstart_escalation_div a.nesty-input,.jumpstart_div a.nesty-input,.responseCenterForm a.nesty-input,.jaybirdContactForm a.nesty-input,.IE_div a.nesty-input {
    padding: 15px 10px 10px 14px;
}
div.fadein {
  animation: fadein 2s;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}

.innerpage h1 {
    margin-bottom: 30px !important;
    margin: 0px auto;
    color: #fff;
}
.ThankPgStyle {
    background-color: #00b8fc !important;
    margin: -1px auto;
    text-align: center;
    color: #fff;
}
.PageNotAvailableStyle{
   text-align: center;
   background-color: #00b8fc !important;
   font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
   text-align: center;
   font-weight: 700;
   font-size: xx-large;
}
.warranty-status-lookup-div{
  display:none;
}
.warrantyStatusoutOfWarrantyPageStyle{
   text-align: center;
   background-color: #ff2947 !important;
   font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
   text-align: center;
   font-weight: 700;
   font-size: xx-large;
   margin-top : 20px;
   margin-bottom : 25px;
   height: 160px;
}
.warrantyStatusinWarrantyPageStyle{
   text-align: center;
   background-color: #00ead0 !important;
   font-family: 'brown-pro-regular',Helvetica,Arial,sans-serif;
   text-align: center;
   font-weight: 700;
   font-size: xx-large;
   margin-top : 20px;
   margin-bottom : 25px;
   height: 160px;
}
.warranty_status_lookup_div {
  flex-direction: column !important;
 }
.warranty_status_lookup_div h1{
  max-width: 650px;
  margin: 20px auto;
}
.warranty_status_lookup_div > .product-tile-main {
  margin-top: 40px;
}
.warranty_status_lookup_div > .product-tile-main > .product-tile-image{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}
.warranty_status_lookup_div > .product-tile-main > .product-tile-image >.product-tile-name {
	font-weight: bold;
}
.warranty_status_lookup_div > .product-tile-main > .product-tile-image >.product-tile-image-responsive{
  min-height: 150px;
  height: 150px;
  width: 150px;
}

.warranty_status_lookup_div > .product-tile-main > .product-tile-button {
  color: #00B8FC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
 }

.warranty_status_lookup_div > .product-tile-main > .product-tile-button:hover {
  color: #0056b3;
}
#page-sub-text {
    margin: 0 auto 30px auto;
    padding: 0 20px;
    max-width: 650px;
    color:#fff;
}
#warrantyText {
    margin: 0 auto 30px auto;
    padding: 0 20px;
    width: 850px;
    color:#fff !important;
}
@media only screen and (min-width: 320px)  and (max-width : 450px){
  #warrantyText{
    width: 350px;
    font-size:25px;
  }
}
@media only screen and (min-width: 450px ) and (max-width : 550px) {
  #warrantyText{
    width: 400px;
    font-size:25px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 850px){
  #warrantyText{
    width: 600px;
    font-size:28px;
  }
}
@media only screen and (min-width: 850px) {
  #warrantyText{
    width: 850px;
    font-size:35px;
  }
}
p.product-details {
    color: #fff;
}
.center {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px !important;
}
.ThankPgStyle .bg-blue-button {
    color: #00B8FC;
    border: 1px solid #00B8FC;
    background-color: #fff;
    margin: 10px 5px !important;
    padding: 16px 12px;
    min-width: 199px;
    max-width: 234px;
    text-transform: uppercase;
    font-size: 13px;
}
.responseCenterContainer{
		font-family: "BrownPro Light", Arial, sans-serif;  
  	margin-top:30px;
}
@media only screen and (min-width: 1024px) {
  .responseCenterContainer{
			width: 55% !important;
  }
}

.loader-img{
    height: 35px;
    padding-left: 10px;
}
#jumpstart_banner{
      background-color: #814efa !important;
}
.ThankPgStyle{
     margin-bottom: -40px;
}
@media (min-width: 768px) {
  .ThankPgStyle{
     margin-bottom: -60px;
  }
}
.jumpstart_div,.jumpstart_escalation_div,.IE_div {
    display: block !important;
}
.jumpstart_div footer,.jumpstart_escalation_div footer,.IE_div footer {
    display: table;
  margin:0px auto;
}
.form-footer{
  font-size: 1rem !important;
  margin-top: 15px !important;
}
#btn_jumpstart_escalation {
    background-color: #00b8fc;
    color: #fff;
    margin: 0px auto;
    width: 300px;
    /*display: table;*/
    font-size: 16px;
    border-color: #00b8fc;
}
#btn_jumpstart {
    background-color: #814efa;
    margin: 0px auto;
    font-size: 18px;
    color: #fff;
    width: 300px;
}
.btn.back-button{
   background-color: #fff;
   font-size: 14px;
  color: #814efa;
  font-weight: 400;
  line-height: 2.72;
  width: 190px;
  padding: 0 1.9286em;
  border-color:#00b8fc ! important;
  border-radius: 4px;
  margin: auto;
  display: block;
 
}
.btn.back-button:hover {
  margin: auto;
  display: block;
  background-color: #00b8fc;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 2.72;
  width: 190px;
  padding: 0 1.9286em;
  border-color:#00b8fc ! important;
  border-radius: 4px;
}
#checking_warranty_status_btn {
  background-color: #fff;
  margin: 0px auto;
  font-size: 14px;
  color: #814efa;
  font-weight: 400;
  line-height: 2.72;
  width: 190px;
  padding: 0 1.9286em;
  border-color:#814efa ! important;
  border-radius: 4px;
}
#checking_warranty_status_btn:hover {
  background-color: #814efa;
  margin: 0px auto;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 2.72;
  width: 190px;
  padding: 0 1.9286em;
  border-color:#814efa ! important;
  border-radius: 4px;
}
#checking_warranty_status_btn[disabled]{
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #000;
    opacity: 0.5;
    margin: 0px auto;
    font-size: 14px;
   font-weight: 400;
   line-height: 2.72;
   width: 190px;
   padding: 0 1.9286em;
   border-radius: 4px;
  border-color:#ddd ! important;
}
.preloader{
    text-align: center;
    margin: 20px auto;
    display: table;
}
#IE_banner{
    background-color: #808080b3 !important;
    margin-top: -40px;
    padding-top: 20px;
}
/*mahi css end*/
/*paul css starts*/
.responseCenterContainer, .jaybirdContactContainer{
      display: block !important;
}
.jaybirdContactBanner{
  	background: url(/hc/theming_assets/01J0B629R8BG9299K08DA6N6PC) no-repeat center;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.jaybirdContactBanner .bannerContent{
  	position: relative;
    top: 40%;
    color: #fff;
    text-align: center;
}
.jaybirdContactContainer .form footer{
		text-align:left;
  	padding:0px;
}
.jaybirdContactSubmit{
		background-color: #d1eb24 !important;
    color: #333 !important;
    font-size: 22px !important;
    padding: 5px !important;
    line-height: unset !important;
}
.jaybirdContactSubmit:hover{
  color:#fff !important;
}
/*paul css ends*/
/* tooltip css start */
 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9 !important;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 250px;
  padding: 20px 5px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* tooltip css end */

.grecaptcha-badge {
	display: none !important;
}
p.font-red {
    color: red;
    font-size: 15px;
    padding-left: 10px;
}
p.mb-18{
  margin-bottom:-18px;
}

/*Added Banner css here IE Warning */
/*Banner code added  */
.BannerIE {
  padding: 15px;
  background-color: #f44336;
  color: white;
  text-align: center;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.askExpertBtn{
    background-color: #FFFFFF;
    border: 1px solid rgba(129, 70, 254, 1);
    border-radius: 4px;
    color: rgba(129, 70, 254, 1);
    font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
 
}
.expertSubmit{
   background-color: #FFFFFF;
    border: 1px solid rgba(129, 70, 254, 1);
    border-radius: 4px;
    color: rgba(129, 70, 254, 1);
    font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
  
   
}
.expertSubmit:hover {
      background-color: #9933FF;
  		color:#FFFFFF;
  		font-family: 'brown-pro-bold',Helvetica,Arial,sans-serif;
}
.expertSubmit[disabled]{
  	background-color: #ddd;
    border: 1px solid #ddd;
    color: #000;
    opacity: 0.5;
}
.error{
  color:red;
}
.request_custom_fields_360032538614{
  display:none;
}

#hc_home_announcment
{
  margin-bottom: 60px;
}
/*Mark as solved changes*/
#markAsSolved-modal {
  position: fixed; /* Positioning and size */
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2F3941;
  opacity: 0.8;
}
.modal-container {
  text-align: center;
  position: fixed;
  top: 38vh;
  left: 30vw;
  width: 37%;
  height: 26%;
  background-color: #ffffff;
  padding: 3vw;
  display: block;
  border-radius: 6px;
  z-index: 12;
}
.modal-container p {
  font-weight: bold;
}
.modal-container button {
    width: 120px;
    margin: 15px 5px;
    height: 30px;
    border-radius: 4px;
}
.modal-container button:nth-child(1) {
    color: #fff;
    background-color: #5ABA7D;
}
.modal-container button:nth-child(2) {
    color: #fff;
    background-color: #D9605B;
}
/* Education Css Changes */
.edu-selectdropdown{
	margin-top: 25px;
	font-family: 'brown-pro-light',Helvetica,Arial,sans-serif;
}
.edu-selectdropdown div label, .edu-selectdropdown label {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.eduproduct-display{
  display: none;
  width: 100%;
}
.eduproduct-display .product-display{
  width: 50%;
}
.eduproduct-display .product-display-helpers{
  width: 50%;
}
.liveChat {
  margin-left: 15px;
  height: 2.4em;
  background-color: white;
  color: rgba(129, 70, 254, 1);
  border: 1px solid rgba(129, 70, 254, 1);
}
.liveChat:hover {
  background-color: rgba(129, 70, 254, 1);
  color: white;
}
button.liveChat:disabled{
	cursor: default;
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #000;
	opacity: 0.5;
}
.request_custom_fields_360051954733 {
  display:none;
}

/* Circle Style Starts */
.hero-circle{
    text-align: initial;
    width: 39%;
    margin: 0 0 0 10%;
}
.hero-circle h1 {
  color : #000;
}
.hero-circle-span {
		font-size: 20px;
    width: 100%;
    display: inline-block;
}
#redeem-status{
  width:100%;
  text-align: center;
  padding-bottom: 50px;
}
#redeem-status > p:first-child {
  margin: -40px 0px 45px 0px;
}
#redeem-status div{
  display: inline-block;
}
.redeem-number-status{
  	border-radius: 50%;
    color: #ccc;
  	border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    padding: 3px 0px 0px 0px;
    font-size: 15px;
    text-align: center;
}
.redeem-status-active {
  color: #ffffff;
  background-color: #8146FE;
  border: 1px solid #8146FE;
}
.redeem-number-active {
  color: #ffffff;
}
.redeem-text-active {
  color: #8146FE;
}
.redeem-status-divider {
  border: 1px solid #ccc;
  width:33%;
  margin: 0 1% 5.5% 1%;
}
.redeem-status-divider-active {
  border: 1px solid  #8146FE
}
.redeem-text {
  width: 93px;
  margin-left: -30px
}
#redeem-form {
	padding: 8%;
}
#redeem-form input {
  border: 2px solid #ccc;
}

#redeem-form input,#redeem-form button{
  font-size: 14px;
}
@media (max-width: 600px) {
  #redeem-form {
    border-top: 1px solid #ccc;
  }
  #redeem-status > p:first-child {
    margin: -40px 0px 20px 0px;
	}
  #redeem-status {
    padding-bottom: 25px;
	}
  #redeem h1 {
    font-size: 22px;
  }
} 
@media (min-width: 600px) {
  #redeem-form {
    border: 1px solid #ccc;
  }
} 

.sticker-details {
  padding: 0% 8% 0% 8%;
}
.redeem-hero {
background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(/hc/theming_assets/01J0B6EJG155B8S6A4ECDMYG6B);
 
  background-position: center;
  background-size: cover;
  height: 450px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.sticker {
  background-image: url(https://www.logitech.com/assets/65997/4/circle-view-doorbell-installer.jpg);
	background-position: center;
  background-size: contain;
  height: 300px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom:10px;
}
#confirm-all-set {
    margin: 3% 14%
}
#confirm-all-set h3{
    margin: 3% -4%
}
.redeem-note {
  margin: 10% 0px 0px -15%;
}

@media (max-width: 1200px) {
  .redeem-status-divider {
    margin: 0 1% 7% 1%;
  }
}
@media (max-width: 1024px) {
  .redeem-status-divider {
    margin: 0 1% 4% 1%;
  }
  .redeem-note {
      margin: 5% 0px 5% 0%;
  }
}
@media (max-device-width: 1024px) {
  .redeem-status-divider {
    margin: 0 1% 6% 1%;
  }
}
@media (max-width: 990px) {
  .redeem-status-divider {
    margin: 0 1% 6% 1%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .redeem-status-divider {
    margin: 0 1% 4.5% 1%;
  }
  .redeem-hero {
background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url( /hc/theming_assets/01J0B6EJG155B8S6A4ECDMYG6B);

  }
  .sticker {
    background-image: url(https://www.logitech.com/assets/65997/6/circle-view-doorbell-installer.jpg);
    /*background-size: auto;
    height: 200px;*/
  }
  #redeem h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  
	/*.hero-circle {
    width: 30%;
    position:relative;
    top:43%;
  }*/
	.hero-circle-span {
		font-size: 15px;
	}
  #redeem h1 {
    font-size: 25px;
  }
  .hero-circle h1 {
    font-size: 30px;
  }
  #redeem h2{
    font-size:25px;
    margin: auto;
    padding-bottom: 10px;
  }
  #redeem h3{
    font-size:23px
  }
  .redeem-number-status {
    font-size: 10px;
  }
  .redeem-number-status{
    padding-top:4px;
  }
  .redeem-number-status{
    width:25px;
    height:25px;
  }
  .redeem-text {
    margin-left: -35px;
  }
  .redeem-status-divider {
    margin: 0 1% 6% 1%;
  }
}
@media (max-width: 600px) {
  .hero-circle h1 {
    font-size: 25px;
  }
  .hero-circle-span {
    font-size: 13px;
	}
}
@media only screen and (min-width : 230px) and (max-width : 480px) {
  .redeem-hero {
background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(/hc/theming_assets/01J0B6EJG155B8S6A4ECDMYG6B);
    background-position: bottom;
  }
  .sticker {
    background-image: url(https://www.logitech.com/assets/65997/8/circle-view-doorbell-installer.jpg);
    /*background-size:auto;*/
    height: 200px;
  }
	.hero-circle {
    width: 55%;
  }
  #redeem h1,.hero-circle h1 {
    font-size: 25px;
  }
  #redeem h2{
    font-size:20px;
  }
  #redeem h3{
    font-size:18px
  }
	.redeem-number-status p {
    font-size: 8px;
  }
  .redeem-number-status{
    padding-top:5px;
  }

  .redeem-text {
    margin-left: -38px;
  }
  .redeem-status-divider {
    margin: 0 1% 6.5% 1%;
  }
  #confirm-all-set{
    margin: 3% 0%
  }
  #redeem-form input, #redeem-form button {
    font-size: 10.6px;
	}
  .hero-inner {
    top: 35%
  }
  .hero-circle-span{
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .hero-circle-span {
    font-size: 11px;
	}
  #redeem h1, .hero-circle h1 {
    font-size: 23px;
	}
  #redeem-form input, #redeem-form button {
    font-size: 6.3px;
	}
  .redeem-number-status p {
    font-size: 6px;
	}
  .redeem-note, .small{
    overflow-wrap:anywhere;
  }
}

@media (max-device-width: 600px) {
  .redeem-status-divider {
    margin: 0 1% 6% 1%;
  }
}
@media (max-width: 460px) {
  .redeem-status-divider {
    border: 1px solid #ccc;
    width:30%;
    margin: 0 1% 8% 1%;
  }
} 
@media (max-width: 320px) {
  .redeem-status-divider {
    border: 1px solid #ccc;
    width:25%;
    margin: 0 1% 10% 1%;
  }
} 
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.customer-info-points ul{
  list-style: inherit;
  padding-left: 30px;
  font-size: 12px;
}
#redeem-form a {
  color: inherit;
  border-bottom: 2px solid #808080;
  text-decoration: none;
}
.codeError,.orderNotCreated {
  font-size: 0.7rem;
  font-weight: bold;
  color: #000 !important;
}

/* Circle Style Ends */

/* ITSM - 140059 */
.dropdown-menu-top {
  bottom: auto !important;
}
	
/*downloading softwares css added  */	
#download-version-dropdown.accordion .card-header:before {	
	font-family: "Font Awesome 5 Free";	
  content:  "\f068";	
  display: inline-block;	
  padding-right: 3px;	
  vertical-align: middle;	
  font-weight:900;	
  float:right;	
}	
#download-version-dropdown.accordion .card-header.collapsed:before {	
	font-family: "Font Awesome 5 Free";	
  content:  "\f067";	
  display: inline-block;	
  padding-right: 3px;	
  vertical-align: middle;	
  font-weight:900;	
  float:right;	
}	
#download-version-dropdown .download-container{	
  padding:0;	
  border-top: 0;	
}	
#download-version-dropdown .dropdown-menu{	
  padding:0	
}	
#download-version-dropdown .card-header{	
  padding-top:10px;	
  padding-bottom:10px;	
}	
#download-version-dropdown .card-header{	
  background-color : #F4F4F4	
}	
.version-download .dropdown-menu{	
  padding:0;	
  width:200px;	
}	
.version-download {	
  padding: 0 !important;	
  margin-bottom:20px	
}	
.version-download a.nav-link.card-header {	
  color: #000 !important;	
}	
a#navbarDropdown:after {	
  color: #000;	
}	
a#navbarDropdown {	
  border: 0px;	
  font-size: 18px;	
  color: #00000094;	
  padding:0px;	
  border-bottom: 2px solid #000;	
  border-radius: 0px;	
  display: inline;	
}	
a#navbarDropdown:after {	
  color: #000;	
}	
a#navbarDropdown:hover, a#navbarDropdown:focus {	
    background-color: transparent;	
}	
.dropdown-menu-top {
  bottom: auto !important;
}
.articlelist .articleBtn:before {	
	font-family: "Font Awesome 5 Free";	
  content:  "\f068";	
  display: inline-block;	
  padding-right: 30px;	
  vertical-align: middle;	
  font-weight:900;	
}	
.articlelist .articleBtn.collapsed:before{	
  font-family: "Font Awesome 5 Free";	
  content:  "\f067";	
  display: inline-block;	
  padding-right: 30px;	
  vertical-align: middle;	
  font-weight:900;	
}	
.articlelist .card-header {	
    padding: 0;	
    border-radius: 0 !important;	
    border: 0;	
}	
.articlelist .articleBtn {	
    padding: 12px 20px;	
    display: flex;	
    width: 100%;	
    max-width: 100%;	
    background-color: #6F7678;	
    color: #fff;	
    border-radius: 0;	
}	
.articlelist .articleBtn.collapsed {	
    padding: 12px 20px;	
    display: flex;	
    background-color: #F4F4F4;	
    width: 100%;	
    max-width: 100%; 	
    color: #000;	
    border-radius: 0 !important;	
}	
.articlelist .card {	
    border-radius: 0;	
    margin-bottom: 10px;	
    background-color: #F4F4F4;	
  	border:0	
}	
/* .collapse:not(.show){
 display:none !important;
} */
/* .collapse.in{
  display:none !important;	
} */
.collapse.show[aria-expanded="true"]{
/*     background: yellow; */
   display:block !important;
}
.collapse.show[aria-expanded="false"]{
   
   display:none !important;
}
.collapse.in[aria-expanded="false"]{
   
   display:none !important;
}


btn.articleBtn:hover, .btn.articleBtn:focus {	
    box-shadow: none;	
    color: currentColor;	
}	
#osxLabelsComp option ,#windowLabelsComp option,#otherLabelsComp option{	
    border-bottom: 1px solid #E1E2E3;	
    color: #000 !important;	
    margin: 10px 5px;	
    cursor: pointer;	
}	
span.item-link{
   color: #007bff;
    cursor: pointer;
    text-decoration: underline;
  padding:13px;
}
/*downloading softwares css ended  */	
/*contact support panel starts*/
.contact-support-widget{
    position: relative;
    text-align: center;
    padding: 10px;
    background: #f4f4f4;
    text-transform: uppercase;
    transition: all 500ms ease-in-out;
    box-shadow: 0 0 10px #ccc;
  	min-height:320px;
}
.blocks-item-image{
  	width: 70px;
    height: 70px;
    margin: 12% auto;
}
#community-widget .blocks-item-image{
  background: url(/hc/theming_assets/01K06XWGP63M6DYG8CBH7KQNRK);
}
#phone-widget .blocks-item-image{
  background: url(/hc/theming_assets/01K06XWGYVJAESXRG4Q1HXWW0E);
}
#chat-widget .blocks-item-image{
  background: url(/hc/theming_assets/01K06XWEQYGTDRPK7Q7QWM62TK);
}

#business-support-widget .blocks-item-image{
  background: url(/hc/theming_assets/01JCJHZV85AGBAMM4CR31GHB1Q);
  background-repeat: no-repeat;
  width: 100px;
  margin: 1em auto 2em;
  height: 100px;
  background-size: contain;
}

.contact-support-widget > a > p, .contact-support-widget > a > p:hover, .contact-support-widget > a > p:active{
  color: #000;
  font-weight: 700;
  font-size: 25px;
}
.contact-support-widget > a > span, .contact-support-widget > a > span:hover, .contact-support-widget > a > span:active{
    font-size: 12px;
    color: #000;
    text-decoration: none !important;
    display: block;
}
.contact-support-widget > a, .contact-support-widget > a:hover, .contact-support-widget > a:active{
	text-decoration: none !important;
  display: block;
}
.contact-support-panel .contactSupportTagLine{
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 15px;
}
.sub-nav .search {
    display: none;
}
/*contact support panel ends*/
/*signout*/
#user-menu > .signout {
    color: #000 !important;
    line-height: 25px;
    font-weight: 700;
    opacity: 0.5;
    transition: opacity 0.2s;
    text-transform: uppercase;
}
/* DI 3127 OMM Software update banner css*/
.banner-div {
  border-top:1px solid black;
}
.banner-text {
  font-size:20px; 
  text-align:center;
  margin-top:0;
  margin-bottom:0;
  border: 1px solid black;
}
/* DI 3127 OMM Software update banner css*/
.logitech-table >tbody > tr,td{
  width:auto !important;
  height:auto !important;
}
.article-body > .logitech-table{
    width:auto !important;
  	height: auto !important;
}

.article-body > .table td{
  display:table-cell !important;
}

.table-responsive{
  display:table !important;
}

@media (max-width: 768px) {
  .article-body > .logitech-table tr {
    display: table-row;
  }
}
.article-body > .table thead th{
  text-align:center;
}
#request-form-section .product-tile-image >img:not(:first-child){
  display:none;
 }
.corporate-nav .corporate-nav--menu ul.corporate-nav--link-group li a{
  text-align:center!important;
}
#my-profile-link {
padding: 8px 6px !important;
white-space: nowrap;
}
div#ys_search_trigger_wrapper {
    width: 100%;
}
/* Video Stub */
.video-content-name{
  background-color: #ebebeb;
  padding:4px 4px;
  width: 384px;
  line-height: 1em;
  display: flex;
  justify-content: center;
   
}
.video-content-name span{
  background-color: #ebebeb;
  color:#000;
  text-align:center;
  padding:4px 4px;
  max-width:32ch!important;
  font-weight:600!important;
  max-height: 2.4em;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  line-height: 1em;
}
.videoArticles div{
  line-height:0;
}
.row.videoArticles{
  row-gap: 30px;
  padding:30px 0 30px 0;
  column-gap: 30px;
  justify-content:center;
  align-items: center;
}

.more-video-btn{
  width:384px!important;
}
.more_videos{
  background:#ebebeb!important;
  color:black!important;
  font-size:15px!important;
  border:none!important;
  height:3rem;
  width:auto!important;
}
.more_videos:hover{
  text-decoration:underline;
}
.serial_error_message{
  	background-color: #fff0f1;
    border: 1px solid #e35b66;
    color: #cc3340;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  	display: table;
  	font-size: 12px;
  	transition: height .2s;
    width: 100%;
}
.options-downloads {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.email_input, .userName{
 border: 1px solid #ddd;
 border-radius: 4px;
 padding: 10px;
 width: 50%;
 font-family: 'brown-pro-light', Helvetica, Arial, sans-serif;
 max-width: 100%;
 box-sizing: border-box;
 outline: none;
 transition: border .12s ease-in-out;
 margin-bottom: 10px;
}
.options_downloads_response_message{
margin-bottom: 10px;
color: red;
}
.error-border{
border-color: red;
}
.options-submit{
width: 30%;
min-width: auto;
}
@media (max-width: 390px) {
.options-submit{
  width: 40%;
}
}

.software-form
{
  width: 100%;
  margin-bottom:5%;
}

.software-form .form-product-dropdowns{
    max-width: 650px;
    width:80%;
    margin: auto;
    display: block;
}

@media (min-width: 768px) {
 .software-form .form-product-dropdowns {
    width: 45%;
  }
}

.software-form .form-product-dropdowns{
  font-family : 'brown-pro-light',Helvetica,Arial,sans-serif;
}


.spare-part-cart-button {
  display:none!important;
}

.pagination {
  display: flex;
  gap: 8px;
  justify-content: center ;
  margin-top: 5%;
  
}
.pagination button {
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius:2px;
  color:#2f3132;
  background: #fff;
  cursor: pointer;
}
.pagination button.active {
  font-weight: bold;
  background: #f3f3f3;
/*   color: white; */
  outline:none;
}
.pagination button:focus {
 
  outline:none;
}
.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

