 /* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #F5F5F5;
}

body {
  color: #111111;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 0;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #AE1B27;
  font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
  font-family: "Open Sans";
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}

td, th {
  border-color: #DDDDDD;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #343E48;
  font-weight: 400;
}

h1 {
  font-size: 20px;
}

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

b, strong {
  font-weight: 600;
}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 0;
  border: 1px solid #dddddd;
  color: rgba(65, 65, 65, 1);
  cursor: pointer;
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #005da6;
  border-color: transparent;
  color: #FFF;
  padding: 5px 20px;
  float: left;
}

input[type=submit]:hover,
input[type=submit]:active {
  background: #0f2b5b;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */

.form {
  max-width: 505px;
}

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

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

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

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

.form-field p {
  color: #4A4A4A;
  font-size: 12px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

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

.form footer {
  border-top: 1px solid #3c3c3c;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

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

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #DDDDDD;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #999999;
  display: inline-block;
  font-size: 12px;
}
.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a {
  color: #414141;
}

/* Labels */
.label, .request-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #cccccc;
  display: inline-block;
  font-size: 12px;
}

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
 .clearfix:before,.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Pentaho World banner */
a.pentaho-world-banner {
  display: block;
  margin-bottom: 28px;
  margin-top: 25px
}
/* Lumada Portal banner */
a.lumada-portal{
  display: block;
  /*margin-bottom: 28px;*/
  margin-top: 25px;
  width: 550px;
  height: 300px;
}

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

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

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  background: #CCC;
  border-radius: 50%;
  color: #FFF;
  display: block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

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

.share a:hover:before {
  background: #616161;
}


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

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

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

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

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

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #DDDDDD;
  float: left;
  margin-left: -1px;
}
[dir=rtl] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #4A4A4A;
}

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

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7;
}
.markdown img {
  max-width: 100%;
}
.markdown hr {
  background-color: #DDDDDD;
  border: 0;
  height: 1px;
}
.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ol {
  list-style-type: decimal;
}
.markdown pre {
  background: #f9f9f9;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.markdown blockquote {
  border-left: 1px solid #DDDDDD;
  color: #4A4A4A;
  font-style: italic;
  padding: 0 15px;
}

/* ====================================================
   Content frame
   ==================================================== */
main, .header-inner, .footer-inner, footer { 
  margin: 0 auto;
  padding: 0 5px;
  /*width: 980px;*/
  width: 1200px;
}

main {
  padding-top: 15px;

  padding-bottom: 30px;
}

.sub-nav .search-small {
  display: none !important;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

.side-column {
  width: 270px;
  margin-left: 45px;
}
[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background: #ffffff;
  /*padding-top: 45px;
  padding-bottom: 45px;*/
 
}

.header-inner {
  position: relative;
}

span.support-disclaimer {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 40px;
  margin-bottom: -45px;
  font-size: 14px;
  font-weight: 600;
  background: #FF7373;
  padding: 10px;
  color: #FFF;
}

.logo {
  line-height: 60px;
  display: inline-block;
  z-index: 2;
}

.logo img {
	float: left; 
  width:18px;
  height:18px;
}

.logo .customer-portal-title {
  float: left;
  font-size: 26px;
  font-weight: normal;
  line-height: 60px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(52,62,72,.5);
}

.user-info:first-child {
  margin-left: 0;
}

.user-nav {
  padding: 3px;
  position: absolute;
  text-align: left;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: block;
  height: 36px;
}

.user-nav > * {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}

.user-nav > a {
  color: #666666;
}
.user-info [role="button"], a.login {
    background: #CCC;
    color: #CC0000;
    border: 1px solid #CC0000;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    padding: 4px 10px 4px 4px;
    margin-left: 40px;
    margin-top: -4px;
    font-weight: 400;
}

.user-info [role="button"]:hover, a.login:hover {
  background: #CCC;
}

.dropdown-toggle:after {
  color: #CC0000;
}

a.login {
  padding: 7px 10px 8px;
}

.language-selector {
  margin-left: 20px;
}

.submit-a-request {
  margin-left: 15px;
}

/* ====================================================
   Search
   ==================================================== */
.search-unit {
  /*background: #f8f8f8;
  padding: 40px;
  /*text-align: center;
  background-color: #7C0B2B;*/
  background-image: url(/hc/theming_assets/01JJPEH8FH6ZJPP37NVQSKV0SC);
  padding: 5em;
  background-size: cover;
  background-repeat:no-repeat;
  margin: 90px 0px;
}
/*.search-unit h1 {
	color: #FFF;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 600;
  line-height: 80%; 
	margin: 0 0 1rem;
  font-size: 32px;
  text-align: left;
}*/

.search {
  display: inline-block;
  position: relative;
  /*bottom: 51px*/
  top: 14px;
}

.search:before {
  content: "";
  position: absolute;
  left: 20px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url(//p4.zdassets.com/hc/theme_assets/623807/200122769/search-icon.png
) no-repeat center center;
}
[dir=rtl] .search:after {
  left: 20px;
  right: auto;
}

.search input {

  border-radius: 4px;
  height: 32px;
  font-size: 16px;
  width: 305px;
   border: 1px solid #CCC;
    color: #414141;
    background: #fff;
    padding: .75em 1.75em .75em 2.5em; 
    margin: -8px 21px;
    border-color: #BCBCBC;
    border-style: solid;
    border-width: 0 0 1px 0;
  	box-shadow: 2px 2px 2px 2px black;
    
    /*&:focus, &:active {
        box-shadow: none;
        border-color: #414141;
    } */
}

.search input,
.search input:active,
.search input:focus {
  outline: 0 none;
  /*text-indent: 30px;*/
}

.search input[type=submit] {
  display: none;
}

.sub-nav .search {
  display: none;
}
.search-unit p {
 font-family: Open Sans, Arial, sans-serif;
 font-size: 18px;
 font-weight: 200;
 color: #FFF;
 text-align: left;
 letter-spacing: 0.36px;
 line-height: 30%;
 
}
/* ====================================================
   Navigation pages
   ==================================================== */

.category-list {
  margin-left: -12px;
  margin-right: -12px;
}
.category-list:after {
  content: "";
  display: table;
  clear: both;  
}
.category-list li {
  display: block;
  float: left;
  width: 25%;
  padding: 12px;
}
.category-list a {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  box-shadow: none;
  color: #AE1B27;
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.category-list a:hover {
  background: #005da6;
  color: #FFF;
}

.section {
  display: inline-block;
  width: 49.5%;
  padding: 0 20px 30px 0;
  vertical-align: top;
}

.section h3 {
  margin-bottom: 4px;
}

.section h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #AE1B27;
  text-transform: uppercase;
}

.article-list li {
  font-size: 14px;
  margin-top: 20px;
  color:#333333;
}

/* ====================================================
   Article
   ==================================================== */
.article-column {
  width: 720px;
}

.article-header {
  margin-bottom: 25px;
}
.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}
.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin: 15px 0 50px;
}

.article-body table {
  table-layout: fixed;
}

.article-footer {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 15px;
  padding: 20px 0;
}
.article-footer .article-vote, .article-footer .share {
  display: table-cell;
  vertical-align: middle;
}

.article-vote {
  width: 100%;
}

.article-vote > * {
  display: inline-block;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #999999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

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

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

.article-vote-up.article-voted {
  color: #fff;
  border-color: #2F5DA6;
  background-color: #2F5DA6;
}

.article-vote-down.article-voted {
  color: #fff;
  border-color: #999;
  background-color: #999;
}

/* ====================================================
   Community box
   ==================================================== */
.community {
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 28px;
  padding: 25px 30px;
}
.community .recent-activity {
  padding: 0;
  width: auto;
}
.community .recent-activity h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.community h4 {
  color: #111111;
  float: right;
  font-size: 13px;
  margin: 0;
}
[dir=rtl] .community h4 {
  float: left;
}

.community h4 a {
  font-weight: normal;
  font-size: 12px;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: inline-block;
  font-size: 13px;
  padding: 10px 25px 0 0;
  width: 49.5%;
}

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block;
}

.article-body td {
  border-width: 1px;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}
.comment-list > * {
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0 15px;
}
.comment-list > *:first-child {
  /*border-top: 1px solid #DDDDDD;*/
}

.comment-sorter {
  float: right;
}
.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333;
}

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}
.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH0Y1V9ZN10RHKS7K8BSFTK");
  background-image: url("/hc/theming_assets/01HZH0Y20MQRRJAJGJ9Z8ANJ5A");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px;
}

.comment-header {
  margin-bottom: 15px;
}

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 12px;
  padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left;
}

.comment-published {
  color: #4A4A4A;
}
.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px;
}

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px;
}

.comment-pending {
  color: #eec100;
}

.comment-official {
  color: #77a500;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
  outline: 0 none !important;
}

.comment-attachments {
  border: 1px solid #dddddd;
  margin-top: -1px;
  padding: 10px;
}

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

.comment-form-controls input[type=submit] {
  margin-left: 15px;
}
[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999999;
}

.comment-actions:hover {
  color: #616161;
}
[dir=rtl] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 12px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 12px;
  margin-top: 25px;
}
.attachment-list span, .screencast-list span {
  color: #999999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li:before {
  content: "\1F4CE";
}

.screencast-list li:before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
  padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
  color: black;
  font-size: 20px;
  font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}
[dir=rtl] .request-table-filters {
  text-align: left;
}
.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.request-id {
  color: #4A4A4A;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

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

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  color: #FFF;
  border-radius: 3px;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/* Community heading */
.community-heading {
  font-size: 18px;
  margin: 0;
  width: 100%;
}

/* Community nav */
.community-nav {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px #DDDDDD;
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
[dir=rtl] .community-nav li:last-child {
  float: left;
}

.community-nav li:last-child a {
  color: rgba(65, 65, 65, 1);
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
  margin-right: 0;
  margin-left: 10px;
}

/* Community sub-nav */
.community-sub-nav {
  border-bottom: 1px solid #DDDDDD;
  padding: 15px 0;
  position: relative;
  width: 800px;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/* Topics/questions/answers */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #DDDDDD;
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.topic-description {
  word-break: break-word;
}

.question, .answer {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  min-width: 50px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZH0Y1V9ZN10RHKS7K8BSFTK");
  background-image: url("/hc/theming_assets/01HZH0Y20MQRRJAJGJ9Z8ANJ5A");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 30px;
  top: 30px;
  content: " ";
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #cccccc;
  display: inline-block;
  font-size: 12px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #cccccc;
  font-size: 12px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

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

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  border-bottom: 0px;
}

.answer-list-heading {
  border-bottom: 1px solid #DDDDDD;
  margin-top: 30px;
  padding-bottom: 20px;
}

.pending-moderation-answer-badge {
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: #c7aa2b;
  color: #c7aa2b;
  padding: 3px 5px;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #DDDDDD;
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Vote */
.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  min-width: 95px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 60px;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #4A4A4A;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/* Accept */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  max-width: 15px;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/* Admin controls */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 12px;
}

.topic-edit:before, .question-delete:before, .question-mark-as-spam:before, .answer-delete:before, .answer-mark-as-spam:before {
  color: #cccccc;
  content: "\2022";
  font-size: 10px;
  margin-left: -16px;
  margin: 0 8px;
  pointer-events: none;
  position: relative;
  display: inline-block;
}

/* Share questions and answers */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 7px solid transparent;
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
  display: none;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > * {
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}
.search-results-list > *:first-child {
  border-top: 1px solid #DDDDDD;
}

.search-result-link {
  font-size: 16px;
}

.search-result-description, .search-result-meta {
  padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #CCCCCC;
}

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: '\2022';
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {  
  line-height: 20px;
  padding: 0 5px 0 26px;
  font-size: 12px;
  width: auto;
  color: #FFF;
  min-width: 0;
  margin-top: 6px;
  margin-left: 10px;
  background: #2F5DA6;
  top: -2px;
  position: relative;
  display: inline-block;
}

.search-result-votes:before {
    position: absolute;
    content: "\1f44d";
    font-family: "entypo";
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    line-height: 19px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  color: gray;
  cursor: default !important;
  bottom: -50px;
}

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

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #111111;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}
.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022";
}
.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}
.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader 0.5s infinite;
  -webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* ====================================================
   Navigation Items
   ==================================================== */
.nav-list {
  margin-left: -12px;
  margin-right: -12px;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;  
}
/*.nav-item {
  display: block;
  width: 25%;
  float: left;
  padding: 12px;
  text-decoration: none;
}
a.nav-item > div {
  background: #f8f8f8;
  display: block;
  font-weight: normal;
  text-align: center;
  padding: 20px 25px 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.nav-item:hover > div {
  background: #D2D2D2;
  color: #000000;
}
a.nav-item .nav-item-title {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ae1b27;
  text-transform: uppercase;
  margin: 5px 0 10px;
}*/
a.nav-item .nav-item-description {
  display: block;
  color: #616161;
  font-size: 16px;
  margin-top: 0.5em;
  line-height: 27px;
}
a.nav-item .nav-item-title,
a.nav-item .nav-item-description {  
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.nav-item:hover .nav-item-title,
a.nav-item:hover .nav-item-description {
  color: #000000;
}
a.nav-item .nav-item-icon {
  display: block;
  width: 96px;
  height: 96px;
  position: relative;
  margin: 0 auto;
  overflow: hidden; 
}
a.nav-item .nav-item-icon:after,
a.nav-item .nav-item-icon:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-position: top center;
  background-repeat: no-repeat;
}
a.nav-item .nav-item-icon:before {
  background-position: bottom center;
}
a.nav-item .nav-item-icon:before,
a.nav-item:hover .nav-item-icon:after {
  opacity: 0;
}
a.nav-item:hover .nav-item-icon:before {
  opacity: 1;
}
a.nav-item#nav-item-01 .nav-item-icon:before,
a.nav-item#nav-item-01 .nav-item-icon:after {
  background-image: url("/hc/theming_assets/01HZH0Y1BYYCJEX9E0NGWGXQBA");
 
}
a.#nav-item-02 .nav-item-icon:before,
a.#nav-item-02 .nav-item-icon:after {
background-image: url("/hc/theming_assets/01HZH0XST7QZ1EED5XR37M5A1N");
}
a.nav-item#nav-item-03 .nav-item-icon:before,
a.nav-item#nav-item-03 .nav-item-icon:after {
  background-image: url("/hc/theming_assets/01HZH0XV6YYNVASAK5ZRS0RKNE");
}
a.nav-item#nav-item-04 .nav-item-icon:before,
a.nav-item#nav-item-04 .nav-item-icon:after {
  background-image: url("/hc/theming_assets/01HZH0XTBEPFYZAS2ZJ1650BD3");
}

/* ====================================================
   Gray Card Line
   ==================================================== */
.HvCard-sema0_01 {
top: auto;
/*right: 0;*/
width: 280px;
height: 2px;
z-index: 1;
position: absolute;
background-color: #BCBCBC;
}

.HvCard-sema0_02 {
top: auto;
/*right: 0;*/
width: 280px;
height: 2px;
z-index: 1;
position: absolute;
background-color: #BCBCBC;
}
.Card-cardContainer {
position: relative;
box-sizing: content-box;
margin-top: -4px;
}
/*.MuiCard-root {
overflow: hidden;
}*/
.MuiPaper-elevation1 {
box-shadow: none;
}
.MuiPaper-rounded {
border-radius: 0;
}
/*.MuiPaper-root {
font-size: 18px;
font-weight: 600;
letter-spacing: 0.36px;
/*text-align: left;
color: #414141;
transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
background-color: #FFFFFF;
}*/

.CardHeader-root {
padding: 15px 20px;
position: relative;
background-color: #FFFFFF;
}
.MuiCardHeader-root {
display: flex;
padding: 16px;
align-items: center;
}
.CardContent-content:last-child {
padding-bottom: 20px;
}
/*.MuiCardContent-root:last-child {
padding-bottom: 24px;
}*/
.CardContent-content {
padding: 0 20px 15px 20px;
background-color: #FFFFFF;
}
.MuiCardContent-root {
padding: 10px;
}
.MuiGrid-container {
width: 100%;
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
.MuiGrid-grid-xs-5 {
flex-grow: 0;
max-width: 41.666667%;
flex-basis: 41.666667%;
}
.MuiGrid-item {
margin: 0;
box-sizing: border-box;
}
.Typography-labelText {
color: #414141;
font-size: 12px;
font-weight: 600;
line-height: 16px;
letter-spacing: 0.02em;
}
.Typography-root {
margin: 0;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.Typography-normalText {
color: #414141;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.02em;
}
.MuiGrid-grid-xs-7 {
flex-grow: 0;
max-width: 58.333333%;
flex-basis: 58.333333%;
}
.MuiGrid-container {
width: 100%;
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
.MuiGrid-grid-xs-7 {
flex-grow: 0;
max-width: 58.333333%;
flex-basis: 58.333333%;
}
.MuiGrid-container {
width: 100%;
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
.CardFooter-root {
padding: 20px 10px;
border-top: 3px solid #F9F9F9;
background-color: #FFFFFF;
}
.MuiCardActions-root {
display: flex;
padding: 8px;
align-items: center;
}
.CardFooter-rightContainer {
align-self: flex-end;
margin-left: auto;
}
.Actions-button:not(:last-child) {
margin-right: 10px;
}
.Button-ghost {
color: #414141;
background-color: transparent;
}
.Button-root {
color: #414141;
cursor: pointer;
height: 32px;
padding: 0px 10px;
font-size: 14px;
min-width: 70px;
min-height: 32px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0.02em;
text-transform: none;
}
.MuiButton-textPrimary {
color: #146BD2;
}
.MuiButton-text {
padding: 6px 8px;
}
.MuiButton-label{
  color:#414141;
  font-size: 12px;
  
}

.MuiButton-root {
color: #414141;
padding: 6px 16px;

min-width: 64px;
box-sizing: border-box;
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 600;
line-height: 20px;
border-radius: 0;
letter-spacing: 0.02em;
text-transform: uppercase;
}
/*.MuiButtonBase-root {
color: inherit;
border: 0;
cursor: pointer;
margin: 0;
display: inline-flex;
outline: 0;
padding: 0;
position: relative;
align-items: center;
border-radius: 0;
vertical-align: middle;
-moz-appearance: none;
justify-content: center;
text-decoration: none;
background-color: transparent;
-webkit-appearance: none;
-webkit-user-select: none;
-webkit-tap-highlight-color: transparent;
}*/
.CardMedia-root {
width: 100%;
padding-bottom: 20px;
background-color: #FFFFFF;
}
.MuiCardMedia-root {
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
/* ====================================================
   Search Field
   ==================================================== */
 .SearchInput-inputRoot {
    width: 100%;
    margin: 0;
    background: #FFFFFF;
    border-color: #BCBCBC;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.Input-root {
    position: relative;
}
.InputBase-root {
    color: #414141;
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.1875em;
}

/* ====================================================
   Featured Updates
   ==================================================== */

.featured-updates-title {
  margin-top: 28px;
  line-height: 38px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

.featured-updates-list .article-container {
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0;
}

.featured-updates-list .article-container:first-child {
  border-top: 1px solid #DDDDDD;
}

.featured-updates-list .article-header {
  clear: both;
  margin-bottom: 5px;
}

.featured-updates-list .article-header-left {
  float: left;
}

.featured-updates-list .article-header-right {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 5px;
  color: #CCCCCC;
}

.featured-updates-list .article-title {
  font-size: 22px;
  font-weight: 600;
  float: left;
  line-height: 30px;
}

.featured-updates-list .article-title a {
  display: block;
  float: left;
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-updates-list .article-vote-count {
  line-height: 20px;
  padding: 0 5px 0 30px;
  font-size: 12px;
  width: auto;
  color: #FFF;
  min-width: 0;
  margin-left: 10px;
  background: #2F5DA6 url(//p4.zdassets.com/hc/theme_assets/623807/200122769/thumbs-up-icon.png) no-repeat left center;    
  display: inline-block;
  position: relative;
  top: -4px;
}

.featured-updates-list .article-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  max-width: 70%;
  height: 22px;
  overflow: hidden;
}

.featured-updates-list .article-content p {
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}




/* ====================================================
   Featured Updates
   ==================================================== 
/*.featured-container{
  margin:200px auto;
}
.featured-updates-title {
  margin-top: 28px;
  line-height: 30px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #414141;
  font-family: open sans;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.featured-updates-title {
  margin-top: 28px;
  line-height: 38px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.featured-updates-list .article-container {
  border-bottom: 1px solid #DDDDDD;
  padding: 25px 0;
}

.featured-updates-list .article-container:first-child {
  border-top: 1px solid #DDDDDD;
}

.featured-updates-list .article-header {
  clear: both;
  margin-bottom: 5px;
}

.featured-updates-list .article-header-left {
  float: left;
}

.featured-updates-list .article-header-right {
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 5px;
  color: #CCCCCC;
}

.featured-updates-list .article-title {
  font-size: 22px;
  font-weight: 600;
  float: left;
  line-height: 30px;
}

.featured-updates-list .article-title a {
  display: block;
  float: left;
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.featured-updates-list .article-vote-count {
  line-height: 20px;
  padding: 0 5px 0 30px;
  font-size: 12px;
  width: auto;
  color: #FFF;
  min-width: 0;
  margin-left: 10px;
  background: #2F5DA6 url(//p4.zdassets.com/hc/theme_assets/623807/200122769/thumbs-up-icon.png) no-repeat left center;    
  display: inline-block;
  position: relative;
  top: -4px;
}

.featured-updates-list .article-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  max-width: 70%;
  height: 22px;
  overflow: hidden;
}

.featured-updates-list .article-content p {
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*/
/* ====================================================
Pentaho Footer
==================================================== */

.pentaho-footer {
  clear: both;
  font: normal 12px/2 'Open Sans', arial, helvetica, sans-serif;
  margin: 4em auto 1em;
  overflow: hidden;
}

.pentaho-footer-column {
  float: left;
  margin: 0 0 2.5em;
  overflow: hidden;
  padding: 0;
  width: 25%;
}

.pentaho-footer-column dt, 
.pentaho-footer-column dt a {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0 0 .4em;
  padding: 0;
}

dt:first-child {
  border-top: 0;
}

.pentaho-footer-column a:hover {
  color: #333;
}

.pentaho-footer-column dd {
  padding-left: 0;
  margin: 0;
}

.pentaho-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pentaho-footer-menu a {
  color: #005DA6;
  font-size: 13px;
  letter-spacing: normal;
}

.pentaho-footer-bottom-nav {
  clear: both;
  list-style: none;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 0;
}

.pentaho-footer-bottom-nav li {
  border-left: 1px solid #999;
  display: inline-block;
  color: #999;
  letter-spacing: normal;
  line-height: 1.2em;
}

.pentaho-footer-bottom-nav li:first-child {
  border-left: 0;
}

.pentaho-footer-bottom-nav a {
  color: #999;
  margin-right: .75em;
  padding-left: .75em;
}

.pentaho-footer-bottom-nav li:first-child a {
  padding-left: 0;
}

.pentaho-footer-bottom-nav a:hover {
  text-decoration: underline;
}

.pentaho-footer-bottom-nav .last {
  border: 0;
  float: right;
}

.pentaho-footer-menu.pentaho-social {
  margin-top: .9em;
}

.pentaho-footer-menu.pentaho-social li {
  display: inline-block;
  margin-right: 1em;
}

.pentaho-footer-menu.pentaho-social a {
  background-image: url(//p4.zdassets.com/hc/theme_assets/623807/200122769/icons.png);
  display: block;
  height: 34px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 34px;
}

.pentaho-footer-column a:hover {
  color: #333;
}

.pentaho-twitter {
  background-position: 0 -193px;
}

.pentaho-twitter:hover {
  background-position: -42px -193px;
}

.pentaho-facebook {
  background-position: 0 -247px;
}

.pentaho-facebook:hover {
  background-position: -42px -247px;
}

.pentaho-linkedin {
  background-position: 0 -299px;
}

.pentaho-linkedin:hover {
  background-position: -42px -299px;
}

.pentaho-rss-feed {
  background-position: 0 -354px;
}

.pentaho-rss-feed:hover {
  background-position: -42px -354px;
}

/* ====================================================
   Search Results
   ==================================================== */

.search-results-subheading {
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
}

.search-result-link {
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}

.search-result-link:before {
  width: 4px;
  height: 4px;
  position: absolute;
  content: '';
  background-color: #ae1b27;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
}

.search-result-meta {
  padding-top: 5px;
  color: #CCCCCC;
}

/* ====================================================
   Article
   ==================================================== */

article .article-body {
  font-size: 16px;
  color: #616161;
  line-height: 1.5;
}

.article-comments h2 {
  margin-top: 28px;
  line-height: 38px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.knowledge-page-header.section-page-header {
  border-bottom: 0 none;
  margin-bottom: 4px;
}

.knowledge-page-header.category-page-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* ====================================================
   Category Page
   ==================================================== */

.category-articles-list {
  margin: 0 -20px;
}

.category-articles-list .section-container {
  width: 50%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}

.category-articles-list .section-title {
  margin-top: 45px;
  margin-bottom: 10px;
}

.category-articles-list .section-title a {
  line-height: 38px;
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.category-articles-list .section-title a:hover {
  outline: 0;
  color: #005DA6;
  text-decoration: none;
}

.featured-updates-list.category-articles-list .article-container:first-of-type {
  border-top: 1px solid #DDDDDD;
}

.featured-updates-list.category-articles-list .article-header-right {
  margin: 0;
  float: none;
}

.featured-updates-list.category-articles-list .article-header-left {
  float: none;
}

.featured-updates-list.category-articles-list .article-content {
  max-width: 90%;
}

.featured-updates-list.category-articles-list .article-title {
  max-width: 100%;
}

.featured-updates-list.category-articles-list .article-title a {
  max-width: 100%;
}

/* ====================================================
   Article
   ==================================================== */

article .article-body {
  font-size: 16px;
  color: #616161;
  line-height: 27px;
}

.article-comments h2 {
  margin-top: 28px;
  line-height: 38px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #AE1B27;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.knowledge-page-header.section-page-header {
  border-bottom: 0 none;
  margin-bottom: 10px;
}

.knowledge-page-header.category-page-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

/* ====================================================
   Knowledge Base
   ==================================================== */

.knowledge-base-content {
  
}

.close-knowledge-base {
  color: #AE1B27;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 12px;
}

.close-knowledge-base:hover {
  text-decoration: underline;
}

.close-knowledge-base:before {
  content: "<";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

/* ====================================================
   Section Tree
   ==================================================== */

.category-tree h2 {
	margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d3d3;
  padding-bottom: 5px;
}

.knowledge-page-header{
  margin: 0;
  padding: 0;
}

.knowledge-page-header h1,
.category-tree h2 a {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  color: #616161;
  margin-top: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
}

.category-tree h2 a {
  margin-bottom: 0;
}

.knowledge-page-header h1 {
  margin-top: 10px;
  border-bottom: 1px solid #d1d3d3;
  padding-bottom: 5px;
  display: block;
  margin-bottom: 0;
  color: #616161;
}

.knowledge-page-header.section-page-header h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ae1b27;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
  letter-spacing: 0.05em;
}

.search-results h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #343E48;
}

article .knowledge-page-header h1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0 none;
}

article .knowledge-page-header p {
  margin-top: 5px;
  margin-bottom: 5px;
}

article .knowledge-page-header {
  margin-bottom: 30px;
}

.category-tree h2 a:hover {
  outline: 0;
  color: #AE1B27;
  text-decoration: none;
} 

.section-tree-container h3.
.category-tree h3 {
  margin-bottom: 15px;
  margin-top: 30px;


}

.section-tree-container h3 a,
.category-tree h3 a,
.featured-updates h3 {
  line-height: 22px;
  color: #414141;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-decoration: none;

}

.featured-updates h3 {
  margin-top: 28px;
  line-height: 38px;
  padding: 0 5px;
  color: #414141;
}
.knowledge-base-content h3.knowledge-base-header {
  margin-top: 10px;
  line-height: 46px;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: none;
  color: #AE1B27;
}

.section-tree-container h3 a:hover,
.category-tree h3 a:hover {
  outline: 0;
  color: #AE1B27;
  text-decoration: none;
}

.section-tree-container .article-list li,
.section-article-list-container .article-list li,
.category-tree .article-list li,
.featured-updates ul li {
  padding: 3px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  padding-left: 10px;
  position: relative;
}

.section-tree-container .article-list li:before,
.section-article-list-container .article-list li:before,
.category-tree .article-list li:before,
.featured-updates ul li:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #414141;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
}

.section-tree-container .article-list li.article-promoted span,
.section-article-list-container .article-list li.article-promoted span,
.category-tree .article-list li.article-promoted span {
  display: none;
}

.section-tree-container a.see-all-articles,
.category-tree a.see-all-articles {
  float: left;
  margin-top: 10px;
  font-size: 12px;
  background-color: #d1d3d3;
  color: #616161;
  padding: 0px 10px;
  line-height: 27px;
  text-decoration: none;
  font-weight: normal;
}

.section-tree-container a.see-all-articles:hover,
.category-tree a.see-all-articles:hover {
  background-color: #616161;
  color: #fff;
}

.pagination a, .pagination span {
  width: 26px;
  font-weight: 600;
  height: 26px;
  line-height: 26px;
  padding: 0;
}

.pagination-last,
.pagination-first {
    border-radius: 0;
}

.search-unit,
.notification.notification-lock {
  min-width: 1200px;
}

.article-vote-label {
  font-size: 12px;
}

/* SUBSCRIBE */

article .knowledge-page-header p.article-informations {
  margin-top: 15px;
}

a.article-subscribe {
  font-size: 12px;
  border: 1px solid #AE1B27;
  color: #AE1B27;
  background-color: #FFF;
  display: inline-block;
  margin-left: 30px;
  line-height: 19px;
  margin-top: -3px;
  font-weight: 400;
  padding: 0 10px;
}

a.article-subscribe:hover {
  background: #AE1B27;
  color: #FFF;
}

a.article-unsubscribe {
  font-size: 12px;
  background-color: #d1d3d3;
  color: #616161;
  padding: 0px 10px;
  line-height: 21px;
  text-decoration: none;
  font-weight: normal;
  border: 0 none;
  margin-top: -3px;
  margin-left: 30px;
}

a.article-unsubscribe:hover,
a.article-unsubscribe:active,
a.article-unsubscribe:focus {
  background: #616161;
  color: #FFF;
}

.section-subscribe {
  float: left;
  text-transform: none;
  letter-spacing: 0;
}

.section-subscribe a.dropdown-toggle {
  font-size: 12px;
  border: 1px solid #AE1B27;
  background-color: #CCC;
  display: inline-block;
  margin-left: 30px;
  line-height: 19px;
  margin-top: -3px;
  font-weight: 400;
  padding: 0 10px;
  color: #AE1B27;
}

.section-subscribe a.dropdown-toggle:hover {
  background-color: #AE1B27;
  color: #FFF;
}

.section-subscribe .dropdown-toggle:after {
  color: #AE1B27;
}

.section-subscribe .dropdown-toggle:hover:after {
  color: #FFF;
}

a.section-unsubscribe {
  font-size: 12px;
  background-color: #d1d3d3;
  color: #616161;
  padding: 0px 10px;
  line-height: 21px;
  text-decoration: none;
  font-weight: normal;
  border: 0 none;
  margin-top: -3px;
  margin-left: 30px;
  text-transform: none;
  letter-spacing: 0;
}

a.section-unsubscribe:hover,
a.section-unsubscribe:active,
a.section-unsubscribe:focus {
  background: #616161;
  color: #FFF;
}

.pull-left {
  float: left;
}

/* HOME PAGE DOWNLOADS */
.pull-right {
  float: right;
}

.customer-portal-downloads {
  background: #fff;
 /* padding: 20px;*/
  margin-top: 12px;
}

.customer-portal-downloads p {
  font-size: 12px;
  font-weight: 600;
  color: #616161;
  line-height: 27px;
  margin: 12px;
}

.customer-portal-downloads a,
.customer-portal-downloads a:link,
.customer-portal-downloads a:visited,
.customer-portal-downloads a:hover,
.customer-portal-downloads a:active,
.customer-portal-downloads a:focus {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 12px 40px;
  display: inline-block;
  margin: 0;
  background: #fff;
  color: #414141;
  border: 0 none;
  text-decoration: none;
  line-height: 27px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}

.customer-portal-downloads a:hover,
.customer-portal-downloads a:active,
.customer-portal-downloads a:focus {
  background: #fff;
}

/* FOOTER */
.footer{
    background: #e5e5e5;
  	padding: 70px 0 0;
}
 .footer-container a:hover,
 .footer-container a:active {
    text-decoration: none;
}
/*.footer-gray {
    display: inline-block;
    width: 100%;
    padding: 50px 0 20px 0;
    background: #3c3c3c;
  	height:25px;
}*/
 .nav-list-container {
    float: left;
    width: 100%;
}

.nav-list {
    margin-bottom: 66px;
    padding: 0;
    list-style-type: none;
}

 .nav-list > li {
    margin-bottom: 3px;
}

 .nav-list > li:first-child {
    font-weight: 600;
    font-size: 0.875em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px;
    color:#ffffff;
}

  .nav-list > li a,  .social p {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1;
}

 .nav-list > li a:hover{text-decoration:underline;}

 .social {
    float: right;
    margin-top: -55px;
   padding-right: 30px;
}

 .social ul{
    margin-bottom:0;
}

 .social a {
    margin-left: 20px;
}
/*06/25/20*/
.footer-logo {
    clear: left;
    float: left;
    color:#414141;
  	font-family: Open Sans, Arial, sans-serif;
  	font-size: 16px;
  	font-weight: 600;
  	margin: 1px;
}
 .footer-white {
  /* height: 50px;*/
}

p .links {
  display:inline-block;
}
.footer-white p a {
    color: #414141;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
  	letter-spacing: 0.24px;
}

.copyright {
    float: right;
    color: #414141;
  	font-family: Open Sans, Arial, sans-serif;
  	font-size: 12px;
  	font-weight: 400;
  	margin: 1px;
}
.footer-container span.glyphicon.glyphicon-new-window {
    left: 5px;
}

/*.hitachi-footer-logo {
    background-image: url(/content/dam/public/en_us/images/common/secure-vantara-logo-updated.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 130px;
    height: 20px;
    margin-top:27px;
}

.hitachi-footer-logo-mobile {
    background-image: url(../images/sprite.png);
    background-position: -176px -131px;
    width: 132px;
    height: 13px;
}  */
/*footer {
  padding: 70px 0 0;
  font-weight: 400;
  line-height: normal;
}

.layout-bottom-footer {
  position: relative;
  height: 60px;
}*/

/*.copyright .content {
  font-size: 12px;
  line-height: 1.4;
  color: #999999;
  margin-left: 20px;
}*/
/*06/25/20*/
 .content a {
  color: #414141;
  font-size: 12px;
  font-family: Open Sans, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.content {
  color: #333333;
  padding: 20px 30px;
  font-size: small;
  font-family: Arial, sans-serif;
}


footer a:hover,
footer a:active {
  text-decoration: none;
}

footer a:focus {
  outline: 0 none;
}

.footer-social-wrapper {
 position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  float: right;
  clear: left;
  color: #ffffff;
}

.footer-social-item {
  position: relative;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 900px;
  top: 300px;
}

.footer-social-item {
  display: inline-block;
  margin-left: 10px;
  background-size: auto 50%;
  background-color: #999999;
  border-radius: 50%;
}

.footer-social-item:first-child {
  margin-left: 0;
}

.footer-social-item:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: -6px;
}

.region-footer-links {
  width: 79%;
  float: left;
}

footer .menu {
  margin: 0;
  padding: 0;
}

footer ul.menu {
  border: none;
  list-style: none;
  text-align: left;
}

footer .main-footer-wrapper .menu-item-wrapper {
  width: 18%;
  margin-right: 2%;
  float: left;
  display: inline-block;
}

footer ul li.expanded {
  list-style-image: none;
  list-style-type: none;
}

footer ul.menu li {
  margin: 0;
}

footer li.expanded,
footer li.collapsed,
footer li.leaf {
  padding: 0;
}

.main-footer-wrapper .menu-item-wrapper.expanded a,
.main-footer-wrapper .menu-item-wrapper .nolink {
  display: block;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 5px;
  color: #666666;
}

.main-footer-wrapper .menu-item-wrapper.expanded a:active,
.main-footer-wrapper .menu-item-wrapper.expanded a:hover,
.main-footer-wrapper .menu-item-wrapper .nolink:active,
.main-footer-wrapper .menu-item-wrapper .nolink:hover {
  text-decoration: none;
}

.main-footer-wrapper .menu-item-wrapper li {
  width: 100%;

}

.main-footer-wrapper .menu-item-wrapper .leaf a {
  display: block;
  padding: 4px 0;
  font-size: 13px;
  color: #616161;
}

.main-footer-wrapper .menu-item-wrapper .leaf a:hover {
  color: #616161;
}

/*.main-footer-item-cta {
  width: 21%;
  float: right;
  text-align: center;
  background: #3c3c3c;
  display: inline-block;
  width: 100%;
  padding: 50px 0 20px 0;
}

.main-footer-item-cta h2 {
  margin: 0 0 18px;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #616161;
}

.main-footer-item-cta h2:first-child {
  margin-top: -3px;
}

.main-footer-item-cta .content > a {
  padding: 8px 16px;
  border: none;
  font-size: 18px;
  background-color: #CC0000;
  color: #FFFFFF;
  display: block;
  padding: 13px 30px;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
}

.main-footer-item-cta .content > a:active,
.main-footer-item-cta .content > a:hover {
  text-decoration: none;
  color: white;
  background-color: #CC0000;
}*/


 .customer-portal-downloads.best-practices {
   margin-top: 24px;
   width: 1200px;
 }

/* ====================================================
   things to hide at start up
   ==================================================== 
*

*/

/* added on 02/15/18 */

a[href$='requests/new'], #requestForm {
     display:none;
  	 float: left;
  	
}

a.submit-a-request {
  color: #ffffff;
  background: #146BD2;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  padding: 6px 32px 6px 32px;
  /*margin: -48px 305px;*/
  float: right;
  margin-top: -4px;
  /*display: inline;*/
}

/* ====================================================
   Internal Notes Article hidden - Added Pascal turmel 23 oct 2017
   ==================================================== 

*/

.internal.manager {
display: none;

}

/* ====================================================
   Header Style
   ==================================================== 

*/
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
.MuiButton-root {
  color: #414141;
  padding: 6px 16px;
  font-size: 14px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 20px;
  border-radius: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(65, 65, 65, 0.08);
}
.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-textPrimary {
  color: #146BD2;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(20, 107, 210, 0.08);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #414141;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(65, 65, 65, 0.08);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
.MuiButton-outlinedPrimary {
  color: #146BD2;
  border: 1px solid rgba(20, 107, 210, 0.5);
}
.MuiButton-outlinedPrimary:hover {
  border: 1px solid #146BD2;
  background-color: rgba(20, 107, 210, 0.08);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #414141;
  border: 1px solid rgba(65, 65, 65, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #414141;
  background-color: rgba(65, 65, 65, 0.08);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: none;
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-contained:active {
  box-shadow: none;
}
.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: none;
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
  color: #fff;
  background-color: #146BD2;
}
.MuiButton-containedPrimary:hover {
  background-color: rgb(14, 74, 147);
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #146BD2;
  }
}
.MuiButton-containedSecondary {
  color: #fff;
  background-color: #414141;
}
.MuiButton-containedSecondary:hover {
  background-color: rgb(45, 45, 45);
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #414141;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}
.HvTypography-root {
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  z-index: 2;
}
.HvTypography-5xlTitle {
  color: #414141;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.02em;
}
.HvTypography-4xlTitle {
  color: #414141;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
}
.HvTypography-3xlTitle {
  color: #414141;
  font-size: 42px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0.02em;
}
.HvTypography-xxlTitle {
  color: #414141;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.02em;
}
.HvTypography-xlTitle {
  color: #414141;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.02em;
}
.HvTypography-lTitle {
  color: #414141;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
}
.HvTypography-mTitle {
  color: #414141;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.HvTypography-sTitle {
  color: #414141;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.HvTypography-xsTitle {
  color: #414141;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.HvTypography-xxsTitle {
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
}
.HvTypography-highlightText {
  color: #414141;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-style:normal;
  letter-spacing: 0.24px;
}
.HvTypography-normalText {
  color: #414141;
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-align: left;
}

.HvTypography-selectedText {
  color: #F9F9F9;
  font-size: 14px;
  background: #414141;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.HvTypography-inlineLink {
  color: #146BD2;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.HvTypography-disabledButtonText {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.HvTypography-placeholderText {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.HvTypography-selectedNavText a:active {
  color: #CC0000;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  text-align: center;
}

.HvTypography-sText {
  color: #414141;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.HvTypography-labelText {
  color: #414141;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.HvTypography-infoText {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.HvTypography-sLink {
  color: #146BD2;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.HvTypography-vizText {
  color: #414141;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.02em;
}
.MuiPaper-root_01,.MuiPaper-root_02 {
  color: #414141;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #FFFFFF;
}

.MuiPaper-rounded {
  border-radius: 0;
}
.MuiPaper-outlined {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiPaper-elevation4 {
  box-shadow: none;
}

.MuiAppBar-root {
  width: 100%;
  display: flex;
  z-index: 1100;
  border-top: 4px solid #CC0000;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-direction: column;
}

}
.MuiAppBar-positionFixed {
  top: 0;
  left: auto;
  right: 0;
  position: fixed;
}
@media print {
  .MuiAppBar-positionFixed {
    position: absolute;
  }
}
.MuiAppBar-positionAbsolute {
  top: 0;
  left: auto;
  right: 0;
  position: absolute;
}
.MuiAppBar-positionSticky {
  top: 0;
  left: auto;
  right: 0;
  position: sticky;
}
.MuiAppBar-positionStatic {
  position: static;
  transform: translateZ(0);
}
.MuiAppBar-positionRelative {
  position: relative;
}
.MuiAppBar-colorDefault {
  color: rgba(0, 0, 0, 0.87);
  contrast-text: #414141;
  background-color: #FFFFFF;
}
.MuiAppBar-colorPrimary {
  color: #fff;
  background-color: #146BD2;
}
.MuiAppBar-colorSecondary {
  color: #fff;
  background-color: #414141;
}
.HvHeader-root {
  height: 50px;
}
.HvHeader-backgroundColor {
  background-color: #FFFFFF;
}
.HvHeader-header {
	width:100%;
	display: flex;
	padding: 0 20px;
	box-shadow: 0 2px 12px rgba(65,65,65,0.12);
}
.HvHeader-header > *:not(nav) {
/*z-index: 2;*/
}
.HvHeaderBrand-root {
	top: 10px;
	display: flex;
	align-items: center;
}

.HvHeaderBrand-separator {
	width: 1px;
	height: 20px;
	margin: 0 10px;
	background-color: #414141;
  z-index: 2;
}
.HvHeaderActions-root {
	display:flex;
	align-items: center;
	margin-left: auto;
}
.HvHeaderActions-root > * {
  margin-left: 10px;
}
.HvHeaderMenuItem-root {
  display: inline;
}
.HvHeaderMenuItem-root.focus-within > [role='hvbutton'] {
  background-color: #F0F0F0;
}
.HvHeaderMenuItem-root:hover > [role='hvbutton'] {
  background-color: #F0F0F0;
}
.HvHeaderMenuItem-root:hover:focus-within > [role='hvbutton'] {
  background-color: #F0F0F0;
}
.HvHeaderMenuItem-selectedItem {
	border-top: 2px solid #CC0000;
	padding-top: 2px;
}
.HvHeaderMenuItem-notSelectedItem {
  margin-top: 4px;
}
.HvHeaderMenuItem-notSelectedItem:hover{
	border-top: 2px solid #CC0000;
	padding-top: 2px;
	color: #CC0000;
}
.HvHeaderMenuItem-notSelectedItem:active{
	border-top: 2px solid #CC0000;
	padding-top: 2px;
	color: #CC0000;
}
.HvHeaderMenuItem-button {
	border: none;
	cursor: pointer;
	padding: 6px 20px;
}
.HvHeaderMenuItem-button:active {
	outline: none;
	color:#CC0000;
}
.HvHeaderMenuItem-button:focus {
  background-color:#F0F0F0;
}
.HvHeaderMenuItem-contentFocusDisabled {
  outline: none;
}
.HvHeaderMenuItem-contentFocusDisabled *:focus {
  outline: none;
}
.HvHeaderMenuItem-contentFocusDisabled * {
  outline: none !important;
}
.HvHeaderMenuItem-contentFocusDisabled *:active {
  color:#CC0000;
  font-family: Open Sans;
  font-weight: 600;
}
.HvHeaderMenuItem-contentFocusDisabled *:hover {
  color:#CC0000;
  font-family: Open Sans;
  font-weight: 600;
}
.HvHeaderMenuItem-contentFocused {
  box-shadow: 0 0 0 1px #52A8EC, 0 0 0 4px rgba(29,155,209,.3);
  outline-color: #52A8EC;
  outline-style: solid;
  outline-width: 0px;
  outline-offset: -1px;
}
.HvHeaderMenuItem-externalReference {
  position: relative;
}
.HvHeaderMenuItem-falseFocus {
  top: 4px;
  left: 0.5%;
  width: 98%;
  height: 98%;
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 0 1px #52A8EC, 0 0 0 4px rgba(29,155,209,.3);
  outline-color: #52A8EC;
  outline-style: solid;
  outline-width: 0px;
  outline-offset: -1px;
  pointer-events: none;
  background-color: transparent;
}
.HvHeaderMenuBar-root {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.HvHeaderMenuBar-menubar {
	height: 46px;
	position: relative;
	background-color: #FFFFFF;
}
.HvHeaderMenuBar-menu {
	height: 40px;
	position: absolute;/*take a look*/
	background-color: #F5F5F5;
	z-index: -1;
}
.HvHeaderMenuBar-hidden {
	top: 0;
	box-shadow: none;
	transition: top;
	transition-duration: 300ms;
}
.HvHeaderMenuBar-hidden li > div {
  height: 40px;
}
.HvHeaderMenuBar-hidden li > div p {
  margin-top: 3px;
}
.HvHeaderMenuBar {
	top: 46px;
	box-shadow: 0 2px 12px rgba(65,65,65,0.12);
	transition: top;
	transition-duration: 500ms;
}
.HvHeaderMenuBar-list {
	margin: 0;
	display: inherit;
	padding: 0;
}
.HvHeaderMenuBar-list:hover .HvHeaderMenuBar {
	top: 0;
	box-shadow: none;
	transition: top;
	transition-duration: 300ms;
}
.HvHeaderMenuBar-list li:hover > .HvHeaderMenuBar-hidden {
	top: 46px;
	box-shadow: 0 2px 12px rgba(65,65,65,0.12);
	transition: top;
	transition-duration: 500ms;
}
.HvHeaderMenuBar-list.focus-within .HvHeaderMenuBar {
	top: 0;
	box-shadow: none;
	transition: top;
	transition-duration: 300ms;
}
.HvHeaderMenuBar-list li.focus-within > .HvHeaderMenuBar-hidden {
	top: 46px;
	box-shadow: 0 2px 12px rgba(65,65,65,0.12);
	transition: top;
	transition-duration: 500ms;
}
.HvHeaderMenuBar-list:focus-within .HvHeaderMenuBar {
	top:0;
	box-shadow: none;
	transition: top;
	transition-duration: 300ms;
}
.HvHeaderMenuBar-list li:focus-within > .HvHeaderMenuBar-hidden {
	top: 46px;
	box-shadow: 0 2px 12px rgba(65,65,65,0.12);
	transition: top;
	transition-duration: 500ms;
}
.HvHeaderNavigation-root {/*take a look at code*/
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.MuiPaper-root_01, .MuiPaper-root_02, .MuiPaper-root_03 {
   /* width: 300px;
    height: 410px;
    float: left;*/
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
    color: #414141;
}
.featured-updates a:link{
  color:#414141 !important;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400px !important;
  text-align: left;
  letter-spacing: 0px;
}
.cardContentWrapper{
  padding: 1px;
  height: 407px;
}
.HvCard-cardContentWrapper_01 {
		position: relative;
    width: 310px;
    top: -10px;
    height: 410px;
    padding: 10px;
    bottom: 430px;
    left: -4px;

  
}
 #test-cardContentWrapper.HvCard-cardContentWrapper_02 {
		position: relative;
    top: -419px;
    width: 300px;
    height: 410px;
    padding: 10px;
    left: 290px;
}
.HvCard-cardContentWrapper_03 {
		position: relative;
    top: -829px;
    width: 300px;
    height: 410px;
    padding: 10px;
    left: 574px;

}
.HvCard-cardContentWrapper_04 {
		position: relative;
    top: -1239px;
    width: 300px;
    height: 410px;
    padding: 10px;
    left: 859px;

}
.promo img{
  width: 500px;
  height: 410px;
}
.intro h1{
  font-family: Open Sans;
  font-size:32px;
  text-align: left;
  font-style: normal;
  font-weight: 600px;
  line-height: 30px;
  letter-spacing: 0.64px;
  color: #ffffff;
}
.lumada{
  color:#000000;
  z-index: 2;
}
.row::after{
    content: "";
  clear: both;
  display: table;
}
/*.row{
  float: left;
  width: ;
  padding: 5px;
}*/
.root{
  float: left;
  width: 600px;
  padding: 5px;
}
.root_01{
  float: left;
  width: 300px;
  padding: 5px;
}
.root_02{
  float: left;
  width: 300px;
  padding: 5px;
}
#featured-updates.featured-updates{
  /*position: absolute;
  left: -609px;
  height: 414px;*/
  width: 1192px;
}
.dropdown {
    position: relative;
    display: inline-block;
    /*top: -40px;
    left: 220px;*/
}